2018-08-15 17:27:18,467 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-217 | | 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-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-08-15 17:27:18,470 - 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.27,192.30.9.3 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.27:5000/v3 export NOVA_VERSION=1.1 export OS_IMAGE_API_VERSION=2 export OS_PASSWORD=FMfwvrhst6RbZfu2twnvQFWIY 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=a3688ea3a7924e1e8a441a00bd79aae5 export OS_TENANT_NAME=admin export SDN_CONTROLLER_IP=192.30.9.3 export SDN_CONTROLLER_PASSWORD=avMoou4QiOpIb2fI0RWsCs3Kb export OS_REGION_NAME=regionOne 2018-08-15 17:27:18,470 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-08-15 17:27:18,471 - 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-15 17:27:18,494 - xtesting.ci.run_tests - INFO - Loading test case 'connection_check'... 2018-08-15 17:27:18,777 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-15 17:27:18,777 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-15 17:27:18,777 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-15 17:27:18,777 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-15 17:27:18,777 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-15 17:27:18,777 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-15 17:27:18,777 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-15 17:27:18,777 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-15 17:27:18,777 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-15 17:27:18,777 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-15 17:27:18,777 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-15 17:27:18,777 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-15 17:27:18,777 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-15 17:27:18,777 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-15 17:27:18,778 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-15 17:27:18,778 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-15 17:27:18,778 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-15 17:27:18,778 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-15 17:27:18,778 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-15 17:27:18,778 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-15 17:27:18,778 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-15 17:27:18,783 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-15 17:27:18,784 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-08-15 17:27:18,784 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-aggregates 2018-08-15 17:27:18,785 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-15 17:27:18,792 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:27:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8e19742f-8bb8-42b1-88a8-b07087949708 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-08-15 17:27:18,793 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-8e19742f-8bb8-42b1-88a8-b07087949708 2018-08-15 17:27:18,793 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-08-15 17:27:19,195 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "16212b6aa60a4fd1b8194c834bae86bf", "name": "member"}, {"id": "eeb4436830d24515952401292b7cfc55", "name": "reader"}, {"id": "382a39dc50214187b99e809cf7222e3c", "name": "admin"}], "expires_at": "2018-08-15T18:27:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3688ea3a7924e1e8a441a00bd79aae5", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.37:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "54e3c320cc3142e9824c171afe58d5c6"}, {"url": "http://172.30.9.27:8080/v1/AUTH_a3688ea3a7924e1e8a441a00bd79aae5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d00250537b54114937846660f377ed1"}, {"url": "http://12.0.0.37:8080/v1/AUTH_a3688ea3a7924e1e8a441a00bd79aae5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c790cb26fd2345ae9bac8a014d10a446"}], "type": "object-store", "id": "17183633b8774ff6a53da32b47c89b3c", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94631698a9884eb1bf4cb245c6f37b80"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c23f2a003e874719a2f1c41f92405a45"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e97257b46cb8440080352cd841246c5d"}], "type": "cloudformation", "id": "2dec96c2934d43bdbe2e431ef0b53392", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "287c0315393e4b22a228912ca3b004cc"}, {"url": "http://192.30.9.3:8776/v3/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62769da517ac4f44b88a6118413b8c30"}, {"url": "http://192.30.9.3:8776/v3/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c0b30400cd648249ab0a6a17cf1ebc1"}], "type": "volumev3", "id": "363b885c3f174fbfb4f17da9d41f332d", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d6cb188f65e4f77bab04c3d99f9469f"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70f7ced028794432bef835264c84489c"}, {"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77dd5cfb1dac4b31b21d705ba420c355"}], "type": "network", "id": "51b7a44223114d149d5300ae5b6d97ae", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19071864a1b848cc93bca3b1e1955c3f"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bc0345e40a36459fbc009797a6517deb"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5c7966f4757438480f39866a31a0265"}], "type": "image", "id": "5540e06daad441aa911fd4cb4d76f8d3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "68ad1d76386d437089226a0562004a39", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "03f40cbac74c4aafb48b4dd360509f6a"}, {"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18ed3fa9a0894200abaf76b71abfd912"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3d96a0aa5c344cb8ba659332ed497e85"}], "type": "identity", "id": "8096ce39bbf24c1683621ee563324790", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f60ea793ee64fc9a3d9a2d2ad889bd0"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7c9770175fc45379f2c2d142062b2c3"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e944b22c50da41179f2e29ce558807c1"}], "type": "compute", "id": "b3040d5c7e224dbca86f421bddd758e1", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5aad7caa3e6f4a35b9abdf5d46190371"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8b8b8bcfb3b40e5be77e13a4d2dda19"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d33016e2f5be49c28efb9905db488d41"}], "type": "placement", "id": "bb3127ed06e54fda901ea2348ddb72da", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "576142509dfd46c591c5e83bed8ffcc7"}, {"url": "http://192.30.9.3:8776/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cabe2973ef9144da9850a630dd2aedd5"}, {"url": "http://172.30.9.27:8776/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eb71f3f602d443c9a8605a7ff2e8aa8e"}], "type": "volume", "id": "becfeedd42e344c085611f3c7c465a3f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.3:8004/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "156b8e560e534c82a1d320da86608a19"}, {"url": "http://192.30.9.3:8004/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59154cecf6a54eb08ecc63bf95dca042"}, {"url": "http://172.30.9.27:8004/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f3aa5c8697e449f99c2cfbe2a371cab7"}], "type": "orchestration", "id": "c4334130b6d54a75804fe3f11a3b9e3e", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "39db2ebb65ae42659440fd9845949a6c"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ad23d2a65e74e3c87b1488af1f9f9ac"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d07664cbebb49149819cf7a6b20edb4"}], "type": "alarming", "id": "d878aa5c6b584d53a039f6a680fb6e8b", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e2bb44b06c0412ab74e54984b5b26b5"}, {"url": "http://192.30.9.3:8776/v2/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86bcb5a76e6c464bb4d42c969584d6f2"}, {"url": "http://172.30.9.27:8776/v2/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a391eed816af4966b335005bfe580d70"}], "type": "volumev2", "id": "e16298e148f54e96a50a134ca797deff", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b54cb5b666f74b91b0244b5332fdb3e5"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcc892608bd341e084be203695f810d1"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e980066294c34eb6866e6c4735e84a62"}], "type": "metric", "id": "f3a07a22777a4405b7eaf44da2e73e19", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.27:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1f66095afa4b74b4f26d432f5bfa55"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8dd5f30cc334148a7ed9d5ab68eee9b"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bfe7dd54acd947899871700a40dd0244"}], "type": "event", "id": "f6e223543cae4d9bad10258b0a294f12", "name": "panko"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "9482390a0722494f8852b9f0e2b9de56"}, "audit_ids": ["jcV1aldSQumPSD_lizFc9g"], "issued_at": "2018-08-15T17:27:19.000000Z"}} 2018-08-15 17:27:19,200 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}8dbec34458176d9fac788339979cc6110242646e" 2018-08-15 17:27:19,969 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:27:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-80101133-3e9b-4465-a179-865b18b3fc13 x-compute-request-id: req-80101133-3e9b-4465-a179-865b18b3fc13 Content-Length: 18 Content-Type: application/json RESP BODY: {"aggregates": []} 2018-08-15 17:27:19,970 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/os-aggregates used request id req-80101133-3e9b-4465-a179-865b18b3fc13 2018-08-15 17:27:19,970 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-aggregates in 1.18546891212s 2018-08-15 17:27:19,970 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/os-aggregates used request id req-80101133-3e9b-4465-a179-865b18b3fc13 2018-08-15 17:27:19,970 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_aggregates: [] 2018-08-15 17:27:19,974 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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-15 17:27:19,979 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 15 Aug 2018 17:27:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dfb0b5f0-b31f-41c4-b58a-9912f1258591 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.27:5000/v3/", "rel": "self"}]}]}} 2018-08-15 17:27:19,979 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/ used request id req-dfb0b5f0-b31f-41c4-b58a-9912f1258591 2018-08-15 17:27:19,980 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-15 17:27:19,983 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}8dbec34458176d9fac788339979cc6110242646e" 2018-08-15 17:27:20,170 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:27:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8bb91bd6-074d-4058-bfcf-ea728d5424f0 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}, {"description": "", "links": {"self": "http://172.30.9.27:5000/v3/domains/e4bd2a4e6bb349a78f956295c49df949"}, "tags": [], "enabled": true, "id": "e4bd2a4e6bb349a78f956295c49df949", "name": "heat_stack"}], "links": {"self": "http://172.30.9.27:5000/v3/domains", "previous": null, "next": null}} 2018-08-15 17:27:20,170 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains used request id req-8bb91bd6-074d-4058-bfcf-ea728d5424f0 2018-08-15 17:27:20,170 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.189898014069s 2018-08-15 17:27:20,170 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains used request id req-8bb91bd6-074d-4058-bfcf-ea728d5424f0 2018-08-15 17:27:20,171 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_domains: [Munch({'description': u'The default domain', 'enabled': True, 'id': u'default', 'name': u'Default'}), Munch({'description': u'', 'enabled': True, 'id': u'e4bd2a4e6bb349a78f956295c49df949', 'name': u'heat_stack'})] 2018-08-15 17:27:20,175 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.endpoints 2018-08-15 17:27:20,178 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}8dbec34458176d9fac788339979cc6110242646e" 2018-08-15 17:27:20,362 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:27:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-380f4601-f319-4960-91c7-ab252e8a36c1 Content-Encoding: gzip Content-Length: 1980 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/03f40cbac74c4aafb48b4dd360509f6a"}, "url": "http://192.30.9.3:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "8096ce39bbf24c1683621ee563324790", "id": "03f40cbac74c4aafb48b4dd360509f6a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/156b8e560e534c82a1d320da86608a19"}, "url": "http://192.30.9.3:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "c4334130b6d54a75804fe3f11a3b9e3e", "id": "156b8e560e534c82a1d320da86608a19"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/18ed3fa9a0894200abaf76b71abfd912"}, "url": "http://172.30.9.27:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "8096ce39bbf24c1683621ee563324790", "id": "18ed3fa9a0894200abaf76b71abfd912"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/19071864a1b848cc93bca3b1e1955c3f"}, "url": "http://172.30.9.27:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "5540e06daad441aa911fd4cb4d76f8d3", "id": "19071864a1b848cc93bca3b1e1955c3f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/1d6cb188f65e4f77bab04c3d99f9469f"}, "url": "http://192.30.9.3:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "51b7a44223114d149d5300ae5b6d97ae", "id": "1d6cb188f65e4f77bab04c3d99f9469f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/287c0315393e4b22a228912ca3b004cc"}, "url": "http://172.30.9.27:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "363b885c3f174fbfb4f17da9d41f332d", "id": "287c0315393e4b22a228912ca3b004cc"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/39db2ebb65ae42659440fd9845949a6c"}, "url": "http://192.30.9.3:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "d878aa5c6b584d53a039f6a680fb6e8b", "id": "39db2ebb65ae42659440fd9845949a6c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/3ad23d2a65e74e3c87b1488af1f9f9ac"}, "url": "http://172.30.9.27:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "d878aa5c6b584d53a039f6a680fb6e8b", "id": "3ad23d2a65e74e3c87b1488af1f9f9ac"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/3d96a0aa5c344cb8ba659332ed497e85"}, "url": "http://192.30.9.3:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "8096ce39bbf24c1683621ee563324790", "id": "3d96a0aa5c344cb8ba659332ed497e85"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/54e3c320cc3142e9824c171afe58d5c6"}, "url": "http://12.0.0.37:8080", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "17183633b8774ff6a53da32b47c89b3c", "id": "54e3c320cc3142e9824c171afe58d5c6"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/576142509dfd46c591c5e83bed8ffcc7"}, "url": "http://192.30.9.3:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "becfeedd42e344c085611f3c7c465a3f", "id": "576142509dfd46c591c5e83bed8ffcc7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/59154cecf6a54eb08ecc63bf95dca042"}, "url": "http://192.30.9.3:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "c4334130b6d54a75804fe3f11a3b9e3e", "id": "59154cecf6a54eb08ecc63bf95dca042"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/5aad7caa3e6f4a35b9abdf5d46190371"}, "url": "http://192.30.9.3:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "bb3127ed06e54fda901ea2348ddb72da", "id": "5aad7caa3e6f4a35b9abdf5d46190371"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/5d07664cbebb49149819cf7a6b20edb4"}, "url": "http://192.30.9.3:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "d878aa5c6b584d53a039f6a680fb6e8b", "id": "5d07664cbebb49149819cf7a6b20edb4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/62769da517ac4f44b88a6118413b8c30"}, "url": "http://192.30.9.3:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "363b885c3f174fbfb4f17da9d41f332d", "id": "62769da517ac4f44b88a6118413b8c30"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/6c0b30400cd648249ab0a6a17cf1ebc1"}, "url": "http://192.30.9.3:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "363b885c3f174fbfb4f17da9d41f332d", "id": "6c0b30400cd648249ab0a6a17cf1ebc1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/6e2bb44b06c0412ab74e54984b5b26b5"}, "url": "http://192.30.9.3:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "e16298e148f54e96a50a134ca797deff", "id": "6e2bb44b06c0412ab74e54984b5b26b5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/70f7ced028794432bef835264c84489c"}, "url": "http://192.30.9.3:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "51b7a44223114d149d5300ae5b6d97ae", "id": "70f7ced028794432bef835264c84489c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/77dd5cfb1dac4b31b21d705ba420c355"}, "url": "http://172.30.9.27:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "51b7a44223114d149d5300ae5b6d97ae", "id": "77dd5cfb1dac4b31b21d705ba420c355"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/7d00250537b54114937846660f377ed1"}, "url": "http://172.30.9.27:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "17183633b8774ff6a53da32b47c89b3c", "id": "7d00250537b54114937846660f377ed1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/7f1f66095afa4b74b4f26d432f5bfa55"}, "url": "http://172.30.9.27:8977", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "f6e223543cae4d9bad10258b0a294f12", "id": "7f1f66095afa4b74b4f26d432f5bfa55"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/86bcb5a76e6c464bb4d42c969584d6f2"}, "url": "http://192.30.9.3:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "e16298e148f54e96a50a134ca797deff", "id": "86bcb5a76e6c464bb4d42c969584d6f2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/8f60ea793ee64fc9a3d9a2d2ad889bd0"}, "url": "http://172.30.9.27:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "b3040d5c7e224dbca86f421bddd758e1", "id": "8f60ea793ee64fc9a3d9a2d2ad889bd0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/94631698a9884eb1bf4cb245c6f37b80"}, "url": "http://192.30.9.3:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "2dec96c2934d43bdbe2e431ef0b53392", "id": "94631698a9884eb1bf4cb245c6f37b80"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/a391eed816af4966b335005bfe580d70"}, "url": "http://172.30.9.27:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "e16298e148f54e96a50a134ca797deff", "id": "a391eed816af4966b335005bfe580d70"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/b54cb5b666f74b91b0244b5332fdb3e5"}, "url": "http://172.30.9.27:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "f3a07a22777a4405b7eaf44da2e73e19", "id": "b54cb5b666f74b91b0244b5332fdb3e5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/b8dd5f30cc334148a7ed9d5ab68eee9b"}, "url": "http://192.30.9.3:8977", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "f6e223543cae4d9bad10258b0a294f12", "id": "b8dd5f30cc334148a7ed9d5ab68eee9b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/bc0345e40a36459fbc009797a6517deb"}, "url": "http://192.30.9.3:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "5540e06daad441aa911fd4cb4d76f8d3", "id": "bc0345e40a36459fbc009797a6517deb"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/bfe7dd54acd947899871700a40dd0244"}, "url": "http://192.30.9.3:8977", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "f6e223543cae4d9bad10258b0a294f12", "id": "bfe7dd54acd947899871700a40dd0244"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/c23f2a003e874719a2f1c41f92405a45"}, "url": "http://172.30.9.27:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "2dec96c2934d43bdbe2e431ef0b53392", "id": "c23f2a003e874719a2f1c41f92405a45"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/c790cb26fd2345ae9bac8a014d10a446"}, "url": "http://12.0.0.37:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "17183633b8774ff6a53da32b47c89b3c", "id": "c790cb26fd2345ae9bac8a014d10a446"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/c7c9770175fc45379f2c2d142062b2c3"}, "url": "http://192.30.9.3:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "b3040d5c7e224dbca86f421bddd758e1", "id": "c7c9770175fc45379f2c2d142062b2c3"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/c8b8b8bcfb3b40e5be77e13a4d2dda19"}, "url": "http://172.30.9.27:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "bb3127ed06e54fda901ea2348ddb72da", "id": "c8b8b8bcfb3b40e5be77e13a4d2dda19"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/cabe2973ef9144da9850a630dd2aedd5"}, "url": "http://192.30.9.3:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "becfeedd42e344c085611f3c7c465a3f", "id": "cabe2973ef9144da9850a630dd2aedd5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/d33016e2f5be49c28efb9905db488d41"}, "url": "http://192.30.9.3:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "bb3127ed06e54fda901ea2348ddb72da", "id": "d33016e2f5be49c28efb9905db488d41"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/dcc892608bd341e084be203695f810d1"}, "url": "http://192.30.9.3:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "f3a07a22777a4405b7eaf44da2e73e19", "id": "dcc892608bd341e084be203695f810d1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/e5c7966f4757438480f39866a31a0265"}, "url": "http://192.30.9.3:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "5540e06daad441aa911fd4cb4d76f8d3", "id": "e5c7966f4757438480f39866a31a0265"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/e944b22c50da41179f2e29ce558807c1"}, "url": "http://192.30.9.3:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "b3040d5c7e224dbca86f421bddd758e1", "id": "e944b22c50da41179f2e29ce558807c1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/e97257b46cb8440080352cd841246c5d"}, "url": "http://192.30.9.3:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "2dec96c2934d43bdbe2e431ef0b53392", "id": "e97257b46cb8440080352cd841246c5d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/e980066294c34eb6866e6c4735e84a62"}, "url": "http://192.30.9.3:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "f3a07a22777a4405b7eaf44da2e73e19", "id": "e980066294c34eb6866e6c4735e84a62"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/eb71f3f602d443c9a8605a7ff2e8aa8e"}, "url": "http://172.30.9.27:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "becfeedd42e344c085611f3c7c465a3f", "id": "eb71f3f602d443c9a8605a7ff2e8aa8e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/f3aa5c8697e449f99c2cfbe2a371cab7"}, "url": "http://172.30.9.27:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "c4334130b6d54a75804fe3f11a3b9e3e", "id": "f3aa5c8697e449f99c2cfbe2a371cab7"}], "links": {"self": "http://172.30.9.27:5000/v3/endpoints", "previous": null, "next": null}} 2018-08-15 17:27:20,363 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/endpoints used request id req-380f4601-f319-4960-91c7-ab252e8a36c1 2018-08-15 17:27:20,363 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.endpoints in 0.188534021378s 2018-08-15 17:27:20,364 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/endpoints used request id req-380f4601-f319-4960-91c7-ab252e8a36c1 2018-08-15 17:27:20,371 - 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.27:5000/v3/endpoints/03f40cbac74c4aafb48b4dd360509f6a'}, u'url': u'http://192.30.9.3:35357', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'8096ce39bbf24c1683621ee563324790', u'id': u'03f40cbac74c4aafb48b4dd360509f6a'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/156b8e560e534c82a1d320da86608a19'}, u'url': u'http://192.30.9.3:8004/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'c4334130b6d54a75804fe3f11a3b9e3e', u'id': u'156b8e560e534c82a1d320da86608a19'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/18ed3fa9a0894200abaf76b71abfd912'}, u'url': u'http://172.30.9.27:5000', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'8096ce39bbf24c1683621ee563324790', u'id': u'18ed3fa9a0894200abaf76b71abfd912'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/19071864a1b848cc93bca3b1e1955c3f'}, u'url': u'http://172.30.9.27:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'5540e06daad441aa911fd4cb4d76f8d3', u'id': u'19071864a1b848cc93bca3b1e1955c3f'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/1d6cb188f65e4f77bab04c3d99f9469f'}, u'url': u'http://192.30.9.3:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'51b7a44223114d149d5300ae5b6d97ae', u'id': u'1d6cb188f65e4f77bab04c3d99f9469f'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/287c0315393e4b22a228912ca3b004cc'}, u'url': u'http://172.30.9.27:8776/v3/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'363b885c3f174fbfb4f17da9d41f332d', u'id': u'287c0315393e4b22a228912ca3b004cc'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/39db2ebb65ae42659440fd9845949a6c'}, u'url': u'http://192.30.9.3:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'd878aa5c6b584d53a039f6a680fb6e8b', u'id': u'39db2ebb65ae42659440fd9845949a6c'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/3ad23d2a65e74e3c87b1488af1f9f9ac'}, u'url': u'http://172.30.9.27:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'd878aa5c6b584d53a039f6a680fb6e8b', u'id': u'3ad23d2a65e74e3c87b1488af1f9f9ac'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/3d96a0aa5c344cb8ba659332ed497e85'}, u'url': u'http://192.30.9.3:5000', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'8096ce39bbf24c1683621ee563324790', u'id': u'3d96a0aa5c344cb8ba659332ed497e85'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/54e3c320cc3142e9824c171afe58d5c6'}, u'url': u'http://12.0.0.37:8080', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'17183633b8774ff6a53da32b47c89b3c', u'id': u'54e3c320cc3142e9824c171afe58d5c6'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/576142509dfd46c591c5e83bed8ffcc7'}, u'url': u'http://192.30.9.3:8776/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'becfeedd42e344c085611f3c7c465a3f', u'id': u'576142509dfd46c591c5e83bed8ffcc7'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/59154cecf6a54eb08ecc63bf95dca042'}, u'url': u'http://192.30.9.3:8004/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'c4334130b6d54a75804fe3f11a3b9e3e', u'id': u'59154cecf6a54eb08ecc63bf95dca042'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/5aad7caa3e6f4a35b9abdf5d46190371'}, u'url': u'http://192.30.9.3:8778/placement', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'bb3127ed06e54fda901ea2348ddb72da', u'id': u'5aad7caa3e6f4a35b9abdf5d46190371'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/5d07664cbebb49149819cf7a6b20edb4'}, u'url': u'http://192.30.9.3:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'd878aa5c6b584d53a039f6a680fb6e8b', u'id': u'5d07664cbebb49149819cf7a6b20edb4'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/62769da517ac4f44b88a6118413b8c30'}, u'url': u'http://192.30.9.3:8776/v3/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'363b885c3f174fbfb4f17da9d41f332d', u'id': u'62769da517ac4f44b88a6118413b8c30'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/6c0b30400cd648249ab0a6a17cf1ebc1'}, u'url': u'http://192.30.9.3:8776/v3/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'363b885c3f174fbfb4f17da9d41f332d', u'id': u'6c0b30400cd648249ab0a6a17cf1ebc1'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/6e2bb44b06c0412ab74e54984b5b26b5'}, u'url': u'http://192.30.9.3:8776/v2/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'e16298e148f54e96a50a134ca797deff', u'id': u'6e2bb44b06c0412ab74e54984b5b26b5'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/70f7ced028794432bef835264c84489c'}, u'url': u'http://192.30.9.3:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'51b7a44223114d149d5300ae5b6d97ae', u'id': u'70f7ced028794432bef835264c84489c'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/77dd5cfb1dac4b31b21d705ba420c355'}, u'url': u'http://172.30.9.27:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'51b7a44223114d149d5300ae5b6d97ae', u'id': u'77dd5cfb1dac4b31b21d705ba420c355'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/7d00250537b54114937846660f377ed1'}, u'url': u'http://172.30.9.27:8080/v1/AUTH_%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'17183633b8774ff6a53da32b47c89b3c', u'id': u'7d00250537b54114937846660f377ed1'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/7f1f66095afa4b74b4f26d432f5bfa55'}, u'url': u'http://172.30.9.27:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'f6e223543cae4d9bad10258b0a294f12', u'id': u'7f1f66095afa4b74b4f26d432f5bfa55'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/86bcb5a76e6c464bb4d42c969584d6f2'}, u'url': u'http://192.30.9.3:8776/v2/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'e16298e148f54e96a50a134ca797deff', u'id': u'86bcb5a76e6c464bb4d42c969584d6f2'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/8f60ea793ee64fc9a3d9a2d2ad889bd0'}, u'url': u'http://172.30.9.27:8774/v2.1', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'b3040d5c7e224dbca86f421bddd758e1', u'id': u'8f60ea793ee64fc9a3d9a2d2ad889bd0'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/94631698a9884eb1bf4cb245c6f37b80'}, u'url': u'http://192.30.9.3:8000/v1', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'2dec96c2934d43bdbe2e431ef0b53392', u'id': u'94631698a9884eb1bf4cb245c6f37b80'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/a391eed816af4966b335005bfe580d70'}, u'url': u'http://172.30.9.27:8776/v2/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'e16298e148f54e96a50a134ca797deff', u'id': u'a391eed816af4966b335005bfe580d70'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/b54cb5b666f74b91b0244b5332fdb3e5'}, u'url': u'http://172.30.9.27:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'f3a07a22777a4405b7eaf44da2e73e19', u'id': u'b54cb5b666f74b91b0244b5332fdb3e5'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/b8dd5f30cc334148a7ed9d5ab68eee9b'}, u'url': u'http://192.30.9.3:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'f6e223543cae4d9bad10258b0a294f12', u'id': u'b8dd5f30cc334148a7ed9d5ab68eee9b'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/bc0345e40a36459fbc009797a6517deb'}, u'url': u'http://192.30.9.3:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'5540e06daad441aa911fd4cb4d76f8d3', u'id': u'bc0345e40a36459fbc009797a6517deb'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/bfe7dd54acd947899871700a40dd0244'}, u'url': u'http://192.30.9.3:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'f6e223543cae4d9bad10258b0a294f12', u'id': u'bfe7dd54acd947899871700a40dd0244'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/c23f2a003e874719a2f1c41f92405a45'}, u'url': u'http://172.30.9.27:8000/v1', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'2dec96c2934d43bdbe2e431ef0b53392', u'id': u'c23f2a003e874719a2f1c41f92405a45'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/c790cb26fd2345ae9bac8a014d10a446'}, u'url': u'http://12.0.0.37:8080/v1/AUTH_%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'17183633b8774ff6a53da32b47c89b3c', u'id': u'c790cb26fd2345ae9bac8a014d10a446'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/c7c9770175fc45379f2c2d142062b2c3'}, u'url': u'http://192.30.9.3:8774/v2.1', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'b3040d5c7e224dbca86f421bddd758e1', u'id': u'c7c9770175fc45379f2c2d142062b2c3'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/c8b8b8bcfb3b40e5be77e13a4d2dda19'}, u'url': u'http://172.30.9.27:8778/placement', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'bb3127ed06e54fda901ea2348ddb72da', u'id': u'c8b8b8bcfb3b40e5be77e13a4d2dda19'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/cabe2973ef9144da9850a630dd2aedd5'}, u'url': u'http://192.30.9.3:8776/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'becfeedd42e344c085611f3c7c465a3f', u'id': u'cabe2973ef9144da9850a630dd2aedd5'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/d33016e2f5be49c28efb9905db488d41'}, u'url': u'http://192.30.9.3:8778/placement', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'bb3127ed06e54fda901ea2348ddb72da', u'id': u'd33016e2f5be49c28efb9905db488d41'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/dcc892608bd341e084be203695f810d1'}, u'url': u'http://192.30.9.3:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'f3a07a22777a4405b7eaf44da2e73e19', u'id': u'dcc892608bd341e084be203695f810d1'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/e5c7966f4757438480f39866a31a0265'}, u'url': u'http://192.30.9.3:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'5540e06daad441aa911fd4cb4d76f8d3', u'id': u'e5c7966f4757438480f39866a31a0265'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/e944b22c50da41179f2e29ce558807c1'}, u'url': u'http://192.30.9.3:8774/v2.1', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'b3040d5c7e224dbca86f421bddd758e1', u'id': u'e944b22c50da41179f2e29ce558807c1'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/e97257b46cb8440080352cd841246c5d'}, u'url': u'http://192.30.9.3:8000/v1', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'2dec96c2934d43bdbe2e431ef0b53392', u'id': u'e97257b46cb8440080352cd841246c5d'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/e980066294c34eb6866e6c4735e84a62'}, u'url': u'http://192.30.9.3:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'f3a07a22777a4405b7eaf44da2e73e19', u'id': u'e980066294c34eb6866e6c4735e84a62'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/eb71f3f602d443c9a8605a7ff2e8aa8e'}, u'url': u'http://172.30.9.27:8776/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'becfeedd42e344c085611f3c7c465a3f', u'id': u'eb71f3f602d443c9a8605a7ff2e8aa8e'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/f3aa5c8697e449f99c2cfbe2a371cab7'}, u'url': u'http://172.30.9.27:8004/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'c4334130b6d54a75804fe3f11a3b9e3e', u'id': u'f3aa5c8697e449f99c2cfbe2a371cab7'})] 2018-08-15 17:27:20,373 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.extensions 2018-08-15 17:27:20,376 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}8dbec34458176d9fac788339979cc6110242646e" 2018-08-15 17:27:20,485 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:27: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-2d245272-a9b3-4f4e-83e9-f4336a80f5a7 x-compute-request-id: req-2d245272-a9b3-4f4e-83e9-f4336a80f5a7 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-15 17:27:20,486 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/extensions used request id req-2d245272-a9b3-4f4e-83e9-f4336a80f5a7 2018-08-15 17:27:20,486 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.extensions in 0.112901926041s 2018-08-15 17:27:20,487 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/extensions used request id req-2d245272-a9b3-4f4e-83e9-f4336a80f5a7 2018-08-15 17:27:20,503 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-floating-ip-pools 2018-08-15 17:27:20,505 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}8dbec34458176d9fac788339979cc6110242646e" 2018-08-15 17:27:22,456 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:27: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-9e69e2e8-03d2-4fe1-b81c-a1e957dbd7d9 x-compute-request-id: req-9e69e2e8-03d2-4fe1-b81c-a1e957dbd7d9 Content-Length: 45 Content-Type: application/json RESP BODY: {"floating_ip_pools": [{"name": "external"}]} 2018-08-15 17:27:22,457 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/os-floating-ip-pools used request id req-9e69e2e8-03d2-4fe1-b81c-a1e957dbd7d9 2018-08-15 17:27:22,457 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-floating-ip-pools in 1.95412111282s 2018-08-15 17:27:22,457 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/os-floating-ip-pools used request id req-9e69e2e8-03d2-4fe1-b81c-a1e957dbd7d9 2018-08-15 17:27:22,458 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_floating_ip_pools: [{'name': u'external'}] 2018-08-15 17:27:22,463 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-15 17:27:22,463 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8dbec34458176d9fac788339979cc6110242646e" 2018-08-15 17:27:22,517 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-ee7e6c10-dc95-4349-8f69-a08acb18eca4 Date: Wed, 15 Aug 2018 17:27:22 GMT RESP BODY: {"floatingips": []} 2018-08-15 17:27:22,518 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-ee7e6c10-dc95-4349-8f69-a08acb18eca4 2018-08-15 17:27:22,518 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0546748638153s 2018-08-15 17:27:22,518 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-ee7e6c10-dc95-4349-8f69-a08acb18eca4 2018-08-15 17:27:22,518 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_floating_ips: [] 2018-08-15 17:27:22,519 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-08-15 17:27:22,545 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/os-hypervisors/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8dbec34458176d9fac788339979cc6110242646e" 2018-08-15 17:27:22,580 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:27: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-8e151a60-2bbf-434b-97f3-b6f00faeb2ff x-compute-request-id: req-8e151a60-2bbf-434b-97f3-b6f00faeb2ff Content-Encoding: gzip Content-Length: 712 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 2}, "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.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": 148, "hypervisor_version": 2010000, "disk_available_least": 148, "local_gb": 148, "free_ram_mb": 28406, "id": 1}, {"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 3}, "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.4", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 148, "hypervisor_version": 2010000, "disk_available_least": 148, "local_gb": 148, "free_ram_mb": 28406, "id": 2}]} 2018-08-15 17:27:22,580 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/os-hypervisors/detail used request id req-8e151a60-2bbf-434b-97f3-b6f00faeb2ff 2018-08-15 17:27:22,580 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.0615019798279s 2018-08-15 17:27:22,581 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/os-hypervisors/detail used request id req-8e151a60-2bbf-434b-97f3-b6f00faeb2ff 2018-08-15 17:27:22,581 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_hypervisors: [Munch({u'status': u'enabled', u'host_ip': u'192.30.9.5', u'hypervisor_hostname': u'overcloud-novacompute-1.opnfvlf.org', u'cpu_info': u'{"vendor": "Intel", "model": "Haswell-noTSX", "arch": "x86_64", "features": ["pge", "avx", "xsaveopt", "clflush", "sep", "syscall", "tsc_adjust", "tsc-deadline", "dtes64", "invpcid", "tsc", "fsgsbase", "xsave", "vmx", "erms", "xtpr", "cmov", "smep", "pcid", "est", "pat", "monitor", "smx", "pbe", "lm", "msr", "nx", "fxsr", "tm", "sse4.1", "pae", "sse4.2", "pclmuldq", "acpi", "fma", "vme", "popcnt", "mmx", "osxsave", "cx8", "mce", "de", "rdtscp", "ht", "dca", "lahf_lm", "abm", "pdcm", "mca", "pdpe1gb", "apic", "sse", "f16c", "pse", "ds", "invtsc", "pni", "tm2", "avx2", "aes", "sse2", "ss", "ds_cpl", "arat", "bmi1", "bmi2", "ssse3", "fpu", "cx16", "pse36", "mtrr", "movbe", "rdrand", "x2apic"], "topology": {"cores": 4, "cells": 2, "threads": 2, "sockets": 1}}', u'free_disk_gb': 148, u'hypervisor_version': 2010000, u'disk_available_least': 148, u'local_gb': 148, u'free_ram_mb': 28406, u'id': 1, u'service': {u'host': u'overcloud-novacompute-1.opnfvlf.org', u'disabled_reason': None, u'id': 2}, u'vcpus_used': 0, u'hypervisor_type': u'QEMU', u'local_gb_used': 0, u'vcpus': 16, u'memory_mb_used': 4096, u'memory_mb': 32502, u'current_workload': 0, u'state': u'up', u'running_vms': 0}), Munch({u'status': u'enabled', u'host_ip': u'192.30.9.4', u'hypervisor_hostname': u'overcloud-novacompute-0.opnfvlf.org', u'cpu_info': u'{"vendor": "Intel", "model": "Haswell-noTSX", "arch": "x86_64", "features": ["pge", "avx", "xsaveopt", "clflush", "sep", "syscall", "tsc_adjust", "tsc-deadline", "dtes64", "invpcid", "tsc", "fsgsbase", "xsave", "vmx", "erms", "xtpr", "cmov", "smep", "pcid", "est", "pat", "monitor", "smx", "pbe", "lm", "msr", "nx", "fxsr", "tm", "sse4.1", "pae", "sse4.2", "pclmuldq", "acpi", "fma", "vme", "popcnt", "mmx", "osxsave", "cx8", "mce", "de", "rdtscp", "ht", "dca", "lahf_lm", "abm", "pdcm", "mca", "pdpe1gb", "apic", "sse", "f16c", "pse", "ds", "invtsc", "pni", "tm2", "avx2", "aes", "sse2", "ss", "ds_cpl", "arat", "bmi1", "bmi2", "ssse3", "fpu", "cx16", "pse36", "mtrr", "movbe", "rdrand", "x2apic"], "topology": {"cores": 4, "cells": 2, "threads": 2, "sockets": 1}}', u'free_disk_gb': 148, u'hypervisor_version': 2010000, u'disk_available_least': 148, u'local_gb': 148, u'free_ram_mb': 28406, u'id': 2, u'service': {u'host': u'overcloud-novacompute-0.opnfvlf.org', u'disabled_reason': None, u'id': 3}, u'vcpus_used': 0, u'hypervisor_type': u'QEMU', u'local_gb_used': 0, u'vcpus': 16, u'memory_mb_used': 4096, u'memory_mb': 32502, u'current_workload': 0, u'state': u'up', u'running_vms': 0})] 2018-08-15 17:27:22,582 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-keypairs 2018-08-15 17:27:22,585 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}8dbec34458176d9fac788339979cc6110242646e" 2018-08-15 17:27:22,603 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:27:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-6ceef0b1-24d5-4a87-a388-e1f4de57c649 x-compute-request-id: req-6ceef0b1-24d5-4a87-a388-e1f4de57c649 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-08-15 17:27:22,603 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/os-keypairs used request id req-6ceef0b1-24d5-4a87-a388-e1f4de57c649 2018-08-15 17:27:22,603 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-keypairs in 0.0208299160004s 2018-08-15 17:27:22,603 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/os-keypairs used request id req-6ceef0b1-24d5-4a87-a388-e1f4de57c649 2018-08-15 17:27:22,603 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_keypairs: [] 2018-08-15 17:27:22,604 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-15 17:27:22,604 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8dbec34458176d9fac788339979cc6110242646e" 2018-08-15 17:27:22,680 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-e033d41d-80e8-4644-9997-d56fda6d367d Date: Wed, 15 Aug 2018 17:27:22 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"fc8ca119-27ab-4070-99fa-a2993d11ee48","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d2c267e1fee9461ba5e64a915b9518f5","status":"ACTIVE","subnets":["3ef75223-733d-425d-bb3e-88e8a796bebc"],"description":"","tags":[],"updated_at":"2018-08-15T17:16:30Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"d2c267e1fee9461ba5e64a915b9518f5","created_at":"2018-08-15T17:16:26Z","provider:network_type":"flat"}]} 2018-08-15 17:27:22,681 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-e033d41d-80e8-4644-9997-d56fda6d367d 2018-08-15 17:27:22,681 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0767939090729s 2018-08-15 17:27:22,681 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-e033d41d-80e8-4644-9997-d56fda6d367d 2018-08-15 17:27:22,681 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_networks: [Munch({u'status': u'ACTIVE', u'subnets': [u'3ef75223-733d-425d-bb3e-88e8a796bebc'], u'description': u'', u'provider:physical_network': u'datacentre', u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-08-15T17:16:30Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'mtu': 1500, u'id': u'fc8ca119-27ab-4070-99fa-a2993d11ee48', 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'd2c267e1fee9461ba5e64a915b9518f5', u'created_at': u'2018-08-15T17:16:26Z', u'provider:network_type': u'flat', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'd2c267e1fee9461ba5e64a915b9518f5'})] 2018-08-15 17:27:22,682 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-15 17:27:22,682 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}8dbec34458176d9fac788339979cc6110242646e" 2018-08-15 17:27:22,706 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-aa39a1dd-4d87-4fae-a194-1cfcdc62ccd7 Date: Wed, 15 Aug 2018 17:27:22 GMT RESP BODY: {"ports":[]} 2018-08-15 17:27:22,707 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json used request id req-aa39a1dd-4d87-4fae-a194-1cfcdc62ccd7 2018-08-15 17:27:22,707 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0247659683228s 2018-08-15 17:27:22,707 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json used request id req-aa39a1dd-4d87-4fae-a194-1cfcdc62ccd7 2018-08-15 17:27:22,707 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_ports: [] 2018-08-15 17:27:22,710 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-15 17:27:22,713 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}8dbec34458176d9fac788339979cc6110242646e" 2018-08-15 17:27:22,817 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:27:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4f55ac1f-6938-4385-9284-d8e19038d32a Content-Encoding: gzip Content-Length: 728 Content-Type: application/json RESP BODY: {"role_assignments": [{"scope": {"project": {"id": "d2c267e1fee9461ba5e64a915b9518f5"}}, "role": {"id": "382a39dc50214187b99e809cf7222e3c"}, "user": {"id": "033f0039d025473a84de241284491a58"}, "links": {"assignment": "http://172.30.9.27:5000/v3/projects/d2c267e1fee9461ba5e64a915b9518f5/users/033f0039d025473a84de241284491a58/roles/382a39dc50214187b99e809cf7222e3c"}}, {"scope": {"project": {"id": "d2c267e1fee9461ba5e64a915b9518f5"}}, "role": {"id": "382a39dc50214187b99e809cf7222e3c"}, "user": {"id": "2cc8b8ad456045c2a30e4360994a4487"}, "links": {"assignment": "http://172.30.9.27:5000/v3/projects/d2c267e1fee9461ba5e64a915b9518f5/users/2cc8b8ad456045c2a30e4360994a4487/roles/382a39dc50214187b99e809cf7222e3c"}}, {"scope": {"project": {"id": "d2c267e1fee9461ba5e64a915b9518f5"}}, "role": {"id": "382a39dc50214187b99e809cf7222e3c"}, "user": {"id": "3c466aad8ead4318838e33dd234eb81d"}, "links": {"assignment": "http://172.30.9.27:5000/v3/projects/d2c267e1fee9461ba5e64a915b9518f5/users/3c466aad8ead4318838e33dd234eb81d/roles/382a39dc50214187b99e809cf7222e3c"}}, {"scope": {"project": {"id": "d2c267e1fee9461ba5e64a915b9518f5"}}, "role": {"id": "382a39dc50214187b99e809cf7222e3c"}, "user": {"id": "56e811cfd4b242068dd78826118576f4"}, "links": {"assignment": "http://172.30.9.27:5000/v3/projects/d2c267e1fee9461ba5e64a915b9518f5/users/56e811cfd4b242068dd78826118576f4/roles/382a39dc50214187b99e809cf7222e3c"}}, {"scope": {"project": {"id": "d2c267e1fee9461ba5e64a915b9518f5"}}, "role": {"id": "021fd4a1fb8b483eb2264cbf5b321379"}, "user": {"id": "6fad7e5ef0254b2a9cdb215018bcab91"}, "links": {"assignment": "http://172.30.9.27:5000/v3/projects/d2c267e1fee9461ba5e64a915b9518f5/users/6fad7e5ef0254b2a9cdb215018bcab91/roles/021fd4a1fb8b483eb2264cbf5b321379"}}, {"scope": {"project": {"id": "d2c267e1fee9461ba5e64a915b9518f5"}}, "role": {"id": "382a39dc50214187b99e809cf7222e3c"}, "user": {"id": "6fad7e5ef0254b2a9cdb215018bcab91"}, "links": {"assignment": "http://172.30.9.27:5000/v3/projects/d2c267e1fee9461ba5e64a915b9518f5/users/6fad7e5ef0254b2a9cdb215018bcab91/roles/382a39dc50214187b99e809cf7222e3c"}}, {"scope": {"project": {"id": "d2c267e1fee9461ba5e64a915b9518f5"}}, "role": {"id": "382a39dc50214187b99e809cf7222e3c"}, "user": {"id": "7d91ea49860f4c2a8deabf649cf4ed37"}, "links": {"assignment": "http://172.30.9.27:5000/v3/projects/d2c267e1fee9461ba5e64a915b9518f5/users/7d91ea49860f4c2a8deabf649cf4ed37/roles/382a39dc50214187b99e809cf7222e3c"}}, {"scope": {"project": {"id": "d2c267e1fee9461ba5e64a915b9518f5"}}, "role": {"id": "382a39dc50214187b99e809cf7222e3c"}, "user": {"id": "8f968cf4475249f6abf2422d6dd7425f"}, "links": {"assignment": "http://172.30.9.27:5000/v3/projects/d2c267e1fee9461ba5e64a915b9518f5/users/8f968cf4475249f6abf2422d6dd7425f/roles/382a39dc50214187b99e809cf7222e3c"}}, {"scope": {"project": {"id": "a3688ea3a7924e1e8a441a00bd79aae5"}}, "role": {"id": "382a39dc50214187b99e809cf7222e3c"}, "user": {"id": "9482390a0722494f8852b9f0e2b9de56"}, "links": {"assignment": "http://172.30.9.27:5000/v3/projects/a3688ea3a7924e1e8a441a00bd79aae5/users/9482390a0722494f8852b9f0e2b9de56/roles/382a39dc50214187b99e809cf7222e3c"}}, {"scope": {"project": {"id": "d2c267e1fee9461ba5e64a915b9518f5"}}, "role": {"id": "382a39dc50214187b99e809cf7222e3c"}, "user": {"id": "a36076122cea45c6b3e4aa67c4ca811d"}, "links": {"assignment": "http://172.30.9.27:5000/v3/projects/d2c267e1fee9461ba5e64a915b9518f5/users/a36076122cea45c6b3e4aa67c4ca811d/roles/382a39dc50214187b99e809cf7222e3c"}}, {"scope": {"project": {"id": "d2c267e1fee9461ba5e64a915b9518f5"}}, "role": {"id": "382a39dc50214187b99e809cf7222e3c"}, "user": {"id": "acda52409b024c95bc0facaa98dbc356"}, "links": {"assignment": "http://172.30.9.27:5000/v3/projects/d2c267e1fee9461ba5e64a915b9518f5/users/acda52409b024c95bc0facaa98dbc356/roles/382a39dc50214187b99e809cf7222e3c"}}, {"scope": {"project": {"id": "d2c267e1fee9461ba5e64a915b9518f5"}}, "role": {"id": "382a39dc50214187b99e809cf7222e3c"}, "user": {"id": "b193f8790ad94e46993d7eb01f623f51"}, "links": {"assignment": "http://172.30.9.27:5000/v3/projects/d2c267e1fee9461ba5e64a915b9518f5/users/b193f8790ad94e46993d7eb01f623f51/roles/382a39dc50214187b99e809cf7222e3c"}}, {"scope": {"project": {"id": "d2c267e1fee9461ba5e64a915b9518f5"}}, "role": {"id": "382a39dc50214187b99e809cf7222e3c"}, "user": {"id": "dba024f1937f490cae2e437356a668d7"}, "links": {"assignment": "http://172.30.9.27:5000/v3/projects/d2c267e1fee9461ba5e64a915b9518f5/users/dba024f1937f490cae2e437356a668d7/roles/382a39dc50214187b99e809cf7222e3c"}}, {"scope": {"project": {"id": "d2c267e1fee9461ba5e64a915b9518f5"}}, "role": {"id": "382a39dc50214187b99e809cf7222e3c"}, "user": {"id": "e6d2649e935e4b8db8107d76bfb30c3a"}, "links": {"assignment": "http://172.30.9.27:5000/v3/projects/d2c267e1fee9461ba5e64a915b9518f5/users/e6d2649e935e4b8db8107d76bfb30c3a/roles/382a39dc50214187b99e809cf7222e3c"}}, {"scope": {"domain": {"id": "e4bd2a4e6bb349a78f956295c49df949"}}, "role": {"id": "382a39dc50214187b99e809cf7222e3c"}, "user": {"id": "2422d0f285314705b46615565d3917fe"}, "links": {"assignment": "http://172.30.9.27:5000/v3/domains/e4bd2a4e6bb349a78f956295c49df949/users/2422d0f285314705b46615565d3917fe/roles/382a39dc50214187b99e809cf7222e3c"}}, {"scope": {"system": {"all": true}}, "role": {"id": "382a39dc50214187b99e809cf7222e3c"}, "user": {"id": "9482390a0722494f8852b9f0e2b9de56"}, "links": {"assignment": "http://172.30.9.27:5000/v3/system/users/9482390a0722494f8852b9f0e2b9de56/roles/382a39dc50214187b99e809cf7222e3c"}}], "links": {"self": "http://172.30.9.27:5000/v3/role_assignments", "previous": null, "next": null}} 2018-08-15 17:27:22,817 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments used request id req-4f55ac1f-6938-4385-9284-d8e19038d32a 2018-08-15 17:27:22,818 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.107161045074s 2018-08-15 17:27:22,818 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments used request id req-4f55ac1f-6938-4385-9284-d8e19038d32a 2018-08-15 17:27:22,821 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_role_assignments: [Munch({'project': u'd2c267e1fee9461ba5e64a915b9518f5', 'id': u'382a39dc50214187b99e809cf7222e3c', 'user': u'033f0039d025473a84de241284491a58'}), Munch({'project': u'd2c267e1fee9461ba5e64a915b9518f5', 'id': u'382a39dc50214187b99e809cf7222e3c', 'user': u'2cc8b8ad456045c2a30e4360994a4487'}), Munch({'project': u'd2c267e1fee9461ba5e64a915b9518f5', 'id': u'382a39dc50214187b99e809cf7222e3c', 'user': u'3c466aad8ead4318838e33dd234eb81d'}), Munch({'project': u'd2c267e1fee9461ba5e64a915b9518f5', 'id': u'382a39dc50214187b99e809cf7222e3c', 'user': u'56e811cfd4b242068dd78826118576f4'}), Munch({'project': u'd2c267e1fee9461ba5e64a915b9518f5', 'id': u'021fd4a1fb8b483eb2264cbf5b321379', 'user': u'6fad7e5ef0254b2a9cdb215018bcab91'}), Munch({'project': u'd2c267e1fee9461ba5e64a915b9518f5', 'id': u'382a39dc50214187b99e809cf7222e3c', 'user': u'6fad7e5ef0254b2a9cdb215018bcab91'}), Munch({'project': u'd2c267e1fee9461ba5e64a915b9518f5', 'id': u'382a39dc50214187b99e809cf7222e3c', 'user': u'7d91ea49860f4c2a8deabf649cf4ed37'}), Munch({'project': u'd2c267e1fee9461ba5e64a915b9518f5', 'id': u'382a39dc50214187b99e809cf7222e3c', 'user': u'8f968cf4475249f6abf2422d6dd7425f'}), Munch({'project': u'a3688ea3a7924e1e8a441a00bd79aae5', 'id': u'382a39dc50214187b99e809cf7222e3c', 'user': u'9482390a0722494f8852b9f0e2b9de56'}), Munch({'project': u'd2c267e1fee9461ba5e64a915b9518f5', 'id': u'382a39dc50214187b99e809cf7222e3c', 'user': u'a36076122cea45c6b3e4aa67c4ca811d'}), Munch({'project': u'd2c267e1fee9461ba5e64a915b9518f5', 'id': u'382a39dc50214187b99e809cf7222e3c', 'user': u'acda52409b024c95bc0facaa98dbc356'}), Munch({'project': u'd2c267e1fee9461ba5e64a915b9518f5', 'id': u'382a39dc50214187b99e809cf7222e3c', 'user': u'b193f8790ad94e46993d7eb01f623f51'}), Munch({'project': u'd2c267e1fee9461ba5e64a915b9518f5', 'id': u'382a39dc50214187b99e809cf7222e3c', 'user': u'dba024f1937f490cae2e437356a668d7'}), Munch({'project': u'd2c267e1fee9461ba5e64a915b9518f5', 'id': u'382a39dc50214187b99e809cf7222e3c', 'user': u'e6d2649e935e4b8db8107d76bfb30c3a'}), Munch({'domain': u'e4bd2a4e6bb349a78f956295c49df949', 'id': u'382a39dc50214187b99e809cf7222e3c', 'user': u'2422d0f285314705b46615565d3917fe'}), Munch({'id': u'382a39dc50214187b99e809cf7222e3c', 'user': u'9482390a0722494f8852b9f0e2b9de56'})] 2018-08-15 17:27:22,824 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-15 17:27:22,827 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}8dbec34458176d9fac788339979cc6110242646e" 2018-08-15 17:27:23,008 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:27:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-845e023b-d2e2-4b28-ab40-34f42262bf84 Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "021fd4a1fb8b483eb2264cbf5b321379", "links": {"self": "http://172.30.9.27:5000/v3/roles/021fd4a1fb8b483eb2264cbf5b321379"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "16212b6aa60a4fd1b8194c834bae86bf", "links": {"self": "http://172.30.9.27:5000/v3/roles/16212b6aa60a4fd1b8194c834bae86bf"}, "name": "member"}, {"domain_id": null, "id": "1c1e1015ce2644848f1430e3bb28531b", "links": {"self": "http://172.30.9.27:5000/v3/roles/1c1e1015ce2644848f1430e3bb28531b"}, "name": "swiftoperator"}, {"domain_id": null, "id": "382a39dc50214187b99e809cf7222e3c", "links": {"self": "http://172.30.9.27:5000/v3/roles/382a39dc50214187b99e809cf7222e3c"}, "name": "admin"}, {"domain_id": null, "id": "9aed22da25b945dda36dee6e40a0785d", "links": {"self": "http://172.30.9.27:5000/v3/roles/9aed22da25b945dda36dee6e40a0785d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "eeb4436830d24515952401292b7cfc55", "links": {"self": "http://172.30.9.27:5000/v3/roles/eeb4436830d24515952401292b7cfc55"}, "name": "reader"}]} 2018-08-15 17:27:23,008 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-845e023b-d2e2-4b28-ab40-34f42262bf84 2018-08-15 17:27:23,008 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.183538913727s 2018-08-15 17:27:23,008 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-845e023b-d2e2-4b28-ab40-34f42262bf84 2018-08-15 17:27:23,010 - 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'ResellerAdmin', 'id': u'021fd4a1fb8b483eb2264cbf5b321379'}), 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'16212b6aa60a4fd1b8194c834bae86bf'}), 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'1c1e1015ce2644848f1430e3bb28531b'}), 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'382a39dc50214187b99e809cf7222e3c'}), 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'9aed22da25b945dda36dee6e40a0785d'}), 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'reader', 'id': u'eeb4436830d24515952401292b7cfc55'})] 2018-08-15 17:27:23,011 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-15 17:27:23,011 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8dbec34458176d9fac788339979cc6110242646e" 2018-08-15 17:27:23,056 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-ccb5962a-c9f9-44a7-b4a9-3a11b270d49d Date: Wed, 15 Aug 2018 17:27:23 GMT RESP BODY: {"routers": []} 2018-08-15 17:27:23,056 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-ccb5962a-c9f9-44a7-b4a9-3a11b270d49d 2018-08-15 17:27:23,056 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.0453860759735s 2018-08-15 17:27:23,056 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-ccb5962a-c9f9-44a7-b4a9-3a11b270d49d 2018-08-15 17:27:23,056 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_routers: [] 2018-08-15 17:27:23,057 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 17:27:23,059 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8dbec34458176d9fac788339979cc6110242646e" 2018-08-15 17:27:23,266 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:27:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-2bf7693a-a02e-466e-b6c8-77133e0d54cb x-compute-request-id: req-2bf7693a-a02e-466e-b6c8-77133e0d54cb Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-15 17:27:23,266 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-2bf7693a-a02e-466e-b6c8-77133e0d54cb 2018-08-15 17:27:23,267 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.209556102753s 2018-08-15 17:27:23,267 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-2bf7693a-a02e-466e-b6c8-77133e0d54cb 2018-08-15 17:27:23,267 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_servers: [] 2018-08-15 17:27:23,270 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.services 2018-08-15 17:27:23,272 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.3: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-15 17:27:23,280 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 15 Aug 2018 17:27:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dceb9db9-fe18-4d8f-9253-021be246604a 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.3:35357/v3/", "rel": "self"}]}]}} 2018-08-15 17:27:23,280 - keystoneauth.session - DEBUG - GET call to None for http://192.30.9.3:35357/ used request id req-dceb9db9-fe18-4d8f-9253-021be246604a 2018-08-15 17:27:23,281 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.3: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}8dbec34458176d9fac788339979cc6110242646e" 2018-08-15 17:27:23,440 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:27:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6b8ad2ef-ac38-4eb2-96a7-1f279e299f09 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"services": [{"description": "Openstack Object-Store Service", "links": {"self": "http://192.30.9.3:35357/v3/services/17183633b8774ff6a53da32b47c89b3c"}, "enabled": true, "type": "object-store", "id": "17183633b8774ff6a53da32b47c89b3c", "name": "swift"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://192.30.9.3:35357/v3/services/2dec96c2934d43bdbe2e431ef0b53392"}, "enabled": true, "type": "cloudformation", "id": "2dec96c2934d43bdbe2e431ef0b53392", "name": "heat-cfn"}, {"description": "Cinder Service v3", "links": {"self": "http://192.30.9.3:35357/v3/services/363b885c3f174fbfb4f17da9d41f332d"}, "enabled": true, "type": "volumev3", "id": "363b885c3f174fbfb4f17da9d41f332d", "name": "cinderv3"}, {"description": "Neutron Networking Service", "links": {"self": "http://192.30.9.3:35357/v3/services/51b7a44223114d149d5300ae5b6d97ae"}, "enabled": true, "type": "network", "id": "51b7a44223114d149d5300ae5b6d97ae", "name": "neutron"}, {"description": "OpenStack Image Service", "links": {"self": "http://192.30.9.3:35357/v3/services/5540e06daad441aa911fd4cb4d76f8d3"}, "enabled": true, "type": "image", "id": "5540e06daad441aa911fd4cb4d76f8d3", "name": "glance"}, {"description": "Openstack Metering Service", "links": {"self": "http://192.30.9.3:35357/v3/services/68ad1d76386d437089226a0562004a39"}, "enabled": true, "type": "metering", "id": "68ad1d76386d437089226a0562004a39", "name": "ceilometer"}, {"description": "OpenStack Identity Service", "links": {"self": "http://192.30.9.3:35357/v3/services/8096ce39bbf24c1683621ee563324790"}, "enabled": true, "type": "identity", "id": "8096ce39bbf24c1683621ee563324790", "name": "keystone"}, {"description": "Openstack Compute Service", "links": {"self": "http://192.30.9.3:35357/v3/services/b3040d5c7e224dbca86f421bddd758e1"}, "enabled": true, "type": "compute", "id": "b3040d5c7e224dbca86f421bddd758e1", "name": "nova"}, {"description": "Openstack Placement Service", "links": {"self": "http://192.30.9.3:35357/v3/services/bb3127ed06e54fda901ea2348ddb72da"}, "enabled": true, "type": "placement", "id": "bb3127ed06e54fda901ea2348ddb72da", "name": "placement"}, {"description": "Cinder Service", "links": {"self": "http://192.30.9.3:35357/v3/services/becfeedd42e344c085611f3c7c465a3f"}, "enabled": true, "type": "volume", "id": "becfeedd42e344c085611f3c7c465a3f", "name": "cinder"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://192.30.9.3:35357/v3/services/c4334130b6d54a75804fe3f11a3b9e3e"}, "enabled": true, "type": "orchestration", "id": "c4334130b6d54a75804fe3f11a3b9e3e", "name": "heat"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://192.30.9.3:35357/v3/services/d878aa5c6b584d53a039f6a680fb6e8b"}, "enabled": true, "type": "alarming", "id": "d878aa5c6b584d53a039f6a680fb6e8b", "name": "aodh"}, {"description": "Cinder Service v2", "links": {"self": "http://192.30.9.3:35357/v3/services/e16298e148f54e96a50a134ca797deff"}, "enabled": true, "type": "volumev2", "id": "e16298e148f54e96a50a134ca797deff", "name": "cinderv2"}, {"description": "OpenStack Metric Service", "links": {"self": "http://192.30.9.3:35357/v3/services/f3a07a22777a4405b7eaf44da2e73e19"}, "enabled": true, "type": "metric", "id": "f3a07a22777a4405b7eaf44da2e73e19", "name": "gnocchi"}, {"description": "OpenStack Event Service", "links": {"self": "http://192.30.9.3:35357/v3/services/f6e223543cae4d9bad10258b0a294f12"}, "enabled": true, "type": "event", "id": "f6e223543cae4d9bad10258b0a294f12", "name": "panko"}], "links": {"self": "http://192.30.9.3:35357/v3/services", "previous": null, "next": null}} 2018-08-15 17:27:23,440 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.3:35357/v3/services used request id req-6b8ad2ef-ac38-4eb2-96a7-1f279e299f09 2018-08-15 17:27:23,441 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.services in 0.170511960983s 2018-08-15 17:27:23,441 - shade.request_ids - DEBUG - GET call to identity for http://192.30.9.3:35357/v3/services used request id req-6b8ad2ef-ac38-4eb2-96a7-1f279e299f09 2018-08-15 17:27:23,446 - 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'17183633b8774ff6a53da32b47c89b3c', 'name': u'swift'}), Munch({'description': u'Openstack Cloudformation Service', 'service_type': u'cloudformation', 'type': u'cloudformation', 'enabled': True, 'id': u'2dec96c2934d43bdbe2e431ef0b53392', 'name': u'heat-cfn'}), Munch({'description': u'Cinder Service v3', 'service_type': u'volumev3', 'type': u'volumev3', 'enabled': True, 'id': u'363b885c3f174fbfb4f17da9d41f332d', 'name': u'cinderv3'}), Munch({'description': u'Neutron Networking Service', 'service_type': u'network', 'type': u'network', 'enabled': True, 'id': u'51b7a44223114d149d5300ae5b6d97ae', 'name': u'neutron'}), Munch({'description': u'OpenStack Image Service', 'service_type': u'image', 'type': u'image', 'enabled': True, 'id': u'5540e06daad441aa911fd4cb4d76f8d3', 'name': u'glance'}), Munch({'description': u'Openstack Metering Service', 'service_type': u'metering', 'type': u'metering', 'enabled': True, 'id': u'68ad1d76386d437089226a0562004a39', 'name': u'ceilometer'}), Munch({'description': u'OpenStack Identity Service', 'service_type': u'identity', 'type': u'identity', 'enabled': True, 'id': u'8096ce39bbf24c1683621ee563324790', 'name': u'keystone'}), Munch({'description': u'Openstack Compute Service', 'service_type': u'compute', 'type': u'compute', 'enabled': True, 'id': u'b3040d5c7e224dbca86f421bddd758e1', 'name': u'nova'}), Munch({'description': u'Openstack Placement Service', 'service_type': u'placement', 'type': u'placement', 'enabled': True, 'id': u'bb3127ed06e54fda901ea2348ddb72da', 'name': u'placement'}), Munch({'description': u'Cinder Service', 'service_type': u'volume', 'type': u'volume', 'enabled': True, 'id': u'becfeedd42e344c085611f3c7c465a3f', 'name': u'cinder'}), Munch({'description': u'Openstack Orchestration Service', 'service_type': u'orchestration', 'type': u'orchestration', 'enabled': True, 'id': u'c4334130b6d54a75804fe3f11a3b9e3e', 'name': u'heat'}), Munch({'description': u'OpenStack Alarming Service', 'service_type': u'alarming', 'type': u'alarming', 'enabled': True, 'id': u'd878aa5c6b584d53a039f6a680fb6e8b', 'name': u'aodh'}), Munch({'description': u'Cinder Service v2', 'service_type': u'volumev2', 'type': u'volumev2', 'enabled': True, 'id': u'e16298e148f54e96a50a134ca797deff', 'name': u'cinderv2'}), Munch({'description': u'OpenStack Metric Service', 'service_type': u'metric', 'type': u'metric', 'enabled': True, 'id': u'f3a07a22777a4405b7eaf44da2e73e19', 'name': u'gnocchi'}), Munch({'description': u'OpenStack Event Service', 'service_type': u'event', 'type': u'event', 'enabled': True, 'id': u'f6e223543cae4d9bad10258b0a294f12', 'name': u'panko'})] 2018-08-15 17:27:23,447 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-15 17:27:23,448 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8dbec34458176d9fac788339979cc6110242646e" 2018-08-15 17:27:23,484 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-f9c49b8c-abde-402f-b82d-33aad3c1bb43 Date: Wed, 15 Aug 2018 17:27:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"fc8ca119-27ab-4070-99fa-a2993d11ee48","tenant_id":"d2c267e1fee9461ba5e64a915b9518f5","created_at":"2018-08-15T17:16:30Z","dns_nameservers":[],"updated_at":"2018-08-15T17:16:30Z","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":"d2c267e1fee9461ba5e64a915b9518f5","id":"3ef75223-733d-425d-bb3e-88e8a796bebc","subnetpool_id":null,"name":"external-subnet"}]} 2018-08-15 17:27:23,484 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-f9c49b8c-abde-402f-b82d-33aad3c1bb43 2018-08-15 17:27:23,484 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0369238853455s 2018-08-15 17:27:23,485 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-f9c49b8c-abde-402f-b82d-33aad3c1bb43 2018-08-15 17:27:23,485 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_subnets: [Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-15T17:16:30Z', 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'3ef75223-733d-425d-bb3e-88e8a796bebc', u'subnetpool_id': None, u'service_types': [], u'name': u'external-subnet', u'enable_dhcp': False, u'network_id': u'fc8ca119-27ab-4070-99fa-a2993d11ee48', u'tenant_id': u'd2c267e1fee9461ba5e64a915b9518f5', u'created_at': u'2018-08-15T17:16:30Z', u'dns_nameservers': [], u'gateway_ip': u'172.30.9.1', u'ip_version': 4, u'project_id': u'd2c267e1fee9461ba5e64a915b9518f5'})] 2018-08-15 17:27:23,601 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-15 17:27:23,601 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:05 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-08-15 17:27:23,658 - xtesting.ci.run_tests - INFO - Loading test case 'tenantnetwork1'... 2018-08-15 17:27:23,818 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-15 17:27:23,818 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-15 17:27:23,818 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-15 17:27:23,819 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-15 17:27:23,819 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-15 17:27:23,819 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-15 17:27:23,819 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-15 17:27:23,819 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-15 17:27:23,819 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-15 17:27:23,819 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-15 17:27:23,819 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-15 17:27:23,819 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-15 17:27:23,819 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-15 17:27:23,819 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-15 17:27:23,819 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-15 17:27:23,819 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-15 17:27:23,819 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-15 17:27:23,819 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-15 17:27:23,819 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-15 17:27:23,819 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-15 17:27:23,819 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-15 17:27:23,820 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-15 17:27:23,823 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-15 17:27:23,830 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:27:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-03ceb923-9108-4192-81b8-b951a6890c68 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-08-15 17:27:23,830 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-03ceb923-9108-4192-81b8-b951a6890c68 2018-08-15 17:27:23,831 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-08-15 17:27:24,231 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "16212b6aa60a4fd1b8194c834bae86bf", "name": "member"}, {"id": "eeb4436830d24515952401292b7cfc55", "name": "reader"}, {"id": "382a39dc50214187b99e809cf7222e3c", "name": "admin"}], "expires_at": "2018-08-15T18:27:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3688ea3a7924e1e8a441a00bd79aae5", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.37:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "54e3c320cc3142e9824c171afe58d5c6"}, {"url": "http://172.30.9.27:8080/v1/AUTH_a3688ea3a7924e1e8a441a00bd79aae5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d00250537b54114937846660f377ed1"}, {"url": "http://12.0.0.37:8080/v1/AUTH_a3688ea3a7924e1e8a441a00bd79aae5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c790cb26fd2345ae9bac8a014d10a446"}], "type": "object-store", "id": "17183633b8774ff6a53da32b47c89b3c", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94631698a9884eb1bf4cb245c6f37b80"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c23f2a003e874719a2f1c41f92405a45"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e97257b46cb8440080352cd841246c5d"}], "type": "cloudformation", "id": "2dec96c2934d43bdbe2e431ef0b53392", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "287c0315393e4b22a228912ca3b004cc"}, {"url": "http://192.30.9.3:8776/v3/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62769da517ac4f44b88a6118413b8c30"}, {"url": "http://192.30.9.3:8776/v3/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c0b30400cd648249ab0a6a17cf1ebc1"}], "type": "volumev3", "id": "363b885c3f174fbfb4f17da9d41f332d", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d6cb188f65e4f77bab04c3d99f9469f"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70f7ced028794432bef835264c84489c"}, {"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77dd5cfb1dac4b31b21d705ba420c355"}], "type": "network", "id": "51b7a44223114d149d5300ae5b6d97ae", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19071864a1b848cc93bca3b1e1955c3f"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bc0345e40a36459fbc009797a6517deb"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5c7966f4757438480f39866a31a0265"}], "type": "image", "id": "5540e06daad441aa911fd4cb4d76f8d3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "68ad1d76386d437089226a0562004a39", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "03f40cbac74c4aafb48b4dd360509f6a"}, {"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18ed3fa9a0894200abaf76b71abfd912"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3d96a0aa5c344cb8ba659332ed497e85"}], "type": "identity", "id": "8096ce39bbf24c1683621ee563324790", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f60ea793ee64fc9a3d9a2d2ad889bd0"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7c9770175fc45379f2c2d142062b2c3"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e944b22c50da41179f2e29ce558807c1"}], "type": "compute", "id": "b3040d5c7e224dbca86f421bddd758e1", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5aad7caa3e6f4a35b9abdf5d46190371"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8b8b8bcfb3b40e5be77e13a4d2dda19"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d33016e2f5be49c28efb9905db488d41"}], "type": "placement", "id": "bb3127ed06e54fda901ea2348ddb72da", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "576142509dfd46c591c5e83bed8ffcc7"}, {"url": "http://192.30.9.3:8776/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cabe2973ef9144da9850a630dd2aedd5"}, {"url": "http://172.30.9.27:8776/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eb71f3f602d443c9a8605a7ff2e8aa8e"}], "type": "volume", "id": "becfeedd42e344c085611f3c7c465a3f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.3:8004/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "156b8e560e534c82a1d320da86608a19"}, {"url": "http://192.30.9.3:8004/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59154cecf6a54eb08ecc63bf95dca042"}, {"url": "http://172.30.9.27:8004/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f3aa5c8697e449f99c2cfbe2a371cab7"}], "type": "orchestration", "id": "c4334130b6d54a75804fe3f11a3b9e3e", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "39db2ebb65ae42659440fd9845949a6c"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ad23d2a65e74e3c87b1488af1f9f9ac"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d07664cbebb49149819cf7a6b20edb4"}], "type": "alarming", "id": "d878aa5c6b584d53a039f6a680fb6e8b", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e2bb44b06c0412ab74e54984b5b26b5"}, {"url": "http://192.30.9.3:8776/v2/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86bcb5a76e6c464bb4d42c969584d6f2"}, {"url": "http://172.30.9.27:8776/v2/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a391eed816af4966b335005bfe580d70"}], "type": "volumev2", "id": "e16298e148f54e96a50a134ca797deff", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b54cb5b666f74b91b0244b5332fdb3e5"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcc892608bd341e084be203695f810d1"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e980066294c34eb6866e6c4735e84a62"}], "type": "metric", "id": "f3a07a22777a4405b7eaf44da2e73e19", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.27:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1f66095afa4b74b4f26d432f5bfa55"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8dd5f30cc334148a7ed9d5ab68eee9b"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bfe7dd54acd947899871700a40dd0244"}], "type": "event", "id": "f6e223543cae4d9bad10258b0a294f12", "name": "panko"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "9482390a0722494f8852b9f0e2b9de56"}, "audit_ids": ["aNd87kGeSyWw_5uV8eYt8A"], "issued_at": "2018-08-15T17:27:24.000000Z"}} 2018-08-15 17:27:24,235 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-15 17:27:24,236 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8dda2fe58bea902b971f497daf55b97afe0d209a" 2018-08-15 17:27:25,347 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-8d918a4b-80bf-43e7-b358-fb53c582e51a Date: Wed, 15 Aug 2018 17:27:25 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"fc8ca119-27ab-4070-99fa-a2993d11ee48","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d2c267e1fee9461ba5e64a915b9518f5","status":"ACTIVE","subnets":["3ef75223-733d-425d-bb3e-88e8a796bebc"],"description":"","tags":[],"updated_at":"2018-08-15T17:16:30Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"d2c267e1fee9461ba5e64a915b9518f5","created_at":"2018-08-15T17:16:26Z","provider:network_type":"flat"}]} 2018-08-15 17:27:25,347 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json?router%3Aexternal=True used request id req-8d918a4b-80bf-43e7-b358-fb53c582e51a 2018-08-15 17:27:25,347 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.11209201813s 2018-08-15 17:27:25,348 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json?router%3Aexternal=True used request id req-8d918a4b-80bf-43e7-b358-fb53c582e51a 2018-08-15 17:27:25,349 - xtesting.ci.run_tests - INFO - Running test case 'tenantnetwork1'... 2018-08-15 17:27:25,349 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-15 17:27:25,350 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8dda2fe58bea902b971f497daf55b97afe0d209a" -d '{"network": {"name": "tenantnetwork1-net_79c3cd1a-aff8-4fad-9377-7fb463c82014", "admin_state_up": true}}' 2018-08-15 17:27:25,878 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-a1f54721-84a8-41b1-9e86-33be385e3f63 Date: Wed, 15 Aug 2018 17:27: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":"05856e8b-adbb-409d-873f-6fef550acc9d","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"a3688ea3a7924e1e8a441a00bd79aae5","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-15T17:27:25Z","is_default":false,"provider:segmentation_id":86,"name":"tenantnetwork1-net_79c3cd1a-aff8-4fad-9377-7fb463c82014","admin_state_up":true,"tenant_id":"a3688ea3a7924e1e8a441a00bd79aae5","created_at":"2018-08-15T17:27:25Z","mtu":1450}} 2018-08-15 17:27:25,878 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-a1f54721-84a8-41b1-9e86-33be385e3f63 2018-08-15 17:27:25,878 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.528470993042s 2018-08-15 17:27:25,878 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-a1f54721-84a8-41b1-9e86-33be385e3f63 2018-08-15 17:27:25,879 - 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-15T17:27:25Z', u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'05856e8b-adbb-409d-873f-6fef550acc9d', u'provider:segmentation_id': 86, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tenantnetwork1-net_79c3cd1a-aff8-4fad-9377-7fb463c82014', u'admin_state_up': True, u'tenant_id': u'a3688ea3a7924e1e8a441a00bd79aae5', u'created_at': u'2018-08-15T17:27:25Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'a3688ea3a7924e1e8a441a00bd79aae5'}) 2018-08-15 17:27:25,880 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-15 17:27:25,880 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8dda2fe58bea902b971f497daf55b97afe0d209a" 2018-08-15 17:27:26,005 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1352 X-Openstack-Request-Id: req-c405f303-472e-4b7d-90ab-9b6f3fa34c1f Date: Wed, 15 Aug 2018 17:27:26 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"05856e8b-adbb-409d-873f-6fef550acc9d","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"a3688ea3a7924e1e8a441a00bd79aae5","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-15T17:27:25Z","provider:segmentation_id":86,"name":"tenantnetwork1-net_79c3cd1a-aff8-4fad-9377-7fb463c82014","admin_state_up":true,"tenant_id":"a3688ea3a7924e1e8a441a00bd79aae5","created_at":"2018-08-15T17:27:25Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"fc8ca119-27ab-4070-99fa-a2993d11ee48","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d2c267e1fee9461ba5e64a915b9518f5","status":"ACTIVE","subnets":["3ef75223-733d-425d-bb3e-88e8a796bebc"],"description":"","tags":[],"updated_at":"2018-08-15T17:16:30Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"d2c267e1fee9461ba5e64a915b9518f5","created_at":"2018-08-15T17:16:26Z","provider:network_type":"flat"}]} 2018-08-15 17:27:26,005 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-c405f303-472e-4b7d-90ab-9b6f3fa34c1f 2018-08-15 17:27:26,006 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.125576972961s 2018-08-15 17:27:26,006 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-c405f303-472e-4b7d-90ab-9b6f3fa34c1f 2018-08-15 17:27:26,008 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-15 17:27:26,009 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8dda2fe58bea902b971f497daf55b97afe0d209a" -d '{"subnet": {"name": "tenantnetwork1-subnet_79c3cd1a-aff8-4fad-9377-7fb463c82014", "enable_dhcp": true, "network_id": "05856e8b-adbb-409d-873f-6fef550acc9d", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-15 17:27:26,986 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-4e46abcc-9977-43a3-b3d1-4ac359cfaa78 Date: Wed, 15 Aug 2018 17:27:27 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"05856e8b-adbb-409d-873f-6fef550acc9d","tenant_id":"a3688ea3a7924e1e8a441a00bd79aae5","created_at":"2018-08-15T17:27:26Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-15T17:27: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":"a3688ea3a7924e1e8a441a00bd79aae5","id":"61b3e490-700b-4179-b958-a2072286540b","subnetpool_id":null,"name":"tenantnetwork1-subnet_79c3cd1a-aff8-4fad-9377-7fb463c82014"}} 2018-08-15 17:27:26,986 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-4e46abcc-9977-43a3-b3d1-4ac359cfaa78 2018-08-15 17:27:26,986 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.978000164032s 2018-08-15 17:27:26,986 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-4e46abcc-9977-43a3-b3d1-4ac359cfaa78 2018-08-15 17:27:26,987 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-15T17:27: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'61b3e490-700b-4179-b958-a2072286540b', u'subnetpool_id': None, u'service_types': [], u'name': u'tenantnetwork1-subnet_79c3cd1a-aff8-4fad-9377-7fb463c82014', u'enable_dhcp': True, u'network_id': u'05856e8b-adbb-409d-873f-6fef550acc9d', u'tenant_id': u'a3688ea3a7924e1e8a441a00bd79aae5', u'created_at': u'2018-08-15T17:27: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'a3688ea3a7924e1e8a441a00bd79aae5'}) 2018-08-15 17:27:26,988 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-15 17:27:26,988 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8dda2fe58bea902b971f497daf55b97afe0d209a" -d '{"router": {"external_gateway_info": {"network_id": "fc8ca119-27ab-4070-99fa-a2993d11ee48"}, "name": "tenantnetwork1-router_79c3cd1a-aff8-4fad-9377-7fb463c82014", "admin_state_up": true}}' 2018-08-15 17:27:28,434 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 647 X-Openstack-Request-Id: req-a7cc69c4-bd4a-4d4a-8928-a11bff3cd1a4 Date: Wed, 15 Aug 2018 17:27:28 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "fc8ca119-27ab-4070-99fa-a2993d11ee48", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "3ef75223-733d-425d-bb3e-88e8a796bebc", "ip_address": "172.30.9.218"}]}, "description": "", "tags": [], "tenant_id": "a3688ea3a7924e1e8a441a00bd79aae5", "created_at": "2018-08-15T17:27:27Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-15T17:27:28Z", "revision_number": 2, "routes": [], "project_id": "a3688ea3a7924e1e8a441a00bd79aae5", "id": "ab5d914d-0b6b-4a6e-b441-2562e47d10fa", "name": "tenantnetwork1-router_79c3cd1a-aff8-4fad-9377-7fb463c82014"}} 2018-08-15 17:27:28,435 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-a7cc69c4-bd4a-4d4a-8928-a11bff3cd1a4 2018-08-15 17:27:28,435 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.44714403152s 2018-08-15 17:27:28,435 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-a7cc69c4-bd4a-4d4a-8928-a11bff3cd1a4 2018-08-15 17:27:28,436 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'fc8ca119-27ab-4070-99fa-a2993d11ee48', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'3ef75223-733d-425d-bb3e-88e8a796bebc', u'ip_address': u'172.30.9.218'}]}, u'description': u'', u'tags': [], u'tenant_id': u'a3688ea3a7924e1e8a441a00bd79aae5', u'created_at': u'2018-08-15T17:27:27Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-08-15T17:27:28Z', u'revision_number': 2, u'routes': [], u'project_id': u'a3688ea3a7924e1e8a441a00bd79aae5', u'id': u'ab5d914d-0b6b-4a6e-b441-2562e47d10fa', u'name': u'tenantnetwork1-router_79c3cd1a-aff8-4fad-9377-7fb463c82014'}) 2018-08-15 17:27:28,436 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-15 17:27:28,437 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/ab5d914d-0b6b-4a6e-b441-2562e47d10fa/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}8dda2fe58bea902b971f497daf55b97afe0d209a" -d '{"subnet_id": "61b3e490-700b-4179-b958-a2072286540b"}' 2018-08-15 17:27:29,998 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-0b48735d-06cb-49d5-b072-6ab38f7c2a27 Date: Wed, 15 Aug 2018 17:27:30 GMT RESP BODY: {"network_id": "05856e8b-adbb-409d-873f-6fef550acc9d", "tenant_id": "a3688ea3a7924e1e8a441a00bd79aae5", "subnet_id": "61b3e490-700b-4179-b958-a2072286540b", "subnet_ids": ["61b3e490-700b-4179-b958-a2072286540b"], "port_id": "2b9ee4ec-ea3c-41c8-bfee-9d999cbc1c3a", "id": "ab5d914d-0b6b-4a6e-b441-2562e47d10fa"} 2018-08-15 17:27:29,998 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/ab5d914d-0b6b-4a6e-b441-2562e47d10fa/add_router_interface.json used request id req-0b48735d-06cb-49d5-b072-6ab38f7c2a27 2018-08-15 17:27:29,998 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.56188106537s 2018-08-15 17:27:29,999 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/ab5d914d-0b6b-4a6e-b441-2562e47d10fa/add_router_interface.json used request id req-0b48735d-06cb-49d5-b072-6ab38f7c2a27 returning object ab5d914d-0b6b-4a6e-b441-2562e47d10fa 2018-08-15 17:27:30,115 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-15 17:27:30,116 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | tenantnetwork1 | functest | 00:05 | PASS | +------------------------+------------------+------------------+----------------+ 2018-08-15 17:27:30,121 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-15 17:27:30,122 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/ab5d914d-0b6b-4a6e-b441-2562e47d10fa/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}8dda2fe58bea902b971f497daf55b97afe0d209a" -d '{"subnet_id": "61b3e490-700b-4179-b958-a2072286540b"}' 2018-08-15 17:27:31,774 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-996c7ea5-72f2-438d-bfa4-de8966f78f4a Date: Wed, 15 Aug 2018 17:27:31 GMT RESP BODY: {"network_id": "05856e8b-adbb-409d-873f-6fef550acc9d", "tenant_id": "a3688ea3a7924e1e8a441a00bd79aae5", "subnet_id": "61b3e490-700b-4179-b958-a2072286540b", "subnet_ids": ["61b3e490-700b-4179-b958-a2072286540b"], "port_id": "2b9ee4ec-ea3c-41c8-bfee-9d999cbc1c3a", "id": "ab5d914d-0b6b-4a6e-b441-2562e47d10fa"} 2018-08-15 17:27:31,774 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/ab5d914d-0b6b-4a6e-b441-2562e47d10fa/remove_router_interface.json used request id req-996c7ea5-72f2-438d-bfa4-de8966f78f4a 2018-08-15 17:27:31,774 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.65261697769s 2018-08-15 17:27:31,774 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/ab5d914d-0b6b-4a6e-b441-2562e47d10fa/remove_router_interface.json used request id req-996c7ea5-72f2-438d-bfa4-de8966f78f4a returning object ab5d914d-0b6b-4a6e-b441-2562e47d10fa 2018-08-15 17:27:31,775 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-15 17:27:31,776 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8dda2fe58bea902b971f497daf55b97afe0d209a" 2018-08-15 17:27:31,888 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-820f181a-9c0e-489c-bd5b-c3a197f74041 Date: Wed, 15 Aug 2018 17:27:31 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "fc8ca119-27ab-4070-99fa-a2993d11ee48", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "3ef75223-733d-425d-bb3e-88e8a796bebc", "ip_address": "172.30.9.218"}]}, "description": "", "tags": [], "tenant_id": "a3688ea3a7924e1e8a441a00bd79aae5", "created_at": "2018-08-15T17:27:27Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-15T17:27:31Z", "revision_number": 4, "routes": [], "project_id": "a3688ea3a7924e1e8a441a00bd79aae5", "id": "ab5d914d-0b6b-4a6e-b441-2562e47d10fa", "name": "tenantnetwork1-router_79c3cd1a-aff8-4fad-9377-7fb463c82014"}]} 2018-08-15 17:27:31,888 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-820f181a-9c0e-489c-bd5b-c3a197f74041 2018-08-15 17:27:31,888 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.1129322052s 2018-08-15 17:27:31,888 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-820f181a-9c0e-489c-bd5b-c3a197f74041 2018-08-15 17:27:31,890 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-15 17:27:31,890 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/routers/ab5d914d-0b6b-4a6e-b441-2562e47d10fa.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8dda2fe58bea902b971f497daf55b97afe0d209a" 2018-08-15 17:27:33,319 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-224ff2a8-8e41-4514-902a-f2ceb59bc62c Content-Length: 0 Date: Wed, 15 Aug 2018 17:27:33 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-15 17:27:33,319 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/ab5d914d-0b6b-4a6e-b441-2562e47d10fa.json used request id req-224ff2a8-8e41-4514-902a-f2ceb59bc62c 2018-08-15 17:27:33,319 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.42905807495s 2018-08-15 17:27:33,319 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/ab5d914d-0b6b-4a6e-b441-2562e47d10fa.json used request id req-224ff2a8-8e41-4514-902a-f2ceb59bc62c 2018-08-15 17:27:33,320 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-15 17:27:33,320 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8dda2fe58bea902b971f497daf55b97afe0d209a" 2018-08-15 17:27:33,383 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1296 X-Openstack-Request-Id: req-943cab21-e19d-4091-9f01-ddc768ca4e7f Date: Wed, 15 Aug 2018 17:27:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"fc8ca119-27ab-4070-99fa-a2993d11ee48","tenant_id":"d2c267e1fee9461ba5e64a915b9518f5","created_at":"2018-08-15T17:16:30Z","dns_nameservers":[],"updated_at":"2018-08-15T17:16:30Z","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":"d2c267e1fee9461ba5e64a915b9518f5","id":"3ef75223-733d-425d-bb3e-88e8a796bebc","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"05856e8b-adbb-409d-873f-6fef550acc9d","tenant_id":"a3688ea3a7924e1e8a441a00bd79aae5","created_at":"2018-08-15T17:27:26Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-15T17:27: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":"a3688ea3a7924e1e8a441a00bd79aae5","id":"61b3e490-700b-4179-b958-a2072286540b","subnetpool_id":null,"name":"tenantnetwork1-subnet_79c3cd1a-aff8-4fad-9377-7fb463c82014"}]} 2018-08-15 17:27:33,384 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-943cab21-e19d-4091-9f01-ddc768ca4e7f 2018-08-15 17:27:33,384 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0638120174408s 2018-08-15 17:27:33,384 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-943cab21-e19d-4091-9f01-ddc768ca4e7f 2018-08-15 17:27:33,386 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-15 17:27:33,386 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/subnets/61b3e490-700b-4179-b958-a2072286540b.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8dda2fe58bea902b971f497daf55b97afe0d209a" 2018-08-15 17:27:34,433 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d17c0834-1eba-4c60-bdfc-fd53bb7b3df8 Date: Wed, 15 Aug 2018 17:27:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-15 17:27:34,433 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/61b3e490-700b-4179-b958-a2072286540b.json used request id req-d17c0834-1eba-4c60-bdfc-fd53bb7b3df8 2018-08-15 17:27:34,433 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 1.04757118225s 2018-08-15 17:27:34,433 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/61b3e490-700b-4179-b958-a2072286540b.json used request id req-d17c0834-1eba-4c60-bdfc-fd53bb7b3df8 2018-08-15 17:27:34,434 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-15 17:27:34,435 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8dda2fe58bea902b971f497daf55b97afe0d209a" 2018-08-15 17:27:34,513 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1358 X-Openstack-Request-Id: req-47b7731d-3bc8-40c3-a7fb-8be7d3ee2936 Date: Wed, 15 Aug 2018 17:27:34 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"05856e8b-adbb-409d-873f-6fef550acc9d","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a3688ea3a7924e1e8a441a00bd79aae5","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-15T17:27:34Z","provider:segmentation_id":86,"name":"tenantnetwork1-net_79c3cd1a-aff8-4fad-9377-7fb463c82014","admin_state_up":true,"tenant_id":"a3688ea3a7924e1e8a441a00bd79aae5","created_at":"2018-08-15T17:27:25Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"fc8ca119-27ab-4070-99fa-a2993d11ee48","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d2c267e1fee9461ba5e64a915b9518f5","status":"ACTIVE","subnets":["3ef75223-733d-425d-bb3e-88e8a796bebc"],"description":"","tags":[],"updated_at":"2018-08-15T17:16:30Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"d2c267e1fee9461ba5e64a915b9518f5","created_at":"2018-08-15T17:16:26Z","provider:network_type":"flat"}]} 2018-08-15 17:27:34,513 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-47b7731d-3bc8-40c3-a7fb-8be7d3ee2936 2018-08-15 17:27:34,513 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0788779258728s 2018-08-15 17:27:34,513 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-47b7731d-3bc8-40c3-a7fb-8be7d3ee2936 2018-08-15 17:27:34,514 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-15 17:27:34,515 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/networks/05856e8b-adbb-409d-873f-6fef550acc9d.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8dda2fe58bea902b971f497daf55b97afe0d209a" 2018-08-15 17:27:36,260 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a9ee20fa-bda6-4917-874f-369536e41a0d Date: Wed, 15 Aug 2018 17:27:36 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-15 17:27:36,260 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/05856e8b-adbb-409d-873f-6fef550acc9d.json used request id req-a9ee20fa-bda6-4917-874f-369536e41a0d 2018-08-15 17:27:36,260 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.74571084976s 2018-08-15 17:27:36,260 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/05856e8b-adbb-409d-873f-6fef550acc9d.json used request id req-a9ee20fa-bda6-4917-874f-369536e41a0d 2018-08-15 17:27:36,313 - xtesting.ci.run_tests - INFO - Loading test case 'tenantnetwork2'... 2018-08-15 17:27:36,352 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-15 17:27:36,352 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-15 17:27:36,352 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-15 17:27:36,352 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-15 17:27:36,352 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-15 17:27:36,352 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-15 17:27:36,353 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-15 17:27:36,353 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-15 17:27:36,353 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-15 17:27:36,353 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-15 17:27:36,353 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-15 17:27:36,353 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-15 17:27:36,353 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-15 17:27:36,353 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-15 17:27:36,353 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-15 17:27:36,353 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-15 17:27:36,353 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-15 17:27:36,353 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-15 17:27:36,353 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-15 17:27:36,353 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-15 17:27:36,354 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-15 17:27:36,354 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-15 17:27:36,355 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-15 17:27:36,360 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:27:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ed4411e2-5c7c-45c7-a56e-301b00f41563 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-08-15 17:27:36,360 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-ed4411e2-5c7c-45c7-a56e-301b00f41563 2018-08-15 17:27:36,361 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-08-15 17:27:36,745 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "16212b6aa60a4fd1b8194c834bae86bf", "name": "member"}, {"id": "eeb4436830d24515952401292b7cfc55", "name": "reader"}, {"id": "382a39dc50214187b99e809cf7222e3c", "name": "admin"}], "expires_at": "2018-08-15T18:27:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3688ea3a7924e1e8a441a00bd79aae5", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.37:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "54e3c320cc3142e9824c171afe58d5c6"}, {"url": "http://172.30.9.27:8080/v1/AUTH_a3688ea3a7924e1e8a441a00bd79aae5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d00250537b54114937846660f377ed1"}, {"url": "http://12.0.0.37:8080/v1/AUTH_a3688ea3a7924e1e8a441a00bd79aae5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c790cb26fd2345ae9bac8a014d10a446"}], "type": "object-store", "id": "17183633b8774ff6a53da32b47c89b3c", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94631698a9884eb1bf4cb245c6f37b80"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c23f2a003e874719a2f1c41f92405a45"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e97257b46cb8440080352cd841246c5d"}], "type": "cloudformation", "id": "2dec96c2934d43bdbe2e431ef0b53392", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "287c0315393e4b22a228912ca3b004cc"}, {"url": "http://192.30.9.3:8776/v3/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62769da517ac4f44b88a6118413b8c30"}, {"url": "http://192.30.9.3:8776/v3/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c0b30400cd648249ab0a6a17cf1ebc1"}], "type": "volumev3", "id": "363b885c3f174fbfb4f17da9d41f332d", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d6cb188f65e4f77bab04c3d99f9469f"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70f7ced028794432bef835264c84489c"}, {"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77dd5cfb1dac4b31b21d705ba420c355"}], "type": "network", "id": "51b7a44223114d149d5300ae5b6d97ae", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19071864a1b848cc93bca3b1e1955c3f"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bc0345e40a36459fbc009797a6517deb"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5c7966f4757438480f39866a31a0265"}], "type": "image", "id": "5540e06daad441aa911fd4cb4d76f8d3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "68ad1d76386d437089226a0562004a39", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "03f40cbac74c4aafb48b4dd360509f6a"}, {"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18ed3fa9a0894200abaf76b71abfd912"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3d96a0aa5c344cb8ba659332ed497e85"}], "type": "identity", "id": "8096ce39bbf24c1683621ee563324790", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f60ea793ee64fc9a3d9a2d2ad889bd0"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7c9770175fc45379f2c2d142062b2c3"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e944b22c50da41179f2e29ce558807c1"}], "type": "compute", "id": "b3040d5c7e224dbca86f421bddd758e1", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5aad7caa3e6f4a35b9abdf5d46190371"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8b8b8bcfb3b40e5be77e13a4d2dda19"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d33016e2f5be49c28efb9905db488d41"}], "type": "placement", "id": "bb3127ed06e54fda901ea2348ddb72da", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "576142509dfd46c591c5e83bed8ffcc7"}, {"url": "http://192.30.9.3:8776/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cabe2973ef9144da9850a630dd2aedd5"}, {"url": "http://172.30.9.27:8776/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eb71f3f602d443c9a8605a7ff2e8aa8e"}], "type": "volume", "id": "becfeedd42e344c085611f3c7c465a3f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.3:8004/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "156b8e560e534c82a1d320da86608a19"}, {"url": "http://192.30.9.3:8004/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59154cecf6a54eb08ecc63bf95dca042"}, {"url": "http://172.30.9.27:8004/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f3aa5c8697e449f99c2cfbe2a371cab7"}], "type": "orchestration", "id": "c4334130b6d54a75804fe3f11a3b9e3e", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "39db2ebb65ae42659440fd9845949a6c"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ad23d2a65e74e3c87b1488af1f9f9ac"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d07664cbebb49149819cf7a6b20edb4"}], "type": "alarming", "id": "d878aa5c6b584d53a039f6a680fb6e8b", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e2bb44b06c0412ab74e54984b5b26b5"}, {"url": "http://192.30.9.3:8776/v2/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86bcb5a76e6c464bb4d42c969584d6f2"}, {"url": "http://172.30.9.27:8776/v2/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a391eed816af4966b335005bfe580d70"}], "type": "volumev2", "id": "e16298e148f54e96a50a134ca797deff", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b54cb5b666f74b91b0244b5332fdb3e5"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcc892608bd341e084be203695f810d1"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e980066294c34eb6866e6c4735e84a62"}], "type": "metric", "id": "f3a07a22777a4405b7eaf44da2e73e19", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.27:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1f66095afa4b74b4f26d432f5bfa55"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8dd5f30cc334148a7ed9d5ab68eee9b"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bfe7dd54acd947899871700a40dd0244"}], "type": "event", "id": "f6e223543cae4d9bad10258b0a294f12", "name": "panko"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "9482390a0722494f8852b9f0e2b9de56"}, "audit_ids": ["DJ7MJoL7TumrRyQlrl8wWw"], "issued_at": "2018-08-15T17:27:36.000000Z"}} 2018-08-15 17:27:36,748 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-15 17:27:36,749 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}319828a08b8f493c7946eb4a7001018ff3a9cab4" 2018-08-15 17:27:37,788 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-d65673be-a0a7-4454-8f36-5967564bad5a Date: Wed, 15 Aug 2018 17:27:37 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"fc8ca119-27ab-4070-99fa-a2993d11ee48","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d2c267e1fee9461ba5e64a915b9518f5","status":"ACTIVE","subnets":["3ef75223-733d-425d-bb3e-88e8a796bebc"],"description":"","tags":[],"updated_at":"2018-08-15T17:16:30Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"d2c267e1fee9461ba5e64a915b9518f5","created_at":"2018-08-15T17:16:26Z","provider:network_type":"flat"}]} 2018-08-15 17:27:37,788 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json?router%3Aexternal=True used request id req-d65673be-a0a7-4454-8f36-5967564bad5a 2018-08-15 17:27:37,788 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.04007005692s 2018-08-15 17:27:37,788 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json?router%3Aexternal=True used request id req-d65673be-a0a7-4454-8f36-5967564bad5a 2018-08-15 17:27:37,791 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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-15 17:27:37,795 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 15 Aug 2018 17:27:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-73007724-5bd1-40bd-b4c1-3a187307010c 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.27:5000/v3/", "rel": "self"}]}]}} 2018-08-15 17:27:37,795 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/ used request id req-73007724-5bd1-40bd-b4c1-3a187307010c 2018-08-15 17:27:37,796 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-15 17:27:37,798 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}319828a08b8f493c7946eb4a7001018ff3a9cab4" 2018-08-15 17:27:38,013 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:27:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e5888804-fdd3-44f6-8948-3eb8f3329773 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}, {"description": "", "links": {"self": "http://172.30.9.27:5000/v3/domains/e4bd2a4e6bb349a78f956295c49df949"}, "tags": [], "enabled": true, "id": "e4bd2a4e6bb349a78f956295c49df949", "name": "heat_stack"}], "links": {"self": "http://172.30.9.27:5000/v3/domains", "previous": null, "next": null}} 2018-08-15 17:27:38,013 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains used request id req-e5888804-fdd3-44f6-8948-3eb8f3329773 2018-08-15 17:27:38,014 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.217554807663s 2018-08-15 17:27:38,014 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains used request id req-e5888804-fdd3-44f6-8948-3eb8f3329773 2018-08-15 17:27:38,021 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-15 17:27:38,024 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}319828a08b8f493c7946eb4a7001018ff3a9cab4" -d '{"project": {"description": "Created by OPNFV Functest: tenantnetwork2", "enabled": true, "domain_id": "default", "name": "tenantnetwork2-project_36861344-920a-4399-8475-e2024312aad0"}}' 2018-08-15 17:27:38,280 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 15 Aug 2018 17:27:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f13758f3-fab9-4427-bc7c-bc785dce8cbf 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.27:5000/v3/projects/13f6bb3f519949d1aa327ef44625daea"}, "tags": [], "enabled": true, "id": "13f6bb3f519949d1aa327ef44625daea", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_36861344-920a-4399-8475-e2024312aad0"}} 2018-08-15 17:27:38,281 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-f13758f3-fab9-4427-bc7c-bc785dce8cbf 2018-08-15 17:27:38,281 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.260083913803s 2018-08-15 17:27:38,281 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-f13758f3-fab9-4427-bc7c-bc785dce8cbf 2018-08-15 17:27:38,282 - 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'13f6bb3f519949d1aa327ef44625daea', '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_36861344-920a-4399-8475-e2024312aad0'}) 2018-08-15 17:27:38,288 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-15 17:27:38,292 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}319828a08b8f493c7946eb4a7001018ff3a9cab4" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "f83ad192-ac86-4bef-94bc-5ab240a23e0f", "email": null, "name": "tenantnetwork2-user_36861344-920a-4399-8475-e2024312aad0"}}' 2018-08-15 17:27:38,798 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 15 Aug 2018 17:27:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-867ee956-4b93-4bc5-9808-52802490aeb6 Content-Length: 329 Content-Type: application/json RESP BODY: {"user": {"name": "tenantnetwork2-user_36861344-920a-4399-8475-e2024312aad0", "links": {"self": "http://172.30.9.27:5000/v3/users/640829bfcd234138ba76a95d0355d191"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "640829bfcd234138ba76a95d0355d191", "domain_id": "default", "password_expires_at": null}} 2018-08-15 17:27:38,798 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/users used request id req-867ee956-4b93-4bc5-9808-52802490aeb6 2018-08-15 17:27:38,798 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.51029586792s 2018-08-15 17:27:38,799 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/users used request id req-867ee956-4b93-4bc5-9808-52802490aeb6 2018-08-15 17:27:38,799 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'640829bfcd234138ba76a95d0355d191', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'tenantnetwork2-user_36861344-920a-4399-8475-e2024312aad0'}) 2018-08-15 17:27:38,803 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-15 17:27:38,806 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}319828a08b8f493c7946eb4a7001018ff3a9cab4" 2018-08-15 17:27:39,007 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:27:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3fcb7fcb-9529-48eb-99a3-8af5d15efcb0 Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "021fd4a1fb8b483eb2264cbf5b321379", "links": {"self": "http://172.30.9.27:5000/v3/roles/021fd4a1fb8b483eb2264cbf5b321379"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "16212b6aa60a4fd1b8194c834bae86bf", "links": {"self": "http://172.30.9.27:5000/v3/roles/16212b6aa60a4fd1b8194c834bae86bf"}, "name": "member"}, {"domain_id": null, "id": "1c1e1015ce2644848f1430e3bb28531b", "links": {"self": "http://172.30.9.27:5000/v3/roles/1c1e1015ce2644848f1430e3bb28531b"}, "name": "swiftoperator"}, {"domain_id": null, "id": "382a39dc50214187b99e809cf7222e3c", "links": {"self": "http://172.30.9.27:5000/v3/roles/382a39dc50214187b99e809cf7222e3c"}, "name": "admin"}, {"domain_id": null, "id": "9aed22da25b945dda36dee6e40a0785d", "links": {"self": "http://172.30.9.27:5000/v3/roles/9aed22da25b945dda36dee6e40a0785d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "eeb4436830d24515952401292b7cfc55", "links": {"self": "http://172.30.9.27:5000/v3/roles/eeb4436830d24515952401292b7cfc55"}, "name": "reader"}]} 2018-08-15 17:27:39,007 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-3fcb7fcb-9529-48eb-99a3-8af5d15efcb0 2018-08-15 17:27:39,008 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.204292058945s 2018-08-15 17:27:39,008 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-3fcb7fcb-9529-48eb-99a3-8af5d15efcb0 2018-08-15 17:27:39,013 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-15 17:27:39,016 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}319828a08b8f493c7946eb4a7001018ff3a9cab4" 2018-08-15 17:27:39,190 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:27:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b40cb7ef-ebcc-437c-a6fe-115a21d77d79 Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "021fd4a1fb8b483eb2264cbf5b321379", "links": {"self": "http://172.30.9.27:5000/v3/roles/021fd4a1fb8b483eb2264cbf5b321379"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "16212b6aa60a4fd1b8194c834bae86bf", "links": {"self": "http://172.30.9.27:5000/v3/roles/16212b6aa60a4fd1b8194c834bae86bf"}, "name": "member"}, {"domain_id": null, "id": "1c1e1015ce2644848f1430e3bb28531b", "links": {"self": "http://172.30.9.27:5000/v3/roles/1c1e1015ce2644848f1430e3bb28531b"}, "name": "swiftoperator"}, {"domain_id": null, "id": "382a39dc50214187b99e809cf7222e3c", "links": {"self": "http://172.30.9.27:5000/v3/roles/382a39dc50214187b99e809cf7222e3c"}, "name": "admin"}, {"domain_id": null, "id": "9aed22da25b945dda36dee6e40a0785d", "links": {"self": "http://172.30.9.27:5000/v3/roles/9aed22da25b945dda36dee6e40a0785d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "eeb4436830d24515952401292b7cfc55", "links": {"self": "http://172.30.9.27:5000/v3/roles/eeb4436830d24515952401292b7cfc55"}, "name": "reader"}]} 2018-08-15 17:27:39,190 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-b40cb7ef-ebcc-437c-a6fe-115a21d77d79 2018-08-15 17:27:39,191 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.177587032318s 2018-08-15 17:27:39,191 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-b40cb7ef-ebcc-437c-a6fe-115a21d77d79 2018-08-15 17:27:39,196 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-15 17:27:39,199 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}319828a08b8f493c7946eb4a7001018ff3a9cab4" 2018-08-15 17:27:39,299 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:27:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-67dd80db-0c2e-46fa-ad16-d50f9f4c2cf5 Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "021fd4a1fb8b483eb2264cbf5b321379", "links": {"self": "http://172.30.9.27:5000/v3/roles/021fd4a1fb8b483eb2264cbf5b321379"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "16212b6aa60a4fd1b8194c834bae86bf", "links": {"self": "http://172.30.9.27:5000/v3/roles/16212b6aa60a4fd1b8194c834bae86bf"}, "name": "member"}, {"domain_id": null, "id": "1c1e1015ce2644848f1430e3bb28531b", "links": {"self": "http://172.30.9.27:5000/v3/roles/1c1e1015ce2644848f1430e3bb28531b"}, "name": "swiftoperator"}, {"domain_id": null, "id": "382a39dc50214187b99e809cf7222e3c", "links": {"self": "http://172.30.9.27:5000/v3/roles/382a39dc50214187b99e809cf7222e3c"}, "name": "admin"}, {"domain_id": null, "id": "9aed22da25b945dda36dee6e40a0785d", "links": {"self": "http://172.30.9.27:5000/v3/roles/9aed22da25b945dda36dee6e40a0785d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "eeb4436830d24515952401292b7cfc55", "links": {"self": "http://172.30.9.27:5000/v3/roles/eeb4436830d24515952401292b7cfc55"}, "name": "reader"}]} 2018-08-15 17:27:39,299 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-67dd80db-0c2e-46fa-ad16-d50f9f4c2cf5 2018-08-15 17:27:39,299 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.103709936142s 2018-08-15 17:27:39,300 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-67dd80db-0c2e-46fa-ad16-d50f9f4c2cf5 2018-08-15 17:27:39,304 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-15 17:27:39,308 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}319828a08b8f493c7946eb4a7001018ff3a9cab4" 2018-08-15 17:27:39,488 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:27:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-de477611-83b8-4d96-8fd6-6f1f5e94611a Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-15 17:27:39,488 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-de477611-83b8-4d96-8fd6-6f1f5e94611a 2018-08-15 17:27:39,488 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.183646917343s 2018-08-15 17:27:39,488 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-de477611-83b8-4d96-8fd6-6f1f5e94611a 2018-08-15 17:27:39,489 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-15 17:27:39,493 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}319828a08b8f493c7946eb4a7001018ff3a9cab4" 2018-08-15 17:27:39,622 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:27:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e9852242-dcea-497a-965b-4cdab8c2e762 Content-Encoding: gzip Content-Length: 842 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/033f0039d025473a84de241284491a58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "033f0039d025473a84de241284491a58", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/2422d0f285314705b46615565d3917fe"}, "domain_id": "e4bd2a4e6bb349a78f956295c49df949", "enabled": true, "options": {}, "id": "2422d0f285314705b46615565d3917fe", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/2cc8b8ad456045c2a30e4360994a4487"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2cc8b8ad456045c2a30e4360994a4487", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/3c466aad8ead4318838e33dd234eb81d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3c466aad8ead4318838e33dd234eb81d", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/56e811cfd4b242068dd78826118576f4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "56e811cfd4b242068dd78826118576f4", "email": "placement@localhost", "password_expires_at": null}, {"name": "tenantnetwork2-user_36861344-920a-4399-8475-e2024312aad0", "links": {"self": "http://172.30.9.27:5000/v3/users/640829bfcd234138ba76a95d0355d191"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "640829bfcd234138ba76a95d0355d191", "domain_id": "default", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6fad7e5ef0254b2a9cdb215018bcab91"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6fad7e5ef0254b2a9cdb215018bcab91", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.27:5000/v3/users/7d91ea49860f4c2a8deabf649cf4ed37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d91ea49860f4c2a8deabf649cf4ed37", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/8f968cf4475249f6abf2422d6dd7425f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8f968cf4475249f6abf2422d6dd7425f", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/9482390a0722494f8852b9f0e2b9de56"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9482390a0722494f8852b9f0e2b9de56", "email": "admin@example.com", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.27:5000/v3/users/a36076122cea45c6b3e4aa67c4ca811d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a36076122cea45c6b3e4aa67c4ca811d", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/acda52409b024c95bc0facaa98dbc356"}, "domain_id": "default", "enabled": true, "options": {}, "id": "acda52409b024c95bc0facaa98dbc356", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/b193f8790ad94e46993d7eb01f623f51"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b193f8790ad94e46993d7eb01f623f51", "email": "cinder@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/dba024f1937f490cae2e437356a668d7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dba024f1937f490cae2e437356a668d7", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/e6d2649e935e4b8db8107d76bfb30c3a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e6d2649e935e4b8db8107d76bfb30c3a", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-08-15 17:27:39,622 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-e9852242-dcea-497a-965b-4cdab8c2e762 2018-08-15 17:27:39,622 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.132875204086s 2018-08-15 17:27:39,623 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-e9852242-dcea-497a-965b-4cdab8c2e762 2018-08-15 17:27:39,634 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-15 17:27:39,637 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}319828a08b8f493c7946eb4a7001018ff3a9cab4" 2018-08-15 17:27:39,825 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:27:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9d36483e-4e3e-45d4-b48b-38dae60b03c1 Content-Encoding: gzip Content-Length: 396 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/a3688ea3a7924e1e8a441a00bd79aae5"}, "tags": [], "enabled": true, "id": "a3688ea3a7924e1e8a441a00bd79aae5", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.27:5000/v3/projects/d2c267e1fee9461ba5e64a915b9518f5"}, "tags": [], "enabled": true, "id": "d2c267e1fee9461ba5e64a915b9518f5", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: tenantnetwork2", "links": {"self": "http://172.30.9.27:5000/v3/projects/13f6bb3f519949d1aa327ef44625daea"}, "tags": [], "enabled": true, "id": "13f6bb3f519949d1aa327ef44625daea", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_36861344-920a-4399-8475-e2024312aad0"}]} 2018-08-15 17:27:39,825 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-9d36483e-4e3e-45d4-b48b-38dae60b03c1 2018-08-15 17:27:39,825 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.190918922424s 2018-08-15 17:27:39,826 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-9d36483e-4e3e-45d4-b48b-38dae60b03c1 2018-08-15 17:27:39,832 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-15 17:27:39,834 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:5000/v3/role_assignments?user.id=640829bfcd234138ba76a95d0355d191&role.id=16212b6aa60a4fd1b8194c834bae86bf&scope.project.id=13f6bb3f519949d1aa327ef44625daea" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}319828a08b8f493c7946eb4a7001018ff3a9cab4" 2018-08-15 17:27:39,956 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:27:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fbf06154-807a-4109-bd99-a3e7b7de8457 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.27:5000/v3/role_assignments?user.id=640829bfcd234138ba76a95d0355d191&role.id=16212b6aa60a4fd1b8194c834bae86bf&scope.project.id=13f6bb3f519949d1aa327ef44625daea", "previous": null, "next": null}} 2018-08-15 17:27:39,957 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=640829bfcd234138ba76a95d0355d191&role.id=16212b6aa60a4fd1b8194c834bae86bf&scope.project.id=13f6bb3f519949d1aa327ef44625daea used request id req-fbf06154-807a-4109-bd99-a3e7b7de8457 2018-08-15 17:27:39,957 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.125001907349s 2018-08-15 17:27:39,957 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=640829bfcd234138ba76a95d0355d191&role.id=16212b6aa60a4fd1b8194c834bae86bf&scope.project.id=13f6bb3f519949d1aa327ef44625daea used request id req-fbf06154-807a-4109-bd99-a3e7b7de8457 2018-08-15 17:27:39,960 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-15 17:27:39,964 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:5000/v3/projects/13f6bb3f519949d1aa327ef44625daea/users/640829bfcd234138ba76a95d0355d191/roles/16212b6aa60a4fd1b8194c834bae86bf -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}319828a08b8f493c7946eb4a7001018ff3a9cab4" 2018-08-15 17:27:40,301 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 15 Aug 2018 17:27:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-28efa10a-be9d-467a-95e8-6d5252a6bd15 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-15 17:27:40,301 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/13f6bb3f519949d1aa327ef44625daea/users/640829bfcd234138ba76a95d0355d191/roles/16212b6aa60a4fd1b8194c834bae86bf used request id req-28efa10a-be9d-467a-95e8-6d5252a6bd15 2018-08-15 17:27:40,301 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.340628147125s 2018-08-15 17:27:40,301 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/13f6bb3f519949d1aa327ef44625daea/users/640829bfcd234138ba76a95d0355d191/roles/16212b6aa60a4fd1b8194c834bae86bf used request id req-28efa10a-be9d-467a-95e8-6d5252a6bd15 2018-08-15 17:27:40,302 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'tenantnetwork2-project_36861344-920a-4399-8475-e2024312aad0', 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'13f6bb3f519949d1aa327ef44625daea', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': 'f83ad192-ac86-4bef-94bc-5ab240a23e0f', 'username': u'tenantnetwork2-user_36861344-920a-4399-8475-e2024312aad0', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.27:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-08-15 17:27:40,303 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-15 17:27:40,304 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-15 17:27:40,304 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-15 17:27:40,304 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-15 17:27:40,304 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-15 17:27:40,304 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-15 17:27:40,304 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-15 17:27:40,304 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-15 17:27:40,304 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-15 17:27:40,305 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-15 17:27:40,305 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-15 17:27:40,305 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-15 17:27:40,305 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-15 17:27:40,305 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-15 17:27:40,305 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-15 17:27:40,305 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-15 17:27:40,305 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-15 17:27:40,306 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-15 17:27:40,306 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-15 17:27:40,306 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-15 17:27:40,306 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-15 17:27:40,306 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-15 17:27:40,307 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'tenantnetwork2-user_36861344-920a-4399-8475-e2024312aad0', 'password': 'f83ad192-ac86-4bef-94bc-5ab240a23e0f', 'project_name': 'tenantnetwork2-project_36861344-920a-4399-8475-e2024312aad0', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.27:5000/v3', 'project_id': '13f6bb3f519949d1aa327ef44625daea', 'project_domain_name': 'Default'} 2018-08-15 17:27:40,308 - xtesting.ci.run_tests - INFO - Running test case 'tenantnetwork2'... 2018-08-15 17:27:40,309 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-15 17:27:40,316 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:27:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-45c97ced-02b7-416a-be4e-1b6720d509d8 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-08-15 17:27:40,316 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-45c97ced-02b7-416a-be4e-1b6720d509d8 2018-08-15 17:27:40,317 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-08-15 17:27:40,706 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "16212b6aa60a4fd1b8194c834bae86bf", "name": "member"}, {"id": "eeb4436830d24515952401292b7cfc55", "name": "reader"}], "expires_at": "2018-08-15T18:27:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "13f6bb3f519949d1aa327ef44625daea", "name": "tenantnetwork2-project_36861344-920a-4399-8475-e2024312aad0"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.37:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "54e3c320cc3142e9824c171afe58d5c6"}, {"url": "http://172.30.9.27:8080/v1/AUTH_13f6bb3f519949d1aa327ef44625daea", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d00250537b54114937846660f377ed1"}, {"url": "http://12.0.0.37:8080/v1/AUTH_13f6bb3f519949d1aa327ef44625daea", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c790cb26fd2345ae9bac8a014d10a446"}], "type": "object-store", "id": "17183633b8774ff6a53da32b47c89b3c", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94631698a9884eb1bf4cb245c6f37b80"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c23f2a003e874719a2f1c41f92405a45"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e97257b46cb8440080352cd841246c5d"}], "type": "cloudformation", "id": "2dec96c2934d43bdbe2e431ef0b53392", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/13f6bb3f519949d1aa327ef44625daea", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "287c0315393e4b22a228912ca3b004cc"}, {"url": "http://192.30.9.3:8776/v3/13f6bb3f519949d1aa327ef44625daea", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62769da517ac4f44b88a6118413b8c30"}, {"url": "http://192.30.9.3:8776/v3/13f6bb3f519949d1aa327ef44625daea", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c0b30400cd648249ab0a6a17cf1ebc1"}], "type": "volumev3", "id": "363b885c3f174fbfb4f17da9d41f332d", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d6cb188f65e4f77bab04c3d99f9469f"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70f7ced028794432bef835264c84489c"}, {"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77dd5cfb1dac4b31b21d705ba420c355"}], "type": "network", "id": "51b7a44223114d149d5300ae5b6d97ae", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19071864a1b848cc93bca3b1e1955c3f"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bc0345e40a36459fbc009797a6517deb"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5c7966f4757438480f39866a31a0265"}], "type": "image", "id": "5540e06daad441aa911fd4cb4d76f8d3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "68ad1d76386d437089226a0562004a39", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "03f40cbac74c4aafb48b4dd360509f6a"}, {"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18ed3fa9a0894200abaf76b71abfd912"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3d96a0aa5c344cb8ba659332ed497e85"}], "type": "identity", "id": "8096ce39bbf24c1683621ee563324790", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f60ea793ee64fc9a3d9a2d2ad889bd0"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7c9770175fc45379f2c2d142062b2c3"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e944b22c50da41179f2e29ce558807c1"}], "type": "compute", "id": "b3040d5c7e224dbca86f421bddd758e1", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5aad7caa3e6f4a35b9abdf5d46190371"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8b8b8bcfb3b40e5be77e13a4d2dda19"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d33016e2f5be49c28efb9905db488d41"}], "type": "placement", "id": "bb3127ed06e54fda901ea2348ddb72da", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/13f6bb3f519949d1aa327ef44625daea", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "576142509dfd46c591c5e83bed8ffcc7"}, {"url": "http://192.30.9.3:8776/v1/13f6bb3f519949d1aa327ef44625daea", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cabe2973ef9144da9850a630dd2aedd5"}, {"url": "http://172.30.9.27:8776/v1/13f6bb3f519949d1aa327ef44625daea", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eb71f3f602d443c9a8605a7ff2e8aa8e"}], "type": "volume", "id": "becfeedd42e344c085611f3c7c465a3f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.3:8004/v1/13f6bb3f519949d1aa327ef44625daea", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "156b8e560e534c82a1d320da86608a19"}, {"url": "http://192.30.9.3:8004/v1/13f6bb3f519949d1aa327ef44625daea", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59154cecf6a54eb08ecc63bf95dca042"}, {"url": "http://172.30.9.27:8004/v1/13f6bb3f519949d1aa327ef44625daea", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f3aa5c8697e449f99c2cfbe2a371cab7"}], "type": "orchestration", "id": "c4334130b6d54a75804fe3f11a3b9e3e", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "39db2ebb65ae42659440fd9845949a6c"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ad23d2a65e74e3c87b1488af1f9f9ac"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d07664cbebb49149819cf7a6b20edb4"}], "type": "alarming", "id": "d878aa5c6b584d53a039f6a680fb6e8b", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/13f6bb3f519949d1aa327ef44625daea", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e2bb44b06c0412ab74e54984b5b26b5"}, {"url": "http://192.30.9.3:8776/v2/13f6bb3f519949d1aa327ef44625daea", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86bcb5a76e6c464bb4d42c969584d6f2"}, {"url": "http://172.30.9.27:8776/v2/13f6bb3f519949d1aa327ef44625daea", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a391eed816af4966b335005bfe580d70"}], "type": "volumev2", "id": "e16298e148f54e96a50a134ca797deff", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b54cb5b666f74b91b0244b5332fdb3e5"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcc892608bd341e084be203695f810d1"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e980066294c34eb6866e6c4735e84a62"}], "type": "metric", "id": "f3a07a22777a4405b7eaf44da2e73e19", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.27:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1f66095afa4b74b4f26d432f5bfa55"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8dd5f30cc334148a7ed9d5ab68eee9b"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bfe7dd54acd947899871700a40dd0244"}], "type": "event", "id": "f6e223543cae4d9bad10258b0a294f12", "name": "panko"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "tenantnetwork2-user_36861344-920a-4399-8475-e2024312aad0", "id": "640829bfcd234138ba76a95d0355d191"}, "audit_ids": ["j3RnLQ7RR-inq2P3Q5MkaA"], "issued_at": "2018-08-15T17:27:40.000000Z"}} 2018-08-15 17:27:40,709 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-15 17:27:40,710 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f23caad7a2d2d545416395f24c743e03059403cb" -d '{"network": {"name": "tenantnetwork2-net_36861344-920a-4399-8475-e2024312aad0", "admin_state_up": true}}' 2018-08-15 17:27:41,291 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 592 X-Openstack-Request-Id: req-1a0f81b2-37cf-4c2d-8269-2b642111fc4b Date: Wed, 15 Aug 2018 17:27:41 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"13f6bb3f519949d1aa327ef44625daea","created_at":"2018-08-15T17:27:41Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-15T17:27:41Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"13f6bb3f519949d1aa327ef44625daea","id":"5022f92f-f609-4666-9131-2b2abd512fff","name":"tenantnetwork2-net_36861344-920a-4399-8475-e2024312aad0"}} 2018-08-15 17:27:41,291 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-1a0f81b2-37cf-4c2d-8269-2b642111fc4b 2018-08-15 17:27:41,291 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.581655025482s 2018-08-15 17:27:41,291 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-1a0f81b2-37cf-4c2d-8269-2b642111fc4b 2018-08-15 17:27:41,292 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-15T17:27:41Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'5022f92f-f609-4666-9131-2b2abd512fff', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tenantnetwork2-net_36861344-920a-4399-8475-e2024312aad0', u'admin_state_up': True, u'tenant_id': u'13f6bb3f519949d1aa327ef44625daea', u'created_at': u'2018-08-15T17:27:41Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'13f6bb3f519949d1aa327ef44625daea'}) 2018-08-15 17:27:41,292 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-15 17:27:41,293 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f23caad7a2d2d545416395f24c743e03059403cb" 2018-08-15 17:27:41,452 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1153 X-Openstack-Request-Id: req-f2b507ff-c051-4f60-af8b-0bdcf8b4bc3e Date: Wed, 15 Aug 2018 17:27:41 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-15T17:27:41Z","tenant_id":"13f6bb3f519949d1aa327ef44625daea","created_at":"2018-08-15T17:27:41Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"13f6bb3f519949d1aa327ef44625daea","id":"5022f92f-f609-4666-9131-2b2abd512fff","name":"tenantnetwork2-net_36861344-920a-4399-8475-e2024312aad0"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["3ef75223-733d-425d-bb3e-88e8a796bebc"],"updated_at":"2018-08-15T17:16:30Z","tenant_id":"d2c267e1fee9461ba5e64a915b9518f5","created_at":"2018-08-15T17:16:26Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"d2c267e1fee9461ba5e64a915b9518f5","id":"fc8ca119-27ab-4070-99fa-a2993d11ee48","name":"external"}]} 2018-08-15 17:27:41,453 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-f2b507ff-c051-4f60-af8b-0bdcf8b4bc3e 2018-08-15 17:27:41,453 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.160485982895s 2018-08-15 17:27:41,453 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-f2b507ff-c051-4f60-af8b-0bdcf8b4bc3e 2018-08-15 17:27:41,454 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-15 17:27:41,455 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f23caad7a2d2d545416395f24c743e03059403cb" -d '{"subnet": {"name": "tenantnetwork2-subnet_36861344-920a-4399-8475-e2024312aad0", "enable_dhcp": true, "network_id": "5022f92f-f609-4666-9131-2b2abd512fff", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-15 17:27:42,249 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-3d5b080c-a7ca-413e-bffd-cce3c8981f16 Date: Wed, 15 Aug 2018 17:27:42 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5022f92f-f609-4666-9131-2b2abd512fff","tenant_id":"13f6bb3f519949d1aa327ef44625daea","created_at":"2018-08-15T17:27:41Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-15T17:27:41Z","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":"13f6bb3f519949d1aa327ef44625daea","id":"76285669-08d8-42e7-82ef-897f716a495e","subnetpool_id":null,"name":"tenantnetwork2-subnet_36861344-920a-4399-8475-e2024312aad0"}} 2018-08-15 17:27:42,249 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-3d5b080c-a7ca-413e-bffd-cce3c8981f16 2018-08-15 17:27:42,249 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.794461965561s 2018-08-15 17:27:42,249 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-3d5b080c-a7ca-413e-bffd-cce3c8981f16 2018-08-15 17:27:42,250 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-15T17:27:41Z', 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'76285669-08d8-42e7-82ef-897f716a495e', u'subnetpool_id': None, u'service_types': [], u'name': u'tenantnetwork2-subnet_36861344-920a-4399-8475-e2024312aad0', u'enable_dhcp': True, u'network_id': u'5022f92f-f609-4666-9131-2b2abd512fff', u'tenant_id': u'13f6bb3f519949d1aa327ef44625daea', u'created_at': u'2018-08-15T17:27:41Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'13f6bb3f519949d1aa327ef44625daea'}) 2018-08-15 17:27:42,250 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-15 17:27:42,251 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f23caad7a2d2d545416395f24c743e03059403cb" -d '{"router": {"external_gateway_info": {"network_id": "fc8ca119-27ab-4070-99fa-a2993d11ee48"}, "name": "tenantnetwork2-router_36861344-920a-4399-8475-e2024312aad0", "admin_state_up": true}}' 2018-08-15 17:27:43,569 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 625 X-Openstack-Request-Id: req-c390cde5-f1bd-46b9-97fd-f2c71aae85f7 Date: Wed, 15 Aug 2018 17:27:43 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "fc8ca119-27ab-4070-99fa-a2993d11ee48", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "3ef75223-733d-425d-bb3e-88e8a796bebc", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "13f6bb3f519949d1aa327ef44625daea", "created_at": "2018-08-15T17:27:42Z", "admin_state_up": true, "updated_at": "2018-08-15T17:27:43Z", "revision_number": 2, "routes": [], "project_id": "13f6bb3f519949d1aa327ef44625daea", "id": "104c243d-5a15-423e-a58c-5fdeb0668c27", "name": "tenantnetwork2-router_36861344-920a-4399-8475-e2024312aad0"}} 2018-08-15 17:27:43,569 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-c390cde5-f1bd-46b9-97fd-f2c71aae85f7 2018-08-15 17:27:43,569 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.31891202927s 2018-08-15 17:27:43,570 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-c390cde5-f1bd-46b9-97fd-f2c71aae85f7 2018-08-15 17:27:43,570 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'fc8ca119-27ab-4070-99fa-a2993d11ee48', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'3ef75223-733d-425d-bb3e-88e8a796bebc', u'ip_address': u'172.30.9.204'}]}, u'description': u'', u'tags': [], u'tenant_id': u'13f6bb3f519949d1aa327ef44625daea', u'created_at': u'2018-08-15T17:27:42Z', u'admin_state_up': True, u'updated_at': u'2018-08-15T17:27:43Z', u'revision_number': 2, u'routes': [], u'project_id': u'13f6bb3f519949d1aa327ef44625daea', u'id': u'104c243d-5a15-423e-a58c-5fdeb0668c27', u'name': u'tenantnetwork2-router_36861344-920a-4399-8475-e2024312aad0'}) 2018-08-15 17:27:43,571 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-15 17:27:43,571 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/104c243d-5a15-423e-a58c-5fdeb0668c27/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}f23caad7a2d2d545416395f24c743e03059403cb" -d '{"subnet_id": "76285669-08d8-42e7-82ef-897f716a495e"}' 2018-08-15 17:27:45,621 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-ecfab8f8-709e-416b-a4e6-ddac3fb0518d Date: Wed, 15 Aug 2018 17:27:45 GMT RESP BODY: {"network_id": "5022f92f-f609-4666-9131-2b2abd512fff", "tenant_id": "13f6bb3f519949d1aa327ef44625daea", "subnet_id": "76285669-08d8-42e7-82ef-897f716a495e", "subnet_ids": ["76285669-08d8-42e7-82ef-897f716a495e"], "port_id": "f54b6767-b2d4-4195-ba17-4521431abea4", "id": "104c243d-5a15-423e-a58c-5fdeb0668c27"} 2018-08-15 17:27:45,621 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/104c243d-5a15-423e-a58c-5fdeb0668c27/add_router_interface.json used request id req-ecfab8f8-709e-416b-a4e6-ddac3fb0518d 2018-08-15 17:27:45,621 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.0505900383s 2018-08-15 17:27:45,622 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/104c243d-5a15-423e-a58c-5fdeb0668c27/add_router_interface.json used request id req-ecfab8f8-709e-416b-a4e6-ddac3fb0518d returning object 104c243d-5a15-423e-a58c-5fdeb0668c27 2018-08-15 17:27:45,738 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-15 17:27:45,738 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | tenantnetwork2 | functest | 00:05 | PASS | +------------------------+------------------+------------------+----------------+ 2018-08-15 17:27:45,743 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-15 17:27:45,744 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/104c243d-5a15-423e-a58c-5fdeb0668c27/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}f23caad7a2d2d545416395f24c743e03059403cb" -d '{"subnet_id": "76285669-08d8-42e7-82ef-897f716a495e"}' 2018-08-15 17:27:47,442 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-ef513fd9-0b9d-43b5-be41-06649ebf0981 Date: Wed, 15 Aug 2018 17:27:47 GMT RESP BODY: {"network_id": "5022f92f-f609-4666-9131-2b2abd512fff", "tenant_id": "13f6bb3f519949d1aa327ef44625daea", "subnet_id": "76285669-08d8-42e7-82ef-897f716a495e", "subnet_ids": ["76285669-08d8-42e7-82ef-897f716a495e"], "port_id": "f54b6767-b2d4-4195-ba17-4521431abea4", "id": "104c243d-5a15-423e-a58c-5fdeb0668c27"} 2018-08-15 17:27:47,442 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/104c243d-5a15-423e-a58c-5fdeb0668c27/remove_router_interface.json used request id req-ef513fd9-0b9d-43b5-be41-06649ebf0981 2018-08-15 17:27:47,442 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.69917201996s 2018-08-15 17:27:47,443 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/104c243d-5a15-423e-a58c-5fdeb0668c27/remove_router_interface.json used request id req-ef513fd9-0b9d-43b5-be41-06649ebf0981 returning object 104c243d-5a15-423e-a58c-5fdeb0668c27 2018-08-15 17:27:47,443 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-15 17:27:47,444 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f23caad7a2d2d545416395f24c743e03059403cb" 2018-08-15 17:27:47,555 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-0d8a8725-03a8-4473-84f8-b1a6a19711b6 Date: Wed, 15 Aug 2018 17:27:47 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "fc8ca119-27ab-4070-99fa-a2993d11ee48", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "3ef75223-733d-425d-bb3e-88e8a796bebc", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "13f6bb3f519949d1aa327ef44625daea", "created_at": "2018-08-15T17:27:42Z", "admin_state_up": true, "updated_at": "2018-08-15T17:27:46Z", "revision_number": 4, "routes": [], "project_id": "13f6bb3f519949d1aa327ef44625daea", "id": "104c243d-5a15-423e-a58c-5fdeb0668c27", "name": "tenantnetwork2-router_36861344-920a-4399-8475-e2024312aad0"}]} 2018-08-15 17:27:47,555 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-0d8a8725-03a8-4473-84f8-b1a6a19711b6 2018-08-15 17:27:47,556 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.112221002579s 2018-08-15 17:27:47,556 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-0d8a8725-03a8-4473-84f8-b1a6a19711b6 2018-08-15 17:27:47,557 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-15 17:27:47,558 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/routers/104c243d-5a15-423e-a58c-5fdeb0668c27.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f23caad7a2d2d545416395f24c743e03059403cb" 2018-08-15 17:27:48,820 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-969d9814-c37d-42d4-b36c-df1f67a68364 Content-Length: 0 Date: Wed, 15 Aug 2018 17:27:48 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-15 17:27:48,820 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/104c243d-5a15-423e-a58c-5fdeb0668c27.json used request id req-969d9814-c37d-42d4-b36c-df1f67a68364 2018-08-15 17:27:48,820 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.26297593117s 2018-08-15 17:27:48,821 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/104c243d-5a15-423e-a58c-5fdeb0668c27.json used request id req-969d9814-c37d-42d4-b36c-df1f67a68364 2018-08-15 17:27:48,821 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-15 17:27:48,822 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f23caad7a2d2d545416395f24c743e03059403cb" 2018-08-15 17:27:48,914 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-d2add7e5-23fc-41c9-8640-ac3d2aeed4f2 Date: Wed, 15 Aug 2018 17:27:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5022f92f-f609-4666-9131-2b2abd512fff","tenant_id":"13f6bb3f519949d1aa327ef44625daea","created_at":"2018-08-15T17:27:41Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-15T17:27:41Z","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":"13f6bb3f519949d1aa327ef44625daea","id":"76285669-08d8-42e7-82ef-897f716a495e","subnetpool_id":null,"name":"tenantnetwork2-subnet_36861344-920a-4399-8475-e2024312aad0"}]} 2018-08-15 17:27:48,915 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-d2add7e5-23fc-41c9-8640-ac3d2aeed4f2 2018-08-15 17:27:48,915 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0934419631958s 2018-08-15 17:27:48,915 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-d2add7e5-23fc-41c9-8640-ac3d2aeed4f2 2018-08-15 17:27:48,916 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-15 17:27:48,917 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/subnets/76285669-08d8-42e7-82ef-897f716a495e.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f23caad7a2d2d545416395f24c743e03059403cb" 2018-08-15 17:27:50,094 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-2f754081-ba10-42b8-b2e0-270abebcc569 Date: Wed, 15 Aug 2018 17:27:50 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-15 17:27:50,094 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/76285669-08d8-42e7-82ef-897f716a495e.json used request id req-2f754081-ba10-42b8-b2e0-270abebcc569 2018-08-15 17:27:50,095 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 1.17806315422s 2018-08-15 17:27:50,095 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/76285669-08d8-42e7-82ef-897f716a495e.json used request id req-2f754081-ba10-42b8-b2e0-270abebcc569 2018-08-15 17:27:50,095 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-15 17:27:50,096 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f23caad7a2d2d545416395f24c743e03059403cb" 2018-08-15 17:27:50,183 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1159 X-Openstack-Request-Id: req-b2bba448-b19d-4d16-8ecc-ec4ce20d891f Date: Wed, 15 Aug 2018 17:27: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":[],"updated_at":"2018-08-15T17:27:49Z","tenant_id":"13f6bb3f519949d1aa327ef44625daea","created_at":"2018-08-15T17:27:41Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"13f6bb3f519949d1aa327ef44625daea","id":"5022f92f-f609-4666-9131-2b2abd512fff","name":"tenantnetwork2-net_36861344-920a-4399-8475-e2024312aad0"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["3ef75223-733d-425d-bb3e-88e8a796bebc"],"updated_at":"2018-08-15T17:16:30Z","tenant_id":"d2c267e1fee9461ba5e64a915b9518f5","created_at":"2018-08-15T17:16:26Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"d2c267e1fee9461ba5e64a915b9518f5","id":"fc8ca119-27ab-4070-99fa-a2993d11ee48","name":"external"}]} 2018-08-15 17:27:50,184 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-b2bba448-b19d-4d16-8ecc-ec4ce20d891f 2018-08-15 17:27:50,184 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0883929729462s 2018-08-15 17:27:50,184 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-b2bba448-b19d-4d16-8ecc-ec4ce20d891f 2018-08-15 17:27:50,185 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-15 17:27:50,185 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/networks/5022f92f-f609-4666-9131-2b2abd512fff.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f23caad7a2d2d545416395f24c743e03059403cb" 2018-08-15 17:27:51,442 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-876f7bc7-0bc8-4c21-a929-079754880e3a Date: Wed, 15 Aug 2018 17:27:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-15 17:27:51,442 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/5022f92f-f609-4666-9131-2b2abd512fff.json used request id req-876f7bc7-0bc8-4c21-a929-079754880e3a 2018-08-15 17:27:51,443 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.2578318119s 2018-08-15 17:27:51,443 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/5022f92f-f609-4666-9131-2b2abd512fff.json used request id req-876f7bc7-0bc8-4c21-a929-079754880e3a 2018-08-15 17:27:51,443 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-15 17:27:51,447 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}319828a08b8f493c7946eb4a7001018ff3a9cab4" 2018-08-15 17:27:51,706 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:27:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ada6f201-00ab-41b5-84eb-06afd0a40c2f Content-Encoding: gzip Content-Length: 842 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/033f0039d025473a84de241284491a58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "033f0039d025473a84de241284491a58", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/2422d0f285314705b46615565d3917fe"}, "domain_id": "e4bd2a4e6bb349a78f956295c49df949", "enabled": true, "options": {}, "id": "2422d0f285314705b46615565d3917fe", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/2cc8b8ad456045c2a30e4360994a4487"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2cc8b8ad456045c2a30e4360994a4487", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/3c466aad8ead4318838e33dd234eb81d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3c466aad8ead4318838e33dd234eb81d", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/56e811cfd4b242068dd78826118576f4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "56e811cfd4b242068dd78826118576f4", "email": "placement@localhost", "password_expires_at": null}, {"name": "tenantnetwork2-user_36861344-920a-4399-8475-e2024312aad0", "links": {"self": "http://172.30.9.27:5000/v3/users/640829bfcd234138ba76a95d0355d191"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "640829bfcd234138ba76a95d0355d191", "domain_id": "default", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6fad7e5ef0254b2a9cdb215018bcab91"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6fad7e5ef0254b2a9cdb215018bcab91", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.27:5000/v3/users/7d91ea49860f4c2a8deabf649cf4ed37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d91ea49860f4c2a8deabf649cf4ed37", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/8f968cf4475249f6abf2422d6dd7425f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8f968cf4475249f6abf2422d6dd7425f", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/9482390a0722494f8852b9f0e2b9de56"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9482390a0722494f8852b9f0e2b9de56", "email": "admin@example.com", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.27:5000/v3/users/a36076122cea45c6b3e4aa67c4ca811d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a36076122cea45c6b3e4aa67c4ca811d", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/acda52409b024c95bc0facaa98dbc356"}, "domain_id": "default", "enabled": true, "options": {}, "id": "acda52409b024c95bc0facaa98dbc356", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/b193f8790ad94e46993d7eb01f623f51"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b193f8790ad94e46993d7eb01f623f51", "email": "cinder@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/dba024f1937f490cae2e437356a668d7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dba024f1937f490cae2e437356a668d7", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/e6d2649e935e4b8db8107d76bfb30c3a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e6d2649e935e4b8db8107d76bfb30c3a", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-08-15 17:27:51,706 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-ada6f201-00ab-41b5-84eb-06afd0a40c2f 2018-08-15 17:27:51,706 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.262824058533s 2018-08-15 17:27:51,707 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-ada6f201-00ab-41b5-84eb-06afd0a40c2f 2018-08-15 17:27:51,710 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-15 17:27:51,713 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/users/640829bfcd234138ba76a95d0355d191 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}319828a08b8f493c7946eb4a7001018ff3a9cab4" 2018-08-15 17:27:51,835 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:27:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a7b44654-708d-493e-b9bd-ee3e9016a7cb Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"user": {"name": "tenantnetwork2-user_36861344-920a-4399-8475-e2024312aad0", "links": {"self": "http://172.30.9.27:5000/v3/users/640829bfcd234138ba76a95d0355d191"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "640829bfcd234138ba76a95d0355d191", "description": null}} 2018-08-15 17:27:51,835 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/640829bfcd234138ba76a95d0355d191 used request id req-a7b44654-708d-493e-b9bd-ee3e9016a7cb 2018-08-15 17:27:51,835 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.124583005905s 2018-08-15 17:27:51,835 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/640829bfcd234138ba76a95d0355d191 used request id req-a7b44654-708d-493e-b9bd-ee3e9016a7cb 2018-08-15 17:27:51,836 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-15 17:27:51,838 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/users/640829bfcd234138ba76a95d0355d191 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}319828a08b8f493c7946eb4a7001018ff3a9cab4" 2018-08-15 17:27:52,160 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 15 Aug 2018 17:27:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3cb6f368-672e-4b4e-899f-30cd46406d52 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-15 17:27:52,161 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/640829bfcd234138ba76a95d0355d191 used request id req-3cb6f368-672e-4b4e-899f-30cd46406d52 2018-08-15 17:27:52,161 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.3247859478s 2018-08-15 17:27:52,161 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/640829bfcd234138ba76a95d0355d191 used request id req-3cb6f368-672e-4b4e-899f-30cd46406d52 2018-08-15 17:27:52,164 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-15 17:27:52,165 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}319828a08b8f493c7946eb4a7001018ff3a9cab4" 2018-08-15 17:27:52,271 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:27:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8095da9a-e2e2-466b-9cae-ea0c4addb616 Content-Encoding: gzip Content-Length: 384 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: tenantnetwork2", "links": {"self": "http://172.30.9.27:5000/v3/projects/13f6bb3f519949d1aa327ef44625daea"}, "tags": [], "enabled": true, "id": "13f6bb3f519949d1aa327ef44625daea", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_36861344-920a-4399-8475-e2024312aad0"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/a3688ea3a7924e1e8a441a00bd79aae5"}, "tags": [], "enabled": true, "id": "a3688ea3a7924e1e8a441a00bd79aae5", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.27:5000/v3/projects/d2c267e1fee9461ba5e64a915b9518f5"}, "tags": [], "enabled": true, "id": "d2c267e1fee9461ba5e64a915b9518f5", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-08-15 17:27:52,271 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects used request id req-8095da9a-e2e2-466b-9cae-ea0c4addb616 2018-08-15 17:27:52,271 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.107194900513s 2018-08-15 17:27:52,271 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects used request id req-8095da9a-e2e2-466b-9cae-ea0c4addb616 2018-08-15 17:27:52,273 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-15 17:27:52,275 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/projects/13f6bb3f519949d1aa327ef44625daea -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}319828a08b8f493c7946eb4a7001018ff3a9cab4" 2018-08-15 17:27:52,530 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 15 Aug 2018 17:27:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8930ebde-164d-4fc6-bc3d-fdeba4a8dd30 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-15 17:27:52,530 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/13f6bb3f519949d1aa327ef44625daea used request id req-8930ebde-164d-4fc6-bc3d-fdeba4a8dd30 2018-08-15 17:27:52,530 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.256842136383s 2018-08-15 17:27:52,531 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/13f6bb3f519949d1aa327ef44625daea used request id req-8930ebde-164d-4fc6-bc3d-fdeba4a8dd30 2018-08-15 17:27:52,559 - xtesting.ci.run_tests - INFO - Loading test case 'vmready1'... 2018-08-15 17:27:52,610 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-15 17:27:52,610 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-15 17:27:52,610 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-15 17:27:52,610 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-15 17:27:52,610 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-15 17:27:52,610 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-15 17:27:52,610 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-15 17:27:52,610 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-15 17:27:52,611 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-15 17:27:52,611 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-15 17:27:52,611 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-15 17:27:52,611 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-15 17:27:52,611 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-15 17:27:52,611 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-15 17:27:52,611 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-15 17:27:52,611 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-15 17:27:52,611 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-15 17:27:52,611 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-15 17:27:52,611 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-15 17:27:52,611 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-15 17:27:52,611 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-15 17:27:52,611 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-15 17:27:52,612 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-15 17:27:52,617 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:27:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-431bb1b0-6224-4f29-9a58-8e3fae44b614 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-08-15 17:27:52,617 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-431bb1b0-6224-4f29-9a58-8e3fae44b614 2018-08-15 17:27:52,618 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-08-15 17:27:53,013 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "16212b6aa60a4fd1b8194c834bae86bf", "name": "member"}, {"id": "eeb4436830d24515952401292b7cfc55", "name": "reader"}, {"id": "382a39dc50214187b99e809cf7222e3c", "name": "admin"}], "expires_at": "2018-08-15T18:27:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3688ea3a7924e1e8a441a00bd79aae5", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.37:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "54e3c320cc3142e9824c171afe58d5c6"}, {"url": "http://172.30.9.27:8080/v1/AUTH_a3688ea3a7924e1e8a441a00bd79aae5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d00250537b54114937846660f377ed1"}, {"url": "http://12.0.0.37:8080/v1/AUTH_a3688ea3a7924e1e8a441a00bd79aae5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c790cb26fd2345ae9bac8a014d10a446"}], "type": "object-store", "id": "17183633b8774ff6a53da32b47c89b3c", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94631698a9884eb1bf4cb245c6f37b80"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c23f2a003e874719a2f1c41f92405a45"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e97257b46cb8440080352cd841246c5d"}], "type": "cloudformation", "id": "2dec96c2934d43bdbe2e431ef0b53392", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "287c0315393e4b22a228912ca3b004cc"}, {"url": "http://192.30.9.3:8776/v3/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62769da517ac4f44b88a6118413b8c30"}, {"url": "http://192.30.9.3:8776/v3/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c0b30400cd648249ab0a6a17cf1ebc1"}], "type": "volumev3", "id": "363b885c3f174fbfb4f17da9d41f332d", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d6cb188f65e4f77bab04c3d99f9469f"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70f7ced028794432bef835264c84489c"}, {"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77dd5cfb1dac4b31b21d705ba420c355"}], "type": "network", "id": "51b7a44223114d149d5300ae5b6d97ae", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19071864a1b848cc93bca3b1e1955c3f"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bc0345e40a36459fbc009797a6517deb"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5c7966f4757438480f39866a31a0265"}], "type": "image", "id": "5540e06daad441aa911fd4cb4d76f8d3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "68ad1d76386d437089226a0562004a39", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "03f40cbac74c4aafb48b4dd360509f6a"}, {"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18ed3fa9a0894200abaf76b71abfd912"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3d96a0aa5c344cb8ba659332ed497e85"}], "type": "identity", "id": "8096ce39bbf24c1683621ee563324790", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f60ea793ee64fc9a3d9a2d2ad889bd0"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7c9770175fc45379f2c2d142062b2c3"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e944b22c50da41179f2e29ce558807c1"}], "type": "compute", "id": "b3040d5c7e224dbca86f421bddd758e1", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5aad7caa3e6f4a35b9abdf5d46190371"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8b8b8bcfb3b40e5be77e13a4d2dda19"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d33016e2f5be49c28efb9905db488d41"}], "type": "placement", "id": "bb3127ed06e54fda901ea2348ddb72da", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "576142509dfd46c591c5e83bed8ffcc7"}, {"url": "http://192.30.9.3:8776/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cabe2973ef9144da9850a630dd2aedd5"}, {"url": "http://172.30.9.27:8776/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eb71f3f602d443c9a8605a7ff2e8aa8e"}], "type": "volume", "id": "becfeedd42e344c085611f3c7c465a3f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.3:8004/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "156b8e560e534c82a1d320da86608a19"}, {"url": "http://192.30.9.3:8004/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59154cecf6a54eb08ecc63bf95dca042"}, {"url": "http://172.30.9.27:8004/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f3aa5c8697e449f99c2cfbe2a371cab7"}], "type": "orchestration", "id": "c4334130b6d54a75804fe3f11a3b9e3e", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "39db2ebb65ae42659440fd9845949a6c"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ad23d2a65e74e3c87b1488af1f9f9ac"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d07664cbebb49149819cf7a6b20edb4"}], "type": "alarming", "id": "d878aa5c6b584d53a039f6a680fb6e8b", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e2bb44b06c0412ab74e54984b5b26b5"}, {"url": "http://192.30.9.3:8776/v2/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86bcb5a76e6c464bb4d42c969584d6f2"}, {"url": "http://172.30.9.27:8776/v2/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a391eed816af4966b335005bfe580d70"}], "type": "volumev2", "id": "e16298e148f54e96a50a134ca797deff", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b54cb5b666f74b91b0244b5332fdb3e5"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcc892608bd341e084be203695f810d1"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e980066294c34eb6866e6c4735e84a62"}], "type": "metric", "id": "f3a07a22777a4405b7eaf44da2e73e19", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.27:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1f66095afa4b74b4f26d432f5bfa55"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8dd5f30cc334148a7ed9d5ab68eee9b"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bfe7dd54acd947899871700a40dd0244"}], "type": "event", "id": "f6e223543cae4d9bad10258b0a294f12", "name": "panko"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "9482390a0722494f8852b9f0e2b9de56"}, "audit_ids": ["VOhW_tfxTbKeb6U6xgP5jA"], "issued_at": "2018-08-15T17:27:52.000000Z"}} 2018-08-15 17:27:53,016 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-15 17:27:53,017 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3b82f1c30fa41bdebc54baa65e58da84d011226b" 2018-08-15 17:27:54,047 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-902eac83-53c9-4e9c-b3f2-6b59d810f087 Date: Wed, 15 Aug 2018 17:27:54 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"fc8ca119-27ab-4070-99fa-a2993d11ee48","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d2c267e1fee9461ba5e64a915b9518f5","status":"ACTIVE","subnets":["3ef75223-733d-425d-bb3e-88e8a796bebc"],"description":"","tags":[],"updated_at":"2018-08-15T17:16:30Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"d2c267e1fee9461ba5e64a915b9518f5","created_at":"2018-08-15T17:16:26Z","provider:network_type":"flat"}]} 2018-08-15 17:27:54,047 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json?router%3Aexternal=True used request id req-902eac83-53c9-4e9c-b3f2-6b59d810f087 2018-08-15 17:27:54,047 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.03062081337s 2018-08-15 17:27:54,047 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json?router%3Aexternal=True used request id req-902eac83-53c9-4e9c-b3f2-6b59d810f087 2018-08-15 17:27:54,048 - xtesting.ci.run_tests - INFO - Running test case 'vmready1'... 2018-08-15 17:27:54,049 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-15 17:27:54,049 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}3b82f1c30fa41bdebc54baa65e58da84d011226b" -d '{"network": {"name": "vmready1-net_b081e515-11c5-48ef-a2ff-2f433f4c6a01", "admin_state_up": true}}' 2018-08-15 17:27:54,360 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 681 X-Openstack-Request-Id: req-0a5a776c-2e4f-41a1-a712-ae8ab6a4648d Date: Wed, 15 Aug 2018 17:27:54 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"58973915-14d2-4879-b2df-a53f8359ee91","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"a3688ea3a7924e1e8a441a00bd79aae5","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-15T17:27:54Z","is_default":false,"provider:segmentation_id":67,"name":"vmready1-net_b081e515-11c5-48ef-a2ff-2f433f4c6a01","admin_state_up":true,"tenant_id":"a3688ea3a7924e1e8a441a00bd79aae5","created_at":"2018-08-15T17:27:54Z","mtu":1450}} 2018-08-15 17:27:54,360 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-0a5a776c-2e4f-41a1-a712-ae8ab6a4648d 2018-08-15 17:27:54,361 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.311679840088s 2018-08-15 17:27:54,361 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-0a5a776c-2e4f-41a1-a712-ae8ab6a4648d 2018-08-15 17:27:54,361 - 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-15T17:27:54Z', u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'58973915-14d2-4879-b2df-a53f8359ee91', u'provider:segmentation_id': 67, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vmready1-net_b081e515-11c5-48ef-a2ff-2f433f4c6a01', u'admin_state_up': True, u'tenant_id': u'a3688ea3a7924e1e8a441a00bd79aae5', u'created_at': u'2018-08-15T17:27:54Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'a3688ea3a7924e1e8a441a00bd79aae5'}) 2018-08-15 17:27:54,362 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-15 17:27:54,363 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3b82f1c30fa41bdebc54baa65e58da84d011226b" 2018-08-15 17:27:54,504 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1346 X-Openstack-Request-Id: req-bcf7ae19-410f-4ff1-a2b0-d729744255e0 Date: Wed, 15 Aug 2018 17:27:54 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"58973915-14d2-4879-b2df-a53f8359ee91","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"a3688ea3a7924e1e8a441a00bd79aae5","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-15T17:27:54Z","provider:segmentation_id":67,"name":"vmready1-net_b081e515-11c5-48ef-a2ff-2f433f4c6a01","admin_state_up":true,"tenant_id":"a3688ea3a7924e1e8a441a00bd79aae5","created_at":"2018-08-15T17:27:54Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"fc8ca119-27ab-4070-99fa-a2993d11ee48","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d2c267e1fee9461ba5e64a915b9518f5","status":"ACTIVE","subnets":["3ef75223-733d-425d-bb3e-88e8a796bebc"],"description":"","tags":[],"updated_at":"2018-08-15T17:16:30Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"d2c267e1fee9461ba5e64a915b9518f5","created_at":"2018-08-15T17:16:26Z","provider:network_type":"flat"}]} 2018-08-15 17:27:54,504 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-bcf7ae19-410f-4ff1-a2b0-d729744255e0 2018-08-15 17:27:54,504 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.141865968704s 2018-08-15 17:27:54,504 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-bcf7ae19-410f-4ff1-a2b0-d729744255e0 2018-08-15 17:27:54,506 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-15 17:27:54,506 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}3b82f1c30fa41bdebc54baa65e58da84d011226b" -d '{"subnet": {"name": "vmready1-subnet_b081e515-11c5-48ef-a2ff-2f433f4c6a01", "enable_dhcp": true, "network_id": "58973915-14d2-4879-b2df-a53f8359ee91", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-15 17:27:54,916 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-cfb29fac-9c8f-4182-a639-b07f30afc8be Date: Wed, 15 Aug 2018 17:27:54 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"58973915-14d2-4879-b2df-a53f8359ee91","tenant_id":"a3688ea3a7924e1e8a441a00bd79aae5","created_at":"2018-08-15T17:27:54Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-15T17:27:54Z","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":"a3688ea3a7924e1e8a441a00bd79aae5","id":"3ca2763e-ef98-4358-b00d-fdd795009837","subnetpool_id":null,"name":"vmready1-subnet_b081e515-11c5-48ef-a2ff-2f433f4c6a01"}} 2018-08-15 17:27:54,917 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-cfb29fac-9c8f-4182-a639-b07f30afc8be 2018-08-15 17:27:54,917 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.411015033722s 2018-08-15 17:27:54,917 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-cfb29fac-9c8f-4182-a639-b07f30afc8be 2018-08-15 17:27:54,918 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-15T17:27:54Z', 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'3ca2763e-ef98-4358-b00d-fdd795009837', u'subnetpool_id': None, u'service_types': [], u'name': u'vmready1-subnet_b081e515-11c5-48ef-a2ff-2f433f4c6a01', u'enable_dhcp': True, u'network_id': u'58973915-14d2-4879-b2df-a53f8359ee91', u'tenant_id': u'a3688ea3a7924e1e8a441a00bd79aae5', u'created_at': u'2018-08-15T17:27:54Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'a3688ea3a7924e1e8a441a00bd79aae5'}) 2018-08-15 17:27:54,918 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-15 17:27:54,919 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}3b82f1c30fa41bdebc54baa65e58da84d011226b" -d '{"router": {"external_gateway_info": {"network_id": "fc8ca119-27ab-4070-99fa-a2993d11ee48"}, "name": "vmready1-router_b081e515-11c5-48ef-a2ff-2f433f4c6a01", "admin_state_up": true}}' 2018-08-15 17:27:56,127 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 641 X-Openstack-Request-Id: req-d55d3440-0253-4e8b-ab0a-f8377b607c82 Date: Wed, 15 Aug 2018 17:27:56 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "fc8ca119-27ab-4070-99fa-a2993d11ee48", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "3ef75223-733d-425d-bb3e-88e8a796bebc", "ip_address": "172.30.9.202"}]}, "description": "", "tags": [], "tenant_id": "a3688ea3a7924e1e8a441a00bd79aae5", "created_at": "2018-08-15T17:27:54Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-15T17:27:55Z", "revision_number": 2, "routes": [], "project_id": "a3688ea3a7924e1e8a441a00bd79aae5", "id": "a03aa864-444e-45cd-8da2-3b9f0fcb75b4", "name": "vmready1-router_b081e515-11c5-48ef-a2ff-2f433f4c6a01"}} 2018-08-15 17:27:56,127 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-d55d3440-0253-4e8b-ab0a-f8377b607c82 2018-08-15 17:27:56,127 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.20892691612s 2018-08-15 17:27:56,128 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-d55d3440-0253-4e8b-ab0a-f8377b607c82 2018-08-15 17:27:56,128 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'fc8ca119-27ab-4070-99fa-a2993d11ee48', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'3ef75223-733d-425d-bb3e-88e8a796bebc', u'ip_address': u'172.30.9.202'}]}, u'description': u'', u'tags': [], u'tenant_id': u'a3688ea3a7924e1e8a441a00bd79aae5', u'created_at': u'2018-08-15T17:27:54Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-08-15T17:27:55Z', u'revision_number': 2, u'routes': [], u'project_id': u'a3688ea3a7924e1e8a441a00bd79aae5', u'id': u'a03aa864-444e-45cd-8da2-3b9f0fcb75b4', u'name': u'vmready1-router_b081e515-11c5-48ef-a2ff-2f433f4c6a01'}) 2018-08-15 17:27:56,129 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-15 17:27:56,129 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/a03aa864-444e-45cd-8da2-3b9f0fcb75b4/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}3b82f1c30fa41bdebc54baa65e58da84d011226b" -d '{"subnet_id": "3ca2763e-ef98-4358-b00d-fdd795009837"}' 2018-08-15 17:27:57,802 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-9951b297-1693-4d77-b78f-f4013aa8110c Date: Wed, 15 Aug 2018 17:27:57 GMT RESP BODY: {"network_id": "58973915-14d2-4879-b2df-a53f8359ee91", "tenant_id": "a3688ea3a7924e1e8a441a00bd79aae5", "subnet_id": "3ca2763e-ef98-4358-b00d-fdd795009837", "subnet_ids": ["3ca2763e-ef98-4358-b00d-fdd795009837"], "port_id": "f734d972-a783-478e-ba25-a3130f00274b", "id": "a03aa864-444e-45cd-8da2-3b9f0fcb75b4"} 2018-08-15 17:27:57,802 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/a03aa864-444e-45cd-8da2-3b9f0fcb75b4/add_router_interface.json used request id req-9951b297-1693-4d77-b78f-f4013aa8110c 2018-08-15 17:27:57,802 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.67372703552s 2018-08-15 17:27:57,803 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/a03aa864-444e-45cd-8da2-3b9f0fcb75b4/add_router_interface.json used request id req-9951b297-1693-4d77-b78f-f4013aa8110c returning object a03aa864-444e-45cd-8da2-3b9f0fcb75b4 2018-08-15 17:27:57,803 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-15 17:27:57,921 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-15 17:27:57,923 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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-15 17:27:57,927 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Wed, 15 Aug 2018 17:27:57 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}]} 2018-08-15 17:27:57,929 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-15 17:27:57,930 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3b82f1c30fa41bdebc54baa65e58da84d011226b" 2018-08-15 17:27:58,672 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-57b944a6-b8fa-4194-9d30-bf66c3670410 Date: Wed, 15 Aug 2018 17:27:58 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-15 17:27:58,672 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-57b944a6-b8fa-4194-9d30-bf66c3670410 2018-08-15 17:27:58,673 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.743741989136s 2018-08-15 17:27:58,673 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-57b944a6-b8fa-4194-9d30-bf66c3670410 2018-08-15 17:27:58,681 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-15 17:27:58,684 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}3b82f1c30fa41bdebc54baa65e58da84d011226b" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vmready1-img_b081e515-11c5-48ef-a2ff-2f433f4c6a01", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vmready1-img_b081e515-11c5-48ef-a2ff-2f433f4c6a01"}' 2018-08-15 17:27:58,751 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 933 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/5a9c4abd-50af-40aa-9cba-75ee9d675f9e Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-475d1967-f886-4720-a373-70f196bf0de4 Date: Wed, 15 Aug 2018 17:27:58 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-15T17:27:58Z", "file": "/v2/images/5a9c4abd-50af-40aa-9cba-75ee9d675f9e/file", "owner": "a3688ea3a7924e1e8a441a00bd79aae5", "id": "5a9c4abd-50af-40aa-9cba-75ee9d675f9e", "size": null, "self": "/v2/images/5a9c4abd-50af-40aa-9cba-75ee9d675f9e", "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_b081e515-11c5-48ef-a2ff-2f433f4c6a01", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready1-img_b081e515-11c5-48ef-a2ff-2f433f4c6a01", "checksum": null, "created_at": "2018-08-15T17:27:58Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-15 17:27:58,751 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-475d1967-f886-4720-a373-70f196bf0de4 2018-08-15 17:27:58,751 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0701820850372s 2018-08-15 17:27:58,752 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-475d1967-f886-4720-a373-70f196bf0de4 returning object 5a9c4abd-50af-40aa-9cba-75ee9d675f9e 2018-08-15 17:27:58,752 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-15 17:27:58,756 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9292/v2/images/5a9c4abd-50af-40aa-9cba-75ee9d675f9e/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}3b82f1c30fa41bdebc54baa65e58da84d011226b" -d '' 2018-08-15 17:28:01,256 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d80d0a77-cc47-4f2d-86bb-ead9022fee09 Date: Wed, 15 Aug 2018 17:28: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-15 17:28:01,256 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/5a9c4abd-50af-40aa-9cba-75ee9d675f9e/file used request id req-d80d0a77-cc47-4f2d-86bb-ead9022fee09 2018-08-15 17:28:01,256 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 2.50406098366s 2018-08-15 17:28:01,257 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/5a9c4abd-50af-40aa-9cba-75ee9d675f9e/file used request id req-d80d0a77-cc47-4f2d-86bb-ead9022fee09 2018-08-15 17:28:01,260 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-15 17:28:01,263 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3b82f1c30fa41bdebc54baa65e58da84d011226b" 2018-08-15 17:28:01,288 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1393 Content-Type: application/json X-Openstack-Request-Id: req-2c85e4de-9c0e-4e3b-a1e8-fe629bbf63d6 Date: Wed, 15 Aug 2018 17:28:01 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-15T17:28:01Z", "file": "/v2/images/5a9c4abd-50af-40aa-9cba-75ee9d675f9e/file", "owner": "a3688ea3a7924e1e8a441a00bd79aae5", "id": "5a9c4abd-50af-40aa-9cba-75ee9d675f9e", "size": 12716032, "self": "/v2/images/5a9c4abd-50af-40aa-9cba-75ee9d675f9e", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/5a9c4abd-50af-40aa-9cba-75ee9d675f9e/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/5a9c4abd-50af-40aa-9cba-75ee9d675f9e/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vmready1-img_b081e515-11c5-48ef-a2ff-2f433f4c6a01", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready1-img_b081e515-11c5-48ef-a2ff-2f433f4c6a01", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-15T17:27:58Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-15 17:28:01,288 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-2c85e4de-9c0e-4e3b-a1e8-fe629bbf63d6 2018-08-15 17:28:01,288 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0277597904205s 2018-08-15 17:28:01,288 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-2c85e4de-9c0e-4e3b-a1e8-fe629bbf63d6 2018-08-15 17:28:01,290 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/5a9c4abd-50af-40aa-9cba-75ee9d675f9e/snap', u'metadata': Munch({})})], 'file': u'/v2/images/5a9c4abd-50af-40aa-9cba-75ee9d675f9e/file', 'owner': u'a3688ea3a7924e1e8a441a00bd79aae5', 'id': u'5a9c4abd-50af-40aa-9cba-75ee9d675f9e', 'size': 12716032, u'self': u'/v2/images/5a9c4abd-50af-40aa-9cba-75ee9d675f9e', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'a3688ea3a7924e1e8a441a00bd79aae5', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/5a9c4abd-50af-40aa-9cba-75ee9d675f9e/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-15T17:28:01Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-15T17:28:01Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vmready1-img_b081e515-11c5-48ef-a2ff-2f433f4c6a01', '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/5a9c4abd-50af-40aa-9cba-75ee9d675f9e', 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_b081e515-11c5-48ef-a2ff-2f433f4c6a01', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'vmready1-img_b081e515-11c5-48ef-a2ff-2f433f4c6a01', 'created': u'2018-08-15T17:27:58Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-15T17:27:58Z', 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/5a9c4abd-50af-40aa-9cba-75ee9d675f9e', 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_b081e515-11c5-48ef-a2ff-2f433f4c6a01', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-15 17:28:01,291 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-15 17:28:01,293 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}3b82f1c30fa41bdebc54baa65e58da84d011226b" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vmready1-flavor_b081e515-11c5-48ef-a2ff-2f433f4c6a01", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-15 17:28:02,153 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:28: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-5fb08fc5-5f33-4600-a3f6-7d75ef4d56c9 x-compute-request-id: req-5fb08fc5-5f33-4600-a3f6-7d75ef4d56c9 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"name": "vmready1-flavor_b081e515-11c5-48ef-a2ff-2f433f4c6a01", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/b2b75a33-6aed-4c35-8f08-fb9321e880d6", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/b2b75a33-6aed-4c35-8f08-fb9321e880d6", "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": "b2b75a33-6aed-4c35-8f08-fb9321e880d6"}} 2018-08-15 17:28:02,154 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-5fb08fc5-5f33-4600-a3f6-7d75ef4d56c9 2018-08-15 17:28:02,154 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.862840175629s 2018-08-15 17:28:02,154 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-5fb08fc5-5f33-4600-a3f6-7d75ef4d56c9 2018-08-15 17:28:02,154 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vmready1-flavor_b081e515-11c5-48ef-a2ff-2f433f4c6a01', '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'a3688ea3a7924e1e8a441a00bd79aae5', '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'b2b75a33-6aed-4c35-8f08-fb9321e880d6', 'swap': 0}) 2018-08-15 17:28:02,155 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-15 17:28:02,156 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/flavors/b2b75a33-6aed-4c35-8f08-fb9321e880d6/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}3b82f1c30fa41bdebc54baa65e58da84d011226b" -d '{"extra_specs": {}}' 2018-08-15 17:28:02,174 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:28:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-34991b01-07ec-4b49-ab9a-d7b873c0b10a x-compute-request-id: req-34991b01-07ec-4b49-ab9a-d7b873c0b10a Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-15 17:28:02,174 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/b2b75a33-6aed-4c35-8f08-fb9321e880d6/os-extra_specs used request id req-34991b01-07ec-4b49-ab9a-d7b873c0b10a 2018-08-15 17:28:02,174 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0193610191345s 2018-08-15 17:28:02,174 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/b2b75a33-6aed-4c35-8f08-fb9321e880d6/os-extra_specs used request id req-34991b01-07ec-4b49-ab9a-d7b873c0b10a 2018-08-15 17:28:02,287 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-15 17:28:02,287 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vmready1 | functest | 00:08 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-15 17:28:02,291 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-15 17:28:02,291 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/a03aa864-444e-45cd-8da2-3b9f0fcb75b4/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}3b82f1c30fa41bdebc54baa65e58da84d011226b" -d '{"subnet_id": "3ca2763e-ef98-4358-b00d-fdd795009837"}' 2018-08-15 17:28:03,952 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-3580312a-6ae6-4fa7-aa82-c0f4a59922c1 Date: Wed, 15 Aug 2018 17:28:03 GMT RESP BODY: {"network_id": "58973915-14d2-4879-b2df-a53f8359ee91", "tenant_id": "a3688ea3a7924e1e8a441a00bd79aae5", "subnet_id": "3ca2763e-ef98-4358-b00d-fdd795009837", "subnet_ids": ["3ca2763e-ef98-4358-b00d-fdd795009837"], "port_id": "f734d972-a783-478e-ba25-a3130f00274b", "id": "a03aa864-444e-45cd-8da2-3b9f0fcb75b4"} 2018-08-15 17:28:03,952 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/a03aa864-444e-45cd-8da2-3b9f0fcb75b4/remove_router_interface.json used request id req-3580312a-6ae6-4fa7-aa82-c0f4a59922c1 2018-08-15 17:28:03,952 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.66093802452s 2018-08-15 17:28:03,952 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/a03aa864-444e-45cd-8da2-3b9f0fcb75b4/remove_router_interface.json used request id req-3580312a-6ae6-4fa7-aa82-c0f4a59922c1 returning object a03aa864-444e-45cd-8da2-3b9f0fcb75b4 2018-08-15 17:28:03,953 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-15 17:28:03,954 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3b82f1c30fa41bdebc54baa65e58da84d011226b" 2018-08-15 17:28:04,065 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 644 X-Openstack-Request-Id: req-81ef9aa7-c3e8-4ce1-858e-308141380d07 Date: Wed, 15 Aug 2018 17:28:04 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "fc8ca119-27ab-4070-99fa-a2993d11ee48", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "3ef75223-733d-425d-bb3e-88e8a796bebc", "ip_address": "172.30.9.202"}]}, "description": "", "tags": [], "tenant_id": "a3688ea3a7924e1e8a441a00bd79aae5", "created_at": "2018-08-15T17:27:54Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-15T17:28:03Z", "revision_number": 4, "routes": [], "project_id": "a3688ea3a7924e1e8a441a00bd79aae5", "id": "a03aa864-444e-45cd-8da2-3b9f0fcb75b4", "name": "vmready1-router_b081e515-11c5-48ef-a2ff-2f433f4c6a01"}]} 2018-08-15 17:28:04,065 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-81ef9aa7-c3e8-4ce1-858e-308141380d07 2018-08-15 17:28:04,065 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.111795902252s 2018-08-15 17:28:04,065 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-81ef9aa7-c3e8-4ce1-858e-308141380d07 2018-08-15 17:28:04,066 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-15 17:28:04,067 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/routers/a03aa864-444e-45cd-8da2-3b9f0fcb75b4.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3b82f1c30fa41bdebc54baa65e58da84d011226b" 2018-08-15 17:28:05,523 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-fed79ea0-f508-4ec1-914b-097eee1ffd99 Content-Length: 0 Date: Wed, 15 Aug 2018 17:28:05 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-15 17:28:05,523 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/a03aa864-444e-45cd-8da2-3b9f0fcb75b4.json used request id req-fed79ea0-f508-4ec1-914b-097eee1ffd99 2018-08-15 17:28:05,523 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.45654010773s 2018-08-15 17:28:05,523 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/a03aa864-444e-45cd-8da2-3b9f0fcb75b4.json used request id req-fed79ea0-f508-4ec1-914b-097eee1ffd99 2018-08-15 17:28:05,524 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-15 17:28:05,524 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3b82f1c30fa41bdebc54baa65e58da84d011226b" 2018-08-15 17:28:05,591 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1290 X-Openstack-Request-Id: req-45c9ab93-e9ed-448d-b640-9e370300fd66 Date: Wed, 15 Aug 2018 17:28:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"58973915-14d2-4879-b2df-a53f8359ee91","tenant_id":"a3688ea3a7924e1e8a441a00bd79aae5","created_at":"2018-08-15T17:27:54Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-15T17:27:54Z","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":"a3688ea3a7924e1e8a441a00bd79aae5","id":"3ca2763e-ef98-4358-b00d-fdd795009837","subnetpool_id":null,"name":"vmready1-subnet_b081e515-11c5-48ef-a2ff-2f433f4c6a01"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"fc8ca119-27ab-4070-99fa-a2993d11ee48","tenant_id":"d2c267e1fee9461ba5e64a915b9518f5","created_at":"2018-08-15T17:16:30Z","dns_nameservers":[],"updated_at":"2018-08-15T17:16:30Z","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":"d2c267e1fee9461ba5e64a915b9518f5","id":"3ef75223-733d-425d-bb3e-88e8a796bebc","subnetpool_id":null,"name":"external-subnet"}]} 2018-08-15 17:28:05,591 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-45c9ab93-e9ed-448d-b640-9e370300fd66 2018-08-15 17:28:05,591 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0674829483032s 2018-08-15 17:28:05,592 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-45c9ab93-e9ed-448d-b640-9e370300fd66 2018-08-15 17:28:05,593 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-15 17:28:05,594 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/subnets/3ca2763e-ef98-4358-b00d-fdd795009837.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3b82f1c30fa41bdebc54baa65e58da84d011226b" 2018-08-15 17:28:06,531 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-60694de5-c42d-4b25-a931-1eca3a494bd6 Date: Wed, 15 Aug 2018 17:28:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-15 17:28:06,531 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/3ca2763e-ef98-4358-b00d-fdd795009837.json used request id req-60694de5-c42d-4b25-a931-1eca3a494bd6 2018-08-15 17:28:06,531 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 0.93789601326s 2018-08-15 17:28:06,532 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/3ca2763e-ef98-4358-b00d-fdd795009837.json used request id req-60694de5-c42d-4b25-a931-1eca3a494bd6 2018-08-15 17:28:06,532 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-15 17:28:06,533 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3b82f1c30fa41bdebc54baa65e58da84d011226b" 2018-08-15 17:28:06,612 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1352 X-Openstack-Request-Id: req-15b2eace-4f78-4aa5-81f5-e49293fb7fcf Date: Wed, 15 Aug 2018 17:28:06 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"58973915-14d2-4879-b2df-a53f8359ee91","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a3688ea3a7924e1e8a441a00bd79aae5","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-15T17:28:06Z","provider:segmentation_id":67,"name":"vmready1-net_b081e515-11c5-48ef-a2ff-2f433f4c6a01","admin_state_up":true,"tenant_id":"a3688ea3a7924e1e8a441a00bd79aae5","created_at":"2018-08-15T17:27:54Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"fc8ca119-27ab-4070-99fa-a2993d11ee48","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d2c267e1fee9461ba5e64a915b9518f5","status":"ACTIVE","subnets":["3ef75223-733d-425d-bb3e-88e8a796bebc"],"description":"","tags":[],"updated_at":"2018-08-15T17:16:30Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"d2c267e1fee9461ba5e64a915b9518f5","created_at":"2018-08-15T17:16:26Z","provider:network_type":"flat"}]} 2018-08-15 17:28:06,612 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-15b2eace-4f78-4aa5-81f5-e49293fb7fcf 2018-08-15 17:28:06,612 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0795061588287s 2018-08-15 17:28:06,612 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-15b2eace-4f78-4aa5-81f5-e49293fb7fcf 2018-08-15 17:28:06,613 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-15 17:28:06,614 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/networks/58973915-14d2-4879-b2df-a53f8359ee91.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3b82f1c30fa41bdebc54baa65e58da84d011226b" 2018-08-15 17:28:07,878 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-833b1c3e-c3ef-4bdc-a91a-14dc4b50685c Date: Wed, 15 Aug 2018 17:28:07 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-15 17:28:07,878 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/58973915-14d2-4879-b2df-a53f8359ee91.json used request id req-833b1c3e-c3ef-4bdc-a91a-14dc4b50685c 2018-08-15 17:28:07,878 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.2651450634s 2018-08-15 17:28:07,879 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/58973915-14d2-4879-b2df-a53f8359ee91.json used request id req-833b1c3e-c3ef-4bdc-a91a-14dc4b50685c 2018-08-15 17:28:07,883 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-15 17:28:07,887 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3b82f1c30fa41bdebc54baa65e58da84d011226b" 2018-08-15 17:28:07,940 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1393 Content-Type: application/json X-Openstack-Request-Id: req-cee2e1e5-fa3b-4d16-9639-ba75e3f393ac Date: Wed, 15 Aug 2018 17:28:07 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-15T17:28:01Z", "file": "/v2/images/5a9c4abd-50af-40aa-9cba-75ee9d675f9e/file", "owner": "a3688ea3a7924e1e8a441a00bd79aae5", "id": "5a9c4abd-50af-40aa-9cba-75ee9d675f9e", "size": 12716032, "self": "/v2/images/5a9c4abd-50af-40aa-9cba-75ee9d675f9e", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/5a9c4abd-50af-40aa-9cba-75ee9d675f9e/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/5a9c4abd-50af-40aa-9cba-75ee9d675f9e/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vmready1-img_b081e515-11c5-48ef-a2ff-2f433f4c6a01", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready1-img_b081e515-11c5-48ef-a2ff-2f433f4c6a01", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-15T17:27:58Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-15 17:28:07,940 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-cee2e1e5-fa3b-4d16-9639-ba75e3f393ac 2018-08-15 17:28:07,940 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.05739402771s 2018-08-15 17:28:07,941 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-cee2e1e5-fa3b-4d16-9639-ba75e3f393ac 2018-08-15 17:28:07,942 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-15 17:28:07,946 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9292/v2/images/5a9c4abd-50af-40aa-9cba-75ee9d675f9e -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3b82f1c30fa41bdebc54baa65e58da84d011226b" 2018-08-15 17:28:08,252 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-c09bfa6d-9566-47b9-804c-dab566f3bf4a Date: Wed, 15 Aug 2018 17:28: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-15 17:28:08,252 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/5a9c4abd-50af-40aa-9cba-75ee9d675f9e used request id req-c09bfa6d-9566-47b9-804c-dab566f3bf4a 2018-08-15 17:28:08,252 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.310050964355s 2018-08-15 17:28:08,253 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/5a9c4abd-50af-40aa-9cba-75ee9d675f9e used request id req-c09bfa6d-9566-47b9-804c-dab566f3bf4a 2018-08-15 17:28:08,253 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-15 17:28:08,257 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3b82f1c30fa41bdebc54baa65e58da84d011226b" 2018-08-15 17:28:08,288 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:28:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f2849619-d354-4392-8a2b-1c1d027957b6 x-compute-request-id: req-f2849619-d354-4392-8a2b-1c1d027957b6 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vmready1-flavor_b081e515-11c5-48ef-a2ff-2f433f4c6a01", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/b2b75a33-6aed-4c35-8f08-fb9321e880d6", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/b2b75a33-6aed-4c35-8f08-fb9321e880d6", "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": "b2b75a33-6aed-4c35-8f08-fb9321e880d6"}]} 2018-08-15 17:28:08,288 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-f2849619-d354-4392-8a2b-1c1d027957b6 2018-08-15 17:28:08,289 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0350089073181s 2018-08-15 17:28:08,289 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-f2849619-d354-4392-8a2b-1c1d027957b6 2018-08-15 17:28:08,291 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-15 17:28:08,293 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/flavors/b2b75a33-6aed-4c35-8f08-fb9321e880d6 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3b82f1c30fa41bdebc54baa65e58da84d011226b" 2018-08-15 17:28:08,335 - keystoneauth.session - DEBUG - RESP: [202] Date: Wed, 15 Aug 2018 17:28:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d51029a5-0ddc-48d2-a542-527d9c4025be x-compute-request-id: req-d51029a5-0ddc-48d2-a542-527d9c4025be Content-Length: 0 Content-Type: application/json 2018-08-15 17:28:08,336 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/b2b75a33-6aed-4c35-8f08-fb9321e880d6 used request id req-d51029a5-0ddc-48d2-a542-527d9c4025be 2018-08-15 17:28:08,336 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0449118614197s 2018-08-15 17:28:08,336 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/b2b75a33-6aed-4c35-8f08-fb9321e880d6 used request id req-d51029a5-0ddc-48d2-a542-527d9c4025be 2018-08-15 17:28:08,393 - xtesting.ci.run_tests - INFO - Loading test case 'vmready2'... 2018-08-15 17:28:08,444 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-15 17:28:08,444 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-15 17:28:08,444 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-15 17:28:08,444 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-15 17:28:08,444 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-15 17:28:08,444 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-15 17:28:08,444 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-15 17:28:08,445 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-15 17:28:08,445 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-15 17:28:08,445 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-15 17:28:08,445 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-15 17:28:08,445 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-15 17:28:08,445 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-15 17:28:08,445 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-15 17:28:08,445 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-15 17:28:08,445 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-15 17:28:08,445 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-15 17:28:08,446 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-15 17:28:08,446 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-15 17:28:08,446 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-15 17:28:08,446 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-15 17:28:08,446 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-15 17:28:08,448 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-15 17:28:08,453 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:28:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-66787e6f-f477-4b27-a85b-d0e5c31dc66f Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-08-15 17:28:08,453 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-66787e6f-f477-4b27-a85b-d0e5c31dc66f 2018-08-15 17:28:08,454 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-08-15 17:28:08,859 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "16212b6aa60a4fd1b8194c834bae86bf", "name": "member"}, {"id": "eeb4436830d24515952401292b7cfc55", "name": "reader"}, {"id": "382a39dc50214187b99e809cf7222e3c", "name": "admin"}], "expires_at": "2018-08-15T18:28:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3688ea3a7924e1e8a441a00bd79aae5", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.37:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "54e3c320cc3142e9824c171afe58d5c6"}, {"url": "http://172.30.9.27:8080/v1/AUTH_a3688ea3a7924e1e8a441a00bd79aae5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d00250537b54114937846660f377ed1"}, {"url": "http://12.0.0.37:8080/v1/AUTH_a3688ea3a7924e1e8a441a00bd79aae5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c790cb26fd2345ae9bac8a014d10a446"}], "type": "object-store", "id": "17183633b8774ff6a53da32b47c89b3c", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94631698a9884eb1bf4cb245c6f37b80"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c23f2a003e874719a2f1c41f92405a45"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e97257b46cb8440080352cd841246c5d"}], "type": "cloudformation", "id": "2dec96c2934d43bdbe2e431ef0b53392", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "287c0315393e4b22a228912ca3b004cc"}, {"url": "http://192.30.9.3:8776/v3/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62769da517ac4f44b88a6118413b8c30"}, {"url": "http://192.30.9.3:8776/v3/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c0b30400cd648249ab0a6a17cf1ebc1"}], "type": "volumev3", "id": "363b885c3f174fbfb4f17da9d41f332d", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d6cb188f65e4f77bab04c3d99f9469f"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70f7ced028794432bef835264c84489c"}, {"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77dd5cfb1dac4b31b21d705ba420c355"}], "type": "network", "id": "51b7a44223114d149d5300ae5b6d97ae", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19071864a1b848cc93bca3b1e1955c3f"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bc0345e40a36459fbc009797a6517deb"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5c7966f4757438480f39866a31a0265"}], "type": "image", "id": "5540e06daad441aa911fd4cb4d76f8d3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "68ad1d76386d437089226a0562004a39", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "03f40cbac74c4aafb48b4dd360509f6a"}, {"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18ed3fa9a0894200abaf76b71abfd912"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3d96a0aa5c344cb8ba659332ed497e85"}], "type": "identity", "id": "8096ce39bbf24c1683621ee563324790", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f60ea793ee64fc9a3d9a2d2ad889bd0"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7c9770175fc45379f2c2d142062b2c3"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e944b22c50da41179f2e29ce558807c1"}], "type": "compute", "id": "b3040d5c7e224dbca86f421bddd758e1", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5aad7caa3e6f4a35b9abdf5d46190371"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8b8b8bcfb3b40e5be77e13a4d2dda19"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d33016e2f5be49c28efb9905db488d41"}], "type": "placement", "id": "bb3127ed06e54fda901ea2348ddb72da", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "576142509dfd46c591c5e83bed8ffcc7"}, {"url": "http://192.30.9.3:8776/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cabe2973ef9144da9850a630dd2aedd5"}, {"url": "http://172.30.9.27:8776/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eb71f3f602d443c9a8605a7ff2e8aa8e"}], "type": "volume", "id": "becfeedd42e344c085611f3c7c465a3f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.3:8004/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "156b8e560e534c82a1d320da86608a19"}, {"url": "http://192.30.9.3:8004/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59154cecf6a54eb08ecc63bf95dca042"}, {"url": "http://172.30.9.27:8004/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f3aa5c8697e449f99c2cfbe2a371cab7"}], "type": "orchestration", "id": "c4334130b6d54a75804fe3f11a3b9e3e", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "39db2ebb65ae42659440fd9845949a6c"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ad23d2a65e74e3c87b1488af1f9f9ac"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d07664cbebb49149819cf7a6b20edb4"}], "type": "alarming", "id": "d878aa5c6b584d53a039f6a680fb6e8b", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e2bb44b06c0412ab74e54984b5b26b5"}, {"url": "http://192.30.9.3:8776/v2/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86bcb5a76e6c464bb4d42c969584d6f2"}, {"url": "http://172.30.9.27:8776/v2/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a391eed816af4966b335005bfe580d70"}], "type": "volumev2", "id": "e16298e148f54e96a50a134ca797deff", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b54cb5b666f74b91b0244b5332fdb3e5"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcc892608bd341e084be203695f810d1"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e980066294c34eb6866e6c4735e84a62"}], "type": "metric", "id": "f3a07a22777a4405b7eaf44da2e73e19", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.27:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1f66095afa4b74b4f26d432f5bfa55"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8dd5f30cc334148a7ed9d5ab68eee9b"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bfe7dd54acd947899871700a40dd0244"}], "type": "event", "id": "f6e223543cae4d9bad10258b0a294f12", "name": "panko"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "9482390a0722494f8852b9f0e2b9de56"}, "audit_ids": ["tBz4M-2qR2eolLiZRPV-kA"], "issued_at": "2018-08-15T17:28:08.000000Z"}} 2018-08-15 17:28:08,863 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-15 17:28:08,863 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76a6623e57fb4bf263a2ac99796a2daf9abd5712" 2018-08-15 17:28:09,873 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-8a0bddbd-cfbb-4bae-9a2a-bec3390b72ef Date: Wed, 15 Aug 2018 17:28:09 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"fc8ca119-27ab-4070-99fa-a2993d11ee48","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d2c267e1fee9461ba5e64a915b9518f5","status":"ACTIVE","subnets":["3ef75223-733d-425d-bb3e-88e8a796bebc"],"description":"","tags":[],"updated_at":"2018-08-15T17:16:30Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"d2c267e1fee9461ba5e64a915b9518f5","created_at":"2018-08-15T17:16:26Z","provider:network_type":"flat"}]} 2018-08-15 17:28:09,873 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json?router%3Aexternal=True used request id req-8a0bddbd-cfbb-4bae-9a2a-bec3390b72ef 2018-08-15 17:28:09,873 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.01051902771s 2018-08-15 17:28:09,874 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json?router%3Aexternal=True used request id req-8a0bddbd-cfbb-4bae-9a2a-bec3390b72ef 2018-08-15 17:28:09,877 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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-15 17:28:09,883 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 15 Aug 2018 17:28:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b080ec15-d94e-4941-8d35-57aea54f257a 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.27:5000/v3/", "rel": "self"}]}]}} 2018-08-15 17:28:09,883 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/ used request id req-b080ec15-d94e-4941-8d35-57aea54f257a 2018-08-15 17:28:09,884 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-15 17:28:09,887 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}76a6623e57fb4bf263a2ac99796a2daf9abd5712" 2018-08-15 17:28:10,052 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:28:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5f36c215-4d85-4fc3-97cb-23fc576b75cd Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}, {"description": "", "links": {"self": "http://172.30.9.27:5000/v3/domains/e4bd2a4e6bb349a78f956295c49df949"}, "tags": [], "enabled": true, "id": "e4bd2a4e6bb349a78f956295c49df949", "name": "heat_stack"}], "links": {"self": "http://172.30.9.27:5000/v3/domains", "previous": null, "next": null}} 2018-08-15 17:28:10,052 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains used request id req-5f36c215-4d85-4fc3-97cb-23fc576b75cd 2018-08-15 17:28:10,052 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.167994022369s 2018-08-15 17:28:10,053 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains used request id req-5f36c215-4d85-4fc3-97cb-23fc576b75cd 2018-08-15 17:28:10,060 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-15 17:28:10,063 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}76a6623e57fb4bf263a2ac99796a2daf9abd5712" -d '{"project": {"description": "Created by OPNFV Functest: vmready2", "enabled": true, "domain_id": "default", "name": "vmready2-project_dec40275-3ea4-4397-a154-8810e7795fe9"}}' 2018-08-15 17:28:10,317 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 15 Aug 2018 17:28:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a47883f7-eee6-4bad-90d3-9fd8640ed1fa 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.27:5000/v3/projects/d430bf63913c4781a978078ee32a4df2"}, "tags": [], "enabled": true, "id": "d430bf63913c4781a978078ee32a4df2", "parent_id": "default", "domain_id": "default", "name": "vmready2-project_dec40275-3ea4-4397-a154-8810e7795fe9"}} 2018-08-15 17:28:10,318 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-a47883f7-eee6-4bad-90d3-9fd8640ed1fa 2018-08-15 17:28:10,318 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.257467985153s 2018-08-15 17:28:10,318 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-a47883f7-eee6-4bad-90d3-9fd8640ed1fa 2018-08-15 17:28:10,319 - 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'd430bf63913c4781a978078ee32a4df2', '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_dec40275-3ea4-4397-a154-8810e7795fe9'}) 2018-08-15 17:28:10,326 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-15 17:28:10,330 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}76a6623e57fb4bf263a2ac99796a2daf9abd5712" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "9c7f76c6-d9a7-4add-8f02-e8bdeb4c4b16", "email": null, "name": "vmready2-user_dec40275-3ea4-4397-a154-8810e7795fe9"}}' 2018-08-15 17:28:10,726 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 15 Aug 2018 17:28:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8deb20e3-f17d-4420-bba0-23c7982017f9 Content-Length: 323 Content-Type: application/json RESP BODY: {"user": {"name": "vmready2-user_dec40275-3ea4-4397-a154-8810e7795fe9", "links": {"self": "http://172.30.9.27:5000/v3/users/416109bb95224b0f9ed99ac1a2c29c15"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "416109bb95224b0f9ed99ac1a2c29c15", "domain_id": "default", "password_expires_at": null}} 2018-08-15 17:28:10,727 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/users used request id req-8deb20e3-f17d-4420-bba0-23c7982017f9 2018-08-15 17:28:10,727 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.40105009079s 2018-08-15 17:28:10,727 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/users used request id req-8deb20e3-f17d-4420-bba0-23c7982017f9 2018-08-15 17:28:10,728 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'416109bb95224b0f9ed99ac1a2c29c15', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vmready2-user_dec40275-3ea4-4397-a154-8810e7795fe9'}) 2018-08-15 17:28:10,732 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-15 17:28:10,735 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}76a6623e57fb4bf263a2ac99796a2daf9abd5712" 2018-08-15 17:28:10,924 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:28:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0dfe5f9d-cd3e-444a-bec3-207a52a7f897 Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "021fd4a1fb8b483eb2264cbf5b321379", "links": {"self": "http://172.30.9.27:5000/v3/roles/021fd4a1fb8b483eb2264cbf5b321379"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "16212b6aa60a4fd1b8194c834bae86bf", "links": {"self": "http://172.30.9.27:5000/v3/roles/16212b6aa60a4fd1b8194c834bae86bf"}, "name": "member"}, {"domain_id": null, "id": "1c1e1015ce2644848f1430e3bb28531b", "links": {"self": "http://172.30.9.27:5000/v3/roles/1c1e1015ce2644848f1430e3bb28531b"}, "name": "swiftoperator"}, {"domain_id": null, "id": "382a39dc50214187b99e809cf7222e3c", "links": {"self": "http://172.30.9.27:5000/v3/roles/382a39dc50214187b99e809cf7222e3c"}, "name": "admin"}, {"domain_id": null, "id": "9aed22da25b945dda36dee6e40a0785d", "links": {"self": "http://172.30.9.27:5000/v3/roles/9aed22da25b945dda36dee6e40a0785d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "eeb4436830d24515952401292b7cfc55", "links": {"self": "http://172.30.9.27:5000/v3/roles/eeb4436830d24515952401292b7cfc55"}, "name": "reader"}]} 2018-08-15 17:28:10,924 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-0dfe5f9d-cd3e-444a-bec3-207a52a7f897 2018-08-15 17:28:10,925 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.192883968353s 2018-08-15 17:28:10,925 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-0dfe5f9d-cd3e-444a-bec3-207a52a7f897 2018-08-15 17:28:10,929 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-15 17:28:10,931 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}76a6623e57fb4bf263a2ac99796a2daf9abd5712" 2018-08-15 17:28:11,031 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:28:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-13734cb8-267b-4d47-8816-ea0d4862a420 Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "021fd4a1fb8b483eb2264cbf5b321379", "links": {"self": "http://172.30.9.27:5000/v3/roles/021fd4a1fb8b483eb2264cbf5b321379"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "16212b6aa60a4fd1b8194c834bae86bf", "links": {"self": "http://172.30.9.27:5000/v3/roles/16212b6aa60a4fd1b8194c834bae86bf"}, "name": "member"}, {"domain_id": null, "id": "1c1e1015ce2644848f1430e3bb28531b", "links": {"self": "http://172.30.9.27:5000/v3/roles/1c1e1015ce2644848f1430e3bb28531b"}, "name": "swiftoperator"}, {"domain_id": null, "id": "382a39dc50214187b99e809cf7222e3c", "links": {"self": "http://172.30.9.27:5000/v3/roles/382a39dc50214187b99e809cf7222e3c"}, "name": "admin"}, {"domain_id": null, "id": "9aed22da25b945dda36dee6e40a0785d", "links": {"self": "http://172.30.9.27:5000/v3/roles/9aed22da25b945dda36dee6e40a0785d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "eeb4436830d24515952401292b7cfc55", "links": {"self": "http://172.30.9.27:5000/v3/roles/eeb4436830d24515952401292b7cfc55"}, "name": "reader"}]} 2018-08-15 17:28:11,031 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-13734cb8-267b-4d47-8816-ea0d4862a420 2018-08-15 17:28:11,031 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.102281093597s 2018-08-15 17:28:11,031 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-13734cb8-267b-4d47-8816-ea0d4862a420 2018-08-15 17:28:11,035 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-15 17:28:11,037 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}76a6623e57fb4bf263a2ac99796a2daf9abd5712" 2018-08-15 17:28:11,223 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:28:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ba33c8f0-43bb-49a9-ba9d-c7cef03c7f37 Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "021fd4a1fb8b483eb2264cbf5b321379", "links": {"self": "http://172.30.9.27:5000/v3/roles/021fd4a1fb8b483eb2264cbf5b321379"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "16212b6aa60a4fd1b8194c834bae86bf", "links": {"self": "http://172.30.9.27:5000/v3/roles/16212b6aa60a4fd1b8194c834bae86bf"}, "name": "member"}, {"domain_id": null, "id": "1c1e1015ce2644848f1430e3bb28531b", "links": {"self": "http://172.30.9.27:5000/v3/roles/1c1e1015ce2644848f1430e3bb28531b"}, "name": "swiftoperator"}, {"domain_id": null, "id": "382a39dc50214187b99e809cf7222e3c", "links": {"self": "http://172.30.9.27:5000/v3/roles/382a39dc50214187b99e809cf7222e3c"}, "name": "admin"}, {"domain_id": null, "id": "9aed22da25b945dda36dee6e40a0785d", "links": {"self": "http://172.30.9.27:5000/v3/roles/9aed22da25b945dda36dee6e40a0785d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "eeb4436830d24515952401292b7cfc55", "links": {"self": "http://172.30.9.27:5000/v3/roles/eeb4436830d24515952401292b7cfc55"}, "name": "reader"}]} 2018-08-15 17:28:11,223 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-ba33c8f0-43bb-49a9-ba9d-c7cef03c7f37 2018-08-15 17:28:11,224 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.188267946243s 2018-08-15 17:28:11,224 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-ba33c8f0-43bb-49a9-ba9d-c7cef03c7f37 2018-08-15 17:28:11,229 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-15 17:28:11,233 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}76a6623e57fb4bf263a2ac99796a2daf9abd5712" 2018-08-15 17:28:11,425 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:28:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b3b671e2-e890-407b-810f-1d2bbae5b9ef Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-15 17:28:11,425 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-b3b671e2-e890-407b-810f-1d2bbae5b9ef 2018-08-15 17:28:11,426 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.196589946747s 2018-08-15 17:28:11,426 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-b3b671e2-e890-407b-810f-1d2bbae5b9ef 2018-08-15 17:28:11,427 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-15 17:28:11,430 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}76a6623e57fb4bf263a2ac99796a2daf9abd5712" 2018-08-15 17:28:11,641 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:28:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e3433e58-fc00-4114-9764-a825ce6d9fd6 Content-Encoding: gzip Content-Length: 841 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/033f0039d025473a84de241284491a58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "033f0039d025473a84de241284491a58", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/2422d0f285314705b46615565d3917fe"}, "domain_id": "e4bd2a4e6bb349a78f956295c49df949", "enabled": true, "options": {}, "id": "2422d0f285314705b46615565d3917fe", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/2cc8b8ad456045c2a30e4360994a4487"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2cc8b8ad456045c2a30e4360994a4487", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/3c466aad8ead4318838e33dd234eb81d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3c466aad8ead4318838e33dd234eb81d", "email": "heat@localhost", "password_expires_at": null}, {"name": "vmready2-user_dec40275-3ea4-4397-a154-8810e7795fe9", "links": {"self": "http://172.30.9.27:5000/v3/users/416109bb95224b0f9ed99ac1a2c29c15"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "416109bb95224b0f9ed99ac1a2c29c15", "domain_id": "default", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/56e811cfd4b242068dd78826118576f4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "56e811cfd4b242068dd78826118576f4", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6fad7e5ef0254b2a9cdb215018bcab91"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6fad7e5ef0254b2a9cdb215018bcab91", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.27:5000/v3/users/7d91ea49860f4c2a8deabf649cf4ed37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d91ea49860f4c2a8deabf649cf4ed37", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/8f968cf4475249f6abf2422d6dd7425f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8f968cf4475249f6abf2422d6dd7425f", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/9482390a0722494f8852b9f0e2b9de56"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9482390a0722494f8852b9f0e2b9de56", "email": "admin@example.com", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.27:5000/v3/users/a36076122cea45c6b3e4aa67c4ca811d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a36076122cea45c6b3e4aa67c4ca811d", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/acda52409b024c95bc0facaa98dbc356"}, "domain_id": "default", "enabled": true, "options": {}, "id": "acda52409b024c95bc0facaa98dbc356", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/b193f8790ad94e46993d7eb01f623f51"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b193f8790ad94e46993d7eb01f623f51", "email": "cinder@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/dba024f1937f490cae2e437356a668d7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dba024f1937f490cae2e437356a668d7", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/e6d2649e935e4b8db8107d76bfb30c3a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e6d2649e935e4b8db8107d76bfb30c3a", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-08-15 17:28:11,641 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-e3433e58-fc00-4114-9764-a825ce6d9fd6 2018-08-15 17:28:11,641 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.214302062988s 2018-08-15 17:28:11,642 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-e3433e58-fc00-4114-9764-a825ce6d9fd6 2018-08-15 17:28:11,655 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-15 17:28:11,658 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76a6623e57fb4bf263a2ac99796a2daf9abd5712" 2018-08-15 17:28:11,829 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:28:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e2a7bdd6-c174-418f-a0a2-4cc401281bfb Content-Encoding: gzip Content-Length: 392 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/a3688ea3a7924e1e8a441a00bd79aae5"}, "tags": [], "enabled": true, "id": "a3688ea3a7924e1e8a441a00bd79aae5", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.27:5000/v3/projects/d2c267e1fee9461ba5e64a915b9518f5"}, "tags": [], "enabled": true, "id": "d2c267e1fee9461ba5e64a915b9518f5", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vmready2", "links": {"self": "http://172.30.9.27:5000/v3/projects/d430bf63913c4781a978078ee32a4df2"}, "tags": [], "enabled": true, "id": "d430bf63913c4781a978078ee32a4df2", "parent_id": "default", "domain_id": "default", "name": "vmready2-project_dec40275-3ea4-4397-a154-8810e7795fe9"}]} 2018-08-15 17:28:11,830 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-e2a7bdd6-c174-418f-a0a2-4cc401281bfb 2018-08-15 17:28:11,830 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.174515008926s 2018-08-15 17:28:11,830 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-e2a7bdd6-c174-418f-a0a2-4cc401281bfb 2018-08-15 17:28:11,839 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-15 17:28:11,842 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:5000/v3/role_assignments?user.id=416109bb95224b0f9ed99ac1a2c29c15&role.id=16212b6aa60a4fd1b8194c834bae86bf&scope.project.id=d430bf63913c4781a978078ee32a4df2" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76a6623e57fb4bf263a2ac99796a2daf9abd5712" 2018-08-15 17:28:11,979 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:28:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2a3536c7-3030-472a-96b8-e42f42a00a76 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.27:5000/v3/role_assignments?user.id=416109bb95224b0f9ed99ac1a2c29c15&role.id=16212b6aa60a4fd1b8194c834bae86bf&scope.project.id=d430bf63913c4781a978078ee32a4df2", "previous": null, "next": null}} 2018-08-15 17:28:11,979 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=416109bb95224b0f9ed99ac1a2c29c15&role.id=16212b6aa60a4fd1b8194c834bae86bf&scope.project.id=d430bf63913c4781a978078ee32a4df2 used request id req-2a3536c7-3030-472a-96b8-e42f42a00a76 2018-08-15 17:28:11,979 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.139451026917s 2018-08-15 17:28:11,979 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=416109bb95224b0f9ed99ac1a2c29c15&role.id=16212b6aa60a4fd1b8194c834bae86bf&scope.project.id=d430bf63913c4781a978078ee32a4df2 used request id req-2a3536c7-3030-472a-96b8-e42f42a00a76 2018-08-15 17:28:11,982 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-15 17:28:11,985 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:5000/v3/projects/d430bf63913c4781a978078ee32a4df2/users/416109bb95224b0f9ed99ac1a2c29c15/roles/16212b6aa60a4fd1b8194c834bae86bf -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76a6623e57fb4bf263a2ac99796a2daf9abd5712" 2018-08-15 17:28:12,234 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 15 Aug 2018 17:28:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bf9ad003-20c1-4426-a48f-b4b969af6924 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-15 17:28:12,234 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/d430bf63913c4781a978078ee32a4df2/users/416109bb95224b0f9ed99ac1a2c29c15/roles/16212b6aa60a4fd1b8194c834bae86bf used request id req-bf9ad003-20c1-4426-a48f-b4b969af6924 2018-08-15 17:28:12,235 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.251929044724s 2018-08-15 17:28:12,235 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/d430bf63913c4781a978078ee32a4df2/users/416109bb95224b0f9ed99ac1a2c29c15/roles/16212b6aa60a4fd1b8194c834bae86bf used request id req-bf9ad003-20c1-4426-a48f-b4b969af6924 2018-08-15 17:28:12,236 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vmready2-project_dec40275-3ea4-4397-a154-8810e7795fe9', 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'd430bf63913c4781a978078ee32a4df2', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '9c7f76c6-d9a7-4add-8f02-e8bdeb4c4b16', 'username': u'vmready2-user_dec40275-3ea4-4397-a154-8810e7795fe9', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.27:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-08-15 17:28:12,237 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-15 17:28:12,237 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-15 17:28:12,237 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-15 17:28:12,237 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-15 17:28:12,237 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-15 17:28:12,238 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-15 17:28:12,238 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-15 17:28:12,238 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-15 17:28:12,238 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-15 17:28:12,238 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-15 17:28:12,238 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-15 17:28:12,238 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-15 17:28:12,239 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-15 17:28:12,239 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-15 17:28:12,239 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-15 17:28:12,239 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-15 17:28:12,239 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-15 17:28:12,239 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-15 17:28:12,239 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-15 17:28:12,239 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-15 17:28:12,239 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-15 17:28:12,240 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-15 17:28:12,241 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vmready2-user_dec40275-3ea4-4397-a154-8810e7795fe9', 'password': '9c7f76c6-d9a7-4add-8f02-e8bdeb4c4b16', 'project_name': 'vmready2-project_dec40275-3ea4-4397-a154-8810e7795fe9', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.27:5000/v3', 'project_id': 'd430bf63913c4781a978078ee32a4df2', 'project_domain_name': 'Default'} 2018-08-15 17:28:12,242 - xtesting.ci.run_tests - INFO - Running test case 'vmready2'... 2018-08-15 17:28:12,243 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-15 17:28:12,249 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:28:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-14ca9d18-a6c5-4f70-9ab4-d97eb4c9eeba Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-08-15 17:28:12,249 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-14ca9d18-a6c5-4f70-9ab4-d97eb4c9eeba 2018-08-15 17:28:12,250 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-08-15 17:28:12,639 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "16212b6aa60a4fd1b8194c834bae86bf", "name": "member"}, {"id": "eeb4436830d24515952401292b7cfc55", "name": "reader"}], "expires_at": "2018-08-15T18:28:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d430bf63913c4781a978078ee32a4df2", "name": "vmready2-project_dec40275-3ea4-4397-a154-8810e7795fe9"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.37:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "54e3c320cc3142e9824c171afe58d5c6"}, {"url": "http://172.30.9.27:8080/v1/AUTH_d430bf63913c4781a978078ee32a4df2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d00250537b54114937846660f377ed1"}, {"url": "http://12.0.0.37:8080/v1/AUTH_d430bf63913c4781a978078ee32a4df2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c790cb26fd2345ae9bac8a014d10a446"}], "type": "object-store", "id": "17183633b8774ff6a53da32b47c89b3c", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94631698a9884eb1bf4cb245c6f37b80"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c23f2a003e874719a2f1c41f92405a45"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e97257b46cb8440080352cd841246c5d"}], "type": "cloudformation", "id": "2dec96c2934d43bdbe2e431ef0b53392", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/d430bf63913c4781a978078ee32a4df2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "287c0315393e4b22a228912ca3b004cc"}, {"url": "http://192.30.9.3:8776/v3/d430bf63913c4781a978078ee32a4df2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62769da517ac4f44b88a6118413b8c30"}, {"url": "http://192.30.9.3:8776/v3/d430bf63913c4781a978078ee32a4df2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c0b30400cd648249ab0a6a17cf1ebc1"}], "type": "volumev3", "id": "363b885c3f174fbfb4f17da9d41f332d", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d6cb188f65e4f77bab04c3d99f9469f"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70f7ced028794432bef835264c84489c"}, {"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77dd5cfb1dac4b31b21d705ba420c355"}], "type": "network", "id": "51b7a44223114d149d5300ae5b6d97ae", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19071864a1b848cc93bca3b1e1955c3f"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bc0345e40a36459fbc009797a6517deb"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5c7966f4757438480f39866a31a0265"}], "type": "image", "id": "5540e06daad441aa911fd4cb4d76f8d3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "68ad1d76386d437089226a0562004a39", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "03f40cbac74c4aafb48b4dd360509f6a"}, {"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18ed3fa9a0894200abaf76b71abfd912"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3d96a0aa5c344cb8ba659332ed497e85"}], "type": "identity", "id": "8096ce39bbf24c1683621ee563324790", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f60ea793ee64fc9a3d9a2d2ad889bd0"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7c9770175fc45379f2c2d142062b2c3"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e944b22c50da41179f2e29ce558807c1"}], "type": "compute", "id": "b3040d5c7e224dbca86f421bddd758e1", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5aad7caa3e6f4a35b9abdf5d46190371"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8b8b8bcfb3b40e5be77e13a4d2dda19"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d33016e2f5be49c28efb9905db488d41"}], "type": "placement", "id": "bb3127ed06e54fda901ea2348ddb72da", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/d430bf63913c4781a978078ee32a4df2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "576142509dfd46c591c5e83bed8ffcc7"}, {"url": "http://192.30.9.3:8776/v1/d430bf63913c4781a978078ee32a4df2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cabe2973ef9144da9850a630dd2aedd5"}, {"url": "http://172.30.9.27:8776/v1/d430bf63913c4781a978078ee32a4df2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eb71f3f602d443c9a8605a7ff2e8aa8e"}], "type": "volume", "id": "becfeedd42e344c085611f3c7c465a3f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.3:8004/v1/d430bf63913c4781a978078ee32a4df2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "156b8e560e534c82a1d320da86608a19"}, {"url": "http://192.30.9.3:8004/v1/d430bf63913c4781a978078ee32a4df2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59154cecf6a54eb08ecc63bf95dca042"}, {"url": "http://172.30.9.27:8004/v1/d430bf63913c4781a978078ee32a4df2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f3aa5c8697e449f99c2cfbe2a371cab7"}], "type": "orchestration", "id": "c4334130b6d54a75804fe3f11a3b9e3e", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "39db2ebb65ae42659440fd9845949a6c"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ad23d2a65e74e3c87b1488af1f9f9ac"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d07664cbebb49149819cf7a6b20edb4"}], "type": "alarming", "id": "d878aa5c6b584d53a039f6a680fb6e8b", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/d430bf63913c4781a978078ee32a4df2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e2bb44b06c0412ab74e54984b5b26b5"}, {"url": "http://192.30.9.3:8776/v2/d430bf63913c4781a978078ee32a4df2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86bcb5a76e6c464bb4d42c969584d6f2"}, {"url": "http://172.30.9.27:8776/v2/d430bf63913c4781a978078ee32a4df2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a391eed816af4966b335005bfe580d70"}], "type": "volumev2", "id": "e16298e148f54e96a50a134ca797deff", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b54cb5b666f74b91b0244b5332fdb3e5"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcc892608bd341e084be203695f810d1"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e980066294c34eb6866e6c4735e84a62"}], "type": "metric", "id": "f3a07a22777a4405b7eaf44da2e73e19", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.27:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1f66095afa4b74b4f26d432f5bfa55"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8dd5f30cc334148a7ed9d5ab68eee9b"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bfe7dd54acd947899871700a40dd0244"}], "type": "event", "id": "f6e223543cae4d9bad10258b0a294f12", "name": "panko"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vmready2-user_dec40275-3ea4-4397-a154-8810e7795fe9", "id": "416109bb95224b0f9ed99ac1a2c29c15"}, "audit_ids": ["shkhYkHORk6GslBZ4y9sCw"], "issued_at": "2018-08-15T17:28:12.000000Z"}} 2018-08-15 17:28:12,642 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-15 17:28:12,643 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f1eb1d0d3de87887a3761f9edc9e9c6b61a4dd73" -d '{"network": {"name": "vmready2-net_dec40275-3ea4-4397-a154-8810e7795fe9", "admin_state_up": true}}' 2018-08-15 17:28:13,299 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 586 X-Openstack-Request-Id: req-691a6cc9-8f5b-4cba-81ae-ba90f4a13dc4 Date: Wed, 15 Aug 2018 17:28:13 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"d430bf63913c4781a978078ee32a4df2","created_at":"2018-08-15T17:28:13Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-15T17:28:13Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"d430bf63913c4781a978078ee32a4df2","id":"b4f75f75-85d2-4db2-a461-8af39a13cc79","name":"vmready2-net_dec40275-3ea4-4397-a154-8810e7795fe9"}} 2018-08-15 17:28:13,300 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-691a6cc9-8f5b-4cba-81ae-ba90f4a13dc4 2018-08-15 17:28:13,300 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.657507896423s 2018-08-15 17:28:13,300 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-691a6cc9-8f5b-4cba-81ae-ba90f4a13dc4 2018-08-15 17:28:13,301 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-15T17:28:13Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'b4f75f75-85d2-4db2-a461-8af39a13cc79', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vmready2-net_dec40275-3ea4-4397-a154-8810e7795fe9', u'admin_state_up': True, u'tenant_id': u'd430bf63913c4781a978078ee32a4df2', u'created_at': u'2018-08-15T17:28:13Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'd430bf63913c4781a978078ee32a4df2'}) 2018-08-15 17:28:13,301 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-15 17:28:13,302 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f1eb1d0d3de87887a3761f9edc9e9c6b61a4dd73" 2018-08-15 17:28:13,629 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1147 X-Openstack-Request-Id: req-4f6caa2f-b708-4d28-b87c-96ed65b5c471 Date: Wed, 15 Aug 2018 17:28:13 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-15T17:28:13Z","tenant_id":"d430bf63913c4781a978078ee32a4df2","created_at":"2018-08-15T17:28:13Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"d430bf63913c4781a978078ee32a4df2","id":"b4f75f75-85d2-4db2-a461-8af39a13cc79","name":"vmready2-net_dec40275-3ea4-4397-a154-8810e7795fe9"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["3ef75223-733d-425d-bb3e-88e8a796bebc"],"updated_at":"2018-08-15T17:16:30Z","tenant_id":"d2c267e1fee9461ba5e64a915b9518f5","created_at":"2018-08-15T17:16:26Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"d2c267e1fee9461ba5e64a915b9518f5","id":"fc8ca119-27ab-4070-99fa-a2993d11ee48","name":"external"}]} 2018-08-15 17:28:13,629 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-4f6caa2f-b708-4d28-b87c-96ed65b5c471 2018-08-15 17:28:13,629 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.327783107758s 2018-08-15 17:28:13,629 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-4f6caa2f-b708-4d28-b87c-96ed65b5c471 2018-08-15 17:28:13,631 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-15 17:28:13,631 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f1eb1d0d3de87887a3761f9edc9e9c6b61a4dd73" -d '{"subnet": {"name": "vmready2-subnet_dec40275-3ea4-4397-a154-8810e7795fe9", "enable_dhcp": true, "network_id": "b4f75f75-85d2-4db2-a461-8af39a13cc79", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-15 17:28:14,186 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-4a86f45b-1d33-4521-b6bb-80b17cf95e7f Date: Wed, 15 Aug 2018 17:28:14 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b4f75f75-85d2-4db2-a461-8af39a13cc79","tenant_id":"d430bf63913c4781a978078ee32a4df2","created_at":"2018-08-15T17:28:13Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-15T17:28:13Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"d430bf63913c4781a978078ee32a4df2","id":"493aa11e-4481-40e5-b4b9-c1d75f5dab85","subnetpool_id":null,"name":"vmready2-subnet_dec40275-3ea4-4397-a154-8810e7795fe9"}} 2018-08-15 17:28:14,186 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-4a86f45b-1d33-4521-b6bb-80b17cf95e7f 2018-08-15 17:28:14,186 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.555402040482s 2018-08-15 17:28:14,187 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-4a86f45b-1d33-4521-b6bb-80b17cf95e7f 2018-08-15 17:28:14,187 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-15T17:28:13Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'493aa11e-4481-40e5-b4b9-c1d75f5dab85', u'subnetpool_id': None, u'service_types': [], u'name': u'vmready2-subnet_dec40275-3ea4-4397-a154-8810e7795fe9', u'enable_dhcp': True, u'network_id': u'b4f75f75-85d2-4db2-a461-8af39a13cc79', u'tenant_id': u'd430bf63913c4781a978078ee32a4df2', u'created_at': u'2018-08-15T17:28:13Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'd430bf63913c4781a978078ee32a4df2'}) 2018-08-15 17:28:14,188 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-15 17:28:14,188 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f1eb1d0d3de87887a3761f9edc9e9c6b61a4dd73" -d '{"router": {"external_gateway_info": {"network_id": "fc8ca119-27ab-4070-99fa-a2993d11ee48"}, "name": "vmready2-router_dec40275-3ea4-4397-a154-8810e7795fe9", "admin_state_up": true}}' 2018-08-15 17:28:15,368 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 619 X-Openstack-Request-Id: req-a475ea6b-3d3f-44a6-9a8d-e88bf7638a3f Date: Wed, 15 Aug 2018 17:28:15 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "fc8ca119-27ab-4070-99fa-a2993d11ee48", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "3ef75223-733d-425d-bb3e-88e8a796bebc", "ip_address": "172.30.9.214"}]}, "description": "", "tags": [], "tenant_id": "d430bf63913c4781a978078ee32a4df2", "created_at": "2018-08-15T17:28:14Z", "admin_state_up": true, "updated_at": "2018-08-15T17:28:15Z", "revision_number": 2, "routes": [], "project_id": "d430bf63913c4781a978078ee32a4df2", "id": "cd254d10-b945-4a41-8e7e-6d755c33d110", "name": "vmready2-router_dec40275-3ea4-4397-a154-8810e7795fe9"}} 2018-08-15 17:28:15,368 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-a475ea6b-3d3f-44a6-9a8d-e88bf7638a3f 2018-08-15 17:28:15,368 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.18059515953s 2018-08-15 17:28:15,369 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-a475ea6b-3d3f-44a6-9a8d-e88bf7638a3f 2018-08-15 17:28:15,369 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'fc8ca119-27ab-4070-99fa-a2993d11ee48', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'3ef75223-733d-425d-bb3e-88e8a796bebc', u'ip_address': u'172.30.9.214'}]}, u'description': u'', u'tags': [], u'tenant_id': u'd430bf63913c4781a978078ee32a4df2', u'created_at': u'2018-08-15T17:28:14Z', u'admin_state_up': True, u'updated_at': u'2018-08-15T17:28:15Z', u'revision_number': 2, u'routes': [], u'project_id': u'd430bf63913c4781a978078ee32a4df2', u'id': u'cd254d10-b945-4a41-8e7e-6d755c33d110', u'name': u'vmready2-router_dec40275-3ea4-4397-a154-8810e7795fe9'}) 2018-08-15 17:28:15,370 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-15 17:28:15,371 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/cd254d10-b945-4a41-8e7e-6d755c33d110/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}f1eb1d0d3de87887a3761f9edc9e9c6b61a4dd73" -d '{"subnet_id": "493aa11e-4481-40e5-b4b9-c1d75f5dab85"}' 2018-08-15 17:28:17,114 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-be2ab910-f68b-471e-aba1-dc302322e8a6 Date: Wed, 15 Aug 2018 17:28:17 GMT RESP BODY: {"network_id": "b4f75f75-85d2-4db2-a461-8af39a13cc79", "tenant_id": "d430bf63913c4781a978078ee32a4df2", "subnet_id": "493aa11e-4481-40e5-b4b9-c1d75f5dab85", "subnet_ids": ["493aa11e-4481-40e5-b4b9-c1d75f5dab85"], "port_id": "74238c86-12c2-49e1-b7ec-410fb77f8e5c", "id": "cd254d10-b945-4a41-8e7e-6d755c33d110"} 2018-08-15 17:28:17,115 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/cd254d10-b945-4a41-8e7e-6d755c33d110/add_router_interface.json used request id req-be2ab910-f68b-471e-aba1-dc302322e8a6 2018-08-15 17:28:17,115 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.7447412014s 2018-08-15 17:28:17,115 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/cd254d10-b945-4a41-8e7e-6d755c33d110/add_router_interface.json used request id req-be2ab910-f68b-471e-aba1-dc302322e8a6 returning object cd254d10-b945-4a41-8e7e-6d755c33d110 2018-08-15 17:28:17,115 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-15 17:28:17,260 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-15 17:28:17,262 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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-15 17:28:17,267 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Wed, 15 Aug 2018 17:28:17 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}]} 2018-08-15 17:28:17,272 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-15 17:28:17,276 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f1eb1d0d3de87887a3761f9edc9e9c6b61a4dd73" 2018-08-15 17:28:18,018 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-38241058-0ec1-4fef-82ce-52df8fa1b10d Date: Wed, 15 Aug 2018 17:28:18 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-15 17:28:18,019 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-38241058-0ec1-4fef-82ce-52df8fa1b10d 2018-08-15 17:28:18,019 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.746176958084s 2018-08-15 17:28:18,019 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-38241058-0ec1-4fef-82ce-52df8fa1b10d 2018-08-15 17:28:18,028 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-15 17:28:18,031 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f1eb1d0d3de87887a3761f9edc9e9c6b61a4dd73" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vmready2-img_dec40275-3ea4-4397-a154-8810e7795fe9", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vmready2-img_dec40275-3ea4-4397-a154-8810e7795fe9"}' 2018-08-15 17:28:18,406 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 933 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/a6731b64-a02b-4b06-8d23-fb2b16f8f495 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-1a9092e7-2544-40a2-ae6e-6e938c09895e Date: Wed, 15 Aug 2018 17:28:18 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-15T17:28:18Z", "file": "/v2/images/a6731b64-a02b-4b06-8d23-fb2b16f8f495/file", "owner": "d430bf63913c4781a978078ee32a4df2", "id": "a6731b64-a02b-4b06-8d23-fb2b16f8f495", "size": null, "self": "/v2/images/a6731b64-a02b-4b06-8d23-fb2b16f8f495", "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_dec40275-3ea4-4397-a154-8810e7795fe9", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready2-img_dec40275-3ea4-4397-a154-8810e7795fe9", "checksum": null, "created_at": "2018-08-15T17:28:18Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-15 17:28:18,406 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-1a9092e7-2544-40a2-ae6e-6e938c09895e 2018-08-15 17:28:18,406 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.378731012344s 2018-08-15 17:28:18,407 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-1a9092e7-2544-40a2-ae6e-6e938c09895e returning object a6731b64-a02b-4b06-8d23-fb2b16f8f495 2018-08-15 17:28:18,408 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-15 17:28:18,412 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9292/v2/images/a6731b64-a02b-4b06-8d23-fb2b16f8f495/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}f1eb1d0d3de87887a3761f9edc9e9c6b61a4dd73" -d '' 2018-08-15 17:28:18,827 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-4af27778-51de-4322-b473-54b35c53cb9a Date: Wed, 15 Aug 2018 17:28:18 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-15 17:28:18,828 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/a6731b64-a02b-4b06-8d23-fb2b16f8f495/file used request id req-4af27778-51de-4322-b473-54b35c53cb9a 2018-08-15 17:28:18,828 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.420016050339s 2018-08-15 17:28:18,828 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/a6731b64-a02b-4b06-8d23-fb2b16f8f495/file used request id req-4af27778-51de-4322-b473-54b35c53cb9a 2018-08-15 17:28:18,832 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-15 17:28:18,836 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f1eb1d0d3de87887a3761f9edc9e9c6b61a4dd73" 2018-08-15 17:28:18,872 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1393 Content-Type: application/json X-Openstack-Request-Id: req-38a09331-5db7-4d24-9214-392f3826afcb Date: Wed, 15 Aug 2018 17:28:18 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-15T17:28:18Z", "file": "/v2/images/a6731b64-a02b-4b06-8d23-fb2b16f8f495/file", "owner": "d430bf63913c4781a978078ee32a4df2", "id": "a6731b64-a02b-4b06-8d23-fb2b16f8f495", "size": 12716032, "self": "/v2/images/a6731b64-a02b-4b06-8d23-fb2b16f8f495", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/a6731b64-a02b-4b06-8d23-fb2b16f8f495/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/a6731b64-a02b-4b06-8d23-fb2b16f8f495/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vmready2-img_dec40275-3ea4-4397-a154-8810e7795fe9", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready2-img_dec40275-3ea4-4397-a154-8810e7795fe9", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-15T17:28:18Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-15 17:28:18,872 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-38a09331-5db7-4d24-9214-392f3826afcb 2018-08-15 17:28:18,872 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.039733171463s 2018-08-15 17:28:18,872 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-38a09331-5db7-4d24-9214-392f3826afcb 2018-08-15 17:28:18,874 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/a6731b64-a02b-4b06-8d23-fb2b16f8f495/snap', u'metadata': Munch({})})], 'file': u'/v2/images/a6731b64-a02b-4b06-8d23-fb2b16f8f495/file', 'owner': u'd430bf63913c4781a978078ee32a4df2', 'id': u'a6731b64-a02b-4b06-8d23-fb2b16f8f495', 'size': 12716032, u'self': u'/v2/images/a6731b64-a02b-4b06-8d23-fb2b16f8f495', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'd430bf63913c4781a978078ee32a4df2', 'name': 'vmready2-project_dec40275-3ea4-4397-a154-8810e7795fe9', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/a6731b64-a02b-4b06-8d23-fb2b16f8f495/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-15T17:28:18Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-15T17:28:18Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vmready2-img_dec40275-3ea4-4397-a154-8810e7795fe9', '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/a6731b64-a02b-4b06-8d23-fb2b16f8f495', 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_dec40275-3ea4-4397-a154-8810e7795fe9', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'vmready2-img_dec40275-3ea4-4397-a154-8810e7795fe9', 'created': u'2018-08-15T17:28:18Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-15T17:28:18Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/a6731b64-a02b-4b06-8d23-fb2b16f8f495', 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_dec40275-3ea4-4397-a154-8810e7795fe9', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-15 17:28:18,875 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-15 17:28:18,877 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}76a6623e57fb4bf263a2ac99796a2daf9abd5712" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vmready2-flavor_dec40275-3ea4-4397-a154-8810e7795fe9", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-15 17:28:19,690 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:28:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bf886262-fb8b-4be4-8c8b-5779cdabb270 x-compute-request-id: req-bf886262-fb8b-4be4-8c8b-5779cdabb270 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"name": "vmready2-flavor_dec40275-3ea4-4397-a154-8810e7795fe9", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/9ad383d1-de8a-4b0b-a889-c46f18837114", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/9ad383d1-de8a-4b0b-a889-c46f18837114", "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": "9ad383d1-de8a-4b0b-a889-c46f18837114"}} 2018-08-15 17:28:19,690 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-bf886262-fb8b-4be4-8c8b-5779cdabb270 2018-08-15 17:28:19,691 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.815659999847s 2018-08-15 17:28:19,691 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-bf886262-fb8b-4be4-8c8b-5779cdabb270 2018-08-15 17:28:19,692 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vmready2-flavor_dec40275-3ea4-4397-a154-8810e7795fe9', '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'a3688ea3a7924e1e8a441a00bd79aae5', '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'9ad383d1-de8a-4b0b-a889-c46f18837114', 'swap': 0}) 2018-08-15 17:28:19,693 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-15 17:28:19,695 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/flavors/9ad383d1-de8a-4b0b-a889-c46f18837114/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}76a6623e57fb4bf263a2ac99796a2daf9abd5712" -d '{"extra_specs": {}}' 2018-08-15 17:28:19,713 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:28:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-0f64fd17-045c-4d11-b936-ba5b9838e2c6 x-compute-request-id: req-0f64fd17-045c-4d11-b936-ba5b9838e2c6 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-15 17:28:19,713 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/9ad383d1-de8a-4b0b-a889-c46f18837114/os-extra_specs used request id req-0f64fd17-045c-4d11-b936-ba5b9838e2c6 2018-08-15 17:28:19,713 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0201978683472s 2018-08-15 17:28:19,713 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/9ad383d1-de8a-4b0b-a889-c46f18837114/os-extra_specs used request id req-0f64fd17-045c-4d11-b936-ba5b9838e2c6 2018-08-15 17:28:19,840 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-15 17:28:19,841 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vmready2 | functest | 00:07 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-15 17:28:19,846 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-15 17:28:19,847 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/cd254d10-b945-4a41-8e7e-6d755c33d110/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}f1eb1d0d3de87887a3761f9edc9e9c6b61a4dd73" -d '{"subnet_id": "493aa11e-4481-40e5-b4b9-c1d75f5dab85"}' 2018-08-15 17:28:21,472 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-c9f15801-d56f-4b05-bcf6-6b1879e30aac Date: Wed, 15 Aug 2018 17:28:21 GMT RESP BODY: {"network_id": "b4f75f75-85d2-4db2-a461-8af39a13cc79", "tenant_id": "d430bf63913c4781a978078ee32a4df2", "subnet_id": "493aa11e-4481-40e5-b4b9-c1d75f5dab85", "subnet_ids": ["493aa11e-4481-40e5-b4b9-c1d75f5dab85"], "port_id": "74238c86-12c2-49e1-b7ec-410fb77f8e5c", "id": "cd254d10-b945-4a41-8e7e-6d755c33d110"} 2018-08-15 17:28:21,472 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/cd254d10-b945-4a41-8e7e-6d755c33d110/remove_router_interface.json used request id req-c9f15801-d56f-4b05-bcf6-6b1879e30aac 2018-08-15 17:28:21,472 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.62578988075s 2018-08-15 17:28:21,472 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/cd254d10-b945-4a41-8e7e-6d755c33d110/remove_router_interface.json used request id req-c9f15801-d56f-4b05-bcf6-6b1879e30aac returning object cd254d10-b945-4a41-8e7e-6d755c33d110 2018-08-15 17:28:21,473 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-15 17:28:21,474 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f1eb1d0d3de87887a3761f9edc9e9c6b61a4dd73" 2018-08-15 17:28:21,587 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-9d5b5ead-1d2a-4892-9501-bb06fe759968 Date: Wed, 15 Aug 2018 17:28:21 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "fc8ca119-27ab-4070-99fa-a2993d11ee48", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "3ef75223-733d-425d-bb3e-88e8a796bebc", "ip_address": "172.30.9.214"}]}, "description": "", "tags": [], "tenant_id": "d430bf63913c4781a978078ee32a4df2", "created_at": "2018-08-15T17:28:14Z", "admin_state_up": true, "updated_at": "2018-08-15T17:28:20Z", "revision_number": 4, "routes": [], "project_id": "d430bf63913c4781a978078ee32a4df2", "id": "cd254d10-b945-4a41-8e7e-6d755c33d110", "name": "vmready2-router_dec40275-3ea4-4397-a154-8810e7795fe9"}]} 2018-08-15 17:28:21,588 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-9d5b5ead-1d2a-4892-9501-bb06fe759968 2018-08-15 17:28:21,588 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.114670038223s 2018-08-15 17:28:21,588 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-9d5b5ead-1d2a-4892-9501-bb06fe759968 2018-08-15 17:28:21,589 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-15 17:28:21,590 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/routers/cd254d10-b945-4a41-8e7e-6d755c33d110.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f1eb1d0d3de87887a3761f9edc9e9c6b61a4dd73" 2018-08-15 17:28:22,923 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ffa4bf0e-a669-43bd-b10b-ca726d541289 Content-Length: 0 Date: Wed, 15 Aug 2018 17:28:22 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-15 17:28:22,924 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/cd254d10-b945-4a41-8e7e-6d755c33d110.json used request id req-ffa4bf0e-a669-43bd-b10b-ca726d541289 2018-08-15 17:28:22,924 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.33418917656s 2018-08-15 17:28:22,924 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/cd254d10-b945-4a41-8e7e-6d755c33d110.json used request id req-ffa4bf0e-a669-43bd-b10b-ca726d541289 2018-08-15 17:28:22,925 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-15 17:28:22,925 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f1eb1d0d3de87887a3761f9edc9e9c6b61a4dd73" 2018-08-15 17:28:22,991 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-4d15e9d0-ff90-41cd-9d7f-36fc7bc77e6e Date: Wed, 15 Aug 2018 17:28:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b4f75f75-85d2-4db2-a461-8af39a13cc79","tenant_id":"d430bf63913c4781a978078ee32a4df2","created_at":"2018-08-15T17:28:13Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-15T17:28:13Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"d430bf63913c4781a978078ee32a4df2","id":"493aa11e-4481-40e5-b4b9-c1d75f5dab85","subnetpool_id":null,"name":"vmready2-subnet_dec40275-3ea4-4397-a154-8810e7795fe9"}]} 2018-08-15 17:28:22,991 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-4d15e9d0-ff90-41cd-9d7f-36fc7bc77e6e 2018-08-15 17:28:22,991 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0662920475006s 2018-08-15 17:28:22,991 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-4d15e9d0-ff90-41cd-9d7f-36fc7bc77e6e 2018-08-15 17:28:22,993 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-15 17:28:22,993 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/subnets/493aa11e-4481-40e5-b4b9-c1d75f5dab85.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f1eb1d0d3de87887a3761f9edc9e9c6b61a4dd73" 2018-08-15 17:28:23,984 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-cab5d163-00e1-4b4f-ba3a-d3aeb390a32e Date: Wed, 15 Aug 2018 17:28:24 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-15 17:28:23,984 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/493aa11e-4481-40e5-b4b9-c1d75f5dab85.json used request id req-cab5d163-00e1-4b4f-ba3a-d3aeb390a32e 2018-08-15 17:28:23,984 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 0.991634130478s 2018-08-15 17:28:23,985 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/493aa11e-4481-40e5-b4b9-c1d75f5dab85.json used request id req-cab5d163-00e1-4b4f-ba3a-d3aeb390a32e 2018-08-15 17:28:23,985 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-15 17:28:23,986 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f1eb1d0d3de87887a3761f9edc9e9c6b61a4dd73" 2018-08-15 17:28:24,079 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1153 X-Openstack-Request-Id: req-373286c4-1c30-42de-92d1-8a1204a6884b Date: Wed, 15 Aug 2018 17:28:24 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-15T17:28:23Z","tenant_id":"d430bf63913c4781a978078ee32a4df2","created_at":"2018-08-15T17:28:13Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"d430bf63913c4781a978078ee32a4df2","id":"b4f75f75-85d2-4db2-a461-8af39a13cc79","name":"vmready2-net_dec40275-3ea4-4397-a154-8810e7795fe9"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["3ef75223-733d-425d-bb3e-88e8a796bebc"],"updated_at":"2018-08-15T17:16:30Z","tenant_id":"d2c267e1fee9461ba5e64a915b9518f5","created_at":"2018-08-15T17:16:26Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"d2c267e1fee9461ba5e64a915b9518f5","id":"fc8ca119-27ab-4070-99fa-a2993d11ee48","name":"external"}]} 2018-08-15 17:28:24,079 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-373286c4-1c30-42de-92d1-8a1204a6884b 2018-08-15 17:28:24,079 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0940651893616s 2018-08-15 17:28:24,080 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-373286c4-1c30-42de-92d1-8a1204a6884b 2018-08-15 17:28:24,081 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-15 17:28:24,081 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/networks/b4f75f75-85d2-4db2-a461-8af39a13cc79.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f1eb1d0d3de87887a3761f9edc9e9c6b61a4dd73" 2018-08-15 17:28:25,476 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b63a10a4-f364-4579-a61b-e75d4e64d6ae Date: Wed, 15 Aug 2018 17:28:25 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-15 17:28:25,476 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/b4f75f75-85d2-4db2-a461-8af39a13cc79.json used request id req-b63a10a4-f364-4579-a61b-e75d4e64d6ae 2018-08-15 17:28:25,477 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.39572715759s 2018-08-15 17:28:25,477 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/b4f75f75-85d2-4db2-a461-8af39a13cc79.json used request id req-b63a10a4-f364-4579-a61b-e75d4e64d6ae 2018-08-15 17:28:25,481 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-15 17:28:25,484 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f1eb1d0d3de87887a3761f9edc9e9c6b61a4dd73" 2018-08-15 17:28:25,516 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1393 Content-Type: application/json X-Openstack-Request-Id: req-cfb48266-69ba-4823-979a-4cb6baf47076 Date: Wed, 15 Aug 2018 17:28:25 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-15T17:28:18Z", "file": "/v2/images/a6731b64-a02b-4b06-8d23-fb2b16f8f495/file", "owner": "d430bf63913c4781a978078ee32a4df2", "id": "a6731b64-a02b-4b06-8d23-fb2b16f8f495", "size": 12716032, "self": "/v2/images/a6731b64-a02b-4b06-8d23-fb2b16f8f495", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/a6731b64-a02b-4b06-8d23-fb2b16f8f495/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/a6731b64-a02b-4b06-8d23-fb2b16f8f495/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vmready2-img_dec40275-3ea4-4397-a154-8810e7795fe9", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready2-img_dec40275-3ea4-4397-a154-8810e7795fe9", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-15T17:28:18Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-15 17:28:25,516 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-cfb48266-69ba-4823-979a-4cb6baf47076 2018-08-15 17:28:25,516 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0351748466492s 2018-08-15 17:28:25,516 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-cfb48266-69ba-4823-979a-4cb6baf47076 2018-08-15 17:28:25,518 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-15 17:28:25,522 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9292/v2/images/a6731b64-a02b-4b06-8d23-fb2b16f8f495 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f1eb1d0d3de87887a3761f9edc9e9c6b61a4dd73" 2018-08-15 17:28:26,298 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-5408c98b-ffbc-415f-8e82-4050e828d844 Date: Wed, 15 Aug 2018 17:28:26 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-15 17:28:26,298 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/a6731b64-a02b-4b06-8d23-fb2b16f8f495 used request id req-5408c98b-ffbc-415f-8e82-4050e828d844 2018-08-15 17:28:26,298 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.779964923859s 2018-08-15 17:28:26,298 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/a6731b64-a02b-4b06-8d23-fb2b16f8f495 used request id req-5408c98b-ffbc-415f-8e82-4050e828d844 2018-08-15 17:28:26,299 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-15 17:28:26,301 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76a6623e57fb4bf263a2ac99796a2daf9abd5712" 2018-08-15 17:28:26,335 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:28: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-28b3b2e0-813c-43b7-b99d-e4e35035d955 x-compute-request-id: req-28b3b2e0-813c-43b7-b99d-e4e35035d955 Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vmready2-flavor_dec40275-3ea4-4397-a154-8810e7795fe9", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/9ad383d1-de8a-4b0b-a889-c46f18837114", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/9ad383d1-de8a-4b0b-a889-c46f18837114", "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": "9ad383d1-de8a-4b0b-a889-c46f18837114"}]} 2018-08-15 17:28:26,336 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-28b3b2e0-813c-43b7-b99d-e4e35035d955 2018-08-15 17:28:26,336 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0370450019836s 2018-08-15 17:28:26,336 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-28b3b2e0-813c-43b7-b99d-e4e35035d955 2018-08-15 17:28:26,338 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-15 17:28:26,341 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/flavors/9ad383d1-de8a-4b0b-a889-c46f18837114 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76a6623e57fb4bf263a2ac99796a2daf9abd5712" 2018-08-15 17:28:26,382 - keystoneauth.session - DEBUG - RESP: [202] Date: Wed, 15 Aug 2018 17:28: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-3b18118e-8010-410a-ad40-c17e9c0c9507 x-compute-request-id: req-3b18118e-8010-410a-ad40-c17e9c0c9507 Content-Length: 0 Content-Type: application/json 2018-08-15 17:28:26,382 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/9ad383d1-de8a-4b0b-a889-c46f18837114 used request id req-3b18118e-8010-410a-ad40-c17e9c0c9507 2018-08-15 17:28:26,382 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0439460277557s 2018-08-15 17:28:26,382 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/9ad383d1-de8a-4b0b-a889-c46f18837114 used request id req-3b18118e-8010-410a-ad40-c17e9c0c9507 2018-08-15 17:28:26,383 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-15 17:28:26,386 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}76a6623e57fb4bf263a2ac99796a2daf9abd5712" 2018-08-15 17:28:26,627 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:28:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cc63b701-a698-4c59-9bc7-f6551efa9426 Content-Encoding: gzip Content-Length: 841 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/033f0039d025473a84de241284491a58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "033f0039d025473a84de241284491a58", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/2422d0f285314705b46615565d3917fe"}, "domain_id": "e4bd2a4e6bb349a78f956295c49df949", "enabled": true, "options": {}, "id": "2422d0f285314705b46615565d3917fe", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/2cc8b8ad456045c2a30e4360994a4487"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2cc8b8ad456045c2a30e4360994a4487", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/3c466aad8ead4318838e33dd234eb81d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3c466aad8ead4318838e33dd234eb81d", "email": "heat@localhost", "password_expires_at": null}, {"name": "vmready2-user_dec40275-3ea4-4397-a154-8810e7795fe9", "links": {"self": "http://172.30.9.27:5000/v3/users/416109bb95224b0f9ed99ac1a2c29c15"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "416109bb95224b0f9ed99ac1a2c29c15", "domain_id": "default", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/56e811cfd4b242068dd78826118576f4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "56e811cfd4b242068dd78826118576f4", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6fad7e5ef0254b2a9cdb215018bcab91"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6fad7e5ef0254b2a9cdb215018bcab91", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.27:5000/v3/users/7d91ea49860f4c2a8deabf649cf4ed37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d91ea49860f4c2a8deabf649cf4ed37", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/8f968cf4475249f6abf2422d6dd7425f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8f968cf4475249f6abf2422d6dd7425f", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/9482390a0722494f8852b9f0e2b9de56"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9482390a0722494f8852b9f0e2b9de56", "email": "admin@example.com", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.27:5000/v3/users/a36076122cea45c6b3e4aa67c4ca811d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a36076122cea45c6b3e4aa67c4ca811d", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/acda52409b024c95bc0facaa98dbc356"}, "domain_id": "default", "enabled": true, "options": {}, "id": "acda52409b024c95bc0facaa98dbc356", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/b193f8790ad94e46993d7eb01f623f51"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b193f8790ad94e46993d7eb01f623f51", "email": "cinder@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/dba024f1937f490cae2e437356a668d7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dba024f1937f490cae2e437356a668d7", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/e6d2649e935e4b8db8107d76bfb30c3a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e6d2649e935e4b8db8107d76bfb30c3a", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-08-15 17:28:26,627 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-cc63b701-a698-4c59-9bc7-f6551efa9426 2018-08-15 17:28:26,627 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.244287014008s 2018-08-15 17:28:26,628 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-cc63b701-a698-4c59-9bc7-f6551efa9426 2018-08-15 17:28:26,633 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-15 17:28:26,637 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/users/416109bb95224b0f9ed99ac1a2c29c15 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76a6623e57fb4bf263a2ac99796a2daf9abd5712" 2018-08-15 17:28:26,777 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:28:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a1ab1867-9aa1-481d-8298-8e6cfb3402ba Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"user": {"name": "vmready2-user_dec40275-3ea4-4397-a154-8810e7795fe9", "links": {"self": "http://172.30.9.27:5000/v3/users/416109bb95224b0f9ed99ac1a2c29c15"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "416109bb95224b0f9ed99ac1a2c29c15", "description": null}} 2018-08-15 17:28:26,777 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/416109bb95224b0f9ed99ac1a2c29c15 used request id req-a1ab1867-9aa1-481d-8298-8e6cfb3402ba 2018-08-15 17:28:26,777 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.143723011017s 2018-08-15 17:28:26,777 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/416109bb95224b0f9ed99ac1a2c29c15 used request id req-a1ab1867-9aa1-481d-8298-8e6cfb3402ba 2018-08-15 17:28:26,778 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-15 17:28:26,781 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/users/416109bb95224b0f9ed99ac1a2c29c15 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76a6623e57fb4bf263a2ac99796a2daf9abd5712" 2018-08-15 17:28:27,097 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 15 Aug 2018 17:28:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-28cb7e77-5b09-4ba6-991e-b1abd7b53d1f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-15 17:28:27,098 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/416109bb95224b0f9ed99ac1a2c29c15 used request id req-28cb7e77-5b09-4ba6-991e-b1abd7b53d1f 2018-08-15 17:28:27,098 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.319566011429s 2018-08-15 17:28:27,098 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/416109bb95224b0f9ed99ac1a2c29c15 used request id req-28cb7e77-5b09-4ba6-991e-b1abd7b53d1f 2018-08-15 17:28:27,104 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-15 17:28:27,107 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}76a6623e57fb4bf263a2ac99796a2daf9abd5712" 2018-08-15 17:28:27,286 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:28:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b4ade4a4-6f9e-4277-a917-4b9d83b8e4c5 Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/a3688ea3a7924e1e8a441a00bd79aae5"}, "tags": [], "enabled": true, "id": "a3688ea3a7924e1e8a441a00bd79aae5", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.27:5000/v3/projects/d2c267e1fee9461ba5e64a915b9518f5"}, "tags": [], "enabled": true, "id": "d2c267e1fee9461ba5e64a915b9518f5", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vmready2", "links": {"self": "http://172.30.9.27:5000/v3/projects/d430bf63913c4781a978078ee32a4df2"}, "tags": [], "enabled": true, "id": "d430bf63913c4781a978078ee32a4df2", "parent_id": "default", "domain_id": "default", "name": "vmready2-project_dec40275-3ea4-4397-a154-8810e7795fe9"}]} 2018-08-15 17:28:27,286 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects used request id req-b4ade4a4-6f9e-4277-a917-4b9d83b8e4c5 2018-08-15 17:28:27,286 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.181898117065s 2018-08-15 17:28:27,286 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects used request id req-b4ade4a4-6f9e-4277-a917-4b9d83b8e4c5 2018-08-15 17:28:27,290 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-15 17:28:27,293 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/projects/d430bf63913c4781a978078ee32a4df2 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}76a6623e57fb4bf263a2ac99796a2daf9abd5712" 2018-08-15 17:28:27,518 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 15 Aug 2018 17:28:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-758f0529-dbab-4048-a6cb-cfb43c0012b6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-15 17:28:27,518 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/d430bf63913c4781a978078ee32a4df2 used request id req-758f0529-dbab-4048-a6cb-cfb43c0012b6 2018-08-15 17:28:27,518 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.227905035019s 2018-08-15 17:28:27,519 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/d430bf63913c4781a978078ee32a4df2 used request id req-758f0529-dbab-4048-a6cb-cfb43c0012b6 2018-08-15 17:28:27,569 - xtesting.ci.run_tests - INFO - Loading test case 'singlevm1'... 2018-08-15 17:28:27,608 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-15 17:28:27,608 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-15 17:28:27,608 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-15 17:28:27,608 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-15 17:28:27,608 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-15 17:28:27,608 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-15 17:28:27,608 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-15 17:28:27,609 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-15 17:28:27,609 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-15 17:28:27,609 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-15 17:28:27,609 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-15 17:28:27,609 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-15 17:28:27,609 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-15 17:28:27,609 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-15 17:28:27,609 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-15 17:28:27,609 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-15 17:28:27,609 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-15 17:28:27,609 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-15 17:28:27,609 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-15 17:28:27,609 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-15 17:28:27,609 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-15 17:28:27,610 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-15 17:28:27,611 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-15 17:28:27,616 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:28:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ef14feea-4680-4809-bb21-06a7cddad23c Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-08-15 17:28:27,616 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-ef14feea-4680-4809-bb21-06a7cddad23c 2018-08-15 17:28:27,616 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-08-15 17:28:28,030 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "16212b6aa60a4fd1b8194c834bae86bf", "name": "member"}, {"id": "eeb4436830d24515952401292b7cfc55", "name": "reader"}, {"id": "382a39dc50214187b99e809cf7222e3c", "name": "admin"}], "expires_at": "2018-08-15T18:28:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3688ea3a7924e1e8a441a00bd79aae5", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.37:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "54e3c320cc3142e9824c171afe58d5c6"}, {"url": "http://172.30.9.27:8080/v1/AUTH_a3688ea3a7924e1e8a441a00bd79aae5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d00250537b54114937846660f377ed1"}, {"url": "http://12.0.0.37:8080/v1/AUTH_a3688ea3a7924e1e8a441a00bd79aae5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c790cb26fd2345ae9bac8a014d10a446"}], "type": "object-store", "id": "17183633b8774ff6a53da32b47c89b3c", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94631698a9884eb1bf4cb245c6f37b80"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c23f2a003e874719a2f1c41f92405a45"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e97257b46cb8440080352cd841246c5d"}], "type": "cloudformation", "id": "2dec96c2934d43bdbe2e431ef0b53392", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "287c0315393e4b22a228912ca3b004cc"}, {"url": "http://192.30.9.3:8776/v3/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62769da517ac4f44b88a6118413b8c30"}, {"url": "http://192.30.9.3:8776/v3/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c0b30400cd648249ab0a6a17cf1ebc1"}], "type": "volumev3", "id": "363b885c3f174fbfb4f17da9d41f332d", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d6cb188f65e4f77bab04c3d99f9469f"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70f7ced028794432bef835264c84489c"}, {"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77dd5cfb1dac4b31b21d705ba420c355"}], "type": "network", "id": "51b7a44223114d149d5300ae5b6d97ae", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19071864a1b848cc93bca3b1e1955c3f"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bc0345e40a36459fbc009797a6517deb"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5c7966f4757438480f39866a31a0265"}], "type": "image", "id": "5540e06daad441aa911fd4cb4d76f8d3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "68ad1d76386d437089226a0562004a39", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "03f40cbac74c4aafb48b4dd360509f6a"}, {"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18ed3fa9a0894200abaf76b71abfd912"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3d96a0aa5c344cb8ba659332ed497e85"}], "type": "identity", "id": "8096ce39bbf24c1683621ee563324790", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f60ea793ee64fc9a3d9a2d2ad889bd0"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7c9770175fc45379f2c2d142062b2c3"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e944b22c50da41179f2e29ce558807c1"}], "type": "compute", "id": "b3040d5c7e224dbca86f421bddd758e1", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5aad7caa3e6f4a35b9abdf5d46190371"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8b8b8bcfb3b40e5be77e13a4d2dda19"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d33016e2f5be49c28efb9905db488d41"}], "type": "placement", "id": "bb3127ed06e54fda901ea2348ddb72da", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "576142509dfd46c591c5e83bed8ffcc7"}, {"url": "http://192.30.9.3:8776/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cabe2973ef9144da9850a630dd2aedd5"}, {"url": "http://172.30.9.27:8776/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eb71f3f602d443c9a8605a7ff2e8aa8e"}], "type": "volume", "id": "becfeedd42e344c085611f3c7c465a3f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.3:8004/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "156b8e560e534c82a1d320da86608a19"}, {"url": "http://192.30.9.3:8004/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59154cecf6a54eb08ecc63bf95dca042"}, {"url": "http://172.30.9.27:8004/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f3aa5c8697e449f99c2cfbe2a371cab7"}], "type": "orchestration", "id": "c4334130b6d54a75804fe3f11a3b9e3e", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "39db2ebb65ae42659440fd9845949a6c"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ad23d2a65e74e3c87b1488af1f9f9ac"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d07664cbebb49149819cf7a6b20edb4"}], "type": "alarming", "id": "d878aa5c6b584d53a039f6a680fb6e8b", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e2bb44b06c0412ab74e54984b5b26b5"}, {"url": "http://192.30.9.3:8776/v2/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86bcb5a76e6c464bb4d42c969584d6f2"}, {"url": "http://172.30.9.27:8776/v2/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a391eed816af4966b335005bfe580d70"}], "type": "volumev2", "id": "e16298e148f54e96a50a134ca797deff", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b54cb5b666f74b91b0244b5332fdb3e5"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcc892608bd341e084be203695f810d1"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e980066294c34eb6866e6c4735e84a62"}], "type": "metric", "id": "f3a07a22777a4405b7eaf44da2e73e19", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.27:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1f66095afa4b74b4f26d432f5bfa55"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8dd5f30cc334148a7ed9d5ab68eee9b"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bfe7dd54acd947899871700a40dd0244"}], "type": "event", "id": "f6e223543cae4d9bad10258b0a294f12", "name": "panko"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "9482390a0722494f8852b9f0e2b9de56"}, "audit_ids": ["yA3HrJjmRKmYIbNokxeAkQ"], "issued_at": "2018-08-15T17:28:27.000000Z"}} 2018-08-15 17:28:28,033 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-15 17:28:28,034 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2c7a7ac8cd3828a0afa941832e58cdd493f5beb0" 2018-08-15 17:28:28,368 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-ce0ad296-d5b7-465a-a94d-27e94d4dc5c4 Date: Wed, 15 Aug 2018 17:28:28 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"fc8ca119-27ab-4070-99fa-a2993d11ee48","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d2c267e1fee9461ba5e64a915b9518f5","status":"ACTIVE","subnets":["3ef75223-733d-425d-bb3e-88e8a796bebc"],"description":"","tags":[],"updated_at":"2018-08-15T17:16:30Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"d2c267e1fee9461ba5e64a915b9518f5","created_at":"2018-08-15T17:16:26Z","provider:network_type":"flat"}]} 2018-08-15 17:28:28,368 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json?router%3Aexternal=True used request id req-ce0ad296-d5b7-465a-a94d-27e94d4dc5c4 2018-08-15 17:28:28,368 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.334942102432s 2018-08-15 17:28:28,368 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json?router%3Aexternal=True used request id req-ce0ad296-d5b7-465a-a94d-27e94d4dc5c4 2018-08-15 17:28:28,374 - xtesting.ci.run_tests - INFO - Running test case 'singlevm1'... 2018-08-15 17:28:28,375 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-15 17:28:28,376 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2c7a7ac8cd3828a0afa941832e58cdd493f5beb0" -d '{"network": {"name": "singlevm1-net_d3cb17ed-70b5-4754-9e34-5a131db39fb7", "admin_state_up": true}}' 2018-08-15 17:28:28,700 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-0a298e36-8ed0-436d-ae0b-ea9b2edcc0bc Date: Wed, 15 Aug 2018 17:28:28 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"538fd09c-976c-4f47-bb1c-a5384759dafd","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"a3688ea3a7924e1e8a441a00bd79aae5","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-15T17:28:28Z","is_default":false,"provider:segmentation_id":36,"name":"singlevm1-net_d3cb17ed-70b5-4754-9e34-5a131db39fb7","admin_state_up":true,"tenant_id":"a3688ea3a7924e1e8a441a00bd79aae5","created_at":"2018-08-15T17:28:28Z","mtu":1450}} 2018-08-15 17:28:28,700 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-0a298e36-8ed0-436d-ae0b-ea9b2edcc0bc 2018-08-15 17:28:28,700 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.325220108032s 2018-08-15 17:28:28,701 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-0a298e36-8ed0-436d-ae0b-ea9b2edcc0bc 2018-08-15 17:28:28,701 - 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-15T17:28:28Z', u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'538fd09c-976c-4f47-bb1c-a5384759dafd', u'provider:segmentation_id': 36, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'singlevm1-net_d3cb17ed-70b5-4754-9e34-5a131db39fb7', u'admin_state_up': True, u'tenant_id': u'a3688ea3a7924e1e8a441a00bd79aae5', u'created_at': u'2018-08-15T17:28:28Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'a3688ea3a7924e1e8a441a00bd79aae5'}) 2018-08-15 17:28:28,702 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-15 17:28:28,702 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2c7a7ac8cd3828a0afa941832e58cdd493f5beb0" 2018-08-15 17:28:28,812 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1347 X-Openstack-Request-Id: req-63e0d566-cfcd-4188-b72f-bf9730c9c6f0 Date: Wed, 15 Aug 2018 17:28:28 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"538fd09c-976c-4f47-bb1c-a5384759dafd","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"a3688ea3a7924e1e8a441a00bd79aae5","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-15T17:28:28Z","provider:segmentation_id":36,"name":"singlevm1-net_d3cb17ed-70b5-4754-9e34-5a131db39fb7","admin_state_up":true,"tenant_id":"a3688ea3a7924e1e8a441a00bd79aae5","created_at":"2018-08-15T17:28:28Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"fc8ca119-27ab-4070-99fa-a2993d11ee48","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d2c267e1fee9461ba5e64a915b9518f5","status":"ACTIVE","subnets":["3ef75223-733d-425d-bb3e-88e8a796bebc"],"description":"","tags":[],"updated_at":"2018-08-15T17:16:30Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"d2c267e1fee9461ba5e64a915b9518f5","created_at":"2018-08-15T17:16:26Z","provider:network_type":"flat"}]} 2018-08-15 17:28:28,812 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-63e0d566-cfcd-4188-b72f-bf9730c9c6f0 2018-08-15 17:28:28,812 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.110445976257s 2018-08-15 17:28:28,813 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-63e0d566-cfcd-4188-b72f-bf9730c9c6f0 2018-08-15 17:28:28,814 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-15 17:28:28,815 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2c7a7ac8cd3828a0afa941832e58cdd493f5beb0" -d '{"subnet": {"name": "singlevm1-subnet_d3cb17ed-70b5-4754-9e34-5a131db39fb7", "enable_dhcp": true, "network_id": "538fd09c-976c-4f47-bb1c-a5384759dafd", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-15 17:28:29,405 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 677 X-Openstack-Request-Id: req-68e31924-545f-4128-9707-c99d7a6ccd8f Date: Wed, 15 Aug 2018 17:28:29 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"538fd09c-976c-4f47-bb1c-a5384759dafd","tenant_id":"a3688ea3a7924e1e8a441a00bd79aae5","created_at":"2018-08-15T17:28:29Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-15T17:28: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":"a3688ea3a7924e1e8a441a00bd79aae5","id":"f7070425-2a9b-4f01-845e-1274c4f883f0","subnetpool_id":null,"name":"singlevm1-subnet_d3cb17ed-70b5-4754-9e34-5a131db39fb7"}} 2018-08-15 17:28:29,406 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-68e31924-545f-4128-9707-c99d7a6ccd8f 2018-08-15 17:28:29,406 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.591645956039s 2018-08-15 17:28:29,406 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-68e31924-545f-4128-9707-c99d7a6ccd8f 2018-08-15 17:28:29,407 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-15T17:28: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'f7070425-2a9b-4f01-845e-1274c4f883f0', u'subnetpool_id': None, u'service_types': [], u'name': u'singlevm1-subnet_d3cb17ed-70b5-4754-9e34-5a131db39fb7', u'enable_dhcp': True, u'network_id': u'538fd09c-976c-4f47-bb1c-a5384759dafd', u'tenant_id': u'a3688ea3a7924e1e8a441a00bd79aae5', u'created_at': u'2018-08-15T17:28: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'a3688ea3a7924e1e8a441a00bd79aae5'}) 2018-08-15 17:28:29,407 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-15 17:28:29,408 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2c7a7ac8cd3828a0afa941832e58cdd493f5beb0" -d '{"router": {"external_gateway_info": {"network_id": "fc8ca119-27ab-4070-99fa-a2993d11ee48"}, "name": "singlevm1-router_d3cb17ed-70b5-4754-9e34-5a131db39fb7", "admin_state_up": true}}' 2018-08-15 17:28:30,570 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-494cd836-a923-44ce-ac25-f49de0d7cb8f Date: Wed, 15 Aug 2018 17:28:30 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "fc8ca119-27ab-4070-99fa-a2993d11ee48", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "3ef75223-733d-425d-bb3e-88e8a796bebc", "ip_address": "172.30.9.203"}]}, "description": "", "tags": [], "tenant_id": "a3688ea3a7924e1e8a441a00bd79aae5", "created_at": "2018-08-15T17:28:29Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-15T17:28:30Z", "revision_number": 2, "routes": [], "project_id": "a3688ea3a7924e1e8a441a00bd79aae5", "id": "95ec7983-e653-4b91-8c2d-7a7318ee4198", "name": "singlevm1-router_d3cb17ed-70b5-4754-9e34-5a131db39fb7"}} 2018-08-15 17:28:30,570 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-494cd836-a923-44ce-ac25-f49de0d7cb8f 2018-08-15 17:28:30,571 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.1632039547s 2018-08-15 17:28:30,571 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-494cd836-a923-44ce-ac25-f49de0d7cb8f 2018-08-15 17:28:30,571 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'fc8ca119-27ab-4070-99fa-a2993d11ee48', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'3ef75223-733d-425d-bb3e-88e8a796bebc', u'ip_address': u'172.30.9.203'}]}, u'description': u'', u'tags': [], u'tenant_id': u'a3688ea3a7924e1e8a441a00bd79aae5', u'created_at': u'2018-08-15T17:28:29Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-08-15T17:28:30Z', u'revision_number': 2, u'routes': [], u'project_id': u'a3688ea3a7924e1e8a441a00bd79aae5', u'id': u'95ec7983-e653-4b91-8c2d-7a7318ee4198', u'name': u'singlevm1-router_d3cb17ed-70b5-4754-9e34-5a131db39fb7'}) 2018-08-15 17:28:30,572 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-15 17:28:30,572 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/95ec7983-e653-4b91-8c2d-7a7318ee4198/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}2c7a7ac8cd3828a0afa941832e58cdd493f5beb0" -d '{"subnet_id": "f7070425-2a9b-4f01-845e-1274c4f883f0"}' 2018-08-15 17:28:32,244 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-65774623-77a2-44ea-8d3a-3b3b1f808bd1 Date: Wed, 15 Aug 2018 17:28:32 GMT RESP BODY: {"network_id": "538fd09c-976c-4f47-bb1c-a5384759dafd", "tenant_id": "a3688ea3a7924e1e8a441a00bd79aae5", "subnet_id": "f7070425-2a9b-4f01-845e-1274c4f883f0", "subnet_ids": ["f7070425-2a9b-4f01-845e-1274c4f883f0"], "port_id": "e548bfa5-abfd-45c0-a509-cdda5a7f203a", "id": "95ec7983-e653-4b91-8c2d-7a7318ee4198"} 2018-08-15 17:28:32,244 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/95ec7983-e653-4b91-8c2d-7a7318ee4198/add_router_interface.json used request id req-65774623-77a2-44ea-8d3a-3b3b1f808bd1 2018-08-15 17:28:32,244 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.67250299454s 2018-08-15 17:28:32,245 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/95ec7983-e653-4b91-8c2d-7a7318ee4198/add_router_interface.json used request id req-65774623-77a2-44ea-8d3a-3b3b1f808bd1 returning object 95ec7983-e653-4b91-8c2d-7a7318ee4198 2018-08-15 17:28:32,245 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-15 17:28:32,377 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-15 17:28:32,380 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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-15 17:28:32,385 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Wed, 15 Aug 2018 17:28:32 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}]} 2018-08-15 17:28:32,390 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-15 17:28:32,394 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2c7a7ac8cd3828a0afa941832e58cdd493f5beb0" 2018-08-15 17:28:32,662 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-f729b553-33bf-446a-8e21-69742a39860b Date: Wed, 15 Aug 2018 17:28:32 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-15 17:28:32,662 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-f729b553-33bf-446a-8e21-69742a39860b 2018-08-15 17:28:32,663 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.271854162216s 2018-08-15 17:28:32,663 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-f729b553-33bf-446a-8e21-69742a39860b 2018-08-15 17:28:32,671 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-15 17:28:32,675 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2c7a7ac8cd3828a0afa941832e58cdd493f5beb0" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/singlevm1-img_d3cb17ed-70b5-4754-9e34-5a131db39fb7", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "singlevm1-img_d3cb17ed-70b5-4754-9e34-5a131db39fb7"}' 2018-08-15 17:28:32,817 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 935 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/ca91db02-2376-4aa9-8c24-01be67d4a922 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-550d398f-ff3c-4fe0-93e9-643c3bed7bff Date: Wed, 15 Aug 2018 17:28:32 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-15T17:28:32Z", "file": "/v2/images/ca91db02-2376-4aa9-8c24-01be67d4a922/file", "owner": "a3688ea3a7924e1e8a441a00bd79aae5", "id": "ca91db02-2376-4aa9-8c24-01be67d4a922", "size": null, "self": "/v2/images/ca91db02-2376-4aa9-8c24-01be67d4a922", "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_d3cb17ed-70b5-4754-9e34-5a131db39fb7", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm1-img_d3cb17ed-70b5-4754-9e34-5a131db39fb7", "checksum": null, "created_at": "2018-08-15T17:28:32Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-15 17:28:32,817 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-550d398f-ff3c-4fe0-93e9-643c3bed7bff 2018-08-15 17:28:32,817 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.146010875702s 2018-08-15 17:28:32,818 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-550d398f-ff3c-4fe0-93e9-643c3bed7bff returning object ca91db02-2376-4aa9-8c24-01be67d4a922 2018-08-15 17:28:32,818 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-15 17:28:32,822 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9292/v2/images/ca91db02-2376-4aa9-8c24-01be67d4a922/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}2c7a7ac8cd3828a0afa941832e58cdd493f5beb0" -d '' 2018-08-15 17:28:33,243 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ed33b382-564d-4212-8e13-645fb9c3f2a0 Date: Wed, 15 Aug 2018 17:28: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-15 17:28:33,243 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/ca91db02-2376-4aa9-8c24-01be67d4a922/file used request id req-ed33b382-564d-4212-8e13-645fb9c3f2a0 2018-08-15 17:28:33,243 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.424421072006s 2018-08-15 17:28:33,243 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/ca91db02-2376-4aa9-8c24-01be67d4a922/file used request id req-ed33b382-564d-4212-8e13-645fb9c3f2a0 2018-08-15 17:28:33,247 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-15 17:28:33,251 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2c7a7ac8cd3828a0afa941832e58cdd493f5beb0" 2018-08-15 17:28:33,274 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-46cca0ce-d955-446a-87a0-0b9e91cc9b09 Date: Wed, 15 Aug 2018 17:28:33 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-15T17:28:33Z", "file": "/v2/images/ca91db02-2376-4aa9-8c24-01be67d4a922/file", "owner": "a3688ea3a7924e1e8a441a00bd79aae5", "id": "ca91db02-2376-4aa9-8c24-01be67d4a922", "size": 12716032, "self": "/v2/images/ca91db02-2376-4aa9-8c24-01be67d4a922", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/ca91db02-2376-4aa9-8c24-01be67d4a922/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/ca91db02-2376-4aa9-8c24-01be67d4a922/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/singlevm1-img_d3cb17ed-70b5-4754-9e34-5a131db39fb7", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm1-img_d3cb17ed-70b5-4754-9e34-5a131db39fb7", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-15T17:28:32Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-15 17:28:33,274 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-46cca0ce-d955-446a-87a0-0b9e91cc9b09 2018-08-15 17:28:33,274 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0264499187469s 2018-08-15 17:28:33,274 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-46cca0ce-d955-446a-87a0-0b9e91cc9b09 2018-08-15 17:28:33,276 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/ca91db02-2376-4aa9-8c24-01be67d4a922/snap', u'metadata': Munch({})})], 'file': u'/v2/images/ca91db02-2376-4aa9-8c24-01be67d4a922/file', 'owner': u'a3688ea3a7924e1e8a441a00bd79aae5', 'id': u'ca91db02-2376-4aa9-8c24-01be67d4a922', 'size': 12716032, u'self': u'/v2/images/ca91db02-2376-4aa9-8c24-01be67d4a922', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'a3688ea3a7924e1e8a441a00bd79aae5', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/ca91db02-2376-4aa9-8c24-01be67d4a922/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-15T17:28:33Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-15T17:28:33Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/singlevm1-img_d3cb17ed-70b5-4754-9e34-5a131db39fb7', '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/ca91db02-2376-4aa9-8c24-01be67d4a922', 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_d3cb17ed-70b5-4754-9e34-5a131db39fb7', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'singlevm1-img_d3cb17ed-70b5-4754-9e34-5a131db39fb7', 'created': u'2018-08-15T17:28:32Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-15T17:28:32Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/ca91db02-2376-4aa9-8c24-01be67d4a922', 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_d3cb17ed-70b5-4754-9e34-5a131db39fb7', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-15 17:28:33,277 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-15 17:28:33,280 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2c7a7ac8cd3828a0afa941832e58cdd493f5beb0" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "singlevm1-flavor_d3cb17ed-70b5-4754-9e34-5a131db39fb7", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-15 17:28:33,585 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:28: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-2de0ec1b-8e53-4533-bc8f-ac2ca8a60163 x-compute-request-id: req-2de0ec1b-8e53-4533-bc8f-ac2ca8a60163 Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavor": {"name": "singlevm1-flavor_d3cb17ed-70b5-4754-9e34-5a131db39fb7", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/038ead36-9c4c-4c05-ba67-0a06007427bf", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/038ead36-9c4c-4c05-ba67-0a06007427bf", "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": "038ead36-9c4c-4c05-ba67-0a06007427bf"}} 2018-08-15 17:28:33,585 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-2de0ec1b-8e53-4533-bc8f-ac2ca8a60163 2018-08-15 17:28:33,585 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.307813167572s 2018-08-15 17:28:33,586 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-2de0ec1b-8e53-4533-bc8f-ac2ca8a60163 2018-08-15 17:28:33,586 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'singlevm1-flavor_d3cb17ed-70b5-4754-9e34-5a131db39fb7', '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'a3688ea3a7924e1e8a441a00bd79aae5', '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'038ead36-9c4c-4c05-ba67-0a06007427bf', 'swap': 0}) 2018-08-15 17:28:33,587 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-15 17:28:33,590 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/flavors/038ead36-9c4c-4c05-ba67-0a06007427bf/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}2c7a7ac8cd3828a0afa941832e58cdd493f5beb0" -d '{"extra_specs": {}}' 2018-08-15 17:28:33,609 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:28: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-1870ddf3-c24a-4c05-b4a9-f6145d13437b x-compute-request-id: req-1870ddf3-c24a-4c05-b4a9-f6145d13437b Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-15 17:28:33,609 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/038ead36-9c4c-4c05-ba67-0a06007427bf/os-extra_specs used request id req-1870ddf3-c24a-4c05-b4a9-f6145d13437b 2018-08-15 17:28:33,610 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0223228931427s 2018-08-15 17:28:33,610 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/038ead36-9c4c-4c05-ba67-0a06007427bf/os-extra_specs used request id req-1870ddf3-c24a-4c05-b4a9-f6145d13437b 2018-08-15 17:28:33,610 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-08-15 17:28:33,613 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/os-keypairs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2c7a7ac8cd3828a0afa941832e58cdd493f5beb0" -d '{"keypair": {"name": "singlevm1-kp_d3cb17ed-70b5-4754-9e34-5a131db39fb7"}}' 2018-08-15 17:28:33,899 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:28: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-b5ec90d2-2200-4bec-aa32-573bc5bb317b x-compute-request-id: req-b5ec90d2-2200-4bec-aa32-573bc5bb317b Content-Encoding: gzip Content-Length: 1805 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCimKC88OQEShFCw18taY0WAl57vkxeR0gO6SZZ7dVLX7tlwk8MDCIm7IytgsQZNjK/wjMZ9vdmsP3cVmvYGdsvOYHfzwz6rfVSIBriSMWN/BJCRS1BRUcApLLqQbtrjV0/biGeHzQ5iryvzhI77Ff/H/fFIvJntkWRrXTpVQ8zgJ/DGOMoaT+UAEYXXFJMAsNVmdqPYmCgkvhDCEzdhHvCPat8aHloKt/gOuodfM86/T5GVwitEP4oytw/yOun4PhrGeBnoB46SV9GMnV/oDhiCCCSspOn6G1VZkcWOK9ZRnun2lwDgDPe7EPrM06/cyPAuCVl5cfcmg7yJr/IFf7F Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAopigvPDkBEoRQsNfLWmNFgJee75MXkdIDukmWe3VS1+7ZcJP\nDAwiJuyMrYLEGTYyv8IzGfb3ZrD93FZr2BnbLzmB388M+q31UiAa4kjFjfwSQkUt\nQUVHAKSy6kG7a41dP24hnh80OYq8r84SO+xX/x/3xSLyZ7ZFka106VUPM4Cfwxjj\nKGk/lABGF1xSTALDVZnaj2JgoJL4QwhM3YR7wj2rfGh5aCrf4DrqHXzPOv0+RlcI\nrRD+KMrcP8jrp+D4axngZ6AeOklfRjJ1f6A4YgggkrKTp+htVWZHFjivWUZ7p9pc\nA4Az3uxD6zNOv3MjwLglZeXH3JoO8ia/yBX+xQIDAQABAoIBADYMWDoWNSV73Xr8\n6LF2ybBMP04Q9t/MABb8x4PTPDie7PMpgQ83JU8dCLJQqpDa5Em76zKxVpHrOae5\njoW6KpLrIdHcyKq3krmm9GjN2eWVqhgfWKi+t5huJw8ZpIxe5GVGXaRrKPgLtycV\ncBg9Ow8SeFEuibeR7lQ7fYZmgPQUQMSMQ4nkz5kslbipMJ+JoyFeeGreHiAUNThl\n+vL6EqN068nnG0oxWv6AFRoK7ySuOAqj97xdPx2T52DUZfY4WBRVPdSQomGX9AEb\nB9F1JBcwyexZ1q0uB1KLhYelDplBzoBivCq0B/DEYJAsbisMg5se2/kXuAWDyp9S\n3zI94CECgYEA1NiWFCbhtYlyoYd/AY9o6Ruc0n4RR1htAxg+2ZkDzVsJmOIpSqvG\ncnWH3NrLGyLQ9aJdZqLrumUETsuEUiNWlF1GHEE4khsFtJ2kKXGIAU/zMdNzcuMP\nPPdhTzHzNAVypsSII6VNCoku7jkGkkjy0YzjcF4e5Z8qMt8HYYx4gY0CgYEAw4/o\np8FOFPDN40x78QnBn1dV+pjHRNpdVmy7eVftWWOBx87kuDKvIKve5nTiFL2pM8uo\nqamKA47oHVDILizKbm8immZ3coZ7pHD75scGFpwi50iM67BDhQoqJfRXFQqQ0Tso\nnUs+Ki7x8+hiFSfFnDpD3Fa2nmXE79C78mEEuBkCgYEAyC4PMFLFMxxbIEo0C/6Z\nt6uNmXaRv50Nobx61+IObmPxqcUC+sSFdn7NUczA+vuKtYqH95DAzWRWYdkM0MeF\nlTIIT2iT0O3zNsSQcZ3iQQG1gyYQzXt5iGhNL9OVnVaGVww90fCUfZU5+zjM0mYj\nYSv1eGg8/M7uPDwAUCFx8L0CgYAEx8XGJAGGnYRK5Bm7gKONA5OEdquYUUYq0Kmc\ng7u3jakkezg4EHUbdVgThhPoseIq8/WBgDVxdNLTtJ/QESQ5otnTsGGHGSZ4lJJz\nx7WsY9CumqVnNX3RCLiTCPAAAawckTei8K3qVg9wCOQs5DX+ZaY3Ap+gK5iuzAls\nGVcGMQKBgEqXvanlIeORuCrqW6elLy6BEoHlvJUnaVuN9KJAQT+hSGnx8WUu6snf\nqZec3e4l2aCWqGrkTSdGCqagdDE/p+iZcB5zqsum74xSF6e7UP6jGufqJ7PLLxjI\n1U93lIKA5J63MSXMWBYdQxwPoiYYP+SFc7Qbph7d7aozPpUYwIWn\n-----END RSA PRIVATE KEY-----\n", "user_id": "9482390a0722494f8852b9f0e2b9de56", "name": "singlevm1-kp_d3cb17ed-70b5-4754-9e34-5a131db39fb7", "fingerprint": "ef:48:00:82:3e:42:61:e1:fe:1f:99:a8:e2:5f:0e:a6"}} 2018-08-15 17:28:33,899 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/os-keypairs used request id req-b5ec90d2-2200-4bec-aa32-573bc5bb317b 2018-08-15 17:28:33,900 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.289016008377s 2018-08-15 17:28:33,900 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/os-keypairs used request id req-b5ec90d2-2200-4bec-aa32-573bc5bb317b 2018-08-15 17:28:33,901 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCimKC88OQEShFCw18taY0WAl57vkxeR0gO6SZZ7dVLX7tlwk8MDCIm7IytgsQZNjK/wjMZ9vdmsP3cVmvYGdsvOYHfzwz6rfVSIBriSMWN/BJCRS1BRUcApLLqQbtrjV0/biGeHzQ5iryvzhI77Ff/H/fFIvJntkWRrXTpVQ8zgJ/DGOMoaT+UAEYXXFJMAsNVmdqPYmCgkvhDCEzdhHvCPat8aHloKt/gOuodfM86/T5GVwitEP4oytw/yOun4PhrGeBnoB46SV9GMnV/oDhiCCCSspOn6G1VZkcWOK9ZRnun2lwDgDPe7EPrM06/cyPAuCVl5cfcmg7yJr/IFf7F Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAopigvPDkBEoRQsNfLWmNFgJee75MXkdIDukmWe3VS1+7ZcJP\nDAwiJuyMrYLEGTYyv8IzGfb3ZrD93FZr2BnbLzmB388M+q31UiAa4kjFjfwSQkUt\nQUVHAKSy6kG7a41dP24hnh80OYq8r84SO+xX/x/3xSLyZ7ZFka106VUPM4Cfwxjj\nKGk/lABGF1xSTALDVZnaj2JgoJL4QwhM3YR7wj2rfGh5aCrf4DrqHXzPOv0+RlcI\nrRD+KMrcP8jrp+D4axngZ6AeOklfRjJ1f6A4YgggkrKTp+htVWZHFjivWUZ7p9pc\nA4Az3uxD6zNOv3MjwLglZeXH3JoO8ia/yBX+xQIDAQABAoIBADYMWDoWNSV73Xr8\n6LF2ybBMP04Q9t/MABb8x4PTPDie7PMpgQ83JU8dCLJQqpDa5Em76zKxVpHrOae5\njoW6KpLrIdHcyKq3krmm9GjN2eWVqhgfWKi+t5huJw8ZpIxe5GVGXaRrKPgLtycV\ncBg9Ow8SeFEuibeR7lQ7fYZmgPQUQMSMQ4nkz5kslbipMJ+JoyFeeGreHiAUNThl\n+vL6EqN068nnG0oxWv6AFRoK7ySuOAqj97xdPx2T52DUZfY4WBRVPdSQomGX9AEb\nB9F1JBcwyexZ1q0uB1KLhYelDplBzoBivCq0B/DEYJAsbisMg5se2/kXuAWDyp9S\n3zI94CECgYEA1NiWFCbhtYlyoYd/AY9o6Ruc0n4RR1htAxg+2ZkDzVsJmOIpSqvG\ncnWH3NrLGyLQ9aJdZqLrumUETsuEUiNWlF1GHEE4khsFtJ2kKXGIAU/zMdNzcuMP\nPPdhTzHzNAVypsSII6VNCoku7jkGkkjy0YzjcF4e5Z8qMt8HYYx4gY0CgYEAw4/o\np8FOFPDN40x78QnBn1dV+pjHRNpdVmy7eVftWWOBx87kuDKvIKve5nTiFL2pM8uo\nqamKA47oHVDILizKbm8immZ3coZ7pHD75scGFpwi50iM67BDhQoqJfRXFQqQ0Tso\nnUs+Ki7x8+hiFSfFnDpD3Fa2nmXE79C78mEEuBkCgYEAyC4PMFLFMxxbIEo0C/6Z\nt6uNmXaRv50Nobx61+IObmPxqcUC+sSFdn7NUczA+vuKtYqH95DAzWRWYdkM0MeF\nlTIIT2iT0O3zNsSQcZ3iQQG1gyYQzXt5iGhNL9OVnVaGVww90fCUfZU5+zjM0mYj\nYSv1eGg8/M7uPDwAUCFx8L0CgYAEx8XGJAGGnYRK5Bm7gKONA5OEdquYUUYq0Kmc\ng7u3jakkezg4EHUbdVgThhPoseIq8/WBgDVxdNLTtJ/QESQ5otnTsGGHGSZ4lJJz\nx7WsY9CumqVnNX3RCLiTCPAAAawckTei8K3qVg9wCOQs5DX+ZaY3Ap+gK5iuzAls\nGVcGMQKBgEqXvanlIeORuCrqW6elLy6BEoHlvJUnaVuN9KJAQT+hSGnx8WUu6snf\nqZec3e4l2aCWqGrkTSdGCqagdDE/p+iZcB5zqsum74xSF6e7UP6jGufqJ7PLLxjI\n1U93lIKA5J63MSXMWBYdQxwPoiYYP+SFc7Qbph7d7aozPpUYwIWn\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'9482390a0722494f8852b9f0e2b9de56', 'name': u'singlevm1-kp_d3cb17ed-70b5-4754-9e34-5a131db39fb7', 'created_at': '2018-08-15T17:28:33.901020', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'a3688ea3a7924e1e8a441a00bd79aae5', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'ef:48:00:82:3e:42:61:e1:fe:1f:99:a8:e2:5f:0e:a6', 'type': 'ssh', 'id': u'singlevm1-kp_d3cb17ed-70b5-4754-9e34-5a131db39fb7'}) 2018-08-15 17:28:33,901 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEowIBAAKCAQEAopigvPDkBEoRQsNfLWmNFgJee75MXkdIDukmWe3VS1+7ZcJP DAwiJuyMrYLEGTYyv8IzGfb3ZrD93FZr2BnbLzmB388M+q31UiAa4kjFjfwSQkUt QUVHAKSy6kG7a41dP24hnh80OYq8r84SO+xX/x/3xSLyZ7ZFka106VUPM4Cfwxjj KGk/lABGF1xSTALDVZnaj2JgoJL4QwhM3YR7wj2rfGh5aCrf4DrqHXzPOv0+RlcI rRD+KMrcP8jrp+D4axngZ6AeOklfRjJ1f6A4YgggkrKTp+htVWZHFjivWUZ7p9pc A4Az3uxD6zNOv3MjwLglZeXH3JoO8ia/yBX+xQIDAQABAoIBADYMWDoWNSV73Xr8 6LF2ybBMP04Q9t/MABb8x4PTPDie7PMpgQ83JU8dCLJQqpDa5Em76zKxVpHrOae5 joW6KpLrIdHcyKq3krmm9GjN2eWVqhgfWKi+t5huJw8ZpIxe5GVGXaRrKPgLtycV cBg9Ow8SeFEuibeR7lQ7fYZmgPQUQMSMQ4nkz5kslbipMJ+JoyFeeGreHiAUNThl +vL6EqN068nnG0oxWv6AFRoK7ySuOAqj97xdPx2T52DUZfY4WBRVPdSQomGX9AEb B9F1JBcwyexZ1q0uB1KLhYelDplBzoBivCq0B/DEYJAsbisMg5se2/kXuAWDyp9S 3zI94CECgYEA1NiWFCbhtYlyoYd/AY9o6Ruc0n4RR1htAxg+2ZkDzVsJmOIpSqvG cnWH3NrLGyLQ9aJdZqLrumUETsuEUiNWlF1GHEE4khsFtJ2kKXGIAU/zMdNzcuMP PPdhTzHzNAVypsSII6VNCoku7jkGkkjy0YzjcF4e5Z8qMt8HYYx4gY0CgYEAw4/o p8FOFPDN40x78QnBn1dV+pjHRNpdVmy7eVftWWOBx87kuDKvIKve5nTiFL2pM8uo qamKA47oHVDILizKbm8immZ3coZ7pHD75scGFpwi50iM67BDhQoqJfRXFQqQ0Tso nUs+Ki7x8+hiFSfFnDpD3Fa2nmXE79C78mEEuBkCgYEAyC4PMFLFMxxbIEo0C/6Z t6uNmXaRv50Nobx61+IObmPxqcUC+sSFdn7NUczA+vuKtYqH95DAzWRWYdkM0MeF lTIIT2iT0O3zNsSQcZ3iQQG1gyYQzXt5iGhNL9OVnVaGVww90fCUfZU5+zjM0mYj YSv1eGg8/M7uPDwAUCFx8L0CgYAEx8XGJAGGnYRK5Bm7gKONA5OEdquYUUYq0Kmc g7u3jakkezg4EHUbdVgThhPoseIq8/WBgDVxdNLTtJ/QESQ5otnTsGGHGSZ4lJJz x7WsY9CumqVnNX3RCLiTCPAAAawckTei8K3qVg9wCOQs5DX+ZaY3Ap+gK5iuzAls GVcGMQKBgEqXvanlIeORuCrqW6elLy6BEoHlvJUnaVuN9KJAQT+hSGnx8WUu6snf qZec3e4l2aCWqGrkTSdGCqagdDE/p+iZcB5zqsum74xSF6e7UP6jGufqJ7PLLxjI 1U93lIKA5J63MSXMWBYdQxwPoiYYP+SFc7Qbph7d7aozPpUYwIWn -----END RSA PRIVATE KEY----- 2018-08-15 17:28:33,904 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-08-15 17:28:33,905 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2c7a7ac8cd3828a0afa941832e58cdd493f5beb0" -d '{"security_group": {"name": "singlevm1-sg_d3cb17ed-70b5-4754-9e34-5a131db39fb7", "description": "created by OPNFV Functest (singlevm1)"}}' 2018-08-15 17:28:34,072 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1418 X-Openstack-Request-Id: req-00f0d002-a62d-4d71-9ec2-9932ef3c3c28 Date: Wed, 15 Aug 2018 17:28:34 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "a3688ea3a7924e1e8a441a00bd79aae5", "created_at": "2018-08-15T17:28:33Z", "updated_at": "2018-08-15T17:28:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:28:34Z", "revision_number": 0, "id": "ec1d3786-4859-460c-bab4-17fa61103402", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T17:28:34Z", "security_group_id": "0f9756b4-97a4-47d9-943e-1c53438ab940", "tenant_id": "a3688ea3a7924e1e8a441a00bd79aae5", "port_range_min": null, "ethertype": "IPv4", "project_id": "a3688ea3a7924e1e8a441a00bd79aae5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:28:34Z", "revision_number": 0, "id": "f1af5f67-0a19-4f90-a23d-c99483534a4d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T17:28:34Z", "security_group_id": "0f9756b4-97a4-47d9-943e-1c53438ab940", "tenant_id": "a3688ea3a7924e1e8a441a00bd79aae5", "port_range_min": null, "ethertype": "IPv6", "project_id": "a3688ea3a7924e1e8a441a00bd79aae5"}], "revision_number": 1, "project_id": "a3688ea3a7924e1e8a441a00bd79aae5", "id": "0f9756b4-97a4-47d9-943e-1c53438ab940", "name": "singlevm1-sg_d3cb17ed-70b5-4754-9e34-5a131db39fb7"}} 2018-08-15 17:28:34,072 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-00f0d002-a62d-4d71-9ec2-9932ef3c3c28 2018-08-15 17:28:34,072 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.16813492775s 2018-08-15 17:28:34,073 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-00f0d002-a62d-4d71-9ec2-9932ef3c3c28 2018-08-15 17:28:34,077 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-15 17:28:34,077 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2c7a7ac8cd3828a0afa941832e58cdd493f5beb0" 2018-08-15 17:28:34,200 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 13166 X-Openstack-Request-Id: req-0ba0135e-fae6-498e-81e8-14adde310916 Date: Wed, 15 Aug 2018 17:28:34 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "a3688ea3a7924e1e8a441a00bd79aae5", "created_at": "2018-08-15T17:28:33Z", "updated_at": "2018-08-15T17:28:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:28:34Z", "revision_number": 0, "id": "ec1d3786-4859-460c-bab4-17fa61103402", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T17:28:34Z", "security_group_id": "0f9756b4-97a4-47d9-943e-1c53438ab940", "tenant_id": "a3688ea3a7924e1e8a441a00bd79aae5", "port_range_min": null, "ethertype": "IPv4", "project_id": "a3688ea3a7924e1e8a441a00bd79aae5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:28:34Z", "revision_number": 0, "id": "f1af5f67-0a19-4f90-a23d-c99483534a4d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T17:28:34Z", "security_group_id": "0f9756b4-97a4-47d9-943e-1c53438ab940", "tenant_id": "a3688ea3a7924e1e8a441a00bd79aae5", "port_range_min": null, "ethertype": "IPv6", "project_id": "a3688ea3a7924e1e8a441a00bd79aae5"}], "revision_number": 1, "project_id": "a3688ea3a7924e1e8a441a00bd79aae5", "id": "0f9756b4-97a4-47d9-943e-1c53438ab940", "name": "singlevm1-sg_d3cb17ed-70b5-4754-9e34-5a131db39fb7"}, {"description": "Default security group", "tags": [], "tenant_id": "d2c267e1fee9461ba5e64a915b9518f5", "created_at": "2018-08-15T17:16:26Z", "updated_at": "2018-08-15T17:16:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:16:26Z", "revision_number": 0, "id": "0141cb89-2ac6-4e44-8a33-98502f991b14", "remote_group_id": "49ad131e-2fee-4eda-925b-574512101baf", "remote_ip_prefix": null, "created_at": "2018-08-15T17:16:26Z", "security_group_id": "49ad131e-2fee-4eda-925b-574512101baf", "tenant_id": "d2c267e1fee9461ba5e64a915b9518f5", "port_range_min": null, "ethertype": "IPv6", "project_id": "d2c267e1fee9461ba5e64a915b9518f5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:16:26Z", "revision_number": 0, "id": "2838190b-5271-4849-ad98-f69f8537ebd4", "remote_group_id": "49ad131e-2fee-4eda-925b-574512101baf", "remote_ip_prefix": null, "created_at": "2018-08-15T17:16:26Z", "security_group_id": "49ad131e-2fee-4eda-925b-574512101baf", "tenant_id": "d2c267e1fee9461ba5e64a915b9518f5", "port_range_min": null, "ethertype": "IPv4", "project_id": "d2c267e1fee9461ba5e64a915b9518f5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:16:26Z", "revision_number": 0, "id": "8c98c9ae-fd3c-446d-8e3a-b940eeaeaf5c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T17:16:26Z", "security_group_id": "49ad131e-2fee-4eda-925b-574512101baf", "tenant_id": "d2c267e1fee9461ba5e64a915b9518f5", "port_range_min": null, "ethertype": "IPv4", "project_id": "d2c267e1fee9461ba5e64a915b9518f5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:16:26Z", "revision_number": 0, "id": "ba624d5b-e90c-4654-ad59-8e59dfa2c030", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T17:16:26Z", "security_group_id": "49ad131e-2fee-4eda-925b-574512101baf", "tenant_id": "d2c267e1fee9461ba5e64a915b9518f5", "port_range_min": null, "ethertype": "IPv6", "project_id": "d2c267e1fee9461ba5e64a915b9518f5"}], "revision_number": 1, "project_id": "d2c267e1fee9461ba5e64a915b9518f5", "id": "49ad131e-2fee-4eda-925b-574512101baf", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-15T17:27:27Z", "updated_at": "2018-08-15T17:27:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:27:27Z", "revision_number": 0, "id": "17660aba-9083-4642-ba77-864183ac3be2", "remote_group_id": "7dfaa501-90b4-4eaa-bfc8-0c47387c4cfe", "remote_ip_prefix": null, "created_at": "2018-08-15T17:27:27Z", "security_group_id": "7dfaa501-90b4-4eaa-bfc8-0c47387c4cfe", "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-15T17:27:27Z", "revision_number": 0, "id": "674b08f0-5d18-4c1f-b30c-560dc87de3ea", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T17:27:27Z", "security_group_id": "7dfaa501-90b4-4eaa-bfc8-0c47387c4cfe", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:27:27Z", "revision_number": 0, "id": "b4aa6404-b143-4913-8911-8e57a7f69792", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T17:27:27Z", "security_group_id": "7dfaa501-90b4-4eaa-bfc8-0c47387c4cfe", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:27:27Z", "revision_number": 0, "id": "c159519c-ede4-4f2e-8aaa-5140c783b145", "remote_group_id": "7dfaa501-90b4-4eaa-bfc8-0c47387c4cfe", "remote_ip_prefix": null, "created_at": "2018-08-15T17:27:27Z", "security_group_id": "7dfaa501-90b4-4eaa-bfc8-0c47387c4cfe", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "7dfaa501-90b4-4eaa-bfc8-0c47387c4cfe", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a3688ea3a7924e1e8a441a00bd79aae5", "created_at": "2018-08-15T17:27:25Z", "updated_at": "2018-08-15T17:27:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:27:25Z", "revision_number": 0, "id": "091c3db4-f9d3-44f6-be43-0122bd8d1eac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T17:27:25Z", "security_group_id": "b1b93c0b-5bde-4ee1-8155-9730b9f808b4", "tenant_id": "a3688ea3a7924e1e8a441a00bd79aae5", "port_range_min": null, "ethertype": "IPv6", "project_id": "a3688ea3a7924e1e8a441a00bd79aae5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:27:25Z", "revision_number": 0, "id": "65c0ba7b-91f5-464a-8af4-3d5005d0527c", "remote_group_id": "b1b93c0b-5bde-4ee1-8155-9730b9f808b4", "remote_ip_prefix": null, "created_at": "2018-08-15T17:27:25Z", "security_group_id": "b1b93c0b-5bde-4ee1-8155-9730b9f808b4", "tenant_id": "a3688ea3a7924e1e8a441a00bd79aae5", "port_range_min": null, "ethertype": "IPv4", "project_id": "a3688ea3a7924e1e8a441a00bd79aae5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:27:25Z", "revision_number": 0, "id": "e2d19f94-59c6-4030-a2d3-3543abf9ef83", "remote_group_id": "b1b93c0b-5bde-4ee1-8155-9730b9f808b4", "remote_ip_prefix": null, "created_at": "2018-08-15T17:27:25Z", "security_group_id": "b1b93c0b-5bde-4ee1-8155-9730b9f808b4", "tenant_id": "a3688ea3a7924e1e8a441a00bd79aae5", "port_range_min": null, "ethertype": "IPv6", "project_id": "a3688ea3a7924e1e8a441a00bd79aae5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:27:25Z", "revision_number": 0, "id": "e6d70d3c-c66c-409f-8be9-e983e7d4e3f2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T17:27:25Z", "security_group_id": "b1b93c0b-5bde-4ee1-8155-9730b9f808b4", "tenant_id": "a3688ea3a7924e1e8a441a00bd79aae5", "port_range_min": null, "ethertype": "IPv4", "project_id": "a3688ea3a7924e1e8a441a00bd79aae5"}], "revision_number": 1, "project_id": "a3688ea3a7924e1e8a441a00bd79aae5", "id": "b1b93c0b-5bde-4ee1-8155-9730b9f808b4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d430bf63913c4781a978078ee32a4df2", "created_at": "2018-08-15T17:28:12Z", "updated_at": "2018-08-15T17:28:12Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:28:12Z", "revision_number": 0, "id": "3c579e11-f316-40df-a507-07fd2ab9d15b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T17:28:12Z", "security_group_id": "ba63379d-aaf6-4088-9ecf-ac9efd7adcfc", "tenant_id": "d430bf63913c4781a978078ee32a4df2", "port_range_min": null, "ethertype": "IPv4", "project_id": "d430bf63913c4781a978078ee32a4df2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:28:12Z", "revision_number": 0, "id": "3e8c124a-4ec4-4a64-816a-1890d459e6b3", "remote_group_id": "ba63379d-aaf6-4088-9ecf-ac9efd7adcfc", "remote_ip_prefix": null, "created_at": "2018-08-15T17:28:12Z", "security_group_id": "ba63379d-aaf6-4088-9ecf-ac9efd7adcfc", "tenant_id": "d430bf63913c4781a978078ee32a4df2", "port_range_min": null, "ethertype": "IPv4", "project_id": "d430bf63913c4781a978078ee32a4df2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:28:12Z", "revision_number": 0, "id": "ab8c5473-ba1a-4dbc-b2cc-5c3bf16ef3fd", "remote_group_id": "ba63379d-aaf6-4088-9ecf-ac9efd7adcfc", "remote_ip_prefix": null, "created_at": "2018-08-15T17:28:12Z", "security_group_id": "ba63379d-aaf6-4088-9ecf-ac9efd7adcfc", "tenant_id": "d430bf63913c4781a978078ee32a4df2", "port_range_min": null, "ethertype": "IPv6", "project_id": "d430bf63913c4781a978078ee32a4df2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:28:12Z", "revision_number": 0, "id": "ee661a31-96aa-4e62-9891-5350abebbe6f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T17:28:12Z", "security_group_id": "ba63379d-aaf6-4088-9ecf-ac9efd7adcfc", "tenant_id": "d430bf63913c4781a978078ee32a4df2", "port_range_min": null, "ethertype": "IPv6", "project_id": "d430bf63913c4781a978078ee32a4df2"}], "revision_number": 1, "project_id": "d430bf63913c4781a978078ee32a4df2", "id": "ba63379d-aaf6-4088-9ecf-ac9efd7adcfc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "13f6bb3f519949d1aa327ef44625daea", "created_at": "2018-08-15T17:27:40Z", "updated_at": "2018-08-15T17:27:41Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:27:41Z", "revision_number": 0, "id": "18c7d210-78a1-4871-9be7-95edcf0dcecc", "remote_group_id": "ec03cefb-89d2-4f83-9da1-a9a70b20b203", "remote_ip_prefix": null, "created_at": "2018-08-15T17:27:41Z", "security_group_id": "ec03cefb-89d2-4f83-9da1-a9a70b20b203", "tenant_id": "13f6bb3f519949d1aa327ef44625daea", "port_range_min": null, "ethertype": "IPv4", "project_id": "13f6bb3f519949d1aa327ef44625daea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:27:41Z", "revision_number": 0, "id": "74eda8ad-2cae-40ae-b041-63f063b243b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T17:27:41Z", "security_group_id": "ec03cefb-89d2-4f83-9da1-a9a70b20b203", "tenant_id": "13f6bb3f519949d1aa327ef44625daea", "port_range_min": null, "ethertype": "IPv4", "project_id": "13f6bb3f519949d1aa327ef44625daea"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:27:41Z", "revision_number": 0, "id": "917713ed-fb6b-4484-a19f-2c41aca5a114", "remote_group_id": "ec03cefb-89d2-4f83-9da1-a9a70b20b203", "remote_ip_prefix": null, "created_at": "2018-08-15T17:27:41Z", "security_group_id": "ec03cefb-89d2-4f83-9da1-a9a70b20b203", "tenant_id": "13f6bb3f519949d1aa327ef44625daea", "port_range_min": null, "ethertype": "IPv6", "project_id": "13f6bb3f519949d1aa327ef44625daea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:27:41Z", "revision_number": 0, "id": "e6387382-e575-47fd-9ed1-4d655d354660", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T17:27:41Z", "security_group_id": "ec03cefb-89d2-4f83-9da1-a9a70b20b203", "tenant_id": "13f6bb3f519949d1aa327ef44625daea", "port_range_min": null, "ethertype": "IPv6", "project_id": "13f6bb3f519949d1aa327ef44625daea"}], "revision_number": 1, "project_id": "13f6bb3f519949d1aa327ef44625daea", "id": "ec03cefb-89d2-4f83-9da1-a9a70b20b203", "name": "default"}]} 2018-08-15 17:28:34,201 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-0ba0135e-fae6-498e-81e8-14adde310916 2018-08-15 17:28:34,201 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.12415599823s 2018-08-15 17:28:34,202 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-0ba0135e-fae6-498e-81e8-14adde310916 2018-08-15 17:28:34,206 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-15 17:28:34,207 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2c7a7ac8cd3828a0afa941832e58cdd493f5beb0" -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": "0f9756b4-97a4-47d9-943e-1c53438ab940"}}' 2018-08-15 17:28:34,512 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-2775afd8-2e9f-4c2e-99e7-e33a41f50ea8 Date: Wed, 15 Aug 2018 17:28:34 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-15T17:28:34Z", "security_group_id": "0f9756b4-97a4-47d9-943e-1c53438ab940", "port_range_min": 22, "revision_number": 0, "tenant_id": "a3688ea3a7924e1e8a441a00bd79aae5", "created_at": "2018-08-15T17:28:34Z", "project_id": "a3688ea3a7924e1e8a441a00bd79aae5", "id": "339a386f-cad7-471f-b2ef-2889c80b824c"}} 2018-08-15 17:28:34,512 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules.json used request id req-2775afd8-2e9f-4c2e-99e7-e33a41f50ea8 2018-08-15 17:28:34,512 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.305718183517s 2018-08-15 17:28:34,513 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules.json used request id req-2775afd8-2e9f-4c2e-99e7-e33a41f50ea8 2018-08-15 17:28:34,516 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-15 17:28:34,517 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2c7a7ac8cd3828a0afa941832e58cdd493f5beb0" 2018-08-15 17:28:34,577 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 13662 X-Openstack-Request-Id: req-cce0c706-e8f1-44f2-9a3b-00d69c40fd7e Date: Wed, 15 Aug 2018 17:28:34 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "a3688ea3a7924e1e8a441a00bd79aae5", "created_at": "2018-08-15T17:28:33Z", "updated_at": "2018-08-15T17:28:34Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-15T17:28:34Z", "revision_number": 0, "id": "339a386f-cad7-471f-b2ef-2889c80b824c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T17:28:34Z", "security_group_id": "0f9756b4-97a4-47d9-943e-1c53438ab940", "tenant_id": "a3688ea3a7924e1e8a441a00bd79aae5", "port_range_min": 22, "ethertype": "IPv4", "project_id": "a3688ea3a7924e1e8a441a00bd79aae5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:28:34Z", "revision_number": 0, "id": "ec1d3786-4859-460c-bab4-17fa61103402", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T17:28:34Z", "security_group_id": "0f9756b4-97a4-47d9-943e-1c53438ab940", "tenant_id": "a3688ea3a7924e1e8a441a00bd79aae5", "port_range_min": null, "ethertype": "IPv4", "project_id": "a3688ea3a7924e1e8a441a00bd79aae5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:28:34Z", "revision_number": 0, "id": "f1af5f67-0a19-4f90-a23d-c99483534a4d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T17:28:34Z", "security_group_id": "0f9756b4-97a4-47d9-943e-1c53438ab940", "tenant_id": "a3688ea3a7924e1e8a441a00bd79aae5", "port_range_min": null, "ethertype": "IPv6", "project_id": "a3688ea3a7924e1e8a441a00bd79aae5"}], "revision_number": 2, "project_id": "a3688ea3a7924e1e8a441a00bd79aae5", "id": "0f9756b4-97a4-47d9-943e-1c53438ab940", "name": "singlevm1-sg_d3cb17ed-70b5-4754-9e34-5a131db39fb7"}, {"description": "Default security group", "tags": [], "tenant_id": "d2c267e1fee9461ba5e64a915b9518f5", "created_at": "2018-08-15T17:16:26Z", "updated_at": "2018-08-15T17:16:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:16:26Z", "revision_number": 0, "id": "0141cb89-2ac6-4e44-8a33-98502f991b14", "remote_group_id": "49ad131e-2fee-4eda-925b-574512101baf", "remote_ip_prefix": null, "created_at": "2018-08-15T17:16:26Z", "security_group_id": "49ad131e-2fee-4eda-925b-574512101baf", "tenant_id": "d2c267e1fee9461ba5e64a915b9518f5", "port_range_min": null, "ethertype": "IPv6", "project_id": "d2c267e1fee9461ba5e64a915b9518f5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:16:26Z", "revision_number": 0, "id": "2838190b-5271-4849-ad98-f69f8537ebd4", "remote_group_id": "49ad131e-2fee-4eda-925b-574512101baf", "remote_ip_prefix": null, "created_at": "2018-08-15T17:16:26Z", "security_group_id": "49ad131e-2fee-4eda-925b-574512101baf", "tenant_id": "d2c267e1fee9461ba5e64a915b9518f5", "port_range_min": null, "ethertype": "IPv4", "project_id": "d2c267e1fee9461ba5e64a915b9518f5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:16:26Z", "revision_number": 0, "id": "8c98c9ae-fd3c-446d-8e3a-b940eeaeaf5c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T17:16:26Z", "security_group_id": "49ad131e-2fee-4eda-925b-574512101baf", "tenant_id": "d2c267e1fee9461ba5e64a915b9518f5", "port_range_min": null, "ethertype": "IPv4", "project_id": "d2c267e1fee9461ba5e64a915b9518f5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:16:26Z", "revision_number": 0, "id": "ba624d5b-e90c-4654-ad59-8e59dfa2c030", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T17:16:26Z", "security_group_id": "49ad131e-2fee-4eda-925b-574512101baf", "tenant_id": "d2c267e1fee9461ba5e64a915b9518f5", "port_range_min": null, "ethertype": "IPv6", "project_id": "d2c267e1fee9461ba5e64a915b9518f5"}], "revision_number": 1, "project_id": "d2c267e1fee9461ba5e64a915b9518f5", "id": "49ad131e-2fee-4eda-925b-574512101baf", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-15T17:27:27Z", "updated_at": "2018-08-15T17:27:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:27:27Z", "revision_number": 0, "id": "17660aba-9083-4642-ba77-864183ac3be2", "remote_group_id": "7dfaa501-90b4-4eaa-bfc8-0c47387c4cfe", "remote_ip_prefix": null, "created_at": "2018-08-15T17:27:27Z", "security_group_id": "7dfaa501-90b4-4eaa-bfc8-0c47387c4cfe", "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-15T17:27:27Z", "revision_number": 0, "id": "674b08f0-5d18-4c1f-b30c-560dc87de3ea", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T17:27:27Z", "security_group_id": "7dfaa501-90b4-4eaa-bfc8-0c47387c4cfe", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:27:27Z", "revision_number": 0, "id": "b4aa6404-b143-4913-8911-8e57a7f69792", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T17:27:27Z", "security_group_id": "7dfaa501-90b4-4eaa-bfc8-0c47387c4cfe", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:27:27Z", "revision_number": 0, "id": "c159519c-ede4-4f2e-8aaa-5140c783b145", "remote_group_id": "7dfaa501-90b4-4eaa-bfc8-0c47387c4cfe", "remote_ip_prefix": null, "created_at": "2018-08-15T17:27:27Z", "security_group_id": "7dfaa501-90b4-4eaa-bfc8-0c47387c4cfe", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "7dfaa501-90b4-4eaa-bfc8-0c47387c4cfe", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a3688ea3a7924e1e8a441a00bd79aae5", "created_at": "2018-08-15T17:27:25Z", "updated_at": "2018-08-15T17:27:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:27:25Z", "revision_number": 0, "id": "091c3db4-f9d3-44f6-be43-0122bd8d1eac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T17:27:25Z", "security_group_id": "b1b93c0b-5bde-4ee1-8155-9730b9f808b4", "tenant_id": "a3688ea3a7924e1e8a441a00bd79aae5", "port_range_min": null, "ethertype": "IPv6", "project_id": "a3688ea3a7924e1e8a441a00bd79aae5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:27:25Z", "revision_number": 0, "id": "65c0ba7b-91f5-464a-8af4-3d5005d0527c", "remote_group_id": "b1b93c0b-5bde-4ee1-8155-9730b9f808b4", "remote_ip_prefix": null, "created_at": "2018-08-15T17:27:25Z", "security_group_id": "b1b93c0b-5bde-4ee1-8155-9730b9f808b4", "tenant_id": "a3688ea3a7924e1e8a441a00bd79aae5", "port_range_min": null, "ethertype": "IPv4", "project_id": "a3688ea3a7924e1e8a441a00bd79aae5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:27:25Z", "revision_number": 0, "id": "e2d19f94-59c6-4030-a2d3-3543abf9ef83", "remote_group_id": "b1b93c0b-5bde-4ee1-8155-9730b9f808b4", "remote_ip_prefix": null, "created_at": "2018-08-15T17:27:25Z", "security_group_id": "b1b93c0b-5bde-4ee1-8155-9730b9f808b4", "tenant_id": "a3688ea3a7924e1e8a441a00bd79aae5", "port_range_min": null, "ethertype": "IPv6", "project_id": "a3688ea3a7924e1e8a441a00bd79aae5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:27:25Z", "revision_number": 0, "id": "e6d70d3c-c66c-409f-8be9-e983e7d4e3f2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T17:27:25Z", "security_group_id": "b1b93c0b-5bde-4ee1-8155-9730b9f808b4", "tenant_id": "a3688ea3a7924e1e8a441a00bd79aae5", "port_range_min": null, "ethertype": "IPv4", "project_id": "a3688ea3a7924e1e8a441a00bd79aae5"}], "revision_number": 1, "project_id": "a3688ea3a7924e1e8a441a00bd79aae5", "id": "b1b93c0b-5bde-4ee1-8155-9730b9f808b4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d430bf63913c4781a978078ee32a4df2", "created_at": "2018-08-15T17:28:12Z", "updated_at": "2018-08-15T17:28:12Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:28:12Z", "revision_number": 0, "id": "3c579e11-f316-40df-a507-07fd2ab9d15b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T17:28:12Z", "security_group_id": "ba63379d-aaf6-4088-9ecf-ac9efd7adcfc", "tenant_id": "d430bf63913c4781a978078ee32a4df2", "port_range_min": null, "ethertype": "IPv4", "project_id": "d430bf63913c4781a978078ee32a4df2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:28:12Z", "revision_number": 0, "id": "3e8c124a-4ec4-4a64-816a-1890d459e6b3", "remote_group_id": "ba63379d-aaf6-4088-9ecf-ac9efd7adcfc", "remote_ip_prefix": null, "created_at": "2018-08-15T17:28:12Z", "security_group_id": "ba63379d-aaf6-4088-9ecf-ac9efd7adcfc", "tenant_id": "d430bf63913c4781a978078ee32a4df2", "port_range_min": null, "ethertype": "IPv4", "project_id": "d430bf63913c4781a978078ee32a4df2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:28:12Z", "revision_number": 0, "id": "ab8c5473-ba1a-4dbc-b2cc-5c3bf16ef3fd", "remote_group_id": "ba63379d-aaf6-4088-9ecf-ac9efd7adcfc", "remote_ip_prefix": null, "created_at": "2018-08-15T17:28:12Z", "security_group_id": "ba63379d-aaf6-4088-9ecf-ac9efd7adcfc", "tenant_id": "d430bf63913c4781a978078ee32a4df2", "port_range_min": null, "ethertype": "IPv6", "project_id": "d430bf63913c4781a978078ee32a4df2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:28:12Z", "revision_number": 0, "id": "ee661a31-96aa-4e62-9891-5350abebbe6f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T17:28:12Z", "security_group_id": "ba63379d-aaf6-4088-9ecf-ac9efd7adcfc", "tenant_id": "d430bf63913c4781a978078ee32a4df2", "port_range_min": null, "ethertype": "IPv6", "project_id": "d430bf63913c4781a978078ee32a4df2"}], "revision_number": 1, "project_id": "d430bf63913c4781a978078ee32a4df2", "id": "ba63379d-aaf6-4088-9ecf-ac9efd7adcfc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "13f6bb3f519949d1aa327ef44625daea", "created_at": "2018-08-15T17:27:40Z", "updated_at": "2018-08-15T17:27:41Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:27:41Z", "revision_number": 0, "id": "18c7d210-78a1-4871-9be7-95edcf0dcecc", "remote_group_id": "ec03cefb-89d2-4f83-9da1-a9a70b20b203", "remote_ip_prefix": null, "created_at": "2018-08-15T17:27:41Z", "security_group_id": "ec03cefb-89d2-4f83-9da1-a9a70b20b203", "tenant_id": "13f6bb3f519949d1aa327ef44625daea", "port_range_min": null, "ethertype": "IPv4", "project_id": "13f6bb3f519949d1aa327ef44625daea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:27:41Z", "revision_number": 0, "id": "74eda8ad-2cae-40ae-b041-63f063b243b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T17:27:41Z", "security_group_id": "ec03cefb-89d2-4f83-9da1-a9a70b20b203", "tenant_id": "13f6bb3f519949d1aa327ef44625daea", "port_range_min": null, "ethertype": "IPv4", "project_id": "13f6bb3f519949d1aa327ef44625daea"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:27:41Z", "revision_number": 0, "id": "917713ed-fb6b-4484-a19f-2c41aca5a114", "remote_group_id": "ec03cefb-89d2-4f83-9da1-a9a70b20b203", "remote_ip_prefix": null, "created_at": "2018-08-15T17:27:41Z", "security_group_id": "ec03cefb-89d2-4f83-9da1-a9a70b20b203", "tenant_id": "13f6bb3f519949d1aa327ef44625daea", "port_range_min": null, "ethertype": "IPv6", "project_id": "13f6bb3f519949d1aa327ef44625daea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:27:41Z", "revision_number": 0, "id": "e6387382-e575-47fd-9ed1-4d655d354660", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T17:27:41Z", "security_group_id": "ec03cefb-89d2-4f83-9da1-a9a70b20b203", "tenant_id": "13f6bb3f519949d1aa327ef44625daea", "port_range_min": null, "ethertype": "IPv6", "project_id": "13f6bb3f519949d1aa327ef44625daea"}], "revision_number": 1, "project_id": "13f6bb3f519949d1aa327ef44625daea", "id": "ec03cefb-89d2-4f83-9da1-a9a70b20b203", "name": "default"}]} 2018-08-15 17:28:34,577 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-cce0c706-e8f1-44f2-9a3b-00d69c40fd7e 2018-08-15 17:28:34,577 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0612089633942s 2018-08-15 17:28:34,578 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-cce0c706-e8f1-44f2-9a3b-00d69c40fd7e 2018-08-15 17:28:34,582 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-15 17:28:34,583 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2c7a7ac8cd3828a0afa941832e58cdd493f5beb0" -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": "0f9756b4-97a4-47d9-943e-1c53438ab940"}}' 2018-08-15 17:28:34,706 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-ee433259-62c6-4056-8a83-7c51e1da0250 Date: Wed, 15 Aug 2018 17:28:34 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-15T17:28:34Z", "security_group_id": "0f9756b4-97a4-47d9-943e-1c53438ab940", "port_range_min": null, "revision_number": 0, "tenant_id": "a3688ea3a7924e1e8a441a00bd79aae5", "created_at": "2018-08-15T17:28:34Z", "project_id": "a3688ea3a7924e1e8a441a00bd79aae5", "id": "1aa4e0b7-169e-45ca-8ab7-e3a62c0ac1e1"}} 2018-08-15 17:28:34,706 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules.json used request id req-ee433259-62c6-4056-8a83-7c51e1da0250 2018-08-15 17:28:34,706 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.12367105484s 2018-08-15 17:28:34,706 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules.json used request id req-ee433259-62c6-4056-8a83-7c51e1da0250 2018-08-15 17:28:34,708 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-15 17:28:34,708 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2c7a7ac8cd3828a0afa941832e58cdd493f5beb0" 2018-08-15 17:28:34,792 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-1a6b1d55-c390-4c07-b1a3-353f55c83ef1 Date: Wed, 15 Aug 2018 17:28:34 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"538fd09c-976c-4f47-bb1c-a5384759dafd","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a3688ea3a7924e1e8a441a00bd79aae5","status":"ACTIVE","subnets":["f7070425-2a9b-4f01-845e-1274c4f883f0"],"description":"","tags":[],"updated_at":"2018-08-15T17:28:29Z","provider:segmentation_id":36,"name":"singlevm1-net_d3cb17ed-70b5-4754-9e34-5a131db39fb7","admin_state_up":true,"tenant_id":"a3688ea3a7924e1e8a441a00bd79aae5","created_at":"2018-08-15T17:28:28Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"fc8ca119-27ab-4070-99fa-a2993d11ee48","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d2c267e1fee9461ba5e64a915b9518f5","status":"ACTIVE","subnets":["3ef75223-733d-425d-bb3e-88e8a796bebc"],"description":"","tags":[],"updated_at":"2018-08-15T17:16:30Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"d2c267e1fee9461ba5e64a915b9518f5","created_at":"2018-08-15T17:16:26Z","provider:network_type":"flat"}]} 2018-08-15 17:28:34,792 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-1a6b1d55-c390-4c07-b1a3-353f55c83ef1 2018-08-15 17:28:34,792 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0842218399048s 2018-08-15 17:28:34,793 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-1a6b1d55-c390-4c07-b1a3-353f55c83ef1 2018-08-15 17:28:34,797 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-15 17:28:34,801 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2c7a7ac8cd3828a0afa941832e58cdd493f5beb0" 2018-08-15 17:28:34,821 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-9c597308-0a34-4cb7-9b17-f5b53a4d6a7f Date: Wed, 15 Aug 2018 17:28:34 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-15T17:28:33Z", "file": "/v2/images/ca91db02-2376-4aa9-8c24-01be67d4a922/file", "owner": "a3688ea3a7924e1e8a441a00bd79aae5", "id": "ca91db02-2376-4aa9-8c24-01be67d4a922", "size": 12716032, "self": "/v2/images/ca91db02-2376-4aa9-8c24-01be67d4a922", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/ca91db02-2376-4aa9-8c24-01be67d4a922/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/ca91db02-2376-4aa9-8c24-01be67d4a922/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/singlevm1-img_d3cb17ed-70b5-4754-9e34-5a131db39fb7", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm1-img_d3cb17ed-70b5-4754-9e34-5a131db39fb7", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-15T17:28:32Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-15 17:28:34,821 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-9c597308-0a34-4cb7-9b17-f5b53a4d6a7f 2018-08-15 17:28:34,822 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0242431163788s 2018-08-15 17:28:34,822 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-9c597308-0a34-4cb7-9b17-f5b53a4d6a7f 2018-08-15 17:28:34,823 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-15 17:28:34,826 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2c7a7ac8cd3828a0afa941832e58cdd493f5beb0" 2018-08-15 17:28:34,957 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:28:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d4297758-80d0-4683-b8e0-db2a29c0991b x-compute-request-id: req-d4297758-80d0-4683-b8e0-db2a29c0991b Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm1-flavor_d3cb17ed-70b5-4754-9e34-5a131db39fb7", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/038ead36-9c4c-4c05-ba67-0a06007427bf", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/038ead36-9c4c-4c05-ba67-0a06007427bf", "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": "038ead36-9c4c-4c05-ba67-0a06007427bf"}]} 2018-08-15 17:28:34,957 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-d4297758-80d0-4683-b8e0-db2a29c0991b 2018-08-15 17:28:34,957 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.133890151978s 2018-08-15 17:28:34,958 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-d4297758-80d0-4683-b8e0-db2a29c0991b 2018-08-15 17:28:34,959 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-15 17:28:34,962 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2c7a7ac8cd3828a0afa941832e58cdd493f5beb0" -d '{"server": {"name": "singlevm1-vm_d3cb17ed-70b5-4754-9e34-5a131db39fb7", "imageRef": "ca91db02-2376-4aa9-8c24-01be67d4a922", "key_name": "singlevm1-kp_d3cb17ed-70b5-4754-9e34-5a131db39fb7", "flavorRef": "038ead36-9c4c-4c05-ba67-0a06007427bf", "max_count": 1, "min_count": 1, "networks": [{"uuid": "538fd09c-976c-4f47-bb1c-a5384759dafd"}], "security_groups": [{"name": "0f9756b4-97a4-47d9-943e-1c53438ab940"}]}}' 2018-08-15 17:28:38,253 - keystoneauth.session - DEBUG - RESP: [202] Date: Wed, 15 Aug 2018 17:28:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-1924cd63-6fc6-4525-8316-976e2ceb4d77 x-compute-request-id: req-1924cd63-6fc6-4525-8316-976e2ceb4d77 Content-Length: 403 location: http://172.30.9.27:8774/v2.1/servers/e210594d-c30d-45a8-a26c-de42a9e34c9a Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "0f9756b4-97a4-47d9-943e-1c53438ab940"}], "OS-DCF:diskConfig": "MANUAL", "id": "e210594d-c30d-45a8-a26c-de42a9e34c9a", "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e210594d-c30d-45a8-a26c-de42a9e34c9a", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e210594d-c30d-45a8-a26c-de42a9e34c9a", "rel": "bookmark"}], "adminPass": "DYaGdU9y8T3U"}} 2018-08-15 17:28:38,253 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-1924cd63-6fc6-4525-8316-976e2ceb4d77 2018-08-15 17:28:38,254 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 3.29414105415s 2018-08-15 17:28:38,254 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-1924cd63-6fc6-4525-8316-976e2ceb4d77 2018-08-15 17:28:38,255 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 17:28:38,258 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2c7a7ac8cd3828a0afa941832e58cdd493f5beb0" 2018-08-15 17:28:38,643 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:28:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7c71fbdd-3984-4cfc-8e87-3b3d3663683b x-compute-request-id: req-7c71fbdd-3984-4cfc-8e87-3b3d3663683b Content-Encoding: gzip Content-Length: 639 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e210594d-c30d-45a8-a26c-de42a9e34c9a", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e210594d-c30d-45a8-a26c-de42a9e34c9a", "rel": "bookmark"}], "image": {"id": "ca91db02-2376-4aa9-8c24-01be67d4a922", "links": [{"href": "http://172.30.9.27:8774/images/ca91db02-2376-4aa9-8c24-01be67d4a922", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "038ead36-9c4c-4c05-ba67-0a06007427bf", "links": [{"href": "http://172.30.9.27:8774/flavors/038ead36-9c4c-4c05-ba67-0a06007427bf", "rel": "bookmark"}]}, "id": "e210594d-c30d-45a8-a26c-de42a9e34c9a", "user_id": "9482390a0722494f8852b9f0e2b9de56", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T17:28:38Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_d3cb17ed-70b5-4754-9e34-5a131db39fb7", "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "singlevm1-vm_d3cb17ed-70b5-4754-9e34-5a131db39fb7", "created": "2018-08-15T17:28:38Z", "tenant_id": "a3688ea3a7924e1e8a441a00bd79aae5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 17:28:38,644 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-7c71fbdd-3984-4cfc-8e87-3b3d3663683b 2018-08-15 17:28:38,644 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.388828992844s 2018-08-15 17:28:38,644 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-7c71fbdd-3984-4cfc-8e87-3b3d3663683b 2018-08-15 17:28:38,652 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-15 17:28:38,652 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2c7a7ac8cd3828a0afa941832e58cdd493f5beb0" 2018-08-15 17:28:38,726 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-8e76db76-29af-47a3-9890-7dc22ac9a83d Date: Wed, 15 Aug 2018 17:28:38 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"538fd09c-976c-4f47-bb1c-a5384759dafd","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a3688ea3a7924e1e8a441a00bd79aae5","status":"ACTIVE","subnets":["f7070425-2a9b-4f01-845e-1274c4f883f0"],"description":"","tags":[],"updated_at":"2018-08-15T17:28:29Z","provider:segmentation_id":36,"name":"singlevm1-net_d3cb17ed-70b5-4754-9e34-5a131db39fb7","admin_state_up":true,"tenant_id":"a3688ea3a7924e1e8a441a00bd79aae5","created_at":"2018-08-15T17:28:28Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"fc8ca119-27ab-4070-99fa-a2993d11ee48","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d2c267e1fee9461ba5e64a915b9518f5","status":"ACTIVE","subnets":["3ef75223-733d-425d-bb3e-88e8a796bebc"],"description":"","tags":[],"updated_at":"2018-08-15T17:16:30Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"d2c267e1fee9461ba5e64a915b9518f5","created_at":"2018-08-15T17:16:26Z","provider:network_type":"flat"}]} 2018-08-15 17:28:38,726 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-8e76db76-29af-47a3-9890-7dc22ac9a83d 2018-08-15 17:28:38,726 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0739758014679s 2018-08-15 17:28:38,727 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-8e76db76-29af-47a3-9890-7dc22ac9a83d 2018-08-15 17:28:38,727 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-15 17:28:38,728 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2c7a7ac8cd3828a0afa941832e58cdd493f5beb0" 2018-08-15 17:28:38,783 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1291 X-Openstack-Request-Id: req-a30b95b9-daef-477f-b608-9aebdb81b1d8 Date: Wed, 15 Aug 2018 17:28:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"fc8ca119-27ab-4070-99fa-a2993d11ee48","tenant_id":"d2c267e1fee9461ba5e64a915b9518f5","created_at":"2018-08-15T17:16:30Z","dns_nameservers":[],"updated_at":"2018-08-15T17:16:30Z","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":"d2c267e1fee9461ba5e64a915b9518f5","id":"3ef75223-733d-425d-bb3e-88e8a796bebc","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"538fd09c-976c-4f47-bb1c-a5384759dafd","tenant_id":"a3688ea3a7924e1e8a441a00bd79aae5","created_at":"2018-08-15T17:28:29Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-15T17:28: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":"a3688ea3a7924e1e8a441a00bd79aae5","id":"f7070425-2a9b-4f01-845e-1274c4f883f0","subnetpool_id":null,"name":"singlevm1-subnet_d3cb17ed-70b5-4754-9e34-5a131db39fb7"}]} 2018-08-15 17:28:38,783 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-a30b95b9-daef-477f-b608-9aebdb81b1d8 2018-08-15 17:28:38,783 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0558729171753s 2018-08-15 17:28:38,784 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-a30b95b9-daef-477f-b608-9aebdb81b1d8 2018-08-15 17:28:38,784 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 17:28:40,787 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 17:28:40,790 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2c7a7ac8cd3828a0afa941832e58cdd493f5beb0" 2018-08-15 17:28:42,311 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:28:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f16d31d0-3e5c-4999-88e6-f9fabc1f9ce0 x-compute-request-id: req-f16d31d0-3e5c-4999-88e6-f9fabc1f9ce0 Content-Encoding: gzip Content-Length: 643 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e210594d-c30d-45a8-a26c-de42a9e34c9a", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e210594d-c30d-45a8-a26c-de42a9e34c9a", "rel": "bookmark"}], "image": {"id": "ca91db02-2376-4aa9-8c24-01be67d4a922", "links": [{"href": "http://172.30.9.27:8774/images/ca91db02-2376-4aa9-8c24-01be67d4a922", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "038ead36-9c4c-4c05-ba67-0a06007427bf", "links": [{"href": "http://172.30.9.27:8774/flavors/038ead36-9c4c-4c05-ba67-0a06007427bf", "rel": "bookmark"}]}, "id": "e210594d-c30d-45a8-a26c-de42a9e34c9a", "user_id": "9482390a0722494f8852b9f0e2b9de56", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T17:28:40Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_d3cb17ed-70b5-4754-9e34-5a131db39fb7", "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "singlevm1-vm_d3cb17ed-70b5-4754-9e34-5a131db39fb7", "created": "2018-08-15T17:28:38Z", "tenant_id": "a3688ea3a7924e1e8a441a00bd79aae5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 17:28:42,312 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-f16d31d0-3e5c-4999-88e6-f9fabc1f9ce0 2018-08-15 17:28:42,312 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.52424502373s 2018-08-15 17:28:42,312 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-f16d31d0-3e5c-4999-88e6-f9fabc1f9ce0 2018-08-15 17:28:42,318 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 17:28:44,321 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 17:28:44,324 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2c7a7ac8cd3828a0afa941832e58cdd493f5beb0" 2018-08-15 17:28:45,232 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:28:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4df047c7-ea43-4cb8-b082-1ea272195d93 x-compute-request-id: req-4df047c7-ea43-4cb8-b082-1ea272195d93 Content-Encoding: gzip Content-Length: 739 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e210594d-c30d-45a8-a26c-de42a9e34c9a", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e210594d-c30d-45a8-a26c-de42a9e34c9a", "rel": "bookmark"}], "image": {"id": "ca91db02-2376-4aa9-8c24-01be67d4a922", "links": [{"href": "http://172.30.9.27:8774/images/ca91db02-2376-4aa9-8c24-01be67d4a922", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000001", "OS-SRV-USG:launched_at": null, "flavor": {"id": "038ead36-9c4c-4c05-ba67-0a06007427bf", "links": [{"href": "http://172.30.9.27:8774/flavors/038ead36-9c4c-4c05-ba67-0a06007427bf", "rel": "bookmark"}]}, "id": "e210594d-c30d-45a8-a26c-de42a9e34c9a", "security_groups": [{"name": "singlevm1-sg_d3cb17ed-70b5-4754-9e34-5a131db39fb7"}], "user_id": "9482390a0722494f8852b9f0e2b9de56", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T17:28:42Z", "hostId": "c5567f4803855344fbdca3ca5fa2dff16ca2490f2f70ddbe7c99410b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_d3cb17ed-70b5-4754-9e34-5a131db39fb7", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_d3cb17ed-70b5-4754-9e34-5a131db39fb7", "created": "2018-08-15T17:28:38Z", "tenant_id": "a3688ea3a7924e1e8a441a00bd79aae5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 17:28:45,232 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-4df047c7-ea43-4cb8-b082-1ea272195d93 2018-08-15 17:28:45,232 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.911223173141s 2018-08-15 17:28:45,232 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-4df047c7-ea43-4cb8-b082-1ea272195d93 2018-08-15 17:28:45,236 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 17:28:47,239 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 17:28:47,242 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2c7a7ac8cd3828a0afa941832e58cdd493f5beb0" 2018-08-15 17:28:47,544 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:28:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cab3c07d-1493-48ee-b3ab-cd121267927b x-compute-request-id: req-cab3c07d-1493-48ee-b3ab-cd121267927b Content-Encoding: gzip Content-Length: 808 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {"singlevm1-net_d3cb17ed-70b5-4754-9e34-5a131db39fb7": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:41:e7:1c", "version": 4, "addr": "192.168.120.3", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e210594d-c30d-45a8-a26c-de42a9e34c9a", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e210594d-c30d-45a8-a26c-de42a9e34c9a", "rel": "bookmark"}], "image": {"id": "ca91db02-2376-4aa9-8c24-01be67d4a922", "links": [{"href": "http://172.30.9.27:8774/images/ca91db02-2376-4aa9-8c24-01be67d4a922", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000001", "OS-SRV-USG:launched_at": null, "flavor": {"id": "038ead36-9c4c-4c05-ba67-0a06007427bf", "links": [{"href": "http://172.30.9.27:8774/flavors/038ead36-9c4c-4c05-ba67-0a06007427bf", "rel": "bookmark"}]}, "id": "e210594d-c30d-45a8-a26c-de42a9e34c9a", "security_groups": [{"name": "singlevm1-sg_d3cb17ed-70b5-4754-9e34-5a131db39fb7"}], "user_id": "9482390a0722494f8852b9f0e2b9de56", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T17:28:42Z", "hostId": "c5567f4803855344fbdca3ca5fa2dff16ca2490f2f70ddbe7c99410b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_d3cb17ed-70b5-4754-9e34-5a131db39fb7", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_d3cb17ed-70b5-4754-9e34-5a131db39fb7", "created": "2018-08-15T17:28:38Z", "tenant_id": "a3688ea3a7924e1e8a441a00bd79aae5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 17:28:47,544 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-cab3c07d-1493-48ee-b3ab-cd121267927b 2018-08-15 17:28:47,544 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.304814100266s 2018-08-15 17:28:47,545 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-cab3c07d-1493-48ee-b3ab-cd121267927b 2018-08-15 17:28:47,549 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 17:28:49,552 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 17:28:49,555 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2c7a7ac8cd3828a0afa941832e58cdd493f5beb0" 2018-08-15 17:28:50,057 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:28: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-22434337-c9be-4b5c-b994-2b71c7e0889a x-compute-request-id: req-22434337-c9be-4b5c-b994-2b71c7e0889a Content-Encoding: gzip Content-Length: 808 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {"singlevm1-net_d3cb17ed-70b5-4754-9e34-5a131db39fb7": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:41:e7:1c", "version": 4, "addr": "192.168.120.3", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e210594d-c30d-45a8-a26c-de42a9e34c9a", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e210594d-c30d-45a8-a26c-de42a9e34c9a", "rel": "bookmark"}], "image": {"id": "ca91db02-2376-4aa9-8c24-01be67d4a922", "links": [{"href": "http://172.30.9.27:8774/images/ca91db02-2376-4aa9-8c24-01be67d4a922", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000001", "OS-SRV-USG:launched_at": null, "flavor": {"id": "038ead36-9c4c-4c05-ba67-0a06007427bf", "links": [{"href": "http://172.30.9.27:8774/flavors/038ead36-9c4c-4c05-ba67-0a06007427bf", "rel": "bookmark"}]}, "id": "e210594d-c30d-45a8-a26c-de42a9e34c9a", "security_groups": [{"name": "singlevm1-sg_d3cb17ed-70b5-4754-9e34-5a131db39fb7"}], "user_id": "9482390a0722494f8852b9f0e2b9de56", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T17:28:42Z", "hostId": "c5567f4803855344fbdca3ca5fa2dff16ca2490f2f70ddbe7c99410b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_d3cb17ed-70b5-4754-9e34-5a131db39fb7", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_d3cb17ed-70b5-4754-9e34-5a131db39fb7", "created": "2018-08-15T17:28:38Z", "tenant_id": "a3688ea3a7924e1e8a441a00bd79aae5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 17:28:50,057 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-22434337-c9be-4b5c-b994-2b71c7e0889a 2018-08-15 17:28:50,057 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.504801034927s 2018-08-15 17:28:50,058 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-22434337-c9be-4b5c-b994-2b71c7e0889a 2018-08-15 17:28:50,062 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 17:28:52,065 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 17:28:52,068 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2c7a7ac8cd3828a0afa941832e58cdd493f5beb0" 2018-08-15 17:28:52,634 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:28: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-988c4134-ec49-4fa2-84b1-0a18f24a9838 x-compute-request-id: req-988c4134-ec49-4fa2-84b1-0a18f24a9838 Content-Encoding: gzip Content-Length: 811 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"singlevm1-net_d3cb17ed-70b5-4754-9e34-5a131db39fb7": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:41:e7:1c", "version": 4, "addr": "192.168.120.3", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e210594d-c30d-45a8-a26c-de42a9e34c9a", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e210594d-c30d-45a8-a26c-de42a9e34c9a", "rel": "bookmark"}], "image": {"id": "ca91db02-2376-4aa9-8c24-01be67d4a922", "links": [{"href": "http://172.30.9.27:8774/images/ca91db02-2376-4aa9-8c24-01be67d4a922", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000001", "OS-SRV-USG:launched_at": "2018-08-15T17:28:51.000000", "flavor": {"id": "038ead36-9c4c-4c05-ba67-0a06007427bf", "links": [{"href": "http://172.30.9.27:8774/flavors/038ead36-9c4c-4c05-ba67-0a06007427bf", "rel": "bookmark"}]}, "id": "e210594d-c30d-45a8-a26c-de42a9e34c9a", "security_groups": [{"name": "singlevm1-sg_d3cb17ed-70b5-4754-9e34-5a131db39fb7"}], "user_id": "9482390a0722494f8852b9f0e2b9de56", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T17:28:51Z", "hostId": "c5567f4803855344fbdca3ca5fa2dff16ca2490f2f70ddbe7c99410b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_d3cb17ed-70b5-4754-9e34-5a131db39fb7", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_d3cb17ed-70b5-4754-9e34-5a131db39fb7", "created": "2018-08-15T17:28:38Z", "tenant_id": "a3688ea3a7924e1e8a441a00bd79aae5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 17:28:52,634 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-988c4134-ec49-4fa2-84b1-0a18f24a9838 2018-08-15 17:28:52,634 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.569431066513s 2018-08-15 17:28:52,635 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-988c4134-ec49-4fa2-84b1-0a18f24a9838 2018-08-15 17:28:52,639 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-15 17:28:52,639 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/ports.json?device_id=e210594d-c30d-45a8-a26c-de42a9e34c9a" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2c7a7ac8cd3828a0afa941832e58cdd493f5beb0" 2018-08-15 17:28:52,954 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 876 X-Openstack-Request-Id: req-e12628e4-f43f-492d-b7df-54add579e098 Date: Wed, 15 Aug 2018 17:28:52 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-15T17:28:49Z","device_owner":"compute:nova","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"f7070425-2a9b-4f01-845e-1274c4f883f0","ip_address":"192.168.120.3"}],"id":"51437483-10e4-438c-88fd-0494d2e6c438","security_groups":["0f9756b4-97a4-47d9-943e-1c53438ab940"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:41:e7:1c","project_id":"a3688ea3a7924e1e8a441a00bd79aae5","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"e210594d-c30d-45a8-a26c-de42a9e34c9a","name":"","admin_state_up":true,"network_id":"538fd09c-976c-4f47-bb1c-a5384759dafd","tenant_id":"a3688ea3a7924e1e8a441a00bd79aae5","created_at":"2018-08-15T17:28:42Z","binding:vnic_type":"normal"}]} 2018-08-15 17:28:52,954 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=e210594d-c30d-45a8-a26c-de42a9e34c9a used request id req-e12628e4-f43f-492d-b7df-54add579e098 2018-08-15 17:28:52,954 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.315607070923s 2018-08-15 17:28:52,955 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=e210594d-c30d-45a8-a26c-de42a9e34c9a used request id req-e12628e4-f43f-492d-b7df-54add579e098 2018-08-15 17:28:52,960 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-15 17:28:52,961 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/floatingips.json?port_id=51437483-10e4-438c-88fd-0494d2e6c438" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2c7a7ac8cd3828a0afa941832e58cdd493f5beb0" 2018-08-15 17:28:53,002 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-310ddb9e-316e-45ab-92ec-aaf266f8ac9d Date: Wed, 15 Aug 2018 17:28:53 GMT RESP BODY: {"floatingips": []} 2018-08-15 17:28:53,002 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json?port_id=51437483-10e4-438c-88fd-0494d2e6c438 used request id req-310ddb9e-316e-45ab-92ec-aaf266f8ac9d 2018-08-15 17:28:53,002 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0417530536652s 2018-08-15 17:28:53,002 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json?port_id=51437483-10e4-438c-88fd-0494d2e6c438 used request id req-310ddb9e-316e-45ab-92ec-aaf266f8ac9d 2018-08-15 17:28:53,003 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'singlevm1-net_d3cb17ed-70b5-4754-9e34-5a131db39fb7': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:41:e7:1c', u'version': 4, u'addr': u'192.168.120.3', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'ca91db02-2376-4aa9-8c24-01be67d4a922'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-EXT-SRV-ATTR:instance_name': u'instance-00000001', u'OS-SRV-USG:launched_at': u'2018-08-15T17:28:51.000000', 'flavor': Munch({u'id': u'038ead36-9c4c-4c05-ba67-0a06007427bf'}), 'az': u'nova', 'id': u'e210594d-c30d-45a8-a26c-de42a9e34c9a', 'security_groups': [Munch({u'name': u'singlevm1-sg_d3cb17ed-70b5-4754-9e34-5a131db39fb7'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'9482390a0722494f8852b9f0e2b9de56', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'a3688ea3a7924e1e8a441a00bd79aae5', '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-15T17:28:51.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-15T17:28:51Z', 'hostId': u'c5567f4803855344fbdca3ca5fa2dff16ca2490f2f70ddbe7c99410b', u'OS-EXT-SRV-ATTR:host': u'overcloud-novacompute-1.opnfvlf.org', u'OS-SRV-USG:terminated_at': None, 'key_name': u'singlevm1-kp_d3cb17ed-70b5-4754-9e34-5a131db39fb7', 'public_v6': '', 'private_v4': u'192.168.120.3', 'cloud': 'envvars', 'host_id': u'c5567f4803855344fbdca3ca5fa2dff16ca2490f2f70ddbe7c99410b', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-EXT-SRV-ATTR:host': u'overcloud-novacompute-1.opnfvlf.org', u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-EXT-SRV-ATTR:instance_name': u'instance-00000001', u'OS-SRV-USG:launched_at': u'2018-08-15T17:28:51.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'a3688ea3a7924e1e8a441a00bd79aae5', u'OS-EXT-SRV-ATTR:hypervisor_hostname': u'overcloud-novacompute-1.opnfvlf.org', 'name': u'singlevm1-vm_d3cb17ed-70b5-4754-9e34-5a131db39fb7', 'adminPass': u'DYaGdU9y8T3U', 'tenant_id': u'a3688ea3a7924e1e8a441a00bd79aae5', 'created_at': u'2018-08-15T17:28:38Z', 'created': u'2018-08-15T17:28:38Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-15 17:28:53,006 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-15 17:28:53,007 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2c7a7ac8cd3828a0afa941832e58cdd493f5beb0" 2018-08-15 17:28:53,090 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-aeb2ee30-ac28-4ab5-86f8-0b364960adb1 Date: Wed, 15 Aug 2018 17:28:53 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"538fd09c-976c-4f47-bb1c-a5384759dafd","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a3688ea3a7924e1e8a441a00bd79aae5","status":"ACTIVE","subnets":["f7070425-2a9b-4f01-845e-1274c4f883f0"],"description":"","tags":[],"updated_at":"2018-08-15T17:28:29Z","provider:segmentation_id":36,"name":"singlevm1-net_d3cb17ed-70b5-4754-9e34-5a131db39fb7","admin_state_up":true,"tenant_id":"a3688ea3a7924e1e8a441a00bd79aae5","created_at":"2018-08-15T17:28:28Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"fc8ca119-27ab-4070-99fa-a2993d11ee48","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d2c267e1fee9461ba5e64a915b9518f5","status":"ACTIVE","subnets":["3ef75223-733d-425d-bb3e-88e8a796bebc"],"description":"","tags":[],"updated_at":"2018-08-15T17:16:30Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"d2c267e1fee9461ba5e64a915b9518f5","created_at":"2018-08-15T17:16:26Z","provider:network_type":"flat"}]} 2018-08-15 17:28:53,090 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-aeb2ee30-ac28-4ab5-86f8-0b364960adb1 2018-08-15 17:28:53,090 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0841100215912s 2018-08-15 17:28:53,091 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-aeb2ee30-ac28-4ab5-86f8-0b364960adb1 2018-08-15 17:28:53,092 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-15 17:28:53,093 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/ports.json?device_id=e210594d-c30d-45a8-a26c-de42a9e34c9a" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2c7a7ac8cd3828a0afa941832e58cdd493f5beb0" 2018-08-15 17:28:53,136 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 876 X-Openstack-Request-Id: req-4db6c5af-3530-4a38-b0eb-64ffeda15fb5 Date: Wed, 15 Aug 2018 17:28:53 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-15T17:28:49Z","device_owner":"compute:nova","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"f7070425-2a9b-4f01-845e-1274c4f883f0","ip_address":"192.168.120.3"}],"id":"51437483-10e4-438c-88fd-0494d2e6c438","security_groups":["0f9756b4-97a4-47d9-943e-1c53438ab940"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:41:e7:1c","project_id":"a3688ea3a7924e1e8a441a00bd79aae5","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"e210594d-c30d-45a8-a26c-de42a9e34c9a","name":"","admin_state_up":true,"network_id":"538fd09c-976c-4f47-bb1c-a5384759dafd","tenant_id":"a3688ea3a7924e1e8a441a00bd79aae5","created_at":"2018-08-15T17:28:42Z","binding:vnic_type":"normal"}]} 2018-08-15 17:28:53,136 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=e210594d-c30d-45a8-a26c-de42a9e34c9a used request id req-4db6c5af-3530-4a38-b0eb-64ffeda15fb5 2018-08-15 17:28:53,137 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0442709922791s 2018-08-15 17:28:53,137 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=e210594d-c30d-45a8-a26c-de42a9e34c9a used request id req-4db6c5af-3530-4a38-b0eb-64ffeda15fb5 2018-08-15 17:28:53,138 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-08-15 17:28:53,138 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2c7a7ac8cd3828a0afa941832e58cdd493f5beb0" -d '{"floatingip": {"floating_network_id": "fc8ca119-27ab-4070-99fa-a2993d11ee48", "fixed_ip_address": "192.168.120.3", "port_id": "51437483-10e4-438c-88fd-0494d2e6c438"}}' 2018-08-15 17:28:55,033 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 553 X-Openstack-Request-Id: req-930bc2e3-b14e-4979-b896-daa9d6acbd28 Date: Wed, 15 Aug 2018 17:28:55 GMT RESP BODY: {"floatingip": {"router_id": "95ec7983-e653-4b91-8c2d-7a7318ee4198", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-15T17:28:54Z", "floating_network_id": "fc8ca119-27ab-4070-99fa-a2993d11ee48", "fixed_ip_address": "192.168.120.3", "floating_ip_address": "172.30.9.200", "revision_number": 0, "port_id": "51437483-10e4-438c-88fd-0494d2e6c438", "id": "9e3ecc80-cfdc-4ff1-bb80-bf78ef1fea70", "tenant_id": "a3688ea3a7924e1e8a441a00bd79aae5", "created_at": "2018-08-15T17:28:54Z", "project_id": "a3688ea3a7924e1e8a441a00bd79aae5"}} 2018-08-15 17:28:55,033 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-930bc2e3-b14e-4979-b896-daa9d6acbd28 2018-08-15 17:28:55,034 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.89546895027s 2018-08-15 17:28:55,034 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-930bc2e3-b14e-4979-b896-daa9d6acbd28 2018-08-15 17:28:55,042 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-15 17:28:55,043 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2c7a7ac8cd3828a0afa941832e58cdd493f5beb0" 2018-08-15 17:28:55,108 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 556 X-Openstack-Request-Id: req-39edb433-8abe-4461-8781-1f8504df4776 Date: Wed, 15 Aug 2018 17:28:55 GMT RESP BODY: {"floatingips": [{"router_id": "95ec7983-e653-4b91-8c2d-7a7318ee4198", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-15T17:28:54Z", "floating_network_id": "fc8ca119-27ab-4070-99fa-a2993d11ee48", "fixed_ip_address": "192.168.120.3", "floating_ip_address": "172.30.9.200", "revision_number": 0, "port_id": "51437483-10e4-438c-88fd-0494d2e6c438", "id": "9e3ecc80-cfdc-4ff1-bb80-bf78ef1fea70", "tenant_id": "a3688ea3a7924e1e8a441a00bd79aae5", "created_at": "2018-08-15T17:28:54Z", "project_id": "a3688ea3a7924e1e8a441a00bd79aae5"}]} 2018-08-15 17:28:55,108 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-39edb433-8abe-4461-8781-1f8504df4776 2018-08-15 17:28:55,108 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0659520626068s 2018-08-15 17:28:55,109 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-39edb433-8abe-4461-8781-1f8504df4776 2018-08-15 17:28:55,113 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'95ec7983-e653-4b91-8c2d-7a7318ee4198', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'a3688ea3a7924e1e8a441a00bd79aae5', 'created_at': u'2018-08-15T17:28:54Z', 'attached': True, 'updated_at': u'2018-08-15T17:28:54Z', 'id': u'9e3ecc80-cfdc-4ff1-bb80-bf78ef1fea70', 'floating_network_id': u'fc8ca119-27ab-4070-99fa-a2993d11ee48', 'fixed_ip_address': u'192.168.120.3', 'floating_ip_address': u'172.30.9.200', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'a3688ea3a7924e1e8a441a00bd79aae5', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'95ec7983-e653-4b91-8c2d-7a7318ee4198', 'project_id': u'a3688ea3a7924e1e8a441a00bd79aae5', 'port_id': u'51437483-10e4-438c-88fd-0494d2e6c438', 'port': u'51437483-10e4-438c-88fd-0494d2e6c438', 'network': u'fc8ca119-27ab-4070-99fa-a2993d11ee48'}) 2018-08-15 17:28:55,113 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-15 17:28:55,116 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/e210594d-c30d-45a8-a26c-de42a9e34c9a/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}2c7a7ac8cd3828a0afa941832e58cdd493f5beb0" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-15 17:28:56,053 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:28:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-228e7b7d-5852-41f1-95bb-6ba33fae744d x-compute-request-id: req-228e7b7d-5852-41f1-95bb-6ba33fae744d Content-Encoding: gzip Content-Length: 9586 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 497690433 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.182654] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.184906] pid_max: default: 32768 minimum: 301\n[ 0.186127] ACPI: Core revision 20150930\n[ 0.187785] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.189565] Security Framework initialized\n[ 0.190665] Yama: becoming mindful.\n[ 0.191652] AppArmor: AppArmor initialized\n[ 0.192802] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.194558] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.196247] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.197876] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.199719] Initializing cgroup subsys io\n[ 0.200825] Initializing cgroup subsys memory\n[ 0.202004] Initializing cgroup subsys devices\n[ 0.203187] Initializing cgroup subsys freezer\n[ 0.204369] Initializing cgroup subsys net_cls\n[ 0.205562] Initializing cgroup subsys perf_event\n[ 0.206795] Initializing cgroup subsys net_prio\n[ 0.207992] Initializing cgroup subsys hugetlb\n[ 0.209146] Initializing cgroup subsys pids\n[ 0.210311] CPU: Physical Processor ID: 0\n[ 0.212104] mce: CPU supports 10 MCE banks\n[ 0.213249] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.214618] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.230688] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.237253] ftrace: allocating 31920 entries in 125 pages\n[ 0.262436] smpboot: Max logical packages: 1\n[ 0.263569] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.265408] x2apic enabled\n[ 0.266517] Switched APIC routing to physical x2apic.\n[ 0.268904] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.270378] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.273020] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.275409] KVM setup paravirtual spinlock\n[ 0.276971] x86: Booted up 1 node, 1 CPUs\n[ 0.278045] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.279882] devtmpfs: initialized\n[ 0.281832] evm: security.selinux\n[ 0.282765] evm: security.SMACK64\n[ 0.283695] evm: security.SMACK64EXEC\n[ 0.284696] evm: security.SMACK64TRANSMUTE\n[ 0.285768] evm: security.SMACK64MMAP\n[ 0.286769] evm: security.ima\n[ 0.287632] evm: security.capability\n[ 0.288683] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.291119] pinctrl core: initialized pinctrl subsystem\n[ 0.292553] RTC time: 17:28:51, date: 08/15/18\n[ 0.293825] NET: Registered protocol family 16\n[ 0.295102] cpuidle: using governor ladder\n[ 0.296194] cpuidle: using governor menu\n[ 0.297238] PCCT header not found.\n[ 0.298234] ACPI: bus type PCI registered\n[ 0.299305] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.300932] PCI: Using configuration type 1 for base access\n[ 0.303045] ACPI: Added _OSI(Module Device)\n[ 0.304167] ACPI: Added _OSI(Processor Device)\n[ 0.305313] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.306512] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.308661] ACPI: Interpreter enabled\n[ 0.309696] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.312193] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.314678] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.317163] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.319653] ACPI: (supports S0 S5)\n[ 0.320613] ACPI: Using IOAPIC for interrupt routing\n[ 0.321872] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.325643] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.327172] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.328819] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.330389] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.333263] acpiphp: Slot [3] registered\n[ 0.334331] acpiphp: Slot [4] registered\n[ 0.335394] acpiphp: Slot [5] registered\n[ 0.336454] acpiphp: Slot [6] registered\n[ 0.337510] acpiphp: Slot [7] registered\n[ 0.338569] acpiphp: Slot [8] registered\n[ 0.339642] acpiphp: Slot [9] registered\n[ 0.340696] acpiphp: Slot [10] registered\n[ 0.341786] acpiphp: Slot [11] registered\n[ 0.342879] acpiphp: Slot [12] registered\n[ 0.343970] acpiphp: Slot [13] registered\n[ 0.345048] acpiphp: Slot [14] registered\n[ 0.346137] acpiphp: Slot [15] registered\n[ 0.361342] acpiphp: Slot [16] registered\n[ 0.362435] acpiphp: Slot [17] registered\n[ 0.363524] acpiphp: Slot [18] registered\n[ 0.364613] acpiphp: Slot [19] registered\n[ 0.365704] acpiphp: Slot [20] registered\n[ 0.366790] acpiphp: Slot [21] registered\n[ 0.367872] acpiphp: Slot [22] registered\n[ 0.368957] acpiphp: Slot [23] registered\n[ 0.370052] acpiphp: Slot [24] registered\n[ 0.371143] acpiphp: Slot [25] registered\n[ 0.372229] acpiphp: Slot [26] registered\n[ 0.373312] acpiphp: Slot [27] registered\n[ 0.374403] acpiphp: Slot [28] registered\n[ 0.375493] acpiphp: Slot [29] registered\n[ 0.376582] acpiphp: Slot [30] registered\n[ 0.377663] acpiphp: Slot [31] registered\n[ 0.378742] PCI host bridge to bus 0000:00\n[ 0.379832] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.381449] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.383055] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.384999] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.386940] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.388933] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.392878] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.394599] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.396158] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.397850] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.402127] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.404076] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.424499] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.426462] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.428349] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.430252] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.432127] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.433910] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.435661] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.437071] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.439179] vgaarb: loaded\n[ 0.440001] vgaarb: bridge control possible 0000:00:02.0\n[ 0.441628] SCSI subsystem initialized\n[ 0.442869] ACPI: bus type USB registered\n[ 0.443993] usbcore: registered new interface driver usbfs\n[ 0.445381] usbcore: registered new interface driver hub\n[ 0.446728] usbcore: registered new device driver usb\n[ 0.448206] PCI: Using ACPI for IRQ routing\n[ 0.449709] NetLabel: Initializing\n[ 0.450668] NetLabel: domain hash size = 128\n[ 0.451812] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.453111] NetLabel: unlabeled traffic allowed by default\n[ 0.454668] clocksource: Switched to clocksource kvm-clock\n[ 0.465169] AppArmor: AppArmor Filesystem Enabled\n[ 0.466456] pnp: PnP ACPI init\n[ 0.467675] pnp: PnP ACPI: found 5 devices\n[ 0.474501] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.476811] NET: Registered protocol family 2\n[ 0.478186] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.479909] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.481520] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.483156] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.484587] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.486140] NET: Registered protocol family 1\n[ 0.487316] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.488765] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.490155] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.504363] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.518552] Trying to unpack rootfs image as initramfs...\n[ 0.580230] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.585034] Scanning for low memory corruption every 60 seconds\n[ 0.587196] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.588764] audit: initializing netlink subsys (disabled)\n[ 0.590175] audit: type=2000 audit(1534354131.832:1): initialized\n[ 0.592057] Initialise system trusted keyring\n[ 0.593429] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.594980] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.597695] zbud: loaded\n[ 0.598691] VFS: Disk quotas dquot_6.6.0\n[ 0.599797] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.601922] fuse init (API version 7.23)\n[ 0.603156] Key type big_key registered\n[ 0.604237] Allocating IMA MOK and blacklist keyrings.\n[ 0.605866] Key type asymmetric registered\n[ 0.606988] Asymmetric key parser 'x509' registered\n[ 0.608277] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.610301] io scheduler noop registered\n[ 0.611392] io scheduler deadline registered (default)\n[ 0.612732] io scheduler cfq registered\n[ 0.613899] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.615310] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.617015] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.618976] ACPI: Power Button [PWRF]\n[ 0.620173] GHES: HEST is not enabled!\n[ 0.634276] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.663235] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.666023] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.690150] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.693140] Linux agpgart interface v0.103\n[ 0.696567] brd: module loaded\n[ 0.698805] loop: module loaded\n[ 0.703195] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.705143] GPT:90111 != 2097151\n[ 0.706068] GPT:Alternate GPT header not at the end of the disk.\n[ 0.707530] GPT:90111 != 2097151\n[ 0.708458] GPT: Use GNU Parted to correct GPT errors.\n[ 0.709751] vda: vda1 vda15\n[ 0.711401] scsi host0: ata_piix\n[ 0.712447] scsi host1: ata_piix\n[ 0.713413] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.715024] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.716987] libphy: Fixed MDIO Bus: probed\n[ 0.718090] tun: Universal TUN/TAP device driver, 1.6\n[ 0.719370] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.722258] PPP generic driver version 2.4.2\n[ 0.723498] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.725070] ehci-pci: EHCI PCI platform driver\n[ 0.726249] ehci-platform: EHCI generic platform driver\n[ 0.727581] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.729102] ohci-pci: OHCI PCI platform driver\n[ 0.730262] ohci-platform: OHCI generic platform driver\n[ 0.731595] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.746122] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.747459] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.749432] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.750772] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.752298] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.753926] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.755848] usb usb1: Product: UHCI Host Controller\n[ 0.757101] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.758628] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.759944] hub 1-0:1.0: USB hub found\n[ 0.761014] hub 1-0:1.0: 2 ports detected\n[ 0.762307] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.765162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.766447] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.767827] mousedev: PS/2 mouse device common for all mice\n[ 0.769513] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.771952] rtc_cmos 00:00: RTC can wake from S4\n[ 0.773462] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.775051] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.776661] i2c /dev entries driver\n[ 0.777694] device-mapper: uevent: version 1.0.3\n[ 0.778999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.781217] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.783060] NET: Registered protocol family 10\n[ 0.784607] NET: Registered protocol family 17\n[ 0.785813] Key type dns_resolver registered\n[ 0.787098] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.788579] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.790959] registered taskstats version 1\n[ 0.792095] Loading compiled-in X.509 certificates\n[ 0.793900] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.796401] zswap: loaded using pool lzo/zbud\n[ 0.798479] Key type trusted registered\n[ 0.800611] Key type encrypted registered\n[ 0.801723] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.803149] ima: No TPM chip found, activating TPM-bypass!\n[ 0.804580] evm: HMAC attrs: 0x1\n[ 0.805846] Magic number: 14:867:491\n[ 0.807019] rtc_cmos 00:00: setting system clock to 2018-08-15 17:28:52 UTC (1534354132)\n[ 0.809207] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.810698] EDD information not available.\n[ 0.876299] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.892919] Write protecting the kernel read-only data: 14336k\n[ 0.895966] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.898437] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.67\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.80\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.053329] 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.3...\nLease of 192.168.120.3 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.90. iid=i-00000001\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCN61h+qVvZsq0JuWMknGqml6sXipv6sSIINarLlPpfv+4cpAccS7c38UJOtdifvlHnJx5mKcapM+oSfB7TqNcMtfehgiIroIRgdRgLrUb1voEoUV18obIsYWVQPsyXMWpQ37UoM4uVg1kq3fgM8anPN9ktdmq7jWzwVEFyFXaJftlhFyk0ZP/S8Rct8LG4NHP54Iyyf9hbp5FMPyXmPq1p94q7uwIxHcUeFC1QhU93gvHJq1I7BAfkLiKii/BWDFqsUntiPiP1zEldvCb9rii+lDOoTuRioBmX8AMvqBfgKW05L/JSURGlmMLG0XTe3guKXCFiLAC6YJJi1EbFyAM3 root@singlevm1-vm-d3cb17ed-70b5-4754-9e34-5a131db39fb7\nssh-dss AAAAB3NzaC1kc3MAAACBAPcCtEDVP8MD8JSy0fg8Q7GVgbLjvhT7u4hD4otI7Wykj2mdOGDTGtEG/8GUCdNfB1whaV7+oRXEpXwJ7ZJtdZwfsBhiih4CxCi4LyXWhBcfeFEgNkne+hVxuGevFDptWXgQsAGqiL6L5CLACFiN9F4/lqn+covubjZk96Bix/CHAAAAFQDoV5ut2siAYF/LZ22nXY4pk4i+HwAAAIEArDaAERyzoNOQ+oyKA+Rt4EFnrTsjQb+sTeE1zLMomXlrwKzHrfInNq/8mBhD+ZTq/7giT5PO64pv5FRKWzSFg6pX279wE7An3gn02IRPGUOWFlTrXLg+HRl0cm1zrDeLfxbnnjngsiSFmQW4f/BPdBMIuGCdPp6Lq6/PCcNC5yQAAACATNKMU7mMRXx3nacaCi5vCntFJfJqATKsYxQi6mYYmOpYAQ1eh5grpoe2IXObdbKkiaTr0HO6K/4HnORga7rLS6F0W6mJqG4+o+JVLuCNVdQBiOY55u/s3tqWcl/iHYx0QeJzfqMfxJHFI59fvOAiJvcHEfmxjIdaYy9+UX6+ylQ= root@singlevm1-vm-d3cb17ed-70b5-4754-9e34-5a131db39fb7\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.3,24,fe80::f816:3eff:fe41:e71c/64,\nip-route:default via 192.168.120.1 dev eth0 \nip-route:169.254.169.254 via 192.168.120.2 dev eth0 \nip-route:192.168.120.0/24 dev eth0 src 192.168.120.3 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000001\nname: N/A\navailability-zone: nova\nlocal-hostname: singlevm1-vm-d3cb17ed-70b5-4754-9e34-5a131db39fb7\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=3.04 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsinglevm1-vm-d3cb17ed-70b5-4754-9e34-5a131db39fb7 login: /dev/root resized successfully [took 0.34s]\n"} 2018-08-15 17:28:56,054 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/e210594d-c30d-45a8-a26c-de42a9e34c9a/action used request id req-228e7b7d-5852-41f1-95bb-6ba33fae744d 2018-08-15 17:28:56,054 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.940685033798s 2018-08-15 17:28:56,055 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/e210594d-c30d-45a8-a26c-de42a9e34c9a/action used request id req-228e7b7d-5852-41f1-95bb-6ba33fae744d 2018-08-15 17:28:56,055 - 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 497690433 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.182654] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.184906] pid_max: default: 32768 minimum: 301 [ 0.186127] ACPI: Core revision 20150930 [ 0.187785] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.189565] Security Framework initialized [ 0.190665] Yama: becoming mindful. [ 0.191652] AppArmor: AppArmor initialized [ 0.192802] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.194558] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.196247] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.197876] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.199719] Initializing cgroup subsys io [ 0.200825] Initializing cgroup subsys memory [ 0.202004] Initializing cgroup subsys devices [ 0.203187] Initializing cgroup subsys freezer [ 0.204369] Initializing cgroup subsys net_cls [ 0.205562] Initializing cgroup subsys perf_event [ 0.206795] Initializing cgroup subsys net_prio [ 0.207992] Initializing cgroup subsys hugetlb [ 0.209146] Initializing cgroup subsys pids [ 0.210311] CPU: Physical Processor ID: 0 [ 0.212104] mce: CPU supports 10 MCE banks [ 0.213249] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.214618] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.230688] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.237253] ftrace: allocating 31920 entries in 125 pages [ 0.262436] smpboot: Max logical packages: 1 [ 0.263569] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.265408] x2apic enabled [ 0.266517] Switched APIC routing to physical x2apic. [ 0.268904] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.270378] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.273020] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.275409] KVM setup paravirtual spinlock [ 0.276971] x86: Booted up 1 node, 1 CPUs [ 0.278045] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.279882] devtmpfs: initialized [ 0.281832] evm: security.selinux [ 0.282765] evm: security.SMACK64 [ 0.283695] evm: security.SMACK64EXEC [ 0.284696] evm: security.SMACK64TRANSMUTE [ 0.285768] evm: security.SMACK64MMAP [ 0.286769] evm: security.ima [ 0.287632] evm: security.capability [ 0.288683] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.291119] pinctrl core: initialized pinctrl subsystem [ 0.292553] RTC time: 17:28:51, date: 08/15/18 [ 0.293825] NET: Registered protocol family 16 [ 0.295102] cpuidle: using governor ladder [ 0.296194] cpuidle: using governor menu [ 0.297238] PCCT header not found. [ 0.298234] ACPI: bus type PCI registered [ 0.299305] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.300932] PCI: Using configuration type 1 for base access [ 0.303045] ACPI: Added _OSI(Module Device) [ 0.304167] ACPI: Added _OSI(Processor Device) [ 0.305313] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.306512] ACPI: Added _OSI(Processor Aggregator Device) [ 0.308661] ACPI: Interpreter enabled [ 0.309696] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.312193] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.314678] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.317163] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.319653] ACPI: (supports S0 S5) [ 0.320613] ACPI: Using IOAPIC for interrupt routing [ 0.321872] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.325643] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.327172] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.328819] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.330389] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.333263] acpiphp: Slot [3] registered [ 0.334331] acpiphp: Slot [4] registered [ 0.335394] acpiphp: Slot [5] registered [ 0.336454] acpiphp: Slot [6] registered [ 0.337510] acpiphp: Slot [7] registered [ 0.338569] acpiphp: Slot [8] registered [ 0.339642] acpiphp: Slot [9] registered [ 0.340696] acpiphp: Slot [10] registered [ 0.341786] acpiphp: Slot [11] registered [ 0.342879] acpiphp: Slot [12] registered [ 0.343970] acpiphp: Slot [13] registered [ 0.345048] acpiphp: Slot [14] registered [ 0.346137] acpiphp: Slot [15] registered [ 0.361342] acpiphp: Slot [16] registered [ 0.362435] acpiphp: Slot [17] registered [ 0.363524] acpiphp: Slot [18] registered [ 0.364613] acpiphp: Slot [19] registered [ 0.365704] acpiphp: Slot [20] registered [ 0.366790] acpiphp: Slot [21] registered [ 0.367872] acpiphp: Slot [22] registered [ 0.368957] acpiphp: Slot [23] registered [ 0.370052] acpiphp: Slot [24] registered [ 0.371143] acpiphp: Slot [25] registered [ 0.372229] acpiphp: Slot [26] registered [ 0.373312] acpiphp: Slot [27] registered [ 0.374403] acpiphp: Slot [28] registered [ 0.375493] acpiphp: Slot [29] registered [ 0.376582] acpiphp: Slot [30] registered [ 0.377663] acpiphp: Slot [31] registered [ 0.378742] PCI host bridge to bus 0000:00 [ 0.379832] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.381449] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.383055] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.384999] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.386940] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.388933] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.392878] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.394599] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.396158] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.397850] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.402127] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.404076] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.424499] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.426462] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.428349] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.430252] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.432127] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.433910] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.435661] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.437071] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.439179] vgaarb: loaded [ 0.440001] vgaarb: bridge control possible 0000:00:02.0 [ 0.441628] SCSI subsystem initialized [ 0.442869] ACPI: bus type USB registered [ 0.443993] usbcore: registered new interface driver usbfs [ 0.445381] usbcore: registered new interface driver hub [ 0.446728] usbcore: registered new device driver usb [ 0.448206] PCI: Using ACPI for IRQ routing [ 0.449709] NetLabel: Initializing [ 0.450668] NetLabel: domain hash size = 128 [ 0.451812] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.453111] NetLabel: unlabeled traffic allowed by default [ 0.454668] clocksource: Switched to clocksource kvm-clock [ 0.465169] AppArmor: AppArmor Filesystem Enabled [ 0.466456] pnp: PnP ACPI init [ 0.467675] pnp: PnP ACPI: found 5 devices [ 0.474501] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.476811] NET: Registered protocol family 2 [ 0.478186] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.479909] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.481520] TCP: Hash tables configured (established 4096 bind 4096) [ 0.483156] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.484587] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.486140] NET: Registered protocol family 1 [ 0.487316] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.488765] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.490155] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.504363] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.518552] Trying to unpack rootfs image as initramfs... [ 0.580230] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.585034] Scanning for low memory corruption every 60 seconds [ 0.587196] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.588764] audit: initializing netlink subsys (disabled) [ 0.590175] audit: type=2000 audit(1534354131.832:1): initialized [ 0.592057] Initialise system trusted keyring [ 0.593429] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.594980] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.597695] zbud: loaded [ 0.598691] VFS: Disk quotas dquot_6.6.0 [ 0.599797] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.601922] fuse init (API version 7.23) [ 0.603156] Key type big_key registered [ 0.604237] Allocating IMA MOK and blacklist keyrings. [ 0.605866] Key type asymmetric registered [ 0.606988] Asymmetric key parser 'x509' registered [ 0.608277] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.610301] io scheduler noop registered [ 0.611392] io scheduler deadline registered (default) [ 0.612732] io scheduler cfq registered [ 0.613899] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.615310] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.617015] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.618976] ACPI: Power Button [PWRF] [ 0.620173] GHES: HEST is not enabled! [ 0.634276] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.663235] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.666023] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.690150] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.693140] Linux agpgart interface v0.103 [ 0.696567] brd: module loaded [ 0.698805] loop: module loaded [ 0.703195] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.705143] GPT:90111 != 2097151 [ 0.706068] GPT:Alternate GPT header not at the end of the disk. [ 0.707530] GPT:90111 != 2097151 [ 0.708458] GPT: Use GNU Parted to correct GPT errors. [ 0.709751] vda: vda1 vda15 [ 0.711401] scsi host0: ata_piix [ 0.712447] scsi host1: ata_piix [ 0.713413] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.715024] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.716987] libphy: Fixed MDIO Bus: probed [ 0.718090] tun: Universal TUN/TAP device driver, 1.6 [ 0.719370] tun: (C) 1999-2004 Max Krasnyansky [ 0.722258] PPP generic driver version 2.4.2 [ 0.723498] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.725070] ehci-pci: EHCI PCI platform driver [ 0.726249] ehci-platform: EHCI generic platform driver [ 0.727581] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.729102] ohci-pci: OHCI PCI platform driver [ 0.730262] ohci-platform: OHCI generic platform driver [ 0.731595] uhci_hcd: USB Universal Host Controller Interface driver [ 0.746122] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.747459] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.749432] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.750772] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.752298] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.753926] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.755848] usb usb1: Product: UHCI Host Controller [ 0.757101] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.758628] usb usb1: SerialNumber: 0000:00:01.2 [ 0.759944] hub 1-0:1.0: USB hub found [ 0.761014] hub 1-0:1.0: 2 ports detected [ 0.762307] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.765162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.766447] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.767827] mousedev: PS/2 mouse device common for all mice [ 0.769513] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.771952] rtc_cmos 00:00: RTC can wake from S4 [ 0.773462] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.775051] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.776661] i2c /dev entries driver [ 0.777694] device-mapper: uevent: version 1.0.3 [ 0.778999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.781217] ledtrig-cpu: registered to indicate activity on CPUs [ 0.783060] NET: Registered protocol family 10 [ 0.784607] NET: Registered protocol family 17 [ 0.785813] Key type dns_resolver registered [ 0.787098] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.788579] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.790959] registered taskstats version 1 [ 0.792095] Loading compiled-in X.509 certificates [ 0.793900] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.796401] zswap: loaded using pool lzo/zbud [ 0.798479] Key type trusted registered [ 0.800611] Key type encrypted registered [ 0.801723] AppArmor: AppArmor sha1 policy hashing enabled [ 0.803149] ima: No TPM chip found, activating TPM-bypass! [ 0.804580] evm: HMAC attrs: 0x1 [ 0.805846] Magic number: 14:867:491 [ 0.807019] rtc_cmos 00:00: setting system clock to 2018-08-15 17:28:52 UTC (1534354132) [ 0.809207] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.810698] EDD information not available. [ 0.876299] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.892919] Write protecting the kernel read-only data: 14336k [ 0.895966] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.898437] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 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.80 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.053329] 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.3... Lease of 192.168.120.3 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.90. iid=i-00000001 failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /run/cirros/datasource/data/user-data was not '#!' or executable === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.912 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCN61h+qVvZsq0JuWMknGqml6sXipv6sSIINarLlPpfv+4cpAccS7c38UJOtdifvlHnJx5mKcapM+oSfB7TqNcMtfehgiIroIRgdRgLrUb1voEoUV18obIsYWVQPsyXMWpQ37UoM4uVg1kq3fgM8anPN9ktdmq7jWzwVEFyFXaJftlhFyk0ZP/S8Rct8LG4NHP54Iyyf9hbp5FMPyXmPq1p94q7uwIxHcUeFC1QhU93gvHJq1I7BAfkLiKii/BWDFqsUntiPiP1zEldvCb9rii+lDOoTuRioBmX8AMvqBfgKW05L/JSURGlmMLG0XTe3guKXCFiLAC6YJJi1EbFyAM3 root@singlevm1-vm-d3cb17ed-70b5-4754-9e34-5a131db39fb7 ssh-dss AAAAB3NzaC1kc3MAAACBAPcCtEDVP8MD8JSy0fg8Q7GVgbLjvhT7u4hD4otI7Wykj2mdOGDTGtEG/8GUCdNfB1whaV7+oRXEpXwJ7ZJtdZwfsBhiih4CxCi4LyXWhBcfeFEgNkne+hVxuGevFDptWXgQsAGqiL6L5CLACFiN9F4/lqn+covubjZk96Bix/CHAAAAFQDoV5ut2siAYF/LZ22nXY4pk4i+HwAAAIEArDaAERyzoNOQ+oyKA+Rt4EFnrTsjQb+sTeE1zLMomXlrwKzHrfInNq/8mBhD+ZTq/7giT5PO64pv5FRKWzSFg6pX279wE7An3gn02IRPGUOWFlTrXLg+HRl0cm1zrDeLfxbnnjngsiSFmQW4f/BPdBMIuGCdPp6Lq6/PCcNC5yQAAACATNKMU7mMRXx3nacaCi5vCntFJfJqATKsYxQi6mYYmOpYAQ1eh5grpoe2IXObdbKkiaTr0HO6K/4HnORga7rLS6F0W6mJqG4+o+JVLuCNVdQBiOY55u/s3tqWcl/iHYx0QeJzfqMfxJHFI59fvOAiJvcHEfmxjIdaYy9+UX6+ylQ= root@singlevm1-vm-d3cb17ed-70b5-4754-9e34-5a131db39fb7 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.3,24,fe80::f816:3eff:fe41:e71c/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.2 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.3 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-00000001 name: N/A availability-zone: nova local-hostname: singlevm1-vm-d3cb17ed-70b5-4754-9e34-5a131db39fb7 launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=3.04 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. singlevm1-vm-d3cb17ed-70b5-4754-9e34-5a131db39fb7 login: /dev/root resized successfully [took 0.34s] 2018-08-15 17:28:57,058 - functest.core.singlevm - DEBUG - try 1: cannot connect to 172.30.9.200: timed out 2018-08-15 17:29:06,068 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-15 17:29:06,071 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/e210594d-c30d-45a8-a26c-de42a9e34c9a/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}2c7a7ac8cd3828a0afa941832e58cdd493f5beb0" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-15 17:29:06,290 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:29: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-da21aa10-4b1f-4df6-a5bf-bb6e779bd74b x-compute-request-id: req-da21aa10-4b1f-4df6-a5bf-bb6e779bd74b Content-Encoding: gzip Content-Length: 9586 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 497690433 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.182654] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.184906] pid_max: default: 32768 minimum: 301\n[ 0.186127] ACPI: Core revision 20150930\n[ 0.187785] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.189565] Security Framework initialized\n[ 0.190665] Yama: becoming mindful.\n[ 0.191652] AppArmor: AppArmor initialized\n[ 0.192802] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.194558] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.196247] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.197876] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.199719] Initializing cgroup subsys io\n[ 0.200825] Initializing cgroup subsys memory\n[ 0.202004] Initializing cgroup subsys devices\n[ 0.203187] Initializing cgroup subsys freezer\n[ 0.204369] Initializing cgroup subsys net_cls\n[ 0.205562] Initializing cgroup subsys perf_event\n[ 0.206795] Initializing cgroup subsys net_prio\n[ 0.207992] Initializing cgroup subsys hugetlb\n[ 0.209146] Initializing cgroup subsys pids\n[ 0.210311] CPU: Physical Processor ID: 0\n[ 0.212104] mce: CPU supports 10 MCE banks\n[ 0.213249] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.214618] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.230688] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.237253] ftrace: allocating 31920 entries in 125 pages\n[ 0.262436] smpboot: Max logical packages: 1\n[ 0.263569] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.265408] x2apic enabled\n[ 0.266517] Switched APIC routing to physical x2apic.\n[ 0.268904] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.270378] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.273020] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.275409] KVM setup paravirtual spinlock\n[ 0.276971] x86: Booted up 1 node, 1 CPUs\n[ 0.278045] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.279882] devtmpfs: initialized\n[ 0.281832] evm: security.selinux\n[ 0.282765] evm: security.SMACK64\n[ 0.283695] evm: security.SMACK64EXEC\n[ 0.284696] evm: security.SMACK64TRANSMUTE\n[ 0.285768] evm: security.SMACK64MMAP\n[ 0.286769] evm: security.ima\n[ 0.287632] evm: security.capability\n[ 0.288683] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.291119] pinctrl core: initialized pinctrl subsystem\n[ 0.292553] RTC time: 17:28:51, date: 08/15/18\n[ 0.293825] NET: Registered protocol family 16\n[ 0.295102] cpuidle: using governor ladder\n[ 0.296194] cpuidle: using governor menu\n[ 0.297238] PCCT header not found.\n[ 0.298234] ACPI: bus type PCI registered\n[ 0.299305] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.300932] PCI: Using configuration type 1 for base access\n[ 0.303045] ACPI: Added _OSI(Module Device)\n[ 0.304167] ACPI: Added _OSI(Processor Device)\n[ 0.305313] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.306512] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.308661] ACPI: Interpreter enabled\n[ 0.309696] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.312193] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.314678] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.317163] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.319653] ACPI: (supports S0 S5)\n[ 0.320613] ACPI: Using IOAPIC for interrupt routing\n[ 0.321872] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.325643] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.327172] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.328819] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.330389] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.333263] acpiphp: Slot [3] registered\n[ 0.334331] acpiphp: Slot [4] registered\n[ 0.335394] acpiphp: Slot [5] registered\n[ 0.336454] acpiphp: Slot [6] registered\n[ 0.337510] acpiphp: Slot [7] registered\n[ 0.338569] acpiphp: Slot [8] registered\n[ 0.339642] acpiphp: Slot [9] registered\n[ 0.340696] acpiphp: Slot [10] registered\n[ 0.341786] acpiphp: Slot [11] registered\n[ 0.342879] acpiphp: Slot [12] registered\n[ 0.343970] acpiphp: Slot [13] registered\n[ 0.345048] acpiphp: Slot [14] registered\n[ 0.346137] acpiphp: Slot [15] registered\n[ 0.361342] acpiphp: Slot [16] registered\n[ 0.362435] acpiphp: Slot [17] registered\n[ 0.363524] acpiphp: Slot [18] registered\n[ 0.364613] acpiphp: Slot [19] registered\n[ 0.365704] acpiphp: Slot [20] registered\n[ 0.366790] acpiphp: Slot [21] registered\n[ 0.367872] acpiphp: Slot [22] registered\n[ 0.368957] acpiphp: Slot [23] registered\n[ 0.370052] acpiphp: Slot [24] registered\n[ 0.371143] acpiphp: Slot [25] registered\n[ 0.372229] acpiphp: Slot [26] registered\n[ 0.373312] acpiphp: Slot [27] registered\n[ 0.374403] acpiphp: Slot [28] registered\n[ 0.375493] acpiphp: Slot [29] registered\n[ 0.376582] acpiphp: Slot [30] registered\n[ 0.377663] acpiphp: Slot [31] registered\n[ 0.378742] PCI host bridge to bus 0000:00\n[ 0.379832] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.381449] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.383055] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.384999] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.386940] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.388933] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.392878] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.394599] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.396158] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.397850] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.402127] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.404076] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.424499] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.426462] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.428349] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.430252] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.432127] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.433910] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.435661] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.437071] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.439179] vgaarb: loaded\n[ 0.440001] vgaarb: bridge control possible 0000:00:02.0\n[ 0.441628] SCSI subsystem initialized\n[ 0.442869] ACPI: bus type USB registered\n[ 0.443993] usbcore: registered new interface driver usbfs\n[ 0.445381] usbcore: registered new interface driver hub\n[ 0.446728] usbcore: registered new device driver usb\n[ 0.448206] PCI: Using ACPI for IRQ routing\n[ 0.449709] NetLabel: Initializing\n[ 0.450668] NetLabel: domain hash size = 128\n[ 0.451812] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.453111] NetLabel: unlabeled traffic allowed by default\n[ 0.454668] clocksource: Switched to clocksource kvm-clock\n[ 0.465169] AppArmor: AppArmor Filesystem Enabled\n[ 0.466456] pnp: PnP ACPI init\n[ 0.467675] pnp: PnP ACPI: found 5 devices\n[ 0.474501] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.476811] NET: Registered protocol family 2\n[ 0.478186] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.479909] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.481520] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.483156] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.484587] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.486140] NET: Registered protocol family 1\n[ 0.487316] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.488765] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.490155] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.504363] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.518552] Trying to unpack rootfs image as initramfs...\n[ 0.580230] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.585034] Scanning for low memory corruption every 60 seconds\n[ 0.587196] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.588764] audit: initializing netlink subsys (disabled)\n[ 0.590175] audit: type=2000 audit(1534354131.832:1): initialized\n[ 0.592057] Initialise system trusted keyring\n[ 0.593429] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.594980] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.597695] zbud: loaded\n[ 0.598691] VFS: Disk quotas dquot_6.6.0\n[ 0.599797] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.601922] fuse init (API version 7.23)\n[ 0.603156] Key type big_key registered\n[ 0.604237] Allocating IMA MOK and blacklist keyrings.\n[ 0.605866] Key type asymmetric registered\n[ 0.606988] Asymmetric key parser 'x509' registered\n[ 0.608277] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.610301] io scheduler noop registered\n[ 0.611392] io scheduler deadline registered (default)\n[ 0.612732] io scheduler cfq registered\n[ 0.613899] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.615310] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.617015] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.618976] ACPI: Power Button [PWRF]\n[ 0.620173] GHES: HEST is not enabled!\n[ 0.634276] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.663235] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.666023] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.690150] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.693140] Linux agpgart interface v0.103\n[ 0.696567] brd: module loaded\n[ 0.698805] loop: module loaded\n[ 0.703195] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.705143] GPT:90111 != 2097151\n[ 0.706068] GPT:Alternate GPT header not at the end of the disk.\n[ 0.707530] GPT:90111 != 2097151\n[ 0.708458] GPT: Use GNU Parted to correct GPT errors.\n[ 0.709751] vda: vda1 vda15\n[ 0.711401] scsi host0: ata_piix\n[ 0.712447] scsi host1: ata_piix\n[ 0.713413] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.715024] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.716987] libphy: Fixed MDIO Bus: probed\n[ 0.718090] tun: Universal TUN/TAP device driver, 1.6\n[ 0.719370] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.722258] PPP generic driver version 2.4.2\n[ 0.723498] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.725070] ehci-pci: EHCI PCI platform driver\n[ 0.726249] ehci-platform: EHCI generic platform driver\n[ 0.727581] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.729102] ohci-pci: OHCI PCI platform driver\n[ 0.730262] ohci-platform: OHCI generic platform driver\n[ 0.731595] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.746122] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.747459] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.749432] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.750772] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.752298] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.753926] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.755848] usb usb1: Product: UHCI Host Controller\n[ 0.757101] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.758628] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.759944] hub 1-0:1.0: USB hub found\n[ 0.761014] hub 1-0:1.0: 2 ports detected\n[ 0.762307] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.765162] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.766447] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.767827] mousedev: PS/2 mouse device common for all mice\n[ 0.769513] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.771952] rtc_cmos 00:00: RTC can wake from S4\n[ 0.773462] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.775051] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.776661] i2c /dev entries driver\n[ 0.777694] device-mapper: uevent: version 1.0.3\n[ 0.778999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.781217] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.783060] NET: Registered protocol family 10\n[ 0.784607] NET: Registered protocol family 17\n[ 0.785813] Key type dns_resolver registered\n[ 0.787098] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.788579] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.790959] registered taskstats version 1\n[ 0.792095] Loading compiled-in X.509 certificates\n[ 0.793900] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.796401] zswap: loaded using pool lzo/zbud\n[ 0.798479] Key type trusted registered\n[ 0.800611] Key type encrypted registered\n[ 0.801723] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.803149] ima: No TPM chip found, activating TPM-bypass!\n[ 0.804580] evm: HMAC attrs: 0x1\n[ 0.805846] Magic number: 14:867:491\n[ 0.807019] rtc_cmos 00:00: setting system clock to 2018-08-15 17:28:52 UTC (1534354132)\n[ 0.809207] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.810698] EDD information not available.\n[ 0.876299] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.892919] Write protecting the kernel read-only data: 14336k\n[ 0.895966] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.898437] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.67\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.80\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.053329] 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.3...\nLease of 192.168.120.3 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.90. iid=i-00000001\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCN61h+qVvZsq0JuWMknGqml6sXipv6sSIINarLlPpfv+4cpAccS7c38UJOtdifvlHnJx5mKcapM+oSfB7TqNcMtfehgiIroIRgdRgLrUb1voEoUV18obIsYWVQPsyXMWpQ37UoM4uVg1kq3fgM8anPN9ktdmq7jWzwVEFyFXaJftlhFyk0ZP/S8Rct8LG4NHP54Iyyf9hbp5FMPyXmPq1p94q7uwIxHcUeFC1QhU93gvHJq1I7BAfkLiKii/BWDFqsUntiPiP1zEldvCb9rii+lDOoTuRioBmX8AMvqBfgKW05L/JSURGlmMLG0XTe3guKXCFiLAC6YJJi1EbFyAM3 root@singlevm1-vm-d3cb17ed-70b5-4754-9e34-5a131db39fb7\nssh-dss AAAAB3NzaC1kc3MAAACBAPcCtEDVP8MD8JSy0fg8Q7GVgbLjvhT7u4hD4otI7Wykj2mdOGDTGtEG/8GUCdNfB1whaV7+oRXEpXwJ7ZJtdZwfsBhiih4CxCi4LyXWhBcfeFEgNkne+hVxuGevFDptWXgQsAGqiL6L5CLACFiN9F4/lqn+covubjZk96Bix/CHAAAAFQDoV5ut2siAYF/LZ22nXY4pk4i+HwAAAIEArDaAERyzoNOQ+oyKA+Rt4EFnrTsjQb+sTeE1zLMomXlrwKzHrfInNq/8mBhD+ZTq/7giT5PO64pv5FRKWzSFg6pX279wE7An3gn02IRPGUOWFlTrXLg+HRl0cm1zrDeLfxbnnjngsiSFmQW4f/BPdBMIuGCdPp6Lq6/PCcNC5yQAAACATNKMU7mMRXx3nacaCi5vCntFJfJqATKsYxQi6mYYmOpYAQ1eh5grpoe2IXObdbKkiaTr0HO6K/4HnORga7rLS6F0W6mJqG4+o+JVLuCNVdQBiOY55u/s3tqWcl/iHYx0QeJzfqMfxJHFI59fvOAiJvcHEfmxjIdaYy9+UX6+ylQ= root@singlevm1-vm-d3cb17ed-70b5-4754-9e34-5a131db39fb7\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.3,24,fe80::f816:3eff:fe41:e71c/64,\nip-route:default via 192.168.120.1 dev eth0 \nip-route:169.254.169.254 via 192.168.120.2 dev eth0 \nip-route:192.168.120.0/24 dev eth0 src 192.168.120.3 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000001\nname: N/A\navailability-zone: nova\nlocal-hostname: singlevm1-vm-d3cb17ed-70b5-4754-9e34-5a131db39fb7\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=3.04 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsinglevm1-vm-d3cb17ed-70b5-4754-9e34-5a131db39fb7 login: /dev/root resized successfully [took 0.34s]\n"} 2018-08-15 17:29:06,291 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/e210594d-c30d-45a8-a26c-de42a9e34c9a/action used request id req-da21aa10-4b1f-4df6-a5bf-bb6e779bd74b 2018-08-15 17:29:06,291 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.223330974579s 2018-08-15 17:29:06,292 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/e210594d-c30d-45a8-a26c-de42a9e34c9a/action used request id req-da21aa10-4b1f-4df6-a5bf-bb6e779bd74b 2018-08-15 17:29:06,293 - 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 497690433 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.182654] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.184906] pid_max: default: 32768 minimum: 301 [ 0.186127] ACPI: Core revision 20150930 [ 0.187785] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.189565] Security Framework initialized [ 0.190665] Yama: becoming mindful. [ 0.191652] AppArmor: AppArmor initialized [ 0.192802] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.194558] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.196247] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.197876] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.199719] Initializing cgroup subsys io [ 0.200825] Initializing cgroup subsys memory [ 0.202004] Initializing cgroup subsys devices [ 0.203187] Initializing cgroup subsys freezer [ 0.204369] Initializing cgroup subsys net_cls [ 0.205562] Initializing cgroup subsys perf_event [ 0.206795] Initializing cgroup subsys net_prio [ 0.207992] Initializing cgroup subsys hugetlb [ 0.209146] Initializing cgroup subsys pids [ 0.210311] CPU: Physical Processor ID: 0 [ 0.212104] mce: CPU supports 10 MCE banks [ 0.213249] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.214618] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.230688] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.237253] ftrace: allocating 31920 entries in 125 pages [ 0.262436] smpboot: Max logical packages: 1 [ 0.263569] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.265408] x2apic enabled [ 0.266517] Switched APIC routing to physical x2apic. [ 0.268904] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.270378] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.273020] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.275409] KVM setup paravirtual spinlock [ 0.276971] x86: Booted up 1 node, 1 CPUs [ 0.278045] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.279882] devtmpfs: initialized [ 0.281832] evm: security.selinux [ 0.282765] evm: security.SMACK64 [ 0.283695] evm: security.SMACK64EXEC [ 0.284696] evm: security.SMACK64TRANSMUTE [ 0.285768] evm: security.SMACK64MMAP [ 0.286769] evm: security.ima [ 0.287632] evm: security.capability [ 0.288683] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.291119] pinctrl core: initialized pinctrl subsystem [ 0.292553] RTC time: 17:28:51, date: 08/15/18 [ 0.293825] NET: Registered protocol family 16 [ 0.295102] cpuidle: using governor ladder [ 0.296194] cpuidle: using governor menu [ 0.297238] PCCT header not found. [ 0.298234] ACPI: bus type PCI registered [ 0.299305] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.300932] PCI: Using configuration type 1 for base access [ 0.303045] ACPI: Added _OSI(Module Device) [ 0.304167] ACPI: Added _OSI(Processor Device) [ 0.305313] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.306512] ACPI: Added _OSI(Processor Aggregator Device) [ 0.308661] ACPI: Interpreter enabled [ 0.309696] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.312193] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.314678] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.317163] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.319653] ACPI: (supports S0 S5) [ 0.320613] ACPI: Using IOAPIC for interrupt routing [ 0.321872] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.325643] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.327172] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.328819] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.330389] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.333263] acpiphp: Slot [3] registered [ 0.334331] acpiphp: Slot [4] registered [ 0.335394] acpiphp: Slot [5] registered [ 0.336454] acpiphp: Slot [6] registered [ 0.337510] acpiphp: Slot [7] registered [ 0.338569] acpiphp: Slot [8] registered [ 0.339642] acpiphp: Slot [9] registered [ 0.340696] acpiphp: Slot [10] registered [ 0.341786] acpiphp: Slot [11] registered [ 0.342879] acpiphp: Slot [12] registered [ 0.343970] acpiphp: Slot [13] registered [ 0.345048] acpiphp: Slot [14] registered [ 0.346137] acpiphp: Slot [15] registered [ 0.361342] acpiphp: Slot [16] registered [ 0.362435] acpiphp: Slot [17] registered [ 0.363524] acpiphp: Slot [18] registered [ 0.364613] acpiphp: Slot [19] registered [ 0.365704] acpiphp: Slot [20] registered [ 0.366790] acpiphp: Slot [21] registered [ 0.367872] acpiphp: Slot [22] registered [ 0.368957] acpiphp: Slot [23] registered [ 0.370052] acpiphp: Slot [24] registered [ 0.371143] acpiphp: Slot [25] registered [ 0.372229] acpiphp: Slot [26] registered [ 0.373312] acpiphp: Slot [27] registered [ 0.374403] acpiphp: Slot [28] registered [ 0.375493] acpiphp: Slot [29] registered [ 0.376582] acpiphp: Slot [30] registered [ 0.377663] acpiphp: Slot [31] registered [ 0.378742] PCI host bridge to bus 0000:00 [ 0.379832] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.381449] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.383055] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.384999] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.386940] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.388933] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.392878] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.394599] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.396158] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.397850] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.402127] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.404076] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.424499] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.426462] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.428349] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.430252] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.432127] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.433910] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.435661] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.437071] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.439179] vgaarb: loaded [ 0.440001] vgaarb: bridge control possible 0000:00:02.0 [ 0.441628] SCSI subsystem initialized [ 0.442869] ACPI: bus type USB registered [ 0.443993] usbcore: registered new interface driver usbfs [ 0.445381] usbcore: registered new interface driver hub [ 0.446728] usbcore: registered new device driver usb [ 0.448206] PCI: Using ACPI for IRQ routing [ 0.449709] NetLabel: Initializing [ 0.450668] NetLabel: domain hash size = 128 [ 0.451812] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.453111] NetLabel: unlabeled traffic allowed by default [ 0.454668] clocksource: Switched to clocksource kvm-clock [ 0.465169] AppArmor: AppArmor Filesystem Enabled [ 0.466456] pnp: PnP ACPI init [ 0.467675] pnp: PnP ACPI: found 5 devices [ 0.474501] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.476811] NET: Registered protocol family 2 [ 0.478186] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.479909] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.481520] TCP: Hash tables configured (established 4096 bind 4096) [ 0.483156] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.484587] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.486140] NET: Registered protocol family 1 [ 0.487316] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.488765] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.490155] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.504363] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.518552] Trying to unpack rootfs image as initramfs... [ 0.580230] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.585034] Scanning for low memory corruption every 60 seconds [ 0.587196] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.588764] audit: initializing netlink subsys (disabled) [ 0.590175] audit: type=2000 audit(1534354131.832:1): initialized [ 0.592057] Initialise system trusted keyring [ 0.593429] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.594980] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.597695] zbud: loaded [ 0.598691] VFS: Disk quotas dquot_6.6.0 [ 0.599797] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.601922] fuse init (API version 7.23) [ 0.603156] Key type big_key registered [ 0.604237] Allocating IMA MOK and blacklist keyrings. [ 0.605866] Key type asymmetric registered [ 0.606988] Asymmetric key parser 'x509' registered [ 0.608277] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.610301] io scheduler noop registered [ 0.611392] io scheduler deadline registered (default) [ 0.612732] io scheduler cfq registered [ 0.613899] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.615310] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.617015] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.618976] ACPI: Power Button [PWRF] [ 0.620173] GHES: HEST is not enabled! [ 0.634276] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.663235] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.666023] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.690150] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.693140] Linux agpgart interface v0.103 [ 0.696567] brd: module loaded [ 0.698805] loop: module loaded [ 0.703195] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.705143] GPT:90111 != 2097151 [ 0.706068] GPT:Alternate GPT header not at the end of the disk. [ 0.707530] GPT:90111 != 2097151 [ 0.708458] GPT: Use GNU Parted to correct GPT errors. [ 0.709751] vda: vda1 vda15 [ 0.711401] scsi host0: ata_piix [ 0.712447] scsi host1: ata_piix [ 0.713413] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.715024] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.716987] libphy: Fixed MDIO Bus: probed [ 0.718090] tun: Universal TUN/TAP device driver, 1.6 [ 0.719370] tun: (C) 1999-2004 Max Krasnyansky [ 0.722258] PPP generic driver version 2.4.2 [ 0.723498] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.725070] ehci-pci: EHCI PCI platform driver [ 0.726249] ehci-platform: EHCI generic platform driver [ 0.727581] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.729102] ohci-pci: OHCI PCI platform driver [ 0.730262] ohci-platform: OHCI generic platform driver [ 0.731595] uhci_hcd: USB Universal Host Controller Interface driver [ 0.746122] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.747459] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.749432] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.750772] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.752298] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.753926] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.755848] usb usb1: Product: UHCI Host Controller [ 0.757101] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.758628] usb usb1: SerialNumber: 0000:00:01.2 [ 0.759944] hub 1-0:1.0: USB hub found [ 0.761014] hub 1-0:1.0: 2 ports detected [ 0.762307] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.765162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.766447] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.767827] mousedev: PS/2 mouse device common for all mice [ 0.769513] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.771952] rtc_cmos 00:00: RTC can wake from S4 [ 0.773462] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.775051] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.776661] i2c /dev entries driver [ 0.777694] device-mapper: uevent: version 1.0.3 [ 0.778999] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.781217] ledtrig-cpu: registered to indicate activity on CPUs [ 0.783060] NET: Registered protocol family 10 [ 0.784607] NET: Registered protocol family 17 [ 0.785813] Key type dns_resolver registered [ 0.787098] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.788579] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.790959] registered taskstats version 1 [ 0.792095] Loading compiled-in X.509 certificates [ 0.793900] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.796401] zswap: loaded using pool lzo/zbud [ 0.798479] Key type trusted registered [ 0.800611] Key type encrypted registered [ 0.801723] AppArmor: AppArmor sha1 policy hashing enabled [ 0.803149] ima: No TPM chip found, activating TPM-bypass! [ 0.804580] evm: HMAC attrs: 0x1 [ 0.805846] Magic number: 14:867:491 [ 0.807019] rtc_cmos 00:00: setting system clock to 2018-08-15 17:28:52 UTC (1534354132) [ 0.809207] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.810698] EDD information not available. [ 0.876299] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.892919] Write protecting the kernel read-only data: 14336k [ 0.895966] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.898437] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 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.80 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.053329] 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.3... Lease of 192.168.120.3 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.90. iid=i-00000001 failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /run/cirros/datasource/data/user-data was not '#!' or executable === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.912 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCN61h+qVvZsq0JuWMknGqml6sXipv6sSIINarLlPpfv+4cpAccS7c38UJOtdifvlHnJx5mKcapM+oSfB7TqNcMtfehgiIroIRgdRgLrUb1voEoUV18obIsYWVQPsyXMWpQ37UoM4uVg1kq3fgM8anPN9ktdmq7jWzwVEFyFXaJftlhFyk0ZP/S8Rct8LG4NHP54Iyyf9hbp5FMPyXmPq1p94q7uwIxHcUeFC1QhU93gvHJq1I7BAfkLiKii/BWDFqsUntiPiP1zEldvCb9rii+lDOoTuRioBmX8AMvqBfgKW05L/JSURGlmMLG0XTe3guKXCFiLAC6YJJi1EbFyAM3 root@singlevm1-vm-d3cb17ed-70b5-4754-9e34-5a131db39fb7 ssh-dss AAAAB3NzaC1kc3MAAACBAPcCtEDVP8MD8JSy0fg8Q7GVgbLjvhT7u4hD4otI7Wykj2mdOGDTGtEG/8GUCdNfB1whaV7+oRXEpXwJ7ZJtdZwfsBhiih4CxCi4LyXWhBcfeFEgNkne+hVxuGevFDptWXgQsAGqiL6L5CLACFiN9F4/lqn+covubjZk96Bix/CHAAAAFQDoV5ut2siAYF/LZ22nXY4pk4i+HwAAAIEArDaAERyzoNOQ+oyKA+Rt4EFnrTsjQb+sTeE1zLMomXlrwKzHrfInNq/8mBhD+ZTq/7giT5PO64pv5FRKWzSFg6pX279wE7An3gn02IRPGUOWFlTrXLg+HRl0cm1zrDeLfxbnnjngsiSFmQW4f/BPdBMIuGCdPp6Lq6/PCcNC5yQAAACATNKMU7mMRXx3nacaCi5vCntFJfJqATKsYxQi6mYYmOpYAQ1eh5grpoe2IXObdbKkiaTr0HO6K/4HnORga7rLS6F0W6mJqG4+o+JVLuCNVdQBiOY55u/s3tqWcl/iHYx0QeJzfqMfxJHFI59fvOAiJvcHEfmxjIdaYy9+UX6+ylQ= root@singlevm1-vm-d3cb17ed-70b5-4754-9e34-5a131db39fb7 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.3,24,fe80::f816:3eff:fe41:e71c/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.2 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.3 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-00000001 name: N/A availability-zone: nova local-hostname: singlevm1-vm-d3cb17ed-70b5-4754-9e34-5a131db39fb7 launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=3.04 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. singlevm1-vm-d3cb17ed-70b5-4754-9e34-5a131db39fb7 login: /dev/root resized successfully [took 0.34s] 2018-08-15 17:29:06,296 - paramiko.transport - DEBUG - starting thread (client mode): 0xdbba03d0L 2018-08-15 17:29:06,297 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-15 17:29:06,297 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-08-15 17:29:06,298 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-08-15 17:29:06,299 - 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-15 17:29:06,299 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-15 17:29:06,300 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-08-15 17:29:06,300 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-15 17:29:06,300 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-15 17:29:06,300 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-15 17:29:06,319 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-15 17:29:06,320 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-15 17:29:06,330 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.200: 792efa400fc4dbb6ad2d6dce45507aa2 2018-08-15 17:29:06,331 - paramiko.transport - DEBUG - Trying discovered key ef4800823e4261e1fe1f99a8e25f0ea6 in /tmp/tmp8UB13A 2018-08-15 17:29:06,358 - paramiko.transport - DEBUG - userauth is OK 2018-08-15 17:29:06,364 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-15 17:29:06,396 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-15 17:29:06,397 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-08-15 17:29:06,397 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-15 17:29:06,399 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-15 17:29:06,400 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-15 17:29:06,400 - functest.core.singlevm - DEBUG - output: Hello World 2018-08-15 17:29:06,401 - functest.core.singlevm - DEBUG - error: 2018-08-15 17:29:06,403 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-15 17:29:06,508 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-15 17:29:06,508 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | singlevm1 | functest | 00:38 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-15 17:29:06,516 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-15 17:29:06,517 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/floatingips/9e3ecc80-cfdc-4ff1-bb80-bf78ef1fea70.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2c7a7ac8cd3828a0afa941832e58cdd493f5beb0" 2018-08-15 17:29:07,768 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-61a75dc0-697a-4afe-830b-88f6b70ee972 Content-Length: 0 Date: Wed, 15 Aug 2018 17:29:07 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-15 17:29:07,769 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/floatingips/9e3ecc80-cfdc-4ff1-bb80-bf78ef1fea70.json used request id req-61a75dc0-697a-4afe-830b-88f6b70ee972 2018-08-15 17:29:07,769 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 1.25263404846s 2018-08-15 17:29:07,769 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/floatingips/9e3ecc80-cfdc-4ff1-bb80-bf78ef1fea70.json used request id req-61a75dc0-697a-4afe-830b-88f6b70ee972 2018-08-15 17:29:07,774 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-15 17:29:07,775 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2c7a7ac8cd3828a0afa941832e58cdd493f5beb0" 2018-08-15 17:29:07,822 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-7abb2ed3-8578-4ea4-a82e-cf470d7e608f Date: Wed, 15 Aug 2018 17:29:07 GMT RESP BODY: {"floatingips": []} 2018-08-15 17:29:07,822 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-7abb2ed3-8578-4ea4-a82e-cf470d7e608f 2018-08-15 17:29:07,822 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0477530956268s 2018-08-15 17:29:07,822 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-7abb2ed3-8578-4ea4-a82e-cf470d7e608f 2018-08-15 17:29:07,823 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-15 17:29:07,826 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/servers/e210594d-c30d-45a8-a26c-de42a9e34c9a -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2c7a7ac8cd3828a0afa941832e58cdd493f5beb0" 2018-08-15 17:29:08,158 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 15 Aug 2018 17:29: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-19fc814e-7ed5-493a-964c-d82af0036041 x-compute-request-id: req-19fc814e-7ed5-493a-964c-d82af0036041 Content-Type: application/json 2018-08-15 17:29:08,158 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/servers/e210594d-c30d-45a8-a26c-de42a9e34c9a used request id req-19fc814e-7ed5-493a-964c-d82af0036041 2018-08-15 17:29:08,158 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.334708929062s 2018-08-15 17:29:08,158 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/servers/e210594d-c30d-45a8-a26c-de42a9e34c9a used request id req-19fc814e-7ed5-493a-964c-d82af0036041 2018-08-15 17:29:08,159 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 17:29:08,161 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2c7a7ac8cd3828a0afa941832e58cdd493f5beb0" 2018-08-15 17:29:08,996 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:29:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bdd573f2-c26c-489e-a019-f860a6af934d x-compute-request-id: req-bdd573f2-c26c-489e-a019-f860a6af934d Content-Encoding: gzip Content-Length: 834 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"singlevm1-net_d3cb17ed-70b5-4754-9e34-5a131db39fb7": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:41:e7:1c", "version": 4, "addr": "192.168.120.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:41:e7:1c", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e210594d-c30d-45a8-a26c-de42a9e34c9a", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e210594d-c30d-45a8-a26c-de42a9e34c9a", "rel": "bookmark"}], "image": {"id": "ca91db02-2376-4aa9-8c24-01be67d4a922", "links": [{"href": "http://172.30.9.27:8774/images/ca91db02-2376-4aa9-8c24-01be67d4a922", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000001", "OS-SRV-USG:launched_at": "2018-08-15T17:28:51.000000", "flavor": {"id": "038ead36-9c4c-4c05-ba67-0a06007427bf", "links": [{"href": "http://172.30.9.27:8774/flavors/038ead36-9c4c-4c05-ba67-0a06007427bf", "rel": "bookmark"}]}, "id": "e210594d-c30d-45a8-a26c-de42a9e34c9a", "security_groups": [{"name": "singlevm1-sg_d3cb17ed-70b5-4754-9e34-5a131db39fb7"}], "user_id": "9482390a0722494f8852b9f0e2b9de56", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T17:29:08Z", "hostId": "c5567f4803855344fbdca3ca5fa2dff16ca2490f2f70ddbe7c99410b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_d3cb17ed-70b5-4754-9e34-5a131db39fb7", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_d3cb17ed-70b5-4754-9e34-5a131db39fb7", "created": "2018-08-15T17:28:38Z", "tenant_id": "a3688ea3a7924e1e8a441a00bd79aae5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 17:29:08,997 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-bdd573f2-c26c-489e-a019-f860a6af934d 2018-08-15 17:29:08,997 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.838033914566s 2018-08-15 17:29:08,997 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-bdd573f2-c26c-489e-a019-f860a6af934d 2018-08-15 17:29:08,999 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 17:29:11,001 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 17:29:11,004 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2c7a7ac8cd3828a0afa941832e58cdd493f5beb0" 2018-08-15 17:29:11,203 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:29:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-7e40befc-5ad8-4d01-85c7-89e6663cc5f6 x-compute-request-id: req-7e40befc-5ad8-4d01-85c7-89e6663cc5f6 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-15 17:29:11,203 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-7e40befc-5ad8-4d01-85c7-89e6663cc5f6 2018-08-15 17:29:11,203 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.201699972153s 2018-08-15 17:29:11,204 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-7e40befc-5ad8-4d01-85c7-89e6663cc5f6 2018-08-15 17:29:11,207 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-15 17:29:11,208 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2c7a7ac8cd3828a0afa941832e58cdd493f5beb0" 2018-08-15 17:29:11,271 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14163 X-Openstack-Request-Id: req-a4498a3b-1677-4723-b285-3ede5d4ed549 Date: Wed, 15 Aug 2018 17:29:11 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "a3688ea3a7924e1e8a441a00bd79aae5", "created_at": "2018-08-15T17:28:33Z", "updated_at": "2018-08-15T17:28:34Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:28:34Z", "revision_number": 0, "id": "1aa4e0b7-169e-45ca-8ab7-e3a62c0ac1e1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T17:28:34Z", "security_group_id": "0f9756b4-97a4-47d9-943e-1c53438ab940", "tenant_id": "a3688ea3a7924e1e8a441a00bd79aae5", "port_range_min": null, "ethertype": "IPv4", "project_id": "a3688ea3a7924e1e8a441a00bd79aae5"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-15T17:28:34Z", "revision_number": 0, "id": "339a386f-cad7-471f-b2ef-2889c80b824c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T17:28:34Z", "security_group_id": "0f9756b4-97a4-47d9-943e-1c53438ab940", "tenant_id": "a3688ea3a7924e1e8a441a00bd79aae5", "port_range_min": 22, "ethertype": "IPv4", "project_id": "a3688ea3a7924e1e8a441a00bd79aae5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:28:34Z", "revision_number": 0, "id": "ec1d3786-4859-460c-bab4-17fa61103402", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T17:28:34Z", "security_group_id": "0f9756b4-97a4-47d9-943e-1c53438ab940", "tenant_id": "a3688ea3a7924e1e8a441a00bd79aae5", "port_range_min": null, "ethertype": "IPv4", "project_id": "a3688ea3a7924e1e8a441a00bd79aae5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:28:34Z", "revision_number": 0, "id": "f1af5f67-0a19-4f90-a23d-c99483534a4d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T17:28:34Z", "security_group_id": "0f9756b4-97a4-47d9-943e-1c53438ab940", "tenant_id": "a3688ea3a7924e1e8a441a00bd79aae5", "port_range_min": null, "ethertype": "IPv6", "project_id": "a3688ea3a7924e1e8a441a00bd79aae5"}], "revision_number": 3, "project_id": "a3688ea3a7924e1e8a441a00bd79aae5", "id": "0f9756b4-97a4-47d9-943e-1c53438ab940", "name": "singlevm1-sg_d3cb17ed-70b5-4754-9e34-5a131db39fb7"}, {"description": "Default security group", "tags": [], "tenant_id": "d2c267e1fee9461ba5e64a915b9518f5", "created_at": "2018-08-15T17:16:26Z", "updated_at": "2018-08-15T17:16:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:16:26Z", "revision_number": 0, "id": "0141cb89-2ac6-4e44-8a33-98502f991b14", "remote_group_id": "49ad131e-2fee-4eda-925b-574512101baf", "remote_ip_prefix": null, "created_at": "2018-08-15T17:16:26Z", "security_group_id": "49ad131e-2fee-4eda-925b-574512101baf", "tenant_id": "d2c267e1fee9461ba5e64a915b9518f5", "port_range_min": null, "ethertype": "IPv6", "project_id": "d2c267e1fee9461ba5e64a915b9518f5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:16:26Z", "revision_number": 0, "id": "2838190b-5271-4849-ad98-f69f8537ebd4", "remote_group_id": "49ad131e-2fee-4eda-925b-574512101baf", "remote_ip_prefix": null, "created_at": "2018-08-15T17:16:26Z", "security_group_id": "49ad131e-2fee-4eda-925b-574512101baf", "tenant_id": "d2c267e1fee9461ba5e64a915b9518f5", "port_range_min": null, "ethertype": "IPv4", "project_id": "d2c267e1fee9461ba5e64a915b9518f5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:16:26Z", "revision_number": 0, "id": "8c98c9ae-fd3c-446d-8e3a-b940eeaeaf5c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T17:16:26Z", "security_group_id": "49ad131e-2fee-4eda-925b-574512101baf", "tenant_id": "d2c267e1fee9461ba5e64a915b9518f5", "port_range_min": null, "ethertype": "IPv4", "project_id": "d2c267e1fee9461ba5e64a915b9518f5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:16:26Z", "revision_number": 0, "id": "ba624d5b-e90c-4654-ad59-8e59dfa2c030", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T17:16:26Z", "security_group_id": "49ad131e-2fee-4eda-925b-574512101baf", "tenant_id": "d2c267e1fee9461ba5e64a915b9518f5", "port_range_min": null, "ethertype": "IPv6", "project_id": "d2c267e1fee9461ba5e64a915b9518f5"}], "revision_number": 1, "project_id": "d2c267e1fee9461ba5e64a915b9518f5", "id": "49ad131e-2fee-4eda-925b-574512101baf", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-15T17:27:27Z", "updated_at": "2018-08-15T17:27:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:27:27Z", "revision_number": 0, "id": "17660aba-9083-4642-ba77-864183ac3be2", "remote_group_id": "7dfaa501-90b4-4eaa-bfc8-0c47387c4cfe", "remote_ip_prefix": null, "created_at": "2018-08-15T17:27:27Z", "security_group_id": "7dfaa501-90b4-4eaa-bfc8-0c47387c4cfe", "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-15T17:27:27Z", "revision_number": 0, "id": "674b08f0-5d18-4c1f-b30c-560dc87de3ea", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T17:27:27Z", "security_group_id": "7dfaa501-90b4-4eaa-bfc8-0c47387c4cfe", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:27:27Z", "revision_number": 0, "id": "b4aa6404-b143-4913-8911-8e57a7f69792", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T17:27:27Z", "security_group_id": "7dfaa501-90b4-4eaa-bfc8-0c47387c4cfe", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:27:27Z", "revision_number": 0, "id": "c159519c-ede4-4f2e-8aaa-5140c783b145", "remote_group_id": "7dfaa501-90b4-4eaa-bfc8-0c47387c4cfe", "remote_ip_prefix": null, "created_at": "2018-08-15T17:27:27Z", "security_group_id": "7dfaa501-90b4-4eaa-bfc8-0c47387c4cfe", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "7dfaa501-90b4-4eaa-bfc8-0c47387c4cfe", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a3688ea3a7924e1e8a441a00bd79aae5", "created_at": "2018-08-15T17:27:25Z", "updated_at": "2018-08-15T17:27:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:27:25Z", "revision_number": 0, "id": "091c3db4-f9d3-44f6-be43-0122bd8d1eac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T17:27:25Z", "security_group_id": "b1b93c0b-5bde-4ee1-8155-9730b9f808b4", "tenant_id": "a3688ea3a7924e1e8a441a00bd79aae5", "port_range_min": null, "ethertype": "IPv6", "project_id": "a3688ea3a7924e1e8a441a00bd79aae5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:27:25Z", "revision_number": 0, "id": "65c0ba7b-91f5-464a-8af4-3d5005d0527c", "remote_group_id": "b1b93c0b-5bde-4ee1-8155-9730b9f808b4", "remote_ip_prefix": null, "created_at": "2018-08-15T17:27:25Z", "security_group_id": "b1b93c0b-5bde-4ee1-8155-9730b9f808b4", "tenant_id": "a3688ea3a7924e1e8a441a00bd79aae5", "port_range_min": null, "ethertype": "IPv4", "project_id": "a3688ea3a7924e1e8a441a00bd79aae5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:27:25Z", "revision_number": 0, "id": "e2d19f94-59c6-4030-a2d3-3543abf9ef83", "remote_group_id": "b1b93c0b-5bde-4ee1-8155-9730b9f808b4", "remote_ip_prefix": null, "created_at": "2018-08-15T17:27:25Z", "security_group_id": "b1b93c0b-5bde-4ee1-8155-9730b9f808b4", "tenant_id": "a3688ea3a7924e1e8a441a00bd79aae5", "port_range_min": null, "ethertype": "IPv6", "project_id": "a3688ea3a7924e1e8a441a00bd79aae5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:27:25Z", "revision_number": 0, "id": "e6d70d3c-c66c-409f-8be9-e983e7d4e3f2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T17:27:25Z", "security_group_id": "b1b93c0b-5bde-4ee1-8155-9730b9f808b4", "tenant_id": "a3688ea3a7924e1e8a441a00bd79aae5", "port_range_min": null, "ethertype": "IPv4", "project_id": "a3688ea3a7924e1e8a441a00bd79aae5"}], "revision_number": 1, "project_id": "a3688ea3a7924e1e8a441a00bd79aae5", "id": "b1b93c0b-5bde-4ee1-8155-9730b9f808b4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d430bf63913c4781a978078ee32a4df2", "created_at": "2018-08-15T17:28:12Z", "updated_at": "2018-08-15T17:28:12Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:28:12Z", "revision_number": 0, "id": "3c579e11-f316-40df-a507-07fd2ab9d15b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T17:28:12Z", "security_group_id": "ba63379d-aaf6-4088-9ecf-ac9efd7adcfc", "tenant_id": "d430bf63913c4781a978078ee32a4df2", "port_range_min": null, "ethertype": "IPv4", "project_id": "d430bf63913c4781a978078ee32a4df2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:28:12Z", "revision_number": 0, "id": "3e8c124a-4ec4-4a64-816a-1890d459e6b3", "remote_group_id": "ba63379d-aaf6-4088-9ecf-ac9efd7adcfc", "remote_ip_prefix": null, "created_at": "2018-08-15T17:28:12Z", "security_group_id": "ba63379d-aaf6-4088-9ecf-ac9efd7adcfc", "tenant_id": "d430bf63913c4781a978078ee32a4df2", "port_range_min": null, "ethertype": "IPv4", "project_id": "d430bf63913c4781a978078ee32a4df2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:28:12Z", "revision_number": 0, "id": "ab8c5473-ba1a-4dbc-b2cc-5c3bf16ef3fd", "remote_group_id": "ba63379d-aaf6-4088-9ecf-ac9efd7adcfc", "remote_ip_prefix": null, "created_at": "2018-08-15T17:28:12Z", "security_group_id": "ba63379d-aaf6-4088-9ecf-ac9efd7adcfc", "tenant_id": "d430bf63913c4781a978078ee32a4df2", "port_range_min": null, "ethertype": "IPv6", "project_id": "d430bf63913c4781a978078ee32a4df2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:28:12Z", "revision_number": 0, "id": "ee661a31-96aa-4e62-9891-5350abebbe6f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T17:28:12Z", "security_group_id": "ba63379d-aaf6-4088-9ecf-ac9efd7adcfc", "tenant_id": "d430bf63913c4781a978078ee32a4df2", "port_range_min": null, "ethertype": "IPv6", "project_id": "d430bf63913c4781a978078ee32a4df2"}], "revision_number": 1, "project_id": "d430bf63913c4781a978078ee32a4df2", "id": "ba63379d-aaf6-4088-9ecf-ac9efd7adcfc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "13f6bb3f519949d1aa327ef44625daea", "created_at": "2018-08-15T17:27:40Z", "updated_at": "2018-08-15T17:27:41Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:27:41Z", "revision_number": 0, "id": "18c7d210-78a1-4871-9be7-95edcf0dcecc", "remote_group_id": "ec03cefb-89d2-4f83-9da1-a9a70b20b203", "remote_ip_prefix": null, "created_at": "2018-08-15T17:27:41Z", "security_group_id": "ec03cefb-89d2-4f83-9da1-a9a70b20b203", "tenant_id": "13f6bb3f519949d1aa327ef44625daea", "port_range_min": null, "ethertype": "IPv4", "project_id": "13f6bb3f519949d1aa327ef44625daea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:27:41Z", "revision_number": 0, "id": "74eda8ad-2cae-40ae-b041-63f063b243b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T17:27:41Z", "security_group_id": "ec03cefb-89d2-4f83-9da1-a9a70b20b203", "tenant_id": "13f6bb3f519949d1aa327ef44625daea", "port_range_min": null, "ethertype": "IPv4", "project_id": "13f6bb3f519949d1aa327ef44625daea"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:27:41Z", "revision_number": 0, "id": "917713ed-fb6b-4484-a19f-2c41aca5a114", "remote_group_id": "ec03cefb-89d2-4f83-9da1-a9a70b20b203", "remote_ip_prefix": null, "created_at": "2018-08-15T17:27:41Z", "security_group_id": "ec03cefb-89d2-4f83-9da1-a9a70b20b203", "tenant_id": "13f6bb3f519949d1aa327ef44625daea", "port_range_min": null, "ethertype": "IPv6", "project_id": "13f6bb3f519949d1aa327ef44625daea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:27:41Z", "revision_number": 0, "id": "e6387382-e575-47fd-9ed1-4d655d354660", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T17:27:41Z", "security_group_id": "ec03cefb-89d2-4f83-9da1-a9a70b20b203", "tenant_id": "13f6bb3f519949d1aa327ef44625daea", "port_range_min": null, "ethertype": "IPv6", "project_id": "13f6bb3f519949d1aa327ef44625daea"}], "revision_number": 1, "project_id": "13f6bb3f519949d1aa327ef44625daea", "id": "ec03cefb-89d2-4f83-9da1-a9a70b20b203", "name": "default"}]} 2018-08-15 17:29:11,271 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-a4498a3b-1677-4723-b285-3ede5d4ed549 2018-08-15 17:29:11,272 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0643718242645s 2018-08-15 17:29:11,272 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-a4498a3b-1677-4723-b285-3ede5d4ed549 2018-08-15 17:29:11,276 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-08-15 17:29:11,277 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/security-groups/0f9756b4-97a4-47d9-943e-1c53438ab940.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2c7a7ac8cd3828a0afa941832e58cdd493f5beb0" 2018-08-15 17:29:11,453 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-7d751d1d-aeb6-4bbb-b9f2-3e9e03921af4 Content-Length: 0 Date: Wed, 15 Aug 2018 17:29:11 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-15 17:29:11,453 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/0f9756b4-97a4-47d9-943e-1c53438ab940.json used request id req-7d751d1d-aeb6-4bbb-b9f2-3e9e03921af4 2018-08-15 17:29:11,453 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.176409959793s 2018-08-15 17:29:11,453 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/0f9756b4-97a4-47d9-943e-1c53438ab940.json used request id req-7d751d1d-aeb6-4bbb-b9f2-3e9e03921af4 2018-08-15 17:29:11,454 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-08-15 17:29:11,456 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/os-keypairs/singlevm1-kp_d3cb17ed-70b5-4754-9e34-5a131db39fb7 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2c7a7ac8cd3828a0afa941832e58cdd493f5beb0" 2018-08-15 17:29:11,522 - keystoneauth.session - DEBUG - RESP: [202] Date: Wed, 15 Aug 2018 17:29:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-3ec71f21-392a-4184-81a0-10f3d3b756d1 x-compute-request-id: req-3ec71f21-392a-4184-81a0-10f3d3b756d1 Content-Length: 0 Content-Type: application/json 2018-08-15 17:29:11,522 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/os-keypairs/singlevm1-kp_d3cb17ed-70b5-4754-9e34-5a131db39fb7 used request id req-3ec71f21-392a-4184-81a0-10f3d3b756d1 2018-08-15 17:29:11,522 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0683450698853s 2018-08-15 17:29:11,522 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/os-keypairs/singlevm1-kp_d3cb17ed-70b5-4754-9e34-5a131db39fb7 used request id req-3ec71f21-392a-4184-81a0-10f3d3b756d1 2018-08-15 17:29:11,523 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-15 17:29:11,523 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/95ec7983-e653-4b91-8c2d-7a7318ee4198/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}2c7a7ac8cd3828a0afa941832e58cdd493f5beb0" -d '{"subnet_id": "f7070425-2a9b-4f01-845e-1274c4f883f0"}' 2018-08-15 17:29:13,113 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-59e4142c-0c57-4021-b5e2-d2521ed02336 Date: Wed, 15 Aug 2018 17:29:13 GMT RESP BODY: {"network_id": "538fd09c-976c-4f47-bb1c-a5384759dafd", "tenant_id": "a3688ea3a7924e1e8a441a00bd79aae5", "subnet_id": "f7070425-2a9b-4f01-845e-1274c4f883f0", "subnet_ids": ["f7070425-2a9b-4f01-845e-1274c4f883f0"], "port_id": "e548bfa5-abfd-45c0-a509-cdda5a7f203a", "id": "95ec7983-e653-4b91-8c2d-7a7318ee4198"} 2018-08-15 17:29:13,113 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/95ec7983-e653-4b91-8c2d-7a7318ee4198/remove_router_interface.json used request id req-59e4142c-0c57-4021-b5e2-d2521ed02336 2018-08-15 17:29:13,113 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.59013390541s 2018-08-15 17:29:13,113 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/95ec7983-e653-4b91-8c2d-7a7318ee4198/remove_router_interface.json used request id req-59e4142c-0c57-4021-b5e2-d2521ed02336 returning object 95ec7983-e653-4b91-8c2d-7a7318ee4198 2018-08-15 17:29:13,114 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-15 17:29:13,114 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2c7a7ac8cd3828a0afa941832e58cdd493f5beb0" 2018-08-15 17:29:13,220 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-d3d6554a-407d-417a-a9d0-b5ec8894f8b5 Date: Wed, 15 Aug 2018 17:29:13 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "fc8ca119-27ab-4070-99fa-a2993d11ee48", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "3ef75223-733d-425d-bb3e-88e8a796bebc", "ip_address": "172.30.9.203"}]}, "description": "", "tags": [], "tenant_id": "a3688ea3a7924e1e8a441a00bd79aae5", "created_at": "2018-08-15T17:28:29Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-15T17:29:12Z", "revision_number": 4, "routes": [], "project_id": "a3688ea3a7924e1e8a441a00bd79aae5", "id": "95ec7983-e653-4b91-8c2d-7a7318ee4198", "name": "singlevm1-router_d3cb17ed-70b5-4754-9e34-5a131db39fb7"}]} 2018-08-15 17:29:13,221 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-d3d6554a-407d-417a-a9d0-b5ec8894f8b5 2018-08-15 17:29:13,221 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.106863021851s 2018-08-15 17:29:13,221 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-d3d6554a-407d-417a-a9d0-b5ec8894f8b5 2018-08-15 17:29:13,223 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-15 17:29:13,224 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/routers/95ec7983-e653-4b91-8c2d-7a7318ee4198.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2c7a7ac8cd3828a0afa941832e58cdd493f5beb0" 2018-08-15 17:29:14,539 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-5335fab3-402a-428f-962c-fe1782997fcd Content-Length: 0 Date: Wed, 15 Aug 2018 17:29:14 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-15 17:29:14,540 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/95ec7983-e653-4b91-8c2d-7a7318ee4198.json used request id req-5335fab3-402a-428f-962c-fe1782997fcd 2018-08-15 17:29:14,540 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.31607294083s 2018-08-15 17:29:14,540 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/95ec7983-e653-4b91-8c2d-7a7318ee4198.json used request id req-5335fab3-402a-428f-962c-fe1782997fcd 2018-08-15 17:29:14,540 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-15 17:29:14,541 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2c7a7ac8cd3828a0afa941832e58cdd493f5beb0" 2018-08-15 17:29:14,591 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1291 X-Openstack-Request-Id: req-a251732a-9f00-4f5c-8806-1a276c1d970a Date: Wed, 15 Aug 2018 17:29:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"fc8ca119-27ab-4070-99fa-a2993d11ee48","tenant_id":"d2c267e1fee9461ba5e64a915b9518f5","created_at":"2018-08-15T17:16:30Z","dns_nameservers":[],"updated_at":"2018-08-15T17:16:30Z","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":"d2c267e1fee9461ba5e64a915b9518f5","id":"3ef75223-733d-425d-bb3e-88e8a796bebc","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"538fd09c-976c-4f47-bb1c-a5384759dafd","tenant_id":"a3688ea3a7924e1e8a441a00bd79aae5","created_at":"2018-08-15T17:28:29Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-15T17:28: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":"a3688ea3a7924e1e8a441a00bd79aae5","id":"f7070425-2a9b-4f01-845e-1274c4f883f0","subnetpool_id":null,"name":"singlevm1-subnet_d3cb17ed-70b5-4754-9e34-5a131db39fb7"}]} 2018-08-15 17:29:14,591 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-a251732a-9f00-4f5c-8806-1a276c1d970a 2018-08-15 17:29:14,592 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0511019229889s 2018-08-15 17:29:14,592 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-a251732a-9f00-4f5c-8806-1a276c1d970a 2018-08-15 17:29:14,593 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-15 17:29:14,594 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/subnets/f7070425-2a9b-4f01-845e-1274c4f883f0.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2c7a7ac8cd3828a0afa941832e58cdd493f5beb0" 2018-08-15 17:29:15,599 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-9887182a-df89-4bfb-b95c-82ddb9c3eed1 Date: Wed, 15 Aug 2018 17:29:15 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-15 17:29:15,599 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/f7070425-2a9b-4f01-845e-1274c4f883f0.json used request id req-9887182a-df89-4bfb-b95c-82ddb9c3eed1 2018-08-15 17:29:15,599 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 1.0054910183s 2018-08-15 17:29:15,599 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/f7070425-2a9b-4f01-845e-1274c4f883f0.json used request id req-9887182a-df89-4bfb-b95c-82ddb9c3eed1 2018-08-15 17:29:15,600 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-15 17:29:15,600 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2c7a7ac8cd3828a0afa941832e58cdd493f5beb0" 2018-08-15 17:29:15,685 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1353 X-Openstack-Request-Id: req-9a75eae8-eaa6-4899-bfc0-302aca3bfe38 Date: Wed, 15 Aug 2018 17:29:15 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"538fd09c-976c-4f47-bb1c-a5384759dafd","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a3688ea3a7924e1e8a441a00bd79aae5","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-15T17:29:15Z","provider:segmentation_id":36,"name":"singlevm1-net_d3cb17ed-70b5-4754-9e34-5a131db39fb7","admin_state_up":true,"tenant_id":"a3688ea3a7924e1e8a441a00bd79aae5","created_at":"2018-08-15T17:28:28Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"fc8ca119-27ab-4070-99fa-a2993d11ee48","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d2c267e1fee9461ba5e64a915b9518f5","status":"ACTIVE","subnets":["3ef75223-733d-425d-bb3e-88e8a796bebc"],"description":"","tags":[],"updated_at":"2018-08-15T17:16:30Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"d2c267e1fee9461ba5e64a915b9518f5","created_at":"2018-08-15T17:16:26Z","provider:network_type":"flat"}]} 2018-08-15 17:29:15,686 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-9a75eae8-eaa6-4899-bfc0-302aca3bfe38 2018-08-15 17:29:15,686 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0859181880951s 2018-08-15 17:29:15,686 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-9a75eae8-eaa6-4899-bfc0-302aca3bfe38 2018-08-15 17:29:15,687 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-15 17:29:15,688 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/networks/538fd09c-976c-4f47-bb1c-a5384759dafd.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2c7a7ac8cd3828a0afa941832e58cdd493f5beb0" 2018-08-15 17:29:17,362 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-aa868cf1-7354-40ff-8e46-c02294dcfd97 Date: Wed, 15 Aug 2018 17:29:17 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-15 17:29:17,363 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/538fd09c-976c-4f47-bb1c-a5384759dafd.json used request id req-aa868cf1-7354-40ff-8e46-c02294dcfd97 2018-08-15 17:29:17,363 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.67555403709s 2018-08-15 17:29:17,363 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/538fd09c-976c-4f47-bb1c-a5384759dafd.json used request id req-aa868cf1-7354-40ff-8e46-c02294dcfd97 2018-08-15 17:29:17,367 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-15 17:29:17,371 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2c7a7ac8cd3828a0afa941832e58cdd493f5beb0" 2018-08-15 17:29:17,397 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-92079026-2437-47ab-94f5-9857a5d623fa Date: Wed, 15 Aug 2018 17:29:17 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-15T17:28:33Z", "file": "/v2/images/ca91db02-2376-4aa9-8c24-01be67d4a922/file", "owner": "a3688ea3a7924e1e8a441a00bd79aae5", "id": "ca91db02-2376-4aa9-8c24-01be67d4a922", "size": 12716032, "self": "/v2/images/ca91db02-2376-4aa9-8c24-01be67d4a922", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/ca91db02-2376-4aa9-8c24-01be67d4a922/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/ca91db02-2376-4aa9-8c24-01be67d4a922/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/singlevm1-img_d3cb17ed-70b5-4754-9e34-5a131db39fb7", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm1-img_d3cb17ed-70b5-4754-9e34-5a131db39fb7", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-15T17:28:32Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-15 17:29:17,397 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-92079026-2437-47ab-94f5-9857a5d623fa 2018-08-15 17:29:17,397 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.029354095459s 2018-08-15 17:29:17,397 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-92079026-2437-47ab-94f5-9857a5d623fa 2018-08-15 17:29:17,399 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-15 17:29:17,403 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9292/v2/images/ca91db02-2376-4aa9-8c24-01be67d4a922 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2c7a7ac8cd3828a0afa941832e58cdd493f5beb0" 2018-08-15 17:29:18,291 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ea753305-279f-45d2-8eea-d67dcdf53d69 Date: Wed, 15 Aug 2018 17:29:18 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-15 17:29:18,291 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/ca91db02-2376-4aa9-8c24-01be67d4a922 used request id req-ea753305-279f-45d2-8eea-d67dcdf53d69 2018-08-15 17:29:18,291 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.892235994339s 2018-08-15 17:29:18,291 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/ca91db02-2376-4aa9-8c24-01be67d4a922 used request id req-ea753305-279f-45d2-8eea-d67dcdf53d69 2018-08-15 17:29:18,292 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-15 17:29:18,295 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2c7a7ac8cd3828a0afa941832e58cdd493f5beb0" 2018-08-15 17:29:18,317 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:29:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-574349bc-1e2c-4f00-9572-0f2caa1fa110 x-compute-request-id: req-574349bc-1e2c-4f00-9572-0f2caa1fa110 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm1-flavor_d3cb17ed-70b5-4754-9e34-5a131db39fb7", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/038ead36-9c4c-4c05-ba67-0a06007427bf", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/038ead36-9c4c-4c05-ba67-0a06007427bf", "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": "038ead36-9c4c-4c05-ba67-0a06007427bf"}]} 2018-08-15 17:29:18,317 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-574349bc-1e2c-4f00-9572-0f2caa1fa110 2018-08-15 17:29:18,317 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0250110626221s 2018-08-15 17:29:18,317 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-574349bc-1e2c-4f00-9572-0f2caa1fa110 2018-08-15 17:29:18,319 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-15 17:29:18,321 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/flavors/038ead36-9c4c-4c05-ba67-0a06007427bf -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2c7a7ac8cd3828a0afa941832e58cdd493f5beb0" 2018-08-15 17:29:18,359 - keystoneauth.session - DEBUG - RESP: [202] Date: Wed, 15 Aug 2018 17:29:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-5c989f52-0a0b-4b01-ad9e-f719b005bae1 x-compute-request-id: req-5c989f52-0a0b-4b01-ad9e-f719b005bae1 Content-Length: 0 Content-Type: application/json 2018-08-15 17:29:18,359 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/038ead36-9c4c-4c05-ba67-0a06007427bf used request id req-5c989f52-0a0b-4b01-ad9e-f719b005bae1 2018-08-15 17:29:18,359 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0401890277863s 2018-08-15 17:29:18,359 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/038ead36-9c4c-4c05-ba67-0a06007427bf used request id req-5c989f52-0a0b-4b01-ad9e-f719b005bae1 2018-08-15 17:29:18,409 - xtesting.ci.run_tests - INFO - Loading test case 'singlevm2'... 2018-08-15 17:29:18,447 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-15 17:29:18,447 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-15 17:29:18,447 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-15 17:29:18,447 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-15 17:29:18,447 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-15 17:29:18,447 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-15 17:29:18,447 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-15 17:29:18,447 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-15 17:29:18,447 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-15 17:29:18,448 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-15 17:29:18,448 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-15 17:29:18,448 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-15 17:29:18,448 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-15 17:29:18,448 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-15 17:29:18,448 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-15 17:29:18,448 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-15 17:29:18,448 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-15 17:29:18,448 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-15 17:29:18,448 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-15 17:29:18,448 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-15 17:29:18,448 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-15 17:29:18,448 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-15 17:29:18,450 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-15 17:29:18,455 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:29:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-058290c4-5e29-46af-b7c5-4f65adfe4267 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-08-15 17:29:18,455 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-058290c4-5e29-46af-b7c5-4f65adfe4267 2018-08-15 17:29:18,456 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-08-15 17:29:18,842 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "16212b6aa60a4fd1b8194c834bae86bf", "name": "member"}, {"id": "eeb4436830d24515952401292b7cfc55", "name": "reader"}, {"id": "382a39dc50214187b99e809cf7222e3c", "name": "admin"}], "expires_at": "2018-08-15T18:29:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3688ea3a7924e1e8a441a00bd79aae5", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.37:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "54e3c320cc3142e9824c171afe58d5c6"}, {"url": "http://172.30.9.27:8080/v1/AUTH_a3688ea3a7924e1e8a441a00bd79aae5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d00250537b54114937846660f377ed1"}, {"url": "http://12.0.0.37:8080/v1/AUTH_a3688ea3a7924e1e8a441a00bd79aae5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c790cb26fd2345ae9bac8a014d10a446"}], "type": "object-store", "id": "17183633b8774ff6a53da32b47c89b3c", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94631698a9884eb1bf4cb245c6f37b80"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c23f2a003e874719a2f1c41f92405a45"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e97257b46cb8440080352cd841246c5d"}], "type": "cloudformation", "id": "2dec96c2934d43bdbe2e431ef0b53392", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "287c0315393e4b22a228912ca3b004cc"}, {"url": "http://192.30.9.3:8776/v3/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62769da517ac4f44b88a6118413b8c30"}, {"url": "http://192.30.9.3:8776/v3/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c0b30400cd648249ab0a6a17cf1ebc1"}], "type": "volumev3", "id": "363b885c3f174fbfb4f17da9d41f332d", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d6cb188f65e4f77bab04c3d99f9469f"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70f7ced028794432bef835264c84489c"}, {"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77dd5cfb1dac4b31b21d705ba420c355"}], "type": "network", "id": "51b7a44223114d149d5300ae5b6d97ae", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19071864a1b848cc93bca3b1e1955c3f"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bc0345e40a36459fbc009797a6517deb"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5c7966f4757438480f39866a31a0265"}], "type": "image", "id": "5540e06daad441aa911fd4cb4d76f8d3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "68ad1d76386d437089226a0562004a39", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "03f40cbac74c4aafb48b4dd360509f6a"}, {"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18ed3fa9a0894200abaf76b71abfd912"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3d96a0aa5c344cb8ba659332ed497e85"}], "type": "identity", "id": "8096ce39bbf24c1683621ee563324790", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f60ea793ee64fc9a3d9a2d2ad889bd0"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7c9770175fc45379f2c2d142062b2c3"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e944b22c50da41179f2e29ce558807c1"}], "type": "compute", "id": "b3040d5c7e224dbca86f421bddd758e1", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5aad7caa3e6f4a35b9abdf5d46190371"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8b8b8bcfb3b40e5be77e13a4d2dda19"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d33016e2f5be49c28efb9905db488d41"}], "type": "placement", "id": "bb3127ed06e54fda901ea2348ddb72da", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "576142509dfd46c591c5e83bed8ffcc7"}, {"url": "http://192.30.9.3:8776/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cabe2973ef9144da9850a630dd2aedd5"}, {"url": "http://172.30.9.27:8776/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eb71f3f602d443c9a8605a7ff2e8aa8e"}], "type": "volume", "id": "becfeedd42e344c085611f3c7c465a3f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.3:8004/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "156b8e560e534c82a1d320da86608a19"}, {"url": "http://192.30.9.3:8004/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59154cecf6a54eb08ecc63bf95dca042"}, {"url": "http://172.30.9.27:8004/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f3aa5c8697e449f99c2cfbe2a371cab7"}], "type": "orchestration", "id": "c4334130b6d54a75804fe3f11a3b9e3e", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "39db2ebb65ae42659440fd9845949a6c"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ad23d2a65e74e3c87b1488af1f9f9ac"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d07664cbebb49149819cf7a6b20edb4"}], "type": "alarming", "id": "d878aa5c6b584d53a039f6a680fb6e8b", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e2bb44b06c0412ab74e54984b5b26b5"}, {"url": "http://192.30.9.3:8776/v2/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86bcb5a76e6c464bb4d42c969584d6f2"}, {"url": "http://172.30.9.27:8776/v2/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a391eed816af4966b335005bfe580d70"}], "type": "volumev2", "id": "e16298e148f54e96a50a134ca797deff", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b54cb5b666f74b91b0244b5332fdb3e5"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcc892608bd341e084be203695f810d1"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e980066294c34eb6866e6c4735e84a62"}], "type": "metric", "id": "f3a07a22777a4405b7eaf44da2e73e19", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.27:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1f66095afa4b74b4f26d432f5bfa55"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8dd5f30cc334148a7ed9d5ab68eee9b"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bfe7dd54acd947899871700a40dd0244"}], "type": "event", "id": "f6e223543cae4d9bad10258b0a294f12", "name": "panko"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "9482390a0722494f8852b9f0e2b9de56"}, "audit_ids": ["ZtC3dBxNRjGNcXX4EElD0g"], "issued_at": "2018-08-15T17:29:18.000000Z"}} 2018-08-15 17:29:18,845 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-15 17:29:18,846 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}28b238eaaf67a9b54220d9e4f69e8aaf584a804b" 2018-08-15 17:29:19,158 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-14c30fce-4e6a-4e6b-8bb5-b5e378c43c44 Date: Wed, 15 Aug 2018 17:29:19 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"fc8ca119-27ab-4070-99fa-a2993d11ee48","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d2c267e1fee9461ba5e64a915b9518f5","status":"ACTIVE","subnets":["3ef75223-733d-425d-bb3e-88e8a796bebc"],"description":"","tags":[],"updated_at":"2018-08-15T17:16:30Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"d2c267e1fee9461ba5e64a915b9518f5","created_at":"2018-08-15T17:16:26Z","provider:network_type":"flat"}]} 2018-08-15 17:29:19,158 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json?router%3Aexternal=True used request id req-14c30fce-4e6a-4e6b-8bb5-b5e378c43c44 2018-08-15 17:29:19,158 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.312762022018s 2018-08-15 17:29:19,159 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json?router%3Aexternal=True used request id req-14c30fce-4e6a-4e6b-8bb5-b5e378c43c44 2018-08-15 17:29:19,162 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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-15 17:29:19,168 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 15 Aug 2018 17:29:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-106f0843-7629-4f9f-ab16-f38c34d3921a 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.27:5000/v3/", "rel": "self"}]}]}} 2018-08-15 17:29:19,169 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/ used request id req-106f0843-7629-4f9f-ab16-f38c34d3921a 2018-08-15 17:29:19,169 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-15 17:29:19,172 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}28b238eaaf67a9b54220d9e4f69e8aaf584a804b" 2018-08-15 17:29:19,341 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:29:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-93b9a94a-567a-4711-823a-aad6db12061d Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}, {"description": "", "links": {"self": "http://172.30.9.27:5000/v3/domains/e4bd2a4e6bb349a78f956295c49df949"}, "tags": [], "enabled": true, "id": "e4bd2a4e6bb349a78f956295c49df949", "name": "heat_stack"}], "links": {"self": "http://172.30.9.27:5000/v3/domains", "previous": null, "next": null}} 2018-08-15 17:29:19,341 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains used request id req-93b9a94a-567a-4711-823a-aad6db12061d 2018-08-15 17:29:19,342 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.172157049179s 2018-08-15 17:29:19,342 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains used request id req-93b9a94a-567a-4711-823a-aad6db12061d 2018-08-15 17:29:19,349 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-15 17:29:19,352 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}28b238eaaf67a9b54220d9e4f69e8aaf584a804b" -d '{"project": {"description": "Created by OPNFV Functest: singlevm2", "enabled": true, "domain_id": "default", "name": "singlevm2-project_0323a3f9-35a4-429f-a839-5b0232c14e8d"}}' 2018-08-15 17:29:19,559 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 15 Aug 2018 17:29:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-687a6060-d768-4b93-ab5b-8ded8b09a825 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.27:5000/v3/projects/54003b774041446394371277615b9621"}, "tags": [], "enabled": true, "id": "54003b774041446394371277615b9621", "parent_id": "default", "domain_id": "default", "name": "singlevm2-project_0323a3f9-35a4-429f-a839-5b0232c14e8d"}} 2018-08-15 17:29:19,559 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-687a6060-d768-4b93-ab5b-8ded8b09a825 2018-08-15 17:29:19,559 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.20997095108s 2018-08-15 17:29:19,559 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-687a6060-d768-4b93-ab5b-8ded8b09a825 2018-08-15 17:29:19,560 - 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'54003b774041446394371277615b9621', '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_0323a3f9-35a4-429f-a839-5b0232c14e8d'}) 2018-08-15 17:29:19,566 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-15 17:29:19,570 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}28b238eaaf67a9b54220d9e4f69e8aaf584a804b" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "120d0cc4-5125-4a32-acd1-cfa6c1c2290f", "email": null, "name": "singlevm2-user_0323a3f9-35a4-429f-a839-5b0232c14e8d"}}' 2018-08-15 17:29:20,078 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 15 Aug 2018 17:29:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-43abc3d2-bc9f-43a2-b979-e3b938972c8e Content-Length: 324 Content-Type: application/json RESP BODY: {"user": {"name": "singlevm2-user_0323a3f9-35a4-429f-a839-5b0232c14e8d", "links": {"self": "http://172.30.9.27:5000/v3/users/11011531c3104c10bdb52cb0c06624a0"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "11011531c3104c10bdb52cb0c06624a0", "domain_id": "default", "password_expires_at": null}} 2018-08-15 17:29:20,079 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/users used request id req-43abc3d2-bc9f-43a2-b979-e3b938972c8e 2018-08-15 17:29:20,079 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.512349128723s 2018-08-15 17:29:20,079 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/users used request id req-43abc3d2-bc9f-43a2-b979-e3b938972c8e 2018-08-15 17:29:20,080 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'11011531c3104c10bdb52cb0c06624a0', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'singlevm2-user_0323a3f9-35a4-429f-a839-5b0232c14e8d'}) 2018-08-15 17:29:20,084 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-15 17:29:20,087 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}28b238eaaf67a9b54220d9e4f69e8aaf584a804b" 2018-08-15 17:29:20,269 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:29:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4ddb06c0-7bc7-4b0c-8354-1a9192abd303 Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "021fd4a1fb8b483eb2264cbf5b321379", "links": {"self": "http://172.30.9.27:5000/v3/roles/021fd4a1fb8b483eb2264cbf5b321379"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "16212b6aa60a4fd1b8194c834bae86bf", "links": {"self": "http://172.30.9.27:5000/v3/roles/16212b6aa60a4fd1b8194c834bae86bf"}, "name": "member"}, {"domain_id": null, "id": "1c1e1015ce2644848f1430e3bb28531b", "links": {"self": "http://172.30.9.27:5000/v3/roles/1c1e1015ce2644848f1430e3bb28531b"}, "name": "swiftoperator"}, {"domain_id": null, "id": "382a39dc50214187b99e809cf7222e3c", "links": {"self": "http://172.30.9.27:5000/v3/roles/382a39dc50214187b99e809cf7222e3c"}, "name": "admin"}, {"domain_id": null, "id": "9aed22da25b945dda36dee6e40a0785d", "links": {"self": "http://172.30.9.27:5000/v3/roles/9aed22da25b945dda36dee6e40a0785d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "eeb4436830d24515952401292b7cfc55", "links": {"self": "http://172.30.9.27:5000/v3/roles/eeb4436830d24515952401292b7cfc55"}, "name": "reader"}]} 2018-08-15 17:29:20,269 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-4ddb06c0-7bc7-4b0c-8354-1a9192abd303 2018-08-15 17:29:20,269 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.185099840164s 2018-08-15 17:29:20,269 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-4ddb06c0-7bc7-4b0c-8354-1a9192abd303 2018-08-15 17:29:20,274 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-15 17:29:20,278 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}28b238eaaf67a9b54220d9e4f69e8aaf584a804b" 2018-08-15 17:29:20,458 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:29:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5989a71b-b5d5-4d24-88ed-bb9beb7ffa33 Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "021fd4a1fb8b483eb2264cbf5b321379", "links": {"self": "http://172.30.9.27:5000/v3/roles/021fd4a1fb8b483eb2264cbf5b321379"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "16212b6aa60a4fd1b8194c834bae86bf", "links": {"self": "http://172.30.9.27:5000/v3/roles/16212b6aa60a4fd1b8194c834bae86bf"}, "name": "member"}, {"domain_id": null, "id": "1c1e1015ce2644848f1430e3bb28531b", "links": {"self": "http://172.30.9.27:5000/v3/roles/1c1e1015ce2644848f1430e3bb28531b"}, "name": "swiftoperator"}, {"domain_id": null, "id": "382a39dc50214187b99e809cf7222e3c", "links": {"self": "http://172.30.9.27:5000/v3/roles/382a39dc50214187b99e809cf7222e3c"}, "name": "admin"}, {"domain_id": null, "id": "9aed22da25b945dda36dee6e40a0785d", "links": {"self": "http://172.30.9.27:5000/v3/roles/9aed22da25b945dda36dee6e40a0785d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "eeb4436830d24515952401292b7cfc55", "links": {"self": "http://172.30.9.27:5000/v3/roles/eeb4436830d24515952401292b7cfc55"}, "name": "reader"}]} 2018-08-15 17:29:20,458 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-5989a71b-b5d5-4d24-88ed-bb9beb7ffa33 2018-08-15 17:29:20,458 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.183776855469s 2018-08-15 17:29:20,459 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-5989a71b-b5d5-4d24-88ed-bb9beb7ffa33 2018-08-15 17:29:20,463 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-15 17:29:20,467 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}28b238eaaf67a9b54220d9e4f69e8aaf584a804b" 2018-08-15 17:29:20,612 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:29:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3d983a9c-8f92-4947-816c-a3724c6180d7 Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "021fd4a1fb8b483eb2264cbf5b321379", "links": {"self": "http://172.30.9.27:5000/v3/roles/021fd4a1fb8b483eb2264cbf5b321379"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "16212b6aa60a4fd1b8194c834bae86bf", "links": {"self": "http://172.30.9.27:5000/v3/roles/16212b6aa60a4fd1b8194c834bae86bf"}, "name": "member"}, {"domain_id": null, "id": "1c1e1015ce2644848f1430e3bb28531b", "links": {"self": "http://172.30.9.27:5000/v3/roles/1c1e1015ce2644848f1430e3bb28531b"}, "name": "swiftoperator"}, {"domain_id": null, "id": "382a39dc50214187b99e809cf7222e3c", "links": {"self": "http://172.30.9.27:5000/v3/roles/382a39dc50214187b99e809cf7222e3c"}, "name": "admin"}, {"domain_id": null, "id": "9aed22da25b945dda36dee6e40a0785d", "links": {"self": "http://172.30.9.27:5000/v3/roles/9aed22da25b945dda36dee6e40a0785d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "eeb4436830d24515952401292b7cfc55", "links": {"self": "http://172.30.9.27:5000/v3/roles/eeb4436830d24515952401292b7cfc55"}, "name": "reader"}]} 2018-08-15 17:29:20,613 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-3d983a9c-8f92-4947-816c-a3724c6180d7 2018-08-15 17:29:20,613 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.149399995804s 2018-08-15 17:29:20,613 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-3d983a9c-8f92-4947-816c-a3724c6180d7 2018-08-15 17:29:20,619 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-15 17:29:20,622 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}28b238eaaf67a9b54220d9e4f69e8aaf584a804b" 2018-08-15 17:29:20,798 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:29:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-acbc7668-4f79-45d2-a2e8-fd170c7833b9 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-15 17:29:20,798 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-acbc7668-4f79-45d2-a2e8-fd170c7833b9 2018-08-15 17:29:20,798 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.17901802063s 2018-08-15 17:29:20,798 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-acbc7668-4f79-45d2-a2e8-fd170c7833b9 2018-08-15 17:29:20,799 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-15 17:29:20,803 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}28b238eaaf67a9b54220d9e4f69e8aaf584a804b" 2018-08-15 17:29:20,985 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:29:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-201adbf7-f2a9-48b9-ba47-6d2be31f039c Content-Encoding: gzip Content-Length: 840 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/033f0039d025473a84de241284491a58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "033f0039d025473a84de241284491a58", "email": "glance@localhost", "password_expires_at": null}, {"name": "singlevm2-user_0323a3f9-35a4-429f-a839-5b0232c14e8d", "links": {"self": "http://172.30.9.27:5000/v3/users/11011531c3104c10bdb52cb0c06624a0"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "11011531c3104c10bdb52cb0c06624a0", "domain_id": "default", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/2422d0f285314705b46615565d3917fe"}, "domain_id": "e4bd2a4e6bb349a78f956295c49df949", "enabled": true, "options": {}, "id": "2422d0f285314705b46615565d3917fe", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/2cc8b8ad456045c2a30e4360994a4487"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2cc8b8ad456045c2a30e4360994a4487", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/3c466aad8ead4318838e33dd234eb81d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3c466aad8ead4318838e33dd234eb81d", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/56e811cfd4b242068dd78826118576f4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "56e811cfd4b242068dd78826118576f4", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6fad7e5ef0254b2a9cdb215018bcab91"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6fad7e5ef0254b2a9cdb215018bcab91", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.27:5000/v3/users/7d91ea49860f4c2a8deabf649cf4ed37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d91ea49860f4c2a8deabf649cf4ed37", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/8f968cf4475249f6abf2422d6dd7425f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8f968cf4475249f6abf2422d6dd7425f", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/9482390a0722494f8852b9f0e2b9de56"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9482390a0722494f8852b9f0e2b9de56", "email": "admin@example.com", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.27:5000/v3/users/a36076122cea45c6b3e4aa67c4ca811d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a36076122cea45c6b3e4aa67c4ca811d", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/acda52409b024c95bc0facaa98dbc356"}, "domain_id": "default", "enabled": true, "options": {}, "id": "acda52409b024c95bc0facaa98dbc356", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/b193f8790ad94e46993d7eb01f623f51"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b193f8790ad94e46993d7eb01f623f51", "email": "cinder@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/dba024f1937f490cae2e437356a668d7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dba024f1937f490cae2e437356a668d7", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/e6d2649e935e4b8db8107d76bfb30c3a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e6d2649e935e4b8db8107d76bfb30c3a", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-08-15 17:29:20,985 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-201adbf7-f2a9-48b9-ba47-6d2be31f039c 2018-08-15 17:29:20,986 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.186208963394s 2018-08-15 17:29:20,986 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-201adbf7-f2a9-48b9-ba47-6d2be31f039c 2018-08-15 17:29:20,997 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-15 17:29:21,000 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}28b238eaaf67a9b54220d9e4f69e8aaf584a804b" 2018-08-15 17:29:21,175 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:29:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b39124dc-648a-42f1-a213-014aeb986439 Content-Encoding: gzip Content-Length: 390 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/a3688ea3a7924e1e8a441a00bd79aae5"}, "tags": [], "enabled": true, "id": "a3688ea3a7924e1e8a441a00bd79aae5", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.27:5000/v3/projects/d2c267e1fee9461ba5e64a915b9518f5"}, "tags": [], "enabled": true, "id": "d2c267e1fee9461ba5e64a915b9518f5", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: singlevm2", "links": {"self": "http://172.30.9.27:5000/v3/projects/54003b774041446394371277615b9621"}, "tags": [], "enabled": true, "id": "54003b774041446394371277615b9621", "parent_id": "default", "domain_id": "default", "name": "singlevm2-project_0323a3f9-35a4-429f-a839-5b0232c14e8d"}]} 2018-08-15 17:29:21,175 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-b39124dc-648a-42f1-a213-014aeb986439 2018-08-15 17:29:21,175 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.178270101547s 2018-08-15 17:29:21,175 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-b39124dc-648a-42f1-a213-014aeb986439 2018-08-15 17:29:21,183 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-15 17:29:21,186 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:5000/v3/role_assignments?user.id=11011531c3104c10bdb52cb0c06624a0&role.id=16212b6aa60a4fd1b8194c834bae86bf&scope.project.id=54003b774041446394371277615b9621" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}28b238eaaf67a9b54220d9e4f69e8aaf584a804b" 2018-08-15 17:29:21,282 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:29:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f342e2b8-e51c-4b53-87a9-e6f8482e5214 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.27:5000/v3/role_assignments?user.id=11011531c3104c10bdb52cb0c06624a0&role.id=16212b6aa60a4fd1b8194c834bae86bf&scope.project.id=54003b774041446394371277615b9621", "previous": null, "next": null}} 2018-08-15 17:29:21,282 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=11011531c3104c10bdb52cb0c06624a0&role.id=16212b6aa60a4fd1b8194c834bae86bf&scope.project.id=54003b774041446394371277615b9621 used request id req-f342e2b8-e51c-4b53-87a9-e6f8482e5214 2018-08-15 17:29:21,282 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.099289894104s 2018-08-15 17:29:21,282 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=11011531c3104c10bdb52cb0c06624a0&role.id=16212b6aa60a4fd1b8194c834bae86bf&scope.project.id=54003b774041446394371277615b9621 used request id req-f342e2b8-e51c-4b53-87a9-e6f8482e5214 2018-08-15 17:29:21,286 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-15 17:29:21,289 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:5000/v3/projects/54003b774041446394371277615b9621/users/11011531c3104c10bdb52cb0c06624a0/roles/16212b6aa60a4fd1b8194c834bae86bf -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}28b238eaaf67a9b54220d9e4f69e8aaf584a804b" 2018-08-15 17:29:21,495 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 15 Aug 2018 17:29:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5fef88ed-dc7d-4c17-a0f7-49ac995c8fb1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-15 17:29:21,495 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/54003b774041446394371277615b9621/users/11011531c3104c10bdb52cb0c06624a0/roles/16212b6aa60a4fd1b8194c834bae86bf used request id req-5fef88ed-dc7d-4c17-a0f7-49ac995c8fb1 2018-08-15 17:29:21,495 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.209087133408s 2018-08-15 17:29:21,495 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/54003b774041446394371277615b9621/users/11011531c3104c10bdb52cb0c06624a0/roles/16212b6aa60a4fd1b8194c834bae86bf used request id req-5fef88ed-dc7d-4c17-a0f7-49ac995c8fb1 2018-08-15 17:29:21,496 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'singlevm2-project_0323a3f9-35a4-429f-a839-5b0232c14e8d', 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'54003b774041446394371277615b9621', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '120d0cc4-5125-4a32-acd1-cfa6c1c2290f', 'username': u'singlevm2-user_0323a3f9-35a4-429f-a839-5b0232c14e8d', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.27:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-08-15 17:29:21,497 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-15 17:29:21,497 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-15 17:29:21,497 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-15 17:29:21,498 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-15 17:29:21,498 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-15 17:29:21,498 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-15 17:29:21,498 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-15 17:29:21,498 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-15 17:29:21,498 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-15 17:29:21,498 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-15 17:29:21,498 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-15 17:29:21,498 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-15 17:29:21,499 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-15 17:29:21,499 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-15 17:29:21,499 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-15 17:29:21,499 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-15 17:29:21,499 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-15 17:29:21,499 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-15 17:29:21,499 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-15 17:29:21,499 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-15 17:29:21,500 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-15 17:29:21,500 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-15 17:29:21,501 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'singlevm2-user_0323a3f9-35a4-429f-a839-5b0232c14e8d', 'password': '120d0cc4-5125-4a32-acd1-cfa6c1c2290f', 'project_name': 'singlevm2-project_0323a3f9-35a4-429f-a839-5b0232c14e8d', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.27:5000/v3', 'project_id': '54003b774041446394371277615b9621', 'project_domain_name': 'Default'} 2018-08-15 17:29:21,501 - xtesting.ci.run_tests - INFO - Running test case 'singlevm2'... 2018-08-15 17:29:21,503 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-15 17:29:21,509 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:29:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3c952208-a621-4013-86e9-94c9f33ec59e Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-08-15 17:29:21,510 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-3c952208-a621-4013-86e9-94c9f33ec59e 2018-08-15 17:29:21,510 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-08-15 17:29:21,894 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "16212b6aa60a4fd1b8194c834bae86bf", "name": "member"}, {"id": "eeb4436830d24515952401292b7cfc55", "name": "reader"}], "expires_at": "2018-08-15T18:29:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "54003b774041446394371277615b9621", "name": "singlevm2-project_0323a3f9-35a4-429f-a839-5b0232c14e8d"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.37:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "54e3c320cc3142e9824c171afe58d5c6"}, {"url": "http://172.30.9.27:8080/v1/AUTH_54003b774041446394371277615b9621", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d00250537b54114937846660f377ed1"}, {"url": "http://12.0.0.37:8080/v1/AUTH_54003b774041446394371277615b9621", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c790cb26fd2345ae9bac8a014d10a446"}], "type": "object-store", "id": "17183633b8774ff6a53da32b47c89b3c", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94631698a9884eb1bf4cb245c6f37b80"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c23f2a003e874719a2f1c41f92405a45"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e97257b46cb8440080352cd841246c5d"}], "type": "cloudformation", "id": "2dec96c2934d43bdbe2e431ef0b53392", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/54003b774041446394371277615b9621", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "287c0315393e4b22a228912ca3b004cc"}, {"url": "http://192.30.9.3:8776/v3/54003b774041446394371277615b9621", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62769da517ac4f44b88a6118413b8c30"}, {"url": "http://192.30.9.3:8776/v3/54003b774041446394371277615b9621", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c0b30400cd648249ab0a6a17cf1ebc1"}], "type": "volumev3", "id": "363b885c3f174fbfb4f17da9d41f332d", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d6cb188f65e4f77bab04c3d99f9469f"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70f7ced028794432bef835264c84489c"}, {"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77dd5cfb1dac4b31b21d705ba420c355"}], "type": "network", "id": "51b7a44223114d149d5300ae5b6d97ae", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19071864a1b848cc93bca3b1e1955c3f"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bc0345e40a36459fbc009797a6517deb"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5c7966f4757438480f39866a31a0265"}], "type": "image", "id": "5540e06daad441aa911fd4cb4d76f8d3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "68ad1d76386d437089226a0562004a39", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "03f40cbac74c4aafb48b4dd360509f6a"}, {"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18ed3fa9a0894200abaf76b71abfd912"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3d96a0aa5c344cb8ba659332ed497e85"}], "type": "identity", "id": "8096ce39bbf24c1683621ee563324790", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f60ea793ee64fc9a3d9a2d2ad889bd0"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7c9770175fc45379f2c2d142062b2c3"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e944b22c50da41179f2e29ce558807c1"}], "type": "compute", "id": "b3040d5c7e224dbca86f421bddd758e1", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5aad7caa3e6f4a35b9abdf5d46190371"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8b8b8bcfb3b40e5be77e13a4d2dda19"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d33016e2f5be49c28efb9905db488d41"}], "type": "placement", "id": "bb3127ed06e54fda901ea2348ddb72da", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/54003b774041446394371277615b9621", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "576142509dfd46c591c5e83bed8ffcc7"}, {"url": "http://192.30.9.3:8776/v1/54003b774041446394371277615b9621", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cabe2973ef9144da9850a630dd2aedd5"}, {"url": "http://172.30.9.27:8776/v1/54003b774041446394371277615b9621", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eb71f3f602d443c9a8605a7ff2e8aa8e"}], "type": "volume", "id": "becfeedd42e344c085611f3c7c465a3f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.3:8004/v1/54003b774041446394371277615b9621", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "156b8e560e534c82a1d320da86608a19"}, {"url": "http://192.30.9.3:8004/v1/54003b774041446394371277615b9621", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59154cecf6a54eb08ecc63bf95dca042"}, {"url": "http://172.30.9.27:8004/v1/54003b774041446394371277615b9621", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f3aa5c8697e449f99c2cfbe2a371cab7"}], "type": "orchestration", "id": "c4334130b6d54a75804fe3f11a3b9e3e", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "39db2ebb65ae42659440fd9845949a6c"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ad23d2a65e74e3c87b1488af1f9f9ac"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d07664cbebb49149819cf7a6b20edb4"}], "type": "alarming", "id": "d878aa5c6b584d53a039f6a680fb6e8b", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/54003b774041446394371277615b9621", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e2bb44b06c0412ab74e54984b5b26b5"}, {"url": "http://192.30.9.3:8776/v2/54003b774041446394371277615b9621", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86bcb5a76e6c464bb4d42c969584d6f2"}, {"url": "http://172.30.9.27:8776/v2/54003b774041446394371277615b9621", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a391eed816af4966b335005bfe580d70"}], "type": "volumev2", "id": "e16298e148f54e96a50a134ca797deff", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b54cb5b666f74b91b0244b5332fdb3e5"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcc892608bd341e084be203695f810d1"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e980066294c34eb6866e6c4735e84a62"}], "type": "metric", "id": "f3a07a22777a4405b7eaf44da2e73e19", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.27:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1f66095afa4b74b4f26d432f5bfa55"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8dd5f30cc334148a7ed9d5ab68eee9b"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bfe7dd54acd947899871700a40dd0244"}], "type": "event", "id": "f6e223543cae4d9bad10258b0a294f12", "name": "panko"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "singlevm2-user_0323a3f9-35a4-429f-a839-5b0232c14e8d", "id": "11011531c3104c10bdb52cb0c06624a0"}, "audit_ids": ["o87IrY6sTUyzFkB8kYMWrQ"], "issued_at": "2018-08-15T17:29:21.000000Z"}} 2018-08-15 17:29:21,897 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-15 17:29:21,898 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e2f69fa41ba01aa2b9636230ef1c5e52b133b760" -d '{"network": {"name": "singlevm2-net_0323a3f9-35a4-429f-a839-5b0232c14e8d", "admin_state_up": true}}' 2018-08-15 17:29:23,329 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 587 X-Openstack-Request-Id: req-21ebb4e8-54b2-47ae-a468-a16087a77cbe Date: Wed, 15 Aug 2018 17:29:23 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"54003b774041446394371277615b9621","created_at":"2018-08-15T17:29:23Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-15T17:29:23Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"54003b774041446394371277615b9621","id":"be162890-fdc3-46ae-b540-74b940845d82","name":"singlevm2-net_0323a3f9-35a4-429f-a839-5b0232c14e8d"}} 2018-08-15 17:29:23,329 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-21ebb4e8-54b2-47ae-a468-a16087a77cbe 2018-08-15 17:29:23,329 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 1.43229794502s 2018-08-15 17:29:23,330 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-21ebb4e8-54b2-47ae-a468-a16087a77cbe 2018-08-15 17:29:23,330 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-15T17:29:23Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'be162890-fdc3-46ae-b540-74b940845d82', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'singlevm2-net_0323a3f9-35a4-429f-a839-5b0232c14e8d', u'admin_state_up': True, u'tenant_id': u'54003b774041446394371277615b9621', u'created_at': u'2018-08-15T17:29:23Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'54003b774041446394371277615b9621'}) 2018-08-15 17:29:23,331 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-15 17:29:23,332 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e2f69fa41ba01aa2b9636230ef1c5e52b133b760" 2018-08-15 17:29:23,503 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1148 X-Openstack-Request-Id: req-9defb12b-48ca-46bc-94f9-a0c88533255b Date: Wed, 15 Aug 2018 17:29: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-15T17:29:23Z","tenant_id":"54003b774041446394371277615b9621","created_at":"2018-08-15T17:29:23Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"54003b774041446394371277615b9621","id":"be162890-fdc3-46ae-b540-74b940845d82","name":"singlevm2-net_0323a3f9-35a4-429f-a839-5b0232c14e8d"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["3ef75223-733d-425d-bb3e-88e8a796bebc"],"updated_at":"2018-08-15T17:16:30Z","tenant_id":"d2c267e1fee9461ba5e64a915b9518f5","created_at":"2018-08-15T17:16:26Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"d2c267e1fee9461ba5e64a915b9518f5","id":"fc8ca119-27ab-4070-99fa-a2993d11ee48","name":"external"}]} 2018-08-15 17:29:23,503 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-9defb12b-48ca-46bc-94f9-a0c88533255b 2018-08-15 17:29:23,503 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.172095060349s 2018-08-15 17:29:23,504 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-9defb12b-48ca-46bc-94f9-a0c88533255b 2018-08-15 17:29:23,505 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-15 17:29:23,506 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e2f69fa41ba01aa2b9636230ef1c5e52b133b760" -d '{"subnet": {"name": "singlevm2-subnet_0323a3f9-35a4-429f-a839-5b0232c14e8d", "enable_dhcp": true, "network_id": "be162890-fdc3-46ae-b540-74b940845d82", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-15 17:29:24,258 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 677 X-Openstack-Request-Id: req-8aef6212-d8cb-414e-822a-366a0680018f Date: Wed, 15 Aug 2018 17:29:24 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"be162890-fdc3-46ae-b540-74b940845d82","tenant_id":"54003b774041446394371277615b9621","created_at":"2018-08-15T17:29:23Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-15T17:29:23Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"54003b774041446394371277615b9621","id":"147e8905-dd15-4ac0-9996-9fff094859de","subnetpool_id":null,"name":"singlevm2-subnet_0323a3f9-35a4-429f-a839-5b0232c14e8d"}} 2018-08-15 17:29:24,258 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-8aef6212-d8cb-414e-822a-366a0680018f 2018-08-15 17:29:24,258 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.752856969833s 2018-08-15 17:29:24,258 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-8aef6212-d8cb-414e-822a-366a0680018f 2018-08-15 17:29:24,259 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-15T17:29:23Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'147e8905-dd15-4ac0-9996-9fff094859de', u'subnetpool_id': None, u'service_types': [], u'name': u'singlevm2-subnet_0323a3f9-35a4-429f-a839-5b0232c14e8d', u'enable_dhcp': True, u'network_id': u'be162890-fdc3-46ae-b540-74b940845d82', u'tenant_id': u'54003b774041446394371277615b9621', u'created_at': u'2018-08-15T17:29:23Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'54003b774041446394371277615b9621'}) 2018-08-15 17:29:24,259 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-15 17:29:24,260 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e2f69fa41ba01aa2b9636230ef1c5e52b133b760" -d '{"router": {"external_gateway_info": {"network_id": "fc8ca119-27ab-4070-99fa-a2993d11ee48"}, "name": "singlevm2-router_0323a3f9-35a4-429f-a839-5b0232c14e8d", "admin_state_up": true}}' 2018-08-15 17:29:25,465 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 620 X-Openstack-Request-Id: req-4a49828b-a3e4-42bb-b0a1-c901b302daf9 Date: Wed, 15 Aug 2018 17:29:25 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "fc8ca119-27ab-4070-99fa-a2993d11ee48", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "3ef75223-733d-425d-bb3e-88e8a796bebc", "ip_address": "172.30.9.214"}]}, "description": "", "tags": [], "tenant_id": "54003b774041446394371277615b9621", "created_at": "2018-08-15T17:29:24Z", "admin_state_up": true, "updated_at": "2018-08-15T17:29:25Z", "revision_number": 2, "routes": [], "project_id": "54003b774041446394371277615b9621", "id": "323efa94-5f60-4ab9-818a-f118f22b3df8", "name": "singlevm2-router_0323a3f9-35a4-429f-a839-5b0232c14e8d"}} 2018-08-15 17:29:25,466 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-4a49828b-a3e4-42bb-b0a1-c901b302daf9 2018-08-15 17:29:25,466 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.20621609688s 2018-08-15 17:29:25,466 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-4a49828b-a3e4-42bb-b0a1-c901b302daf9 2018-08-15 17:29:25,467 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'fc8ca119-27ab-4070-99fa-a2993d11ee48', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'3ef75223-733d-425d-bb3e-88e8a796bebc', u'ip_address': u'172.30.9.214'}]}, u'description': u'', u'tags': [], u'tenant_id': u'54003b774041446394371277615b9621', u'created_at': u'2018-08-15T17:29:24Z', u'admin_state_up': True, u'updated_at': u'2018-08-15T17:29:25Z', u'revision_number': 2, u'routes': [], u'project_id': u'54003b774041446394371277615b9621', u'id': u'323efa94-5f60-4ab9-818a-f118f22b3df8', u'name': u'singlevm2-router_0323a3f9-35a4-429f-a839-5b0232c14e8d'}) 2018-08-15 17:29:25,468 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-15 17:29:25,468 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/323efa94-5f60-4ab9-818a-f118f22b3df8/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}e2f69fa41ba01aa2b9636230ef1c5e52b133b760" -d '{"subnet_id": "147e8905-dd15-4ac0-9996-9fff094859de"}' 2018-08-15 17:29:27,740 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-07ddbe72-dbe1-43f8-be1e-89cf5573abee Date: Wed, 15 Aug 2018 17:29:27 GMT RESP BODY: {"network_id": "be162890-fdc3-46ae-b540-74b940845d82", "tenant_id": "54003b774041446394371277615b9621", "subnet_id": "147e8905-dd15-4ac0-9996-9fff094859de", "subnet_ids": ["147e8905-dd15-4ac0-9996-9fff094859de"], "port_id": "88f0adf3-50e6-424d-8a73-28441339d1d0", "id": "323efa94-5f60-4ab9-818a-f118f22b3df8"} 2018-08-15 17:29:27,740 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/323efa94-5f60-4ab9-818a-f118f22b3df8/add_router_interface.json used request id req-07ddbe72-dbe1-43f8-be1e-89cf5573abee 2018-08-15 17:29:27,740 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.27235889435s 2018-08-15 17:29:27,740 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/323efa94-5f60-4ab9-818a-f118f22b3df8/add_router_interface.json used request id req-07ddbe72-dbe1-43f8-be1e-89cf5573abee returning object 323efa94-5f60-4ab9-818a-f118f22b3df8 2018-08-15 17:29:27,741 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-15 17:29:27,873 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-15 17:29:27,875 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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-15 17:29:27,880 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Wed, 15 Aug 2018 17:29:27 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}]} 2018-08-15 17:29:27,882 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-15 17:29:27,884 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e2f69fa41ba01aa2b9636230ef1c5e52b133b760" 2018-08-15 17:29:28,149 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-af6991d1-59cb-447b-84c2-61c3546f32e5 Date: Wed, 15 Aug 2018 17:29:28 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-15 17:29:28,149 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-af6991d1-59cb-447b-84c2-61c3546f32e5 2018-08-15 17:29:28,149 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.267061948776s 2018-08-15 17:29:28,149 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-af6991d1-59cb-447b-84c2-61c3546f32e5 2018-08-15 17:29:28,159 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-15 17:29:28,162 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e2f69fa41ba01aa2b9636230ef1c5e52b133b760" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/singlevm2-img_0323a3f9-35a4-429f-a839-5b0232c14e8d", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "singlevm2-img_0323a3f9-35a4-429f-a839-5b0232c14e8d"}' 2018-08-15 17:29:28,206 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 935 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/16409ad0-9c44-4f01-8715-39b8c49ded77 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-ce2012f3-0938-44d9-beb4-bbffd0b85bc9 Date: Wed, 15 Aug 2018 17:29:28 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-15T17:29:28Z", "file": "/v2/images/16409ad0-9c44-4f01-8715-39b8c49ded77/file", "owner": "54003b774041446394371277615b9621", "id": "16409ad0-9c44-4f01-8715-39b8c49ded77", "size": null, "self": "/v2/images/16409ad0-9c44-4f01-8715-39b8c49ded77", "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_0323a3f9-35a4-429f-a839-5b0232c14e8d", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm2-img_0323a3f9-35a4-429f-a839-5b0232c14e8d", "checksum": null, "created_at": "2018-08-15T17:29:28Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-15 17:29:28,206 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-ce2012f3-0938-44d9-beb4-bbffd0b85bc9 2018-08-15 17:29:28,206 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0470700263977s 2018-08-15 17:29:28,206 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-ce2012f3-0938-44d9-beb4-bbffd0b85bc9 returning object 16409ad0-9c44-4f01-8715-39b8c49ded77 2018-08-15 17:29:28,207 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-15 17:29:28,210 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9292/v2/images/16409ad0-9c44-4f01-8715-39b8c49ded77/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}e2f69fa41ba01aa2b9636230ef1c5e52b133b760" -d '' 2018-08-15 17:29:28,651 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-f8ba479e-b322-4795-8f45-db236414d5e4 Date: Wed, 15 Aug 2018 17:29: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-15 17:29:28,651 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/16409ad0-9c44-4f01-8715-39b8c49ded77/file used request id req-f8ba479e-b322-4795-8f45-db236414d5e4 2018-08-15 17:29:28,652 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.444813966751s 2018-08-15 17:29:28,652 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/16409ad0-9c44-4f01-8715-39b8c49ded77/file used request id req-f8ba479e-b322-4795-8f45-db236414d5e4 2018-08-15 17:29:28,656 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-15 17:29:28,660 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e2f69fa41ba01aa2b9636230ef1c5e52b133b760" 2018-08-15 17:29:28,695 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-d81a7268-8373-4df6-96d8-ad9d35e6ea45 Date: Wed, 15 Aug 2018 17:29:28 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-15T17:29:28Z", "file": "/v2/images/16409ad0-9c44-4f01-8715-39b8c49ded77/file", "owner": "54003b774041446394371277615b9621", "id": "16409ad0-9c44-4f01-8715-39b8c49ded77", "size": 12716032, "self": "/v2/images/16409ad0-9c44-4f01-8715-39b8c49ded77", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/16409ad0-9c44-4f01-8715-39b8c49ded77/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/16409ad0-9c44-4f01-8715-39b8c49ded77/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/singlevm2-img_0323a3f9-35a4-429f-a839-5b0232c14e8d", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm2-img_0323a3f9-35a4-429f-a839-5b0232c14e8d", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-15T17:29:28Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-15 17:29:28,696 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-d81a7268-8373-4df6-96d8-ad9d35e6ea45 2018-08-15 17:29:28,696 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0394930839539s 2018-08-15 17:29:28,696 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-d81a7268-8373-4df6-96d8-ad9d35e6ea45 2018-08-15 17:29:28,698 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/16409ad0-9c44-4f01-8715-39b8c49ded77/snap', u'metadata': Munch({})})], 'file': u'/v2/images/16409ad0-9c44-4f01-8715-39b8c49ded77/file', 'owner': u'54003b774041446394371277615b9621', 'id': u'16409ad0-9c44-4f01-8715-39b8c49ded77', 'size': 12716032, u'self': u'/v2/images/16409ad0-9c44-4f01-8715-39b8c49ded77', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'54003b774041446394371277615b9621', 'name': 'singlevm2-project_0323a3f9-35a4-429f-a839-5b0232c14e8d', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/16409ad0-9c44-4f01-8715-39b8c49ded77/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-15T17:29:28Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-15T17:29:28Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/singlevm2-img_0323a3f9-35a4-429f-a839-5b0232c14e8d', '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/16409ad0-9c44-4f01-8715-39b8c49ded77', 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_0323a3f9-35a4-429f-a839-5b0232c14e8d', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'singlevm2-img_0323a3f9-35a4-429f-a839-5b0232c14e8d', 'created': u'2018-08-15T17:29:28Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-15T17:29:28Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/16409ad0-9c44-4f01-8715-39b8c49ded77', 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_0323a3f9-35a4-429f-a839-5b0232c14e8d', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-15 17:29:28,699 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-15 17:29:28,702 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}28b238eaaf67a9b54220d9e4f69e8aaf584a804b" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "singlevm2-flavor_0323a3f9-35a4-429f-a839-5b0232c14e8d", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-15 17:29:28,980 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:29: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-3a722e18-c3c8-48f2-a613-2ff519601b3e x-compute-request-id: req-3a722e18-c3c8-48f2-a613-2ff519601b3e Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"name": "singlevm2-flavor_0323a3f9-35a4-429f-a839-5b0232c14e8d", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/f51a0930-fa84-4a4d-91d6-cbbe99820400", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/f51a0930-fa84-4a4d-91d6-cbbe99820400", "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": "f51a0930-fa84-4a4d-91d6-cbbe99820400"}} 2018-08-15 17:29:28,980 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-3a722e18-c3c8-48f2-a613-2ff519601b3e 2018-08-15 17:29:28,981 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.281548023224s 2018-08-15 17:29:28,981 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-3a722e18-c3c8-48f2-a613-2ff519601b3e 2018-08-15 17:29:28,982 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'singlevm2-flavor_0323a3f9-35a4-429f-a839-5b0232c14e8d', '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'a3688ea3a7924e1e8a441a00bd79aae5', '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'f51a0930-fa84-4a4d-91d6-cbbe99820400', 'swap': 0}) 2018-08-15 17:29:28,983 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-15 17:29:28,986 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/flavors/f51a0930-fa84-4a4d-91d6-cbbe99820400/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}28b238eaaf67a9b54220d9e4f69e8aaf584a804b" -d '{"extra_specs": {}}' 2018-08-15 17:29:29,003 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:29: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-8a3d89ee-a6dc-4b6c-bd0a-b2b0c311306f x-compute-request-id: req-8a3d89ee-a6dc-4b6c-bd0a-b2b0c311306f Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-15 17:29:29,004 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/f51a0930-fa84-4a4d-91d6-cbbe99820400/os-extra_specs used request id req-8a3d89ee-a6dc-4b6c-bd0a-b2b0c311306f 2018-08-15 17:29:29,004 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0212459564209s 2018-08-15 17:29:29,004 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/f51a0930-fa84-4a4d-91d6-cbbe99820400/os-extra_specs used request id req-8a3d89ee-a6dc-4b6c-bd0a-b2b0c311306f 2018-08-15 17:29:29,005 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-08-15 17:29:29,007 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/os-keypairs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e2f69fa41ba01aa2b9636230ef1c5e52b133b760" -d '{"keypair": {"name": "singlevm2-kp_0323a3f9-35a4-429f-a839-5b0232c14e8d"}}' 2018-08-15 17:29:29,467 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:29: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-e8bd8108-aadd-4b8c-9def-1b07d0c04c9a x-compute-request-id: req-e8bd8108-aadd-4b8c-9def-1b07d0c04c9a Content-Encoding: gzip Content-Length: 1806 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDrkevrxjtOMhTMcivjKBGOLVHLo0L78IBQuTZkyCbVP4372YCUhgzUnffMW8D7zZH0J1TEdQ7Ms6HIKHgujDlinctx3KmCtfq4bqR4POXU6TeOjvqJ5w5vNtkEnqewX8/EV6e9dRtBXwxSpIefE1FZrlsLtL8H8x3NM/Obm+5dewOapNKMv4O4YIiHaBgnS2I5uSNORxK8x38u64Ui+AE//thuuolOo/QyWwpH1lLjyxVjaa2DjyvHL+ZnJrxq6IWUGxhmUTlPcI0XYd2X8Ch29btxAwYlKiqAsS78IWo8bIQvQaAp5WsZyxVIkZ8LGcW91jXAAaQtL64LN1vJRla1 Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEA65Hr68Y7TjIUzHIr4ygRji1Ry6NC+/CAULk2ZMgm1T+N+9mA\nlIYM1J33zFvA+82R9CdUxHUOzLOhyCh4Low5Yp3LcdypgrX6uG6keDzl1Ok3jo76\niecObzbZBJ6nsF/PxFenvXUbQV8MUqSHnxNRWa5bC7S/B/MdzTPzm5vuXXsDmqTS\njL+DuGCIh2gYJ0tiObkjTkcSvMd/LuuFIvgBP/7YbrqJTqP0MlsKR9ZS48sVY2mt\ng48rxy/mZya8auiFlBsYZlE5T3CNF2Hdl/AodvW7cQMGJSoqgLEu/CFqPGyEL0Gg\nKeVrGcsVSJGfCxnFvdY1wAGkLS+uCzdbyUZWtQIDAQABAoIBAQCVGR7BdA5FR91y\nKTEt7UZvPq/uu77Bx07vyMpsr2Ikxr0PEnMXjmDAkdstNUXIGiyu49X7IjvjxC45\niaPHkmkfyc/imU+Qs62k3iKrF6BASfwn9scMUXoJWiWxjtmEAKB4HSLF/0Do90fN\nZuWQAaITqQ9nMVdXqMDMCH2/l8oez25znoc05hmcK5h9N+PB7j2bMYHx/TPsR7uH\npWvE4uSbk4VtlGlq3/693akBdEYFDTZthLPo8Fqxd+rRUHDgulz4JAbtAlB9IHZB\nhuvIRbnpATJOIwqXa9gMztKWLzvNdrO+HU+m2SiCDi4byvm/dcnL1+u9GxuqwR4T\nWz0SBHxhAoGBAPXQs9IWBDkilsH9kV2/S+bdjuGa4uM9/oyrbKe67l+7Yddunx7U\nWu2YJqG9pTRRV5PjxLoz76ZdrNRAWYOMWr9D4QNHkK1ea+jg5OYaqvH3aWQSoxol\nPbVbzy1lSpZIHYyNkzvjQpMgiPrYN1dOTsDDq0akgSBEsmhEV0YyUsXTAoGBAPVU\njPRL/bUeUoKx1CebxzME+jvzrjV102plRfdDgny+k53m0RDrSrHK3AmNHyacmiTC\nR2EhrgOykXYf6y2a5Hz6julR2IIR/lmlpQZnr1oOBSMWKHimEvjRf5vywsUpqlmC\nRfsvISTtOCD+SzyQaM7z76Ou/KJ7vXPdInB0CPRXAoGARdu/DuiE4LvsvkrSwiK4\nbm7uyTzcWBppOg8JvQ1J61j0cGYWwIs3ICjKadLcnWa0jeoAIa7a35vlnxh+l/0O\nWSbwTp9LBYo8/pzTUHWpuURH5lHJmoeU5vKliVAtB1KNW0Fs42sto2RuqWNDLwOp\nK+0vws7Dh6keTrWFXAS3M1MCgYEAxhmYGEykeXQavF5MKg+oMpJ6XZ7PtWuHZAqT\nDK7+1ywslvyjJT5Z+mcMdsn1tYAPGE+ow84mbeXrf68WgKTqi+DnNZBZe+57rHgN\nYban6dgYXdSuqX2xJCpHGO5WSE70t4Jyb/oGkYLcKAgvSKBzgWmIwGu0pJ+2w7B0\n9sk70dECgYEAmLvXmbSNuE/VVwinKoN0OKVAEzTMy+BG+vePVkUB/0rr6dURaq0Y\n7nuB5MJImxUUjeh83LeYNqFTM5AimVBvLb5RYl4JgLU717KtQjK2anxYMqXsDUti\nvIBB4kc1+cUYzOUGxx/5TDLOjkGWRjooHCYv77g4gAGzuBWU1GZ8eiw=\n-----END RSA PRIVATE KEY-----\n", "user_id": "11011531c3104c10bdb52cb0c06624a0", "name": "singlevm2-kp_0323a3f9-35a4-429f-a839-5b0232c14e8d", "fingerprint": "4c:65:74:e1:f4:dc:0a:e7:ab:8b:a3:8d:df:22:61:d3"}} 2018-08-15 17:29:29,467 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/os-keypairs used request id req-e8bd8108-aadd-4b8c-9def-1b07d0c04c9a 2018-08-15 17:29:29,467 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.462105989456s 2018-08-15 17:29:29,467 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/os-keypairs used request id req-e8bd8108-aadd-4b8c-9def-1b07d0c04c9a 2018-08-15 17:29:29,468 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDrkevrxjtOMhTMcivjKBGOLVHLo0L78IBQuTZkyCbVP4372YCUhgzUnffMW8D7zZH0J1TEdQ7Ms6HIKHgujDlinctx3KmCtfq4bqR4POXU6TeOjvqJ5w5vNtkEnqewX8/EV6e9dRtBXwxSpIefE1FZrlsLtL8H8x3NM/Obm+5dewOapNKMv4O4YIiHaBgnS2I5uSNORxK8x38u64Ui+AE//thuuolOo/QyWwpH1lLjyxVjaa2DjyvHL+ZnJrxq6IWUGxhmUTlPcI0XYd2X8Ch29btxAwYlKiqAsS78IWo8bIQvQaAp5WsZyxVIkZ8LGcW91jXAAaQtL64LN1vJRla1 Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEA65Hr68Y7TjIUzHIr4ygRji1Ry6NC+/CAULk2ZMgm1T+N+9mA\nlIYM1J33zFvA+82R9CdUxHUOzLOhyCh4Low5Yp3LcdypgrX6uG6keDzl1Ok3jo76\niecObzbZBJ6nsF/PxFenvXUbQV8MUqSHnxNRWa5bC7S/B/MdzTPzm5vuXXsDmqTS\njL+DuGCIh2gYJ0tiObkjTkcSvMd/LuuFIvgBP/7YbrqJTqP0MlsKR9ZS48sVY2mt\ng48rxy/mZya8auiFlBsYZlE5T3CNF2Hdl/AodvW7cQMGJSoqgLEu/CFqPGyEL0Gg\nKeVrGcsVSJGfCxnFvdY1wAGkLS+uCzdbyUZWtQIDAQABAoIBAQCVGR7BdA5FR91y\nKTEt7UZvPq/uu77Bx07vyMpsr2Ikxr0PEnMXjmDAkdstNUXIGiyu49X7IjvjxC45\niaPHkmkfyc/imU+Qs62k3iKrF6BASfwn9scMUXoJWiWxjtmEAKB4HSLF/0Do90fN\nZuWQAaITqQ9nMVdXqMDMCH2/l8oez25znoc05hmcK5h9N+PB7j2bMYHx/TPsR7uH\npWvE4uSbk4VtlGlq3/693akBdEYFDTZthLPo8Fqxd+rRUHDgulz4JAbtAlB9IHZB\nhuvIRbnpATJOIwqXa9gMztKWLzvNdrO+HU+m2SiCDi4byvm/dcnL1+u9GxuqwR4T\nWz0SBHxhAoGBAPXQs9IWBDkilsH9kV2/S+bdjuGa4uM9/oyrbKe67l+7Yddunx7U\nWu2YJqG9pTRRV5PjxLoz76ZdrNRAWYOMWr9D4QNHkK1ea+jg5OYaqvH3aWQSoxol\nPbVbzy1lSpZIHYyNkzvjQpMgiPrYN1dOTsDDq0akgSBEsmhEV0YyUsXTAoGBAPVU\njPRL/bUeUoKx1CebxzME+jvzrjV102plRfdDgny+k53m0RDrSrHK3AmNHyacmiTC\nR2EhrgOykXYf6y2a5Hz6julR2IIR/lmlpQZnr1oOBSMWKHimEvjRf5vywsUpqlmC\nRfsvISTtOCD+SzyQaM7z76Ou/KJ7vXPdInB0CPRXAoGARdu/DuiE4LvsvkrSwiK4\nbm7uyTzcWBppOg8JvQ1J61j0cGYWwIs3ICjKadLcnWa0jeoAIa7a35vlnxh+l/0O\nWSbwTp9LBYo8/pzTUHWpuURH5lHJmoeU5vKliVAtB1KNW0Fs42sto2RuqWNDLwOp\nK+0vws7Dh6keTrWFXAS3M1MCgYEAxhmYGEykeXQavF5MKg+oMpJ6XZ7PtWuHZAqT\nDK7+1ywslvyjJT5Z+mcMdsn1tYAPGE+ow84mbeXrf68WgKTqi+DnNZBZe+57rHgN\nYban6dgYXdSuqX2xJCpHGO5WSE70t4Jyb/oGkYLcKAgvSKBzgWmIwGu0pJ+2w7B0\n9sk70dECgYEAmLvXmbSNuE/VVwinKoN0OKVAEzTMy+BG+vePVkUB/0rr6dURaq0Y\n7nuB5MJImxUUjeh83LeYNqFTM5AimVBvLb5RYl4JgLU717KtQjK2anxYMqXsDUti\nvIBB4kc1+cUYzOUGxx/5TDLOjkGWRjooHCYv77g4gAGzuBWU1GZ8eiw=\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'11011531c3104c10bdb52cb0c06624a0', 'name': u'singlevm2-kp_0323a3f9-35a4-429f-a839-5b0232c14e8d', 'created_at': '2018-08-15T17:29:29.468453', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'54003b774041446394371277615b9621', 'name': 'singlevm2-project_0323a3f9-35a4-429f-a839-5b0232c14e8d', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'4c:65:74:e1:f4:dc:0a:e7:ab:8b:a3:8d:df:22:61:d3', 'type': 'ssh', 'id': u'singlevm2-kp_0323a3f9-35a4-429f-a839-5b0232c14e8d'}) 2018-08-15 17:29:29,468 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpQIBAAKCAQEA65Hr68Y7TjIUzHIr4ygRji1Ry6NC+/CAULk2ZMgm1T+N+9mA lIYM1J33zFvA+82R9CdUxHUOzLOhyCh4Low5Yp3LcdypgrX6uG6keDzl1Ok3jo76 iecObzbZBJ6nsF/PxFenvXUbQV8MUqSHnxNRWa5bC7S/B/MdzTPzm5vuXXsDmqTS jL+DuGCIh2gYJ0tiObkjTkcSvMd/LuuFIvgBP/7YbrqJTqP0MlsKR9ZS48sVY2mt g48rxy/mZya8auiFlBsYZlE5T3CNF2Hdl/AodvW7cQMGJSoqgLEu/CFqPGyEL0Gg KeVrGcsVSJGfCxnFvdY1wAGkLS+uCzdbyUZWtQIDAQABAoIBAQCVGR7BdA5FR91y KTEt7UZvPq/uu77Bx07vyMpsr2Ikxr0PEnMXjmDAkdstNUXIGiyu49X7IjvjxC45 iaPHkmkfyc/imU+Qs62k3iKrF6BASfwn9scMUXoJWiWxjtmEAKB4HSLF/0Do90fN ZuWQAaITqQ9nMVdXqMDMCH2/l8oez25znoc05hmcK5h9N+PB7j2bMYHx/TPsR7uH pWvE4uSbk4VtlGlq3/693akBdEYFDTZthLPo8Fqxd+rRUHDgulz4JAbtAlB9IHZB huvIRbnpATJOIwqXa9gMztKWLzvNdrO+HU+m2SiCDi4byvm/dcnL1+u9GxuqwR4T Wz0SBHxhAoGBAPXQs9IWBDkilsH9kV2/S+bdjuGa4uM9/oyrbKe67l+7Yddunx7U Wu2YJqG9pTRRV5PjxLoz76ZdrNRAWYOMWr9D4QNHkK1ea+jg5OYaqvH3aWQSoxol PbVbzy1lSpZIHYyNkzvjQpMgiPrYN1dOTsDDq0akgSBEsmhEV0YyUsXTAoGBAPVU jPRL/bUeUoKx1CebxzME+jvzrjV102plRfdDgny+k53m0RDrSrHK3AmNHyacmiTC R2EhrgOykXYf6y2a5Hz6julR2IIR/lmlpQZnr1oOBSMWKHimEvjRf5vywsUpqlmC RfsvISTtOCD+SzyQaM7z76Ou/KJ7vXPdInB0CPRXAoGARdu/DuiE4LvsvkrSwiK4 bm7uyTzcWBppOg8JvQ1J61j0cGYWwIs3ICjKadLcnWa0jeoAIa7a35vlnxh+l/0O WSbwTp9LBYo8/pzTUHWpuURH5lHJmoeU5vKliVAtB1KNW0Fs42sto2RuqWNDLwOp K+0vws7Dh6keTrWFXAS3M1MCgYEAxhmYGEykeXQavF5MKg+oMpJ6XZ7PtWuHZAqT DK7+1ywslvyjJT5Z+mcMdsn1tYAPGE+ow84mbeXrf68WgKTqi+DnNZBZe+57rHgN Yban6dgYXdSuqX2xJCpHGO5WSE70t4Jyb/oGkYLcKAgvSKBzgWmIwGu0pJ+2w7B0 9sk70dECgYEAmLvXmbSNuE/VVwinKoN0OKVAEzTMy+BG+vePVkUB/0rr6dURaq0Y 7nuB5MJImxUUjeh83LeYNqFTM5AimVBvLb5RYl4JgLU717KtQjK2anxYMqXsDUti vIBB4kc1+cUYzOUGxx/5TDLOjkGWRjooHCYv77g4gAGzuBWU1GZ8eiw= -----END RSA PRIVATE KEY----- 2018-08-15 17:29:29,471 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-08-15 17:29:29,472 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e2f69fa41ba01aa2b9636230ef1c5e52b133b760" -d '{"security_group": {"name": "singlevm2-sg_0323a3f9-35a4-429f-a839-5b0232c14e8d", "description": "created by OPNFV Functest (singlevm2)"}}' 2018-08-15 17:29:29,646 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1418 X-Openstack-Request-Id: req-aec45c39-25a3-4839-9408-71f0ff90df9b Date: Wed, 15 Aug 2018 17:29:29 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "54003b774041446394371277615b9621", "created_at": "2018-08-15T17:29:29Z", "updated_at": "2018-08-15T17:29:29Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:29:29Z", "revision_number": 0, "id": "56fdb530-9e38-4b25-88f6-1f3e4f1d1367", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T17:29:29Z", "security_group_id": "0b47915e-969b-4814-a353-4053d95f42f0", "tenant_id": "54003b774041446394371277615b9621", "port_range_min": null, "ethertype": "IPv6", "project_id": "54003b774041446394371277615b9621"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:29:29Z", "revision_number": 0, "id": "e7b3b61f-0e5c-47c1-9cb5-17a7eefdc531", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T17:29:29Z", "security_group_id": "0b47915e-969b-4814-a353-4053d95f42f0", "tenant_id": "54003b774041446394371277615b9621", "port_range_min": null, "ethertype": "IPv4", "project_id": "54003b774041446394371277615b9621"}], "revision_number": 1, "project_id": "54003b774041446394371277615b9621", "id": "0b47915e-969b-4814-a353-4053d95f42f0", "name": "singlevm2-sg_0323a3f9-35a4-429f-a839-5b0232c14e8d"}} 2018-08-15 17:29:29,646 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-aec45c39-25a3-4839-9408-71f0ff90df9b 2018-08-15 17:29:29,646 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.174649000168s 2018-08-15 17:29:29,646 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-aec45c39-25a3-4839-9408-71f0ff90df9b 2018-08-15 17:29:29,651 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-15 17:29:29,651 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e2f69fa41ba01aa2b9636230ef1c5e52b133b760" 2018-08-15 17:29:29,717 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3834 X-Openstack-Request-Id: req-b1cb796b-aa76-423e-aee5-963c163abc96 Date: Wed, 15 Aug 2018 17:29:29 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "54003b774041446394371277615b9621", "created_at": "2018-08-15T17:29:29Z", "updated_at": "2018-08-15T17:29:29Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:29:29Z", "revision_number": 0, "id": "56fdb530-9e38-4b25-88f6-1f3e4f1d1367", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T17:29:29Z", "security_group_id": "0b47915e-969b-4814-a353-4053d95f42f0", "tenant_id": "54003b774041446394371277615b9621", "port_range_min": null, "ethertype": "IPv6", "project_id": "54003b774041446394371277615b9621"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:29:29Z", "revision_number": 0, "id": "e7b3b61f-0e5c-47c1-9cb5-17a7eefdc531", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T17:29:29Z", "security_group_id": "0b47915e-969b-4814-a353-4053d95f42f0", "tenant_id": "54003b774041446394371277615b9621", "port_range_min": null, "ethertype": "IPv4", "project_id": "54003b774041446394371277615b9621"}], "revision_number": 1, "project_id": "54003b774041446394371277615b9621", "id": "0b47915e-969b-4814-a353-4053d95f42f0", "name": "singlevm2-sg_0323a3f9-35a4-429f-a839-5b0232c14e8d"}, {"description": "Default security group", "tags": [], "tenant_id": "54003b774041446394371277615b9621", "created_at": "2018-08-15T17:29:22Z", "updated_at": "2018-08-15T17:29:22Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:29:22Z", "revision_number": 0, "id": "6c334329-d750-4081-b916-85b9a2c3f70e", "remote_group_id": "a01b4543-b391-4fec-b2e2-81abdb22fc15", "remote_ip_prefix": null, "created_at": "2018-08-15T17:29:22Z", "security_group_id": "a01b4543-b391-4fec-b2e2-81abdb22fc15", "tenant_id": "54003b774041446394371277615b9621", "port_range_min": null, "ethertype": "IPv6", "project_id": "54003b774041446394371277615b9621"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:29:22Z", "revision_number": 0, "id": "7ed20fea-695b-4c99-af0f-b6fb951c1b33", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T17:29:22Z", "security_group_id": "a01b4543-b391-4fec-b2e2-81abdb22fc15", "tenant_id": "54003b774041446394371277615b9621", "port_range_min": null, "ethertype": "IPv4", "project_id": "54003b774041446394371277615b9621"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:29:22Z", "revision_number": 0, "id": "bbac2fa5-8ed2-4657-b10e-f8f8bb10f61d", "remote_group_id": "a01b4543-b391-4fec-b2e2-81abdb22fc15", "remote_ip_prefix": null, "created_at": "2018-08-15T17:29:22Z", "security_group_id": "a01b4543-b391-4fec-b2e2-81abdb22fc15", "tenant_id": "54003b774041446394371277615b9621", "port_range_min": null, "ethertype": "IPv4", "project_id": "54003b774041446394371277615b9621"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:29:22Z", "revision_number": 0, "id": "ec3d4279-c2af-499c-b739-bdb88fa12874", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T17:29:22Z", "security_group_id": "a01b4543-b391-4fec-b2e2-81abdb22fc15", "tenant_id": "54003b774041446394371277615b9621", "port_range_min": null, "ethertype": "IPv6", "project_id": "54003b774041446394371277615b9621"}], "revision_number": 1, "project_id": "54003b774041446394371277615b9621", "id": "a01b4543-b391-4fec-b2e2-81abdb22fc15", "name": "default"}]} 2018-08-15 17:29:29,717 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-b1cb796b-aa76-423e-aee5-963c163abc96 2018-08-15 17:29:29,717 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0661718845367s 2018-08-15 17:29:29,717 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-b1cb796b-aa76-423e-aee5-963c163abc96 2018-08-15 17:29:29,721 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-15 17:29:29,721 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e2f69fa41ba01aa2b9636230ef1c5e52b133b760" -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": "0b47915e-969b-4814-a353-4053d95f42f0"}}' 2018-08-15 17:29:29,878 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-34396e47-191b-4f27-b320-2f40b0f73f9e Date: Wed, 15 Aug 2018 17:29:29 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-15T17:29:29Z", "security_group_id": "0b47915e-969b-4814-a353-4053d95f42f0", "port_range_min": 22, "revision_number": 0, "tenant_id": "54003b774041446394371277615b9621", "created_at": "2018-08-15T17:29:29Z", "project_id": "54003b774041446394371277615b9621", "id": "ac7da3a4-d00c-4883-a1c3-2872b21b63a7"}} 2018-08-15 17:29:29,878 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules.json used request id req-34396e47-191b-4f27-b320-2f40b0f73f9e 2018-08-15 17:29:29,878 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.157413005829s 2018-08-15 17:29:29,879 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules.json used request id req-34396e47-191b-4f27-b320-2f40b0f73f9e 2018-08-15 17:29:29,882 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-15 17:29:29,883 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e2f69fa41ba01aa2b9636230ef1c5e52b133b760" 2018-08-15 17:29:29,928 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4330 X-Openstack-Request-Id: req-283025eb-aeb1-4af5-bd56-937431c92123 Date: Wed, 15 Aug 2018 17:29:29 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "54003b774041446394371277615b9621", "created_at": "2018-08-15T17:29:29Z", "updated_at": "2018-08-15T17:29:29Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:29:29Z", "revision_number": 0, "id": "56fdb530-9e38-4b25-88f6-1f3e4f1d1367", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T17:29:29Z", "security_group_id": "0b47915e-969b-4814-a353-4053d95f42f0", "tenant_id": "54003b774041446394371277615b9621", "port_range_min": null, "ethertype": "IPv6", "project_id": "54003b774041446394371277615b9621"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-15T17:29:29Z", "revision_number": 0, "id": "ac7da3a4-d00c-4883-a1c3-2872b21b63a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T17:29:29Z", "security_group_id": "0b47915e-969b-4814-a353-4053d95f42f0", "tenant_id": "54003b774041446394371277615b9621", "port_range_min": 22, "ethertype": "IPv4", "project_id": "54003b774041446394371277615b9621"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:29:29Z", "revision_number": 0, "id": "e7b3b61f-0e5c-47c1-9cb5-17a7eefdc531", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T17:29:29Z", "security_group_id": "0b47915e-969b-4814-a353-4053d95f42f0", "tenant_id": "54003b774041446394371277615b9621", "port_range_min": null, "ethertype": "IPv4", "project_id": "54003b774041446394371277615b9621"}], "revision_number": 2, "project_id": "54003b774041446394371277615b9621", "id": "0b47915e-969b-4814-a353-4053d95f42f0", "name": "singlevm2-sg_0323a3f9-35a4-429f-a839-5b0232c14e8d"}, {"description": "Default security group", "tags": [], "tenant_id": "54003b774041446394371277615b9621", "created_at": "2018-08-15T17:29:22Z", "updated_at": "2018-08-15T17:29:22Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:29:22Z", "revision_number": 0, "id": "6c334329-d750-4081-b916-85b9a2c3f70e", "remote_group_id": "a01b4543-b391-4fec-b2e2-81abdb22fc15", "remote_ip_prefix": null, "created_at": "2018-08-15T17:29:22Z", "security_group_id": "a01b4543-b391-4fec-b2e2-81abdb22fc15", "tenant_id": "54003b774041446394371277615b9621", "port_range_min": null, "ethertype": "IPv6", "project_id": "54003b774041446394371277615b9621"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:29:22Z", "revision_number": 0, "id": "7ed20fea-695b-4c99-af0f-b6fb951c1b33", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T17:29:22Z", "security_group_id": "a01b4543-b391-4fec-b2e2-81abdb22fc15", "tenant_id": "54003b774041446394371277615b9621", "port_range_min": null, "ethertype": "IPv4", "project_id": "54003b774041446394371277615b9621"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:29:22Z", "revision_number": 0, "id": "bbac2fa5-8ed2-4657-b10e-f8f8bb10f61d", "remote_group_id": "a01b4543-b391-4fec-b2e2-81abdb22fc15", "remote_ip_prefix": null, "created_at": "2018-08-15T17:29:22Z", "security_group_id": "a01b4543-b391-4fec-b2e2-81abdb22fc15", "tenant_id": "54003b774041446394371277615b9621", "port_range_min": null, "ethertype": "IPv4", "project_id": "54003b774041446394371277615b9621"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:29:22Z", "revision_number": 0, "id": "ec3d4279-c2af-499c-b739-bdb88fa12874", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T17:29:22Z", "security_group_id": "a01b4543-b391-4fec-b2e2-81abdb22fc15", "tenant_id": "54003b774041446394371277615b9621", "port_range_min": null, "ethertype": "IPv6", "project_id": "54003b774041446394371277615b9621"}], "revision_number": 1, "project_id": "54003b774041446394371277615b9621", "id": "a01b4543-b391-4fec-b2e2-81abdb22fc15", "name": "default"}]} 2018-08-15 17:29:29,928 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-283025eb-aeb1-4af5-bd56-937431c92123 2018-08-15 17:29:29,928 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0457830429077s 2018-08-15 17:29:29,929 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-283025eb-aeb1-4af5-bd56-937431c92123 2018-08-15 17:29:29,932 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-15 17:29:29,933 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e2f69fa41ba01aa2b9636230ef1c5e52b133b760" -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": "0b47915e-969b-4814-a353-4053d95f42f0"}}' 2018-08-15 17:29:30,081 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-4b60ae53-ee2b-41e0-a954-455acd520ad6 Date: Wed, 15 Aug 2018 17:29:30 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-15T17:29:30Z", "security_group_id": "0b47915e-969b-4814-a353-4053d95f42f0", "port_range_min": null, "revision_number": 0, "tenant_id": "54003b774041446394371277615b9621", "created_at": "2018-08-15T17:29:30Z", "project_id": "54003b774041446394371277615b9621", "id": "fae1a45d-33e0-4254-9f99-bd27fae5f341"}} 2018-08-15 17:29:30,081 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules.json used request id req-4b60ae53-ee2b-41e0-a954-455acd520ad6 2018-08-15 17:29:30,081 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.149081945419s 2018-08-15 17:29:30,082 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules.json used request id req-4b60ae53-ee2b-41e0-a954-455acd520ad6 2018-08-15 17:29:30,083 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-15 17:29:30,083 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e2f69fa41ba01aa2b9636230ef1c5e52b133b760" 2018-08-15 17:29:30,175 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-99d1652c-ce0e-4b80-a1cd-d4012a0bb035 Date: Wed, 15 Aug 2018 17:29:30 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":["147e8905-dd15-4ac0-9996-9fff094859de"],"updated_at":"2018-08-15T17:29:23Z","tenant_id":"54003b774041446394371277615b9621","created_at":"2018-08-15T17:29:23Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"54003b774041446394371277615b9621","id":"be162890-fdc3-46ae-b540-74b940845d82","name":"singlevm2-net_0323a3f9-35a4-429f-a839-5b0232c14e8d"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["3ef75223-733d-425d-bb3e-88e8a796bebc"],"updated_at":"2018-08-15T17:16:30Z","tenant_id":"d2c267e1fee9461ba5e64a915b9518f5","created_at":"2018-08-15T17:16:26Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"d2c267e1fee9461ba5e64a915b9518f5","id":"fc8ca119-27ab-4070-99fa-a2993d11ee48","name":"external"}]} 2018-08-15 17:29:30,175 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-99d1652c-ce0e-4b80-a1cd-d4012a0bb035 2018-08-15 17:29:30,176 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0926451683044s 2018-08-15 17:29:30,176 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-99d1652c-ce0e-4b80-a1cd-d4012a0bb035 2018-08-15 17:29:30,180 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-15 17:29:30,184 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e2f69fa41ba01aa2b9636230ef1c5e52b133b760" 2018-08-15 17:29:30,214 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-48ec1184-14c6-4739-abcd-7ae8cf0968a7 Date: Wed, 15 Aug 2018 17:29:30 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-15T17:29:28Z", "file": "/v2/images/16409ad0-9c44-4f01-8715-39b8c49ded77/file", "owner": "54003b774041446394371277615b9621", "id": "16409ad0-9c44-4f01-8715-39b8c49ded77", "size": 12716032, "self": "/v2/images/16409ad0-9c44-4f01-8715-39b8c49ded77", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/16409ad0-9c44-4f01-8715-39b8c49ded77/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/16409ad0-9c44-4f01-8715-39b8c49ded77/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/singlevm2-img_0323a3f9-35a4-429f-a839-5b0232c14e8d", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm2-img_0323a3f9-35a4-429f-a839-5b0232c14e8d", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-15T17:29:28Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-15 17:29:30,215 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-48ec1184-14c6-4739-abcd-7ae8cf0968a7 2018-08-15 17:29:30,215 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0341789722443s 2018-08-15 17:29:30,215 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-48ec1184-14c6-4739-abcd-7ae8cf0968a7 2018-08-15 17:29:30,217 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-15 17:29:30,219 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e2f69fa41ba01aa2b9636230ef1c5e52b133b760" 2018-08-15 17:29:30,241 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:29:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5a07a3c8-1ab1-4e8a-a1ca-6e594901b7cd x-compute-request-id: req-5a07a3c8-1ab1-4e8a-a1ca-6e594901b7cd Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm2-flavor_0323a3f9-35a4-429f-a839-5b0232c14e8d", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/f51a0930-fa84-4a4d-91d6-cbbe99820400", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/f51a0930-fa84-4a4d-91d6-cbbe99820400", "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": "f51a0930-fa84-4a4d-91d6-cbbe99820400"}]} 2018-08-15 17:29:30,242 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-5a07a3c8-1ab1-4e8a-a1ca-6e594901b7cd 2018-08-15 17:29:30,242 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0250251293182s 2018-08-15 17:29:30,242 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-5a07a3c8-1ab1-4e8a-a1ca-6e594901b7cd 2018-08-15 17:29:30,244 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-15 17:29:30,246 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e2f69fa41ba01aa2b9636230ef1c5e52b133b760" -d '{"server": {"name": "singlevm2-vm_0323a3f9-35a4-429f-a839-5b0232c14e8d", "imageRef": "16409ad0-9c44-4f01-8715-39b8c49ded77", "key_name": "singlevm2-kp_0323a3f9-35a4-429f-a839-5b0232c14e8d", "flavorRef": "f51a0930-fa84-4a4d-91d6-cbbe99820400", "max_count": 1, "min_count": 1, "networks": [{"uuid": "be162890-fdc3-46ae-b540-74b940845d82"}], "security_groups": [{"name": "0b47915e-969b-4814-a353-4053d95f42f0"}]}}' 2018-08-15 17:29:33,004 - keystoneauth.session - DEBUG - RESP: [202] Date: Wed, 15 Aug 2018 17:29:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f872f56d-04b5-46ef-9d7f-63c1169581d4 x-compute-request-id: req-f872f56d-04b5-46ef-9d7f-63c1169581d4 Content-Length: 403 location: http://172.30.9.27:8774/v2.1/servers/8188c32d-c6fd-4622-87f6-7b66d57af642 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "0b47915e-969b-4814-a353-4053d95f42f0"}], "OS-DCF:diskConfig": "MANUAL", "id": "8188c32d-c6fd-4622-87f6-7b66d57af642", "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/8188c32d-c6fd-4622-87f6-7b66d57af642", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/8188c32d-c6fd-4622-87f6-7b66d57af642", "rel": "bookmark"}], "adminPass": "H75zaCNjHeuA"}} 2018-08-15 17:29:33,004 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-f872f56d-04b5-46ef-9d7f-63c1169581d4 2018-08-15 17:29:33,004 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 2.7604739666s 2018-08-15 17:29:33,005 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-f872f56d-04b5-46ef-9d7f-63c1169581d4 2018-08-15 17:29:33,005 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 17:29:33,008 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e2f69fa41ba01aa2b9636230ef1c5e52b133b760" 2018-08-15 17:29:33,397 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:29:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-68baaa0f-8766-49d3-b054-8f194f2a6027 x-compute-request-id: req-68baaa0f-8766-49d3-b054-8f194f2a6027 Content-Encoding: gzip Content-Length: 606 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/8188c32d-c6fd-4622-87f6-7b66d57af642", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/8188c32d-c6fd-4622-87f6-7b66d57af642", "rel": "bookmark"}], "image": {"id": "16409ad0-9c44-4f01-8715-39b8c49ded77", "links": [{"href": "http://172.30.9.27:8774/images/16409ad0-9c44-4f01-8715-39b8c49ded77", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f51a0930-fa84-4a4d-91d6-cbbe99820400", "links": [{"href": "http://172.30.9.27:8774/flavors/f51a0930-fa84-4a4d-91d6-cbbe99820400", "rel": "bookmark"}]}, "id": "8188c32d-c6fd-4622-87f6-7b66d57af642", "user_id": "11011531c3104c10bdb52cb0c06624a0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T17:29:33Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_0323a3f9-35a4-429f-a839-5b0232c14e8d", "name": "singlevm2-vm_0323a3f9-35a4-429f-a839-5b0232c14e8d", "created": "2018-08-15T17:29:32Z", "tenant_id": "54003b774041446394371277615b9621", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 17:29:33,397 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-68baaa0f-8766-49d3-b054-8f194f2a6027 2018-08-15 17:29:33,397 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.39165186882s 2018-08-15 17:29:33,398 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-68baaa0f-8766-49d3-b054-8f194f2a6027 2018-08-15 17:29:33,404 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-15 17:29:33,405 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e2f69fa41ba01aa2b9636230ef1c5e52b133b760" 2018-08-15 17:29:33,487 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-ee2488fe-1aae-48f3-b7cf-a97b9df2ece6 Date: Wed, 15 Aug 2018 17:29: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":["147e8905-dd15-4ac0-9996-9fff094859de"],"updated_at":"2018-08-15T17:29:23Z","tenant_id":"54003b774041446394371277615b9621","created_at":"2018-08-15T17:29:23Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"54003b774041446394371277615b9621","id":"be162890-fdc3-46ae-b540-74b940845d82","name":"singlevm2-net_0323a3f9-35a4-429f-a839-5b0232c14e8d"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["3ef75223-733d-425d-bb3e-88e8a796bebc"],"updated_at":"2018-08-15T17:16:30Z","tenant_id":"d2c267e1fee9461ba5e64a915b9518f5","created_at":"2018-08-15T17:16:26Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"d2c267e1fee9461ba5e64a915b9518f5","id":"fc8ca119-27ab-4070-99fa-a2993d11ee48","name":"external"}]} 2018-08-15 17:29:33,488 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-ee2488fe-1aae-48f3-b7cf-a97b9df2ece6 2018-08-15 17:29:33,488 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0834219455719s 2018-08-15 17:29:33,488 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-ee2488fe-1aae-48f3-b7cf-a97b9df2ece6 2018-08-15 17:29:33,489 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-15 17:29:33,490 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e2f69fa41ba01aa2b9636230ef1c5e52b133b760" 2018-08-15 17:29:33,549 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-17f4fe9c-29ef-44aa-b9cf-9582de554e15 Date: Wed, 15 Aug 2018 17:29:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"be162890-fdc3-46ae-b540-74b940845d82","tenant_id":"54003b774041446394371277615b9621","created_at":"2018-08-15T17:29:23Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-15T17:29:23Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"54003b774041446394371277615b9621","id":"147e8905-dd15-4ac0-9996-9fff094859de","subnetpool_id":null,"name":"singlevm2-subnet_0323a3f9-35a4-429f-a839-5b0232c14e8d"}]} 2018-08-15 17:29:33,549 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-17f4fe9c-29ef-44aa-b9cf-9582de554e15 2018-08-15 17:29:33,550 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0603528022766s 2018-08-15 17:29:33,550 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-17f4fe9c-29ef-44aa-b9cf-9582de554e15 2018-08-15 17:29:33,550 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 17:29:35,553 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 17:29:35,556 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e2f69fa41ba01aa2b9636230ef1c5e52b133b760" 2018-08-15 17:29:36,446 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:29: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-bf690f31-f8ea-490f-9e97-bcdcb0451f57 x-compute-request-id: req-bf690f31-f8ea-490f-9e97-bcdcb0451f57 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.27:8774/v2.1/servers/8188c32d-c6fd-4622-87f6-7b66d57af642", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/8188c32d-c6fd-4622-87f6-7b66d57af642", "rel": "bookmark"}], "image": {"id": "16409ad0-9c44-4f01-8715-39b8c49ded77", "links": [{"href": "http://172.30.9.27:8774/images/16409ad0-9c44-4f01-8715-39b8c49ded77", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f51a0930-fa84-4a4d-91d6-cbbe99820400", "links": [{"href": "http://172.30.9.27:8774/flavors/f51a0930-fa84-4a4d-91d6-cbbe99820400", "rel": "bookmark"}]}, "id": "8188c32d-c6fd-4622-87f6-7b66d57af642", "security_groups": [{"name": "singlevm2-sg_0323a3f9-35a4-429f-a839-5b0232c14e8d"}], "user_id": "11011531c3104c10bdb52cb0c06624a0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T17:29:35Z", "hostId": "221c98787362e41ac0dd6a5a7c9cfccb4d6dd2ca83cec792228801c7", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_0323a3f9-35a4-429f-a839-5b0232c14e8d", "name": "singlevm2-vm_0323a3f9-35a4-429f-a839-5b0232c14e8d", "created": "2018-08-15T17:29:32Z", "tenant_id": "54003b774041446394371277615b9621", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 17:29:36,446 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-bf690f31-f8ea-490f-9e97-bcdcb0451f57 2018-08-15 17:29:36,447 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.893419027328s 2018-08-15 17:29:36,447 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-bf690f31-f8ea-490f-9e97-bcdcb0451f57 2018-08-15 17:29:36,452 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 17:29:38,454 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 17:29:38,458 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e2f69fa41ba01aa2b9636230ef1c5e52b133b760" 2018-08-15 17:29:38,927 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:29: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-618028bf-7c96-404b-9dc0-745604cf9559 x-compute-request-id: req-618028bf-7c96-404b-9dc0-745604cf9559 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.27:8774/v2.1/servers/8188c32d-c6fd-4622-87f6-7b66d57af642", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/8188c32d-c6fd-4622-87f6-7b66d57af642", "rel": "bookmark"}], "image": {"id": "16409ad0-9c44-4f01-8715-39b8c49ded77", "links": [{"href": "http://172.30.9.27:8774/images/16409ad0-9c44-4f01-8715-39b8c49ded77", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f51a0930-fa84-4a4d-91d6-cbbe99820400", "links": [{"href": "http://172.30.9.27:8774/flavors/f51a0930-fa84-4a4d-91d6-cbbe99820400", "rel": "bookmark"}]}, "id": "8188c32d-c6fd-4622-87f6-7b66d57af642", "security_groups": [{"name": "singlevm2-sg_0323a3f9-35a4-429f-a839-5b0232c14e8d"}], "user_id": "11011531c3104c10bdb52cb0c06624a0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T17:29:35Z", "hostId": "221c98787362e41ac0dd6a5a7c9cfccb4d6dd2ca83cec792228801c7", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_0323a3f9-35a4-429f-a839-5b0232c14e8d", "name": "singlevm2-vm_0323a3f9-35a4-429f-a839-5b0232c14e8d", "created": "2018-08-15T17:29:32Z", "tenant_id": "54003b774041446394371277615b9621", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 17:29:38,927 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-618028bf-7c96-404b-9dc0-745604cf9559 2018-08-15 17:29:38,928 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.472925186157s 2018-08-15 17:29:38,928 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-618028bf-7c96-404b-9dc0-745604cf9559 2018-08-15 17:29:38,932 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 17:29:40,934 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 17:29:40,937 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e2f69fa41ba01aa2b9636230ef1c5e52b133b760" 2018-08-15 17:29:42,163 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:29: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-589aefa0-9306-4d0e-b82d-70362df462c6 x-compute-request-id: req-589aefa0-9306-4d0e-b82d-70362df462c6 Content-Encoding: gzip Content-Length: 739 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"singlevm2-net_0323a3f9-35a4-429f-a839-5b0232c14e8d": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e8:c1:f0", "version": 4, "addr": "192.168.120.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/8188c32d-c6fd-4622-87f6-7b66d57af642", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/8188c32d-c6fd-4622-87f6-7b66d57af642", "rel": "bookmark"}], "image": {"id": "16409ad0-9c44-4f01-8715-39b8c49ded77", "links": [{"href": "http://172.30.9.27:8774/images/16409ad0-9c44-4f01-8715-39b8c49ded77", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T17:29:39.000000", "flavor": {"id": "f51a0930-fa84-4a4d-91d6-cbbe99820400", "links": [{"href": "http://172.30.9.27:8774/flavors/f51a0930-fa84-4a4d-91d6-cbbe99820400", "rel": "bookmark"}]}, "id": "8188c32d-c6fd-4622-87f6-7b66d57af642", "security_groups": [{"name": "singlevm2-sg_0323a3f9-35a4-429f-a839-5b0232c14e8d"}], "user_id": "11011531c3104c10bdb52cb0c06624a0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T17:29:39Z", "hostId": "221c98787362e41ac0dd6a5a7c9cfccb4d6dd2ca83cec792228801c7", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_0323a3f9-35a4-429f-a839-5b0232c14e8d", "name": "singlevm2-vm_0323a3f9-35a4-429f-a839-5b0232c14e8d", "created": "2018-08-15T17:29:32Z", "tenant_id": "54003b774041446394371277615b9621", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 17:29:42,164 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-589aefa0-9306-4d0e-b82d-70362df462c6 2018-08-15 17:29:42,164 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.22911882401s 2018-08-15 17:29:42,164 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-589aefa0-9306-4d0e-b82d-70362df462c6 2018-08-15 17:29:42,168 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-15 17:29:42,169 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/ports.json?device_id=8188c32d-c6fd-4622-87f6-7b66d57af642" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e2f69fa41ba01aa2b9636230ef1c5e52b133b760" 2018-08-15 17:29:42,214 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-109cc199-9581-4f5e-99f4-98be30e5aa13 Date: Wed, 15 Aug 2018 17:29:42 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"be162890-fdc3-46ae-b540-74b940845d82","tenant_id":"54003b774041446394371277615b9621","created_at":"2018-08-15T17:29:36Z","admin_state_up":true,"updated_at":"2018-08-15T17:29:39Z","binding:vnic_type":"normal","device_id":"8188c32d-c6fd-4622-87f6-7b66d57af642","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:e8:c1:f0","id":"42e9bf9e-78dd-4d38-9573-85a6f18c5924","port_security_enabled":true,"project_id":"54003b774041446394371277615b9621","fixed_ips":[{"subnet_id":"147e8905-dd15-4ac0-9996-9fff094859de","ip_address":"192.168.120.4"}],"extra_dhcp_opts":[],"security_groups":["0b47915e-969b-4814-a353-4053d95f42f0"],"name":""}]} 2018-08-15 17:29:42,215 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=8188c32d-c6fd-4622-87f6-7b66d57af642 used request id req-109cc199-9581-4f5e-99f4-98be30e5aa13 2018-08-15 17:29:42,215 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0462961196899s 2018-08-15 17:29:42,215 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=8188c32d-c6fd-4622-87f6-7b66d57af642 used request id req-109cc199-9581-4f5e-99f4-98be30e5aa13 2018-08-15 17:29:42,220 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-15 17:29:42,221 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/floatingips.json?port_id=42e9bf9e-78dd-4d38-9573-85a6f18c5924" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e2f69fa41ba01aa2b9636230ef1c5e52b133b760" 2018-08-15 17:29:42,269 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-9079cf23-13c1-4653-81dc-3a49c5dd5a75 Date: Wed, 15 Aug 2018 17:29:42 GMT RESP BODY: {"floatingips": []} 2018-08-15 17:29:42,269 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json?port_id=42e9bf9e-78dd-4d38-9573-85a6f18c5924 used request id req-9079cf23-13c1-4653-81dc-3a49c5dd5a75 2018-08-15 17:29:42,269 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0484850406647s 2018-08-15 17:29:42,269 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json?port_id=42e9bf9e-78dd-4d38-9573-85a6f18c5924 used request id req-9079cf23-13c1-4653-81dc-3a49c5dd5a75 2018-08-15 17:29:42,270 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'singlevm2-net_0323a3f9-35a4-429f-a839-5b0232c14e8d': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:e8:c1:f0', u'version': 4, u'addr': u'192.168.120.4', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'16409ad0-9c44-4f01-8715-39b8c49ded77'}), 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-15T17:29:39.000000', 'flavor': Munch({u'id': u'f51a0930-fa84-4a4d-91d6-cbbe99820400'}), 'az': u'nova', 'id': u'8188c32d-c6fd-4622-87f6-7b66d57af642', 'security_groups': [Munch({u'name': u'singlevm2-sg_0323a3f9-35a4-429f-a839-5b0232c14e8d'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'11011531c3104c10bdb52cb0c06624a0', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'54003b774041446394371277615b9621', 'name': 'singlevm2-project_0323a3f9-35a4-429f-a839-5b0232c14e8d', '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-15T17:29:39.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-15T17:29:39Z', 'hostId': u'221c98787362e41ac0dd6a5a7c9cfccb4d6dd2ca83cec792228801c7', u'OS-SRV-USG:terminated_at': None, 'key_name': u'singlevm2-kp_0323a3f9-35a4-429f-a839-5b0232c14e8d', 'public_v6': '', 'private_v4': u'192.168.120.4', 'cloud': 'envvars', 'host_id': u'221c98787362e41ac0dd6a5a7c9cfccb4d6dd2ca83cec792228801c7', '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-15T17:29:39.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'54003b774041446394371277615b9621', 'name': u'singlevm2-vm_0323a3f9-35a4-429f-a839-5b0232c14e8d', 'adminPass': u'H75zaCNjHeuA', 'tenant_id': u'54003b774041446394371277615b9621', 'created_at': u'2018-08-15T17:29:32Z', 'created': u'2018-08-15T17:29:32Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-15 17:29:42,273 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-15 17:29:42,274 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e2f69fa41ba01aa2b9636230ef1c5e52b133b760" 2018-08-15 17:29:42,357 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-ae6907a9-0556-465c-bdc7-ac5e0a429b9c Date: Wed, 15 Aug 2018 17:29: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":["147e8905-dd15-4ac0-9996-9fff094859de"],"updated_at":"2018-08-15T17:29:23Z","tenant_id":"54003b774041446394371277615b9621","created_at":"2018-08-15T17:29:23Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"54003b774041446394371277615b9621","id":"be162890-fdc3-46ae-b540-74b940845d82","name":"singlevm2-net_0323a3f9-35a4-429f-a839-5b0232c14e8d"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["3ef75223-733d-425d-bb3e-88e8a796bebc"],"updated_at":"2018-08-15T17:16:30Z","tenant_id":"d2c267e1fee9461ba5e64a915b9518f5","created_at":"2018-08-15T17:16:26Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"d2c267e1fee9461ba5e64a915b9518f5","id":"fc8ca119-27ab-4070-99fa-a2993d11ee48","name":"external"}]} 2018-08-15 17:29:42,357 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-ae6907a9-0556-465c-bdc7-ac5e0a429b9c 2018-08-15 17:29:42,357 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0842971801758s 2018-08-15 17:29:42,358 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-ae6907a9-0556-465c-bdc7-ac5e0a429b9c 2018-08-15 17:29:42,359 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-15 17:29:42,359 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/ports.json?device_id=8188c32d-c6fd-4622-87f6-7b66d57af642" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e2f69fa41ba01aa2b9636230ef1c5e52b133b760" 2018-08-15 17:29:42,405 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-f4769cc3-159a-4a5b-a619-644220bcbdce Date: Wed, 15 Aug 2018 17:29:42 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"be162890-fdc3-46ae-b540-74b940845d82","tenant_id":"54003b774041446394371277615b9621","created_at":"2018-08-15T17:29:36Z","admin_state_up":true,"updated_at":"2018-08-15T17:29:39Z","binding:vnic_type":"normal","device_id":"8188c32d-c6fd-4622-87f6-7b66d57af642","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:e8:c1:f0","id":"42e9bf9e-78dd-4d38-9573-85a6f18c5924","port_security_enabled":true,"project_id":"54003b774041446394371277615b9621","fixed_ips":[{"subnet_id":"147e8905-dd15-4ac0-9996-9fff094859de","ip_address":"192.168.120.4"}],"extra_dhcp_opts":[],"security_groups":["0b47915e-969b-4814-a353-4053d95f42f0"],"name":""}]} 2018-08-15 17:29:42,405 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=8188c32d-c6fd-4622-87f6-7b66d57af642 used request id req-f4769cc3-159a-4a5b-a619-644220bcbdce 2018-08-15 17:29:42,405 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0462429523468s 2018-08-15 17:29:42,406 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=8188c32d-c6fd-4622-87f6-7b66d57af642 used request id req-f4769cc3-159a-4a5b-a619-644220bcbdce 2018-08-15 17:29:42,406 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-08-15 17:29:42,407 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e2f69fa41ba01aa2b9636230ef1c5e52b133b760" -d '{"floatingip": {"floating_network_id": "fc8ca119-27ab-4070-99fa-a2993d11ee48", "fixed_ip_address": "192.168.120.4", "port_id": "42e9bf9e-78dd-4d38-9573-85a6f18c5924"}}' 2018-08-15 17:29:44,210 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 553 X-Openstack-Request-Id: req-0b4523fa-f3d7-452b-8ab0-d5aaa0b9d331 Date: Wed, 15 Aug 2018 17:29:44 GMT RESP BODY: {"floatingip": {"router_id": "323efa94-5f60-4ab9-818a-f118f22b3df8", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-15T17:29:43Z", "floating_network_id": "fc8ca119-27ab-4070-99fa-a2993d11ee48", "fixed_ip_address": "192.168.120.4", "floating_ip_address": "172.30.9.206", "revision_number": 0, "port_id": "42e9bf9e-78dd-4d38-9573-85a6f18c5924", "id": "adbf0a2d-ccbe-44a3-a46a-4d2974fb11dd", "tenant_id": "54003b774041446394371277615b9621", "created_at": "2018-08-15T17:29:43Z", "project_id": "54003b774041446394371277615b9621"}} 2018-08-15 17:29:44,210 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-0b4523fa-f3d7-452b-8ab0-d5aaa0b9d331 2018-08-15 17:29:44,210 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.80363607407s 2018-08-15 17:29:44,210 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-0b4523fa-f3d7-452b-8ab0-d5aaa0b9d331 2018-08-15 17:29:44,218 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-15 17:29:44,218 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e2f69fa41ba01aa2b9636230ef1c5e52b133b760" 2018-08-15 17:29:44,277 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 556 X-Openstack-Request-Id: req-d81198e2-4e15-4192-8954-21e5085e150a Date: Wed, 15 Aug 2018 17:29:44 GMT RESP BODY: {"floatingips": [{"router_id": "323efa94-5f60-4ab9-818a-f118f22b3df8", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-15T17:29:43Z", "floating_network_id": "fc8ca119-27ab-4070-99fa-a2993d11ee48", "fixed_ip_address": "192.168.120.4", "floating_ip_address": "172.30.9.206", "revision_number": 0, "port_id": "42e9bf9e-78dd-4d38-9573-85a6f18c5924", "id": "adbf0a2d-ccbe-44a3-a46a-4d2974fb11dd", "tenant_id": "54003b774041446394371277615b9621", "created_at": "2018-08-15T17:29:43Z", "project_id": "54003b774041446394371277615b9621"}]} 2018-08-15 17:29:44,277 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-d81198e2-4e15-4192-8954-21e5085e150a 2018-08-15 17:29:44,277 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0589051246643s 2018-08-15 17:29:44,277 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-d81198e2-4e15-4192-8954-21e5085e150a 2018-08-15 17:29:44,281 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'323efa94-5f60-4ab9-818a-f118f22b3df8', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'54003b774041446394371277615b9621', 'created_at': u'2018-08-15T17:29:43Z', 'attached': True, 'updated_at': u'2018-08-15T17:29:43Z', 'id': u'adbf0a2d-ccbe-44a3-a46a-4d2974fb11dd', 'floating_network_id': u'fc8ca119-27ab-4070-99fa-a2993d11ee48', 'fixed_ip_address': u'192.168.120.4', 'floating_ip_address': u'172.30.9.206', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'54003b774041446394371277615b9621', 'name': 'singlevm2-project_0323a3f9-35a4-429f-a839-5b0232c14e8d', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'323efa94-5f60-4ab9-818a-f118f22b3df8', 'project_id': u'54003b774041446394371277615b9621', 'port_id': u'42e9bf9e-78dd-4d38-9573-85a6f18c5924', 'port': u'42e9bf9e-78dd-4d38-9573-85a6f18c5924', 'network': u'fc8ca119-27ab-4070-99fa-a2993d11ee48'}) 2018-08-15 17:29:44,282 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-15 17:29:44,285 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/8188c32d-c6fd-4622-87f6-7b66d57af642/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}e2f69fa41ba01aa2b9636230ef1c5e52b133b760" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-15 17:29:44,351 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:29: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-73e3f1f3-cc8d-4b24-892e-79dc7b117428 x-compute-request-id: req-73e3f1f3-cc8d-4b24-892e-79dc7b117428 Content-Encoding: gzip Content-Length: 7957 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 508312336 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.183283] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.185535] pid_max: default: 32768 minimum: 301\n[ 0.186759] ACPI: Core revision 20150930\n[ 0.188432] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.190213] Security Framework initialized\n[ 0.191324] Yama: becoming mindful.\n[ 0.192321] AppArmor: AppArmor initialized\n[ 0.193476] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.195235] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.196927] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.198560] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.200421] Initializing cgroup subsys io\n[ 0.201532] Initializing cgroup subsys memory\n[ 0.202707] Initializing cgroup subsys devices\n[ 0.203895] Initializing cgroup subsys freezer\n[ 0.205071] Initializing cgroup subsys net_cls\n[ 0.206272] Initializing cgroup subsys perf_event\n[ 0.207505] Initializing cgroup subsys net_prio\n[ 0.208699] Initializing cgroup subsys hugetlb\n[ 0.209881] Initializing cgroup subsys pids\n[ 0.211052] CPU: Physical Processor ID: 0\n[ 0.212841] mce: CPU supports 10 MCE banks\n[ 0.213999] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.215362] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.230511] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.237375] ftrace: allocating 31920 entries in 125 pages\n[ 0.263811] smpboot: Max logical packages: 1\n[ 0.264965] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.266839] x2apic enabled\n[ 0.267966] Switched APIC routing to physical x2apic.\n[ 0.270421] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.271935] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.274652] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.277089] KVM setup paravirtual spinlock\n[ 0.278725] x86: Booted up 1 node, 1 CPUs\n[ 0.279821] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.281694] devtmpfs: initialized\n[ 0.283676] evm: security.selinux\n[ 0.284621] evm: security.SMACK64\n[ 0.285572] evm: security.SMACK64EXEC\n[ 0.286587] evm: security.SMACK64TRANSMUTE\n[ 0.287687] evm: security.SMACK64MMAP\n[ 0.288698] evm: security.ima\n[ 0.289576] evm: security.capability\n[ 0.290654] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.293159] pinctrl core: initialized pinctrl subsystem\n[ 0.294644] RTC time: 17:29:40, date: 08/15/18\n[ 0.295938] NET: Registered protocol family 16\n[ 0.297262] cpuidle: using governor ladder\n[ 0.298373] cpuidle: using governor menu\n[ 0.299457] PCCT header not found.\n[ 0.300476] ACPI: bus type PCI registered\n[ 0.301569] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.303234] PCI: Using configuration type 1 for base access\n[ 0.305395] ACPI: Added _OSI(Module Device)\n[ 0.306540] ACPI: Added _OSI(Processor Device)\n[ 0.307708] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.308929] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.311092] ACPI: Interpreter enabled\n[ 0.312137] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.314653] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.317145] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.319650] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.322140] ACPI: (supports S0 S5)\n[ 0.323101] ACPI: Using IOAPIC for interrupt routing\n[ 0.324361] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.328151] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.329696] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.331363] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.332965] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.335925] acpiphp: Slot [3] registered\n[ 0.337011] acpiphp: Slot [4] registered\n[ 0.338091] acpiphp: Slot [5] registered\n[ 0.339176] acpiphp: Slot [6] registered\n[ 0.340259] acpiphp: Slot [7] registered\n[ 0.341345] acpiphp: Slot [8] registered\n[ 0.342418] acpiphp: Slot [9] registered\n[ 0.343497] acpiphp: Slot [10] registered\n[ 0.344599] acpiphp: Slot [11] registered\n[ 0.345698] acpiphp: Slot [12] registered\n[ 0.346789] acpiphp: Slot [13] registered\n[ 0.347880] acpiphp: Slot [14] registered\n[ 0.348982] acpiphp: Slot [15] registered\n[ 0.364149] acpiphp: Slot [16] registered\n[ 0.365301] acpiphp: Slot [17] registered\n[ 0.366401] acpiphp: Slot [18] registered\n[ 0.367496] acpiphp: Slot [19] registered\n[ 0.368598] acpiphp: Slot [20] registered\n[ 0.369695] acpiphp: Slot [21] registered\n[ 0.370787] acpiphp: Slot [22] registered\n[ 0.371878] acpiphp: Slot [23] registered\n[ 0.372982] acpiphp: Slot [24] registered\n[ 0.374090] acpiphp: Slot [25] registered\n[ 0.375182] acpiphp: Slot [26] registered\n[ 0.376273] acpiphp: Slot [27] registered\n[ 0.377373] acpiphp: Slot [28] registered\n[ 0.378477] acpiphp: Slot [29] registered\n[ 0.379579] acpiphp: Slot [30] registered\n[ 0.380685] acpiphp: Slot [31] registered\n[ 0.381796] PCI host bridge to bus 0000:00\n[ 0.382895] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.384523] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.386158] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.388127] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.390587] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.392586] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.396578] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.398259] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.399876] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.401634] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.406198] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.408162] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.430111] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.432104] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.434035] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.435932] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.438223] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.439976] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.441808] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.443246] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.445378] vgaarb: loaded\n[ 0.446202] vgaarb: bridge control possible 0000:00:02.0\n[ 0.447867] SCSI subsystem initialized\n[ 0.449139] ACPI: bus type USB registered\n[ 0.450394] usbcore: registered new interface driver usbfs\n[ 0.451877] usbcore: registered new interface driver hub\n[ 0.453684] usbcore: registered new device driver usb\n[ 0.455249] PCI: Using ACPI for IRQ routing\n[ 0.457100] NetLabel: Initializing\n[ 0.458100] NetLabel: domain hash size = 128\n[ 0.459318] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.460654] NetLabel: unlabeled traffic allowed by default\n[ 0.462239] clocksource: Switched to clocksource kvm-clock\n[ 0.472872] AppArmor: AppArmor Filesystem Enabled\n[ 0.474417] pnp: PnP ACPI init\n[ 0.475746] pnp: PnP ACPI: found 5 devices\n[ 0.482757] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.485263] NET: Registered protocol family 2\n[ 0.486780] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.488651] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.490419] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.492160] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.493745] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.495431] NET: Registered protocol family 1\n[ 0.496714] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.498309] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.499855] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.514381] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.529174] Trying to unpack rootfs image as initramfs...\n[ 0.592117] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.599232] Scanning for low memory corruption every 60 seconds\n[ 0.602548] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.604307] audit: initializing netlink subsys (disabled)\n[ 0.605971] audit: type=2000 audit(1534354180.650:1): initialized\n[ 0.608338] Initialise system trusted keyring\n[ 0.609973] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.611659] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.614717] zbud: loaded\n[ 0.615855] VFS: Disk quotas dquot_6.6.0\n[ 0.617080] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.619545] fuse init (API version 7.23)\n[ 0.620866] Key type big_key registered\n[ 0.622044] Allocating IMA MOK and blacklist keyrings.\n[ 0.623895] Key type asymmetric registered\n[ 0.625110] Asymmetric key parser 'x509' registered\n[ 0.626551] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.628771] io scheduler noop registered\n[ 0.629927] io scheduler deadline registered (default)\n[ 0.631396] io scheduler cfq registered\n[ 0.632745] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.634280] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.636260] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.638392] ACPI: Power Button [PWRF]\n[ 0.639829] GHES: HEST is not enabled!\n[ 0.654116] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.683236] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.686155] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.709789] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.712915] Linux agpgart interface v0.103\n[ 0.716818] brd: module loaded\n[ 0.719201] loop: module loaded\n[ 0.724132] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.726124] GPT:90111 != 2097151\n[ 0.727061] GPT:Alternate GPT header not at the end of the disk.\n[ 0.728553] GPT:90111 != 2097151\n[ 0.729483] GPT: Use GNU Parted to correct GPT errors.\n[ 0.730794] vda: vda1 vda15\n[ 0.732725] scsi host0: ata_piix\n[ 0.733804] scsi host1: ata_piix\n[ 0.734817] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.736454] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.738700] libphy: Fixed MDIO Bus: probed\n[ 0.739822] tun: Universal TUN/TAP device driver, 1.6\n[ 0.741109] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.744217] PPP generic driver version 2.4.2\n[ 0.745501] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.747179] ehci-pci: EHCI PCI platform driver\n[ 0.748397] ehci-platform: EHCI generic platform driver\n[ 0.749928] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.751804] ohci-pci: OHCI PCI platform driver\n[ 0.753261] ohci-platform: OHCI generic platform driver\n[ 0.754913] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.769890] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.771573] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.773994] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.775635] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.777578] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.779601] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.781910] usb usb1: Product: UHCI Host Controller\n[ 0.783556] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.785411] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.786974] hub 1-0:1.0: USB hub found\n[ 0.788251] hub 1-0:1.0: 2 ports detected\n[ 0.789815] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.793130] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.794690] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.796352] mousedev: PS/2 mouse device common for all mice\n[ 0.798345] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.801254] rtc_cmos 00:00: RTC can wake from S4\n[ 0.803070] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.805065] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.806799] i2c /dev entries driver\n[ 0.807915] device-mapper: uevent: version 1.0.3\n[ 0.809321] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.811698] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.813656] NET: Registered protocol family 10\n[ 0.815287] NET: Registered protocol family 17\n[ 0.816546] Key type dns_resolver registered\n[ 0.817903] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.819446] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.821969] registered taskstats version 1\n[ 0.823172] Loading compiled-in X.509 certificates\n[ 0.825047] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.827678] zswap: loaded using pool lzo/zbud\n[ 0.829888] Key type trusted registered\n[ 0.832135] Key type encrypted registered\n[ 0.833300] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.834778] ima: No TPM chip found, activating TPM-bypass!\n[ 0.836233] evm: HMAC attrs: 0x1\n[ 0.837584] Magic number: 14:867:491\n[ 0.838840] rtc_cmos 00:00: setting system clock to 2018-08-15 17:29:41 UTC (1534354181)\n[ 0.841111] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.842683] EDD information not available.\n[ 0.895975] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.912388] Write protecting the kernel read-only data: 14336k\n[ 0.915430] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.917949] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.70\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.82\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.072602] 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.4...\nLease of 192.168.120.4 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-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: "} 2018-08-15 17:29:44,352 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/8188c32d-c6fd-4622-87f6-7b66d57af642/action used request id req-73e3f1f3-cc8d-4b24-892e-79dc7b117428 2018-08-15 17:29:44,352 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.069962978363s 2018-08-15 17:29:44,353 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/8188c32d-c6fd-4622-87f6-7b66d57af642/action used request id req-73e3f1f3-cc8d-4b24-892e-79dc7b117428 2018-08-15 17:29:44,353 - 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 508312336 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.183283] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.185535] pid_max: default: 32768 minimum: 301 [ 0.186759] ACPI: Core revision 20150930 [ 0.188432] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.190213] Security Framework initialized [ 0.191324] Yama: becoming mindful. [ 0.192321] AppArmor: AppArmor initialized [ 0.193476] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.195235] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.196927] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.198560] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.200421] Initializing cgroup subsys io [ 0.201532] Initializing cgroup subsys memory [ 0.202707] Initializing cgroup subsys devices [ 0.203895] Initializing cgroup subsys freezer [ 0.205071] Initializing cgroup subsys net_cls [ 0.206272] Initializing cgroup subsys perf_event [ 0.207505] Initializing cgroup subsys net_prio [ 0.208699] Initializing cgroup subsys hugetlb [ 0.209881] Initializing cgroup subsys pids [ 0.211052] CPU: Physical Processor ID: 0 [ 0.212841] mce: CPU supports 10 MCE banks [ 0.213999] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.215362] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.230511] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.237375] ftrace: allocating 31920 entries in 125 pages [ 0.263811] smpboot: Max logical packages: 1 [ 0.264965] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.266839] x2apic enabled [ 0.267966] Switched APIC routing to physical x2apic. [ 0.270421] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.271935] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.274652] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.277089] KVM setup paravirtual spinlock [ 0.278725] x86: Booted up 1 node, 1 CPUs [ 0.279821] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.281694] devtmpfs: initialized [ 0.283676] evm: security.selinux [ 0.284621] evm: security.SMACK64 [ 0.285572] evm: security.SMACK64EXEC [ 0.286587] evm: security.SMACK64TRANSMUTE [ 0.287687] evm: security.SMACK64MMAP [ 0.288698] evm: security.ima [ 0.289576] evm: security.capability [ 0.290654] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.293159] pinctrl core: initialized pinctrl subsystem [ 0.294644] RTC time: 17:29:40, date: 08/15/18 [ 0.295938] NET: Registered protocol family 16 [ 0.297262] cpuidle: using governor ladder [ 0.298373] cpuidle: using governor menu [ 0.299457] PCCT header not found. [ 0.300476] ACPI: bus type PCI registered [ 0.301569] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.303234] PCI: Using configuration type 1 for base access [ 0.305395] ACPI: Added _OSI(Module Device) [ 0.306540] ACPI: Added _OSI(Processor Device) [ 0.307708] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.308929] ACPI: Added _OSI(Processor Aggregator Device) [ 0.311092] ACPI: Interpreter enabled [ 0.312137] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.314653] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.317145] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.319650] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.322140] ACPI: (supports S0 S5) [ 0.323101] ACPI: Using IOAPIC for interrupt routing [ 0.324361] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.328151] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.329696] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.331363] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.332965] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.335925] acpiphp: Slot [3] registered [ 0.337011] acpiphp: Slot [4] registered [ 0.338091] acpiphp: Slot [5] registered [ 0.339176] acpiphp: Slot [6] registered [ 0.340259] acpiphp: Slot [7] registered [ 0.341345] acpiphp: Slot [8] registered [ 0.342418] acpiphp: Slot [9] registered [ 0.343497] acpiphp: Slot [10] registered [ 0.344599] acpiphp: Slot [11] registered [ 0.345698] acpiphp: Slot [12] registered [ 0.346789] acpiphp: Slot [13] registered [ 0.347880] acpiphp: Slot [14] registered [ 0.348982] acpiphp: Slot [15] registered [ 0.364149] acpiphp: Slot [16] registered [ 0.365301] acpiphp: Slot [17] registered [ 0.366401] acpiphp: Slot [18] registered [ 0.367496] acpiphp: Slot [19] registered [ 0.368598] acpiphp: Slot [20] registered [ 0.369695] acpiphp: Slot [21] registered [ 0.370787] acpiphp: Slot [22] registered [ 0.371878] acpiphp: Slot [23] registered [ 0.372982] acpiphp: Slot [24] registered [ 0.374090] acpiphp: Slot [25] registered [ 0.375182] acpiphp: Slot [26] registered [ 0.376273] acpiphp: Slot [27] registered [ 0.377373] acpiphp: Slot [28] registered [ 0.378477] acpiphp: Slot [29] registered [ 0.379579] acpiphp: Slot [30] registered [ 0.380685] acpiphp: Slot [31] registered [ 0.381796] PCI host bridge to bus 0000:00 [ 0.382895] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.384523] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.386158] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.388127] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.390587] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.392586] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.396578] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.398259] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.399876] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.401634] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.406198] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.408162] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.430111] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.432104] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.434035] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.435932] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.438223] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.439976] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.441808] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.443246] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.445378] vgaarb: loaded [ 0.446202] vgaarb: bridge control possible 0000:00:02.0 [ 0.447867] SCSI subsystem initialized [ 0.449139] ACPI: bus type USB registered [ 0.450394] usbcore: registered new interface driver usbfs [ 0.451877] usbcore: registered new interface driver hub [ 0.453684] usbcore: registered new device driver usb [ 0.455249] PCI: Using ACPI for IRQ routing [ 0.457100] NetLabel: Initializing [ 0.458100] NetLabel: domain hash size = 128 [ 0.459318] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.460654] NetLabel: unlabeled traffic allowed by default [ 0.462239] clocksource: Switched to clocksource kvm-clock [ 0.472872] AppArmor: AppArmor Filesystem Enabled [ 0.474417] pnp: PnP ACPI init [ 0.475746] pnp: PnP ACPI: found 5 devices [ 0.482757] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.485263] NET: Registered protocol family 2 [ 0.486780] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.488651] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.490419] TCP: Hash tables configured (established 4096 bind 4096) [ 0.492160] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.493745] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.495431] NET: Registered protocol family 1 [ 0.496714] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.498309] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.499855] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.514381] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.529174] Trying to unpack rootfs image as initramfs... [ 0.592117] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.599232] Scanning for low memory corruption every 60 seconds [ 0.602548] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.604307] audit: initializing netlink subsys (disabled) [ 0.605971] audit: type=2000 audit(1534354180.650:1): initialized [ 0.608338] Initialise system trusted keyring [ 0.609973] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.611659] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.614717] zbud: loaded [ 0.615855] VFS: Disk quotas dquot_6.6.0 [ 0.617080] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.619545] fuse init (API version 7.23) [ 0.620866] Key type big_key registered [ 0.622044] Allocating IMA MOK and blacklist keyrings. [ 0.623895] Key type asymmetric registered [ 0.625110] Asymmetric key parser 'x509' registered [ 0.626551] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.628771] io scheduler noop registered [ 0.629927] io scheduler deadline registered (default) [ 0.631396] io scheduler cfq registered [ 0.632745] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.634280] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.636260] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.638392] ACPI: Power Button [PWRF] [ 0.639829] GHES: HEST is not enabled! [ 0.654116] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.683236] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.686155] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.709789] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.712915] Linux agpgart interface v0.103 [ 0.716818] brd: module loaded [ 0.719201] loop: module loaded [ 0.724132] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.726124] GPT:90111 != 2097151 [ 0.727061] GPT:Alternate GPT header not at the end of the disk. [ 0.728553] GPT:90111 != 2097151 [ 0.729483] GPT: Use GNU Parted to correct GPT errors. [ 0.730794] vda: vda1 vda15 [ 0.732725] scsi host0: ata_piix [ 0.733804] scsi host1: ata_piix [ 0.734817] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.736454] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.738700] libphy: Fixed MDIO Bus: probed [ 0.739822] tun: Universal TUN/TAP device driver, 1.6 [ 0.741109] tun: (C) 1999-2004 Max Krasnyansky [ 0.744217] PPP generic driver version 2.4.2 [ 0.745501] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.747179] ehci-pci: EHCI PCI platform driver [ 0.748397] ehci-platform: EHCI generic platform driver [ 0.749928] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.751804] ohci-pci: OHCI PCI platform driver [ 0.753261] ohci-platform: OHCI generic platform driver [ 0.754913] uhci_hcd: USB Universal Host Controller Interface driver [ 0.769890] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.771573] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.773994] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.775635] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.777578] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.779601] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.781910] usb usb1: Product: UHCI Host Controller [ 0.783556] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.785411] usb usb1: SerialNumber: 0000:00:01.2 [ 0.786974] hub 1-0:1.0: USB hub found [ 0.788251] hub 1-0:1.0: 2 ports detected [ 0.789815] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.793130] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.794690] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.796352] mousedev: PS/2 mouse device common for all mice [ 0.798345] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.801254] rtc_cmos 00:00: RTC can wake from S4 [ 0.803070] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.805065] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.806799] i2c /dev entries driver [ 0.807915] device-mapper: uevent: version 1.0.3 [ 0.809321] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.811698] ledtrig-cpu: registered to indicate activity on CPUs [ 0.813656] NET: Registered protocol family 10 [ 0.815287] NET: Registered protocol family 17 [ 0.816546] Key type dns_resolver registered [ 0.817903] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.819446] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.821969] registered taskstats version 1 [ 0.823172] Loading compiled-in X.509 certificates [ 0.825047] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.827678] zswap: loaded using pool lzo/zbud [ 0.829888] Key type trusted registered [ 0.832135] Key type encrypted registered [ 0.833300] AppArmor: AppArmor sha1 policy hashing enabled [ 0.834778] ima: No TPM chip found, activating TPM-bypass! [ 0.836233] evm: HMAC attrs: 0x1 [ 0.837584] Magic number: 14:867:491 [ 0.838840] rtc_cmos 00:00: setting system clock to 2018-08-15 17:29:41 UTC (1534354181) [ 0.841111] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.842683] EDD information not available. [ 0.895975] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.912388] Write protecting the kernel read-only data: 14336k [ 0.915430] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.917949] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.70 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.82 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.072602] 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.4... Lease of 192.168.120.4 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-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: 2018-08-15 17:29:45,356 - functest.core.singlevm - DEBUG - try 1: cannot connect to 172.30.9.206: timed out 2018-08-15 17:29:54,366 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-15 17:29:54,369 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/8188c32d-c6fd-4622-87f6-7b66d57af642/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}e2f69fa41ba01aa2b9636230ef1c5e52b133b760" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-15 17:29:54,467 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:29:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fa6876d9-47a1-46ce-8936-8be511477c3e x-compute-request-id: req-fa6876d9-47a1-46ce-8936-8be511477c3e Content-Encoding: gzip Content-Length: 9586 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 508312336 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.183283] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.185535] pid_max: default: 32768 minimum: 301\n[ 0.186759] ACPI: Core revision 20150930\n[ 0.188432] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.190213] Security Framework initialized\n[ 0.191324] Yama: becoming mindful.\n[ 0.192321] AppArmor: AppArmor initialized\n[ 0.193476] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.195235] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.196927] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.198560] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.200421] Initializing cgroup subsys io\n[ 0.201532] Initializing cgroup subsys memory\n[ 0.202707] Initializing cgroup subsys devices\n[ 0.203895] Initializing cgroup subsys freezer\n[ 0.205071] Initializing cgroup subsys net_cls\n[ 0.206272] Initializing cgroup subsys perf_event\n[ 0.207505] Initializing cgroup subsys net_prio\n[ 0.208699] Initializing cgroup subsys hugetlb\n[ 0.209881] Initializing cgroup subsys pids\n[ 0.211052] CPU: Physical Processor ID: 0\n[ 0.212841] mce: CPU supports 10 MCE banks\n[ 0.213999] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.215362] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.230511] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.237375] ftrace: allocating 31920 entries in 125 pages\n[ 0.263811] smpboot: Max logical packages: 1\n[ 0.264965] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.266839] x2apic enabled\n[ 0.267966] Switched APIC routing to physical x2apic.\n[ 0.270421] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.271935] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.274652] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.277089] KVM setup paravirtual spinlock\n[ 0.278725] x86: Booted up 1 node, 1 CPUs\n[ 0.279821] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.281694] devtmpfs: initialized\n[ 0.283676] evm: security.selinux\n[ 0.284621] evm: security.SMACK64\n[ 0.285572] evm: security.SMACK64EXEC\n[ 0.286587] evm: security.SMACK64TRANSMUTE\n[ 0.287687] evm: security.SMACK64MMAP\n[ 0.288698] evm: security.ima\n[ 0.289576] evm: security.capability\n[ 0.290654] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.293159] pinctrl core: initialized pinctrl subsystem\n[ 0.294644] RTC time: 17:29:40, date: 08/15/18\n[ 0.295938] NET: Registered protocol family 16\n[ 0.297262] cpuidle: using governor ladder\n[ 0.298373] cpuidle: using governor menu\n[ 0.299457] PCCT header not found.\n[ 0.300476] ACPI: bus type PCI registered\n[ 0.301569] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.303234] PCI: Using configuration type 1 for base access\n[ 0.305395] ACPI: Added _OSI(Module Device)\n[ 0.306540] ACPI: Added _OSI(Processor Device)\n[ 0.307708] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.308929] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.311092] ACPI: Interpreter enabled\n[ 0.312137] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.314653] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.317145] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.319650] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.322140] ACPI: (supports S0 S5)\n[ 0.323101] ACPI: Using IOAPIC for interrupt routing\n[ 0.324361] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.328151] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.329696] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.331363] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.332965] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.335925] acpiphp: Slot [3] registered\n[ 0.337011] acpiphp: Slot [4] registered\n[ 0.338091] acpiphp: Slot [5] registered\n[ 0.339176] acpiphp: Slot [6] registered\n[ 0.340259] acpiphp: Slot [7] registered\n[ 0.341345] acpiphp: Slot [8] registered\n[ 0.342418] acpiphp: Slot [9] registered\n[ 0.343497] acpiphp: Slot [10] registered\n[ 0.344599] acpiphp: Slot [11] registered\n[ 0.345698] acpiphp: Slot [12] registered\n[ 0.346789] acpiphp: Slot [13] registered\n[ 0.347880] acpiphp: Slot [14] registered\n[ 0.348982] acpiphp: Slot [15] registered\n[ 0.364149] acpiphp: Slot [16] registered\n[ 0.365301] acpiphp: Slot [17] registered\n[ 0.366401] acpiphp: Slot [18] registered\n[ 0.367496] acpiphp: Slot [19] registered\n[ 0.368598] acpiphp: Slot [20] registered\n[ 0.369695] acpiphp: Slot [21] registered\n[ 0.370787] acpiphp: Slot [22] registered\n[ 0.371878] acpiphp: Slot [23] registered\n[ 0.372982] acpiphp: Slot [24] registered\n[ 0.374090] acpiphp: Slot [25] registered\n[ 0.375182] acpiphp: Slot [26] registered\n[ 0.376273] acpiphp: Slot [27] registered\n[ 0.377373] acpiphp: Slot [28] registered\n[ 0.378477] acpiphp: Slot [29] registered\n[ 0.379579] acpiphp: Slot [30] registered\n[ 0.380685] acpiphp: Slot [31] registered\n[ 0.381796] PCI host bridge to bus 0000:00\n[ 0.382895] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.384523] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.386158] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.388127] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.390587] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.392586] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.396578] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.398259] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.399876] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.401634] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.406198] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.408162] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.430111] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.432104] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.434035] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.435932] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.438223] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.439976] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.441808] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.443246] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.445378] vgaarb: loaded\n[ 0.446202] vgaarb: bridge control possible 0000:00:02.0\n[ 0.447867] SCSI subsystem initialized\n[ 0.449139] ACPI: bus type USB registered\n[ 0.450394] usbcore: registered new interface driver usbfs\n[ 0.451877] usbcore: registered new interface driver hub\n[ 0.453684] usbcore: registered new device driver usb\n[ 0.455249] PCI: Using ACPI for IRQ routing\n[ 0.457100] NetLabel: Initializing\n[ 0.458100] NetLabel: domain hash size = 128\n[ 0.459318] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.460654] NetLabel: unlabeled traffic allowed by default\n[ 0.462239] clocksource: Switched to clocksource kvm-clock\n[ 0.472872] AppArmor: AppArmor Filesystem Enabled\n[ 0.474417] pnp: PnP ACPI init\n[ 0.475746] pnp: PnP ACPI: found 5 devices\n[ 0.482757] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.485263] NET: Registered protocol family 2\n[ 0.486780] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.488651] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.490419] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.492160] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.493745] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.495431] NET: Registered protocol family 1\n[ 0.496714] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.498309] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.499855] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.514381] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.529174] Trying to unpack rootfs image as initramfs...\n[ 0.592117] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.599232] Scanning for low memory corruption every 60 seconds\n[ 0.602548] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.604307] audit: initializing netlink subsys (disabled)\n[ 0.605971] audit: type=2000 audit(1534354180.650:1): initialized\n[ 0.608338] Initialise system trusted keyring\n[ 0.609973] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.611659] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.614717] zbud: loaded\n[ 0.615855] VFS: Disk quotas dquot_6.6.0\n[ 0.617080] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.619545] fuse init (API version 7.23)\n[ 0.620866] Key type big_key registered\n[ 0.622044] Allocating IMA MOK and blacklist keyrings.\n[ 0.623895] Key type asymmetric registered\n[ 0.625110] Asymmetric key parser 'x509' registered\n[ 0.626551] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.628771] io scheduler noop registered\n[ 0.629927] io scheduler deadline registered (default)\n[ 0.631396] io scheduler cfq registered\n[ 0.632745] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.634280] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.636260] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.638392] ACPI: Power Button [PWRF]\n[ 0.639829] GHES: HEST is not enabled!\n[ 0.654116] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.683236] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.686155] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.709789] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.712915] Linux agpgart interface v0.103\n[ 0.716818] brd: module loaded\n[ 0.719201] loop: module loaded\n[ 0.724132] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.726124] GPT:90111 != 2097151\n[ 0.727061] GPT:Alternate GPT header not at the end of the disk.\n[ 0.728553] GPT:90111 != 2097151\n[ 0.729483] GPT: Use GNU Parted to correct GPT errors.\n[ 0.730794] vda: vda1 vda15\n[ 0.732725] scsi host0: ata_piix\n[ 0.733804] scsi host1: ata_piix\n[ 0.734817] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.736454] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.738700] libphy: Fixed MDIO Bus: probed\n[ 0.739822] tun: Universal TUN/TAP device driver, 1.6\n[ 0.741109] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.744217] PPP generic driver version 2.4.2\n[ 0.745501] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.747179] ehci-pci: EHCI PCI platform driver\n[ 0.748397] ehci-platform: EHCI generic platform driver\n[ 0.749928] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.751804] ohci-pci: OHCI PCI platform driver\n[ 0.753261] ohci-platform: OHCI generic platform driver\n[ 0.754913] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.769890] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.771573] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.773994] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.775635] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.777578] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.779601] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.781910] usb usb1: Product: UHCI Host Controller\n[ 0.783556] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.785411] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.786974] hub 1-0:1.0: USB hub found\n[ 0.788251] hub 1-0:1.0: 2 ports detected\n[ 0.789815] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.793130] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.794690] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.796352] mousedev: PS/2 mouse device common for all mice\n[ 0.798345] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.801254] rtc_cmos 00:00: RTC can wake from S4\n[ 0.803070] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.805065] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.806799] i2c /dev entries driver\n[ 0.807915] device-mapper: uevent: version 1.0.3\n[ 0.809321] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.811698] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.813656] NET: Registered protocol family 10\n[ 0.815287] NET: Registered protocol family 17\n[ 0.816546] Key type dns_resolver registered\n[ 0.817903] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.819446] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.821969] registered taskstats version 1\n[ 0.823172] Loading compiled-in X.509 certificates\n[ 0.825047] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.827678] zswap: loaded using pool lzo/zbud\n[ 0.829888] Key type trusted registered\n[ 0.832135] Key type encrypted registered\n[ 0.833300] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.834778] ima: No TPM chip found, activating TPM-bypass!\n[ 0.836233] evm: HMAC attrs: 0x1\n[ 0.837584] Magic number: 14:867:491\n[ 0.838840] rtc_cmos 00:00: setting system clock to 2018-08-15 17:29:41 UTC (1534354181)\n[ 0.841111] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.842683] EDD information not available.\n[ 0.895975] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.912388] Write protecting the kernel read-only data: 14336k\n[ 0.915430] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.917949] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.70\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.82\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.072602] 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.4...\nLease of 192.168.120.4 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-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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCAck45vJzjovGSoDXFK0zASDBdEMbIX6em5yE2MY8mNHarvXShIKy/4L/8D9a+GvwVE16S1JWBUqjwMQyUkK55XeXQi3gGCq5mIfkWBbEYEPzeFBq8iHhRjnlfswZ+TtSNYx8cKosP/w7SHYTGEL9LIXF/5eeVzK6iUvvzEOQfvr2Lkdh4oSFB9l3FDtxxI4Qoz+hLU3Z4v/4I3o5Fv2ibu0CVCKgGvfVdUrDPByYxglW3uSAthJScHG8Ub9svdB7LZl2paVnuDItxZiBwDqgnrNlr4vrdAUIPBwe07rKCawgca3cC+7VhEZBrcbT4svQao5vEPWK+bAXrBllyxmGD root@singlevm2-vm-0323a3f9-35a4-429f-a839-5b0232c14e8d\nssh-dss AAAAB3NzaC1kc3MAAACBAJ3Qi4KyAA7ZGluyvWSRCVe9dacqMadiJQY4uKBbBGnRXojurtge28RsBFGgYfLlmODZV/yiwXCG7FwOvwzr2jd5ydOSBaLGfqzEoodhJpRUElEFpWQAaQskrcBXdZycZweg6E5t4liPD7oJXH2AKOsLcm5wqLyZNSPX31yqN7/VAAAAFQCcrXFryR0kZmPuGoLBXmpNIFQmrQAAAIEAgyAHoUiZI3F87VwCo0uNh9Bcsg8yO8WbclCAyB0JdpgTE23N4xi5C3E3FRhVf/XbTXA2Rse2JaT/db6TyFKIZbN56Ve09i7DgfydiJfd7PeHLV27lkRoqQJCduKwhIJkuDfcbp3Syc6xe0SNju3NMZNZX1cpzbG/6q753b4tR4wAAACANdElHvKifhNHjecIcsKfYAC7aGyIHol4rdcCCOgsciLs3gQtOtG4jS8h6AZ2B+d/OfCqxm4UiV7KmcKSlFGKUXQDl0ctAewbbaL+Np6E5AQLKoLEUhMGNxai9coIP151kEWwJtOEta7PWqRhZH64SCoUSfu5/hOxnKJdopbi2oc= root@singlevm2-vm-0323a3f9-35a4-429f-a839-5b0232c14e8d\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.36s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.4,24,fe80::f816:3eff:fee8:c1f0/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.4 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000002\nname: N/A\navailability-zone: nova\nlocal-hostname: singlevm2-vm-0323a3f9-35a4-429f-a839-5b0232c14e8d\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=4.80 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsinglevm2-vm-0323a3f9-35a4-429f-a839-5b0232c14e8d login: "} 2018-08-15 17:29:54,468 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/8188c32d-c6fd-4622-87f6-7b66d57af642/action used request id req-fa6876d9-47a1-46ce-8936-8be511477c3e 2018-08-15 17:29:54,468 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.101680994034s 2018-08-15 17:29:54,469 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/8188c32d-c6fd-4622-87f6-7b66d57af642/action used request id req-fa6876d9-47a1-46ce-8936-8be511477c3e 2018-08-15 17:29:54,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 508312336 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.183283] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.185535] pid_max: default: 32768 minimum: 301 [ 0.186759] ACPI: Core revision 20150930 [ 0.188432] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.190213] Security Framework initialized [ 0.191324] Yama: becoming mindful. [ 0.192321] AppArmor: AppArmor initialized [ 0.193476] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.195235] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.196927] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.198560] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.200421] Initializing cgroup subsys io [ 0.201532] Initializing cgroup subsys memory [ 0.202707] Initializing cgroup subsys devices [ 0.203895] Initializing cgroup subsys freezer [ 0.205071] Initializing cgroup subsys net_cls [ 0.206272] Initializing cgroup subsys perf_event [ 0.207505] Initializing cgroup subsys net_prio [ 0.208699] Initializing cgroup subsys hugetlb [ 0.209881] Initializing cgroup subsys pids [ 0.211052] CPU: Physical Processor ID: 0 [ 0.212841] mce: CPU supports 10 MCE banks [ 0.213999] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.215362] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.230511] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.237375] ftrace: allocating 31920 entries in 125 pages [ 0.263811] smpboot: Max logical packages: 1 [ 0.264965] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.266839] x2apic enabled [ 0.267966] Switched APIC routing to physical x2apic. [ 0.270421] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.271935] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.274652] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.277089] KVM setup paravirtual spinlock [ 0.278725] x86: Booted up 1 node, 1 CPUs [ 0.279821] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.281694] devtmpfs: initialized [ 0.283676] evm: security.selinux [ 0.284621] evm: security.SMACK64 [ 0.285572] evm: security.SMACK64EXEC [ 0.286587] evm: security.SMACK64TRANSMUTE [ 0.287687] evm: security.SMACK64MMAP [ 0.288698] evm: security.ima [ 0.289576] evm: security.capability [ 0.290654] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.293159] pinctrl core: initialized pinctrl subsystem [ 0.294644] RTC time: 17:29:40, date: 08/15/18 [ 0.295938] NET: Registered protocol family 16 [ 0.297262] cpuidle: using governor ladder [ 0.298373] cpuidle: using governor menu [ 0.299457] PCCT header not found. [ 0.300476] ACPI: bus type PCI registered [ 0.301569] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.303234] PCI: Using configuration type 1 for base access [ 0.305395] ACPI: Added _OSI(Module Device) [ 0.306540] ACPI: Added _OSI(Processor Device) [ 0.307708] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.308929] ACPI: Added _OSI(Processor Aggregator Device) [ 0.311092] ACPI: Interpreter enabled [ 0.312137] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.314653] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.317145] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.319650] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.322140] ACPI: (supports S0 S5) [ 0.323101] ACPI: Using IOAPIC for interrupt routing [ 0.324361] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.328151] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.329696] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.331363] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.332965] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.335925] acpiphp: Slot [3] registered [ 0.337011] acpiphp: Slot [4] registered [ 0.338091] acpiphp: Slot [5] registered [ 0.339176] acpiphp: Slot [6] registered [ 0.340259] acpiphp: Slot [7] registered [ 0.341345] acpiphp: Slot [8] registered [ 0.342418] acpiphp: Slot [9] registered [ 0.343497] acpiphp: Slot [10] registered [ 0.344599] acpiphp: Slot [11] registered [ 0.345698] acpiphp: Slot [12] registered [ 0.346789] acpiphp: Slot [13] registered [ 0.347880] acpiphp: Slot [14] registered [ 0.348982] acpiphp: Slot [15] registered [ 0.364149] acpiphp: Slot [16] registered [ 0.365301] acpiphp: Slot [17] registered [ 0.366401] acpiphp: Slot [18] registered [ 0.367496] acpiphp: Slot [19] registered [ 0.368598] acpiphp: Slot [20] registered [ 0.369695] acpiphp: Slot [21] registered [ 0.370787] acpiphp: Slot [22] registered [ 0.371878] acpiphp: Slot [23] registered [ 0.372982] acpiphp: Slot [24] registered [ 0.374090] acpiphp: Slot [25] registered [ 0.375182] acpiphp: Slot [26] registered [ 0.376273] acpiphp: Slot [27] registered [ 0.377373] acpiphp: Slot [28] registered [ 0.378477] acpiphp: Slot [29] registered [ 0.379579] acpiphp: Slot [30] registered [ 0.380685] acpiphp: Slot [31] registered [ 0.381796] PCI host bridge to bus 0000:00 [ 0.382895] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.384523] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.386158] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.388127] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.390587] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.392586] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.396578] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.398259] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.399876] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.401634] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.406198] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.408162] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.430111] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.432104] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.434035] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.435932] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.438223] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.439976] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.441808] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.443246] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.445378] vgaarb: loaded [ 0.446202] vgaarb: bridge control possible 0000:00:02.0 [ 0.447867] SCSI subsystem initialized [ 0.449139] ACPI: bus type USB registered [ 0.450394] usbcore: registered new interface driver usbfs [ 0.451877] usbcore: registered new interface driver hub [ 0.453684] usbcore: registered new device driver usb [ 0.455249] PCI: Using ACPI for IRQ routing [ 0.457100] NetLabel: Initializing [ 0.458100] NetLabel: domain hash size = 128 [ 0.459318] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.460654] NetLabel: unlabeled traffic allowed by default [ 0.462239] clocksource: Switched to clocksource kvm-clock [ 0.472872] AppArmor: AppArmor Filesystem Enabled [ 0.474417] pnp: PnP ACPI init [ 0.475746] pnp: PnP ACPI: found 5 devices [ 0.482757] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.485263] NET: Registered protocol family 2 [ 0.486780] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.488651] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.490419] TCP: Hash tables configured (established 4096 bind 4096) [ 0.492160] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.493745] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.495431] NET: Registered protocol family 1 [ 0.496714] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.498309] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.499855] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.514381] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.529174] Trying to unpack rootfs image as initramfs... [ 0.592117] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.599232] Scanning for low memory corruption every 60 seconds [ 0.602548] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.604307] audit: initializing netlink subsys (disabled) [ 0.605971] audit: type=2000 audit(1534354180.650:1): initialized [ 0.608338] Initialise system trusted keyring [ 0.609973] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.611659] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.614717] zbud: loaded [ 0.615855] VFS: Disk quotas dquot_6.6.0 [ 0.617080] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.619545] fuse init (API version 7.23) [ 0.620866] Key type big_key registered [ 0.622044] Allocating IMA MOK and blacklist keyrings. [ 0.623895] Key type asymmetric registered [ 0.625110] Asymmetric key parser 'x509' registered [ 0.626551] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.628771] io scheduler noop registered [ 0.629927] io scheduler deadline registered (default) [ 0.631396] io scheduler cfq registered [ 0.632745] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.634280] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.636260] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.638392] ACPI: Power Button [PWRF] [ 0.639829] GHES: HEST is not enabled! [ 0.654116] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.683236] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.686155] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.709789] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.712915] Linux agpgart interface v0.103 [ 0.716818] brd: module loaded [ 0.719201] loop: module loaded [ 0.724132] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.726124] GPT:90111 != 2097151 [ 0.727061] GPT:Alternate GPT header not at the end of the disk. [ 0.728553] GPT:90111 != 2097151 [ 0.729483] GPT: Use GNU Parted to correct GPT errors. [ 0.730794] vda: vda1 vda15 [ 0.732725] scsi host0: ata_piix [ 0.733804] scsi host1: ata_piix [ 0.734817] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.736454] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.738700] libphy: Fixed MDIO Bus: probed [ 0.739822] tun: Universal TUN/TAP device driver, 1.6 [ 0.741109] tun: (C) 1999-2004 Max Krasnyansky [ 0.744217] PPP generic driver version 2.4.2 [ 0.745501] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.747179] ehci-pci: EHCI PCI platform driver [ 0.748397] ehci-platform: EHCI generic platform driver [ 0.749928] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.751804] ohci-pci: OHCI PCI platform driver [ 0.753261] ohci-platform: OHCI generic platform driver [ 0.754913] uhci_hcd: USB Universal Host Controller Interface driver [ 0.769890] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.771573] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.773994] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.775635] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.777578] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.779601] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.781910] usb usb1: Product: UHCI Host Controller [ 0.783556] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.785411] usb usb1: SerialNumber: 0000:00:01.2 [ 0.786974] hub 1-0:1.0: USB hub found [ 0.788251] hub 1-0:1.0: 2 ports detected [ 0.789815] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.793130] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.794690] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.796352] mousedev: PS/2 mouse device common for all mice [ 0.798345] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.801254] rtc_cmos 00:00: RTC can wake from S4 [ 0.803070] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.805065] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.806799] i2c /dev entries driver [ 0.807915] device-mapper: uevent: version 1.0.3 [ 0.809321] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.811698] ledtrig-cpu: registered to indicate activity on CPUs [ 0.813656] NET: Registered protocol family 10 [ 0.815287] NET: Registered protocol family 17 [ 0.816546] Key type dns_resolver registered [ 0.817903] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.819446] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.821969] registered taskstats version 1 [ 0.823172] Loading compiled-in X.509 certificates [ 0.825047] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.827678] zswap: loaded using pool lzo/zbud [ 0.829888] Key type trusted registered [ 0.832135] Key type encrypted registered [ 0.833300] AppArmor: AppArmor sha1 policy hashing enabled [ 0.834778] ima: No TPM chip found, activating TPM-bypass! [ 0.836233] evm: HMAC attrs: 0x1 [ 0.837584] Magic number: 14:867:491 [ 0.838840] rtc_cmos 00:00: setting system clock to 2018-08-15 17:29:41 UTC (1534354181) [ 0.841111] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.842683] EDD information not available. [ 0.895975] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.912388] Write protecting the kernel read-only data: 14336k [ 0.915430] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.917949] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.70 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.82 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.072602] 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.4... Lease of 192.168.120.4 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-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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCAck45vJzjovGSoDXFK0zASDBdEMbIX6em5yE2MY8mNHarvXShIKy/4L/8D9a+GvwVE16S1JWBUqjwMQyUkK55XeXQi3gGCq5mIfkWBbEYEPzeFBq8iHhRjnlfswZ+TtSNYx8cKosP/w7SHYTGEL9LIXF/5eeVzK6iUvvzEOQfvr2Lkdh4oSFB9l3FDtxxI4Qoz+hLU3Z4v/4I3o5Fv2ibu0CVCKgGvfVdUrDPByYxglW3uSAthJScHG8Ub9svdB7LZl2paVnuDItxZiBwDqgnrNlr4vrdAUIPBwe07rKCawgca3cC+7VhEZBrcbT4svQao5vEPWK+bAXrBllyxmGD root@singlevm2-vm-0323a3f9-35a4-429f-a839-5b0232c14e8d ssh-dss AAAAB3NzaC1kc3MAAACBAJ3Qi4KyAA7ZGluyvWSRCVe9dacqMadiJQY4uKBbBGnRXojurtge28RsBFGgYfLlmODZV/yiwXCG7FwOvwzr2jd5ydOSBaLGfqzEoodhJpRUElEFpWQAaQskrcBXdZycZweg6E5t4liPD7oJXH2AKOsLcm5wqLyZNSPX31yqN7/VAAAAFQCcrXFryR0kZmPuGoLBXmpNIFQmrQAAAIEAgyAHoUiZI3F87VwCo0uNh9Bcsg8yO8WbclCAyB0JdpgTE23N4xi5C3E3FRhVf/XbTXA2Rse2JaT/db6TyFKIZbN56Ve09i7DgfydiJfd7PeHLV27lkRoqQJCduKwhIJkuDfcbp3Syc6xe0SNju3NMZNZX1cpzbG/6q753b4tR4wAAACANdElHvKifhNHjecIcsKfYAC7aGyIHol4rdcCCOgsciLs3gQtOtG4jS8h6AZ2B+d/OfCqxm4UiV7KmcKSlFGKUXQDl0ctAewbbaL+Np6E5AQLKoLEUhMGNxai9coIP151kEWwJtOEta7PWqRhZH64SCoUSfu5/hOxnKJdopbi2oc= root@singlevm2-vm-0323a3f9-35a4-429f-a839-5b0232c14e8d -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.36s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.4,24,fe80::f816:3eff:fee8:c1f0/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.4 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-00000002 name: N/A availability-zone: nova local-hostname: singlevm2-vm-0323a3f9-35a4-429f-a839-5b0232c14e8d launch-index: 0 === cirros: current=0.4.0 uptime=4.80 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. singlevm2-vm-0323a3f9-35a4-429f-a839-5b0232c14e8d login: 2018-08-15 17:29:54,472 - paramiko.transport - DEBUG - starting thread (client mode): 0xdb9d6b10L 2018-08-15 17:29:54,473 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-15 17:29:54,473 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-08-15 17:29:54,473 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-08-15 17:29:54,475 - 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-15 17:29:54,475 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-15 17:29:54,475 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-08-15 17:29:54,475 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-15 17:29:54,475 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-15 17:29:54,476 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-15 17:29:54,494 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-15 17:29:54,494 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-15 17:29:54,504 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.206: cf5b0b007fc31de281819e403907bf53 2018-08-15 17:29:54,505 - paramiko.transport - DEBUG - Trying discovered key 4c6574e1f4dc0ae7ab8ba38ddf2261d3 in /tmp/tmpJP581q 2018-08-15 17:29:54,532 - paramiko.transport - DEBUG - userauth is OK 2018-08-15 17:29:54,537 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-15 17:29:54,538 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-15 17:29:54,539 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-08-15 17:29:54,539 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-15 17:29:54,540 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-15 17:29:54,541 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-15 17:29:54,542 - functest.core.singlevm - DEBUG - output: Hello World 2018-08-15 17:29:54,542 - functest.core.singlevm - DEBUG - error: 2018-08-15 17:29:54,544 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-15 17:29:54,658 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-15 17:29:54,659 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | singlevm2 | functest | 00:33 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-15 17:29:54,666 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-15 17:29:54,667 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/floatingips/adbf0a2d-ccbe-44a3-a46a-4d2974fb11dd.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e2f69fa41ba01aa2b9636230ef1c5e52b133b760" 2018-08-15 17:29:55,638 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-70a4e8d2-6396-45d6-bd96-87e04a4cdcc1 Content-Length: 0 Date: Wed, 15 Aug 2018 17:29:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-15 17:29:55,638 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/floatingips/adbf0a2d-ccbe-44a3-a46a-4d2974fb11dd.json used request id req-70a4e8d2-6396-45d6-bd96-87e04a4cdcc1 2018-08-15 17:29:55,639 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.972110033035s 2018-08-15 17:29:55,639 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/floatingips/adbf0a2d-ccbe-44a3-a46a-4d2974fb11dd.json used request id req-70a4e8d2-6396-45d6-bd96-87e04a4cdcc1 2018-08-15 17:29:55,644 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-15 17:29:55,644 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e2f69fa41ba01aa2b9636230ef1c5e52b133b760" 2018-08-15 17:29:55,690 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-73fb8eca-d004-41fd-9217-2520c4ab5faf Date: Wed, 15 Aug 2018 17:29:55 GMT RESP BODY: {"floatingips": []} 2018-08-15 17:29:55,690 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-73fb8eca-d004-41fd-9217-2520c4ab5faf 2018-08-15 17:29:55,690 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0461530685425s 2018-08-15 17:29:55,690 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-73fb8eca-d004-41fd-9217-2520c4ab5faf 2018-08-15 17:29:55,691 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-15 17:29:55,694 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/servers/8188c32d-c6fd-4622-87f6-7b66d57af642 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e2f69fa41ba01aa2b9636230ef1c5e52b133b760" 2018-08-15 17:29:55,920 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 15 Aug 2018 17:29:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e6a21667-6f9e-4b57-8aaa-7329af0256dd x-compute-request-id: req-e6a21667-6f9e-4b57-8aaa-7329af0256dd Content-Type: application/json 2018-08-15 17:29:55,920 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/servers/8188c32d-c6fd-4622-87f6-7b66d57af642 used request id req-e6a21667-6f9e-4b57-8aaa-7329af0256dd 2018-08-15 17:29:55,920 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.228788137436s 2018-08-15 17:29:55,920 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/servers/8188c32d-c6fd-4622-87f6-7b66d57af642 used request id req-e6a21667-6f9e-4b57-8aaa-7329af0256dd 2018-08-15 17:29:55,921 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 17:29:55,924 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e2f69fa41ba01aa2b9636230ef1c5e52b133b760" 2018-08-15 17:29:57,465 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:29:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-807dee53-ec73-4c2e-8615-357054eb3c83 x-compute-request-id: req-807dee53-ec73-4c2e-8615-357054eb3c83 Content-Encoding: gzip Content-Length: 742 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"singlevm2-net_0323a3f9-35a4-429f-a839-5b0232c14e8d": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e8:c1:f0", "version": 4, "addr": "192.168.120.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e8:c1:f0", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/8188c32d-c6fd-4622-87f6-7b66d57af642", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/8188c32d-c6fd-4622-87f6-7b66d57af642", "rel": "bookmark"}], "image": {"id": "16409ad0-9c44-4f01-8715-39b8c49ded77", "links": [{"href": "http://172.30.9.27:8774/images/16409ad0-9c44-4f01-8715-39b8c49ded77", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T17:29:39.000000", "flavor": {"id": "f51a0930-fa84-4a4d-91d6-cbbe99820400", "links": [{"href": "http://172.30.9.27:8774/flavors/f51a0930-fa84-4a4d-91d6-cbbe99820400", "rel": "bookmark"}]}, "id": "8188c32d-c6fd-4622-87f6-7b66d57af642", "user_id": "11011531c3104c10bdb52cb0c06624a0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T17:29:55Z", "hostId": "221c98787362e41ac0dd6a5a7c9cfccb4d6dd2ca83cec792228801c7", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_0323a3f9-35a4-429f-a839-5b0232c14e8d", "name": "singlevm2-vm_0323a3f9-35a4-429f-a839-5b0232c14e8d", "created": "2018-08-15T17:29:32Z", "tenant_id": "54003b774041446394371277615b9621", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 17:29:57,465 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-807dee53-ec73-4c2e-8615-357054eb3c83 2018-08-15 17:29:57,465 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.54409790039s 2018-08-15 17:29:57,466 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-807dee53-ec73-4c2e-8615-357054eb3c83 2018-08-15 17:29:57,467 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 17:29:59,470 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 17:29:59,473 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e2f69fa41ba01aa2b9636230ef1c5e52b133b760" 2018-08-15 17:29:59,537 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:29:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-4e57aa30-926c-4ec6-be28-0d7866c5ed22 x-compute-request-id: req-4e57aa30-926c-4ec6-be28-0d7866c5ed22 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-15 17:29:59,538 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-4e57aa30-926c-4ec6-be28-0d7866c5ed22 2018-08-15 17:29:59,538 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0675308704376s 2018-08-15 17:29:59,538 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-4e57aa30-926c-4ec6-be28-0d7866c5ed22 2018-08-15 17:29:59,541 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-15 17:29:59,542 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e2f69fa41ba01aa2b9636230ef1c5e52b133b760" 2018-08-15 17:29:59,589 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4831 X-Openstack-Request-Id: req-46f5c508-b517-4118-b2ce-d9d3612d0e88 Date: Wed, 15 Aug 2018 17:29:59 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "54003b774041446394371277615b9621", "created_at": "2018-08-15T17:29:29Z", "updated_at": "2018-08-15T17:29:30Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:29:29Z", "revision_number": 0, "id": "56fdb530-9e38-4b25-88f6-1f3e4f1d1367", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T17:29:29Z", "security_group_id": "0b47915e-969b-4814-a353-4053d95f42f0", "tenant_id": "54003b774041446394371277615b9621", "port_range_min": null, "ethertype": "IPv6", "project_id": "54003b774041446394371277615b9621"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-15T17:29:29Z", "revision_number": 0, "id": "ac7da3a4-d00c-4883-a1c3-2872b21b63a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T17:29:29Z", "security_group_id": "0b47915e-969b-4814-a353-4053d95f42f0", "tenant_id": "54003b774041446394371277615b9621", "port_range_min": 22, "ethertype": "IPv4", "project_id": "54003b774041446394371277615b9621"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:29:29Z", "revision_number": 0, "id": "e7b3b61f-0e5c-47c1-9cb5-17a7eefdc531", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T17:29:29Z", "security_group_id": "0b47915e-969b-4814-a353-4053d95f42f0", "tenant_id": "54003b774041446394371277615b9621", "port_range_min": null, "ethertype": "IPv4", "project_id": "54003b774041446394371277615b9621"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:29:30Z", "revision_number": 0, "id": "fae1a45d-33e0-4254-9f99-bd27fae5f341", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T17:29:30Z", "security_group_id": "0b47915e-969b-4814-a353-4053d95f42f0", "tenant_id": "54003b774041446394371277615b9621", "port_range_min": null, "ethertype": "IPv4", "project_id": "54003b774041446394371277615b9621"}], "revision_number": 3, "project_id": "54003b774041446394371277615b9621", "id": "0b47915e-969b-4814-a353-4053d95f42f0", "name": "singlevm2-sg_0323a3f9-35a4-429f-a839-5b0232c14e8d"}, {"description": "Default security group", "tags": [], "tenant_id": "54003b774041446394371277615b9621", "created_at": "2018-08-15T17:29:22Z", "updated_at": "2018-08-15T17:29:22Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:29:22Z", "revision_number": 0, "id": "6c334329-d750-4081-b916-85b9a2c3f70e", "remote_group_id": "a01b4543-b391-4fec-b2e2-81abdb22fc15", "remote_ip_prefix": null, "created_at": "2018-08-15T17:29:22Z", "security_group_id": "a01b4543-b391-4fec-b2e2-81abdb22fc15", "tenant_id": "54003b774041446394371277615b9621", "port_range_min": null, "ethertype": "IPv6", "project_id": "54003b774041446394371277615b9621"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:29:22Z", "revision_number": 0, "id": "7ed20fea-695b-4c99-af0f-b6fb951c1b33", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T17:29:22Z", "security_group_id": "a01b4543-b391-4fec-b2e2-81abdb22fc15", "tenant_id": "54003b774041446394371277615b9621", "port_range_min": null, "ethertype": "IPv4", "project_id": "54003b774041446394371277615b9621"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:29:22Z", "revision_number": 0, "id": "bbac2fa5-8ed2-4657-b10e-f8f8bb10f61d", "remote_group_id": "a01b4543-b391-4fec-b2e2-81abdb22fc15", "remote_ip_prefix": null, "created_at": "2018-08-15T17:29:22Z", "security_group_id": "a01b4543-b391-4fec-b2e2-81abdb22fc15", "tenant_id": "54003b774041446394371277615b9621", "port_range_min": null, "ethertype": "IPv4", "project_id": "54003b774041446394371277615b9621"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:29:22Z", "revision_number": 0, "id": "ec3d4279-c2af-499c-b739-bdb88fa12874", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T17:29:22Z", "security_group_id": "a01b4543-b391-4fec-b2e2-81abdb22fc15", "tenant_id": "54003b774041446394371277615b9621", "port_range_min": null, "ethertype": "IPv6", "project_id": "54003b774041446394371277615b9621"}], "revision_number": 1, "project_id": "54003b774041446394371277615b9621", "id": "a01b4543-b391-4fec-b2e2-81abdb22fc15", "name": "default"}]} 2018-08-15 17:29:59,589 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-46f5c508-b517-4118-b2ce-d9d3612d0e88 2018-08-15 17:29:59,589 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0477960109711s 2018-08-15 17:29:59,590 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-46f5c508-b517-4118-b2ce-d9d3612d0e88 2018-08-15 17:29:59,593 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-08-15 17:29:59,594 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/security-groups/0b47915e-969b-4814-a353-4053d95f42f0.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e2f69fa41ba01aa2b9636230ef1c5e52b133b760" 2018-08-15 17:29:59,854 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a31ca64d-4381-4e89-af1d-2e54fd4c4b12 Content-Length: 0 Date: Wed, 15 Aug 2018 17:29:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-15 17:29:59,854 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/0b47915e-969b-4814-a353-4053d95f42f0.json used request id req-a31ca64d-4381-4e89-af1d-2e54fd4c4b12 2018-08-15 17:29:59,854 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.260586023331s 2018-08-15 17:29:59,854 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/0b47915e-969b-4814-a353-4053d95f42f0.json used request id req-a31ca64d-4381-4e89-af1d-2e54fd4c4b12 2018-08-15 17:29:59,855 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-08-15 17:29:59,859 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/os-keypairs/singlevm2-kp_0323a3f9-35a4-429f-a839-5b0232c14e8d -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e2f69fa41ba01aa2b9636230ef1c5e52b133b760" 2018-08-15 17:29:59,920 - keystoneauth.session - DEBUG - RESP: [202] Date: Wed, 15 Aug 2018 17:29:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-59d7585b-21e2-40ba-b8d6-bf7330b1e666 x-compute-request-id: req-59d7585b-21e2-40ba-b8d6-bf7330b1e666 Content-Length: 0 Content-Type: application/json 2018-08-15 17:29:59,920 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/os-keypairs/singlevm2-kp_0323a3f9-35a4-429f-a839-5b0232c14e8d used request id req-59d7585b-21e2-40ba-b8d6-bf7330b1e666 2018-08-15 17:29:59,920 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.06489610672s 2018-08-15 17:29:59,921 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/os-keypairs/singlevm2-kp_0323a3f9-35a4-429f-a839-5b0232c14e8d used request id req-59d7585b-21e2-40ba-b8d6-bf7330b1e666 2018-08-15 17:29:59,921 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-15 17:29:59,922 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/323efa94-5f60-4ab9-818a-f118f22b3df8/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}e2f69fa41ba01aa2b9636230ef1c5e52b133b760" -d '{"subnet_id": "147e8905-dd15-4ac0-9996-9fff094859de"}' 2018-08-15 17:30:01,464 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-4d68f1d7-c30b-42a2-8c38-b18a6ce84ebd Date: Wed, 15 Aug 2018 17:30:01 GMT RESP BODY: {"network_id": "be162890-fdc3-46ae-b540-74b940845d82", "tenant_id": "54003b774041446394371277615b9621", "subnet_id": "147e8905-dd15-4ac0-9996-9fff094859de", "subnet_ids": ["147e8905-dd15-4ac0-9996-9fff094859de"], "port_id": "88f0adf3-50e6-424d-8a73-28441339d1d0", "id": "323efa94-5f60-4ab9-818a-f118f22b3df8"} 2018-08-15 17:30:01,464 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/323efa94-5f60-4ab9-818a-f118f22b3df8/remove_router_interface.json used request id req-4d68f1d7-c30b-42a2-8c38-b18a6ce84ebd 2018-08-15 17:30:01,464 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.54270291328s 2018-08-15 17:30:01,465 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/323efa94-5f60-4ab9-818a-f118f22b3df8/remove_router_interface.json used request id req-4d68f1d7-c30b-42a2-8c38-b18a6ce84ebd returning object 323efa94-5f60-4ab9-818a-f118f22b3df8 2018-08-15 17:30:01,465 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-15 17:30:01,466 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e2f69fa41ba01aa2b9636230ef1c5e52b133b760" 2018-08-15 17:30:01,736 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 623 X-Openstack-Request-Id: req-3327216e-e213-4aed-a809-a21c12b71d8a Date: Wed, 15 Aug 2018 17:30:01 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "fc8ca119-27ab-4070-99fa-a2993d11ee48", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "3ef75223-733d-425d-bb3e-88e8a796bebc", "ip_address": "172.30.9.214"}]}, "description": "", "tags": [], "tenant_id": "54003b774041446394371277615b9621", "created_at": "2018-08-15T17:29:24Z", "admin_state_up": true, "updated_at": "2018-08-15T17:30:00Z", "revision_number": 4, "routes": [], "project_id": "54003b774041446394371277615b9621", "id": "323efa94-5f60-4ab9-818a-f118f22b3df8", "name": "singlevm2-router_0323a3f9-35a4-429f-a839-5b0232c14e8d"}]} 2018-08-15 17:30:01,736 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-3327216e-e213-4aed-a809-a21c12b71d8a 2018-08-15 17:30:01,736 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.270659923553s 2018-08-15 17:30:01,736 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-3327216e-e213-4aed-a809-a21c12b71d8a 2018-08-15 17:30:01,738 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-15 17:30:01,739 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/routers/323efa94-5f60-4ab9-818a-f118f22b3df8.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e2f69fa41ba01aa2b9636230ef1c5e52b133b760" 2018-08-15 17:30:02,991 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-da91ce1a-6492-43c5-b4c7-6342a5cd80c8 Content-Length: 0 Date: Wed, 15 Aug 2018 17:30:03 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-15 17:30:02,991 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/323efa94-5f60-4ab9-818a-f118f22b3df8.json used request id req-da91ce1a-6492-43c5-b4c7-6342a5cd80c8 2018-08-15 17:30:02,992 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.25347089767s 2018-08-15 17:30:02,992 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/323efa94-5f60-4ab9-818a-f118f22b3df8.json used request id req-da91ce1a-6492-43c5-b4c7-6342a5cd80c8 2018-08-15 17:30:02,992 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-15 17:30:02,993 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e2f69fa41ba01aa2b9636230ef1c5e52b133b760" 2018-08-15 17:30:03,045 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-0b847efb-c7de-4a44-9e5d-8b53db36768c Date: Wed, 15 Aug 2018 17:30:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"be162890-fdc3-46ae-b540-74b940845d82","tenant_id":"54003b774041446394371277615b9621","created_at":"2018-08-15T17:29:23Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-15T17:29:23Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"54003b774041446394371277615b9621","id":"147e8905-dd15-4ac0-9996-9fff094859de","subnetpool_id":null,"name":"singlevm2-subnet_0323a3f9-35a4-429f-a839-5b0232c14e8d"}]} 2018-08-15 17:30:03,045 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-0b847efb-c7de-4a44-9e5d-8b53db36768c 2018-08-15 17:30:03,045 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0526268482208s 2018-08-15 17:30:03,045 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-0b847efb-c7de-4a44-9e5d-8b53db36768c 2018-08-15 17:30:03,046 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-15 17:30:03,047 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/subnets/147e8905-dd15-4ac0-9996-9fff094859de.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e2f69fa41ba01aa2b9636230ef1c5e52b133b760" 2018-08-15 17:30:04,249 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-3a187588-2620-4374-88aa-98e4e46f57a6 Date: Wed, 15 Aug 2018 17:30:04 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-15 17:30:04,249 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/147e8905-dd15-4ac0-9996-9fff094859de.json used request id req-3a187588-2620-4374-88aa-98e4e46f57a6 2018-08-15 17:30:04,250 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 1.20310807228s 2018-08-15 17:30:04,250 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/147e8905-dd15-4ac0-9996-9fff094859de.json used request id req-3a187588-2620-4374-88aa-98e4e46f57a6 2018-08-15 17:30:04,250 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-15 17:30:04,251 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e2f69fa41ba01aa2b9636230ef1c5e52b133b760" 2018-08-15 17:30:04,362 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1154 X-Openstack-Request-Id: req-2f9fb88c-694c-4053-89aa-39a4dfd384d5 Date: Wed, 15 Aug 2018 17:30:04 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-15T17:30:04Z","tenant_id":"54003b774041446394371277615b9621","created_at":"2018-08-15T17:29:23Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"54003b774041446394371277615b9621","id":"be162890-fdc3-46ae-b540-74b940845d82","name":"singlevm2-net_0323a3f9-35a4-429f-a839-5b0232c14e8d"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["3ef75223-733d-425d-bb3e-88e8a796bebc"],"updated_at":"2018-08-15T17:16:30Z","tenant_id":"d2c267e1fee9461ba5e64a915b9518f5","created_at":"2018-08-15T17:16:26Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"d2c267e1fee9461ba5e64a915b9518f5","id":"fc8ca119-27ab-4070-99fa-a2993d11ee48","name":"external"}]} 2018-08-15 17:30:04,362 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-2f9fb88c-694c-4053-89aa-39a4dfd384d5 2018-08-15 17:30:04,362 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.111499071121s 2018-08-15 17:30:04,362 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-2f9fb88c-694c-4053-89aa-39a4dfd384d5 2018-08-15 17:30:04,364 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-15 17:30:04,364 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/networks/be162890-fdc3-46ae-b540-74b940845d82.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e2f69fa41ba01aa2b9636230ef1c5e52b133b760" 2018-08-15 17:30:05,670 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f19645a3-a33e-409a-8fd9-c71ddb50e2b8 Date: Wed, 15 Aug 2018 17:30:05 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-15 17:30:05,670 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/be162890-fdc3-46ae-b540-74b940845d82.json used request id req-f19645a3-a33e-409a-8fd9-c71ddb50e2b8 2018-08-15 17:30:05,671 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.30682086945s 2018-08-15 17:30:05,671 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/be162890-fdc3-46ae-b540-74b940845d82.json used request id req-f19645a3-a33e-409a-8fd9-c71ddb50e2b8 2018-08-15 17:30:05,675 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-15 17:30:05,679 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e2f69fa41ba01aa2b9636230ef1c5e52b133b760" 2018-08-15 17:30:05,713 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-dbaa2f0e-8276-41ec-b415-ff6ca34022c0 Date: Wed, 15 Aug 2018 17:30:05 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-15T17:29:28Z", "file": "/v2/images/16409ad0-9c44-4f01-8715-39b8c49ded77/file", "owner": "54003b774041446394371277615b9621", "id": "16409ad0-9c44-4f01-8715-39b8c49ded77", "size": 12716032, "self": "/v2/images/16409ad0-9c44-4f01-8715-39b8c49ded77", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/16409ad0-9c44-4f01-8715-39b8c49ded77/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/16409ad0-9c44-4f01-8715-39b8c49ded77/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/singlevm2-img_0323a3f9-35a4-429f-a839-5b0232c14e8d", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm2-img_0323a3f9-35a4-429f-a839-5b0232c14e8d", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-15T17:29:28Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-15 17:30:05,714 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-dbaa2f0e-8276-41ec-b415-ff6ca34022c0 2018-08-15 17:30:05,714 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0387279987335s 2018-08-15 17:30:05,714 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-dbaa2f0e-8276-41ec-b415-ff6ca34022c0 2018-08-15 17:30:05,716 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-15 17:30:05,720 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9292/v2/images/16409ad0-9c44-4f01-8715-39b8c49ded77 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e2f69fa41ba01aa2b9636230ef1c5e52b133b760" 2018-08-15 17:30:06,271 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-a802f4b4-2956-4bfe-9fce-6ac809456504 Date: Wed, 15 Aug 2018 17:30:06 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-15 17:30:06,271 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/16409ad0-9c44-4f01-8715-39b8c49ded77 used request id req-a802f4b4-2956-4bfe-9fce-6ac809456504 2018-08-15 17:30:06,271 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.554831027985s 2018-08-15 17:30:06,271 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/16409ad0-9c44-4f01-8715-39b8c49ded77 used request id req-a802f4b4-2956-4bfe-9fce-6ac809456504 2018-08-15 17:30:06,272 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-15 17:30:06,274 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}28b238eaaf67a9b54220d9e4f69e8aaf584a804b" 2018-08-15 17:30:06,300 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:30: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-7edc64e1-785b-4cda-8c83-ef971bd2475b x-compute-request-id: req-7edc64e1-785b-4cda-8c83-ef971bd2475b Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm2-flavor_0323a3f9-35a4-429f-a839-5b0232c14e8d", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/f51a0930-fa84-4a4d-91d6-cbbe99820400", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/f51a0930-fa84-4a4d-91d6-cbbe99820400", "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": "f51a0930-fa84-4a4d-91d6-cbbe99820400"}]} 2018-08-15 17:30:06,300 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-7edc64e1-785b-4cda-8c83-ef971bd2475b 2018-08-15 17:30:06,300 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0286321640015s 2018-08-15 17:30:06,301 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-7edc64e1-785b-4cda-8c83-ef971bd2475b 2018-08-15 17:30:06,302 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-15 17:30:06,304 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/flavors/f51a0930-fa84-4a4d-91d6-cbbe99820400 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}28b238eaaf67a9b54220d9e4f69e8aaf584a804b" 2018-08-15 17:30:06,353 - keystoneauth.session - DEBUG - RESP: [202] Date: Wed, 15 Aug 2018 17:30: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-e2ad27d5-802a-4388-b011-9fea3ac3ddc5 x-compute-request-id: req-e2ad27d5-802a-4388-b011-9fea3ac3ddc5 Content-Length: 0 Content-Type: application/json 2018-08-15 17:30:06,354 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/f51a0930-fa84-4a4d-91d6-cbbe99820400 used request id req-e2ad27d5-802a-4388-b011-9fea3ac3ddc5 2018-08-15 17:30:06,354 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0517978668213s 2018-08-15 17:30:06,354 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/f51a0930-fa84-4a4d-91d6-cbbe99820400 used request id req-e2ad27d5-802a-4388-b011-9fea3ac3ddc5 2018-08-15 17:30:06,355 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-15 17:30:06,358 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}28b238eaaf67a9b54220d9e4f69e8aaf584a804b" 2018-08-15 17:30:06,548 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:30:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-551e837f-2938-418a-8448-7aaee62e841e Content-Encoding: gzip Content-Length: 840 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/033f0039d025473a84de241284491a58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "033f0039d025473a84de241284491a58", "email": "glance@localhost", "password_expires_at": null}, {"name": "singlevm2-user_0323a3f9-35a4-429f-a839-5b0232c14e8d", "links": {"self": "http://172.30.9.27:5000/v3/users/11011531c3104c10bdb52cb0c06624a0"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "11011531c3104c10bdb52cb0c06624a0", "domain_id": "default", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/2422d0f285314705b46615565d3917fe"}, "domain_id": "e4bd2a4e6bb349a78f956295c49df949", "enabled": true, "options": {}, "id": "2422d0f285314705b46615565d3917fe", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/2cc8b8ad456045c2a30e4360994a4487"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2cc8b8ad456045c2a30e4360994a4487", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/3c466aad8ead4318838e33dd234eb81d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3c466aad8ead4318838e33dd234eb81d", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/56e811cfd4b242068dd78826118576f4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "56e811cfd4b242068dd78826118576f4", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6fad7e5ef0254b2a9cdb215018bcab91"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6fad7e5ef0254b2a9cdb215018bcab91", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.27:5000/v3/users/7d91ea49860f4c2a8deabf649cf4ed37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d91ea49860f4c2a8deabf649cf4ed37", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/8f968cf4475249f6abf2422d6dd7425f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8f968cf4475249f6abf2422d6dd7425f", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/9482390a0722494f8852b9f0e2b9de56"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9482390a0722494f8852b9f0e2b9de56", "email": "admin@example.com", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.27:5000/v3/users/a36076122cea45c6b3e4aa67c4ca811d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a36076122cea45c6b3e4aa67c4ca811d", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/acda52409b024c95bc0facaa98dbc356"}, "domain_id": "default", "enabled": true, "options": {}, "id": "acda52409b024c95bc0facaa98dbc356", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/b193f8790ad94e46993d7eb01f623f51"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b193f8790ad94e46993d7eb01f623f51", "email": "cinder@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/dba024f1937f490cae2e437356a668d7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dba024f1937f490cae2e437356a668d7", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/e6d2649e935e4b8db8107d76bfb30c3a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e6d2649e935e4b8db8107d76bfb30c3a", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-08-15 17:30:06,549 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-551e837f-2938-418a-8448-7aaee62e841e 2018-08-15 17:30:06,549 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.194125890732s 2018-08-15 17:30:06,549 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-551e837f-2938-418a-8448-7aaee62e841e 2018-08-15 17:30:06,555 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-15 17:30:06,558 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/users/11011531c3104c10bdb52cb0c06624a0 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}28b238eaaf67a9b54220d9e4f69e8aaf584a804b" 2018-08-15 17:30:06,762 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:30:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-42478cdd-f4a4-4c5b-abbb-fd7c5dc9480a Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"user": {"name": "singlevm2-user_0323a3f9-35a4-429f-a839-5b0232c14e8d", "links": {"self": "http://172.30.9.27:5000/v3/users/11011531c3104c10bdb52cb0c06624a0"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "11011531c3104c10bdb52cb0c06624a0", "description": null}} 2018-08-15 17:30:06,762 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/11011531c3104c10bdb52cb0c06624a0 used request id req-42478cdd-f4a4-4c5b-abbb-fd7c5dc9480a 2018-08-15 17:30:06,762 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.206939935684s 2018-08-15 17:30:06,762 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/11011531c3104c10bdb52cb0c06624a0 used request id req-42478cdd-f4a4-4c5b-abbb-fd7c5dc9480a 2018-08-15 17:30:06,763 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-15 17:30:06,766 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/users/11011531c3104c10bdb52cb0c06624a0 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}28b238eaaf67a9b54220d9e4f69e8aaf584a804b" 2018-08-15 17:30:07,065 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 15 Aug 2018 17:30:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3d4e1ff0-4fe0-4ed3-a5ed-bc489f9bdb89 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-15 17:30:07,065 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/11011531c3104c10bdb52cb0c06624a0 used request id req-3d4e1ff0-4fe0-4ed3-a5ed-bc489f9bdb89 2018-08-15 17:30:07,065 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.301640987396s 2018-08-15 17:30:07,065 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/11011531c3104c10bdb52cb0c06624a0 used request id req-3d4e1ff0-4fe0-4ed3-a5ed-bc489f9bdb89 2018-08-15 17:30:07,071 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-15 17:30:07,075 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}28b238eaaf67a9b54220d9e4f69e8aaf584a804b" 2018-08-15 17:30:07,250 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:30:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-44b8a513-bd0d-4697-af55-ceec2b15b3db Content-Encoding: gzip Content-Length: 384 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: singlevm2", "links": {"self": "http://172.30.9.27:5000/v3/projects/54003b774041446394371277615b9621"}, "tags": [], "enabled": true, "id": "54003b774041446394371277615b9621", "parent_id": "default", "domain_id": "default", "name": "singlevm2-project_0323a3f9-35a4-429f-a839-5b0232c14e8d"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/a3688ea3a7924e1e8a441a00bd79aae5"}, "tags": [], "enabled": true, "id": "a3688ea3a7924e1e8a441a00bd79aae5", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.27:5000/v3/projects/d2c267e1fee9461ba5e64a915b9518f5"}, "tags": [], "enabled": true, "id": "d2c267e1fee9461ba5e64a915b9518f5", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-08-15 17:30:07,250 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects used request id req-44b8a513-bd0d-4697-af55-ceec2b15b3db 2018-08-15 17:30:07,251 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.179198026657s 2018-08-15 17:30:07,251 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects used request id req-44b8a513-bd0d-4697-af55-ceec2b15b3db 2018-08-15 17:30:07,256 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-15 17:30:07,260 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/projects/54003b774041446394371277615b9621 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}28b238eaaf67a9b54220d9e4f69e8aaf584a804b" 2018-08-15 17:30:07,518 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 15 Aug 2018 17:30:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-da87eb14-4387-4412-bd2f-669ba37e2737 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-15 17:30:07,518 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/54003b774041446394371277615b9621 used request id req-da87eb14-4387-4412-bd2f-669ba37e2737 2018-08-15 17:30:07,518 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.262102127075s 2018-08-15 17:30:07,519 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/54003b774041446394371277615b9621 used request id req-da87eb14-4387-4412-bd2f-669ba37e2737 2018-08-15 17:30:07,572 - xtesting.ci.run_tests - INFO - Loading test case 'vping_ssh'... 2018-08-15 17:30:07,614 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-15 17:30:07,614 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-15 17:30:07,614 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-15 17:30:07,615 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-15 17:30:07,615 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-15 17:30:07,615 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-15 17:30:07,615 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-15 17:30:07,615 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-15 17:30:07,615 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-15 17:30:07,615 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-15 17:30:07,615 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-15 17:30:07,615 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-15 17:30:07,615 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-15 17:30:07,615 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-15 17:30:07,615 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-15 17:30:07,615 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-15 17:30:07,616 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-15 17:30:07,616 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-15 17:30:07,616 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-15 17:30:07,616 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-15 17:30:07,616 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-15 17:30:07,616 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-15 17:30:07,618 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-15 17:30:07,623 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:30:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b94ea3c3-1d7f-48c3-b398-157ac208b879 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-08-15 17:30:07,623 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-b94ea3c3-1d7f-48c3-b398-157ac208b879 2018-08-15 17:30:07,624 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-08-15 17:30:08,010 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "16212b6aa60a4fd1b8194c834bae86bf", "name": "member"}, {"id": "eeb4436830d24515952401292b7cfc55", "name": "reader"}, {"id": "382a39dc50214187b99e809cf7222e3c", "name": "admin"}], "expires_at": "2018-08-15T18:30:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3688ea3a7924e1e8a441a00bd79aae5", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.37:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "54e3c320cc3142e9824c171afe58d5c6"}, {"url": "http://172.30.9.27:8080/v1/AUTH_a3688ea3a7924e1e8a441a00bd79aae5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d00250537b54114937846660f377ed1"}, {"url": "http://12.0.0.37:8080/v1/AUTH_a3688ea3a7924e1e8a441a00bd79aae5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c790cb26fd2345ae9bac8a014d10a446"}], "type": "object-store", "id": "17183633b8774ff6a53da32b47c89b3c", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94631698a9884eb1bf4cb245c6f37b80"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c23f2a003e874719a2f1c41f92405a45"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e97257b46cb8440080352cd841246c5d"}], "type": "cloudformation", "id": "2dec96c2934d43bdbe2e431ef0b53392", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "287c0315393e4b22a228912ca3b004cc"}, {"url": "http://192.30.9.3:8776/v3/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62769da517ac4f44b88a6118413b8c30"}, {"url": "http://192.30.9.3:8776/v3/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c0b30400cd648249ab0a6a17cf1ebc1"}], "type": "volumev3", "id": "363b885c3f174fbfb4f17da9d41f332d", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d6cb188f65e4f77bab04c3d99f9469f"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70f7ced028794432bef835264c84489c"}, {"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77dd5cfb1dac4b31b21d705ba420c355"}], "type": "network", "id": "51b7a44223114d149d5300ae5b6d97ae", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19071864a1b848cc93bca3b1e1955c3f"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bc0345e40a36459fbc009797a6517deb"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5c7966f4757438480f39866a31a0265"}], "type": "image", "id": "5540e06daad441aa911fd4cb4d76f8d3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "68ad1d76386d437089226a0562004a39", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "03f40cbac74c4aafb48b4dd360509f6a"}, {"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18ed3fa9a0894200abaf76b71abfd912"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3d96a0aa5c344cb8ba659332ed497e85"}], "type": "identity", "id": "8096ce39bbf24c1683621ee563324790", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f60ea793ee64fc9a3d9a2d2ad889bd0"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7c9770175fc45379f2c2d142062b2c3"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e944b22c50da41179f2e29ce558807c1"}], "type": "compute", "id": "b3040d5c7e224dbca86f421bddd758e1", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5aad7caa3e6f4a35b9abdf5d46190371"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8b8b8bcfb3b40e5be77e13a4d2dda19"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d33016e2f5be49c28efb9905db488d41"}], "type": "placement", "id": "bb3127ed06e54fda901ea2348ddb72da", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "576142509dfd46c591c5e83bed8ffcc7"}, {"url": "http://192.30.9.3:8776/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cabe2973ef9144da9850a630dd2aedd5"}, {"url": "http://172.30.9.27:8776/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eb71f3f602d443c9a8605a7ff2e8aa8e"}], "type": "volume", "id": "becfeedd42e344c085611f3c7c465a3f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.3:8004/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "156b8e560e534c82a1d320da86608a19"}, {"url": "http://192.30.9.3:8004/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59154cecf6a54eb08ecc63bf95dca042"}, {"url": "http://172.30.9.27:8004/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f3aa5c8697e449f99c2cfbe2a371cab7"}], "type": "orchestration", "id": "c4334130b6d54a75804fe3f11a3b9e3e", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "39db2ebb65ae42659440fd9845949a6c"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ad23d2a65e74e3c87b1488af1f9f9ac"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d07664cbebb49149819cf7a6b20edb4"}], "type": "alarming", "id": "d878aa5c6b584d53a039f6a680fb6e8b", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e2bb44b06c0412ab74e54984b5b26b5"}, {"url": "http://192.30.9.3:8776/v2/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86bcb5a76e6c464bb4d42c969584d6f2"}, {"url": "http://172.30.9.27:8776/v2/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a391eed816af4966b335005bfe580d70"}], "type": "volumev2", "id": "e16298e148f54e96a50a134ca797deff", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b54cb5b666f74b91b0244b5332fdb3e5"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcc892608bd341e084be203695f810d1"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e980066294c34eb6866e6c4735e84a62"}], "type": "metric", "id": "f3a07a22777a4405b7eaf44da2e73e19", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.27:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1f66095afa4b74b4f26d432f5bfa55"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8dd5f30cc334148a7ed9d5ab68eee9b"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bfe7dd54acd947899871700a40dd0244"}], "type": "event", "id": "f6e223543cae4d9bad10258b0a294f12", "name": "panko"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "9482390a0722494f8852b9f0e2b9de56"}, "audit_ids": ["naF78HgbTse5hxebA_zJnw"], "issued_at": "2018-08-15T17:30:07.000000Z"}} 2018-08-15 17:30:08,014 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-15 17:30:08,014 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e6f621dc9faea8258bf8b7a82221a9adde8bd5cb" 2018-08-15 17:30:08,365 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-36acb588-d9b2-443c-a162-8dfaf017d30c Date: Wed, 15 Aug 2018 17:30:08 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"fc8ca119-27ab-4070-99fa-a2993d11ee48","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d2c267e1fee9461ba5e64a915b9518f5","status":"ACTIVE","subnets":["3ef75223-733d-425d-bb3e-88e8a796bebc"],"description":"","tags":[],"updated_at":"2018-08-15T17:16:30Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"d2c267e1fee9461ba5e64a915b9518f5","created_at":"2018-08-15T17:16:26Z","provider:network_type":"flat"}]} 2018-08-15 17:30:08,365 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json?router%3Aexternal=True used request id req-36acb588-d9b2-443c-a162-8dfaf017d30c 2018-08-15 17:30:08,365 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.351614952087s 2018-08-15 17:30:08,366 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json?router%3Aexternal=True used request id req-36acb588-d9b2-443c-a162-8dfaf017d30c 2018-08-15 17:30:08,369 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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-15 17:30:08,374 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 15 Aug 2018 17:30:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a71d5f05-6548-4001-9fef-f3481ddf9eb5 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.27:5000/v3/", "rel": "self"}]}]}} 2018-08-15 17:30:08,374 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/ used request id req-a71d5f05-6548-4001-9fef-f3481ddf9eb5 2018-08-15 17:30:08,375 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-15 17:30:08,378 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}e6f621dc9faea8258bf8b7a82221a9adde8bd5cb" 2018-08-15 17:30:08,545 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:30:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e430197c-577d-475b-beab-eeb3942e1ff1 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}, {"description": "", "links": {"self": "http://172.30.9.27:5000/v3/domains/e4bd2a4e6bb349a78f956295c49df949"}, "tags": [], "enabled": true, "id": "e4bd2a4e6bb349a78f956295c49df949", "name": "heat_stack"}], "links": {"self": "http://172.30.9.27:5000/v3/domains", "previous": null, "next": null}} 2018-08-15 17:30:08,545 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains used request id req-e430197c-577d-475b-beab-eeb3942e1ff1 2018-08-15 17:30:08,545 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.169671058655s 2018-08-15 17:30:08,545 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains used request id req-e430197c-577d-475b-beab-eeb3942e1ff1 2018-08-15 17:30:08,552 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-15 17:30:08,555 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}e6f621dc9faea8258bf8b7a82221a9adde8bd5cb" -d '{"project": {"description": "Created by OPNFV Functest: vping_ssh", "enabled": true, "domain_id": "default", "name": "vping_ssh-project_06b04be0-0822-4694-a7db-4221ca145ec3"}}' 2018-08-15 17:30:08,807 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 15 Aug 2018 17:30:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a6c4b94e-c13b-421c-990a-33487a5f76e5 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.27:5000/v3/projects/0a79be35aa1844b592171ec6b98067a3"}, "tags": [], "enabled": true, "id": "0a79be35aa1844b592171ec6b98067a3", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_06b04be0-0822-4694-a7db-4221ca145ec3"}} 2018-08-15 17:30:08,807 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-a6c4b94e-c13b-421c-990a-33487a5f76e5 2018-08-15 17:30:08,807 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.255215883255s 2018-08-15 17:30:08,807 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-a6c4b94e-c13b-421c-990a-33487a5f76e5 2018-08-15 17:30:08,808 - 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'0a79be35aa1844b592171ec6b98067a3', '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_06b04be0-0822-4694-a7db-4221ca145ec3'}) 2018-08-15 17:30:08,814 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-15 17:30:08,818 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}e6f621dc9faea8258bf8b7a82221a9adde8bd5cb" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "5872c824-e33b-46b4-a63d-586a71fdc8c1", "email": null, "name": "vping_ssh-user_06b04be0-0822-4694-a7db-4221ca145ec3"}}' 2018-08-15 17:30:09,194 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 15 Aug 2018 17:30:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-066d66f4-149e-4c6d-8743-357229e0807a Content-Length: 324 Content-Type: application/json RESP BODY: {"user": {"name": "vping_ssh-user_06b04be0-0822-4694-a7db-4221ca145ec3", "links": {"self": "http://172.30.9.27:5000/v3/users/1212362fb81143818cd79a44eab13ba8"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "1212362fb81143818cd79a44eab13ba8", "domain_id": "default", "password_expires_at": null}} 2018-08-15 17:30:09,194 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/users used request id req-066d66f4-149e-4c6d-8743-357229e0807a 2018-08-15 17:30:09,194 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.379677057266s 2018-08-15 17:30:09,194 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/users used request id req-066d66f4-149e-4c6d-8743-357229e0807a 2018-08-15 17:30:09,195 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'1212362fb81143818cd79a44eab13ba8', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vping_ssh-user_06b04be0-0822-4694-a7db-4221ca145ec3'}) 2018-08-15 17:30:09,198 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-15 17:30:09,201 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}e6f621dc9faea8258bf8b7a82221a9adde8bd5cb" 2018-08-15 17:30:09,300 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:30:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2bac7112-7eaf-4440-b292-5a1090b383f2 Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "021fd4a1fb8b483eb2264cbf5b321379", "links": {"self": "http://172.30.9.27:5000/v3/roles/021fd4a1fb8b483eb2264cbf5b321379"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "16212b6aa60a4fd1b8194c834bae86bf", "links": {"self": "http://172.30.9.27:5000/v3/roles/16212b6aa60a4fd1b8194c834bae86bf"}, "name": "member"}, {"domain_id": null, "id": "1c1e1015ce2644848f1430e3bb28531b", "links": {"self": "http://172.30.9.27:5000/v3/roles/1c1e1015ce2644848f1430e3bb28531b"}, "name": "swiftoperator"}, {"domain_id": null, "id": "382a39dc50214187b99e809cf7222e3c", "links": {"self": "http://172.30.9.27:5000/v3/roles/382a39dc50214187b99e809cf7222e3c"}, "name": "admin"}, {"domain_id": null, "id": "9aed22da25b945dda36dee6e40a0785d", "links": {"self": "http://172.30.9.27:5000/v3/roles/9aed22da25b945dda36dee6e40a0785d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "eeb4436830d24515952401292b7cfc55", "links": {"self": "http://172.30.9.27:5000/v3/roles/eeb4436830d24515952401292b7cfc55"}, "name": "reader"}]} 2018-08-15 17:30:09,300 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-2bac7112-7eaf-4440-b292-5a1090b383f2 2018-08-15 17:30:09,300 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.102388858795s 2018-08-15 17:30:09,301 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-2bac7112-7eaf-4440-b292-5a1090b383f2 2018-08-15 17:30:09,305 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-15 17:30:09,309 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}e6f621dc9faea8258bf8b7a82221a9adde8bd5cb" 2018-08-15 17:30:09,496 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:30:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-942345e3-ad4d-411a-98be-c6b0fbca5ec9 Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "021fd4a1fb8b483eb2264cbf5b321379", "links": {"self": "http://172.30.9.27:5000/v3/roles/021fd4a1fb8b483eb2264cbf5b321379"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "16212b6aa60a4fd1b8194c834bae86bf", "links": {"self": "http://172.30.9.27:5000/v3/roles/16212b6aa60a4fd1b8194c834bae86bf"}, "name": "member"}, {"domain_id": null, "id": "1c1e1015ce2644848f1430e3bb28531b", "links": {"self": "http://172.30.9.27:5000/v3/roles/1c1e1015ce2644848f1430e3bb28531b"}, "name": "swiftoperator"}, {"domain_id": null, "id": "382a39dc50214187b99e809cf7222e3c", "links": {"self": "http://172.30.9.27:5000/v3/roles/382a39dc50214187b99e809cf7222e3c"}, "name": "admin"}, {"domain_id": null, "id": "9aed22da25b945dda36dee6e40a0785d", "links": {"self": "http://172.30.9.27:5000/v3/roles/9aed22da25b945dda36dee6e40a0785d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "eeb4436830d24515952401292b7cfc55", "links": {"self": "http://172.30.9.27:5000/v3/roles/eeb4436830d24515952401292b7cfc55"}, "name": "reader"}]} 2018-08-15 17:30:09,496 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-942345e3-ad4d-411a-98be-c6b0fbca5ec9 2018-08-15 17:30:09,496 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.190811872482s 2018-08-15 17:30:09,497 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-942345e3-ad4d-411a-98be-c6b0fbca5ec9 2018-08-15 17:30:09,501 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-15 17:30:09,505 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}e6f621dc9faea8258bf8b7a82221a9adde8bd5cb" 2018-08-15 17:30:09,606 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:30:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1e6fe800-de46-4762-9116-18a52f8bdcc9 Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "021fd4a1fb8b483eb2264cbf5b321379", "links": {"self": "http://172.30.9.27:5000/v3/roles/021fd4a1fb8b483eb2264cbf5b321379"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "16212b6aa60a4fd1b8194c834bae86bf", "links": {"self": "http://172.30.9.27:5000/v3/roles/16212b6aa60a4fd1b8194c834bae86bf"}, "name": "member"}, {"domain_id": null, "id": "1c1e1015ce2644848f1430e3bb28531b", "links": {"self": "http://172.30.9.27:5000/v3/roles/1c1e1015ce2644848f1430e3bb28531b"}, "name": "swiftoperator"}, {"domain_id": null, "id": "382a39dc50214187b99e809cf7222e3c", "links": {"self": "http://172.30.9.27:5000/v3/roles/382a39dc50214187b99e809cf7222e3c"}, "name": "admin"}, {"domain_id": null, "id": "9aed22da25b945dda36dee6e40a0785d", "links": {"self": "http://172.30.9.27:5000/v3/roles/9aed22da25b945dda36dee6e40a0785d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "eeb4436830d24515952401292b7cfc55", "links": {"self": "http://172.30.9.27:5000/v3/roles/eeb4436830d24515952401292b7cfc55"}, "name": "reader"}]} 2018-08-15 17:30:09,606 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-1e6fe800-de46-4762-9116-18a52f8bdcc9 2018-08-15 17:30:09,606 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.104620933533s 2018-08-15 17:30:09,606 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-1e6fe800-de46-4762-9116-18a52f8bdcc9 2018-08-15 17:30:09,611 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-15 17:30:09,614 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}e6f621dc9faea8258bf8b7a82221a9adde8bd5cb" 2018-08-15 17:30:09,796 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:30:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0ba8f022-4bfb-4eb0-b237-d9a26f2b17e4 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-15 17:30:09,796 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-0ba8f022-4bfb-4eb0-b237-d9a26f2b17e4 2018-08-15 17:30:09,796 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.184982061386s 2018-08-15 17:30:09,797 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-0ba8f022-4bfb-4eb0-b237-d9a26f2b17e4 2018-08-15 17:30:09,797 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-15 17:30:09,801 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}e6f621dc9faea8258bf8b7a82221a9adde8bd5cb" 2018-08-15 17:30:09,995 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:30:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ebd51069-4335-4a5b-a64f-c0c7458f0cc1 Content-Encoding: gzip Content-Length: 840 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/033f0039d025473a84de241284491a58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "033f0039d025473a84de241284491a58", "email": "glance@localhost", "password_expires_at": null}, {"name": "vping_ssh-user_06b04be0-0822-4694-a7db-4221ca145ec3", "links": {"self": "http://172.30.9.27:5000/v3/users/1212362fb81143818cd79a44eab13ba8"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "1212362fb81143818cd79a44eab13ba8", "domain_id": "default", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/2422d0f285314705b46615565d3917fe"}, "domain_id": "e4bd2a4e6bb349a78f956295c49df949", "enabled": true, "options": {}, "id": "2422d0f285314705b46615565d3917fe", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/2cc8b8ad456045c2a30e4360994a4487"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2cc8b8ad456045c2a30e4360994a4487", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/3c466aad8ead4318838e33dd234eb81d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3c466aad8ead4318838e33dd234eb81d", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/56e811cfd4b242068dd78826118576f4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "56e811cfd4b242068dd78826118576f4", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6fad7e5ef0254b2a9cdb215018bcab91"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6fad7e5ef0254b2a9cdb215018bcab91", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.27:5000/v3/users/7d91ea49860f4c2a8deabf649cf4ed37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d91ea49860f4c2a8deabf649cf4ed37", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/8f968cf4475249f6abf2422d6dd7425f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8f968cf4475249f6abf2422d6dd7425f", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/9482390a0722494f8852b9f0e2b9de56"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9482390a0722494f8852b9f0e2b9de56", "email": "admin@example.com", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.27:5000/v3/users/a36076122cea45c6b3e4aa67c4ca811d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a36076122cea45c6b3e4aa67c4ca811d", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/acda52409b024c95bc0facaa98dbc356"}, "domain_id": "default", "enabled": true, "options": {}, "id": "acda52409b024c95bc0facaa98dbc356", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/b193f8790ad94e46993d7eb01f623f51"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b193f8790ad94e46993d7eb01f623f51", "email": "cinder@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/dba024f1937f490cae2e437356a668d7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dba024f1937f490cae2e437356a668d7", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/e6d2649e935e4b8db8107d76bfb30c3a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e6d2649e935e4b8db8107d76bfb30c3a", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-08-15 17:30:09,996 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-ebd51069-4335-4a5b-a64f-c0c7458f0cc1 2018-08-15 17:30:09,996 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.19827914238s 2018-08-15 17:30:09,996 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-ebd51069-4335-4a5b-a64f-c0c7458f0cc1 2018-08-15 17:30:10,008 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-15 17:30:10,011 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e6f621dc9faea8258bf8b7a82221a9adde8bd5cb" 2018-08-15 17:30:10,124 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:30:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-53a2e8ee-bdbd-4ae1-acf3-4c966f9d1981 Content-Encoding: gzip Content-Length: 394 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/a3688ea3a7924e1e8a441a00bd79aae5"}, "tags": [], "enabled": true, "id": "a3688ea3a7924e1e8a441a00bd79aae5", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.27:5000/v3/projects/d2c267e1fee9461ba5e64a915b9518f5"}, "tags": [], "enabled": true, "id": "d2c267e1fee9461ba5e64a915b9518f5", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_ssh", "links": {"self": "http://172.30.9.27:5000/v3/projects/0a79be35aa1844b592171ec6b98067a3"}, "tags": [], "enabled": true, "id": "0a79be35aa1844b592171ec6b98067a3", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_06b04be0-0822-4694-a7db-4221ca145ec3"}]} 2018-08-15 17:30:10,124 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-53a2e8ee-bdbd-4ae1-acf3-4c966f9d1981 2018-08-15 17:30:10,124 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.116326093674s 2018-08-15 17:30:10,125 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-53a2e8ee-bdbd-4ae1-acf3-4c966f9d1981 2018-08-15 17:30:10,133 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-15 17:30:10,136 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:5000/v3/role_assignments?user.id=1212362fb81143818cd79a44eab13ba8&role.id=16212b6aa60a4fd1b8194c834bae86bf&scope.project.id=0a79be35aa1844b592171ec6b98067a3" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e6f621dc9faea8258bf8b7a82221a9adde8bd5cb" 2018-08-15 17:30:10,317 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:30:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4d89a35c-07bc-4998-ab7c-c5721e5264d8 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.27:5000/v3/role_assignments?user.id=1212362fb81143818cd79a44eab13ba8&role.id=16212b6aa60a4fd1b8194c834bae86bf&scope.project.id=0a79be35aa1844b592171ec6b98067a3", "previous": null, "next": null}} 2018-08-15 17:30:10,317 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=1212362fb81143818cd79a44eab13ba8&role.id=16212b6aa60a4fd1b8194c834bae86bf&scope.project.id=0a79be35aa1844b592171ec6b98067a3 used request id req-4d89a35c-07bc-4998-ab7c-c5721e5264d8 2018-08-15 17:30:10,317 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.184086084366s 2018-08-15 17:30:10,317 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=1212362fb81143818cd79a44eab13ba8&role.id=16212b6aa60a4fd1b8194c834bae86bf&scope.project.id=0a79be35aa1844b592171ec6b98067a3 used request id req-4d89a35c-07bc-4998-ab7c-c5721e5264d8 2018-08-15 17:30:10,321 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-15 17:30:10,324 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:5000/v3/projects/0a79be35aa1844b592171ec6b98067a3/users/1212362fb81143818cd79a44eab13ba8/roles/16212b6aa60a4fd1b8194c834bae86bf -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e6f621dc9faea8258bf8b7a82221a9adde8bd5cb" 2018-08-15 17:30:10,494 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 15 Aug 2018 17:30:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-29ad74aa-baa6-4c72-862d-db9c695cfb9e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-15 17:30:10,494 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/0a79be35aa1844b592171ec6b98067a3/users/1212362fb81143818cd79a44eab13ba8/roles/16212b6aa60a4fd1b8194c834bae86bf used request id req-29ad74aa-baa6-4c72-862d-db9c695cfb9e 2018-08-15 17:30:10,494 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.173513889313s 2018-08-15 17:30:10,494 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/0a79be35aa1844b592171ec6b98067a3/users/1212362fb81143818cd79a44eab13ba8/roles/16212b6aa60a4fd1b8194c834bae86bf used request id req-29ad74aa-baa6-4c72-862d-db9c695cfb9e 2018-08-15 17:30:10,495 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vping_ssh-project_06b04be0-0822-4694-a7db-4221ca145ec3', 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'0a79be35aa1844b592171ec6b98067a3', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '5872c824-e33b-46b4-a63d-586a71fdc8c1', 'username': u'vping_ssh-user_06b04be0-0822-4694-a7db-4221ca145ec3', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.27:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-08-15 17:30:10,496 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-15 17:30:10,497 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-15 17:30:10,497 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-15 17:30:10,497 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-15 17:30:10,497 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-15 17:30:10,497 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-15 17:30:10,497 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-15 17:30:10,497 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-15 17:30:10,497 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-15 17:30:10,498 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-15 17:30:10,498 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-15 17:30:10,498 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-15 17:30:10,498 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-15 17:30:10,498 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-15 17:30:10,498 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-15 17:30:10,498 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-15 17:30:10,498 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-15 17:30:10,498 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-15 17:30:10,499 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-15 17:30:10,499 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-15 17:30:10,499 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-15 17:30:10,499 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-15 17:30:10,500 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vping_ssh-user_06b04be0-0822-4694-a7db-4221ca145ec3', 'password': '5872c824-e33b-46b4-a63d-586a71fdc8c1', 'project_name': 'vping_ssh-project_06b04be0-0822-4694-a7db-4221ca145ec3', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.27:5000/v3', 'project_id': '0a79be35aa1844b592171ec6b98067a3', 'project_domain_name': 'Default'} 2018-08-15 17:30:10,501 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-08-15 17:30:10,502 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-15 17:30:10,509 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:30:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c4a29672-1840-4719-9a1c-d33d4d715b3c Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-08-15 17:30:10,509 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-c4a29672-1840-4719-9a1c-d33d4d715b3c 2018-08-15 17:30:10,510 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-08-15 17:30:10,901 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "16212b6aa60a4fd1b8194c834bae86bf", "name": "member"}, {"id": "eeb4436830d24515952401292b7cfc55", "name": "reader"}], "expires_at": "2018-08-15T18:30:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0a79be35aa1844b592171ec6b98067a3", "name": "vping_ssh-project_06b04be0-0822-4694-a7db-4221ca145ec3"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.37:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "54e3c320cc3142e9824c171afe58d5c6"}, {"url": "http://172.30.9.27:8080/v1/AUTH_0a79be35aa1844b592171ec6b98067a3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d00250537b54114937846660f377ed1"}, {"url": "http://12.0.0.37:8080/v1/AUTH_0a79be35aa1844b592171ec6b98067a3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c790cb26fd2345ae9bac8a014d10a446"}], "type": "object-store", "id": "17183633b8774ff6a53da32b47c89b3c", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94631698a9884eb1bf4cb245c6f37b80"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c23f2a003e874719a2f1c41f92405a45"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e97257b46cb8440080352cd841246c5d"}], "type": "cloudformation", "id": "2dec96c2934d43bdbe2e431ef0b53392", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/0a79be35aa1844b592171ec6b98067a3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "287c0315393e4b22a228912ca3b004cc"}, {"url": "http://192.30.9.3:8776/v3/0a79be35aa1844b592171ec6b98067a3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62769da517ac4f44b88a6118413b8c30"}, {"url": "http://192.30.9.3:8776/v3/0a79be35aa1844b592171ec6b98067a3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c0b30400cd648249ab0a6a17cf1ebc1"}], "type": "volumev3", "id": "363b885c3f174fbfb4f17da9d41f332d", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d6cb188f65e4f77bab04c3d99f9469f"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70f7ced028794432bef835264c84489c"}, {"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77dd5cfb1dac4b31b21d705ba420c355"}], "type": "network", "id": "51b7a44223114d149d5300ae5b6d97ae", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19071864a1b848cc93bca3b1e1955c3f"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bc0345e40a36459fbc009797a6517deb"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5c7966f4757438480f39866a31a0265"}], "type": "image", "id": "5540e06daad441aa911fd4cb4d76f8d3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "68ad1d76386d437089226a0562004a39", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "03f40cbac74c4aafb48b4dd360509f6a"}, {"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18ed3fa9a0894200abaf76b71abfd912"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3d96a0aa5c344cb8ba659332ed497e85"}], "type": "identity", "id": "8096ce39bbf24c1683621ee563324790", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f60ea793ee64fc9a3d9a2d2ad889bd0"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7c9770175fc45379f2c2d142062b2c3"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e944b22c50da41179f2e29ce558807c1"}], "type": "compute", "id": "b3040d5c7e224dbca86f421bddd758e1", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5aad7caa3e6f4a35b9abdf5d46190371"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8b8b8bcfb3b40e5be77e13a4d2dda19"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d33016e2f5be49c28efb9905db488d41"}], "type": "placement", "id": "bb3127ed06e54fda901ea2348ddb72da", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/0a79be35aa1844b592171ec6b98067a3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "576142509dfd46c591c5e83bed8ffcc7"}, {"url": "http://192.30.9.3:8776/v1/0a79be35aa1844b592171ec6b98067a3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cabe2973ef9144da9850a630dd2aedd5"}, {"url": "http://172.30.9.27:8776/v1/0a79be35aa1844b592171ec6b98067a3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eb71f3f602d443c9a8605a7ff2e8aa8e"}], "type": "volume", "id": "becfeedd42e344c085611f3c7c465a3f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.3:8004/v1/0a79be35aa1844b592171ec6b98067a3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "156b8e560e534c82a1d320da86608a19"}, {"url": "http://192.30.9.3:8004/v1/0a79be35aa1844b592171ec6b98067a3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59154cecf6a54eb08ecc63bf95dca042"}, {"url": "http://172.30.9.27:8004/v1/0a79be35aa1844b592171ec6b98067a3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f3aa5c8697e449f99c2cfbe2a371cab7"}], "type": "orchestration", "id": "c4334130b6d54a75804fe3f11a3b9e3e", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "39db2ebb65ae42659440fd9845949a6c"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ad23d2a65e74e3c87b1488af1f9f9ac"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d07664cbebb49149819cf7a6b20edb4"}], "type": "alarming", "id": "d878aa5c6b584d53a039f6a680fb6e8b", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/0a79be35aa1844b592171ec6b98067a3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e2bb44b06c0412ab74e54984b5b26b5"}, {"url": "http://192.30.9.3:8776/v2/0a79be35aa1844b592171ec6b98067a3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86bcb5a76e6c464bb4d42c969584d6f2"}, {"url": "http://172.30.9.27:8776/v2/0a79be35aa1844b592171ec6b98067a3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a391eed816af4966b335005bfe580d70"}], "type": "volumev2", "id": "e16298e148f54e96a50a134ca797deff", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b54cb5b666f74b91b0244b5332fdb3e5"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcc892608bd341e084be203695f810d1"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e980066294c34eb6866e6c4735e84a62"}], "type": "metric", "id": "f3a07a22777a4405b7eaf44da2e73e19", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.27:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1f66095afa4b74b4f26d432f5bfa55"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8dd5f30cc334148a7ed9d5ab68eee9b"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bfe7dd54acd947899871700a40dd0244"}], "type": "event", "id": "f6e223543cae4d9bad10258b0a294f12", "name": "panko"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vping_ssh-user_06b04be0-0822-4694-a7db-4221ca145ec3", "id": "1212362fb81143818cd79a44eab13ba8"}, "audit_ids": ["j_Mc4aTkQFqVmrICASkS1g"], "issued_at": "2018-08-15T17:30:10.000000Z"}} 2018-08-15 17:30:10,904 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-15 17:30:10,904 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}29b1742ee2d7820b5b878eefe2439a54eb631a2a" -d '{"network": {"name": "vping_ssh-net_06b04be0-0822-4694-a7db-4221ca145ec3", "admin_state_up": true}}' 2018-08-15 17:30:11,563 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 587 X-Openstack-Request-Id: req-3905dde8-2132-4103-9d5b-5f52e19fe17b Date: Wed, 15 Aug 2018 17:30:11 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"0a79be35aa1844b592171ec6b98067a3","created_at":"2018-08-15T17:30:11Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-15T17:30:11Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"0a79be35aa1844b592171ec6b98067a3","id":"b85b8b7c-d3e2-4cd6-bb47-0eb47772788d","name":"vping_ssh-net_06b04be0-0822-4694-a7db-4221ca145ec3"}} 2018-08-15 17:30:11,564 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-3905dde8-2132-4103-9d5b-5f52e19fe17b 2018-08-15 17:30:11,564 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.659732103348s 2018-08-15 17:30:11,564 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-3905dde8-2132-4103-9d5b-5f52e19fe17b 2018-08-15 17:30:11,564 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-15T17:30:11Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'b85b8b7c-d3e2-4cd6-bb47-0eb47772788d', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_ssh-net_06b04be0-0822-4694-a7db-4221ca145ec3', u'admin_state_up': True, u'tenant_id': u'0a79be35aa1844b592171ec6b98067a3', u'created_at': u'2018-08-15T17:30:11Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'0a79be35aa1844b592171ec6b98067a3'}) 2018-08-15 17:30:11,565 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-15 17:30:11,566 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}29b1742ee2d7820b5b878eefe2439a54eb631a2a" 2018-08-15 17:30:11,725 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1148 X-Openstack-Request-Id: req-6ab30e97-5409-4f14-bd80-8099fa1506ff Date: Wed, 15 Aug 2018 17:30:11 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-15T17:30:11Z","tenant_id":"0a79be35aa1844b592171ec6b98067a3","created_at":"2018-08-15T17:30:11Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"0a79be35aa1844b592171ec6b98067a3","id":"b85b8b7c-d3e2-4cd6-bb47-0eb47772788d","name":"vping_ssh-net_06b04be0-0822-4694-a7db-4221ca145ec3"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["3ef75223-733d-425d-bb3e-88e8a796bebc"],"updated_at":"2018-08-15T17:16:30Z","tenant_id":"d2c267e1fee9461ba5e64a915b9518f5","created_at":"2018-08-15T17:16:26Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"d2c267e1fee9461ba5e64a915b9518f5","id":"fc8ca119-27ab-4070-99fa-a2993d11ee48","name":"external"}]} 2018-08-15 17:30:11,726 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-6ab30e97-5409-4f14-bd80-8099fa1506ff 2018-08-15 17:30:11,726 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.160626173019s 2018-08-15 17:30:11,726 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-6ab30e97-5409-4f14-bd80-8099fa1506ff 2018-08-15 17:30:11,727 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-15 17:30:11,728 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}29b1742ee2d7820b5b878eefe2439a54eb631a2a" -d '{"subnet": {"name": "vping_ssh-subnet_06b04be0-0822-4694-a7db-4221ca145ec3", "enable_dhcp": true, "network_id": "b85b8b7c-d3e2-4cd6-bb47-0eb47772788d", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-15 17:30:12,553 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 677 X-Openstack-Request-Id: req-f837d7e7-2a22-49bb-8671-57b24f12473e Date: Wed, 15 Aug 2018 17:30:12 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b85b8b7c-d3e2-4cd6-bb47-0eb47772788d","tenant_id":"0a79be35aa1844b592171ec6b98067a3","created_at":"2018-08-15T17:30:12Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-15T17:30:12Z","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":"0a79be35aa1844b592171ec6b98067a3","id":"eab19a66-9f1d-45ab-9da9-2154f4633879","subnetpool_id":null,"name":"vping_ssh-subnet_06b04be0-0822-4694-a7db-4221ca145ec3"}} 2018-08-15 17:30:12,554 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-f837d7e7-2a22-49bb-8671-57b24f12473e 2018-08-15 17:30:12,554 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.826216936111s 2018-08-15 17:30:12,554 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-f837d7e7-2a22-49bb-8671-57b24f12473e 2018-08-15 17:30:12,555 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-15T17:30:12Z', 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'eab19a66-9f1d-45ab-9da9-2154f4633879', u'subnetpool_id': None, u'service_types': [], u'name': u'vping_ssh-subnet_06b04be0-0822-4694-a7db-4221ca145ec3', u'enable_dhcp': True, u'network_id': u'b85b8b7c-d3e2-4cd6-bb47-0eb47772788d', u'tenant_id': u'0a79be35aa1844b592171ec6b98067a3', u'created_at': u'2018-08-15T17:30:12Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'0a79be35aa1844b592171ec6b98067a3'}) 2018-08-15 17:30:12,555 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-15 17:30:12,556 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}29b1742ee2d7820b5b878eefe2439a54eb631a2a" -d '{"router": {"external_gateway_info": {"network_id": "fc8ca119-27ab-4070-99fa-a2993d11ee48"}, "name": "vping_ssh-router_06b04be0-0822-4694-a7db-4221ca145ec3", "admin_state_up": true}}' 2018-08-15 17:30:13,780 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 620 X-Openstack-Request-Id: req-211126aa-41d0-469e-b362-753a173752b7 Date: Wed, 15 Aug 2018 17:30:13 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "fc8ca119-27ab-4070-99fa-a2993d11ee48", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "3ef75223-733d-425d-bb3e-88e8a796bebc", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "0a79be35aa1844b592171ec6b98067a3", "created_at": "2018-08-15T17:30:12Z", "admin_state_up": true, "updated_at": "2018-08-15T17:30:13Z", "revision_number": 2, "routes": [], "project_id": "0a79be35aa1844b592171ec6b98067a3", "id": "4981ff87-3c2c-4bfb-bc93-6f720caedc25", "name": "vping_ssh-router_06b04be0-0822-4694-a7db-4221ca145ec3"}} 2018-08-15 17:30:13,780 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-211126aa-41d0-469e-b362-753a173752b7 2018-08-15 17:30:13,781 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.2253510952s 2018-08-15 17:30:13,781 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-211126aa-41d0-469e-b362-753a173752b7 2018-08-15 17:30:13,781 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'fc8ca119-27ab-4070-99fa-a2993d11ee48', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'3ef75223-733d-425d-bb3e-88e8a796bebc', u'ip_address': u'172.30.9.204'}]}, u'description': u'', u'tags': [], u'tenant_id': u'0a79be35aa1844b592171ec6b98067a3', u'created_at': u'2018-08-15T17:30:12Z', u'admin_state_up': True, u'updated_at': u'2018-08-15T17:30:13Z', u'revision_number': 2, u'routes': [], u'project_id': u'0a79be35aa1844b592171ec6b98067a3', u'id': u'4981ff87-3c2c-4bfb-bc93-6f720caedc25', u'name': u'vping_ssh-router_06b04be0-0822-4694-a7db-4221ca145ec3'}) 2018-08-15 17:30:13,782 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-15 17:30:13,782 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/4981ff87-3c2c-4bfb-bc93-6f720caedc25/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}29b1742ee2d7820b5b878eefe2439a54eb631a2a" -d '{"subnet_id": "eab19a66-9f1d-45ab-9da9-2154f4633879"}' 2018-08-15 17:30:15,660 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-79e6abeb-2f94-4924-9e1e-516c8889c398 Date: Wed, 15 Aug 2018 17:30:15 GMT RESP BODY: {"network_id": "b85b8b7c-d3e2-4cd6-bb47-0eb47772788d", "tenant_id": "0a79be35aa1844b592171ec6b98067a3", "subnet_id": "eab19a66-9f1d-45ab-9da9-2154f4633879", "subnet_ids": ["eab19a66-9f1d-45ab-9da9-2154f4633879"], "port_id": "ce8decb3-66d8-4289-9388-ab9ddff781dc", "id": "4981ff87-3c2c-4bfb-bc93-6f720caedc25"} 2018-08-15 17:30:15,660 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/4981ff87-3c2c-4bfb-bc93-6f720caedc25/add_router_interface.json used request id req-79e6abeb-2f94-4924-9e1e-516c8889c398 2018-08-15 17:30:15,661 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.87854504585s 2018-08-15 17:30:15,661 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/4981ff87-3c2c-4bfb-bc93-6f720caedc25/add_router_interface.json used request id req-79e6abeb-2f94-4924-9e1e-516c8889c398 returning object 4981ff87-3c2c-4bfb-bc93-6f720caedc25 2018-08-15 17:30:15,662 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-15 17:30:15,784 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-15 17:30:15,785 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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-15 17:30:15,789 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Wed, 15 Aug 2018 17:30:15 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}]} 2018-08-15 17:30:15,791 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-15 17:30:15,794 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}29b1742ee2d7820b5b878eefe2439a54eb631a2a" 2018-08-15 17:30:16,532 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-084a6fdc-fa11-4f05-aa84-18fca6e1b7e7 Date: Wed, 15 Aug 2018 17:30:16 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-15 17:30:16,532 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-084a6fdc-fa11-4f05-aa84-18fca6e1b7e7 2018-08-15 17:30:16,533 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.741101026535s 2018-08-15 17:30:16,533 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-084a6fdc-fa11-4f05-aa84-18fca6e1b7e7 2018-08-15 17:30:16,541 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-15 17:30:16,544 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}29b1742ee2d7820b5b878eefe2439a54eb631a2a" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vping_ssh-img_06b04be0-0822-4694-a7db-4221ca145ec3", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vping_ssh-img_06b04be0-0822-4694-a7db-4221ca145ec3"}' 2018-08-15 17:30:16,614 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 935 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/08d8b020-dc64-42f4-b720-4c8a7bc31cf1 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-51821646-1a83-4fa9-8b72-515585e75bb8 Date: Wed, 15 Aug 2018 17:30:16 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-15T17:30:16Z", "file": "/v2/images/08d8b020-dc64-42f4-b720-4c8a7bc31cf1/file", "owner": "0a79be35aa1844b592171ec6b98067a3", "id": "08d8b020-dc64-42f4-b720-4c8a7bc31cf1", "size": null, "self": "/v2/images/08d8b020-dc64-42f4-b720-4c8a7bc31cf1", "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_06b04be0-0822-4694-a7db-4221ca145ec3", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_06b04be0-0822-4694-a7db-4221ca145ec3", "checksum": null, "created_at": "2018-08-15T17:30:16Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-15 17:30:16,614 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-51821646-1a83-4fa9-8b72-515585e75bb8 2018-08-15 17:30:16,614 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0725529193878s 2018-08-15 17:30:16,615 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-51821646-1a83-4fa9-8b72-515585e75bb8 returning object 08d8b020-dc64-42f4-b720-4c8a7bc31cf1 2018-08-15 17:30:16,615 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-15 17:30:16,619 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9292/v2/images/08d8b020-dc64-42f4-b720-4c8a7bc31cf1/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}29b1742ee2d7820b5b878eefe2439a54eb631a2a" -d '' 2018-08-15 17:30:17,531 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-be93fc19-bbc9-4a7a-a0d2-263ad2bcb2ec Date: Wed, 15 Aug 2018 17:30: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-15 17:30:17,531 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/08d8b020-dc64-42f4-b720-4c8a7bc31cf1/file used request id req-be93fc19-bbc9-4a7a-a0d2-263ad2bcb2ec 2018-08-15 17:30:17,532 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.916108846664s 2018-08-15 17:30:17,532 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/08d8b020-dc64-42f4-b720-4c8a7bc31cf1/file used request id req-be93fc19-bbc9-4a7a-a0d2-263ad2bcb2ec 2018-08-15 17:30:17,536 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-15 17:30:17,540 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}29b1742ee2d7820b5b878eefe2439a54eb631a2a" 2018-08-15 17:30:17,618 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-dde5f5d9-05e2-496a-b2b9-9fdab7830fab Date: Wed, 15 Aug 2018 17:30:17 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-15T17:30:17Z", "file": "/v2/images/08d8b020-dc64-42f4-b720-4c8a7bc31cf1/file", "owner": "0a79be35aa1844b592171ec6b98067a3", "id": "08d8b020-dc64-42f4-b720-4c8a7bc31cf1", "size": 12716032, "self": "/v2/images/08d8b020-dc64-42f4-b720-4c8a7bc31cf1", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/08d8b020-dc64-42f4-b720-4c8a7bc31cf1/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/08d8b020-dc64-42f4-b720-4c8a7bc31cf1/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_06b04be0-0822-4694-a7db-4221ca145ec3", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_06b04be0-0822-4694-a7db-4221ca145ec3", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-15T17:30:16Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-15 17:30:17,618 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-dde5f5d9-05e2-496a-b2b9-9fdab7830fab 2018-08-15 17:30:17,618 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0820779800415s 2018-08-15 17:30:17,619 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-dde5f5d9-05e2-496a-b2b9-9fdab7830fab 2018-08-15 17:30:17,620 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/08d8b020-dc64-42f4-b720-4c8a7bc31cf1/snap', u'metadata': Munch({})})], 'file': u'/v2/images/08d8b020-dc64-42f4-b720-4c8a7bc31cf1/file', 'owner': u'0a79be35aa1844b592171ec6b98067a3', 'id': u'08d8b020-dc64-42f4-b720-4c8a7bc31cf1', 'size': 12716032, u'self': u'/v2/images/08d8b020-dc64-42f4-b720-4c8a7bc31cf1', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'0a79be35aa1844b592171ec6b98067a3', 'name': 'vping_ssh-project_06b04be0-0822-4694-a7db-4221ca145ec3', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/08d8b020-dc64-42f4-b720-4c8a7bc31cf1/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-15T17:30:17Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-15T17:30:17Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_ssh-img_06b04be0-0822-4694-a7db-4221ca145ec3', '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/08d8b020-dc64-42f4-b720-4c8a7bc31cf1', 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_06b04be0-0822-4694-a7db-4221ca145ec3', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'vping_ssh-img_06b04be0-0822-4694-a7db-4221ca145ec3', 'created': u'2018-08-15T17:30:16Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-15T17:30:16Z', 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/08d8b020-dc64-42f4-b720-4c8a7bc31cf1', 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_06b04be0-0822-4694-a7db-4221ca145ec3', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-15 17:30:17,621 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-15 17:30:17,624 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e6f621dc9faea8258bf8b7a82221a9adde8bd5cb" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vping_ssh-flavor_06b04be0-0822-4694-a7db-4221ca145ec3", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-15 17:30:17,939 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:30:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a0daa68d-5ac8-4da3-ba75-bcd5f54464e7 x-compute-request-id: req-a0daa68d-5ac8-4da3-ba75-bcd5f54464e7 Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavor": {"name": "vping_ssh-flavor_06b04be0-0822-4694-a7db-4221ca145ec3", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/5735cd35-a619-4063-a628-9381e79ba95e", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/5735cd35-a619-4063-a628-9381e79ba95e", "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": "5735cd35-a619-4063-a628-9381e79ba95e"}} 2018-08-15 17:30:17,940 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-a0daa68d-5ac8-4da3-ba75-bcd5f54464e7 2018-08-15 17:30:17,941 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.318943023682s 2018-08-15 17:30:17,941 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-a0daa68d-5ac8-4da3-ba75-bcd5f54464e7 2018-08-15 17:30:17,943 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vping_ssh-flavor_06b04be0-0822-4694-a7db-4221ca145ec3', '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'a3688ea3a7924e1e8a441a00bd79aae5', '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'5735cd35-a619-4063-a628-9381e79ba95e', 'swap': 0}) 2018-08-15 17:30:17,943 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-15 17:30:17,947 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/flavors/5735cd35-a619-4063-a628-9381e79ba95e/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}e6f621dc9faea8258bf8b7a82221a9adde8bd5cb" -d '{"extra_specs": {}}' 2018-08-15 17:30:17,965 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:30:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-3ac33f3d-a303-480c-b8ca-ae4a5fda1969 x-compute-request-id: req-3ac33f3d-a303-480c-b8ca-ae4a5fda1969 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-15 17:30:17,965 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/5735cd35-a619-4063-a628-9381e79ba95e/os-extra_specs used request id req-3ac33f3d-a303-480c-b8ca-ae4a5fda1969 2018-08-15 17:30:17,966 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0220038890839s 2018-08-15 17:30:17,966 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/5735cd35-a619-4063-a628-9381e79ba95e/os-extra_specs used request id req-3ac33f3d-a303-480c-b8ca-ae4a5fda1969 2018-08-15 17:30:17,967 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-08-15 17:30:17,969 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/os-keypairs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}29b1742ee2d7820b5b878eefe2439a54eb631a2a" -d '{"keypair": {"name": "vping_ssh-kp_06b04be0-0822-4694-a7db-4221ca145ec3"}}' 2018-08-15 17:30:18,347 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:30:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-79723226-f649-4e97-91b8-c8083de12f76 x-compute-request-id: req-79723226-f649-4e97-91b8-c8083de12f76 Content-Encoding: gzip Content-Length: 1806 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDjxjrzhqAx9MhM80rFnHtyDSjGP5z2OrXcvFLHlRV6QqeOt3zQMLGW6sxmuxPt/7fzsfLPz2WtX6CRmedAdeFGW9Dvrhpm3/G39Um06sO3gmFKlRJFWdbL0/k2IDM4driJQmd3xaC/wV7PGf0LptWZNxe+ZFhAWJGGXGTaO8k6r0R2SM9UJZEulS4gu3DOJrN3ciSSYotJF2/B2XKAM+c86pbbcLIalX3bFidQ7mBWZImCet64oHTcne1okBcenAmMt5N3Lb5MURtPcPfOxzykc4Ao9mx0yIjOLD2PSFMNImGTW9RhYbbJz3DmisIHhctGwmNw/tsAuBXyaIf+TJrR Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA48Y684agMfTITPNKxZx7cg0oxj+c9jq13LxSx5UVekKnjrd8\n0DCxlurMZrsT7f+387Hyz89lrV+gkZnnQHXhRlvQ764aZt/xt/VJtOrDt4JhSpUS\nRVnWy9P5NiAzOHa4iUJnd8Wgv8Fezxn9C6bVmTcXvmRYQFiRhlxk2jvJOq9EdkjP\nVCWRLpUuILtwziazd3IkkmKLSRdvwdlygDPnPOqW23CyGpV92xYnUO5gVmSJgnre\nuKB03J3taJAXHpwJjLeTdy2+TFEbT3D3zsc8pHOAKPZsdMiIziw9j0hTDSJhk1vU\nYWG2yc9w5orCB4XLRsJjcP7bALgV8miH/kya0QIDAQABAoIBAGm2BoYfZRnKUWvl\nPj6YcXJtSQ85Vs+wT9cyT/jw6Bbl+H30CqlU8BbqwhKroIREuksPu3FXAAmG6C6r\nDviLvRG6ay3Rz88PAFAwNxUQH+V7TUwgA2rMVzQiHPdR2nPKJbsOZpbf0cstI6Na\nnGZb96Y0O4DRcWPrtx50oxnlxW7GKPi8Lg63j6YGny0eXJLS7aG8KMbgHjau+qvK\n2uRrI4LccmcXyRbEx7QJzAPflbWo0GuE10cMD9rGF5f3Xq4fHHuVfq6xwvKT3omP\nYu0hx4nUyqDnfp6oh9YsSSDuQmPxWwSzERP4I8Id9+gjg8cwWNPQiYR6F2Nt1d3a\n4s1lgAECgYEA97lW/qyrW1FD+fOX0DvIqt1ffl7WXg0ozJUbgHu4ADOPuRUurtrI\nX0ajSXUlB1yOjVT9UulPNXlSDcXAbO97Qod245StRCWD9cnRmzQKBlJD4tx129H0\nOTNNsu3CQ5vdI/HUnFRvRUMYSlK0PO3QY8+ECDNZSZLDiXJz6hVwNoECgYEA62JF\nYqzRFW4qPdc+NaMR8YjjSwHH7PDyZYqxOwM4oy6F6kTCFBg6NjT1OQwIsc+ypsNU\nUJdnI9vFufIjXv6IPw1zXqVcGoCQ8QYcfvk8KbMKra4d/lZHZUwOFaExMVwYrNBo\nd2tFMq+BMy9H8Wqbrs3BRjDSt0qg+knyudm1XFECgYEAvtMyxHPWfD2Zk42lwG6N\nIbHtwbbkgwa4CwBBczPaha0yZWx/zYoTF/GeDxQCNi2CUjTJ/3hh39tY7esLU98W\noCUh3CXHYttTT57rrBbmMgBk8vjIgVC2ROnUTKUCJHqIWwwKr3ILVNtedsJGvTik\ncn6EQpzrhtVbcyGLUSK6kgECgYB7jiT/y9kgl6hCt9Zmz0de8szklXW9USjb1jZ7\n1JAJUCVpOFhrtd/wjlHedQunUm/ji4qZly/DqdwbZBffCFq6RjQ2DTTQkIYEjoGs\nwOUsuleznT8PP3jQmmCWR/uLfl1RcUA01zEGjwuRs5LfDWfVFRoL3xrsrZbcaq6n\nkbjaUQKBgQDa+NiWpPbMa97on884S+ZUWV5V9Jf67dPl08Fn6zsvW0x7zWRfAw0q\nncFPafljTm1R/SXqawtpZsNH1XHgUwSCcPzEKRIkQI+GkqoMGM1VFl/9Gs/Wcqrq\n/AUQ4EM9i7gjXKGviNYHO80lpbtEUowpCtWf5vpBNYQHj4BCrXer7w==\n-----END RSA PRIVATE KEY-----\n", "user_id": "1212362fb81143818cd79a44eab13ba8", "name": "vping_ssh-kp_06b04be0-0822-4694-a7db-4221ca145ec3", "fingerprint": "1b:fc:f5:07:c5:fe:aa:08:d9:a1:65:46:13:9f:b2:d1"}} 2018-08-15 17:30:18,348 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/os-keypairs used request id req-79723226-f649-4e97-91b8-c8083de12f76 2018-08-15 17:30:18,348 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.381105899811s 2018-08-15 17:30:18,348 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/os-keypairs used request id req-79723226-f649-4e97-91b8-c8083de12f76 2018-08-15 17:30:18,349 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDjxjrzhqAx9MhM80rFnHtyDSjGP5z2OrXcvFLHlRV6QqeOt3zQMLGW6sxmuxPt/7fzsfLPz2WtX6CRmedAdeFGW9Dvrhpm3/G39Um06sO3gmFKlRJFWdbL0/k2IDM4driJQmd3xaC/wV7PGf0LptWZNxe+ZFhAWJGGXGTaO8k6r0R2SM9UJZEulS4gu3DOJrN3ciSSYotJF2/B2XKAM+c86pbbcLIalX3bFidQ7mBWZImCet64oHTcne1okBcenAmMt5N3Lb5MURtPcPfOxzykc4Ao9mx0yIjOLD2PSFMNImGTW9RhYbbJz3DmisIHhctGwmNw/tsAuBXyaIf+TJrR Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA48Y684agMfTITPNKxZx7cg0oxj+c9jq13LxSx5UVekKnjrd8\n0DCxlurMZrsT7f+387Hyz89lrV+gkZnnQHXhRlvQ764aZt/xt/VJtOrDt4JhSpUS\nRVnWy9P5NiAzOHa4iUJnd8Wgv8Fezxn9C6bVmTcXvmRYQFiRhlxk2jvJOq9EdkjP\nVCWRLpUuILtwziazd3IkkmKLSRdvwdlygDPnPOqW23CyGpV92xYnUO5gVmSJgnre\nuKB03J3taJAXHpwJjLeTdy2+TFEbT3D3zsc8pHOAKPZsdMiIziw9j0hTDSJhk1vU\nYWG2yc9w5orCB4XLRsJjcP7bALgV8miH/kya0QIDAQABAoIBAGm2BoYfZRnKUWvl\nPj6YcXJtSQ85Vs+wT9cyT/jw6Bbl+H30CqlU8BbqwhKroIREuksPu3FXAAmG6C6r\nDviLvRG6ay3Rz88PAFAwNxUQH+V7TUwgA2rMVzQiHPdR2nPKJbsOZpbf0cstI6Na\nnGZb96Y0O4DRcWPrtx50oxnlxW7GKPi8Lg63j6YGny0eXJLS7aG8KMbgHjau+qvK\n2uRrI4LccmcXyRbEx7QJzAPflbWo0GuE10cMD9rGF5f3Xq4fHHuVfq6xwvKT3omP\nYu0hx4nUyqDnfp6oh9YsSSDuQmPxWwSzERP4I8Id9+gjg8cwWNPQiYR6F2Nt1d3a\n4s1lgAECgYEA97lW/qyrW1FD+fOX0DvIqt1ffl7WXg0ozJUbgHu4ADOPuRUurtrI\nX0ajSXUlB1yOjVT9UulPNXlSDcXAbO97Qod245StRCWD9cnRmzQKBlJD4tx129H0\nOTNNsu3CQ5vdI/HUnFRvRUMYSlK0PO3QY8+ECDNZSZLDiXJz6hVwNoECgYEA62JF\nYqzRFW4qPdc+NaMR8YjjSwHH7PDyZYqxOwM4oy6F6kTCFBg6NjT1OQwIsc+ypsNU\nUJdnI9vFufIjXv6IPw1zXqVcGoCQ8QYcfvk8KbMKra4d/lZHZUwOFaExMVwYrNBo\nd2tFMq+BMy9H8Wqbrs3BRjDSt0qg+knyudm1XFECgYEAvtMyxHPWfD2Zk42lwG6N\nIbHtwbbkgwa4CwBBczPaha0yZWx/zYoTF/GeDxQCNi2CUjTJ/3hh39tY7esLU98W\noCUh3CXHYttTT57rrBbmMgBk8vjIgVC2ROnUTKUCJHqIWwwKr3ILVNtedsJGvTik\ncn6EQpzrhtVbcyGLUSK6kgECgYB7jiT/y9kgl6hCt9Zmz0de8szklXW9USjb1jZ7\n1JAJUCVpOFhrtd/wjlHedQunUm/ji4qZly/DqdwbZBffCFq6RjQ2DTTQkIYEjoGs\nwOUsuleznT8PP3jQmmCWR/uLfl1RcUA01zEGjwuRs5LfDWfVFRoL3xrsrZbcaq6n\nkbjaUQKBgQDa+NiWpPbMa97on884S+ZUWV5V9Jf67dPl08Fn6zsvW0x7zWRfAw0q\nncFPafljTm1R/SXqawtpZsNH1XHgUwSCcPzEKRIkQI+GkqoMGM1VFl/9Gs/Wcqrq\n/AUQ4EM9i7gjXKGviNYHO80lpbtEUowpCtWf5vpBNYQHj4BCrXer7w==\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'1212362fb81143818cd79a44eab13ba8', 'name': u'vping_ssh-kp_06b04be0-0822-4694-a7db-4221ca145ec3', 'created_at': '2018-08-15T17:30:18.349429', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'0a79be35aa1844b592171ec6b98067a3', 'name': 'vping_ssh-project_06b04be0-0822-4694-a7db-4221ca145ec3', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'1b:fc:f5:07:c5:fe:aa:08:d9:a1:65:46:13:9f:b2:d1', 'type': 'ssh', 'id': u'vping_ssh-kp_06b04be0-0822-4694-a7db-4221ca145ec3'}) 2018-08-15 17:30:18,349 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpAIBAAKCAQEA48Y684agMfTITPNKxZx7cg0oxj+c9jq13LxSx5UVekKnjrd8 0DCxlurMZrsT7f+387Hyz89lrV+gkZnnQHXhRlvQ764aZt/xt/VJtOrDt4JhSpUS RVnWy9P5NiAzOHa4iUJnd8Wgv8Fezxn9C6bVmTcXvmRYQFiRhlxk2jvJOq9EdkjP VCWRLpUuILtwziazd3IkkmKLSRdvwdlygDPnPOqW23CyGpV92xYnUO5gVmSJgnre uKB03J3taJAXHpwJjLeTdy2+TFEbT3D3zsc8pHOAKPZsdMiIziw9j0hTDSJhk1vU YWG2yc9w5orCB4XLRsJjcP7bALgV8miH/kya0QIDAQABAoIBAGm2BoYfZRnKUWvl Pj6YcXJtSQ85Vs+wT9cyT/jw6Bbl+H30CqlU8BbqwhKroIREuksPu3FXAAmG6C6r DviLvRG6ay3Rz88PAFAwNxUQH+V7TUwgA2rMVzQiHPdR2nPKJbsOZpbf0cstI6Na nGZb96Y0O4DRcWPrtx50oxnlxW7GKPi8Lg63j6YGny0eXJLS7aG8KMbgHjau+qvK 2uRrI4LccmcXyRbEx7QJzAPflbWo0GuE10cMD9rGF5f3Xq4fHHuVfq6xwvKT3omP Yu0hx4nUyqDnfp6oh9YsSSDuQmPxWwSzERP4I8Id9+gjg8cwWNPQiYR6F2Nt1d3a 4s1lgAECgYEA97lW/qyrW1FD+fOX0DvIqt1ffl7WXg0ozJUbgHu4ADOPuRUurtrI X0ajSXUlB1yOjVT9UulPNXlSDcXAbO97Qod245StRCWD9cnRmzQKBlJD4tx129H0 OTNNsu3CQ5vdI/HUnFRvRUMYSlK0PO3QY8+ECDNZSZLDiXJz6hVwNoECgYEA62JF YqzRFW4qPdc+NaMR8YjjSwHH7PDyZYqxOwM4oy6F6kTCFBg6NjT1OQwIsc+ypsNU UJdnI9vFufIjXv6IPw1zXqVcGoCQ8QYcfvk8KbMKra4d/lZHZUwOFaExMVwYrNBo d2tFMq+BMy9H8Wqbrs3BRjDSt0qg+knyudm1XFECgYEAvtMyxHPWfD2Zk42lwG6N IbHtwbbkgwa4CwBBczPaha0yZWx/zYoTF/GeDxQCNi2CUjTJ/3hh39tY7esLU98W oCUh3CXHYttTT57rrBbmMgBk8vjIgVC2ROnUTKUCJHqIWwwKr3ILVNtedsJGvTik cn6EQpzrhtVbcyGLUSK6kgECgYB7jiT/y9kgl6hCt9Zmz0de8szklXW9USjb1jZ7 1JAJUCVpOFhrtd/wjlHedQunUm/ji4qZly/DqdwbZBffCFq6RjQ2DTTQkIYEjoGs wOUsuleznT8PP3jQmmCWR/uLfl1RcUA01zEGjwuRs5LfDWfVFRoL3xrsrZbcaq6n kbjaUQKBgQDa+NiWpPbMa97on884S+ZUWV5V9Jf67dPl08Fn6zsvW0x7zWRfAw0q ncFPafljTm1R/SXqawtpZsNH1XHgUwSCcPzEKRIkQI+GkqoMGM1VFl/9Gs/Wcqrq /AUQ4EM9i7gjXKGviNYHO80lpbtEUowpCtWf5vpBNYQHj4BCrXer7w== -----END RSA PRIVATE KEY----- 2018-08-15 17:30:18,353 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-08-15 17:30:18,353 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}29b1742ee2d7820b5b878eefe2439a54eb631a2a" -d '{"security_group": {"name": "vping_ssh-sg_06b04be0-0822-4694-a7db-4221ca145ec3", "description": "created by OPNFV Functest (vping_ssh)"}}' 2018-08-15 17:30:18,507 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1418 X-Openstack-Request-Id: req-dfa17bc7-1307-4099-9863-79e637581c8d Date: Wed, 15 Aug 2018 17:30:18 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "0a79be35aa1844b592171ec6b98067a3", "created_at": "2018-08-15T17:30:18Z", "updated_at": "2018-08-15T17:30:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:30:18Z", "revision_number": 0, "id": "3547b54b-b130-428b-b02f-b20c6629f8f2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T17:30:18Z", "security_group_id": "4c540e75-2f6b-4a7e-9353-960832362191", "tenant_id": "0a79be35aa1844b592171ec6b98067a3", "port_range_min": null, "ethertype": "IPv4", "project_id": "0a79be35aa1844b592171ec6b98067a3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:30:18Z", "revision_number": 0, "id": "e1feb52b-bc7d-4990-9991-27b091ed3e23", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T17:30:18Z", "security_group_id": "4c540e75-2f6b-4a7e-9353-960832362191", "tenant_id": "0a79be35aa1844b592171ec6b98067a3", "port_range_min": null, "ethertype": "IPv6", "project_id": "0a79be35aa1844b592171ec6b98067a3"}], "revision_number": 1, "project_id": "0a79be35aa1844b592171ec6b98067a3", "id": "4c540e75-2f6b-4a7e-9353-960832362191", "name": "vping_ssh-sg_06b04be0-0822-4694-a7db-4221ca145ec3"}} 2018-08-15 17:30:18,508 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-dfa17bc7-1307-4099-9863-79e637581c8d 2018-08-15 17:30:18,508 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.1549680233s 2018-08-15 17:30:18,508 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-dfa17bc7-1307-4099-9863-79e637581c8d 2018-08-15 17:30:18,512 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-15 17:30:18,513 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}29b1742ee2d7820b5b878eefe2439a54eb631a2a" 2018-08-15 17:30:18,595 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3834 X-Openstack-Request-Id: req-e28f6d6e-7ce4-41b6-a86a-dfa4582a4b7d Date: Wed, 15 Aug 2018 17:30:18 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "0a79be35aa1844b592171ec6b98067a3", "created_at": "2018-08-15T17:30:11Z", "updated_at": "2018-08-15T17:30:11Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:30:11Z", "revision_number": 0, "id": "00c88acf-1903-4b33-98a7-99ea979bd9c9", "remote_group_id": "4846ad83-79f7-42df-b750-d0ad674ce4cb", "remote_ip_prefix": null, "created_at": "2018-08-15T17:30:11Z", "security_group_id": "4846ad83-79f7-42df-b750-d0ad674ce4cb", "tenant_id": "0a79be35aa1844b592171ec6b98067a3", "port_range_min": null, "ethertype": "IPv6", "project_id": "0a79be35aa1844b592171ec6b98067a3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:30:11Z", "revision_number": 0, "id": "5fa7f683-afed-4549-8551-3a983fecdb88", "remote_group_id": "4846ad83-79f7-42df-b750-d0ad674ce4cb", "remote_ip_prefix": null, "created_at": "2018-08-15T17:30:11Z", "security_group_id": "4846ad83-79f7-42df-b750-d0ad674ce4cb", "tenant_id": "0a79be35aa1844b592171ec6b98067a3", "port_range_min": null, "ethertype": "IPv4", "project_id": "0a79be35aa1844b592171ec6b98067a3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:30:11Z", "revision_number": 0, "id": "6ce237a2-9336-48d3-8b84-91c541431eea", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T17:30:11Z", "security_group_id": "4846ad83-79f7-42df-b750-d0ad674ce4cb", "tenant_id": "0a79be35aa1844b592171ec6b98067a3", "port_range_min": null, "ethertype": "IPv6", "project_id": "0a79be35aa1844b592171ec6b98067a3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:30:11Z", "revision_number": 0, "id": "daedcab2-5861-4075-8055-2dc0aa3f48c6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T17:30:11Z", "security_group_id": "4846ad83-79f7-42df-b750-d0ad674ce4cb", "tenant_id": "0a79be35aa1844b592171ec6b98067a3", "port_range_min": null, "ethertype": "IPv4", "project_id": "0a79be35aa1844b592171ec6b98067a3"}], "revision_number": 1, "project_id": "0a79be35aa1844b592171ec6b98067a3", "id": "4846ad83-79f7-42df-b750-d0ad674ce4cb", "name": "default"}, {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "0a79be35aa1844b592171ec6b98067a3", "created_at": "2018-08-15T17:30:18Z", "updated_at": "2018-08-15T17:30:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:30:18Z", "revision_number": 0, "id": "3547b54b-b130-428b-b02f-b20c6629f8f2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T17:30:18Z", "security_group_id": "4c540e75-2f6b-4a7e-9353-960832362191", "tenant_id": "0a79be35aa1844b592171ec6b98067a3", "port_range_min": null, "ethertype": "IPv4", "project_id": "0a79be35aa1844b592171ec6b98067a3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:30:18Z", "revision_number": 0, "id": "e1feb52b-bc7d-4990-9991-27b091ed3e23", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T17:30:18Z", "security_group_id": "4c540e75-2f6b-4a7e-9353-960832362191", "tenant_id": "0a79be35aa1844b592171ec6b98067a3", "port_range_min": null, "ethertype": "IPv6", "project_id": "0a79be35aa1844b592171ec6b98067a3"}], "revision_number": 1, "project_id": "0a79be35aa1844b592171ec6b98067a3", "id": "4c540e75-2f6b-4a7e-9353-960832362191", "name": "vping_ssh-sg_06b04be0-0822-4694-a7db-4221ca145ec3"}]} 2018-08-15 17:30:18,596 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-e28f6d6e-7ce4-41b6-a86a-dfa4582a4b7d 2018-08-15 17:30:18,596 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0835061073303s 2018-08-15 17:30:18,596 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-e28f6d6e-7ce4-41b6-a86a-dfa4582a4b7d 2018-08-15 17:30:18,601 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-15 17:30:18,601 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}29b1742ee2d7820b5b878eefe2439a54eb631a2a" -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": "4c540e75-2f6b-4a7e-9353-960832362191"}}' 2018-08-15 17:30:18,764 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-edce4e1b-d4ce-47d9-9380-1ff9fc86e4c3 Date: Wed, 15 Aug 2018 17:30:18 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-15T17:30:18Z", "security_group_id": "4c540e75-2f6b-4a7e-9353-960832362191", "port_range_min": 22, "revision_number": 0, "tenant_id": "0a79be35aa1844b592171ec6b98067a3", "created_at": "2018-08-15T17:30:18Z", "project_id": "0a79be35aa1844b592171ec6b98067a3", "id": "226153c7-dc47-40c9-b24f-fdef49bb53f3"}} 2018-08-15 17:30:18,765 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules.json used request id req-edce4e1b-d4ce-47d9-9380-1ff9fc86e4c3 2018-08-15 17:30:18,765 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.164036035538s 2018-08-15 17:30:18,765 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules.json used request id req-edce4e1b-d4ce-47d9-9380-1ff9fc86e4c3 2018-08-15 17:30:18,768 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-15 17:30:18,769 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}29b1742ee2d7820b5b878eefe2439a54eb631a2a" 2018-08-15 17:30:18,810 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4330 X-Openstack-Request-Id: req-5b8188a6-201c-4ffc-82fc-0e0187152ebe Date: Wed, 15 Aug 2018 17:30:18 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "0a79be35aa1844b592171ec6b98067a3", "created_at": "2018-08-15T17:30:11Z", "updated_at": "2018-08-15T17:30:11Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:30:11Z", "revision_number": 0, "id": "00c88acf-1903-4b33-98a7-99ea979bd9c9", "remote_group_id": "4846ad83-79f7-42df-b750-d0ad674ce4cb", "remote_ip_prefix": null, "created_at": "2018-08-15T17:30:11Z", "security_group_id": "4846ad83-79f7-42df-b750-d0ad674ce4cb", "tenant_id": "0a79be35aa1844b592171ec6b98067a3", "port_range_min": null, "ethertype": "IPv6", "project_id": "0a79be35aa1844b592171ec6b98067a3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:30:11Z", "revision_number": 0, "id": "5fa7f683-afed-4549-8551-3a983fecdb88", "remote_group_id": "4846ad83-79f7-42df-b750-d0ad674ce4cb", "remote_ip_prefix": null, "created_at": "2018-08-15T17:30:11Z", "security_group_id": "4846ad83-79f7-42df-b750-d0ad674ce4cb", "tenant_id": "0a79be35aa1844b592171ec6b98067a3", "port_range_min": null, "ethertype": "IPv4", "project_id": "0a79be35aa1844b592171ec6b98067a3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:30:11Z", "revision_number": 0, "id": "6ce237a2-9336-48d3-8b84-91c541431eea", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T17:30:11Z", "security_group_id": "4846ad83-79f7-42df-b750-d0ad674ce4cb", "tenant_id": "0a79be35aa1844b592171ec6b98067a3", "port_range_min": null, "ethertype": "IPv6", "project_id": "0a79be35aa1844b592171ec6b98067a3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:30:11Z", "revision_number": 0, "id": "daedcab2-5861-4075-8055-2dc0aa3f48c6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T17:30:11Z", "security_group_id": "4846ad83-79f7-42df-b750-d0ad674ce4cb", "tenant_id": "0a79be35aa1844b592171ec6b98067a3", "port_range_min": null, "ethertype": "IPv4", "project_id": "0a79be35aa1844b592171ec6b98067a3"}], "revision_number": 1, "project_id": "0a79be35aa1844b592171ec6b98067a3", "id": "4846ad83-79f7-42df-b750-d0ad674ce4cb", "name": "default"}, {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "0a79be35aa1844b592171ec6b98067a3", "created_at": "2018-08-15T17:30:18Z", "updated_at": "2018-08-15T17:30:18Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-15T17:30:18Z", "revision_number": 0, "id": "226153c7-dc47-40c9-b24f-fdef49bb53f3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T17:30:18Z", "security_group_id": "4c540e75-2f6b-4a7e-9353-960832362191", "tenant_id": "0a79be35aa1844b592171ec6b98067a3", "port_range_min": 22, "ethertype": "IPv4", "project_id": "0a79be35aa1844b592171ec6b98067a3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:30:18Z", "revision_number": 0, "id": "3547b54b-b130-428b-b02f-b20c6629f8f2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T17:30:18Z", "security_group_id": "4c540e75-2f6b-4a7e-9353-960832362191", "tenant_id": "0a79be35aa1844b592171ec6b98067a3", "port_range_min": null, "ethertype": "IPv4", "project_id": "0a79be35aa1844b592171ec6b98067a3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:30:18Z", "revision_number": 0, "id": "e1feb52b-bc7d-4990-9991-27b091ed3e23", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T17:30:18Z", "security_group_id": "4c540e75-2f6b-4a7e-9353-960832362191", "tenant_id": "0a79be35aa1844b592171ec6b98067a3", "port_range_min": null, "ethertype": "IPv6", "project_id": "0a79be35aa1844b592171ec6b98067a3"}], "revision_number": 2, "project_id": "0a79be35aa1844b592171ec6b98067a3", "id": "4c540e75-2f6b-4a7e-9353-960832362191", "name": "vping_ssh-sg_06b04be0-0822-4694-a7db-4221ca145ec3"}]} 2018-08-15 17:30:18,810 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-5b8188a6-201c-4ffc-82fc-0e0187152ebe 2018-08-15 17:30:18,811 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0418899059296s 2018-08-15 17:30:18,811 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-5b8188a6-201c-4ffc-82fc-0e0187152ebe 2018-08-15 17:30:18,814 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-15 17:30:18,815 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}29b1742ee2d7820b5b878eefe2439a54eb631a2a" -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": "4c540e75-2f6b-4a7e-9353-960832362191"}}' 2018-08-15 17:30:18,946 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-907ff3d5-24e1-4500-874e-8eaa7e1f141d Date: Wed, 15 Aug 2018 17:30:18 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-15T17:30:18Z", "security_group_id": "4c540e75-2f6b-4a7e-9353-960832362191", "port_range_min": null, "revision_number": 0, "tenant_id": "0a79be35aa1844b592171ec6b98067a3", "created_at": "2018-08-15T17:30:18Z", "project_id": "0a79be35aa1844b592171ec6b98067a3", "id": "e8ae0e6d-1c44-4383-9c6d-2d84e1b4caf6"}} 2018-08-15 17:30:18,946 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules.json used request id req-907ff3d5-24e1-4500-874e-8eaa7e1f141d 2018-08-15 17:30:18,946 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.131860971451s 2018-08-15 17:30:18,946 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules.json used request id req-907ff3d5-24e1-4500-874e-8eaa7e1f141d 2018-08-15 17:30:18,948 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-15 17:30:18,949 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}29b1742ee2d7820b5b878eefe2439a54eb631a2a" 2018-08-15 17:30:19,040 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-c9359779-27fb-42a3-8e97-13da0638e472 Date: Wed, 15 Aug 2018 17:30:19 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":["eab19a66-9f1d-45ab-9da9-2154f4633879"],"updated_at":"2018-08-15T17:30:12Z","tenant_id":"0a79be35aa1844b592171ec6b98067a3","created_at":"2018-08-15T17:30:11Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"0a79be35aa1844b592171ec6b98067a3","id":"b85b8b7c-d3e2-4cd6-bb47-0eb47772788d","name":"vping_ssh-net_06b04be0-0822-4694-a7db-4221ca145ec3"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["3ef75223-733d-425d-bb3e-88e8a796bebc"],"updated_at":"2018-08-15T17:16:30Z","tenant_id":"d2c267e1fee9461ba5e64a915b9518f5","created_at":"2018-08-15T17:16:26Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"d2c267e1fee9461ba5e64a915b9518f5","id":"fc8ca119-27ab-4070-99fa-a2993d11ee48","name":"external"}]} 2018-08-15 17:30:19,041 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-c9359779-27fb-42a3-8e97-13da0638e472 2018-08-15 17:30:19,041 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0925130844116s 2018-08-15 17:30:19,041 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-c9359779-27fb-42a3-8e97-13da0638e472 2018-08-15 17:30:19,046 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-15 17:30:19,050 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}29b1742ee2d7820b5b878eefe2439a54eb631a2a" 2018-08-15 17:30:19,081 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-4d0b6666-34ce-4b90-b61c-cd543d3195c4 Date: Wed, 15 Aug 2018 17:30:19 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-15T17:30:17Z", "file": "/v2/images/08d8b020-dc64-42f4-b720-4c8a7bc31cf1/file", "owner": "0a79be35aa1844b592171ec6b98067a3", "id": "08d8b020-dc64-42f4-b720-4c8a7bc31cf1", "size": 12716032, "self": "/v2/images/08d8b020-dc64-42f4-b720-4c8a7bc31cf1", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/08d8b020-dc64-42f4-b720-4c8a7bc31cf1/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/08d8b020-dc64-42f4-b720-4c8a7bc31cf1/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_06b04be0-0822-4694-a7db-4221ca145ec3", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_06b04be0-0822-4694-a7db-4221ca145ec3", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-15T17:30:16Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-15 17:30:19,081 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-4d0b6666-34ce-4b90-b61c-cd543d3195c4 2018-08-15 17:30:19,082 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0356428623199s 2018-08-15 17:30:19,082 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-4d0b6666-34ce-4b90-b61c-cd543d3195c4 2018-08-15 17:30:19,083 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-15 17:30:19,086 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}29b1742ee2d7820b5b878eefe2439a54eb631a2a" 2018-08-15 17:30:19,108 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:30:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d892e88f-7a65-4026-8c90-a36ee8c2e41a x-compute-request-id: req-d892e88f-7a65-4026-8c90-a36ee8c2e41a Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_ssh-flavor_06b04be0-0822-4694-a7db-4221ca145ec3", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/5735cd35-a619-4063-a628-9381e79ba95e", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/5735cd35-a619-4063-a628-9381e79ba95e", "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": "5735cd35-a619-4063-a628-9381e79ba95e"}]} 2018-08-15 17:30:19,108 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-d892e88f-7a65-4026-8c90-a36ee8c2e41a 2018-08-15 17:30:19,108 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0246019363403s 2018-08-15 17:30:19,108 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-d892e88f-7a65-4026-8c90-a36ee8c2e41a 2018-08-15 17:30:19,110 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-15 17:30:19,112 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}29b1742ee2d7820b5b878eefe2439a54eb631a2a" -d '{"server": {"name": "vping_ssh-vm2_06b04be0-0822-4694-a7db-4221ca145ec3", "imageRef": "08d8b020-dc64-42f4-b720-4c8a7bc31cf1", "flavorRef": "5735cd35-a619-4063-a628-9381e79ba95e", "max_count": 1, "min_count": 1, "networks": [{"uuid": "b85b8b7c-d3e2-4cd6-bb47-0eb47772788d"}], "security_groups": [{"name": "4c540e75-2f6b-4a7e-9353-960832362191"}]}}' 2018-08-15 17:30:21,136 - keystoneauth.session - DEBUG - RESP: [202] Date: Wed, 15 Aug 2018 17:30:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-61080256-b36d-42df-b293-e7f10ec87759 x-compute-request-id: req-61080256-b36d-42df-b293-e7f10ec87759 Content-Length: 403 location: http://172.30.9.27:8774/v2.1/servers/473b9bbc-3b79-4d7b-843b-d4b091555293 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "4c540e75-2f6b-4a7e-9353-960832362191"}], "OS-DCF:diskConfig": "MANUAL", "id": "473b9bbc-3b79-4d7b-843b-d4b091555293", "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/473b9bbc-3b79-4d7b-843b-d4b091555293", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/473b9bbc-3b79-4d7b-843b-d4b091555293", "rel": "bookmark"}], "adminPass": "3GExy59pFDWw"}} 2018-08-15 17:30:21,136 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-61080256-b36d-42df-b293-e7f10ec87759 2018-08-15 17:30:21,137 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 2.0266058445s 2018-08-15 17:30:21,137 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-61080256-b36d-42df-b293-e7f10ec87759 2018-08-15 17:30:21,138 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 17:30:21,141 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}29b1742ee2d7820b5b878eefe2439a54eb631a2a" 2018-08-15 17:30:21,513 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:30:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7a975f3e-5c57-42ad-a72c-025e1020edb8 x-compute-request-id: req-7a975f3e-5c57-42ad-a72c-025e1020edb8 Content-Encoding: gzip Content-Length: 599 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/473b9bbc-3b79-4d7b-843b-d4b091555293", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/473b9bbc-3b79-4d7b-843b-d4b091555293", "rel": "bookmark"}], "image": {"id": "08d8b020-dc64-42f4-b720-4c8a7bc31cf1", "links": [{"href": "http://172.30.9.27:8774/images/08d8b020-dc64-42f4-b720-4c8a7bc31cf1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5735cd35-a619-4063-a628-9381e79ba95e", "links": [{"href": "http://172.30.9.27:8774/flavors/5735cd35-a619-4063-a628-9381e79ba95e", "rel": "bookmark"}]}, "id": "473b9bbc-3b79-4d7b-843b-d4b091555293", "user_id": "1212362fb81143818cd79a44eab13ba8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T17:30:21Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_06b04be0-0822-4694-a7db-4221ca145ec3", "created": "2018-08-15T17:30:21Z", "tenant_id": "0a79be35aa1844b592171ec6b98067a3", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 17:30:21,513 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-7a975f3e-5c57-42ad-a72c-025e1020edb8 2018-08-15 17:30:21,513 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.37514591217s 2018-08-15 17:30:21,513 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-7a975f3e-5c57-42ad-a72c-025e1020edb8 2018-08-15 17:30:21,520 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-15 17:30:21,521 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}29b1742ee2d7820b5b878eefe2439a54eb631a2a" 2018-08-15 17:30:21,603 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-22c4100f-cd75-453b-8ac9-1e5afe5cd629 Date: Wed, 15 Aug 2018 17:30: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":["eab19a66-9f1d-45ab-9da9-2154f4633879"],"updated_at":"2018-08-15T17:30:12Z","tenant_id":"0a79be35aa1844b592171ec6b98067a3","created_at":"2018-08-15T17:30:11Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"0a79be35aa1844b592171ec6b98067a3","id":"b85b8b7c-d3e2-4cd6-bb47-0eb47772788d","name":"vping_ssh-net_06b04be0-0822-4694-a7db-4221ca145ec3"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["3ef75223-733d-425d-bb3e-88e8a796bebc"],"updated_at":"2018-08-15T17:16:30Z","tenant_id":"d2c267e1fee9461ba5e64a915b9518f5","created_at":"2018-08-15T17:16:26Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"d2c267e1fee9461ba5e64a915b9518f5","id":"fc8ca119-27ab-4070-99fa-a2993d11ee48","name":"external"}]} 2018-08-15 17:30:21,604 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-22c4100f-cd75-453b-8ac9-1e5afe5cd629 2018-08-15 17:30:21,604 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0833940505981s 2018-08-15 17:30:21,604 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-22c4100f-cd75-453b-8ac9-1e5afe5cd629 2018-08-15 17:30:21,605 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-15 17:30:21,606 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}29b1742ee2d7820b5b878eefe2439a54eb631a2a" 2018-08-15 17:30:21,662 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-6fe2f5a4-ab84-4a0a-9afa-72cc0c2a51b2 Date: Wed, 15 Aug 2018 17:30:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b85b8b7c-d3e2-4cd6-bb47-0eb47772788d","tenant_id":"0a79be35aa1844b592171ec6b98067a3","created_at":"2018-08-15T17:30:12Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-15T17:30:12Z","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":"0a79be35aa1844b592171ec6b98067a3","id":"eab19a66-9f1d-45ab-9da9-2154f4633879","subnetpool_id":null,"name":"vping_ssh-subnet_06b04be0-0822-4694-a7db-4221ca145ec3"}]} 2018-08-15 17:30:21,662 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-6fe2f5a4-ab84-4a0a-9afa-72cc0c2a51b2 2018-08-15 17:30:21,662 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0570330619812s 2018-08-15 17:30:21,663 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-6fe2f5a4-ab84-4a0a-9afa-72cc0c2a51b2 2018-08-15 17:30:21,663 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 17:30:23,666 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 17:30:23,669 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}29b1742ee2d7820b5b878eefe2439a54eb631a2a" 2018-08-15 17:30:24,919 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:30:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-33ff2636-5e45-4615-ab0c-0254871d7666 x-compute-request-id: req-33ff2636-5e45-4615-ab0c-0254871d7666 Content-Encoding: gzip Content-Length: 664 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/473b9bbc-3b79-4d7b-843b-d4b091555293", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/473b9bbc-3b79-4d7b-843b-d4b091555293", "rel": "bookmark"}], "image": {"id": "08d8b020-dc64-42f4-b720-4c8a7bc31cf1", "links": [{"href": "http://172.30.9.27:8774/images/08d8b020-dc64-42f4-b720-4c8a7bc31cf1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5735cd35-a619-4063-a628-9381e79ba95e", "links": [{"href": "http://172.30.9.27:8774/flavors/5735cd35-a619-4063-a628-9381e79ba95e", "rel": "bookmark"}]}, "id": "473b9bbc-3b79-4d7b-843b-d4b091555293", "security_groups": [{"name": "vping_ssh-sg_06b04be0-0822-4694-a7db-4221ca145ec3"}], "user_id": "1212362fb81143818cd79a44eab13ba8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T17:30:23Z", "hostId": "8df86c72c50cb12ff161e353478e762632aa79e3ea1750ee41123481", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_06b04be0-0822-4694-a7db-4221ca145ec3", "created": "2018-08-15T17:30:21Z", "tenant_id": "0a79be35aa1844b592171ec6b98067a3", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 17:30:24,919 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-33ff2636-5e45-4615-ab0c-0254871d7666 2018-08-15 17:30:24,920 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.25327110291s 2018-08-15 17:30:24,920 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-33ff2636-5e45-4615-ab0c-0254871d7666 2018-08-15 17:30:24,924 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 17:30:26,927 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 17:30:26,930 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}29b1742ee2d7820b5b878eefe2439a54eb631a2a" 2018-08-15 17:30:27,281 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:30: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-c541fd63-e030-452b-8c80-e13eab2afa99 x-compute-request-id: req-c541fd63-e030-452b-8c80-e13eab2afa99 Content-Encoding: gzip Content-Length: 664 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/473b9bbc-3b79-4d7b-843b-d4b091555293", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/473b9bbc-3b79-4d7b-843b-d4b091555293", "rel": "bookmark"}], "image": {"id": "08d8b020-dc64-42f4-b720-4c8a7bc31cf1", "links": [{"href": "http://172.30.9.27:8774/images/08d8b020-dc64-42f4-b720-4c8a7bc31cf1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5735cd35-a619-4063-a628-9381e79ba95e", "links": [{"href": "http://172.30.9.27:8774/flavors/5735cd35-a619-4063-a628-9381e79ba95e", "rel": "bookmark"}]}, "id": "473b9bbc-3b79-4d7b-843b-d4b091555293", "security_groups": [{"name": "vping_ssh-sg_06b04be0-0822-4694-a7db-4221ca145ec3"}], "user_id": "1212362fb81143818cd79a44eab13ba8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T17:30:23Z", "hostId": "8df86c72c50cb12ff161e353478e762632aa79e3ea1750ee41123481", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_06b04be0-0822-4694-a7db-4221ca145ec3", "created": "2018-08-15T17:30:21Z", "tenant_id": "0a79be35aa1844b592171ec6b98067a3", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 17:30:27,282 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-c541fd63-e030-452b-8c80-e13eab2afa99 2018-08-15 17:30:27,282 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.354733943939s 2018-08-15 17:30:27,282 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-c541fd63-e030-452b-8c80-e13eab2afa99 2018-08-15 17:30:27,286 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 17:30:29,289 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 17:30:29,292 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}29b1742ee2d7820b5b878eefe2439a54eb631a2a" 2018-08-15 17:30:29,651 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:30:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4b3c3e5b-c78a-40b1-be6e-cd3a0b962823 x-compute-request-id: req-4b3c3e5b-c78a-40b1-be6e-cd3a0b962823 Content-Encoding: gzip Content-Length: 742 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_06b04be0-0822-4694-a7db-4221ca145ec3": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:56:c5:e5", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/473b9bbc-3b79-4d7b-843b-d4b091555293", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/473b9bbc-3b79-4d7b-843b-d4b091555293", "rel": "bookmark"}], "image": {"id": "08d8b020-dc64-42f4-b720-4c8a7bc31cf1", "links": [{"href": "http://172.30.9.27:8774/images/08d8b020-dc64-42f4-b720-4c8a7bc31cf1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T17:30:27.000000", "flavor": {"id": "5735cd35-a619-4063-a628-9381e79ba95e", "links": [{"href": "http://172.30.9.27:8774/flavors/5735cd35-a619-4063-a628-9381e79ba95e", "rel": "bookmark"}]}, "id": "473b9bbc-3b79-4d7b-843b-d4b091555293", "security_groups": [{"name": "vping_ssh-sg_06b04be0-0822-4694-a7db-4221ca145ec3"}], "user_id": "1212362fb81143818cd79a44eab13ba8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T17:30:27Z", "hostId": "8df86c72c50cb12ff161e353478e762632aa79e3ea1750ee41123481", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_06b04be0-0822-4694-a7db-4221ca145ec3", "created": "2018-08-15T17:30:21Z", "tenant_id": "0a79be35aa1844b592171ec6b98067a3", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 17:30:29,652 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-4b3c3e5b-c78a-40b1-be6e-cd3a0b962823 2018-08-15 17:30:29,652 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.362949848175s 2018-08-15 17:30:29,652 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-4b3c3e5b-c78a-40b1-be6e-cd3a0b962823 2018-08-15 17:30:29,656 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-15 17:30:29,657 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/ports.json?device_id=473b9bbc-3b79-4d7b-843b-d4b091555293" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}29b1742ee2d7820b5b878eefe2439a54eb631a2a" 2018-08-15 17:30:29,713 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-914cede1-949b-48ae-a7cb-69afe9613c70 Date: Wed, 15 Aug 2018 17:30:29 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"b85b8b7c-d3e2-4cd6-bb47-0eb47772788d","tenant_id":"0a79be35aa1844b592171ec6b98067a3","created_at":"2018-08-15T17:30:23Z","admin_state_up":true,"updated_at":"2018-08-15T17:30:27Z","binding:vnic_type":"normal","device_id":"473b9bbc-3b79-4d7b-843b-d4b091555293","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:56:c5:e5","id":"b5a70b61-0dc4-4a69-94ed-74675bbba944","port_security_enabled":true,"project_id":"0a79be35aa1844b592171ec6b98067a3","fixed_ips":[{"subnet_id":"eab19a66-9f1d-45ab-9da9-2154f4633879","ip_address":"192.168.120.10"}],"extra_dhcp_opts":[],"security_groups":["4c540e75-2f6b-4a7e-9353-960832362191"],"name":""}]} 2018-08-15 17:30:29,714 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=473b9bbc-3b79-4d7b-843b-d4b091555293 used request id req-914cede1-949b-48ae-a7cb-69afe9613c70 2018-08-15 17:30:29,714 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0571570396423s 2018-08-15 17:30:29,714 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=473b9bbc-3b79-4d7b-843b-d4b091555293 used request id req-914cede1-949b-48ae-a7cb-69afe9613c70 2018-08-15 17:30:29,719 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-15 17:30:29,719 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/floatingips.json?port_id=b5a70b61-0dc4-4a69-94ed-74675bbba944" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}29b1742ee2d7820b5b878eefe2439a54eb631a2a" 2018-08-15 17:30:29,761 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-2d5dcd40-4367-43f1-8534-10c40f421953 Date: Wed, 15 Aug 2018 17:30:29 GMT RESP BODY: {"floatingips": []} 2018-08-15 17:30:29,762 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json?port_id=b5a70b61-0dc4-4a69-94ed-74675bbba944 used request id req-2d5dcd40-4367-43f1-8534-10c40f421953 2018-08-15 17:30:29,762 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0427720546722s 2018-08-15 17:30:29,762 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json?port_id=b5a70b61-0dc4-4a69-94ed-74675bbba944 used request id req-2d5dcd40-4367-43f1-8534-10c40f421953 2018-08-15 17:30:29,763 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_ssh-net_06b04be0-0822-4694-a7db-4221ca145ec3': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:56:c5:e5', u'version': 4, u'addr': u'192.168.120.10', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'08d8b020-dc64-42f4-b720-4c8a7bc31cf1'}), 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-15T17:30:27.000000', 'flavor': Munch({u'id': u'5735cd35-a619-4063-a628-9381e79ba95e'}), 'az': u'nova', 'id': u'473b9bbc-3b79-4d7b-843b-d4b091555293', 'security_groups': [Munch({u'name': u'vping_ssh-sg_06b04be0-0822-4694-a7db-4221ca145ec3'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'1212362fb81143818cd79a44eab13ba8', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'0a79be35aa1844b592171ec6b98067a3', 'name': 'vping_ssh-project_06b04be0-0822-4694-a7db-4221ca145ec3', '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-15T17:30:27.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-15T17:30:27Z', 'hostId': u'8df86c72c50cb12ff161e353478e762632aa79e3ea1750ee41123481', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.10', 'cloud': 'envvars', 'host_id': u'8df86c72c50cb12ff161e353478e762632aa79e3ea1750ee41123481', '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-15T17:30:27.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'0a79be35aa1844b592171ec6b98067a3', 'name': u'vping_ssh-vm2_06b04be0-0822-4694-a7db-4221ca145ec3', 'adminPass': u'3GExy59pFDWw', 'tenant_id': u'0a79be35aa1844b592171ec6b98067a3', 'created_at': u'2018-08-15T17:30:21Z', 'created': u'2018-08-15T17:30:21Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-15 17:30:29,764 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-15 17:30:29,764 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}29b1742ee2d7820b5b878eefe2439a54eb631a2a" 2018-08-15 17:30:29,850 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-410259a6-dc95-453b-b240-8f9fc070214f Date: Wed, 15 Aug 2018 17:30:29 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":["eab19a66-9f1d-45ab-9da9-2154f4633879"],"updated_at":"2018-08-15T17:30:12Z","tenant_id":"0a79be35aa1844b592171ec6b98067a3","created_at":"2018-08-15T17:30:11Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"0a79be35aa1844b592171ec6b98067a3","id":"b85b8b7c-d3e2-4cd6-bb47-0eb47772788d","name":"vping_ssh-net_06b04be0-0822-4694-a7db-4221ca145ec3"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["3ef75223-733d-425d-bb3e-88e8a796bebc"],"updated_at":"2018-08-15T17:16:30Z","tenant_id":"d2c267e1fee9461ba5e64a915b9518f5","created_at":"2018-08-15T17:16:26Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"d2c267e1fee9461ba5e64a915b9518f5","id":"fc8ca119-27ab-4070-99fa-a2993d11ee48","name":"external"}]} 2018-08-15 17:30:29,850 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-410259a6-dc95-453b-b240-8f9fc070214f 2018-08-15 17:30:29,850 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0864381790161s 2018-08-15 17:30:29,851 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-410259a6-dc95-453b-b240-8f9fc070214f 2018-08-15 17:30:29,855 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-15 17:30:29,859 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}29b1742ee2d7820b5b878eefe2439a54eb631a2a" 2018-08-15 17:30:30,136 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-9f910dea-fa15-4852-af52-ef75086b7bad Date: Wed, 15 Aug 2018 17:30:30 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-15T17:30:17Z", "file": "/v2/images/08d8b020-dc64-42f4-b720-4c8a7bc31cf1/file", "owner": "0a79be35aa1844b592171ec6b98067a3", "id": "08d8b020-dc64-42f4-b720-4c8a7bc31cf1", "size": 12716032, "self": "/v2/images/08d8b020-dc64-42f4-b720-4c8a7bc31cf1", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/08d8b020-dc64-42f4-b720-4c8a7bc31cf1/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/08d8b020-dc64-42f4-b720-4c8a7bc31cf1/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_06b04be0-0822-4694-a7db-4221ca145ec3", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_06b04be0-0822-4694-a7db-4221ca145ec3", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-15T17:30:16Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-15 17:30:30,137 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-9f910dea-fa15-4852-af52-ef75086b7bad 2018-08-15 17:30:30,137 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.281478881836s 2018-08-15 17:30:30,137 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-9f910dea-fa15-4852-af52-ef75086b7bad 2018-08-15 17:30:30,139 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-15 17:30:30,141 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}29b1742ee2d7820b5b878eefe2439a54eb631a2a" 2018-08-15 17:30:30,163 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:30: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-3edb9a90-9213-4452-b06c-a0b626c14b35 x-compute-request-id: req-3edb9a90-9213-4452-b06c-a0b626c14b35 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_ssh-flavor_06b04be0-0822-4694-a7db-4221ca145ec3", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/5735cd35-a619-4063-a628-9381e79ba95e", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/5735cd35-a619-4063-a628-9381e79ba95e", "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": "5735cd35-a619-4063-a628-9381e79ba95e"}]} 2018-08-15 17:30:30,163 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-3edb9a90-9213-4452-b06c-a0b626c14b35 2018-08-15 17:30:30,163 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0240669250488s 2018-08-15 17:30:30,163 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-3edb9a90-9213-4452-b06c-a0b626c14b35 2018-08-15 17:30:30,164 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-15 17:30:30,167 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}29b1742ee2d7820b5b878eefe2439a54eb631a2a" -d '{"server": {"name": "vping_ssh-vm_06b04be0-0822-4694-a7db-4221ca145ec3", "imageRef": "08d8b020-dc64-42f4-b720-4c8a7bc31cf1", "key_name": "vping_ssh-kp_06b04be0-0822-4694-a7db-4221ca145ec3", "flavorRef": "5735cd35-a619-4063-a628-9381e79ba95e", "max_count": 1, "min_count": 1, "networks": [{"uuid": "b85b8b7c-d3e2-4cd6-bb47-0eb47772788d"}], "security_groups": [{"name": "4c540e75-2f6b-4a7e-9353-960832362191"}]}}' 2018-08-15 17:30:31,698 - keystoneauth.session - DEBUG - RESP: [202] Date: Wed, 15 Aug 2018 17:30: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-0594dd41-18fa-4af0-b99b-9a96b9793f62 x-compute-request-id: req-0594dd41-18fa-4af0-b99b-9a96b9793f62 Content-Length: 403 location: http://172.30.9.27:8774/v2.1/servers/1447fe30-a38b-46d4-b262-87bb575da57c Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "4c540e75-2f6b-4a7e-9353-960832362191"}], "OS-DCF:diskConfig": "MANUAL", "id": "1447fe30-a38b-46d4-b262-87bb575da57c", "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/1447fe30-a38b-46d4-b262-87bb575da57c", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/1447fe30-a38b-46d4-b262-87bb575da57c", "rel": "bookmark"}], "adminPass": "TwJADuXx9oRi"}} 2018-08-15 17:30:31,698 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-0594dd41-18fa-4af0-b99b-9a96b9793f62 2018-08-15 17:30:31,698 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 1.53376221657s 2018-08-15 17:30:31,699 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-0594dd41-18fa-4af0-b99b-9a96b9793f62 2018-08-15 17:30:31,699 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 17:30:31,702 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}29b1742ee2d7820b5b878eefe2439a54eb631a2a" 2018-08-15 17:30:32,120 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:30:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a48b4691-39c1-4aee-aaad-2f24bc6e317c x-compute-request-id: req-a48b4691-39c1-4aee-aaad-2f24bc6e317c Content-Encoding: gzip Content-Length: 848 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/1447fe30-a38b-46d4-b262-87bb575da57c", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/1447fe30-a38b-46d4-b262-87bb575da57c", "rel": "bookmark"}], "image": {"id": "08d8b020-dc64-42f4-b720-4c8a7bc31cf1", "links": [{"href": "http://172.30.9.27:8774/images/08d8b020-dc64-42f4-b720-4c8a7bc31cf1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5735cd35-a619-4063-a628-9381e79ba95e", "links": [{"href": "http://172.30.9.27:8774/flavors/5735cd35-a619-4063-a628-9381e79ba95e", "rel": "bookmark"}]}, "id": "1447fe30-a38b-46d4-b262-87bb575da57c", "user_id": "1212362fb81143818cd79a44eab13ba8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T17:30:31Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_06b04be0-0822-4694-a7db-4221ca145ec3", "name": "vping_ssh-vm_06b04be0-0822-4694-a7db-4221ca145ec3", "created": "2018-08-15T17:30:31Z", "tenant_id": "0a79be35aa1844b592171ec6b98067a3", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_06b04be0-0822-4694-a7db-4221ca145ec3": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:56:c5:e5", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/473b9bbc-3b79-4d7b-843b-d4b091555293", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/473b9bbc-3b79-4d7b-843b-d4b091555293", "rel": "bookmark"}], "image": {"id": "08d8b020-dc64-42f4-b720-4c8a7bc31cf1", "links": [{"href": "http://172.30.9.27:8774/images/08d8b020-dc64-42f4-b720-4c8a7bc31cf1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T17:30:27.000000", "flavor": {"id": "5735cd35-a619-4063-a628-9381e79ba95e", "links": [{"href": "http://172.30.9.27:8774/flavors/5735cd35-a619-4063-a628-9381e79ba95e", "rel": "bookmark"}]}, "id": "473b9bbc-3b79-4d7b-843b-d4b091555293", "security_groups": [{"name": "vping_ssh-sg_06b04be0-0822-4694-a7db-4221ca145ec3"}], "user_id": "1212362fb81143818cd79a44eab13ba8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T17:30:27Z", "hostId": "8df86c72c50cb12ff161e353478e762632aa79e3ea1750ee41123481", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_06b04be0-0822-4694-a7db-4221ca145ec3", "created": "2018-08-15T17:30:21Z", "tenant_id": "0a79be35aa1844b592171ec6b98067a3", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 17:30:32,121 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-a48b4691-39c1-4aee-aaad-2f24bc6e317c 2018-08-15 17:30:32,121 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.421397209167s 2018-08-15 17:30:32,121 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-a48b4691-39c1-4aee-aaad-2f24bc6e317c 2018-08-15 17:30:32,127 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 17:30:34,129 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 17:30:34,132 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}29b1742ee2d7820b5b878eefe2439a54eb631a2a" 2018-08-15 17:30:34,784 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:30: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-16e0fa09-0378-4485-a4c5-02adb5872beb x-compute-request-id: req-16e0fa09-0378-4485-a4c5-02adb5872beb Content-Encoding: gzip Content-Length: 893 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/1447fe30-a38b-46d4-b262-87bb575da57c", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/1447fe30-a38b-46d4-b262-87bb575da57c", "rel": "bookmark"}], "image": {"id": "08d8b020-dc64-42f4-b720-4c8a7bc31cf1", "links": [{"href": "http://172.30.9.27:8774/images/08d8b020-dc64-42f4-b720-4c8a7bc31cf1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5735cd35-a619-4063-a628-9381e79ba95e", "links": [{"href": "http://172.30.9.27:8774/flavors/5735cd35-a619-4063-a628-9381e79ba95e", "rel": "bookmark"}]}, "id": "1447fe30-a38b-46d4-b262-87bb575da57c", "security_groups": [{"name": "vping_ssh-sg_06b04be0-0822-4694-a7db-4221ca145ec3"}], "user_id": "1212362fb81143818cd79a44eab13ba8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T17:30:33Z", "hostId": "7503e0274a59cb9528b5e1730a6e28a257a748323015210c3e0ce028", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_06b04be0-0822-4694-a7db-4221ca145ec3", "name": "vping_ssh-vm_06b04be0-0822-4694-a7db-4221ca145ec3", "created": "2018-08-15T17:30:31Z", "tenant_id": "0a79be35aa1844b592171ec6b98067a3", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_06b04be0-0822-4694-a7db-4221ca145ec3": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:56:c5:e5", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/473b9bbc-3b79-4d7b-843b-d4b091555293", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/473b9bbc-3b79-4d7b-843b-d4b091555293", "rel": "bookmark"}], "image": {"id": "08d8b020-dc64-42f4-b720-4c8a7bc31cf1", "links": [{"href": "http://172.30.9.27:8774/images/08d8b020-dc64-42f4-b720-4c8a7bc31cf1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T17:30:27.000000", "flavor": {"id": "5735cd35-a619-4063-a628-9381e79ba95e", "links": [{"href": "http://172.30.9.27:8774/flavors/5735cd35-a619-4063-a628-9381e79ba95e", "rel": "bookmark"}]}, "id": "473b9bbc-3b79-4d7b-843b-d4b091555293", "security_groups": [{"name": "vping_ssh-sg_06b04be0-0822-4694-a7db-4221ca145ec3"}], "user_id": "1212362fb81143818cd79a44eab13ba8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T17:30:27Z", "hostId": "8df86c72c50cb12ff161e353478e762632aa79e3ea1750ee41123481", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_06b04be0-0822-4694-a7db-4221ca145ec3", "created": "2018-08-15T17:30:21Z", "tenant_id": "0a79be35aa1844b592171ec6b98067a3", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 17:30:34,784 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-16e0fa09-0378-4485-a4c5-02adb5872beb 2018-08-15 17:30:34,784 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.654927015305s 2018-08-15 17:30:34,785 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-16e0fa09-0378-4485-a4c5-02adb5872beb 2018-08-15 17:30:34,790 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 17:30:36,791 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 17:30:36,794 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}29b1742ee2d7820b5b878eefe2439a54eb631a2a" 2018-08-15 17:30:36,983 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:30: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-24682fab-e926-4d47-ae98-3f01fbbe5f27 x-compute-request-id: req-24682fab-e926-4d47-ae98-3f01fbbe5f27 Content-Encoding: gzip Content-Length: 887 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/1447fe30-a38b-46d4-b262-87bb575da57c", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/1447fe30-a38b-46d4-b262-87bb575da57c", "rel": "bookmark"}], "image": {"id": "08d8b020-dc64-42f4-b720-4c8a7bc31cf1", "links": [{"href": "http://172.30.9.27:8774/images/08d8b020-dc64-42f4-b720-4c8a7bc31cf1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5735cd35-a619-4063-a628-9381e79ba95e", "links": [{"href": "http://172.30.9.27:8774/flavors/5735cd35-a619-4063-a628-9381e79ba95e", "rel": "bookmark"}]}, "id": "1447fe30-a38b-46d4-b262-87bb575da57c", "security_groups": [{"name": "vping_ssh-sg_06b04be0-0822-4694-a7db-4221ca145ec3"}], "user_id": "1212362fb81143818cd79a44eab13ba8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T17:30:34Z", "hostId": "7503e0274a59cb9528b5e1730a6e28a257a748323015210c3e0ce028", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_06b04be0-0822-4694-a7db-4221ca145ec3", "name": "vping_ssh-vm_06b04be0-0822-4694-a7db-4221ca145ec3", "created": "2018-08-15T17:30:31Z", "tenant_id": "0a79be35aa1844b592171ec6b98067a3", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_06b04be0-0822-4694-a7db-4221ca145ec3": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:56:c5:e5", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/473b9bbc-3b79-4d7b-843b-d4b091555293", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/473b9bbc-3b79-4d7b-843b-d4b091555293", "rel": "bookmark"}], "image": {"id": "08d8b020-dc64-42f4-b720-4c8a7bc31cf1", "links": [{"href": "http://172.30.9.27:8774/images/08d8b020-dc64-42f4-b720-4c8a7bc31cf1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T17:30:27.000000", "flavor": {"id": "5735cd35-a619-4063-a628-9381e79ba95e", "links": [{"href": "http://172.30.9.27:8774/flavors/5735cd35-a619-4063-a628-9381e79ba95e", "rel": "bookmark"}]}, "id": "473b9bbc-3b79-4d7b-843b-d4b091555293", "security_groups": [{"name": "vping_ssh-sg_06b04be0-0822-4694-a7db-4221ca145ec3"}], "user_id": "1212362fb81143818cd79a44eab13ba8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T17:30:27Z", "hostId": "8df86c72c50cb12ff161e353478e762632aa79e3ea1750ee41123481", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_06b04be0-0822-4694-a7db-4221ca145ec3", "created": "2018-08-15T17:30:21Z", "tenant_id": "0a79be35aa1844b592171ec6b98067a3", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 17:30:36,984 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-24682fab-e926-4d47-ae98-3f01fbbe5f27 2018-08-15 17:30:36,984 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.192855119705s 2018-08-15 17:30:36,984 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-24682fab-e926-4d47-ae98-3f01fbbe5f27 2018-08-15 17:30:36,989 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 17:30:38,992 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 17:30:38,995 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}29b1742ee2d7820b5b878eefe2439a54eb631a2a" 2018-08-15 17:30:39,163 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:30: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-2a508032-879f-4f0f-9671-f9f145d153b0 x-compute-request-id: req-2a508032-879f-4f0f-9671-f9f145d153b0 Content-Encoding: gzip Content-Length: 887 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/1447fe30-a38b-46d4-b262-87bb575da57c", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/1447fe30-a38b-46d4-b262-87bb575da57c", "rel": "bookmark"}], "image": {"id": "08d8b020-dc64-42f4-b720-4c8a7bc31cf1", "links": [{"href": "http://172.30.9.27:8774/images/08d8b020-dc64-42f4-b720-4c8a7bc31cf1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5735cd35-a619-4063-a628-9381e79ba95e", "links": [{"href": "http://172.30.9.27:8774/flavors/5735cd35-a619-4063-a628-9381e79ba95e", "rel": "bookmark"}]}, "id": "1447fe30-a38b-46d4-b262-87bb575da57c", "security_groups": [{"name": "vping_ssh-sg_06b04be0-0822-4694-a7db-4221ca145ec3"}], "user_id": "1212362fb81143818cd79a44eab13ba8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T17:30:34Z", "hostId": "7503e0274a59cb9528b5e1730a6e28a257a748323015210c3e0ce028", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_06b04be0-0822-4694-a7db-4221ca145ec3", "name": "vping_ssh-vm_06b04be0-0822-4694-a7db-4221ca145ec3", "created": "2018-08-15T17:30:31Z", "tenant_id": "0a79be35aa1844b592171ec6b98067a3", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_06b04be0-0822-4694-a7db-4221ca145ec3": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:56:c5:e5", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/473b9bbc-3b79-4d7b-843b-d4b091555293", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/473b9bbc-3b79-4d7b-843b-d4b091555293", "rel": "bookmark"}], "image": {"id": "08d8b020-dc64-42f4-b720-4c8a7bc31cf1", "links": [{"href": "http://172.30.9.27:8774/images/08d8b020-dc64-42f4-b720-4c8a7bc31cf1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T17:30:27.000000", "flavor": {"id": "5735cd35-a619-4063-a628-9381e79ba95e", "links": [{"href": "http://172.30.9.27:8774/flavors/5735cd35-a619-4063-a628-9381e79ba95e", "rel": "bookmark"}]}, "id": "473b9bbc-3b79-4d7b-843b-d4b091555293", "security_groups": [{"name": "vping_ssh-sg_06b04be0-0822-4694-a7db-4221ca145ec3"}], "user_id": "1212362fb81143818cd79a44eab13ba8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T17:30:27Z", "hostId": "8df86c72c50cb12ff161e353478e762632aa79e3ea1750ee41123481", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_06b04be0-0822-4694-a7db-4221ca145ec3", "created": "2018-08-15T17:30:21Z", "tenant_id": "0a79be35aa1844b592171ec6b98067a3", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 17:30:39,163 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-2a508032-879f-4f0f-9671-f9f145d153b0 2018-08-15 17:30:39,164 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.171856880188s 2018-08-15 17:30:39,164 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-2a508032-879f-4f0f-9671-f9f145d153b0 2018-08-15 17:30:39,169 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 17:30:41,172 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 17:30:41,174 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}29b1742ee2d7820b5b878eefe2439a54eb631a2a" 2018-08-15 17:30:41,368 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:30: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-c9845f20-e216-4615-bb14-01fbb2a93370 x-compute-request-id: req-c9845f20-e216-4615-bb14-01fbb2a93370 Content-Encoding: gzip Content-Length: 867 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_06b04be0-0822-4694-a7db-4221ca145ec3": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5e:63:f7", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/1447fe30-a38b-46d4-b262-87bb575da57c", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/1447fe30-a38b-46d4-b262-87bb575da57c", "rel": "bookmark"}], "image": {"id": "08d8b020-dc64-42f4-b720-4c8a7bc31cf1", "links": [{"href": "http://172.30.9.27:8774/images/08d8b020-dc64-42f4-b720-4c8a7bc31cf1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T17:30:40.000000", "flavor": {"id": "5735cd35-a619-4063-a628-9381e79ba95e", "links": [{"href": "http://172.30.9.27:8774/flavors/5735cd35-a619-4063-a628-9381e79ba95e", "rel": "bookmark"}]}, "id": "1447fe30-a38b-46d4-b262-87bb575da57c", "security_groups": [{"name": "vping_ssh-sg_06b04be0-0822-4694-a7db-4221ca145ec3"}], "user_id": "1212362fb81143818cd79a44eab13ba8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T17:30:40Z", "hostId": "7503e0274a59cb9528b5e1730a6e28a257a748323015210c3e0ce028", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_06b04be0-0822-4694-a7db-4221ca145ec3", "name": "vping_ssh-vm_06b04be0-0822-4694-a7db-4221ca145ec3", "created": "2018-08-15T17:30:31Z", "tenant_id": "0a79be35aa1844b592171ec6b98067a3", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_06b04be0-0822-4694-a7db-4221ca145ec3": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:56:c5:e5", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/473b9bbc-3b79-4d7b-843b-d4b091555293", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/473b9bbc-3b79-4d7b-843b-d4b091555293", "rel": "bookmark"}], "image": {"id": "08d8b020-dc64-42f4-b720-4c8a7bc31cf1", "links": [{"href": "http://172.30.9.27:8774/images/08d8b020-dc64-42f4-b720-4c8a7bc31cf1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T17:30:27.000000", "flavor": {"id": "5735cd35-a619-4063-a628-9381e79ba95e", "links": [{"href": "http://172.30.9.27:8774/flavors/5735cd35-a619-4063-a628-9381e79ba95e", "rel": "bookmark"}]}, "id": "473b9bbc-3b79-4d7b-843b-d4b091555293", "security_groups": [{"name": "vping_ssh-sg_06b04be0-0822-4694-a7db-4221ca145ec3"}], "user_id": "1212362fb81143818cd79a44eab13ba8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T17:30:27Z", "hostId": "8df86c72c50cb12ff161e353478e762632aa79e3ea1750ee41123481", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_06b04be0-0822-4694-a7db-4221ca145ec3", "created": "2018-08-15T17:30:21Z", "tenant_id": "0a79be35aa1844b592171ec6b98067a3", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 17:30:41,369 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-c9845f20-e216-4615-bb14-01fbb2a93370 2018-08-15 17:30:41,369 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.19717001915s 2018-08-15 17:30:41,370 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-c9845f20-e216-4615-bb14-01fbb2a93370 2018-08-15 17:30:41,376 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-15 17:30:41,377 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/ports.json?device_id=1447fe30-a38b-46d4-b262-87bb575da57c" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}29b1742ee2d7820b5b878eefe2439a54eb631a2a" 2018-08-15 17:30:41,429 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-e0e866e1-4263-481a-b784-72276b086790 Date: Wed, 15 Aug 2018 17:30:41 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"b85b8b7c-d3e2-4cd6-bb47-0eb47772788d","tenant_id":"0a79be35aa1844b592171ec6b98067a3","created_at":"2018-08-15T17:30:34Z","admin_state_up":true,"updated_at":"2018-08-15T17:30:40Z","binding:vnic_type":"normal","device_id":"1447fe30-a38b-46d4-b262-87bb575da57c","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:5e:63:f7","id":"5d39bf22-e3fe-49d6-9f32-2d366ce9fcff","port_security_enabled":true,"project_id":"0a79be35aa1844b592171ec6b98067a3","fixed_ips":[{"subnet_id":"eab19a66-9f1d-45ab-9da9-2154f4633879","ip_address":"192.168.120.14"}],"extra_dhcp_opts":[],"security_groups":["4c540e75-2f6b-4a7e-9353-960832362191"],"name":""}]} 2018-08-15 17:30:41,429 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=1447fe30-a38b-46d4-b262-87bb575da57c used request id req-e0e866e1-4263-481a-b784-72276b086790 2018-08-15 17:30:41,430 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0529279708862s 2018-08-15 17:30:41,430 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=1447fe30-a38b-46d4-b262-87bb575da57c used request id req-e0e866e1-4263-481a-b784-72276b086790 2018-08-15 17:30:41,435 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-15 17:30:41,436 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/floatingips.json?port_id=5d39bf22-e3fe-49d6-9f32-2d366ce9fcff" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}29b1742ee2d7820b5b878eefe2439a54eb631a2a" 2018-08-15 17:30:41,480 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-64d9fa9a-d7b5-45bc-af68-5e9bbc30c354 Date: Wed, 15 Aug 2018 17:30:41 GMT RESP BODY: {"floatingips": []} 2018-08-15 17:30:41,480 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json?port_id=5d39bf22-e3fe-49d6-9f32-2d366ce9fcff used request id req-64d9fa9a-d7b5-45bc-af68-5e9bbc30c354 2018-08-15 17:30:41,480 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0443141460419s 2018-08-15 17:30:41,480 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json?port_id=5d39bf22-e3fe-49d6-9f32-2d366ce9fcff used request id req-64d9fa9a-d7b5-45bc-af68-5e9bbc30c354 2018-08-15 17:30:41,481 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_ssh-net_06b04be0-0822-4694-a7db-4221ca145ec3': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:5e:63:f7', 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'08d8b020-dc64-42f4-b720-4c8a7bc31cf1'}), 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-15T17:30:40.000000', 'flavor': Munch({u'id': u'5735cd35-a619-4063-a628-9381e79ba95e'}), 'az': u'nova', 'id': u'1447fe30-a38b-46d4-b262-87bb575da57c', 'security_groups': [Munch({u'name': u'vping_ssh-sg_06b04be0-0822-4694-a7db-4221ca145ec3'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'1212362fb81143818cd79a44eab13ba8', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'0a79be35aa1844b592171ec6b98067a3', 'name': 'vping_ssh-project_06b04be0-0822-4694-a7db-4221ca145ec3', '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-15T17:30:40.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-15T17:30:40Z', 'hostId': u'7503e0274a59cb9528b5e1730a6e28a257a748323015210c3e0ce028', u'OS-SRV-USG:terminated_at': None, 'key_name': u'vping_ssh-kp_06b04be0-0822-4694-a7db-4221ca145ec3', 'public_v6': '', 'private_v4': u'192.168.120.14', 'cloud': 'envvars', 'host_id': u'7503e0274a59cb9528b5e1730a6e28a257a748323015210c3e0ce028', '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-15T17:30:40.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'0a79be35aa1844b592171ec6b98067a3', 'name': u'vping_ssh-vm_06b04be0-0822-4694-a7db-4221ca145ec3', 'adminPass': u'TwJADuXx9oRi', 'tenant_id': u'0a79be35aa1844b592171ec6b98067a3', 'created_at': u'2018-08-15T17:30:31Z', 'created': u'2018-08-15T17:30:31Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-15 17:30:41,484 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-15 17:30:41,484 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}29b1742ee2d7820b5b878eefe2439a54eb631a2a" 2018-08-15 17:30:41,571 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-e59a19c0-6e0f-4308-a77a-cdcc64302db7 Date: Wed, 15 Aug 2018 17:30:41 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":["eab19a66-9f1d-45ab-9da9-2154f4633879"],"updated_at":"2018-08-15T17:30:12Z","tenant_id":"0a79be35aa1844b592171ec6b98067a3","created_at":"2018-08-15T17:30:11Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"0a79be35aa1844b592171ec6b98067a3","id":"b85b8b7c-d3e2-4cd6-bb47-0eb47772788d","name":"vping_ssh-net_06b04be0-0822-4694-a7db-4221ca145ec3"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["3ef75223-733d-425d-bb3e-88e8a796bebc"],"updated_at":"2018-08-15T17:16:30Z","tenant_id":"d2c267e1fee9461ba5e64a915b9518f5","created_at":"2018-08-15T17:16:26Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"d2c267e1fee9461ba5e64a915b9518f5","id":"fc8ca119-27ab-4070-99fa-a2993d11ee48","name":"external"}]} 2018-08-15 17:30:41,571 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-e59a19c0-6e0f-4308-a77a-cdcc64302db7 2018-08-15 17:30:41,572 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0877861976624s 2018-08-15 17:30:41,572 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-e59a19c0-6e0f-4308-a77a-cdcc64302db7 2018-08-15 17:30:41,573 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-15 17:30:41,574 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/ports.json?device_id=1447fe30-a38b-46d4-b262-87bb575da57c" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}29b1742ee2d7820b5b878eefe2439a54eb631a2a" 2018-08-15 17:30:41,622 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-56810360-bc24-4903-82e0-d758b07e5abe Date: Wed, 15 Aug 2018 17:30:41 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"b85b8b7c-d3e2-4cd6-bb47-0eb47772788d","tenant_id":"0a79be35aa1844b592171ec6b98067a3","created_at":"2018-08-15T17:30:34Z","admin_state_up":true,"updated_at":"2018-08-15T17:30:40Z","binding:vnic_type":"normal","device_id":"1447fe30-a38b-46d4-b262-87bb575da57c","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:5e:63:f7","id":"5d39bf22-e3fe-49d6-9f32-2d366ce9fcff","port_security_enabled":true,"project_id":"0a79be35aa1844b592171ec6b98067a3","fixed_ips":[{"subnet_id":"eab19a66-9f1d-45ab-9da9-2154f4633879","ip_address":"192.168.120.14"}],"extra_dhcp_opts":[],"security_groups":["4c540e75-2f6b-4a7e-9353-960832362191"],"name":""}]} 2018-08-15 17:30:41,622 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=1447fe30-a38b-46d4-b262-87bb575da57c used request id req-56810360-bc24-4903-82e0-d758b07e5abe 2018-08-15 17:30:41,622 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0492539405823s 2018-08-15 17:30:41,623 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=1447fe30-a38b-46d4-b262-87bb575da57c used request id req-56810360-bc24-4903-82e0-d758b07e5abe 2018-08-15 17:30:41,623 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-08-15 17:30:41,624 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}29b1742ee2d7820b5b878eefe2439a54eb631a2a" -d '{"floatingip": {"floating_network_id": "fc8ca119-27ab-4070-99fa-a2993d11ee48", "fixed_ip_address": "192.168.120.14", "port_id": "5d39bf22-e3fe-49d6-9f32-2d366ce9fcff"}}' 2018-08-15 17:30:43,312 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 554 X-Openstack-Request-Id: req-1756454e-a5c6-4a83-bb52-8c99ca86cbe5 Date: Wed, 15 Aug 2018 17:30:43 GMT RESP BODY: {"floatingip": {"router_id": "4981ff87-3c2c-4bfb-bc93-6f720caedc25", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-15T17:30:42Z", "floating_network_id": "fc8ca119-27ab-4070-99fa-a2993d11ee48", "fixed_ip_address": "192.168.120.14", "floating_ip_address": "172.30.9.211", "revision_number": 0, "port_id": "5d39bf22-e3fe-49d6-9f32-2d366ce9fcff", "id": "f5b05b44-45d5-4a54-8ab7-f4f53167150e", "tenant_id": "0a79be35aa1844b592171ec6b98067a3", "created_at": "2018-08-15T17:30:42Z", "project_id": "0a79be35aa1844b592171ec6b98067a3"}} 2018-08-15 17:30:43,312 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-1756454e-a5c6-4a83-bb52-8c99ca86cbe5 2018-08-15 17:30:43,312 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.68890595436s 2018-08-15 17:30:43,313 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-1756454e-a5c6-4a83-bb52-8c99ca86cbe5 2018-08-15 17:30:43,320 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-15 17:30:43,321 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}29b1742ee2d7820b5b878eefe2439a54eb631a2a" 2018-08-15 17:30:43,402 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 557 X-Openstack-Request-Id: req-91cbc319-50e6-4092-b267-51236d971d8d Date: Wed, 15 Aug 2018 17:30:43 GMT RESP BODY: {"floatingips": [{"router_id": "4981ff87-3c2c-4bfb-bc93-6f720caedc25", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-15T17:30:42Z", "floating_network_id": "fc8ca119-27ab-4070-99fa-a2993d11ee48", "fixed_ip_address": "192.168.120.14", "floating_ip_address": "172.30.9.211", "revision_number": 0, "port_id": "5d39bf22-e3fe-49d6-9f32-2d366ce9fcff", "id": "f5b05b44-45d5-4a54-8ab7-f4f53167150e", "tenant_id": "0a79be35aa1844b592171ec6b98067a3", "created_at": "2018-08-15T17:30:42Z", "project_id": "0a79be35aa1844b592171ec6b98067a3"}]} 2018-08-15 17:30:43,402 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-91cbc319-50e6-4092-b267-51236d971d8d 2018-08-15 17:30:43,402 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0813140869141s 2018-08-15 17:30:43,402 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-91cbc319-50e6-4092-b267-51236d971d8d 2018-08-15 17:30:43,406 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'4981ff87-3c2c-4bfb-bc93-6f720caedc25', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'0a79be35aa1844b592171ec6b98067a3', 'created_at': u'2018-08-15T17:30:42Z', 'attached': True, 'updated_at': u'2018-08-15T17:30:42Z', 'id': u'f5b05b44-45d5-4a54-8ab7-f4f53167150e', 'floating_network_id': u'fc8ca119-27ab-4070-99fa-a2993d11ee48', 'fixed_ip_address': u'192.168.120.14', 'floating_ip_address': u'172.30.9.211', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'0a79be35aa1844b592171ec6b98067a3', 'name': 'vping_ssh-project_06b04be0-0822-4694-a7db-4221ca145ec3', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'4981ff87-3c2c-4bfb-bc93-6f720caedc25', 'project_id': u'0a79be35aa1844b592171ec6b98067a3', 'port_id': u'5d39bf22-e3fe-49d6-9f32-2d366ce9fcff', 'port': u'5d39bf22-e3fe-49d6-9f32-2d366ce9fcff', 'network': u'fc8ca119-27ab-4070-99fa-a2993d11ee48'}) 2018-08-15 17:30:43,407 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-15 17:30:43,409 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/1447fe30-a38b-46d4-b262-87bb575da57c/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}29b1742ee2d7820b5b878eefe2439a54eb631a2a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-15 17:30:44,147 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:30: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-29b8ade7-47b2-41ff-9ed5-3f838cd24ac5 x-compute-request-id: req-29b8ade7-47b2-41ff-9ed5-3f838cd24ac5 Content-Encoding: gzip Content-Length: 7948 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 505094955 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.195827] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.198266] pid_max: default: 32768 minimum: 301\n[ 0.199584] ACPI: Core revision 20150930\n[ 0.201331] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.203260] Security Framework initialized\n[ 0.204458] Yama: becoming mindful.\n[ 0.205530] AppArmor: AppArmor initialized\n[ 0.206790] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.208691] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.210565] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.212339] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.214364] Initializing cgroup subsys io\n[ 0.215559] Initializing cgroup subsys memory\n[ 0.216824] Initializing cgroup subsys devices\n[ 0.218102] Initializing cgroup subsys freezer\n[ 0.219385] Initializing cgroup subsys net_cls\n[ 0.220654] Initializing cgroup subsys perf_event\n[ 0.221993] Initializing cgroup subsys net_prio\n[ 0.223307] Initializing cgroup subsys hugetlb\n[ 0.224581] Initializing cgroup subsys pids\n[ 0.225835] CPU: Physical Processor ID: 0\n[ 0.227735] mce: CPU supports 10 MCE banks\n[ 0.228964] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.230438] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.247247] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.253983] ftrace: allocating 31920 entries in 125 pages\n[ 0.279229] smpboot: Max logical packages: 1\n[ 0.280475] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.282495] x2apic enabled\n[ 0.283685] Switched APIC routing to physical x2apic.\n[ 0.286227] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.287861] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.290788] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.293436] KVM setup paravirtual spinlock\n[ 0.295115] x86: Booted up 1 node, 1 CPUs\n[ 0.296303] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.298317] devtmpfs: initialized\n[ 0.300367] evm: security.selinux\n[ 0.301396] evm: security.SMACK64\n[ 0.302416] evm: security.SMACK64EXEC\n[ 0.303514] evm: security.SMACK64TRANSMUTE\n[ 0.304704] evm: security.SMACK64MMAP\n[ 0.305805] evm: security.ima\n[ 0.306754] evm: security.capability\n[ 0.307899] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.310606] pinctrl core: initialized pinctrl subsystem\n[ 0.312184] RTC time: 17:30:40, date: 08/15/18\n[ 0.313565] NET: Registered protocol family 16\n[ 0.314973] cpuidle: using governor ladder\n[ 0.316179] cpuidle: using governor menu\n[ 0.317335] PCCT header not found.\n[ 0.318423] ACPI: bus type PCI registered\n[ 0.319601] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.321407] PCI: Using configuration type 1 for base access\n[ 0.323682] ACPI: Added _OSI(Module Device)\n[ 0.324912] ACPI: Added _OSI(Processor Device)\n[ 0.326183] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.327505] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.329811] ACPI: Interpreter enabled\n[ 0.330936] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.333585] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.336214] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.338855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.341555] ACPI: (supports S0 S5)\n[ 0.342570] ACPI: Using IOAPIC for interrupt routing\n[ 0.344001] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.347916] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.349546] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.351407] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.353137] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.356254] acpiphp: Slot [3] registered\n[ 0.357395] acpiphp: Slot [4] registered\n[ 0.358539] acpiphp: Slot [5] registered\n[ 0.359681] acpiphp: Slot [6] registered\n[ 0.360860] acpiphp: Slot [7] registered\n[ 0.362003] acpiphp: Slot [8] registered\n[ 0.363143] acpiphp: Slot [9] registered\n[ 0.364286] acpiphp: Slot [10] registered\n[ 0.365447] acpiphp: Slot [11] registered\n[ 0.366608] acpiphp: Slot [12] registered\n[ 0.367765] acpiphp: Slot [13] registered\n[ 0.368920] acpiphp: Slot [14] registered\n[ 0.370095] acpiphp: Slot [15] registered\n[ 0.384984] acpiphp: Slot [16] registered\n[ 0.386147] acpiphp: Slot [17] registered\n[ 0.387308] acpiphp: Slot [18] registered\n[ 0.388463] acpiphp: Slot [19] registered\n[ 0.389628] acpiphp: Slot [20] registered\n[ 0.390821] acpiphp: Slot [21] registered\n[ 0.392005] acpiphp: Slot [22] registered\n[ 0.393166] acpiphp: Slot [23] registered\n[ 0.394339] acpiphp: Slot [24] registered\n[ 0.395509] acpiphp: Slot [25] registered\n[ 0.396667] acpiphp: Slot [26] registered\n[ 0.397830] acpiphp: Slot [27] registered\n[ 0.398996] acpiphp: Slot [28] registered\n[ 0.400159] acpiphp: Slot [29] registered\n[ 0.401339] acpiphp: Slot [30] registered\n[ 0.402550] acpiphp: Slot [31] registered\n[ 0.403717] PCI host bridge to bus 0000:00\n[ 0.404878] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.406621] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.408367] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.410532] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.412628] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.414773] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.418816] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.420652] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.422404] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.424229] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.428519] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.430576] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.450933] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.453056] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.455063] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.457058] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.459048] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.460843] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.462680] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.464197] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.466432] vgaarb: loaded\n[ 0.467304] vgaarb: bridge control possible 0000:00:02.0\n[ 0.469032] SCSI subsystem initialized\n[ 0.470362] ACPI: bus type USB registered\n[ 0.471596] usbcore: registered new interface driver usbfs\n[ 0.473089] usbcore: registered new interface driver hub\n[ 0.474539] usbcore: registered new device driver usb\n[ 0.476124] PCI: Using ACPI for IRQ routing\n[ 0.477685] NetLabel: Initializing\n[ 0.478721] NetLabel: domain hash size = 128\n[ 0.479953] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.481338] NetLabel: unlabeled traffic allowed by default\n[ 0.483000] clocksource: Switched to clocksource kvm-clock\n[ 0.493016] AppArmor: AppArmor Filesystem Enabled\n[ 0.494409] pnp: PnP ACPI init\n[ 0.495686] pnp: PnP ACPI: found 5 devices\n[ 0.502693] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.505175] NET: Registered protocol family 2\n[ 0.506645] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.508501] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.510247] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.511978] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.513549] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.515244] NET: Registered protocol family 1\n[ 0.516512] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.518089] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.519641] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.534015] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.548437] Trying to unpack rootfs image as initramfs...\n[ 0.613786] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.616653] Scanning for low memory corruption every 60 seconds\n[ 0.618766] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.620567] audit: initializing netlink subsys (disabled)\n[ 0.622159] audit: type=2000 audit(1534354240.971:1): initialized\n[ 0.624179] Initialise system trusted keyring\n[ 0.625639] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.627376] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.630260] zbud: loaded\n[ 0.631338] VFS: Disk quotas dquot_6.6.0\n[ 0.632562] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.634869] fuse init (API version 7.23)\n[ 0.636207] Key type big_key registered\n[ 0.637399] Allocating IMA MOK and blacklist keyrings.\n[ 0.639250] Key type asymmetric registered\n[ 0.640483] Asymmetric key parser 'x509' registered\n[ 0.641918] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.644164] io scheduler noop registered\n[ 0.645356] io scheduler deadline registered (default)\n[ 0.646847] io scheduler cfq registered\n[ 0.648146] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.649711] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.651648] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.653833] ACPI: Power Button [PWRF]\n[ 0.655155] GHES: HEST is not enabled!\n[ 0.669348] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.698544] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.701512] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.725307] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.728565] Linux agpgart interface v0.103\n[ 0.732144] brd: module loaded\n[ 0.734458] loop: module loaded\n[ 0.739468] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.741633] GPT:90111 != 2097151\n[ 0.742643] GPT:Alternate GPT header not at the end of the disk.\n[ 0.744275] GPT:90111 != 2097151\n[ 0.745289] GPT: Use GNU Parted to correct GPT errors.\n[ 0.746723] vda: vda1 vda15\n[ 0.748450] scsi host0: ata_piix\n[ 0.749593] scsi host1: ata_piix\n[ 0.750667] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.752489] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.754848] libphy: Fixed MDIO Bus: probed\n[ 0.756079] tun: Universal TUN/TAP device driver, 1.6\n[ 0.757504] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.760393] PPP generic driver version 2.4.2\n[ 0.761771] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.763548] ehci-pci: EHCI PCI platform driver\n[ 0.764843] ehci-platform: EHCI generic platform driver\n[ 0.766339] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.768027] ohci-pci: OHCI PCI platform driver\n[ 0.769333] ohci-platform: OHCI generic platform driver\n[ 0.770795] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.785522] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.787019] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.789201] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.790678] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.792380] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.794204] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.796317] usb usb1: Product: UHCI Host Controller\n[ 0.797693] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.799425] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.800857] hub 1-0:1.0: USB hub found\n[ 0.802007] hub 1-0:1.0: 2 ports detected\n[ 0.803376] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.806449] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.807859] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.809374] mousedev: PS/2 mouse device common for all mice\n[ 0.811197] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.813856] rtc_cmos 00:00: RTC can wake from S4\n[ 0.815498] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.817254] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.819017] i2c /dev entries driver\n[ 0.820144] device-mapper: uevent: version 1.0.3\n[ 0.821544] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.823953] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.825933] NET: Registered protocol family 10\n[ 0.827592] NET: Registered protocol family 17\n[ 0.828909] Key type dns_resolver registered\n[ 0.830302] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.831911] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.834509] registered taskstats version 1\n[ 0.835754] Loading compiled-in X.509 certificates\n[ 0.837675] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.840424] zswap: loaded using pool lzo/zbud\n[ 0.842575] Key type trusted registered\n[ 0.844853] Key type encrypted registered\n[ 0.846077] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.847627] ima: No TPM chip found, activating TPM-bypass!\n[ 0.849162] evm: HMAC attrs: 0x1\n[ 0.850521] Magic number: 14:420:542\n[ 0.851798] rtc_cmos 00:00: setting system clock to 2018-08-15 17:30:41 UTC (1534354241)\n[ 0.854185] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.855829] EDD information not available.\n[ 0.908670] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.925384] Write protecting the kernel read-only data: 14336k\n[ 0.928458] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.931084] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.82\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.087831] 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.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.91. iid=i-00000004\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: "} 2018-08-15 17:30:44,148 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/1447fe30-a38b-46d4-b262-87bb575da57c/action used request id req-29b8ade7-47b2-41ff-9ed5-3f838cd24ac5 2018-08-15 17:30:44,148 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.741494894028s 2018-08-15 17:30:44,149 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/1447fe30-a38b-46d4-b262-87bb575da57c/action used request id req-29b8ade7-47b2-41ff-9ed5-3f838cd24ac5 2018-08-15 17:30:44,149 - 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 505094955 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.195827] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.198266] pid_max: default: 32768 minimum: 301 [ 0.199584] ACPI: Core revision 20150930 [ 0.201331] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.203260] Security Framework initialized [ 0.204458] Yama: becoming mindful. [ 0.205530] AppArmor: AppArmor initialized [ 0.206790] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.208691] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.210565] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.212339] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.214364] Initializing cgroup subsys io [ 0.215559] Initializing cgroup subsys memory [ 0.216824] Initializing cgroup subsys devices [ 0.218102] Initializing cgroup subsys freezer [ 0.219385] Initializing cgroup subsys net_cls [ 0.220654] Initializing cgroup subsys perf_event [ 0.221993] Initializing cgroup subsys net_prio [ 0.223307] Initializing cgroup subsys hugetlb [ 0.224581] Initializing cgroup subsys pids [ 0.225835] CPU: Physical Processor ID: 0 [ 0.227735] mce: CPU supports 10 MCE banks [ 0.228964] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.230438] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.247247] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.253983] ftrace: allocating 31920 entries in 125 pages [ 0.279229] smpboot: Max logical packages: 1 [ 0.280475] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.282495] x2apic enabled [ 0.283685] Switched APIC routing to physical x2apic. [ 0.286227] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.287861] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.290788] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.293436] KVM setup paravirtual spinlock [ 0.295115] x86: Booted up 1 node, 1 CPUs [ 0.296303] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.298317] devtmpfs: initialized [ 0.300367] evm: security.selinux [ 0.301396] evm: security.SMACK64 [ 0.302416] evm: security.SMACK64EXEC [ 0.303514] evm: security.SMACK64TRANSMUTE [ 0.304704] evm: security.SMACK64MMAP [ 0.305805] evm: security.ima [ 0.306754] evm: security.capability [ 0.307899] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.310606] pinctrl core: initialized pinctrl subsystem [ 0.312184] RTC time: 17:30:40, date: 08/15/18 [ 0.313565] NET: Registered protocol family 16 [ 0.314973] cpuidle: using governor ladder [ 0.316179] cpuidle: using governor menu [ 0.317335] PCCT header not found. [ 0.318423] ACPI: bus type PCI registered [ 0.319601] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.321407] PCI: Using configuration type 1 for base access [ 0.323682] ACPI: Added _OSI(Module Device) [ 0.324912] ACPI: Added _OSI(Processor Device) [ 0.326183] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.327505] ACPI: Added _OSI(Processor Aggregator Device) [ 0.329811] ACPI: Interpreter enabled [ 0.330936] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.333585] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.336214] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.338855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.341555] ACPI: (supports S0 S5) [ 0.342570] ACPI: Using IOAPIC for interrupt routing [ 0.344001] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.347916] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.349546] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.351407] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.353137] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.356254] acpiphp: Slot [3] registered [ 0.357395] acpiphp: Slot [4] registered [ 0.358539] acpiphp: Slot [5] registered [ 0.359681] acpiphp: Slot [6] registered [ 0.360860] acpiphp: Slot [7] registered [ 0.362003] acpiphp: Slot [8] registered [ 0.363143] acpiphp: Slot [9] registered [ 0.364286] acpiphp: Slot [10] registered [ 0.365447] acpiphp: Slot [11] registered [ 0.366608] acpiphp: Slot [12] registered [ 0.367765] acpiphp: Slot [13] registered [ 0.368920] acpiphp: Slot [14] registered [ 0.370095] acpiphp: Slot [15] registered [ 0.384984] acpiphp: Slot [16] registered [ 0.386147] acpiphp: Slot [17] registered [ 0.387308] acpiphp: Slot [18] registered [ 0.388463] acpiphp: Slot [19] registered [ 0.389628] acpiphp: Slot [20] registered [ 0.390821] acpiphp: Slot [21] registered [ 0.392005] acpiphp: Slot [22] registered [ 0.393166] acpiphp: Slot [23] registered [ 0.394339] acpiphp: Slot [24] registered [ 0.395509] acpiphp: Slot [25] registered [ 0.396667] acpiphp: Slot [26] registered [ 0.397830] acpiphp: Slot [27] registered [ 0.398996] acpiphp: Slot [28] registered [ 0.400159] acpiphp: Slot [29] registered [ 0.401339] acpiphp: Slot [30] registered [ 0.402550] acpiphp: Slot [31] registered [ 0.403717] PCI host bridge to bus 0000:00 [ 0.404878] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.406621] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.408367] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.410532] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.412628] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.414773] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.418816] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.420652] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.422404] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.424229] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.428519] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.430576] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.450933] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.453056] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.455063] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.457058] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.459048] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.460843] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.462680] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.464197] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.466432] vgaarb: loaded [ 0.467304] vgaarb: bridge control possible 0000:00:02.0 [ 0.469032] SCSI subsystem initialized [ 0.470362] ACPI: bus type USB registered [ 0.471596] usbcore: registered new interface driver usbfs [ 0.473089] usbcore: registered new interface driver hub [ 0.474539] usbcore: registered new device driver usb [ 0.476124] PCI: Using ACPI for IRQ routing [ 0.477685] NetLabel: Initializing [ 0.478721] NetLabel: domain hash size = 128 [ 0.479953] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.481338] NetLabel: unlabeled traffic allowed by default [ 0.483000] clocksource: Switched to clocksource kvm-clock [ 0.493016] AppArmor: AppArmor Filesystem Enabled [ 0.494409] pnp: PnP ACPI init [ 0.495686] pnp: PnP ACPI: found 5 devices [ 0.502693] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.505175] NET: Registered protocol family 2 [ 0.506645] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.508501] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.510247] TCP: Hash tables configured (established 4096 bind 4096) [ 0.511978] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.513549] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.515244] NET: Registered protocol family 1 [ 0.516512] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.518089] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.519641] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.534015] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.548437] Trying to unpack rootfs image as initramfs... [ 0.613786] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.616653] Scanning for low memory corruption every 60 seconds [ 0.618766] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.620567] audit: initializing netlink subsys (disabled) [ 0.622159] audit: type=2000 audit(1534354240.971:1): initialized [ 0.624179] Initialise system trusted keyring [ 0.625639] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.627376] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.630260] zbud: loaded [ 0.631338] VFS: Disk quotas dquot_6.6.0 [ 0.632562] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.634869] fuse init (API version 7.23) [ 0.636207] Key type big_key registered [ 0.637399] Allocating IMA MOK and blacklist keyrings. [ 0.639250] Key type asymmetric registered [ 0.640483] Asymmetric key parser 'x509' registered [ 0.641918] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.644164] io scheduler noop registered [ 0.645356] io scheduler deadline registered (default) [ 0.646847] io scheduler cfq registered [ 0.648146] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.649711] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.651648] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.653833] ACPI: Power Button [PWRF] [ 0.655155] GHES: HEST is not enabled! [ 0.669348] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.698544] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.701512] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.725307] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.728565] Linux agpgart interface v0.103 [ 0.732144] brd: module loaded [ 0.734458] loop: module loaded [ 0.739468] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.741633] GPT:90111 != 2097151 [ 0.742643] GPT:Alternate GPT header not at the end of the disk. [ 0.744275] GPT:90111 != 2097151 [ 0.745289] GPT: Use GNU Parted to correct GPT errors. [ 0.746723] vda: vda1 vda15 [ 0.748450] scsi host0: ata_piix [ 0.749593] scsi host1: ata_piix [ 0.750667] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.752489] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.754848] libphy: Fixed MDIO Bus: probed [ 0.756079] tun: Universal TUN/TAP device driver, 1.6 [ 0.757504] tun: (C) 1999-2004 Max Krasnyansky [ 0.760393] PPP generic driver version 2.4.2 [ 0.761771] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.763548] ehci-pci: EHCI PCI platform driver [ 0.764843] ehci-platform: EHCI generic platform driver [ 0.766339] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.768027] ohci-pci: OHCI PCI platform driver [ 0.769333] ohci-platform: OHCI generic platform driver [ 0.770795] uhci_hcd: USB Universal Host Controller Interface driver [ 0.785522] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.787019] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.789201] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.790678] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.792380] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.794204] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.796317] usb usb1: Product: UHCI Host Controller [ 0.797693] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.799425] usb usb1: SerialNumber: 0000:00:01.2 [ 0.800857] hub 1-0:1.0: USB hub found [ 0.802007] hub 1-0:1.0: 2 ports detected [ 0.803376] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.806449] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.807859] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.809374] mousedev: PS/2 mouse device common for all mice [ 0.811197] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.813856] rtc_cmos 00:00: RTC can wake from S4 [ 0.815498] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.817254] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.819017] i2c /dev entries driver [ 0.820144] device-mapper: uevent: version 1.0.3 [ 0.821544] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.823953] ledtrig-cpu: registered to indicate activity on CPUs [ 0.825933] NET: Registered protocol family 10 [ 0.827592] NET: Registered protocol family 17 [ 0.828909] Key type dns_resolver registered [ 0.830302] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.831911] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.834509] registered taskstats version 1 [ 0.835754] Loading compiled-in X.509 certificates [ 0.837675] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.840424] zswap: loaded using pool lzo/zbud [ 0.842575] Key type trusted registered [ 0.844853] Key type encrypted registered [ 0.846077] AppArmor: AppArmor sha1 policy hashing enabled [ 0.847627] ima: No TPM chip found, activating TPM-bypass! [ 0.849162] evm: HMAC attrs: 0x1 [ 0.850521] Magic number: 14:420:542 [ 0.851798] rtc_cmos 00:00: setting system clock to 2018-08-15 17:30:41 UTC (1534354241) [ 0.854185] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.855829] EDD information not available. [ 0.908670] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.925384] Write protecting the kernel read-only data: 14336k [ 0.928458] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.931084] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.69 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.82 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.087831] 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.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.91. iid=i-00000004 failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: 2018-08-15 17:30:45,151 - functest.core.singlevm - DEBUG - try 1: cannot connect to 172.30.9.211: timed out 2018-08-15 17:30:54,161 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-15 17:30:54,164 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/1447fe30-a38b-46d4-b262-87bb575da57c/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}29b1742ee2d7820b5b878eefe2439a54eb631a2a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-15 17:30:54,236 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:30: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-e4d733db-1d85-4855-9735-c7375b35d50a x-compute-request-id: req-e4d733db-1d85-4855-9735-c7375b35d50a Content-Encoding: gzip Content-Length: 9583 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 505094955 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.195827] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.198266] pid_max: default: 32768 minimum: 301\n[ 0.199584] ACPI: Core revision 20150930\n[ 0.201331] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.203260] Security Framework initialized\n[ 0.204458] Yama: becoming mindful.\n[ 0.205530] AppArmor: AppArmor initialized\n[ 0.206790] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.208691] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.210565] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.212339] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.214364] Initializing cgroup subsys io\n[ 0.215559] Initializing cgroup subsys memory\n[ 0.216824] Initializing cgroup subsys devices\n[ 0.218102] Initializing cgroup subsys freezer\n[ 0.219385] Initializing cgroup subsys net_cls\n[ 0.220654] Initializing cgroup subsys perf_event\n[ 0.221993] Initializing cgroup subsys net_prio\n[ 0.223307] Initializing cgroup subsys hugetlb\n[ 0.224581] Initializing cgroup subsys pids\n[ 0.225835] CPU: Physical Processor ID: 0\n[ 0.227735] mce: CPU supports 10 MCE banks\n[ 0.228964] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.230438] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.247247] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.253983] ftrace: allocating 31920 entries in 125 pages\n[ 0.279229] smpboot: Max logical packages: 1\n[ 0.280475] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.282495] x2apic enabled\n[ 0.283685] Switched APIC routing to physical x2apic.\n[ 0.286227] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.287861] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.290788] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.293436] KVM setup paravirtual spinlock\n[ 0.295115] x86: Booted up 1 node, 1 CPUs\n[ 0.296303] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.298317] devtmpfs: initialized\n[ 0.300367] evm: security.selinux\n[ 0.301396] evm: security.SMACK64\n[ 0.302416] evm: security.SMACK64EXEC\n[ 0.303514] evm: security.SMACK64TRANSMUTE\n[ 0.304704] evm: security.SMACK64MMAP\n[ 0.305805] evm: security.ima\n[ 0.306754] evm: security.capability\n[ 0.307899] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.310606] pinctrl core: initialized pinctrl subsystem\n[ 0.312184] RTC time: 17:30:40, date: 08/15/18\n[ 0.313565] NET: Registered protocol family 16\n[ 0.314973] cpuidle: using governor ladder\n[ 0.316179] cpuidle: using governor menu\n[ 0.317335] PCCT header not found.\n[ 0.318423] ACPI: bus type PCI registered\n[ 0.319601] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.321407] PCI: Using configuration type 1 for base access\n[ 0.323682] ACPI: Added _OSI(Module Device)\n[ 0.324912] ACPI: Added _OSI(Processor Device)\n[ 0.326183] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.327505] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.329811] ACPI: Interpreter enabled\n[ 0.330936] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.333585] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.336214] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.338855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.341555] ACPI: (supports S0 S5)\n[ 0.342570] ACPI: Using IOAPIC for interrupt routing\n[ 0.344001] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.347916] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.349546] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.351407] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.353137] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.356254] acpiphp: Slot [3] registered\n[ 0.357395] acpiphp: Slot [4] registered\n[ 0.358539] acpiphp: Slot [5] registered\n[ 0.359681] acpiphp: Slot [6] registered\n[ 0.360860] acpiphp: Slot [7] registered\n[ 0.362003] acpiphp: Slot [8] registered\n[ 0.363143] acpiphp: Slot [9] registered\n[ 0.364286] acpiphp: Slot [10] registered\n[ 0.365447] acpiphp: Slot [11] registered\n[ 0.366608] acpiphp: Slot [12] registered\n[ 0.367765] acpiphp: Slot [13] registered\n[ 0.368920] acpiphp: Slot [14] registered\n[ 0.370095] acpiphp: Slot [15] registered\n[ 0.384984] acpiphp: Slot [16] registered\n[ 0.386147] acpiphp: Slot [17] registered\n[ 0.387308] acpiphp: Slot [18] registered\n[ 0.388463] acpiphp: Slot [19] registered\n[ 0.389628] acpiphp: Slot [20] registered\n[ 0.390821] acpiphp: Slot [21] registered\n[ 0.392005] acpiphp: Slot [22] registered\n[ 0.393166] acpiphp: Slot [23] registered\n[ 0.394339] acpiphp: Slot [24] registered\n[ 0.395509] acpiphp: Slot [25] registered\n[ 0.396667] acpiphp: Slot [26] registered\n[ 0.397830] acpiphp: Slot [27] registered\n[ 0.398996] acpiphp: Slot [28] registered\n[ 0.400159] acpiphp: Slot [29] registered\n[ 0.401339] acpiphp: Slot [30] registered\n[ 0.402550] acpiphp: Slot [31] registered\n[ 0.403717] PCI host bridge to bus 0000:00\n[ 0.404878] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.406621] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.408367] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.410532] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.412628] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.414773] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.418816] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.420652] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.422404] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.424229] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.428519] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.430576] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.450933] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.453056] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.455063] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.457058] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.459048] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.460843] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.462680] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.464197] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.466432] vgaarb: loaded\n[ 0.467304] vgaarb: bridge control possible 0000:00:02.0\n[ 0.469032] SCSI subsystem initialized\n[ 0.470362] ACPI: bus type USB registered\n[ 0.471596] usbcore: registered new interface driver usbfs\n[ 0.473089] usbcore: registered new interface driver hub\n[ 0.474539] usbcore: registered new device driver usb\n[ 0.476124] PCI: Using ACPI for IRQ routing\n[ 0.477685] NetLabel: Initializing\n[ 0.478721] NetLabel: domain hash size = 128\n[ 0.479953] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.481338] NetLabel: unlabeled traffic allowed by default\n[ 0.483000] clocksource: Switched to clocksource kvm-clock\n[ 0.493016] AppArmor: AppArmor Filesystem Enabled\n[ 0.494409] pnp: PnP ACPI init\n[ 0.495686] pnp: PnP ACPI: found 5 devices\n[ 0.502693] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.505175] NET: Registered protocol family 2\n[ 0.506645] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.508501] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.510247] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.511978] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.513549] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.515244] NET: Registered protocol family 1\n[ 0.516512] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.518089] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.519641] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.534015] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.548437] Trying to unpack rootfs image as initramfs...\n[ 0.613786] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.616653] Scanning for low memory corruption every 60 seconds\n[ 0.618766] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.620567] audit: initializing netlink subsys (disabled)\n[ 0.622159] audit: type=2000 audit(1534354240.971:1): initialized\n[ 0.624179] Initialise system trusted keyring\n[ 0.625639] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.627376] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.630260] zbud: loaded\n[ 0.631338] VFS: Disk quotas dquot_6.6.0\n[ 0.632562] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.634869] fuse init (API version 7.23)\n[ 0.636207] Key type big_key registered\n[ 0.637399] Allocating IMA MOK and blacklist keyrings.\n[ 0.639250] Key type asymmetric registered\n[ 0.640483] Asymmetric key parser 'x509' registered\n[ 0.641918] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.644164] io scheduler noop registered\n[ 0.645356] io scheduler deadline registered (default)\n[ 0.646847] io scheduler cfq registered\n[ 0.648146] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.649711] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.651648] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.653833] ACPI: Power Button [PWRF]\n[ 0.655155] GHES: HEST is not enabled!\n[ 0.669348] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.698544] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.701512] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.725307] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.728565] Linux agpgart interface v0.103\n[ 0.732144] brd: module loaded\n[ 0.734458] loop: module loaded\n[ 0.739468] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.741633] GPT:90111 != 2097151\n[ 0.742643] GPT:Alternate GPT header not at the end of the disk.\n[ 0.744275] GPT:90111 != 2097151\n[ 0.745289] GPT: Use GNU Parted to correct GPT errors.\n[ 0.746723] vda: vda1 vda15\n[ 0.748450] scsi host0: ata_piix\n[ 0.749593] scsi host1: ata_piix\n[ 0.750667] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.752489] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.754848] libphy: Fixed MDIO Bus: probed\n[ 0.756079] tun: Universal TUN/TAP device driver, 1.6\n[ 0.757504] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.760393] PPP generic driver version 2.4.2\n[ 0.761771] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.763548] ehci-pci: EHCI PCI platform driver\n[ 0.764843] ehci-platform: EHCI generic platform driver\n[ 0.766339] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.768027] ohci-pci: OHCI PCI platform driver\n[ 0.769333] ohci-platform: OHCI generic platform driver\n[ 0.770795] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.785522] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.787019] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.789201] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.790678] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.792380] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.794204] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.796317] usb usb1: Product: UHCI Host Controller\n[ 0.797693] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.799425] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.800857] hub 1-0:1.0: USB hub found\n[ 0.802007] hub 1-0:1.0: 2 ports detected\n[ 0.803376] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.806449] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.807859] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.809374] mousedev: PS/2 mouse device common for all mice\n[ 0.811197] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.813856] rtc_cmos 00:00: RTC can wake from S4\n[ 0.815498] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.817254] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.819017] i2c /dev entries driver\n[ 0.820144] device-mapper: uevent: version 1.0.3\n[ 0.821544] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.823953] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.825933] NET: Registered protocol family 10\n[ 0.827592] NET: Registered protocol family 17\n[ 0.828909] Key type dns_resolver registered\n[ 0.830302] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.831911] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.834509] registered taskstats version 1\n[ 0.835754] Loading compiled-in X.509 certificates\n[ 0.837675] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.840424] zswap: loaded using pool lzo/zbud\n[ 0.842575] Key type trusted registered\n[ 0.844853] Key type encrypted registered\n[ 0.846077] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.847627] ima: No TPM chip found, activating TPM-bypass!\n[ 0.849162] evm: HMAC attrs: 0x1\n[ 0.850521] Magic number: 14:420:542\n[ 0.851798] rtc_cmos 00:00: setting system clock to 2018-08-15 17:30:41 UTC (1534354241)\n[ 0.854185] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.855829] EDD information not available.\n[ 0.908670] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.925384] Write protecting the kernel read-only data: 14336k\n[ 0.928458] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.931084] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.82\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.087831] 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.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.91. iid=i-00000004\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCPdrsULuJVqRh7DNSYF95KqwUsFrR2QPG8nn2SNPFijKBy+7GosIkjE2vibytAKnh8kAUU8J57fswsDwW7UG9ILSIoZEBZUf2vwvxDcsLZ1UjSmmPu4eVcjZFz6vYMAHpHWp/BglBjXagj7357AygqId0h8ENaYKZVOfOnS0XwKm/0hNQ26TH+zU6YVyzTQwDLy7mg9sVI0xY810a3kmIIbfRrpC7c7RzE9D3urFaD2SmqaHc6z/LVeI84et7TQGNiTRAx79W4xgt5PUqIAYH5UFXaxybWg1pRuzai0nABwa8xiz5eoMJL2bv9Ne8M39S//fDUPkA7HYoWMp6nCUIz root@vping-ssh-vm-06b04be0-0822-4694-a7db-4221ca145ec3\nssh-dss AAAAB3NzaC1kc3MAAACBAMCQ6lYuzsPd/gBOyl0O2kwRIx5MfySoDsCvhR/QqCB+iD9lGZFr37Sd35OLkHoUzP1mhPhKzHPU6JbbHubhZk8HsbYZ4Z1Rgt9oZxC37sY1Ob3IeE7E/L/clAruz3LkRruQIZPrc2bCz1muNzvNCIoL0ZDEgj0F9IqyuwJIb+fzAAAAFQCpxz0Uameev1bnL7HagytD9rjFQQAAAIACyNsfZn+RZDEX4o31VLITTnqToit3203miqC7amiFWrQ84NmVtq4f4pR/BDUJs42STOz5XZF+cl92n4Y6pylZ7gUx9M/XIV0jYU4pfILMNlmuLldQuYnn81VvZm+69Fb+y6cs3PNjDIDE7X2pVt+8kRSTzEoWT4KgUr1Sx3noBQAAAIAIS5dOIZVrvrv8bhjMBHSKYZ79ZCjkxQQ2oVmTIUao2a/5IMazpzGWewpzClq5U4NMD9W8VbfsFV4UTAjAdSfcSINiuAFGIolvZghVQjaVjfNc1UCm77Shrmec/W0yHTyq/p913I0BVNIlVpAD4uPWROL1p5gpiPt4mgOYYUnfZQ== root@vping-ssh-vm-06b04be0-0822-4694-a7db-4221ca145ec3\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.12s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.14,24,fe80::f816:3eff:fe5e:63f7/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.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-00000004\nname: N/A\navailability-zone: nova\nlocal-hostname: vping-ssh-vm-06b04be0-0822-4694-a7db-4221ca145ec3\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=3.54 ===\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-06b04be0-0822-4694-a7db-4221ca145ec3 login: "} 2018-08-15 17:30:54,237 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/1447fe30-a38b-46d4-b262-87bb575da57c/action used request id req-e4d733db-1d85-4855-9735-c7375b35d50a 2018-08-15 17:30:54,237 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.075700044632s 2018-08-15 17:30:54,238 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/1447fe30-a38b-46d4-b262-87bb575da57c/action used request id req-e4d733db-1d85-4855-9735-c7375b35d50a 2018-08-15 17:30:54,238 - 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 505094955 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.195827] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.198266] pid_max: default: 32768 minimum: 301 [ 0.199584] ACPI: Core revision 20150930 [ 0.201331] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.203260] Security Framework initialized [ 0.204458] Yama: becoming mindful. [ 0.205530] AppArmor: AppArmor initialized [ 0.206790] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.208691] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.210565] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.212339] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.214364] Initializing cgroup subsys io [ 0.215559] Initializing cgroup subsys memory [ 0.216824] Initializing cgroup subsys devices [ 0.218102] Initializing cgroup subsys freezer [ 0.219385] Initializing cgroup subsys net_cls [ 0.220654] Initializing cgroup subsys perf_event [ 0.221993] Initializing cgroup subsys net_prio [ 0.223307] Initializing cgroup subsys hugetlb [ 0.224581] Initializing cgroup subsys pids [ 0.225835] CPU: Physical Processor ID: 0 [ 0.227735] mce: CPU supports 10 MCE banks [ 0.228964] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.230438] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.247247] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.253983] ftrace: allocating 31920 entries in 125 pages [ 0.279229] smpboot: Max logical packages: 1 [ 0.280475] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.282495] x2apic enabled [ 0.283685] Switched APIC routing to physical x2apic. [ 0.286227] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.287861] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.290788] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.293436] KVM setup paravirtual spinlock [ 0.295115] x86: Booted up 1 node, 1 CPUs [ 0.296303] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.298317] devtmpfs: initialized [ 0.300367] evm: security.selinux [ 0.301396] evm: security.SMACK64 [ 0.302416] evm: security.SMACK64EXEC [ 0.303514] evm: security.SMACK64TRANSMUTE [ 0.304704] evm: security.SMACK64MMAP [ 0.305805] evm: security.ima [ 0.306754] evm: security.capability [ 0.307899] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.310606] pinctrl core: initialized pinctrl subsystem [ 0.312184] RTC time: 17:30:40, date: 08/15/18 [ 0.313565] NET: Registered protocol family 16 [ 0.314973] cpuidle: using governor ladder [ 0.316179] cpuidle: using governor menu [ 0.317335] PCCT header not found. [ 0.318423] ACPI: bus type PCI registered [ 0.319601] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.321407] PCI: Using configuration type 1 for base access [ 0.323682] ACPI: Added _OSI(Module Device) [ 0.324912] ACPI: Added _OSI(Processor Device) [ 0.326183] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.327505] ACPI: Added _OSI(Processor Aggregator Device) [ 0.329811] ACPI: Interpreter enabled [ 0.330936] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.333585] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.336214] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.338855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.341555] ACPI: (supports S0 S5) [ 0.342570] ACPI: Using IOAPIC for interrupt routing [ 0.344001] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.347916] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.349546] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.351407] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.353137] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.356254] acpiphp: Slot [3] registered [ 0.357395] acpiphp: Slot [4] registered [ 0.358539] acpiphp: Slot [5] registered [ 0.359681] acpiphp: Slot [6] registered [ 0.360860] acpiphp: Slot [7] registered [ 0.362003] acpiphp: Slot [8] registered [ 0.363143] acpiphp: Slot [9] registered [ 0.364286] acpiphp: Slot [10] registered [ 0.365447] acpiphp: Slot [11] registered [ 0.366608] acpiphp: Slot [12] registered [ 0.367765] acpiphp: Slot [13] registered [ 0.368920] acpiphp: Slot [14] registered [ 0.370095] acpiphp: Slot [15] registered [ 0.384984] acpiphp: Slot [16] registered [ 0.386147] acpiphp: Slot [17] registered [ 0.387308] acpiphp: Slot [18] registered [ 0.388463] acpiphp: Slot [19] registered [ 0.389628] acpiphp: Slot [20] registered [ 0.390821] acpiphp: Slot [21] registered [ 0.392005] acpiphp: Slot [22] registered [ 0.393166] acpiphp: Slot [23] registered [ 0.394339] acpiphp: Slot [24] registered [ 0.395509] acpiphp: Slot [25] registered [ 0.396667] acpiphp: Slot [26] registered [ 0.397830] acpiphp: Slot [27] registered [ 0.398996] acpiphp: Slot [28] registered [ 0.400159] acpiphp: Slot [29] registered [ 0.401339] acpiphp: Slot [30] registered [ 0.402550] acpiphp: Slot [31] registered [ 0.403717] PCI host bridge to bus 0000:00 [ 0.404878] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.406621] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.408367] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.410532] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.412628] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.414773] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.418816] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.420652] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.422404] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.424229] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.428519] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.430576] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.450933] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.453056] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.455063] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.457058] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.459048] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.460843] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.462680] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.464197] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.466432] vgaarb: loaded [ 0.467304] vgaarb: bridge control possible 0000:00:02.0 [ 0.469032] SCSI subsystem initialized [ 0.470362] ACPI: bus type USB registered [ 0.471596] usbcore: registered new interface driver usbfs [ 0.473089] usbcore: registered new interface driver hub [ 0.474539] usbcore: registered new device driver usb [ 0.476124] PCI: Using ACPI for IRQ routing [ 0.477685] NetLabel: Initializing [ 0.478721] NetLabel: domain hash size = 128 [ 0.479953] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.481338] NetLabel: unlabeled traffic allowed by default [ 0.483000] clocksource: Switched to clocksource kvm-clock [ 0.493016] AppArmor: AppArmor Filesystem Enabled [ 0.494409] pnp: PnP ACPI init [ 0.495686] pnp: PnP ACPI: found 5 devices [ 0.502693] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.505175] NET: Registered protocol family 2 [ 0.506645] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.508501] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.510247] TCP: Hash tables configured (established 4096 bind 4096) [ 0.511978] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.513549] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.515244] NET: Registered protocol family 1 [ 0.516512] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.518089] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.519641] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.534015] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.548437] Trying to unpack rootfs image as initramfs... [ 0.613786] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.616653] Scanning for low memory corruption every 60 seconds [ 0.618766] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.620567] audit: initializing netlink subsys (disabled) [ 0.622159] audit: type=2000 audit(1534354240.971:1): initialized [ 0.624179] Initialise system trusted keyring [ 0.625639] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.627376] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.630260] zbud: loaded [ 0.631338] VFS: Disk quotas dquot_6.6.0 [ 0.632562] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.634869] fuse init (API version 7.23) [ 0.636207] Key type big_key registered [ 0.637399] Allocating IMA MOK and blacklist keyrings. [ 0.639250] Key type asymmetric registered [ 0.640483] Asymmetric key parser 'x509' registered [ 0.641918] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.644164] io scheduler noop registered [ 0.645356] io scheduler deadline registered (default) [ 0.646847] io scheduler cfq registered [ 0.648146] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.649711] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.651648] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.653833] ACPI: Power Button [PWRF] [ 0.655155] GHES: HEST is not enabled! [ 0.669348] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.698544] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.701512] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.725307] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.728565] Linux agpgart interface v0.103 [ 0.732144] brd: module loaded [ 0.734458] loop: module loaded [ 0.739468] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.741633] GPT:90111 != 2097151 [ 0.742643] GPT:Alternate GPT header not at the end of the disk. [ 0.744275] GPT:90111 != 2097151 [ 0.745289] GPT: Use GNU Parted to correct GPT errors. [ 0.746723] vda: vda1 vda15 [ 0.748450] scsi host0: ata_piix [ 0.749593] scsi host1: ata_piix [ 0.750667] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.752489] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.754848] libphy: Fixed MDIO Bus: probed [ 0.756079] tun: Universal TUN/TAP device driver, 1.6 [ 0.757504] tun: (C) 1999-2004 Max Krasnyansky [ 0.760393] PPP generic driver version 2.4.2 [ 0.761771] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.763548] ehci-pci: EHCI PCI platform driver [ 0.764843] ehci-platform: EHCI generic platform driver [ 0.766339] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.768027] ohci-pci: OHCI PCI platform driver [ 0.769333] ohci-platform: OHCI generic platform driver [ 0.770795] uhci_hcd: USB Universal Host Controller Interface driver [ 0.785522] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.787019] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.789201] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.790678] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.792380] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.794204] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.796317] usb usb1: Product: UHCI Host Controller [ 0.797693] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.799425] usb usb1: SerialNumber: 0000:00:01.2 [ 0.800857] hub 1-0:1.0: USB hub found [ 0.802007] hub 1-0:1.0: 2 ports detected [ 0.803376] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.806449] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.807859] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.809374] mousedev: PS/2 mouse device common for all mice [ 0.811197] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.813856] rtc_cmos 00:00: RTC can wake from S4 [ 0.815498] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.817254] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.819017] i2c /dev entries driver [ 0.820144] device-mapper: uevent: version 1.0.3 [ 0.821544] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.823953] ledtrig-cpu: registered to indicate activity on CPUs [ 0.825933] NET: Registered protocol family 10 [ 0.827592] NET: Registered protocol family 17 [ 0.828909] Key type dns_resolver registered [ 0.830302] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.831911] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.834509] registered taskstats version 1 [ 0.835754] Loading compiled-in X.509 certificates [ 0.837675] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.840424] zswap: loaded using pool lzo/zbud [ 0.842575] Key type trusted registered [ 0.844853] Key type encrypted registered [ 0.846077] AppArmor: AppArmor sha1 policy hashing enabled [ 0.847627] ima: No TPM chip found, activating TPM-bypass! [ 0.849162] evm: HMAC attrs: 0x1 [ 0.850521] Magic number: 14:420:542 [ 0.851798] rtc_cmos 00:00: setting system clock to 2018-08-15 17:30:41 UTC (1534354241) [ 0.854185] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.855829] EDD information not available. [ 0.908670] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.925384] Write protecting the kernel read-only data: 14336k [ 0.928458] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.931084] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.69 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.82 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.087831] 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.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.91. iid=i-00000004 failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /run/cirros/datasource/data/user-data was not '#!' or executable === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.912 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCPdrsULuJVqRh7DNSYF95KqwUsFrR2QPG8nn2SNPFijKBy+7GosIkjE2vibytAKnh8kAUU8J57fswsDwW7UG9ILSIoZEBZUf2vwvxDcsLZ1UjSmmPu4eVcjZFz6vYMAHpHWp/BglBjXagj7357AygqId0h8ENaYKZVOfOnS0XwKm/0hNQ26TH+zU6YVyzTQwDLy7mg9sVI0xY810a3kmIIbfRrpC7c7RzE9D3urFaD2SmqaHc6z/LVeI84et7TQGNiTRAx79W4xgt5PUqIAYH5UFXaxybWg1pRuzai0nABwa8xiz5eoMJL2bv9Ne8M39S//fDUPkA7HYoWMp6nCUIz root@vping-ssh-vm-06b04be0-0822-4694-a7db-4221ca145ec3 ssh-dss AAAAB3NzaC1kc3MAAACBAMCQ6lYuzsPd/gBOyl0O2kwRIx5MfySoDsCvhR/QqCB+iD9lGZFr37Sd35OLkHoUzP1mhPhKzHPU6JbbHubhZk8HsbYZ4Z1Rgt9oZxC37sY1Ob3IeE7E/L/clAruz3LkRruQIZPrc2bCz1muNzvNCIoL0ZDEgj0F9IqyuwJIb+fzAAAAFQCpxz0Uameev1bnL7HagytD9rjFQQAAAIACyNsfZn+RZDEX4o31VLITTnqToit3203miqC7amiFWrQ84NmVtq4f4pR/BDUJs42STOz5XZF+cl92n4Y6pylZ7gUx9M/XIV0jYU4pfILMNlmuLldQuYnn81VvZm+69Fb+y6cs3PNjDIDE7X2pVt+8kRSTzEoWT4KgUr1Sx3noBQAAAIAIS5dOIZVrvrv8bhjMBHSKYZ79ZCjkxQQ2oVmTIUao2a/5IMazpzGWewpzClq5U4NMD9W8VbfsFV4UTAjAdSfcSINiuAFGIolvZghVQjaVjfNc1UCm77Shrmec/W0yHTyq/p913I0BVNIlVpAD4uPWROL1p5gpiPt4mgOYYUnfZQ== root@vping-ssh-vm-06b04be0-0822-4694-a7db-4221ca145ec3 -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.12s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.14,24,fe80::f816:3eff:fe5e:63f7/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.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-00000004 name: N/A availability-zone: nova local-hostname: vping-ssh-vm-06b04be0-0822-4694-a7db-4221ca145ec3 launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=3.54 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. vping-ssh-vm-06b04be0-0822-4694-a7db-4221ca145ec3 login: 2018-08-15 17:30:54,242 - paramiko.transport - DEBUG - starting thread (client mode): 0xdb98f650L 2018-08-15 17:30:54,243 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-15 17:30:54,243 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-08-15 17:30:54,243 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-08-15 17:30:54,245 - 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-15 17:30:54,245 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-15 17:30:54,245 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-08-15 17:30:54,245 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-15 17:30:54,245 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-15 17:30:54,245 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-15 17:30:54,263 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-15 17:30:54,263 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-15 17:30:54,275 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.211: 7137ae9816642253a861e3cd169be7e3 2018-08-15 17:30:54,276 - paramiko.transport - DEBUG - Trying discovered key 1bfcf507c5feaa08d9a16546139fb2d1 in /tmp/tmpbCR_t1 2018-08-15 17:30:54,300 - paramiko.transport - DEBUG - userauth is OK 2018-08-15 17:30:54,306 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-15 17:30:54,309 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-15 17:30:54,309 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-08-15 17:30:54,310 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-15 17:30:54,311 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-15 17:30:54,314 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-15 17:30:54,314 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - output: PING 192.168.120.10 (192.168.120.10): 56 data bytes 64 bytes from 192.168.120.10: seq=0 ttl=64 time=1.475 ms --- 192.168.120.10 ping statistics --- 1 packets transmitted, 1 packets received, 0% packet loss round-trip min/avg/max = 1.475/1.475/1.475 ms 2018-08-15 17:30:54,315 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - error: 2018-08-15 17:30:54,319 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-15 17:30:54,428 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-15 17:30:54,428 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 00:44 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-15 17:30:54,433 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-15 17:30:54,436 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/servers/473b9bbc-3b79-4d7b-843b-d4b091555293 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}29b1742ee2d7820b5b878eefe2439a54eb631a2a" 2018-08-15 17:30:54,589 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 15 Aug 2018 17:30: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-48dbd95f-38b5-4c53-b41a-4b06787b6865 x-compute-request-id: req-48dbd95f-38b5-4c53-b41a-4b06787b6865 Content-Type: application/json 2018-08-15 17:30:54,589 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/servers/473b9bbc-3b79-4d7b-843b-d4b091555293 used request id req-48dbd95f-38b5-4c53-b41a-4b06787b6865 2018-08-15 17:30:54,589 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.155906200409s 2018-08-15 17:30:54,590 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/servers/473b9bbc-3b79-4d7b-843b-d4b091555293 used request id req-48dbd95f-38b5-4c53-b41a-4b06787b6865 2018-08-15 17:30:54,590 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 17:30:54,593 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}29b1742ee2d7820b5b878eefe2439a54eb631a2a" 2018-08-15 17:30:55,365 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:30: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-6f8c3cc6-4966-43f0-be08-fc47cba8705f x-compute-request-id: req-6f8c3cc6-4966-43f0-be08-fc47cba8705f Content-Encoding: gzip Content-Length: 897 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_06b04be0-0822-4694-a7db-4221ca145ec3": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5e:63:f7", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5e:63:f7", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/1447fe30-a38b-46d4-b262-87bb575da57c", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/1447fe30-a38b-46d4-b262-87bb575da57c", "rel": "bookmark"}], "image": {"id": "08d8b020-dc64-42f4-b720-4c8a7bc31cf1", "links": [{"href": "http://172.30.9.27:8774/images/08d8b020-dc64-42f4-b720-4c8a7bc31cf1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T17:30:40.000000", "flavor": {"id": "5735cd35-a619-4063-a628-9381e79ba95e", "links": [{"href": "http://172.30.9.27:8774/flavors/5735cd35-a619-4063-a628-9381e79ba95e", "rel": "bookmark"}]}, "id": "1447fe30-a38b-46d4-b262-87bb575da57c", "security_groups": [{"name": "vping_ssh-sg_06b04be0-0822-4694-a7db-4221ca145ec3"}], "user_id": "1212362fb81143818cd79a44eab13ba8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T17:30:40Z", "hostId": "7503e0274a59cb9528b5e1730a6e28a257a748323015210c3e0ce028", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_06b04be0-0822-4694-a7db-4221ca145ec3", "name": "vping_ssh-vm_06b04be0-0822-4694-a7db-4221ca145ec3", "created": "2018-08-15T17:30:31Z", "tenant_id": "0a79be35aa1844b592171ec6b98067a3", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_ssh-net_06b04be0-0822-4694-a7db-4221ca145ec3": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:56:c5:e5", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/473b9bbc-3b79-4d7b-843b-d4b091555293", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/473b9bbc-3b79-4d7b-843b-d4b091555293", "rel": "bookmark"}], "image": {"id": "08d8b020-dc64-42f4-b720-4c8a7bc31cf1", "links": [{"href": "http://172.30.9.27:8774/images/08d8b020-dc64-42f4-b720-4c8a7bc31cf1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T17:30:27.000000", "flavor": {"id": "5735cd35-a619-4063-a628-9381e79ba95e", "links": [{"href": "http://172.30.9.27:8774/flavors/5735cd35-a619-4063-a628-9381e79ba95e", "rel": "bookmark"}]}, "id": "473b9bbc-3b79-4d7b-843b-d4b091555293", "security_groups": [{"name": "vping_ssh-sg_06b04be0-0822-4694-a7db-4221ca145ec3"}], "user_id": "1212362fb81143818cd79a44eab13ba8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T17:30:54Z", "hostId": "8df86c72c50cb12ff161e353478e762632aa79e3ea1750ee41123481", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_06b04be0-0822-4694-a7db-4221ca145ec3", "created": "2018-08-15T17:30:21Z", "tenant_id": "0a79be35aa1844b592171ec6b98067a3", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 17:30:55,365 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-6f8c3cc6-4966-43f0-be08-fc47cba8705f 2018-08-15 17:30:55,366 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.775516986847s 2018-08-15 17:30:55,366 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-6f8c3cc6-4966-43f0-be08-fc47cba8705f 2018-08-15 17:30:55,368 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 17:30:57,371 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 17:30:57,374 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}29b1742ee2d7820b5b878eefe2439a54eb631a2a" 2018-08-15 17:30:57,979 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:30:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-138a9b29-8ad2-492f-98fa-c323d6ca0896 x-compute-request-id: req-138a9b29-8ad2-492f-98fa-c323d6ca0896 Content-Encoding: gzip Content-Length: 761 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_06b04be0-0822-4694-a7db-4221ca145ec3": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5e:63:f7", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5e:63:f7", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/1447fe30-a38b-46d4-b262-87bb575da57c", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/1447fe30-a38b-46d4-b262-87bb575da57c", "rel": "bookmark"}], "image": {"id": "08d8b020-dc64-42f4-b720-4c8a7bc31cf1", "links": [{"href": "http://172.30.9.27:8774/images/08d8b020-dc64-42f4-b720-4c8a7bc31cf1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T17:30:40.000000", "flavor": {"id": "5735cd35-a619-4063-a628-9381e79ba95e", "links": [{"href": "http://172.30.9.27:8774/flavors/5735cd35-a619-4063-a628-9381e79ba95e", "rel": "bookmark"}]}, "id": "1447fe30-a38b-46d4-b262-87bb575da57c", "security_groups": [{"name": "vping_ssh-sg_06b04be0-0822-4694-a7db-4221ca145ec3"}], "user_id": "1212362fb81143818cd79a44eab13ba8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T17:30:40Z", "hostId": "7503e0274a59cb9528b5e1730a6e28a257a748323015210c3e0ce028", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_06b04be0-0822-4694-a7db-4221ca145ec3", "name": "vping_ssh-vm_06b04be0-0822-4694-a7db-4221ca145ec3", "created": "2018-08-15T17:30:31Z", "tenant_id": "0a79be35aa1844b592171ec6b98067a3", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 17:30:57,979 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-138a9b29-8ad2-492f-98fa-c323d6ca0896 2018-08-15 17:30:57,980 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.608314990997s 2018-08-15 17:30:57,980 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-138a9b29-8ad2-492f-98fa-c323d6ca0896 2018-08-15 17:30:57,984 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-15 17:30:57,984 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/floatingips/f5b05b44-45d5-4a54-8ab7-f4f53167150e.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}29b1742ee2d7820b5b878eefe2439a54eb631a2a" 2018-08-15 17:30:58,941 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e643fb25-9ed9-4f98-bd4a-c4b3ecff14ba Content-Length: 0 Date: Wed, 15 Aug 2018 17:30:58 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-15 17:30:58,942 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/floatingips/f5b05b44-45d5-4a54-8ab7-f4f53167150e.json used request id req-e643fb25-9ed9-4f98-bd4a-c4b3ecff14ba 2018-08-15 17:30:58,942 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.958081960678s 2018-08-15 17:30:58,942 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/floatingips/f5b05b44-45d5-4a54-8ab7-f4f53167150e.json used request id req-e643fb25-9ed9-4f98-bd4a-c4b3ecff14ba 2018-08-15 17:30:58,947 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-15 17:30:58,948 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}29b1742ee2d7820b5b878eefe2439a54eb631a2a" 2018-08-15 17:30:58,995 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-7cac03d7-87b4-441b-9b54-65fe7453de8a Date: Wed, 15 Aug 2018 17:30:59 GMT RESP BODY: {"floatingips": []} 2018-08-15 17:30:58,995 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-7cac03d7-87b4-441b-9b54-65fe7453de8a 2018-08-15 17:30:58,995 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0474028587341s 2018-08-15 17:30:58,995 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-7cac03d7-87b4-441b-9b54-65fe7453de8a 2018-08-15 17:30:58,996 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-15 17:30:58,999 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/servers/1447fe30-a38b-46d4-b262-87bb575da57c -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}29b1742ee2d7820b5b878eefe2439a54eb631a2a" 2018-08-15 17:30:59,165 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 15 Aug 2018 17:30:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-5571d306-f747-4280-b881-fdfcbb6fb418 x-compute-request-id: req-5571d306-f747-4280-b881-fdfcbb6fb418 Content-Type: application/json 2018-08-15 17:30:59,165 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/servers/1447fe30-a38b-46d4-b262-87bb575da57c used request id req-5571d306-f747-4280-b881-fdfcbb6fb418 2018-08-15 17:30:59,165 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.169333934784s 2018-08-15 17:30:59,166 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/servers/1447fe30-a38b-46d4-b262-87bb575da57c used request id req-5571d306-f747-4280-b881-fdfcbb6fb418 2018-08-15 17:30:59,166 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 17:30:59,168 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}29b1742ee2d7820b5b878eefe2439a54eb631a2a" 2018-08-15 17:30:59,561 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:30: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-ddfc700a-4b2b-42ba-bf9c-b8f5bd0ca651 x-compute-request-id: req-ddfc700a-4b2b-42ba-bf9c-b8f5bd0ca651 Content-Encoding: gzip Content-Length: 765 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_ssh-net_06b04be0-0822-4694-a7db-4221ca145ec3": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5e:63:f7", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5e:63:f7", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/1447fe30-a38b-46d4-b262-87bb575da57c", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/1447fe30-a38b-46d4-b262-87bb575da57c", "rel": "bookmark"}], "image": {"id": "08d8b020-dc64-42f4-b720-4c8a7bc31cf1", "links": [{"href": "http://172.30.9.27:8774/images/08d8b020-dc64-42f4-b720-4c8a7bc31cf1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T17:30:40.000000", "flavor": {"id": "5735cd35-a619-4063-a628-9381e79ba95e", "links": [{"href": "http://172.30.9.27:8774/flavors/5735cd35-a619-4063-a628-9381e79ba95e", "rel": "bookmark"}]}, "id": "1447fe30-a38b-46d4-b262-87bb575da57c", "security_groups": [{"name": "vping_ssh-sg_06b04be0-0822-4694-a7db-4221ca145ec3"}], "user_id": "1212362fb81143818cd79a44eab13ba8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T17:30:59Z", "hostId": "7503e0274a59cb9528b5e1730a6e28a257a748323015210c3e0ce028", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_06b04be0-0822-4694-a7db-4221ca145ec3", "name": "vping_ssh-vm_06b04be0-0822-4694-a7db-4221ca145ec3", "created": "2018-08-15T17:30:31Z", "tenant_id": "0a79be35aa1844b592171ec6b98067a3", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 17:30:59,561 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-ddfc700a-4b2b-42ba-bf9c-b8f5bd0ca651 2018-08-15 17:30:59,561 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.395313978195s 2018-08-15 17:30:59,562 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-ddfc700a-4b2b-42ba-bf9c-b8f5bd0ca651 2018-08-15 17:30:59,563 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 17:31:01,566 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 17:31:01,569 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}29b1742ee2d7820b5b878eefe2439a54eb631a2a" 2018-08-15 17:31:01,632 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:31: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-1f2d7d66-ac70-4ead-8a3e-b18564289dbb x-compute-request-id: req-1f2d7d66-ac70-4ead-8a3e-b18564289dbb Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-15 17:31:01,633 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-1f2d7d66-ac70-4ead-8a3e-b18564289dbb 2018-08-15 17:31:01,633 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0665669441223s 2018-08-15 17:31:01,633 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-1f2d7d66-ac70-4ead-8a3e-b18564289dbb 2018-08-15 17:31:01,636 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-15 17:31:01,637 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}29b1742ee2d7820b5b878eefe2439a54eb631a2a" 2018-08-15 17:31:01,678 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4831 X-Openstack-Request-Id: req-fab9705c-f990-46fa-b722-97483abfd7a8 Date: Wed, 15 Aug 2018 17:31:01 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "0a79be35aa1844b592171ec6b98067a3", "created_at": "2018-08-15T17:30:11Z", "updated_at": "2018-08-15T17:30:11Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:30:11Z", "revision_number": 0, "id": "00c88acf-1903-4b33-98a7-99ea979bd9c9", "remote_group_id": "4846ad83-79f7-42df-b750-d0ad674ce4cb", "remote_ip_prefix": null, "created_at": "2018-08-15T17:30:11Z", "security_group_id": "4846ad83-79f7-42df-b750-d0ad674ce4cb", "tenant_id": "0a79be35aa1844b592171ec6b98067a3", "port_range_min": null, "ethertype": "IPv6", "project_id": "0a79be35aa1844b592171ec6b98067a3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:30:11Z", "revision_number": 0, "id": "5fa7f683-afed-4549-8551-3a983fecdb88", "remote_group_id": "4846ad83-79f7-42df-b750-d0ad674ce4cb", "remote_ip_prefix": null, "created_at": "2018-08-15T17:30:11Z", "security_group_id": "4846ad83-79f7-42df-b750-d0ad674ce4cb", "tenant_id": "0a79be35aa1844b592171ec6b98067a3", "port_range_min": null, "ethertype": "IPv4", "project_id": "0a79be35aa1844b592171ec6b98067a3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:30:11Z", "revision_number": 0, "id": "6ce237a2-9336-48d3-8b84-91c541431eea", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T17:30:11Z", "security_group_id": "4846ad83-79f7-42df-b750-d0ad674ce4cb", "tenant_id": "0a79be35aa1844b592171ec6b98067a3", "port_range_min": null, "ethertype": "IPv6", "project_id": "0a79be35aa1844b592171ec6b98067a3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:30:11Z", "revision_number": 0, "id": "daedcab2-5861-4075-8055-2dc0aa3f48c6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T17:30:11Z", "security_group_id": "4846ad83-79f7-42df-b750-d0ad674ce4cb", "tenant_id": "0a79be35aa1844b592171ec6b98067a3", "port_range_min": null, "ethertype": "IPv4", "project_id": "0a79be35aa1844b592171ec6b98067a3"}], "revision_number": 1, "project_id": "0a79be35aa1844b592171ec6b98067a3", "id": "4846ad83-79f7-42df-b750-d0ad674ce4cb", "name": "default"}, {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "0a79be35aa1844b592171ec6b98067a3", "created_at": "2018-08-15T17:30:18Z", "updated_at": "2018-08-15T17:30:18Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-15T17:30:18Z", "revision_number": 0, "id": "226153c7-dc47-40c9-b24f-fdef49bb53f3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T17:30:18Z", "security_group_id": "4c540e75-2f6b-4a7e-9353-960832362191", "tenant_id": "0a79be35aa1844b592171ec6b98067a3", "port_range_min": 22, "ethertype": "IPv4", "project_id": "0a79be35aa1844b592171ec6b98067a3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:30:18Z", "revision_number": 0, "id": "3547b54b-b130-428b-b02f-b20c6629f8f2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T17:30:18Z", "security_group_id": "4c540e75-2f6b-4a7e-9353-960832362191", "tenant_id": "0a79be35aa1844b592171ec6b98067a3", "port_range_min": null, "ethertype": "IPv4", "project_id": "0a79be35aa1844b592171ec6b98067a3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:30:18Z", "revision_number": 0, "id": "e1feb52b-bc7d-4990-9991-27b091ed3e23", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T17:30:18Z", "security_group_id": "4c540e75-2f6b-4a7e-9353-960832362191", "tenant_id": "0a79be35aa1844b592171ec6b98067a3", "port_range_min": null, "ethertype": "IPv6", "project_id": "0a79be35aa1844b592171ec6b98067a3"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:30:18Z", "revision_number": 0, "id": "e8ae0e6d-1c44-4383-9c6d-2d84e1b4caf6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T17:30:18Z", "security_group_id": "4c540e75-2f6b-4a7e-9353-960832362191", "tenant_id": "0a79be35aa1844b592171ec6b98067a3", "port_range_min": null, "ethertype": "IPv4", "project_id": "0a79be35aa1844b592171ec6b98067a3"}], "revision_number": 3, "project_id": "0a79be35aa1844b592171ec6b98067a3", "id": "4c540e75-2f6b-4a7e-9353-960832362191", "name": "vping_ssh-sg_06b04be0-0822-4694-a7db-4221ca145ec3"}]} 2018-08-15 17:31:01,678 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-fab9705c-f990-46fa-b722-97483abfd7a8 2018-08-15 17:31:01,678 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0416429042816s 2018-08-15 17:31:01,679 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-fab9705c-f990-46fa-b722-97483abfd7a8 2018-08-15 17:31:01,682 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-08-15 17:31:01,683 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/security-groups/4c540e75-2f6b-4a7e-9353-960832362191.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}29b1742ee2d7820b5b878eefe2439a54eb631a2a" 2018-08-15 17:31:01,902 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a81d90dc-ef5c-454f-ac11-8060cb7bea83 Content-Length: 0 Date: Wed, 15 Aug 2018 17:31:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-15 17:31:01,902 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/4c540e75-2f6b-4a7e-9353-960832362191.json used request id req-a81d90dc-ef5c-454f-ac11-8060cb7bea83 2018-08-15 17:31:01,902 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.219622135162s 2018-08-15 17:31:01,903 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/4c540e75-2f6b-4a7e-9353-960832362191.json used request id req-a81d90dc-ef5c-454f-ac11-8060cb7bea83 2018-08-15 17:31:01,903 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-08-15 17:31:01,906 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/os-keypairs/vping_ssh-kp_06b04be0-0822-4694-a7db-4221ca145ec3 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}29b1742ee2d7820b5b878eefe2439a54eb631a2a" 2018-08-15 17:31:01,958 - keystoneauth.session - DEBUG - RESP: [202] Date: Wed, 15 Aug 2018 17:31: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-4cf565c3-d627-4208-b106-c2af2be89529 x-compute-request-id: req-4cf565c3-d627-4208-b106-c2af2be89529 Content-Length: 0 Content-Type: application/json 2018-08-15 17:31:01,958 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/os-keypairs/vping_ssh-kp_06b04be0-0822-4694-a7db-4221ca145ec3 used request id req-4cf565c3-d627-4208-b106-c2af2be89529 2018-08-15 17:31:01,958 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0550038814545s 2018-08-15 17:31:01,958 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/os-keypairs/vping_ssh-kp_06b04be0-0822-4694-a7db-4221ca145ec3 used request id req-4cf565c3-d627-4208-b106-c2af2be89529 2018-08-15 17:31:01,959 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-15 17:31:01,959 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/4981ff87-3c2c-4bfb-bc93-6f720caedc25/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}29b1742ee2d7820b5b878eefe2439a54eb631a2a" -d '{"subnet_id": "eab19a66-9f1d-45ab-9da9-2154f4633879"}' 2018-08-15 17:31:03,635 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-1fda14bf-239b-496a-bcc4-570906a1b3cf Date: Wed, 15 Aug 2018 17:31:03 GMT RESP BODY: {"network_id": "b85b8b7c-d3e2-4cd6-bb47-0eb47772788d", "tenant_id": "0a79be35aa1844b592171ec6b98067a3", "subnet_id": "eab19a66-9f1d-45ab-9da9-2154f4633879", "subnet_ids": ["eab19a66-9f1d-45ab-9da9-2154f4633879"], "port_id": "ce8decb3-66d8-4289-9388-ab9ddff781dc", "id": "4981ff87-3c2c-4bfb-bc93-6f720caedc25"} 2018-08-15 17:31:03,635 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/4981ff87-3c2c-4bfb-bc93-6f720caedc25/remove_router_interface.json used request id req-1fda14bf-239b-496a-bcc4-570906a1b3cf 2018-08-15 17:31:03,635 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.67615699768s 2018-08-15 17:31:03,635 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/4981ff87-3c2c-4bfb-bc93-6f720caedc25/remove_router_interface.json used request id req-1fda14bf-239b-496a-bcc4-570906a1b3cf returning object 4981ff87-3c2c-4bfb-bc93-6f720caedc25 2018-08-15 17:31:03,636 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-15 17:31:03,636 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}29b1742ee2d7820b5b878eefe2439a54eb631a2a" 2018-08-15 17:31:03,753 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 623 X-Openstack-Request-Id: req-e499d274-2814-4b6d-b4d4-1809c1f2f30f Date: Wed, 15 Aug 2018 17:31:03 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "fc8ca119-27ab-4070-99fa-a2993d11ee48", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "3ef75223-733d-425d-bb3e-88e8a796bebc", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "0a79be35aa1844b592171ec6b98067a3", "created_at": "2018-08-15T17:30:12Z", "admin_state_up": true, "updated_at": "2018-08-15T17:31:02Z", "revision_number": 4, "routes": [], "project_id": "0a79be35aa1844b592171ec6b98067a3", "id": "4981ff87-3c2c-4bfb-bc93-6f720caedc25", "name": "vping_ssh-router_06b04be0-0822-4694-a7db-4221ca145ec3"}]} 2018-08-15 17:31:03,754 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-e499d274-2814-4b6d-b4d4-1809c1f2f30f 2018-08-15 17:31:03,754 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.117808103561s 2018-08-15 17:31:03,754 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-e499d274-2814-4b6d-b4d4-1809c1f2f30f 2018-08-15 17:31:03,756 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-15 17:31:03,756 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/routers/4981ff87-3c2c-4bfb-bc93-6f720caedc25.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}29b1742ee2d7820b5b878eefe2439a54eb631a2a" 2018-08-15 17:31:05,033 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-9b5a0375-ec55-4e60-8e95-5479c38d3880 Content-Length: 0 Date: Wed, 15 Aug 2018 17:31:05 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-15 17:31:05,033 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/4981ff87-3c2c-4bfb-bc93-6f720caedc25.json used request id req-9b5a0375-ec55-4e60-8e95-5479c38d3880 2018-08-15 17:31:05,033 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.27777791023s 2018-08-15 17:31:05,034 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/4981ff87-3c2c-4bfb-bc93-6f720caedc25.json used request id req-9b5a0375-ec55-4e60-8e95-5479c38d3880 2018-08-15 17:31:05,034 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-15 17:31:05,035 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}29b1742ee2d7820b5b878eefe2439a54eb631a2a" 2018-08-15 17:31:05,073 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-0d09ac13-1945-4fba-8cfd-ba4c8c0a60fe Date: Wed, 15 Aug 2018 17:31:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b85b8b7c-d3e2-4cd6-bb47-0eb47772788d","tenant_id":"0a79be35aa1844b592171ec6b98067a3","created_at":"2018-08-15T17:30:12Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-15T17:30:12Z","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":"0a79be35aa1844b592171ec6b98067a3","id":"eab19a66-9f1d-45ab-9da9-2154f4633879","subnetpool_id":null,"name":"vping_ssh-subnet_06b04be0-0822-4694-a7db-4221ca145ec3"}]} 2018-08-15 17:31:05,074 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-0d09ac13-1945-4fba-8cfd-ba4c8c0a60fe 2018-08-15 17:31:05,074 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0394258499146s 2018-08-15 17:31:05,074 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-0d09ac13-1945-4fba-8cfd-ba4c8c0a60fe 2018-08-15 17:31:05,075 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-15 17:31:05,076 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/subnets/eab19a66-9f1d-45ab-9da9-2154f4633879.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}29b1742ee2d7820b5b878eefe2439a54eb631a2a" 2018-08-15 17:31:06,206 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-97c2fec7-f50f-479d-9644-ebf454b32bfb Date: Wed, 15 Aug 2018 17:31:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-15 17:31:06,206 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/eab19a66-9f1d-45ab-9da9-2154f4633879.json used request id req-97c2fec7-f50f-479d-9644-ebf454b32bfb 2018-08-15 17:31:06,207 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 1.13108801842s 2018-08-15 17:31:06,207 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/eab19a66-9f1d-45ab-9da9-2154f4633879.json used request id req-97c2fec7-f50f-479d-9644-ebf454b32bfb 2018-08-15 17:31:06,207 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-15 17:31:06,208 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}29b1742ee2d7820b5b878eefe2439a54eb631a2a" 2018-08-15 17:31:06,291 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1154 X-Openstack-Request-Id: req-b3a696bf-303d-4a2b-84ec-98df10d00160 Date: Wed, 15 Aug 2018 17:31:06 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-15T17:31:06Z","tenant_id":"0a79be35aa1844b592171ec6b98067a3","created_at":"2018-08-15T17:30:11Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"0a79be35aa1844b592171ec6b98067a3","id":"b85b8b7c-d3e2-4cd6-bb47-0eb47772788d","name":"vping_ssh-net_06b04be0-0822-4694-a7db-4221ca145ec3"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["3ef75223-733d-425d-bb3e-88e8a796bebc"],"updated_at":"2018-08-15T17:16:30Z","tenant_id":"d2c267e1fee9461ba5e64a915b9518f5","created_at":"2018-08-15T17:16:26Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"d2c267e1fee9461ba5e64a915b9518f5","id":"fc8ca119-27ab-4070-99fa-a2993d11ee48","name":"external"}]} 2018-08-15 17:31:06,291 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-b3a696bf-303d-4a2b-84ec-98df10d00160 2018-08-15 17:31:06,291 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0838119983673s 2018-08-15 17:31:06,292 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-b3a696bf-303d-4a2b-84ec-98df10d00160 2018-08-15 17:31:06,293 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-15 17:31:06,293 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/networks/b85b8b7c-d3e2-4cd6-bb47-0eb47772788d.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}29b1742ee2d7820b5b878eefe2439a54eb631a2a" 2018-08-15 17:31:08,176 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c8e28bde-1167-4fab-a104-5ca848862d30 Date: Wed, 15 Aug 2018 17:31:08 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-15 17:31:08,177 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/b85b8b7c-d3e2-4cd6-bb47-0eb47772788d.json used request id req-c8e28bde-1167-4fab-a104-5ca848862d30 2018-08-15 17:31:08,177 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.88404798508s 2018-08-15 17:31:08,177 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/b85b8b7c-d3e2-4cd6-bb47-0eb47772788d.json used request id req-c8e28bde-1167-4fab-a104-5ca848862d30 2018-08-15 17:31:08,182 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-15 17:31:08,185 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}29b1742ee2d7820b5b878eefe2439a54eb631a2a" 2018-08-15 17:31:08,222 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-6b73fa37-73b1-4630-97da-239595b0dd8f Date: Wed, 15 Aug 2018 17:31:08 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-15T17:30:17Z", "file": "/v2/images/08d8b020-dc64-42f4-b720-4c8a7bc31cf1/file", "owner": "0a79be35aa1844b592171ec6b98067a3", "id": "08d8b020-dc64-42f4-b720-4c8a7bc31cf1", "size": 12716032, "self": "/v2/images/08d8b020-dc64-42f4-b720-4c8a7bc31cf1", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/08d8b020-dc64-42f4-b720-4c8a7bc31cf1/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/08d8b020-dc64-42f4-b720-4c8a7bc31cf1/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_06b04be0-0822-4694-a7db-4221ca145ec3", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_06b04be0-0822-4694-a7db-4221ca145ec3", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-15T17:30:16Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-15 17:31:08,222 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-6b73fa37-73b1-4630-97da-239595b0dd8f 2018-08-15 17:31:08,222 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.040206193924s 2018-08-15 17:31:08,222 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-6b73fa37-73b1-4630-97da-239595b0dd8f 2018-08-15 17:31:08,224 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-15 17:31:08,227 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9292/v2/images/08d8b020-dc64-42f4-b720-4c8a7bc31cf1 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}29b1742ee2d7820b5b878eefe2439a54eb631a2a" 2018-08-15 17:31:08,521 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-6175ae54-10aa-4a15-8b39-6ded11d90a75 Date: Wed, 15 Aug 2018 17:31: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-15 17:31:08,521 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/08d8b020-dc64-42f4-b720-4c8a7bc31cf1 used request id req-6175ae54-10aa-4a15-8b39-6ded11d90a75 2018-08-15 17:31:08,521 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.29740190506s 2018-08-15 17:31:08,522 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/08d8b020-dc64-42f4-b720-4c8a7bc31cf1 used request id req-6175ae54-10aa-4a15-8b39-6ded11d90a75 2018-08-15 17:31:08,522 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-15 17:31:08,526 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e6f621dc9faea8258bf8b7a82221a9adde8bd5cb" 2018-08-15 17:31:08,548 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:31:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-01e3c55d-7176-429c-a95c-4259988a7871 x-compute-request-id: req-01e3c55d-7176-429c-a95c-4259988a7871 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_ssh-flavor_06b04be0-0822-4694-a7db-4221ca145ec3", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/5735cd35-a619-4063-a628-9381e79ba95e", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/5735cd35-a619-4063-a628-9381e79ba95e", "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": "5735cd35-a619-4063-a628-9381e79ba95e"}]} 2018-08-15 17:31:08,548 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-01e3c55d-7176-429c-a95c-4259988a7871 2018-08-15 17:31:08,548 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0259177684784s 2018-08-15 17:31:08,549 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-01e3c55d-7176-429c-a95c-4259988a7871 2018-08-15 17:31:08,550 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-15 17:31:08,553 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/flavors/5735cd35-a619-4063-a628-9381e79ba95e -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e6f621dc9faea8258bf8b7a82221a9adde8bd5cb" 2018-08-15 17:31:08,585 - keystoneauth.session - DEBUG - RESP: [202] Date: Wed, 15 Aug 2018 17:31:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-54fd24b2-caa7-4652-b12f-c3410e26f1a0 x-compute-request-id: req-54fd24b2-caa7-4652-b12f-c3410e26f1a0 Content-Length: 0 Content-Type: application/json 2018-08-15 17:31:08,585 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/5735cd35-a619-4063-a628-9381e79ba95e used request id req-54fd24b2-caa7-4652-b12f-c3410e26f1a0 2018-08-15 17:31:08,585 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0345900058746s 2018-08-15 17:31:08,585 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/5735cd35-a619-4063-a628-9381e79ba95e used request id req-54fd24b2-caa7-4652-b12f-c3410e26f1a0 2018-08-15 17:31:08,586 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-15 17:31:08,589 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}e6f621dc9faea8258bf8b7a82221a9adde8bd5cb" 2018-08-15 17:31:08,805 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:31:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-76c9fd05-6192-462d-87a9-360c47ab3359 Content-Encoding: gzip Content-Length: 840 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/033f0039d025473a84de241284491a58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "033f0039d025473a84de241284491a58", "email": "glance@localhost", "password_expires_at": null}, {"name": "vping_ssh-user_06b04be0-0822-4694-a7db-4221ca145ec3", "links": {"self": "http://172.30.9.27:5000/v3/users/1212362fb81143818cd79a44eab13ba8"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "1212362fb81143818cd79a44eab13ba8", "domain_id": "default", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/2422d0f285314705b46615565d3917fe"}, "domain_id": "e4bd2a4e6bb349a78f956295c49df949", "enabled": true, "options": {}, "id": "2422d0f285314705b46615565d3917fe", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/2cc8b8ad456045c2a30e4360994a4487"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2cc8b8ad456045c2a30e4360994a4487", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/3c466aad8ead4318838e33dd234eb81d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3c466aad8ead4318838e33dd234eb81d", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/56e811cfd4b242068dd78826118576f4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "56e811cfd4b242068dd78826118576f4", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6fad7e5ef0254b2a9cdb215018bcab91"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6fad7e5ef0254b2a9cdb215018bcab91", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.27:5000/v3/users/7d91ea49860f4c2a8deabf649cf4ed37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d91ea49860f4c2a8deabf649cf4ed37", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/8f968cf4475249f6abf2422d6dd7425f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8f968cf4475249f6abf2422d6dd7425f", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/9482390a0722494f8852b9f0e2b9de56"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9482390a0722494f8852b9f0e2b9de56", "email": "admin@example.com", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.27:5000/v3/users/a36076122cea45c6b3e4aa67c4ca811d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a36076122cea45c6b3e4aa67c4ca811d", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/acda52409b024c95bc0facaa98dbc356"}, "domain_id": "default", "enabled": true, "options": {}, "id": "acda52409b024c95bc0facaa98dbc356", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/b193f8790ad94e46993d7eb01f623f51"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b193f8790ad94e46993d7eb01f623f51", "email": "cinder@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/dba024f1937f490cae2e437356a668d7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dba024f1937f490cae2e437356a668d7", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/e6d2649e935e4b8db8107d76bfb30c3a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e6d2649e935e4b8db8107d76bfb30c3a", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-08-15 17:31:08,806 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-76c9fd05-6192-462d-87a9-360c47ab3359 2018-08-15 17:31:08,806 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.219845056534s 2018-08-15 17:31:08,806 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-76c9fd05-6192-462d-87a9-360c47ab3359 2018-08-15 17:31:08,812 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-15 17:31:08,815 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/users/1212362fb81143818cd79a44eab13ba8 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e6f621dc9faea8258bf8b7a82221a9adde8bd5cb" 2018-08-15 17:31:09,008 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:31:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e737cee0-1167-4d2d-b2ec-2c42c64beb77 Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"user": {"name": "vping_ssh-user_06b04be0-0822-4694-a7db-4221ca145ec3", "links": {"self": "http://172.30.9.27:5000/v3/users/1212362fb81143818cd79a44eab13ba8"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "1212362fb81143818cd79a44eab13ba8", "description": null}} 2018-08-15 17:31:09,008 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/1212362fb81143818cd79a44eab13ba8 used request id req-e737cee0-1167-4d2d-b2ec-2c42c64beb77 2018-08-15 17:31:09,008 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.196632862091s 2018-08-15 17:31:09,009 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/1212362fb81143818cd79a44eab13ba8 used request id req-e737cee0-1167-4d2d-b2ec-2c42c64beb77 2018-08-15 17:31:09,010 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-15 17:31:09,013 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/users/1212362fb81143818cd79a44eab13ba8 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e6f621dc9faea8258bf8b7a82221a9adde8bd5cb" 2018-08-15 17:31:09,267 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 15 Aug 2018 17:31:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-245010b3-3ff6-4c14-a48d-66815301d61f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-15 17:31:09,267 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/1212362fb81143818cd79a44eab13ba8 used request id req-245010b3-3ff6-4c14-a48d-66815301d61f 2018-08-15 17:31:09,268 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.257572174072s 2018-08-15 17:31:09,268 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/1212362fb81143818cd79a44eab13ba8 used request id req-245010b3-3ff6-4c14-a48d-66815301d61f 2018-08-15 17:31:09,274 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-15 17:31:09,277 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}e6f621dc9faea8258bf8b7a82221a9adde8bd5cb" 2018-08-15 17:31:09,465 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:31:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1dd1e6b7-391f-45dd-9cc5-f8a0438d80fe Content-Encoding: gzip Content-Length: 384 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: vping_ssh", "links": {"self": "http://172.30.9.27:5000/v3/projects/0a79be35aa1844b592171ec6b98067a3"}, "tags": [], "enabled": true, "id": "0a79be35aa1844b592171ec6b98067a3", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_06b04be0-0822-4694-a7db-4221ca145ec3"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/a3688ea3a7924e1e8a441a00bd79aae5"}, "tags": [], "enabled": true, "id": "a3688ea3a7924e1e8a441a00bd79aae5", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.27:5000/v3/projects/d2c267e1fee9461ba5e64a915b9518f5"}, "tags": [], "enabled": true, "id": "d2c267e1fee9461ba5e64a915b9518f5", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-08-15 17:31:09,466 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects used request id req-1dd1e6b7-391f-45dd-9cc5-f8a0438d80fe 2018-08-15 17:31:09,466 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.191494941711s 2018-08-15 17:31:09,466 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects used request id req-1dd1e6b7-391f-45dd-9cc5-f8a0438d80fe 2018-08-15 17:31:09,472 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-15 17:31:09,476 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/projects/0a79be35aa1844b592171ec6b98067a3 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e6f621dc9faea8258bf8b7a82221a9adde8bd5cb" 2018-08-15 17:31:09,727 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 15 Aug 2018 17:31:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1eabf325-4299-436a-a09e-52b9cdf93bef Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-15 17:31:09,727 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/0a79be35aa1844b592171ec6b98067a3 used request id req-1eabf325-4299-436a-a09e-52b9cdf93bef 2018-08-15 17:31:09,728 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.255036115646s 2018-08-15 17:31:09,728 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/0a79be35aa1844b592171ec6b98067a3 used request id req-1eabf325-4299-436a-a09e-52b9cdf93bef 2018-08-15 17:31:09,785 - xtesting.ci.run_tests - INFO - Loading test case 'vping_userdata'... 2018-08-15 17:31:09,826 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-15 17:31:09,826 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-15 17:31:09,826 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-15 17:31:09,826 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-15 17:31:09,826 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-15 17:31:09,826 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-15 17:31:09,827 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-15 17:31:09,827 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-15 17:31:09,827 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-15 17:31:09,827 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-15 17:31:09,827 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-15 17:31:09,827 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-15 17:31:09,827 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-15 17:31:09,827 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-15 17:31:09,827 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-15 17:31:09,827 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-15 17:31:09,827 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-15 17:31:09,827 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-15 17:31:09,827 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-15 17:31:09,827 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-15 17:31:09,828 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-15 17:31:09,828 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-15 17:31:09,829 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-15 17:31:09,835 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:31:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-56a16e6b-71c4-4cde-a331-652043098b0d Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-08-15 17:31:09,835 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-56a16e6b-71c4-4cde-a331-652043098b0d 2018-08-15 17:31:09,835 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-08-15 17:31:10,238 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "16212b6aa60a4fd1b8194c834bae86bf", "name": "member"}, {"id": "eeb4436830d24515952401292b7cfc55", "name": "reader"}, {"id": "382a39dc50214187b99e809cf7222e3c", "name": "admin"}], "expires_at": "2018-08-15T18:31:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3688ea3a7924e1e8a441a00bd79aae5", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.37:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "54e3c320cc3142e9824c171afe58d5c6"}, {"url": "http://172.30.9.27:8080/v1/AUTH_a3688ea3a7924e1e8a441a00bd79aae5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d00250537b54114937846660f377ed1"}, {"url": "http://12.0.0.37:8080/v1/AUTH_a3688ea3a7924e1e8a441a00bd79aae5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c790cb26fd2345ae9bac8a014d10a446"}], "type": "object-store", "id": "17183633b8774ff6a53da32b47c89b3c", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94631698a9884eb1bf4cb245c6f37b80"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c23f2a003e874719a2f1c41f92405a45"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e97257b46cb8440080352cd841246c5d"}], "type": "cloudformation", "id": "2dec96c2934d43bdbe2e431ef0b53392", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "287c0315393e4b22a228912ca3b004cc"}, {"url": "http://192.30.9.3:8776/v3/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62769da517ac4f44b88a6118413b8c30"}, {"url": "http://192.30.9.3:8776/v3/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c0b30400cd648249ab0a6a17cf1ebc1"}], "type": "volumev3", "id": "363b885c3f174fbfb4f17da9d41f332d", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d6cb188f65e4f77bab04c3d99f9469f"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70f7ced028794432bef835264c84489c"}, {"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77dd5cfb1dac4b31b21d705ba420c355"}], "type": "network", "id": "51b7a44223114d149d5300ae5b6d97ae", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19071864a1b848cc93bca3b1e1955c3f"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bc0345e40a36459fbc009797a6517deb"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5c7966f4757438480f39866a31a0265"}], "type": "image", "id": "5540e06daad441aa911fd4cb4d76f8d3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "68ad1d76386d437089226a0562004a39", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "03f40cbac74c4aafb48b4dd360509f6a"}, {"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18ed3fa9a0894200abaf76b71abfd912"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3d96a0aa5c344cb8ba659332ed497e85"}], "type": "identity", "id": "8096ce39bbf24c1683621ee563324790", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f60ea793ee64fc9a3d9a2d2ad889bd0"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7c9770175fc45379f2c2d142062b2c3"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e944b22c50da41179f2e29ce558807c1"}], "type": "compute", "id": "b3040d5c7e224dbca86f421bddd758e1", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5aad7caa3e6f4a35b9abdf5d46190371"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8b8b8bcfb3b40e5be77e13a4d2dda19"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d33016e2f5be49c28efb9905db488d41"}], "type": "placement", "id": "bb3127ed06e54fda901ea2348ddb72da", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "576142509dfd46c591c5e83bed8ffcc7"}, {"url": "http://192.30.9.3:8776/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cabe2973ef9144da9850a630dd2aedd5"}, {"url": "http://172.30.9.27:8776/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eb71f3f602d443c9a8605a7ff2e8aa8e"}], "type": "volume", "id": "becfeedd42e344c085611f3c7c465a3f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.3:8004/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "156b8e560e534c82a1d320da86608a19"}, {"url": "http://192.30.9.3:8004/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59154cecf6a54eb08ecc63bf95dca042"}, {"url": "http://172.30.9.27:8004/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f3aa5c8697e449f99c2cfbe2a371cab7"}], "type": "orchestration", "id": "c4334130b6d54a75804fe3f11a3b9e3e", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "39db2ebb65ae42659440fd9845949a6c"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ad23d2a65e74e3c87b1488af1f9f9ac"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d07664cbebb49149819cf7a6b20edb4"}], "type": "alarming", "id": "d878aa5c6b584d53a039f6a680fb6e8b", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e2bb44b06c0412ab74e54984b5b26b5"}, {"url": "http://192.30.9.3:8776/v2/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86bcb5a76e6c464bb4d42c969584d6f2"}, {"url": "http://172.30.9.27:8776/v2/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a391eed816af4966b335005bfe580d70"}], "type": "volumev2", "id": "e16298e148f54e96a50a134ca797deff", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b54cb5b666f74b91b0244b5332fdb3e5"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcc892608bd341e084be203695f810d1"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e980066294c34eb6866e6c4735e84a62"}], "type": "metric", "id": "f3a07a22777a4405b7eaf44da2e73e19", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.27:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1f66095afa4b74b4f26d432f5bfa55"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8dd5f30cc334148a7ed9d5ab68eee9b"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bfe7dd54acd947899871700a40dd0244"}], "type": "event", "id": "f6e223543cae4d9bad10258b0a294f12", "name": "panko"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "9482390a0722494f8852b9f0e2b9de56"}, "audit_ids": ["F63k9GKhTUq93jmHQIAXBA"], "issued_at": "2018-08-15T17:31:10.000000Z"}} 2018-08-15 17:31:10,242 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-15 17:31:10,242 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b66a9eaa5bdb4352c19403a6043ac302cbc12486" 2018-08-15 17:31:10,580 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-0efb4da4-4891-424a-bc17-6ae324ff1b7d Date: Wed, 15 Aug 2018 17:31:10 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"fc8ca119-27ab-4070-99fa-a2993d11ee48","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d2c267e1fee9461ba5e64a915b9518f5","status":"ACTIVE","subnets":["3ef75223-733d-425d-bb3e-88e8a796bebc"],"description":"","tags":[],"updated_at":"2018-08-15T17:16:30Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"d2c267e1fee9461ba5e64a915b9518f5","created_at":"2018-08-15T17:16:26Z","provider:network_type":"flat"}]} 2018-08-15 17:31:10,581 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json?router%3Aexternal=True used request id req-0efb4da4-4891-424a-bc17-6ae324ff1b7d 2018-08-15 17:31:10,581 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.339298009872s 2018-08-15 17:31:10,581 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json?router%3Aexternal=True used request id req-0efb4da4-4891-424a-bc17-6ae324ff1b7d 2018-08-15 17:31:10,586 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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-15 17:31:10,592 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 15 Aug 2018 17:31:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-735b1bf9-5da6-4019-b476-262b614fdc2a 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.27:5000/v3/", "rel": "self"}]}]}} 2018-08-15 17:31:10,592 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/ used request id req-735b1bf9-5da6-4019-b476-262b614fdc2a 2018-08-15 17:31:10,593 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-15 17:31:10,597 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}b66a9eaa5bdb4352c19403a6043ac302cbc12486" 2018-08-15 17:31:10,789 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:31:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f9076754-1302-439e-8011-46575c5d4bb9 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}, {"description": "", "links": {"self": "http://172.30.9.27:5000/v3/domains/e4bd2a4e6bb349a78f956295c49df949"}, "tags": [], "enabled": true, "id": "e4bd2a4e6bb349a78f956295c49df949", "name": "heat_stack"}], "links": {"self": "http://172.30.9.27:5000/v3/domains", "previous": null, "next": null}} 2018-08-15 17:31:10,789 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains used request id req-f9076754-1302-439e-8011-46575c5d4bb9 2018-08-15 17:31:10,789 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.196003198624s 2018-08-15 17:31:10,790 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains used request id req-f9076754-1302-439e-8011-46575c5d4bb9 2018-08-15 17:31:10,797 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-15 17:31:10,800 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}b66a9eaa5bdb4352c19403a6043ac302cbc12486" -d '{"project": {"description": "Created by OPNFV Functest: vping_userdata", "enabled": true, "domain_id": "default", "name": "vping_userdata-project_228a0a2e-d824-4e87-9125-8d91fcf3164b"}}' 2018-08-15 17:31:11,029 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 15 Aug 2018 17:31:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c163a6d8-0fa1-431e-84ba-318ed7c905f4 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.27:5000/v3/projects/33c049ae81084dd6bf75a30eb00ad1c4"}, "tags": [], "enabled": true, "id": "33c049ae81084dd6bf75a30eb00ad1c4", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_228a0a2e-d824-4e87-9125-8d91fcf3164b"}} 2018-08-15 17:31:11,030 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-c163a6d8-0fa1-431e-84ba-318ed7c905f4 2018-08-15 17:31:11,030 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.232517957687s 2018-08-15 17:31:11,030 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-c163a6d8-0fa1-431e-84ba-318ed7c905f4 2018-08-15 17:31:11,031 - 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'33c049ae81084dd6bf75a30eb00ad1c4', '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_228a0a2e-d824-4e87-9125-8d91fcf3164b'}) 2018-08-15 17:31:11,038 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-15 17:31:11,044 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}b66a9eaa5bdb4352c19403a6043ac302cbc12486" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "683372ad-215a-4ee2-af63-4b677d45b8a5", "email": null, "name": "vping_userdata-user_228a0a2e-d824-4e87-9125-8d91fcf3164b"}}' 2018-08-15 17:31:11,461 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 15 Aug 2018 17:31:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e5ff3b2c-0dc0-472d-9cc3-064a328309f7 Content-Length: 329 Content-Type: application/json RESP BODY: {"user": {"name": "vping_userdata-user_228a0a2e-d824-4e87-9125-8d91fcf3164b", "links": {"self": "http://172.30.9.27:5000/v3/users/4d74eecfa6b8430a8af97c16f39d9b79"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "4d74eecfa6b8430a8af97c16f39d9b79", "domain_id": "default", "password_expires_at": null}} 2018-08-15 17:31:11,461 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/users used request id req-e5ff3b2c-0dc0-472d-9cc3-064a328309f7 2018-08-15 17:31:11,461 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.422830820084s 2018-08-15 17:31:11,461 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/users used request id req-e5ff3b2c-0dc0-472d-9cc3-064a328309f7 2018-08-15 17:31:11,462 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'4d74eecfa6b8430a8af97c16f39d9b79', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vping_userdata-user_228a0a2e-d824-4e87-9125-8d91fcf3164b'}) 2018-08-15 17:31:11,465 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-15 17:31:11,469 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}b66a9eaa5bdb4352c19403a6043ac302cbc12486" 2018-08-15 17:31:11,646 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:31:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bfde5b26-cec3-40ec-b31e-398342e5b24a Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "021fd4a1fb8b483eb2264cbf5b321379", "links": {"self": "http://172.30.9.27:5000/v3/roles/021fd4a1fb8b483eb2264cbf5b321379"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "16212b6aa60a4fd1b8194c834bae86bf", "links": {"self": "http://172.30.9.27:5000/v3/roles/16212b6aa60a4fd1b8194c834bae86bf"}, "name": "member"}, {"domain_id": null, "id": "1c1e1015ce2644848f1430e3bb28531b", "links": {"self": "http://172.30.9.27:5000/v3/roles/1c1e1015ce2644848f1430e3bb28531b"}, "name": "swiftoperator"}, {"domain_id": null, "id": "382a39dc50214187b99e809cf7222e3c", "links": {"self": "http://172.30.9.27:5000/v3/roles/382a39dc50214187b99e809cf7222e3c"}, "name": "admin"}, {"domain_id": null, "id": "9aed22da25b945dda36dee6e40a0785d", "links": {"self": "http://172.30.9.27:5000/v3/roles/9aed22da25b945dda36dee6e40a0785d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "eeb4436830d24515952401292b7cfc55", "links": {"self": "http://172.30.9.27:5000/v3/roles/eeb4436830d24515952401292b7cfc55"}, "name": "reader"}]} 2018-08-15 17:31:11,646 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-bfde5b26-cec3-40ec-b31e-398342e5b24a 2018-08-15 17:31:11,646 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.180531978607s 2018-08-15 17:31:11,646 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-bfde5b26-cec3-40ec-b31e-398342e5b24a 2018-08-15 17:31:11,652 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-15 17:31:11,655 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}b66a9eaa5bdb4352c19403a6043ac302cbc12486" 2018-08-15 17:31:11,841 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:31:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-24d0529d-d928-437c-b350-332926a68cfb Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "021fd4a1fb8b483eb2264cbf5b321379", "links": {"self": "http://172.30.9.27:5000/v3/roles/021fd4a1fb8b483eb2264cbf5b321379"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "16212b6aa60a4fd1b8194c834bae86bf", "links": {"self": "http://172.30.9.27:5000/v3/roles/16212b6aa60a4fd1b8194c834bae86bf"}, "name": "member"}, {"domain_id": null, "id": "1c1e1015ce2644848f1430e3bb28531b", "links": {"self": "http://172.30.9.27:5000/v3/roles/1c1e1015ce2644848f1430e3bb28531b"}, "name": "swiftoperator"}, {"domain_id": null, "id": "382a39dc50214187b99e809cf7222e3c", "links": {"self": "http://172.30.9.27:5000/v3/roles/382a39dc50214187b99e809cf7222e3c"}, "name": "admin"}, {"domain_id": null, "id": "9aed22da25b945dda36dee6e40a0785d", "links": {"self": "http://172.30.9.27:5000/v3/roles/9aed22da25b945dda36dee6e40a0785d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "eeb4436830d24515952401292b7cfc55", "links": {"self": "http://172.30.9.27:5000/v3/roles/eeb4436830d24515952401292b7cfc55"}, "name": "reader"}]} 2018-08-15 17:31:11,841 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-24d0529d-d928-437c-b350-332926a68cfb 2018-08-15 17:31:11,841 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.18923997879s 2018-08-15 17:31:11,842 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-24d0529d-d928-437c-b350-332926a68cfb 2018-08-15 17:31:11,846 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-15 17:31:11,850 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}b66a9eaa5bdb4352c19403a6043ac302cbc12486" 2018-08-15 17:31:11,947 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:31:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9c6e18ea-b088-4e93-945f-f8ee3e8dea16 Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "021fd4a1fb8b483eb2264cbf5b321379", "links": {"self": "http://172.30.9.27:5000/v3/roles/021fd4a1fb8b483eb2264cbf5b321379"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "16212b6aa60a4fd1b8194c834bae86bf", "links": {"self": "http://172.30.9.27:5000/v3/roles/16212b6aa60a4fd1b8194c834bae86bf"}, "name": "member"}, {"domain_id": null, "id": "1c1e1015ce2644848f1430e3bb28531b", "links": {"self": "http://172.30.9.27:5000/v3/roles/1c1e1015ce2644848f1430e3bb28531b"}, "name": "swiftoperator"}, {"domain_id": null, "id": "382a39dc50214187b99e809cf7222e3c", "links": {"self": "http://172.30.9.27:5000/v3/roles/382a39dc50214187b99e809cf7222e3c"}, "name": "admin"}, {"domain_id": null, "id": "9aed22da25b945dda36dee6e40a0785d", "links": {"self": "http://172.30.9.27:5000/v3/roles/9aed22da25b945dda36dee6e40a0785d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "eeb4436830d24515952401292b7cfc55", "links": {"self": "http://172.30.9.27:5000/v3/roles/eeb4436830d24515952401292b7cfc55"}, "name": "reader"}]} 2018-08-15 17:31:11,947 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-9c6e18ea-b088-4e93-945f-f8ee3e8dea16 2018-08-15 17:31:11,947 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.100827932358s 2018-08-15 17:31:11,948 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-9c6e18ea-b088-4e93-945f-f8ee3e8dea16 2018-08-15 17:31:11,952 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-15 17:31:11,955 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}b66a9eaa5bdb4352c19403a6043ac302cbc12486" 2018-08-15 17:31:12,129 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:31:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0ca280db-a8f9-4036-9015-1640a88c0f0f Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-15 17:31:12,129 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-0ca280db-a8f9-4036-9015-1640a88c0f0f 2018-08-15 17:31:12,129 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.176998853683s 2018-08-15 17:31:12,130 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-0ca280db-a8f9-4036-9015-1640a88c0f0f 2018-08-15 17:31:12,130 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-15 17:31:12,133 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}b66a9eaa5bdb4352c19403a6043ac302cbc12486" 2018-08-15 17:31:12,258 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:31:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8ba056eb-66d7-4295-94eb-6723e510e5e2 Content-Encoding: gzip Content-Length: 841 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/033f0039d025473a84de241284491a58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "033f0039d025473a84de241284491a58", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/2422d0f285314705b46615565d3917fe"}, "domain_id": "e4bd2a4e6bb349a78f956295c49df949", "enabled": true, "options": {}, "id": "2422d0f285314705b46615565d3917fe", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/2cc8b8ad456045c2a30e4360994a4487"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2cc8b8ad456045c2a30e4360994a4487", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/3c466aad8ead4318838e33dd234eb81d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3c466aad8ead4318838e33dd234eb81d", "email": "heat@localhost", "password_expires_at": null}, {"name": "vping_userdata-user_228a0a2e-d824-4e87-9125-8d91fcf3164b", "links": {"self": "http://172.30.9.27:5000/v3/users/4d74eecfa6b8430a8af97c16f39d9b79"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "4d74eecfa6b8430a8af97c16f39d9b79", "domain_id": "default", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/56e811cfd4b242068dd78826118576f4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "56e811cfd4b242068dd78826118576f4", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6fad7e5ef0254b2a9cdb215018bcab91"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6fad7e5ef0254b2a9cdb215018bcab91", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.27:5000/v3/users/7d91ea49860f4c2a8deabf649cf4ed37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d91ea49860f4c2a8deabf649cf4ed37", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/8f968cf4475249f6abf2422d6dd7425f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8f968cf4475249f6abf2422d6dd7425f", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/9482390a0722494f8852b9f0e2b9de56"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9482390a0722494f8852b9f0e2b9de56", "email": "admin@example.com", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.27:5000/v3/users/a36076122cea45c6b3e4aa67c4ca811d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a36076122cea45c6b3e4aa67c4ca811d", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/acda52409b024c95bc0facaa98dbc356"}, "domain_id": "default", "enabled": true, "options": {}, "id": "acda52409b024c95bc0facaa98dbc356", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/b193f8790ad94e46993d7eb01f623f51"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b193f8790ad94e46993d7eb01f623f51", "email": "cinder@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/dba024f1937f490cae2e437356a668d7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dba024f1937f490cae2e437356a668d7", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/e6d2649e935e4b8db8107d76bfb30c3a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e6d2649e935e4b8db8107d76bfb30c3a", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-08-15 17:31:12,258 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-8ba056eb-66d7-4295-94eb-6723e510e5e2 2018-08-15 17:31:12,258 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.127506017685s 2018-08-15 17:31:12,259 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-8ba056eb-66d7-4295-94eb-6723e510e5e2 2018-08-15 17:31:12,269 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-15 17:31:12,272 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b66a9eaa5bdb4352c19403a6043ac302cbc12486" 2018-08-15 17:31:12,370 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:31:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5f02b335-afe2-48e6-8528-cd53387d0f97 Content-Encoding: gzip Content-Length: 397 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/a3688ea3a7924e1e8a441a00bd79aae5"}, "tags": [], "enabled": true, "id": "a3688ea3a7924e1e8a441a00bd79aae5", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.27:5000/v3/projects/d2c267e1fee9461ba5e64a915b9518f5"}, "tags": [], "enabled": true, "id": "d2c267e1fee9461ba5e64a915b9518f5", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_userdata", "links": {"self": "http://172.30.9.27:5000/v3/projects/33c049ae81084dd6bf75a30eb00ad1c4"}, "tags": [], "enabled": true, "id": "33c049ae81084dd6bf75a30eb00ad1c4", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_228a0a2e-d824-4e87-9125-8d91fcf3164b"}]} 2018-08-15 17:31:12,370 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-5f02b335-afe2-48e6-8528-cd53387d0f97 2018-08-15 17:31:12,370 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.100648880005s 2018-08-15 17:31:12,370 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-5f02b335-afe2-48e6-8528-cd53387d0f97 2018-08-15 17:31:12,377 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-15 17:31:12,379 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:5000/v3/role_assignments?user.id=4d74eecfa6b8430a8af97c16f39d9b79&role.id=16212b6aa60a4fd1b8194c834bae86bf&scope.project.id=33c049ae81084dd6bf75a30eb00ad1c4" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b66a9eaa5bdb4352c19403a6043ac302cbc12486" 2018-08-15 17:31:12,473 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:31:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-83b6a918-847d-495e-b3ec-5fb3dca41715 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.27:5000/v3/role_assignments?user.id=4d74eecfa6b8430a8af97c16f39d9b79&role.id=16212b6aa60a4fd1b8194c834bae86bf&scope.project.id=33c049ae81084dd6bf75a30eb00ad1c4", "previous": null, "next": null}} 2018-08-15 17:31:12,473 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=4d74eecfa6b8430a8af97c16f39d9b79&role.id=16212b6aa60a4fd1b8194c834bae86bf&scope.project.id=33c049ae81084dd6bf75a30eb00ad1c4 used request id req-83b6a918-847d-495e-b3ec-5fb3dca41715 2018-08-15 17:31:12,474 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.0969181060791s 2018-08-15 17:31:12,474 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=4d74eecfa6b8430a8af97c16f39d9b79&role.id=16212b6aa60a4fd1b8194c834bae86bf&scope.project.id=33c049ae81084dd6bf75a30eb00ad1c4 used request id req-83b6a918-847d-495e-b3ec-5fb3dca41715 2018-08-15 17:31:12,477 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-15 17:31:12,481 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:5000/v3/projects/33c049ae81084dd6bf75a30eb00ad1c4/users/4d74eecfa6b8430a8af97c16f39d9b79/roles/16212b6aa60a4fd1b8194c834bae86bf -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b66a9eaa5bdb4352c19403a6043ac302cbc12486" 2018-08-15 17:31:12,762 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 15 Aug 2018 17:31:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cb9f2067-4d8b-4f0e-81cd-4c60d64bde89 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-15 17:31:12,762 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/33c049ae81084dd6bf75a30eb00ad1c4/users/4d74eecfa6b8430a8af97c16f39d9b79/roles/16212b6aa60a4fd1b8194c834bae86bf used request id req-cb9f2067-4d8b-4f0e-81cd-4c60d64bde89 2018-08-15 17:31:12,762 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.284851074219s 2018-08-15 17:31:12,763 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/33c049ae81084dd6bf75a30eb00ad1c4/users/4d74eecfa6b8430a8af97c16f39d9b79/roles/16212b6aa60a4fd1b8194c834bae86bf used request id req-cb9f2067-4d8b-4f0e-81cd-4c60d64bde89 2018-08-15 17:31:12,763 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vping_userdata-project_228a0a2e-d824-4e87-9125-8d91fcf3164b', 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'33c049ae81084dd6bf75a30eb00ad1c4', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '683372ad-215a-4ee2-af63-4b677d45b8a5', 'username': u'vping_userdata-user_228a0a2e-d824-4e87-9125-8d91fcf3164b', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.27:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-08-15 17:31:12,765 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-15 17:31:12,765 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-15 17:31:12,765 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-15 17:31:12,765 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-15 17:31:12,765 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-15 17:31:12,765 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-15 17:31:12,765 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-15 17:31:12,766 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-15 17:31:12,766 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-15 17:31:12,766 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-15 17:31:12,766 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-15 17:31:12,766 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-15 17:31:12,766 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-15 17:31:12,766 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-15 17:31:12,766 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-15 17:31:12,767 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-15 17:31:12,767 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-15 17:31:12,767 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-15 17:31:12,767 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-15 17:31:12,767 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-15 17:31:12,767 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-15 17:31:12,767 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-15 17:31:12,769 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vping_userdata-user_228a0a2e-d824-4e87-9125-8d91fcf3164b', 'password': '683372ad-215a-4ee2-af63-4b677d45b8a5', 'project_name': 'vping_userdata-project_228a0a2e-d824-4e87-9125-8d91fcf3164b', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.27:5000/v3', 'project_id': '33c049ae81084dd6bf75a30eb00ad1c4', 'project_domain_name': 'Default'} 2018-08-15 17:31:12,769 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-08-15 17:31:12,770 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-15 17:31:12,777 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:31:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-49ddadce-5ed4-477f-9213-8139de37e5db Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-08-15 17:31:12,777 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-49ddadce-5ed4-477f-9213-8139de37e5db 2018-08-15 17:31:12,778 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-08-15 17:31:13,165 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "16212b6aa60a4fd1b8194c834bae86bf", "name": "member"}, {"id": "eeb4436830d24515952401292b7cfc55", "name": "reader"}], "expires_at": "2018-08-15T18:31:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "33c049ae81084dd6bf75a30eb00ad1c4", "name": "vping_userdata-project_228a0a2e-d824-4e87-9125-8d91fcf3164b"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.37:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "54e3c320cc3142e9824c171afe58d5c6"}, {"url": "http://172.30.9.27:8080/v1/AUTH_33c049ae81084dd6bf75a30eb00ad1c4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d00250537b54114937846660f377ed1"}, {"url": "http://12.0.0.37:8080/v1/AUTH_33c049ae81084dd6bf75a30eb00ad1c4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c790cb26fd2345ae9bac8a014d10a446"}], "type": "object-store", "id": "17183633b8774ff6a53da32b47c89b3c", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94631698a9884eb1bf4cb245c6f37b80"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c23f2a003e874719a2f1c41f92405a45"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e97257b46cb8440080352cd841246c5d"}], "type": "cloudformation", "id": "2dec96c2934d43bdbe2e431ef0b53392", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/33c049ae81084dd6bf75a30eb00ad1c4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "287c0315393e4b22a228912ca3b004cc"}, {"url": "http://192.30.9.3:8776/v3/33c049ae81084dd6bf75a30eb00ad1c4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62769da517ac4f44b88a6118413b8c30"}, {"url": "http://192.30.9.3:8776/v3/33c049ae81084dd6bf75a30eb00ad1c4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c0b30400cd648249ab0a6a17cf1ebc1"}], "type": "volumev3", "id": "363b885c3f174fbfb4f17da9d41f332d", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d6cb188f65e4f77bab04c3d99f9469f"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70f7ced028794432bef835264c84489c"}, {"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77dd5cfb1dac4b31b21d705ba420c355"}], "type": "network", "id": "51b7a44223114d149d5300ae5b6d97ae", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19071864a1b848cc93bca3b1e1955c3f"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bc0345e40a36459fbc009797a6517deb"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5c7966f4757438480f39866a31a0265"}], "type": "image", "id": "5540e06daad441aa911fd4cb4d76f8d3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "68ad1d76386d437089226a0562004a39", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "03f40cbac74c4aafb48b4dd360509f6a"}, {"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18ed3fa9a0894200abaf76b71abfd912"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3d96a0aa5c344cb8ba659332ed497e85"}], "type": "identity", "id": "8096ce39bbf24c1683621ee563324790", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f60ea793ee64fc9a3d9a2d2ad889bd0"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7c9770175fc45379f2c2d142062b2c3"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e944b22c50da41179f2e29ce558807c1"}], "type": "compute", "id": "b3040d5c7e224dbca86f421bddd758e1", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5aad7caa3e6f4a35b9abdf5d46190371"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8b8b8bcfb3b40e5be77e13a4d2dda19"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d33016e2f5be49c28efb9905db488d41"}], "type": "placement", "id": "bb3127ed06e54fda901ea2348ddb72da", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/33c049ae81084dd6bf75a30eb00ad1c4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "576142509dfd46c591c5e83bed8ffcc7"}, {"url": "http://192.30.9.3:8776/v1/33c049ae81084dd6bf75a30eb00ad1c4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cabe2973ef9144da9850a630dd2aedd5"}, {"url": "http://172.30.9.27:8776/v1/33c049ae81084dd6bf75a30eb00ad1c4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eb71f3f602d443c9a8605a7ff2e8aa8e"}], "type": "volume", "id": "becfeedd42e344c085611f3c7c465a3f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.3:8004/v1/33c049ae81084dd6bf75a30eb00ad1c4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "156b8e560e534c82a1d320da86608a19"}, {"url": "http://192.30.9.3:8004/v1/33c049ae81084dd6bf75a30eb00ad1c4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59154cecf6a54eb08ecc63bf95dca042"}, {"url": "http://172.30.9.27:8004/v1/33c049ae81084dd6bf75a30eb00ad1c4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f3aa5c8697e449f99c2cfbe2a371cab7"}], "type": "orchestration", "id": "c4334130b6d54a75804fe3f11a3b9e3e", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "39db2ebb65ae42659440fd9845949a6c"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ad23d2a65e74e3c87b1488af1f9f9ac"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d07664cbebb49149819cf7a6b20edb4"}], "type": "alarming", "id": "d878aa5c6b584d53a039f6a680fb6e8b", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/33c049ae81084dd6bf75a30eb00ad1c4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e2bb44b06c0412ab74e54984b5b26b5"}, {"url": "http://192.30.9.3:8776/v2/33c049ae81084dd6bf75a30eb00ad1c4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86bcb5a76e6c464bb4d42c969584d6f2"}, {"url": "http://172.30.9.27:8776/v2/33c049ae81084dd6bf75a30eb00ad1c4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a391eed816af4966b335005bfe580d70"}], "type": "volumev2", "id": "e16298e148f54e96a50a134ca797deff", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b54cb5b666f74b91b0244b5332fdb3e5"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcc892608bd341e084be203695f810d1"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e980066294c34eb6866e6c4735e84a62"}], "type": "metric", "id": "f3a07a22777a4405b7eaf44da2e73e19", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.27:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1f66095afa4b74b4f26d432f5bfa55"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8dd5f30cc334148a7ed9d5ab68eee9b"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bfe7dd54acd947899871700a40dd0244"}], "type": "event", "id": "f6e223543cae4d9bad10258b0a294f12", "name": "panko"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vping_userdata-user_228a0a2e-d824-4e87-9125-8d91fcf3164b", "id": "4d74eecfa6b8430a8af97c16f39d9b79"}, "audit_ids": ["rKYXIUdmTSi_KaEvDuRVlA"], "issued_at": "2018-08-15T17:31:13.000000Z"}} 2018-08-15 17:31:13,168 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-15 17:31:13,169 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e95b75635addefa63258ac30f04f3285e1bb2750" -d '{"network": {"name": "vping_userdata-net_228a0a2e-d824-4e87-9125-8d91fcf3164b", "admin_state_up": true}}' 2018-08-15 17:31:13,934 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 592 X-Openstack-Request-Id: req-0eee0398-0be2-4941-ad4f-84833659a566 Date: Wed, 15 Aug 2018 17:31:13 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"33c049ae81084dd6bf75a30eb00ad1c4","created_at":"2018-08-15T17:31:13Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-15T17:31:13Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"33c049ae81084dd6bf75a30eb00ad1c4","id":"19f40f0d-dc20-487a-979d-7f292d6acba6","name":"vping_userdata-net_228a0a2e-d824-4e87-9125-8d91fcf3164b"}} 2018-08-15 17:31:13,934 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-0eee0398-0be2-4941-ad4f-84833659a566 2018-08-15 17:31:13,934 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.765702009201s 2018-08-15 17:31:13,935 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-0eee0398-0be2-4941-ad4f-84833659a566 2018-08-15 17:31:13,935 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-15T17:31:13Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'19f40f0d-dc20-487a-979d-7f292d6acba6', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_userdata-net_228a0a2e-d824-4e87-9125-8d91fcf3164b', u'admin_state_up': True, u'tenant_id': u'33c049ae81084dd6bf75a30eb00ad1c4', u'created_at': u'2018-08-15T17:31:13Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'33c049ae81084dd6bf75a30eb00ad1c4'}) 2018-08-15 17:31:13,936 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-15 17:31:13,936 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e95b75635addefa63258ac30f04f3285e1bb2750" 2018-08-15 17:31:14,115 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1153 X-Openstack-Request-Id: req-bd6dbac6-6671-43fa-a1c3-f1e7f20af713 Date: Wed, 15 Aug 2018 17:31:14 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-15T17:31:13Z","tenant_id":"33c049ae81084dd6bf75a30eb00ad1c4","created_at":"2018-08-15T17:31:13Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"33c049ae81084dd6bf75a30eb00ad1c4","id":"19f40f0d-dc20-487a-979d-7f292d6acba6","name":"vping_userdata-net_228a0a2e-d824-4e87-9125-8d91fcf3164b"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["3ef75223-733d-425d-bb3e-88e8a796bebc"],"updated_at":"2018-08-15T17:16:30Z","tenant_id":"d2c267e1fee9461ba5e64a915b9518f5","created_at":"2018-08-15T17:16:26Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"d2c267e1fee9461ba5e64a915b9518f5","id":"fc8ca119-27ab-4070-99fa-a2993d11ee48","name":"external"}]} 2018-08-15 17:31:14,115 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-bd6dbac6-6671-43fa-a1c3-f1e7f20af713 2018-08-15 17:31:14,115 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.179340839386s 2018-08-15 17:31:14,115 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-bd6dbac6-6671-43fa-a1c3-f1e7f20af713 2018-08-15 17:31:14,117 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-15 17:31:14,118 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e95b75635addefa63258ac30f04f3285e1bb2750" -d '{"subnet": {"name": "vping_userdata-subnet_228a0a2e-d824-4e87-9125-8d91fcf3164b", "enable_dhcp": true, "network_id": "19f40f0d-dc20-487a-979d-7f292d6acba6", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-15 17:31:14,797 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-8ecda194-5466-47d1-a22b-c9a5263bf0a8 Date: Wed, 15 Aug 2018 17:31:14 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"19f40f0d-dc20-487a-979d-7f292d6acba6","tenant_id":"33c049ae81084dd6bf75a30eb00ad1c4","created_at":"2018-08-15T17:31:14Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-15T17:31:14Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"33c049ae81084dd6bf75a30eb00ad1c4","id":"f0b26774-531b-4a7d-8875-8a5bc572736e","subnetpool_id":null,"name":"vping_userdata-subnet_228a0a2e-d824-4e87-9125-8d91fcf3164b"}} 2018-08-15 17:31:14,798 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-8ecda194-5466-47d1-a22b-c9a5263bf0a8 2018-08-15 17:31:14,798 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.680781126022s 2018-08-15 17:31:14,798 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-8ecda194-5466-47d1-a22b-c9a5263bf0a8 2018-08-15 17:31:14,799 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-15T17:31:14Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'f0b26774-531b-4a7d-8875-8a5bc572736e', u'subnetpool_id': None, u'service_types': [], u'name': u'vping_userdata-subnet_228a0a2e-d824-4e87-9125-8d91fcf3164b', u'enable_dhcp': True, u'network_id': u'19f40f0d-dc20-487a-979d-7f292d6acba6', u'tenant_id': u'33c049ae81084dd6bf75a30eb00ad1c4', u'created_at': u'2018-08-15T17:31:14Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'33c049ae81084dd6bf75a30eb00ad1c4'}) 2018-08-15 17:31:14,799 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-15 17:31:14,800 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e95b75635addefa63258ac30f04f3285e1bb2750" -d '{"router": {"external_gateway_info": {"network_id": "fc8ca119-27ab-4070-99fa-a2993d11ee48"}, "name": "vping_userdata-router_228a0a2e-d824-4e87-9125-8d91fcf3164b", "admin_state_up": true}}' 2018-08-15 17:31:15,962 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 625 X-Openstack-Request-Id: req-9ad918d0-a224-4466-8da1-c0eaf1c22c8a Date: Wed, 15 Aug 2018 17:31:15 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "fc8ca119-27ab-4070-99fa-a2993d11ee48", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "3ef75223-733d-425d-bb3e-88e8a796bebc", "ip_address": "172.30.9.205"}]}, "description": "", "tags": [], "tenant_id": "33c049ae81084dd6bf75a30eb00ad1c4", "created_at": "2018-08-15T17:31:14Z", "admin_state_up": true, "updated_at": "2018-08-15T17:31:15Z", "revision_number": 2, "routes": [], "project_id": "33c049ae81084dd6bf75a30eb00ad1c4", "id": "17cc526c-281e-418a-b4f2-2060e0657e19", "name": "vping_userdata-router_228a0a2e-d824-4e87-9125-8d91fcf3164b"}} 2018-08-15 17:31:15,962 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-9ad918d0-a224-4466-8da1-c0eaf1c22c8a 2018-08-15 17:31:15,962 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.16259002686s 2018-08-15 17:31:15,962 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-9ad918d0-a224-4466-8da1-c0eaf1c22c8a 2018-08-15 17:31:15,963 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'fc8ca119-27ab-4070-99fa-a2993d11ee48', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'3ef75223-733d-425d-bb3e-88e8a796bebc', u'ip_address': u'172.30.9.205'}]}, u'description': u'', u'tags': [], u'tenant_id': u'33c049ae81084dd6bf75a30eb00ad1c4', u'created_at': u'2018-08-15T17:31:14Z', u'admin_state_up': True, u'updated_at': u'2018-08-15T17:31:15Z', u'revision_number': 2, u'routes': [], u'project_id': u'33c049ae81084dd6bf75a30eb00ad1c4', u'id': u'17cc526c-281e-418a-b4f2-2060e0657e19', u'name': u'vping_userdata-router_228a0a2e-d824-4e87-9125-8d91fcf3164b'}) 2018-08-15 17:31:15,963 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-15 17:31:15,964 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/17cc526c-281e-418a-b4f2-2060e0657e19/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}e95b75635addefa63258ac30f04f3285e1bb2750" -d '{"subnet_id": "f0b26774-531b-4a7d-8875-8a5bc572736e"}' 2018-08-15 17:31:17,981 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-963f3746-a155-4cc6-b2c2-bd6f535ca72a Date: Wed, 15 Aug 2018 17:31:17 GMT RESP BODY: {"network_id": "19f40f0d-dc20-487a-979d-7f292d6acba6", "tenant_id": "33c049ae81084dd6bf75a30eb00ad1c4", "subnet_id": "f0b26774-531b-4a7d-8875-8a5bc572736e", "subnet_ids": ["f0b26774-531b-4a7d-8875-8a5bc572736e"], "port_id": "dfb71f12-b0c0-49eb-b286-a7966fb2e324", "id": "17cc526c-281e-418a-b4f2-2060e0657e19"} 2018-08-15 17:31:17,982 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/17cc526c-281e-418a-b4f2-2060e0657e19/add_router_interface.json used request id req-963f3746-a155-4cc6-b2c2-bd6f535ca72a 2018-08-15 17:31:17,982 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.01807808876s 2018-08-15 17:31:17,982 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/17cc526c-281e-418a-b4f2-2060e0657e19/add_router_interface.json used request id req-963f3746-a155-4cc6-b2c2-bd6f535ca72a returning object 17cc526c-281e-418a-b4f2-2060e0657e19 2018-08-15 17:31:17,982 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-15 17:31:18,115 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-15 17:31:18,117 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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-15 17:31:18,121 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Wed, 15 Aug 2018 17:31:18 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}]} 2018-08-15 17:31:18,124 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-15 17:31:18,126 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e95b75635addefa63258ac30f04f3285e1bb2750" 2018-08-15 17:31:18,493 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-0c530ec2-6a66-46d8-9c54-5a77023b2a28 Date: Wed, 15 Aug 2018 17:31:18 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-15 17:31:18,493 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-0c530ec2-6a66-46d8-9c54-5a77023b2a28 2018-08-15 17:31:18,493 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.36935210228s 2018-08-15 17:31:18,493 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-0c530ec2-6a66-46d8-9c54-5a77023b2a28 2018-08-15 17:31:18,502 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-15 17:31:18,506 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e95b75635addefa63258ac30f04f3285e1bb2750" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vping_userdata-img_228a0a2e-d824-4e87-9125-8d91fcf3164b", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vping_userdata-img_228a0a2e-d824-4e87-9125-8d91fcf3164b"}' 2018-08-15 17:31:18,570 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 945 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/9a9d5854-7121-4235-80e9-42c96d910537 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-ba7eedf5-8163-4d11-8f0a-e38c2fdd66cc Date: Wed, 15 Aug 2018 17:31:18 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-15T17:31:18Z", "file": "/v2/images/9a9d5854-7121-4235-80e9-42c96d910537/file", "owner": "33c049ae81084dd6bf75a30eb00ad1c4", "id": "9a9d5854-7121-4235-80e9-42c96d910537", "size": null, "self": "/v2/images/9a9d5854-7121-4235-80e9-42c96d910537", "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_228a0a2e-d824-4e87-9125-8d91fcf3164b", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_228a0a2e-d824-4e87-9125-8d91fcf3164b", "checksum": null, "created_at": "2018-08-15T17:31:18Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-15 17:31:18,570 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-ba7eedf5-8163-4d11-8f0a-e38c2fdd66cc 2018-08-15 17:31:18,570 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0674610137939s 2018-08-15 17:31:18,570 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-ba7eedf5-8163-4d11-8f0a-e38c2fdd66cc returning object 9a9d5854-7121-4235-80e9-42c96d910537 2018-08-15 17:31:18,571 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-15 17:31:18,574 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9292/v2/images/9a9d5854-7121-4235-80e9-42c96d910537/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}e95b75635addefa63258ac30f04f3285e1bb2750" -d '' 2018-08-15 17:31:18,947 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-267e5af1-469d-4379-a4b6-e76a5c196488 Date: Wed, 15 Aug 2018 17:31:18 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-15 17:31:18,947 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/9a9d5854-7121-4235-80e9-42c96d910537/file used request id req-267e5af1-469d-4379-a4b6-e76a5c196488 2018-08-15 17:31:18,947 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.376371145248s 2018-08-15 17:31:18,947 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/9a9d5854-7121-4235-80e9-42c96d910537/file used request id req-267e5af1-469d-4379-a4b6-e76a5c196488 2018-08-15 17:31:18,952 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-15 17:31:18,955 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e95b75635addefa63258ac30f04f3285e1bb2750" 2018-08-15 17:31:18,987 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1405 Content-Type: application/json X-Openstack-Request-Id: req-60d226d8-fa35-47a3-a456-66ee5ab5afc0 Date: Wed, 15 Aug 2018 17:31:19 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-15T17:31:18Z", "file": "/v2/images/9a9d5854-7121-4235-80e9-42c96d910537/file", "owner": "33c049ae81084dd6bf75a30eb00ad1c4", "id": "9a9d5854-7121-4235-80e9-42c96d910537", "size": 12716032, "self": "/v2/images/9a9d5854-7121-4235-80e9-42c96d910537", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/9a9d5854-7121-4235-80e9-42c96d910537/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/9a9d5854-7121-4235-80e9-42c96d910537/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_228a0a2e-d824-4e87-9125-8d91fcf3164b", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_228a0a2e-d824-4e87-9125-8d91fcf3164b", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-15T17:31:18Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-15 17:31:18,987 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-60d226d8-fa35-47a3-a456-66ee5ab5afc0 2018-08-15 17:31:18,988 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0356230735779s 2018-08-15 17:31:18,988 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-60d226d8-fa35-47a3-a456-66ee5ab5afc0 2018-08-15 17:31:18,989 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/9a9d5854-7121-4235-80e9-42c96d910537/snap', u'metadata': Munch({})})], 'file': u'/v2/images/9a9d5854-7121-4235-80e9-42c96d910537/file', 'owner': u'33c049ae81084dd6bf75a30eb00ad1c4', 'id': u'9a9d5854-7121-4235-80e9-42c96d910537', 'size': 12716032, u'self': u'/v2/images/9a9d5854-7121-4235-80e9-42c96d910537', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'33c049ae81084dd6bf75a30eb00ad1c4', 'name': 'vping_userdata-project_228a0a2e-d824-4e87-9125-8d91fcf3164b', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/9a9d5854-7121-4235-80e9-42c96d910537/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-15T17:31:18Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-15T17:31:18Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_userdata-img_228a0a2e-d824-4e87-9125-8d91fcf3164b', '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/9a9d5854-7121-4235-80e9-42c96d910537', 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_228a0a2e-d824-4e87-9125-8d91fcf3164b', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'vping_userdata-img_228a0a2e-d824-4e87-9125-8d91fcf3164b', 'created': u'2018-08-15T17:31:18Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-15T17:31:18Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/9a9d5854-7121-4235-80e9-42c96d910537', 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_228a0a2e-d824-4e87-9125-8d91fcf3164b', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-15 17:31:18,990 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-15 17:31:18,993 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b66a9eaa5bdb4352c19403a6043ac302cbc12486" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vping_userdata-flavor_228a0a2e-d824-4e87-9125-8d91fcf3164b", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-15 17:31:19,347 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:31:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-13e4585a-1b28-48cf-ae49-9cf13170ffbe x-compute-request-id: req-13e4585a-1b28-48cf-ae49-9cf13170ffbe Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavor": {"name": "vping_userdata-flavor_228a0a2e-d824-4e87-9125-8d91fcf3164b", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/a829e3b6-b18b-4adc-8e5f-abdb9e9da38d", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/a829e3b6-b18b-4adc-8e5f-abdb9e9da38d", "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": "a829e3b6-b18b-4adc-8e5f-abdb9e9da38d"}} 2018-08-15 17:31:19,347 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-13e4585a-1b28-48cf-ae49-9cf13170ffbe 2018-08-15 17:31:19,347 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.356421947479s 2018-08-15 17:31:19,347 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-13e4585a-1b28-48cf-ae49-9cf13170ffbe 2018-08-15 17:31:19,348 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vping_userdata-flavor_228a0a2e-d824-4e87-9125-8d91fcf3164b', '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'a3688ea3a7924e1e8a441a00bd79aae5', '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'a829e3b6-b18b-4adc-8e5f-abdb9e9da38d', 'swap': 0}) 2018-08-15 17:31:19,348 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-15 17:31:19,351 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/flavors/a829e3b6-b18b-4adc-8e5f-abdb9e9da38d/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}b66a9eaa5bdb4352c19403a6043ac302cbc12486" -d '{"extra_specs": {}}' 2018-08-15 17:31:19,368 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:31:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-490f8e1b-bd1e-41a2-94d6-511df0830580 x-compute-request-id: req-490f8e1b-bd1e-41a2-94d6-511df0830580 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-15 17:31:19,369 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/a829e3b6-b18b-4adc-8e5f-abdb9e9da38d/os-extra_specs used request id req-490f8e1b-bd1e-41a2-94d6-511df0830580 2018-08-15 17:31:19,369 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0201630592346s 2018-08-15 17:31:19,369 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/a829e3b6-b18b-4adc-8e5f-abdb9e9da38d/os-extra_specs used request id req-490f8e1b-bd1e-41a2-94d6-511df0830580 2018-08-15 17:31:19,369 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-15 17:31:19,370 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e95b75635addefa63258ac30f04f3285e1bb2750" 2018-08-15 17:31:19,458 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1197 X-Openstack-Request-Id: req-8043aef5-1c11-42e0-9871-f0d9b40ebace Date: Wed, 15 Aug 2018 17:31:19 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":["f0b26774-531b-4a7d-8875-8a5bc572736e"],"updated_at":"2018-08-15T17:31:14Z","tenant_id":"33c049ae81084dd6bf75a30eb00ad1c4","created_at":"2018-08-15T17:31:13Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"33c049ae81084dd6bf75a30eb00ad1c4","id":"19f40f0d-dc20-487a-979d-7f292d6acba6","name":"vping_userdata-net_228a0a2e-d824-4e87-9125-8d91fcf3164b"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["3ef75223-733d-425d-bb3e-88e8a796bebc"],"updated_at":"2018-08-15T17:16:30Z","tenant_id":"d2c267e1fee9461ba5e64a915b9518f5","created_at":"2018-08-15T17:16:26Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"d2c267e1fee9461ba5e64a915b9518f5","id":"fc8ca119-27ab-4070-99fa-a2993d11ee48","name":"external"}]} 2018-08-15 17:31:19,458 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-8043aef5-1c11-42e0-9871-f0d9b40ebace 2018-08-15 17:31:19,458 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0886631011963s 2018-08-15 17:31:19,458 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-8043aef5-1c11-42e0-9871-f0d9b40ebace 2018-08-15 17:31:19,463 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-15 17:31:19,467 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e95b75635addefa63258ac30f04f3285e1bb2750" 2018-08-15 17:31:19,500 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1405 Content-Type: application/json X-Openstack-Request-Id: req-2aa9646b-27e9-47ab-a81f-85cd1d975706 Date: Wed, 15 Aug 2018 17:31:19 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-15T17:31:18Z", "file": "/v2/images/9a9d5854-7121-4235-80e9-42c96d910537/file", "owner": "33c049ae81084dd6bf75a30eb00ad1c4", "id": "9a9d5854-7121-4235-80e9-42c96d910537", "size": 12716032, "self": "/v2/images/9a9d5854-7121-4235-80e9-42c96d910537", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/9a9d5854-7121-4235-80e9-42c96d910537/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/9a9d5854-7121-4235-80e9-42c96d910537/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_228a0a2e-d824-4e87-9125-8d91fcf3164b", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_228a0a2e-d824-4e87-9125-8d91fcf3164b", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-15T17:31:18Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-15 17:31:19,500 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-2aa9646b-27e9-47ab-a81f-85cd1d975706 2018-08-15 17:31:19,500 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0373740196228s 2018-08-15 17:31:19,501 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-2aa9646b-27e9-47ab-a81f-85cd1d975706 2018-08-15 17:31:19,502 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-15 17:31:19,505 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e95b75635addefa63258ac30f04f3285e1bb2750" 2018-08-15 17:31:19,782 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:31:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3314f364-d09e-413a-833d-061c9339646d x-compute-request-id: req-3314f364-d09e-413a-833d-061c9339646d Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_userdata-flavor_228a0a2e-d824-4e87-9125-8d91fcf3164b", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/a829e3b6-b18b-4adc-8e5f-abdb9e9da38d", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/a829e3b6-b18b-4adc-8e5f-abdb9e9da38d", "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": "a829e3b6-b18b-4adc-8e5f-abdb9e9da38d"}]} 2018-08-15 17:31:19,782 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-3314f364-d09e-413a-833d-061c9339646d 2018-08-15 17:31:19,782 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.279371023178s 2018-08-15 17:31:19,782 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-3314f364-d09e-413a-833d-061c9339646d 2018-08-15 17:31:19,784 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-15 17:31:19,787 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e95b75635addefa63258ac30f04f3285e1bb2750" -d '{"server": {"name": "vping_userdata-vm_228a0a2e-d824-4e87-9125-8d91fcf3164b", "imageRef": "9a9d5854-7121-4235-80e9-42c96d910537", "flavorRef": "a829e3b6-b18b-4adc-8e5f-abdb9e9da38d", "max_count": 1, "min_count": 1, "networks": [{"uuid": "19f40f0d-dc20-487a-979d-7f292d6acba6"}]}}' 2018-08-15 17:31:21,064 - keystoneauth.session - DEBUG - RESP: [202] Date: Wed, 15 Aug 2018 17:31:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-5e9a92aa-2e89-497d-9896-40c8cb875cee x-compute-request-id: req-5e9a92aa-2e89-497d-9896-40c8cb875cee Content-Length: 374 location: http://172.30.9.27:8774/v2.1/servers/9bd7e389-ac58-4fc3-b423-74094ee604a6 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "9bd7e389-ac58-4fc3-b423-74094ee604a6", "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/9bd7e389-ac58-4fc3-b423-74094ee604a6", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/9bd7e389-ac58-4fc3-b423-74094ee604a6", "rel": "bookmark"}], "adminPass": "PxivZSY4Y9ns"}} 2018-08-15 17:31:21,064 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-5e9a92aa-2e89-497d-9896-40c8cb875cee 2018-08-15 17:31:21,065 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 1.28067994118s 2018-08-15 17:31:21,065 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-5e9a92aa-2e89-497d-9896-40c8cb875cee 2018-08-15 17:31:21,066 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 17:31:21,072 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e95b75635addefa63258ac30f04f3285e1bb2750" 2018-08-15 17:31:21,604 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:31:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8295ae7c-a63b-405c-8c0f-b10584f6a90b x-compute-request-id: req-8295ae7c-a63b-405c-8c0f-b10584f6a90b Content-Encoding: gzip Content-Length: 600 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/9bd7e389-ac58-4fc3-b423-74094ee604a6", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/9bd7e389-ac58-4fc3-b423-74094ee604a6", "rel": "bookmark"}], "image": {"id": "9a9d5854-7121-4235-80e9-42c96d910537", "links": [{"href": "http://172.30.9.27:8774/images/9a9d5854-7121-4235-80e9-42c96d910537", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a829e3b6-b18b-4adc-8e5f-abdb9e9da38d", "links": [{"href": "http://172.30.9.27:8774/flavors/a829e3b6-b18b-4adc-8e5f-abdb9e9da38d", "rel": "bookmark"}]}, "id": "9bd7e389-ac58-4fc3-b423-74094ee604a6", "user_id": "4d74eecfa6b8430a8af97c16f39d9b79", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T17:31:21Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_228a0a2e-d824-4e87-9125-8d91fcf3164b", "created": "2018-08-15T17:31:21Z", "tenant_id": "33c049ae81084dd6bf75a30eb00ad1c4", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 17:31:21,605 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-8295ae7c-a63b-405c-8c0f-b10584f6a90b 2018-08-15 17:31:21,605 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.538411855698s 2018-08-15 17:31:21,605 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-8295ae7c-a63b-405c-8c0f-b10584f6a90b 2018-08-15 17:31:21,612 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-15 17:31:21,612 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e95b75635addefa63258ac30f04f3285e1bb2750" 2018-08-15 17:31:21,695 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1197 X-Openstack-Request-Id: req-2bf7e192-ee38-406c-b9f2-d9752aa4572a Date: Wed, 15 Aug 2018 17:31: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":["f0b26774-531b-4a7d-8875-8a5bc572736e"],"updated_at":"2018-08-15T17:31:14Z","tenant_id":"33c049ae81084dd6bf75a30eb00ad1c4","created_at":"2018-08-15T17:31:13Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"33c049ae81084dd6bf75a30eb00ad1c4","id":"19f40f0d-dc20-487a-979d-7f292d6acba6","name":"vping_userdata-net_228a0a2e-d824-4e87-9125-8d91fcf3164b"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["3ef75223-733d-425d-bb3e-88e8a796bebc"],"updated_at":"2018-08-15T17:16:30Z","tenant_id":"d2c267e1fee9461ba5e64a915b9518f5","created_at":"2018-08-15T17:16:26Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"d2c267e1fee9461ba5e64a915b9518f5","id":"fc8ca119-27ab-4070-99fa-a2993d11ee48","name":"external"}]} 2018-08-15 17:31:21,695 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-2bf7e192-ee38-406c-b9f2-d9752aa4572a 2018-08-15 17:31:21,695 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0832660198212s 2018-08-15 17:31:21,696 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-2bf7e192-ee38-406c-b9f2-d9752aa4572a 2018-08-15 17:31:21,696 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-15 17:31:21,697 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e95b75635addefa63258ac30f04f3285e1bb2750" 2018-08-15 17:31:21,763 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-602c591b-8abc-46b0-bc27-89ed669e34f4 Date: Wed, 15 Aug 2018 17:31:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"19f40f0d-dc20-487a-979d-7f292d6acba6","tenant_id":"33c049ae81084dd6bf75a30eb00ad1c4","created_at":"2018-08-15T17:31:14Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-15T17:31:14Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"33c049ae81084dd6bf75a30eb00ad1c4","id":"f0b26774-531b-4a7d-8875-8a5bc572736e","subnetpool_id":null,"name":"vping_userdata-subnet_228a0a2e-d824-4e87-9125-8d91fcf3164b"}]} 2018-08-15 17:31:21,763 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-602c591b-8abc-46b0-bc27-89ed669e34f4 2018-08-15 17:31:21,763 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0668580532074s 2018-08-15 17:31:21,764 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-602c591b-8abc-46b0-bc27-89ed669e34f4 2018-08-15 17:31:21,764 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 17:31:23,767 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 17:31:23,770 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e95b75635addefa63258ac30f04f3285e1bb2750" 2018-08-15 17:31:24,429 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:31:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5347d3e8-64eb-4b67-9ce6-c66b262fe797 x-compute-request-id: req-5347d3e8-64eb-4b67-9ce6-c66b262fe797 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "networking", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/9bd7e389-ac58-4fc3-b423-74094ee604a6", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/9bd7e389-ac58-4fc3-b423-74094ee604a6", "rel": "bookmark"}], "image": {"id": "9a9d5854-7121-4235-80e9-42c96d910537", "links": [{"href": "http://172.30.9.27:8774/images/9a9d5854-7121-4235-80e9-42c96d910537", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a829e3b6-b18b-4adc-8e5f-abdb9e9da38d", "links": [{"href": "http://172.30.9.27:8774/flavors/a829e3b6-b18b-4adc-8e5f-abdb9e9da38d", "rel": "bookmark"}]}, "id": "9bd7e389-ac58-4fc3-b423-74094ee604a6", "security_groups": [{"name": "default"}], "user_id": "4d74eecfa6b8430a8af97c16f39d9b79", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T17:31:23Z", "hostId": "f9067ef833b4fb1e48d538ee03c33e717d4b9b6c1a194529d8258730", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_228a0a2e-d824-4e87-9125-8d91fcf3164b", "created": "2018-08-15T17:31:21Z", "tenant_id": "33c049ae81084dd6bf75a30eb00ad1c4", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 17:31:24,429 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-5347d3e8-64eb-4b67-9ce6-c66b262fe797 2018-08-15 17:31:24,429 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.662120103836s 2018-08-15 17:31:24,430 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-5347d3e8-64eb-4b67-9ce6-c66b262fe797 2018-08-15 17:31:24,433 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 17:31:26,435 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 17:31:26,438 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e95b75635addefa63258ac30f04f3285e1bb2750" 2018-08-15 17:31:27,112 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:31: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-41b490cc-cdfd-411b-a34d-1a0fb51f5542 x-compute-request-id: req-41b490cc-cdfd-411b-a34d-1a0fb51f5542 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/9bd7e389-ac58-4fc3-b423-74094ee604a6", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/9bd7e389-ac58-4fc3-b423-74094ee604a6", "rel": "bookmark"}], "image": {"id": "9a9d5854-7121-4235-80e9-42c96d910537", "links": [{"href": "http://172.30.9.27:8774/images/9a9d5854-7121-4235-80e9-42c96d910537", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a829e3b6-b18b-4adc-8e5f-abdb9e9da38d", "links": [{"href": "http://172.30.9.27:8774/flavors/a829e3b6-b18b-4adc-8e5f-abdb9e9da38d", "rel": "bookmark"}]}, "id": "9bd7e389-ac58-4fc3-b423-74094ee604a6", "security_groups": [{"name": "default"}], "user_id": "4d74eecfa6b8430a8af97c16f39d9b79", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T17:31:24Z", "hostId": "f9067ef833b4fb1e48d538ee03c33e717d4b9b6c1a194529d8258730", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_228a0a2e-d824-4e87-9125-8d91fcf3164b", "created": "2018-08-15T17:31:21Z", "tenant_id": "33c049ae81084dd6bf75a30eb00ad1c4", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 17:31:27,112 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-41b490cc-cdfd-411b-a34d-1a0fb51f5542 2018-08-15 17:31:27,112 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.676936149597s 2018-08-15 17:31:27,112 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-41b490cc-cdfd-411b-a34d-1a0fb51f5542 2018-08-15 17:31:27,117 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 17:31:29,119 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 17:31:29,122 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e95b75635addefa63258ac30f04f3285e1bb2750" 2018-08-15 17:31:29,696 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:31:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e0beda2d-eae8-4a96-921e-0cbc5c4c454d x-compute-request-id: req-e0beda2d-eae8-4a96-921e-0cbc5c4c454d Content-Encoding: gzip Content-Length: 743 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_228a0a2e-d824-4e87-9125-8d91fcf3164b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:67:2b:e0", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/9bd7e389-ac58-4fc3-b423-74094ee604a6", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/9bd7e389-ac58-4fc3-b423-74094ee604a6", "rel": "bookmark"}], "image": {"id": "9a9d5854-7121-4235-80e9-42c96d910537", "links": [{"href": "http://172.30.9.27:8774/images/9a9d5854-7121-4235-80e9-42c96d910537", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T17:31:28.000000", "flavor": {"id": "a829e3b6-b18b-4adc-8e5f-abdb9e9da38d", "links": [{"href": "http://172.30.9.27:8774/flavors/a829e3b6-b18b-4adc-8e5f-abdb9e9da38d", "rel": "bookmark"}]}, "id": "9bd7e389-ac58-4fc3-b423-74094ee604a6", "security_groups": [{"name": "default"}], "user_id": "4d74eecfa6b8430a8af97c16f39d9b79", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T17:31:28Z", "hostId": "f9067ef833b4fb1e48d538ee03c33e717d4b9b6c1a194529d8258730", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_228a0a2e-d824-4e87-9125-8d91fcf3164b", "created": "2018-08-15T17:31:21Z", "tenant_id": "33c049ae81084dd6bf75a30eb00ad1c4", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 17:31:29,696 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-e0beda2d-eae8-4a96-921e-0cbc5c4c454d 2018-08-15 17:31:29,696 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.576751947403s 2018-08-15 17:31:29,697 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-e0beda2d-eae8-4a96-921e-0cbc5c4c454d 2018-08-15 17:31:29,701 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-15 17:31:29,701 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/ports.json?device_id=9bd7e389-ac58-4fc3-b423-74094ee604a6" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e95b75635addefa63258ac30f04f3285e1bb2750" 2018-08-15 17:31:29,771 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-f3d77912-f3d4-40de-9a1b-e7965fb4e5ce Date: Wed, 15 Aug 2018 17:31:29 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"19f40f0d-dc20-487a-979d-7f292d6acba6","tenant_id":"33c049ae81084dd6bf75a30eb00ad1c4","created_at":"2018-08-15T17:31:24Z","admin_state_up":true,"updated_at":"2018-08-15T17:31:28Z","binding:vnic_type":"normal","device_id":"9bd7e389-ac58-4fc3-b423-74094ee604a6","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:67:2b:e0","id":"9651e062-2202-47ae-87fc-0ff03d651725","port_security_enabled":true,"project_id":"33c049ae81084dd6bf75a30eb00ad1c4","fixed_ips":[{"subnet_id":"f0b26774-531b-4a7d-8875-8a5bc572736e","ip_address":"192.168.120.6"}],"extra_dhcp_opts":[],"security_groups":["c2a5ffa4-ad37-4bcd-9a1c-805284e89296"],"name":""}]} 2018-08-15 17:31:29,772 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=9bd7e389-ac58-4fc3-b423-74094ee604a6 used request id req-f3d77912-f3d4-40de-9a1b-e7965fb4e5ce 2018-08-15 17:31:29,772 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0707938671112s 2018-08-15 17:31:29,772 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=9bd7e389-ac58-4fc3-b423-74094ee604a6 used request id req-f3d77912-f3d4-40de-9a1b-e7965fb4e5ce 2018-08-15 17:31:29,777 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-15 17:31:29,778 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/floatingips.json?port_id=9651e062-2202-47ae-87fc-0ff03d651725" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e95b75635addefa63258ac30f04f3285e1bb2750" 2018-08-15 17:31:29,836 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-4a715212-4142-4610-9168-06377b56a580 Date: Wed, 15 Aug 2018 17:31:29 GMT RESP BODY: {"floatingips": []} 2018-08-15 17:31:29,837 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json?port_id=9651e062-2202-47ae-87fc-0ff03d651725 used request id req-4a715212-4142-4610-9168-06377b56a580 2018-08-15 17:31:29,837 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0596458911896s 2018-08-15 17:31:29,837 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json?port_id=9651e062-2202-47ae-87fc-0ff03d651725 used request id req-4a715212-4142-4610-9168-06377b56a580 2018-08-15 17:31:29,838 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_userdata-net_228a0a2e-d824-4e87-9125-8d91fcf3164b': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:67:2b:e0', 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'9a9d5854-7121-4235-80e9-42c96d910537'}), 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-15T17:31:28.000000', 'flavor': Munch({u'id': u'a829e3b6-b18b-4adc-8e5f-abdb9e9da38d'}), 'az': u'nova', 'id': u'9bd7e389-ac58-4fc3-b423-74094ee604a6', 'security_groups': [Munch({u'name': u'default'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'4d74eecfa6b8430a8af97c16f39d9b79', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'33c049ae81084dd6bf75a30eb00ad1c4', 'name': 'vping_userdata-project_228a0a2e-d824-4e87-9125-8d91fcf3164b', '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-15T17:31:28.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-15T17:31:28Z', 'hostId': u'f9067ef833b4fb1e48d538ee03c33e717d4b9b6c1a194529d8258730', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.6', 'cloud': 'envvars', 'host_id': u'f9067ef833b4fb1e48d538ee03c33e717d4b9b6c1a194529d8258730', '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-15T17:31:28.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'33c049ae81084dd6bf75a30eb00ad1c4', 'name': u'vping_userdata-vm_228a0a2e-d824-4e87-9125-8d91fcf3164b', 'adminPass': u'PxivZSY4Y9ns', 'tenant_id': u'33c049ae81084dd6bf75a30eb00ad1c4', 'created_at': u'2018-08-15T17:31:21Z', 'created': u'2018-08-15T17:31:21Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-15 17:31:29,839 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-15 17:31:29,839 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e95b75635addefa63258ac30f04f3285e1bb2750" 2018-08-15 17:31:29,940 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1197 X-Openstack-Request-Id: req-e1c90e1a-d87d-4c01-ab92-f1c2d938c590 Date: Wed, 15 Aug 2018 17:31:29 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":["f0b26774-531b-4a7d-8875-8a5bc572736e"],"updated_at":"2018-08-15T17:31:14Z","tenant_id":"33c049ae81084dd6bf75a30eb00ad1c4","created_at":"2018-08-15T17:31:13Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"33c049ae81084dd6bf75a30eb00ad1c4","id":"19f40f0d-dc20-487a-979d-7f292d6acba6","name":"vping_userdata-net_228a0a2e-d824-4e87-9125-8d91fcf3164b"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["3ef75223-733d-425d-bb3e-88e8a796bebc"],"updated_at":"2018-08-15T17:16:30Z","tenant_id":"d2c267e1fee9461ba5e64a915b9518f5","created_at":"2018-08-15T17:16:26Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"d2c267e1fee9461ba5e64a915b9518f5","id":"fc8ca119-27ab-4070-99fa-a2993d11ee48","name":"external"}]} 2018-08-15 17:31:29,940 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-e1c90e1a-d87d-4c01-ab92-f1c2d938c590 2018-08-15 17:31:29,941 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.101652145386s 2018-08-15 17:31:29,941 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-e1c90e1a-d87d-4c01-ab92-f1c2d938c590 2018-08-15 17:31:29,945 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-15 17:31:29,949 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e95b75635addefa63258ac30f04f3285e1bb2750" 2018-08-15 17:31:30,229 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1405 Content-Type: application/json X-Openstack-Request-Id: req-06bbfd1e-df5f-4b16-b33e-3e8ef3c67e95 Date: Wed, 15 Aug 2018 17:31:30 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-15T17:31:18Z", "file": "/v2/images/9a9d5854-7121-4235-80e9-42c96d910537/file", "owner": "33c049ae81084dd6bf75a30eb00ad1c4", "id": "9a9d5854-7121-4235-80e9-42c96d910537", "size": 12716032, "self": "/v2/images/9a9d5854-7121-4235-80e9-42c96d910537", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/9a9d5854-7121-4235-80e9-42c96d910537/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/9a9d5854-7121-4235-80e9-42c96d910537/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_228a0a2e-d824-4e87-9125-8d91fcf3164b", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_228a0a2e-d824-4e87-9125-8d91fcf3164b", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-15T17:31:18Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-15 17:31:30,229 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-06bbfd1e-df5f-4b16-b33e-3e8ef3c67e95 2018-08-15 17:31:30,229 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.283881902695s 2018-08-15 17:31:30,230 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-06bbfd1e-df5f-4b16-b33e-3e8ef3c67e95 2018-08-15 17:31:30,232 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-15 17:31:30,234 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e95b75635addefa63258ac30f04f3285e1bb2750" 2018-08-15 17:31:30,254 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:31:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5913dfe1-747f-4423-a166-a732a9f05e2b x-compute-request-id: req-5913dfe1-747f-4423-a166-a732a9f05e2b Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_userdata-flavor_228a0a2e-d824-4e87-9125-8d91fcf3164b", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/a829e3b6-b18b-4adc-8e5f-abdb9e9da38d", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/a829e3b6-b18b-4adc-8e5f-abdb9e9da38d", "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": "a829e3b6-b18b-4adc-8e5f-abdb9e9da38d"}]} 2018-08-15 17:31:30,255 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-5913dfe1-747f-4423-a166-a732a9f05e2b 2018-08-15 17:31:30,255 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0228309631348s 2018-08-15 17:31:30,255 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-5913dfe1-747f-4423-a166-a732a9f05e2b 2018-08-15 17:31:30,256 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-15 17:31:30,259 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e95b75635addefa63258ac30f04f3285e1bb2750" -d '{"server": {"name": "vping_userdata-vm2_228a0a2e-d824-4e87-9125-8d91fcf3164b", "imageRef": "9a9d5854-7121-4235-80e9-42c96d910537", "flavorRef": "a829e3b6-b18b-4adc-8e5f-abdb9e9da38d", "user_data": "IyEvYmluL3NoCgp3aGlsZSB0cnVlOyBkbwogcGluZyAtYyAxIDE5Mi4xNjguMTIwLjYgMj4mMSA+L2Rldi9udWxsCiBSRVM9JD8KIGlmIFsgIlokUkVTIiA9ICJaMCIgXSA7IHRoZW4KICBlY2hvICd2UGluZyBPSycKICBicmVhawogZWxzZQogIGVjaG8gJ3ZQaW5nIEtPJwogZmkKIHNsZWVwIDEKZG9uZQo=", "max_count": 1, "min_count": 1, "networks": [{"uuid": "19f40f0d-dc20-487a-979d-7f292d6acba6"}]}}' 2018-08-15 17:31:30,910 - keystoneauth.session - DEBUG - RESP: [202] Date: Wed, 15 Aug 2018 17:31:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-afe33ecb-66a7-4ad0-a51f-fa5094765fd7 x-compute-request-id: req-afe33ecb-66a7-4ad0-a51f-fa5094765fd7 Content-Length: 374 location: http://172.30.9.27:8774/v2.1/servers/0b0204a4-2c65-4b84-af91-e732f146c300 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "0b0204a4-2c65-4b84-af91-e732f146c300", "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/0b0204a4-2c65-4b84-af91-e732f146c300", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/0b0204a4-2c65-4b84-af91-e732f146c300", "rel": "bookmark"}], "adminPass": "rL9dEivKmWgf"}} 2018-08-15 17:31:30,911 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-afe33ecb-66a7-4ad0-a51f-fa5094765fd7 2018-08-15 17:31:30,911 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 0.654521942139s 2018-08-15 17:31:30,911 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-afe33ecb-66a7-4ad0-a51f-fa5094765fd7 2018-08-15 17:31:30,912 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 17:31:30,915 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e95b75635addefa63258ac30f04f3285e1bb2750" 2018-08-15 17:31:31,408 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:31:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e4017104-0123-40ce-9a23-c9f059bdd543 x-compute-request-id: req-e4017104-0123-40ce-9a23-c9f059bdd543 Content-Encoding: gzip Content-Length: 846 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/0b0204a4-2c65-4b84-af91-e732f146c300", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/0b0204a4-2c65-4b84-af91-e732f146c300", "rel": "bookmark"}], "image": {"id": "9a9d5854-7121-4235-80e9-42c96d910537", "links": [{"href": "http://172.30.9.27:8774/images/9a9d5854-7121-4235-80e9-42c96d910537", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a829e3b6-b18b-4adc-8e5f-abdb9e9da38d", "links": [{"href": "http://172.30.9.27:8774/flavors/a829e3b6-b18b-4adc-8e5f-abdb9e9da38d", "rel": "bookmark"}]}, "id": "0b0204a4-2c65-4b84-af91-e732f146c300", "user_id": "4d74eecfa6b8430a8af97c16f39d9b79", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T17:31:31Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_228a0a2e-d824-4e87-9125-8d91fcf3164b", "created": "2018-08-15T17:31:30Z", "tenant_id": "33c049ae81084dd6bf75a30eb00ad1c4", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_228a0a2e-d824-4e87-9125-8d91fcf3164b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:67:2b:e0", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/9bd7e389-ac58-4fc3-b423-74094ee604a6", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/9bd7e389-ac58-4fc3-b423-74094ee604a6", "rel": "bookmark"}], "image": {"id": "9a9d5854-7121-4235-80e9-42c96d910537", "links": [{"href": "http://172.30.9.27:8774/images/9a9d5854-7121-4235-80e9-42c96d910537", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T17:31:28.000000", "flavor": {"id": "a829e3b6-b18b-4adc-8e5f-abdb9e9da38d", "links": [{"href": "http://172.30.9.27:8774/flavors/a829e3b6-b18b-4adc-8e5f-abdb9e9da38d", "rel": "bookmark"}]}, "id": "9bd7e389-ac58-4fc3-b423-74094ee604a6", "security_groups": [{"name": "default"}], "user_id": "4d74eecfa6b8430a8af97c16f39d9b79", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T17:31:28Z", "hostId": "f9067ef833b4fb1e48d538ee03c33e717d4b9b6c1a194529d8258730", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_228a0a2e-d824-4e87-9125-8d91fcf3164b", "created": "2018-08-15T17:31:21Z", "tenant_id": "33c049ae81084dd6bf75a30eb00ad1c4", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 17:31:31,408 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-e4017104-0123-40ce-9a23-c9f059bdd543 2018-08-15 17:31:31,408 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.496253013611s 2018-08-15 17:31:31,409 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-e4017104-0123-40ce-9a23-c9f059bdd543 2018-08-15 17:31:31,414 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 17:31:33,417 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 17:31:33,420 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e95b75635addefa63258ac30f04f3285e1bb2750" 2018-08-15 17:31:33,782 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:31:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f3b1c771-f654-494f-96d4-d34d138e3ece x-compute-request-id: req-f3b1c771-f654-494f-96d4-d34d138e3ece Content-Encoding: gzip Content-Length: 871 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/0b0204a4-2c65-4b84-af91-e732f146c300", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/0b0204a4-2c65-4b84-af91-e732f146c300", "rel": "bookmark"}], "image": {"id": "9a9d5854-7121-4235-80e9-42c96d910537", "links": [{"href": "http://172.30.9.27:8774/images/9a9d5854-7121-4235-80e9-42c96d910537", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a829e3b6-b18b-4adc-8e5f-abdb9e9da38d", "links": [{"href": "http://172.30.9.27:8774/flavors/a829e3b6-b18b-4adc-8e5f-abdb9e9da38d", "rel": "bookmark"}]}, "id": "0b0204a4-2c65-4b84-af91-e732f146c300", "user_id": "4d74eecfa6b8430a8af97c16f39d9b79", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T17:31:33Z", "hostId": "a7385a0e21e5ac8162ce5e85e6db899c64085c4170cadecddfff417a", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_228a0a2e-d824-4e87-9125-8d91fcf3164b", "created": "2018-08-15T17:31:30Z", "tenant_id": "33c049ae81084dd6bf75a30eb00ad1c4", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_228a0a2e-d824-4e87-9125-8d91fcf3164b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:67:2b:e0", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/9bd7e389-ac58-4fc3-b423-74094ee604a6", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/9bd7e389-ac58-4fc3-b423-74094ee604a6", "rel": "bookmark"}], "image": {"id": "9a9d5854-7121-4235-80e9-42c96d910537", "links": [{"href": "http://172.30.9.27:8774/images/9a9d5854-7121-4235-80e9-42c96d910537", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T17:31:28.000000", "flavor": {"id": "a829e3b6-b18b-4adc-8e5f-abdb9e9da38d", "links": [{"href": "http://172.30.9.27:8774/flavors/a829e3b6-b18b-4adc-8e5f-abdb9e9da38d", "rel": "bookmark"}]}, "id": "9bd7e389-ac58-4fc3-b423-74094ee604a6", "security_groups": [{"name": "default"}], "user_id": "4d74eecfa6b8430a8af97c16f39d9b79", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T17:31:28Z", "hostId": "f9067ef833b4fb1e48d538ee03c33e717d4b9b6c1a194529d8258730", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_228a0a2e-d824-4e87-9125-8d91fcf3164b", "created": "2018-08-15T17:31:21Z", "tenant_id": "33c049ae81084dd6bf75a30eb00ad1c4", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 17:31:33,782 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-f3b1c771-f654-494f-96d4-d34d138e3ece 2018-08-15 17:31:33,783 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.365551948547s 2018-08-15 17:31:33,783 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-f3b1c771-f654-494f-96d4-d34d138e3ece 2018-08-15 17:31:33,788 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 17:31:35,790 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 17:31:35,793 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e95b75635addefa63258ac30f04f3285e1bb2750" 2018-08-15 17:31:36,158 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:31: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-899c9f9c-dc1e-43ad-91eb-36db2bc0ed76 x-compute-request-id: req-899c9f9c-dc1e-43ad-91eb-36db2bc0ed76 Content-Encoding: gzip Content-Length: 883 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/0b0204a4-2c65-4b84-af91-e732f146c300", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/0b0204a4-2c65-4b84-af91-e732f146c300", "rel": "bookmark"}], "image": {"id": "9a9d5854-7121-4235-80e9-42c96d910537", "links": [{"href": "http://172.30.9.27:8774/images/9a9d5854-7121-4235-80e9-42c96d910537", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a829e3b6-b18b-4adc-8e5f-abdb9e9da38d", "links": [{"href": "http://172.30.9.27:8774/flavors/a829e3b6-b18b-4adc-8e5f-abdb9e9da38d", "rel": "bookmark"}]}, "id": "0b0204a4-2c65-4b84-af91-e732f146c300", "security_groups": [{"name": "default"}], "user_id": "4d74eecfa6b8430a8af97c16f39d9b79", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T17:31:34Z", "hostId": "a7385a0e21e5ac8162ce5e85e6db899c64085c4170cadecddfff417a", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_228a0a2e-d824-4e87-9125-8d91fcf3164b", "created": "2018-08-15T17:31:30Z", "tenant_id": "33c049ae81084dd6bf75a30eb00ad1c4", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_228a0a2e-d824-4e87-9125-8d91fcf3164b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:67:2b:e0", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/9bd7e389-ac58-4fc3-b423-74094ee604a6", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/9bd7e389-ac58-4fc3-b423-74094ee604a6", "rel": "bookmark"}], "image": {"id": "9a9d5854-7121-4235-80e9-42c96d910537", "links": [{"href": "http://172.30.9.27:8774/images/9a9d5854-7121-4235-80e9-42c96d910537", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T17:31:28.000000", "flavor": {"id": "a829e3b6-b18b-4adc-8e5f-abdb9e9da38d", "links": [{"href": "http://172.30.9.27:8774/flavors/a829e3b6-b18b-4adc-8e5f-abdb9e9da38d", "rel": "bookmark"}]}, "id": "9bd7e389-ac58-4fc3-b423-74094ee604a6", "security_groups": [{"name": "default"}], "user_id": "4d74eecfa6b8430a8af97c16f39d9b79", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T17:31:28Z", "hostId": "f9067ef833b4fb1e48d538ee03c33e717d4b9b6c1a194529d8258730", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_228a0a2e-d824-4e87-9125-8d91fcf3164b", "created": "2018-08-15T17:31:21Z", "tenant_id": "33c049ae81084dd6bf75a30eb00ad1c4", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 17:31:36,158 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-899c9f9c-dc1e-43ad-91eb-36db2bc0ed76 2018-08-15 17:31:36,159 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.367979049683s 2018-08-15 17:31:36,159 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-899c9f9c-dc1e-43ad-91eb-36db2bc0ed76 2018-08-15 17:31:36,163 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 17:31:38,166 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 17:31:38,169 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e95b75635addefa63258ac30f04f3285e1bb2750" 2018-08-15 17:31:38,346 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:31: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-64c3c38e-f7af-4ec5-b4b1-28f9c7bb4826 x-compute-request-id: req-64c3c38e-f7af-4ec5-b4b1-28f9c7bb4826 Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_228a0a2e-d824-4e87-9125-8d91fcf3164b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:72:3f:3f", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/0b0204a4-2c65-4b84-af91-e732f146c300", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/0b0204a4-2c65-4b84-af91-e732f146c300", "rel": "bookmark"}], "image": {"id": "9a9d5854-7121-4235-80e9-42c96d910537", "links": [{"href": "http://172.30.9.27:8774/images/9a9d5854-7121-4235-80e9-42c96d910537", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T17:31:37.000000", "flavor": {"id": "a829e3b6-b18b-4adc-8e5f-abdb9e9da38d", "links": [{"href": "http://172.30.9.27:8774/flavors/a829e3b6-b18b-4adc-8e5f-abdb9e9da38d", "rel": "bookmark"}]}, "id": "0b0204a4-2c65-4b84-af91-e732f146c300", "security_groups": [{"name": "default"}], "user_id": "4d74eecfa6b8430a8af97c16f39d9b79", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T17:31:38Z", "hostId": "a7385a0e21e5ac8162ce5e85e6db899c64085c4170cadecddfff417a", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_228a0a2e-d824-4e87-9125-8d91fcf3164b", "created": "2018-08-15T17:31:30Z", "tenant_id": "33c049ae81084dd6bf75a30eb00ad1c4", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_228a0a2e-d824-4e87-9125-8d91fcf3164b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:67:2b:e0", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/9bd7e389-ac58-4fc3-b423-74094ee604a6", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/9bd7e389-ac58-4fc3-b423-74094ee604a6", "rel": "bookmark"}], "image": {"id": "9a9d5854-7121-4235-80e9-42c96d910537", "links": [{"href": "http://172.30.9.27:8774/images/9a9d5854-7121-4235-80e9-42c96d910537", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T17:31:28.000000", "flavor": {"id": "a829e3b6-b18b-4adc-8e5f-abdb9e9da38d", "links": [{"href": "http://172.30.9.27:8774/flavors/a829e3b6-b18b-4adc-8e5f-abdb9e9da38d", "rel": "bookmark"}]}, "id": "9bd7e389-ac58-4fc3-b423-74094ee604a6", "security_groups": [{"name": "default"}], "user_id": "4d74eecfa6b8430a8af97c16f39d9b79", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T17:31:28Z", "hostId": "f9067ef833b4fb1e48d538ee03c33e717d4b9b6c1a194529d8258730", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_228a0a2e-d824-4e87-9125-8d91fcf3164b", "created": "2018-08-15T17:31:21Z", "tenant_id": "33c049ae81084dd6bf75a30eb00ad1c4", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 17:31:38,347 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-64c3c38e-f7af-4ec5-b4b1-28f9c7bb4826 2018-08-15 17:31:38,347 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.180609941483s 2018-08-15 17:31:38,347 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-64c3c38e-f7af-4ec5-b4b1-28f9c7bb4826 2018-08-15 17:31:38,352 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-15 17:31:38,353 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/ports.json?device_id=0b0204a4-2c65-4b84-af91-e732f146c300" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e95b75635addefa63258ac30f04f3285e1bb2750" 2018-08-15 17:31:38,397 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-c97f87e3-b038-4260-9478-554c35262b5d Date: Wed, 15 Aug 2018 17:31:38 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"19f40f0d-dc20-487a-979d-7f292d6acba6","tenant_id":"33c049ae81084dd6bf75a30eb00ad1c4","created_at":"2018-08-15T17:31:34Z","admin_state_up":true,"updated_at":"2018-08-15T17:31:37Z","binding:vnic_type":"normal","device_id":"0b0204a4-2c65-4b84-af91-e732f146c300","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:72:3f:3f","id":"eb437e4b-a4c8-4df4-9e81-ec3d44fc06b7","port_security_enabled":true,"project_id":"33c049ae81084dd6bf75a30eb00ad1c4","fixed_ips":[{"subnet_id":"f0b26774-531b-4a7d-8875-8a5bc572736e","ip_address":"192.168.120.12"}],"extra_dhcp_opts":[],"security_groups":["c2a5ffa4-ad37-4bcd-9a1c-805284e89296"],"name":""}]} 2018-08-15 17:31:38,397 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=0b0204a4-2c65-4b84-af91-e732f146c300 used request id req-c97f87e3-b038-4260-9478-554c35262b5d 2018-08-15 17:31:38,397 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0447080135345s 2018-08-15 17:31:38,398 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=0b0204a4-2c65-4b84-af91-e732f146c300 used request id req-c97f87e3-b038-4260-9478-554c35262b5d 2018-08-15 17:31:38,402 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-15 17:31:38,403 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/floatingips.json?port_id=eb437e4b-a4c8-4df4-9e81-ec3d44fc06b7" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e95b75635addefa63258ac30f04f3285e1bb2750" 2018-08-15 17:31:38,443 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-28894d68-0fa1-4446-ac90-3a97b941da32 Date: Wed, 15 Aug 2018 17:31:38 GMT RESP BODY: {"floatingips": []} 2018-08-15 17:31:38,443 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json?port_id=eb437e4b-a4c8-4df4-9e81-ec3d44fc06b7 used request id req-28894d68-0fa1-4446-ac90-3a97b941da32 2018-08-15 17:31:38,443 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0409729480743s 2018-08-15 17:31:38,444 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json?port_id=eb437e4b-a4c8-4df4-9e81-ec3d44fc06b7 used request id req-28894d68-0fa1-4446-ac90-3a97b941da32 2018-08-15 17:31:38,444 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_userdata-net_228a0a2e-d824-4e87-9125-8d91fcf3164b': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:72:3f:3f', u'version': 4, u'addr': u'192.168.120.12', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'9a9d5854-7121-4235-80e9-42c96d910537'}), 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-15T17:31:37.000000', 'flavor': Munch({u'id': u'a829e3b6-b18b-4adc-8e5f-abdb9e9da38d'}), 'az': u'nova', 'id': u'0b0204a4-2c65-4b84-af91-e732f146c300', 'security_groups': [Munch({u'name': u'default'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'4d74eecfa6b8430a8af97c16f39d9b79', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'33c049ae81084dd6bf75a30eb00ad1c4', 'name': 'vping_userdata-project_228a0a2e-d824-4e87-9125-8d91fcf3164b', '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-15T17:31:37.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-15T17:31:38Z', 'hostId': u'a7385a0e21e5ac8162ce5e85e6db899c64085c4170cadecddfff417a', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.12', 'cloud': 'envvars', 'host_id': u'a7385a0e21e5ac8162ce5e85e6db899c64085c4170cadecddfff417a', '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-15T17:31:37.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'33c049ae81084dd6bf75a30eb00ad1c4', 'name': u'vping_userdata-vm2_228a0a2e-d824-4e87-9125-8d91fcf3164b', 'adminPass': u'rL9dEivKmWgf', 'tenant_id': u'33c049ae81084dd6bf75a30eb00ad1c4', 'created_at': u'2018-08-15T17:31:30Z', 'created': u'2018-08-15T17:31:30Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-15 17:31:38,445 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Waiting for ping... 2018-08-15 17:31:39,446 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 17:31:39,449 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e95b75635addefa63258ac30f04f3285e1bb2750" 2018-08-15 17:31:39,628 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:31: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-22412e7b-dcaf-412e-8a29-8841d73101cf x-compute-request-id: req-22412e7b-dcaf-412e-8a29-8841d73101cf Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_228a0a2e-d824-4e87-9125-8d91fcf3164b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:72:3f:3f", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/0b0204a4-2c65-4b84-af91-e732f146c300", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/0b0204a4-2c65-4b84-af91-e732f146c300", "rel": "bookmark"}], "image": {"id": "9a9d5854-7121-4235-80e9-42c96d910537", "links": [{"href": "http://172.30.9.27:8774/images/9a9d5854-7121-4235-80e9-42c96d910537", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T17:31:37.000000", "flavor": {"id": "a829e3b6-b18b-4adc-8e5f-abdb9e9da38d", "links": [{"href": "http://172.30.9.27:8774/flavors/a829e3b6-b18b-4adc-8e5f-abdb9e9da38d", "rel": "bookmark"}]}, "id": "0b0204a4-2c65-4b84-af91-e732f146c300", "security_groups": [{"name": "default"}], "user_id": "4d74eecfa6b8430a8af97c16f39d9b79", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T17:31:38Z", "hostId": "a7385a0e21e5ac8162ce5e85e6db899c64085c4170cadecddfff417a", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_228a0a2e-d824-4e87-9125-8d91fcf3164b", "created": "2018-08-15T17:31:30Z", "tenant_id": "33c049ae81084dd6bf75a30eb00ad1c4", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_228a0a2e-d824-4e87-9125-8d91fcf3164b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:67:2b:e0", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/9bd7e389-ac58-4fc3-b423-74094ee604a6", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/9bd7e389-ac58-4fc3-b423-74094ee604a6", "rel": "bookmark"}], "image": {"id": "9a9d5854-7121-4235-80e9-42c96d910537", "links": [{"href": "http://172.30.9.27:8774/images/9a9d5854-7121-4235-80e9-42c96d910537", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T17:31:28.000000", "flavor": {"id": "a829e3b6-b18b-4adc-8e5f-abdb9e9da38d", "links": [{"href": "http://172.30.9.27:8774/flavors/a829e3b6-b18b-4adc-8e5f-abdb9e9da38d", "rel": "bookmark"}]}, "id": "9bd7e389-ac58-4fc3-b423-74094ee604a6", "security_groups": [{"name": "default"}], "user_id": "4d74eecfa6b8430a8af97c16f39d9b79", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T17:31:28Z", "hostId": "f9067ef833b4fb1e48d538ee03c33e717d4b9b6c1a194529d8258730", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_228a0a2e-d824-4e87-9125-8d91fcf3164b", "created": "2018-08-15T17:31:21Z", "tenant_id": "33c049ae81084dd6bf75a30eb00ad1c4", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 17:31:39,628 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-22412e7b-dcaf-412e-8a29-8841d73101cf 2018-08-15 17:31:39,628 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.181582927704s 2018-08-15 17:31:39,628 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-22412e7b-dcaf-412e-8a29-8841d73101cf 2018-08-15 17:31:39,631 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-15 17:31:39,633 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/0b0204a4-2c65-4b84-af91-e732f146c300/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}e95b75635addefa63258ac30f04f3285e1bb2750" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-15 17:31:39,719 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:31: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-8335aa74-0b12-416f-bb4d-d7fa6829e32a x-compute-request-id: req-8335aa74-0b12-416f-bb4d-d7fa6829e32a Content-Encoding: gzip Content-Length: 7861 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 481210280 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.190954] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.193305] pid_max: default: 32768 minimum: 301\n[ 0.194580] ACPI: Core revision 20150930\n[ 0.196272] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.198117] Security Framework initialized\n[ 0.199300] Yama: becoming mindful.\n[ 0.200361] AppArmor: AppArmor initialized\n[ 0.201557] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.203403] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.205193] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.206897] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.208880] Initializing cgroup subsys io\n[ 0.210053] Initializing cgroup subsys memory\n[ 0.211275] Initializing cgroup subsys devices\n[ 0.212505] Initializing cgroup subsys freezer\n[ 0.213749] Initializing cgroup subsys net_cls\n[ 0.214972] Initializing cgroup subsys perf_event\n[ 0.216258] Initializing cgroup subsys net_prio\n[ 0.217509] Initializing cgroup subsys hugetlb\n[ 0.218747] Initializing cgroup subsys pids\n[ 0.219963] CPU: Physical Processor ID: 0\n[ 0.221793] mce: CPU supports 10 MCE banks\n[ 0.222977] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.224384] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.238940] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.245486] ftrace: allocating 31920 entries in 125 pages\n[ 0.270404] smpboot: Max logical packages: 1\n[ 0.271611] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.273532] x2apic enabled\n[ 0.274692] Switched APIC routing to physical x2apic.\n[ 0.277160] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.278780] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.281597] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.284144] KVM setup paravirtual spinlock\n[ 0.285772] x86: Booted up 1 node, 1 CPUs\n[ 0.286905] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.288847] devtmpfs: initialized\n[ 0.290825] evm: security.selinux\n[ 0.291814] evm: security.SMACK64\n[ 0.292803] evm: security.SMACK64EXEC\n[ 0.293890] evm: security.SMACK64TRANSMUTE\n[ 0.295094] evm: security.SMACK64MMAP\n[ 0.296151] evm: security.ima\n[ 0.297068] evm: security.capability\n[ 0.298189] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.300798] pinctrl core: initialized pinctrl subsystem\n[ 0.302328] RTC time: 17:31:38, date: 08/15/18\n[ 0.303660] NET: Registered protocol family 16\n[ 0.305008] cpuidle: using governor ladder\n[ 0.306162] cpuidle: using governor menu\n[ 0.307280] PCCT header not found.\n[ 0.308365] ACPI: bus type PCI registered\n[ 0.309527] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.311279] PCI: Using configuration type 1 for base access\n[ 0.313469] ACPI: Added _OSI(Module Device)\n[ 0.314655] ACPI: Added _OSI(Processor Device)\n[ 0.315884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.317164] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.319404] ACPI: Interpreter enabled\n[ 0.320496] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.323124] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.325735] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.328401] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.331003] ACPI: (supports S0 S5)\n[ 0.332006] ACPI: Using IOAPIC for interrupt routing\n[ 0.333350] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.337213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.338829] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.340630] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.342320] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.345416] acpiphp: Slot [3] registered\n[ 0.346585] acpiphp: Slot [4] registered\n[ 0.347727] acpiphp: Slot [5] registered\n[ 0.348862] acpiphp: Slot [6] registered\n[ 0.350028] acpiphp: Slot [7] registered\n[ 0.351159] acpiphp: Slot [8] registered\n[ 0.352299] acpiphp: Slot [9] registered\n[ 0.353435] acpiphp: Slot [10] registered\n[ 0.354595] acpiphp: Slot [11] registered\n[ 0.355756] acpiphp: Slot [12] registered\n[ 0.356912] acpiphp: Slot [13] registered\n[ 0.358093] acpiphp: Slot [14] registered\n[ 0.359277] acpiphp: Slot [15] registered\n[ 0.374172] acpiphp: Slot [16] registered\n[ 0.375370] acpiphp: Slot [17] registered\n[ 0.376551] acpiphp: Slot [18] registered\n[ 0.377734] acpiphp: Slot [19] registered\n[ 0.378920] acpiphp: Slot [20] registered\n[ 0.380097] acpiphp: Slot [21] registered\n[ 0.381283] acpiphp: Slot [22] registered\n[ 0.382463] acpiphp: Slot [23] registered\n[ 0.383646] acpiphp: Slot [24] registered\n[ 0.384828] acpiphp: Slot [25] registered\n[ 0.386008] acpiphp: Slot [26] registered\n[ 0.387184] acpiphp: Slot [27] registered\n[ 0.388374] acpiphp: Slot [28] registered\n[ 0.389553] acpiphp: Slot [29] registered\n[ 0.390733] acpiphp: Slot [30] registered\n[ 0.391914] acpiphp: Slot [31] registered\n[ 0.393090] PCI host bridge to bus 0000:00\n[ 0.394274] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.396043] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.397809] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.399945] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.402063] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.404229] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.408311] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.410165] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.411876] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.413712] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.418077] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.420156] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.440595] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.442633] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.444584] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.446527] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.448562] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.450279] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.452115] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.453564] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.455715] vgaarb: loaded\n[ 0.456556] vgaarb: bridge control possible 0000:00:02.0\n[ 0.458256] SCSI subsystem initialized\n[ 0.459523] ACPI: bus type USB registered\n[ 0.460664] usbcore: registered new interface driver usbfs\n[ 0.462086] usbcore: registered new interface driver hub\n[ 0.463509] usbcore: registered new device driver usb\n[ 0.465035] PCI: Using ACPI for IRQ routing\n[ 0.466565] NetLabel: Initializing\n[ 0.467603] NetLabel: domain hash size = 128\n[ 0.468794] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.470109] NetLabel: unlabeled traffic allowed by default\n[ 0.471705] clocksource: Switched to clocksource kvm-clock\n[ 0.481855] AppArmor: AppArmor Filesystem Enabled\n[ 0.483161] pnp: PnP ACPI init\n[ 0.484383] pnp: PnP ACPI: found 5 devices\n[ 0.491249] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.493617] NET: Registered protocol family 2\n[ 0.495096] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.496867] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.498523] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.500194] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.501737] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.503345] NET: Registered protocol family 1\n[ 0.504556] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.506063] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.507531] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.522064] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.536673] Trying to unpack rootfs image as initramfs...\n[ 0.598431] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.603464] Scanning for low memory corruption every 60 seconds\n[ 0.605646] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.607265] audit: initializing netlink subsys (disabled)\n[ 0.608777] audit: type=2000 audit(1534354298.766:1): initialized\n[ 0.610656] Initialise system trusted keyring\n[ 0.612040] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.613635] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.616387] zbud: loaded\n[ 0.617394] VFS: Disk quotas dquot_6.6.0\n[ 0.618548] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.620738] fuse init (API version 7.23)\n[ 0.621972] Key type big_key registered\n[ 0.623097] Allocating IMA MOK and blacklist keyrings.\n[ 0.624802] Key type asymmetric registered\n[ 0.625949] Asymmetric key parser 'x509' registered\n[ 0.627281] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.629363] io scheduler noop registered\n[ 0.630483] io scheduler deadline registered (default)\n[ 0.631878] io scheduler cfq registered\n[ 0.633079] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.634513] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.636324] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.638365] ACPI: Power Button [PWRF]\n[ 0.639609] GHES: HEST is not enabled!\n[ 0.653802] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.683394] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.686468] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.710235] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.713369] Linux agpgart interface v0.103\n[ 0.716836] brd: module loaded\n[ 0.719079] loop: module loaded\n[ 0.724300] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.726335] GPT:90111 != 2097151\n[ 0.727309] GPT:Alternate GPT header not at the end of the disk.\n[ 0.728919] GPT:90111 != 2097151\n[ 0.729903] GPT: Use GNU Parted to correct GPT errors.\n[ 0.731310] vda: vda1 vda15\n[ 0.733056] scsi host0: ata_piix\n[ 0.734152] scsi host1: ata_piix\n[ 0.735162] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.736880] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.738973] libphy: Fixed MDIO Bus: probed\n[ 0.740369] tun: Universal TUN/TAP device driver, 1.6\n[ 0.741729] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.744527] PPP generic driver version 2.4.2\n[ 0.745787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.747424] ehci-pci: EHCI PCI platform driver\n[ 0.748637] ehci-platform: EHCI generic platform driver\n[ 0.750016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.751570] ohci-pci: OHCI PCI platform driver\n[ 0.752786] ohci-platform: OHCI generic platform driver\n[ 0.754158] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.768789] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.770157] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.772187] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.773601] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.775174] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.776846] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.778815] usb usb1: Product: UHCI Host Controller\n[ 0.780086] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.781639] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.782974] hub 1-0:1.0: USB hub found\n[ 0.784143] hub 1-0:1.0: 2 ports detected\n[ 0.785422] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.788349] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.789656] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.791062] mousedev: PS/2 mouse device common for all mice\n[ 0.792778] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.795266] rtc_cmos 00:00: RTC can wake from S4\n[ 0.796814] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.798422] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.800027] i2c /dev entries driver\n[ 0.801079] device-mapper: uevent: version 1.0.3\n[ 0.802374] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.804595] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.806426] NET: Registered protocol family 10\n[ 0.807991] NET: Registered protocol family 17\n[ 0.809214] Key type dns_resolver registered\n[ 0.810517] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.812025] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.814438] registered taskstats version 1\n[ 0.815591] Loading compiled-in X.509 certificates\n[ 0.817427] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.819981] zswap: loaded using pool lzo/zbud\n[ 0.822050] Key type trusted registered\n[ 0.824171] Key type encrypted registered\n[ 0.825294] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.826704] ima: No TPM chip found, activating TPM-bypass!\n[ 0.828141] evm: HMAC attrs: 0x1\n[ 0.829431] Magic number: 14:420:542\n[ 0.830597] rtc_cmos 00:00: setting system clock to 2018-08-15 17:31:39 UTC (1534354299)\n[ 0.832807] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.834304] EDD information not available.\n[ 0.897268] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.913850] Write protecting the kernel read-only data: 14336k\n[ 0.916839] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.919328] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.81\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.077588] 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.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\n"} 2018-08-15 17:31:39,719 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/0b0204a4-2c65-4b84-af91-e732f146c300/action used request id req-8335aa74-0b12-416f-bb4d-d7fa6829e32a 2018-08-15 17:31:39,719 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0881569385529s 2018-08-15 17:31:39,720 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/0b0204a4-2c65-4b84-af91-e732f146c300/action used request id req-8335aa74-0b12-416f-bb4d-d7fa6829e32a 2018-08-15 17:31:39,720 - 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 481210280 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.190954] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.193305] pid_max: default: 32768 minimum: 301 [ 0.194580] ACPI: Core revision 20150930 [ 0.196272] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.198117] Security Framework initialized [ 0.199300] Yama: becoming mindful. [ 0.200361] AppArmor: AppArmor initialized [ 0.201557] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.203403] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.205193] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.206897] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.208880] Initializing cgroup subsys io [ 0.210053] Initializing cgroup subsys memory [ 0.211275] Initializing cgroup subsys devices [ 0.212505] Initializing cgroup subsys freezer [ 0.213749] Initializing cgroup subsys net_cls [ 0.214972] Initializing cgroup subsys perf_event [ 0.216258] Initializing cgroup subsys net_prio [ 0.217509] Initializing cgroup subsys hugetlb [ 0.218747] Initializing cgroup subsys pids [ 0.219963] CPU: Physical Processor ID: 0 [ 0.221793] mce: CPU supports 10 MCE banks [ 0.222977] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.224384] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.238940] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.245486] ftrace: allocating 31920 entries in 125 pages [ 0.270404] smpboot: Max logical packages: 1 [ 0.271611] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.273532] x2apic enabled [ 0.274692] Switched APIC routing to physical x2apic. [ 0.277160] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.278780] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.281597] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.284144] KVM setup paravirtual spinlock [ 0.285772] x86: Booted up 1 node, 1 CPUs [ 0.286905] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.288847] devtmpfs: initialized [ 0.290825] evm: security.selinux [ 0.291814] evm: security.SMACK64 [ 0.292803] evm: security.SMACK64EXEC [ 0.293890] evm: security.SMACK64TRANSMUTE [ 0.295094] evm: security.SMACK64MMAP [ 0.296151] evm: security.ima [ 0.297068] evm: security.capability [ 0.298189] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.300798] pinctrl core: initialized pinctrl subsystem [ 0.302328] RTC time: 17:31:38, date: 08/15/18 [ 0.303660] NET: Registered protocol family 16 [ 0.305008] cpuidle: using governor ladder [ 0.306162] cpuidle: using governor menu [ 0.307280] PCCT header not found. [ 0.308365] ACPI: bus type PCI registered [ 0.309527] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.311279] PCI: Using configuration type 1 for base access [ 0.313469] ACPI: Added _OSI(Module Device) [ 0.314655] ACPI: Added _OSI(Processor Device) [ 0.315884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.317164] ACPI: Added _OSI(Processor Aggregator Device) [ 0.319404] ACPI: Interpreter enabled [ 0.320496] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.323124] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.325735] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.328401] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.331003] ACPI: (supports S0 S5) [ 0.332006] ACPI: Using IOAPIC for interrupt routing [ 0.333350] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.337213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.338829] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.340630] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.342320] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.345416] acpiphp: Slot [3] registered [ 0.346585] acpiphp: Slot [4] registered [ 0.347727] acpiphp: Slot [5] registered [ 0.348862] acpiphp: Slot [6] registered [ 0.350028] acpiphp: Slot [7] registered [ 0.351159] acpiphp: Slot [8] registered [ 0.352299] acpiphp: Slot [9] registered [ 0.353435] acpiphp: Slot [10] registered [ 0.354595] acpiphp: Slot [11] registered [ 0.355756] acpiphp: Slot [12] registered [ 0.356912] acpiphp: Slot [13] registered [ 0.358093] acpiphp: Slot [14] registered [ 0.359277] acpiphp: Slot [15] registered [ 0.374172] acpiphp: Slot [16] registered [ 0.375370] acpiphp: Slot [17] registered [ 0.376551] acpiphp: Slot [18] registered [ 0.377734] acpiphp: Slot [19] registered [ 0.378920] acpiphp: Slot [20] registered [ 0.380097] acpiphp: Slot [21] registered [ 0.381283] acpiphp: Slot [22] registered [ 0.382463] acpiphp: Slot [23] registered [ 0.383646] acpiphp: Slot [24] registered [ 0.384828] acpiphp: Slot [25] registered [ 0.386008] acpiphp: Slot [26] registered [ 0.387184] acpiphp: Slot [27] registered [ 0.388374] acpiphp: Slot [28] registered [ 0.389553] acpiphp: Slot [29] registered [ 0.390733] acpiphp: Slot [30] registered [ 0.391914] acpiphp: Slot [31] registered [ 0.393090] PCI host bridge to bus 0000:00 [ 0.394274] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.396043] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.397809] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.399945] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.402063] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.404229] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.408311] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.410165] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.411876] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.413712] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.418077] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.420156] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.440595] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.442633] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.444584] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.446527] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.448562] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.450279] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.452115] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.453564] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.455715] vgaarb: loaded [ 0.456556] vgaarb: bridge control possible 0000:00:02.0 [ 0.458256] SCSI subsystem initialized [ 0.459523] ACPI: bus type USB registered [ 0.460664] usbcore: registered new interface driver usbfs [ 0.462086] usbcore: registered new interface driver hub [ 0.463509] usbcore: registered new device driver usb [ 0.465035] PCI: Using ACPI for IRQ routing [ 0.466565] NetLabel: Initializing [ 0.467603] NetLabel: domain hash size = 128 [ 0.468794] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.470109] NetLabel: unlabeled traffic allowed by default [ 0.471705] clocksource: Switched to clocksource kvm-clock [ 0.481855] AppArmor: AppArmor Filesystem Enabled [ 0.483161] pnp: PnP ACPI init [ 0.484383] pnp: PnP ACPI: found 5 devices [ 0.491249] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.493617] NET: Registered protocol family 2 [ 0.495096] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.496867] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.498523] TCP: Hash tables configured (established 4096 bind 4096) [ 0.500194] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.501737] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.503345] NET: Registered protocol family 1 [ 0.504556] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.506063] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.507531] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.522064] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.536673] Trying to unpack rootfs image as initramfs... [ 0.598431] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.603464] Scanning for low memory corruption every 60 seconds [ 0.605646] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.607265] audit: initializing netlink subsys (disabled) [ 0.608777] audit: type=2000 audit(1534354298.766:1): initialized [ 0.610656] Initialise system trusted keyring [ 0.612040] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.613635] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.616387] zbud: loaded [ 0.617394] VFS: Disk quotas dquot_6.6.0 [ 0.618548] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.620738] fuse init (API version 7.23) [ 0.621972] Key type big_key registered [ 0.623097] Allocating IMA MOK and blacklist keyrings. [ 0.624802] Key type asymmetric registered [ 0.625949] Asymmetric key parser 'x509' registered [ 0.627281] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.629363] io scheduler noop registered [ 0.630483] io scheduler deadline registered (default) [ 0.631878] io scheduler cfq registered [ 0.633079] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.634513] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.636324] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.638365] ACPI: Power Button [PWRF] [ 0.639609] GHES: HEST is not enabled! [ 0.653802] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.683394] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.686468] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.710235] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.713369] Linux agpgart interface v0.103 [ 0.716836] brd: module loaded [ 0.719079] loop: module loaded [ 0.724300] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.726335] GPT:90111 != 2097151 [ 0.727309] GPT:Alternate GPT header not at the end of the disk. [ 0.728919] GPT:90111 != 2097151 [ 0.729903] GPT: Use GNU Parted to correct GPT errors. [ 0.731310] vda: vda1 vda15 [ 0.733056] scsi host0: ata_piix [ 0.734152] scsi host1: ata_piix [ 0.735162] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.736880] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.738973] libphy: Fixed MDIO Bus: probed [ 0.740369] tun: Universal TUN/TAP device driver, 1.6 [ 0.741729] tun: (C) 1999-2004 Max Krasnyansky [ 0.744527] PPP generic driver version 2.4.2 [ 0.745787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.747424] ehci-pci: EHCI PCI platform driver [ 0.748637] ehci-platform: EHCI generic platform driver [ 0.750016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.751570] ohci-pci: OHCI PCI platform driver [ 0.752786] ohci-platform: OHCI generic platform driver [ 0.754158] uhci_hcd: USB Universal Host Controller Interface driver [ 0.768789] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.770157] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.772187] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.773601] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.775174] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.776846] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.778815] usb usb1: Product: UHCI Host Controller [ 0.780086] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.781639] usb usb1: SerialNumber: 0000:00:01.2 [ 0.782974] hub 1-0:1.0: USB hub found [ 0.784143] hub 1-0:1.0: 2 ports detected [ 0.785422] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.788349] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.789656] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.791062] mousedev: PS/2 mouse device common for all mice [ 0.792778] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.795266] rtc_cmos 00:00: RTC can wake from S4 [ 0.796814] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.798422] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.800027] i2c /dev entries driver [ 0.801079] device-mapper: uevent: version 1.0.3 [ 0.802374] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.804595] ledtrig-cpu: registered to indicate activity on CPUs [ 0.806426] NET: Registered protocol family 10 [ 0.807991] NET: Registered protocol family 17 [ 0.809214] Key type dns_resolver registered [ 0.810517] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.812025] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.814438] registered taskstats version 1 [ 0.815591] Loading compiled-in X.509 certificates [ 0.817427] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.819981] zswap: loaded using pool lzo/zbud [ 0.822050] Key type trusted registered [ 0.824171] Key type encrypted registered [ 0.825294] AppArmor: AppArmor sha1 policy hashing enabled [ 0.826704] ima: No TPM chip found, activating TPM-bypass! [ 0.828141] evm: HMAC attrs: 0x1 [ 0.829431] Magic number: 14:420:542 [ 0.830597] rtc_cmos 00:00: setting system clock to 2018-08-15 17:31:39 UTC (1534354299) [ 0.832807] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.834304] EDD information not available. [ 0.897268] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.913850] Write protecting the kernel read-only data: 14336k [ 0.916839] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.919328] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.68 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.81 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.077588] 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.12... Lease of 192.168.120.12 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 2018-08-15 17:31:39,721 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.6. Waiting for response... 2018-08-15 17:31:40,723 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 17:31:40,726 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e95b75635addefa63258ac30f04f3285e1bb2750" 2018-08-15 17:31:40,900 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:31: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-e173a51d-70df-4c70-96ec-ec333b19b393 x-compute-request-id: req-e173a51d-70df-4c70-96ec-ec333b19b393 Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_228a0a2e-d824-4e87-9125-8d91fcf3164b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:72:3f:3f", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/0b0204a4-2c65-4b84-af91-e732f146c300", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/0b0204a4-2c65-4b84-af91-e732f146c300", "rel": "bookmark"}], "image": {"id": "9a9d5854-7121-4235-80e9-42c96d910537", "links": [{"href": "http://172.30.9.27:8774/images/9a9d5854-7121-4235-80e9-42c96d910537", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T17:31:37.000000", "flavor": {"id": "a829e3b6-b18b-4adc-8e5f-abdb9e9da38d", "links": [{"href": "http://172.30.9.27:8774/flavors/a829e3b6-b18b-4adc-8e5f-abdb9e9da38d", "rel": "bookmark"}]}, "id": "0b0204a4-2c65-4b84-af91-e732f146c300", "security_groups": [{"name": "default"}], "user_id": "4d74eecfa6b8430a8af97c16f39d9b79", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T17:31:38Z", "hostId": "a7385a0e21e5ac8162ce5e85e6db899c64085c4170cadecddfff417a", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_228a0a2e-d824-4e87-9125-8d91fcf3164b", "created": "2018-08-15T17:31:30Z", "tenant_id": "33c049ae81084dd6bf75a30eb00ad1c4", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_228a0a2e-d824-4e87-9125-8d91fcf3164b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:67:2b:e0", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/9bd7e389-ac58-4fc3-b423-74094ee604a6", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/9bd7e389-ac58-4fc3-b423-74094ee604a6", "rel": "bookmark"}], "image": {"id": "9a9d5854-7121-4235-80e9-42c96d910537", "links": [{"href": "http://172.30.9.27:8774/images/9a9d5854-7121-4235-80e9-42c96d910537", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T17:31:28.000000", "flavor": {"id": "a829e3b6-b18b-4adc-8e5f-abdb9e9da38d", "links": [{"href": "http://172.30.9.27:8774/flavors/a829e3b6-b18b-4adc-8e5f-abdb9e9da38d", "rel": "bookmark"}]}, "id": "9bd7e389-ac58-4fc3-b423-74094ee604a6", "security_groups": [{"name": "default"}], "user_id": "4d74eecfa6b8430a8af97c16f39d9b79", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T17:31:28Z", "hostId": "f9067ef833b4fb1e48d538ee03c33e717d4b9b6c1a194529d8258730", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_228a0a2e-d824-4e87-9125-8d91fcf3164b", "created": "2018-08-15T17:31:21Z", "tenant_id": "33c049ae81084dd6bf75a30eb00ad1c4", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 17:31:40,900 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-e173a51d-70df-4c70-96ec-ec333b19b393 2018-08-15 17:31:40,900 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.177321910858s 2018-08-15 17:31:40,900 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-e173a51d-70df-4c70-96ec-ec333b19b393 2018-08-15 17:31:40,903 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-15 17:31:40,906 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/0b0204a4-2c65-4b84-af91-e732f146c300/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}e95b75635addefa63258ac30f04f3285e1bb2750" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-15 17:31:40,996 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:31: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-4e1c327a-0dfa-4c69-b29b-11e8c4a5d90d x-compute-request-id: req-4e1c327a-0dfa-4c69-b29b-11e8c4a5d90d Content-Encoding: gzip Content-Length: 9169 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 481210280 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.190954] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.193305] pid_max: default: 32768 minimum: 301\n[ 0.194580] ACPI: Core revision 20150930\n[ 0.196272] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.198117] Security Framework initialized\n[ 0.199300] Yama: becoming mindful.\n[ 0.200361] AppArmor: AppArmor initialized\n[ 0.201557] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.203403] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.205193] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.206897] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.208880] Initializing cgroup subsys io\n[ 0.210053] Initializing cgroup subsys memory\n[ 0.211275] Initializing cgroup subsys devices\n[ 0.212505] Initializing cgroup subsys freezer\n[ 0.213749] Initializing cgroup subsys net_cls\n[ 0.214972] Initializing cgroup subsys perf_event\n[ 0.216258] Initializing cgroup subsys net_prio\n[ 0.217509] Initializing cgroup subsys hugetlb\n[ 0.218747] Initializing cgroup subsys pids\n[ 0.219963] CPU: Physical Processor ID: 0\n[ 0.221793] mce: CPU supports 10 MCE banks\n[ 0.222977] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.224384] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.238940] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.245486] ftrace: allocating 31920 entries in 125 pages\n[ 0.270404] smpboot: Max logical packages: 1\n[ 0.271611] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.273532] x2apic enabled\n[ 0.274692] Switched APIC routing to physical x2apic.\n[ 0.277160] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.278780] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.281597] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.284144] KVM setup paravirtual spinlock\n[ 0.285772] x86: Booted up 1 node, 1 CPUs\n[ 0.286905] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.288847] devtmpfs: initialized\n[ 0.290825] evm: security.selinux\n[ 0.291814] evm: security.SMACK64\n[ 0.292803] evm: security.SMACK64EXEC\n[ 0.293890] evm: security.SMACK64TRANSMUTE\n[ 0.295094] evm: security.SMACK64MMAP\n[ 0.296151] evm: security.ima\n[ 0.297068] evm: security.capability\n[ 0.298189] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.300798] pinctrl core: initialized pinctrl subsystem\n[ 0.302328] RTC time: 17:31:38, date: 08/15/18\n[ 0.303660] NET: Registered protocol family 16\n[ 0.305008] cpuidle: using governor ladder\n[ 0.306162] cpuidle: using governor menu\n[ 0.307280] PCCT header not found.\n[ 0.308365] ACPI: bus type PCI registered\n[ 0.309527] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.311279] PCI: Using configuration type 1 for base access\n[ 0.313469] ACPI: Added _OSI(Module Device)\n[ 0.314655] ACPI: Added _OSI(Processor Device)\n[ 0.315884] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.317164] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.319404] ACPI: Interpreter enabled\n[ 0.320496] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.323124] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.325735] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.328401] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.331003] ACPI: (supports S0 S5)\n[ 0.332006] ACPI: Using IOAPIC for interrupt routing\n[ 0.333350] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.337213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.338829] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.340630] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.342320] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.345416] acpiphp: Slot [3] registered\n[ 0.346585] acpiphp: Slot [4] registered\n[ 0.347727] acpiphp: Slot [5] registered\n[ 0.348862] acpiphp: Slot [6] registered\n[ 0.350028] acpiphp: Slot [7] registered\n[ 0.351159] acpiphp: Slot [8] registered\n[ 0.352299] acpiphp: Slot [9] registered\n[ 0.353435] acpiphp: Slot [10] registered\n[ 0.354595] acpiphp: Slot [11] registered\n[ 0.355756] acpiphp: Slot [12] registered\n[ 0.356912] acpiphp: Slot [13] registered\n[ 0.358093] acpiphp: Slot [14] registered\n[ 0.359277] acpiphp: Slot [15] registered\n[ 0.374172] acpiphp: Slot [16] registered\n[ 0.375370] acpiphp: Slot [17] registered\n[ 0.376551] acpiphp: Slot [18] registered\n[ 0.377734] acpiphp: Slot [19] registered\n[ 0.378920] acpiphp: Slot [20] registered\n[ 0.380097] acpiphp: Slot [21] registered\n[ 0.381283] acpiphp: Slot [22] registered\n[ 0.382463] acpiphp: Slot [23] registered\n[ 0.383646] acpiphp: Slot [24] registered\n[ 0.384828] acpiphp: Slot [25] registered\n[ 0.386008] acpiphp: Slot [26] registered\n[ 0.387184] acpiphp: Slot [27] registered\n[ 0.388374] acpiphp: Slot [28] registered\n[ 0.389553] acpiphp: Slot [29] registered\n[ 0.390733] acpiphp: Slot [30] registered\n[ 0.391914] acpiphp: Slot [31] registered\n[ 0.393090] PCI host bridge to bus 0000:00\n[ 0.394274] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.396043] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.397809] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.399945] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.402063] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.404229] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.408311] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.410165] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.411876] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.413712] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.418077] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.420156] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.440595] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.442633] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.444584] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.446527] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.448562] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.450279] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.452115] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.453564] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.455715] vgaarb: loaded\n[ 0.456556] vgaarb: bridge control possible 0000:00:02.0\n[ 0.458256] SCSI subsystem initialized\n[ 0.459523] ACPI: bus type USB registered\n[ 0.460664] usbcore: registered new interface driver usbfs\n[ 0.462086] usbcore: registered new interface driver hub\n[ 0.463509] usbcore: registered new device driver usb\n[ 0.465035] PCI: Using ACPI for IRQ routing\n[ 0.466565] NetLabel: Initializing\n[ 0.467603] NetLabel: domain hash size = 128\n[ 0.468794] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.470109] NetLabel: unlabeled traffic allowed by default\n[ 0.471705] clocksource: Switched to clocksource kvm-clock\n[ 0.481855] AppArmor: AppArmor Filesystem Enabled\n[ 0.483161] pnp: PnP ACPI init\n[ 0.484383] pnp: PnP ACPI: found 5 devices\n[ 0.491249] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.493617] NET: Registered protocol family 2\n[ 0.495096] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.496867] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.498523] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.500194] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.501737] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.503345] NET: Registered protocol family 1\n[ 0.504556] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.506063] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.507531] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.522064] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.536673] Trying to unpack rootfs image as initramfs...\n[ 0.598431] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.603464] Scanning for low memory corruption every 60 seconds\n[ 0.605646] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.607265] audit: initializing netlink subsys (disabled)\n[ 0.608777] audit: type=2000 audit(1534354298.766:1): initialized\n[ 0.610656] Initialise system trusted keyring\n[ 0.612040] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.613635] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.616387] zbud: loaded\n[ 0.617394] VFS: Disk quotas dquot_6.6.0\n[ 0.618548] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.620738] fuse init (API version 7.23)\n[ 0.621972] Key type big_key registered\n[ 0.623097] Allocating IMA MOK and blacklist keyrings.\n[ 0.624802] Key type asymmetric registered\n[ 0.625949] Asymmetric key parser 'x509' registered\n[ 0.627281] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.629363] io scheduler noop registered\n[ 0.630483] io scheduler deadline registered (default)\n[ 0.631878] io scheduler cfq registered\n[ 0.633079] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.634513] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.636324] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.638365] ACPI: Power Button [PWRF]\n[ 0.639609] GHES: HEST is not enabled!\n[ 0.653802] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.683394] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.686468] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.710235] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.713369] Linux agpgart interface v0.103\n[ 0.716836] brd: module loaded\n[ 0.719079] loop: module loaded\n[ 0.724300] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.726335] GPT:90111 != 2097151\n[ 0.727309] GPT:Alternate GPT header not at the end of the disk.\n[ 0.728919] GPT:90111 != 2097151\n[ 0.729903] GPT: Use GNU Parted to correct GPT errors.\n[ 0.731310] vda: vda1 vda15\n[ 0.733056] scsi host0: ata_piix\n[ 0.734152] scsi host1: ata_piix\n[ 0.735162] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.736880] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.738973] libphy: Fixed MDIO Bus: probed\n[ 0.740369] tun: Universal TUN/TAP device driver, 1.6\n[ 0.741729] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.744527] PPP generic driver version 2.4.2\n[ 0.745787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.747424] ehci-pci: EHCI PCI platform driver\n[ 0.748637] ehci-platform: EHCI generic platform driver\n[ 0.750016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.751570] ohci-pci: OHCI PCI platform driver\n[ 0.752786] ohci-platform: OHCI generic platform driver\n[ 0.754158] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.768789] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.770157] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.772187] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.773601] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.775174] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.776846] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.778815] usb usb1: Product: UHCI Host Controller\n[ 0.780086] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.781639] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.782974] hub 1-0:1.0: USB hub found\n[ 0.784143] hub 1-0:1.0: 2 ports detected\n[ 0.785422] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.788349] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.789656] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.791062] mousedev: PS/2 mouse device common for all mice\n[ 0.792778] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.795266] rtc_cmos 00:00: RTC can wake from S4\n[ 0.796814] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.798422] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.800027] i2c /dev entries driver\n[ 0.801079] device-mapper: uevent: version 1.0.3\n[ 0.802374] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.804595] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.806426] NET: Registered protocol family 10\n[ 0.807991] NET: Registered protocol family 17\n[ 0.809214] Key type dns_resolver registered\n[ 0.810517] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.812025] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.814438] registered taskstats version 1\n[ 0.815591] Loading compiled-in X.509 certificates\n[ 0.817427] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.819981] zswap: loaded using pool lzo/zbud\n[ 0.822050] Key type trusted registered\n[ 0.824171] Key type encrypted registered\n[ 0.825294] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.826704] ima: No TPM chip found, activating TPM-bypass!\n[ 0.828141] evm: HMAC attrs: 0x1\n[ 0.829431] Magic number: 14:420:542\n[ 0.830597] rtc_cmos 00:00: setting system clock to 2018-08-15 17:31:39 UTC (1534354299)\n[ 0.832807] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.834304] EDD information not available.\n[ 0.897268] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.913850] Write protecting the kernel read-only data: 14336k\n[ 0.916839] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.919328] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.81\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.077588] 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.12...\nLease of 192.168.120.12 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.90. iid=i-00000006\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\nvPing OK\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCvOxwRnIVb5VEZTI8Sdf6m1N4d0UPOXttwbhaR6hQOoxKS3+lLPmHylao+EVihYDr1jgTLQAdG3LozT71sEsPRi9rwCgEZfmmTO0bo/jjHxhwc00mgw9KXpC7RHyjBHwLtDSVCiUIR/TOE2Z6hsFEJSHitC5cavy5llS/5aMl4rbh189OPqYGLMka7+X/yv2IbUsL5WtxHdvellNlk9HgDg7Xg3xl0xnOPweVW/HS2S4wlq7IiOJyJfjBEHoDzKBYz1jcN4VQNWUsd5GrngFuPYhi+pk4cVCP5ENytOeCoNqnZ1b/NtRKjzkzl17w1FpWYiTtUDpXIw0+hKfnCoC5N root@vping-userdata-vm2-228a0a2e-d824-4e87-9125-8d91fcf3164b\nssh-dss AAAAB3NzaC1kc3MAAACBAP0YDElU4O3knEhNHfIyYUW5JpkeZUmnFF2VNZPcQ++yq9MfQN3VaV5PSs3Q3Rzb16L3oulleiaaNOTrdD4mL0hwoWwpLq6jcj2MircMpGZPajeEOBFsuVkw6ZHfeXSwxQAWgnCFRw/AUef8ehkHI+FPgJr26CRahbF19DOfVvbbAAAAFQCph+9p4lVelWgP1B6E42ezrfp2LwAAAIEApV6sDQWGH8U6NNFTOYGqlbgyyQCSVhE9nqJK/5KIqfBZm21zuBOEuKZAGjgHd2Nn5O72ArtjWcoGcG65SwsaUhSjj4Ge59Dx9G6u4w+bHVzdbLmuuZrUrqEZEqeblTFRKNq2GMuZJlZtqTspjnFOWcarJ3m6fIKm4VX1NAM9CPEAAACBAODY8Fr5wTIlkhih1tJCZFycJ9hSyjU0gJvO9adoW3yxXwF2pcdENSoUETq8qQzGAlIyWA5PqqQVdY0vXRWBQApM+NKfI/T4uESt/xNiHtx/2HVIeMRDuvBgyUyuAjyet34Q1+K6/KHn4lexgprqqS5lRsKu9ejml7flMbg1vmgQ root@vping-userdata-vm2-228a0a2e-d824-4e87-9125-8d91fcf3164b\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n"} 2018-08-15 17:31:40,996 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/0b0204a4-2c65-4b84-af91-e732f146c300/action used request id req-4e1c327a-0dfa-4c69-b29b-11e8c4a5d90d 2018-08-15 17:31:40,997 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.093416929245s 2018-08-15 17:31:40,997 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/0b0204a4-2c65-4b84-af91-e732f146c300/action used request id req-4e1c327a-0dfa-4c69-b29b-11e8c4a5d90d 2018-08-15 17:31:40,998 - 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 481210280 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.190954] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.193305] pid_max: default: 32768 minimum: 301 [ 0.194580] ACPI: Core revision 20150930 [ 0.196272] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.198117] Security Framework initialized [ 0.199300] Yama: becoming mindful. [ 0.200361] AppArmor: AppArmor initialized [ 0.201557] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.203403] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.205193] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.206897] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.208880] Initializing cgroup subsys io [ 0.210053] Initializing cgroup subsys memory [ 0.211275] Initializing cgroup subsys devices [ 0.212505] Initializing cgroup subsys freezer [ 0.213749] Initializing cgroup subsys net_cls [ 0.214972] Initializing cgroup subsys perf_event [ 0.216258] Initializing cgroup subsys net_prio [ 0.217509] Initializing cgroup subsys hugetlb [ 0.218747] Initializing cgroup subsys pids [ 0.219963] CPU: Physical Processor ID: 0 [ 0.221793] mce: CPU supports 10 MCE banks [ 0.222977] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.224384] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.238940] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.245486] ftrace: allocating 31920 entries in 125 pages [ 0.270404] smpboot: Max logical packages: 1 [ 0.271611] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.273532] x2apic enabled [ 0.274692] Switched APIC routing to physical x2apic. [ 0.277160] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.278780] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.281597] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.284144] KVM setup paravirtual spinlock [ 0.285772] x86: Booted up 1 node, 1 CPUs [ 0.286905] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.288847] devtmpfs: initialized [ 0.290825] evm: security.selinux [ 0.291814] evm: security.SMACK64 [ 0.292803] evm: security.SMACK64EXEC [ 0.293890] evm: security.SMACK64TRANSMUTE [ 0.295094] evm: security.SMACK64MMAP [ 0.296151] evm: security.ima [ 0.297068] evm: security.capability [ 0.298189] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.300798] pinctrl core: initialized pinctrl subsystem [ 0.302328] RTC time: 17:31:38, date: 08/15/18 [ 0.303660] NET: Registered protocol family 16 [ 0.305008] cpuidle: using governor ladder [ 0.306162] cpuidle: using governor menu [ 0.307280] PCCT header not found. [ 0.308365] ACPI: bus type PCI registered [ 0.309527] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.311279] PCI: Using configuration type 1 for base access [ 0.313469] ACPI: Added _OSI(Module Device) [ 0.314655] ACPI: Added _OSI(Processor Device) [ 0.315884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.317164] ACPI: Added _OSI(Processor Aggregator Device) [ 0.319404] ACPI: Interpreter enabled [ 0.320496] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.323124] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.325735] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.328401] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.331003] ACPI: (supports S0 S5) [ 0.332006] ACPI: Using IOAPIC for interrupt routing [ 0.333350] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.337213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.338829] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.340630] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.342320] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.345416] acpiphp: Slot [3] registered [ 0.346585] acpiphp: Slot [4] registered [ 0.347727] acpiphp: Slot [5] registered [ 0.348862] acpiphp: Slot [6] registered [ 0.350028] acpiphp: Slot [7] registered [ 0.351159] acpiphp: Slot [8] registered [ 0.352299] acpiphp: Slot [9] registered [ 0.353435] acpiphp: Slot [10] registered [ 0.354595] acpiphp: Slot [11] registered [ 0.355756] acpiphp: Slot [12] registered [ 0.356912] acpiphp: Slot [13] registered [ 0.358093] acpiphp: Slot [14] registered [ 0.359277] acpiphp: Slot [15] registered [ 0.374172] acpiphp: Slot [16] registered [ 0.375370] acpiphp: Slot [17] registered [ 0.376551] acpiphp: Slot [18] registered [ 0.377734] acpiphp: Slot [19] registered [ 0.378920] acpiphp: Slot [20] registered [ 0.380097] acpiphp: Slot [21] registered [ 0.381283] acpiphp: Slot [22] registered [ 0.382463] acpiphp: Slot [23] registered [ 0.383646] acpiphp: Slot [24] registered [ 0.384828] acpiphp: Slot [25] registered [ 0.386008] acpiphp: Slot [26] registered [ 0.387184] acpiphp: Slot [27] registered [ 0.388374] acpiphp: Slot [28] registered [ 0.389553] acpiphp: Slot [29] registered [ 0.390733] acpiphp: Slot [30] registered [ 0.391914] acpiphp: Slot [31] registered [ 0.393090] PCI host bridge to bus 0000:00 [ 0.394274] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.396043] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.397809] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.399945] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.402063] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.404229] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.408311] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.410165] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.411876] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.413712] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.418077] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.420156] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.440595] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.442633] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.444584] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.446527] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.448562] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.450279] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.452115] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.453564] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.455715] vgaarb: loaded [ 0.456556] vgaarb: bridge control possible 0000:00:02.0 [ 0.458256] SCSI subsystem initialized [ 0.459523] ACPI: bus type USB registered [ 0.460664] usbcore: registered new interface driver usbfs [ 0.462086] usbcore: registered new interface driver hub [ 0.463509] usbcore: registered new device driver usb [ 0.465035] PCI: Using ACPI for IRQ routing [ 0.466565] NetLabel: Initializing [ 0.467603] NetLabel: domain hash size = 128 [ 0.468794] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.470109] NetLabel: unlabeled traffic allowed by default [ 0.471705] clocksource: Switched to clocksource kvm-clock [ 0.481855] AppArmor: AppArmor Filesystem Enabled [ 0.483161] pnp: PnP ACPI init [ 0.484383] pnp: PnP ACPI: found 5 devices [ 0.491249] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.493617] NET: Registered protocol family 2 [ 0.495096] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.496867] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.498523] TCP: Hash tables configured (established 4096 bind 4096) [ 0.500194] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.501737] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.503345] NET: Registered protocol family 1 [ 0.504556] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.506063] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.507531] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.522064] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.536673] Trying to unpack rootfs image as initramfs... [ 0.598431] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.603464] Scanning for low memory corruption every 60 seconds [ 0.605646] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.607265] audit: initializing netlink subsys (disabled) [ 0.608777] audit: type=2000 audit(1534354298.766:1): initialized [ 0.610656] Initialise system trusted keyring [ 0.612040] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.613635] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.616387] zbud: loaded [ 0.617394] VFS: Disk quotas dquot_6.6.0 [ 0.618548] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.620738] fuse init (API version 7.23) [ 0.621972] Key type big_key registered [ 0.623097] Allocating IMA MOK and blacklist keyrings. [ 0.624802] Key type asymmetric registered [ 0.625949] Asymmetric key parser 'x509' registered [ 0.627281] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.629363] io scheduler noop registered [ 0.630483] io scheduler deadline registered (default) [ 0.631878] io scheduler cfq registered [ 0.633079] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.634513] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.636324] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.638365] ACPI: Power Button [PWRF] [ 0.639609] GHES: HEST is not enabled! [ 0.653802] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.683394] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.686468] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.710235] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.713369] Linux agpgart interface v0.103 [ 0.716836] brd: module loaded [ 0.719079] loop: module loaded [ 0.724300] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.726335] GPT:90111 != 2097151 [ 0.727309] GPT:Alternate GPT header not at the end of the disk. [ 0.728919] GPT:90111 != 2097151 [ 0.729903] GPT: Use GNU Parted to correct GPT errors. [ 0.731310] vda: vda1 vda15 [ 0.733056] scsi host0: ata_piix [ 0.734152] scsi host1: ata_piix [ 0.735162] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.736880] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.738973] libphy: Fixed MDIO Bus: probed [ 0.740369] tun: Universal TUN/TAP device driver, 1.6 [ 0.741729] tun: (C) 1999-2004 Max Krasnyansky [ 0.744527] PPP generic driver version 2.4.2 [ 0.745787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.747424] ehci-pci: EHCI PCI platform driver [ 0.748637] ehci-platform: EHCI generic platform driver [ 0.750016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.751570] ohci-pci: OHCI PCI platform driver [ 0.752786] ohci-platform: OHCI generic platform driver [ 0.754158] uhci_hcd: USB Universal Host Controller Interface driver [ 0.768789] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.770157] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.772187] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.773601] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.775174] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.776846] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.778815] usb usb1: Product: UHCI Host Controller [ 0.780086] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.781639] usb usb1: SerialNumber: 0000:00:01.2 [ 0.782974] hub 1-0:1.0: USB hub found [ 0.784143] hub 1-0:1.0: 2 ports detected [ 0.785422] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.788349] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.789656] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.791062] mousedev: PS/2 mouse device common for all mice [ 0.792778] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.795266] rtc_cmos 00:00: RTC can wake from S4 [ 0.796814] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.798422] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.800027] i2c /dev entries driver [ 0.801079] device-mapper: uevent: version 1.0.3 [ 0.802374] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.804595] ledtrig-cpu: registered to indicate activity on CPUs [ 0.806426] NET: Registered protocol family 10 [ 0.807991] NET: Registered protocol family 17 [ 0.809214] Key type dns_resolver registered [ 0.810517] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.812025] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.814438] registered taskstats version 1 [ 0.815591] Loading compiled-in X.509 certificates [ 0.817427] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.819981] zswap: loaded using pool lzo/zbud [ 0.822050] Key type trusted registered [ 0.824171] Key type encrypted registered [ 0.825294] AppArmor: AppArmor sha1 policy hashing enabled [ 0.826704] ima: No TPM chip found, activating TPM-bypass! [ 0.828141] evm: HMAC attrs: 0x1 [ 0.829431] Magic number: 14:420:542 [ 0.830597] rtc_cmos 00:00: setting system clock to 2018-08-15 17:31:39 UTC (1534354299) [ 0.832807] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.834304] EDD information not available. [ 0.897268] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.913850] Write protecting the kernel read-only data: 14336k [ 0.916839] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.919328] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.68 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.81 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.077588] 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.12... Lease of 192.168.120.12 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.90. iid=i-00000006 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 vPing OK === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.912 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCvOxwRnIVb5VEZTI8Sdf6m1N4d0UPOXttwbhaR6hQOoxKS3+lLPmHylao+EVihYDr1jgTLQAdG3LozT71sEsPRi9rwCgEZfmmTO0bo/jjHxhwc00mgw9KXpC7RHyjBHwLtDSVCiUIR/TOE2Z6hsFEJSHitC5cavy5llS/5aMl4rbh189OPqYGLMka7+X/yv2IbUsL5WtxHdvellNlk9HgDg7Xg3xl0xnOPweVW/HS2S4wlq7IiOJyJfjBEHoDzKBYz1jcN4VQNWUsd5GrngFuPYhi+pk4cVCP5ENytOeCoNqnZ1b/NtRKjzkzl17w1FpWYiTtUDpXIw0+hKfnCoC5N root@vping-userdata-vm2-228a0a2e-d824-4e87-9125-8d91fcf3164b ssh-dss AAAAB3NzaC1kc3MAAACBAP0YDElU4O3knEhNHfIyYUW5JpkeZUmnFF2VNZPcQ++yq9MfQN3VaV5PSs3Q3Rzb16L3oulleiaaNOTrdD4mL0hwoWwpLq6jcj2MircMpGZPajeEOBFsuVkw6ZHfeXSwxQAWgnCFRw/AUef8ehkHI+FPgJr26CRahbF19DOfVvbbAAAAFQCph+9p4lVelWgP1B6E42ezrfp2LwAAAIEApV6sDQWGH8U6NNFTOYGqlbgyyQCSVhE9nqJK/5KIqfBZm21zuBOEuKZAGjgHd2Nn5O72ArtjWcoGcG65SwsaUhSjj4Ge59Dx9G6u4w+bHVzdbLmuuZrUrqEZEqeblTFRKNq2GMuZJlZtqTspjnFOWcarJ3m6fIKm4VX1NAM9CPEAAACBAODY8Fr5wTIlkhih1tJCZFycJ9hSyjU0gJvO9adoW3yxXwF2pcdENSoUETq8qQzGAlIyWA5PqqQVdY0vXRWBQApM+NKfI/T4uESt/xNiHtx/2HVIeMRDuvBgyUyuAjyet34Q1+K6/KHn4lexgprqqS5lRsKu9ejml7flMbg1vmgQ root@vping-userdata-vm2-228a0a2e-d824-4e87-9125-8d91fcf3164b -----END SSH HOST KEY KEYS----- === network info === 2018-08-15 17:31:40,998 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - vPing detected! 2018-08-15 17:31:41,113 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-15 17:31:41,114 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 00:28 | PASS | +------------------------+------------------+------------------+----------------+ 2018-08-15 17:31:41,119 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-15 17:31:41,122 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/servers/9bd7e389-ac58-4fc3-b423-74094ee604a6 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e95b75635addefa63258ac30f04f3285e1bb2750" 2018-08-15 17:31:41,284 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 15 Aug 2018 17:31: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-20e55640-2de7-4c04-8a93-218d12da7c34 x-compute-request-id: req-20e55640-2de7-4c04-8a93-218d12da7c34 Content-Type: application/json 2018-08-15 17:31:41,284 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/servers/9bd7e389-ac58-4fc3-b423-74094ee604a6 used request id req-20e55640-2de7-4c04-8a93-218d12da7c34 2018-08-15 17:31:41,284 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.164496898651s 2018-08-15 17:31:41,284 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/servers/9bd7e389-ac58-4fc3-b423-74094ee604a6 used request id req-20e55640-2de7-4c04-8a93-218d12da7c34 2018-08-15 17:31:41,285 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 17:31:41,287 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e95b75635addefa63258ac30f04f3285e1bb2750" 2018-08-15 17:31:41,769 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:31: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-51933356-439b-4dfd-9a6c-0a6cdb17aa2b x-compute-request-id: req-51933356-439b-4dfd-9a6c-0a6cdb17aa2b Content-Encoding: gzip Content-Length: 871 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_228a0a2e-d824-4e87-9125-8d91fcf3164b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:72:3f:3f", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/0b0204a4-2c65-4b84-af91-e732f146c300", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/0b0204a4-2c65-4b84-af91-e732f146c300", "rel": "bookmark"}], "image": {"id": "9a9d5854-7121-4235-80e9-42c96d910537", "links": [{"href": "http://172.30.9.27:8774/images/9a9d5854-7121-4235-80e9-42c96d910537", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T17:31:37.000000", "flavor": {"id": "a829e3b6-b18b-4adc-8e5f-abdb9e9da38d", "links": [{"href": "http://172.30.9.27:8774/flavors/a829e3b6-b18b-4adc-8e5f-abdb9e9da38d", "rel": "bookmark"}]}, "id": "0b0204a4-2c65-4b84-af91-e732f146c300", "security_groups": [{"name": "default"}], "user_id": "4d74eecfa6b8430a8af97c16f39d9b79", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T17:31:38Z", "hostId": "a7385a0e21e5ac8162ce5e85e6db899c64085c4170cadecddfff417a", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_228a0a2e-d824-4e87-9125-8d91fcf3164b", "created": "2018-08-15T17:31:30Z", "tenant_id": "33c049ae81084dd6bf75a30eb00ad1c4", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_userdata-net_228a0a2e-d824-4e87-9125-8d91fcf3164b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:67:2b:e0", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/9bd7e389-ac58-4fc3-b423-74094ee604a6", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/9bd7e389-ac58-4fc3-b423-74094ee604a6", "rel": "bookmark"}], "image": {"id": "9a9d5854-7121-4235-80e9-42c96d910537", "links": [{"href": "http://172.30.9.27:8774/images/9a9d5854-7121-4235-80e9-42c96d910537", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T17:31:28.000000", "flavor": {"id": "a829e3b6-b18b-4adc-8e5f-abdb9e9da38d", "links": [{"href": "http://172.30.9.27:8774/flavors/a829e3b6-b18b-4adc-8e5f-abdb9e9da38d", "rel": "bookmark"}]}, "id": "9bd7e389-ac58-4fc3-b423-74094ee604a6", "security_groups": [{"name": "default"}], "user_id": "4d74eecfa6b8430a8af97c16f39d9b79", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T17:31:41Z", "hostId": "f9067ef833b4fb1e48d538ee03c33e717d4b9b6c1a194529d8258730", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_228a0a2e-d824-4e87-9125-8d91fcf3164b", "created": "2018-08-15T17:31:21Z", "tenant_id": "33c049ae81084dd6bf75a30eb00ad1c4", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 17:31:41,769 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-51933356-439b-4dfd-9a6c-0a6cdb17aa2b 2018-08-15 17:31:41,769 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.484575033188s 2018-08-15 17:31:41,770 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-51933356-439b-4dfd-9a6c-0a6cdb17aa2b 2018-08-15 17:31:41,772 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 17:31:43,775 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 17:31:43,777 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e95b75635addefa63258ac30f04f3285e1bb2750" 2018-08-15 17:31:43,935 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:31: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-236c33e5-43c7-4021-af85-8264d6360e1f x-compute-request-id: req-236c33e5-43c7-4021-af85-8264d6360e1f Content-Encoding: gzip Content-Length: 743 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_228a0a2e-d824-4e87-9125-8d91fcf3164b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:72:3f:3f", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/0b0204a4-2c65-4b84-af91-e732f146c300", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/0b0204a4-2c65-4b84-af91-e732f146c300", "rel": "bookmark"}], "image": {"id": "9a9d5854-7121-4235-80e9-42c96d910537", "links": [{"href": "http://172.30.9.27:8774/images/9a9d5854-7121-4235-80e9-42c96d910537", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T17:31:37.000000", "flavor": {"id": "a829e3b6-b18b-4adc-8e5f-abdb9e9da38d", "links": [{"href": "http://172.30.9.27:8774/flavors/a829e3b6-b18b-4adc-8e5f-abdb9e9da38d", "rel": "bookmark"}]}, "id": "0b0204a4-2c65-4b84-af91-e732f146c300", "security_groups": [{"name": "default"}], "user_id": "4d74eecfa6b8430a8af97c16f39d9b79", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T17:31:38Z", "hostId": "a7385a0e21e5ac8162ce5e85e6db899c64085c4170cadecddfff417a", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_228a0a2e-d824-4e87-9125-8d91fcf3164b", "created": "2018-08-15T17:31:30Z", "tenant_id": "33c049ae81084dd6bf75a30eb00ad1c4", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 17:31:43,936 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-236c33e5-43c7-4021-af85-8264d6360e1f 2018-08-15 17:31:43,936 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.161142110825s 2018-08-15 17:31:43,936 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-236c33e5-43c7-4021-af85-8264d6360e1f 2018-08-15 17:31:43,938 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-15 17:31:43,941 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/servers/0b0204a4-2c65-4b84-af91-e732f146c300 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e95b75635addefa63258ac30f04f3285e1bb2750" 2018-08-15 17:31:44,223 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 15 Aug 2018 17:31: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-09e605ed-c05b-47c7-b5c0-1139a2c8fa50 x-compute-request-id: req-09e605ed-c05b-47c7-b5c0-1139a2c8fa50 Content-Type: application/json 2018-08-15 17:31:44,223 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/servers/0b0204a4-2c65-4b84-af91-e732f146c300 used request id req-09e605ed-c05b-47c7-b5c0-1139a2c8fa50 2018-08-15 17:31:44,223 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.285301923752s 2018-08-15 17:31:44,224 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/servers/0b0204a4-2c65-4b84-af91-e732f146c300 used request id req-09e605ed-c05b-47c7-b5c0-1139a2c8fa50 2018-08-15 17:31:44,224 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 17:31:44,227 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e95b75635addefa63258ac30f04f3285e1bb2750" 2018-08-15 17:31:44,658 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:31: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-f3acb947-081d-4617-be6a-58b656a3f26c x-compute-request-id: req-f3acb947-081d-4617-be6a-58b656a3f26c Content-Encoding: gzip Content-Length: 746 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_userdata-net_228a0a2e-d824-4e87-9125-8d91fcf3164b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:72:3f:3f", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/0b0204a4-2c65-4b84-af91-e732f146c300", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/0b0204a4-2c65-4b84-af91-e732f146c300", "rel": "bookmark"}], "image": {"id": "9a9d5854-7121-4235-80e9-42c96d910537", "links": [{"href": "http://172.30.9.27:8774/images/9a9d5854-7121-4235-80e9-42c96d910537", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T17:31:37.000000", "flavor": {"id": "a829e3b6-b18b-4adc-8e5f-abdb9e9da38d", "links": [{"href": "http://172.30.9.27:8774/flavors/a829e3b6-b18b-4adc-8e5f-abdb9e9da38d", "rel": "bookmark"}]}, "id": "0b0204a4-2c65-4b84-af91-e732f146c300", "security_groups": [{"name": "default"}], "user_id": "4d74eecfa6b8430a8af97c16f39d9b79", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T17:31:44Z", "hostId": "a7385a0e21e5ac8162ce5e85e6db899c64085c4170cadecddfff417a", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_228a0a2e-d824-4e87-9125-8d91fcf3164b", "created": "2018-08-15T17:31:30Z", "tenant_id": "33c049ae81084dd6bf75a30eb00ad1c4", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 17:31:44,658 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-f3acb947-081d-4617-be6a-58b656a3f26c 2018-08-15 17:31:44,658 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.433712005615s 2018-08-15 17:31:44,658 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-f3acb947-081d-4617-be6a-58b656a3f26c 2018-08-15 17:31:44,660 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 17:31:46,663 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 17:31:46,665 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e95b75635addefa63258ac30f04f3285e1bb2750" 2018-08-15 17:31:46,731 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:31: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-150c2366-dbc1-47e7-92dc-86a561833d71 x-compute-request-id: req-150c2366-dbc1-47e7-92dc-86a561833d71 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-15 17:31:46,731 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-150c2366-dbc1-47e7-92dc-86a561833d71 2018-08-15 17:31:46,732 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0686559677124s 2018-08-15 17:31:46,732 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-150c2366-dbc1-47e7-92dc-86a561833d71 2018-08-15 17:31:46,732 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-15 17:31:46,733 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/17cc526c-281e-418a-b4f2-2060e0657e19/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}e95b75635addefa63258ac30f04f3285e1bb2750" -d '{"subnet_id": "f0b26774-531b-4a7d-8875-8a5bc572736e"}' 2018-08-15 17:31:48,372 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-de2829b0-3f7c-40d0-a0d6-49dea2ac3490 Date: Wed, 15 Aug 2018 17:31:48 GMT RESP BODY: {"network_id": "19f40f0d-dc20-487a-979d-7f292d6acba6", "tenant_id": "33c049ae81084dd6bf75a30eb00ad1c4", "subnet_id": "f0b26774-531b-4a7d-8875-8a5bc572736e", "subnet_ids": ["f0b26774-531b-4a7d-8875-8a5bc572736e"], "port_id": "dfb71f12-b0c0-49eb-b286-a7966fb2e324", "id": "17cc526c-281e-418a-b4f2-2060e0657e19"} 2018-08-15 17:31:48,373 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/17cc526c-281e-418a-b4f2-2060e0657e19/remove_router_interface.json used request id req-de2829b0-3f7c-40d0-a0d6-49dea2ac3490 2018-08-15 17:31:48,373 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.64018893242s 2018-08-15 17:31:48,373 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/17cc526c-281e-418a-b4f2-2060e0657e19/remove_router_interface.json used request id req-de2829b0-3f7c-40d0-a0d6-49dea2ac3490 returning object 17cc526c-281e-418a-b4f2-2060e0657e19 2018-08-15 17:31:48,374 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-15 17:31:48,374 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e95b75635addefa63258ac30f04f3285e1bb2750" 2018-08-15 17:31:48,487 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-02fd7a9b-faae-418b-8fc7-c7d1d6aa2b9c Date: Wed, 15 Aug 2018 17:31:48 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "fc8ca119-27ab-4070-99fa-a2993d11ee48", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "3ef75223-733d-425d-bb3e-88e8a796bebc", "ip_address": "172.30.9.205"}]}, "description": "", "tags": [], "tenant_id": "33c049ae81084dd6bf75a30eb00ad1c4", "created_at": "2018-08-15T17:31:14Z", "admin_state_up": true, "updated_at": "2018-08-15T17:31:47Z", "revision_number": 4, "routes": [], "project_id": "33c049ae81084dd6bf75a30eb00ad1c4", "id": "17cc526c-281e-418a-b4f2-2060e0657e19", "name": "vping_userdata-router_228a0a2e-d824-4e87-9125-8d91fcf3164b"}]} 2018-08-15 17:31:48,487 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-02fd7a9b-faae-418b-8fc7-c7d1d6aa2b9c 2018-08-15 17:31:48,487 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.113575935364s 2018-08-15 17:31:48,488 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-02fd7a9b-faae-418b-8fc7-c7d1d6aa2b9c 2018-08-15 17:31:48,489 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-15 17:31:48,490 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/routers/17cc526c-281e-418a-b4f2-2060e0657e19.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e95b75635addefa63258ac30f04f3285e1bb2750" 2018-08-15 17:31:49,842 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-4c15a56c-f603-445e-8a4f-6b2b1f6937de Content-Length: 0 Date: Wed, 15 Aug 2018 17:31:49 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-15 17:31:49,842 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/17cc526c-281e-418a-b4f2-2060e0657e19.json used request id req-4c15a56c-f603-445e-8a4f-6b2b1f6937de 2018-08-15 17:31:49,842 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.35324478149s 2018-08-15 17:31:49,843 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/17cc526c-281e-418a-b4f2-2060e0657e19.json used request id req-4c15a56c-f603-445e-8a4f-6b2b1f6937de 2018-08-15 17:31:49,843 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-15 17:31:49,844 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e95b75635addefa63258ac30f04f3285e1bb2750" 2018-08-15 17:31:49,888 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-a62e53f9-df70-4072-9a7a-f9d476b4aeec Date: Wed, 15 Aug 2018 17:31:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"19f40f0d-dc20-487a-979d-7f292d6acba6","tenant_id":"33c049ae81084dd6bf75a30eb00ad1c4","created_at":"2018-08-15T17:31:14Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-15T17:31:14Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"33c049ae81084dd6bf75a30eb00ad1c4","id":"f0b26774-531b-4a7d-8875-8a5bc572736e","subnetpool_id":null,"name":"vping_userdata-subnet_228a0a2e-d824-4e87-9125-8d91fcf3164b"}]} 2018-08-15 17:31:49,888 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-a62e53f9-df70-4072-9a7a-f9d476b4aeec 2018-08-15 17:31:49,888 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0451588630676s 2018-08-15 17:31:49,889 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-a62e53f9-df70-4072-9a7a-f9d476b4aeec 2018-08-15 17:31:49,890 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-15 17:31:49,891 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/subnets/f0b26774-531b-4a7d-8875-8a5bc572736e.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e95b75635addefa63258ac30f04f3285e1bb2750" 2018-08-15 17:31:51,014 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-210cc71d-b1c0-4ed4-bd58-09d6ebe7387b Date: Wed, 15 Aug 2018 17:31:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-15 17:31:51,014 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/f0b26774-531b-4a7d-8875-8a5bc572736e.json used request id req-210cc71d-b1c0-4ed4-bd58-09d6ebe7387b 2018-08-15 17:31:51,014 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 1.12410402298s 2018-08-15 17:31:51,015 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/f0b26774-531b-4a7d-8875-8a5bc572736e.json used request id req-210cc71d-b1c0-4ed4-bd58-09d6ebe7387b 2018-08-15 17:31:51,015 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-15 17:31:51,016 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e95b75635addefa63258ac30f04f3285e1bb2750" 2018-08-15 17:31:51,103 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1159 X-Openstack-Request-Id: req-68e3b1c0-3e04-4590-ac8a-c62a39536002 Date: Wed, 15 Aug 2018 17:31:51 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-15T17:31:50Z","tenant_id":"33c049ae81084dd6bf75a30eb00ad1c4","created_at":"2018-08-15T17:31:13Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"33c049ae81084dd6bf75a30eb00ad1c4","id":"19f40f0d-dc20-487a-979d-7f292d6acba6","name":"vping_userdata-net_228a0a2e-d824-4e87-9125-8d91fcf3164b"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["3ef75223-733d-425d-bb3e-88e8a796bebc"],"updated_at":"2018-08-15T17:16:30Z","tenant_id":"d2c267e1fee9461ba5e64a915b9518f5","created_at":"2018-08-15T17:16:26Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"d2c267e1fee9461ba5e64a915b9518f5","id":"fc8ca119-27ab-4070-99fa-a2993d11ee48","name":"external"}]} 2018-08-15 17:31:51,103 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-68e3b1c0-3e04-4590-ac8a-c62a39536002 2018-08-15 17:31:51,103 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0882298946381s 2018-08-15 17:31:51,104 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-68e3b1c0-3e04-4590-ac8a-c62a39536002 2018-08-15 17:31:51,105 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-15 17:31:51,105 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/networks/19f40f0d-dc20-487a-979d-7f292d6acba6.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e95b75635addefa63258ac30f04f3285e1bb2750" 2018-08-15 17:31:52,835 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-69d19fa3-6a94-409a-88d7-5c6e60d726b9 Date: Wed, 15 Aug 2018 17:31:52 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-15 17:31:52,835 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/19f40f0d-dc20-487a-979d-7f292d6acba6.json used request id req-69d19fa3-6a94-409a-88d7-5c6e60d726b9 2018-08-15 17:31:52,835 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.7301030159s 2018-08-15 17:31:52,835 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/19f40f0d-dc20-487a-979d-7f292d6acba6.json used request id req-69d19fa3-6a94-409a-88d7-5c6e60d726b9 2018-08-15 17:31:52,839 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-15 17:31:52,843 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e95b75635addefa63258ac30f04f3285e1bb2750" 2018-08-15 17:31:53,119 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1405 Content-Type: application/json X-Openstack-Request-Id: req-7d9889ac-6605-4118-b73d-25a6518fce76 Date: Wed, 15 Aug 2018 17:31:53 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-15T17:31:18Z", "file": "/v2/images/9a9d5854-7121-4235-80e9-42c96d910537/file", "owner": "33c049ae81084dd6bf75a30eb00ad1c4", "id": "9a9d5854-7121-4235-80e9-42c96d910537", "size": 12716032, "self": "/v2/images/9a9d5854-7121-4235-80e9-42c96d910537", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/9a9d5854-7121-4235-80e9-42c96d910537/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/9a9d5854-7121-4235-80e9-42c96d910537/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_228a0a2e-d824-4e87-9125-8d91fcf3164b", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_228a0a2e-d824-4e87-9125-8d91fcf3164b", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-15T17:31:18Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-15 17:31:53,120 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-7d9889ac-6605-4118-b73d-25a6518fce76 2018-08-15 17:31:53,120 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.28026509285s 2018-08-15 17:31:53,120 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-7d9889ac-6605-4118-b73d-25a6518fce76 2018-08-15 17:31:53,122 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-15 17:31:53,125 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9292/v2/images/9a9d5854-7121-4235-80e9-42c96d910537 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e95b75635addefa63258ac30f04f3285e1bb2750" 2018-08-15 17:31:54,328 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-940acc49-5d3f-4660-8a3a-0f1ee748247e Date: Wed, 15 Aug 2018 17:31: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-15 17:31:54,328 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/9a9d5854-7121-4235-80e9-42c96d910537 used request id req-940acc49-5d3f-4660-8a3a-0f1ee748247e 2018-08-15 17:31:54,329 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.20674109459s 2018-08-15 17:31:54,329 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/9a9d5854-7121-4235-80e9-42c96d910537 used request id req-940acc49-5d3f-4660-8a3a-0f1ee748247e 2018-08-15 17:31:54,329 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-15 17:31:54,332 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b66a9eaa5bdb4352c19403a6043ac302cbc12486" 2018-08-15 17:31:54,352 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:31: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-857fc2bb-db2a-46cd-8619-29c19e05e205 x-compute-request-id: req-857fc2bb-db2a-46cd-8619-29c19e05e205 Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_userdata-flavor_228a0a2e-d824-4e87-9125-8d91fcf3164b", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/a829e3b6-b18b-4adc-8e5f-abdb9e9da38d", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/a829e3b6-b18b-4adc-8e5f-abdb9e9da38d", "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": "a829e3b6-b18b-4adc-8e5f-abdb9e9da38d"}]} 2018-08-15 17:31:54,352 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-857fc2bb-db2a-46cd-8619-29c19e05e205 2018-08-15 17:31:54,352 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0228199958801s 2018-08-15 17:31:54,352 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-857fc2bb-db2a-46cd-8619-29c19e05e205 2018-08-15 17:31:54,354 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-15 17:31:54,356 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/flavors/a829e3b6-b18b-4adc-8e5f-abdb9e9da38d -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b66a9eaa5bdb4352c19403a6043ac302cbc12486" 2018-08-15 17:31:54,399 - keystoneauth.session - DEBUG - RESP: [202] Date: Wed, 15 Aug 2018 17:31: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-5a5c6f5a-00fc-4b4a-9cbb-ec7fae903a12 x-compute-request-id: req-5a5c6f5a-00fc-4b4a-9cbb-ec7fae903a12 Content-Length: 0 Content-Type: application/json 2018-08-15 17:31:54,399 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/a829e3b6-b18b-4adc-8e5f-abdb9e9da38d used request id req-5a5c6f5a-00fc-4b4a-9cbb-ec7fae903a12 2018-08-15 17:31:54,399 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0454859733582s 2018-08-15 17:31:54,400 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/a829e3b6-b18b-4adc-8e5f-abdb9e9da38d used request id req-5a5c6f5a-00fc-4b4a-9cbb-ec7fae903a12 2018-08-15 17:31:54,400 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-15 17:31:54,404 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}b66a9eaa5bdb4352c19403a6043ac302cbc12486" 2018-08-15 17:31:54,595 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:31:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c605e959-6679-493a-bca9-130f439a6bae Content-Encoding: gzip Content-Length: 841 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/033f0039d025473a84de241284491a58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "033f0039d025473a84de241284491a58", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/2422d0f285314705b46615565d3917fe"}, "domain_id": "e4bd2a4e6bb349a78f956295c49df949", "enabled": true, "options": {}, "id": "2422d0f285314705b46615565d3917fe", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/2cc8b8ad456045c2a30e4360994a4487"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2cc8b8ad456045c2a30e4360994a4487", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/3c466aad8ead4318838e33dd234eb81d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3c466aad8ead4318838e33dd234eb81d", "email": "heat@localhost", "password_expires_at": null}, {"name": "vping_userdata-user_228a0a2e-d824-4e87-9125-8d91fcf3164b", "links": {"self": "http://172.30.9.27:5000/v3/users/4d74eecfa6b8430a8af97c16f39d9b79"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "4d74eecfa6b8430a8af97c16f39d9b79", "domain_id": "default", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/56e811cfd4b242068dd78826118576f4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "56e811cfd4b242068dd78826118576f4", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6fad7e5ef0254b2a9cdb215018bcab91"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6fad7e5ef0254b2a9cdb215018bcab91", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.27:5000/v3/users/7d91ea49860f4c2a8deabf649cf4ed37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d91ea49860f4c2a8deabf649cf4ed37", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/8f968cf4475249f6abf2422d6dd7425f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8f968cf4475249f6abf2422d6dd7425f", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/9482390a0722494f8852b9f0e2b9de56"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9482390a0722494f8852b9f0e2b9de56", "email": "admin@example.com", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.27:5000/v3/users/a36076122cea45c6b3e4aa67c4ca811d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a36076122cea45c6b3e4aa67c4ca811d", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/acda52409b024c95bc0facaa98dbc356"}, "domain_id": "default", "enabled": true, "options": {}, "id": "acda52409b024c95bc0facaa98dbc356", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/b193f8790ad94e46993d7eb01f623f51"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b193f8790ad94e46993d7eb01f623f51", "email": "cinder@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/dba024f1937f490cae2e437356a668d7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dba024f1937f490cae2e437356a668d7", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/e6d2649e935e4b8db8107d76bfb30c3a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e6d2649e935e4b8db8107d76bfb30c3a", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-08-15 17:31:54,595 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-c605e959-6679-493a-bca9-130f439a6bae 2018-08-15 17:31:54,595 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.195047855377s 2018-08-15 17:31:54,596 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-c605e959-6679-493a-bca9-130f439a6bae 2018-08-15 17:31:54,601 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-15 17:31:54,605 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/users/4d74eecfa6b8430a8af97c16f39d9b79 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b66a9eaa5bdb4352c19403a6043ac302cbc12486" 2018-08-15 17:31:54,793 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:31:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4a0d643b-add1-4bf2-98de-1c1e7f9aa1aa Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"user": {"name": "vping_userdata-user_228a0a2e-d824-4e87-9125-8d91fcf3164b", "links": {"self": "http://172.30.9.27:5000/v3/users/4d74eecfa6b8430a8af97c16f39d9b79"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "4d74eecfa6b8430a8af97c16f39d9b79", "description": null}} 2018-08-15 17:31:54,793 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/4d74eecfa6b8430a8af97c16f39d9b79 used request id req-4a0d643b-add1-4bf2-98de-1c1e7f9aa1aa 2018-08-15 17:31:54,793 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.191768884659s 2018-08-15 17:31:54,794 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/4d74eecfa6b8430a8af97c16f39d9b79 used request id req-4a0d643b-add1-4bf2-98de-1c1e7f9aa1aa 2018-08-15 17:31:54,794 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-15 17:31:54,798 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/users/4d74eecfa6b8430a8af97c16f39d9b79 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b66a9eaa5bdb4352c19403a6043ac302cbc12486" 2018-08-15 17:31:55,121 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 15 Aug 2018 17:31:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-217b6d8d-4080-4bde-96e8-c6d2b1c1df70 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-15 17:31:55,121 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/4d74eecfa6b8430a8af97c16f39d9b79 used request id req-217b6d8d-4080-4bde-96e8-c6d2b1c1df70 2018-08-15 17:31:55,121 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.326610088348s 2018-08-15 17:31:55,121 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/4d74eecfa6b8430a8af97c16f39d9b79 used request id req-217b6d8d-4080-4bde-96e8-c6d2b1c1df70 2018-08-15 17:31:55,127 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-15 17:31:55,131 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}b66a9eaa5bdb4352c19403a6043ac302cbc12486" 2018-08-15 17:31:55,318 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:31:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d1adb2f1-921e-47a6-8523-cbacfb6d5e64 Content-Encoding: gzip Content-Length: 388 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: vping_userdata", "links": {"self": "http://172.30.9.27:5000/v3/projects/33c049ae81084dd6bf75a30eb00ad1c4"}, "tags": [], "enabled": true, "id": "33c049ae81084dd6bf75a30eb00ad1c4", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_228a0a2e-d824-4e87-9125-8d91fcf3164b"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/a3688ea3a7924e1e8a441a00bd79aae5"}, "tags": [], "enabled": true, "id": "a3688ea3a7924e1e8a441a00bd79aae5", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.27:5000/v3/projects/d2c267e1fee9461ba5e64a915b9518f5"}, "tags": [], "enabled": true, "id": "d2c267e1fee9461ba5e64a915b9518f5", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-08-15 17:31:55,318 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects used request id req-d1adb2f1-921e-47a6-8523-cbacfb6d5e64 2018-08-15 17:31:55,318 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.190678119659s 2018-08-15 17:31:55,318 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects used request id req-d1adb2f1-921e-47a6-8523-cbacfb6d5e64 2018-08-15 17:31:55,323 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-15 17:31:55,326 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/projects/33c049ae81084dd6bf75a30eb00ad1c4 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b66a9eaa5bdb4352c19403a6043ac302cbc12486" 2018-08-15 17:31:55,569 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 15 Aug 2018 17:31:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a87d3a7d-f47f-4f1a-9f91-8467f8fc03a9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-15 17:31:55,569 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/33c049ae81084dd6bf75a30eb00ad1c4 used request id req-a87d3a7d-f47f-4f1a-9f91-8467f8fc03a9 2018-08-15 17:31:55,570 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.246502876282s 2018-08-15 17:31:55,570 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/33c049ae81084dd6bf75a30eb00ad1c4 used request id req-a87d3a7d-f47f-4f1a-9f91-8467f8fc03a9 2018-08-15 17:31:55,623 - xtesting.ci.run_tests - INFO - Loading test case 'cinder_test'... 2018-08-15 17:31:55,665 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-15 17:31:55,665 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-15 17:31:55,666 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-15 17:31:55,666 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-15 17:31:55,666 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-15 17:31:55,666 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-15 17:31:55,666 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-15 17:31:55,666 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-15 17:31:55,666 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-15 17:31:55,666 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-15 17:31:55,666 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-15 17:31:55,666 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-15 17:31:55,666 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-15 17:31:55,666 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-15 17:31:55,666 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-15 17:31:55,667 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-15 17:31:55,667 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-15 17:31:55,667 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-15 17:31:55,667 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-15 17:31:55,667 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-15 17:31:55,667 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-15 17:31:55,667 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-15 17:31:55,668 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-15 17:31:55,674 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:31:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4f9a9212-5a39-4ea9-8f22-eca8b62c11e7 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-08-15 17:31:55,674 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-4f9a9212-5a39-4ea9-8f22-eca8b62c11e7 2018-08-15 17:31:55,674 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-08-15 17:31:56,070 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "16212b6aa60a4fd1b8194c834bae86bf", "name": "member"}, {"id": "eeb4436830d24515952401292b7cfc55", "name": "reader"}, {"id": "382a39dc50214187b99e809cf7222e3c", "name": "admin"}], "expires_at": "2018-08-15T18:31:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3688ea3a7924e1e8a441a00bd79aae5", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.37:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "54e3c320cc3142e9824c171afe58d5c6"}, {"url": "http://172.30.9.27:8080/v1/AUTH_a3688ea3a7924e1e8a441a00bd79aae5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d00250537b54114937846660f377ed1"}, {"url": "http://12.0.0.37:8080/v1/AUTH_a3688ea3a7924e1e8a441a00bd79aae5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c790cb26fd2345ae9bac8a014d10a446"}], "type": "object-store", "id": "17183633b8774ff6a53da32b47c89b3c", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94631698a9884eb1bf4cb245c6f37b80"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c23f2a003e874719a2f1c41f92405a45"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e97257b46cb8440080352cd841246c5d"}], "type": "cloudformation", "id": "2dec96c2934d43bdbe2e431ef0b53392", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "287c0315393e4b22a228912ca3b004cc"}, {"url": "http://192.30.9.3:8776/v3/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62769da517ac4f44b88a6118413b8c30"}, {"url": "http://192.30.9.3:8776/v3/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c0b30400cd648249ab0a6a17cf1ebc1"}], "type": "volumev3", "id": "363b885c3f174fbfb4f17da9d41f332d", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d6cb188f65e4f77bab04c3d99f9469f"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70f7ced028794432bef835264c84489c"}, {"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77dd5cfb1dac4b31b21d705ba420c355"}], "type": "network", "id": "51b7a44223114d149d5300ae5b6d97ae", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19071864a1b848cc93bca3b1e1955c3f"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bc0345e40a36459fbc009797a6517deb"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5c7966f4757438480f39866a31a0265"}], "type": "image", "id": "5540e06daad441aa911fd4cb4d76f8d3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "68ad1d76386d437089226a0562004a39", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "03f40cbac74c4aafb48b4dd360509f6a"}, {"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18ed3fa9a0894200abaf76b71abfd912"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3d96a0aa5c344cb8ba659332ed497e85"}], "type": "identity", "id": "8096ce39bbf24c1683621ee563324790", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f60ea793ee64fc9a3d9a2d2ad889bd0"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7c9770175fc45379f2c2d142062b2c3"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e944b22c50da41179f2e29ce558807c1"}], "type": "compute", "id": "b3040d5c7e224dbca86f421bddd758e1", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5aad7caa3e6f4a35b9abdf5d46190371"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8b8b8bcfb3b40e5be77e13a4d2dda19"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d33016e2f5be49c28efb9905db488d41"}], "type": "placement", "id": "bb3127ed06e54fda901ea2348ddb72da", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "576142509dfd46c591c5e83bed8ffcc7"}, {"url": "http://192.30.9.3:8776/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cabe2973ef9144da9850a630dd2aedd5"}, {"url": "http://172.30.9.27:8776/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eb71f3f602d443c9a8605a7ff2e8aa8e"}], "type": "volume", "id": "becfeedd42e344c085611f3c7c465a3f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.3:8004/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "156b8e560e534c82a1d320da86608a19"}, {"url": "http://192.30.9.3:8004/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59154cecf6a54eb08ecc63bf95dca042"}, {"url": "http://172.30.9.27:8004/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f3aa5c8697e449f99c2cfbe2a371cab7"}], "type": "orchestration", "id": "c4334130b6d54a75804fe3f11a3b9e3e", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "39db2ebb65ae42659440fd9845949a6c"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ad23d2a65e74e3c87b1488af1f9f9ac"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d07664cbebb49149819cf7a6b20edb4"}], "type": "alarming", "id": "d878aa5c6b584d53a039f6a680fb6e8b", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e2bb44b06c0412ab74e54984b5b26b5"}, {"url": "http://192.30.9.3:8776/v2/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86bcb5a76e6c464bb4d42c969584d6f2"}, {"url": "http://172.30.9.27:8776/v2/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a391eed816af4966b335005bfe580d70"}], "type": "volumev2", "id": "e16298e148f54e96a50a134ca797deff", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b54cb5b666f74b91b0244b5332fdb3e5"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcc892608bd341e084be203695f810d1"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e980066294c34eb6866e6c4735e84a62"}], "type": "metric", "id": "f3a07a22777a4405b7eaf44da2e73e19", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.27:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1f66095afa4b74b4f26d432f5bfa55"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8dd5f30cc334148a7ed9d5ab68eee9b"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bfe7dd54acd947899871700a40dd0244"}], "type": "event", "id": "f6e223543cae4d9bad10258b0a294f12", "name": "panko"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "9482390a0722494f8852b9f0e2b9de56"}, "audit_ids": ["COkn4_QvQmuiJXQuwmZ2Ow"], "issued_at": "2018-08-15T17:31:56.000000Z"}} 2018-08-15 17:31:56,073 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-15 17:31:56,073 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}16987c2ebb670ceab0304709d0900874676d5001" 2018-08-15 17:31:56,410 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-69b8cba3-573c-4428-aec8-934b277fba15 Date: Wed, 15 Aug 2018 17:31:56 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"fc8ca119-27ab-4070-99fa-a2993d11ee48","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d2c267e1fee9461ba5e64a915b9518f5","status":"ACTIVE","subnets":["3ef75223-733d-425d-bb3e-88e8a796bebc"],"description":"","tags":[],"updated_at":"2018-08-15T17:16:30Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"d2c267e1fee9461ba5e64a915b9518f5","created_at":"2018-08-15T17:16:26Z","provider:network_type":"flat"}]} 2018-08-15 17:31:56,410 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json?router%3Aexternal=True used request id req-69b8cba3-573c-4428-aec8-934b277fba15 2018-08-15 17:31:56,410 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.33716917038s 2018-08-15 17:31:56,411 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json?router%3Aexternal=True used request id req-69b8cba3-573c-4428-aec8-934b277fba15 2018-08-15 17:31:56,414 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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-15 17:31:56,419 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 15 Aug 2018 17:31:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f9c9ad21-8558-48ab-86ed-1a036bb58ab4 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.27:5000/v3/", "rel": "self"}]}]}} 2018-08-15 17:31:56,419 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/ used request id req-f9c9ad21-8558-48ab-86ed-1a036bb58ab4 2018-08-15 17:31:56,420 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-15 17:31:56,423 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}16987c2ebb670ceab0304709d0900874676d5001" 2018-08-15 17:31:56,602 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:31:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-92fc7b7c-f01f-42dd-bafa-1d96dc56d1a7 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}, {"description": "", "links": {"self": "http://172.30.9.27:5000/v3/domains/e4bd2a4e6bb349a78f956295c49df949"}, "tags": [], "enabled": true, "id": "e4bd2a4e6bb349a78f956295c49df949", "name": "heat_stack"}], "links": {"self": "http://172.30.9.27:5000/v3/domains", "previous": null, "next": null}} 2018-08-15 17:31:56,602 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains used request id req-92fc7b7c-f01f-42dd-bafa-1d96dc56d1a7 2018-08-15 17:31:56,602 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.181542873383s 2018-08-15 17:31:56,602 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains used request id req-92fc7b7c-f01f-42dd-bafa-1d96dc56d1a7 2018-08-15 17:31:56,609 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-15 17:31:56,612 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}16987c2ebb670ceab0304709d0900874676d5001" -d '{"project": {"description": "Created by OPNFV Functest: cinder_test", "enabled": true, "domain_id": "default", "name": "cinder_test-project_1e09d482-9fae-434c-b5c3-aa7c9a0e0831"}}' 2018-08-15 17:31:56,829 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 15 Aug 2018 17:31:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9bd40f00-5e94-44e9-b784-761ad01b784a 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.27:5000/v3/projects/ddc97551f7ab4f8eb1fafb6b6b08f3ca"}, "tags": [], "enabled": true, "id": "ddc97551f7ab4f8eb1fafb6b6b08f3ca", "parent_id": "default", "domain_id": "default", "name": "cinder_test-project_1e09d482-9fae-434c-b5c3-aa7c9a0e0831"}} 2018-08-15 17:31:56,829 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-9bd40f00-5e94-44e9-b784-761ad01b784a 2018-08-15 17:31:56,829 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.220017910004s 2018-08-15 17:31:56,830 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-9bd40f00-5e94-44e9-b784-761ad01b784a 2018-08-15 17:31:56,830 - 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'ddc97551f7ab4f8eb1fafb6b6b08f3ca', '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_1e09d482-9fae-434c-b5c3-aa7c9a0e0831'}) 2018-08-15 17:31:56,836 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-15 17:31:56,839 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}16987c2ebb670ceab0304709d0900874676d5001" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "9e34c596-034a-4e25-846b-6344d404c25e", "email": null, "name": "cinder_test-user_1e09d482-9fae-434c-b5c3-aa7c9a0e0831"}}' 2018-08-15 17:31:57,282 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 15 Aug 2018 17:31:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-afb145ac-c339-4f24-96a4-cbfea3159993 Content-Length: 326 Content-Type: application/json RESP BODY: {"user": {"name": "cinder_test-user_1e09d482-9fae-434c-b5c3-aa7c9a0e0831", "links": {"self": "http://172.30.9.27:5000/v3/users/7b42c59b0e06439ba83254321f29fb92"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "7b42c59b0e06439ba83254321f29fb92", "domain_id": "default", "password_expires_at": null}} 2018-08-15 17:31:57,282 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/users used request id req-afb145ac-c339-4f24-96a4-cbfea3159993 2018-08-15 17:31:57,283 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.44623708725s 2018-08-15 17:31:57,283 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/users used request id req-afb145ac-c339-4f24-96a4-cbfea3159993 2018-08-15 17:31:57,283 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'7b42c59b0e06439ba83254321f29fb92', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'cinder_test-user_1e09d482-9fae-434c-b5c3-aa7c9a0e0831'}) 2018-08-15 17:31:57,287 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-15 17:31:57,291 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}16987c2ebb670ceab0304709d0900874676d5001" 2018-08-15 17:31:57,392 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:31:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fee66b7d-658a-498f-ad06-70bbbde705e0 Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "021fd4a1fb8b483eb2264cbf5b321379", "links": {"self": "http://172.30.9.27:5000/v3/roles/021fd4a1fb8b483eb2264cbf5b321379"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "16212b6aa60a4fd1b8194c834bae86bf", "links": {"self": "http://172.30.9.27:5000/v3/roles/16212b6aa60a4fd1b8194c834bae86bf"}, "name": "member"}, {"domain_id": null, "id": "1c1e1015ce2644848f1430e3bb28531b", "links": {"self": "http://172.30.9.27:5000/v3/roles/1c1e1015ce2644848f1430e3bb28531b"}, "name": "swiftoperator"}, {"domain_id": null, "id": "382a39dc50214187b99e809cf7222e3c", "links": {"self": "http://172.30.9.27:5000/v3/roles/382a39dc50214187b99e809cf7222e3c"}, "name": "admin"}, {"domain_id": null, "id": "9aed22da25b945dda36dee6e40a0785d", "links": {"self": "http://172.30.9.27:5000/v3/roles/9aed22da25b945dda36dee6e40a0785d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "eeb4436830d24515952401292b7cfc55", "links": {"self": "http://172.30.9.27:5000/v3/roles/eeb4436830d24515952401292b7cfc55"}, "name": "reader"}]} 2018-08-15 17:31:57,393 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-fee66b7d-658a-498f-ad06-70bbbde705e0 2018-08-15 17:31:57,393 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.105257987976s 2018-08-15 17:31:57,393 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-fee66b7d-658a-498f-ad06-70bbbde705e0 2018-08-15 17:31:57,398 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-15 17:31:57,402 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}16987c2ebb670ceab0304709d0900874676d5001" 2018-08-15 17:31:57,501 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:31:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c8e6228-2afd-4c74-9090-6f2d58366c43 Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "021fd4a1fb8b483eb2264cbf5b321379", "links": {"self": "http://172.30.9.27:5000/v3/roles/021fd4a1fb8b483eb2264cbf5b321379"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "16212b6aa60a4fd1b8194c834bae86bf", "links": {"self": "http://172.30.9.27:5000/v3/roles/16212b6aa60a4fd1b8194c834bae86bf"}, "name": "member"}, {"domain_id": null, "id": "1c1e1015ce2644848f1430e3bb28531b", "links": {"self": "http://172.30.9.27:5000/v3/roles/1c1e1015ce2644848f1430e3bb28531b"}, "name": "swiftoperator"}, {"domain_id": null, "id": "382a39dc50214187b99e809cf7222e3c", "links": {"self": "http://172.30.9.27:5000/v3/roles/382a39dc50214187b99e809cf7222e3c"}, "name": "admin"}, {"domain_id": null, "id": "9aed22da25b945dda36dee6e40a0785d", "links": {"self": "http://172.30.9.27:5000/v3/roles/9aed22da25b945dda36dee6e40a0785d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "eeb4436830d24515952401292b7cfc55", "links": {"self": "http://172.30.9.27:5000/v3/roles/eeb4436830d24515952401292b7cfc55"}, "name": "reader"}]} 2018-08-15 17:31:57,501 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-7c8e6228-2afd-4c74-9090-6f2d58366c43 2018-08-15 17:31:57,501 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.103041887283s 2018-08-15 17:31:57,502 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-7c8e6228-2afd-4c74-9090-6f2d58366c43 2018-08-15 17:31:57,507 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-15 17:31:57,511 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}16987c2ebb670ceab0304709d0900874676d5001" 2018-08-15 17:31:57,645 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:31:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c900948d-002f-49f8-b84e-17490c861a23 Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "021fd4a1fb8b483eb2264cbf5b321379", "links": {"self": "http://172.30.9.27:5000/v3/roles/021fd4a1fb8b483eb2264cbf5b321379"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "16212b6aa60a4fd1b8194c834bae86bf", "links": {"self": "http://172.30.9.27:5000/v3/roles/16212b6aa60a4fd1b8194c834bae86bf"}, "name": "member"}, {"domain_id": null, "id": "1c1e1015ce2644848f1430e3bb28531b", "links": {"self": "http://172.30.9.27:5000/v3/roles/1c1e1015ce2644848f1430e3bb28531b"}, "name": "swiftoperator"}, {"domain_id": null, "id": "382a39dc50214187b99e809cf7222e3c", "links": {"self": "http://172.30.9.27:5000/v3/roles/382a39dc50214187b99e809cf7222e3c"}, "name": "admin"}, {"domain_id": null, "id": "9aed22da25b945dda36dee6e40a0785d", "links": {"self": "http://172.30.9.27:5000/v3/roles/9aed22da25b945dda36dee6e40a0785d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "eeb4436830d24515952401292b7cfc55", "links": {"self": "http://172.30.9.27:5000/v3/roles/eeb4436830d24515952401292b7cfc55"}, "name": "reader"}]} 2018-08-15 17:31:57,646 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-c900948d-002f-49f8-b84e-17490c861a23 2018-08-15 17:31:57,646 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.13861489296s 2018-08-15 17:31:57,646 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-c900948d-002f-49f8-b84e-17490c861a23 2018-08-15 17:31:57,652 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-15 17:31:57,655 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}16987c2ebb670ceab0304709d0900874676d5001" 2018-08-15 17:31:57,752 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:31:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5b7270f7-7089-4053-bfee-abdb28d108d9 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-15 17:31:57,752 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-5b7270f7-7089-4053-bfee-abdb28d108d9 2018-08-15 17:31:57,753 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.100772857666s 2018-08-15 17:31:57,753 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-5b7270f7-7089-4053-bfee-abdb28d108d9 2018-08-15 17:31:57,754 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-15 17:31:57,758 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}16987c2ebb670ceab0304709d0900874676d5001" 2018-08-15 17:31:57,944 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:31:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4f79367f-e93d-4e8b-8cb1-f8f8c55fb84e Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/033f0039d025473a84de241284491a58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "033f0039d025473a84de241284491a58", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/2422d0f285314705b46615565d3917fe"}, "domain_id": "e4bd2a4e6bb349a78f956295c49df949", "enabled": true, "options": {}, "id": "2422d0f285314705b46615565d3917fe", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/2cc8b8ad456045c2a30e4360994a4487"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2cc8b8ad456045c2a30e4360994a4487", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/3c466aad8ead4318838e33dd234eb81d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3c466aad8ead4318838e33dd234eb81d", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/56e811cfd4b242068dd78826118576f4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "56e811cfd4b242068dd78826118576f4", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6fad7e5ef0254b2a9cdb215018bcab91"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6fad7e5ef0254b2a9cdb215018bcab91", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder_test-user_1e09d482-9fae-434c-b5c3-aa7c9a0e0831", "links": {"self": "http://172.30.9.27:5000/v3/users/7b42c59b0e06439ba83254321f29fb92"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "7b42c59b0e06439ba83254321f29fb92", "domain_id": "default", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.27:5000/v3/users/7d91ea49860f4c2a8deabf649cf4ed37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d91ea49860f4c2a8deabf649cf4ed37", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/8f968cf4475249f6abf2422d6dd7425f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8f968cf4475249f6abf2422d6dd7425f", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/9482390a0722494f8852b9f0e2b9de56"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9482390a0722494f8852b9f0e2b9de56", "email": "admin@example.com", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.27:5000/v3/users/a36076122cea45c6b3e4aa67c4ca811d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a36076122cea45c6b3e4aa67c4ca811d", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/acda52409b024c95bc0facaa98dbc356"}, "domain_id": "default", "enabled": true, "options": {}, "id": "acda52409b024c95bc0facaa98dbc356", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/b193f8790ad94e46993d7eb01f623f51"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b193f8790ad94e46993d7eb01f623f51", "email": "cinder@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/dba024f1937f490cae2e437356a668d7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dba024f1937f490cae2e437356a668d7", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/e6d2649e935e4b8db8107d76bfb30c3a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e6d2649e935e4b8db8107d76bfb30c3a", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-08-15 17:31:57,944 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-4f79367f-e93d-4e8b-8cb1-f8f8c55fb84e 2018-08-15 17:31:57,945 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.190347909927s 2018-08-15 17:31:57,945 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-4f79367f-e93d-4e8b-8cb1-f8f8c55fb84e 2018-08-15 17:31:57,957 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-15 17:31:57,960 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}16987c2ebb670ceab0304709d0900874676d5001" 2018-08-15 17:31:58,063 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:31:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1d9d98af-09e0-472f-bca7-0a7f1d9ca7c1 Content-Encoding: gzip Content-Length: 394 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/a3688ea3a7924e1e8a441a00bd79aae5"}, "tags": [], "enabled": true, "id": "a3688ea3a7924e1e8a441a00bd79aae5", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: cinder_test", "links": {"self": "http://172.30.9.27:5000/v3/projects/ddc97551f7ab4f8eb1fafb6b6b08f3ca"}, "tags": [], "enabled": true, "id": "ddc97551f7ab4f8eb1fafb6b6b08f3ca", "parent_id": "default", "domain_id": "default", "name": "cinder_test-project_1e09d482-9fae-434c-b5c3-aa7c9a0e0831"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.27:5000/v3/projects/d2c267e1fee9461ba5e64a915b9518f5"}, "tags": [], "enabled": true, "id": "d2c267e1fee9461ba5e64a915b9518f5", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-08-15 17:31:58,063 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-1d9d98af-09e0-472f-bca7-0a7f1d9ca7c1 2018-08-15 17:31:58,063 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.105997085571s 2018-08-15 17:31:58,063 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-1d9d98af-09e0-472f-bca7-0a7f1d9ca7c1 2018-08-15 17:31:58,071 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-15 17:31:58,074 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:5000/v3/role_assignments?user.id=7b42c59b0e06439ba83254321f29fb92&role.id=16212b6aa60a4fd1b8194c834bae86bf&scope.project.id=ddc97551f7ab4f8eb1fafb6b6b08f3ca" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}16987c2ebb670ceab0304709d0900874676d5001" 2018-08-15 17:31:58,263 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:31:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6ea336b5-327f-4813-a5e0-e26c54d32bec Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.27:5000/v3/role_assignments?user.id=7b42c59b0e06439ba83254321f29fb92&role.id=16212b6aa60a4fd1b8194c834bae86bf&scope.project.id=ddc97551f7ab4f8eb1fafb6b6b08f3ca", "previous": null, "next": null}} 2018-08-15 17:31:58,263 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=7b42c59b0e06439ba83254321f29fb92&role.id=16212b6aa60a4fd1b8194c834bae86bf&scope.project.id=ddc97551f7ab4f8eb1fafb6b6b08f3ca used request id req-6ea336b5-327f-4813-a5e0-e26c54d32bec 2018-08-15 17:31:58,263 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.192167043686s 2018-08-15 17:31:58,264 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=7b42c59b0e06439ba83254321f29fb92&role.id=16212b6aa60a4fd1b8194c834bae86bf&scope.project.id=ddc97551f7ab4f8eb1fafb6b6b08f3ca used request id req-6ea336b5-327f-4813-a5e0-e26c54d32bec 2018-08-15 17:31:58,267 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-15 17:31:58,270 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:5000/v3/projects/ddc97551f7ab4f8eb1fafb6b6b08f3ca/users/7b42c59b0e06439ba83254321f29fb92/roles/16212b6aa60a4fd1b8194c834bae86bf -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}16987c2ebb670ceab0304709d0900874676d5001" 2018-08-15 17:31:58,572 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 15 Aug 2018 17:31:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d25ee6bd-a1b3-4568-b863-5886eb30e9ef Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-15 17:31:58,572 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/ddc97551f7ab4f8eb1fafb6b6b08f3ca/users/7b42c59b0e06439ba83254321f29fb92/roles/16212b6aa60a4fd1b8194c834bae86bf used request id req-d25ee6bd-a1b3-4568-b863-5886eb30e9ef 2018-08-15 17:31:58,573 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.305596828461s 2018-08-15 17:31:58,573 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/ddc97551f7ab4f8eb1fafb6b6b08f3ca/users/7b42c59b0e06439ba83254321f29fb92/roles/16212b6aa60a4fd1b8194c834bae86bf used request id req-d25ee6bd-a1b3-4568-b863-5886eb30e9ef 2018-08-15 17:31:58,574 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'cinder_test-project_1e09d482-9fae-434c-b5c3-aa7c9a0e0831', 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'ddc97551f7ab4f8eb1fafb6b6b08f3ca', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '9e34c596-034a-4e25-846b-6344d404c25e', 'username': u'cinder_test-user_1e09d482-9fae-434c-b5c3-aa7c9a0e0831', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.27:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-08-15 17:31:58,576 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-15 17:31:58,576 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-15 17:31:58,576 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-15 17:31:58,576 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-15 17:31:58,576 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-15 17:31:58,576 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-15 17:31:58,576 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-15 17:31:58,577 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-15 17:31:58,577 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-15 17:31:58,577 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-15 17:31:58,577 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-15 17:31:58,577 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-15 17:31:58,577 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-15 17:31:58,577 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-15 17:31:58,577 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-15 17:31:58,577 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-15 17:31:58,578 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-15 17:31:58,578 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-15 17:31:58,578 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-15 17:31:58,578 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-15 17:31:58,578 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-15 17:31:58,579 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-15 17:31:58,580 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'cinder_test-user_1e09d482-9fae-434c-b5c3-aa7c9a0e0831', 'password': '9e34c596-034a-4e25-846b-6344d404c25e', 'project_name': 'cinder_test-project_1e09d482-9fae-434c-b5c3-aa7c9a0e0831', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.27:5000/v3', 'project_id': 'ddc97551f7ab4f8eb1fafb6b6b08f3ca', 'project_domain_name': 'Default'} 2018-08-15 17:31:58,581 - xtesting.ci.run_tests - INFO - Running test case 'cinder_test'... 2018-08-15 17:31:58,582 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-15 17:31:58,589 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:31:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7af94ad1-b22b-4cc9-8442-650778b4ceb7 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-08-15 17:31:58,590 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-7af94ad1-b22b-4cc9-8442-650778b4ceb7 2018-08-15 17:31:58,590 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-08-15 17:31:58,994 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "16212b6aa60a4fd1b8194c834bae86bf", "name": "member"}, {"id": "eeb4436830d24515952401292b7cfc55", "name": "reader"}], "expires_at": "2018-08-15T18:31:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ddc97551f7ab4f8eb1fafb6b6b08f3ca", "name": "cinder_test-project_1e09d482-9fae-434c-b5c3-aa7c9a0e0831"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.37:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "54e3c320cc3142e9824c171afe58d5c6"}, {"url": "http://172.30.9.27:8080/v1/AUTH_ddc97551f7ab4f8eb1fafb6b6b08f3ca", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d00250537b54114937846660f377ed1"}, {"url": "http://12.0.0.37:8080/v1/AUTH_ddc97551f7ab4f8eb1fafb6b6b08f3ca", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c790cb26fd2345ae9bac8a014d10a446"}], "type": "object-store", "id": "17183633b8774ff6a53da32b47c89b3c", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94631698a9884eb1bf4cb245c6f37b80"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c23f2a003e874719a2f1c41f92405a45"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e97257b46cb8440080352cd841246c5d"}], "type": "cloudformation", "id": "2dec96c2934d43bdbe2e431ef0b53392", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/ddc97551f7ab4f8eb1fafb6b6b08f3ca", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "287c0315393e4b22a228912ca3b004cc"}, {"url": "http://192.30.9.3:8776/v3/ddc97551f7ab4f8eb1fafb6b6b08f3ca", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62769da517ac4f44b88a6118413b8c30"}, {"url": "http://192.30.9.3:8776/v3/ddc97551f7ab4f8eb1fafb6b6b08f3ca", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c0b30400cd648249ab0a6a17cf1ebc1"}], "type": "volumev3", "id": "363b885c3f174fbfb4f17da9d41f332d", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d6cb188f65e4f77bab04c3d99f9469f"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70f7ced028794432bef835264c84489c"}, {"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77dd5cfb1dac4b31b21d705ba420c355"}], "type": "network", "id": "51b7a44223114d149d5300ae5b6d97ae", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19071864a1b848cc93bca3b1e1955c3f"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bc0345e40a36459fbc009797a6517deb"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5c7966f4757438480f39866a31a0265"}], "type": "image", "id": "5540e06daad441aa911fd4cb4d76f8d3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "68ad1d76386d437089226a0562004a39", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "03f40cbac74c4aafb48b4dd360509f6a"}, {"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18ed3fa9a0894200abaf76b71abfd912"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3d96a0aa5c344cb8ba659332ed497e85"}], "type": "identity", "id": "8096ce39bbf24c1683621ee563324790", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f60ea793ee64fc9a3d9a2d2ad889bd0"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7c9770175fc45379f2c2d142062b2c3"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e944b22c50da41179f2e29ce558807c1"}], "type": "compute", "id": "b3040d5c7e224dbca86f421bddd758e1", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5aad7caa3e6f4a35b9abdf5d46190371"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8b8b8bcfb3b40e5be77e13a4d2dda19"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d33016e2f5be49c28efb9905db488d41"}], "type": "placement", "id": "bb3127ed06e54fda901ea2348ddb72da", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/ddc97551f7ab4f8eb1fafb6b6b08f3ca", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "576142509dfd46c591c5e83bed8ffcc7"}, {"url": "http://192.30.9.3:8776/v1/ddc97551f7ab4f8eb1fafb6b6b08f3ca", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cabe2973ef9144da9850a630dd2aedd5"}, {"url": "http://172.30.9.27:8776/v1/ddc97551f7ab4f8eb1fafb6b6b08f3ca", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eb71f3f602d443c9a8605a7ff2e8aa8e"}], "type": "volume", "id": "becfeedd42e344c085611f3c7c465a3f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.3:8004/v1/ddc97551f7ab4f8eb1fafb6b6b08f3ca", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "156b8e560e534c82a1d320da86608a19"}, {"url": "http://192.30.9.3:8004/v1/ddc97551f7ab4f8eb1fafb6b6b08f3ca", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59154cecf6a54eb08ecc63bf95dca042"}, {"url": "http://172.30.9.27:8004/v1/ddc97551f7ab4f8eb1fafb6b6b08f3ca", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f3aa5c8697e449f99c2cfbe2a371cab7"}], "type": "orchestration", "id": "c4334130b6d54a75804fe3f11a3b9e3e", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "39db2ebb65ae42659440fd9845949a6c"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ad23d2a65e74e3c87b1488af1f9f9ac"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d07664cbebb49149819cf7a6b20edb4"}], "type": "alarming", "id": "d878aa5c6b584d53a039f6a680fb6e8b", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/ddc97551f7ab4f8eb1fafb6b6b08f3ca", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e2bb44b06c0412ab74e54984b5b26b5"}, {"url": "http://192.30.9.3:8776/v2/ddc97551f7ab4f8eb1fafb6b6b08f3ca", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86bcb5a76e6c464bb4d42c969584d6f2"}, {"url": "http://172.30.9.27:8776/v2/ddc97551f7ab4f8eb1fafb6b6b08f3ca", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a391eed816af4966b335005bfe580d70"}], "type": "volumev2", "id": "e16298e148f54e96a50a134ca797deff", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b54cb5b666f74b91b0244b5332fdb3e5"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcc892608bd341e084be203695f810d1"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e980066294c34eb6866e6c4735e84a62"}], "type": "metric", "id": "f3a07a22777a4405b7eaf44da2e73e19", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.27:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1f66095afa4b74b4f26d432f5bfa55"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8dd5f30cc334148a7ed9d5ab68eee9b"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bfe7dd54acd947899871700a40dd0244"}], "type": "event", "id": "f6e223543cae4d9bad10258b0a294f12", "name": "panko"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "cinder_test-user_1e09d482-9fae-434c-b5c3-aa7c9a0e0831", "id": "7b42c59b0e06439ba83254321f29fb92"}, "audit_ids": ["ZCsprNqNQ6qCHJ-iHqbDDA"], "issued_at": "2018-08-15T17:31:58.000000Z"}} 2018-08-15 17:31:58,997 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-15 17:31:58,998 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}285fa0cc99fb01e3085597aec8adba9b390d5424" -d '{"network": {"name": "cinder_test-net_1e09d482-9fae-434c-b5c3-aa7c9a0e0831", "admin_state_up": true}}' 2018-08-15 17:31:59,873 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 589 X-Openstack-Request-Id: req-4e8c8025-032c-4bbf-8be7-ec511d1d3ce2 Date: Wed, 15 Aug 2018 17:31:59 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"ddc97551f7ab4f8eb1fafb6b6b08f3ca","created_at":"2018-08-15T17:31:59Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-15T17:31:59Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"ddc97551f7ab4f8eb1fafb6b6b08f3ca","id":"d776e6d6-866a-4e52-982d-a6fd7b9991f6","name":"cinder_test-net_1e09d482-9fae-434c-b5c3-aa7c9a0e0831"}} 2018-08-15 17:31:59,873 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-4e8c8025-032c-4bbf-8be7-ec511d1d3ce2 2018-08-15 17:31:59,874 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.876391887665s 2018-08-15 17:31:59,874 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-4e8c8025-032c-4bbf-8be7-ec511d1d3ce2 2018-08-15 17:31:59,874 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-15T17:31:59Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'd776e6d6-866a-4e52-982d-a6fd7b9991f6', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'cinder_test-net_1e09d482-9fae-434c-b5c3-aa7c9a0e0831', u'admin_state_up': True, u'tenant_id': u'ddc97551f7ab4f8eb1fafb6b6b08f3ca', u'created_at': u'2018-08-15T17:31:59Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'ddc97551f7ab4f8eb1fafb6b6b08f3ca'}) 2018-08-15 17:31:59,875 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-15 17:31:59,876 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}285fa0cc99fb01e3085597aec8adba9b390d5424" 2018-08-15 17:32:00,072 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1150 X-Openstack-Request-Id: req-02df6bbc-56bc-4d4a-83b6-3762f708b128 Date: Wed, 15 Aug 2018 17:32:00 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-15T17:31:59Z","tenant_id":"ddc97551f7ab4f8eb1fafb6b6b08f3ca","created_at":"2018-08-15T17:31:59Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"ddc97551f7ab4f8eb1fafb6b6b08f3ca","id":"d776e6d6-866a-4e52-982d-a6fd7b9991f6","name":"cinder_test-net_1e09d482-9fae-434c-b5c3-aa7c9a0e0831"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["3ef75223-733d-425d-bb3e-88e8a796bebc"],"updated_at":"2018-08-15T17:16:30Z","tenant_id":"d2c267e1fee9461ba5e64a915b9518f5","created_at":"2018-08-15T17:16:26Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"d2c267e1fee9461ba5e64a915b9518f5","id":"fc8ca119-27ab-4070-99fa-a2993d11ee48","name":"external"}]} 2018-08-15 17:32:00,072 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-02df6bbc-56bc-4d4a-83b6-3762f708b128 2018-08-15 17:32:00,072 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.196965932846s 2018-08-15 17:32:00,072 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-02df6bbc-56bc-4d4a-83b6-3762f708b128 2018-08-15 17:32:00,074 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-15 17:32:00,075 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}285fa0cc99fb01e3085597aec8adba9b390d5424" -d '{"subnet": {"name": "cinder_test-subnet_1e09d482-9fae-434c-b5c3-aa7c9a0e0831", "enable_dhcp": true, "network_id": "d776e6d6-866a-4e52-982d-a6fd7b9991f6", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-15 17:32:00,628 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-7d5f20e9-6463-4f25-b0be-384f0ee9f2c5 Date: Wed, 15 Aug 2018 17:32:00 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d776e6d6-866a-4e52-982d-a6fd7b9991f6","tenant_id":"ddc97551f7ab4f8eb1fafb6b6b08f3ca","created_at":"2018-08-15T17:32:00Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-15T17:32:00Z","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":"ddc97551f7ab4f8eb1fafb6b6b08f3ca","id":"9118d141-db74-4b24-9a42-9e6afdfd1971","subnetpool_id":null,"name":"cinder_test-subnet_1e09d482-9fae-434c-b5c3-aa7c9a0e0831"}} 2018-08-15 17:32:00,628 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-7d5f20e9-6463-4f25-b0be-384f0ee9f2c5 2018-08-15 17:32:00,628 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.554005861282s 2018-08-15 17:32:00,628 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-7d5f20e9-6463-4f25-b0be-384f0ee9f2c5 2018-08-15 17:32:00,629 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-15T17:32:00Z', 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'9118d141-db74-4b24-9a42-9e6afdfd1971', u'subnetpool_id': None, u'service_types': [], u'name': u'cinder_test-subnet_1e09d482-9fae-434c-b5c3-aa7c9a0e0831', u'enable_dhcp': True, u'network_id': u'd776e6d6-866a-4e52-982d-a6fd7b9991f6', u'tenant_id': u'ddc97551f7ab4f8eb1fafb6b6b08f3ca', u'created_at': u'2018-08-15T17:32:00Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'ddc97551f7ab4f8eb1fafb6b6b08f3ca'}) 2018-08-15 17:32:00,629 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-15 17:32:00,630 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}285fa0cc99fb01e3085597aec8adba9b390d5424" -d '{"router": {"external_gateway_info": {"network_id": "fc8ca119-27ab-4070-99fa-a2993d11ee48"}, "name": "cinder_test-router_1e09d482-9fae-434c-b5c3-aa7c9a0e0831", "admin_state_up": true}}' 2018-08-15 17:32:01,817 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-ed7c3ab3-7408-4513-b6f6-de38245bd8aa Date: Wed, 15 Aug 2018 17:32:01 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "fc8ca119-27ab-4070-99fa-a2993d11ee48", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "3ef75223-733d-425d-bb3e-88e8a796bebc", "ip_address": "172.30.9.211"}]}, "description": "", "tags": [], "tenant_id": "ddc97551f7ab4f8eb1fafb6b6b08f3ca", "created_at": "2018-08-15T17:32:00Z", "admin_state_up": true, "updated_at": "2018-08-15T17:32:01Z", "revision_number": 2, "routes": [], "project_id": "ddc97551f7ab4f8eb1fafb6b6b08f3ca", "id": "c4a6bb7e-d7a7-41e9-8904-be6074ca7d4e", "name": "cinder_test-router_1e09d482-9fae-434c-b5c3-aa7c9a0e0831"}} 2018-08-15 17:32:01,817 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-ed7c3ab3-7408-4513-b6f6-de38245bd8aa 2018-08-15 17:32:01,817 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.18773794174s 2018-08-15 17:32:01,818 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-ed7c3ab3-7408-4513-b6f6-de38245bd8aa 2018-08-15 17:32:01,818 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'fc8ca119-27ab-4070-99fa-a2993d11ee48', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'3ef75223-733d-425d-bb3e-88e8a796bebc', u'ip_address': u'172.30.9.211'}]}, u'description': u'', u'tags': [], u'tenant_id': u'ddc97551f7ab4f8eb1fafb6b6b08f3ca', u'created_at': u'2018-08-15T17:32:00Z', u'admin_state_up': True, u'updated_at': u'2018-08-15T17:32:01Z', u'revision_number': 2, u'routes': [], u'project_id': u'ddc97551f7ab4f8eb1fafb6b6b08f3ca', u'id': u'c4a6bb7e-d7a7-41e9-8904-be6074ca7d4e', u'name': u'cinder_test-router_1e09d482-9fae-434c-b5c3-aa7c9a0e0831'}) 2018-08-15 17:32:01,819 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-15 17:32:01,819 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/c4a6bb7e-d7a7-41e9-8904-be6074ca7d4e/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}285fa0cc99fb01e3085597aec8adba9b390d5424" -d '{"subnet_id": "9118d141-db74-4b24-9a42-9e6afdfd1971"}' 2018-08-15 17:32:03,785 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-ad27d130-5661-41e9-86af-09bf7983560a Date: Wed, 15 Aug 2018 17:32:03 GMT RESP BODY: {"network_id": "d776e6d6-866a-4e52-982d-a6fd7b9991f6", "tenant_id": "ddc97551f7ab4f8eb1fafb6b6b08f3ca", "subnet_id": "9118d141-db74-4b24-9a42-9e6afdfd1971", "subnet_ids": ["9118d141-db74-4b24-9a42-9e6afdfd1971"], "port_id": "03e38db5-c582-453d-b01e-b71b3adb47f2", "id": "c4a6bb7e-d7a7-41e9-8904-be6074ca7d4e"} 2018-08-15 17:32:03,786 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/c4a6bb7e-d7a7-41e9-8904-be6074ca7d4e/add_router_interface.json used request id req-ad27d130-5661-41e9-86af-09bf7983560a 2018-08-15 17:32:03,786 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.96687912941s 2018-08-15 17:32:03,786 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/c4a6bb7e-d7a7-41e9-8904-be6074ca7d4e/add_router_interface.json used request id req-ad27d130-5661-41e9-86af-09bf7983560a returning object c4a6bb7e-d7a7-41e9-8904-be6074ca7d4e 2018-08-15 17:32:03,786 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-15 17:32:03,919 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-15 17:32:03,921 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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-15 17:32:03,925 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Wed, 15 Aug 2018 17:32:03 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}]} 2018-08-15 17:32:03,927 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-15 17:32:03,929 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}285fa0cc99fb01e3085597aec8adba9b390d5424" 2018-08-15 17:32:04,206 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-1df17f51-3654-48cf-948b-97f0c22f463d Date: Wed, 15 Aug 2018 17:32:04 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-15 17:32:04,206 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-1df17f51-3654-48cf-948b-97f0c22f463d 2018-08-15 17:32:04,206 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.278924942017s 2018-08-15 17:32:04,207 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-1df17f51-3654-48cf-948b-97f0c22f463d 2018-08-15 17:32:04,214 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-15 17:32:04,218 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}285fa0cc99fb01e3085597aec8adba9b390d5424" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/cinder_test-img_1e09d482-9fae-434c-b5c3-aa7c9a0e0831", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "cinder_test-img_1e09d482-9fae-434c-b5c3-aa7c9a0e0831"}' 2018-08-15 17:32:04,263 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 939 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/2a833dea-0de2-44f9-99cc-33a91131c5d7 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-c52b799c-8579-443a-8312-04d84f63795d Date: Wed, 15 Aug 2018 17:32:04 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-15T17:32:04Z", "file": "/v2/images/2a833dea-0de2-44f9-99cc-33a91131c5d7/file", "owner": "ddc97551f7ab4f8eb1fafb6b6b08f3ca", "id": "2a833dea-0de2-44f9-99cc-33a91131c5d7", "size": null, "self": "/v2/images/2a833dea-0de2-44f9-99cc-33a91131c5d7", "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_1e09d482-9fae-434c-b5c3-aa7c9a0e0831", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "cinder_test-img_1e09d482-9fae-434c-b5c3-aa7c9a0e0831", "checksum": null, "created_at": "2018-08-15T17:32:04Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-15 17:32:04,263 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-c52b799c-8579-443a-8312-04d84f63795d 2018-08-15 17:32:04,263 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0485670566559s 2018-08-15 17:32:04,263 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-c52b799c-8579-443a-8312-04d84f63795d returning object 2a833dea-0de2-44f9-99cc-33a91131c5d7 2018-08-15 17:32:04,264 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-15 17:32:04,267 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9292/v2/images/2a833dea-0de2-44f9-99cc-33a91131c5d7/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}285fa0cc99fb01e3085597aec8adba9b390d5424" -d '' 2018-08-15 17:32:04,781 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ae8c7cd1-b9f7-48c3-ba5d-b3bdc08902df Date: Wed, 15 Aug 2018 17:32: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-15 17:32:04,781 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/2a833dea-0de2-44f9-99cc-33a91131c5d7/file used request id req-ae8c7cd1-b9f7-48c3-ba5d-b3bdc08902df 2018-08-15 17:32:04,781 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.517317056656s 2018-08-15 17:32:04,782 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/2a833dea-0de2-44f9-99cc-33a91131c5d7/file used request id req-ae8c7cd1-b9f7-48c3-ba5d-b3bdc08902df 2018-08-15 17:32:04,786 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-15 17:32:04,789 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}285fa0cc99fb01e3085597aec8adba9b390d5424" 2018-08-15 17:32:04,824 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1399 Content-Type: application/json X-Openstack-Request-Id: req-b0ff2df0-5715-4774-b205-48da46befcad Date: Wed, 15 Aug 2018 17:32:04 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-15T17:32:04Z", "file": "/v2/images/2a833dea-0de2-44f9-99cc-33a91131c5d7/file", "owner": "ddc97551f7ab4f8eb1fafb6b6b08f3ca", "id": "2a833dea-0de2-44f9-99cc-33a91131c5d7", "size": 12716032, "self": "/v2/images/2a833dea-0de2-44f9-99cc-33a91131c5d7", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/2a833dea-0de2-44f9-99cc-33a91131c5d7/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/2a833dea-0de2-44f9-99cc-33a91131c5d7/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cinder_test-img_1e09d482-9fae-434c-b5c3-aa7c9a0e0831", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "cinder_test-img_1e09d482-9fae-434c-b5c3-aa7c9a0e0831", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-15T17:32:04Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-15 17:32:04,825 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-b0ff2df0-5715-4774-b205-48da46befcad 2018-08-15 17:32:04,825 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0389668941498s 2018-08-15 17:32:04,825 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-b0ff2df0-5715-4774-b205-48da46befcad 2018-08-15 17:32:04,827 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/2a833dea-0de2-44f9-99cc-33a91131c5d7/snap', u'metadata': Munch({})})], 'file': u'/v2/images/2a833dea-0de2-44f9-99cc-33a91131c5d7/file', 'owner': u'ddc97551f7ab4f8eb1fafb6b6b08f3ca', 'id': u'2a833dea-0de2-44f9-99cc-33a91131c5d7', 'size': 12716032, u'self': u'/v2/images/2a833dea-0de2-44f9-99cc-33a91131c5d7', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ddc97551f7ab4f8eb1fafb6b6b08f3ca', 'name': 'cinder_test-project_1e09d482-9fae-434c-b5c3-aa7c9a0e0831', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/2a833dea-0de2-44f9-99cc-33a91131c5d7/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-15T17:32:04Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-15T17:32:04Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/cinder_test-img_1e09d482-9fae-434c-b5c3-aa7c9a0e0831', '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/2a833dea-0de2-44f9-99cc-33a91131c5d7', 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_1e09d482-9fae-434c-b5c3-aa7c9a0e0831', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'cinder_test-img_1e09d482-9fae-434c-b5c3-aa7c9a0e0831', 'created': u'2018-08-15T17:32:04Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-15T17:32: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/2a833dea-0de2-44f9-99cc-33a91131c5d7', 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_1e09d482-9fae-434c-b5c3-aa7c9a0e0831', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-15 17:32:04,828 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-15 17:32:04,830 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}16987c2ebb670ceab0304709d0900874676d5001" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "cinder_test-flavor_1e09d482-9fae-434c-b5c3-aa7c9a0e0831", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-15 17:32:05,102 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:32: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-85df9eab-825d-4ded-bf5e-13f1b513acdf x-compute-request-id: req-85df9eab-825d-4ded-bf5e-13f1b513acdf Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"name": "cinder_test-flavor_1e09d482-9fae-434c-b5c3-aa7c9a0e0831", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/a9db870a-3a7d-4696-a07d-9396ba75c301", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/a9db870a-3a7d-4696-a07d-9396ba75c301", "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": "a9db870a-3a7d-4696-a07d-9396ba75c301"}} 2018-08-15 17:32:05,102 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-85df9eab-825d-4ded-bf5e-13f1b513acdf 2018-08-15 17:32:05,102 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.274363994598s 2018-08-15 17:32:05,103 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-85df9eab-825d-4ded-bf5e-13f1b513acdf 2018-08-15 17:32:05,103 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'cinder_test-flavor_1e09d482-9fae-434c-b5c3-aa7c9a0e0831', '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'a3688ea3a7924e1e8a441a00bd79aae5', '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'a9db870a-3a7d-4696-a07d-9396ba75c301', 'swap': 0}) 2018-08-15 17:32:05,104 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-15 17:32:05,107 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/flavors/a9db870a-3a7d-4696-a07d-9396ba75c301/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}16987c2ebb670ceab0304709d0900874676d5001" -d '{"extra_specs": {}}' 2018-08-15 17:32:05,126 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:32: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-99faecb1-74e3-4f1d-980e-c266a2aa4f6a x-compute-request-id: req-99faecb1-74e3-4f1d-980e-c266a2aa4f6a Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-15 17:32:05,126 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/a9db870a-3a7d-4696-a07d-9396ba75c301/os-extra_specs used request id req-99faecb1-74e3-4f1d-980e-c266a2aa4f6a 2018-08-15 17:32:05,126 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.021919965744s 2018-08-15 17:32:05,126 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/a9db870a-3a7d-4696-a07d-9396ba75c301/os-extra_specs used request id req-99faecb1-74e3-4f1d-980e-c266a2aa4f6a 2018-08-15 17:32:05,127 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-08-15 17:32:05,130 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/os-keypairs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}285fa0cc99fb01e3085597aec8adba9b390d5424" -d '{"keypair": {"name": "cinder_test-kp_1e09d482-9fae-434c-b5c3-aa7c9a0e0831"}}' 2018-08-15 17:32:05,567 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:32: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-73ff634d-dd43-481b-9afc-561c66297789 x-compute-request-id: req-73ff634d-dd43-481b-9afc-561c66297789 Content-Encoding: gzip Content-Length: 1810 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgOaYdTfSv8ShSXZiH5BmCxPkui9riYtElO3dRDJSNyk5xB8jSqhTP0mwpXgS+htOrb1Vwa97cCHyX0zljdcvgLo9bN+4k/sHOVkfbMp7m01i8EGsC/hnUC1pN/ZS6mID4hSElOak5KbF5VuC4ZOuiRUtKVfn8rpcNuLXrJZiCjmkdGqWp8+9d4TM8zGAzSkWo3xH5pleDcCbemjwkCFNAOXtiV7I5PefSxmNnVoyxZCdt+8El4FS2gvvS0iIYzR8kP5N+c+IyUcquld61I8NU9obw6nuy9jPn+oFYZNo4p/HK8iQQqOpTK5m0G3nCvzLXH9Qrn0vsec36O5K047PL Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA4DmmHU30r/EoUl2Yh+QZgsT5Lova4mLRJTt3UQyUjcpOcQfI\n0qoUz9JsKV4EvobTq29VcGve3Ah8l9M5Y3XL4C6PWzfuJP7BzlZH2zKe5tNYvBBr\nAv4Z1AtaTf2UupiA+IUhJTmpOSmxeVbguGTrokVLSlX5/K6XDbi16yWYgo5pHRql\nqfPvXeEzPMxgM0pFqN8R+aZXg3Am3po8JAhTQDl7YleyOT3n0sZjZ1aMsWQnbfvB\nJeBUtoL70tIiGM0fJD+TfnPiMlHKrpXetSPDVPaG8Op7svYz5/qBWGTaOKfxyvIk\nEKjqUyuZtBt5wr8y1x/UK59L7HnN+juStOOzywIDAQABAoIBAEgT4AUtiQmBwQ9x\nDNYqCdVSkjNXO75oO4j3a6x/GcXWkY6eDP1DNTt1DdXiZi4E00gZmuJvmo0qoTqA\n6MLDHA1tiiGtgf0cc5pre9/HjvLuX2jc8jldC1pxZ88IQ+YTnenFidkYhwBcGbPC\nrKw5rNFV6xTzPE/wo5gCl2AGjtbwbGh+Pw5Ny9B6nuqNjbtXxyVQ56VM4SJKIzzF\nH4wZtfdW29LR94yGem22y56JgvtnFGNpvYiV2aA03QwDhkxWVNIWquz/MTzzfEQj\nK6i/n0ovbZBLfvPus6H6oOtU77BvYGc5fb3411M7TU/0MhJiT9zzAQ5O/q/qljZC\n4NN/U3kCgYEA8mDbq4Sq+gae40hZqOc8sVIFzzOrFcZwar9xcLKu38+eE/DZVYuI\ne+Cp226kzcGTKM0G+BKJ3OLP9ydzFap5Q/5OFgQ5H5TDvgNiUciVjn/dY4K91qgC\nLZbAvlZ1bfRNaA7J29QM++4E41jdODZsvfWKhkeC61ED24VajTSMpecCgYEA7NOe\nMPSO9oELIGpQXy+yaVIxpx6iSfNmG0ho9skCOaVPpfrb6dz9mnXL+TJwCQba8w3o\nJfisGTzE5whsDyqyFzJklCs0nul4TrSpiKwDrSxQfhLEvp3uq8p7/WKEzbgcKk//\nDUVjQIcSN8sU0YO2ykrXyUN29Mxkb1dsEokZfn0CgYEA3csaWSrO1nqmfK8hNLld\nRZocLM5IGWX8SwKiyREJi07OhcrY5joIC+u7I0xtTMd9ZVGwteMo+tMmoTEdU88q\npriYNfdpWmfkcwVfvB0EFmEVctEZ7MrTK2qPN92gGZz8FGOr/hheRU86c9xGmwDa\noz2EpHnd6H27PO8bvKlApzMCgYAbtoO7bNLR67XWnDo9eUJiarjeuon5J19ab/XA\nczMsdbjFTn6vdinDCmfNCGbt13yFlqoEz32sEl1kP6sNd0yRxFbas9ebhOyMIT35\nfU+M0zO0HRQizi5gsfgiZYXu4M2C8guBjQ4ZPfUWzE/qWIRqVam8poVkDgrusIc4\nAA0YrQKBgQDQGpNtTZtv/2vv3yzPtSR5cBVu1CyvSCH2MTJLuk+dU7ryBHduhnxr\nq2aFxPEqZK9AaQK60FynMkxDDogDxq9c3kYWIoU5RVnBMlfX9sTBxa/Ot7gNaF0L\nj3eCgpMHmIpuRp2ZdErivBRJvVpUN4xyTB3heSpmXrunJxcG82S1Ug==\n-----END RSA PRIVATE KEY-----\n", "user_id": "7b42c59b0e06439ba83254321f29fb92", "name": "cinder_test-kp_1e09d482-9fae-434c-b5c3-aa7c9a0e0831", "fingerprint": "2c:35:25:51:4b:2f:f6:b8:4e:24:70:05:b5:c4:95:48"}} 2018-08-15 17:32:05,567 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/os-keypairs used request id req-73ff634d-dd43-481b-9afc-561c66297789 2018-08-15 17:32:05,568 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.440462112427s 2018-08-15 17:32:05,568 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/os-keypairs used request id req-73ff634d-dd43-481b-9afc-561c66297789 2018-08-15 17:32:05,569 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgOaYdTfSv8ShSXZiH5BmCxPkui9riYtElO3dRDJSNyk5xB8jSqhTP0mwpXgS+htOrb1Vwa97cCHyX0zljdcvgLo9bN+4k/sHOVkfbMp7m01i8EGsC/hnUC1pN/ZS6mID4hSElOak5KbF5VuC4ZOuiRUtKVfn8rpcNuLXrJZiCjmkdGqWp8+9d4TM8zGAzSkWo3xH5pleDcCbemjwkCFNAOXtiV7I5PefSxmNnVoyxZCdt+8El4FS2gvvS0iIYzR8kP5N+c+IyUcquld61I8NU9obw6nuy9jPn+oFYZNo4p/HK8iQQqOpTK5m0G3nCvzLXH9Qrn0vsec36O5K047PL Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA4DmmHU30r/EoUl2Yh+QZgsT5Lova4mLRJTt3UQyUjcpOcQfI\n0qoUz9JsKV4EvobTq29VcGve3Ah8l9M5Y3XL4C6PWzfuJP7BzlZH2zKe5tNYvBBr\nAv4Z1AtaTf2UupiA+IUhJTmpOSmxeVbguGTrokVLSlX5/K6XDbi16yWYgo5pHRql\nqfPvXeEzPMxgM0pFqN8R+aZXg3Am3po8JAhTQDl7YleyOT3n0sZjZ1aMsWQnbfvB\nJeBUtoL70tIiGM0fJD+TfnPiMlHKrpXetSPDVPaG8Op7svYz5/qBWGTaOKfxyvIk\nEKjqUyuZtBt5wr8y1x/UK59L7HnN+juStOOzywIDAQABAoIBAEgT4AUtiQmBwQ9x\nDNYqCdVSkjNXO75oO4j3a6x/GcXWkY6eDP1DNTt1DdXiZi4E00gZmuJvmo0qoTqA\n6MLDHA1tiiGtgf0cc5pre9/HjvLuX2jc8jldC1pxZ88IQ+YTnenFidkYhwBcGbPC\nrKw5rNFV6xTzPE/wo5gCl2AGjtbwbGh+Pw5Ny9B6nuqNjbtXxyVQ56VM4SJKIzzF\nH4wZtfdW29LR94yGem22y56JgvtnFGNpvYiV2aA03QwDhkxWVNIWquz/MTzzfEQj\nK6i/n0ovbZBLfvPus6H6oOtU77BvYGc5fb3411M7TU/0MhJiT9zzAQ5O/q/qljZC\n4NN/U3kCgYEA8mDbq4Sq+gae40hZqOc8sVIFzzOrFcZwar9xcLKu38+eE/DZVYuI\ne+Cp226kzcGTKM0G+BKJ3OLP9ydzFap5Q/5OFgQ5H5TDvgNiUciVjn/dY4K91qgC\nLZbAvlZ1bfRNaA7J29QM++4E41jdODZsvfWKhkeC61ED24VajTSMpecCgYEA7NOe\nMPSO9oELIGpQXy+yaVIxpx6iSfNmG0ho9skCOaVPpfrb6dz9mnXL+TJwCQba8w3o\nJfisGTzE5whsDyqyFzJklCs0nul4TrSpiKwDrSxQfhLEvp3uq8p7/WKEzbgcKk//\nDUVjQIcSN8sU0YO2ykrXyUN29Mxkb1dsEokZfn0CgYEA3csaWSrO1nqmfK8hNLld\nRZocLM5IGWX8SwKiyREJi07OhcrY5joIC+u7I0xtTMd9ZVGwteMo+tMmoTEdU88q\npriYNfdpWmfkcwVfvB0EFmEVctEZ7MrTK2qPN92gGZz8FGOr/hheRU86c9xGmwDa\noz2EpHnd6H27PO8bvKlApzMCgYAbtoO7bNLR67XWnDo9eUJiarjeuon5J19ab/XA\nczMsdbjFTn6vdinDCmfNCGbt13yFlqoEz32sEl1kP6sNd0yRxFbas9ebhOyMIT35\nfU+M0zO0HRQizi5gsfgiZYXu4M2C8guBjQ4ZPfUWzE/qWIRqVam8poVkDgrusIc4\nAA0YrQKBgQDQGpNtTZtv/2vv3yzPtSR5cBVu1CyvSCH2MTJLuk+dU7ryBHduhnxr\nq2aFxPEqZK9AaQK60FynMkxDDogDxq9c3kYWIoU5RVnBMlfX9sTBxa/Ot7gNaF0L\nj3eCgpMHmIpuRp2ZdErivBRJvVpUN4xyTB3heSpmXrunJxcG82S1Ug==\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'7b42c59b0e06439ba83254321f29fb92', 'name': u'cinder_test-kp_1e09d482-9fae-434c-b5c3-aa7c9a0e0831', 'created_at': '2018-08-15T17:32:05.568976', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ddc97551f7ab4f8eb1fafb6b6b08f3ca', 'name': 'cinder_test-project_1e09d482-9fae-434c-b5c3-aa7c9a0e0831', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'2c:35:25:51:4b:2f:f6:b8:4e:24:70:05:b5:c4:95:48', 'type': 'ssh', 'id': u'cinder_test-kp_1e09d482-9fae-434c-b5c3-aa7c9a0e0831'}) 2018-08-15 17:32:05,569 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpAIBAAKCAQEA4DmmHU30r/EoUl2Yh+QZgsT5Lova4mLRJTt3UQyUjcpOcQfI 0qoUz9JsKV4EvobTq29VcGve3Ah8l9M5Y3XL4C6PWzfuJP7BzlZH2zKe5tNYvBBr Av4Z1AtaTf2UupiA+IUhJTmpOSmxeVbguGTrokVLSlX5/K6XDbi16yWYgo5pHRql qfPvXeEzPMxgM0pFqN8R+aZXg3Am3po8JAhTQDl7YleyOT3n0sZjZ1aMsWQnbfvB JeBUtoL70tIiGM0fJD+TfnPiMlHKrpXetSPDVPaG8Op7svYz5/qBWGTaOKfxyvIk EKjqUyuZtBt5wr8y1x/UK59L7HnN+juStOOzywIDAQABAoIBAEgT4AUtiQmBwQ9x DNYqCdVSkjNXO75oO4j3a6x/GcXWkY6eDP1DNTt1DdXiZi4E00gZmuJvmo0qoTqA 6MLDHA1tiiGtgf0cc5pre9/HjvLuX2jc8jldC1pxZ88IQ+YTnenFidkYhwBcGbPC rKw5rNFV6xTzPE/wo5gCl2AGjtbwbGh+Pw5Ny9B6nuqNjbtXxyVQ56VM4SJKIzzF H4wZtfdW29LR94yGem22y56JgvtnFGNpvYiV2aA03QwDhkxWVNIWquz/MTzzfEQj K6i/n0ovbZBLfvPus6H6oOtU77BvYGc5fb3411M7TU/0MhJiT9zzAQ5O/q/qljZC 4NN/U3kCgYEA8mDbq4Sq+gae40hZqOc8sVIFzzOrFcZwar9xcLKu38+eE/DZVYuI e+Cp226kzcGTKM0G+BKJ3OLP9ydzFap5Q/5OFgQ5H5TDvgNiUciVjn/dY4K91qgC LZbAvlZ1bfRNaA7J29QM++4E41jdODZsvfWKhkeC61ED24VajTSMpecCgYEA7NOe MPSO9oELIGpQXy+yaVIxpx6iSfNmG0ho9skCOaVPpfrb6dz9mnXL+TJwCQba8w3o JfisGTzE5whsDyqyFzJklCs0nul4TrSpiKwDrSxQfhLEvp3uq8p7/WKEzbgcKk// DUVjQIcSN8sU0YO2ykrXyUN29Mxkb1dsEokZfn0CgYEA3csaWSrO1nqmfK8hNLld RZocLM5IGWX8SwKiyREJi07OhcrY5joIC+u7I0xtTMd9ZVGwteMo+tMmoTEdU88q priYNfdpWmfkcwVfvB0EFmEVctEZ7MrTK2qPN92gGZz8FGOr/hheRU86c9xGmwDa oz2EpHnd6H27PO8bvKlApzMCgYAbtoO7bNLR67XWnDo9eUJiarjeuon5J19ab/XA czMsdbjFTn6vdinDCmfNCGbt13yFlqoEz32sEl1kP6sNd0yRxFbas9ebhOyMIT35 fU+M0zO0HRQizi5gsfgiZYXu4M2C8guBjQ4ZPfUWzE/qWIRqVam8poVkDgrusIc4 AA0YrQKBgQDQGpNtTZtv/2vv3yzPtSR5cBVu1CyvSCH2MTJLuk+dU7ryBHduhnxr q2aFxPEqZK9AaQK60FynMkxDDogDxq9c3kYWIoU5RVnBMlfX9sTBxa/Ot7gNaF0L j3eCgpMHmIpuRp2ZdErivBRJvVpUN4xyTB3heSpmXrunJxcG82S1Ug== -----END RSA PRIVATE KEY----- 2018-08-15 17:32:05,572 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-08-15 17:32:05,573 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}285fa0cc99fb01e3085597aec8adba9b390d5424" -d '{"security_group": {"name": "cinder_test-sg_1e09d482-9fae-434c-b5c3-aa7c9a0e0831", "description": "created by OPNFV Functest (cinder_test)"}}' 2018-08-15 17:32:05,794 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1422 X-Openstack-Request-Id: req-f2822618-5bc3-4090-9b7b-5c4e741232da Date: Wed, 15 Aug 2018 17:32:05 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (cinder_test)", "tags": [], "tenant_id": "ddc97551f7ab4f8eb1fafb6b6b08f3ca", "created_at": "2018-08-15T17:32:05Z", "updated_at": "2018-08-15T17:32:05Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:32:05Z", "revision_number": 0, "id": "00433add-3b77-414a-9dd9-e1a266b30e6a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T17:32:05Z", "security_group_id": "cd631f1a-3021-4ec7-9621-7722bcd7defe", "tenant_id": "ddc97551f7ab4f8eb1fafb6b6b08f3ca", "port_range_min": null, "ethertype": "IPv4", "project_id": "ddc97551f7ab4f8eb1fafb6b6b08f3ca"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:32:05Z", "revision_number": 0, "id": "1439df9b-14c4-4c8d-996b-ef4895cf420a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T17:32:05Z", "security_group_id": "cd631f1a-3021-4ec7-9621-7722bcd7defe", "tenant_id": "ddc97551f7ab4f8eb1fafb6b6b08f3ca", "port_range_min": null, "ethertype": "IPv6", "project_id": "ddc97551f7ab4f8eb1fafb6b6b08f3ca"}], "revision_number": 1, "project_id": "ddc97551f7ab4f8eb1fafb6b6b08f3ca", "id": "cd631f1a-3021-4ec7-9621-7722bcd7defe", "name": "cinder_test-sg_1e09d482-9fae-434c-b5c3-aa7c9a0e0831"}} 2018-08-15 17:32:05,795 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-f2822618-5bc3-4090-9b7b-5c4e741232da 2018-08-15 17:32:05,795 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.222506999969s 2018-08-15 17:32:05,795 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-f2822618-5bc3-4090-9b7b-5c4e741232da 2018-08-15 17:32:05,799 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-15 17:32:05,800 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}285fa0cc99fb01e3085597aec8adba9b390d5424" 2018-08-15 17:32:05,871 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3838 X-Openstack-Request-Id: req-b9fce1ab-60ef-4484-81bf-702d48282bc8 Date: Wed, 15 Aug 2018 17:32:05 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cinder_test)", "tags": [], "tenant_id": "ddc97551f7ab4f8eb1fafb6b6b08f3ca", "created_at": "2018-08-15T17:32:05Z", "updated_at": "2018-08-15T17:32:05Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:32:05Z", "revision_number": 0, "id": "00433add-3b77-414a-9dd9-e1a266b30e6a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T17:32:05Z", "security_group_id": "cd631f1a-3021-4ec7-9621-7722bcd7defe", "tenant_id": "ddc97551f7ab4f8eb1fafb6b6b08f3ca", "port_range_min": null, "ethertype": "IPv4", "project_id": "ddc97551f7ab4f8eb1fafb6b6b08f3ca"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:32:05Z", "revision_number": 0, "id": "1439df9b-14c4-4c8d-996b-ef4895cf420a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T17:32:05Z", "security_group_id": "cd631f1a-3021-4ec7-9621-7722bcd7defe", "tenant_id": "ddc97551f7ab4f8eb1fafb6b6b08f3ca", "port_range_min": null, "ethertype": "IPv6", "project_id": "ddc97551f7ab4f8eb1fafb6b6b08f3ca"}], "revision_number": 1, "project_id": "ddc97551f7ab4f8eb1fafb6b6b08f3ca", "id": "cd631f1a-3021-4ec7-9621-7722bcd7defe", "name": "cinder_test-sg_1e09d482-9fae-434c-b5c3-aa7c9a0e0831"}, {"description": "Default security group", "tags": [], "tenant_id": "ddc97551f7ab4f8eb1fafb6b6b08f3ca", "created_at": "2018-08-15T17:31:59Z", "updated_at": "2018-08-15T17:31:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:31:59Z", "revision_number": 0, "id": "498639eb-f4b7-4634-ba1a-87ef1fb31a1a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T17:31:59Z", "security_group_id": "e543cd31-7550-40be-813b-d7c556c12f04", "tenant_id": "ddc97551f7ab4f8eb1fafb6b6b08f3ca", "port_range_min": null, "ethertype": "IPv6", "project_id": "ddc97551f7ab4f8eb1fafb6b6b08f3ca"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:31:59Z", "revision_number": 0, "id": "4c4c8aed-1b0b-4f71-9194-bc491b8669bc", "remote_group_id": "e543cd31-7550-40be-813b-d7c556c12f04", "remote_ip_prefix": null, "created_at": "2018-08-15T17:31:59Z", "security_group_id": "e543cd31-7550-40be-813b-d7c556c12f04", "tenant_id": "ddc97551f7ab4f8eb1fafb6b6b08f3ca", "port_range_min": null, "ethertype": "IPv4", "project_id": "ddc97551f7ab4f8eb1fafb6b6b08f3ca"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:31:59Z", "revision_number": 0, "id": "665bcf8d-5759-48e3-b8f6-cd719b9e6543", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T17:31:59Z", "security_group_id": "e543cd31-7550-40be-813b-d7c556c12f04", "tenant_id": "ddc97551f7ab4f8eb1fafb6b6b08f3ca", "port_range_min": null, "ethertype": "IPv4", "project_id": "ddc97551f7ab4f8eb1fafb6b6b08f3ca"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:31:59Z", "revision_number": 0, "id": "96b97138-e1a4-4b17-aba5-f942a749bd11", "remote_group_id": "e543cd31-7550-40be-813b-d7c556c12f04", "remote_ip_prefix": null, "created_at": "2018-08-15T17:31:59Z", "security_group_id": "e543cd31-7550-40be-813b-d7c556c12f04", "tenant_id": "ddc97551f7ab4f8eb1fafb6b6b08f3ca", "port_range_min": null, "ethertype": "IPv6", "project_id": "ddc97551f7ab4f8eb1fafb6b6b08f3ca"}], "revision_number": 1, "project_id": "ddc97551f7ab4f8eb1fafb6b6b08f3ca", "id": "e543cd31-7550-40be-813b-d7c556c12f04", "name": "default"}]} 2018-08-15 17:32:05,871 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-b9fce1ab-60ef-4484-81bf-702d48282bc8 2018-08-15 17:32:05,871 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0722069740295s 2018-08-15 17:32:05,872 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-b9fce1ab-60ef-4484-81bf-702d48282bc8 2018-08-15 17:32:05,876 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-15 17:32:05,876 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}285fa0cc99fb01e3085597aec8adba9b390d5424" -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": "cd631f1a-3021-4ec7-9621-7722bcd7defe"}}' 2018-08-15 17:32:06,225 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-1c43d1a0-d18e-4385-8e8c-0b0e89a245e8 Date: Wed, 15 Aug 2018 17:32:06 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-15T17:32:06Z", "security_group_id": "cd631f1a-3021-4ec7-9621-7722bcd7defe", "port_range_min": 22, "revision_number": 0, "tenant_id": "ddc97551f7ab4f8eb1fafb6b6b08f3ca", "created_at": "2018-08-15T17:32:06Z", "project_id": "ddc97551f7ab4f8eb1fafb6b6b08f3ca", "id": "22e9f720-4785-4c13-b677-af3420cc1587"}} 2018-08-15 17:32:06,226 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules.json used request id req-1c43d1a0-d18e-4385-8e8c-0b0e89a245e8 2018-08-15 17:32:06,226 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.349840164185s 2018-08-15 17:32:06,226 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules.json used request id req-1c43d1a0-d18e-4385-8e8c-0b0e89a245e8 2018-08-15 17:32:06,229 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-15 17:32:06,230 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}285fa0cc99fb01e3085597aec8adba9b390d5424" 2018-08-15 17:32:06,284 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4334 X-Openstack-Request-Id: req-33491053-88f2-4915-9bd6-9c4b1d77d428 Date: Wed, 15 Aug 2018 17:32:06 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cinder_test)", "tags": [], "tenant_id": "ddc97551f7ab4f8eb1fafb6b6b08f3ca", "created_at": "2018-08-15T17:32:05Z", "updated_at": "2018-08-15T17:32:06Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:32:05Z", "revision_number": 0, "id": "00433add-3b77-414a-9dd9-e1a266b30e6a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T17:32:05Z", "security_group_id": "cd631f1a-3021-4ec7-9621-7722bcd7defe", "tenant_id": "ddc97551f7ab4f8eb1fafb6b6b08f3ca", "port_range_min": null, "ethertype": "IPv4", "project_id": "ddc97551f7ab4f8eb1fafb6b6b08f3ca"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:32:05Z", "revision_number": 0, "id": "1439df9b-14c4-4c8d-996b-ef4895cf420a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T17:32:05Z", "security_group_id": "cd631f1a-3021-4ec7-9621-7722bcd7defe", "tenant_id": "ddc97551f7ab4f8eb1fafb6b6b08f3ca", "port_range_min": null, "ethertype": "IPv6", "project_id": "ddc97551f7ab4f8eb1fafb6b6b08f3ca"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-15T17:32:06Z", "revision_number": 0, "id": "22e9f720-4785-4c13-b677-af3420cc1587", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T17:32:06Z", "security_group_id": "cd631f1a-3021-4ec7-9621-7722bcd7defe", "tenant_id": "ddc97551f7ab4f8eb1fafb6b6b08f3ca", "port_range_min": 22, "ethertype": "IPv4", "project_id": "ddc97551f7ab4f8eb1fafb6b6b08f3ca"}], "revision_number": 2, "project_id": "ddc97551f7ab4f8eb1fafb6b6b08f3ca", "id": "cd631f1a-3021-4ec7-9621-7722bcd7defe", "name": "cinder_test-sg_1e09d482-9fae-434c-b5c3-aa7c9a0e0831"}, {"description": "Default security group", "tags": [], "tenant_id": "ddc97551f7ab4f8eb1fafb6b6b08f3ca", "created_at": "2018-08-15T17:31:59Z", "updated_at": "2018-08-15T17:31:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:31:59Z", "revision_number": 0, "id": "498639eb-f4b7-4634-ba1a-87ef1fb31a1a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T17:31:59Z", "security_group_id": "e543cd31-7550-40be-813b-d7c556c12f04", "tenant_id": "ddc97551f7ab4f8eb1fafb6b6b08f3ca", "port_range_min": null, "ethertype": "IPv6", "project_id": "ddc97551f7ab4f8eb1fafb6b6b08f3ca"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:31:59Z", "revision_number": 0, "id": "4c4c8aed-1b0b-4f71-9194-bc491b8669bc", "remote_group_id": "e543cd31-7550-40be-813b-d7c556c12f04", "remote_ip_prefix": null, "created_at": "2018-08-15T17:31:59Z", "security_group_id": "e543cd31-7550-40be-813b-d7c556c12f04", "tenant_id": "ddc97551f7ab4f8eb1fafb6b6b08f3ca", "port_range_min": null, "ethertype": "IPv4", "project_id": "ddc97551f7ab4f8eb1fafb6b6b08f3ca"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:31:59Z", "revision_number": 0, "id": "665bcf8d-5759-48e3-b8f6-cd719b9e6543", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T17:31:59Z", "security_group_id": "e543cd31-7550-40be-813b-d7c556c12f04", "tenant_id": "ddc97551f7ab4f8eb1fafb6b6b08f3ca", "port_range_min": null, "ethertype": "IPv4", "project_id": "ddc97551f7ab4f8eb1fafb6b6b08f3ca"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:31:59Z", "revision_number": 0, "id": "96b97138-e1a4-4b17-aba5-f942a749bd11", "remote_group_id": "e543cd31-7550-40be-813b-d7c556c12f04", "remote_ip_prefix": null, "created_at": "2018-08-15T17:31:59Z", "security_group_id": "e543cd31-7550-40be-813b-d7c556c12f04", "tenant_id": "ddc97551f7ab4f8eb1fafb6b6b08f3ca", "port_range_min": null, "ethertype": "IPv6", "project_id": "ddc97551f7ab4f8eb1fafb6b6b08f3ca"}], "revision_number": 1, "project_id": "ddc97551f7ab4f8eb1fafb6b6b08f3ca", "id": "e543cd31-7550-40be-813b-d7c556c12f04", "name": "default"}]} 2018-08-15 17:32:06,285 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-33491053-88f2-4915-9bd6-9c4b1d77d428 2018-08-15 17:32:06,285 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0553169250488s 2018-08-15 17:32:06,285 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-33491053-88f2-4915-9bd6-9c4b1d77d428 2018-08-15 17:32:06,288 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-15 17:32:06,289 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}285fa0cc99fb01e3085597aec8adba9b390d5424" -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": "cd631f1a-3021-4ec7-9621-7722bcd7defe"}}' 2018-08-15 17:32:06,422 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-c27e1bd7-b840-4282-b0c3-a84efb158451 Date: Wed, 15 Aug 2018 17:32:06 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-15T17:32:06Z", "security_group_id": "cd631f1a-3021-4ec7-9621-7722bcd7defe", "port_range_min": null, "revision_number": 0, "tenant_id": "ddc97551f7ab4f8eb1fafb6b6b08f3ca", "created_at": "2018-08-15T17:32:06Z", "project_id": "ddc97551f7ab4f8eb1fafb6b6b08f3ca", "id": "d09be6ca-cc14-47cc-a10e-f3ba49528706"}} 2018-08-15 17:32:06,422 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules.json used request id req-c27e1bd7-b840-4282-b0c3-a84efb158451 2018-08-15 17:32:06,422 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.133792877197s 2018-08-15 17:32:06,423 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules.json used request id req-c27e1bd7-b840-4282-b0c3-a84efb158451 2018-08-15 17:32:06,424 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-15 17:32:06,424 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}285fa0cc99fb01e3085597aec8adba9b390d5424" 2018-08-15 17:32:06,524 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-176449fe-57aa-4890-8933-6721bdc353a8 Date: Wed, 15 Aug 2018 17:32:06 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["9118d141-db74-4b24-9a42-9e6afdfd1971"],"updated_at":"2018-08-15T17:32:00Z","tenant_id":"ddc97551f7ab4f8eb1fafb6b6b08f3ca","created_at":"2018-08-15T17:31:59Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"ddc97551f7ab4f8eb1fafb6b6b08f3ca","id":"d776e6d6-866a-4e52-982d-a6fd7b9991f6","name":"cinder_test-net_1e09d482-9fae-434c-b5c3-aa7c9a0e0831"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["3ef75223-733d-425d-bb3e-88e8a796bebc"],"updated_at":"2018-08-15T17:16:30Z","tenant_id":"d2c267e1fee9461ba5e64a915b9518f5","created_at":"2018-08-15T17:16:26Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"d2c267e1fee9461ba5e64a915b9518f5","id":"fc8ca119-27ab-4070-99fa-a2993d11ee48","name":"external"}]} 2018-08-15 17:32:06,525 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-176449fe-57aa-4890-8933-6721bdc353a8 2018-08-15 17:32:06,525 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.100703001022s 2018-08-15 17:32:06,525 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-176449fe-57aa-4890-8933-6721bdc353a8 2018-08-15 17:32:06,530 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-15 17:32:06,534 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}285fa0cc99fb01e3085597aec8adba9b390d5424" 2018-08-15 17:32:06,569 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1399 Content-Type: application/json X-Openstack-Request-Id: req-9ead86c5-d443-4e11-b540-23fdd2f9c57c Date: Wed, 15 Aug 2018 17:32:06 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-15T17:32:04Z", "file": "/v2/images/2a833dea-0de2-44f9-99cc-33a91131c5d7/file", "owner": "ddc97551f7ab4f8eb1fafb6b6b08f3ca", "id": "2a833dea-0de2-44f9-99cc-33a91131c5d7", "size": 12716032, "self": "/v2/images/2a833dea-0de2-44f9-99cc-33a91131c5d7", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/2a833dea-0de2-44f9-99cc-33a91131c5d7/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/2a833dea-0de2-44f9-99cc-33a91131c5d7/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cinder_test-img_1e09d482-9fae-434c-b5c3-aa7c9a0e0831", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "cinder_test-img_1e09d482-9fae-434c-b5c3-aa7c9a0e0831", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-15T17:32:04Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-15 17:32:06,569 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-9ead86c5-d443-4e11-b540-23fdd2f9c57c 2018-08-15 17:32:06,569 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0391499996185s 2018-08-15 17:32:06,569 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-9ead86c5-d443-4e11-b540-23fdd2f9c57c 2018-08-15 17:32:06,571 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-15 17:32:06,573 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}285fa0cc99fb01e3085597aec8adba9b390d5424" 2018-08-15 17:32:06,598 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:32: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-f4076f10-8bc7-499f-86b0-0be984aa95b8 x-compute-request-id: req-f4076f10-8bc7-499f-86b0-0be984aa95b8 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cinder_test-flavor_1e09d482-9fae-434c-b5c3-aa7c9a0e0831", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/a9db870a-3a7d-4696-a07d-9396ba75c301", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/a9db870a-3a7d-4696-a07d-9396ba75c301", "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": "a9db870a-3a7d-4696-a07d-9396ba75c301"}]} 2018-08-15 17:32:06,598 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-f4076f10-8bc7-499f-86b0-0be984aa95b8 2018-08-15 17:32:06,598 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0275349617004s 2018-08-15 17:32:06,599 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-f4076f10-8bc7-499f-86b0-0be984aa95b8 2018-08-15 17:32:06,600 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-15 17:32:06,603 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}285fa0cc99fb01e3085597aec8adba9b390d5424" -d '{"server": {"name": "cinder_test-vm2_1e09d482-9fae-434c-b5c3-aa7c9a0e0831", "imageRef": "2a833dea-0de2-44f9-99cc-33a91131c5d7", "key_name": "cinder_test-kp_1e09d482-9fae-434c-b5c3-aa7c9a0e0831", "flavorRef": "a9db870a-3a7d-4696-a07d-9396ba75c301", "max_count": 1, "min_count": 1, "networks": [{"uuid": "d776e6d6-866a-4e52-982d-a6fd7b9991f6"}], "security_groups": [{"name": "cd631f1a-3021-4ec7-9621-7722bcd7defe"}]}}' 2018-08-15 17:32:08,614 - keystoneauth.session - DEBUG - RESP: [202] Date: Wed, 15 Aug 2018 17:32: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-faf1d0e3-9522-4e50-9821-ea7ebe60a9ce x-compute-request-id: req-faf1d0e3-9522-4e50-9821-ea7ebe60a9ce Content-Length: 403 location: http://172.30.9.27:8774/v2.1/servers/b4b18d7b-2978-476e-8c31-602a234a632a Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "cd631f1a-3021-4ec7-9621-7722bcd7defe"}], "OS-DCF:diskConfig": "MANUAL", "id": "b4b18d7b-2978-476e-8c31-602a234a632a", "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/b4b18d7b-2978-476e-8c31-602a234a632a", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/b4b18d7b-2978-476e-8c31-602a234a632a", "rel": "bookmark"}], "adminPass": "WKA9ywes5ygH"}} 2018-08-15 17:32:08,614 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-faf1d0e3-9522-4e50-9821-ea7ebe60a9ce 2018-08-15 17:32:08,614 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 2.01371002197s 2018-08-15 17:32:08,614 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-faf1d0e3-9522-4e50-9821-ea7ebe60a9ce 2018-08-15 17:32:08,615 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 17:32:08,618 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}285fa0cc99fb01e3085597aec8adba9b390d5424" 2018-08-15 17:32:09,311 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:32: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-60dd8211-f7be-44f7-83b7-99555d53bd94 x-compute-request-id: req-60dd8211-f7be-44f7-83b7-99555d53bd94 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.27:8774/v2.1/servers/b4b18d7b-2978-476e-8c31-602a234a632a", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/b4b18d7b-2978-476e-8c31-602a234a632a", "rel": "bookmark"}], "image": {"id": "2a833dea-0de2-44f9-99cc-33a91131c5d7", "links": [{"href": "http://172.30.9.27:8774/images/2a833dea-0de2-44f9-99cc-33a91131c5d7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a9db870a-3a7d-4696-a07d-9396ba75c301", "links": [{"href": "http://172.30.9.27:8774/flavors/a9db870a-3a7d-4696-a07d-9396ba75c301", "rel": "bookmark"}]}, "id": "b4b18d7b-2978-476e-8c31-602a234a632a", "user_id": "7b42c59b0e06439ba83254321f29fb92", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T17:32:08Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_1e09d482-9fae-434c-b5c3-aa7c9a0e0831", "name": "cinder_test-vm2_1e09d482-9fae-434c-b5c3-aa7c9a0e0831", "created": "2018-08-15T17:32:08Z", "tenant_id": "ddc97551f7ab4f8eb1fafb6b6b08f3ca", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 17:32:09,311 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-60dd8211-f7be-44f7-83b7-99555d53bd94 2018-08-15 17:32:09,311 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.696118116379s 2018-08-15 17:32:09,312 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-60dd8211-f7be-44f7-83b7-99555d53bd94 2018-08-15 17:32:09,319 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-15 17:32:09,320 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}285fa0cc99fb01e3085597aec8adba9b390d5424" 2018-08-15 17:32:09,413 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-afab14f0-d72f-4aaf-a255-d418cb8b9851 Date: Wed, 15 Aug 2018 17:32: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":["9118d141-db74-4b24-9a42-9e6afdfd1971"],"updated_at":"2018-08-15T17:32:00Z","tenant_id":"ddc97551f7ab4f8eb1fafb6b6b08f3ca","created_at":"2018-08-15T17:31:59Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"ddc97551f7ab4f8eb1fafb6b6b08f3ca","id":"d776e6d6-866a-4e52-982d-a6fd7b9991f6","name":"cinder_test-net_1e09d482-9fae-434c-b5c3-aa7c9a0e0831"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["3ef75223-733d-425d-bb3e-88e8a796bebc"],"updated_at":"2018-08-15T17:16:30Z","tenant_id":"d2c267e1fee9461ba5e64a915b9518f5","created_at":"2018-08-15T17:16:26Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"d2c267e1fee9461ba5e64a915b9518f5","id":"fc8ca119-27ab-4070-99fa-a2993d11ee48","name":"external"}]} 2018-08-15 17:32:09,414 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-afab14f0-d72f-4aaf-a255-d418cb8b9851 2018-08-15 17:32:09,414 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0943491458893s 2018-08-15 17:32:09,414 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-afab14f0-d72f-4aaf-a255-d418cb8b9851 2018-08-15 17:32:09,415 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-15 17:32:09,415 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}285fa0cc99fb01e3085597aec8adba9b390d5424" 2018-08-15 17:32:09,476 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-ace31507-b898-4363-87be-e7a7b3d96084 Date: Wed, 15 Aug 2018 17:32:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d776e6d6-866a-4e52-982d-a6fd7b9991f6","tenant_id":"ddc97551f7ab4f8eb1fafb6b6b08f3ca","created_at":"2018-08-15T17:32:00Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-15T17:32:00Z","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":"ddc97551f7ab4f8eb1fafb6b6b08f3ca","id":"9118d141-db74-4b24-9a42-9e6afdfd1971","subnetpool_id":null,"name":"cinder_test-subnet_1e09d482-9fae-434c-b5c3-aa7c9a0e0831"}]} 2018-08-15 17:32:09,476 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-ace31507-b898-4363-87be-e7a7b3d96084 2018-08-15 17:32:09,477 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0614440441132s 2018-08-15 17:32:09,477 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-ace31507-b898-4363-87be-e7a7b3d96084 2018-08-15 17:32:09,477 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 17:32:11,480 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 17:32:11,483 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}285fa0cc99fb01e3085597aec8adba9b390d5424" 2018-08-15 17:32:12,026 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:32: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-0050d28b-7c82-45ab-965d-71bccc1d38b8 x-compute-request-id: req-0050d28b-7c82-45ab-965d-71bccc1d38b8 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.27:8774/v2.1/servers/b4b18d7b-2978-476e-8c31-602a234a632a", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/b4b18d7b-2978-476e-8c31-602a234a632a", "rel": "bookmark"}], "image": {"id": "2a833dea-0de2-44f9-99cc-33a91131c5d7", "links": [{"href": "http://172.30.9.27:8774/images/2a833dea-0de2-44f9-99cc-33a91131c5d7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a9db870a-3a7d-4696-a07d-9396ba75c301", "links": [{"href": "http://172.30.9.27:8774/flavors/a9db870a-3a7d-4696-a07d-9396ba75c301", "rel": "bookmark"}]}, "id": "b4b18d7b-2978-476e-8c31-602a234a632a", "security_groups": [{"name": "cinder_test-sg_1e09d482-9fae-434c-b5c3-aa7c9a0e0831"}], "user_id": "7b42c59b0e06439ba83254321f29fb92", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T17:32:11Z", "hostId": "fd27f4c04e9d795f90b218788b4f5255971df35dffc0c315e372d4f0", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_1e09d482-9fae-434c-b5c3-aa7c9a0e0831", "name": "cinder_test-vm2_1e09d482-9fae-434c-b5c3-aa7c9a0e0831", "created": "2018-08-15T17:32:08Z", "tenant_id": "ddc97551f7ab4f8eb1fafb6b6b08f3ca", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 17:32:12,026 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-0050d28b-7c82-45ab-965d-71bccc1d38b8 2018-08-15 17:32:12,026 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.5458111763s 2018-08-15 17:32:12,026 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-0050d28b-7c82-45ab-965d-71bccc1d38b8 2018-08-15 17:32:12,030 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 17:32:14,033 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 17:32:14,036 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}285fa0cc99fb01e3085597aec8adba9b390d5424" 2018-08-15 17:32:14,470 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:32:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-04bb0bbe-3501-49bf-a80e-231ad1d1efa8 x-compute-request-id: req-04bb0bbe-3501-49bf-a80e-231ad1d1efa8 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.27:8774/v2.1/servers/b4b18d7b-2978-476e-8c31-602a234a632a", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/b4b18d7b-2978-476e-8c31-602a234a632a", "rel": "bookmark"}], "image": {"id": "2a833dea-0de2-44f9-99cc-33a91131c5d7", "links": [{"href": "http://172.30.9.27:8774/images/2a833dea-0de2-44f9-99cc-33a91131c5d7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a9db870a-3a7d-4696-a07d-9396ba75c301", "links": [{"href": "http://172.30.9.27:8774/flavors/a9db870a-3a7d-4696-a07d-9396ba75c301", "rel": "bookmark"}]}, "id": "b4b18d7b-2978-476e-8c31-602a234a632a", "security_groups": [{"name": "cinder_test-sg_1e09d482-9fae-434c-b5c3-aa7c9a0e0831"}], "user_id": "7b42c59b0e06439ba83254321f29fb92", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T17:32:11Z", "hostId": "fd27f4c04e9d795f90b218788b4f5255971df35dffc0c315e372d4f0", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_1e09d482-9fae-434c-b5c3-aa7c9a0e0831", "name": "cinder_test-vm2_1e09d482-9fae-434c-b5c3-aa7c9a0e0831", "created": "2018-08-15T17:32:08Z", "tenant_id": "ddc97551f7ab4f8eb1fafb6b6b08f3ca", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 17:32:14,470 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-04bb0bbe-3501-49bf-a80e-231ad1d1efa8 2018-08-15 17:32:14,470 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.437390089035s 2018-08-15 17:32:14,471 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-04bb0bbe-3501-49bf-a80e-231ad1d1efa8 2018-08-15 17:32:14,474 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 17:32:16,477 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 17:32:16,480 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}285fa0cc99fb01e3085597aec8adba9b390d5424" 2018-08-15 17:32:17,134 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:32: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-f9ea8bbd-8957-42c1-be85-c104390730ee x-compute-request-id: req-f9ea8bbd-8957-42c1-be85-c104390730ee Content-Encoding: gzip Content-Length: 747 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_1e09d482-9fae-434c-b5c3-aa7c9a0e0831": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c3:81:8d", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/b4b18d7b-2978-476e-8c31-602a234a632a", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/b4b18d7b-2978-476e-8c31-602a234a632a", "rel": "bookmark"}], "image": {"id": "2a833dea-0de2-44f9-99cc-33a91131c5d7", "links": [{"href": "http://172.30.9.27:8774/images/2a833dea-0de2-44f9-99cc-33a91131c5d7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T17:32:15.000000", "flavor": {"id": "a9db870a-3a7d-4696-a07d-9396ba75c301", "links": [{"href": "http://172.30.9.27:8774/flavors/a9db870a-3a7d-4696-a07d-9396ba75c301", "rel": "bookmark"}]}, "id": "b4b18d7b-2978-476e-8c31-602a234a632a", "security_groups": [{"name": "cinder_test-sg_1e09d482-9fae-434c-b5c3-aa7c9a0e0831"}], "user_id": "7b42c59b0e06439ba83254321f29fb92", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T17:32:15Z", "hostId": "fd27f4c04e9d795f90b218788b4f5255971df35dffc0c315e372d4f0", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_1e09d482-9fae-434c-b5c3-aa7c9a0e0831", "name": "cinder_test-vm2_1e09d482-9fae-434c-b5c3-aa7c9a0e0831", "created": "2018-08-15T17:32:08Z", "tenant_id": "ddc97551f7ab4f8eb1fafb6b6b08f3ca", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 17:32:17,135 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-f9ea8bbd-8957-42c1-be85-c104390730ee 2018-08-15 17:32:17,135 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.657413005829s 2018-08-15 17:32:17,135 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-f9ea8bbd-8957-42c1-be85-c104390730ee 2018-08-15 17:32:17,139 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-15 17:32:17,140 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/ports.json?device_id=b4b18d7b-2978-476e-8c31-602a234a632a" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}285fa0cc99fb01e3085597aec8adba9b390d5424" 2018-08-15 17:32:17,208 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-d737e8a0-e547-4619-95a6-723220f44aeb Date: Wed, 15 Aug 2018 17:32:17 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"d776e6d6-866a-4e52-982d-a6fd7b9991f6","tenant_id":"ddc97551f7ab4f8eb1fafb6b6b08f3ca","created_at":"2018-08-15T17:32:11Z","admin_state_up":true,"updated_at":"2018-08-15T17:32:15Z","binding:vnic_type":"normal","device_id":"b4b18d7b-2978-476e-8c31-602a234a632a","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:c3:81:8d","id":"e95a231c-21f1-4c4b-8de5-dea02eb21c26","port_security_enabled":true,"project_id":"ddc97551f7ab4f8eb1fafb6b6b08f3ca","fixed_ips":[{"subnet_id":"9118d141-db74-4b24-9a42-9e6afdfd1971","ip_address":"192.168.120.11"}],"extra_dhcp_opts":[],"security_groups":["cd631f1a-3021-4ec7-9621-7722bcd7defe"],"name":""}]} 2018-08-15 17:32:17,208 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=b4b18d7b-2978-476e-8c31-602a234a632a used request id req-d737e8a0-e547-4619-95a6-723220f44aeb 2018-08-15 17:32:17,208 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0688350200653s 2018-08-15 17:32:17,208 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=b4b18d7b-2978-476e-8c31-602a234a632a used request id req-d737e8a0-e547-4619-95a6-723220f44aeb 2018-08-15 17:32:17,213 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-15 17:32:17,214 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/floatingips.json?port_id=e95a231c-21f1-4c4b-8de5-dea02eb21c26" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}285fa0cc99fb01e3085597aec8adba9b390d5424" 2018-08-15 17:32:17,260 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-184012a9-74a2-4d59-a3cf-caad58e7eac8 Date: Wed, 15 Aug 2018 17:32:17 GMT RESP BODY: {"floatingips": []} 2018-08-15 17:32:17,260 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json?port_id=e95a231c-21f1-4c4b-8de5-dea02eb21c26 used request id req-184012a9-74a2-4d59-a3cf-caad58e7eac8 2018-08-15 17:32:17,260 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0463669300079s 2018-08-15 17:32:17,260 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json?port_id=e95a231c-21f1-4c4b-8de5-dea02eb21c26 used request id req-184012a9-74a2-4d59-a3cf-caad58e7eac8 2018-08-15 17:32:17,261 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'cinder_test-net_1e09d482-9fae-434c-b5c3-aa7c9a0e0831': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:c3:81:8d', u'version': 4, u'addr': u'192.168.120.11', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'2a833dea-0de2-44f9-99cc-33a91131c5d7'}), 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-15T17:32:15.000000', 'flavor': Munch({u'id': u'a9db870a-3a7d-4696-a07d-9396ba75c301'}), 'az': u'nova', 'id': u'b4b18d7b-2978-476e-8c31-602a234a632a', 'security_groups': [Munch({u'name': u'cinder_test-sg_1e09d482-9fae-434c-b5c3-aa7c9a0e0831'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'7b42c59b0e06439ba83254321f29fb92', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ddc97551f7ab4f8eb1fafb6b6b08f3ca', 'name': 'cinder_test-project_1e09d482-9fae-434c-b5c3-aa7c9a0e0831', '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-15T17:32:15.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-15T17:32:15Z', 'hostId': u'fd27f4c04e9d795f90b218788b4f5255971df35dffc0c315e372d4f0', u'OS-SRV-USG:terminated_at': None, 'key_name': u'cinder_test-kp_1e09d482-9fae-434c-b5c3-aa7c9a0e0831', 'public_v6': '', 'private_v4': u'192.168.120.11', 'cloud': 'envvars', 'host_id': u'fd27f4c04e9d795f90b218788b4f5255971df35dffc0c315e372d4f0', '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-15T17:32:15.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'ddc97551f7ab4f8eb1fafb6b6b08f3ca', 'name': u'cinder_test-vm2_1e09d482-9fae-434c-b5c3-aa7c9a0e0831', 'adminPass': u'WKA9ywes5ygH', 'tenant_id': u'ddc97551f7ab4f8eb1fafb6b6b08f3ca', 'created_at': u'2018-08-15T17:32:08Z', 'created': u'2018-08-15T17:32:08Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-15 17:32:17,264 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-15 17:32:17,264 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}285fa0cc99fb01e3085597aec8adba9b390d5424" 2018-08-15 17:32:17,350 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-7725a6dd-7744-45b0-867a-06007dd92241 Date: Wed, 15 Aug 2018 17:32:17 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["9118d141-db74-4b24-9a42-9e6afdfd1971"],"updated_at":"2018-08-15T17:32:00Z","tenant_id":"ddc97551f7ab4f8eb1fafb6b6b08f3ca","created_at":"2018-08-15T17:31:59Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"ddc97551f7ab4f8eb1fafb6b6b08f3ca","id":"d776e6d6-866a-4e52-982d-a6fd7b9991f6","name":"cinder_test-net_1e09d482-9fae-434c-b5c3-aa7c9a0e0831"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["3ef75223-733d-425d-bb3e-88e8a796bebc"],"updated_at":"2018-08-15T17:16:30Z","tenant_id":"d2c267e1fee9461ba5e64a915b9518f5","created_at":"2018-08-15T17:16:26Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"d2c267e1fee9461ba5e64a915b9518f5","id":"fc8ca119-27ab-4070-99fa-a2993d11ee48","name":"external"}]} 2018-08-15 17:32:17,350 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-7725a6dd-7744-45b0-867a-06007dd92241 2018-08-15 17:32:17,350 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0860500335693s 2018-08-15 17:32:17,350 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-7725a6dd-7744-45b0-867a-06007dd92241 2018-08-15 17:32:17,352 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-15 17:32:17,352 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/ports.json?device_id=b4b18d7b-2978-476e-8c31-602a234a632a" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}285fa0cc99fb01e3085597aec8adba9b390d5424" 2018-08-15 17:32:17,395 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-2a734c6c-6888-4106-86ee-67b0788d7bee Date: Wed, 15 Aug 2018 17:32:17 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"d776e6d6-866a-4e52-982d-a6fd7b9991f6","tenant_id":"ddc97551f7ab4f8eb1fafb6b6b08f3ca","created_at":"2018-08-15T17:32:11Z","admin_state_up":true,"updated_at":"2018-08-15T17:32:15Z","binding:vnic_type":"normal","device_id":"b4b18d7b-2978-476e-8c31-602a234a632a","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:c3:81:8d","id":"e95a231c-21f1-4c4b-8de5-dea02eb21c26","port_security_enabled":true,"project_id":"ddc97551f7ab4f8eb1fafb6b6b08f3ca","fixed_ips":[{"subnet_id":"9118d141-db74-4b24-9a42-9e6afdfd1971","ip_address":"192.168.120.11"}],"extra_dhcp_opts":[],"security_groups":["cd631f1a-3021-4ec7-9621-7722bcd7defe"],"name":""}]} 2018-08-15 17:32:17,395 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=b4b18d7b-2978-476e-8c31-602a234a632a used request id req-2a734c6c-6888-4106-86ee-67b0788d7bee 2018-08-15 17:32:17,396 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0438361167908s 2018-08-15 17:32:17,396 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=b4b18d7b-2978-476e-8c31-602a234a632a used request id req-2a734c6c-6888-4106-86ee-67b0788d7bee 2018-08-15 17:32:17,397 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-08-15 17:32:17,397 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}285fa0cc99fb01e3085597aec8adba9b390d5424" -d '{"floatingip": {"floating_network_id": "fc8ca119-27ab-4070-99fa-a2993d11ee48", "fixed_ip_address": "192.168.120.11", "port_id": "e95a231c-21f1-4c4b-8de5-dea02eb21c26"}}' 2018-08-15 17:32:19,249 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 554 X-Openstack-Request-Id: req-1bd0a096-75a9-43ed-8506-09fe56e9e689 Date: Wed, 15 Aug 2018 17:32:19 GMT RESP BODY: {"floatingip": {"router_id": "c4a6bb7e-d7a7-41e9-8904-be6074ca7d4e", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-15T17:32:18Z", "floating_network_id": "fc8ca119-27ab-4070-99fa-a2993d11ee48", "fixed_ip_address": "192.168.120.11", "floating_ip_address": "172.30.9.201", "revision_number": 0, "port_id": "e95a231c-21f1-4c4b-8de5-dea02eb21c26", "id": "20091126-2f67-4b2c-bf89-5d2e4370bda0", "tenant_id": "ddc97551f7ab4f8eb1fafb6b6b08f3ca", "created_at": "2018-08-15T17:32:18Z", "project_id": "ddc97551f7ab4f8eb1fafb6b6b08f3ca"}} 2018-08-15 17:32:19,249 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-1bd0a096-75a9-43ed-8506-09fe56e9e689 2018-08-15 17:32:19,250 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.85283780098s 2018-08-15 17:32:19,250 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-1bd0a096-75a9-43ed-8506-09fe56e9e689 2018-08-15 17:32:19,258 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-15 17:32:19,259 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}285fa0cc99fb01e3085597aec8adba9b390d5424" 2018-08-15 17:32:19,315 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 557 X-Openstack-Request-Id: req-25196849-dfee-4e9e-9424-e757c3c3411d Date: Wed, 15 Aug 2018 17:32:19 GMT RESP BODY: {"floatingips": [{"router_id": "c4a6bb7e-d7a7-41e9-8904-be6074ca7d4e", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-15T17:32:18Z", "floating_network_id": "fc8ca119-27ab-4070-99fa-a2993d11ee48", "fixed_ip_address": "192.168.120.11", "floating_ip_address": "172.30.9.201", "revision_number": 0, "port_id": "e95a231c-21f1-4c4b-8de5-dea02eb21c26", "id": "20091126-2f67-4b2c-bf89-5d2e4370bda0", "tenant_id": "ddc97551f7ab4f8eb1fafb6b6b08f3ca", "created_at": "2018-08-15T17:32:18Z", "project_id": "ddc97551f7ab4f8eb1fafb6b6b08f3ca"}]} 2018-08-15 17:32:19,315 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-25196849-dfee-4e9e-9424-e757c3c3411d 2018-08-15 17:32:19,316 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0572528839111s 2018-08-15 17:32:19,316 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-25196849-dfee-4e9e-9424-e757c3c3411d 2018-08-15 17:32:19,320 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'c4a6bb7e-d7a7-41e9-8904-be6074ca7d4e', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'ddc97551f7ab4f8eb1fafb6b6b08f3ca', 'created_at': u'2018-08-15T17:32:18Z', 'attached': True, 'updated_at': u'2018-08-15T17:32:18Z', 'id': u'20091126-2f67-4b2c-bf89-5d2e4370bda0', 'floating_network_id': u'fc8ca119-27ab-4070-99fa-a2993d11ee48', 'fixed_ip_address': u'192.168.120.11', 'floating_ip_address': u'172.30.9.201', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ddc97551f7ab4f8eb1fafb6b6b08f3ca', 'name': 'cinder_test-project_1e09d482-9fae-434c-b5c3-aa7c9a0e0831', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'c4a6bb7e-d7a7-41e9-8904-be6074ca7d4e', 'project_id': u'ddc97551f7ab4f8eb1fafb6b6b08f3ca', 'port_id': u'e95a231c-21f1-4c4b-8de5-dea02eb21c26', 'port': u'e95a231c-21f1-4c4b-8de5-dea02eb21c26', 'network': u'fc8ca119-27ab-4070-99fa-a2993d11ee48'}) 2018-08-15 17:32:19,320 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-15 17:32:19,323 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/b4b18d7b-2978-476e-8c31-602a234a632a/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}285fa0cc99fb01e3085597aec8adba9b390d5424" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-15 17:32:19,420 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:32: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-6e59a004-01d7-49da-91a7-49b38fb9a40a x-compute-request-id: req-6e59a004-01d7-49da-91a7-49b38fb9a40a Content-Encoding: gzip Content-Length: 9543 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 500476663 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.180857] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.183070] pid_max: default: 32768 minimum: 301\n[ 0.184277] ACPI: Core revision 20150930\n[ 0.185925] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.187679] Security Framework initialized\n[ 0.188779] Yama: becoming mindful.\n[ 0.189760] AppArmor: AppArmor initialized\n[ 0.190897] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.192641] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.194317] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.195924] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.197768] Initializing cgroup subsys io\n[ 0.198860] Initializing cgroup subsys memory\n[ 0.200025] Initializing cgroup subsys devices\n[ 0.201200] Initializing cgroup subsys freezer\n[ 0.202362] Initializing cgroup subsys net_cls\n[ 0.203526] Initializing cgroup subsys perf_event\n[ 0.204753] Initializing cgroup subsys net_prio\n[ 0.205932] Initializing cgroup subsys hugetlb\n[ 0.207096] Initializing cgroup subsys pids\n[ 0.208261] CPU: Physical Processor ID: 0\n[ 0.210052] mce: CPU supports 10 MCE banks\n[ 0.211172] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.212513] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.227352] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.233931] ftrace: allocating 31920 entries in 125 pages\n[ 0.259401] smpboot: Max logical packages: 1\n[ 0.260584] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.262414] x2apic enabled\n[ 0.263532] Switched APIC routing to physical x2apic.\n[ 0.265962] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.267453] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.270108] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.272508] KVM setup paravirtual spinlock\n[ 0.274072] x86: Booted up 1 node, 1 CPUs\n[ 0.275145] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.276954] devtmpfs: initialized\n[ 0.278906] evm: security.selinux\n[ 0.279850] evm: security.SMACK64\n[ 0.280785] evm: security.SMACK64EXEC\n[ 0.281784] evm: security.SMACK64TRANSMUTE\n[ 0.282843] evm: security.SMACK64MMAP\n[ 0.283822] evm: security.ima\n[ 0.284672] evm: security.capability\n[ 0.285714] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.288146] pinctrl core: initialized pinctrl subsystem\n[ 0.289566] RTC time: 17:32:15, date: 08/15/18\n[ 0.290830] NET: Registered protocol family 16\n[ 0.292120] cpuidle: using governor ladder\n[ 0.293206] cpuidle: using governor menu\n[ 0.294253] PCCT header not found.\n[ 0.295240] ACPI: bus type PCI registered\n[ 0.296302] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.297919] PCI: Using configuration type 1 for base access\n[ 0.300032] ACPI: Added _OSI(Module Device)\n[ 0.301156] ACPI: Added _OSI(Processor Device)\n[ 0.302308] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.303518] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.305624] ACPI: Interpreter enabled\n[ 0.306649] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.309134] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.311613] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.314105] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.316594] ACPI: (supports S0 S5)\n[ 0.317551] ACPI: Using IOAPIC for interrupt routing\n[ 0.318812] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.322671] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.324184] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.325819] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.327402] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.330310] acpiphp: Slot [3] registered\n[ 0.331387] acpiphp: Slot [4] registered\n[ 0.332454] acpiphp: Slot [5] registered\n[ 0.333518] acpiphp: Slot [6] registered\n[ 0.334574] acpiphp: Slot [7] registered\n[ 0.335637] acpiphp: Slot [8] registered\n[ 0.336702] acpiphp: Slot [9] registered\n[ 0.337763] acpiphp: Slot [10] registered\n[ 0.338847] acpiphp: Slot [11] registered\n[ 0.339927] acpiphp: Slot [12] registered\n[ 0.340997] acpiphp: Slot [13] registered\n[ 0.342069] acpiphp: Slot [14] registered\n[ 0.343157] acpiphp: Slot [15] registered\n[ 0.358014] acpiphp: Slot [16] registered\n[ 0.359110] acpiphp: Slot [17] registered\n[ 0.360187] acpiphp: Slot [18] registered\n[ 0.361258] acpiphp: Slot [19] registered\n[ 0.362328] acpiphp: Slot [20] registered\n[ 0.363401] acpiphp: Slot [21] registered\n[ 0.364470] acpiphp: Slot [22] registered\n[ 0.365554] acpiphp: Slot [23] registered\n[ 0.366633] acpiphp: Slot [24] registered\n[ 0.367711] acpiphp: Slot [25] registered\n[ 0.368796] acpiphp: Slot [26] registered\n[ 0.369876] acpiphp: Slot [27] registered\n[ 0.370964] acpiphp: Slot [28] registered\n[ 0.372050] acpiphp: Slot [29] registered\n[ 0.373133] acpiphp: Slot [30] registered\n[ 0.374211] acpiphp: Slot [31] registered\n[ 0.375284] PCI host bridge to bus 0000:00\n[ 0.376349] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.377926] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.379511] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.381435] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.383375] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.385352] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.389284] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.390980] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.392518] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.394185] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.398466] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.400358] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.420762] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.422717] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.424633] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.426518] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.428435] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.430177] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.431933] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.433334] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.435411] vgaarb: loaded\n[ 0.436225] vgaarb: bridge control possible 0000:00:02.0\n[ 0.437844] SCSI subsystem initialized\n[ 0.439073] ACPI: bus type USB registered\n[ 0.440182] usbcore: registered new interface driver usbfs\n[ 0.441552] usbcore: registered new interface driver hub\n[ 0.442886] usbcore: registered new device driver usb\n[ 0.444376] PCI: Using ACPI for IRQ routing\n[ 0.445861] NetLabel: Initializing\n[ 0.446830] NetLabel: domain hash size = 128\n[ 0.447968] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.449249] NetLabel: unlabeled traffic allowed by default\n[ 0.450792] clocksource: Switched to clocksource kvm-clock\n[ 0.461266] AppArmor: AppArmor Filesystem Enabled\n[ 0.462536] pnp: PnP ACPI init\n[ 0.463736] pnp: PnP ACPI: found 5 devices\n[ 0.470560] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.472848] NET: Registered protocol family 2\n[ 0.474229] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.475941] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.477539] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.479143] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.480581] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.482123] NET: Registered protocol family 1\n[ 0.483293] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.484753] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.486181] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.500662] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.515199] Trying to unpack rootfs image as initramfs...\n[ 0.577664] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.582472] Scanning for low memory corruption every 60 seconds\n[ 0.584650] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.586227] audit: initializing netlink subsys (disabled)\n[ 0.587696] audit: type=2000 audit(1534354336.257:1): initialized\n[ 0.589528] Initialise system trusted keyring\n[ 0.590947] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.592500] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.595203] zbud: loaded\n[ 0.596196] VFS: Disk quotas dquot_6.6.0\n[ 0.597310] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.599449] fuse init (API version 7.23)\n[ 0.600661] Key type big_key registered\n[ 0.601746] Allocating IMA MOK and blacklist keyrings.\n[ 0.603399] Key type asymmetric registered\n[ 0.604509] Asymmetric key parser 'x509' registered\n[ 0.605783] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.607782] io scheduler noop registered\n[ 0.608851] io scheduler deadline registered (default)\n[ 0.610183] io scheduler cfq registered\n[ 0.611355] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.612746] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.614457] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.616429] ACPI: Power Button [PWRF]\n[ 0.617618] GHES: HEST is not enabled!\n[ 0.631678] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.660634] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.663439] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.687067] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.690005] Linux agpgart interface v0.103\n[ 0.693448] brd: module loaded\n[ 0.695680] loop: module loaded\n[ 0.700349] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.702321] GPT:90111 != 2097151\n[ 0.703247] GPT:Alternate GPT header not at the end of the disk.\n[ 0.704717] GPT:90111 != 2097151\n[ 0.705642] GPT: Use GNU Parted to correct GPT errors.\n[ 0.706952] vda: vda1 vda15\n[ 0.708579] scsi host0: ata_piix\n[ 0.709636] scsi host1: ata_piix\n[ 0.710621] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.712238] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.714187] libphy: Fixed MDIO Bus: probed\n[ 0.715529] tun: Universal TUN/TAP device driver, 1.6\n[ 0.716816] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.719837] PPP generic driver version 2.4.2\n[ 0.721591] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.723566] ehci-pci: EHCI PCI platform driver\n[ 0.724804] ehci-platform: EHCI generic platform driver\n[ 0.726130] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.727647] ohci-pci: OHCI PCI platform driver\n[ 0.728822] ohci-platform: OHCI generic platform driver\n[ 0.730147] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.744689] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.746024] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.747990] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.749326] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.750860] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.752492] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.754402] usb usb1: Product: UHCI Host Controller\n[ 0.755633] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.757123] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.758429] hub 1-0:1.0: USB hub found\n[ 0.759528] hub 1-0:1.0: 2 ports detected\n[ 0.760784] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.763623] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.764900] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.766263] mousedev: PS/2 mouse device common for all mice\n[ 0.767932] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.770351] rtc_cmos 00:00: RTC can wake from S4\n[ 0.771862] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.773452] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.775039] i2c /dev entries driver\n[ 0.776064] device-mapper: uevent: version 1.0.3\n[ 0.777331] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.779519] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.781378] NET: Registered protocol family 10\n[ 0.782915] NET: Registered protocol family 17\n[ 0.784109] Key type dns_resolver registered\n[ 0.785379] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.786831] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.789191] registered taskstats version 1\n[ 0.790315] Loading compiled-in X.509 certificates\n[ 0.792112] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.794573] zswap: loaded using pool lzo/zbud\n[ 0.796639] Key type trusted registered\n[ 0.798751] Key type encrypted registered\n[ 0.799875] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.801274] ima: No TPM chip found, activating TPM-bypass!\n[ 0.802663] evm: HMAC attrs: 0x1\n[ 0.803935] Magic number: 14:420:542\n[ 0.805082] rtc_cmos 00:00: setting system clock to 2018-08-15 17:32:16 UTC (1534354336)\n[ 0.807259] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.808729] EDD information not available.\n[ 0.872370] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.889002] Write protecting the kernel read-only data: 14336k\n[ 0.891949] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.894393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.80\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.049212] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.90. iid=i-00000007\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC2eaDPoF3rwX+KPGeeBPQTM6u7VsqtYPm15fK9g1oC7m/AHUfdL9ptmfe1s/99QrWaSDW5OOCTtWhixoXFB7ZBjLGIv5veRLTSGJbe8aUBabk1YN4SY9QxBJ3CZlYGsH1igUaWVZHMShQ0u2Qe4syBZAWi2OqCCTw+uHJ4khAwGRzuMrUHUl3n0KOQIKLfqd+mtl6RvtTUk0lCfvbETnN+K2FovZQdiDORNQylIV9McV60OayjufVjHHco+QCBQ4ukD4MWcg78zjhV668fSlm0fkLuKMWKYaD6lxPD6C2nUgODzBYwkVyDZScnjh+tegjoECtRqpVavfw9HGOHoplB root@cinder-test-vm2-1e09d482-9fae-434c-b5c3-aa7c9a0e0831\nssh-dss AAAAB3NzaC1kc3MAAACBAPZkck6NzgQGyGlxgK6OdnIoAsLrPK0gHuEi4GEE6V3qXmeEg186fk/5iASP8TyujD8n9nhVZIBiBowtIomNF03v5vkbg8cyWjnZDHXhGkuas5tVqXWQfiKZ1xCjPitgsr/31BroP03qVTIkpBro5MwedWUoOqkh1IMIGT4C4cmLAAAAFQCQEiP/j7R8dp/Qss3QUCz1ZtwUQwAAAIEA7oz2zUO17LFecUufXRNWs2V98LaxnXLFZOMHOCuo1OiZOBZ2e/Y/IEgaRZDK2cNW9ugqqoAL66Wh43s2gc/ncV/5UUofGwcEv181g9U08Mlk0eqMVk5Qz06EnIt9DtcF20JDGFvTaxC+n2bfpJZ4PuEDBKZcQdv3Hnx9lluCIHgAAACAF7plwEeK6hsojeFgE2BJymEeBk/v/Z50xZKj10D85yWHV7rrg1PgwPL6itqLSK7mr2Fbk1a6Ta9Vr1PpXL3Uby2mkpWqZs46wuRzM+Qcaz9uVgiqvA7FZNUgfgRJ4HFgciYxydjy7MtdJkNBOuUSG0SNNIVxdKyHdPLIXMlJreI= root@cinder-test-vm2-1e09d482-9fae-434c-b5c3-aa7c9a0e0831\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.46s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.11,24,fe80::f816:3eff:fec3:818d/64,\nip-route:default via 192.168.120.1 dev eth0 \nip-route:169.254.169.254 via 192.168.120.2 dev eth0 \nip-route:192.168.120.0/24 dev eth0 src 192.168.120.11 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000007\nname: N/A\navailability-zone: nova\nlocal-hostname: cinder-test-vm2-1e09d482-9fae-434c-b5c3-aa7c9a0e0831\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=3.29 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n"} 2018-08-15 17:32:19,420 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/b4b18d7b-2978-476e-8c31-602a234a632a/action used request id req-6e59a004-01d7-49da-91a7-49b38fb9a40a 2018-08-15 17:32:19,421 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0999598503113s 2018-08-15 17:32:19,421 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/b4b18d7b-2978-476e-8c31-602a234a632a/action used request id req-6e59a004-01d7-49da-91a7-49b38fb9a40a 2018-08-15 17:32:19,422 - 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 500476663 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.180857] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.183070] pid_max: default: 32768 minimum: 301 [ 0.184277] ACPI: Core revision 20150930 [ 0.185925] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.187679] Security Framework initialized [ 0.188779] Yama: becoming mindful. [ 0.189760] AppArmor: AppArmor initialized [ 0.190897] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.192641] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.194317] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.195924] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.197768] Initializing cgroup subsys io [ 0.198860] Initializing cgroup subsys memory [ 0.200025] Initializing cgroup subsys devices [ 0.201200] Initializing cgroup subsys freezer [ 0.202362] Initializing cgroup subsys net_cls [ 0.203526] Initializing cgroup subsys perf_event [ 0.204753] Initializing cgroup subsys net_prio [ 0.205932] Initializing cgroup subsys hugetlb [ 0.207096] Initializing cgroup subsys pids [ 0.208261] CPU: Physical Processor ID: 0 [ 0.210052] mce: CPU supports 10 MCE banks [ 0.211172] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.212513] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.227352] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.233931] ftrace: allocating 31920 entries in 125 pages [ 0.259401] smpboot: Max logical packages: 1 [ 0.260584] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.262414] x2apic enabled [ 0.263532] Switched APIC routing to physical x2apic. [ 0.265962] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.267453] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.270108] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.272508] KVM setup paravirtual spinlock [ 0.274072] x86: Booted up 1 node, 1 CPUs [ 0.275145] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.276954] devtmpfs: initialized [ 0.278906] evm: security.selinux [ 0.279850] evm: security.SMACK64 [ 0.280785] evm: security.SMACK64EXEC [ 0.281784] evm: security.SMACK64TRANSMUTE [ 0.282843] evm: security.SMACK64MMAP [ 0.283822] evm: security.ima [ 0.284672] evm: security.capability [ 0.285714] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.288146] pinctrl core: initialized pinctrl subsystem [ 0.289566] RTC time: 17:32:15, date: 08/15/18 [ 0.290830] NET: Registered protocol family 16 [ 0.292120] cpuidle: using governor ladder [ 0.293206] cpuidle: using governor menu [ 0.294253] PCCT header not found. [ 0.295240] ACPI: bus type PCI registered [ 0.296302] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.297919] PCI: Using configuration type 1 for base access [ 0.300032] ACPI: Added _OSI(Module Device) [ 0.301156] ACPI: Added _OSI(Processor Device) [ 0.302308] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.303518] ACPI: Added _OSI(Processor Aggregator Device) [ 0.305624] ACPI: Interpreter enabled [ 0.306649] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.309134] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.311613] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.314105] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.316594] ACPI: (supports S0 S5) [ 0.317551] ACPI: Using IOAPIC for interrupt routing [ 0.318812] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.322671] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.324184] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.325819] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.327402] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.330310] acpiphp: Slot [3] registered [ 0.331387] acpiphp: Slot [4] registered [ 0.332454] acpiphp: Slot [5] registered [ 0.333518] acpiphp: Slot [6] registered [ 0.334574] acpiphp: Slot [7] registered [ 0.335637] acpiphp: Slot [8] registered [ 0.336702] acpiphp: Slot [9] registered [ 0.337763] acpiphp: Slot [10] registered [ 0.338847] acpiphp: Slot [11] registered [ 0.339927] acpiphp: Slot [12] registered [ 0.340997] acpiphp: Slot [13] registered [ 0.342069] acpiphp: Slot [14] registered [ 0.343157] acpiphp: Slot [15] registered [ 0.358014] acpiphp: Slot [16] registered [ 0.359110] acpiphp: Slot [17] registered [ 0.360187] acpiphp: Slot [18] registered [ 0.361258] acpiphp: Slot [19] registered [ 0.362328] acpiphp: Slot [20] registered [ 0.363401] acpiphp: Slot [21] registered [ 0.364470] acpiphp: Slot [22] registered [ 0.365554] acpiphp: Slot [23] registered [ 0.366633] acpiphp: Slot [24] registered [ 0.367711] acpiphp: Slot [25] registered [ 0.368796] acpiphp: Slot [26] registered [ 0.369876] acpiphp: Slot [27] registered [ 0.370964] acpiphp: Slot [28] registered [ 0.372050] acpiphp: Slot [29] registered [ 0.373133] acpiphp: Slot [30] registered [ 0.374211] acpiphp: Slot [31] registered [ 0.375284] PCI host bridge to bus 0000:00 [ 0.376349] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.377926] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.379511] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.381435] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.383375] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.385352] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.389284] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.390980] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.392518] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.394185] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.398466] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.400358] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.420762] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.422717] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.424633] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.426518] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.428435] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.430177] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.431933] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.433334] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.435411] vgaarb: loaded [ 0.436225] vgaarb: bridge control possible 0000:00:02.0 [ 0.437844] SCSI subsystem initialized [ 0.439073] ACPI: bus type USB registered [ 0.440182] usbcore: registered new interface driver usbfs [ 0.441552] usbcore: registered new interface driver hub [ 0.442886] usbcore: registered new device driver usb [ 0.444376] PCI: Using ACPI for IRQ routing [ 0.445861] NetLabel: Initializing [ 0.446830] NetLabel: domain hash size = 128 [ 0.447968] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.449249] NetLabel: unlabeled traffic allowed by default [ 0.450792] clocksource: Switched to clocksource kvm-clock [ 0.461266] AppArmor: AppArmor Filesystem Enabled [ 0.462536] pnp: PnP ACPI init [ 0.463736] pnp: PnP ACPI: found 5 devices [ 0.470560] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.472848] NET: Registered protocol family 2 [ 0.474229] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.475941] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.477539] TCP: Hash tables configured (established 4096 bind 4096) [ 0.479143] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.480581] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.482123] NET: Registered protocol family 1 [ 0.483293] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.484753] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.486181] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.500662] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.515199] Trying to unpack rootfs image as initramfs... [ 0.577664] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.582472] Scanning for low memory corruption every 60 seconds [ 0.584650] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.586227] audit: initializing netlink subsys (disabled) [ 0.587696] audit: type=2000 audit(1534354336.257:1): initialized [ 0.589528] Initialise system trusted keyring [ 0.590947] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.592500] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.595203] zbud: loaded [ 0.596196] VFS: Disk quotas dquot_6.6.0 [ 0.597310] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.599449] fuse init (API version 7.23) [ 0.600661] Key type big_key registered [ 0.601746] Allocating IMA MOK and blacklist keyrings. [ 0.603399] Key type asymmetric registered [ 0.604509] Asymmetric key parser 'x509' registered [ 0.605783] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.607782] io scheduler noop registered [ 0.608851] io scheduler deadline registered (default) [ 0.610183] io scheduler cfq registered [ 0.611355] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.612746] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.614457] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.616429] ACPI: Power Button [PWRF] [ 0.617618] GHES: HEST is not enabled! [ 0.631678] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.660634] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.663439] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.687067] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.690005] Linux agpgart interface v0.103 [ 0.693448] brd: module loaded [ 0.695680] loop: module loaded [ 0.700349] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.702321] GPT:90111 != 2097151 [ 0.703247] GPT:Alternate GPT header not at the end of the disk. [ 0.704717] GPT:90111 != 2097151 [ 0.705642] GPT: Use GNU Parted to correct GPT errors. [ 0.706952] vda: vda1 vda15 [ 0.708579] scsi host0: ata_piix [ 0.709636] scsi host1: ata_piix [ 0.710621] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.712238] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.714187] libphy: Fixed MDIO Bus: probed [ 0.715529] tun: Universal TUN/TAP device driver, 1.6 [ 0.716816] tun: (C) 1999-2004 Max Krasnyansky [ 0.719837] PPP generic driver version 2.4.2 [ 0.721591] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.723566] ehci-pci: EHCI PCI platform driver [ 0.724804] ehci-platform: EHCI generic platform driver [ 0.726130] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.727647] ohci-pci: OHCI PCI platform driver [ 0.728822] ohci-platform: OHCI generic platform driver [ 0.730147] uhci_hcd: USB Universal Host Controller Interface driver [ 0.744689] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.746024] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.747990] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.749326] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.750860] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.752492] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.754402] usb usb1: Product: UHCI Host Controller [ 0.755633] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.757123] usb usb1: SerialNumber: 0000:00:01.2 [ 0.758429] hub 1-0:1.0: USB hub found [ 0.759528] hub 1-0:1.0: 2 ports detected [ 0.760784] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.763623] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.764900] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.766263] mousedev: PS/2 mouse device common for all mice [ 0.767932] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.770351] rtc_cmos 00:00: RTC can wake from S4 [ 0.771862] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.773452] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.775039] i2c /dev entries driver [ 0.776064] device-mapper: uevent: version 1.0.3 [ 0.777331] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.779519] ledtrig-cpu: registered to indicate activity on CPUs [ 0.781378] NET: Registered protocol family 10 [ 0.782915] NET: Registered protocol family 17 [ 0.784109] Key type dns_resolver registered [ 0.785379] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.786831] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.789191] registered taskstats version 1 [ 0.790315] Loading compiled-in X.509 certificates [ 0.792112] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.794573] zswap: loaded using pool lzo/zbud [ 0.796639] Key type trusted registered [ 0.798751] Key type encrypted registered [ 0.799875] AppArmor: AppArmor sha1 policy hashing enabled [ 0.801274] ima: No TPM chip found, activating TPM-bypass! [ 0.802663] evm: HMAC attrs: 0x1 [ 0.803935] Magic number: 14:420:542 [ 0.805082] rtc_cmos 00:00: setting system clock to 2018-08-15 17:32:16 UTC (1534354336) [ 0.807259] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.808729] EDD information not available. [ 0.872370] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.889002] Write protecting the kernel read-only data: 14336k [ 0.891949] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.894393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.68 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.80 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.049212] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.90. iid=i-00000007 failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /run/cirros/datasource/data/user-data was not '#!' or executable === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.912 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC2eaDPoF3rwX+KPGeeBPQTM6u7VsqtYPm15fK9g1oC7m/AHUfdL9ptmfe1s/99QrWaSDW5OOCTtWhixoXFB7ZBjLGIv5veRLTSGJbe8aUBabk1YN4SY9QxBJ3CZlYGsH1igUaWVZHMShQ0u2Qe4syBZAWi2OqCCTw+uHJ4khAwGRzuMrUHUl3n0KOQIKLfqd+mtl6RvtTUk0lCfvbETnN+K2FovZQdiDORNQylIV9McV60OayjufVjHHco+QCBQ4ukD4MWcg78zjhV668fSlm0fkLuKMWKYaD6lxPD6C2nUgODzBYwkVyDZScnjh+tegjoECtRqpVavfw9HGOHoplB root@cinder-test-vm2-1e09d482-9fae-434c-b5c3-aa7c9a0e0831 ssh-dss AAAAB3NzaC1kc3MAAACBAPZkck6NzgQGyGlxgK6OdnIoAsLrPK0gHuEi4GEE6V3qXmeEg186fk/5iASP8TyujD8n9nhVZIBiBowtIomNF03v5vkbg8cyWjnZDHXhGkuas5tVqXWQfiKZ1xCjPitgsr/31BroP03qVTIkpBro5MwedWUoOqkh1IMIGT4C4cmLAAAAFQCQEiP/j7R8dp/Qss3QUCz1ZtwUQwAAAIEA7oz2zUO17LFecUufXRNWs2V98LaxnXLFZOMHOCuo1OiZOBZ2e/Y/IEgaRZDK2cNW9ugqqoAL66Wh43s2gc/ncV/5UUofGwcEv181g9U08Mlk0eqMVk5Qz06EnIt9DtcF20JDGFvTaxC+n2bfpJZ4PuEDBKZcQdv3Hnx9lluCIHgAAACAF7plwEeK6hsojeFgE2BJymEeBk/v/Z50xZKj10D85yWHV7rrg1PgwPL6itqLSK7mr2Fbk1a6Ta9Vr1PpXL3Uby2mkpWqZs46wuRzM+Qcaz9uVgiqvA7FZNUgfgRJ4HFgciYxydjy7MtdJkNBOuUSG0SNNIVxdKyHdPLIXMlJreI= root@cinder-test-vm2-1e09d482-9fae-434c-b5c3-aa7c9a0e0831 -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.46s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.11,24,fe80::f816:3eff:fec3:818d/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.2 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.11 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-00000007 name: N/A availability-zone: nova local-hostname: cinder-test-vm2-1e09d482-9fae-434c-b5c3-aa7c9a0e0831 launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=3.29 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net 2018-08-15 17:32:20,424 - functest.core.singlevm - DEBUG - try 1: cannot connect to 172.30.9.201: timed out 2018-08-15 17:32:29,434 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-15 17:32:29,437 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/b4b18d7b-2978-476e-8c31-602a234a632a/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}285fa0cc99fb01e3085597aec8adba9b390d5424" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-15 17:32:29,523 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:32: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-5ba08a02-c239-419a-90fe-61b58773dfea x-compute-request-id: req-5ba08a02-c239-419a-90fe-61b58773dfea Content-Encoding: gzip Content-Length: 9598 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 500476663 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.180857] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.183070] pid_max: default: 32768 minimum: 301\n[ 0.184277] ACPI: Core revision 20150930\n[ 0.185925] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.187679] Security Framework initialized\n[ 0.188779] Yama: becoming mindful.\n[ 0.189760] AppArmor: AppArmor initialized\n[ 0.190897] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.192641] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.194317] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.195924] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.197768] Initializing cgroup subsys io\n[ 0.198860] Initializing cgroup subsys memory\n[ 0.200025] Initializing cgroup subsys devices\n[ 0.201200] Initializing cgroup subsys freezer\n[ 0.202362] Initializing cgroup subsys net_cls\n[ 0.203526] Initializing cgroup subsys perf_event\n[ 0.204753] Initializing cgroup subsys net_prio\n[ 0.205932] Initializing cgroup subsys hugetlb\n[ 0.207096] Initializing cgroup subsys pids\n[ 0.208261] CPU: Physical Processor ID: 0\n[ 0.210052] mce: CPU supports 10 MCE banks\n[ 0.211172] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.212513] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.227352] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.233931] ftrace: allocating 31920 entries in 125 pages\n[ 0.259401] smpboot: Max logical packages: 1\n[ 0.260584] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.262414] x2apic enabled\n[ 0.263532] Switched APIC routing to physical x2apic.\n[ 0.265962] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.267453] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.270108] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.272508] KVM setup paravirtual spinlock\n[ 0.274072] x86: Booted up 1 node, 1 CPUs\n[ 0.275145] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.276954] devtmpfs: initialized\n[ 0.278906] evm: security.selinux\n[ 0.279850] evm: security.SMACK64\n[ 0.280785] evm: security.SMACK64EXEC\n[ 0.281784] evm: security.SMACK64TRANSMUTE\n[ 0.282843] evm: security.SMACK64MMAP\n[ 0.283822] evm: security.ima\n[ 0.284672] evm: security.capability\n[ 0.285714] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.288146] pinctrl core: initialized pinctrl subsystem\n[ 0.289566] RTC time: 17:32:15, date: 08/15/18\n[ 0.290830] NET: Registered protocol family 16\n[ 0.292120] cpuidle: using governor ladder\n[ 0.293206] cpuidle: using governor menu\n[ 0.294253] PCCT header not found.\n[ 0.295240] ACPI: bus type PCI registered\n[ 0.296302] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.297919] PCI: Using configuration type 1 for base access\n[ 0.300032] ACPI: Added _OSI(Module Device)\n[ 0.301156] ACPI: Added _OSI(Processor Device)\n[ 0.302308] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.303518] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.305624] ACPI: Interpreter enabled\n[ 0.306649] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.309134] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.311613] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.314105] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.316594] ACPI: (supports S0 S5)\n[ 0.317551] ACPI: Using IOAPIC for interrupt routing\n[ 0.318812] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.322671] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.324184] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.325819] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.327402] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.330310] acpiphp: Slot [3] registered\n[ 0.331387] acpiphp: Slot [4] registered\n[ 0.332454] acpiphp: Slot [5] registered\n[ 0.333518] acpiphp: Slot [6] registered\n[ 0.334574] acpiphp: Slot [7] registered\n[ 0.335637] acpiphp: Slot [8] registered\n[ 0.336702] acpiphp: Slot [9] registered\n[ 0.337763] acpiphp: Slot [10] registered\n[ 0.338847] acpiphp: Slot [11] registered\n[ 0.339927] acpiphp: Slot [12] registered\n[ 0.340997] acpiphp: Slot [13] registered\n[ 0.342069] acpiphp: Slot [14] registered\n[ 0.343157] acpiphp: Slot [15] registered\n[ 0.358014] acpiphp: Slot [16] registered\n[ 0.359110] acpiphp: Slot [17] registered\n[ 0.360187] acpiphp: Slot [18] registered\n[ 0.361258] acpiphp: Slot [19] registered\n[ 0.362328] acpiphp: Slot [20] registered\n[ 0.363401] acpiphp: Slot [21] registered\n[ 0.364470] acpiphp: Slot [22] registered\n[ 0.365554] acpiphp: Slot [23] registered\n[ 0.366633] acpiphp: Slot [24] registered\n[ 0.367711] acpiphp: Slot [25] registered\n[ 0.368796] acpiphp: Slot [26] registered\n[ 0.369876] acpiphp: Slot [27] registered\n[ 0.370964] acpiphp: Slot [28] registered\n[ 0.372050] acpiphp: Slot [29] registered\n[ 0.373133] acpiphp: Slot [30] registered\n[ 0.374211] acpiphp: Slot [31] registered\n[ 0.375284] PCI host bridge to bus 0000:00\n[ 0.376349] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.377926] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.379511] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.381435] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.383375] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.385352] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.389284] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.390980] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.392518] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.394185] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.398466] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.400358] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.420762] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.422717] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.424633] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.426518] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.428435] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.430177] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.431933] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.433334] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.435411] vgaarb: loaded\n[ 0.436225] vgaarb: bridge control possible 0000:00:02.0\n[ 0.437844] SCSI subsystem initialized\n[ 0.439073] ACPI: bus type USB registered\n[ 0.440182] usbcore: registered new interface driver usbfs\n[ 0.441552] usbcore: registered new interface driver hub\n[ 0.442886] usbcore: registered new device driver usb\n[ 0.444376] PCI: Using ACPI for IRQ routing\n[ 0.445861] NetLabel: Initializing\n[ 0.446830] NetLabel: domain hash size = 128\n[ 0.447968] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.449249] NetLabel: unlabeled traffic allowed by default\n[ 0.450792] clocksource: Switched to clocksource kvm-clock\n[ 0.461266] AppArmor: AppArmor Filesystem Enabled\n[ 0.462536] pnp: PnP ACPI init\n[ 0.463736] pnp: PnP ACPI: found 5 devices\n[ 0.470560] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.472848] NET: Registered protocol family 2\n[ 0.474229] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.475941] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.477539] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.479143] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.480581] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.482123] NET: Registered protocol family 1\n[ 0.483293] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.484753] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.486181] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.500662] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.515199] Trying to unpack rootfs image as initramfs...\n[ 0.577664] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.582472] Scanning for low memory corruption every 60 seconds\n[ 0.584650] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.586227] audit: initializing netlink subsys (disabled)\n[ 0.587696] audit: type=2000 audit(1534354336.257:1): initialized\n[ 0.589528] Initialise system trusted keyring\n[ 0.590947] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.592500] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.595203] zbud: loaded\n[ 0.596196] VFS: Disk quotas dquot_6.6.0\n[ 0.597310] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.599449] fuse init (API version 7.23)\n[ 0.600661] Key type big_key registered\n[ 0.601746] Allocating IMA MOK and blacklist keyrings.\n[ 0.603399] Key type asymmetric registered\n[ 0.604509] Asymmetric key parser 'x509' registered\n[ 0.605783] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.607782] io scheduler noop registered\n[ 0.608851] io scheduler deadline registered (default)\n[ 0.610183] io scheduler cfq registered\n[ 0.611355] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.612746] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.614457] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.616429] ACPI: Power Button [PWRF]\n[ 0.617618] GHES: HEST is not enabled!\n[ 0.631678] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.660634] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.663439] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.687067] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.690005] Linux agpgart interface v0.103\n[ 0.693448] brd: module loaded\n[ 0.695680] loop: module loaded\n[ 0.700349] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.702321] GPT:90111 != 2097151\n[ 0.703247] GPT:Alternate GPT header not at the end of the disk.\n[ 0.704717] GPT:90111 != 2097151\n[ 0.705642] GPT: Use GNU Parted to correct GPT errors.\n[ 0.706952] vda: vda1 vda15\n[ 0.708579] scsi host0: ata_piix\n[ 0.709636] scsi host1: ata_piix\n[ 0.710621] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.712238] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.714187] libphy: Fixed MDIO Bus: probed\n[ 0.715529] tun: Universal TUN/TAP device driver, 1.6\n[ 0.716816] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.719837] PPP generic driver version 2.4.2\n[ 0.721591] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.723566] ehci-pci: EHCI PCI platform driver\n[ 0.724804] ehci-platform: EHCI generic platform driver\n[ 0.726130] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.727647] ohci-pci: OHCI PCI platform driver\n[ 0.728822] ohci-platform: OHCI generic platform driver\n[ 0.730147] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.744689] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.746024] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.747990] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.749326] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.750860] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.752492] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.754402] usb usb1: Product: UHCI Host Controller\n[ 0.755633] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.757123] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.758429] hub 1-0:1.0: USB hub found\n[ 0.759528] hub 1-0:1.0: 2 ports detected\n[ 0.760784] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.763623] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.764900] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.766263] mousedev: PS/2 mouse device common for all mice\n[ 0.767932] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.770351] rtc_cmos 00:00: RTC can wake from S4\n[ 0.771862] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.773452] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.775039] i2c /dev entries driver\n[ 0.776064] device-mapper: uevent: version 1.0.3\n[ 0.777331] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.779519] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.781378] NET: Registered protocol family 10\n[ 0.782915] NET: Registered protocol family 17\n[ 0.784109] Key type dns_resolver registered\n[ 0.785379] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.786831] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.789191] registered taskstats version 1\n[ 0.790315] Loading compiled-in X.509 certificates\n[ 0.792112] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.794573] zswap: loaded using pool lzo/zbud\n[ 0.796639] Key type trusted registered\n[ 0.798751] Key type encrypted registered\n[ 0.799875] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.801274] ima: No TPM chip found, activating TPM-bypass!\n[ 0.802663] evm: HMAC attrs: 0x1\n[ 0.803935] Magic number: 14:420:542\n[ 0.805082] rtc_cmos 00:00: setting system clock to 2018-08-15 17:32:16 UTC (1534354336)\n[ 0.807259] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.808729] EDD information not available.\n[ 0.872370] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.889002] Write protecting the kernel read-only data: 14336k\n[ 0.891949] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.894393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.80\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.049212] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.90. iid=i-00000007\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC2eaDPoF3rwX+KPGeeBPQTM6u7VsqtYPm15fK9g1oC7m/AHUfdL9ptmfe1s/99QrWaSDW5OOCTtWhixoXFB7ZBjLGIv5veRLTSGJbe8aUBabk1YN4SY9QxBJ3CZlYGsH1igUaWVZHMShQ0u2Qe4syBZAWi2OqCCTw+uHJ4khAwGRzuMrUHUl3n0KOQIKLfqd+mtl6RvtTUk0lCfvbETnN+K2FovZQdiDORNQylIV9McV60OayjufVjHHco+QCBQ4ukD4MWcg78zjhV668fSlm0fkLuKMWKYaD6lxPD6C2nUgODzBYwkVyDZScnjh+tegjoECtRqpVavfw9HGOHoplB root@cinder-test-vm2-1e09d482-9fae-434c-b5c3-aa7c9a0e0831\nssh-dss AAAAB3NzaC1kc3MAAACBAPZkck6NzgQGyGlxgK6OdnIoAsLrPK0gHuEi4GEE6V3qXmeEg186fk/5iASP8TyujD8n9nhVZIBiBowtIomNF03v5vkbg8cyWjnZDHXhGkuas5tVqXWQfiKZ1xCjPitgsr/31BroP03qVTIkpBro5MwedWUoOqkh1IMIGT4C4cmLAAAAFQCQEiP/j7R8dp/Qss3QUCz1ZtwUQwAAAIEA7oz2zUO17LFecUufXRNWs2V98LaxnXLFZOMHOCuo1OiZOBZ2e/Y/IEgaRZDK2cNW9ugqqoAL66Wh43s2gc/ncV/5UUofGwcEv181g9U08Mlk0eqMVk5Qz06EnIt9DtcF20JDGFvTaxC+n2bfpJZ4PuEDBKZcQdv3Hnx9lluCIHgAAACAF7plwEeK6hsojeFgE2BJymEeBk/v/Z50xZKj10D85yWHV7rrg1PgwPL6itqLSK7mr2Fbk1a6Ta9Vr1PpXL3Uby2mkpWqZs46wuRzM+Qcaz9uVgiqvA7FZNUgfgRJ4HFgciYxydjy7MtdJkNBOuUSG0SNNIVxdKyHdPLIXMlJreI= root@cinder-test-vm2-1e09d482-9fae-434c-b5c3-aa7c9a0e0831\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.46s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.11,24,fe80::f816:3eff:fec3:818d/64,\nip-route:default via 192.168.120.1 dev eth0 \nip-route:169.254.169.254 via 192.168.120.2 dev eth0 \nip-route:192.168.120.0/24 dev eth0 src 192.168.120.11 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000007\nname: N/A\navailability-zone: nova\nlocal-hostname: cinder-test-vm2-1e09d482-9fae-434c-b5c3-aa7c9a0e0831\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=3.29 ===\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-1e09d482-9fae-434c-b5c3-aa7c9a0e0831 login: "} 2018-08-15 17:32:29,524 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/b4b18d7b-2978-476e-8c31-602a234a632a/action used request id req-5ba08a02-c239-419a-90fe-61b58773dfea 2018-08-15 17:32:29,524 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0893750190735s 2018-08-15 17:32:29,525 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/b4b18d7b-2978-476e-8c31-602a234a632a/action used request id req-5ba08a02-c239-419a-90fe-61b58773dfea 2018-08-15 17:32:29,525 - 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 500476663 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.180857] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.183070] pid_max: default: 32768 minimum: 301 [ 0.184277] ACPI: Core revision 20150930 [ 0.185925] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.187679] Security Framework initialized [ 0.188779] Yama: becoming mindful. [ 0.189760] AppArmor: AppArmor initialized [ 0.190897] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.192641] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.194317] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.195924] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.197768] Initializing cgroup subsys io [ 0.198860] Initializing cgroup subsys memory [ 0.200025] Initializing cgroup subsys devices [ 0.201200] Initializing cgroup subsys freezer [ 0.202362] Initializing cgroup subsys net_cls [ 0.203526] Initializing cgroup subsys perf_event [ 0.204753] Initializing cgroup subsys net_prio [ 0.205932] Initializing cgroup subsys hugetlb [ 0.207096] Initializing cgroup subsys pids [ 0.208261] CPU: Physical Processor ID: 0 [ 0.210052] mce: CPU supports 10 MCE banks [ 0.211172] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.212513] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.227352] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.233931] ftrace: allocating 31920 entries in 125 pages [ 0.259401] smpboot: Max logical packages: 1 [ 0.260584] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.262414] x2apic enabled [ 0.263532] Switched APIC routing to physical x2apic. [ 0.265962] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.267453] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.270108] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.272508] KVM setup paravirtual spinlock [ 0.274072] x86: Booted up 1 node, 1 CPUs [ 0.275145] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.276954] devtmpfs: initialized [ 0.278906] evm: security.selinux [ 0.279850] evm: security.SMACK64 [ 0.280785] evm: security.SMACK64EXEC [ 0.281784] evm: security.SMACK64TRANSMUTE [ 0.282843] evm: security.SMACK64MMAP [ 0.283822] evm: security.ima [ 0.284672] evm: security.capability [ 0.285714] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.288146] pinctrl core: initialized pinctrl subsystem [ 0.289566] RTC time: 17:32:15, date: 08/15/18 [ 0.290830] NET: Registered protocol family 16 [ 0.292120] cpuidle: using governor ladder [ 0.293206] cpuidle: using governor menu [ 0.294253] PCCT header not found. [ 0.295240] ACPI: bus type PCI registered [ 0.296302] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.297919] PCI: Using configuration type 1 for base access [ 0.300032] ACPI: Added _OSI(Module Device) [ 0.301156] ACPI: Added _OSI(Processor Device) [ 0.302308] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.303518] ACPI: Added _OSI(Processor Aggregator Device) [ 0.305624] ACPI: Interpreter enabled [ 0.306649] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.309134] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.311613] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.314105] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.316594] ACPI: (supports S0 S5) [ 0.317551] ACPI: Using IOAPIC for interrupt routing [ 0.318812] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.322671] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.324184] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.325819] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.327402] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.330310] acpiphp: Slot [3] registered [ 0.331387] acpiphp: Slot [4] registered [ 0.332454] acpiphp: Slot [5] registered [ 0.333518] acpiphp: Slot [6] registered [ 0.334574] acpiphp: Slot [7] registered [ 0.335637] acpiphp: Slot [8] registered [ 0.336702] acpiphp: Slot [9] registered [ 0.337763] acpiphp: Slot [10] registered [ 0.338847] acpiphp: Slot [11] registered [ 0.339927] acpiphp: Slot [12] registered [ 0.340997] acpiphp: Slot [13] registered [ 0.342069] acpiphp: Slot [14] registered [ 0.343157] acpiphp: Slot [15] registered [ 0.358014] acpiphp: Slot [16] registered [ 0.359110] acpiphp: Slot [17] registered [ 0.360187] acpiphp: Slot [18] registered [ 0.361258] acpiphp: Slot [19] registered [ 0.362328] acpiphp: Slot [20] registered [ 0.363401] acpiphp: Slot [21] registered [ 0.364470] acpiphp: Slot [22] registered [ 0.365554] acpiphp: Slot [23] registered [ 0.366633] acpiphp: Slot [24] registered [ 0.367711] acpiphp: Slot [25] registered [ 0.368796] acpiphp: Slot [26] registered [ 0.369876] acpiphp: Slot [27] registered [ 0.370964] acpiphp: Slot [28] registered [ 0.372050] acpiphp: Slot [29] registered [ 0.373133] acpiphp: Slot [30] registered [ 0.374211] acpiphp: Slot [31] registered [ 0.375284] PCI host bridge to bus 0000:00 [ 0.376349] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.377926] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.379511] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.381435] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.383375] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.385352] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.389284] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.390980] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.392518] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.394185] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.398466] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.400358] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.420762] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.422717] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.424633] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.426518] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.428435] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.430177] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.431933] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.433334] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.435411] vgaarb: loaded [ 0.436225] vgaarb: bridge control possible 0000:00:02.0 [ 0.437844] SCSI subsystem initialized [ 0.439073] ACPI: bus type USB registered [ 0.440182] usbcore: registered new interface driver usbfs [ 0.441552] usbcore: registered new interface driver hub [ 0.442886] usbcore: registered new device driver usb [ 0.444376] PCI: Using ACPI for IRQ routing [ 0.445861] NetLabel: Initializing [ 0.446830] NetLabel: domain hash size = 128 [ 0.447968] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.449249] NetLabel: unlabeled traffic allowed by default [ 0.450792] clocksource: Switched to clocksource kvm-clock [ 0.461266] AppArmor: AppArmor Filesystem Enabled [ 0.462536] pnp: PnP ACPI init [ 0.463736] pnp: PnP ACPI: found 5 devices [ 0.470560] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.472848] NET: Registered protocol family 2 [ 0.474229] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.475941] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.477539] TCP: Hash tables configured (established 4096 bind 4096) [ 0.479143] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.480581] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.482123] NET: Registered protocol family 1 [ 0.483293] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.484753] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.486181] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.500662] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.515199] Trying to unpack rootfs image as initramfs... [ 0.577664] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.582472] Scanning for low memory corruption every 60 seconds [ 0.584650] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.586227] audit: initializing netlink subsys (disabled) [ 0.587696] audit: type=2000 audit(1534354336.257:1): initialized [ 0.589528] Initialise system trusted keyring [ 0.590947] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.592500] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.595203] zbud: loaded [ 0.596196] VFS: Disk quotas dquot_6.6.0 [ 0.597310] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.599449] fuse init (API version 7.23) [ 0.600661] Key type big_key registered [ 0.601746] Allocating IMA MOK and blacklist keyrings. [ 0.603399] Key type asymmetric registered [ 0.604509] Asymmetric key parser 'x509' registered [ 0.605783] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.607782] io scheduler noop registered [ 0.608851] io scheduler deadline registered (default) [ 0.610183] io scheduler cfq registered [ 0.611355] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.612746] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.614457] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.616429] ACPI: Power Button [PWRF] [ 0.617618] GHES: HEST is not enabled! [ 0.631678] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.660634] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.663439] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.687067] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.690005] Linux agpgart interface v0.103 [ 0.693448] brd: module loaded [ 0.695680] loop: module loaded [ 0.700349] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.702321] GPT:90111 != 2097151 [ 0.703247] GPT:Alternate GPT header not at the end of the disk. [ 0.704717] GPT:90111 != 2097151 [ 0.705642] GPT: Use GNU Parted to correct GPT errors. [ 0.706952] vda: vda1 vda15 [ 0.708579] scsi host0: ata_piix [ 0.709636] scsi host1: ata_piix [ 0.710621] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.712238] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.714187] libphy: Fixed MDIO Bus: probed [ 0.715529] tun: Universal TUN/TAP device driver, 1.6 [ 0.716816] tun: (C) 1999-2004 Max Krasnyansky [ 0.719837] PPP generic driver version 2.4.2 [ 0.721591] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.723566] ehci-pci: EHCI PCI platform driver [ 0.724804] ehci-platform: EHCI generic platform driver [ 0.726130] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.727647] ohci-pci: OHCI PCI platform driver [ 0.728822] ohci-platform: OHCI generic platform driver [ 0.730147] uhci_hcd: USB Universal Host Controller Interface driver [ 0.744689] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.746024] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.747990] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.749326] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.750860] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.752492] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.754402] usb usb1: Product: UHCI Host Controller [ 0.755633] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.757123] usb usb1: SerialNumber: 0000:00:01.2 [ 0.758429] hub 1-0:1.0: USB hub found [ 0.759528] hub 1-0:1.0: 2 ports detected [ 0.760784] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.763623] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.764900] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.766263] mousedev: PS/2 mouse device common for all mice [ 0.767932] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.770351] rtc_cmos 00:00: RTC can wake from S4 [ 0.771862] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.773452] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.775039] i2c /dev entries driver [ 0.776064] device-mapper: uevent: version 1.0.3 [ 0.777331] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.779519] ledtrig-cpu: registered to indicate activity on CPUs [ 0.781378] NET: Registered protocol family 10 [ 0.782915] NET: Registered protocol family 17 [ 0.784109] Key type dns_resolver registered [ 0.785379] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.786831] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.789191] registered taskstats version 1 [ 0.790315] Loading compiled-in X.509 certificates [ 0.792112] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.794573] zswap: loaded using pool lzo/zbud [ 0.796639] Key type trusted registered [ 0.798751] Key type encrypted registered [ 0.799875] AppArmor: AppArmor sha1 policy hashing enabled [ 0.801274] ima: No TPM chip found, activating TPM-bypass! [ 0.802663] evm: HMAC attrs: 0x1 [ 0.803935] Magic number: 14:420:542 [ 0.805082] rtc_cmos 00:00: setting system clock to 2018-08-15 17:32:16 UTC (1534354336) [ 0.807259] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.808729] EDD information not available. [ 0.872370] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.889002] Write protecting the kernel read-only data: 14336k [ 0.891949] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.894393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.68 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.80 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.049212] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.90. iid=i-00000007 failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /run/cirros/datasource/data/user-data was not '#!' or executable === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.912 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC2eaDPoF3rwX+KPGeeBPQTM6u7VsqtYPm15fK9g1oC7m/AHUfdL9ptmfe1s/99QrWaSDW5OOCTtWhixoXFB7ZBjLGIv5veRLTSGJbe8aUBabk1YN4SY9QxBJ3CZlYGsH1igUaWVZHMShQ0u2Qe4syBZAWi2OqCCTw+uHJ4khAwGRzuMrUHUl3n0KOQIKLfqd+mtl6RvtTUk0lCfvbETnN+K2FovZQdiDORNQylIV9McV60OayjufVjHHco+QCBQ4ukD4MWcg78zjhV668fSlm0fkLuKMWKYaD6lxPD6C2nUgODzBYwkVyDZScnjh+tegjoECtRqpVavfw9HGOHoplB root@cinder-test-vm2-1e09d482-9fae-434c-b5c3-aa7c9a0e0831 ssh-dss AAAAB3NzaC1kc3MAAACBAPZkck6NzgQGyGlxgK6OdnIoAsLrPK0gHuEi4GEE6V3qXmeEg186fk/5iASP8TyujD8n9nhVZIBiBowtIomNF03v5vkbg8cyWjnZDHXhGkuas5tVqXWQfiKZ1xCjPitgsr/31BroP03qVTIkpBro5MwedWUoOqkh1IMIGT4C4cmLAAAAFQCQEiP/j7R8dp/Qss3QUCz1ZtwUQwAAAIEA7oz2zUO17LFecUufXRNWs2V98LaxnXLFZOMHOCuo1OiZOBZ2e/Y/IEgaRZDK2cNW9ugqqoAL66Wh43s2gc/ncV/5UUofGwcEv181g9U08Mlk0eqMVk5Qz06EnIt9DtcF20JDGFvTaxC+n2bfpJZ4PuEDBKZcQdv3Hnx9lluCIHgAAACAF7plwEeK6hsojeFgE2BJymEeBk/v/Z50xZKj10D85yWHV7rrg1PgwPL6itqLSK7mr2Fbk1a6Ta9Vr1PpXL3Uby2mkpWqZs46wuRzM+Qcaz9uVgiqvA7FZNUgfgRJ4HFgciYxydjy7MtdJkNBOuUSG0SNNIVxdKyHdPLIXMlJreI= root@cinder-test-vm2-1e09d482-9fae-434c-b5c3-aa7c9a0e0831 -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.46s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.11,24,fe80::f816:3eff:fec3:818d/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.2 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.11 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-00000007 name: N/A availability-zone: nova local-hostname: cinder-test-vm2-1e09d482-9fae-434c-b5c3-aa7c9a0e0831 launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=3.29 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. cinder-test-vm2-1e09d482-9fae-434c-b5c3-aa7c9a0e0831 login: 2018-08-15 17:32:29,528 - paramiko.transport - DEBUG - starting thread (client mode): 0xdb678190L 2018-08-15 17:32:29,528 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-15 17:32:29,529 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-08-15 17:32:29,529 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-08-15 17:32:29,529 - 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-15 17:32:29,530 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-15 17:32:29,530 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-08-15 17:32:29,530 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-15 17:32:29,530 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-15 17:32:29,530 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-15 17:32:29,547 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-15 17:32:29,547 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-15 17:32:29,561 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.201: 18ff42734cd5e7417450bd2b72599f27 2018-08-15 17:32:29,562 - paramiko.transport - DEBUG - Trying discovered key 2c3525514b2ff6b84e247005b5c49548 in /tmp/tmpXLsh48 2018-08-15 17:32:29,583 - paramiko.transport - DEBUG - userauth is OK 2018-08-15 17:32:29,589 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-15 17:32:29,597 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.POST.volumes 2018-08-15 17:32:29,600 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8776/v3/ddc97551f7ab4f8eb1fafb6b6b08f3ca/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}285fa0cc99fb01e3085597aec8adba9b390d5424" -d '{"volume": {"display_name": "cinder_test-volume_1e09d482-9fae-434c-b5c3-aa7c9a0e0831", "size": "2"}}' 2018-08-15 17:32:30,871 - keystoneauth.session - DEBUG - RESP: [202] Date: Wed, 15 Aug 2018 17:32:29 GMT Server: Apache x-compute-request-id: req-29427073-afc8-441f-9d06-012cab0f5fab OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-29427073-afc8-441f-9d06-012cab0f5fab Content-Length: 816 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "7b42c59b0e06439ba83254321f29fb92", "attachments": [], "links": [{"href": "http://172.30.9.27:8776/v3/ddc97551f7ab4f8eb1fafb6b6b08f3ca/volumes/37a9098e-45c6-45f9-af08-0cea95355192", "rel": "self"}, {"href": "http://172.30.9.27:8776/ddc97551f7ab4f8eb1fafb6b6b08f3ca/volumes/37a9098e-45c6-45f9-af08-0cea95355192", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-15T17:32:30.000000", "description": null, "updated_at": null, "volume_type": null, "name": "cinder_test-volume_1e09d482-9fae-434c-b5c3-aa7c9a0e0831", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "37a9098e-45c6-45f9-af08-0cea95355192", "size": 2}} 2018-08-15 17:32:30,872 - keystoneauth.session - DEBUG - POST call to volumev3 for http://172.30.9.27:8776/v3/ddc97551f7ab4f8eb1fafb6b6b08f3ca/volumes used request id req-29427073-afc8-441f-9d06-012cab0f5fab 2018-08-15 17:32:30,872 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.POST.volumes in 1.27486610413s 2018-08-15 17:32:30,872 - shade.request_ids - DEBUG - POST call to volumev3 for http://172.30.9.27:8776/v3/ddc97551f7ab4f8eb1fafb6b6b08f3ca/volumes used request id req-29427073-afc8-441f-9d06-012cab0f5fab 2018-08-15 17:32:30,873 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-15 17:32:30,876 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8776/v3/ddc97551f7ab4f8eb1fafb6b6b08f3ca/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}285fa0cc99fb01e3085597aec8adba9b390d5424" 2018-08-15 17:32:31,858 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:32:30 GMT Server: Apache x-compute-request-id: req-cd2b6ff3-380a-4955-be2b-5f8285ddf9aa OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-cd2b6ff3-380a-4955-be2b-5f8285ddf9aa Content-Encoding: gzip Content-Length: 446 Content-Type: application/json RESP BODY: {"volumes": [{"status": "creating", "user_id": "7b42c59b0e06439ba83254321f29fb92", "attachments": [], "links": [{"href": "http://172.30.9.27:8776/v3/ddc97551f7ab4f8eb1fafb6b6b08f3ca/volumes/37a9098e-45c6-45f9-af08-0cea95355192", "rel": "self"}, {"href": "http://172.30.9.27:8776/ddc97551f7ab4f8eb1fafb6b6b08f3ca/volumes/37a9098e-45c6-45f9-af08-0cea95355192", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-15T17:32:30.000000", "description": null, "os-vol-tenant-attr:tenant_id": "ddc97551f7ab4f8eb1fafb6b6b08f3ca", "updated_at": "2018-08-15T17:32:30.000000", "volume_type": null, "name": "cinder_test-volume_1e09d482-9fae-434c-b5c3-aa7c9a0e0831", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "37a9098e-45c6-45f9-af08-0cea95355192", "size": 2}]} 2018-08-15 17:32:31,858 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/ddc97551f7ab4f8eb1fafb6b6b08f3ca/volumes/detail used request id req-cd2b6ff3-380a-4955-be2b-5f8285ddf9aa 2018-08-15 17:32:31,858 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.985350847244s 2018-08-15 17:32:31,859 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/ddc97551f7ab4f8eb1fafb6b6b08f3ca/volumes/detail used request id req-cd2b6ff3-380a-4955-be2b-5f8285ddf9aa 2018-08-15 17:32:31,861 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 17:32:33,863 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-15 17:32:33,866 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8776/v3/ddc97551f7ab4f8eb1fafb6b6b08f3ca/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}285fa0cc99fb01e3085597aec8adba9b390d5424" 2018-08-15 17:32:34,844 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:32:33 GMT Server: Apache x-compute-request-id: req-4537d87f-8ccb-4ee2-bc8f-090547f3266a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-4537d87f-8ccb-4ee2-bc8f-090547f3266a Content-Encoding: gzip Content-Length: 448 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "7b42c59b0e06439ba83254321f29fb92", "attachments": [], "links": [{"href": "http://172.30.9.27:8776/v3/ddc97551f7ab4f8eb1fafb6b6b08f3ca/volumes/37a9098e-45c6-45f9-af08-0cea95355192", "rel": "self"}, {"href": "http://172.30.9.27:8776/ddc97551f7ab4f8eb1fafb6b6b08f3ca/volumes/37a9098e-45c6-45f9-af08-0cea95355192", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-15T17:32:30.000000", "description": null, "os-vol-tenant-attr:tenant_id": "ddc97551f7ab4f8eb1fafb6b6b08f3ca", "updated_at": "2018-08-15T17:32:33.000000", "volume_type": null, "name": "cinder_test-volume_1e09d482-9fae-434c-b5c3-aa7c9a0e0831", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "37a9098e-45c6-45f9-af08-0cea95355192", "size": 2}]} 2018-08-15 17:32:34,844 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/ddc97551f7ab4f8eb1fafb6b6b08f3ca/volumes/detail used request id req-4537d87f-8ccb-4ee2-bc8f-090547f3266a 2018-08-15 17:32:34,844 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.980433940887s 2018-08-15 17:32:34,844 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/ddc97551f7ab4f8eb1fafb6b6b08f3ca/volumes/detail used request id req-4537d87f-8ccb-4ee2-bc8f-090547f3266a 2018-08-15 17:32:34,846 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-15 17:32:34,847 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}285fa0cc99fb01e3085597aec8adba9b390d5424" 2018-08-15 17:32:35,373 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-92b49bee-e5cd-4df9-b248-3f8348698c45 Date: Wed, 15 Aug 2018 17:32:35 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":["9118d141-db74-4b24-9a42-9e6afdfd1971"],"updated_at":"2018-08-15T17:32:00Z","tenant_id":"ddc97551f7ab4f8eb1fafb6b6b08f3ca","created_at":"2018-08-15T17:31:59Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"ddc97551f7ab4f8eb1fafb6b6b08f3ca","id":"d776e6d6-866a-4e52-982d-a6fd7b9991f6","name":"cinder_test-net_1e09d482-9fae-434c-b5c3-aa7c9a0e0831"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["3ef75223-733d-425d-bb3e-88e8a796bebc"],"updated_at":"2018-08-15T17:16:30Z","tenant_id":"d2c267e1fee9461ba5e64a915b9518f5","created_at":"2018-08-15T17:16:26Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"d2c267e1fee9461ba5e64a915b9518f5","id":"fc8ca119-27ab-4070-99fa-a2993d11ee48","name":"external"}]} 2018-08-15 17:32:35,373 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-92b49bee-e5cd-4df9-b248-3f8348698c45 2018-08-15 17:32:35,373 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.52684211731s 2018-08-15 17:32:35,373 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-92b49bee-e5cd-4df9-b248-3f8348698c45 2018-08-15 17:32:35,378 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-15 17:32:35,382 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}285fa0cc99fb01e3085597aec8adba9b390d5424" 2018-08-15 17:32:35,430 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1399 Content-Type: application/json X-Openstack-Request-Id: req-86af32a6-403a-4e1e-b903-5460451edbc0 Date: Wed, 15 Aug 2018 17:32:35 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-15T17:32:04Z", "file": "/v2/images/2a833dea-0de2-44f9-99cc-33a91131c5d7/file", "owner": "ddc97551f7ab4f8eb1fafb6b6b08f3ca", "id": "2a833dea-0de2-44f9-99cc-33a91131c5d7", "size": 12716032, "self": "/v2/images/2a833dea-0de2-44f9-99cc-33a91131c5d7", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/2a833dea-0de2-44f9-99cc-33a91131c5d7/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/2a833dea-0de2-44f9-99cc-33a91131c5d7/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cinder_test-img_1e09d482-9fae-434c-b5c3-aa7c9a0e0831", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "cinder_test-img_1e09d482-9fae-434c-b5c3-aa7c9a0e0831", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-15T17:32:04Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-15 17:32:35,431 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-86af32a6-403a-4e1e-b903-5460451edbc0 2018-08-15 17:32:35,431 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0524160861969s 2018-08-15 17:32:35,431 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-86af32a6-403a-4e1e-b903-5460451edbc0 2018-08-15 17:32:35,433 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-15 17:32:35,435 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}285fa0cc99fb01e3085597aec8adba9b390d5424" 2018-08-15 17:32:35,457 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:32: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-57c9e5cf-0528-4084-9ef3-3223c5e67081 x-compute-request-id: req-57c9e5cf-0528-4084-9ef3-3223c5e67081 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cinder_test-flavor_1e09d482-9fae-434c-b5c3-aa7c9a0e0831", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/a9db870a-3a7d-4696-a07d-9396ba75c301", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/a9db870a-3a7d-4696-a07d-9396ba75c301", "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": "a9db870a-3a7d-4696-a07d-9396ba75c301"}]} 2018-08-15 17:32:35,458 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-57c9e5cf-0528-4084-9ef3-3223c5e67081 2018-08-15 17:32:35,458 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0250627994537s 2018-08-15 17:32:35,458 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-57c9e5cf-0528-4084-9ef3-3223c5e67081 2018-08-15 17:32:35,460 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-15 17:32:35,462 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}285fa0cc99fb01e3085597aec8adba9b390d5424" -d '{"server": {"name": "cinder_test-vm_1e09d482-9fae-434c-b5c3-aa7c9a0e0831", "imageRef": "2a833dea-0de2-44f9-99cc-33a91131c5d7", "key_name": "cinder_test-kp_1e09d482-9fae-434c-b5c3-aa7c9a0e0831", "flavorRef": "a9db870a-3a7d-4696-a07d-9396ba75c301", "max_count": 1, "min_count": 1, "networks": [{"uuid": "d776e6d6-866a-4e52-982d-a6fd7b9991f6"}], "security_groups": [{"name": "cd631f1a-3021-4ec7-9621-7722bcd7defe"}]}}' 2018-08-15 17:32:37,346 - keystoneauth.session - DEBUG - RESP: [202] Date: Wed, 15 Aug 2018 17:32: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-c506413c-aa72-4d02-9e3c-767d9ea08588 x-compute-request-id: req-c506413c-aa72-4d02-9e3c-767d9ea08588 Content-Length: 403 location: http://172.30.9.27:8774/v2.1/servers/0da05ca6-aded-493d-aa9f-0930af325699 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "cd631f1a-3021-4ec7-9621-7722bcd7defe"}], "OS-DCF:diskConfig": "MANUAL", "id": "0da05ca6-aded-493d-aa9f-0930af325699", "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/0da05ca6-aded-493d-aa9f-0930af325699", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/0da05ca6-aded-493d-aa9f-0930af325699", "rel": "bookmark"}], "adminPass": "HNffA26N4xLz"}} 2018-08-15 17:32:37,347 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-c506413c-aa72-4d02-9e3c-767d9ea08588 2018-08-15 17:32:37,347 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 1.88704490662s 2018-08-15 17:32:37,347 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-c506413c-aa72-4d02-9e3c-767d9ea08588 2018-08-15 17:32:37,348 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 17:32:37,351 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}285fa0cc99fb01e3085597aec8adba9b390d5424" 2018-08-15 17:32:37,520 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:32:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-48ea9b19-89da-43c7-9c53-8a95ac0197cf x-compute-request-id: req-48ea9b19-89da-43c7-9c53-8a95ac0197cf 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.27:8774/v2.1/servers/0da05ca6-aded-493d-aa9f-0930af325699", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/0da05ca6-aded-493d-aa9f-0930af325699", "rel": "bookmark"}], "image": {"id": "2a833dea-0de2-44f9-99cc-33a91131c5d7", "links": [{"href": "http://172.30.9.27:8774/images/2a833dea-0de2-44f9-99cc-33a91131c5d7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a9db870a-3a7d-4696-a07d-9396ba75c301", "links": [{"href": "http://172.30.9.27:8774/flavors/a9db870a-3a7d-4696-a07d-9396ba75c301", "rel": "bookmark"}]}, "id": "0da05ca6-aded-493d-aa9f-0930af325699", "user_id": "7b42c59b0e06439ba83254321f29fb92", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T17:32:37Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_1e09d482-9fae-434c-b5c3-aa7c9a0e0831", "name": "cinder_test-vm_1e09d482-9fae-434c-b5c3-aa7c9a0e0831", "created": "2018-08-15T17:32:37Z", "tenant_id": "ddc97551f7ab4f8eb1fafb6b6b08f3ca", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_1e09d482-9fae-434c-b5c3-aa7c9a0e0831": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c3:81:8d", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c3:81:8d", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/b4b18d7b-2978-476e-8c31-602a234a632a", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/b4b18d7b-2978-476e-8c31-602a234a632a", "rel": "bookmark"}], "image": {"id": "2a833dea-0de2-44f9-99cc-33a91131c5d7", "links": [{"href": "http://172.30.9.27:8774/images/2a833dea-0de2-44f9-99cc-33a91131c5d7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T17:32:15.000000", "flavor": {"id": "a9db870a-3a7d-4696-a07d-9396ba75c301", "links": [{"href": "http://172.30.9.27:8774/flavors/a9db870a-3a7d-4696-a07d-9396ba75c301", "rel": "bookmark"}]}, "id": "b4b18d7b-2978-476e-8c31-602a234a632a", "security_groups": [{"name": "cinder_test-sg_1e09d482-9fae-434c-b5c3-aa7c9a0e0831"}], "user_id": "7b42c59b0e06439ba83254321f29fb92", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T17:32:15Z", "hostId": "fd27f4c04e9d795f90b218788b4f5255971df35dffc0c315e372d4f0", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_1e09d482-9fae-434c-b5c3-aa7c9a0e0831", "name": "cinder_test-vm2_1e09d482-9fae-434c-b5c3-aa7c9a0e0831", "created": "2018-08-15T17:32:08Z", "tenant_id": "ddc97551f7ab4f8eb1fafb6b6b08f3ca", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 17:32:37,521 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-48ea9b19-89da-43c7-9c53-8a95ac0197cf 2018-08-15 17:32:37,521 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.17289185524s 2018-08-15 17:32:37,521 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-48ea9b19-89da-43c7-9c53-8a95ac0197cf 2018-08-15 17:32:37,526 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 17:32:39,528 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 17:32:39,531 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}285fa0cc99fb01e3085597aec8adba9b390d5424" 2018-08-15 17:32:40,304 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:32: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-c5121fe0-ee0c-43cb-86b1-4925ba958a4a x-compute-request-id: req-c5121fe0-ee0c-43cb-86b1-4925ba958a4a Content-Encoding: gzip Content-Length: 856 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/0da05ca6-aded-493d-aa9f-0930af325699", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/0da05ca6-aded-493d-aa9f-0930af325699", "rel": "bookmark"}], "image": {"id": "2a833dea-0de2-44f9-99cc-33a91131c5d7", "links": [{"href": "http://172.30.9.27:8774/images/2a833dea-0de2-44f9-99cc-33a91131c5d7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a9db870a-3a7d-4696-a07d-9396ba75c301", "links": [{"href": "http://172.30.9.27:8774/flavors/a9db870a-3a7d-4696-a07d-9396ba75c301", "rel": "bookmark"}]}, "id": "0da05ca6-aded-493d-aa9f-0930af325699", "user_id": "7b42c59b0e06439ba83254321f29fb92", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T17:32:39Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_1e09d482-9fae-434c-b5c3-aa7c9a0e0831", "name": "cinder_test-vm_1e09d482-9fae-434c-b5c3-aa7c9a0e0831", "created": "2018-08-15T17:32:37Z", "tenant_id": "ddc97551f7ab4f8eb1fafb6b6b08f3ca", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_1e09d482-9fae-434c-b5c3-aa7c9a0e0831": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c3:81:8d", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c3:81:8d", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/b4b18d7b-2978-476e-8c31-602a234a632a", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/b4b18d7b-2978-476e-8c31-602a234a632a", "rel": "bookmark"}], "image": {"id": "2a833dea-0de2-44f9-99cc-33a91131c5d7", "links": [{"href": "http://172.30.9.27:8774/images/2a833dea-0de2-44f9-99cc-33a91131c5d7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T17:32:15.000000", "flavor": {"id": "a9db870a-3a7d-4696-a07d-9396ba75c301", "links": [{"href": "http://172.30.9.27:8774/flavors/a9db870a-3a7d-4696-a07d-9396ba75c301", "rel": "bookmark"}]}, "id": "b4b18d7b-2978-476e-8c31-602a234a632a", "security_groups": [{"name": "cinder_test-sg_1e09d482-9fae-434c-b5c3-aa7c9a0e0831"}], "user_id": "7b42c59b0e06439ba83254321f29fb92", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T17:32:15Z", "hostId": "fd27f4c04e9d795f90b218788b4f5255971df35dffc0c315e372d4f0", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_1e09d482-9fae-434c-b5c3-aa7c9a0e0831", "name": "cinder_test-vm2_1e09d482-9fae-434c-b5c3-aa7c9a0e0831", "created": "2018-08-15T17:32:08Z", "tenant_id": "ddc97551f7ab4f8eb1fafb6b6b08f3ca", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 17:32:40,305 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-c5121fe0-ee0c-43cb-86b1-4925ba958a4a 2018-08-15 17:32:40,305 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.776249170303s 2018-08-15 17:32:40,305 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-c5121fe0-ee0c-43cb-86b1-4925ba958a4a 2018-08-15 17:32:40,310 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 17:32:42,311 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 17:32:42,314 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}285fa0cc99fb01e3085597aec8adba9b390d5424" 2018-08-15 17:32:42,696 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:32: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-389e85ec-0a32-41f3-bf86-55e6de205d51 x-compute-request-id: req-389e85ec-0a32-41f3-bf86-55e6de205d51 Content-Encoding: gzip Content-Length: 902 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/0da05ca6-aded-493d-aa9f-0930af325699", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/0da05ca6-aded-493d-aa9f-0930af325699", "rel": "bookmark"}], "image": {"id": "2a833dea-0de2-44f9-99cc-33a91131c5d7", "links": [{"href": "http://172.30.9.27:8774/images/2a833dea-0de2-44f9-99cc-33a91131c5d7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a9db870a-3a7d-4696-a07d-9396ba75c301", "links": [{"href": "http://172.30.9.27:8774/flavors/a9db870a-3a7d-4696-a07d-9396ba75c301", "rel": "bookmark"}]}, "id": "0da05ca6-aded-493d-aa9f-0930af325699", "security_groups": [{"name": "cinder_test-sg_1e09d482-9fae-434c-b5c3-aa7c9a0e0831"}], "user_id": "7b42c59b0e06439ba83254321f29fb92", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T17:32:40Z", "hostId": "5cb41574b93a4d59195198d3f7a8f50bac12ab1e46e46a565a827f68", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_1e09d482-9fae-434c-b5c3-aa7c9a0e0831", "name": "cinder_test-vm_1e09d482-9fae-434c-b5c3-aa7c9a0e0831", "created": "2018-08-15T17:32:37Z", "tenant_id": "ddc97551f7ab4f8eb1fafb6b6b08f3ca", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_1e09d482-9fae-434c-b5c3-aa7c9a0e0831": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c3:81:8d", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c3:81:8d", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/b4b18d7b-2978-476e-8c31-602a234a632a", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/b4b18d7b-2978-476e-8c31-602a234a632a", "rel": "bookmark"}], "image": {"id": "2a833dea-0de2-44f9-99cc-33a91131c5d7", "links": [{"href": "http://172.30.9.27:8774/images/2a833dea-0de2-44f9-99cc-33a91131c5d7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T17:32:15.000000", "flavor": {"id": "a9db870a-3a7d-4696-a07d-9396ba75c301", "links": [{"href": "http://172.30.9.27:8774/flavors/a9db870a-3a7d-4696-a07d-9396ba75c301", "rel": "bookmark"}]}, "id": "b4b18d7b-2978-476e-8c31-602a234a632a", "security_groups": [{"name": "cinder_test-sg_1e09d482-9fae-434c-b5c3-aa7c9a0e0831"}], "user_id": "7b42c59b0e06439ba83254321f29fb92", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T17:32:15Z", "hostId": "fd27f4c04e9d795f90b218788b4f5255971df35dffc0c315e372d4f0", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_1e09d482-9fae-434c-b5c3-aa7c9a0e0831", "name": "cinder_test-vm2_1e09d482-9fae-434c-b5c3-aa7c9a0e0831", "created": "2018-08-15T17:32:08Z", "tenant_id": "ddc97551f7ab4f8eb1fafb6b6b08f3ca", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 17:32:42,696 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-389e85ec-0a32-41f3-bf86-55e6de205d51 2018-08-15 17:32:42,697 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.384946107864s 2018-08-15 17:32:42,697 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-389e85ec-0a32-41f3-bf86-55e6de205d51 2018-08-15 17:32:42,702 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 17:32:44,705 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 17:32:44,708 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}285fa0cc99fb01e3085597aec8adba9b390d5424" 2018-08-15 17:32:45,254 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:32: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-e73b46c5-a03a-441c-92f2-90f986051914 x-compute-request-id: req-e73b46c5-a03a-441c-92f2-90f986051914 Content-Encoding: gzip Content-Length: 882 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_1e09d482-9fae-434c-b5c3-aa7c9a0e0831": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cd:d5:36", "version": 4, "addr": "192.168.120.16", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/0da05ca6-aded-493d-aa9f-0930af325699", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/0da05ca6-aded-493d-aa9f-0930af325699", "rel": "bookmark"}], "image": {"id": "2a833dea-0de2-44f9-99cc-33a91131c5d7", "links": [{"href": "http://172.30.9.27:8774/images/2a833dea-0de2-44f9-99cc-33a91131c5d7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T17:32:44.000000", "flavor": {"id": "a9db870a-3a7d-4696-a07d-9396ba75c301", "links": [{"href": "http://172.30.9.27:8774/flavors/a9db870a-3a7d-4696-a07d-9396ba75c301", "rel": "bookmark"}]}, "id": "0da05ca6-aded-493d-aa9f-0930af325699", "security_groups": [{"name": "cinder_test-sg_1e09d482-9fae-434c-b5c3-aa7c9a0e0831"}], "user_id": "7b42c59b0e06439ba83254321f29fb92", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T17:32:44Z", "hostId": "5cb41574b93a4d59195198d3f7a8f50bac12ab1e46e46a565a827f68", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_1e09d482-9fae-434c-b5c3-aa7c9a0e0831", "name": "cinder_test-vm_1e09d482-9fae-434c-b5c3-aa7c9a0e0831", "created": "2018-08-15T17:32:37Z", "tenant_id": "ddc97551f7ab4f8eb1fafb6b6b08f3ca", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_1e09d482-9fae-434c-b5c3-aa7c9a0e0831": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c3:81:8d", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c3:81:8d", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/b4b18d7b-2978-476e-8c31-602a234a632a", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/b4b18d7b-2978-476e-8c31-602a234a632a", "rel": "bookmark"}], "image": {"id": "2a833dea-0de2-44f9-99cc-33a91131c5d7", "links": [{"href": "http://172.30.9.27:8774/images/2a833dea-0de2-44f9-99cc-33a91131c5d7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T17:32:15.000000", "flavor": {"id": "a9db870a-3a7d-4696-a07d-9396ba75c301", "links": [{"href": "http://172.30.9.27:8774/flavors/a9db870a-3a7d-4696-a07d-9396ba75c301", "rel": "bookmark"}]}, "id": "b4b18d7b-2978-476e-8c31-602a234a632a", "security_groups": [{"name": "cinder_test-sg_1e09d482-9fae-434c-b5c3-aa7c9a0e0831"}], "user_id": "7b42c59b0e06439ba83254321f29fb92", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T17:32:15Z", "hostId": "fd27f4c04e9d795f90b218788b4f5255971df35dffc0c315e372d4f0", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_1e09d482-9fae-434c-b5c3-aa7c9a0e0831", "name": "cinder_test-vm2_1e09d482-9fae-434c-b5c3-aa7c9a0e0831", "created": "2018-08-15T17:32:08Z", "tenant_id": "ddc97551f7ab4f8eb1fafb6b6b08f3ca", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 17:32:45,254 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-e73b46c5-a03a-441c-92f2-90f986051914 2018-08-15 17:32:45,255 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.549826860428s 2018-08-15 17:32:45,255 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-e73b46c5-a03a-441c-92f2-90f986051914 2018-08-15 17:32:45,260 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-15 17:32:45,260 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/ports.json?device_id=0da05ca6-aded-493d-aa9f-0930af325699" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}285fa0cc99fb01e3085597aec8adba9b390d5424" 2018-08-15 17:32:45,309 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-9c40e2fe-e4a6-4ecc-a885-8c1e7151f489 Date: Wed, 15 Aug 2018 17:32:45 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"d776e6d6-866a-4e52-982d-a6fd7b9991f6","tenant_id":"ddc97551f7ab4f8eb1fafb6b6b08f3ca","created_at":"2018-08-15T17:32:40Z","admin_state_up":true,"updated_at":"2018-08-15T17:32:44Z","binding:vnic_type":"normal","device_id":"0da05ca6-aded-493d-aa9f-0930af325699","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:cd:d5:36","id":"fc4328db-055f-4820-8086-fc6732131d77","port_security_enabled":true,"project_id":"ddc97551f7ab4f8eb1fafb6b6b08f3ca","fixed_ips":[{"subnet_id":"9118d141-db74-4b24-9a42-9e6afdfd1971","ip_address":"192.168.120.16"}],"extra_dhcp_opts":[],"security_groups":["cd631f1a-3021-4ec7-9621-7722bcd7defe"],"name":""}]} 2018-08-15 17:32:45,309 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=0da05ca6-aded-493d-aa9f-0930af325699 used request id req-9c40e2fe-e4a6-4ecc-a885-8c1e7151f489 2018-08-15 17:32:45,310 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0495090484619s 2018-08-15 17:32:45,310 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=0da05ca6-aded-493d-aa9f-0930af325699 used request id req-9c40e2fe-e4a6-4ecc-a885-8c1e7151f489 2018-08-15 17:32:45,315 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-15 17:32:45,316 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/floatingips.json?port_id=fc4328db-055f-4820-8086-fc6732131d77" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}285fa0cc99fb01e3085597aec8adba9b390d5424" 2018-08-15 17:32:45,356 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-22aa29eb-5f1e-461e-bec2-97d46162d7b8 Date: Wed, 15 Aug 2018 17:32:45 GMT RESP BODY: {"floatingips": []} 2018-08-15 17:32:45,356 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json?port_id=fc4328db-055f-4820-8086-fc6732131d77 used request id req-22aa29eb-5f1e-461e-bec2-97d46162d7b8 2018-08-15 17:32:45,356 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0408658981323s 2018-08-15 17:32:45,356 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json?port_id=fc4328db-055f-4820-8086-fc6732131d77 used request id req-22aa29eb-5f1e-461e-bec2-97d46162d7b8 2018-08-15 17:32:45,357 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'cinder_test-net_1e09d482-9fae-434c-b5c3-aa7c9a0e0831': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:cd:d5:36', u'version': 4, u'addr': u'192.168.120.16', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'2a833dea-0de2-44f9-99cc-33a91131c5d7'}), 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-15T17:32:44.000000', 'flavor': Munch({u'id': u'a9db870a-3a7d-4696-a07d-9396ba75c301'}), 'az': u'nova', 'id': u'0da05ca6-aded-493d-aa9f-0930af325699', 'security_groups': [Munch({u'name': u'cinder_test-sg_1e09d482-9fae-434c-b5c3-aa7c9a0e0831'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'7b42c59b0e06439ba83254321f29fb92', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ddc97551f7ab4f8eb1fafb6b6b08f3ca', 'name': 'cinder_test-project_1e09d482-9fae-434c-b5c3-aa7c9a0e0831', '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-15T17:32:44.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-15T17:32:44Z', 'hostId': u'5cb41574b93a4d59195198d3f7a8f50bac12ab1e46e46a565a827f68', u'OS-SRV-USG:terminated_at': None, 'key_name': u'cinder_test-kp_1e09d482-9fae-434c-b5c3-aa7c9a0e0831', 'public_v6': '', 'private_v4': u'192.168.120.16', 'cloud': 'envvars', 'host_id': u'5cb41574b93a4d59195198d3f7a8f50bac12ab1e46e46a565a827f68', '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-15T17:32:44.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'ddc97551f7ab4f8eb1fafb6b6b08f3ca', 'name': u'cinder_test-vm_1e09d482-9fae-434c-b5c3-aa7c9a0e0831', 'adminPass': u'HNffA26N4xLz', 'tenant_id': u'ddc97551f7ab4f8eb1fafb6b6b08f3ca', 'created_at': u'2018-08-15T17:32:37Z', 'created': u'2018-08-15T17:32:37Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-15 17:32:45,360 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-15 17:32:45,361 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}285fa0cc99fb01e3085597aec8adba9b390d5424" 2018-08-15 17:32:45,447 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-3cb72db9-69f6-4076-8ee9-95d3b18a5851 Date: Wed, 15 Aug 2018 17:32:45 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":["9118d141-db74-4b24-9a42-9e6afdfd1971"],"updated_at":"2018-08-15T17:32:00Z","tenant_id":"ddc97551f7ab4f8eb1fafb6b6b08f3ca","created_at":"2018-08-15T17:31:59Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"ddc97551f7ab4f8eb1fafb6b6b08f3ca","id":"d776e6d6-866a-4e52-982d-a6fd7b9991f6","name":"cinder_test-net_1e09d482-9fae-434c-b5c3-aa7c9a0e0831"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["3ef75223-733d-425d-bb3e-88e8a796bebc"],"updated_at":"2018-08-15T17:16:30Z","tenant_id":"d2c267e1fee9461ba5e64a915b9518f5","created_at":"2018-08-15T17:16:26Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"d2c267e1fee9461ba5e64a915b9518f5","id":"fc8ca119-27ab-4070-99fa-a2993d11ee48","name":"external"}]} 2018-08-15 17:32:45,447 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-3cb72db9-69f6-4076-8ee9-95d3b18a5851 2018-08-15 17:32:45,448 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0873119831085s 2018-08-15 17:32:45,448 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-3cb72db9-69f6-4076-8ee9-95d3b18a5851 2018-08-15 17:32:45,449 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-15 17:32:45,450 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/ports.json?device_id=0da05ca6-aded-493d-aa9f-0930af325699" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}285fa0cc99fb01e3085597aec8adba9b390d5424" 2018-08-15 17:32:45,498 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-343c15bf-1e45-4394-a5ab-cf7fc3abd079 Date: Wed, 15 Aug 2018 17:32:45 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"d776e6d6-866a-4e52-982d-a6fd7b9991f6","tenant_id":"ddc97551f7ab4f8eb1fafb6b6b08f3ca","created_at":"2018-08-15T17:32:40Z","admin_state_up":true,"updated_at":"2018-08-15T17:32:44Z","binding:vnic_type":"normal","device_id":"0da05ca6-aded-493d-aa9f-0930af325699","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:cd:d5:36","id":"fc4328db-055f-4820-8086-fc6732131d77","port_security_enabled":true,"project_id":"ddc97551f7ab4f8eb1fafb6b6b08f3ca","fixed_ips":[{"subnet_id":"9118d141-db74-4b24-9a42-9e6afdfd1971","ip_address":"192.168.120.16"}],"extra_dhcp_opts":[],"security_groups":["cd631f1a-3021-4ec7-9621-7722bcd7defe"],"name":""}]} 2018-08-15 17:32:45,498 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=0da05ca6-aded-493d-aa9f-0930af325699 used request id req-343c15bf-1e45-4394-a5ab-cf7fc3abd079 2018-08-15 17:32:45,498 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0489900112152s 2018-08-15 17:32:45,499 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=0da05ca6-aded-493d-aa9f-0930af325699 used request id req-343c15bf-1e45-4394-a5ab-cf7fc3abd079 2018-08-15 17:32:45,499 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-08-15 17:32:45,500 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}285fa0cc99fb01e3085597aec8adba9b390d5424" -d '{"floatingip": {"floating_network_id": "fc8ca119-27ab-4070-99fa-a2993d11ee48", "fixed_ip_address": "192.168.120.16", "port_id": "fc4328db-055f-4820-8086-fc6732131d77"}}' 2018-08-15 17:32:47,241 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 554 X-Openstack-Request-Id: req-5e40a8fa-5e77-4792-9ea4-4d1b86297458 Date: Wed, 15 Aug 2018 17:32:47 GMT RESP BODY: {"floatingip": {"router_id": "c4a6bb7e-d7a7-41e9-8904-be6074ca7d4e", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-15T17:32:46Z", "floating_network_id": "fc8ca119-27ab-4070-99fa-a2993d11ee48", "fixed_ip_address": "192.168.120.16", "floating_ip_address": "172.30.9.210", "revision_number": 0, "port_id": "fc4328db-055f-4820-8086-fc6732131d77", "id": "f0818e20-a56d-4335-b1c8-7a8e23e9a5e1", "tenant_id": "ddc97551f7ab4f8eb1fafb6b6b08f3ca", "created_at": "2018-08-15T17:32:46Z", "project_id": "ddc97551f7ab4f8eb1fafb6b6b08f3ca"}} 2018-08-15 17:32:47,241 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-5e40a8fa-5e77-4792-9ea4-4d1b86297458 2018-08-15 17:32:47,241 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.74171710014s 2018-08-15 17:32:47,242 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-5e40a8fa-5e77-4792-9ea4-4d1b86297458 2018-08-15 17:32:47,250 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-15 17:32:47,251 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}285fa0cc99fb01e3085597aec8adba9b390d5424" 2018-08-15 17:32:47,476 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1097 X-Openstack-Request-Id: req-a8982f26-7d30-4694-97d1-750054f78d95 Date: Wed, 15 Aug 2018 17:32:47 GMT RESP BODY: {"floatingips": [{"router_id": "c4a6bb7e-d7a7-41e9-8904-be6074ca7d4e", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-15T17:32:18Z", "floating_network_id": "fc8ca119-27ab-4070-99fa-a2993d11ee48", "fixed_ip_address": "192.168.120.11", "floating_ip_address": "172.30.9.201", "revision_number": 0, "port_id": "e95a231c-21f1-4c4b-8de5-dea02eb21c26", "id": "20091126-2f67-4b2c-bf89-5d2e4370bda0", "tenant_id": "ddc97551f7ab4f8eb1fafb6b6b08f3ca", "created_at": "2018-08-15T17:32:18Z", "project_id": "ddc97551f7ab4f8eb1fafb6b6b08f3ca"}, {"router_id": "c4a6bb7e-d7a7-41e9-8904-be6074ca7d4e", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-15T17:32:46Z", "floating_network_id": "fc8ca119-27ab-4070-99fa-a2993d11ee48", "fixed_ip_address": "192.168.120.16", "floating_ip_address": "172.30.9.210", "revision_number": 0, "port_id": "fc4328db-055f-4820-8086-fc6732131d77", "id": "f0818e20-a56d-4335-b1c8-7a8e23e9a5e1", "tenant_id": "ddc97551f7ab4f8eb1fafb6b6b08f3ca", "created_at": "2018-08-15T17:32:46Z", "project_id": "ddc97551f7ab4f8eb1fafb6b6b08f3ca"}]} 2018-08-15 17:32:47,476 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-a8982f26-7d30-4694-97d1-750054f78d95 2018-08-15 17:32:47,476 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.225940942764s 2018-08-15 17:32:47,476 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-a8982f26-7d30-4694-97d1-750054f78d95 2018-08-15 17:32:47,486 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'c4a6bb7e-d7a7-41e9-8904-be6074ca7d4e', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'ddc97551f7ab4f8eb1fafb6b6b08f3ca', 'created_at': u'2018-08-15T17:32:46Z', 'attached': True, 'updated_at': u'2018-08-15T17:32:46Z', 'id': u'f0818e20-a56d-4335-b1c8-7a8e23e9a5e1', 'floating_network_id': u'fc8ca119-27ab-4070-99fa-a2993d11ee48', 'fixed_ip_address': u'192.168.120.16', 'floating_ip_address': u'172.30.9.210', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ddc97551f7ab4f8eb1fafb6b6b08f3ca', 'name': 'cinder_test-project_1e09d482-9fae-434c-b5c3-aa7c9a0e0831', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'c4a6bb7e-d7a7-41e9-8904-be6074ca7d4e', 'project_id': u'ddc97551f7ab4f8eb1fafb6b6b08f3ca', 'port_id': u'fc4328db-055f-4820-8086-fc6732131d77', 'port': u'fc4328db-055f-4820-8086-fc6732131d77', 'network': u'fc8ca119-27ab-4070-99fa-a2993d11ee48'}) 2018-08-15 17:32:47,486 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-15 17:32:47,489 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/0da05ca6-aded-493d-aa9f-0930af325699/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}285fa0cc99fb01e3085597aec8adba9b390d5424" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-15 17:32:47,572 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:32: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-368e8b6c-4834-4946-aa79-5447111d2968 x-compute-request-id: req-368e8b6c-4834-4946-aa79-5447111d2968 Content-Encoding: gzip Content-Length: 7926 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 514613988 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.193566] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.195949] pid_max: default: 32768 minimum: 301\n[ 0.197240] ACPI: Core revision 20150930\n[ 0.198941] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.200810] Security Framework initialized\n[ 0.201977] Yama: becoming mindful.\n[ 0.203037] AppArmor: AppArmor initialized\n[ 0.204261] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.206125] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.207939] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.209716] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.211686] Initializing cgroup subsys io\n[ 0.212857] Initializing cgroup subsys memory\n[ 0.214086] Initializing cgroup subsys devices\n[ 0.215339] Initializing cgroup subsys freezer\n[ 0.216590] Initializing cgroup subsys net_cls\n[ 0.217836] Initializing cgroup subsys perf_event\n[ 0.219142] Initializing cgroup subsys net_prio\n[ 0.220425] Initializing cgroup subsys hugetlb\n[ 0.221667] Initializing cgroup subsys pids\n[ 0.222895] CPU: Physical Processor ID: 0\n[ 0.224755] mce: CPU supports 10 MCE banks\n[ 0.225957] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.227394] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.241961] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.248507] ftrace: allocating 31920 entries in 125 pages\n[ 0.273368] smpboot: Max logical packages: 1\n[ 0.274581] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.276544] x2apic enabled\n[ 0.277716] Switched APIC routing to physical x2apic.\n[ 0.280232] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.281837] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.284675] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.287246] KVM setup paravirtual spinlock\n[ 0.288935] x86: Booted up 1 node, 1 CPUs\n[ 0.290090] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.292042] devtmpfs: initialized\n[ 0.294028] evm: security.selinux\n[ 0.295032] evm: security.SMACK64\n[ 0.296021] evm: security.SMACK64EXEC\n[ 0.297084] evm: security.SMACK64TRANSMUTE\n[ 0.298241] evm: security.SMACK64MMAP\n[ 0.299305] evm: security.ima\n[ 0.300226] evm: security.capability\n[ 0.301345] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.303998] pinctrl core: initialized pinctrl subsystem\n[ 0.305533] RTC time: 17:32:44, date: 08/15/18\n[ 0.306872] NET: Registered protocol family 16\n[ 0.308270] cpuidle: using governor ladder\n[ 0.309488] cpuidle: using governor menu\n[ 0.310616] PCCT header not found.\n[ 0.311676] ACPI: bus type PCI registered\n[ 0.312824] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.314658] PCI: Using configuration type 1 for base access\n[ 0.316867] ACPI: Added _OSI(Module Device)\n[ 0.318070] ACPI: Added _OSI(Processor Device)\n[ 0.319303] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.320587] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.322821] ACPI: Interpreter enabled\n[ 0.323954] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.326604] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.329308] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.331948] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.334642] ACPI: (supports S0 S5)\n[ 0.335662] ACPI: Using IOAPIC for interrupt routing\n[ 0.337033] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.340929] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.342560] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.344384] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.346087] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.349208] acpiphp: Slot [3] registered\n[ 0.350353] acpiphp: Slot [4] registered\n[ 0.351498] acpiphp: Slot [5] registered\n[ 0.352639] acpiphp: Slot [6] registered\n[ 0.353811] acpiphp: Slot [7] registered\n[ 0.354952] acpiphp: Slot [8] registered\n[ 0.356092] acpiphp: Slot [9] registered\n[ 0.357230] acpiphp: Slot [10] registered\n[ 0.358406] acpiphp: Slot [11] registered\n[ 0.359606] acpiphp: Slot [12] registered\n[ 0.360766] acpiphp: Slot [13] registered\n[ 0.361921] acpiphp: Slot [14] registered\n[ 0.363092] acpiphp: Slot [15] registered\n[ 0.378230] acpiphp: Slot [16] registered\n[ 0.379408] acpiphp: Slot [17] registered\n[ 0.380563] acpiphp: Slot [18] registered\n[ 0.381718] acpiphp: Slot [19] registered\n[ 0.382879] acpiphp: Slot [20] registered\n[ 0.384070] acpiphp: Slot [21] registered\n[ 0.385251] acpiphp: Slot [22] registered\n[ 0.386412] acpiphp: Slot [23] registered\n[ 0.387578] acpiphp: Slot [24] registered\n[ 0.388736] acpiphp: Slot [25] registered\n[ 0.389892] acpiphp: Slot [26] registered\n[ 0.391043] acpiphp: Slot [27] registered\n[ 0.392208] acpiphp: Slot [28] registered\n[ 0.393370] acpiphp: Slot [29] registered\n[ 0.394527] acpiphp: Slot [30] registered\n[ 0.395688] acpiphp: Slot [31] registered\n[ 0.396842] PCI host bridge to bus 0000:00\n[ 0.398004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.399732] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.401478] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.403566] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.405660] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.407793] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.412050] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.413869] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.415562] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.417378] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.421624] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.423673] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.444503] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.446551] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.448543] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.450524] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.452695] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.454453] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.456287] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.457784] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.460073] vgaarb: loaded\n[ 0.460934] vgaarb: bridge control possible 0000:00:02.0\n[ 0.462691] SCSI subsystem initialized\n[ 0.463982] ACPI: bus type USB registered\n[ 0.465164] usbcore: registered new interface driver usbfs\n[ 0.466631] usbcore: registered new interface driver hub\n[ 0.468058] usbcore: registered new device driver usb\n[ 0.469612] PCI: Using ACPI for IRQ routing\n[ 0.471168] NetLabel: Initializing\n[ 0.472193] NetLabel: domain hash size = 128\n[ 0.473402] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.474774] NetLabel: unlabeled traffic allowed by default\n[ 0.476416] clocksource: Switched to clocksource kvm-clock\n[ 0.486884] AppArmor: AppArmor Filesystem Enabled\n[ 0.488276] pnp: PnP ACPI init\n[ 0.489562] pnp: PnP ACPI: found 5 devices\n[ 0.496492] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.499021] NET: Registered protocol family 2\n[ 0.500514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.502401] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.504165] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.505929] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.507511] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.509227] NET: Registered protocol family 1\n[ 0.510503] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.512108] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.513687] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.528372] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.543109] Trying to unpack rootfs image as initramfs...\n[ 0.608419] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.611267] Scanning for low memory corruption every 60 seconds\n[ 0.613364] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.615089] audit: initializing netlink subsys (disabled)\n[ 0.616705] audit: type=2000 audit(1534354365.384:1): initialized\n[ 0.618695] Initialise system trusted keyring\n[ 0.620134] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.621854] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.624713] zbud: loaded\n[ 0.625766] VFS: Disk quotas dquot_6.6.0\n[ 0.626975] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.629288] fuse init (API version 7.23)\n[ 0.630601] Key type big_key registered\n[ 0.631783] Allocating IMA MOK and blacklist keyrings.\n[ 0.633576] Key type asymmetric registered\n[ 0.634797] Asymmetric key parser 'x509' registered\n[ 0.636211] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.638424] io scheduler noop registered\n[ 0.639601] io scheduler deadline registered (default)\n[ 0.641075] io scheduler cfq registered\n[ 0.642350] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.643890] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.645795] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.647953] ACPI: Power Button [PWRF]\n[ 0.649268] GHES: HEST is not enabled!\n[ 0.663484] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.693056] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.696110] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.719871] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.723029] Linux agpgart interface v0.103\n[ 0.726465] brd: module loaded\n[ 0.728736] loop: module loaded\n[ 0.733551] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.735680] GPT:90111 != 2097151\n[ 0.736677] GPT:Alternate GPT header not at the end of the disk.\n[ 0.738277] GPT:90111 != 2097151\n[ 0.739262] GPT: Use GNU Parted to correct GPT errors.\n[ 0.740672] vda: vda1 vda15\n[ 0.742415] scsi host0: ata_piix\n[ 0.743536] scsi host1: ata_piix\n[ 0.744606] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.746382] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.748708] libphy: Fixed MDIO Bus: probed\n[ 0.749912] tun: Universal TUN/TAP device driver, 1.6\n[ 0.751306] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.754141] PPP generic driver version 2.4.2\n[ 0.755458] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.757203] ehci-pci: EHCI PCI platform driver\n[ 0.758482] ehci-platform: EHCI generic platform driver\n[ 0.759924] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.761581] ohci-pci: OHCI PCI platform driver\n[ 0.762859] ohci-platform: OHCI generic platform driver\n[ 0.764301] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.779037] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.780503] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.782637] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.784108] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.785765] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.787556] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.789634] usb usb1: Product: UHCI Host Controller\n[ 0.790982] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.792634] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.794055] hub 1-0:1.0: USB hub found\n[ 0.795203] hub 1-0:1.0: 2 ports detected\n[ 0.796554] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.799590] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.800990] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.802484] mousedev: PS/2 mouse device common for all mice\n[ 0.804292] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.806950] rtc_cmos 00:00: RTC can wake from S4\n[ 0.808569] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.810291] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.812011] i2c /dev entries driver\n[ 0.813120] device-mapper: uevent: version 1.0.3\n[ 0.814499] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.816892] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.818847] NET: Registered protocol family 10\n[ 0.820476] NET: Registered protocol family 17\n[ 0.821779] Key type dns_resolver registered\n[ 0.823164] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.824766] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.827359] registered taskstats version 1\n[ 0.828594] Loading compiled-in X.509 certificates\n[ 0.830497] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.833207] zswap: loaded using pool lzo/zbud\n[ 0.835308] Key type trusted registered\n[ 0.837524] Key type encrypted registered\n[ 0.838723] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.840233] ima: No TPM chip found, activating TPM-bypass!\n[ 0.841753] evm: HMAC attrs: 0x1\n[ 0.843107] Magic number: 14:420:542\n[ 0.844340] rtc_cmos 00:00: setting system clock to 2018-08-15 17:32:45 UTC (1534354365)\n[ 0.846714] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.848334] EDD information not available.\n[ 0.905929] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.922677] Write protecting the kernel read-only data: 14336k\n[ 0.925740] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.928345] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.82\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.083953] 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.16...\nLease of 192.168.120.16 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.94. iid=i-00000008\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\n"} 2018-08-15 17:32:47,573 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/0da05ca6-aded-493d-aa9f-0930af325699/action used request id req-368e8b6c-4834-4946-aa79-5447111d2968 2018-08-15 17:32:47,573 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0865039825439s 2018-08-15 17:32:47,574 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/0da05ca6-aded-493d-aa9f-0930af325699/action used request id req-368e8b6c-4834-4946-aa79-5447111d2968 2018-08-15 17:32:47,574 - 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 514613988 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.193566] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.195949] pid_max: default: 32768 minimum: 301 [ 0.197240] ACPI: Core revision 20150930 [ 0.198941] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.200810] Security Framework initialized [ 0.201977] Yama: becoming mindful. [ 0.203037] AppArmor: AppArmor initialized [ 0.204261] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.206125] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.207939] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.209716] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.211686] Initializing cgroup subsys io [ 0.212857] Initializing cgroup subsys memory [ 0.214086] Initializing cgroup subsys devices [ 0.215339] Initializing cgroup subsys freezer [ 0.216590] Initializing cgroup subsys net_cls [ 0.217836] Initializing cgroup subsys perf_event [ 0.219142] Initializing cgroup subsys net_prio [ 0.220425] Initializing cgroup subsys hugetlb [ 0.221667] Initializing cgroup subsys pids [ 0.222895] CPU: Physical Processor ID: 0 [ 0.224755] mce: CPU supports 10 MCE banks [ 0.225957] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.227394] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.241961] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.248507] ftrace: allocating 31920 entries in 125 pages [ 0.273368] smpboot: Max logical packages: 1 [ 0.274581] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.276544] x2apic enabled [ 0.277716] Switched APIC routing to physical x2apic. [ 0.280232] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.281837] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.284675] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.287246] KVM setup paravirtual spinlock [ 0.288935] x86: Booted up 1 node, 1 CPUs [ 0.290090] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.292042] devtmpfs: initialized [ 0.294028] evm: security.selinux [ 0.295032] evm: security.SMACK64 [ 0.296021] evm: security.SMACK64EXEC [ 0.297084] evm: security.SMACK64TRANSMUTE [ 0.298241] evm: security.SMACK64MMAP [ 0.299305] evm: security.ima [ 0.300226] evm: security.capability [ 0.301345] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.303998] pinctrl core: initialized pinctrl subsystem [ 0.305533] RTC time: 17:32:44, date: 08/15/18 [ 0.306872] NET: Registered protocol family 16 [ 0.308270] cpuidle: using governor ladder [ 0.309488] cpuidle: using governor menu [ 0.310616] PCCT header not found. [ 0.311676] ACPI: bus type PCI registered [ 0.312824] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.314658] PCI: Using configuration type 1 for base access [ 0.316867] ACPI: Added _OSI(Module Device) [ 0.318070] ACPI: Added _OSI(Processor Device) [ 0.319303] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.320587] ACPI: Added _OSI(Processor Aggregator Device) [ 0.322821] ACPI: Interpreter enabled [ 0.323954] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.326604] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.329308] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.331948] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.334642] ACPI: (supports S0 S5) [ 0.335662] ACPI: Using IOAPIC for interrupt routing [ 0.337033] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.340929] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.342560] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.344384] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.346087] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.349208] acpiphp: Slot [3] registered [ 0.350353] acpiphp: Slot [4] registered [ 0.351498] acpiphp: Slot [5] registered [ 0.352639] acpiphp: Slot [6] registered [ 0.353811] acpiphp: Slot [7] registered [ 0.354952] acpiphp: Slot [8] registered [ 0.356092] acpiphp: Slot [9] registered [ 0.357230] acpiphp: Slot [10] registered [ 0.358406] acpiphp: Slot [11] registered [ 0.359606] acpiphp: Slot [12] registered [ 0.360766] acpiphp: Slot [13] registered [ 0.361921] acpiphp: Slot [14] registered [ 0.363092] acpiphp: Slot [15] registered [ 0.378230] acpiphp: Slot [16] registered [ 0.379408] acpiphp: Slot [17] registered [ 0.380563] acpiphp: Slot [18] registered [ 0.381718] acpiphp: Slot [19] registered [ 0.382879] acpiphp: Slot [20] registered [ 0.384070] acpiphp: Slot [21] registered [ 0.385251] acpiphp: Slot [22] registered [ 0.386412] acpiphp: Slot [23] registered [ 0.387578] acpiphp: Slot [24] registered [ 0.388736] acpiphp: Slot [25] registered [ 0.389892] acpiphp: Slot [26] registered [ 0.391043] acpiphp: Slot [27] registered [ 0.392208] acpiphp: Slot [28] registered [ 0.393370] acpiphp: Slot [29] registered [ 0.394527] acpiphp: Slot [30] registered [ 0.395688] acpiphp: Slot [31] registered [ 0.396842] PCI host bridge to bus 0000:00 [ 0.398004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.399732] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.401478] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.403566] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.405660] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.407793] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.412050] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.413869] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.415562] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.417378] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.421624] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.423673] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.444503] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.446551] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.448543] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.450524] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.452695] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.454453] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.456287] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.457784] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.460073] vgaarb: loaded [ 0.460934] vgaarb: bridge control possible 0000:00:02.0 [ 0.462691] SCSI subsystem initialized [ 0.463982] ACPI: bus type USB registered [ 0.465164] usbcore: registered new interface driver usbfs [ 0.466631] usbcore: registered new interface driver hub [ 0.468058] usbcore: registered new device driver usb [ 0.469612] PCI: Using ACPI for IRQ routing [ 0.471168] NetLabel: Initializing [ 0.472193] NetLabel: domain hash size = 128 [ 0.473402] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.474774] NetLabel: unlabeled traffic allowed by default [ 0.476416] clocksource: Switched to clocksource kvm-clock [ 0.486884] AppArmor: AppArmor Filesystem Enabled [ 0.488276] pnp: PnP ACPI init [ 0.489562] pnp: PnP ACPI: found 5 devices [ 0.496492] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.499021] NET: Registered protocol family 2 [ 0.500514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.502401] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.504165] TCP: Hash tables configured (established 4096 bind 4096) [ 0.505929] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.507511] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.509227] NET: Registered protocol family 1 [ 0.510503] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.512108] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.513687] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.528372] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.543109] Trying to unpack rootfs image as initramfs... [ 0.608419] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.611267] Scanning for low memory corruption every 60 seconds [ 0.613364] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.615089] audit: initializing netlink subsys (disabled) [ 0.616705] audit: type=2000 audit(1534354365.384:1): initialized [ 0.618695] Initialise system trusted keyring [ 0.620134] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.621854] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.624713] zbud: loaded [ 0.625766] VFS: Disk quotas dquot_6.6.0 [ 0.626975] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.629288] fuse init (API version 7.23) [ 0.630601] Key type big_key registered [ 0.631783] Allocating IMA MOK and blacklist keyrings. [ 0.633576] Key type asymmetric registered [ 0.634797] Asymmetric key parser 'x509' registered [ 0.636211] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.638424] io scheduler noop registered [ 0.639601] io scheduler deadline registered (default) [ 0.641075] io scheduler cfq registered [ 0.642350] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.643890] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.645795] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.647953] ACPI: Power Button [PWRF] [ 0.649268] GHES: HEST is not enabled! [ 0.663484] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.693056] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.696110] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.719871] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.723029] Linux agpgart interface v0.103 [ 0.726465] brd: module loaded [ 0.728736] loop: module loaded [ 0.733551] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.735680] GPT:90111 != 2097151 [ 0.736677] GPT:Alternate GPT header not at the end of the disk. [ 0.738277] GPT:90111 != 2097151 [ 0.739262] GPT: Use GNU Parted to correct GPT errors. [ 0.740672] vda: vda1 vda15 [ 0.742415] scsi host0: ata_piix [ 0.743536] scsi host1: ata_piix [ 0.744606] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.746382] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.748708] libphy: Fixed MDIO Bus: probed [ 0.749912] tun: Universal TUN/TAP device driver, 1.6 [ 0.751306] tun: (C) 1999-2004 Max Krasnyansky [ 0.754141] PPP generic driver version 2.4.2 [ 0.755458] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.757203] ehci-pci: EHCI PCI platform driver [ 0.758482] ehci-platform: EHCI generic platform driver [ 0.759924] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.761581] ohci-pci: OHCI PCI platform driver [ 0.762859] ohci-platform: OHCI generic platform driver [ 0.764301] uhci_hcd: USB Universal Host Controller Interface driver [ 0.779037] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.780503] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.782637] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.784108] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.785765] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.787556] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.789634] usb usb1: Product: UHCI Host Controller [ 0.790982] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.792634] usb usb1: SerialNumber: 0000:00:01.2 [ 0.794055] hub 1-0:1.0: USB hub found [ 0.795203] hub 1-0:1.0: 2 ports detected [ 0.796554] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.799590] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.800990] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.802484] mousedev: PS/2 mouse device common for all mice [ 0.804292] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.806950] rtc_cmos 00:00: RTC can wake from S4 [ 0.808569] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.810291] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.812011] i2c /dev entries driver [ 0.813120] device-mapper: uevent: version 1.0.3 [ 0.814499] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.816892] ledtrig-cpu: registered to indicate activity on CPUs [ 0.818847] NET: Registered protocol family 10 [ 0.820476] NET: Registered protocol family 17 [ 0.821779] Key type dns_resolver registered [ 0.823164] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.824766] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.827359] registered taskstats version 1 [ 0.828594] Loading compiled-in X.509 certificates [ 0.830497] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.833207] zswap: loaded using pool lzo/zbud [ 0.835308] Key type trusted registered [ 0.837524] Key type encrypted registered [ 0.838723] AppArmor: AppArmor sha1 policy hashing enabled [ 0.840233] ima: No TPM chip found, activating TPM-bypass! [ 0.841753] evm: HMAC attrs: 0x1 [ 0.843107] Magic number: 14:420:542 [ 0.844340] rtc_cmos 00:00: setting system clock to 2018-08-15 17:32:45 UTC (1534354365) [ 0.846714] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.848334] EDD information not available. [ 0.905929] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.922677] Write protecting the kernel read-only data: 14336k [ 0.925740] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.928345] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.69 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.82 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.083953] 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.16... Lease of 192.168.120.16 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.94. iid=i-00000008 failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data 2018-08-15 17:32:47,577 - functest.core.singlevm - DEBUG - try 1: cannot connect to 172.30.9.210: [Errno None] Unable to connect to port 22 on 172.30.9.210 2018-08-15 17:32:56,586 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-15 17:32:56,590 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/0da05ca6-aded-493d-aa9f-0930af325699/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}285fa0cc99fb01e3085597aec8adba9b390d5424" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-15 17:32:56,670 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:32: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-9f16d0d4-94ee-4272-8cba-f5292f7bd1a2 x-compute-request-id: req-9f16d0d4-94ee-4272-8cba-f5292f7bd1a2 Content-Encoding: gzip Content-Length: 9579 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 514613988 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.193566] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.195949] pid_max: default: 32768 minimum: 301\n[ 0.197240] ACPI: Core revision 20150930\n[ 0.198941] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.200810] Security Framework initialized\n[ 0.201977] Yama: becoming mindful.\n[ 0.203037] AppArmor: AppArmor initialized\n[ 0.204261] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.206125] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.207939] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.209716] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.211686] Initializing cgroup subsys io\n[ 0.212857] Initializing cgroup subsys memory\n[ 0.214086] Initializing cgroup subsys devices\n[ 0.215339] Initializing cgroup subsys freezer\n[ 0.216590] Initializing cgroup subsys net_cls\n[ 0.217836] Initializing cgroup subsys perf_event\n[ 0.219142] Initializing cgroup subsys net_prio\n[ 0.220425] Initializing cgroup subsys hugetlb\n[ 0.221667] Initializing cgroup subsys pids\n[ 0.222895] CPU: Physical Processor ID: 0\n[ 0.224755] mce: CPU supports 10 MCE banks\n[ 0.225957] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.227394] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.241961] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.248507] ftrace: allocating 31920 entries in 125 pages\n[ 0.273368] smpboot: Max logical packages: 1\n[ 0.274581] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.276544] x2apic enabled\n[ 0.277716] Switched APIC routing to physical x2apic.\n[ 0.280232] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.281837] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.284675] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.287246] KVM setup paravirtual spinlock\n[ 0.288935] x86: Booted up 1 node, 1 CPUs\n[ 0.290090] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.292042] devtmpfs: initialized\n[ 0.294028] evm: security.selinux\n[ 0.295032] evm: security.SMACK64\n[ 0.296021] evm: security.SMACK64EXEC\n[ 0.297084] evm: security.SMACK64TRANSMUTE\n[ 0.298241] evm: security.SMACK64MMAP\n[ 0.299305] evm: security.ima\n[ 0.300226] evm: security.capability\n[ 0.301345] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.303998] pinctrl core: initialized pinctrl subsystem\n[ 0.305533] RTC time: 17:32:44, date: 08/15/18\n[ 0.306872] NET: Registered protocol family 16\n[ 0.308270] cpuidle: using governor ladder\n[ 0.309488] cpuidle: using governor menu\n[ 0.310616] PCCT header not found.\n[ 0.311676] ACPI: bus type PCI registered\n[ 0.312824] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.314658] PCI: Using configuration type 1 for base access\n[ 0.316867] ACPI: Added _OSI(Module Device)\n[ 0.318070] ACPI: Added _OSI(Processor Device)\n[ 0.319303] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.320587] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.322821] ACPI: Interpreter enabled\n[ 0.323954] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.326604] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.329308] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.331948] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.334642] ACPI: (supports S0 S5)\n[ 0.335662] ACPI: Using IOAPIC for interrupt routing\n[ 0.337033] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.340929] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.342560] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.344384] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.346087] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.349208] acpiphp: Slot [3] registered\n[ 0.350353] acpiphp: Slot [4] registered\n[ 0.351498] acpiphp: Slot [5] registered\n[ 0.352639] acpiphp: Slot [6] registered\n[ 0.353811] acpiphp: Slot [7] registered\n[ 0.354952] acpiphp: Slot [8] registered\n[ 0.356092] acpiphp: Slot [9] registered\n[ 0.357230] acpiphp: Slot [10] registered\n[ 0.358406] acpiphp: Slot [11] registered\n[ 0.359606] acpiphp: Slot [12] registered\n[ 0.360766] acpiphp: Slot [13] registered\n[ 0.361921] acpiphp: Slot [14] registered\n[ 0.363092] acpiphp: Slot [15] registered\n[ 0.378230] acpiphp: Slot [16] registered\n[ 0.379408] acpiphp: Slot [17] registered\n[ 0.380563] acpiphp: Slot [18] registered\n[ 0.381718] acpiphp: Slot [19] registered\n[ 0.382879] acpiphp: Slot [20] registered\n[ 0.384070] acpiphp: Slot [21] registered\n[ 0.385251] acpiphp: Slot [22] registered\n[ 0.386412] acpiphp: Slot [23] registered\n[ 0.387578] acpiphp: Slot [24] registered\n[ 0.388736] acpiphp: Slot [25] registered\n[ 0.389892] acpiphp: Slot [26] registered\n[ 0.391043] acpiphp: Slot [27] registered\n[ 0.392208] acpiphp: Slot [28] registered\n[ 0.393370] acpiphp: Slot [29] registered\n[ 0.394527] acpiphp: Slot [30] registered\n[ 0.395688] acpiphp: Slot [31] registered\n[ 0.396842] PCI host bridge to bus 0000:00\n[ 0.398004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.399732] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.401478] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.403566] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.405660] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.407793] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.412050] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.413869] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.415562] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.417378] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.421624] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.423673] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.444503] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.446551] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.448543] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.450524] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.452695] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.454453] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.456287] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.457784] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.460073] vgaarb: loaded\n[ 0.460934] vgaarb: bridge control possible 0000:00:02.0\n[ 0.462691] SCSI subsystem initialized\n[ 0.463982] ACPI: bus type USB registered\n[ 0.465164] usbcore: registered new interface driver usbfs\n[ 0.466631] usbcore: registered new interface driver hub\n[ 0.468058] usbcore: registered new device driver usb\n[ 0.469612] PCI: Using ACPI for IRQ routing\n[ 0.471168] NetLabel: Initializing\n[ 0.472193] NetLabel: domain hash size = 128\n[ 0.473402] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.474774] NetLabel: unlabeled traffic allowed by default\n[ 0.476416] clocksource: Switched to clocksource kvm-clock\n[ 0.486884] AppArmor: AppArmor Filesystem Enabled\n[ 0.488276] pnp: PnP ACPI init\n[ 0.489562] pnp: PnP ACPI: found 5 devices\n[ 0.496492] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.499021] NET: Registered protocol family 2\n[ 0.500514] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.502401] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.504165] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.505929] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.507511] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.509227] NET: Registered protocol family 1\n[ 0.510503] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.512108] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.513687] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.528372] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.543109] Trying to unpack rootfs image as initramfs...\n[ 0.608419] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.611267] Scanning for low memory corruption every 60 seconds\n[ 0.613364] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.615089] audit: initializing netlink subsys (disabled)\n[ 0.616705] audit: type=2000 audit(1534354365.384:1): initialized\n[ 0.618695] Initialise system trusted keyring\n[ 0.620134] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.621854] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.624713] zbud: loaded\n[ 0.625766] VFS: Disk quotas dquot_6.6.0\n[ 0.626975] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.629288] fuse init (API version 7.23)\n[ 0.630601] Key type big_key registered\n[ 0.631783] Allocating IMA MOK and blacklist keyrings.\n[ 0.633576] Key type asymmetric registered\n[ 0.634797] Asymmetric key parser 'x509' registered\n[ 0.636211] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.638424] io scheduler noop registered\n[ 0.639601] io scheduler deadline registered (default)\n[ 0.641075] io scheduler cfq registered\n[ 0.642350] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.643890] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.645795] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.647953] ACPI: Power Button [PWRF]\n[ 0.649268] GHES: HEST is not enabled!\n[ 0.663484] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.693056] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.696110] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.719871] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.723029] Linux agpgart interface v0.103\n[ 0.726465] brd: module loaded\n[ 0.728736] loop: module loaded\n[ 0.733551] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.735680] GPT:90111 != 2097151\n[ 0.736677] GPT:Alternate GPT header not at the end of the disk.\n[ 0.738277] GPT:90111 != 2097151\n[ 0.739262] GPT: Use GNU Parted to correct GPT errors.\n[ 0.740672] vda: vda1 vda15\n[ 0.742415] scsi host0: ata_piix\n[ 0.743536] scsi host1: ata_piix\n[ 0.744606] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.746382] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.748708] libphy: Fixed MDIO Bus: probed\n[ 0.749912] tun: Universal TUN/TAP device driver, 1.6\n[ 0.751306] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.754141] PPP generic driver version 2.4.2\n[ 0.755458] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.757203] ehci-pci: EHCI PCI platform driver\n[ 0.758482] ehci-platform: EHCI generic platform driver\n[ 0.759924] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.761581] ohci-pci: OHCI PCI platform driver\n[ 0.762859] ohci-platform: OHCI generic platform driver\n[ 0.764301] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.779037] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.780503] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.782637] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.784108] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.785765] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.787556] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.789634] usb usb1: Product: UHCI Host Controller\n[ 0.790982] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.792634] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.794055] hub 1-0:1.0: USB hub found\n[ 0.795203] hub 1-0:1.0: 2 ports detected\n[ 0.796554] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.799590] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.800990] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.802484] mousedev: PS/2 mouse device common for all mice\n[ 0.804292] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.806950] rtc_cmos 00:00: RTC can wake from S4\n[ 0.808569] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.810291] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.812011] i2c /dev entries driver\n[ 0.813120] device-mapper: uevent: version 1.0.3\n[ 0.814499] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.816892] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.818847] NET: Registered protocol family 10\n[ 0.820476] NET: Registered protocol family 17\n[ 0.821779] Key type dns_resolver registered\n[ 0.823164] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.824766] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.827359] registered taskstats version 1\n[ 0.828594] Loading compiled-in X.509 certificates\n[ 0.830497] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.833207] zswap: loaded using pool lzo/zbud\n[ 0.835308] Key type trusted registered\n[ 0.837524] Key type encrypted registered\n[ 0.838723] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.840233] ima: No TPM chip found, activating TPM-bypass!\n[ 0.841753] evm: HMAC attrs: 0x1\n[ 0.843107] Magic number: 14:420:542\n[ 0.844340] rtc_cmos 00:00: setting system clock to 2018-08-15 17:32:45 UTC (1534354365)\n[ 0.846714] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.848334] EDD information not available.\n[ 0.905929] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.922677] Write protecting the kernel read-only data: 14336k\n[ 0.925740] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.928345] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.82\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.083953] 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.16...\nLease of 192.168.120.16 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.94. iid=i-00000008\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCbm68SMUtgnJci+X7UvMTG4lvRgSrIqLQprCcZQV/JoU1+Orfl7ScDv5msPRUXENRW8sDYn0MgxB65MbdecOOfY/1ZiBLR0r5WyZalElN3l517Jb55nxilCCAccfJA4a/VCNygO7VGrLkyAsi2n+XgDzl7mt/JUCq7+o2s1SCrn4yL6ISAT3WH/tRRoEl8MBGKTX2TrFQs2Zd4g5gOvYV0n43u+XoHq/OYTu5EGI4HtofxzylVw6ZfCmy96PoabRHzH/YzCaCoJmK17vS7FYboUrCGM9so2zqCJ3IT+x7IdaUOyp98Gjf0uICv5U4XY1/EpGKa0/KvDJlWSpKVLIpL root@cinder-test-vm-1e09d482-9fae-434c-b5c3-aa7c9a0e0831\nssh-dss AAAAB3NzaC1kc3MAAACBAJCE5cX/cDQORLL8GfROKc746+K7CUpN5dFpwx5tpNtI72PX4jp9JlXxhdLJVe8/OfxEUomgDUFiW4ZFBvrhP6ZODsPAD3U0ACYFiYbvJr/5mv+MEh00loyzlu5I6NwRAyu7YByOhr9DRJCLdxq/lQIzCF1btfHuR2ZQzToHFfy7AAAAFQDkrH56Ck8zRmOmT07q9M0QHzvVOwAAAIB+IW8dOL5oU113nIaiR7J3QehpXC0ncWWt8nWhdtTBm9bJuhGgQRrLV2/W2d35HXDqUB9S6D8ghK3/fGE9lTMbUmj5yCM812SVnN4Uf247IlYG5RuBgfRrsUQ8hL0C/XaRR/U1AXdj0xXtNrxzFVhbYY1ON+T2ME9Dq1hPi5FpggAAAIBC1BpszC1BUCdwfOgjGyO2noY14n0cHnY54ultV9rKsOr7qr6P4KiznzyM1SzQysENn7VNPzzUCjKxIggRdpSAsAPCLpOUDUOXBQVmwcaj8elbNh3OBT70euvy61AKip4vhC3YL/j8jgwLfIh/ymSbIQ1L8XVMQ3G6YvOAHj0qCg== root@cinder-test-vm-1e09d482-9fae-434c-b5c3-aa7c9a0e0831\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.38s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.16,24,fe80::f816:3eff:fecd:d536/64,\nip-route:default via 192.168.120.1 dev eth0 \nip-route:169.254.169.254 via 192.168.120.2 dev eth0 \nip-route:192.168.120.0/24 dev eth0 src 192.168.120.16 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000008\nname: N/A\navailability-zone: nova\nlocal-hostname: cinder-test-vm-1e09d482-9fae-434c-b5c3-aa7c9a0e0831\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.13 ===\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-1e09d482-9fae-434c-b5c3-aa7c9a0e0831 login: "} 2018-08-15 17:32:56,671 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/0da05ca6-aded-493d-aa9f-0930af325699/action used request id req-9f16d0d4-94ee-4272-8cba-f5292f7bd1a2 2018-08-15 17:32:56,671 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0842728614807s 2018-08-15 17:32:56,672 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/0da05ca6-aded-493d-aa9f-0930af325699/action used request id req-9f16d0d4-94ee-4272-8cba-f5292f7bd1a2 2018-08-15 17:32:56,672 - 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 514613988 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.193566] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.195949] pid_max: default: 32768 minimum: 301 [ 0.197240] ACPI: Core revision 20150930 [ 0.198941] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.200810] Security Framework initialized [ 0.201977] Yama: becoming mindful. [ 0.203037] AppArmor: AppArmor initialized [ 0.204261] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.206125] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.207939] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.209716] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.211686] Initializing cgroup subsys io [ 0.212857] Initializing cgroup subsys memory [ 0.214086] Initializing cgroup subsys devices [ 0.215339] Initializing cgroup subsys freezer [ 0.216590] Initializing cgroup subsys net_cls [ 0.217836] Initializing cgroup subsys perf_event [ 0.219142] Initializing cgroup subsys net_prio [ 0.220425] Initializing cgroup subsys hugetlb [ 0.221667] Initializing cgroup subsys pids [ 0.222895] CPU: Physical Processor ID: 0 [ 0.224755] mce: CPU supports 10 MCE banks [ 0.225957] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.227394] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.241961] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.248507] ftrace: allocating 31920 entries in 125 pages [ 0.273368] smpboot: Max logical packages: 1 [ 0.274581] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.276544] x2apic enabled [ 0.277716] Switched APIC routing to physical x2apic. [ 0.280232] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.281837] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.284675] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.287246] KVM setup paravirtual spinlock [ 0.288935] x86: Booted up 1 node, 1 CPUs [ 0.290090] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.292042] devtmpfs: initialized [ 0.294028] evm: security.selinux [ 0.295032] evm: security.SMACK64 [ 0.296021] evm: security.SMACK64EXEC [ 0.297084] evm: security.SMACK64TRANSMUTE [ 0.298241] evm: security.SMACK64MMAP [ 0.299305] evm: security.ima [ 0.300226] evm: security.capability [ 0.301345] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.303998] pinctrl core: initialized pinctrl subsystem [ 0.305533] RTC time: 17:32:44, date: 08/15/18 [ 0.306872] NET: Registered protocol family 16 [ 0.308270] cpuidle: using governor ladder [ 0.309488] cpuidle: using governor menu [ 0.310616] PCCT header not found. [ 0.311676] ACPI: bus type PCI registered [ 0.312824] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.314658] PCI: Using configuration type 1 for base access [ 0.316867] ACPI: Added _OSI(Module Device) [ 0.318070] ACPI: Added _OSI(Processor Device) [ 0.319303] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.320587] ACPI: Added _OSI(Processor Aggregator Device) [ 0.322821] ACPI: Interpreter enabled [ 0.323954] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.326604] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.329308] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.331948] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.334642] ACPI: (supports S0 S5) [ 0.335662] ACPI: Using IOAPIC for interrupt routing [ 0.337033] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.340929] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.342560] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.344384] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.346087] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.349208] acpiphp: Slot [3] registered [ 0.350353] acpiphp: Slot [4] registered [ 0.351498] acpiphp: Slot [5] registered [ 0.352639] acpiphp: Slot [6] registered [ 0.353811] acpiphp: Slot [7] registered [ 0.354952] acpiphp: Slot [8] registered [ 0.356092] acpiphp: Slot [9] registered [ 0.357230] acpiphp: Slot [10] registered [ 0.358406] acpiphp: Slot [11] registered [ 0.359606] acpiphp: Slot [12] registered [ 0.360766] acpiphp: Slot [13] registered [ 0.361921] acpiphp: Slot [14] registered [ 0.363092] acpiphp: Slot [15] registered [ 0.378230] acpiphp: Slot [16] registered [ 0.379408] acpiphp: Slot [17] registered [ 0.380563] acpiphp: Slot [18] registered [ 0.381718] acpiphp: Slot [19] registered [ 0.382879] acpiphp: Slot [20] registered [ 0.384070] acpiphp: Slot [21] registered [ 0.385251] acpiphp: Slot [22] registered [ 0.386412] acpiphp: Slot [23] registered [ 0.387578] acpiphp: Slot [24] registered [ 0.388736] acpiphp: Slot [25] registered [ 0.389892] acpiphp: Slot [26] registered [ 0.391043] acpiphp: Slot [27] registered [ 0.392208] acpiphp: Slot [28] registered [ 0.393370] acpiphp: Slot [29] registered [ 0.394527] acpiphp: Slot [30] registered [ 0.395688] acpiphp: Slot [31] registered [ 0.396842] PCI host bridge to bus 0000:00 [ 0.398004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.399732] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.401478] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.403566] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.405660] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.407793] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.412050] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.413869] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.415562] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.417378] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.421624] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.423673] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.444503] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.446551] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.448543] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.450524] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.452695] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.454453] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.456287] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.457784] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.460073] vgaarb: loaded [ 0.460934] vgaarb: bridge control possible 0000:00:02.0 [ 0.462691] SCSI subsystem initialized [ 0.463982] ACPI: bus type USB registered [ 0.465164] usbcore: registered new interface driver usbfs [ 0.466631] usbcore: registered new interface driver hub [ 0.468058] usbcore: registered new device driver usb [ 0.469612] PCI: Using ACPI for IRQ routing [ 0.471168] NetLabel: Initializing [ 0.472193] NetLabel: domain hash size = 128 [ 0.473402] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.474774] NetLabel: unlabeled traffic allowed by default [ 0.476416] clocksource: Switched to clocksource kvm-clock [ 0.486884] AppArmor: AppArmor Filesystem Enabled [ 0.488276] pnp: PnP ACPI init [ 0.489562] pnp: PnP ACPI: found 5 devices [ 0.496492] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.499021] NET: Registered protocol family 2 [ 0.500514] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.502401] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.504165] TCP: Hash tables configured (established 4096 bind 4096) [ 0.505929] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.507511] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.509227] NET: Registered protocol family 1 [ 0.510503] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.512108] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.513687] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.528372] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.543109] Trying to unpack rootfs image as initramfs... [ 0.608419] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.611267] Scanning for low memory corruption every 60 seconds [ 0.613364] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.615089] audit: initializing netlink subsys (disabled) [ 0.616705] audit: type=2000 audit(1534354365.384:1): initialized [ 0.618695] Initialise system trusted keyring [ 0.620134] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.621854] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.624713] zbud: loaded [ 0.625766] VFS: Disk quotas dquot_6.6.0 [ 0.626975] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.629288] fuse init (API version 7.23) [ 0.630601] Key type big_key registered [ 0.631783] Allocating IMA MOK and blacklist keyrings. [ 0.633576] Key type asymmetric registered [ 0.634797] Asymmetric key parser 'x509' registered [ 0.636211] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.638424] io scheduler noop registered [ 0.639601] io scheduler deadline registered (default) [ 0.641075] io scheduler cfq registered [ 0.642350] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.643890] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.645795] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.647953] ACPI: Power Button [PWRF] [ 0.649268] GHES: HEST is not enabled! [ 0.663484] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.693056] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.696110] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.719871] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.723029] Linux agpgart interface v0.103 [ 0.726465] brd: module loaded [ 0.728736] loop: module loaded [ 0.733551] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.735680] GPT:90111 != 2097151 [ 0.736677] GPT:Alternate GPT header not at the end of the disk. [ 0.738277] GPT:90111 != 2097151 [ 0.739262] GPT: Use GNU Parted to correct GPT errors. [ 0.740672] vda: vda1 vda15 [ 0.742415] scsi host0: ata_piix [ 0.743536] scsi host1: ata_piix [ 0.744606] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.746382] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.748708] libphy: Fixed MDIO Bus: probed [ 0.749912] tun: Universal TUN/TAP device driver, 1.6 [ 0.751306] tun: (C) 1999-2004 Max Krasnyansky [ 0.754141] PPP generic driver version 2.4.2 [ 0.755458] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.757203] ehci-pci: EHCI PCI platform driver [ 0.758482] ehci-platform: EHCI generic platform driver [ 0.759924] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.761581] ohci-pci: OHCI PCI platform driver [ 0.762859] ohci-platform: OHCI generic platform driver [ 0.764301] uhci_hcd: USB Universal Host Controller Interface driver [ 0.779037] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.780503] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.782637] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.784108] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.785765] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.787556] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.789634] usb usb1: Product: UHCI Host Controller [ 0.790982] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.792634] usb usb1: SerialNumber: 0000:00:01.2 [ 0.794055] hub 1-0:1.0: USB hub found [ 0.795203] hub 1-0:1.0: 2 ports detected [ 0.796554] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.799590] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.800990] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.802484] mousedev: PS/2 mouse device common for all mice [ 0.804292] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.806950] rtc_cmos 00:00: RTC can wake from S4 [ 0.808569] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.810291] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.812011] i2c /dev entries driver [ 0.813120] device-mapper: uevent: version 1.0.3 [ 0.814499] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.816892] ledtrig-cpu: registered to indicate activity on CPUs [ 0.818847] NET: Registered protocol family 10 [ 0.820476] NET: Registered protocol family 17 [ 0.821779] Key type dns_resolver registered [ 0.823164] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.824766] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.827359] registered taskstats version 1 [ 0.828594] Loading compiled-in X.509 certificates [ 0.830497] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.833207] zswap: loaded using pool lzo/zbud [ 0.835308] Key type trusted registered [ 0.837524] Key type encrypted registered [ 0.838723] AppArmor: AppArmor sha1 policy hashing enabled [ 0.840233] ima: No TPM chip found, activating TPM-bypass! [ 0.841753] evm: HMAC attrs: 0x1 [ 0.843107] Magic number: 14:420:542 [ 0.844340] rtc_cmos 00:00: setting system clock to 2018-08-15 17:32:45 UTC (1534354365) [ 0.846714] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.848334] EDD information not available. [ 0.905929] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.922677] Write protecting the kernel read-only data: 14336k [ 0.925740] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.928345] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.69 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.82 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.083953] 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.16... Lease of 192.168.120.16 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.94. iid=i-00000008 failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /run/cirros/datasource/data/user-data was not '#!' or executable === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.912 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCbm68SMUtgnJci+X7UvMTG4lvRgSrIqLQprCcZQV/JoU1+Orfl7ScDv5msPRUXENRW8sDYn0MgxB65MbdecOOfY/1ZiBLR0r5WyZalElN3l517Jb55nxilCCAccfJA4a/VCNygO7VGrLkyAsi2n+XgDzl7mt/JUCq7+o2s1SCrn4yL6ISAT3WH/tRRoEl8MBGKTX2TrFQs2Zd4g5gOvYV0n43u+XoHq/OYTu5EGI4HtofxzylVw6ZfCmy96PoabRHzH/YzCaCoJmK17vS7FYboUrCGM9so2zqCJ3IT+x7IdaUOyp98Gjf0uICv5U4XY1/EpGKa0/KvDJlWSpKVLIpL root@cinder-test-vm-1e09d482-9fae-434c-b5c3-aa7c9a0e0831 ssh-dss AAAAB3NzaC1kc3MAAACBAJCE5cX/cDQORLL8GfROKc746+K7CUpN5dFpwx5tpNtI72PX4jp9JlXxhdLJVe8/OfxEUomgDUFiW4ZFBvrhP6ZODsPAD3U0ACYFiYbvJr/5mv+MEh00loyzlu5I6NwRAyu7YByOhr9DRJCLdxq/lQIzCF1btfHuR2ZQzToHFfy7AAAAFQDkrH56Ck8zRmOmT07q9M0QHzvVOwAAAIB+IW8dOL5oU113nIaiR7J3QehpXC0ncWWt8nWhdtTBm9bJuhGgQRrLV2/W2d35HXDqUB9S6D8ghK3/fGE9lTMbUmj5yCM812SVnN4Uf247IlYG5RuBgfRrsUQ8hL0C/XaRR/U1AXdj0xXtNrxzFVhbYY1ON+T2ME9Dq1hPi5FpggAAAIBC1BpszC1BUCdwfOgjGyO2noY14n0cHnY54ultV9rKsOr7qr6P4KiznzyM1SzQysENn7VNPzzUCjKxIggRdpSAsAPCLpOUDUOXBQVmwcaj8elbNh3OBT70euvy61AKip4vhC3YL/j8jgwLfIh/ymSbIQ1L8XVMQ3G6YvOAHj0qCg== root@cinder-test-vm-1e09d482-9fae-434c-b5c3-aa7c9a0e0831 -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.38s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.16,24,fe80::f816:3eff:fecd:d536/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.2 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.16 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-00000008 name: N/A availability-zone: nova local-hostname: cinder-test-vm-1e09d482-9fae-434c-b5c3-aa7c9a0e0831 launch-index: 0 === cirros: current=0.4.0 uptime=3.13 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. cinder-test-vm-1e09d482-9fae-434c-b5c3-aa7c9a0e0831 login: 2018-08-15 17:32:56,675 - paramiko.transport - DEBUG - starting thread (client mode): 0xdb6785d0L 2018-08-15 17:32:56,675 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-15 17:32:56,676 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-08-15 17:32:56,676 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-08-15 17:32:56,677 - 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-15 17:32:56,677 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-15 17:32:56,677 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-08-15 17:32:56,677 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-15 17:32:56,677 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-15 17:32:56,677 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-15 17:32:56,694 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-15 17:32:56,695 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-15 17:32:56,707 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.210: 0d8877a999137f6ed202fdaa5ba8a41e 2018-08-15 17:32:56,708 - paramiko.transport - DEBUG - Trying discovered key 2c3525514b2ff6b84e247005b5c49548 in /tmp/tmpXLsh48 2018-08-15 17:32:56,734 - paramiko.transport - DEBUG - userauth is OK 2018-08-15 17:32:56,740 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-15 17:32:56,773 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.os-volume_attachments 2018-08-15 17:32:56,776 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/0da05ca6-aded-493d-aa9f-0930af325699/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}285fa0cc99fb01e3085597aec8adba9b390d5424" -d '{"volumeAttachment": {"volumeId": "37a9098e-45c6-45f9-af08-0cea95355192"}}' 2018-08-15 17:32:59,531 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:32: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-2adddd77-bf6d-40e8-a672-896b71e644db x-compute-request-id: req-2adddd77-bf6d-40e8-a672-896b71e644db Content-Encoding: gzip Content-Length: 147 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "0da05ca6-aded-493d-aa9f-0930af325699", "id": "37a9098e-45c6-45f9-af08-0cea95355192", "volumeId": "37a9098e-45c6-45f9-af08-0cea95355192"}} 2018-08-15 17:32:59,531 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/0da05ca6-aded-493d-aa9f-0930af325699/os-volume_attachments used request id req-2adddd77-bf6d-40e8-a672-896b71e644db 2018-08-15 17:32:59,531 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.os-volume_attachments in 2.75793218613s 2018-08-15 17:32:59,531 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/0da05ca6-aded-493d-aa9f-0930af325699/os-volume_attachments used request id req-2adddd77-bf6d-40e8-a672-896b71e644db 2018-08-15 17:32:59,532 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-15 17:32:59,534 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8776/v3/ddc97551f7ab4f8eb1fafb6b6b08f3ca/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}285fa0cc99fb01e3085597aec8adba9b390d5424" 2018-08-15 17:32:59,587 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:32:59 GMT Server: Apache x-compute-request-id: req-39387ff4-e5a1-457c-b5f7-4d37982726a6 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-39387ff4-e5a1-457c-b5f7-4d37982726a6 Content-Encoding: gzip Content-Length: 450 Content-Type: application/json RESP BODY: {"volumes": [{"status": "reserved", "user_id": "7b42c59b0e06439ba83254321f29fb92", "attachments": [], "links": [{"href": "http://172.30.9.27:8776/v3/ddc97551f7ab4f8eb1fafb6b6b08f3ca/volumes/37a9098e-45c6-45f9-af08-0cea95355192", "rel": "self"}, {"href": "http://172.30.9.27:8776/ddc97551f7ab4f8eb1fafb6b6b08f3ca/volumes/37a9098e-45c6-45f9-af08-0cea95355192", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-15T17:32:30.000000", "description": null, "os-vol-tenant-attr:tenant_id": "ddc97551f7ab4f8eb1fafb6b6b08f3ca", "updated_at": "2018-08-15T17:32:59.000000", "volume_type": null, "name": "cinder_test-volume_1e09d482-9fae-434c-b5c3-aa7c9a0e0831", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "37a9098e-45c6-45f9-af08-0cea95355192", "size": 2}]} 2018-08-15 17:32:59,588 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/ddc97551f7ab4f8eb1fafb6b6b08f3ca/volumes/detail used request id req-39387ff4-e5a1-457c-b5f7-4d37982726a6 2018-08-15 17:32:59,588 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0559329986572s 2018-08-15 17:32:59,588 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/ddc97551f7ab4f8eb1fafb6b6b08f3ca/volumes/detail used request id req-39387ff4-e5a1-457c-b5f7-4d37982726a6 2018-08-15 17:32:59,590 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 17:33:01,592 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-15 17:33:01,596 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8776/v3/ddc97551f7ab4f8eb1fafb6b6b08f3ca/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}285fa0cc99fb01e3085597aec8adba9b390d5424" 2018-08-15 17:33:02,629 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:33:01 GMT Server: Apache x-compute-request-id: req-192e6a9f-da17-45ec-a75e-e614b44f16d4 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-192e6a9f-da17-45ec-a75e-e614b44f16d4 Content-Encoding: gzip Content-Length: 450 Content-Type: application/json RESP BODY: {"volumes": [{"status": "reserved", "user_id": "7b42c59b0e06439ba83254321f29fb92", "attachments": [], "links": [{"href": "http://172.30.9.27:8776/v3/ddc97551f7ab4f8eb1fafb6b6b08f3ca/volumes/37a9098e-45c6-45f9-af08-0cea95355192", "rel": "self"}, {"href": "http://172.30.9.27:8776/ddc97551f7ab4f8eb1fafb6b6b08f3ca/volumes/37a9098e-45c6-45f9-af08-0cea95355192", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-15T17:32:30.000000", "description": null, "os-vol-tenant-attr:tenant_id": "ddc97551f7ab4f8eb1fafb6b6b08f3ca", "updated_at": "2018-08-15T17:32:59.000000", "volume_type": null, "name": "cinder_test-volume_1e09d482-9fae-434c-b5c3-aa7c9a0e0831", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "37a9098e-45c6-45f9-af08-0cea95355192", "size": 2}]} 2018-08-15 17:33:02,629 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/ddc97551f7ab4f8eb1fafb6b6b08f3ca/volumes/detail used request id req-192e6a9f-da17-45ec-a75e-e614b44f16d4 2018-08-15 17:33:02,629 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 1.036454916s 2018-08-15 17:33:02,629 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/ddc97551f7ab4f8eb1fafb6b6b08f3ca/volumes/detail used request id req-192e6a9f-da17-45ec-a75e-e614b44f16d4 2018-08-15 17:33:02,631 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 17:33:04,634 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-15 17:33:04,637 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8776/v3/ddc97551f7ab4f8eb1fafb6b6b08f3ca/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}285fa0cc99fb01e3085597aec8adba9b390d5424" 2018-08-15 17:33:04,689 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:33:04 GMT Server: Apache x-compute-request-id: req-5b4fe0c6-d966-4e65-ac84-d14b5631cd09 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-5b4fe0c6-d966-4e65-ac84-d14b5631cd09 Content-Encoding: gzip Content-Length: 567 Content-Type: application/json RESP BODY: {"volumes": [{"status": "in-use", "user_id": "7b42c59b0e06439ba83254321f29fb92", "attachments": [{"server_id": "0da05ca6-aded-493d-aa9f-0930af325699", "attachment_id": "f0f09892-db78-4320-9ee2-51b5cb548112", "attached_at": "2018-08-15T17:33:02.000000", "host_name": "overcloud-novacompute-0.opnfvlf.org", "volume_id": "37a9098e-45c6-45f9-af08-0cea95355192", "device": "/dev/vdb", "id": "37a9098e-45c6-45f9-af08-0cea95355192"}], "links": [{"href": "http://172.30.9.27:8776/v3/ddc97551f7ab4f8eb1fafb6b6b08f3ca/volumes/37a9098e-45c6-45f9-af08-0cea95355192", "rel": "self"}, {"href": "http://172.30.9.27:8776/ddc97551f7ab4f8eb1fafb6b6b08f3ca/volumes/37a9098e-45c6-45f9-af08-0cea95355192", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-15T17:32:30.000000", "description": null, "os-vol-tenant-attr:tenant_id": "ddc97551f7ab4f8eb1fafb6b6b08f3ca", "updated_at": "2018-08-15T17:33:03.000000", "volume_type": null, "name": "cinder_test-volume_1e09d482-9fae-434c-b5c3-aa7c9a0e0831", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "37a9098e-45c6-45f9-af08-0cea95355192", "size": 2}]} 2018-08-15 17:33:04,690 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/ddc97551f7ab4f8eb1fafb6b6b08f3ca/volumes/detail used request id req-5b4fe0c6-d966-4e65-ac84-d14b5631cd09 2018-08-15 17:33:04,690 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0557398796082s 2018-08-15 17:33:04,690 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/ddc97551f7ab4f8eb1fafb6b6b08f3ca/volumes/detail used request id req-5b4fe0c6-d966-4e65-ac84-d14b5631cd09 2018-08-15 17:33:04,692 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-15 17:33:04,694 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-08-15 17:33:04,694 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-15 17:33:04,698 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-15 17:33:04,767 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-15 17:33:04,768 - functest.opnfv_tests.openstack.cinder.cinder_test - DEBUG - ssh: 2018-08-15 17:33:04,769 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-15 17:33:04,769 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-15 17:33:04,806 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32759 bytes 2018-08-15 17:33:04,806 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-15 17:33:04,834 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-15 17:33:05,341 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-15 17:33:05,341 - 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: 9cd1a374-113d-4c34-b878-a8812a852b77 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-15 17:33:05,342 - functest.opnfv_tests.openstack.cinder.cinder_test - DEBUG - volume_write stderr: mke2fs 1.42.12 (29-Aug-2014) 2018-08-15 17:33:05,343 - functest.opnfv_tests.openstack.cinder.cinder_test - INFO - Detach volume from VM 1 2018-08-15 17:33:05,343 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers.os-volume_attachments 2018-08-15 17:33:05,344 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-15 17:33:05,347 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/servers/0da05ca6-aded-493d-aa9f-0930af325699/os-volume_attachments/37a9098e-45c6-45f9-af08-0cea95355192 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}285fa0cc99fb01e3085597aec8adba9b390d5424" 2018-08-15 17:33:06,932 - keystoneauth.session - DEBUG - RESP: [202] Date: Wed, 15 Aug 2018 17:33: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-ff711d7a-c31d-4bd5-a0eb-f13edec1398a x-compute-request-id: req-ff711d7a-c31d-4bd5-a0eb-f13edec1398a Content-Length: 0 Content-Type: application/json 2018-08-15 17:33:06,933 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/servers/0da05ca6-aded-493d-aa9f-0930af325699/os-volume_attachments/37a9098e-45c6-45f9-af08-0cea95355192 used request id req-ff711d7a-c31d-4bd5-a0eb-f13edec1398a 2018-08-15 17:33:06,933 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers.os-volume_attachments in 1.58936309814s 2018-08-15 17:33:06,933 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/servers/0da05ca6-aded-493d-aa9f-0930af325699/os-volume_attachments/37a9098e-45c6-45f9-af08-0cea95355192 used request id req-ff711d7a-c31d-4bd5-a0eb-f13edec1398a 2018-08-15 17:33:06,934 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-15 17:33:06,937 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8776/v3/ddc97551f7ab4f8eb1fafb6b6b08f3ca/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}285fa0cc99fb01e3085597aec8adba9b390d5424" 2018-08-15 17:33:07,001 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:33:06 GMT Server: Apache x-compute-request-id: req-4ef0c123-3e88-495f-8052-b7c38bf27db2 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-4ef0c123-3e88-495f-8052-b7c38bf27db2 Content-Encoding: gzip Content-Length: 570 Content-Type: application/json RESP BODY: {"volumes": [{"status": "detaching", "user_id": "7b42c59b0e06439ba83254321f29fb92", "attachments": [{"server_id": "0da05ca6-aded-493d-aa9f-0930af325699", "attachment_id": "f0f09892-db78-4320-9ee2-51b5cb548112", "attached_at": "2018-08-15T17:33:02.000000", "host_name": "overcloud-novacompute-0.opnfvlf.org", "volume_id": "37a9098e-45c6-45f9-af08-0cea95355192", "device": "/dev/vdb", "id": "37a9098e-45c6-45f9-af08-0cea95355192"}], "links": [{"href": "http://172.30.9.27:8776/v3/ddc97551f7ab4f8eb1fafb6b6b08f3ca/volumes/37a9098e-45c6-45f9-af08-0cea95355192", "rel": "self"}, {"href": "http://172.30.9.27:8776/ddc97551f7ab4f8eb1fafb6b6b08f3ca/volumes/37a9098e-45c6-45f9-af08-0cea95355192", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-15T17:32:30.000000", "description": null, "os-vol-tenant-attr:tenant_id": "ddc97551f7ab4f8eb1fafb6b6b08f3ca", "updated_at": "2018-08-15T17:33:06.000000", "volume_type": null, "name": "cinder_test-volume_1e09d482-9fae-434c-b5c3-aa7c9a0e0831", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "37a9098e-45c6-45f9-af08-0cea95355192", "size": 2}]} 2018-08-15 17:33:07,001 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/ddc97551f7ab4f8eb1fafb6b6b08f3ca/volumes/detail used request id req-4ef0c123-3e88-495f-8052-b7c38bf27db2 2018-08-15 17:33:07,001 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0670928955078s 2018-08-15 17:33:07,001 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/ddc97551f7ab4f8eb1fafb6b6b08f3ca/volumes/detail used request id req-4ef0c123-3e88-495f-8052-b7c38bf27db2 2018-08-15 17:33:07,003 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 17:33:09,005 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-15 17:33:09,009 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8776/v3/ddc97551f7ab4f8eb1fafb6b6b08f3ca/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}285fa0cc99fb01e3085597aec8adba9b390d5424" 2018-08-15 17:33:09,056 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:33:09 GMT Server: Apache x-compute-request-id: req-10584950-bf01-44b8-8148-6157877f9856 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-10584950-bf01-44b8-8148-6157877f9856 Content-Encoding: gzip Content-Length: 451 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "7b42c59b0e06439ba83254321f29fb92", "attachments": [], "links": [{"href": "http://172.30.9.27:8776/v3/ddc97551f7ab4f8eb1fafb6b6b08f3ca/volumes/37a9098e-45c6-45f9-af08-0cea95355192", "rel": "self"}, {"href": "http://172.30.9.27:8776/ddc97551f7ab4f8eb1fafb6b6b08f3ca/volumes/37a9098e-45c6-45f9-af08-0cea95355192", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-15T17:32:30.000000", "description": null, "os-vol-tenant-attr:tenant_id": "ddc97551f7ab4f8eb1fafb6b6b08f3ca", "updated_at": "2018-08-15T17:33:07.000000", "volume_type": null, "name": "cinder_test-volume_1e09d482-9fae-434c-b5c3-aa7c9a0e0831", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "37a9098e-45c6-45f9-af08-0cea95355192", "size": 2}]} 2018-08-15 17:33:09,057 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/ddc97551f7ab4f8eb1fafb6b6b08f3ca/volumes/detail used request id req-10584950-bf01-44b8-8148-6157877f9856 2018-08-15 17:33:09,057 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0509769916534s 2018-08-15 17:33:09,057 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/ddc97551f7ab4f8eb1fafb6b6b08f3ca/volumes/detail used request id req-10584950-bf01-44b8-8148-6157877f9856 2018-08-15 17:33:09,059 - functest.opnfv_tests.openstack.cinder.cinder_test - INFO - Attach volume to VM 2 2018-08-15 17:33:09,059 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.os-volume_attachments 2018-08-15 17:33:09,062 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/b4b18d7b-2978-476e-8c31-602a234a632a/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}285fa0cc99fb01e3085597aec8adba9b390d5424" -d '{"volumeAttachment": {"volumeId": "37a9098e-45c6-45f9-af08-0cea95355192"}}' 2018-08-15 17:33:09,912 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:33: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-3fa22838-4fba-4aaf-b325-a816927e6cbe x-compute-request-id: req-3fa22838-4fba-4aaf-b325-a816927e6cbe Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "b4b18d7b-2978-476e-8c31-602a234a632a", "id": "37a9098e-45c6-45f9-af08-0cea95355192", "volumeId": "37a9098e-45c6-45f9-af08-0cea95355192"}} 2018-08-15 17:33:09,912 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/b4b18d7b-2978-476e-8c31-602a234a632a/os-volume_attachments used request id req-3fa22838-4fba-4aaf-b325-a816927e6cbe 2018-08-15 17:33:09,913 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.os-volume_attachments in 0.853324890137s 2018-08-15 17:33:09,913 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/b4b18d7b-2978-476e-8c31-602a234a632a/os-volume_attachments used request id req-3fa22838-4fba-4aaf-b325-a816927e6cbe 2018-08-15 17:33:09,913 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-15 17:33:09,916 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8776/v3/ddc97551f7ab4f8eb1fafb6b6b08f3ca/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}285fa0cc99fb01e3085597aec8adba9b390d5424" 2018-08-15 17:33:09,969 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:33:09 GMT Server: Apache x-compute-request-id: req-cb3bd3da-18dc-48c6-ae87-8034ff1e9d11 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-cb3bd3da-18dc-48c6-ae87-8034ff1e9d11 Content-Encoding: gzip Content-Length: 452 Content-Type: application/json RESP BODY: {"volumes": [{"status": "reserved", "user_id": "7b42c59b0e06439ba83254321f29fb92", "attachments": [], "links": [{"href": "http://172.30.9.27:8776/v3/ddc97551f7ab4f8eb1fafb6b6b08f3ca/volumes/37a9098e-45c6-45f9-af08-0cea95355192", "rel": "self"}, {"href": "http://172.30.9.27:8776/ddc97551f7ab4f8eb1fafb6b6b08f3ca/volumes/37a9098e-45c6-45f9-af08-0cea95355192", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-15T17:32:30.000000", "description": null, "os-vol-tenant-attr:tenant_id": "ddc97551f7ab4f8eb1fafb6b6b08f3ca", "updated_at": "2018-08-15T17:33:09.000000", "volume_type": null, "name": "cinder_test-volume_1e09d482-9fae-434c-b5c3-aa7c9a0e0831", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "37a9098e-45c6-45f9-af08-0cea95355192", "size": 2}]} 2018-08-15 17:33:09,969 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/ddc97551f7ab4f8eb1fafb6b6b08f3ca/volumes/detail used request id req-cb3bd3da-18dc-48c6-ae87-8034ff1e9d11 2018-08-15 17:33:09,969 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0554599761963s 2018-08-15 17:33:09,969 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/ddc97551f7ab4f8eb1fafb6b6b08f3ca/volumes/detail used request id req-cb3bd3da-18dc-48c6-ae87-8034ff1e9d11 2018-08-15 17:33:09,970 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 17:33:11,973 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-15 17:33:11,976 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8776/v3/ddc97551f7ab4f8eb1fafb6b6b08f3ca/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}285fa0cc99fb01e3085597aec8adba9b390d5424" 2018-08-15 17:33:12,030 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:33:11 GMT Server: Apache x-compute-request-id: req-318c7c06-4ad2-4a84-9240-a8d3fb332fff OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-318c7c06-4ad2-4a84-9240-a8d3fb332fff Content-Encoding: gzip Content-Length: 451 Content-Type: application/json RESP BODY: {"volumes": [{"status": "attaching", "user_id": "7b42c59b0e06439ba83254321f29fb92", "attachments": [], "links": [{"href": "http://172.30.9.27:8776/v3/ddc97551f7ab4f8eb1fafb6b6b08f3ca/volumes/37a9098e-45c6-45f9-af08-0cea95355192", "rel": "self"}, {"href": "http://172.30.9.27:8776/ddc97551f7ab4f8eb1fafb6b6b08f3ca/volumes/37a9098e-45c6-45f9-af08-0cea95355192", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-15T17:32:30.000000", "description": null, "os-vol-tenant-attr:tenant_id": "ddc97551f7ab4f8eb1fafb6b6b08f3ca", "updated_at": "2018-08-15T17:33:11.000000", "volume_type": null, "name": "cinder_test-volume_1e09d482-9fae-434c-b5c3-aa7c9a0e0831", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "37a9098e-45c6-45f9-af08-0cea95355192", "size": 2}]} 2018-08-15 17:33:12,030 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/ddc97551f7ab4f8eb1fafb6b6b08f3ca/volumes/detail used request id req-318c7c06-4ad2-4a84-9240-a8d3fb332fff 2018-08-15 17:33:12,030 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0565528869629s 2018-08-15 17:33:12,030 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/ddc97551f7ab4f8eb1fafb6b6b08f3ca/volumes/detail used request id req-318c7c06-4ad2-4a84-9240-a8d3fb332fff 2018-08-15 17:33:12,032 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 17:33:14,035 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-15 17:33:14,038 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8776/v3/ddc97551f7ab4f8eb1fafb6b6b08f3ca/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}285fa0cc99fb01e3085597aec8adba9b390d5424" 2018-08-15 17:33:14,121 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:33:14 GMT Server: Apache x-compute-request-id: req-edf8b0e3-5ed6-4a78-b174-bcd7b06d5264 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-edf8b0e3-5ed6-4a78-b174-bcd7b06d5264 Content-Encoding: gzip Content-Length: 567 Content-Type: application/json RESP BODY: {"volumes": [{"status": "in-use", "user_id": "7b42c59b0e06439ba83254321f29fb92", "attachments": [{"server_id": "b4b18d7b-2978-476e-8c31-602a234a632a", "attachment_id": "c1fa46cf-d4a3-44d4-ba1a-648fd41ac1a1", "attached_at": "2018-08-15T17:33:11.000000", "host_name": "overcloud-novacompute-1.opnfvlf.org", "volume_id": "37a9098e-45c6-45f9-af08-0cea95355192", "device": "/dev/vdb", "id": "37a9098e-45c6-45f9-af08-0cea95355192"}], "links": [{"href": "http://172.30.9.27:8776/v3/ddc97551f7ab4f8eb1fafb6b6b08f3ca/volumes/37a9098e-45c6-45f9-af08-0cea95355192", "rel": "self"}, {"href": "http://172.30.9.27:8776/ddc97551f7ab4f8eb1fafb6b6b08f3ca/volumes/37a9098e-45c6-45f9-af08-0cea95355192", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-15T17:32:30.000000", "description": null, "os-vol-tenant-attr:tenant_id": "ddc97551f7ab4f8eb1fafb6b6b08f3ca", "updated_at": "2018-08-15T17:33:12.000000", "volume_type": null, "name": "cinder_test-volume_1e09d482-9fae-434c-b5c3-aa7c9a0e0831", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "37a9098e-45c6-45f9-af08-0cea95355192", "size": 2}]} 2018-08-15 17:33:14,121 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/ddc97551f7ab4f8eb1fafb6b6b08f3ca/volumes/detail used request id req-edf8b0e3-5ed6-4a78-b174-bcd7b06d5264 2018-08-15 17:33:14,121 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0861039161682s 2018-08-15 17:33:14,121 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/ddc97551f7ab4f8eb1fafb6b6b08f3ca/volumes/detail used request id req-edf8b0e3-5ed6-4a78-b174-bcd7b06d5264 2018-08-15 17:33:14,123 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-15 17:33:14,125 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-08-15 17:33:14,126 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-15 17:33:14,128 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-15 17:33:14,198 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-15 17:33:14,198 - functest.opnfv_tests.openstack.cinder.cinder_test - DEBUG - ssh: 2018-08-15 17:33:14,199 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-15 17:33:14,200 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-15 17:33:14,236 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32759 bytes 2018-08-15 17:33:14,236 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-15 17:33:14,264 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-15 17:33:14,288 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-15 17:33:14,288 - 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-15 17:33:14,289 - functest.opnfv_tests.openstack.cinder.cinder_test - DEBUG - read volume stderr: 2018-08-15 17:33:14,289 - functest.opnfv_tests.openstack.cinder.cinder_test - INFO - Detach volume from VM 2 2018-08-15 17:33:14,290 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers.os-volume_attachments 2018-08-15 17:33:14,290 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-15 17:33:14,294 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/servers/b4b18d7b-2978-476e-8c31-602a234a632a/os-volume_attachments/37a9098e-45c6-45f9-af08-0cea95355192 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}285fa0cc99fb01e3085597aec8adba9b390d5424" 2018-08-15 17:33:14,910 - keystoneauth.session - DEBUG - RESP: [202] Date: Wed, 15 Aug 2018 17:33:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-eae0964d-fa5d-40e9-aa5e-1a8cd06597be x-compute-request-id: req-eae0964d-fa5d-40e9-aa5e-1a8cd06597be Content-Length: 0 Content-Type: application/json 2018-08-15 17:33:14,910 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/servers/b4b18d7b-2978-476e-8c31-602a234a632a/os-volume_attachments/37a9098e-45c6-45f9-af08-0cea95355192 used request id req-eae0964d-fa5d-40e9-aa5e-1a8cd06597be 2018-08-15 17:33:14,910 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers.os-volume_attachments in 0.619882822037s 2018-08-15 17:33:14,910 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/servers/b4b18d7b-2978-476e-8c31-602a234a632a/os-volume_attachments/37a9098e-45c6-45f9-af08-0cea95355192 used request id req-eae0964d-fa5d-40e9-aa5e-1a8cd06597be 2018-08-15 17:33:14,911 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-15 17:33:14,914 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8776/v3/ddc97551f7ab4f8eb1fafb6b6b08f3ca/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}285fa0cc99fb01e3085597aec8adba9b390d5424" 2018-08-15 17:33:14,972 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:33:14 GMT Server: Apache x-compute-request-id: req-c36717df-1cd7-45e8-9bae-57394e5139e7 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-c36717df-1cd7-45e8-9bae-57394e5139e7 Content-Encoding: gzip Content-Length: 569 Content-Type: application/json RESP BODY: {"volumes": [{"status": "detaching", "user_id": "7b42c59b0e06439ba83254321f29fb92", "attachments": [{"server_id": "b4b18d7b-2978-476e-8c31-602a234a632a", "attachment_id": "c1fa46cf-d4a3-44d4-ba1a-648fd41ac1a1", "attached_at": "2018-08-15T17:33:11.000000", "host_name": "overcloud-novacompute-1.opnfvlf.org", "volume_id": "37a9098e-45c6-45f9-af08-0cea95355192", "device": "/dev/vdb", "id": "37a9098e-45c6-45f9-af08-0cea95355192"}], "links": [{"href": "http://172.30.9.27:8776/v3/ddc97551f7ab4f8eb1fafb6b6b08f3ca/volumes/37a9098e-45c6-45f9-af08-0cea95355192", "rel": "self"}, {"href": "http://172.30.9.27:8776/ddc97551f7ab4f8eb1fafb6b6b08f3ca/volumes/37a9098e-45c6-45f9-af08-0cea95355192", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-15T17:32:30.000000", "description": null, "os-vol-tenant-attr:tenant_id": "ddc97551f7ab4f8eb1fafb6b6b08f3ca", "updated_at": "2018-08-15T17:33:14.000000", "volume_type": null, "name": "cinder_test-volume_1e09d482-9fae-434c-b5c3-aa7c9a0e0831", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "37a9098e-45c6-45f9-af08-0cea95355192", "size": 2}]} 2018-08-15 17:33:14,972 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/ddc97551f7ab4f8eb1fafb6b6b08f3ca/volumes/detail used request id req-c36717df-1cd7-45e8-9bae-57394e5139e7 2018-08-15 17:33:14,972 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0611169338226s 2018-08-15 17:33:14,972 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/ddc97551f7ab4f8eb1fafb6b6b08f3ca/volumes/detail used request id req-c36717df-1cd7-45e8-9bae-57394e5139e7 2018-08-15 17:33:14,974 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 17:33:16,976 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-15 17:33:16,980 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8776/v3/ddc97551f7ab4f8eb1fafb6b6b08f3ca/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}285fa0cc99fb01e3085597aec8adba9b390d5424" 2018-08-15 17:33:17,033 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:33:17 GMT Server: Apache x-compute-request-id: req-06e0c847-86f5-46e6-a60e-a77db6a2a618 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-06e0c847-86f5-46e6-a60e-a77db6a2a618 Content-Encoding: gzip Content-Length: 451 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "7b42c59b0e06439ba83254321f29fb92", "attachments": [], "links": [{"href": "http://172.30.9.27:8776/v3/ddc97551f7ab4f8eb1fafb6b6b08f3ca/volumes/37a9098e-45c6-45f9-af08-0cea95355192", "rel": "self"}, {"href": "http://172.30.9.27:8776/ddc97551f7ab4f8eb1fafb6b6b08f3ca/volumes/37a9098e-45c6-45f9-af08-0cea95355192", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-15T17:32:30.000000", "description": null, "os-vol-tenant-attr:tenant_id": "ddc97551f7ab4f8eb1fafb6b6b08f3ca", "updated_at": "2018-08-15T17:33:15.000000", "volume_type": null, "name": "cinder_test-volume_1e09d482-9fae-434c-b5c3-aa7c9a0e0831", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "37a9098e-45c6-45f9-af08-0cea95355192", "size": 2}]} 2018-08-15 17:33:17,034 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/ddc97551f7ab4f8eb1fafb6b6b08f3ca/volumes/detail used request id req-06e0c847-86f5-46e6-a60e-a77db6a2a618 2018-08-15 17:33:17,034 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0573120117188s 2018-08-15 17:33:17,034 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/ddc97551f7ab4f8eb1fafb6b6b08f3ca/volumes/detail used request id req-06e0c847-86f5-46e6-a60e-a77db6a2a618 2018-08-15 17:33:17,154 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-15 17:33:17,155 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | cinder_test | functest | 01:18 | PASS | +---------------------+------------------+------------------+----------------+ 2018-08-15 17:33:17,162 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-15 17:33:17,165 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/servers/b4b18d7b-2978-476e-8c31-602a234a632a -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}285fa0cc99fb01e3085597aec8adba9b390d5424" 2018-08-15 17:33:17,357 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 15 Aug 2018 17:33: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-5f0a7972-4559-4afa-9ab2-f2787ca1c4b8 x-compute-request-id: req-5f0a7972-4559-4afa-9ab2-f2787ca1c4b8 Content-Type: application/json 2018-08-15 17:33:17,357 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/servers/b4b18d7b-2978-476e-8c31-602a234a632a used request id req-5f0a7972-4559-4afa-9ab2-f2787ca1c4b8 2018-08-15 17:33:17,358 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.195432186127s 2018-08-15 17:33:17,358 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/servers/b4b18d7b-2978-476e-8c31-602a234a632a used request id req-5f0a7972-4559-4afa-9ab2-f2787ca1c4b8 2018-08-15 17:33:17,358 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 17:33:17,361 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}285fa0cc99fb01e3085597aec8adba9b390d5424" 2018-08-15 17:33:18,103 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:33: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-6c87d961-b524-43d3-93a0-a2ab1e452ecf x-compute-request-id: req-6c87d961-b524-43d3-93a0-a2ab1e452ecf Content-Encoding: gzip Content-Length: 903 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_1e09d482-9fae-434c-b5c3-aa7c9a0e0831": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cd:d5:36", "version": 4, "addr": "192.168.120.16", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cd:d5:36", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/0da05ca6-aded-493d-aa9f-0930af325699", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/0da05ca6-aded-493d-aa9f-0930af325699", "rel": "bookmark"}], "image": {"id": "2a833dea-0de2-44f9-99cc-33a91131c5d7", "links": [{"href": "http://172.30.9.27:8774/images/2a833dea-0de2-44f9-99cc-33a91131c5d7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T17:32:44.000000", "flavor": {"id": "a9db870a-3a7d-4696-a07d-9396ba75c301", "links": [{"href": "http://172.30.9.27:8774/flavors/a9db870a-3a7d-4696-a07d-9396ba75c301", "rel": "bookmark"}]}, "id": "0da05ca6-aded-493d-aa9f-0930af325699", "security_groups": [{"name": "cinder_test-sg_1e09d482-9fae-434c-b5c3-aa7c9a0e0831"}], "user_id": "7b42c59b0e06439ba83254321f29fb92", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T17:32:44Z", "hostId": "5cb41574b93a4d59195198d3f7a8f50bac12ab1e46e46a565a827f68", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_1e09d482-9fae-434c-b5c3-aa7c9a0e0831", "name": "cinder_test-vm_1e09d482-9fae-434c-b5c3-aa7c9a0e0831", "created": "2018-08-15T17:32:37Z", "tenant_id": "ddc97551f7ab4f8eb1fafb6b6b08f3ca", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"cinder_test-net_1e09d482-9fae-434c-b5c3-aa7c9a0e0831": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c3:81:8d", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c3:81:8d", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/b4b18d7b-2978-476e-8c31-602a234a632a", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/b4b18d7b-2978-476e-8c31-602a234a632a", "rel": "bookmark"}], "image": {"id": "2a833dea-0de2-44f9-99cc-33a91131c5d7", "links": [{"href": "http://172.30.9.27:8774/images/2a833dea-0de2-44f9-99cc-33a91131c5d7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T17:32:15.000000", "flavor": {"id": "a9db870a-3a7d-4696-a07d-9396ba75c301", "links": [{"href": "http://172.30.9.27:8774/flavors/a9db870a-3a7d-4696-a07d-9396ba75c301", "rel": "bookmark"}]}, "id": "b4b18d7b-2978-476e-8c31-602a234a632a", "security_groups": [{"name": "cinder_test-sg_1e09d482-9fae-434c-b5c3-aa7c9a0e0831"}], "user_id": "7b42c59b0e06439ba83254321f29fb92", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T17:33:17Z", "hostId": "fd27f4c04e9d795f90b218788b4f5255971df35dffc0c315e372d4f0", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_1e09d482-9fae-434c-b5c3-aa7c9a0e0831", "name": "cinder_test-vm2_1e09d482-9fae-434c-b5c3-aa7c9a0e0831", "created": "2018-08-15T17:32:08Z", "tenant_id": "ddc97551f7ab4f8eb1fafb6b6b08f3ca", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 17:33:18,103 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-6c87d961-b524-43d3-93a0-a2ab1e452ecf 2018-08-15 17:33:18,104 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.745139837265s 2018-08-15 17:33:18,104 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-6c87d961-b524-43d3-93a0-a2ab1e452ecf 2018-08-15 17:33:18,108 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 17:33:20,110 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 17:33:20,113 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}285fa0cc99fb01e3085597aec8adba9b390d5424" 2018-08-15 17:33:20,288 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:33: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-f09aec1c-b489-404f-9b94-11c85f8038d2 x-compute-request-id: req-f09aec1c-b489-404f-9b94-11c85f8038d2 Content-Encoding: gzip Content-Length: 762 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_1e09d482-9fae-434c-b5c3-aa7c9a0e0831": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cd:d5:36", "version": 4, "addr": "192.168.120.16", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cd:d5:36", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/0da05ca6-aded-493d-aa9f-0930af325699", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/0da05ca6-aded-493d-aa9f-0930af325699", "rel": "bookmark"}], "image": {"id": "2a833dea-0de2-44f9-99cc-33a91131c5d7", "links": [{"href": "http://172.30.9.27:8774/images/2a833dea-0de2-44f9-99cc-33a91131c5d7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T17:32:44.000000", "flavor": {"id": "a9db870a-3a7d-4696-a07d-9396ba75c301", "links": [{"href": "http://172.30.9.27:8774/flavors/a9db870a-3a7d-4696-a07d-9396ba75c301", "rel": "bookmark"}]}, "id": "0da05ca6-aded-493d-aa9f-0930af325699", "security_groups": [{"name": "cinder_test-sg_1e09d482-9fae-434c-b5c3-aa7c9a0e0831"}], "user_id": "7b42c59b0e06439ba83254321f29fb92", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T17:32:44Z", "hostId": "5cb41574b93a4d59195198d3f7a8f50bac12ab1e46e46a565a827f68", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_1e09d482-9fae-434c-b5c3-aa7c9a0e0831", "name": "cinder_test-vm_1e09d482-9fae-434c-b5c3-aa7c9a0e0831", "created": "2018-08-15T17:32:37Z", "tenant_id": "ddc97551f7ab4f8eb1fafb6b6b08f3ca", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 17:33:20,289 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-f09aec1c-b489-404f-9b94-11c85f8038d2 2018-08-15 17:33:20,289 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.178197860718s 2018-08-15 17:33:20,289 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-f09aec1c-b489-404f-9b94-11c85f8038d2 2018-08-15 17:33:20,294 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-15 17:33:20,294 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/floatingips/20091126-2f67-4b2c-bf89-5d2e4370bda0.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}285fa0cc99fb01e3085597aec8adba9b390d5424" 2018-08-15 17:33:21,052 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-03982f29-7009-49e4-9024-63e98fe9a4b9 Content-Length: 0 Date: Wed, 15 Aug 2018 17:33:21 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-15 17:33:21,052 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/floatingips/20091126-2f67-4b2c-bf89-5d2e4370bda0.json used request id req-03982f29-7009-49e4-9024-63e98fe9a4b9 2018-08-15 17:33:21,052 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.758172988892s 2018-08-15 17:33:21,052 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/floatingips/20091126-2f67-4b2c-bf89-5d2e4370bda0.json used request id req-03982f29-7009-49e4-9024-63e98fe9a4b9 2018-08-15 17:33:21,058 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-15 17:33:21,058 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}285fa0cc99fb01e3085597aec8adba9b390d5424" 2018-08-15 17:33:21,119 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 557 X-Openstack-Request-Id: req-b72d8fe1-1023-48ff-a0c4-741fb14ae354 Date: Wed, 15 Aug 2018 17:33:21 GMT RESP BODY: {"floatingips": [{"router_id": "c4a6bb7e-d7a7-41e9-8904-be6074ca7d4e", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-15T17:32:46Z", "floating_network_id": "fc8ca119-27ab-4070-99fa-a2993d11ee48", "fixed_ip_address": "192.168.120.16", "floating_ip_address": "172.30.9.210", "revision_number": 0, "port_id": "fc4328db-055f-4820-8086-fc6732131d77", "id": "f0818e20-a56d-4335-b1c8-7a8e23e9a5e1", "tenant_id": "ddc97551f7ab4f8eb1fafb6b6b08f3ca", "created_at": "2018-08-15T17:32:46Z", "project_id": "ddc97551f7ab4f8eb1fafb6b6b08f3ca"}]} 2018-08-15 17:33:21,119 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-b72d8fe1-1023-48ff-a0c4-741fb14ae354 2018-08-15 17:33:21,119 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0616290569305s 2018-08-15 17:33:21,120 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-b72d8fe1-1023-48ff-a0c4-741fb14ae354 2018-08-15 17:33:21,124 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-15 17:33:21,127 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8776/v3/ddc97551f7ab4f8eb1fafb6b6b08f3ca/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}285fa0cc99fb01e3085597aec8adba9b390d5424" 2018-08-15 17:33:21,175 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:33:21 GMT Server: Apache x-compute-request-id: req-ef2439a1-9b7c-4a7a-9fea-3abab0a8c77e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-ef2439a1-9b7c-4a7a-9fea-3abab0a8c77e Content-Encoding: gzip Content-Length: 451 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "7b42c59b0e06439ba83254321f29fb92", "attachments": [], "links": [{"href": "http://172.30.9.27:8776/v3/ddc97551f7ab4f8eb1fafb6b6b08f3ca/volumes/37a9098e-45c6-45f9-af08-0cea95355192", "rel": "self"}, {"href": "http://172.30.9.27:8776/ddc97551f7ab4f8eb1fafb6b6b08f3ca/volumes/37a9098e-45c6-45f9-af08-0cea95355192", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-15T17:32:30.000000", "description": null, "os-vol-tenant-attr:tenant_id": "ddc97551f7ab4f8eb1fafb6b6b08f3ca", "updated_at": "2018-08-15T17:33:15.000000", "volume_type": null, "name": "cinder_test-volume_1e09d482-9fae-434c-b5c3-aa7c9a0e0831", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "37a9098e-45c6-45f9-af08-0cea95355192", "size": 2}]} 2018-08-15 17:33:21,175 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/ddc97551f7ab4f8eb1fafb6b6b08f3ca/volumes/detail used request id req-ef2439a1-9b7c-4a7a-9fea-3abab0a8c77e 2018-08-15 17:33:21,175 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0512039661407s 2018-08-15 17:33:21,176 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/ddc97551f7ab4f8eb1fafb6b6b08f3ca/volumes/detail used request id req-ef2439a1-9b7c-4a7a-9fea-3abab0a8c77e 2018-08-15 17:33:21,177 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.DELETE.volumes 2018-08-15 17:33:21,180 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8776/v3/ddc97551f7ab4f8eb1fafb6b6b08f3ca/volumes/37a9098e-45c6-45f9-af08-0cea95355192 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}285fa0cc99fb01e3085597aec8adba9b390d5424" 2018-08-15 17:33:21,260 - keystoneauth.session - DEBUG - RESP: [202] Date: Wed, 15 Aug 2018 17:33:21 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-ae08a1ea-1c26-4aa3-a624-c7f5d193d271 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-15 17:33:21,260 - keystoneauth.session - DEBUG - DELETE call to volumev3 for http://172.30.9.27:8776/v3/ddc97551f7ab4f8eb1fafb6b6b08f3ca/volumes/37a9098e-45c6-45f9-af08-0cea95355192 used request id req-ae08a1ea-1c26-4aa3-a624-c7f5d193d271 2018-08-15 17:33:21,260 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.DELETE.volumes in 0.0826909542084s 2018-08-15 17:33:21,260 - shade.request_ids - DEBUG - DELETE call to volumev3 for http://172.30.9.27:8776/v3/ddc97551f7ab4f8eb1fafb6b6b08f3ca/volumes/37a9098e-45c6-45f9-af08-0cea95355192 used request id req-ae08a1ea-1c26-4aa3-a624-c7f5d193d271 2018-08-15 17:33:21,261 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-15 17:33:21,263 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8776/v3/ddc97551f7ab4f8eb1fafb6b6b08f3ca/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}285fa0cc99fb01e3085597aec8adba9b390d5424" 2018-08-15 17:33:21,310 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:33:21 GMT Server: Apache x-compute-request-id: req-4dccb29f-2bd8-4a20-8e1e-ccd6f2d5c923 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-4dccb29f-2bd8-4a20-8e1e-ccd6f2d5c923 Content-Encoding: gzip Content-Length: 453 Content-Type: application/json RESP BODY: {"volumes": [{"status": "deleting", "user_id": "7b42c59b0e06439ba83254321f29fb92", "attachments": [], "links": [{"href": "http://172.30.9.27:8776/v3/ddc97551f7ab4f8eb1fafb6b6b08f3ca/volumes/37a9098e-45c6-45f9-af08-0cea95355192", "rel": "self"}, {"href": "http://172.30.9.27:8776/ddc97551f7ab4f8eb1fafb6b6b08f3ca/volumes/37a9098e-45c6-45f9-af08-0cea95355192", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-15T17:32:30.000000", "description": null, "os-vol-tenant-attr:tenant_id": "ddc97551f7ab4f8eb1fafb6b6b08f3ca", "updated_at": "2018-08-15T17:33:21.000000", "volume_type": null, "name": "cinder_test-volume_1e09d482-9fae-434c-b5c3-aa7c9a0e0831", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "37a9098e-45c6-45f9-af08-0cea95355192", "size": 2}]} 2018-08-15 17:33:21,310 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/ddc97551f7ab4f8eb1fafb6b6b08f3ca/volumes/detail used request id req-4dccb29f-2bd8-4a20-8e1e-ccd6f2d5c923 2018-08-15 17:33:21,310 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0493171215057s 2018-08-15 17:33:21,310 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/ddc97551f7ab4f8eb1fafb6b6b08f3ca/volumes/detail used request id req-4dccb29f-2bd8-4a20-8e1e-ccd6f2d5c923 2018-08-15 17:33:21,312 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 17:33:23,312 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-15 17:33:23,316 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8776/v3/ddc97551f7ab4f8eb1fafb6b6b08f3ca/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}285fa0cc99fb01e3085597aec8adba9b390d5424" 2018-08-15 17:33:23,352 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:33:23 GMT Server: Apache x-compute-request-id: req-3c1c6209-e019-4bc7-9a55-bbe8b31f867e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-3c1c6209-e019-4bc7-9a55-bbe8b31f867e Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-08-15 17:33:23,352 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/ddc97551f7ab4f8eb1fafb6b6b08f3ca/volumes/detail used request id req-3c1c6209-e019-4bc7-9a55-bbe8b31f867e 2018-08-15 17:33:23,352 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.039302110672s 2018-08-15 17:33:23,352 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/ddc97551f7ab4f8eb1fafb6b6b08f3ca/volumes/detail used request id req-3c1c6209-e019-4bc7-9a55-bbe8b31f867e 2018-08-15 17:33:23,355 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-15 17:33:23,356 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/floatingips/f0818e20-a56d-4335-b1c8-7a8e23e9a5e1.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}285fa0cc99fb01e3085597aec8adba9b390d5424" 2018-08-15 17:33:24,192 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a0a1c57a-d38b-459b-8a27-ad2264d4e457 Content-Length: 0 Date: Wed, 15 Aug 2018 17:33:24 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-15 17:33:24,193 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/floatingips/f0818e20-a56d-4335-b1c8-7a8e23e9a5e1.json used request id req-a0a1c57a-d38b-459b-8a27-ad2264d4e457 2018-08-15 17:33:24,193 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.837370157242s 2018-08-15 17:33:24,193 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/floatingips/f0818e20-a56d-4335-b1c8-7a8e23e9a5e1.json used request id req-a0a1c57a-d38b-459b-8a27-ad2264d4e457 2018-08-15 17:33:24,198 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-15 17:33:24,199 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}285fa0cc99fb01e3085597aec8adba9b390d5424" 2018-08-15 17:33:24,247 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-e455aa52-9e35-4572-bf3e-3d00bb7974a0 Date: Wed, 15 Aug 2018 17:33:24 GMT RESP BODY: {"floatingips": []} 2018-08-15 17:33:24,247 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-e455aa52-9e35-4572-bf3e-3d00bb7974a0 2018-08-15 17:33:24,247 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0490128993988s 2018-08-15 17:33:24,248 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-e455aa52-9e35-4572-bf3e-3d00bb7974a0 2018-08-15 17:33:24,248 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-15 17:33:24,252 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/servers/0da05ca6-aded-493d-aa9f-0930af325699 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}285fa0cc99fb01e3085597aec8adba9b390d5424" 2018-08-15 17:33:24,415 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 15 Aug 2018 17:33: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-8179f8fa-3bcf-434c-aede-83123cdc21ec x-compute-request-id: req-8179f8fa-3bcf-434c-aede-83123cdc21ec Content-Type: application/json 2018-08-15 17:33:24,415 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/servers/0da05ca6-aded-493d-aa9f-0930af325699 used request id req-8179f8fa-3bcf-434c-aede-83123cdc21ec 2018-08-15 17:33:24,415 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.166553974152s 2018-08-15 17:33:24,415 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/servers/0da05ca6-aded-493d-aa9f-0930af325699 used request id req-8179f8fa-3bcf-434c-aede-83123cdc21ec 2018-08-15 17:33:24,416 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 17:33:24,420 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}285fa0cc99fb01e3085597aec8adba9b390d5424" 2018-08-15 17:33:24,612 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:33: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-67aaf871-42b2-4c6d-b40a-fcfe4d7ef1cd x-compute-request-id: req-67aaf871-42b2-4c6d-b40a-fcfe4d7ef1cd Content-Encoding: gzip Content-Length: 767 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"cinder_test-net_1e09d482-9fae-434c-b5c3-aa7c9a0e0831": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cd:d5:36", "version": 4, "addr": "192.168.120.16", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cd:d5:36", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/0da05ca6-aded-493d-aa9f-0930af325699", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/0da05ca6-aded-493d-aa9f-0930af325699", "rel": "bookmark"}], "image": {"id": "2a833dea-0de2-44f9-99cc-33a91131c5d7", "links": [{"href": "http://172.30.9.27:8774/images/2a833dea-0de2-44f9-99cc-33a91131c5d7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T17:32:44.000000", "flavor": {"id": "a9db870a-3a7d-4696-a07d-9396ba75c301", "links": [{"href": "http://172.30.9.27:8774/flavors/a9db870a-3a7d-4696-a07d-9396ba75c301", "rel": "bookmark"}]}, "id": "0da05ca6-aded-493d-aa9f-0930af325699", "security_groups": [{"name": "cinder_test-sg_1e09d482-9fae-434c-b5c3-aa7c9a0e0831"}], "user_id": "7b42c59b0e06439ba83254321f29fb92", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T17:33:24Z", "hostId": "5cb41574b93a4d59195198d3f7a8f50bac12ab1e46e46a565a827f68", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_1e09d482-9fae-434c-b5c3-aa7c9a0e0831", "name": "cinder_test-vm_1e09d482-9fae-434c-b5c3-aa7c9a0e0831", "created": "2018-08-15T17:32:37Z", "tenant_id": "ddc97551f7ab4f8eb1fafb6b6b08f3ca", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 17:33:24,612 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-67aaf871-42b2-4c6d-b40a-fcfe4d7ef1cd 2018-08-15 17:33:24,612 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.195965051651s 2018-08-15 17:33:24,613 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-67aaf871-42b2-4c6d-b40a-fcfe4d7ef1cd 2018-08-15 17:33:24,614 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 17:33:26,617 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 17:33:26,621 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}285fa0cc99fb01e3085597aec8adba9b390d5424" 2018-08-15 17:33:26,703 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:33: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-3304c13c-64ab-42f3-9f6b-e1ecf140e2f4 x-compute-request-id: req-3304c13c-64ab-42f3-9f6b-e1ecf140e2f4 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-15 17:33:26,703 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-3304c13c-64ab-42f3-9f6b-e1ecf140e2f4 2018-08-15 17:33:26,703 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0857059955597s 2018-08-15 17:33:26,703 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-3304c13c-64ab-42f3-9f6b-e1ecf140e2f4 2018-08-15 17:33:26,707 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-15 17:33:26,707 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}285fa0cc99fb01e3085597aec8adba9b390d5424" 2018-08-15 17:33:26,758 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4835 X-Openstack-Request-Id: req-4cbab962-12e5-4a45-96c8-746c25fcc3a5 Date: Wed, 15 Aug 2018 17:33:26 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cinder_test)", "tags": [], "tenant_id": "ddc97551f7ab4f8eb1fafb6b6b08f3ca", "created_at": "2018-08-15T17:32:05Z", "updated_at": "2018-08-15T17:32:06Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:32:05Z", "revision_number": 0, "id": "00433add-3b77-414a-9dd9-e1a266b30e6a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T17:32:05Z", "security_group_id": "cd631f1a-3021-4ec7-9621-7722bcd7defe", "tenant_id": "ddc97551f7ab4f8eb1fafb6b6b08f3ca", "port_range_min": null, "ethertype": "IPv4", "project_id": "ddc97551f7ab4f8eb1fafb6b6b08f3ca"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:32:05Z", "revision_number": 0, "id": "1439df9b-14c4-4c8d-996b-ef4895cf420a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T17:32:05Z", "security_group_id": "cd631f1a-3021-4ec7-9621-7722bcd7defe", "tenant_id": "ddc97551f7ab4f8eb1fafb6b6b08f3ca", "port_range_min": null, "ethertype": "IPv6", "project_id": "ddc97551f7ab4f8eb1fafb6b6b08f3ca"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-15T17:32:06Z", "revision_number": 0, "id": "22e9f720-4785-4c13-b677-af3420cc1587", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T17:32:06Z", "security_group_id": "cd631f1a-3021-4ec7-9621-7722bcd7defe", "tenant_id": "ddc97551f7ab4f8eb1fafb6b6b08f3ca", "port_range_min": 22, "ethertype": "IPv4", "project_id": "ddc97551f7ab4f8eb1fafb6b6b08f3ca"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:32:06Z", "revision_number": 0, "id": "d09be6ca-cc14-47cc-a10e-f3ba49528706", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T17:32:06Z", "security_group_id": "cd631f1a-3021-4ec7-9621-7722bcd7defe", "tenant_id": "ddc97551f7ab4f8eb1fafb6b6b08f3ca", "port_range_min": null, "ethertype": "IPv4", "project_id": "ddc97551f7ab4f8eb1fafb6b6b08f3ca"}], "revision_number": 3, "project_id": "ddc97551f7ab4f8eb1fafb6b6b08f3ca", "id": "cd631f1a-3021-4ec7-9621-7722bcd7defe", "name": "cinder_test-sg_1e09d482-9fae-434c-b5c3-aa7c9a0e0831"}, {"description": "Default security group", "tags": [], "tenant_id": "ddc97551f7ab4f8eb1fafb6b6b08f3ca", "created_at": "2018-08-15T17:31:59Z", "updated_at": "2018-08-15T17:31:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:31:59Z", "revision_number": 0, "id": "498639eb-f4b7-4634-ba1a-87ef1fb31a1a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T17:31:59Z", "security_group_id": "e543cd31-7550-40be-813b-d7c556c12f04", "tenant_id": "ddc97551f7ab4f8eb1fafb6b6b08f3ca", "port_range_min": null, "ethertype": "IPv6", "project_id": "ddc97551f7ab4f8eb1fafb6b6b08f3ca"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:31:59Z", "revision_number": 0, "id": "4c4c8aed-1b0b-4f71-9194-bc491b8669bc", "remote_group_id": "e543cd31-7550-40be-813b-d7c556c12f04", "remote_ip_prefix": null, "created_at": "2018-08-15T17:31:59Z", "security_group_id": "e543cd31-7550-40be-813b-d7c556c12f04", "tenant_id": "ddc97551f7ab4f8eb1fafb6b6b08f3ca", "port_range_min": null, "ethertype": "IPv4", "project_id": "ddc97551f7ab4f8eb1fafb6b6b08f3ca"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:31:59Z", "revision_number": 0, "id": "665bcf8d-5759-48e3-b8f6-cd719b9e6543", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T17:31:59Z", "security_group_id": "e543cd31-7550-40be-813b-d7c556c12f04", "tenant_id": "ddc97551f7ab4f8eb1fafb6b6b08f3ca", "port_range_min": null, "ethertype": "IPv4", "project_id": "ddc97551f7ab4f8eb1fafb6b6b08f3ca"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:31:59Z", "revision_number": 0, "id": "96b97138-e1a4-4b17-aba5-f942a749bd11", "remote_group_id": "e543cd31-7550-40be-813b-d7c556c12f04", "remote_ip_prefix": null, "created_at": "2018-08-15T17:31:59Z", "security_group_id": "e543cd31-7550-40be-813b-d7c556c12f04", "tenant_id": "ddc97551f7ab4f8eb1fafb6b6b08f3ca", "port_range_min": null, "ethertype": "IPv6", "project_id": "ddc97551f7ab4f8eb1fafb6b6b08f3ca"}], "revision_number": 1, "project_id": "ddc97551f7ab4f8eb1fafb6b6b08f3ca", "id": "e543cd31-7550-40be-813b-d7c556c12f04", "name": "default"}]} 2018-08-15 17:33:26,758 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-4cbab962-12e5-4a45-96c8-746c25fcc3a5 2018-08-15 17:33:26,759 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0516510009766s 2018-08-15 17:33:26,759 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-4cbab962-12e5-4a45-96c8-746c25fcc3a5 2018-08-15 17:33:26,763 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-08-15 17:33:26,764 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/security-groups/cd631f1a-3021-4ec7-9621-7722bcd7defe.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}285fa0cc99fb01e3085597aec8adba9b390d5424" 2018-08-15 17:33:26,959 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c0cbcf8c-e000-4c76-8ad1-d007e4737b78 Content-Length: 0 Date: Wed, 15 Aug 2018 17:33:26 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-15 17:33:26,959 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/cd631f1a-3021-4ec7-9621-7722bcd7defe.json used request id req-c0cbcf8c-e000-4c76-8ad1-d007e4737b78 2018-08-15 17:33:26,959 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.195763111115s 2018-08-15 17:33:26,959 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/cd631f1a-3021-4ec7-9621-7722bcd7defe.json used request id req-c0cbcf8c-e000-4c76-8ad1-d007e4737b78 2018-08-15 17:33:26,960 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-08-15 17:33:26,962 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/os-keypairs/cinder_test-kp_1e09d482-9fae-434c-b5c3-aa7c9a0e0831 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}285fa0cc99fb01e3085597aec8adba9b390d5424" 2018-08-15 17:33:27,019 - keystoneauth.session - DEBUG - RESP: [202] Date: Wed, 15 Aug 2018 17:33: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-9cc4f82d-fe2c-4846-9e8a-4ffac813b445 x-compute-request-id: req-9cc4f82d-fe2c-4846-9e8a-4ffac813b445 Content-Length: 0 Content-Type: application/json 2018-08-15 17:33:27,019 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/os-keypairs/cinder_test-kp_1e09d482-9fae-434c-b5c3-aa7c9a0e0831 used request id req-9cc4f82d-fe2c-4846-9e8a-4ffac813b445 2018-08-15 17:33:27,019 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0594229698181s 2018-08-15 17:33:27,019 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/os-keypairs/cinder_test-kp_1e09d482-9fae-434c-b5c3-aa7c9a0e0831 used request id req-9cc4f82d-fe2c-4846-9e8a-4ffac813b445 2018-08-15 17:33:27,020 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-15 17:33:27,020 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/c4a6bb7e-d7a7-41e9-8904-be6074ca7d4e/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}285fa0cc99fb01e3085597aec8adba9b390d5424" -d '{"subnet_id": "9118d141-db74-4b24-9a42-9e6afdfd1971"}' 2018-08-15 17:33:28,817 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-06183384-3adb-492f-8fa5-80cd2c8a26fe Date: Wed, 15 Aug 2018 17:33:28 GMT RESP BODY: {"network_id": "d776e6d6-866a-4e52-982d-a6fd7b9991f6", "tenant_id": "ddc97551f7ab4f8eb1fafb6b6b08f3ca", "subnet_id": "9118d141-db74-4b24-9a42-9e6afdfd1971", "subnet_ids": ["9118d141-db74-4b24-9a42-9e6afdfd1971"], "port_id": "03e38db5-c582-453d-b01e-b71b3adb47f2", "id": "c4a6bb7e-d7a7-41e9-8904-be6074ca7d4e"} 2018-08-15 17:33:28,817 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/c4a6bb7e-d7a7-41e9-8904-be6074ca7d4e/remove_router_interface.json used request id req-06183384-3adb-492f-8fa5-80cd2c8a26fe 2018-08-15 17:33:28,817 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.79718995094s 2018-08-15 17:33:28,817 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/c4a6bb7e-d7a7-41e9-8904-be6074ca7d4e/remove_router_interface.json used request id req-06183384-3adb-492f-8fa5-80cd2c8a26fe returning object c4a6bb7e-d7a7-41e9-8904-be6074ca7d4e 2018-08-15 17:33:28,818 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-15 17:33:28,818 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}285fa0cc99fb01e3085597aec8adba9b390d5424" 2018-08-15 17:33:28,931 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 625 X-Openstack-Request-Id: req-fdea63a6-2abf-4dbd-90d1-6992c0f0023e Date: Wed, 15 Aug 2018 17:33:28 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "fc8ca119-27ab-4070-99fa-a2993d11ee48", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "3ef75223-733d-425d-bb3e-88e8a796bebc", "ip_address": "172.30.9.211"}]}, "description": "", "tags": [], "tenant_id": "ddc97551f7ab4f8eb1fafb6b6b08f3ca", "created_at": "2018-08-15T17:32:00Z", "admin_state_up": true, "updated_at": "2018-08-15T17:33:28Z", "revision_number": 4, "routes": [], "project_id": "ddc97551f7ab4f8eb1fafb6b6b08f3ca", "id": "c4a6bb7e-d7a7-41e9-8904-be6074ca7d4e", "name": "cinder_test-router_1e09d482-9fae-434c-b5c3-aa7c9a0e0831"}]} 2018-08-15 17:33:28,931 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-fdea63a6-2abf-4dbd-90d1-6992c0f0023e 2018-08-15 17:33:28,931 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.11288690567s 2018-08-15 17:33:28,931 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-fdea63a6-2abf-4dbd-90d1-6992c0f0023e 2018-08-15 17:33:28,933 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-15 17:33:28,933 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/routers/c4a6bb7e-d7a7-41e9-8904-be6074ca7d4e.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}285fa0cc99fb01e3085597aec8adba9b390d5424" 2018-08-15 17:33:30,403 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-004c6bec-79f2-40ab-8294-95e9d781269a Content-Length: 0 Date: Wed, 15 Aug 2018 17:33:30 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-15 17:33:30,403 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/c4a6bb7e-d7a7-41e9-8904-be6074ca7d4e.json used request id req-004c6bec-79f2-40ab-8294-95e9d781269a 2018-08-15 17:33:30,404 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.4708070755s 2018-08-15 17:33:30,404 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/c4a6bb7e-d7a7-41e9-8904-be6074ca7d4e.json used request id req-004c6bec-79f2-40ab-8294-95e9d781269a 2018-08-15 17:33:30,404 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-15 17:33:30,405 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}285fa0cc99fb01e3085597aec8adba9b390d5424" 2018-08-15 17:33:30,444 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-d049b353-1cde-4181-bdc2-50a0ca2ba7d5 Date: Wed, 15 Aug 2018 17:33:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d776e6d6-866a-4e52-982d-a6fd7b9991f6","tenant_id":"ddc97551f7ab4f8eb1fafb6b6b08f3ca","created_at":"2018-08-15T17:32:00Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-15T17:32:00Z","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":"ddc97551f7ab4f8eb1fafb6b6b08f3ca","id":"9118d141-db74-4b24-9a42-9e6afdfd1971","subnetpool_id":null,"name":"cinder_test-subnet_1e09d482-9fae-434c-b5c3-aa7c9a0e0831"}]} 2018-08-15 17:33:30,444 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-d049b353-1cde-4181-bdc2-50a0ca2ba7d5 2018-08-15 17:33:30,444 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0398378372192s 2018-08-15 17:33:30,445 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-d049b353-1cde-4181-bdc2-50a0ca2ba7d5 2018-08-15 17:33:30,446 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-15 17:33:30,446 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/subnets/9118d141-db74-4b24-9a42-9e6afdfd1971.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}285fa0cc99fb01e3085597aec8adba9b390d5424" 2018-08-15 17:33:31,613 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-bd26d3cf-4cfc-4f07-9de4-76c02e1fec8b Date: Wed, 15 Aug 2018 17:33:31 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-15 17:33:31,613 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/9118d141-db74-4b24-9a42-9e6afdfd1971.json used request id req-bd26d3cf-4cfc-4f07-9de4-76c02e1fec8b 2018-08-15 17:33:31,614 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 1.16752815247s 2018-08-15 17:33:31,614 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/9118d141-db74-4b24-9a42-9e6afdfd1971.json used request id req-bd26d3cf-4cfc-4f07-9de4-76c02e1fec8b 2018-08-15 17:33:31,614 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-15 17:33:31,615 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}285fa0cc99fb01e3085597aec8adba9b390d5424" 2018-08-15 17:33:31,703 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1156 X-Openstack-Request-Id: req-fd93d151-8488-4a67-9ac8-b41dd7b9019c Date: Wed, 15 Aug 2018 17:33:31 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-15T17:33:31Z","tenant_id":"ddc97551f7ab4f8eb1fafb6b6b08f3ca","created_at":"2018-08-15T17:31:59Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"ddc97551f7ab4f8eb1fafb6b6b08f3ca","id":"d776e6d6-866a-4e52-982d-a6fd7b9991f6","name":"cinder_test-net_1e09d482-9fae-434c-b5c3-aa7c9a0e0831"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["3ef75223-733d-425d-bb3e-88e8a796bebc"],"updated_at":"2018-08-15T17:16:30Z","tenant_id":"d2c267e1fee9461ba5e64a915b9518f5","created_at":"2018-08-15T17:16:26Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"d2c267e1fee9461ba5e64a915b9518f5","id":"fc8ca119-27ab-4070-99fa-a2993d11ee48","name":"external"}]} 2018-08-15 17:33:31,703 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-fd93d151-8488-4a67-9ac8-b41dd7b9019c 2018-08-15 17:33:31,703 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0886161327362s 2018-08-15 17:33:31,704 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-fd93d151-8488-4a67-9ac8-b41dd7b9019c 2018-08-15 17:33:31,706 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-15 17:33:31,706 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/networks/d776e6d6-866a-4e52-982d-a6fd7b9991f6.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}285fa0cc99fb01e3085597aec8adba9b390d5424" 2018-08-15 17:33:33,534 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-976a6051-6c77-4bf1-b63f-055c853a1b0d Date: Wed, 15 Aug 2018 17:33:33 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-15 17:33:33,534 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/d776e6d6-866a-4e52-982d-a6fd7b9991f6.json used request id req-976a6051-6c77-4bf1-b63f-055c853a1b0d 2018-08-15 17:33:33,534 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.82830691338s 2018-08-15 17:33:33,534 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/d776e6d6-866a-4e52-982d-a6fd7b9991f6.json used request id req-976a6051-6c77-4bf1-b63f-055c853a1b0d 2018-08-15 17:33:33,539 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-15 17:33:33,542 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}285fa0cc99fb01e3085597aec8adba9b390d5424" 2018-08-15 17:33:33,577 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1399 Content-Type: application/json X-Openstack-Request-Id: req-3eba288d-1ed7-418b-91d1-3879afcc64b6 Date: Wed, 15 Aug 2018 17:33:33 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-15T17:32:04Z", "file": "/v2/images/2a833dea-0de2-44f9-99cc-33a91131c5d7/file", "owner": "ddc97551f7ab4f8eb1fafb6b6b08f3ca", "id": "2a833dea-0de2-44f9-99cc-33a91131c5d7", "size": 12716032, "self": "/v2/images/2a833dea-0de2-44f9-99cc-33a91131c5d7", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/2a833dea-0de2-44f9-99cc-33a91131c5d7/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/2a833dea-0de2-44f9-99cc-33a91131c5d7/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cinder_test-img_1e09d482-9fae-434c-b5c3-aa7c9a0e0831", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "cinder_test-img_1e09d482-9fae-434c-b5c3-aa7c9a0e0831", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-15T17:32:04Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-15 17:33:33,577 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-3eba288d-1ed7-418b-91d1-3879afcc64b6 2018-08-15 17:33:33,577 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0383801460266s 2018-08-15 17:33:33,578 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-3eba288d-1ed7-418b-91d1-3879afcc64b6 2018-08-15 17:33:33,579 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-15 17:33:33,583 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9292/v2/images/2a833dea-0de2-44f9-99cc-33a91131c5d7 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}285fa0cc99fb01e3085597aec8adba9b390d5424" 2018-08-15 17:33:34,358 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-70f0485f-797a-4a21-a738-f19f358ef968 Date: Wed, 15 Aug 2018 17:33:34 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-15 17:33:34,358 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/2a833dea-0de2-44f9-99cc-33a91131c5d7 used request id req-70f0485f-797a-4a21-a738-f19f358ef968 2018-08-15 17:33:34,359 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.779002904892s 2018-08-15 17:33:34,359 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/2a833dea-0de2-44f9-99cc-33a91131c5d7 used request id req-70f0485f-797a-4a21-a738-f19f358ef968 2018-08-15 17:33:34,359 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-15 17:33:34,362 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}16987c2ebb670ceab0304709d0900874676d5001" 2018-08-15 17:33:34,381 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:33: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-597dc1b8-2034-4775-94fb-8b6c9eb173d8 x-compute-request-id: req-597dc1b8-2034-4775-94fb-8b6c9eb173d8 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cinder_test-flavor_1e09d482-9fae-434c-b5c3-aa7c9a0e0831", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/a9db870a-3a7d-4696-a07d-9396ba75c301", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/a9db870a-3a7d-4696-a07d-9396ba75c301", "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": "a9db870a-3a7d-4696-a07d-9396ba75c301"}]} 2018-08-15 17:33:34,381 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-597dc1b8-2034-4775-94fb-8b6c9eb173d8 2018-08-15 17:33:34,382 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0221638679504s 2018-08-15 17:33:34,382 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-597dc1b8-2034-4775-94fb-8b6c9eb173d8 2018-08-15 17:33:34,384 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-15 17:33:34,386 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/flavors/a9db870a-3a7d-4696-a07d-9396ba75c301 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}16987c2ebb670ceab0304709d0900874676d5001" 2018-08-15 17:33:34,417 - keystoneauth.session - DEBUG - RESP: [202] Date: Wed, 15 Aug 2018 17:33: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-f9e5018e-cd45-4707-8b7a-2d0e0dbcd606 x-compute-request-id: req-f9e5018e-cd45-4707-8b7a-2d0e0dbcd606 Content-Length: 0 Content-Type: application/json 2018-08-15 17:33:34,417 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/a9db870a-3a7d-4696-a07d-9396ba75c301 used request id req-f9e5018e-cd45-4707-8b7a-2d0e0dbcd606 2018-08-15 17:33:34,417 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0336349010468s 2018-08-15 17:33:34,418 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/a9db870a-3a7d-4696-a07d-9396ba75c301 used request id req-f9e5018e-cd45-4707-8b7a-2d0e0dbcd606 2018-08-15 17:33:34,418 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-15 17:33:34,423 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}16987c2ebb670ceab0304709d0900874676d5001" 2018-08-15 17:33:34,612 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:33:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6ac3a0e9-1f6a-47c1-90a5-a9e5c9c9e6e9 Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/033f0039d025473a84de241284491a58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "033f0039d025473a84de241284491a58", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/2422d0f285314705b46615565d3917fe"}, "domain_id": "e4bd2a4e6bb349a78f956295c49df949", "enabled": true, "options": {}, "id": "2422d0f285314705b46615565d3917fe", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/2cc8b8ad456045c2a30e4360994a4487"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2cc8b8ad456045c2a30e4360994a4487", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/3c466aad8ead4318838e33dd234eb81d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3c466aad8ead4318838e33dd234eb81d", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/56e811cfd4b242068dd78826118576f4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "56e811cfd4b242068dd78826118576f4", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6fad7e5ef0254b2a9cdb215018bcab91"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6fad7e5ef0254b2a9cdb215018bcab91", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder_test-user_1e09d482-9fae-434c-b5c3-aa7c9a0e0831", "links": {"self": "http://172.30.9.27:5000/v3/users/7b42c59b0e06439ba83254321f29fb92"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "7b42c59b0e06439ba83254321f29fb92", "domain_id": "default", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.27:5000/v3/users/7d91ea49860f4c2a8deabf649cf4ed37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d91ea49860f4c2a8deabf649cf4ed37", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/8f968cf4475249f6abf2422d6dd7425f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8f968cf4475249f6abf2422d6dd7425f", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/9482390a0722494f8852b9f0e2b9de56"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9482390a0722494f8852b9f0e2b9de56", "email": "admin@example.com", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.27:5000/v3/users/a36076122cea45c6b3e4aa67c4ca811d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a36076122cea45c6b3e4aa67c4ca811d", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/acda52409b024c95bc0facaa98dbc356"}, "domain_id": "default", "enabled": true, "options": {}, "id": "acda52409b024c95bc0facaa98dbc356", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/b193f8790ad94e46993d7eb01f623f51"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b193f8790ad94e46993d7eb01f623f51", "email": "cinder@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/dba024f1937f490cae2e437356a668d7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dba024f1937f490cae2e437356a668d7", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/e6d2649e935e4b8db8107d76bfb30c3a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e6d2649e935e4b8db8107d76bfb30c3a", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-08-15 17:33:34,612 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-6ac3a0e9-1f6a-47c1-90a5-a9e5c9c9e6e9 2018-08-15 17:33:34,612 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.193747997284s 2018-08-15 17:33:34,612 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-6ac3a0e9-1f6a-47c1-90a5-a9e5c9c9e6e9 2018-08-15 17:33:34,618 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-15 17:33:34,621 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/users/7b42c59b0e06439ba83254321f29fb92 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}16987c2ebb670ceab0304709d0900874676d5001" 2018-08-15 17:33:34,820 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:33:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c91bf077-16ee-4e0b-9c4d-7a17c0dfa03e Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"user": {"name": "cinder_test-user_1e09d482-9fae-434c-b5c3-aa7c9a0e0831", "links": {"self": "http://172.30.9.27:5000/v3/users/7b42c59b0e06439ba83254321f29fb92"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "7b42c59b0e06439ba83254321f29fb92", "description": null}} 2018-08-15 17:33:34,820 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/7b42c59b0e06439ba83254321f29fb92 used request id req-c91bf077-16ee-4e0b-9c4d-7a17c0dfa03e 2018-08-15 17:33:34,821 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.202480077744s 2018-08-15 17:33:34,821 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/7b42c59b0e06439ba83254321f29fb92 used request id req-c91bf077-16ee-4e0b-9c4d-7a17c0dfa03e 2018-08-15 17:33:34,822 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-15 17:33:34,825 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/users/7b42c59b0e06439ba83254321f29fb92 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}16987c2ebb670ceab0304709d0900874676d5001" 2018-08-15 17:33:35,089 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 15 Aug 2018 17:33:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-29a192a7-e20c-454e-88e3-0505b243eff2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-15 17:33:35,089 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/7b42c59b0e06439ba83254321f29fb92 used request id req-29a192a7-e20c-454e-88e3-0505b243eff2 2018-08-15 17:33:35,090 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.267928123474s 2018-08-15 17:33:35,090 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/7b42c59b0e06439ba83254321f29fb92 used request id req-29a192a7-e20c-454e-88e3-0505b243eff2 2018-08-15 17:33:35,096 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-15 17:33:35,099 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}16987c2ebb670ceab0304709d0900874676d5001" 2018-08-15 17:33:35,281 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:33:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-01cfa08e-4fc2-49ab-874a-de73e22e28ac Content-Encoding: gzip Content-Length: 383 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/a3688ea3a7924e1e8a441a00bd79aae5"}, "tags": [], "enabled": true, "id": "a3688ea3a7924e1e8a441a00bd79aae5", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.27:5000/v3/projects/d2c267e1fee9461ba5e64a915b9518f5"}, "tags": [], "enabled": true, "id": "d2c267e1fee9461ba5e64a915b9518f5", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: cinder_test", "links": {"self": "http://172.30.9.27:5000/v3/projects/ddc97551f7ab4f8eb1fafb6b6b08f3ca"}, "tags": [], "enabled": true, "id": "ddc97551f7ab4f8eb1fafb6b6b08f3ca", "parent_id": "default", "domain_id": "default", "name": "cinder_test-project_1e09d482-9fae-434c-b5c3-aa7c9a0e0831"}]} 2018-08-15 17:33:35,282 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects used request id req-01cfa08e-4fc2-49ab-874a-de73e22e28ac 2018-08-15 17:33:35,282 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.185642004013s 2018-08-15 17:33:35,282 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects used request id req-01cfa08e-4fc2-49ab-874a-de73e22e28ac 2018-08-15 17:33:35,287 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-15 17:33:35,290 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/projects/ddc97551f7ab4f8eb1fafb6b6b08f3ca -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}16987c2ebb670ceab0304709d0900874676d5001" 2018-08-15 17:33:35,518 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 15 Aug 2018 17:33:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-101e2977-81ee-4df8-96e1-e54486fa881c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-15 17:33:35,518 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/ddc97551f7ab4f8eb1fafb6b6b08f3ca used request id req-101e2977-81ee-4df8-96e1-e54486fa881c 2018-08-15 17:33:35,519 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.231074094772s 2018-08-15 17:33:35,519 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/ddc97551f7ab4f8eb1fafb6b6b08f3ca used request id req-101e2977-81ee-4df8-96e1-e54486fa881c 2018-08-15 17:33:35,571 - xtesting.ci.run_tests - INFO - Loading test case 'odl'... 2018-08-15 17:33:35,704 - xtesting.ci.run_tests - INFO - Running test case 'odl'... 2018-08-15 17:33:35,705 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-15 17:33:35,705 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-15 17:33:35,705 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-15 17:33:35,705 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-15 17:33:35,705 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-15 17:33:35,705 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-15 17:33:35,705 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-15 17:33:35,705 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-15 17:33:35,705 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-15 17:33:35,705 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-15 17:33:35,705 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-15 17:33:35,705 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-15 17:33:35,705 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-15 17:33:35,706 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-15 17:33:35,706 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-15 17:33:35,706 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-15 17:33:35,706 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-15 17:33:35,706 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-15 17:33:35,706 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-15 17:33:35,706 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-15 17:33:35,706 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-15 17:33:35,706 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-15 17:33:35,707 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-15 17:33:35,712 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:33:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fc03c7d1-8cce-43a3-aa57-89366287016b Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-08-15 17:33:35,712 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-fc03c7d1-8cce-43a3-aa57-89366287016b 2018-08-15 17:33:35,713 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-08-15 17:33:36,096 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "16212b6aa60a4fd1b8194c834bae86bf", "name": "member"}, {"id": "eeb4436830d24515952401292b7cfc55", "name": "reader"}, {"id": "382a39dc50214187b99e809cf7222e3c", "name": "admin"}], "expires_at": "2018-08-15T18:33:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3688ea3a7924e1e8a441a00bd79aae5", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.37:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "54e3c320cc3142e9824c171afe58d5c6"}, {"url": "http://172.30.9.27:8080/v1/AUTH_a3688ea3a7924e1e8a441a00bd79aae5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d00250537b54114937846660f377ed1"}, {"url": "http://12.0.0.37:8080/v1/AUTH_a3688ea3a7924e1e8a441a00bd79aae5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c790cb26fd2345ae9bac8a014d10a446"}], "type": "object-store", "id": "17183633b8774ff6a53da32b47c89b3c", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94631698a9884eb1bf4cb245c6f37b80"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c23f2a003e874719a2f1c41f92405a45"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e97257b46cb8440080352cd841246c5d"}], "type": "cloudformation", "id": "2dec96c2934d43bdbe2e431ef0b53392", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "287c0315393e4b22a228912ca3b004cc"}, {"url": "http://192.30.9.3:8776/v3/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62769da517ac4f44b88a6118413b8c30"}, {"url": "http://192.30.9.3:8776/v3/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c0b30400cd648249ab0a6a17cf1ebc1"}], "type": "volumev3", "id": "363b885c3f174fbfb4f17da9d41f332d", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d6cb188f65e4f77bab04c3d99f9469f"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70f7ced028794432bef835264c84489c"}, {"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77dd5cfb1dac4b31b21d705ba420c355"}], "type": "network", "id": "51b7a44223114d149d5300ae5b6d97ae", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19071864a1b848cc93bca3b1e1955c3f"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bc0345e40a36459fbc009797a6517deb"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5c7966f4757438480f39866a31a0265"}], "type": "image", "id": "5540e06daad441aa911fd4cb4d76f8d3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "68ad1d76386d437089226a0562004a39", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "03f40cbac74c4aafb48b4dd360509f6a"}, {"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18ed3fa9a0894200abaf76b71abfd912"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3d96a0aa5c344cb8ba659332ed497e85"}], "type": "identity", "id": "8096ce39bbf24c1683621ee563324790", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f60ea793ee64fc9a3d9a2d2ad889bd0"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7c9770175fc45379f2c2d142062b2c3"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e944b22c50da41179f2e29ce558807c1"}], "type": "compute", "id": "b3040d5c7e224dbca86f421bddd758e1", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5aad7caa3e6f4a35b9abdf5d46190371"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8b8b8bcfb3b40e5be77e13a4d2dda19"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d33016e2f5be49c28efb9905db488d41"}], "type": "placement", "id": "bb3127ed06e54fda901ea2348ddb72da", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "576142509dfd46c591c5e83bed8ffcc7"}, {"url": "http://192.30.9.3:8776/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cabe2973ef9144da9850a630dd2aedd5"}, {"url": "http://172.30.9.27:8776/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eb71f3f602d443c9a8605a7ff2e8aa8e"}], "type": "volume", "id": "becfeedd42e344c085611f3c7c465a3f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.3:8004/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "156b8e560e534c82a1d320da86608a19"}, {"url": "http://192.30.9.3:8004/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59154cecf6a54eb08ecc63bf95dca042"}, {"url": "http://172.30.9.27:8004/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f3aa5c8697e449f99c2cfbe2a371cab7"}], "type": "orchestration", "id": "c4334130b6d54a75804fe3f11a3b9e3e", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "39db2ebb65ae42659440fd9845949a6c"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ad23d2a65e74e3c87b1488af1f9f9ac"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d07664cbebb49149819cf7a6b20edb4"}], "type": "alarming", "id": "d878aa5c6b584d53a039f6a680fb6e8b", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e2bb44b06c0412ab74e54984b5b26b5"}, {"url": "http://192.30.9.3:8776/v2/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86bcb5a76e6c464bb4d42c969584d6f2"}, {"url": "http://172.30.9.27:8776/v2/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a391eed816af4966b335005bfe580d70"}], "type": "volumev2", "id": "e16298e148f54e96a50a134ca797deff", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b54cb5b666f74b91b0244b5332fdb3e5"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcc892608bd341e084be203695f810d1"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e980066294c34eb6866e6c4735e84a62"}], "type": "metric", "id": "f3a07a22777a4405b7eaf44da2e73e19", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.27:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1f66095afa4b74b4f26d432f5bfa55"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8dd5f30cc334148a7ed9d5ab68eee9b"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bfe7dd54acd947899871700a40dd0244"}], "type": "event", "id": "f6e223543cae4d9bad10258b0a294f12", "name": "panko"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "9482390a0722494f8852b9f0e2b9de56"}, "audit_ids": ["BcT43c8xSaGUihiAjuqX6w"], "issued_at": "2018-08-15T17:33:36.000000Z"}} 2018-08-15 17:33:36,099 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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-15 17:33:36,104 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 15 Aug 2018 17:33:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-87edbf95-13aa-4ae1-b414-ce521eff8d44 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.27:5000/v3/", "rel": "self"}]}]}} 2018-08-15 17:33:36,104 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/ used request id req-87edbf95-13aa-4ae1-b414-ce521eff8d44 2018-08-15 17:33:36,107 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.services 2018-08-15 17:33:36,110 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.3: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-15 17:33:36,116 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 15 Aug 2018 17:33:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c7a30f00-0867-46b8-8c57-bf56252a86d6 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.3:35357/v3/", "rel": "self"}]}]}} 2018-08-15 17:33:36,116 - keystoneauth.session - DEBUG - GET call to None for http://192.30.9.3:35357/ used request id req-c7a30f00-0867-46b8-8c57-bf56252a86d6 2018-08-15 17:33:36,117 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.3: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}de0d112f5d5b9f0179d405692a93f77c3584b3bd" 2018-08-15 17:33:36,290 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:33:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-58044335-2af9-47ec-bb13-c84c30506a92 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"services": [{"description": "Openstack Object-Store Service", "links": {"self": "http://192.30.9.3:35357/v3/services/17183633b8774ff6a53da32b47c89b3c"}, "enabled": true, "type": "object-store", "id": "17183633b8774ff6a53da32b47c89b3c", "name": "swift"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://192.30.9.3:35357/v3/services/2dec96c2934d43bdbe2e431ef0b53392"}, "enabled": true, "type": "cloudformation", "id": "2dec96c2934d43bdbe2e431ef0b53392", "name": "heat-cfn"}, {"description": "Cinder Service v3", "links": {"self": "http://192.30.9.3:35357/v3/services/363b885c3f174fbfb4f17da9d41f332d"}, "enabled": true, "type": "volumev3", "id": "363b885c3f174fbfb4f17da9d41f332d", "name": "cinderv3"}, {"description": "Neutron Networking Service", "links": {"self": "http://192.30.9.3:35357/v3/services/51b7a44223114d149d5300ae5b6d97ae"}, "enabled": true, "type": "network", "id": "51b7a44223114d149d5300ae5b6d97ae", "name": "neutron"}, {"description": "OpenStack Image Service", "links": {"self": "http://192.30.9.3:35357/v3/services/5540e06daad441aa911fd4cb4d76f8d3"}, "enabled": true, "type": "image", "id": "5540e06daad441aa911fd4cb4d76f8d3", "name": "glance"}, {"description": "Openstack Metering Service", "links": {"self": "http://192.30.9.3:35357/v3/services/68ad1d76386d437089226a0562004a39"}, "enabled": true, "type": "metering", "id": "68ad1d76386d437089226a0562004a39", "name": "ceilometer"}, {"description": "OpenStack Identity Service", "links": {"self": "http://192.30.9.3:35357/v3/services/8096ce39bbf24c1683621ee563324790"}, "enabled": true, "type": "identity", "id": "8096ce39bbf24c1683621ee563324790", "name": "keystone"}, {"description": "Openstack Compute Service", "links": {"self": "http://192.30.9.3:35357/v3/services/b3040d5c7e224dbca86f421bddd758e1"}, "enabled": true, "type": "compute", "id": "b3040d5c7e224dbca86f421bddd758e1", "name": "nova"}, {"description": "Openstack Placement Service", "links": {"self": "http://192.30.9.3:35357/v3/services/bb3127ed06e54fda901ea2348ddb72da"}, "enabled": true, "type": "placement", "id": "bb3127ed06e54fda901ea2348ddb72da", "name": "placement"}, {"description": "Cinder Service", "links": {"self": "http://192.30.9.3:35357/v3/services/becfeedd42e344c085611f3c7c465a3f"}, "enabled": true, "type": "volume", "id": "becfeedd42e344c085611f3c7c465a3f", "name": "cinder"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://192.30.9.3:35357/v3/services/c4334130b6d54a75804fe3f11a3b9e3e"}, "enabled": true, "type": "orchestration", "id": "c4334130b6d54a75804fe3f11a3b9e3e", "name": "heat"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://192.30.9.3:35357/v3/services/d878aa5c6b584d53a039f6a680fb6e8b"}, "enabled": true, "type": "alarming", "id": "d878aa5c6b584d53a039f6a680fb6e8b", "name": "aodh"}, {"description": "Cinder Service v2", "links": {"self": "http://192.30.9.3:35357/v3/services/e16298e148f54e96a50a134ca797deff"}, "enabled": true, "type": "volumev2", "id": "e16298e148f54e96a50a134ca797deff", "name": "cinderv2"}, {"description": "OpenStack Metric Service", "links": {"self": "http://192.30.9.3:35357/v3/services/f3a07a22777a4405b7eaf44da2e73e19"}, "enabled": true, "type": "metric", "id": "f3a07a22777a4405b7eaf44da2e73e19", "name": "gnocchi"}, {"description": "OpenStack Event Service", "links": {"self": "http://192.30.9.3:35357/v3/services/f6e223543cae4d9bad10258b0a294f12"}, "enabled": true, "type": "event", "id": "f6e223543cae4d9bad10258b0a294f12", "name": "panko"}], "links": {"self": "http://192.30.9.3:35357/v3/services", "previous": null, "next": null}} 2018-08-15 17:33:36,290 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.3:35357/v3/services used request id req-58044335-2af9-47ec-bb13-c84c30506a92 2018-08-15 17:33:36,290 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.services in 0.182547092438s 2018-08-15 17:33:36,291 - shade.request_ids - DEBUG - GET call to identity for http://192.30.9.3:35357/v3/services used request id req-58044335-2af9-47ec-bb13-c84c30506a92 2018-08-15 17:33:36,299 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.endpoints 2018-08-15 17:33:36,302 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}de0d112f5d5b9f0179d405692a93f77c3584b3bd" 2018-08-15 17:33:36,478 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:33:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-15c37ca8-0480-4821-b3ae-91f3894dc3f5 Content-Encoding: gzip Content-Length: 1980 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/03f40cbac74c4aafb48b4dd360509f6a"}, "url": "http://192.30.9.3:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "8096ce39bbf24c1683621ee563324790", "id": "03f40cbac74c4aafb48b4dd360509f6a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/156b8e560e534c82a1d320da86608a19"}, "url": "http://192.30.9.3:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "c4334130b6d54a75804fe3f11a3b9e3e", "id": "156b8e560e534c82a1d320da86608a19"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/18ed3fa9a0894200abaf76b71abfd912"}, "url": "http://172.30.9.27:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "8096ce39bbf24c1683621ee563324790", "id": "18ed3fa9a0894200abaf76b71abfd912"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/19071864a1b848cc93bca3b1e1955c3f"}, "url": "http://172.30.9.27:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "5540e06daad441aa911fd4cb4d76f8d3", "id": "19071864a1b848cc93bca3b1e1955c3f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/1d6cb188f65e4f77bab04c3d99f9469f"}, "url": "http://192.30.9.3:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "51b7a44223114d149d5300ae5b6d97ae", "id": "1d6cb188f65e4f77bab04c3d99f9469f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/287c0315393e4b22a228912ca3b004cc"}, "url": "http://172.30.9.27:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "363b885c3f174fbfb4f17da9d41f332d", "id": "287c0315393e4b22a228912ca3b004cc"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/39db2ebb65ae42659440fd9845949a6c"}, "url": "http://192.30.9.3:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "d878aa5c6b584d53a039f6a680fb6e8b", "id": "39db2ebb65ae42659440fd9845949a6c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/3ad23d2a65e74e3c87b1488af1f9f9ac"}, "url": "http://172.30.9.27:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "d878aa5c6b584d53a039f6a680fb6e8b", "id": "3ad23d2a65e74e3c87b1488af1f9f9ac"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/3d96a0aa5c344cb8ba659332ed497e85"}, "url": "http://192.30.9.3:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "8096ce39bbf24c1683621ee563324790", "id": "3d96a0aa5c344cb8ba659332ed497e85"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/54e3c320cc3142e9824c171afe58d5c6"}, "url": "http://12.0.0.37:8080", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "17183633b8774ff6a53da32b47c89b3c", "id": "54e3c320cc3142e9824c171afe58d5c6"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/576142509dfd46c591c5e83bed8ffcc7"}, "url": "http://192.30.9.3:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "becfeedd42e344c085611f3c7c465a3f", "id": "576142509dfd46c591c5e83bed8ffcc7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/59154cecf6a54eb08ecc63bf95dca042"}, "url": "http://192.30.9.3:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "c4334130b6d54a75804fe3f11a3b9e3e", "id": "59154cecf6a54eb08ecc63bf95dca042"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/5aad7caa3e6f4a35b9abdf5d46190371"}, "url": "http://192.30.9.3:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "bb3127ed06e54fda901ea2348ddb72da", "id": "5aad7caa3e6f4a35b9abdf5d46190371"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/5d07664cbebb49149819cf7a6b20edb4"}, "url": "http://192.30.9.3:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "d878aa5c6b584d53a039f6a680fb6e8b", "id": "5d07664cbebb49149819cf7a6b20edb4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/62769da517ac4f44b88a6118413b8c30"}, "url": "http://192.30.9.3:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "363b885c3f174fbfb4f17da9d41f332d", "id": "62769da517ac4f44b88a6118413b8c30"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/6c0b30400cd648249ab0a6a17cf1ebc1"}, "url": "http://192.30.9.3:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "363b885c3f174fbfb4f17da9d41f332d", "id": "6c0b30400cd648249ab0a6a17cf1ebc1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/6e2bb44b06c0412ab74e54984b5b26b5"}, "url": "http://192.30.9.3:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "e16298e148f54e96a50a134ca797deff", "id": "6e2bb44b06c0412ab74e54984b5b26b5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/70f7ced028794432bef835264c84489c"}, "url": "http://192.30.9.3:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "51b7a44223114d149d5300ae5b6d97ae", "id": "70f7ced028794432bef835264c84489c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/77dd5cfb1dac4b31b21d705ba420c355"}, "url": "http://172.30.9.27:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "51b7a44223114d149d5300ae5b6d97ae", "id": "77dd5cfb1dac4b31b21d705ba420c355"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/7d00250537b54114937846660f377ed1"}, "url": "http://172.30.9.27:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "17183633b8774ff6a53da32b47c89b3c", "id": "7d00250537b54114937846660f377ed1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/7f1f66095afa4b74b4f26d432f5bfa55"}, "url": "http://172.30.9.27:8977", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "f6e223543cae4d9bad10258b0a294f12", "id": "7f1f66095afa4b74b4f26d432f5bfa55"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/86bcb5a76e6c464bb4d42c969584d6f2"}, "url": "http://192.30.9.3:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "e16298e148f54e96a50a134ca797deff", "id": "86bcb5a76e6c464bb4d42c969584d6f2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/8f60ea793ee64fc9a3d9a2d2ad889bd0"}, "url": "http://172.30.9.27:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "b3040d5c7e224dbca86f421bddd758e1", "id": "8f60ea793ee64fc9a3d9a2d2ad889bd0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/94631698a9884eb1bf4cb245c6f37b80"}, "url": "http://192.30.9.3:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "2dec96c2934d43bdbe2e431ef0b53392", "id": "94631698a9884eb1bf4cb245c6f37b80"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/a391eed816af4966b335005bfe580d70"}, "url": "http://172.30.9.27:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "e16298e148f54e96a50a134ca797deff", "id": "a391eed816af4966b335005bfe580d70"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/b54cb5b666f74b91b0244b5332fdb3e5"}, "url": "http://172.30.9.27:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "f3a07a22777a4405b7eaf44da2e73e19", "id": "b54cb5b666f74b91b0244b5332fdb3e5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/b8dd5f30cc334148a7ed9d5ab68eee9b"}, "url": "http://192.30.9.3:8977", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "f6e223543cae4d9bad10258b0a294f12", "id": "b8dd5f30cc334148a7ed9d5ab68eee9b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/bc0345e40a36459fbc009797a6517deb"}, "url": "http://192.30.9.3:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "5540e06daad441aa911fd4cb4d76f8d3", "id": "bc0345e40a36459fbc009797a6517deb"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/bfe7dd54acd947899871700a40dd0244"}, "url": "http://192.30.9.3:8977", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "f6e223543cae4d9bad10258b0a294f12", "id": "bfe7dd54acd947899871700a40dd0244"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/c23f2a003e874719a2f1c41f92405a45"}, "url": "http://172.30.9.27:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "2dec96c2934d43bdbe2e431ef0b53392", "id": "c23f2a003e874719a2f1c41f92405a45"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/c790cb26fd2345ae9bac8a014d10a446"}, "url": "http://12.0.0.37:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "17183633b8774ff6a53da32b47c89b3c", "id": "c790cb26fd2345ae9bac8a014d10a446"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/c7c9770175fc45379f2c2d142062b2c3"}, "url": "http://192.30.9.3:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "b3040d5c7e224dbca86f421bddd758e1", "id": "c7c9770175fc45379f2c2d142062b2c3"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/c8b8b8bcfb3b40e5be77e13a4d2dda19"}, "url": "http://172.30.9.27:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "bb3127ed06e54fda901ea2348ddb72da", "id": "c8b8b8bcfb3b40e5be77e13a4d2dda19"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/cabe2973ef9144da9850a630dd2aedd5"}, "url": "http://192.30.9.3:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "becfeedd42e344c085611f3c7c465a3f", "id": "cabe2973ef9144da9850a630dd2aedd5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/d33016e2f5be49c28efb9905db488d41"}, "url": "http://192.30.9.3:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "bb3127ed06e54fda901ea2348ddb72da", "id": "d33016e2f5be49c28efb9905db488d41"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/dcc892608bd341e084be203695f810d1"}, "url": "http://192.30.9.3:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "f3a07a22777a4405b7eaf44da2e73e19", "id": "dcc892608bd341e084be203695f810d1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/e5c7966f4757438480f39866a31a0265"}, "url": "http://192.30.9.3:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "5540e06daad441aa911fd4cb4d76f8d3", "id": "e5c7966f4757438480f39866a31a0265"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/e944b22c50da41179f2e29ce558807c1"}, "url": "http://192.30.9.3:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "b3040d5c7e224dbca86f421bddd758e1", "id": "e944b22c50da41179f2e29ce558807c1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/e97257b46cb8440080352cd841246c5d"}, "url": "http://192.30.9.3:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "2dec96c2934d43bdbe2e431ef0b53392", "id": "e97257b46cb8440080352cd841246c5d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/e980066294c34eb6866e6c4735e84a62"}, "url": "http://192.30.9.3:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "f3a07a22777a4405b7eaf44da2e73e19", "id": "e980066294c34eb6866e6c4735e84a62"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/eb71f3f602d443c9a8605a7ff2e8aa8e"}, "url": "http://172.30.9.27:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "becfeedd42e344c085611f3c7c465a3f", "id": "eb71f3f602d443c9a8605a7ff2e8aa8e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/f3aa5c8697e449f99c2cfbe2a371cab7"}, "url": "http://172.30.9.27:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "c4334130b6d54a75804fe3f11a3b9e3e", "id": "f3aa5c8697e449f99c2cfbe2a371cab7"}], "links": {"self": "http://172.30.9.27:5000/v3/endpoints", "previous": null, "next": null}} 2018-08-15 17:33:36,479 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/endpoints used request id req-15c37ca8-0480-4821-b3ae-91f3894dc3f5 2018-08-15 17:33:36,479 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.endpoints in 0.179941892624s 2018-08-15 17:33:36,479 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/endpoints used request id req-15c37ca8-0480-4821-b3ae-91f3894dc3f5 2018-08-15 17:33:54,579 - 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-15 17:33:54,610 - xtesting.core.robotframework - INFO - Results were successfully parsed 2018-08-15 17:33:54,729 - xtesting.core.robotframework - INFO - Results were successfully generated 2018-08-15 17:33:54,845 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-15 17:33:54,845 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | odl | functest | 00:18 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-15 17:33:54,902 - xtesting.ci.run_tests - INFO - Loading test case 'api_check'... 2018-08-15 17:33:55,320 - file_utils - INFO - Attempting to read OS environment file - /var/lib/xtesting/conf/env_file 2018-08-15 17:33:55,320 - openstack_tests - INFO - OS Credentials = > 2018-08-15 17:33:56,087 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-08-15 17:33:56,762 - xtesting.ci.run_tests - INFO - Skipping test case 'api_check'... 2018-08-15 17:33:56,762 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 00:00 | SKIP | +-------------------+------------------+------------------+----------------+ 2018-08-15 17:33:56,819 - xtesting.ci.run_tests - INFO - Loading test case 'snaps_health_check'... 2018-08-15 17:33:56,859 - file_utils - INFO - Attempting to read OS environment file - /var/lib/xtesting/conf/env_file 2018-08-15 17:33:56,859 - openstack_tests - INFO - OS Credentials = > 2018-08-15 17:33:57,696 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-08-15 17:33:58,348 - xtesting.ci.run_tests - INFO - Skipping test case 'snaps_health_check'... 2018-08-15 17:33:58,348 - xtesting.ci.run_tests - INFO - Test result: +----------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------------+------------------+------------------+----------------+ | snaps_health_check | functest | 00:00 | SKIP | +----------------------------+------------------+------------------+----------------+ 2018-08-15 17:33:58,354 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:05 | PASS | | tenantnetwork1 | functest | healthcheck | 00:05 | PASS | | tenantnetwork2 | functest | healthcheck | 00:05 | PASS | | vmready1 | functest | healthcheck | 00:08 | PASS | | vmready2 | functest | healthcheck | 00:07 | PASS | | singlevm1 | functest | healthcheck | 00:38 | PASS | | singlevm2 | functest | healthcheck | 00:33 | PASS | | vping_ssh | functest | healthcheck | 00:44 | PASS | | vping_userdata | functest | healthcheck | 00:28 | PASS | | cinder_test | functest | healthcheck | 01:18 | PASS | | odl | functest | healthcheck | 00:18 | PASS | | api_check | functest | healthcheck | 00:00 | SKIP | | snaps_health_check | functest | healthcheck | 00:00 | SKIP | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-08-15 17:33:58,367 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-08-15 17:34:18,034 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-217 | | 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-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-08-15 17:34:18,038 - 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.27,192.30.9.3 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.27:5000/v3 export NOVA_VERSION=1.1 export OS_IMAGE_API_VERSION=2 export OS_PASSWORD=FMfwvrhst6RbZfu2twnvQFWIY 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=a3688ea3a7924e1e8a441a00bd79aae5 export OS_TENANT_NAME=admin export SDN_CONTROLLER_IP=192.30.9.3 export SDN_CONTROLLER_PASSWORD=avMoou4QiOpIb2fI0RWsCs3Kb export OS_REGION_NAME=regionOne 2018-08-15 17:34:18,038 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-08-15 17:34:18,039 - 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-15 17:34:18,076 - xtesting.ci.run_tests - INFO - Loading test case 'tempest_smoke'... 2018-08-15 17:34:19,049 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-15 17:34:19,049 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-15 17:34:19,049 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-15 17:34:19,049 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-15 17:34:19,050 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-15 17:34:19,050 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-15 17:34:19,050 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-15 17:34:19,050 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-15 17:34:19,050 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-15 17:34:19,050 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-15 17:34:19,050 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-15 17:34:19,050 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-15 17:34:19,050 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-15 17:34:19,050 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-15 17:34:19,050 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-15 17:34:19,050 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-15 17:34:19,050 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-15 17:34:19,050 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-15 17:34:19,050 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-15 17:34:19,050 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-15 17:34:19,050 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-15 17:34:19,050 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-15 17:34:19,055 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-15 17:34:19,055 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-15 17:34:19,055 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-15 17:34:19,057 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-15 17:34:19,063 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:34:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1afb0447-99fd-4bb2-8d2d-1dc4315f7f29 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-08-15 17:34:19,063 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-1afb0447-99fd-4bb2-8d2d-1dc4315f7f29 2018-08-15 17:34:19,064 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-08-15 17:34:19,455 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "16212b6aa60a4fd1b8194c834bae86bf", "name": "member"}, {"id": "eeb4436830d24515952401292b7cfc55", "name": "reader"}, {"id": "382a39dc50214187b99e809cf7222e3c", "name": "admin"}], "expires_at": "2018-08-15T18:34:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3688ea3a7924e1e8a441a00bd79aae5", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.37:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "54e3c320cc3142e9824c171afe58d5c6"}, {"url": "http://172.30.9.27:8080/v1/AUTH_a3688ea3a7924e1e8a441a00bd79aae5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d00250537b54114937846660f377ed1"}, {"url": "http://12.0.0.37:8080/v1/AUTH_a3688ea3a7924e1e8a441a00bd79aae5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c790cb26fd2345ae9bac8a014d10a446"}], "type": "object-store", "id": "17183633b8774ff6a53da32b47c89b3c", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94631698a9884eb1bf4cb245c6f37b80"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c23f2a003e874719a2f1c41f92405a45"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e97257b46cb8440080352cd841246c5d"}], "type": "cloudformation", "id": "2dec96c2934d43bdbe2e431ef0b53392", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "287c0315393e4b22a228912ca3b004cc"}, {"url": "http://192.30.9.3:8776/v3/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62769da517ac4f44b88a6118413b8c30"}, {"url": "http://192.30.9.3:8776/v3/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c0b30400cd648249ab0a6a17cf1ebc1"}], "type": "volumev3", "id": "363b885c3f174fbfb4f17da9d41f332d", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d6cb188f65e4f77bab04c3d99f9469f"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70f7ced028794432bef835264c84489c"}, {"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77dd5cfb1dac4b31b21d705ba420c355"}], "type": "network", "id": "51b7a44223114d149d5300ae5b6d97ae", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19071864a1b848cc93bca3b1e1955c3f"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bc0345e40a36459fbc009797a6517deb"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5c7966f4757438480f39866a31a0265"}], "type": "image", "id": "5540e06daad441aa911fd4cb4d76f8d3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "68ad1d76386d437089226a0562004a39", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "03f40cbac74c4aafb48b4dd360509f6a"}, {"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18ed3fa9a0894200abaf76b71abfd912"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3d96a0aa5c344cb8ba659332ed497e85"}], "type": "identity", "id": "8096ce39bbf24c1683621ee563324790", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f60ea793ee64fc9a3d9a2d2ad889bd0"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7c9770175fc45379f2c2d142062b2c3"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e944b22c50da41179f2e29ce558807c1"}], "type": "compute", "id": "b3040d5c7e224dbca86f421bddd758e1", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5aad7caa3e6f4a35b9abdf5d46190371"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8b8b8bcfb3b40e5be77e13a4d2dda19"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d33016e2f5be49c28efb9905db488d41"}], "type": "placement", "id": "bb3127ed06e54fda901ea2348ddb72da", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "576142509dfd46c591c5e83bed8ffcc7"}, {"url": "http://192.30.9.3:8776/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cabe2973ef9144da9850a630dd2aedd5"}, {"url": "http://172.30.9.27:8776/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eb71f3f602d443c9a8605a7ff2e8aa8e"}], "type": "volume", "id": "becfeedd42e344c085611f3c7c465a3f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.3:8004/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "156b8e560e534c82a1d320da86608a19"}, {"url": "http://192.30.9.3:8004/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59154cecf6a54eb08ecc63bf95dca042"}, {"url": "http://172.30.9.27:8004/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f3aa5c8697e449f99c2cfbe2a371cab7"}], "type": "orchestration", "id": "c4334130b6d54a75804fe3f11a3b9e3e", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "39db2ebb65ae42659440fd9845949a6c"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ad23d2a65e74e3c87b1488af1f9f9ac"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d07664cbebb49149819cf7a6b20edb4"}], "type": "alarming", "id": "d878aa5c6b584d53a039f6a680fb6e8b", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e2bb44b06c0412ab74e54984b5b26b5"}, {"url": "http://192.30.9.3:8776/v2/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86bcb5a76e6c464bb4d42c969584d6f2"}, {"url": "http://172.30.9.27:8776/v2/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a391eed816af4966b335005bfe580d70"}], "type": "volumev2", "id": "e16298e148f54e96a50a134ca797deff", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b54cb5b666f74b91b0244b5332fdb3e5"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcc892608bd341e084be203695f810d1"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e980066294c34eb6866e6c4735e84a62"}], "type": "metric", "id": "f3a07a22777a4405b7eaf44da2e73e19", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.27:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1f66095afa4b74b4f26d432f5bfa55"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8dd5f30cc334148a7ed9d5ab68eee9b"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bfe7dd54acd947899871700a40dd0244"}], "type": "event", "id": "f6e223543cae4d9bad10258b0a294f12", "name": "panko"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "9482390a0722494f8852b9f0e2b9de56"}, "audit_ids": ["qwJ1tTnXRH6tC9TLNWD9sw"], "issued_at": "2018-08-15T17:34:19.000000Z"}} 2018-08-15 17:34:19,458 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-15 17:34:19,459 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dedd81fe72eafbbabe02dad65160edab3980ec41" 2018-08-15 17:34:19,786 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-fd05ba20-b673-4cb5-8ad8-0396814faf6d Date: Wed, 15 Aug 2018 17:34:19 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"fc8ca119-27ab-4070-99fa-a2993d11ee48","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d2c267e1fee9461ba5e64a915b9518f5","status":"ACTIVE","subnets":["3ef75223-733d-425d-bb3e-88e8a796bebc"],"description":"","tags":[],"updated_at":"2018-08-15T17:16:30Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"d2c267e1fee9461ba5e64a915b9518f5","created_at":"2018-08-15T17:16:26Z","provider:network_type":"flat"}]} 2018-08-15 17:34:19,786 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json?router%3Aexternal=True used request id req-fd05ba20-b673-4cb5-8ad8-0396814faf6d 2018-08-15 17:34:19,786 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.327708005905s 2018-08-15 17:34:19,786 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json?router%3Aexternal=True used request id req-fd05ba20-b673-4cb5-8ad8-0396814faf6d 2018-08-15 17:34:19,787 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-08-15 17:34:25,083 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | c0df07b9-6838-44b4-bb45-b8faaf492a6a | 2018-08-15T17:34:24.745481 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: c0df07b9-6838-44b4-bb45-b8faaf492a6a ~/.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-15 17:34:28,874 - 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-15 17:34:28,875 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-08-15 17:34:36,113 - 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=88ab63f4-8cf6-4185-88bc-c2cf78ab6a90) as the default verifier for the future CLI operations. 2018-08-15 17:34:41,272 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.extensions 2018-08-15 17:34:41,273 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}dedd81fe72eafbbabe02dad65160edab3980ec41" 2018-08-15 17:34:41,561 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 8761 X-Openstack-Request-Id: req-cee66632-7547-4173-bf41-e7d8fe8c4eaa Date: Wed, 15 Aug 2018 17:34:41 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-15 17:34:41,561 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/extensions.json used request id req-cee66632-7547-4173-bf41-e7d8fe8c4eaa 2018-08-15 17:34:41,562 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.extensions in 0.289132833481s 2018-08-15 17:34:41,562 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/extensions.json used request id req-cee66632-7547-4173-bf41-e7d8fe8c4eaa 2018-08-15 17:34:41,570 - xtesting.ci.run_tests - INFO - Running test case 'tempest_smoke'... 2018-08-15 17:34:41,570 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-15 17:34:41,571 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}dedd81fe72eafbbabe02dad65160edab3980ec41" -d '{"network": {"name": "tempest_smoke-net_097bc385-5eb6-4c52-af81-690e13e516d7", "admin_state_up": true}}' 2018-08-15 17:34:41,796 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 686 X-Openstack-Request-Id: req-7d6e6b29-e5cb-4b77-ae41-7cf583cfb709 Date: Wed, 15 Aug 2018 17:34:41 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"95b6a5b8-807e-4c10-a317-55889ee85990","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"a3688ea3a7924e1e8a441a00bd79aae5","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-15T17:34:41Z","is_default":false,"provider:segmentation_id":93,"name":"tempest_smoke-net_097bc385-5eb6-4c52-af81-690e13e516d7","admin_state_up":true,"tenant_id":"a3688ea3a7924e1e8a441a00bd79aae5","created_at":"2018-08-15T17:34:41Z","mtu":1450}} 2018-08-15 17:34:41,797 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-7d6e6b29-e5cb-4b77-ae41-7cf583cfb709 2018-08-15 17:34:41,797 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.226285934448s 2018-08-15 17:34:41,797 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-7d6e6b29-e5cb-4b77-ae41-7cf583cfb709 2018-08-15 17:34:41,798 - 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-15T17:34:41Z', u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'95b6a5b8-807e-4c10-a317-55889ee85990', u'provider:segmentation_id': 93, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tempest_smoke-net_097bc385-5eb6-4c52-af81-690e13e516d7', u'admin_state_up': True, u'tenant_id': u'a3688ea3a7924e1e8a441a00bd79aae5', u'created_at': u'2018-08-15T17:34:41Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'a3688ea3a7924e1e8a441a00bd79aae5'}) 2018-08-15 17:34:41,799 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-15 17:34:41,799 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dedd81fe72eafbbabe02dad65160edab3980ec41" 2018-08-15 17:34:41,902 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1351 X-Openstack-Request-Id: req-d4664e98-6898-48c3-8606-ce0df8a8c4cd Date: Wed, 15 Aug 2018 17:34:41 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"95b6a5b8-807e-4c10-a317-55889ee85990","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"a3688ea3a7924e1e8a441a00bd79aae5","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-15T17:34:41Z","provider:segmentation_id":93,"name":"tempest_smoke-net_097bc385-5eb6-4c52-af81-690e13e516d7","admin_state_up":true,"tenant_id":"a3688ea3a7924e1e8a441a00bd79aae5","created_at":"2018-08-15T17:34:41Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"fc8ca119-27ab-4070-99fa-a2993d11ee48","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d2c267e1fee9461ba5e64a915b9518f5","status":"ACTIVE","subnets":["3ef75223-733d-425d-bb3e-88e8a796bebc"],"description":"","tags":[],"updated_at":"2018-08-15T17:16:30Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"d2c267e1fee9461ba5e64a915b9518f5","created_at":"2018-08-15T17:16:26Z","provider:network_type":"flat"}]} 2018-08-15 17:34:41,903 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-d4664e98-6898-48c3-8606-ce0df8a8c4cd 2018-08-15 17:34:41,903 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.103886842728s 2018-08-15 17:34:41,903 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-d4664e98-6898-48c3-8606-ce0df8a8c4cd 2018-08-15 17:34:41,905 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-15 17:34:41,906 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}dedd81fe72eafbbabe02dad65160edab3980ec41" -d '{"subnet": {"name": "tempest_smoke-subnet_097bc385-5eb6-4c52-af81-690e13e516d7", "enable_dhcp": true, "network_id": "95b6a5b8-807e-4c10-a317-55889ee85990", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-15 17:34:42,345 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 681 X-Openstack-Request-Id: req-76bcc471-4a1a-40cd-b418-db0182c3e0aa Date: Wed, 15 Aug 2018 17:34:42 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"95b6a5b8-807e-4c10-a317-55889ee85990","tenant_id":"a3688ea3a7924e1e8a441a00bd79aae5","created_at":"2018-08-15T17:34:42Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-15T17:34:42Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"a3688ea3a7924e1e8a441a00bd79aae5","id":"a0bccdac-f474-4a45-a7f5-307f6e93dbd0","subnetpool_id":null,"name":"tempest_smoke-subnet_097bc385-5eb6-4c52-af81-690e13e516d7"}} 2018-08-15 17:34:42,345 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-76bcc471-4a1a-40cd-b418-db0182c3e0aa 2018-08-15 17:34:42,346 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.440534114838s 2018-08-15 17:34:42,346 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-76bcc471-4a1a-40cd-b418-db0182c3e0aa 2018-08-15 17:34:42,346 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-15T17:34:42Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'a0bccdac-f474-4a45-a7f5-307f6e93dbd0', u'subnetpool_id': None, u'service_types': [], u'name': u'tempest_smoke-subnet_097bc385-5eb6-4c52-af81-690e13e516d7', u'enable_dhcp': True, u'network_id': u'95b6a5b8-807e-4c10-a317-55889ee85990', u'tenant_id': u'a3688ea3a7924e1e8a441a00bd79aae5', u'created_at': u'2018-08-15T17:34:42Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'a3688ea3a7924e1e8a441a00bd79aae5'}) 2018-08-15 17:34:42,347 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-15 17:34:42,348 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}dedd81fe72eafbbabe02dad65160edab3980ec41" -d '{"router": {"external_gateway_info": {"network_id": "fc8ca119-27ab-4070-99fa-a2993d11ee48"}, "name": "tempest_smoke-router_097bc385-5eb6-4c52-af81-690e13e516d7", "admin_state_up": true}}' 2018-08-15 17:34:43,513 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 646 X-Openstack-Request-Id: req-4a13eaa5-7bb8-40b5-89c0-025e36d4b34b Date: Wed, 15 Aug 2018 17:34:43 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "fc8ca119-27ab-4070-99fa-a2993d11ee48", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "3ef75223-733d-425d-bb3e-88e8a796bebc", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "a3688ea3a7924e1e8a441a00bd79aae5", "created_at": "2018-08-15T17:34:42Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-15T17:34:43Z", "revision_number": 2, "routes": [], "project_id": "a3688ea3a7924e1e8a441a00bd79aae5", "id": "c8b2fb18-0c0e-43dd-9886-afcf54c7e28f", "name": "tempest_smoke-router_097bc385-5eb6-4c52-af81-690e13e516d7"}} 2018-08-15 17:34:43,514 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-4a13eaa5-7bb8-40b5-89c0-025e36d4b34b 2018-08-15 17:34:43,514 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.16666102409s 2018-08-15 17:34:43,514 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-4a13eaa5-7bb8-40b5-89c0-025e36d4b34b 2018-08-15 17:34:43,515 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'fc8ca119-27ab-4070-99fa-a2993d11ee48', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'3ef75223-733d-425d-bb3e-88e8a796bebc', u'ip_address': u'172.30.9.204'}]}, u'description': u'', u'tags': [], u'tenant_id': u'a3688ea3a7924e1e8a441a00bd79aae5', u'created_at': u'2018-08-15T17:34:42Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-08-15T17:34:43Z', u'revision_number': 2, u'routes': [], u'project_id': u'a3688ea3a7924e1e8a441a00bd79aae5', u'id': u'c8b2fb18-0c0e-43dd-9886-afcf54c7e28f', u'name': u'tempest_smoke-router_097bc385-5eb6-4c52-af81-690e13e516d7'}) 2018-08-15 17:34:43,515 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-15 17:34:43,516 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/c8b2fb18-0c0e-43dd-9886-afcf54c7e28f/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}dedd81fe72eafbbabe02dad65160edab3980ec41" -d '{"subnet_id": "a0bccdac-f474-4a45-a7f5-307f6e93dbd0"}' 2018-08-15 17:34:45,162 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-67c8dfe9-f995-4d11-9261-953a6f84ff50 Date: Wed, 15 Aug 2018 17:34:45 GMT RESP BODY: {"network_id": "95b6a5b8-807e-4c10-a317-55889ee85990", "tenant_id": "a3688ea3a7924e1e8a441a00bd79aae5", "subnet_id": "a0bccdac-f474-4a45-a7f5-307f6e93dbd0", "subnet_ids": ["a0bccdac-f474-4a45-a7f5-307f6e93dbd0"], "port_id": "86af3c54-7966-4074-b16a-05f2d5d175ff", "id": "c8b2fb18-0c0e-43dd-9886-afcf54c7e28f"} 2018-08-15 17:34:45,162 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/c8b2fb18-0c0e-43dd-9886-afcf54c7e28f/add_router_interface.json used request id req-67c8dfe9-f995-4d11-9261-953a6f84ff50 2018-08-15 17:34:45,162 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.6469848156s 2018-08-15 17:34:45,163 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/c8b2fb18-0c0e-43dd-9886-afcf54c7e28f/add_router_interface.json used request id req-67c8dfe9-f995-4d11-9261-953a6f84ff50 returning object c8b2fb18-0c0e-43dd-9886-afcf54c7e28f 2018-08-15 17:34:45,163 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-15 17:34:45,286 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-15 17:34:45,289 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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-15 17:34:45,293 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Wed, 15 Aug 2018 17:34:45 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}]} 2018-08-15 17:34:45,295 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-15 17:34:45,297 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dedd81fe72eafbbabe02dad65160edab3980ec41" 2018-08-15 17:34:45,561 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-f6f22d54-2381-4f40-83e7-b12c688a13e0 Date: Wed, 15 Aug 2018 17:34:45 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-15 17:34:45,561 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-f6f22d54-2381-4f40-83e7-b12c688a13e0 2018-08-15 17:34:45,562 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.26628613472s 2018-08-15 17:34:45,562 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-f6f22d54-2381-4f40-83e7-b12c688a13e0 2018-08-15 17:34:45,569 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-15 17:34:45,573 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}dedd81fe72eafbbabe02dad65160edab3980ec41" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/tempest_smoke-img_097bc385-5eb6-4c52-af81-690e13e516d7", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "tempest_smoke-img_097bc385-5eb6-4c52-af81-690e13e516d7"}' 2018-08-15 17:34:45,627 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 942 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/77eab8ca-d996-493a-b373-c3ec597e6009 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-eed6595d-913f-41e8-b6f8-52fa203b4995 Date: Wed, 15 Aug 2018 17:34:45 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-15T17:34:45Z", "file": "/v2/images/77eab8ca-d996-493a-b373-c3ec597e6009/file", "owner": "a3688ea3a7924e1e8a441a00bd79aae5", "id": "77eab8ca-d996-493a-b373-c3ec597e6009", "size": null, "self": "/v2/images/77eab8ca-d996-493a-b373-c3ec597e6009", "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_097bc385-5eb6-4c52-af81-690e13e516d7", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke-img_097bc385-5eb6-4c52-af81-690e13e516d7", "checksum": null, "created_at": "2018-08-15T17:34:45Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-15 17:34:45,627 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-eed6595d-913f-41e8-b6f8-52fa203b4995 2018-08-15 17:34:45,627 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0578620433807s 2018-08-15 17:34:45,628 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-eed6595d-913f-41e8-b6f8-52fa203b4995 returning object 77eab8ca-d996-493a-b373-c3ec597e6009 2018-08-15 17:34:45,628 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-15 17:34:45,631 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9292/v2/images/77eab8ca-d996-493a-b373-c3ec597e6009/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}dedd81fe72eafbbabe02dad65160edab3980ec41" -d '' 2018-08-15 17:34:46,470 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-f0ebf98a-1f5d-48e1-a4a3-895c672f22d1 Date: Wed, 15 Aug 2018 17:34:46 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-15 17:34:46,470 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/77eab8ca-d996-493a-b373-c3ec597e6009/file used request id req-f0ebf98a-1f5d-48e1-a4a3-895c672f22d1 2018-08-15 17:34:46,470 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.84224486351s 2018-08-15 17:34:46,471 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/77eab8ca-d996-493a-b373-c3ec597e6009/file used request id req-f0ebf98a-1f5d-48e1-a4a3-895c672f22d1 2018-08-15 17:34:46,476 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-15 17:34:46,480 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dedd81fe72eafbbabe02dad65160edab3980ec41" 2018-08-15 17:34:46,502 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1402 Content-Type: application/json X-Openstack-Request-Id: req-61b62089-c43c-4007-8333-2f4137a42694 Date: Wed, 15 Aug 2018 17:34:46 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-15T17:34:46Z", "file": "/v2/images/77eab8ca-d996-493a-b373-c3ec597e6009/file", "owner": "a3688ea3a7924e1e8a441a00bd79aae5", "id": "77eab8ca-d996-493a-b373-c3ec597e6009", "size": 12716032, "self": "/v2/images/77eab8ca-d996-493a-b373-c3ec597e6009", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/77eab8ca-d996-493a-b373-c3ec597e6009/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/77eab8ca-d996-493a-b373-c3ec597e6009/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke-img_097bc385-5eb6-4c52-af81-690e13e516d7", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke-img_097bc385-5eb6-4c52-af81-690e13e516d7", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-15T17:34:45Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-15 17:34:46,502 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-61b62089-c43c-4007-8333-2f4137a42694 2018-08-15 17:34:46,502 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0261428356171s 2018-08-15 17:34:46,503 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-61b62089-c43c-4007-8333-2f4137a42694 2018-08-15 17:34:46,505 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/77eab8ca-d996-493a-b373-c3ec597e6009/snap', u'metadata': Munch({})})], 'file': u'/v2/images/77eab8ca-d996-493a-b373-c3ec597e6009/file', 'owner': u'a3688ea3a7924e1e8a441a00bd79aae5', 'id': u'77eab8ca-d996-493a-b373-c3ec597e6009', 'size': 12716032, u'self': u'/v2/images/77eab8ca-d996-493a-b373-c3ec597e6009', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'a3688ea3a7924e1e8a441a00bd79aae5', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/77eab8ca-d996-493a-b373-c3ec597e6009/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-15T17:34:46Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-15T17:34:46Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_smoke-img_097bc385-5eb6-4c52-af81-690e13e516d7', '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/77eab8ca-d996-493a-b373-c3ec597e6009', 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_097bc385-5eb6-4c52-af81-690e13e516d7', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'tempest_smoke-img_097bc385-5eb6-4c52-af81-690e13e516d7', 'created': u'2018-08-15T17:34:45Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-15T17:34:45Z', 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/77eab8ca-d996-493a-b373-c3ec597e6009', 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_097bc385-5eb6-4c52-af81-690e13e516d7', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-15 17:34:46,506 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-15 17:34:46,508 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}dedd81fe72eafbbabe02dad65160edab3980ec41" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "tempest_smoke-flavor_097bc385-5eb6-4c52-af81-690e13e516d7", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-15 17:34:46,831 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:34:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-90cbe85a-bc19-4d85-81f4-acfc4bc35fa5 x-compute-request-id: req-90cbe85a-bc19-4d85-81f4-acfc4bc35fa5 Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavor": {"name": "tempest_smoke-flavor_097bc385-5eb6-4c52-af81-690e13e516d7", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/dbe260bc-8905-4416-b00f-aad5937c0c6a", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/dbe260bc-8905-4416-b00f-aad5937c0c6a", "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": "dbe260bc-8905-4416-b00f-aad5937c0c6a"}} 2018-08-15 17:34:46,831 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-90cbe85a-bc19-4d85-81f4-acfc4bc35fa5 2018-08-15 17:34:46,831 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.325460910797s 2018-08-15 17:34:46,832 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-90cbe85a-bc19-4d85-81f4-acfc4bc35fa5 2018-08-15 17:34:46,832 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_smoke-flavor_097bc385-5eb6-4c52-af81-690e13e516d7', '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'a3688ea3a7924e1e8a441a00bd79aae5', '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'dbe260bc-8905-4416-b00f-aad5937c0c6a', 'swap': 0}) 2018-08-15 17:34:46,833 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-15 17:34:46,836 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/flavors/dbe260bc-8905-4416-b00f-aad5937c0c6a/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}dedd81fe72eafbbabe02dad65160edab3980ec41" -d '{"extra_specs": {}}' 2018-08-15 17:34:46,854 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:34:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-35b90aa2-ade1-4417-8f7d-6afb672c50b1 x-compute-request-id: req-35b90aa2-ade1-4417-8f7d-6afb672c50b1 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-15 17:34:46,854 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/dbe260bc-8905-4416-b00f-aad5937c0c6a/os-extra_specs used request id req-35b90aa2-ade1-4417-8f7d-6afb672c50b1 2018-08-15 17:34:46,854 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0208120346069s 2018-08-15 17:34:46,854 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/dbe260bc-8905-4416-b00f-aad5937c0c6a/os-extra_specs used request id req-35b90aa2-ade1-4417-8f7d-6afb672c50b1 2018-08-15 17:34:46,859 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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-15 17:34:46,865 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 15 Aug 2018 17:34:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5832caf9-6412-4d14-a531-13ecaf5a2664 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.27:5000/v3/", "rel": "self"}]}]}} 2018-08-15 17:34:46,866 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/ used request id req-5832caf9-6412-4d14-a531-13ecaf5a2664 2018-08-15 17:34:46,870 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-15 17:34:46,872 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}dedd81fe72eafbbabe02dad65160edab3980ec41" 2018-08-15 17:34:47,054 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:34:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5e49a57a-1580-4de6-867c-c6393961e1d8 Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "021fd4a1fb8b483eb2264cbf5b321379", "links": {"self": "http://172.30.9.27:5000/v3/roles/021fd4a1fb8b483eb2264cbf5b321379"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "16212b6aa60a4fd1b8194c834bae86bf", "links": {"self": "http://172.30.9.27:5000/v3/roles/16212b6aa60a4fd1b8194c834bae86bf"}, "name": "member"}, {"domain_id": null, "id": "1c1e1015ce2644848f1430e3bb28531b", "links": {"self": "http://172.30.9.27:5000/v3/roles/1c1e1015ce2644848f1430e3bb28531b"}, "name": "swiftoperator"}, {"domain_id": null, "id": "382a39dc50214187b99e809cf7222e3c", "links": {"self": "http://172.30.9.27:5000/v3/roles/382a39dc50214187b99e809cf7222e3c"}, "name": "admin"}, {"domain_id": null, "id": "9aed22da25b945dda36dee6e40a0785d", "links": {"self": "http://172.30.9.27:5000/v3/roles/9aed22da25b945dda36dee6e40a0785d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "eeb4436830d24515952401292b7cfc55", "links": {"self": "http://172.30.9.27:5000/v3/roles/eeb4436830d24515952401292b7cfc55"}, "name": "reader"}]} 2018-08-15 17:34:47,054 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-5e49a57a-1580-4de6-867c-c6393961e1d8 2018-08-15 17:34:47,054 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.184703111649s 2018-08-15 17:34:47,055 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-5e49a57a-1580-4de6-867c-c6393961e1d8 2018-08-15 17:34:47,060 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-15 17:34:47,063 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}dedd81fe72eafbbabe02dad65160edab3980ec41" 2018-08-15 17:34:47,171 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:34:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-949c11c6-9af1-4514-9003-0d5d4987b10b Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "021fd4a1fb8b483eb2264cbf5b321379", "links": {"self": "http://172.30.9.27:5000/v3/roles/021fd4a1fb8b483eb2264cbf5b321379"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "16212b6aa60a4fd1b8194c834bae86bf", "links": {"self": "http://172.30.9.27:5000/v3/roles/16212b6aa60a4fd1b8194c834bae86bf"}, "name": "member"}, {"domain_id": null, "id": "1c1e1015ce2644848f1430e3bb28531b", "links": {"self": "http://172.30.9.27:5000/v3/roles/1c1e1015ce2644848f1430e3bb28531b"}, "name": "swiftoperator"}, {"domain_id": null, "id": "382a39dc50214187b99e809cf7222e3c", "links": {"self": "http://172.30.9.27:5000/v3/roles/382a39dc50214187b99e809cf7222e3c"}, "name": "admin"}, {"domain_id": null, "id": "9aed22da25b945dda36dee6e40a0785d", "links": {"self": "http://172.30.9.27:5000/v3/roles/9aed22da25b945dda36dee6e40a0785d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "eeb4436830d24515952401292b7cfc55", "links": {"self": "http://172.30.9.27:5000/v3/roles/eeb4436830d24515952401292b7cfc55"}, "name": "reader"}]} 2018-08-15 17:34:47,171 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-949c11c6-9af1-4514-9003-0d5d4987b10b 2018-08-15 17:34:47,172 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.111471891403s 2018-08-15 17:34:47,172 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-949c11c6-9af1-4514-9003-0d5d4987b10b 2018-08-15 17:34:47,182 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-08-15 17:34:47,184 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/os-hypervisors/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dedd81fe72eafbbabe02dad65160edab3980ec41" 2018-08-15 17:34:47,219 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:34: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-ea30bd7d-bd6f-4342-ae37-9ce95c45f21a x-compute-request-id: req-ea30bd7d-bd6f-4342-ae37-9ce95c45f21a Content-Encoding: gzip Content-Length: 712 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 2}, "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.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": 148, "hypervisor_version": 2010000, "disk_available_least": 148, "local_gb": 148, "free_ram_mb": 28406, "id": 1}, {"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 3}, "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.4", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 148, "hypervisor_version": 2010000, "disk_available_least": 148, "local_gb": 148, "free_ram_mb": 28406, "id": 2}]} 2018-08-15 17:34:47,220 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/os-hypervisors/detail used request id req-ea30bd7d-bd6f-4342-ae37-9ce95c45f21a 2018-08-15 17:34:47,220 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.0373439788818s 2018-08-15 17:34:47,220 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/os-hypervisors/detail used request id req-ea30bd7d-bd6f-4342-ae37-9ce95c45f21a 2018-08-15 17:34:47,224 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-15 17:34:47,227 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dedd81fe72eafbbabe02dad65160edab3980ec41" 2018-08-15 17:34:47,248 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1402 Content-Type: application/json X-Openstack-Request-Id: req-85002bae-3609-4949-a358-86f97b9c1e93 Date: Wed, 15 Aug 2018 17:34:47 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-15T17:34:46Z", "file": "/v2/images/77eab8ca-d996-493a-b373-c3ec597e6009/file", "owner": "a3688ea3a7924e1e8a441a00bd79aae5", "id": "77eab8ca-d996-493a-b373-c3ec597e6009", "size": 12716032, "self": "/v2/images/77eab8ca-d996-493a-b373-c3ec597e6009", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/77eab8ca-d996-493a-b373-c3ec597e6009/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/77eab8ca-d996-493a-b373-c3ec597e6009/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke-img_097bc385-5eb6-4c52-af81-690e13e516d7", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke-img_097bc385-5eb6-4c52-af81-690e13e516d7", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-15T17:34:45Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-15 17:34:47,248 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-85002bae-3609-4949-a358-86f97b9c1e93 2018-08-15 17:34:47,248 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0244951248169s 2018-08-15 17:34:47,249 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-85002bae-3609-4949-a358-86f97b9c1e93 2018-08-15 17:34:47,258 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-15 17:34:47,261 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}dedd81fe72eafbbabe02dad65160edab3980ec41" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/tempest_smoke-img_alt_097bc385-5eb6-4c52-af81-690e13e516d7", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "tempest_smoke-img_alt_097bc385-5eb6-4c52-af81-690e13e516d7"}' 2018-08-15 17:34:47,399 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 950 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/4616d4cd-18d6-4ba3-8304-79f0261e264a Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-0ea444d6-8d86-4cf3-b566-4981d718ba60 Date: Wed, 15 Aug 2018 17:34:47 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-15T17:34:47Z", "file": "/v2/images/4616d4cd-18d6-4ba3-8304-79f0261e264a/file", "owner": "a3688ea3a7924e1e8a441a00bd79aae5", "id": "4616d4cd-18d6-4ba3-8304-79f0261e264a", "size": null, "self": "/v2/images/4616d4cd-18d6-4ba3-8304-79f0261e264a", "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_097bc385-5eb6-4c52-af81-690e13e516d7", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke-img_alt_097bc385-5eb6-4c52-af81-690e13e516d7", "checksum": null, "created_at": "2018-08-15T17:34:47Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-15 17:34:47,399 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-0ea444d6-8d86-4cf3-b566-4981d718ba60 2018-08-15 17:34:47,400 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.141875982285s 2018-08-15 17:34:47,400 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-0ea444d6-8d86-4cf3-b566-4981d718ba60 returning object 4616d4cd-18d6-4ba3-8304-79f0261e264a 2018-08-15 17:34:47,401 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-15 17:34:47,404 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9292/v2/images/4616d4cd-18d6-4ba3-8304-79f0261e264a/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}dedd81fe72eafbbabe02dad65160edab3980ec41" -d '' 2018-08-15 17:34:48,396 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-c4b4c877-ec0c-4ee6-8872-a01b2291bfcf Date: Wed, 15 Aug 2018 17:34:48 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-15 17:34:48,396 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/4616d4cd-18d6-4ba3-8304-79f0261e264a/file used request id req-c4b4c877-ec0c-4ee6-8872-a01b2291bfcf 2018-08-15 17:34:48,397 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.995922088623s 2018-08-15 17:34:48,397 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/4616d4cd-18d6-4ba3-8304-79f0261e264a/file used request id req-c4b4c877-ec0c-4ee6-8872-a01b2291bfcf 2018-08-15 17:34:48,402 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-15 17:34:48,407 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dedd81fe72eafbbabe02dad65160edab3980ec41" 2018-08-15 17:34:48,430 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2745 Content-Type: application/json X-Openstack-Request-Id: req-e4846ec5-8e85-4c1a-8202-ab58a9b85f61 Date: Wed, 15 Aug 2018 17:34:48 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-15T17:34:48Z", "file": "/v2/images/4616d4cd-18d6-4ba3-8304-79f0261e264a/file", "owner": "a3688ea3a7924e1e8a441a00bd79aae5", "id": "4616d4cd-18d6-4ba3-8304-79f0261e264a", "size": 12716032, "self": "/v2/images/4616d4cd-18d6-4ba3-8304-79f0261e264a", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/4616d4cd-18d6-4ba3-8304-79f0261e264a/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/4616d4cd-18d6-4ba3-8304-79f0261e264a/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke-img_alt_097bc385-5eb6-4c52-af81-690e13e516d7", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke-img_alt_097bc385-5eb6-4c52-af81-690e13e516d7", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-15T17:34:47Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}, {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-15T17:34:46Z", "file": "/v2/images/77eab8ca-d996-493a-b373-c3ec597e6009/file", "owner": "a3688ea3a7924e1e8a441a00bd79aae5", "id": "77eab8ca-d996-493a-b373-c3ec597e6009", "size": 12716032, "self": "/v2/images/77eab8ca-d996-493a-b373-c3ec597e6009", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/77eab8ca-d996-493a-b373-c3ec597e6009/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/77eab8ca-d996-493a-b373-c3ec597e6009/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke-img_097bc385-5eb6-4c52-af81-690e13e516d7", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke-img_097bc385-5eb6-4c52-af81-690e13e516d7", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-15T17:34:45Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-15 17:34:48,431 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-e4846ec5-8e85-4c1a-8202-ab58a9b85f61 2018-08-15 17:34:48,431 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0282990932465s 2018-08-15 17:34:48,431 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-e4846ec5-8e85-4c1a-8202-ab58a9b85f61 2018-08-15 17:34:48,433 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/4616d4cd-18d6-4ba3-8304-79f0261e264a/snap', u'metadata': Munch({})})], 'file': u'/v2/images/4616d4cd-18d6-4ba3-8304-79f0261e264a/file', 'owner': u'a3688ea3a7924e1e8a441a00bd79aae5', 'id': u'4616d4cd-18d6-4ba3-8304-79f0261e264a', 'size': 12716032, u'self': u'/v2/images/4616d4cd-18d6-4ba3-8304-79f0261e264a', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'a3688ea3a7924e1e8a441a00bd79aae5', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/4616d4cd-18d6-4ba3-8304-79f0261e264a/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-15T17:34:48Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-15T17:34:48Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_smoke-img_alt_097bc385-5eb6-4c52-af81-690e13e516d7', '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/4616d4cd-18d6-4ba3-8304-79f0261e264a', 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_097bc385-5eb6-4c52-af81-690e13e516d7', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'tempest_smoke-img_alt_097bc385-5eb6-4c52-af81-690e13e516d7', 'created': u'2018-08-15T17:34:47Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-15T17:34:47Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/4616d4cd-18d6-4ba3-8304-79f0261e264a', 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_097bc385-5eb6-4c52-af81-690e13e516d7', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-15 17:34:48,434 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-15 17:34:48,437 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}dedd81fe72eafbbabe02dad65160edab3980ec41" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "tempest_smoke-flavor_alt_097bc385-5eb6-4c52-af81-690e13e516d7", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-15 17:34:48,472 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:34: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-47ba89d2-5b7a-440c-bd7b-26f15c595868 x-compute-request-id: req-47ba89d2-5b7a-440c-bd7b-26f15c595868 Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"flavor": {"name": "tempest_smoke-flavor_alt_097bc385-5eb6-4c52-af81-690e13e516d7", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/5182dba0-90d1-4579-a94e-8bd6e6880c91", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/5182dba0-90d1-4579-a94e-8bd6e6880c91", "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": "5182dba0-90d1-4579-a94e-8bd6e6880c91"}} 2018-08-15 17:34:48,472 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-47ba89d2-5b7a-440c-bd7b-26f15c595868 2018-08-15 17:34:48,473 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0379991531372s 2018-08-15 17:34:48,473 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-47ba89d2-5b7a-440c-bd7b-26f15c595868 2018-08-15 17:34:48,473 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_smoke-flavor_alt_097bc385-5eb6-4c52-af81-690e13e516d7', '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'a3688ea3a7924e1e8a441a00bd79aae5', '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'5182dba0-90d1-4579-a94e-8bd6e6880c91', 'swap': 0}) 2018-08-15 17:34:48,474 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-15 17:34:48,476 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/flavors/5182dba0-90d1-4579-a94e-8bd6e6880c91/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}dedd81fe72eafbbabe02dad65160edab3980ec41" -d '{"extra_specs": {}}' 2018-08-15 17:34:48,493 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:34:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d5eedcab-5b53-4d7d-a9d7-74aa894c6048 x-compute-request-id: req-d5eedcab-5b53-4d7d-a9d7-74aa894c6048 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-15 17:34:48,494 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/5182dba0-90d1-4579-a94e-8bd6e6880c91/os-extra_specs used request id req-d5eedcab-5b53-4d7d-a9d7-74aa894c6048 2018-08-15 17:34:48,494 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0196599960327s 2018-08-15 17:34:48,494 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/5182dba0-90d1-4579-a94e-8bd6e6880c91/os-extra_specs used request id req-d5eedcab-5b53-4d7d-a9d7-74aa894c6048 2018-08-15 17:34:48,494 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'tempest_smoke-flavor_alt_097bc385-5eb6-4c52-af81-690e13e516d7', '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'a3688ea3a7924e1e8a441a00bd79aae5', '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'5182dba0-90d1-4579-a94e-8bd6e6880c91', 'swap': 0}) 2018-08-15 17:34:51,923 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-08-15 17:34:51,924 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-08-15 17:34:51,924 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-08-15 17:34:51,927 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-08-15 17:34:51,931 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-08-15 17:34:55,793 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-88ab63f4-8cf6-4185-88bc-c2cf78ab6a90/repo; stestr list '(?=.*\[.*\bsmoke\b.*\])(^tempest\.api)' >/home/opnfv/functest/results/tempest_smoke/test_list.txt 2>/dev/null) 2018-08-15 17:34:55,794 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-08-15 17:34:55,796 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-08-15 17:34:55,796 - 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-15 17:35:03,398 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-15 17:35:03.397 49 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-08-15 17:35:06,072 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-15 17:35:06.071 49 INFO opnfv-tempest [-] {3} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.295s] 2018-08-15 17:35:06,124 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-15 17:35:06.123 49 INFO opnfv-tempest [-] {3} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.053s] 2018-08-15 17:35:09,267 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-15 17:35:09.266 49 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.968s] 2018-08-15 17:35:14,437 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-15 17:35:14.436 49 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [5.413s] 2018-08-15 17:35:14,850 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-15 17:35:14.849 49 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [1.300s] 2018-08-15 17:35:16,441 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-15 17:35:16.440 49 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [1.590s] 2018-08-15 17:35:20,828 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-15 17:35:20.827 49 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [1.387s] 2018-08-15 17:35:21,250 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-15 17:35:21.250 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [12.281s] 2018-08-15 17:35:31,201 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-15 17:35:31.200 49 INFO opnfv-tempest [-] {2} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.900s] 2018-08-15 17:35:31,208 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-15 17:35:31.208 49 INFO opnfv-tempest [-] {2} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.008s] 2018-08-15 17:35:35,895 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-15 17:35:35.894 49 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [5.426s] 2018-08-15 17:35:38,342 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-15 17:35:38.341 49 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [1.074s] 2018-08-15 17:35:42,000 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-15 17:35:41.999 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.074s] 2018-08-15 17:35:42,001 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-15 17:35:42.001 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-08-15 17:35:44,865 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-15 17:35:44.865 49 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.410s] 2018-08-15 17:35:49,565 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-15 17:35:49.565 49 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [1.071s] 2018-08-15 17:35:53,612 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-15 17:35:53.611 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.071s] 2018-08-15 17:35:53,613 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-15 17:35:53.613 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2018-08-15 17:35:54,776 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-15 17:35:54.775 49 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [1.237s] 2018-08-15 17:36:01,920 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-15 17:36:01.919 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.636s] 2018-08-15 17:36:02,878 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-15 17:36:02.877 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [0.958s] 2018-08-15 17:36:03,820 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-15 17:36:03.819 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [0.942s] 2018-08-15 17:36:04,489 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-15 17:36:04.489 49 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [5.332s] 2018-08-15 17:36:10,426 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-15 17:36:10.425 49 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.006s] 2018-08-15 17:36:15,505 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-15 17:36:15.504 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [4.456s] 2018-08-15 17:36:19,426 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-15 17:36:19.425 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [3.919s] 2018-08-15 17:36:22,509 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-15 17:36:22.508 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.093s] 2018-08-15 17:36:22,510 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-15 17:36:22.509 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-08-15 17:36:25,935 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-15 17:36:25.934 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [6.266s] 2018-08-15 17:36:26,332 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-15 17:36:26.331 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.397s] 2018-08-15 17:36:26,642 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-15 17:36:26.641 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.310s] 2018-08-15 17:36:26,707 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-15 17:36:26.707 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.066s] 2018-08-15 17:36:26,811 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-15 17:36:26.810 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.103s] 2018-08-15 17:36:26,862 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-15 17:36:26.862 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.051s] 2018-08-15 17:36:27,037 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-15 17:36:27.037 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [7.612s] 2018-08-15 17:36:36,359 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-15 17:36:36.358 49 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-08-15 17:36:38,411 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-15 17:36:38.411 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.760s] 2018-08-15 17:36:39,493 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-15 17:36:39.492 49 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.209s] 2018-08-15 17:36:39,688 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-15 17:36:39.687 49 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.195s] 2018-08-15 17:36:39,965 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-15 17:36:39.964 49 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.276s] 2018-08-15 17:36:39,972 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-15 17:36:39.971 49 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.007s] 2018-08-15 17:36:40,159 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-15 17:36:40.158 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.745s] 2018-08-15 17:36:40,443 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-15 17:36:40.442 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.287s] 2018-08-15 17:36:43,652 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-15 17:36:43.651 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [6.137s] 2018-08-15 17:36:43,834 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-15 17:36:43.834 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.183s] 2018-08-15 17:36:44,116 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-15 17:36:44.115 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.281s] 2018-08-15 17:36:44,156 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-15 17:36:44.155 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.040s] 2018-08-15 17:36:44,260 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-15 17:36:44.259 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.103s] 2018-08-15 17:36:44,307 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-15 17:36:44.306 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.047s] 2018-08-15 17:36:46,511 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-15 17:36:46.510 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [2.357s] 2018-08-15 17:36:47,398 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-15 17:36:47.397 49 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_account_metadata ... success [0.188s] 2018-08-15 17:36:47,414 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-15 17:36:47.413 49 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers ... success [0.016s] 2018-08-15 17:37:00,973 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-15 17:37:00.972 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [4.001s] 2018-08-15 17:37:02,117 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-15 17:37:02.116 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [11.041s] 2018-08-15 17:37:06,124 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-15 17:37:06.123 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [5.151s] 2018-08-15 17:37:06,735 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-15 17:37:06.734 49 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_create_object ... success [0.130s] 2018-08-15 17:37:06,811 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-15 17:37:06.810 49 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object ... success [0.076s] 2018-08-15 17:37:06,875 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-15 17:37:06.874 49 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_list_object_metadata ... success [0.063s] 2018-08-15 17:37:06,944 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-15 17:37:06.943 49 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_update_object_metadata ... success [0.069s] 2018-08-15 17:37:08,716 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-15 17:37:08.715 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [6.598s] 2018-08-15 17:37:14,244 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-15 17:37:14.244 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [5.529s] 2018-08-15 17:37:18,403 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-15 17:37:18.402 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [4.157s] 2018-08-15 17:37:19,882 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-15 17:37:19.881 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [3.672s] 2018-08-15 17:37:19,970 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-15 17:37:19.969 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.297s] 2018-08-15 17:37:24,721 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-15 17:37:24.720 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [4.838s] 2018-08-15 17:37:32,128 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-15 17:37:32.127 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [7.407s] 2018-08-15 17:37:35,033 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-15 17:37:35.032 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [1.435s] 2018-08-15 17:37:42,172 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-15 17:37:42.171 49 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_large_object ... success [2.405s] 2018-08-15 17:37:42,895 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-15 17:37:42.895 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [68.845s] 2018-08-15 17:37:44,869 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-15 17:37:44.869 49 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_too_many_objects ... success [2.695s] 2018-08-15 17:37:47,464 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-15 17:37:47.464 49 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_valid_object ... success [2.595s] 2018-08-15 17:37:48,717 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-15 17:37:48.717 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [5.788s] 2018-08-15 17:37:52,213 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-15 17:37:52.212 49 INFO opnfv-tempest [-] {2} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.012s] 2018-08-15 17:37:55,238 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-15 17:37:55.237 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [6.519s] 2018-08-15 17:37:57,196 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-15 17:37:57.195 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [1.957s] 2018-08-15 17:37:57,244 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-15 17:37:57.243 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.049s] 2018-08-15 17:37:57,534 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-15 17:37:57.534 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.290s] 2018-08-15 17:38:11,020 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-15 17:38:11.019 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.061s] 2018-08-15 17:38:11,142 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-15 17:38:11.141 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.122s] 2018-08-15 17:38:15,074 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-15 17:38:15.073 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [11.164s] 2018-08-15 17:38:17,211 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-15 17:38:17.210 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-08-15 17:38:21,479 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-15 17:38:21.478 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.165s] 2018-08-15 17:38:21,790 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-15 17:38:21.790 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [6.717s] 2018-08-15 17:38:27,831 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-15 17:38:27.830 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [6.039s] 2018-08-15 17:38:30,442 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-15 17:38:30.441 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [1.352s] 2018-08-15 17:38:31,364 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-15 17:38:31.363 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [3.533s] 2018-08-15 17:38:44,427 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-15 17:38:44.426 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [4.850s] 2018-08-15 17:38:45,853 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-15 17:38:45.852 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.008s] 2018-08-15 17:38:50,855 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-15 17:38:50.854 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [6.427s] 2018-08-15 17:38:52,540 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-15 17:38:52.539 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.685s] 2018-08-15 17:38:52,584 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-15 17:38:52.583 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.044s] 2018-08-15 17:38:52,629 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-15 17:38:52.628 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.045s] 2018-08-15 17:38:53,641 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-15 17:38:53.640 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_admin_modify_quota ... success [0.536s] 2018-08-15 17:38:53,866 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-15 17:38:53.866 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_upload_valid_object ... success [0.226s] 2018-08-15 17:38:59,863 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-15 17:38:59.862 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [1.132s] 2018-08-15 17:39:01,059 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-15 17:39:01.058 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [1.194s] 2018-08-15 17:39:01,343 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-15 17:39:01.343 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.288s] 2018-08-15 17:39:03,776 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-15 17:39:03.776 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container ... success [2.250s] 2018-08-15 17:39:06,161 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-15 17:39:06.161 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents ... success [2.384s] 2018-08-15 17:39:08,479 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-15 17:39:08.479 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_metadata ... success [2.318s] 2018-08-15 17:39:16,320 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-15 17:39:16.319 49 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [10.639s] 2018-08-15 17:39:29,835 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-15 17:39:29.834 49 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [7.615s] 2018-08-15 17:39:38,178 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-15 17:39:38.177 49 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [8.343s] 2018-08-15 17:39:41,804 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: aa0a7716-7489-44b2-a7de-46cb084eb597 2018-08-15 17:39:41,804 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'aa0a7716-7489-44b2-a7de-46cb084eb597']'. 2018-08-15 17:39:42,733 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-08-15 17:39:42,734 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-08-15 17:39:42,734 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-15 17:39:42,734 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | aa0a7716-7489-44b2-a7de-46cb084eb597 | 2018-08-15 17:39:42,734 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-08-15 17:39:42,734 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-08-15 17:34:58 | 2018-08-15 17:39:42,735 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-08-15 17:39:41 | 2018-08-15 17:39:42,735 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:04:43 | 2018-08-15 17:39:42,735 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 4 | 2018-08-15 17:39:42,735 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-08-15 17:39:42,735 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-08-15 17:39:42,735 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 88ab63f4-8cf6-4185-88bc-c2cf78ab6a90) | 2018-08-15 17:39:42,735 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-08-15 17:39:42,735 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: c0df07b9-6838-44b4-bb45-b8faaf492a6a) | 2018-08-15 17:39:42,735 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 106 | 2018-08-15 17:39:42,735 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 274.985 | 2018-08-15 17:39:42,736 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 101 | 2018-08-15 17:39:42,736 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 5 | 2018-08-15 17:39:42,736 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-08-15 17:39:42,736 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-08-15 17:39:42,736 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-08-15 17:39:42,736 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-15 17:39:42,736 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-08-15 17:39:42,736 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-08-15 17:39:42,786 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_smoke success_rate is 100.0% 2018-08-15 17:39:42,917 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-15 17:39:42,918 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | tempest_smoke | functest | 05:01 | PASS | +-----------------------+------------------+------------------+----------------+ 2018-08-15 17:39:42,921 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-15 17:39:42,923 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9292/v2/images/4616d4cd-18d6-4ba3-8304-79f0261e264a -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dedd81fe72eafbbabe02dad65160edab3980ec41" 2018-08-15 17:39:43,192 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-afc91b68-690e-44bf-9cad-7888fcc5c2f3 Date: Wed, 15 Aug 2018 17:39: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-15 17:39:43,192 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/4616d4cd-18d6-4ba3-8304-79f0261e264a used request id req-afc91b68-690e-44bf-9cad-7888fcc5c2f3 2018-08-15 17:39:43,192 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.271255016327s 2018-08-15 17:39:43,192 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/4616d4cd-18d6-4ba3-8304-79f0261e264a used request id req-afc91b68-690e-44bf-9cad-7888fcc5c2f3 2018-08-15 17:39:43,193 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-15 17:39:43,195 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dedd81fe72eafbbabe02dad65160edab3980ec41" 2018-08-15 17:39:43,215 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17: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-c4c10c9c-43d6-4be4-9f83-17627548b8df x-compute-request-id: req-c4c10c9c-43d6-4be4-9f83-17627548b8df Content-Encoding: gzip Content-Length: 367 Content-Type: application/json RESP BODY: {"flavors": [{"name": "tempest_smoke-flavor_alt_097bc385-5eb6-4c52-af81-690e13e516d7", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/5182dba0-90d1-4579-a94e-8bd6e6880c91", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/5182dba0-90d1-4579-a94e-8bd6e6880c91", "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": "5182dba0-90d1-4579-a94e-8bd6e6880c91"}, {"name": "tempest_smoke-flavor_097bc385-5eb6-4c52-af81-690e13e516d7", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/dbe260bc-8905-4416-b00f-aad5937c0c6a", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/dbe260bc-8905-4416-b00f-aad5937c0c6a", "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": "dbe260bc-8905-4416-b00f-aad5937c0c6a"}]} 2018-08-15 17:39:43,215 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-c4c10c9c-43d6-4be4-9f83-17627548b8df 2018-08-15 17:39:43,215 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0226480960846s 2018-08-15 17:39:43,216 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-c4c10c9c-43d6-4be4-9f83-17627548b8df 2018-08-15 17:39:43,218 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-15 17:39:43,220 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/flavors/5182dba0-90d1-4579-a94e-8bd6e6880c91 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dedd81fe72eafbbabe02dad65160edab3980ec41" 2018-08-15 17:39:43,246 - keystoneauth.session - DEBUG - RESP: [202] Date: Wed, 15 Aug 2018 17: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 x-openstack-request-id: req-3699e17c-53f7-4902-9eae-afe79a9d45bf x-compute-request-id: req-3699e17c-53f7-4902-9eae-afe79a9d45bf Content-Length: 0 Content-Type: application/json 2018-08-15 17:39:43,246 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/5182dba0-90d1-4579-a94e-8bd6e6880c91 used request id req-3699e17c-53f7-4902-9eae-afe79a9d45bf 2018-08-15 17:39:43,247 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0288288593292s 2018-08-15 17:39:43,247 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/5182dba0-90d1-4579-a94e-8bd6e6880c91 used request id req-3699e17c-53f7-4902-9eae-afe79a9d45bf 2018-08-15 17:39:43,247 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-15 17:39:43,248 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/c8b2fb18-0c0e-43dd-9886-afcf54c7e28f/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}dedd81fe72eafbbabe02dad65160edab3980ec41" -d '{"subnet_id": "a0bccdac-f474-4a45-a7f5-307f6e93dbd0"}' 2018-08-15 17:39:44,986 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-f85e7fa3-03d6-4b61-acaf-9418b73aee0a Date: Wed, 15 Aug 2018 17:39:45 GMT RESP BODY: {"network_id": "95b6a5b8-807e-4c10-a317-55889ee85990", "tenant_id": "a3688ea3a7924e1e8a441a00bd79aae5", "subnet_id": "a0bccdac-f474-4a45-a7f5-307f6e93dbd0", "subnet_ids": ["a0bccdac-f474-4a45-a7f5-307f6e93dbd0"], "port_id": "86af3c54-7966-4074-b16a-05f2d5d175ff", "id": "c8b2fb18-0c0e-43dd-9886-afcf54c7e28f"} 2018-08-15 17:39:44,987 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/c8b2fb18-0c0e-43dd-9886-afcf54c7e28f/remove_router_interface.json used request id req-f85e7fa3-03d6-4b61-acaf-9418b73aee0a 2018-08-15 17:39:44,987 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.73959708214s 2018-08-15 17:39:44,987 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/c8b2fb18-0c0e-43dd-9886-afcf54c7e28f/remove_router_interface.json used request id req-f85e7fa3-03d6-4b61-acaf-9418b73aee0a returning object c8b2fb18-0c0e-43dd-9886-afcf54c7e28f 2018-08-15 17:39:44,988 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-15 17:39:44,988 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dedd81fe72eafbbabe02dad65160edab3980ec41" 2018-08-15 17:39:45,102 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-63c1abbc-beb7-426c-b84f-3e83c5827360 Date: Wed, 15 Aug 2018 17:39:45 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "fc8ca119-27ab-4070-99fa-a2993d11ee48", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "3ef75223-733d-425d-bb3e-88e8a796bebc", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "a3688ea3a7924e1e8a441a00bd79aae5", "created_at": "2018-08-15T17:34:42Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-15T17:39:44Z", "revision_number": 4, "routes": [], "project_id": "a3688ea3a7924e1e8a441a00bd79aae5", "id": "c8b2fb18-0c0e-43dd-9886-afcf54c7e28f", "name": "tempest_smoke-router_097bc385-5eb6-4c52-af81-690e13e516d7"}]} 2018-08-15 17:39:45,103 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-63c1abbc-beb7-426c-b84f-3e83c5827360 2018-08-15 17:39:45,103 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.115108966827s 2018-08-15 17:39:45,103 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-63c1abbc-beb7-426c-b84f-3e83c5827360 2018-08-15 17:39:45,104 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-15 17:39:45,104 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/routers/c8b2fb18-0c0e-43dd-9886-afcf54c7e28f.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dedd81fe72eafbbabe02dad65160edab3980ec41" 2018-08-15 17:39:46,624 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a0df8350-cdd5-468f-b5b2-b3fa7300870f Content-Length: 0 Date: Wed, 15 Aug 2018 17:39:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-15 17:39:46,624 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/c8b2fb18-0c0e-43dd-9886-afcf54c7e28f.json used request id req-a0df8350-cdd5-468f-b5b2-b3fa7300870f 2018-08-15 17:39:46,624 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.5204539299s 2018-08-15 17:39:46,625 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/c8b2fb18-0c0e-43dd-9886-afcf54c7e28f.json used request id req-a0df8350-cdd5-468f-b5b2-b3fa7300870f 2018-08-15 17:39:46,625 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-15 17:39:46,626 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dedd81fe72eafbbabe02dad65160edab3980ec41" 2018-08-15 17:39:46,671 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1295 X-Openstack-Request-Id: req-b3d04977-1e8f-43b3-8989-76620cf42c28 Date: Wed, 15 Aug 2018 17:39:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"fc8ca119-27ab-4070-99fa-a2993d11ee48","tenant_id":"d2c267e1fee9461ba5e64a915b9518f5","created_at":"2018-08-15T17:16:30Z","dns_nameservers":[],"updated_at":"2018-08-15T17:16:30Z","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":"d2c267e1fee9461ba5e64a915b9518f5","id":"3ef75223-733d-425d-bb3e-88e8a796bebc","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"95b6a5b8-807e-4c10-a317-55889ee85990","tenant_id":"a3688ea3a7924e1e8a441a00bd79aae5","created_at":"2018-08-15T17:34:42Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-15T17:34:42Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"a3688ea3a7924e1e8a441a00bd79aae5","id":"a0bccdac-f474-4a45-a7f5-307f6e93dbd0","subnetpool_id":null,"name":"tempest_smoke-subnet_097bc385-5eb6-4c52-af81-690e13e516d7"}]} 2018-08-15 17:39:46,671 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-b3d04977-1e8f-43b3-8989-76620cf42c28 2018-08-15 17:39:46,672 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0463099479675s 2018-08-15 17:39:46,672 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-b3d04977-1e8f-43b3-8989-76620cf42c28 2018-08-15 17:39:46,673 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-15 17:39:46,674 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/subnets/a0bccdac-f474-4a45-a7f5-307f6e93dbd0.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dedd81fe72eafbbabe02dad65160edab3980ec41" 2018-08-15 17:39:47,482 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-e728edc8-0c5f-46fe-b799-d87597569919 Date: Wed, 15 Aug 2018 17:39:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-15 17:39:47,482 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/a0bccdac-f474-4a45-a7f5-307f6e93dbd0.json used request id req-e728edc8-0c5f-46fe-b799-d87597569919 2018-08-15 17:39:47,482 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 0.808403968811s 2018-08-15 17:39:47,482 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/a0bccdac-f474-4a45-a7f5-307f6e93dbd0.json used request id req-e728edc8-0c5f-46fe-b799-d87597569919 2018-08-15 17:39:47,482 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-15 17:39:47,483 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dedd81fe72eafbbabe02dad65160edab3980ec41" 2018-08-15 17:39:47,723 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1357 X-Openstack-Request-Id: req-f813f7f8-4e1c-4371-8c61-538b7207e5ae Date: Wed, 15 Aug 2018 17:39:47 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"95b6a5b8-807e-4c10-a317-55889ee85990","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a3688ea3a7924e1e8a441a00bd79aae5","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-15T17:39:47Z","provider:segmentation_id":93,"name":"tempest_smoke-net_097bc385-5eb6-4c52-af81-690e13e516d7","admin_state_up":true,"tenant_id":"a3688ea3a7924e1e8a441a00bd79aae5","created_at":"2018-08-15T17:34:41Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"fc8ca119-27ab-4070-99fa-a2993d11ee48","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d2c267e1fee9461ba5e64a915b9518f5","status":"ACTIVE","subnets":["3ef75223-733d-425d-bb3e-88e8a796bebc"],"description":"","tags":[],"updated_at":"2018-08-15T17:16:30Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"d2c267e1fee9461ba5e64a915b9518f5","created_at":"2018-08-15T17:16:26Z","provider:network_type":"flat"}]} 2018-08-15 17:39:47,723 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-f813f7f8-4e1c-4371-8c61-538b7207e5ae 2018-08-15 17:39:47,723 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.240835905075s 2018-08-15 17:39:47,724 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-f813f7f8-4e1c-4371-8c61-538b7207e5ae 2018-08-15 17:39:47,725 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-15 17:39:47,725 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/networks/95b6a5b8-807e-4c10-a317-55889ee85990.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dedd81fe72eafbbabe02dad65160edab3980ec41" 2018-08-15 17:39:48,757 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-0040a13d-acfe-49bc-b7e4-579e5fb979f6 Date: Wed, 15 Aug 2018 17:39:48 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-15 17:39:48,757 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/95b6a5b8-807e-4c10-a317-55889ee85990.json used request id req-0040a13d-acfe-49bc-b7e4-579e5fb979f6 2018-08-15 17:39:48,757 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.03214597702s 2018-08-15 17:39:48,757 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/95b6a5b8-807e-4c10-a317-55889ee85990.json used request id req-0040a13d-acfe-49bc-b7e4-579e5fb979f6 2018-08-15 17:39:48,761 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-15 17:39:48,765 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dedd81fe72eafbbabe02dad65160edab3980ec41" 2018-08-15 17:39:49,127 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1402 Content-Type: application/json X-Openstack-Request-Id: req-3d66ebf9-ebc8-40d6-98ab-0a6920ed7b0a Date: Wed, 15 Aug 2018 17:39:49 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-15T17:34:46Z", "file": "/v2/images/77eab8ca-d996-493a-b373-c3ec597e6009/file", "owner": "a3688ea3a7924e1e8a441a00bd79aae5", "id": "77eab8ca-d996-493a-b373-c3ec597e6009", "size": 12716032, "self": "/v2/images/77eab8ca-d996-493a-b373-c3ec597e6009", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/77eab8ca-d996-493a-b373-c3ec597e6009/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/77eab8ca-d996-493a-b373-c3ec597e6009/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke-img_097bc385-5eb6-4c52-af81-690e13e516d7", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke-img_097bc385-5eb6-4c52-af81-690e13e516d7", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-15T17:34:45Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-15 17:39:49,128 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-3d66ebf9-ebc8-40d6-98ab-0a6920ed7b0a 2018-08-15 17:39:49,128 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.366269111633s 2018-08-15 17:39:49,128 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-3d66ebf9-ebc8-40d6-98ab-0a6920ed7b0a 2018-08-15 17:39:49,129 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-15 17:39:49,133 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9292/v2/images/77eab8ca-d996-493a-b373-c3ec597e6009 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dedd81fe72eafbbabe02dad65160edab3980ec41" 2018-08-15 17:39:49,445 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-8de4f881-b6fc-454f-b99b-5a05986805e6 Date: Wed, 15 Aug 2018 17:39:49 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-15 17:39:49,445 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/77eab8ca-d996-493a-b373-c3ec597e6009 used request id req-8de4f881-b6fc-454f-b99b-5a05986805e6 2018-08-15 17:39:49,445 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.315451860428s 2018-08-15 17:39:49,445 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/77eab8ca-d996-493a-b373-c3ec597e6009 used request id req-8de4f881-b6fc-454f-b99b-5a05986805e6 2018-08-15 17:39:49,446 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-15 17:39:49,448 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dedd81fe72eafbbabe02dad65160edab3980ec41" 2018-08-15 17:39:49,719 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17: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-055ed9de-1c44-407e-a0b8-4609d905a91a x-compute-request-id: req-055ed9de-1c44-407e-a0b8-4609d905a91a Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavors": [{"name": "tempest_smoke-flavor_097bc385-5eb6-4c52-af81-690e13e516d7", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/dbe260bc-8905-4416-b00f-aad5937c0c6a", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/dbe260bc-8905-4416-b00f-aad5937c0c6a", "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": "dbe260bc-8905-4416-b00f-aad5937c0c6a"}]} 2018-08-15 17:39:49,719 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-055ed9de-1c44-407e-a0b8-4609d905a91a 2018-08-15 17:39:49,719 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.273192167282s 2018-08-15 17:39:49,719 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-055ed9de-1c44-407e-a0b8-4609d905a91a 2018-08-15 17:39:49,721 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-15 17:39:49,723 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/flavors/dbe260bc-8905-4416-b00f-aad5937c0c6a -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dedd81fe72eafbbabe02dad65160edab3980ec41" 2018-08-15 17:39:49,752 - keystoneauth.session - DEBUG - RESP: [202] Date: Wed, 15 Aug 2018 17:39:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-76791382-1e44-464b-847b-f3f4f8e85f06 x-compute-request-id: req-76791382-1e44-464b-847b-f3f4f8e85f06 Content-Length: 0 Content-Type: application/json 2018-08-15 17:39:49,752 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/dbe260bc-8905-4416-b00f-aad5937c0c6a used request id req-76791382-1e44-464b-847b-f3f4f8e85f06 2018-08-15 17:39:49,752 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0309860706329s 2018-08-15 17:39:49,752 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/dbe260bc-8905-4416-b00f-aad5937c0c6a used request id req-76791382-1e44-464b-847b-f3f4f8e85f06 2018-08-15 17:39:49,806 - xtesting.ci.run_tests - INFO - Loading test case 'neutron-tempest-plugin-api'... 2018-08-15 17:39:49,840 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-15 17:39:49,840 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-15 17:39:49,841 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-15 17:39:49,841 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-15 17:39:49,841 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-15 17:39:49,841 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-15 17:39:49,841 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-15 17:39:49,841 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-15 17:39:49,841 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-15 17:39:49,841 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-15 17:39:49,841 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-15 17:39:49,841 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-15 17:39:49,841 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-15 17:39:49,841 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-15 17:39:49,841 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-15 17:39:49,841 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-15 17:39:49,841 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-15 17:39:49,841 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-15 17:39:49,841 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-15 17:39:49,842 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-15 17:39:49,842 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-15 17:39:49,842 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-15 17:39:49,842 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-15 17:39:49,842 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-15 17:39:49,842 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-15 17:39:49,844 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-15 17:39:49,848 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:39:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-458d23ef-61d2-4d52-81d2-d9f8bf103836 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-08-15 17:39:49,848 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-458d23ef-61d2-4d52-81d2-d9f8bf103836 2018-08-15 17:39:49,849 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-08-15 17:39:50,242 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "16212b6aa60a4fd1b8194c834bae86bf", "name": "member"}, {"id": "eeb4436830d24515952401292b7cfc55", "name": "reader"}, {"id": "382a39dc50214187b99e809cf7222e3c", "name": "admin"}], "expires_at": "2018-08-15T18:39:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3688ea3a7924e1e8a441a00bd79aae5", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.37:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "54e3c320cc3142e9824c171afe58d5c6"}, {"url": "http://172.30.9.27:8080/v1/AUTH_a3688ea3a7924e1e8a441a00bd79aae5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d00250537b54114937846660f377ed1"}, {"url": "http://12.0.0.37:8080/v1/AUTH_a3688ea3a7924e1e8a441a00bd79aae5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c790cb26fd2345ae9bac8a014d10a446"}], "type": "object-store", "id": "17183633b8774ff6a53da32b47c89b3c", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94631698a9884eb1bf4cb245c6f37b80"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c23f2a003e874719a2f1c41f92405a45"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e97257b46cb8440080352cd841246c5d"}], "type": "cloudformation", "id": "2dec96c2934d43bdbe2e431ef0b53392", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "287c0315393e4b22a228912ca3b004cc"}, {"url": "http://192.30.9.3:8776/v3/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62769da517ac4f44b88a6118413b8c30"}, {"url": "http://192.30.9.3:8776/v3/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c0b30400cd648249ab0a6a17cf1ebc1"}], "type": "volumev3", "id": "363b885c3f174fbfb4f17da9d41f332d", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d6cb188f65e4f77bab04c3d99f9469f"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70f7ced028794432bef835264c84489c"}, {"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77dd5cfb1dac4b31b21d705ba420c355"}], "type": "network", "id": "51b7a44223114d149d5300ae5b6d97ae", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19071864a1b848cc93bca3b1e1955c3f"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bc0345e40a36459fbc009797a6517deb"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5c7966f4757438480f39866a31a0265"}], "type": "image", "id": "5540e06daad441aa911fd4cb4d76f8d3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "68ad1d76386d437089226a0562004a39", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "03f40cbac74c4aafb48b4dd360509f6a"}, {"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18ed3fa9a0894200abaf76b71abfd912"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3d96a0aa5c344cb8ba659332ed497e85"}], "type": "identity", "id": "8096ce39bbf24c1683621ee563324790", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f60ea793ee64fc9a3d9a2d2ad889bd0"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7c9770175fc45379f2c2d142062b2c3"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e944b22c50da41179f2e29ce558807c1"}], "type": "compute", "id": "b3040d5c7e224dbca86f421bddd758e1", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5aad7caa3e6f4a35b9abdf5d46190371"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8b8b8bcfb3b40e5be77e13a4d2dda19"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d33016e2f5be49c28efb9905db488d41"}], "type": "placement", "id": "bb3127ed06e54fda901ea2348ddb72da", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "576142509dfd46c591c5e83bed8ffcc7"}, {"url": "http://192.30.9.3:8776/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cabe2973ef9144da9850a630dd2aedd5"}, {"url": "http://172.30.9.27:8776/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eb71f3f602d443c9a8605a7ff2e8aa8e"}], "type": "volume", "id": "becfeedd42e344c085611f3c7c465a3f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.3:8004/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "156b8e560e534c82a1d320da86608a19"}, {"url": "http://192.30.9.3:8004/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59154cecf6a54eb08ecc63bf95dca042"}, {"url": "http://172.30.9.27:8004/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f3aa5c8697e449f99c2cfbe2a371cab7"}], "type": "orchestration", "id": "c4334130b6d54a75804fe3f11a3b9e3e", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "39db2ebb65ae42659440fd9845949a6c"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ad23d2a65e74e3c87b1488af1f9f9ac"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d07664cbebb49149819cf7a6b20edb4"}], "type": "alarming", "id": "d878aa5c6b584d53a039f6a680fb6e8b", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e2bb44b06c0412ab74e54984b5b26b5"}, {"url": "http://192.30.9.3:8776/v2/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86bcb5a76e6c464bb4d42c969584d6f2"}, {"url": "http://172.30.9.27:8776/v2/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a391eed816af4966b335005bfe580d70"}], "type": "volumev2", "id": "e16298e148f54e96a50a134ca797deff", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b54cb5b666f74b91b0244b5332fdb3e5"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcc892608bd341e084be203695f810d1"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e980066294c34eb6866e6c4735e84a62"}], "type": "metric", "id": "f3a07a22777a4405b7eaf44da2e73e19", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.27:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1f66095afa4b74b4f26d432f5bfa55"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8dd5f30cc334148a7ed9d5ab68eee9b"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bfe7dd54acd947899871700a40dd0244"}], "type": "event", "id": "f6e223543cae4d9bad10258b0a294f12", "name": "panko"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "9482390a0722494f8852b9f0e2b9de56"}, "audit_ids": ["IEnFePrgTf2HTwiUqvVpRw"], "issued_at": "2018-08-15T17:39:50.000000Z"}} 2018-08-15 17:39:50,246 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-15 17:39:50,246 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bb6a241fe6898ffe745a090943afe7774abf06bc" 2018-08-15 17:39:50,506 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-7441dea9-397e-42a7-a5bf-ec26ca011a1b Date: Wed, 15 Aug 2018 17:39:50 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"fc8ca119-27ab-4070-99fa-a2993d11ee48","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d2c267e1fee9461ba5e64a915b9518f5","status":"ACTIVE","subnets":["3ef75223-733d-425d-bb3e-88e8a796bebc"],"description":"","tags":[],"updated_at":"2018-08-15T17:16:30Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"d2c267e1fee9461ba5e64a915b9518f5","created_at":"2018-08-15T17:16:26Z","provider:network_type":"flat"}]} 2018-08-15 17:39:50,506 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json?router%3Aexternal=True used request id req-7441dea9-397e-42a7-a5bf-ec26ca011a1b 2018-08-15 17:39:50,506 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.260232925415s 2018-08-15 17:39:50,506 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json?router%3Aexternal=True used request id req-7441dea9-397e-42a7-a5bf-ec26ca011a1b 2018-08-15 17:39:50,507 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-08-15 17:39:53,448 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-08-15 17:39:56,396 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | 32314065-e1d0-42f9-9299-b0d34e210315 | 2018-08-15T17:39:56.043836 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: 32314065-e1d0-42f9-9299-b0d34e210315 ~/.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-15 17:40:00,177 - 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-15 17:40:00,177 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-08-15 17:40:02,933 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-08-15 17:40:07,292 - 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=14ec2ae7-5969-4b12-a55a-0a567f040ac2) as the default verifier for the future CLI operations. 2018-08-15 17:40:10,635 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.extensions 2018-08-15 17:40:10,636 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}bb6a241fe6898ffe745a090943afe7774abf06bc" 2018-08-15 17:40:10,908 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 8761 X-Openstack-Request-Id: req-b97f0bea-2807-4b38-9576-63e35cdf9df1 Date: Wed, 15 Aug 2018 17:40:10 GMT RESP BODY: {"extensions": [{"alias": "default-subnetpools", "updated": "2016-02-18T18:00:00-00:00", "name": "Default Subnetpools", "links": [], "description": "Provides ability to mark and use a subnetpool as the default."}, {"alias": "network-ip-availability", "updated": "2015-09-24T00:00:00-00:00", "name": "Network IP Availability", "links": [], "description": "Provides IP availability data for each network and subnet."}, {"alias": "network_availability_zone", "updated": "2015-01-01T10:00:00-00:00", "name": "Network Availability Zone", "links": [], "description": "Availability zone support for network."}, {"alias": "auto-allocated-topology", "updated": "2016-01-01T00:00:00-00:00", "name": "Auto Allocated Topology Services", "links": [], "description": "Auto Allocated Topology Services."}, {"alias": "ext-gw-mode", "updated": "2013-03-28T10:00:00-00:00", "name": "Neutron L3 Configurable external gateway mode", "links": [], "description": "Extension of the router abstraction for specifying whether SNAT should occur on the external gateway"}, {"alias": "binding", "updated": "2014-02-03T10:00:00-00:00", "name": "Port Binding", "links": [], "description": "Expose port bindings of a virtual port to external application"}, {"alias": "agent", "updated": "2013-02-03T10:00:00-00:00", "name": "agent", "links": [], "description": "The agent management extension."}, {"alias": "subnet_allocation", "updated": "2015-03-30T10:00:00-00:00", "name": "Subnet Allocation", "links": [], "description": "Enables allocation of subnets from a subnet pool"}, {"alias": "dhcp_agent_scheduler", "updated": "2013-02-07T10:00:00-00:00", "name": "DHCP Agent Scheduler", "links": [], "description": "Schedule networks among dhcp agents"}, {"alias": "trunk-details", "updated": "2016-01-01T10:00:00-00:00", "name": "Trunk port details", "links": [], "description": "Expose trunk port details"}, {"alias": "external-net", "updated": "2013-01-14T10:00:00-00:00", "name": "Neutron external network", "links": [], "description": "Adds external network attribute to network resource."}, {"alias": "flavors", "updated": "2015-09-17T10:00:00-00:00", "name": "Neutron Service Flavors", "links": [], "description": "Flavor specification for Neutron advanced services."}, {"alias": "net-mtu", "updated": "2015-03-25T10:00:00-00:00", "name": "Network MTU", "links": [], "description": "Provides MTU attribute for a network resource."}, {"alias": "availability_zone", "updated": "2015-01-01T10:00:00-00:00", "name": "Availability Zone", "links": [], "description": "The availability zone extension."}, {"alias": "quotas", "updated": "2012-07-29T10:00:00-00:00", "name": "Quota management support", "links": [], "description": "Expose functions for quotas management per tenant"}, {"alias": "standard-attr-tag", "updated": "2017-01-01T00:00:00-00:00", "name": "Tag support for resources with standard attribute: subnet, trunk, router, network, policy, subnetpool, port, security_group, floatingip", "links": [], "description": "Enables to set tag on resources with standard attribute."}, {"alias": "availability_zone_filter", "updated": "2018-06-22T10:00:00-00:00", "name": "Availability Zone Filter Extension", "links": [], "description": "Add filter parameters to AvailabilityZone resource"}, {"alias": "revision-if-match", "updated": "2016-12-11T00:00:00-00:00", "name": "If-Match constraints based on revision_number", "links": [], "description": "Extension indicating that If-Match based on revision_number is supported."}, {"alias": "provider", "updated": "2012-09-07T10:00:00-00:00", "name": "Provider Network", "links": [], "description": "Expose mapping of virtual networks to physical networks"}, {"alias": "multi-provider", "updated": "2013-06-27T10:00:00-00:00", "name": "Multi Provider Network", "links": [], "description": "Expose mapping of virtual networks to multiple physical networks"}, {"alias": "quota_details", "updated": "2017-02-10T10:00:00-00:00", "name": "Quota details management support", "links": [], "description": "Expose functions for quotas usage statistics per project"}, {"alias": "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-15 17:40:10,908 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/extensions.json used request id req-b97f0bea-2807-4b38-9576-63e35cdf9df1 2018-08-15 17:40:10,908 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.extensions in 0.27300286293s 2018-08-15 17:40:10,909 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/extensions.json used request id req-b97f0bea-2807-4b38-9576-63e35cdf9df1 2018-08-15 17:40:10,916 - xtesting.ci.run_tests - INFO - Running test case 'neutron-tempest-plugin-api'... 2018-08-15 17:40:10,917 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-15 17:40:10,918 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}bb6a241fe6898ffe745a090943afe7774abf06bc" -d '{"network": {"name": "neutron-tempest-plugin-api-net_76ad5f80-1489-465a-92dc-7a73f2f0c7cc", "admin_state_up": true}}' 2018-08-15 17:40:11,183 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 699 X-Openstack-Request-Id: req-0da7c7d0-8fa8-466b-8648-926ff47afb9e Date: Wed, 15 Aug 2018 17:40:11 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"032cdab4-27d9-42c0-92b0-51f86beec9cf","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"a3688ea3a7924e1e8a441a00bd79aae5","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-15T17:40:11Z","is_default":false,"provider:segmentation_id":52,"name":"neutron-tempest-plugin-api-net_76ad5f80-1489-465a-92dc-7a73f2f0c7cc","admin_state_up":true,"tenant_id":"a3688ea3a7924e1e8a441a00bd79aae5","created_at":"2018-08-15T17:40:10Z","mtu":1450}} 2018-08-15 17:40:11,183 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-0da7c7d0-8fa8-466b-8648-926ff47afb9e 2018-08-15 17:40:11,183 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.266122102737s 2018-08-15 17:40:11,183 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-0da7c7d0-8fa8-466b-8648-926ff47afb9e 2018-08-15 17:40:11,184 - 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-15T17:40:11Z', u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'032cdab4-27d9-42c0-92b0-51f86beec9cf', u'provider:segmentation_id': 52, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'neutron-tempest-plugin-api-net_76ad5f80-1489-465a-92dc-7a73f2f0c7cc', u'admin_state_up': True, u'tenant_id': u'a3688ea3a7924e1e8a441a00bd79aae5', u'created_at': u'2018-08-15T17:40:10Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'a3688ea3a7924e1e8a441a00bd79aae5'}) 2018-08-15 17:40:11,185 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-15 17:40:11,185 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bb6a241fe6898ffe745a090943afe7774abf06bc" 2018-08-15 17:40:11,319 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1364 X-Openstack-Request-Id: req-4aa492a0-a9a3-4f8e-9572-659db199b5b7 Date: Wed, 15 Aug 2018 17:40:11 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"032cdab4-27d9-42c0-92b0-51f86beec9cf","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"a3688ea3a7924e1e8a441a00bd79aae5","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-15T17:40:11Z","provider:segmentation_id":52,"name":"neutron-tempest-plugin-api-net_76ad5f80-1489-465a-92dc-7a73f2f0c7cc","admin_state_up":true,"tenant_id":"a3688ea3a7924e1e8a441a00bd79aae5","created_at":"2018-08-15T17:40:10Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"fc8ca119-27ab-4070-99fa-a2993d11ee48","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d2c267e1fee9461ba5e64a915b9518f5","status":"ACTIVE","subnets":["3ef75223-733d-425d-bb3e-88e8a796bebc"],"description":"","tags":[],"updated_at":"2018-08-15T17:16:30Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"d2c267e1fee9461ba5e64a915b9518f5","created_at":"2018-08-15T17:16:26Z","provider:network_type":"flat"}]} 2018-08-15 17:40:11,319 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-4aa492a0-a9a3-4f8e-9572-659db199b5b7 2018-08-15 17:40:11,319 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.134644985199s 2018-08-15 17:40:11,320 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-4aa492a0-a9a3-4f8e-9572-659db199b5b7 2018-08-15 17:40:11,321 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-15 17:40:11,322 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}bb6a241fe6898ffe745a090943afe7774abf06bc" -d '{"subnet": {"name": "neutron-tempest-plugin-api-subnet_76ad5f80-1489-465a-92dc-7a73f2f0c7cc", "enable_dhcp": true, "network_id": "032cdab4-27d9-42c0-92b0-51f86beec9cf", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-15 17:40:11,903 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-de80d8bb-fa30-4f46-ae22-42a0afd13570 Date: Wed, 15 Aug 2018 17:40:11 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"032cdab4-27d9-42c0-92b0-51f86beec9cf","tenant_id":"a3688ea3a7924e1e8a441a00bd79aae5","created_at":"2018-08-15T17:40:11Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-15T17:40:11Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"a3688ea3a7924e1e8a441a00bd79aae5","id":"edd4f726-26a5-4df2-8cc6-340279b5633b","subnetpool_id":null,"name":"neutron-tempest-plugin-api-subnet_76ad5f80-1489-465a-92dc-7a73f2f0c7cc"}} 2018-08-15 17:40:11,903 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-de80d8bb-fa30-4f46-ae22-42a0afd13570 2018-08-15 17:40:11,903 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.58199596405s 2018-08-15 17:40:11,904 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-de80d8bb-fa30-4f46-ae22-42a0afd13570 2018-08-15 17:40:11,904 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-15T17:40:11Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'edd4f726-26a5-4df2-8cc6-340279b5633b', u'subnetpool_id': None, u'service_types': [], u'name': u'neutron-tempest-plugin-api-subnet_76ad5f80-1489-465a-92dc-7a73f2f0c7cc', u'enable_dhcp': True, u'network_id': u'032cdab4-27d9-42c0-92b0-51f86beec9cf', u'tenant_id': u'a3688ea3a7924e1e8a441a00bd79aae5', u'created_at': u'2018-08-15T17:40:11Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'a3688ea3a7924e1e8a441a00bd79aae5'}) 2018-08-15 17:40:11,905 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-15 17:40:11,905 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}bb6a241fe6898ffe745a090943afe7774abf06bc" -d '{"router": {"external_gateway_info": {"network_id": "fc8ca119-27ab-4070-99fa-a2993d11ee48"}, "name": "neutron-tempest-plugin-api-router_76ad5f80-1489-465a-92dc-7a73f2f0c7cc", "admin_state_up": true}}' 2018-08-15 17:40:12,930 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 659 X-Openstack-Request-Id: req-ae95cd09-29f4-4807-a02f-2493a02ca304 Date: Wed, 15 Aug 2018 17:40:12 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "fc8ca119-27ab-4070-99fa-a2993d11ee48", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "3ef75223-733d-425d-bb3e-88e8a796bebc", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "a3688ea3a7924e1e8a441a00bd79aae5", "created_at": "2018-08-15T17:40:11Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-15T17:40:12Z", "revision_number": 2, "routes": [], "project_id": "a3688ea3a7924e1e8a441a00bd79aae5", "id": "0a69657f-2186-438e-be6f-c0c6fbb58fdf", "name": "neutron-tempest-plugin-api-router_76ad5f80-1489-465a-92dc-7a73f2f0c7cc"}} 2018-08-15 17:40:12,930 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-ae95cd09-29f4-4807-a02f-2493a02ca304 2018-08-15 17:40:12,930 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.0254201889s 2018-08-15 17:40:12,931 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-ae95cd09-29f4-4807-a02f-2493a02ca304 2018-08-15 17:40:12,931 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'fc8ca119-27ab-4070-99fa-a2993d11ee48', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'3ef75223-733d-425d-bb3e-88e8a796bebc', u'ip_address': u'172.30.9.204'}]}, u'description': u'', u'tags': [], u'tenant_id': u'a3688ea3a7924e1e8a441a00bd79aae5', u'created_at': u'2018-08-15T17:40:11Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-08-15T17:40:12Z', u'revision_number': 2, u'routes': [], u'project_id': u'a3688ea3a7924e1e8a441a00bd79aae5', u'id': u'0a69657f-2186-438e-be6f-c0c6fbb58fdf', u'name': u'neutron-tempest-plugin-api-router_76ad5f80-1489-465a-92dc-7a73f2f0c7cc'}) 2018-08-15 17:40:12,932 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-15 17:40:12,932 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/0a69657f-2186-438e-be6f-c0c6fbb58fdf/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}bb6a241fe6898ffe745a090943afe7774abf06bc" -d '{"subnet_id": "edd4f726-26a5-4df2-8cc6-340279b5633b"}' 2018-08-15 17:40:14,768 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-b4e0641d-a8aa-41d0-b301-db73be7e23fc Date: Wed, 15 Aug 2018 17:40:14 GMT RESP BODY: {"network_id": "032cdab4-27d9-42c0-92b0-51f86beec9cf", "tenant_id": "a3688ea3a7924e1e8a441a00bd79aae5", "subnet_id": "edd4f726-26a5-4df2-8cc6-340279b5633b", "subnet_ids": ["edd4f726-26a5-4df2-8cc6-340279b5633b"], "port_id": "19a1e871-b8d2-4c71-8cef-1dcc45310b25", "id": "0a69657f-2186-438e-be6f-c0c6fbb58fdf"} 2018-08-15 17:40:14,768 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/0a69657f-2186-438e-be6f-c0c6fbb58fdf/add_router_interface.json used request id req-b4e0641d-a8aa-41d0-b301-db73be7e23fc 2018-08-15 17:40:14,768 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.83626198769s 2018-08-15 17:40:14,768 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/0a69657f-2186-438e-be6f-c0c6fbb58fdf/add_router_interface.json used request id req-b4e0641d-a8aa-41d0-b301-db73be7e23fc returning object 0a69657f-2186-438e-be6f-c0c6fbb58fdf 2018-08-15 17:40:14,769 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-15 17:40:14,901 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-15 17:40:14,903 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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-15 17:40:14,908 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Wed, 15 Aug 2018 17:40:14 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}]} 2018-08-15 17:40:14,912 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-15 17:40:14,916 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bb6a241fe6898ffe745a090943afe7774abf06bc" 2018-08-15 17:40:15,184 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-ba618292-2a25-47c5-90e5-88f9c7177f86 Date: Wed, 15 Aug 2018 17:40:15 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-15 17:40:15,184 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-ba618292-2a25-47c5-90e5-88f9c7177f86 2018-08-15 17:40:15,185 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.271961927414s 2018-08-15 17:40:15,185 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-ba618292-2a25-47c5-90e5-88f9c7177f86 2018-08-15 17:40:15,193 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-15 17:40:15,196 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}bb6a241fe6898ffe745a090943afe7774abf06bc" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/neutron-tempest-plugin-api-img_76ad5f80-1489-465a-92dc-7a73f2f0c7cc", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "neutron-tempest-plugin-api-img_76ad5f80-1489-465a-92dc-7a73f2f0c7cc"}' 2018-08-15 17:40:15,242 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 968 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/b6b90e05-4308-4d3a-a14d-44a24240ffff Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-96b6614c-9709-41c3-bdfc-05a83e26432b Date: Wed, 15 Aug 2018 17:40:15 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-15T17:40:15Z", "file": "/v2/images/b6b90e05-4308-4d3a-a14d-44a24240ffff/file", "owner": "a3688ea3a7924e1e8a441a00bd79aae5", "id": "b6b90e05-4308-4d3a-a14d-44a24240ffff", "size": null, "self": "/v2/images/b6b90e05-4308-4d3a-a14d-44a24240ffff", "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_76ad5f80-1489-465a-92dc-7a73f2f0c7cc", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron-tempest-plugin-api-img_76ad5f80-1489-465a-92dc-7a73f2f0c7cc", "checksum": null, "created_at": "2018-08-15T17:40:15Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-15 17:40:15,242 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-96b6614c-9709-41c3-bdfc-05a83e26432b 2018-08-15 17:40:15,242 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0492131710052s 2018-08-15 17:40:15,242 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-96b6614c-9709-41c3-bdfc-05a83e26432b returning object b6b90e05-4308-4d3a-a14d-44a24240ffff 2018-08-15 17:40:15,243 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-15 17:40:15,246 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9292/v2/images/b6b90e05-4308-4d3a-a14d-44a24240ffff/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}bb6a241fe6898ffe745a090943afe7774abf06bc" -d '' 2018-08-15 17:40:16,523 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-0db5023b-026d-4699-96d2-ef36f0952108 Date: Wed, 15 Aug 2018 17:40: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-15 17:40:16,523 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/b6b90e05-4308-4d3a-a14d-44a24240ffff/file used request id req-0db5023b-026d-4699-96d2-ef36f0952108 2018-08-15 17:40:16,523 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.28038406372s 2018-08-15 17:40:16,524 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/b6b90e05-4308-4d3a-a14d-44a24240ffff/file used request id req-0db5023b-026d-4699-96d2-ef36f0952108 2018-08-15 17:40:16,527 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-15 17:40:16,531 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bb6a241fe6898ffe745a090943afe7774abf06bc" 2018-08-15 17:40:16,555 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1428 Content-Type: application/json X-Openstack-Request-Id: req-604ab514-97a0-463c-aed8-65259b1a29a7 Date: Wed, 15 Aug 2018 17:40:16 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-15T17:40:16Z", "file": "/v2/images/b6b90e05-4308-4d3a-a14d-44a24240ffff/file", "owner": "a3688ea3a7924e1e8a441a00bd79aae5", "id": "b6b90e05-4308-4d3a-a14d-44a24240ffff", "size": 12716032, "self": "/v2/images/b6b90e05-4308-4d3a-a14d-44a24240ffff", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/b6b90e05-4308-4d3a-a14d-44a24240ffff/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/b6b90e05-4308-4d3a-a14d-44a24240ffff/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/neutron-tempest-plugin-api-img_76ad5f80-1489-465a-92dc-7a73f2f0c7cc", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron-tempest-plugin-api-img_76ad5f80-1489-465a-92dc-7a73f2f0c7cc", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-15T17:40:15Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-15 17:40:16,555 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-604ab514-97a0-463c-aed8-65259b1a29a7 2018-08-15 17:40:16,555 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0274789333344s 2018-08-15 17:40:16,555 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-604ab514-97a0-463c-aed8-65259b1a29a7 2018-08-15 17:40:16,557 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/b6b90e05-4308-4d3a-a14d-44a24240ffff/snap', u'metadata': Munch({})})], 'file': u'/v2/images/b6b90e05-4308-4d3a-a14d-44a24240ffff/file', 'owner': u'a3688ea3a7924e1e8a441a00bd79aae5', 'id': u'b6b90e05-4308-4d3a-a14d-44a24240ffff', 'size': 12716032, u'self': u'/v2/images/b6b90e05-4308-4d3a-a14d-44a24240ffff', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'a3688ea3a7924e1e8a441a00bd79aae5', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/b6b90e05-4308-4d3a-a14d-44a24240ffff/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-15T17:40:16Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-15T17:40:16Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/neutron-tempest-plugin-api-img_76ad5f80-1489-465a-92dc-7a73f2f0c7cc', '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/b6b90e05-4308-4d3a-a14d-44a24240ffff', 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_76ad5f80-1489-465a-92dc-7a73f2f0c7cc', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'neutron-tempest-plugin-api-img_76ad5f80-1489-465a-92dc-7a73f2f0c7cc', 'created': u'2018-08-15T17:40:15Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-15T17:40:15Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/b6b90e05-4308-4d3a-a14d-44a24240ffff', 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_76ad5f80-1489-465a-92dc-7a73f2f0c7cc', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-15 17:40:16,558 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-15 17:40:16,561 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}bb6a241fe6898ffe745a090943afe7774abf06bc" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "neutron-tempest-plugin-api-flavor_76ad5f80-1489-465a-92dc-7a73f2f0c7cc", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-15 17:40:16,887 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17: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-cfba36c3-b6e1-4dab-bc27-3894fef3bc46 x-compute-request-id: req-cfba36c3-b6e1-4dab-bc27-3894fef3bc46 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"flavor": {"name": "neutron-tempest-plugin-api-flavor_76ad5f80-1489-465a-92dc-7a73f2f0c7cc", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/ad143275-7a55-4408-a8bb-f46e1c12cf7f", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/ad143275-7a55-4408-a8bb-f46e1c12cf7f", "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": "ad143275-7a55-4408-a8bb-f46e1c12cf7f"}} 2018-08-15 17:40:16,887 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-cfba36c3-b6e1-4dab-bc27-3894fef3bc46 2018-08-15 17:40:16,887 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.328911066055s 2018-08-15 17:40:16,887 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-cfba36c3-b6e1-4dab-bc27-3894fef3bc46 2018-08-15 17:40:16,888 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'neutron-tempest-plugin-api-flavor_76ad5f80-1489-465a-92dc-7a73f2f0c7cc', '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'a3688ea3a7924e1e8a441a00bd79aae5', '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'ad143275-7a55-4408-a8bb-f46e1c12cf7f', 'swap': 0}) 2018-08-15 17:40:16,889 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-15 17:40:16,891 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/flavors/ad143275-7a55-4408-a8bb-f46e1c12cf7f/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}bb6a241fe6898ffe745a090943afe7774abf06bc" -d '{"extra_specs": {}}' 2018-08-15 17:40:16,910 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17: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 x-openstack-request-id: req-a954c67e-3ea0-42c1-aacf-6f8c047d639a x-compute-request-id: req-a954c67e-3ea0-42c1-aacf-6f8c047d639a Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-15 17:40:16,910 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/ad143275-7a55-4408-a8bb-f46e1c12cf7f/os-extra_specs used request id req-a954c67e-3ea0-42c1-aacf-6f8c047d639a 2018-08-15 17:40:16,910 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0218069553375s 2018-08-15 17:40:16,911 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/ad143275-7a55-4408-a8bb-f46e1c12cf7f/os-extra_specs used request id req-a954c67e-3ea0-42c1-aacf-6f8c047d639a 2018-08-15 17:40:16,914 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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-15 17:40:16,920 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 15 Aug 2018 17:40:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-073a60b7-0ac1-4388-8b15-24d9146e2c3e 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.27:5000/v3/", "rel": "self"}]}]}} 2018-08-15 17:40:16,920 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/ used request id req-073a60b7-0ac1-4388-8b15-24d9146e2c3e 2018-08-15 17:40:16,923 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-15 17:40:16,926 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}bb6a241fe6898ffe745a090943afe7774abf06bc" 2018-08-15 17:40:17,103 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:40:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b64b67b0-176e-45f6-8518-2b2306a2b2e6 Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "021fd4a1fb8b483eb2264cbf5b321379", "links": {"self": "http://172.30.9.27:5000/v3/roles/021fd4a1fb8b483eb2264cbf5b321379"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "16212b6aa60a4fd1b8194c834bae86bf", "links": {"self": "http://172.30.9.27:5000/v3/roles/16212b6aa60a4fd1b8194c834bae86bf"}, "name": "member"}, {"domain_id": null, "id": "1c1e1015ce2644848f1430e3bb28531b", "links": {"self": "http://172.30.9.27:5000/v3/roles/1c1e1015ce2644848f1430e3bb28531b"}, "name": "swiftoperator"}, {"domain_id": null, "id": "382a39dc50214187b99e809cf7222e3c", "links": {"self": "http://172.30.9.27:5000/v3/roles/382a39dc50214187b99e809cf7222e3c"}, "name": "admin"}, {"domain_id": null, "id": "9aed22da25b945dda36dee6e40a0785d", "links": {"self": "http://172.30.9.27:5000/v3/roles/9aed22da25b945dda36dee6e40a0785d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "eeb4436830d24515952401292b7cfc55", "links": {"self": "http://172.30.9.27:5000/v3/roles/eeb4436830d24515952401292b7cfc55"}, "name": "reader"}]} 2018-08-15 17:40:17,104 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-b64b67b0-176e-45f6-8518-2b2306a2b2e6 2018-08-15 17:40:17,104 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.180306911469s 2018-08-15 17:40:17,104 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-b64b67b0-176e-45f6-8518-2b2306a2b2e6 2018-08-15 17:40:17,108 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-15 17:40:17,111 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}bb6a241fe6898ffe745a090943afe7774abf06bc" 2018-08-15 17:40:17,288 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:40:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3a659e59-0fc5-4d80-85b7-4341c572c1d6 Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "021fd4a1fb8b483eb2264cbf5b321379", "links": {"self": "http://172.30.9.27:5000/v3/roles/021fd4a1fb8b483eb2264cbf5b321379"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "16212b6aa60a4fd1b8194c834bae86bf", "links": {"self": "http://172.30.9.27:5000/v3/roles/16212b6aa60a4fd1b8194c834bae86bf"}, "name": "member"}, {"domain_id": null, "id": "1c1e1015ce2644848f1430e3bb28531b", "links": {"self": "http://172.30.9.27:5000/v3/roles/1c1e1015ce2644848f1430e3bb28531b"}, "name": "swiftoperator"}, {"domain_id": null, "id": "382a39dc50214187b99e809cf7222e3c", "links": {"self": "http://172.30.9.27:5000/v3/roles/382a39dc50214187b99e809cf7222e3c"}, "name": "admin"}, {"domain_id": null, "id": "9aed22da25b945dda36dee6e40a0785d", "links": {"self": "http://172.30.9.27:5000/v3/roles/9aed22da25b945dda36dee6e40a0785d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "eeb4436830d24515952401292b7cfc55", "links": {"self": "http://172.30.9.27:5000/v3/roles/eeb4436830d24515952401292b7cfc55"}, "name": "reader"}]} 2018-08-15 17:40:17,288 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-3a659e59-0fc5-4d80-85b7-4341c572c1d6 2018-08-15 17:40:17,289 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.180018901825s 2018-08-15 17:40:17,289 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-3a659e59-0fc5-4d80-85b7-4341c572c1d6 2018-08-15 17:40:17,296 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-08-15 17:40:17,299 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/os-hypervisors/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bb6a241fe6898ffe745a090943afe7774abf06bc" 2018-08-15 17:40:17,332 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:40: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-a61329ef-f709-445c-9044-8efe6f7de872 x-compute-request-id: req-a61329ef-f709-445c-9044-8efe6f7de872 Content-Encoding: gzip Content-Length: 712 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 2}, "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.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": 148, "hypervisor_version": 2010000, "disk_available_least": 148, "local_gb": 148, "free_ram_mb": 28406, "id": 1}, {"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 3}, "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.4", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 148, "hypervisor_version": 2010000, "disk_available_least": 148, "local_gb": 148, "free_ram_mb": 28406, "id": 2}]} 2018-08-15 17:40:17,332 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/os-hypervisors/detail used request id req-a61329ef-f709-445c-9044-8efe6f7de872 2018-08-15 17:40:17,332 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.0356659889221s 2018-08-15 17:40:17,333 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/os-hypervisors/detail used request id req-a61329ef-f709-445c-9044-8efe6f7de872 2018-08-15 17:40:17,337 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-15 17:40:17,340 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bb6a241fe6898ffe745a090943afe7774abf06bc" 2018-08-15 17:40:17,364 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1428 Content-Type: application/json X-Openstack-Request-Id: req-7c656ca1-4bb9-4cc4-b496-f50996bf4581 Date: Wed, 15 Aug 2018 17:40:17 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-15T17:40:16Z", "file": "/v2/images/b6b90e05-4308-4d3a-a14d-44a24240ffff/file", "owner": "a3688ea3a7924e1e8a441a00bd79aae5", "id": "b6b90e05-4308-4d3a-a14d-44a24240ffff", "size": 12716032, "self": "/v2/images/b6b90e05-4308-4d3a-a14d-44a24240ffff", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/b6b90e05-4308-4d3a-a14d-44a24240ffff/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/b6b90e05-4308-4d3a-a14d-44a24240ffff/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/neutron-tempest-plugin-api-img_76ad5f80-1489-465a-92dc-7a73f2f0c7cc", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron-tempest-plugin-api-img_76ad5f80-1489-465a-92dc-7a73f2f0c7cc", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-15T17:40:15Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-15 17:40:17,364 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-7c656ca1-4bb9-4cc4-b496-f50996bf4581 2018-08-15 17:40:17,364 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0275478363037s 2018-08-15 17:40:17,365 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-7c656ca1-4bb9-4cc4-b496-f50996bf4581 2018-08-15 17:40:17,372 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-15 17:40:17,376 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}bb6a241fe6898ffe745a090943afe7774abf06bc" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/neutron-tempest-plugin-api-img_alt_76ad5f80-1489-465a-92dc-7a73f2f0c7cc", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "neutron-tempest-plugin-api-img_alt_76ad5f80-1489-465a-92dc-7a73f2f0c7cc"}' 2018-08-15 17:40:17,422 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 976 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/e3e6b360-15c0-46c8-aadc-9c7147d685c5 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-f149c237-5554-430d-b11d-69e23071e19c Date: Wed, 15 Aug 2018 17:40:17 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-15T17:40:17Z", "file": "/v2/images/e3e6b360-15c0-46c8-aadc-9c7147d685c5/file", "owner": "a3688ea3a7924e1e8a441a00bd79aae5", "id": "e3e6b360-15c0-46c8-aadc-9c7147d685c5", "size": null, "self": "/v2/images/e3e6b360-15c0-46c8-aadc-9c7147d685c5", "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_76ad5f80-1489-465a-92dc-7a73f2f0c7cc", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron-tempest-plugin-api-img_alt_76ad5f80-1489-465a-92dc-7a73f2f0c7cc", "checksum": null, "created_at": "2018-08-15T17:40:17Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-15 17:40:17,422 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-f149c237-5554-430d-b11d-69e23071e19c 2018-08-15 17:40:17,422 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0494360923767s 2018-08-15 17:40:17,422 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-f149c237-5554-430d-b11d-69e23071e19c returning object e3e6b360-15c0-46c8-aadc-9c7147d685c5 2018-08-15 17:40:17,423 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-15 17:40:17,427 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9292/v2/images/e3e6b360-15c0-46c8-aadc-9c7147d685c5/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}bb6a241fe6898ffe745a090943afe7774abf06bc" -d '' 2018-08-15 17:40:18,490 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-c9f4a3a1-aca3-4d9e-b5ce-43d937619301 Date: Wed, 15 Aug 2018 17:40:18 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-15 17:40:18,490 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/e3e6b360-15c0-46c8-aadc-9c7147d685c5/file used request id req-c9f4a3a1-aca3-4d9e-b5ce-43d937619301 2018-08-15 17:40:18,491 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.06754183769s 2018-08-15 17:40:18,491 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/e3e6b360-15c0-46c8-aadc-9c7147d685c5/file used request id req-c9f4a3a1-aca3-4d9e-b5ce-43d937619301 2018-08-15 17:40:18,495 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-15 17:40:18,499 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bb6a241fe6898ffe745a090943afe7774abf06bc" 2018-08-15 17:40:18,526 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2797 Content-Type: application/json X-Openstack-Request-Id: req-668b9dfb-9fea-44ae-af60-9031f2bbec37 Date: Wed, 15 Aug 2018 17:40:18 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-15T17:40:18Z", "file": "/v2/images/e3e6b360-15c0-46c8-aadc-9c7147d685c5/file", "owner": "a3688ea3a7924e1e8a441a00bd79aae5", "id": "e3e6b360-15c0-46c8-aadc-9c7147d685c5", "size": 12716032, "self": "/v2/images/e3e6b360-15c0-46c8-aadc-9c7147d685c5", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/e3e6b360-15c0-46c8-aadc-9c7147d685c5/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/e3e6b360-15c0-46c8-aadc-9c7147d685c5/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/neutron-tempest-plugin-api-img_alt_76ad5f80-1489-465a-92dc-7a73f2f0c7cc", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron-tempest-plugin-api-img_alt_76ad5f80-1489-465a-92dc-7a73f2f0c7cc", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-15T17:40:17Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}, {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-15T17:40:16Z", "file": "/v2/images/b6b90e05-4308-4d3a-a14d-44a24240ffff/file", "owner": "a3688ea3a7924e1e8a441a00bd79aae5", "id": "b6b90e05-4308-4d3a-a14d-44a24240ffff", "size": 12716032, "self": "/v2/images/b6b90e05-4308-4d3a-a14d-44a24240ffff", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/b6b90e05-4308-4d3a-a14d-44a24240ffff/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/b6b90e05-4308-4d3a-a14d-44a24240ffff/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/neutron-tempest-plugin-api-img_76ad5f80-1489-465a-92dc-7a73f2f0c7cc", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron-tempest-plugin-api-img_76ad5f80-1489-465a-92dc-7a73f2f0c7cc", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-15T17:40:15Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-15 17:40:18,526 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-668b9dfb-9fea-44ae-af60-9031f2bbec37 2018-08-15 17:40:18,526 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0308389663696s 2018-08-15 17:40:18,527 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-668b9dfb-9fea-44ae-af60-9031f2bbec37 2018-08-15 17:40:18,529 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/e3e6b360-15c0-46c8-aadc-9c7147d685c5/snap', u'metadata': Munch({})})], 'file': u'/v2/images/e3e6b360-15c0-46c8-aadc-9c7147d685c5/file', 'owner': u'a3688ea3a7924e1e8a441a00bd79aae5', 'id': u'e3e6b360-15c0-46c8-aadc-9c7147d685c5', 'size': 12716032, u'self': u'/v2/images/e3e6b360-15c0-46c8-aadc-9c7147d685c5', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'a3688ea3a7924e1e8a441a00bd79aae5', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/e3e6b360-15c0-46c8-aadc-9c7147d685c5/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-15T17:40:18Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-15T17:40:18Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/neutron-tempest-plugin-api-img_alt_76ad5f80-1489-465a-92dc-7a73f2f0c7cc', '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/e3e6b360-15c0-46c8-aadc-9c7147d685c5', 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_76ad5f80-1489-465a-92dc-7a73f2f0c7cc', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'neutron-tempest-plugin-api-img_alt_76ad5f80-1489-465a-92dc-7a73f2f0c7cc', 'created': u'2018-08-15T17:40:17Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-15T17:40:17Z', 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/e3e6b360-15c0-46c8-aadc-9c7147d685c5', 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_76ad5f80-1489-465a-92dc-7a73f2f0c7cc', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-15 17:40:18,530 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-15 17:40:18,532 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}bb6a241fe6898ffe745a090943afe7774abf06bc" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "neutron-tempest-plugin-api-flavor_alt_76ad5f80-1489-465a-92dc-7a73f2f0c7cc", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-15 17:40:18,562 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:40: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-385a9041-4a7e-47fd-9384-5c1ac33c40d3 x-compute-request-id: req-385a9041-4a7e-47fd-9384-5c1ac33c40d3 Content-Encoding: gzip Content-Length: 326 Content-Type: application/json RESP BODY: {"flavor": {"name": "neutron-tempest-plugin-api-flavor_alt_76ad5f80-1489-465a-92dc-7a73f2f0c7cc", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/a9b8f4d7-a07f-4da7-bc97-441a3290165e", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/a9b8f4d7-a07f-4da7-bc97-441a3290165e", "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": "a9b8f4d7-a07f-4da7-bc97-441a3290165e"}} 2018-08-15 17:40:18,562 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-385a9041-4a7e-47fd-9384-5c1ac33c40d3 2018-08-15 17:40:18,562 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0322740077972s 2018-08-15 17:40:18,562 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-385a9041-4a7e-47fd-9384-5c1ac33c40d3 2018-08-15 17:40:18,563 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'neutron-tempest-plugin-api-flavor_alt_76ad5f80-1489-465a-92dc-7a73f2f0c7cc', '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'a3688ea3a7924e1e8a441a00bd79aae5', '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'a9b8f4d7-a07f-4da7-bc97-441a3290165e', 'swap': 0}) 2018-08-15 17:40:18,564 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-15 17:40:18,566 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/flavors/a9b8f4d7-a07f-4da7-bc97-441a3290165e/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}bb6a241fe6898ffe745a090943afe7774abf06bc" -d '{"extra_specs": {}}' 2018-08-15 17:40:18,582 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:40:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-1ff2fa55-b698-4b69-b1fd-c46f05ea1eb5 x-compute-request-id: req-1ff2fa55-b698-4b69-b1fd-c46f05ea1eb5 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-15 17:40:18,582 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/a9b8f4d7-a07f-4da7-bc97-441a3290165e/os-extra_specs used request id req-1ff2fa55-b698-4b69-b1fd-c46f05ea1eb5 2018-08-15 17:40:18,582 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0187790393829s 2018-08-15 17:40:18,583 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/a9b8f4d7-a07f-4da7-bc97-441a3290165e/os-extra_specs used request id req-1ff2fa55-b698-4b69-b1fd-c46f05ea1eb5 2018-08-15 17:40:18,583 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'neutron-tempest-plugin-api-flavor_alt_76ad5f80-1489-465a-92dc-7a73f2f0c7cc', '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'a3688ea3a7924e1e8a441a00bd79aae5', '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'a9b8f4d7-a07f-4da7-bc97-441a3290165e', 'swap': 0}) 2018-08-15 17:40:22,056 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-08-15 17:40:22,056 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-08-15 17:40:22,057 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-08-15 17:40:22,060 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-08-15 17:40:22,063 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-08-15 17:40:25,514 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-14ec2ae7-5969-4b12-a55a-0a567f040ac2/repo; stestr list '^neutron_tempest_plugin\.api' >/home/opnfv/functest/results/neutron-tempest-plugin-api/test_list.txt 2>/dev/null) 2018-08-15 17:40:25,515 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-08-15 17:40:25,517 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-08-15 17:40:25,518 - 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-15 17:51:59,541 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: 4f70310c-2bcd-409e-a82d-87b186ee1c99 2018-08-15 17:51:59,541 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '4f70310c-2bcd-409e-a82d-87b186ee1c99']'. 2018-08-15 17:52:00,529 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-08-15 17:52:00,530 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-08-15 17:52:00,530 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-15 17:52:00,530 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 4f70310c-2bcd-409e-a82d-87b186ee1c99 | 2018-08-15 17:52:00,530 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-08-15 17:52:00,531 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-08-15 17:40:27 | 2018-08-15 17:52:00,531 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-08-15 17:51:59 | 2018-08-15 17:52:00,531 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:11:32 | 2018-08-15 17:52:00,531 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 4 | 2018-08-15 17:52:00,531 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-08-15 17:52:00,531 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-08-15 17:52:00,531 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 14ec2ae7-5969-4b12-a55a-0a567f040ac2) | 2018-08-15 17:52:00,532 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-08-15 17:52:00,532 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 32314065-e1d0-42f9-9299-b0d34e210315) | 2018-08-15 17:52:00,532 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 546 | 2018-08-15 17:52:00,532 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 679.886 | 2018-08-15 17:52:00,532 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 370 | 2018-08-15 17:52:00,532 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 173 | 2018-08-15 17:52:00,532 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-08-15 17:52:00,532 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-08-15 17:52:00,533 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 3 | 2018-08-15 17:52:00,533 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-15 17:52:00,533 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-08-15 17:52:00,533 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-08-15 17:52:00,761 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest neutron-tempest-plugin-api success_rate is 99.1957104558% 2018-08-15 17:52:00,980 - 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-15 17:52:00,982 - xtesting.ci.run_tests - INFO - Test result: +------------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------------------+------------------+------------------+----------------+ | neutron-tempest-plugin-api | functest | 11:50 | FAIL | +------------------------------------+------------------+------------------+----------------+ 2018-08-15 17:52:00,987 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-15 17:52:00,992 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9292/v2/images/e3e6b360-15c0-46c8-aadc-9c7147d685c5 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bb6a241fe6898ffe745a090943afe7774abf06bc" 2018-08-15 17:52:01,510 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-23e80a73-ed93-4dd1-9500-335d344cbfc8 Date: Wed, 15 Aug 2018 17:52: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-15 17:52:01,510 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/e3e6b360-15c0-46c8-aadc-9c7147d685c5 used request id req-23e80a73-ed93-4dd1-9500-335d344cbfc8 2018-08-15 17:52:01,511 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.523061037064s 2018-08-15 17:52:01,511 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/e3e6b360-15c0-46c8-aadc-9c7147d685c5 used request id req-23e80a73-ed93-4dd1-9500-335d344cbfc8 2018-08-15 17:52:01,511 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-15 17:52:01,514 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bb6a241fe6898ffe745a090943afe7774abf06bc" 2018-08-15 17:52:01,715 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:52:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3999137b-295e-4fd0-a5ee-bba0f933eea5 x-compute-request-id: req-3999137b-295e-4fd0-a5ee-bba0f933eea5 Content-Encoding: gzip Content-Length: 375 Content-Type: application/json RESP BODY: {"flavors": [{"name": "neutron-tempest-plugin-api-flavor_alt_76ad5f80-1489-465a-92dc-7a73f2f0c7cc", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/a9b8f4d7-a07f-4da7-bc97-441a3290165e", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/a9b8f4d7-a07f-4da7-bc97-441a3290165e", "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": "a9b8f4d7-a07f-4da7-bc97-441a3290165e"}, {"name": "neutron-tempest-plugin-api-flavor_76ad5f80-1489-465a-92dc-7a73f2f0c7cc", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/ad143275-7a55-4408-a8bb-f46e1c12cf7f", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/ad143275-7a55-4408-a8bb-f46e1c12cf7f", "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": "ad143275-7a55-4408-a8bb-f46e1c12cf7f"}]} 2018-08-15 17:52:01,715 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-3999137b-295e-4fd0-a5ee-bba0f933eea5 2018-08-15 17:52:01,715 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.203736066818s 2018-08-15 17:52:01,716 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-3999137b-295e-4fd0-a5ee-bba0f933eea5 2018-08-15 17:52:01,718 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-15 17:52:01,721 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/flavors/a9b8f4d7-a07f-4da7-bc97-441a3290165e -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bb6a241fe6898ffe745a090943afe7774abf06bc" 2018-08-15 17:52:01,745 - keystoneauth.session - DEBUG - RESP: [202] Date: Wed, 15 Aug 2018 17:52:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-79f38ee1-a9ab-4b4f-9e2b-2e4e736183d5 x-compute-request-id: req-79f38ee1-a9ab-4b4f-9e2b-2e4e736183d5 Content-Length: 0 Content-Type: application/json 2018-08-15 17:52:01,745 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/a9b8f4d7-a07f-4da7-bc97-441a3290165e used request id req-79f38ee1-a9ab-4b4f-9e2b-2e4e736183d5 2018-08-15 17:52:01,745 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0269339084625s 2018-08-15 17:52:01,745 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/a9b8f4d7-a07f-4da7-bc97-441a3290165e used request id req-79f38ee1-a9ab-4b4f-9e2b-2e4e736183d5 2018-08-15 17:52:01,746 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-15 17:52:01,746 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/0a69657f-2186-438e-be6f-c0c6fbb58fdf/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}bb6a241fe6898ffe745a090943afe7774abf06bc" -d '{"subnet_id": "edd4f726-26a5-4df2-8cc6-340279b5633b"}' 2018-08-15 17:52:03,764 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-66ea85b0-38db-4b94-a44b-24849c5e2b73 Date: Wed, 15 Aug 2018 17:52:03 GMT RESP BODY: {"network_id": "032cdab4-27d9-42c0-92b0-51f86beec9cf", "tenant_id": "a3688ea3a7924e1e8a441a00bd79aae5", "subnet_id": "edd4f726-26a5-4df2-8cc6-340279b5633b", "subnet_ids": ["edd4f726-26a5-4df2-8cc6-340279b5633b"], "port_id": "19a1e871-b8d2-4c71-8cef-1dcc45310b25", "id": "0a69657f-2186-438e-be6f-c0c6fbb58fdf"} 2018-08-15 17:52:03,764 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/0a69657f-2186-438e-be6f-c0c6fbb58fdf/remove_router_interface.json used request id req-66ea85b0-38db-4b94-a44b-24849c5e2b73 2018-08-15 17:52:03,764 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.01822781563s 2018-08-15 17:52:03,765 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/0a69657f-2186-438e-be6f-c0c6fbb58fdf/remove_router_interface.json used request id req-66ea85b0-38db-4b94-a44b-24849c5e2b73 returning object 0a69657f-2186-438e-be6f-c0c6fbb58fdf 2018-08-15 17:52:03,765 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-15 17:52:03,766 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bb6a241fe6898ffe745a090943afe7774abf06bc" 2018-08-15 17:52:03,878 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 662 X-Openstack-Request-Id: req-43119194-a85c-46a9-a50b-44e342522997 Date: Wed, 15 Aug 2018 17:52:03 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "fc8ca119-27ab-4070-99fa-a2993d11ee48", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "3ef75223-733d-425d-bb3e-88e8a796bebc", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "a3688ea3a7924e1e8a441a00bd79aae5", "created_at": "2018-08-15T17:40:11Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-15T17:52:02Z", "revision_number": 4, "routes": [], "project_id": "a3688ea3a7924e1e8a441a00bd79aae5", "id": "0a69657f-2186-438e-be6f-c0c6fbb58fdf", "name": "neutron-tempest-plugin-api-router_76ad5f80-1489-465a-92dc-7a73f2f0c7cc"}]} 2018-08-15 17:52:03,878 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-43119194-a85c-46a9-a50b-44e342522997 2018-08-15 17:52:03,879 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.113308191299s 2018-08-15 17:52:03,879 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-43119194-a85c-46a9-a50b-44e342522997 2018-08-15 17:52:03,880 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-15 17:52:03,881 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/routers/0a69657f-2186-438e-be6f-c0c6fbb58fdf.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bb6a241fe6898ffe745a090943afe7774abf06bc" 2018-08-15 17:52:05,248 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-1bbd472b-dfae-4983-9e7e-c021cc0dba24 Content-Length: 0 Date: Wed, 15 Aug 2018 17:52:05 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-15 17:52:05,248 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/0a69657f-2186-438e-be6f-c0c6fbb58fdf.json used request id req-1bbd472b-dfae-4983-9e7e-c021cc0dba24 2018-08-15 17:52:05,248 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.36763310432s 2018-08-15 17:52:05,248 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/0a69657f-2186-438e-be6f-c0c6fbb58fdf.json used request id req-1bbd472b-dfae-4983-9e7e-c021cc0dba24 2018-08-15 17:52:05,249 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-15 17:52:05,249 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bb6a241fe6898ffe745a090943afe7774abf06bc" 2018-08-15 17:52:05,295 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1308 X-Openstack-Request-Id: req-98037c72-a5a8-4d18-b467-d3dbb1179451 Date: Wed, 15 Aug 2018 17:52:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"fc8ca119-27ab-4070-99fa-a2993d11ee48","tenant_id":"d2c267e1fee9461ba5e64a915b9518f5","created_at":"2018-08-15T17:16:30Z","dns_nameservers":[],"updated_at":"2018-08-15T17:16:30Z","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":"d2c267e1fee9461ba5e64a915b9518f5","id":"3ef75223-733d-425d-bb3e-88e8a796bebc","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"032cdab4-27d9-42c0-92b0-51f86beec9cf","tenant_id":"a3688ea3a7924e1e8a441a00bd79aae5","created_at":"2018-08-15T17:40:11Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-15T17:40:11Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"a3688ea3a7924e1e8a441a00bd79aae5","id":"edd4f726-26a5-4df2-8cc6-340279b5633b","subnetpool_id":null,"name":"neutron-tempest-plugin-api-subnet_76ad5f80-1489-465a-92dc-7a73f2f0c7cc"}]} 2018-08-15 17:52:05,295 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-98037c72-a5a8-4d18-b467-d3dbb1179451 2018-08-15 17:52:05,296 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0467641353607s 2018-08-15 17:52:05,296 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-98037c72-a5a8-4d18-b467-d3dbb1179451 2018-08-15 17:52:05,297 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-15 17:52:05,298 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/subnets/edd4f726-26a5-4df2-8cc6-340279b5633b.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bb6a241fe6898ffe745a090943afe7774abf06bc" 2018-08-15 17:52:06,139 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-cf4ca841-7402-4b19-b599-05a68900e650 Date: Wed, 15 Aug 2018 17:52:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-15 17:52:06,139 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/edd4f726-26a5-4df2-8cc6-340279b5633b.json used request id req-cf4ca841-7402-4b19-b599-05a68900e650 2018-08-15 17:52:06,140 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 0.842151165009s 2018-08-15 17:52:06,140 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/edd4f726-26a5-4df2-8cc6-340279b5633b.json used request id req-cf4ca841-7402-4b19-b599-05a68900e650 2018-08-15 17:52:06,140 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-15 17:52:06,141 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bb6a241fe6898ffe745a090943afe7774abf06bc" 2018-08-15 17:52:06,454 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1369 X-Openstack-Request-Id: req-405f6c1f-7a98-4f67-84bf-e6e102ae9852 Date: Wed, 15 Aug 2018 17:52:06 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"032cdab4-27d9-42c0-92b0-51f86beec9cf","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a3688ea3a7924e1e8a441a00bd79aae5","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-15T17:52:06Z","provider:segmentation_id":52,"name":"neutron-tempest-plugin-api-net_76ad5f80-1489-465a-92dc-7a73f2f0c7cc","admin_state_up":true,"tenant_id":"a3688ea3a7924e1e8a441a00bd79aae5","created_at":"2018-08-15T17:40:10Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"fc8ca119-27ab-4070-99fa-a2993d11ee48","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d2c267e1fee9461ba5e64a915b9518f5","status":"ACTIVE","subnets":["3ef75223-733d-425d-bb3e-88e8a796bebc"],"description":"","tags":[],"updated_at":"2018-08-15T17:41:36Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"d2c267e1fee9461ba5e64a915b9518f5","created_at":"2018-08-15T17:16:26Z","provider:network_type":"flat"}]} 2018-08-15 17:52:06,454 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-405f6c1f-7a98-4f67-84bf-e6e102ae9852 2018-08-15 17:52:06,454 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.314196825027s 2018-08-15 17:52:06,455 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-405f6c1f-7a98-4f67-84bf-e6e102ae9852 2018-08-15 17:52:06,456 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-15 17:52:06,456 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/networks/032cdab4-27d9-42c0-92b0-51f86beec9cf.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bb6a241fe6898ffe745a090943afe7774abf06bc" 2018-08-15 17:52:07,708 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-bc1d172b-3c11-4e1f-98fe-b254a80ea6f7 Date: Wed, 15 Aug 2018 17:52:07 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-15 17:52:07,708 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/032cdab4-27d9-42c0-92b0-51f86beec9cf.json used request id req-bc1d172b-3c11-4e1f-98fe-b254a80ea6f7 2018-08-15 17:52:07,708 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.25177407265s 2018-08-15 17:52:07,708 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/032cdab4-27d9-42c0-92b0-51f86beec9cf.json used request id req-bc1d172b-3c11-4e1f-98fe-b254a80ea6f7 2018-08-15 17:52:07,712 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-15 17:52:07,715 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bb6a241fe6898ffe745a090943afe7774abf06bc" 2018-08-15 17:52:07,736 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1428 Content-Type: application/json X-Openstack-Request-Id: req-95ae2919-7a21-4022-bfd7-644f59e5e9a0 Date: Wed, 15 Aug 2018 17:52:07 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-15T17:40:16Z", "file": "/v2/images/b6b90e05-4308-4d3a-a14d-44a24240ffff/file", "owner": "a3688ea3a7924e1e8a441a00bd79aae5", "id": "b6b90e05-4308-4d3a-a14d-44a24240ffff", "size": 12716032, "self": "/v2/images/b6b90e05-4308-4d3a-a14d-44a24240ffff", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/b6b90e05-4308-4d3a-a14d-44a24240ffff/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/b6b90e05-4308-4d3a-a14d-44a24240ffff/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/neutron-tempest-plugin-api-img_76ad5f80-1489-465a-92dc-7a73f2f0c7cc", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron-tempest-plugin-api-img_76ad5f80-1489-465a-92dc-7a73f2f0c7cc", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-15T17:40:15Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-15 17:52:07,736 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-95ae2919-7a21-4022-bfd7-644f59e5e9a0 2018-08-15 17:52:07,737 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0245938301086s 2018-08-15 17:52:07,737 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-95ae2919-7a21-4022-bfd7-644f59e5e9a0 2018-08-15 17:52:07,738 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-15 17:52:07,742 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9292/v2/images/b6b90e05-4308-4d3a-a14d-44a24240ffff -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bb6a241fe6898ffe745a090943afe7774abf06bc" 2018-08-15 17:52:08,907 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-8bc50061-6852-4731-8a97-a3413ad0e5af Date: Wed, 15 Aug 2018 17: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-15 17:52:08,907 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/b6b90e05-4308-4d3a-a14d-44a24240ffff used request id req-8bc50061-6852-4731-8a97-a3413ad0e5af 2018-08-15 17:52:08,907 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.1688849926s 2018-08-15 17:52:08,908 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/b6b90e05-4308-4d3a-a14d-44a24240ffff used request id req-8bc50061-6852-4731-8a97-a3413ad0e5af 2018-08-15 17:52:08,908 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-15 17:52:08,911 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bb6a241fe6898ffe745a090943afe7774abf06bc" 2018-08-15 17:52:08,932 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17: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-7b63c92c-fcb6-4121-a3a5-6c6a203a6cce x-compute-request-id: req-7b63c92c-fcb6-4121-a3a5-6c6a203a6cce Content-Encoding: gzip Content-Length: 320 Content-Type: application/json RESP BODY: {"flavors": [{"name": "neutron-tempest-plugin-api-flavor_76ad5f80-1489-465a-92dc-7a73f2f0c7cc", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/ad143275-7a55-4408-a8bb-f46e1c12cf7f", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/ad143275-7a55-4408-a8bb-f46e1c12cf7f", "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": "ad143275-7a55-4408-a8bb-f46e1c12cf7f"}]} 2018-08-15 17:52:08,932 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-7b63c92c-fcb6-4121-a3a5-6c6a203a6cce 2018-08-15 17:52:08,932 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0237641334534s 2018-08-15 17:52:08,932 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-7b63c92c-fcb6-4121-a3a5-6c6a203a6cce 2018-08-15 17:52:08,934 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-15 17:52:08,937 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/flavors/ad143275-7a55-4408-a8bb-f46e1c12cf7f -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bb6a241fe6898ffe745a090943afe7774abf06bc" 2018-08-15 17:52:08,960 - keystoneauth.session - DEBUG - RESP: [202] Date: Wed, 15 Aug 2018 17: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-9aedf18d-7bd1-41af-8e4c-c0d04ca0c348 x-compute-request-id: req-9aedf18d-7bd1-41af-8e4c-c0d04ca0c348 Content-Length: 0 Content-Type: application/json 2018-08-15 17:52:08,960 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/ad143275-7a55-4408-a8bb-f46e1c12cf7f used request id req-9aedf18d-7bd1-41af-8e4c-c0d04ca0c348 2018-08-15 17:52:08,961 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0263910293579s 2018-08-15 17:52:08,961 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/ad143275-7a55-4408-a8bb-f46e1c12cf7f used request id req-9aedf18d-7bd1-41af-8e4c-c0d04ca0c348 2018-08-15 17:52:08,961 - xtesting.ci.run_tests - ERROR - The test case 'neutron-tempest-plugin-api' failed. 2018-08-15 17:52:09,023 - xtesting.ci.run_tests - INFO - Loading test case 'rally_sanity'... 2018-08-15 17:52:09,071 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-15 17:52:09,071 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-15 17:52:09,071 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-15 17:52:09,072 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-15 17:52:09,072 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-15 17:52:09,072 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-15 17:52:09,072 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-15 17:52:09,072 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-15 17:52:09,072 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-15 17:52:09,072 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-15 17:52:09,072 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-15 17:52:09,072 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-15 17:52:09,072 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-15 17:52:09,072 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-15 17:52:09,072 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-15 17:52:09,072 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-15 17:52:09,072 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-15 17:52:09,072 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-15 17:52:09,073 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-15 17:52:09,073 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-15 17:52:09,073 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-15 17:52:09,073 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-15 17:52:09,073 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-15 17:52:09,073 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-15 17:52:09,073 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-15 17:52:09,075 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-15 17:52:09,081 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:52:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5aadcde1-8fea-4269-8274-30fb1e49c77a Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-08-15 17:52:09,082 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-5aadcde1-8fea-4269-8274-30fb1e49c77a 2018-08-15 17:52:09,082 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-08-15 17:52:09,485 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "16212b6aa60a4fd1b8194c834bae86bf", "name": "member"}, {"id": "eeb4436830d24515952401292b7cfc55", "name": "reader"}, {"id": "382a39dc50214187b99e809cf7222e3c", "name": "admin"}], "expires_at": "2018-08-15T18:52:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3688ea3a7924e1e8a441a00bd79aae5", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.37:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "54e3c320cc3142e9824c171afe58d5c6"}, {"url": "http://172.30.9.27:8080/v1/AUTH_a3688ea3a7924e1e8a441a00bd79aae5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d00250537b54114937846660f377ed1"}, {"url": "http://12.0.0.37:8080/v1/AUTH_a3688ea3a7924e1e8a441a00bd79aae5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c790cb26fd2345ae9bac8a014d10a446"}], "type": "object-store", "id": "17183633b8774ff6a53da32b47c89b3c", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94631698a9884eb1bf4cb245c6f37b80"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c23f2a003e874719a2f1c41f92405a45"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e97257b46cb8440080352cd841246c5d"}], "type": "cloudformation", "id": "2dec96c2934d43bdbe2e431ef0b53392", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "287c0315393e4b22a228912ca3b004cc"}, {"url": "http://192.30.9.3:8776/v3/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62769da517ac4f44b88a6118413b8c30"}, {"url": "http://192.30.9.3:8776/v3/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c0b30400cd648249ab0a6a17cf1ebc1"}], "type": "volumev3", "id": "363b885c3f174fbfb4f17da9d41f332d", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d6cb188f65e4f77bab04c3d99f9469f"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70f7ced028794432bef835264c84489c"}, {"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77dd5cfb1dac4b31b21d705ba420c355"}], "type": "network", "id": "51b7a44223114d149d5300ae5b6d97ae", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19071864a1b848cc93bca3b1e1955c3f"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bc0345e40a36459fbc009797a6517deb"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5c7966f4757438480f39866a31a0265"}], "type": "image", "id": "5540e06daad441aa911fd4cb4d76f8d3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "68ad1d76386d437089226a0562004a39", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "03f40cbac74c4aafb48b4dd360509f6a"}, {"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18ed3fa9a0894200abaf76b71abfd912"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3d96a0aa5c344cb8ba659332ed497e85"}], "type": "identity", "id": "8096ce39bbf24c1683621ee563324790", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f60ea793ee64fc9a3d9a2d2ad889bd0"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7c9770175fc45379f2c2d142062b2c3"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e944b22c50da41179f2e29ce558807c1"}], "type": "compute", "id": "b3040d5c7e224dbca86f421bddd758e1", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5aad7caa3e6f4a35b9abdf5d46190371"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8b8b8bcfb3b40e5be77e13a4d2dda19"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d33016e2f5be49c28efb9905db488d41"}], "type": "placement", "id": "bb3127ed06e54fda901ea2348ddb72da", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "576142509dfd46c591c5e83bed8ffcc7"}, {"url": "http://192.30.9.3:8776/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cabe2973ef9144da9850a630dd2aedd5"}, {"url": "http://172.30.9.27:8776/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eb71f3f602d443c9a8605a7ff2e8aa8e"}], "type": "volume", "id": "becfeedd42e344c085611f3c7c465a3f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.3:8004/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "156b8e560e534c82a1d320da86608a19"}, {"url": "http://192.30.9.3:8004/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59154cecf6a54eb08ecc63bf95dca042"}, {"url": "http://172.30.9.27:8004/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f3aa5c8697e449f99c2cfbe2a371cab7"}], "type": "orchestration", "id": "c4334130b6d54a75804fe3f11a3b9e3e", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "39db2ebb65ae42659440fd9845949a6c"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ad23d2a65e74e3c87b1488af1f9f9ac"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d07664cbebb49149819cf7a6b20edb4"}], "type": "alarming", "id": "d878aa5c6b584d53a039f6a680fb6e8b", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e2bb44b06c0412ab74e54984b5b26b5"}, {"url": "http://192.30.9.3:8776/v2/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86bcb5a76e6c464bb4d42c969584d6f2"}, {"url": "http://172.30.9.27:8776/v2/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a391eed816af4966b335005bfe580d70"}], "type": "volumev2", "id": "e16298e148f54e96a50a134ca797deff", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b54cb5b666f74b91b0244b5332fdb3e5"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcc892608bd341e084be203695f810d1"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e980066294c34eb6866e6c4735e84a62"}], "type": "metric", "id": "f3a07a22777a4405b7eaf44da2e73e19", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.27:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1f66095afa4b74b4f26d432f5bfa55"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8dd5f30cc334148a7ed9d5ab68eee9b"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bfe7dd54acd947899871700a40dd0244"}], "type": "event", "id": "f6e223543cae4d9bad10258b0a294f12", "name": "panko"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "9482390a0722494f8852b9f0e2b9de56"}, "audit_ids": ["rpOanl7fTqizttbwE_FABw"], "issued_at": "2018-08-15T17:52:09.000000Z"}} 2018-08-15 17:52:09,488 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-15 17:52:09,489 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}715f914089636591a290de26a09ff83002c46461" 2018-08-15 17:52:09,842 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-3d3cf228-073a-492a-9f2b-78f5cf2cbfb9 Date: Wed, 15 Aug 2018 17:52:09 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"fc8ca119-27ab-4070-99fa-a2993d11ee48","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d2c267e1fee9461ba5e64a915b9518f5","status":"ACTIVE","subnets":["3ef75223-733d-425d-bb3e-88e8a796bebc"],"description":"","tags":[],"updated_at":"2018-08-15T17:41:36Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"d2c267e1fee9461ba5e64a915b9518f5","created_at":"2018-08-15T17:16:26Z","provider:network_type":"flat"}]} 2018-08-15 17:52:09,842 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json?router%3Aexternal=True used request id req-3d3cf228-073a-492a-9f2b-78f5cf2cbfb9 2018-08-15 17:52:09,842 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.353780031204s 2018-08-15 17:52:09,842 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json?router%3Aexternal=True used request id req-3d3cf228-073a-492a-9f2b-78f5cf2cbfb9 2018-08-15 17:52:09,846 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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-15 17:52:09,855 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 15 Aug 2018 17:52:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d05d9629-74e5-47ec-8ebe-badccd87b672 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.27:5000/v3/", "rel": "self"}]}]}} 2018-08-15 17:52:09,856 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/ used request id req-d05d9629-74e5-47ec-8ebe-badccd87b672 2018-08-15 17:52:09,856 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-15 17:52:09,860 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}715f914089636591a290de26a09ff83002c46461" 2018-08-15 17:52:10,054 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:52:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-360e52bd-58c9-48ba-bbaf-41407109529f Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}, {"description": "", "links": {"self": "http://172.30.9.27:5000/v3/domains/e4bd2a4e6bb349a78f956295c49df949"}, "tags": [], "enabled": true, "id": "e4bd2a4e6bb349a78f956295c49df949", "name": "heat_stack"}], "links": {"self": "http://172.30.9.27:5000/v3/domains", "previous": null, "next": null}} 2018-08-15 17:52:10,055 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains used request id req-360e52bd-58c9-48ba-bbaf-41407109529f 2018-08-15 17:52:10,055 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.198129892349s 2018-08-15 17:52:10,055 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains used request id req-360e52bd-58c9-48ba-bbaf-41407109529f 2018-08-15 17:52:10,062 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-15 17:52:10,065 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}715f914089636591a290de26a09ff83002c46461" -d '{"project": {"description": "Created by OPNFV Functest: rally_sanity", "enabled": true, "domain_id": "default", "name": "rally_sanity-project_b7f7f744-e577-4c65-b794-1aa0283e04c6"}}' 2018-08-15 17:52:10,276 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 15 Aug 2018 17:52:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-daf016d5-f746-4351-9033-09b4ec5f5177 Content-Length: 370 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: rally_sanity", "links": {"self": "http://172.30.9.27:5000/v3/projects/b1cf51a910eb4b72a1b823a5e3497a40"}, "tags": [], "enabled": true, "id": "b1cf51a910eb4b72a1b823a5e3497a40", "parent_id": "default", "domain_id": "default", "name": "rally_sanity-project_b7f7f744-e577-4c65-b794-1aa0283e04c6"}} 2018-08-15 17:52:10,276 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-daf016d5-f746-4351-9033-09b4ec5f5177 2018-08-15 17:52:10,276 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.213700056076s 2018-08-15 17:52:10,276 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-daf016d5-f746-4351-9033-09b4ec5f5177 2018-08-15 17:52:10,277 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'is_domain': False, 'description': u'Created by OPNFV Functest: rally_sanity', u'tags': [], 'enabled': True, 'id': u'b1cf51a910eb4b72a1b823a5e3497a40', 'parent_id': u'default', 'properties': Munch({u'tags': []}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': u'default', 'name': u'rally_sanity-project_b7f7f744-e577-4c65-b794-1aa0283e04c6'}) 2018-08-15 17:52:10,283 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-15 17:52:10,286 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}715f914089636591a290de26a09ff83002c46461" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "cfd66eff-1702-46d9-97d7-4869eead3e14", "email": null, "name": "rally_sanity-user_b7f7f744-e577-4c65-b794-1aa0283e04c6"}}' 2018-08-15 17:52:10,760 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 15 Aug 2018 17:52:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-11aeae0e-1ad8-435f-84f7-3c4485407d48 Content-Length: 327 Content-Type: application/json RESP BODY: {"user": {"name": "rally_sanity-user_b7f7f744-e577-4c65-b794-1aa0283e04c6", "links": {"self": "http://172.30.9.27:5000/v3/users/4c5bbe29c89a437f858d607a852910b1"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "4c5bbe29c89a437f858d607a852910b1", "domain_id": "default", "password_expires_at": null}} 2018-08-15 17:52:10,760 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/users used request id req-11aeae0e-1ad8-435f-84f7-3c4485407d48 2018-08-15 17:52:10,760 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.477246999741s 2018-08-15 17:52:10,761 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/users used request id req-11aeae0e-1ad8-435f-84f7-3c4485407d48 2018-08-15 17:52:10,761 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'4c5bbe29c89a437f858d607a852910b1', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'rally_sanity-user_b7f7f744-e577-4c65-b794-1aa0283e04c6'}) 2018-08-15 17:52:10,765 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-15 17:52:10,768 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}715f914089636591a290de26a09ff83002c46461" 2018-08-15 17:52:10,965 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:52:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f468e34c-ac91-47d4-8b29-95a233f01152 Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "021fd4a1fb8b483eb2264cbf5b321379", "links": {"self": "http://172.30.9.27:5000/v3/roles/021fd4a1fb8b483eb2264cbf5b321379"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "16212b6aa60a4fd1b8194c834bae86bf", "links": {"self": "http://172.30.9.27:5000/v3/roles/16212b6aa60a4fd1b8194c834bae86bf"}, "name": "member"}, {"domain_id": null, "id": "1c1e1015ce2644848f1430e3bb28531b", "links": {"self": "http://172.30.9.27:5000/v3/roles/1c1e1015ce2644848f1430e3bb28531b"}, "name": "swiftoperator"}, {"domain_id": null, "id": "382a39dc50214187b99e809cf7222e3c", "links": {"self": "http://172.30.9.27:5000/v3/roles/382a39dc50214187b99e809cf7222e3c"}, "name": "admin"}, {"domain_id": null, "id": "9aed22da25b945dda36dee6e40a0785d", "links": {"self": "http://172.30.9.27:5000/v3/roles/9aed22da25b945dda36dee6e40a0785d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "eeb4436830d24515952401292b7cfc55", "links": {"self": "http://172.30.9.27:5000/v3/roles/eeb4436830d24515952401292b7cfc55"}, "name": "reader"}]} 2018-08-15 17:52:10,966 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-f468e34c-ac91-47d4-8b29-95a233f01152 2018-08-15 17:52:10,966 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.201024055481s 2018-08-15 17:52:10,966 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-f468e34c-ac91-47d4-8b29-95a233f01152 2018-08-15 17:52:10,971 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-15 17:52:10,974 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}715f914089636591a290de26a09ff83002c46461" 2018-08-15 17:52:11,147 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:52:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d1b69b30-4f8d-4aa2-ae4a-492ffece01d5 Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "021fd4a1fb8b483eb2264cbf5b321379", "links": {"self": "http://172.30.9.27:5000/v3/roles/021fd4a1fb8b483eb2264cbf5b321379"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "16212b6aa60a4fd1b8194c834bae86bf", "links": {"self": "http://172.30.9.27:5000/v3/roles/16212b6aa60a4fd1b8194c834bae86bf"}, "name": "member"}, {"domain_id": null, "id": "1c1e1015ce2644848f1430e3bb28531b", "links": {"self": "http://172.30.9.27:5000/v3/roles/1c1e1015ce2644848f1430e3bb28531b"}, "name": "swiftoperator"}, {"domain_id": null, "id": "382a39dc50214187b99e809cf7222e3c", "links": {"self": "http://172.30.9.27:5000/v3/roles/382a39dc50214187b99e809cf7222e3c"}, "name": "admin"}, {"domain_id": null, "id": "9aed22da25b945dda36dee6e40a0785d", "links": {"self": "http://172.30.9.27:5000/v3/roles/9aed22da25b945dda36dee6e40a0785d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "eeb4436830d24515952401292b7cfc55", "links": {"self": "http://172.30.9.27:5000/v3/roles/eeb4436830d24515952401292b7cfc55"}, "name": "reader"}]} 2018-08-15 17:52:11,147 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-d1b69b30-4f8d-4aa2-ae4a-492ffece01d5 2018-08-15 17:52:11,147 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.176208019257s 2018-08-15 17:52:11,147 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-d1b69b30-4f8d-4aa2-ae4a-492ffece01d5 2018-08-15 17:52:11,152 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-15 17:52:11,155 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}715f914089636591a290de26a09ff83002c46461" 2018-08-15 17:52:11,253 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:52:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1fc5f525-71b7-48aa-92bf-490bd7f11f29 Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "021fd4a1fb8b483eb2264cbf5b321379", "links": {"self": "http://172.30.9.27:5000/v3/roles/021fd4a1fb8b483eb2264cbf5b321379"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "16212b6aa60a4fd1b8194c834bae86bf", "links": {"self": "http://172.30.9.27:5000/v3/roles/16212b6aa60a4fd1b8194c834bae86bf"}, "name": "member"}, {"domain_id": null, "id": "1c1e1015ce2644848f1430e3bb28531b", "links": {"self": "http://172.30.9.27:5000/v3/roles/1c1e1015ce2644848f1430e3bb28531b"}, "name": "swiftoperator"}, {"domain_id": null, "id": "382a39dc50214187b99e809cf7222e3c", "links": {"self": "http://172.30.9.27:5000/v3/roles/382a39dc50214187b99e809cf7222e3c"}, "name": "admin"}, {"domain_id": null, "id": "9aed22da25b945dda36dee6e40a0785d", "links": {"self": "http://172.30.9.27:5000/v3/roles/9aed22da25b945dda36dee6e40a0785d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "eeb4436830d24515952401292b7cfc55", "links": {"self": "http://172.30.9.27:5000/v3/roles/eeb4436830d24515952401292b7cfc55"}, "name": "reader"}]} 2018-08-15 17:52:11,253 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-1fc5f525-71b7-48aa-92bf-490bd7f11f29 2018-08-15 17:52:11,253 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.10097694397s 2018-08-15 17:52:11,253 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-1fc5f525-71b7-48aa-92bf-490bd7f11f29 2018-08-15 17:52:11,257 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-15 17:52:11,260 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}715f914089636591a290de26a09ff83002c46461" 2018-08-15 17:52:11,445 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:52:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a7c1c790-60da-4285-9fdc-14efc5eaa466 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-15 17:52:11,445 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-a7c1c790-60da-4285-9fdc-14efc5eaa466 2018-08-15 17:52:11,445 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.187694072723s 2018-08-15 17:52:11,445 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-a7c1c790-60da-4285-9fdc-14efc5eaa466 2018-08-15 17:52:11,446 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-15 17:52:11,449 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}715f914089636591a290de26a09ff83002c46461" 2018-08-15 17:52:11,647 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:52:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-34ebb035-69be-46ba-a303-abd948254dba Content-Encoding: gzip Content-Length: 843 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/033f0039d025473a84de241284491a58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "033f0039d025473a84de241284491a58", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/2422d0f285314705b46615565d3917fe"}, "domain_id": "e4bd2a4e6bb349a78f956295c49df949", "enabled": true, "options": {}, "id": "2422d0f285314705b46615565d3917fe", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/2cc8b8ad456045c2a30e4360994a4487"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2cc8b8ad456045c2a30e4360994a4487", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/3c466aad8ead4318838e33dd234eb81d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3c466aad8ead4318838e33dd234eb81d", "email": "heat@localhost", "password_expires_at": null}, {"name": "rally_sanity-user_b7f7f744-e577-4c65-b794-1aa0283e04c6", "links": {"self": "http://172.30.9.27:5000/v3/users/4c5bbe29c89a437f858d607a852910b1"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "4c5bbe29c89a437f858d607a852910b1", "domain_id": "default", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/56e811cfd4b242068dd78826118576f4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "56e811cfd4b242068dd78826118576f4", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6fad7e5ef0254b2a9cdb215018bcab91"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6fad7e5ef0254b2a9cdb215018bcab91", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.27:5000/v3/users/7d91ea49860f4c2a8deabf649cf4ed37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d91ea49860f4c2a8deabf649cf4ed37", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/8f968cf4475249f6abf2422d6dd7425f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8f968cf4475249f6abf2422d6dd7425f", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/9482390a0722494f8852b9f0e2b9de56"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9482390a0722494f8852b9f0e2b9de56", "email": "admin@example.com", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.27:5000/v3/users/a36076122cea45c6b3e4aa67c4ca811d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a36076122cea45c6b3e4aa67c4ca811d", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/acda52409b024c95bc0facaa98dbc356"}, "domain_id": "default", "enabled": true, "options": {}, "id": "acda52409b024c95bc0facaa98dbc356", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/b193f8790ad94e46993d7eb01f623f51"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b193f8790ad94e46993d7eb01f623f51", "email": "cinder@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/dba024f1937f490cae2e437356a668d7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dba024f1937f490cae2e437356a668d7", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/e6d2649e935e4b8db8107d76bfb30c3a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e6d2649e935e4b8db8107d76bfb30c3a", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-08-15 17:52:11,648 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-34ebb035-69be-46ba-a303-abd948254dba 2018-08-15 17:52:11,648 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.201508045197s 2018-08-15 17:52:11,648 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-34ebb035-69be-46ba-a303-abd948254dba 2018-08-15 17:52:11,659 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-15 17:52:11,662 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}715f914089636591a290de26a09ff83002c46461" 2018-08-15 17:52:11,763 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:52:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-654f9cc5-62f9-4c20-8a49-b477ddc15f62 Content-Encoding: gzip Content-Length: 396 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/a3688ea3a7924e1e8a441a00bd79aae5"}, "tags": [], "enabled": true, "id": "a3688ea3a7924e1e8a441a00bd79aae5", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: rally_sanity", "links": {"self": "http://172.30.9.27:5000/v3/projects/b1cf51a910eb4b72a1b823a5e3497a40"}, "tags": [], "enabled": true, "id": "b1cf51a910eb4b72a1b823a5e3497a40", "parent_id": "default", "domain_id": "default", "name": "rally_sanity-project_b7f7f744-e577-4c65-b794-1aa0283e04c6"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.27:5000/v3/projects/d2c267e1fee9461ba5e64a915b9518f5"}, "tags": [], "enabled": true, "id": "d2c267e1fee9461ba5e64a915b9518f5", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-08-15 17:52:11,764 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-654f9cc5-62f9-4c20-8a49-b477ddc15f62 2018-08-15 17:52:11,764 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.104785919189s 2018-08-15 17:52:11,764 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-654f9cc5-62f9-4c20-8a49-b477ddc15f62 2018-08-15 17:52:11,771 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-15 17:52:11,775 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:5000/v3/role_assignments?user.id=4c5bbe29c89a437f858d607a852910b1&role.id=16212b6aa60a4fd1b8194c834bae86bf&scope.project.id=b1cf51a910eb4b72a1b823a5e3497a40" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}715f914089636591a290de26a09ff83002c46461" 2018-08-15 17:52:11,883 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:52:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-48252b7d-9f2c-4af8-bf2e-4c646c108e2d Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.27:5000/v3/role_assignments?user.id=4c5bbe29c89a437f858d607a852910b1&role.id=16212b6aa60a4fd1b8194c834bae86bf&scope.project.id=b1cf51a910eb4b72a1b823a5e3497a40", "previous": null, "next": null}} 2018-08-15 17:52:11,883 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=4c5bbe29c89a437f858d607a852910b1&role.id=16212b6aa60a4fd1b8194c834bae86bf&scope.project.id=b1cf51a910eb4b72a1b823a5e3497a40 used request id req-48252b7d-9f2c-4af8-bf2e-4c646c108e2d 2018-08-15 17:52:11,884 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.11205291748s 2018-08-15 17:52:11,884 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=4c5bbe29c89a437f858d607a852910b1&role.id=16212b6aa60a4fd1b8194c834bae86bf&scope.project.id=b1cf51a910eb4b72a1b823a5e3497a40 used request id req-48252b7d-9f2c-4af8-bf2e-4c646c108e2d 2018-08-15 17:52:11,887 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-15 17:52:11,890 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:5000/v3/projects/b1cf51a910eb4b72a1b823a5e3497a40/users/4c5bbe29c89a437f858d607a852910b1/roles/16212b6aa60a4fd1b8194c834bae86bf -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}715f914089636591a290de26a09ff83002c46461" 2018-08-15 17:52:12,134 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 15 Aug 2018 17:52:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8432dc85-f91f-4330-af12-0cdcec78a897 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-15 17:52:12,135 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/b1cf51a910eb4b72a1b823a5e3497a40/users/4c5bbe29c89a437f858d607a852910b1/roles/16212b6aa60a4fd1b8194c834bae86bf used request id req-8432dc85-f91f-4330-af12-0cdcec78a897 2018-08-15 17:52:12,135 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.247336864471s 2018-08-15 17:52:12,135 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/b1cf51a910eb4b72a1b823a5e3497a40/users/4c5bbe29c89a437f858d607a852910b1/roles/16212b6aa60a4fd1b8194c834bae86bf used request id req-8432dc85-f91f-4330-af12-0cdcec78a897 2018-08-15 17:52:12,136 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'rally_sanity-project_b7f7f744-e577-4c65-b794-1aa0283e04c6', 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'b1cf51a910eb4b72a1b823a5e3497a40', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': 'cfd66eff-1702-46d9-97d7-4869eead3e14', 'username': u'rally_sanity-user_b7f7f744-e577-4c65-b794-1aa0283e04c6', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.27:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-08-15 17:52:12,137 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-15 17:52:12,137 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-15 17:52:12,137 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-15 17:52:12,137 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-15 17:52:12,137 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-15 17:52:12,138 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-15 17:52:12,138 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-15 17:52:12,138 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-15 17:52:12,138 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-15 17:52:12,138 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-15 17:52:12,138 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-15 17:52:12,138 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-15 17:52:12,138 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-15 17:52:12,139 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-15 17:52:12,139 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-15 17:52:12,139 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-15 17:52:12,139 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-15 17:52:12,139 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-15 17:52:12,139 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-15 17:52:12,139 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-15 17:52:12,139 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-15 17:52:12,139 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-15 17:52:12,140 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-15 17:52:12,140 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-15 17:52:12,140 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-15 17:52:12,141 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'rally_sanity-user_b7f7f744-e577-4c65-b794-1aa0283e04c6', 'password': 'cfd66eff-1702-46d9-97d7-4869eead3e14', 'project_name': 'rally_sanity-project_b7f7f744-e577-4c65-b794-1aa0283e04c6', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.27:5000/v3', 'project_id': 'b1cf51a910eb4b72a1b823a5e3497a40', 'project_domain_name': 'Default'} 2018-08-15 17:52:12,145 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-15 17:52:12,148 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}715f914089636591a290de26a09ff83002c46461" 2018-08-15 17:52:12,252 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:52:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-92b86667-03bf-4eac-a4f3-900fe89cf6b7 Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "021fd4a1fb8b483eb2264cbf5b321379", "links": {"self": "http://172.30.9.27:5000/v3/roles/021fd4a1fb8b483eb2264cbf5b321379"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "16212b6aa60a4fd1b8194c834bae86bf", "links": {"self": "http://172.30.9.27:5000/v3/roles/16212b6aa60a4fd1b8194c834bae86bf"}, "name": "member"}, {"domain_id": null, "id": "1c1e1015ce2644848f1430e3bb28531b", "links": {"self": "http://172.30.9.27:5000/v3/roles/1c1e1015ce2644848f1430e3bb28531b"}, "name": "swiftoperator"}, {"domain_id": null, "id": "382a39dc50214187b99e809cf7222e3c", "links": {"self": "http://172.30.9.27:5000/v3/roles/382a39dc50214187b99e809cf7222e3c"}, "name": "admin"}, {"domain_id": null, "id": "9aed22da25b945dda36dee6e40a0785d", "links": {"self": "http://172.30.9.27:5000/v3/roles/9aed22da25b945dda36dee6e40a0785d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "eeb4436830d24515952401292b7cfc55", "links": {"self": "http://172.30.9.27:5000/v3/roles/eeb4436830d24515952401292b7cfc55"}, "name": "reader"}]} 2018-08-15 17:52:12,253 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-92b86667-03bf-4eac-a4f3-900fe89cf6b7 2018-08-15 17:52:12,253 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.107640028s 2018-08-15 17:52:12,253 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-92b86667-03bf-4eac-a4f3-900fe89cf6b7 2018-08-15 17:52:12,258 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-15 17:52:12,261 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}715f914089636591a290de26a09ff83002c46461" 2018-08-15 17:52:12,371 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:52:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2bf13780-c615-4143-870f-30d5ce8b166b Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "021fd4a1fb8b483eb2264cbf5b321379", "links": {"self": "http://172.30.9.27:5000/v3/roles/021fd4a1fb8b483eb2264cbf5b321379"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "16212b6aa60a4fd1b8194c834bae86bf", "links": {"self": "http://172.30.9.27:5000/v3/roles/16212b6aa60a4fd1b8194c834bae86bf"}, "name": "member"}, {"domain_id": null, "id": "1c1e1015ce2644848f1430e3bb28531b", "links": {"self": "http://172.30.9.27:5000/v3/roles/1c1e1015ce2644848f1430e3bb28531b"}, "name": "swiftoperator"}, {"domain_id": null, "id": "382a39dc50214187b99e809cf7222e3c", "links": {"self": "http://172.30.9.27:5000/v3/roles/382a39dc50214187b99e809cf7222e3c"}, "name": "admin"}, {"domain_id": null, "id": "9aed22da25b945dda36dee6e40a0785d", "links": {"self": "http://172.30.9.27:5000/v3/roles/9aed22da25b945dda36dee6e40a0785d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "eeb4436830d24515952401292b7cfc55", "links": {"self": "http://172.30.9.27:5000/v3/roles/eeb4436830d24515952401292b7cfc55"}, "name": "reader"}]} 2018-08-15 17:52:12,372 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-2bf13780-c615-4143-870f-30d5ce8b166b 2018-08-15 17:52:12,372 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.113708972931s 2018-08-15 17:52:12,372 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-2bf13780-c615-4143-870f-30d5ce8b166b 2018-08-15 17:52:12,377 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-15 17:52:12,380 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}715f914089636591a290de26a09ff83002c46461" 2018-08-15 17:52:12,479 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:52:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-91b72e67-1741-48bc-921e-326ec8a54dc8 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-15 17:52:12,479 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-91b72e67-1741-48bc-921e-326ec8a54dc8 2018-08-15 17:52:12,479 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.102176904678s 2018-08-15 17:52:12,479 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-91b72e67-1741-48bc-921e-326ec8a54dc8 2018-08-15 17:52:12,480 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-15 17:52:12,483 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}715f914089636591a290de26a09ff83002c46461" 2018-08-15 17:52:12,638 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:52:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3cd870fe-3313-4652-8c51-d44adcde60a9 Content-Encoding: gzip Content-Length: 843 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/033f0039d025473a84de241284491a58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "033f0039d025473a84de241284491a58", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/2422d0f285314705b46615565d3917fe"}, "domain_id": "e4bd2a4e6bb349a78f956295c49df949", "enabled": true, "options": {}, "id": "2422d0f285314705b46615565d3917fe", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/2cc8b8ad456045c2a30e4360994a4487"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2cc8b8ad456045c2a30e4360994a4487", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/3c466aad8ead4318838e33dd234eb81d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3c466aad8ead4318838e33dd234eb81d", "email": "heat@localhost", "password_expires_at": null}, {"name": "rally_sanity-user_b7f7f744-e577-4c65-b794-1aa0283e04c6", "links": {"self": "http://172.30.9.27:5000/v3/users/4c5bbe29c89a437f858d607a852910b1"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "4c5bbe29c89a437f858d607a852910b1", "domain_id": "default", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/56e811cfd4b242068dd78826118576f4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "56e811cfd4b242068dd78826118576f4", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6fad7e5ef0254b2a9cdb215018bcab91"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6fad7e5ef0254b2a9cdb215018bcab91", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.27:5000/v3/users/7d91ea49860f4c2a8deabf649cf4ed37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d91ea49860f4c2a8deabf649cf4ed37", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/8f968cf4475249f6abf2422d6dd7425f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8f968cf4475249f6abf2422d6dd7425f", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/9482390a0722494f8852b9f0e2b9de56"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9482390a0722494f8852b9f0e2b9de56", "email": "admin@example.com", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.27:5000/v3/users/a36076122cea45c6b3e4aa67c4ca811d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a36076122cea45c6b3e4aa67c4ca811d", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/acda52409b024c95bc0facaa98dbc356"}, "domain_id": "default", "enabled": true, "options": {}, "id": "acda52409b024c95bc0facaa98dbc356", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/b193f8790ad94e46993d7eb01f623f51"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b193f8790ad94e46993d7eb01f623f51", "email": "cinder@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/dba024f1937f490cae2e437356a668d7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dba024f1937f490cae2e437356a668d7", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/e6d2649e935e4b8db8107d76bfb30c3a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e6d2649e935e4b8db8107d76bfb30c3a", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-08-15 17:52:12,638 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-3cd870fe-3313-4652-8c51-d44adcde60a9 2018-08-15 17:52:12,638 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.158030986786s 2018-08-15 17:52:12,639 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-3cd870fe-3313-4652-8c51-d44adcde60a9 2018-08-15 17:52:12,650 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-15 17:52:12,653 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}715f914089636591a290de26a09ff83002c46461" 2018-08-15 17:52:12,759 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:52:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f8c84a47-400c-423f-8df2-79fbf488901a Content-Encoding: gzip Content-Length: 396 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/a3688ea3a7924e1e8a441a00bd79aae5"}, "tags": [], "enabled": true, "id": "a3688ea3a7924e1e8a441a00bd79aae5", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: rally_sanity", "links": {"self": "http://172.30.9.27:5000/v3/projects/b1cf51a910eb4b72a1b823a5e3497a40"}, "tags": [], "enabled": true, "id": "b1cf51a910eb4b72a1b823a5e3497a40", "parent_id": "default", "domain_id": "default", "name": "rally_sanity-project_b7f7f744-e577-4c65-b794-1aa0283e04c6"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.27:5000/v3/projects/d2c267e1fee9461ba5e64a915b9518f5"}, "tags": [], "enabled": true, "id": "d2c267e1fee9461ba5e64a915b9518f5", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-08-15 17:52:12,759 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-f8c84a47-400c-423f-8df2-79fbf488901a 2018-08-15 17:52:12,759 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.10891699791s 2018-08-15 17:52:12,759 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-f8c84a47-400c-423f-8df2-79fbf488901a 2018-08-15 17:52:12,766 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-15 17:52:12,770 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:5000/v3/role_assignments?user.id=4c5bbe29c89a437f858d607a852910b1&role.id=382a39dc50214187b99e809cf7222e3c&scope.project.id=b1cf51a910eb4b72a1b823a5e3497a40" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}715f914089636591a290de26a09ff83002c46461" 2018-08-15 17:52:12,971 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:52:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c3cd8dfb-dac4-4dd8-919d-e665bc6cac79 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.27:5000/v3/role_assignments?user.id=4c5bbe29c89a437f858d607a852910b1&role.id=382a39dc50214187b99e809cf7222e3c&scope.project.id=b1cf51a910eb4b72a1b823a5e3497a40", "previous": null, "next": null}} 2018-08-15 17:52:12,972 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=4c5bbe29c89a437f858d607a852910b1&role.id=382a39dc50214187b99e809cf7222e3c&scope.project.id=b1cf51a910eb4b72a1b823a5e3497a40 used request id req-c3cd8dfb-dac4-4dd8-919d-e665bc6cac79 2018-08-15 17:52:12,972 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.20528793335s 2018-08-15 17:52:12,972 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=4c5bbe29c89a437f858d607a852910b1&role.id=382a39dc50214187b99e809cf7222e3c&scope.project.id=b1cf51a910eb4b72a1b823a5e3497a40 used request id req-c3cd8dfb-dac4-4dd8-919d-e665bc6cac79 2018-08-15 17:52:12,975 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-15 17:52:12,979 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:5000/v3/projects/b1cf51a910eb4b72a1b823a5e3497a40/users/4c5bbe29c89a437f858d607a852910b1/roles/382a39dc50214187b99e809cf7222e3c -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}715f914089636591a290de26a09ff83002c46461" 2018-08-15 17:52:13,187 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 15 Aug 2018 17:52:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bcb379f6-dd95-41ef-bb5f-b48e7c2b5714 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-15 17:52:13,187 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/b1cf51a910eb4b72a1b823a5e3497a40/users/4c5bbe29c89a437f858d607a852910b1/roles/382a39dc50214187b99e809cf7222e3c used request id req-bcb379f6-dd95-41ef-bb5f-b48e7c2b5714 2018-08-15 17:52:13,187 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.211504936218s 2018-08-15 17:52:13,187 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/b1cf51a910eb4b72a1b823a5e3497a40/users/4c5bbe29c89a437f858d607a852910b1/roles/382a39dc50214187b99e809cf7222e3c used request id req-bcb379f6-dd95-41ef-bb5f-b48e7c2b5714 2018-08-15 17:52:13,187 - xtesting.ci.run_tests - INFO - Running test case 'rally_sanity'... 2018-08-15 17:52:13,551 - xtesting.energy.energy - INFO - Energy recorder API is not available, cause='status' 2018-08-15 17:52:13,552 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-15 17:52:13,558 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:52:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-46113138-52bd-4872-b5cf-61390d053f7e Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-08-15 17:52:13,558 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-46113138-52bd-4872-b5cf-61390d053f7e 2018-08-15 17:52:13,559 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-08-15 17:52:13,953 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "16212b6aa60a4fd1b8194c834bae86bf", "name": "member"}, {"id": "eeb4436830d24515952401292b7cfc55", "name": "reader"}, {"id": "382a39dc50214187b99e809cf7222e3c", "name": "admin"}], "expires_at": "2018-08-15T18:52:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b1cf51a910eb4b72a1b823a5e3497a40", "name": "rally_sanity-project_b7f7f744-e577-4c65-b794-1aa0283e04c6"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.37:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "54e3c320cc3142e9824c171afe58d5c6"}, {"url": "http://172.30.9.27:8080/v1/AUTH_b1cf51a910eb4b72a1b823a5e3497a40", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d00250537b54114937846660f377ed1"}, {"url": "http://12.0.0.37:8080/v1/AUTH_b1cf51a910eb4b72a1b823a5e3497a40", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c790cb26fd2345ae9bac8a014d10a446"}], "type": "object-store", "id": "17183633b8774ff6a53da32b47c89b3c", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94631698a9884eb1bf4cb245c6f37b80"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c23f2a003e874719a2f1c41f92405a45"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e97257b46cb8440080352cd841246c5d"}], "type": "cloudformation", "id": "2dec96c2934d43bdbe2e431ef0b53392", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/b1cf51a910eb4b72a1b823a5e3497a40", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "287c0315393e4b22a228912ca3b004cc"}, {"url": "http://192.30.9.3:8776/v3/b1cf51a910eb4b72a1b823a5e3497a40", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62769da517ac4f44b88a6118413b8c30"}, {"url": "http://192.30.9.3:8776/v3/b1cf51a910eb4b72a1b823a5e3497a40", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c0b30400cd648249ab0a6a17cf1ebc1"}], "type": "volumev3", "id": "363b885c3f174fbfb4f17da9d41f332d", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d6cb188f65e4f77bab04c3d99f9469f"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70f7ced028794432bef835264c84489c"}, {"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77dd5cfb1dac4b31b21d705ba420c355"}], "type": "network", "id": "51b7a44223114d149d5300ae5b6d97ae", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19071864a1b848cc93bca3b1e1955c3f"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bc0345e40a36459fbc009797a6517deb"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5c7966f4757438480f39866a31a0265"}], "type": "image", "id": "5540e06daad441aa911fd4cb4d76f8d3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "68ad1d76386d437089226a0562004a39", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "03f40cbac74c4aafb48b4dd360509f6a"}, {"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18ed3fa9a0894200abaf76b71abfd912"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3d96a0aa5c344cb8ba659332ed497e85"}], "type": "identity", "id": "8096ce39bbf24c1683621ee563324790", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f60ea793ee64fc9a3d9a2d2ad889bd0"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7c9770175fc45379f2c2d142062b2c3"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e944b22c50da41179f2e29ce558807c1"}], "type": "compute", "id": "b3040d5c7e224dbca86f421bddd758e1", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5aad7caa3e6f4a35b9abdf5d46190371"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8b8b8bcfb3b40e5be77e13a4d2dda19"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d33016e2f5be49c28efb9905db488d41"}], "type": "placement", "id": "bb3127ed06e54fda901ea2348ddb72da", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/b1cf51a910eb4b72a1b823a5e3497a40", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "576142509dfd46c591c5e83bed8ffcc7"}, {"url": "http://192.30.9.3:8776/v1/b1cf51a910eb4b72a1b823a5e3497a40", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cabe2973ef9144da9850a630dd2aedd5"}, {"url": "http://172.30.9.27:8776/v1/b1cf51a910eb4b72a1b823a5e3497a40", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eb71f3f602d443c9a8605a7ff2e8aa8e"}], "type": "volume", "id": "becfeedd42e344c085611f3c7c465a3f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.3:8004/v1/b1cf51a910eb4b72a1b823a5e3497a40", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "156b8e560e534c82a1d320da86608a19"}, {"url": "http://192.30.9.3:8004/v1/b1cf51a910eb4b72a1b823a5e3497a40", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59154cecf6a54eb08ecc63bf95dca042"}, {"url": "http://172.30.9.27:8004/v1/b1cf51a910eb4b72a1b823a5e3497a40", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f3aa5c8697e449f99c2cfbe2a371cab7"}], "type": "orchestration", "id": "c4334130b6d54a75804fe3f11a3b9e3e", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "39db2ebb65ae42659440fd9845949a6c"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ad23d2a65e74e3c87b1488af1f9f9ac"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d07664cbebb49149819cf7a6b20edb4"}], "type": "alarming", "id": "d878aa5c6b584d53a039f6a680fb6e8b", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/b1cf51a910eb4b72a1b823a5e3497a40", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e2bb44b06c0412ab74e54984b5b26b5"}, {"url": "http://192.30.9.3:8776/v2/b1cf51a910eb4b72a1b823a5e3497a40", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86bcb5a76e6c464bb4d42c969584d6f2"}, {"url": "http://172.30.9.27:8776/v2/b1cf51a910eb4b72a1b823a5e3497a40", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a391eed816af4966b335005bfe580d70"}], "type": "volumev2", "id": "e16298e148f54e96a50a134ca797deff", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b54cb5b666f74b91b0244b5332fdb3e5"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcc892608bd341e084be203695f810d1"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e980066294c34eb6866e6c4735e84a62"}], "type": "metric", "id": "f3a07a22777a4405b7eaf44da2e73e19", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.27:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1f66095afa4b74b4f26d432f5bfa55"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8dd5f30cc334148a7ed9d5ab68eee9b"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bfe7dd54acd947899871700a40dd0244"}], "type": "event", "id": "f6e223543cae4d9bad10258b0a294f12", "name": "panko"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "rally_sanity-user_b7f7f744-e577-4c65-b794-1aa0283e04c6", "id": "4c5bbe29c89a437f858d607a852910b1"}, "audit_ids": ["pXQJIWUxQOCvIpI38suH7A"], "issued_at": "2018-08-15T17:52:13.000000Z"}} 2018-08-15 17:52:13,956 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-15 17:52:13,957 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}1f4bb2ddc68d941ca3b9f19a3323a1c6fb546f01" -d '{"network": {"shared": true, "name": "rally_sanity-net_b7f7f744-e577-4c65-b794-1aa0283e04c6", "admin_state_up": true}}' 2018-08-15 17:52:14,789 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-e80eeaaa-7fac-4eb8-aabe-367ca4d2754f Date: Wed, 15 Aug 2018 17:52:14 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":0,"port_security_enabled":true,"provider:network_type":"vxlan","id":"cfb28cfc-f406-45cd-a88a-caadcb23e577","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":true,"project_id":"b1cf51a910eb4b72a1b823a5e3497a40","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-15T17:52:14Z","is_default":false,"provider:segmentation_id":79,"name":"rally_sanity-net_b7f7f744-e577-4c65-b794-1aa0283e04c6","admin_state_up":true,"tenant_id":"b1cf51a910eb4b72a1b823a5e3497a40","created_at":"2018-08-15T17:52:14Z","mtu":1450}} 2018-08-15 17:52:14,789 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-e80eeaaa-7fac-4eb8-aabe-367ca4d2754f 2018-08-15 17:52:14,790 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.833150148392s 2018-08-15 17:52:14,790 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-e80eeaaa-7fac-4eb8-aabe-367ca4d2754f 2018-08-15 17:52:14,790 - 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-15T17:52:14Z', u'is_default': False, u'revision_number': 0, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'cfb28cfc-f406-45cd-a88a-caadcb23e577', u'provider:segmentation_id': 79, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'rally_sanity-net_b7f7f744-e577-4c65-b794-1aa0283e04c6', u'admin_state_up': True, u'tenant_id': u'b1cf51a910eb4b72a1b823a5e3497a40', u'created_at': u'2018-08-15T17:52:14Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': True, u'project_id': u'b1cf51a910eb4b72a1b823a5e3497a40'}) 2018-08-15 17:52:14,791 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-15 17:52:14,791 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1f4bb2ddc68d941ca3b9f19a3323a1c6fb546f01" 2018-08-15 17:52:14,933 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1348 X-Openstack-Request-Id: req-d3d7418e-5cee-425e-96a5-d94afede08f4 Date: Wed, 15 Aug 2018 17:52:14 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":0,"port_security_enabled":true,"mtu":1450,"id":"cfb28cfc-f406-45cd-a88a-caadcb23e577","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":true,"project_id":"b1cf51a910eb4b72a1b823a5e3497a40","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-15T17:52:14Z","provider:segmentation_id":79,"name":"rally_sanity-net_b7f7f744-e577-4c65-b794-1aa0283e04c6","admin_state_up":true,"tenant_id":"b1cf51a910eb4b72a1b823a5e3497a40","created_at":"2018-08-15T17:52:14Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"fc8ca119-27ab-4070-99fa-a2993d11ee48","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d2c267e1fee9461ba5e64a915b9518f5","status":"ACTIVE","subnets":["3ef75223-733d-425d-bb3e-88e8a796bebc"],"description":"","tags":[],"updated_at":"2018-08-15T17:41:36Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"d2c267e1fee9461ba5e64a915b9518f5","created_at":"2018-08-15T17:16:26Z","provider:network_type":"flat"}]} 2018-08-15 17:52:14,933 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-d3d7418e-5cee-425e-96a5-d94afede08f4 2018-08-15 17:52:14,933 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.141915082932s 2018-08-15 17:52:14,933 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-d3d7418e-5cee-425e-96a5-d94afede08f4 2018-08-15 17:52:14,935 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-15 17:52:14,935 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}1f4bb2ddc68d941ca3b9f19a3323a1c6fb546f01" -d '{"subnet": {"name": "rally_sanity-subnet_b7f7f744-e577-4c65-b794-1aa0283e04c6", "enable_dhcp": true, "network_id": "cfb28cfc-f406-45cd-a88a-caadcb23e577", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-15 17:52:15,745 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-5d6e5c3a-0f7b-4122-9828-6bb664361055 Date: Wed, 15 Aug 2018 17:52:15 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cfb28cfc-f406-45cd-a88a-caadcb23e577","tenant_id":"b1cf51a910eb4b72a1b823a5e3497a40","created_at":"2018-08-15T17:52:15Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-15T17:52:15Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"b1cf51a910eb4b72a1b823a5e3497a40","id":"3973cf6a-b45a-40e5-80c3-1d09ba19cf7a","subnetpool_id":null,"name":"rally_sanity-subnet_b7f7f744-e577-4c65-b794-1aa0283e04c6"}} 2018-08-15 17:52:15,745 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-5d6e5c3a-0f7b-4122-9828-6bb664361055 2018-08-15 17:52:15,745 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.810409069061s 2018-08-15 17:52:15,746 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-5d6e5c3a-0f7b-4122-9828-6bb664361055 2018-08-15 17:52:15,746 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-15T17:52:15Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'3973cf6a-b45a-40e5-80c3-1d09ba19cf7a', u'subnetpool_id': None, u'service_types': [], u'name': u'rally_sanity-subnet_b7f7f744-e577-4c65-b794-1aa0283e04c6', u'enable_dhcp': True, u'network_id': u'cfb28cfc-f406-45cd-a88a-caadcb23e577', u'tenant_id': u'b1cf51a910eb4b72a1b823a5e3497a40', u'created_at': u'2018-08-15T17:52:15Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'b1cf51a910eb4b72a1b823a5e3497a40'}) 2018-08-15 17:52:15,747 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-15 17:52:15,747 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}1f4bb2ddc68d941ca3b9f19a3323a1c6fb546f01" -d '{"router": {"external_gateway_info": {"network_id": "fc8ca119-27ab-4070-99fa-a2993d11ee48"}, "name": "rally_sanity-router_b7f7f744-e577-4c65-b794-1aa0283e04c6", "admin_state_up": true}}' 2018-08-15 17:52:16,807 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-6fd317b7-a44f-4b1d-8d0c-da5ce4071324 Date: Wed, 15 Aug 2018 17:52:16 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "fc8ca119-27ab-4070-99fa-a2993d11ee48", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "3ef75223-733d-425d-bb3e-88e8a796bebc", "ip_address": "172.30.9.218"}]}, "description": "", "tags": [], "tenant_id": "b1cf51a910eb4b72a1b823a5e3497a40", "created_at": "2018-08-15T17:52:15Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-15T17:52:16Z", "revision_number": 2, "routes": [], "project_id": "b1cf51a910eb4b72a1b823a5e3497a40", "id": "9d6e3669-4d66-4b03-b031-8bd795780bd0", "name": "rally_sanity-router_b7f7f744-e577-4c65-b794-1aa0283e04c6"}} 2018-08-15 17:52:16,807 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-6fd317b7-a44f-4b1d-8d0c-da5ce4071324 2018-08-15 17:52:16,807 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.06027507782s 2018-08-15 17:52:16,807 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-6fd317b7-a44f-4b1d-8d0c-da5ce4071324 2018-08-15 17:52:16,808 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'fc8ca119-27ab-4070-99fa-a2993d11ee48', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'3ef75223-733d-425d-bb3e-88e8a796bebc', u'ip_address': u'172.30.9.218'}]}, u'description': u'', u'tags': [], u'tenant_id': u'b1cf51a910eb4b72a1b823a5e3497a40', u'created_at': u'2018-08-15T17:52:15Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-08-15T17:52:16Z', u'revision_number': 2, u'routes': [], u'project_id': u'b1cf51a910eb4b72a1b823a5e3497a40', u'id': u'9d6e3669-4d66-4b03-b031-8bd795780bd0', u'name': u'rally_sanity-router_b7f7f744-e577-4c65-b794-1aa0283e04c6'}) 2018-08-15 17:52:16,808 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-15 17:52:16,809 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/9d6e3669-4d66-4b03-b031-8bd795780bd0/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}1f4bb2ddc68d941ca3b9f19a3323a1c6fb546f01" -d '{"subnet_id": "3973cf6a-b45a-40e5-80c3-1d09ba19cf7a"}' 2018-08-15 17:52:18,524 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-6e1d30e3-405c-4d46-81be-38667fca799a Date: Wed, 15 Aug 2018 17:52:18 GMT RESP BODY: {"network_id": "cfb28cfc-f406-45cd-a88a-caadcb23e577", "tenant_id": "b1cf51a910eb4b72a1b823a5e3497a40", "subnet_id": "3973cf6a-b45a-40e5-80c3-1d09ba19cf7a", "subnet_ids": ["3973cf6a-b45a-40e5-80c3-1d09ba19cf7a"], "port_id": "b27aec7f-39a3-448f-92a0-128b66a4f533", "id": "9d6e3669-4d66-4b03-b031-8bd795780bd0"} 2018-08-15 17:52:18,524 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/9d6e3669-4d66-4b03-b031-8bd795780bd0/add_router_interface.json used request id req-6e1d30e3-405c-4d46-81be-38667fca799a 2018-08-15 17:52:18,524 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.71568107605s 2018-08-15 17:52:18,525 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/9d6e3669-4d66-4b03-b031-8bd795780bd0/add_router_interface.json used request id req-6e1d30e3-405c-4d46-81be-38667fca799a returning object 9d6e3669-4d66-4b03-b031-8bd795780bd0 2018-08-15 17:52:18,525 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-15 17:52:18,658 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-15 17:52:18,659 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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-15 17:52:18,663 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Wed, 15 Aug 2018 17:52:18 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}]} 2018-08-15 17:52:18,666 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-15 17:52:18,668 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1f4bb2ddc68d941ca3b9f19a3323a1c6fb546f01" 2018-08-15 17:52:18,939 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-3b80c676-20df-49bc-95f4-63cd228c9e9a Date: Wed, 15 Aug 2018 17:52:18 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-15 17:52:18,939 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-3b80c676-20df-49bc-95f4-63cd228c9e9a 2018-08-15 17:52:18,939 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.273113965988s 2018-08-15 17:52:18,939 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-3b80c676-20df-49bc-95f4-63cd228c9e9a 2018-08-15 17:52:18,947 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-15 17:52:18,950 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}1f4bb2ddc68d941ca3b9f19a3323a1c6fb546f01" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/rally_sanity-img_b7f7f744-e577-4c65-b794-1aa0283e04c6", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "rally_sanity-img_b7f7f744-e577-4c65-b794-1aa0283e04c6"}' 2018-08-15 17:52:18,986 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 940 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/f83613e0-e1d7-4353-b14e-09ddbb006370 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-62e09b29-c46f-47e8-8203-30063ae89509 Date: Wed, 15 Aug 2018 17:52:18 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-15T17:52:18Z", "file": "/v2/images/f83613e0-e1d7-4353-b14e-09ddbb006370/file", "owner": "b1cf51a910eb4b72a1b823a5e3497a40", "id": "f83613e0-e1d7-4353-b14e-09ddbb006370", "size": null, "self": "/v2/images/f83613e0-e1d7-4353-b14e-09ddbb006370", "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_b7f7f744-e577-4c65-b794-1aa0283e04c6", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "rally_sanity-img_b7f7f744-e577-4c65-b794-1aa0283e04c6", "checksum": null, "created_at": "2018-08-15T17:52:18Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-15 17:52:18,986 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-62e09b29-c46f-47e8-8203-30063ae89509 2018-08-15 17:52:18,986 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0387938022614s 2018-08-15 17:52:18,986 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-62e09b29-c46f-47e8-8203-30063ae89509 returning object f83613e0-e1d7-4353-b14e-09ddbb006370 2018-08-15 17:52:18,987 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-15 17:52:18,990 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9292/v2/images/f83613e0-e1d7-4353-b14e-09ddbb006370/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}1f4bb2ddc68d941ca3b9f19a3323a1c6fb546f01" -d '' 2018-08-15 17:52:19,479 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-31c3a564-7871-4081-a6e0-e6deea02f377 Date: Wed, 15 Aug 2018 17:52:19 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-15 17:52:19,479 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/f83613e0-e1d7-4353-b14e-09ddbb006370/file used request id req-31c3a564-7871-4081-a6e0-e6deea02f377 2018-08-15 17:52:19,479 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.492139101028s 2018-08-15 17:52:19,479 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/f83613e0-e1d7-4353-b14e-09ddbb006370/file used request id req-31c3a564-7871-4081-a6e0-e6deea02f377 2018-08-15 17:52:19,483 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-15 17:52:19,486 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1f4bb2ddc68d941ca3b9f19a3323a1c6fb546f01" 2018-08-15 17:52:19,509 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1400 Content-Type: application/json X-Openstack-Request-Id: req-391cde87-4fd3-4936-b03a-98ca8167caae Date: Wed, 15 Aug 2018 17:52:19 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-15T17:52:19Z", "file": "/v2/images/f83613e0-e1d7-4353-b14e-09ddbb006370/file", "owner": "b1cf51a910eb4b72a1b823a5e3497a40", "id": "f83613e0-e1d7-4353-b14e-09ddbb006370", "size": 12716032, "self": "/v2/images/f83613e0-e1d7-4353-b14e-09ddbb006370", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/f83613e0-e1d7-4353-b14e-09ddbb006370/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/f83613e0-e1d7-4353-b14e-09ddbb006370/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/rally_sanity-img_b7f7f744-e577-4c65-b794-1aa0283e04c6", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "rally_sanity-img_b7f7f744-e577-4c65-b794-1aa0283e04c6", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-15T17:52:18Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-15 17:52:19,509 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-391cde87-4fd3-4936-b03a-98ca8167caae 2018-08-15 17:52:19,510 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0264310836792s 2018-08-15 17:52:19,510 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-391cde87-4fd3-4936-b03a-98ca8167caae 2018-08-15 17:52:19,511 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/f83613e0-e1d7-4353-b14e-09ddbb006370/snap', u'metadata': Munch({})})], 'file': u'/v2/images/f83613e0-e1d7-4353-b14e-09ddbb006370/file', 'owner': u'b1cf51a910eb4b72a1b823a5e3497a40', 'id': u'f83613e0-e1d7-4353-b14e-09ddbb006370', 'size': 12716032, u'self': u'/v2/images/f83613e0-e1d7-4353-b14e-09ddbb006370', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b1cf51a910eb4b72a1b823a5e3497a40', 'name': 'rally_sanity-project_b7f7f744-e577-4c65-b794-1aa0283e04c6', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/f83613e0-e1d7-4353-b14e-09ddbb006370/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-15T17:52:19Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-15T17:52:19Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/rally_sanity-img_b7f7f744-e577-4c65-b794-1aa0283e04c6', '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/f83613e0-e1d7-4353-b14e-09ddbb006370', 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_b7f7f744-e577-4c65-b794-1aa0283e04c6', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'rally_sanity-img_b7f7f744-e577-4c65-b794-1aa0283e04c6', 'created': u'2018-08-15T17:52:18Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-15T17:52:18Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/f83613e0-e1d7-4353-b14e-09ddbb006370', 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_b7f7f744-e577-4c65-b794-1aa0283e04c6', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-15 17:52:19,512 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-15 17:52:19,515 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}715f914089636591a290de26a09ff83002c46461" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "rally_sanity-flavor_b7f7f744-e577-4c65-b794-1aa0283e04c6", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-15 17:52:19,822 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17: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-3852630d-4ccf-4d13-9dec-72f7a23f2a17 x-compute-request-id: req-3852630d-4ccf-4d13-9dec-72f7a23f2a17 Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavor": {"name": "rally_sanity-flavor_b7f7f744-e577-4c65-b794-1aa0283e04c6", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/1b0110ec-431f-4bf8-b5a6-b17faab50627", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/1b0110ec-431f-4bf8-b5a6-b17faab50627", "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": "1b0110ec-431f-4bf8-b5a6-b17faab50627"}} 2018-08-15 17:52:19,822 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-3852630d-4ccf-4d13-9dec-72f7a23f2a17 2018-08-15 17:52:19,822 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.309417963028s 2018-08-15 17:52:19,822 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-3852630d-4ccf-4d13-9dec-72f7a23f2a17 2018-08-15 17:52:19,823 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'rally_sanity-flavor_b7f7f744-e577-4c65-b794-1aa0283e04c6', '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'a3688ea3a7924e1e8a441a00bd79aae5', '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'1b0110ec-431f-4bf8-b5a6-b17faab50627', 'swap': 0}) 2018-08-15 17:52:19,824 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-15 17:52:19,826 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/flavors/1b0110ec-431f-4bf8-b5a6-b17faab50627/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}715f914089636591a290de26a09ff83002c46461" -d '{"extra_specs": {}}' 2018-08-15 17:52:19,844 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17: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 x-openstack-request-id: req-8ea9835e-a47f-4072-a26a-1bcde0c3ceb1 x-compute-request-id: req-8ea9835e-a47f-4072-a26a-1bcde0c3ceb1 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-15 17:52:19,844 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/1b0110ec-431f-4bf8-b5a6-b17faab50627/os-extra_specs used request id req-8ea9835e-a47f-4072-a26a-1bcde0c3ceb1 2018-08-15 17:52:19,845 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0208339691162s 2018-08-15 17:52:19,845 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/1b0110ec-431f-4bf8-b5a6-b17faab50627/os-extra_specs used request id req-8ea9835e-a47f-4072-a26a-1bcde0c3ceb1 2018-08-15 17:52:19,845 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-08-15 17:52:22,732 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-08-15 17:52:25,444 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | d0feb5b8-d4c5-41b8-bf4f-def867ab0c2c | 2018-08-15T17:52:25.092822 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: d0feb5b8-d4c5-41b8-bf4f-def867ab0c2c ~/.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-15 17:52:29,231 - 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-15 17:52:29,232 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Validating the test name... 2018-08-15 17:52:29,233 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-08-15 17:52:29,236 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/os-hypervisors/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1f4bb2ddc68d941ca3b9f19a3323a1c6fb546f01" 2018-08-15 17:52:29,536 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:52: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-07af1e25-3c54-4da2-85fd-1c75d7dc9cc4 x-compute-request-id: req-07af1e25-3c54-4da2-85fd-1c75d7dc9cc4 Content-Encoding: gzip Content-Length: 712 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 2}, "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.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": 148, "hypervisor_version": 2010000, "disk_available_least": 148, "local_gb": 148, "free_ram_mb": 28406, "id": 1}, {"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 3}, "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.4", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 148, "hypervisor_version": 2010000, "disk_available_least": 148, "local_gb": 148, "free_ram_mb": 28406, "id": 2}]} 2018-08-15 17:52:29,537 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/os-hypervisors/detail used request id req-07af1e25-3c54-4da2-85fd-1c75d7dc9cc4 2018-08-15 17:52:29,537 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.303751945496s 2018-08-15 17:52:29,537 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/os-hypervisors/detail used request id req-07af1e25-3c54-4da2-85fd-1c75d7dc9cc4 2018-08-15 17:52:29,538 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-15 17:52:29,541 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}715f914089636591a290de26a09ff83002c46461" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "rally_sanity-flavor_alt_b7f7f744-e577-4c65-b794-1aa0283e04c6", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-15 17:52:29,580 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:52: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-9ff7f887-c87c-42f9-b007-5d6eded2f493 x-compute-request-id: req-9ff7f887-c87c-42f9-b007-5d6eded2f493 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"flavor": {"name": "rally_sanity-flavor_alt_b7f7f744-e577-4c65-b794-1aa0283e04c6", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/4d32885c-2192-4bab-aa75-a6cda6d0eecb", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/4d32885c-2192-4bab-aa75-a6cda6d0eecb", "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": "4d32885c-2192-4bab-aa75-a6cda6d0eecb"}} 2018-08-15 17:52:29,580 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-9ff7f887-c87c-42f9-b007-5d6eded2f493 2018-08-15 17:52:29,581 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0421822071075s 2018-08-15 17:52:29,581 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-9ff7f887-c87c-42f9-b007-5d6eded2f493 2018-08-15 17:52:29,582 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'rally_sanity-flavor_alt_b7f7f744-e577-4c65-b794-1aa0283e04c6', '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'a3688ea3a7924e1e8a441a00bd79aae5', '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'4d32885c-2192-4bab-aa75-a6cda6d0eecb', 'swap': 0}) 2018-08-15 17:52:29,582 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-15 17:52:29,585 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/flavors/4d32885c-2192-4bab-aa75-a6cda6d0eecb/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}715f914089636591a290de26a09ff83002c46461" -d '{"extra_specs": {}}' 2018-08-15 17:52:29,602 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 17:52: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-b1aeeb86-c638-44fa-839d-b85c51b50e57 x-compute-request-id: req-b1aeeb86-c638-44fa-839d-b85c51b50e57 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-15 17:52:29,603 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/4d32885c-2192-4bab-aa75-a6cda6d0eecb/os-extra_specs used request id req-b1aeeb86-c638-44fa-839d-b85c51b50e57 2018-08-15 17:52:29,603 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0202581882477s 2018-08-15 17:52:29,603 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/4d32885c-2192-4bab-aa75-a6cda6d0eecb/os-extra_specs used request id req-b1aeeb86-c638-44fa-839d-b85c51b50e57 2018-08-15 17:52:29,603 - functest.opnfv_tests.openstack.rally.rally - DEBUG - flavor: Munch({'name': u'rally_sanity-flavor_alt_b7f7f744-e577-4c65-b794-1aa0283e04c6', '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'a3688ea3a7924e1e8a441a00bd79aae5', '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'4d32885c-2192-4bab-aa75-a6cda6d0eecb', 'swap': 0}) 2018-08-15 17:52:29,603 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "authenticate" ... 2018-08-15 17:52:29,604 - 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-15 17:52:29,605 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-15 17:52:29,617 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-15 17:52:29,618 - 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': 'cfb28cfc-f406-45cd-a88a-caadcb23e577', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_b7f7f744-e577-4c65-b794-1aa0283e04c6', 'flavor_name': 'rally_sanity-flavor_b7f7f744-e577-4c65-b794-1aa0283e04c6', '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_b7f7f744-e577-4c65-b794-1aa0283e04c6', '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-15 17:53:45,915 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 31312038-9e8d-42f2-b0f9-916b9c96cd0e 2018-08-15 17:53:45,915 - functest.opnfv_tests.openstack.rally.rally - DEBUG - /home/opnfv/functest/results/rally does not exist, we create it. 2018-08-15 17:53:45,916 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '31312038-9e8d-42f2-b0f9-916b9c96cd0e'] 2018-08-15 17:53:46,843 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 31312038-9e8d-42f2-b0f9-916b9c96cd0e -------------------------------------------------------------------------------- Task 31312038-9e8d-42f2-b0f9-916b9c96cd0e: 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 31312038-9e8d-42f2-b0f9-916b9c96cd0e 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.591 | 0.591 | 0.591 | 0.591 | 0.591 | 0.591 | 100.0% | 1 | | total | 0.591 | 0.591 | 0.591 | 0.591 | 0.591 | 0.591 | 100.0% | 1 | | -> duration | 0.591 | 0.591 | 0.591 | 0.591 | 0.591 | 0.591 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.591491 Full duration: 9.192191 -------------------------------------------------------------------------------- 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 31312038-9e8d-42f2-b0f9-916b9c96cd0e has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | authenticate.validate_cinder | 0.52 | 0.52 | 0.52 | 0.52 | 0.52 | 0.52 | 100.0% | 1 | | total | 0.994 | 0.994 | 0.994 | 0.994 | 0.994 | 0.994 | 100.0% | 1 | | -> duration | 0.994 | 0.994 | 0.994 | 0.994 | 0.994 | 0.994 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.993705 Full duration: 9.914922 -------------------------------------------------------------------------------- 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 31312038-9e8d-42f2-b0f9-916b9c96cd0e 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.324 | 0.324 | 0.324 | 0.324 | 0.324 | 0.324 | 100.0% | 1 | | total | 0.775 | 0.775 | 0.775 | 0.775 | 0.775 | 0.775 | 100.0% | 1 | | -> duration | 0.775 | 0.775 | 0.775 | 0.775 | 0.775 | 0.775 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.775001 Full duration: 9.579106 -------------------------------------------------------------------------------- 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 31312038-9e8d-42f2-b0f9-916b9c96cd0e 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.707 | 1.707 | 1.707 | 1.707 | 1.707 | 1.707 | 100.0% | 1 | | total | 2.16 | 2.16 | 2.16 | 2.16 | 2.16 | 2.16 | 100.0% | 1 | | -> duration | 2.16 | 2.16 | 2.16 | 2.16 | 2.16 | 2.16 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.159627 Full duration: 11.125271 -------------------------------------------------------------------------------- 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 31312038-9e8d-42f2-b0f9-916b9c96cd0e 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.481 | 0.481 | 0.481 | 0.481 | 0.481 | 0.481 | 100.0% | 1 | | total | 0.905 | 0.905 | 0.905 | 0.905 | 0.905 | 0.905 | 100.0% | 1 | | -> duration | 0.905 | 0.905 | 0.905 | 0.905 | 0.905 | 0.905 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.904998 Full duration: 9.598903 -------------------------------------------------------------------------------- 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 31312038-9e8d-42f2-b0f9-916b9c96cd0e 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.305 | 0.305 | 0.305 | 0.305 | 0.305 | 0.305 | 100.0% | 1 | | total | 0.904 | 0.904 | 0.904 | 0.904 | 0.904 | 0.904 | 100.0% | 1 | | -> duration | 0.904 | 0.904 | 0.904 | 0.904 | 0.904 | 0.904 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.903723 Full duration: 9.239221 HINTS: * To plot HTML graphics with this data, run: rally task report 31312038-9e8d-42f2-b0f9-916b9c96cd0e --out output.html * To generate a JUnit report, run: rally task export 31312038-9e8d-42f2-b0f9-916b9c96cd0e --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 31312038-9e8d-42f2-b0f9-916b9c96cd0e --json --out output.json 2018-08-15 17:53:46,843 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '31312038-9e8d-42f2-b0f9-916b9c96cd0e', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.json'] 2018-08-15 17:53:49,586 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 31312038-9e8d-42f2-b0f9-916b9c96cd0e --out /home/opnfv/functest/results/rally/opnfv-authenticate.json 2018-08-15 17:53:49.486 766 INFO rally.api [-] Building 'json' report for the following task(s): '31312038-9e8d-42f2-b0f9-916b9c96cd0e'. 2018-08-15 17:53:49.491 766 INFO rally.api [-] The report has been successfully built. 2018-08-15 17:53:49,587 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '31312038-9e8d-42f2-b0f9-916b9c96cd0e', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.html'] 2018-08-15 17:53:52,247 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 31312038-9e8d-42f2-b0f9-916b9c96cd0e --out /home/opnfv/functest/results/rally/opnfv-authenticate.html 2018-08-15 17:53:52.132 769 INFO rally.api [-] Building 'html' report for the following task(s): '31312038-9e8d-42f2-b0f9-916b9c96cd0e'. 2018-08-15 17:53:52.154 769 INFO rally.api [-] The report has been successfully built. 2018-08-15 17:53:52,254 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "authenticate" OK. 2018-08-15 17:53:52,254 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "glance" ... 2018-08-15 17:53:52,254 - 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-15 17:53:52,254 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-15 17:53:52,267 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-15 17:53:52,269 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'start', '--abort-on-sla-failure', '--task', '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/task.yaml', '--task-args', "{'smoke': True, 'tmpl_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates', 'floating_network': 'external', 'service_list': ['glance'], 'concurrency': 4, 'netid': 'cfb28cfc-f406-45cd-a88a-caadcb23e577', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_b7f7f744-e577-4c65-b794-1aa0283e04c6', 'flavor_name': 'rally_sanity-flavor_b7f7f744-e577-4c65-b794-1aa0283e04c6', '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_b7f7f744-e577-4c65-b794-1aa0283e04c6', '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-15 17:55:33,516 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 98221945-b5a4-4f18-a3d1-ad41d76ddaac 2018-08-15 17:55:33,516 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '98221945-b5a4-4f18-a3d1-ad41d76ddaac'] 2018-08-15 17:55:34,497 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 98221945-b5a4-4f18-a3d1-ad41d76ddaac -------------------------------------------------------------------------------- Task 98221945-b5a4-4f18-a3d1-ad41d76ddaac: 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 98221945-b5a4-4f18-a3d1-ad41d76ddaac has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 2.877 | 2.877 | 2.877 | 2.877 | 2.877 | 2.877 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.047 | 0.047 | 0.047 | 0.047 | 0.047 | 0.047 | 100.0% | 1 | | -> glance_v2.upload_data | 0.458 | 0.458 | 0.458 | 0.458 | 0.458 | 0.458 | 100.0% | 1 | | glance_v2.delete_image | 1.05 | 1.05 | 1.05 | 1.05 | 1.05 | 1.05 | 100.0% | 1 | | total | 3.928 | 3.928 | 3.928 | 3.928 | 3.928 | 3.928 | 100.0% | 1 | | -> duration | 3.928 | 3.928 | 3.928 | 3.928 | 3.928 | 3.928 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.927602 Full duration: 14.806886 -------------------------------------------------------------------------------- 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 98221945-b5a4-4f18-a3d1-ad41d76ddaac has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 3.619 | 3.619 | 3.619 | 3.619 | 3.619 | 3.619 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.046 | 0.046 | 0.046 | 0.046 | 0.046 | 0.046 | 100.0% | 1 | | -> glance_v2.upload_data | 1.195 | 1.195 | 1.195 | 1.195 | 1.195 | 1.195 | 100.0% | 1 | | glance_v2.list_images | 0.096 | 0.096 | 0.096 | 0.096 | 0.096 | 0.096 | 100.0% | 1 | | total | 3.715 | 3.715 | 3.715 | 3.715 | 3.715 | 3.715 | 100.0% | 1 | | -> duration | 3.715 | 3.715 | 3.715 | 3.715 | 3.715 | 3.715 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.715466 Full duration: 16.082865 -------------------------------------------------------------------------------- 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 98221945-b5a4-4f18-a3d1-ad41d76ddaac 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.287 | 0.287 | 0.287 | 0.287 | 0.287 | 0.287 | 100.0% | 1 | | total | 0.288 | 0.288 | 0.288 | 0.288 | 0.288 | 0.288 | 100.0% | 1 | | -> duration | 0.288 | 0.288 | 0.288 | 0.288 | 0.288 | 0.288 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.28762 Full duration: 9.827885 -------------------------------------------------------------------------------- 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": "cfb28cfc-f406-45cd-a88a-caadcb23e577" } ], "flavor": { "name": "rally_sanity-flavor_b7f7f744-e577-4c65-b794-1aa0283e04c6" } }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 98221945-b5a4-4f18-a3d1-ad41d76ddaac has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 3.021 | 3.021 | 3.021 | 3.021 | 3.021 | 3.021 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.047 | 0.047 | 0.047 | 0.047 | 0.047 | 0.047 | 100.0% | 1 | | -> glance_v2.upload_data | 0.585 | 0.585 | 0.585 | 0.585 | 0.585 | 0.585 | 100.0% | 1 | | nova.boot_servers | 14.383 | 14.383 | 14.383 | 14.383 | 14.383 | 14.383 | 100.0% | 1 | | total | 17.405 | 17.405 | 17.405 | 17.405 | 17.405 | 17.405 | 100.0% | 1 | | -> duration | 16.405 | 16.405 | 16.405 | 16.405 | 16.405 | 16.405 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 16.405152 Full duration: 39.331545 HINTS: * To plot HTML graphics with this data, run: rally task report 98221945-b5a4-4f18-a3d1-ad41d76ddaac --out output.html * To generate a JUnit report, run: rally task export 98221945-b5a4-4f18-a3d1-ad41d76ddaac --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 98221945-b5a4-4f18-a3d1-ad41d76ddaac --json --out output.json 2018-08-15 17:55:34,498 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '98221945-b5a4-4f18-a3d1-ad41d76ddaac', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.json'] 2018-08-15 17:55:37,116 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 98221945-b5a4-4f18-a3d1-ad41d76ddaac --out /home/opnfv/functest/results/rally/opnfv-glance.json 2018-08-15 17:55:37.022 1322 INFO rally.api [-] Building 'json' report for the following task(s): '98221945-b5a4-4f18-a3d1-ad41d76ddaac'. 2018-08-15 17:55:37.027 1322 INFO rally.api [-] The report has been successfully built. 2018-08-15 17:55:37,116 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '98221945-b5a4-4f18-a3d1-ad41d76ddaac', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.html'] 2018-08-15 17:55:39,756 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 98221945-b5a4-4f18-a3d1-ad41d76ddaac --out /home/opnfv/functest/results/rally/opnfv-glance.html 2018-08-15 17:55:39.644 1325 INFO rally.api [-] Building 'html' report for the following task(s): '98221945-b5a4-4f18-a3d1-ad41d76ddaac'. 2018-08-15 17:55:39.665 1325 INFO rally.api [-] The report has been successfully built. 2018-08-15 17:55:39,762 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "glance" OK. 2018-08-15 17:55:39,762 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "cinder" ... 2018-08-15 17:55:39,763 - 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-15 17:55:39,763 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-15 17:55:39,776 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-15 17:55:39,777 - 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': 'cfb28cfc-f406-45cd-a88a-caadcb23e577', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_b7f7f744-e577-4c65-b794-1aa0283e04c6', 'flavor_name': 'rally_sanity-flavor_b7f7f744-e577-4c65-b794-1aa0283e04c6', '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_b7f7f744-e577-4c65-b794-1aa0283e04c6', '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-15 17:59:15,805 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 09259c5b-4708-4465-985e-7d2e0fbddd13 2018-08-15 17:59:15,805 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '09259c5b-4708-4465-985e-7d2e0fbddd13'] 2018-08-15 17:59:16,864 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 09259c5b-4708-4465-985e-7d2e0fbddd13 -------------------------------------------------------------------------------- Task 09259c5b-4708-4465-985e-7d2e0fbddd13: 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 09259c5b-4708-4465-985e-7d2e0fbddd13 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.466 | 3.466 | 3.466 | 3.466 | 3.466 | 3.466 | 100.0% | 1 | | cinder_v2.delete_snapshot | 2.769 | 2.769 | 2.769 | 2.769 | 2.769 | 2.769 | 100.0% | 1 | | total | 6.235 | 6.235 | 6.235 | 6.235 | 6.235 | 6.235 | 100.0% | 1 | | -> duration | 6.235 | 6.235 | 6.235 | 6.235 | 6.235 | 6.235 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.235476 Full duration: 24.891389 -------------------------------------------------------------------------------- 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 09259c5b-4708-4465-985e-7d2e0fbddd13 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.528 | 3.528 | 3.528 | 3.528 | 3.528 | 3.528 | 100.0% | 1 | | cinder_v2.delete_volume | 0.616 | 0.616 | 0.616 | 0.616 | 0.616 | 0.616 | 100.0% | 1 | | total | 4.144 | 4.144 | 4.144 | 4.144 | 4.144 | 4.144 | 100.0% | 1 | | -> duration | 4.144 | 4.144 | 4.144 | 4.144 | 4.144 | 4.144 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.144246 Full duration: 17.032367 -------------------------------------------------------------------------------- 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_b7f7f744-e577-4c65-b794-1aa0283e04c6" }, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 09259c5b-4708-4465-985e-7d2e0fbddd13 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 6.116 | 6.116 | 6.116 | 6.116 | 6.116 | 6.116 | 100.0% | 1 | | cinder_v2.delete_volume | 0.282 | 0.282 | 0.282 | 0.282 | 0.282 | 0.282 | 100.0% | 1 | | total | 6.399 | 6.399 | 6.399 | 6.399 | 6.399 | 6.399 | 100.0% | 1 | | -> duration | 6.399 | 6.399 | 6.399 | 6.399 | 6.399 | 6.399 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.398663 Full duration: 19.449652 -------------------------------------------------------------------------------- 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 09259c5b-4708-4465-985e-7d2e0fbddd13 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.538 | 3.538 | 3.538 | 3.538 | 3.538 | 3.538 | 100.0% | 1 | | cinder_v2.delete_volume | 2.617 | 2.617 | 2.617 | 2.617 | 2.617 | 2.617 | 100.0% | 1 | | total | 6.156 | 6.156 | 6.156 | 6.156 | 6.156 | 6.156 | 100.0% | 1 | | -> duration | 6.156 | 6.156 | 6.156 | 6.156 | 6.156 | 6.156 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.155793 Full duration: 18.484454 -------------------------------------------------------------------------------- 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 09259c5b-4708-4465-985e-7d2e0fbddd13 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.49 | 3.49 | 3.49 | 3.49 | 3.49 | 3.49 | 100.0% | 1 | | cinder_v2.extend_volume | 0.668 | 0.668 | 0.668 | 0.668 | 0.668 | 0.668 | 100.0% | 1 | | cinder_v2.delete_volume | 0.681 | 0.681 | 0.681 | 0.681 | 0.681 | 0.681 | 100.0% | 1 | | total | 4.839 | 4.839 | 4.839 | 4.839 | 4.839 | 4.839 | 100.0% | 1 | | -> duration | 4.839 | 4.839 | 4.839 | 4.839 | 4.839 | 4.839 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.839156 Full duration: 17.758956 -------------------------------------------------------------------------------- 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 09259c5b-4708-4465-985e-7d2e0fbddd13 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.695 | 3.695 | 3.695 | 3.695 | 3.695 | 3.695 | 100.0% | 1 | | cinder_v2.delete_volume | 2.929 | 2.929 | 2.929 | 2.929 | 2.929 | 2.929 | 100.0% | 1 | | total | 6.624 | 6.624 | 6.624 | 6.624 | 6.624 | 6.624 | 100.0% | 1 | | -> duration | 6.624 | 6.624 | 6.624 | 6.624 | 6.624 | 6.624 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.623796 Full duration: 27.004319 -------------------------------------------------------------------------------- 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 09259c5b-4708-4465-985e-7d2e0fbddd13 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.749 | 0.749 | 0.749 | 0.749 | 0.749 | 0.749 | 100.0% | 1 | | cinder_v2.list_qos | 0.211 | 0.211 | 0.211 | 0.211 | 0.211 | 0.211 | 100.0% | 1 | | total | 0.961 | 0.961 | 0.961 | 0.961 | 0.961 | 0.961 | 100.0% | 1 | | -> duration | 0.961 | 0.961 | 0.961 | 0.961 | 0.961 | 0.961 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.960746 Full duration: 15.455343 -------------------------------------------------------------------------------- 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 09259c5b-4708-4465-985e-7d2e0fbddd13 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.702 | 0.702 | 0.702 | 0.702 | 0.702 | 0.702 | 100.0% | 1 | | cinder_v2.set_qos | 0.221 | 0.221 | 0.221 | 0.221 | 0.221 | 0.221 | 100.0% | 1 | | total | 0.924 | 0.924 | 0.924 | 0.924 | 0.924 | 0.924 | 100.0% | 1 | | -> duration | 0.924 | 0.924 | 0.924 | 0.924 | 0.924 | 0.924 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.923863 Full duration: 15.43136 -------------------------------------------------------------------------------- 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 09259c5b-4708-4465-985e-7d2e0fbddd13 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume_type | 0.711 | 0.711 | 0.711 | 0.711 | 0.711 | 0.711 | 100.0% | 1 | | cinder_v2.list_types | 0.269 | 0.269 | 0.269 | 0.269 | 0.269 | 0.269 | 100.0% | 1 | | total | 0.98 | 0.98 | 0.98 | 0.98 | 0.98 | 0.98 | 100.0% | 1 | | -> duration | 0.98 | 0.98 | 0.98 | 0.98 | 0.98 | 0.98 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.98002 Full duration: 15.651904 -------------------------------------------------------------------------------- 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 09259c5b-4708-4465-985e-7d2e0fbddd13 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.775 | 0.775 | 0.775 | 0.775 | 0.775 | 0.775 | 100.0% | 1 | | cinder_v2.create_encryption_type | 0.29 | 0.29 | 0.29 | 0.29 | 0.29 | 0.29 | 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.06474 Full duration: 15.466403 HINTS: * To plot HTML graphics with this data, run: rally task report 09259c5b-4708-4465-985e-7d2e0fbddd13 --out output.html * To generate a JUnit report, run: rally task export 09259c5b-4708-4465-985e-7d2e0fbddd13 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 09259c5b-4708-4465-985e-7d2e0fbddd13 --json --out output.json 2018-08-15 17:59:16,865 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '09259c5b-4708-4465-985e-7d2e0fbddd13', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.json'] 2018-08-15 17:59:19,593 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 09259c5b-4708-4465-985e-7d2e0fbddd13 --out /home/opnfv/functest/results/rally/opnfv-cinder.json 2018-08-15 17:59:19.477 3114 INFO rally.api [-] Building 'json' report for the following task(s): '09259c5b-4708-4465-985e-7d2e0fbddd13'. 2018-08-15 17:59:19.487 3114 INFO rally.api [-] The report has been successfully built. 2018-08-15 17:59:19,593 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '09259c5b-4708-4465-985e-7d2e0fbddd13', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.html'] 2018-08-15 17:59:22,161 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 09259c5b-4708-4465-985e-7d2e0fbddd13 --out /home/opnfv/functest/results/rally/opnfv-cinder.html 2018-08-15 17:59:22.025 3117 INFO rally.api [-] Building 'html' report for the following task(s): '09259c5b-4708-4465-985e-7d2e0fbddd13'. 2018-08-15 17:59:22.054 3117 INFO rally.api [-] The report has been successfully built. 2018-08-15 17:59:22,167 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "cinder" OK. 2018-08-15 17:59:22,167 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "gnocchi" ... 2018-08-15 17:59:22,167 - 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-15 17:59:22,168 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-15 17:59:22,173 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-15 17:59:22,173 - 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': 'cfb28cfc-f406-45cd-a88a-caadcb23e577', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_b7f7f744-e577-4c65-b794-1aa0283e04c6', 'flavor_name': 'rally_sanity-flavor_b7f7f744-e577-4c65-b794-1aa0283e04c6', '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_b7f7f744-e577-4c65-b794-1aa0283e04c6', '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-15 18:01:42,775 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 7f72859f-eefd-44c4-8609-7f432f93b866 2018-08-15 18:01:42,776 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '7f72859f-eefd-44c4-8609-7f432f93b866'] 2018-08-15 18:01:43,806 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 7f72859f-eefd-44c4-8609-7f432f93b866 -------------------------------------------------------------------------------- Task 7f72859f-eefd-44c4-8609-7f432f93b866: 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 7f72859f-eefd-44c4-8609-7f432f93b866 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.686 | 0.686 | 0.686 | 0.686 | 0.686 | 0.686 | 100.0% | 1 | | total | 0.686 | 0.686 | 0.686 | 0.686 | 0.686 | 0.686 | 100.0% | 1 | | -> duration | 0.686 | 0.686 | 0.686 | 0.686 | 0.686 | 0.686 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.686399 Full duration: 8.894297 -------------------------------------------------------------------------------- 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 7f72859f-eefd-44c4-8609-7f432f93b866 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.684 | 0.684 | 0.684 | 0.684 | 0.684 | 0.684 | 100.0% | 1 | | total | 0.685 | 0.685 | 0.685 | 0.685 | 0.685 | 0.685 | 100.0% | 1 | | -> duration | 0.685 | 0.685 | 0.685 | 0.685 | 0.685 | 0.685 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.684552 Full duration: 9.278097 -------------------------------------------------------------------------------- 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 7f72859f-eefd-44c4-8609-7f432f93b866 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.7 | 0.7 | 0.7 | 0.7 | 0.7 | 0.7 | 100.0% | 1 | | total | 0.7 | 0.7 | 0.7 | 0.7 | 0.7 | 0.7 | 100.0% | 1 | | -> duration | 0.7 | 0.7 | 0.7 | 0.7 | 0.7 | 0.7 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.699751 Full duration: 9.13783 -------------------------------------------------------------------------------- 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 7f72859f-eefd-44c4-8609-7f432f93b866 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.733 | 0.733 | 0.733 | 0.733 | 0.733 | 0.733 | 100.0% | 1 | | gnocchi.delete_archive_policy_rule | 0.37 | 0.37 | 0.37 | 0.37 | 0.37 | 0.37 | 100.0% | 1 | | total | 1.104 | 1.104 | 1.104 | 1.104 | 1.104 | 1.104 | 100.0% | 1 | | -> duration | 1.104 | 1.104 | 1.104 | 1.104 | 1.104 | 1.104 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.10394 Full duration: 10.413198 -------------------------------------------------------------------------------- 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 7f72859f-eefd-44c4-8609-7f432f93b866 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.682 | 0.682 | 0.682 | 0.682 | 0.682 | 0.682 | 100.0% | 1 | | total | 0.682 | 0.682 | 0.682 | 0.682 | 0.682 | 0.682 | 100.0% | 1 | | -> duration | 0.682 | 0.682 | 0.682 | 0.682 | 0.682 | 0.682 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.682273 Full duration: 10.040606 -------------------------------------------------------------------------------- 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 7f72859f-eefd-44c4-8609-7f432f93b866 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.689 | 0.689 | 0.689 | 0.689 | 0.689 | 0.689 | 100.0% | 1 | | gnocchi.delete_archive_policy | 0.282 | 0.282 | 0.282 | 0.282 | 0.282 | 0.282 | 100.0% | 1 | | total | 0.972 | 0.972 | 0.972 | 0.972 | 0.972 | 0.972 | 100.0% | 1 | | -> duration | 0.972 | 0.972 | 0.972 | 0.972 | 0.972 | 0.972 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.971629 Full duration: 10.195026 -------------------------------------------------------------------------------- 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 7f72859f-eefd-44c4-8609-7f432f93b866 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.671 | 0.671 | 0.671 | 0.671 | 0.671 | 0.671 | 100.0% | 1 | | total | 0.671 | 0.671 | 0.671 | 0.671 | 0.671 | 0.671 | 100.0% | 1 | | -> duration | 0.671 | 0.671 | 0.671 | 0.671 | 0.671 | 0.671 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.67085 Full duration: 9.09335 -------------------------------------------------------------------------------- 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 7f72859f-eefd-44c4-8609-7f432f93b866 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.153 | 1.153 | 1.153 | 1.153 | 1.153 | 1.153 | 100.0% | 1 | | gnocchi.delete_resource_type | 0.364 | 0.364 | 0.364 | 0.364 | 0.364 | 0.364 | 100.0% | 1 | | total | 1.518 | 1.518 | 1.518 | 1.518 | 1.518 | 1.518 | 100.0% | 1 | | -> duration | 1.518 | 1.518 | 1.518 | 1.518 | 1.518 | 1.518 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.517545 Full duration: 11.067172 -------------------------------------------------------------------------------- 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 7f72859f-eefd-44c4-8609-7f432f93b866 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.707 | 0.707 | 0.707 | 0.707 | 0.707 | 0.707 | 100.0% | 1 | | total | 0.707 | 0.707 | 0.707 | 0.707 | 0.707 | 0.707 | 100.0% | 1 | | -> duration | 0.707 | 0.707 | 0.707 | 0.707 | 0.707 | 0.707 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.707311 Full duration: 9.148966 -------------------------------------------------------------------------------- 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 7f72859f-eefd-44c4-8609-7f432f93b866 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.005 | 1.005 | 1.005 | 1.005 | 1.005 | 1.005 | 100.0% | 1 | | gnocchi.delete_metric | 0.277 | 0.277 | 0.277 | 0.277 | 0.277 | 0.277 | 100.0% | 1 | | total | 1.283 | 1.283 | 1.283 | 1.283 | 1.283 | 1.283 | 100.0% | 1 | | -> duration | 1.283 | 1.283 | 1.283 | 1.283 | 1.283 | 1.283 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.282919 Full duration: 10.745329 -------------------------------------------------------------------------------- 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 7f72859f-eefd-44c4-8609-7f432f93b866 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.711 | 0.711 | 0.711 | 0.711 | 0.711 | 0.711 | 100.0% | 1 | | gnocchi.delete_resource | 0.365 | 0.365 | 0.365 | 0.365 | 0.365 | 0.365 | 100.0% | 1 | | total | 1.077 | 1.077 | 1.077 | 1.077 | 1.077 | 1.077 | 100.0% | 1 | | -> duration | 1.077 | 1.077 | 1.077 | 1.077 | 1.077 | 1.077 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.076623 Full duration: 10.293527 HINTS: * To plot HTML graphics with this data, run: rally task report 7f72859f-eefd-44c4-8609-7f432f93b866 --out output.html * To generate a JUnit report, run: rally task export 7f72859f-eefd-44c4-8609-7f432f93b866 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 7f72859f-eefd-44c4-8609-7f432f93b866 --json --out output.json 2018-08-15 18:01:43,807 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '7f72859f-eefd-44c4-8609-7f432f93b866', '--out', u'/home/opnfv/functest/results/rally/opnfv-gnocchi.json'] 2018-08-15 18:01:46,415 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 7f72859f-eefd-44c4-8609-7f432f93b866 --out /home/opnfv/functest/results/rally/opnfv-gnocchi.json 2018-08-15 18:01:46.316 4252 INFO rally.api [-] Building 'json' report for the following task(s): '7f72859f-eefd-44c4-8609-7f432f93b866'. 2018-08-15 18:01:46.324 4252 INFO rally.api [-] The report has been successfully built. 2018-08-15 18:01:46,415 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '7f72859f-eefd-44c4-8609-7f432f93b866', '--out', u'/home/opnfv/functest/results/rally/opnfv-gnocchi.html'] 2018-08-15 18:01:49,036 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 7f72859f-eefd-44c4-8609-7f432f93b866 --out /home/opnfv/functest/results/rally/opnfv-gnocchi.html 2018-08-15 18:01:48.927 4255 INFO rally.api [-] Building 'html' report for the following task(s): '7f72859f-eefd-44c4-8609-7f432f93b866'. 2018-08-15 18:01:48.954 4255 INFO rally.api [-] The report has been successfully built. 2018-08-15 18:01:49,048 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "gnocchi" OK. 2018-08-15 18:01:49,048 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "heat" ... 2018-08-15 18:01:49,049 - 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-15 18:01:49,049 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-15 18:01:49,062 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-15 18:01:49,062 - 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': 'cfb28cfc-f406-45cd-a88a-caadcb23e577', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_b7f7f744-e577-4c65-b794-1aa0283e04c6', 'flavor_name': 'rally_sanity-flavor_b7f7f744-e577-4c65-b794-1aa0283e04c6', '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_b7f7f744-e577-4c65-b794-1aa0283e04c6', '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-15 18:03:33,937 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 9b7899ed-ed56-4988-bdad-8b0a8523c9a1 2018-08-15 18:03:33,938 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '9b7899ed-ed56-4988-bdad-8b0a8523c9a1'] 2018-08-15 18:03:34,907 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 9b7899ed-ed56-4988-bdad-8b0a8523c9a1 -------------------------------------------------------------------------------- Task 9b7899ed-ed56-4988-bdad-8b0a8523c9a1: 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 9b7899ed-ed56-4988-bdad-8b0a8523c9a1 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.83 | 7.83 | 7.83 | 7.83 | 7.83 | 7.83 | 100.0% | 1 | | heat.update_stack | 3.758 | 3.758 | 3.758 | 3.758 | 3.758 | 3.758 | 100.0% | 1 | | heat.delete_stack | 2.946 | 2.946 | 2.946 | 2.946 | 2.946 | 2.946 | 100.0% | 1 | | total | 14.534 | 14.534 | 14.534 | 14.534 | 14.534 | 14.534 | 100.0% | 1 | | -> duration | 10.534 | 10.534 | 10.534 | 10.534 | 10.534 | 10.534 | 100.0% | 1 | | -> idle_duration | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 10.534141 Full duration: 25.340969 -------------------------------------------------------------------------------- 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 9b7899ed-ed56-4988-bdad-8b0a8523c9a1 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | heat.create_stack | 5.713 | 5.713 | 5.713 | 5.713 | 5.713 | 5.713 | 100.0% | 1 | | heat.check_stack | 0.687 | 0.687 | 0.687 | 0.687 | 0.687 | 0.687 | 100.0% | 1 | | heat.delete_stack | 2.645 | 2.645 | 2.645 | 2.645 | 2.645 | 2.645 | 100.0% | 1 | | total | 9.045 | 9.045 | 9.045 | 9.045 | 9.045 | 9.045 | 100.0% | 1 | | -> duration | 7.045 | 7.045 | 7.045 | 7.045 | 7.045 | 7.045 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.045177 Full duration: 19.861783 -------------------------------------------------------------------------------- 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 9b7899ed-ed56-4988-bdad-8b0a8523c9a1 has 0 error(s) -------------------------------------------------------------------------------- +-----------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | heat.create_stack | 5.676 | 5.676 | 5.676 | 5.676 | 5.676 | 5.676 | 100.0% | 1 | | heat.suspend_stack | 1.079 | 1.079 | 1.079 | 1.079 | 1.079 | 1.079 | 100.0% | 1 | | heat.resume_stack | 1.545 | 1.545 | 1.545 | 1.545 | 1.545 | 1.545 | 100.0% | 1 | | heat.delete_stack | 1.46 | 1.46 | 1.46 | 1.46 | 1.46 | 1.46 | 100.0% | 1 | | total | 9.759 | 9.759 | 9.759 | 9.759 | 9.759 | 9.759 | 100.0% | 1 | | -> duration | 7.759 | 7.759 | 7.759 | 7.759 | 7.759 | 7.759 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.759326 Full duration: 22.572801 -------------------------------------------------------------------------------- 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 9b7899ed-ed56-4988-bdad-8b0a8523c9a1 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | heat.list_stacks | 0.682 | 0.682 | 0.682 | 0.682 | 0.682 | 0.682 | 100.0% | 1 | | total | 0.682 | 0.682 | 0.682 | 0.682 | 0.682 | 0.682 | 100.0% | 1 | | -> duration | 0.682 | 0.682 | 0.682 | 0.682 | 0.682 | 0.682 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.681881 Full duration: 10.42581 HINTS: * To plot HTML graphics with this data, run: rally task report 9b7899ed-ed56-4988-bdad-8b0a8523c9a1 --out output.html * To generate a JUnit report, run: rally task export 9b7899ed-ed56-4988-bdad-8b0a8523c9a1 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 9b7899ed-ed56-4988-bdad-8b0a8523c9a1 --json --out output.json 2018-08-15 18:03:34,907 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '9b7899ed-ed56-4988-bdad-8b0a8523c9a1', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.json'] 2018-08-15 18:03:37,485 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 9b7899ed-ed56-4988-bdad-8b0a8523c9a1 --out /home/opnfv/functest/results/rally/opnfv-heat.json 2018-08-15 18:03:37.393 5168 INFO rally.api [-] Building 'json' report for the following task(s): '9b7899ed-ed56-4988-bdad-8b0a8523c9a1'. 2018-08-15 18:03:37.398 5168 INFO rally.api [-] The report has been successfully built. 2018-08-15 18:03:37,486 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '9b7899ed-ed56-4988-bdad-8b0a8523c9a1', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.html'] 2018-08-15 18:03:40,266 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 9b7899ed-ed56-4988-bdad-8b0a8523c9a1 --out /home/opnfv/functest/results/rally/opnfv-heat.html 2018-08-15 18:03:40.095 5171 INFO rally.api [-] Building 'html' report for the following task(s): '9b7899ed-ed56-4988-bdad-8b0a8523c9a1'. 2018-08-15 18:03:40.118 5171 INFO rally.api [-] The report has been successfully built. 2018-08-15 18:03:40,269 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "heat" OK. 2018-08-15 18:03:40,269 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "keystone" ... 2018-08-15 18:03:40,270 - 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-15 18:03:40,270 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-15 18:03:40,275 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-15 18:03:40,275 - 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': 'cfb28cfc-f406-45cd-a88a-caadcb23e577', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_b7f7f744-e577-4c65-b794-1aa0283e04c6', 'flavor_name': 'rally_sanity-flavor_b7f7f744-e577-4c65-b794-1aa0283e04c6', '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_b7f7f744-e577-4c65-b794-1aa0283e04c6', '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-15 18:07:42,730 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 72a0b7cc-87af-4513-a295-e28d92a1e3c9 2018-08-15 18:07:42,730 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '72a0b7cc-87af-4513-a295-e28d92a1e3c9'] 2018-08-15 18:07:43,786 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 72a0b7cc-87af-4513-a295-e28d92a1e3c9 -------------------------------------------------------------------------------- Task 72a0b7cc-87af-4513-a295-e28d92a1e3c9: 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 72a0b7cc-87af-4513-a295-e28d92a1e3c9 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.86 | 0.86 | 0.86 | 0.86 | 0.86 | 0.86 | 100.0% | 1 | | keystone_v3.add_role | 0.176 | 0.176 | 0.176 | 0.176 | 0.176 | 0.176 | 100.0% | 1 | | keystone_v3.revoke_role | 0.174 | 0.174 | 0.174 | 0.174 | 0.174 | 0.174 | 100.0% | 1 | | total | 1.21 | 1.21 | 1.21 | 1.21 | 1.21 | 1.21 | 100.0% | 1 | | -> duration | 1.21 | 1.21 | 1.21 | 1.21 | 1.21 | 1.21 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.209547 Full duration: 18.152494 -------------------------------------------------------------------------------- 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 72a0b7cc-87af-4513-a295-e28d92a1e3c9 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.618 | 0.618 | 0.618 | 0.618 | 0.618 | 0.618 | 100.0% | 1 | | keystone_v3.add_role | 0.151 | 0.151 | 0.151 | 0.151 | 0.151 | 0.151 | 100.0% | 1 | | keystone_v3.list_roles | 0.222 | 0.222 | 0.222 | 0.222 | 0.222 | 0.222 | 100.0% | 1 | | total | 0.992 | 0.992 | 0.992 | 0.992 | 0.992 | 0.992 | 100.0% | 1 | | -> duration | 0.992 | 0.992 | 0.992 | 0.992 | 0.992 | 0.992 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.99206 Full duration: 18.979031 -------------------------------------------------------------------------------- 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 72a0b7cc-87af-4513-a295-e28d92a1e3c9 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_project | 0.935 | 0.935 | 0.935 | 0.935 | 0.935 | 0.935 | 100.0% | 1 | | keystone_v3.list_projects | 0.186 | 0.186 | 0.186 | 0.186 | 0.186 | 0.186 | 100.0% | 1 | | total | 1.121 | 1.121 | 1.121 | 1.121 | 1.121 | 1.121 | 100.0% | 1 | | -> duration | 1.121 | 1.121 | 1.121 | 1.121 | 1.121 | 1.121 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.121432 Full duration: 18.82895 -------------------------------------------------------------------------------- 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 72a0b7cc-87af-4513-a295-e28d92a1e3c9 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.772 | 0.772 | 0.772 | 0.772 | 0.772 | 0.772 | 100.0% | 1 | | keystone_v3.delete_role | 0.186 | 0.186 | 0.186 | 0.186 | 0.186 | 0.186 | 100.0% | 1 | | total | 0.958 | 0.958 | 0.958 | 0.958 | 0.958 | 0.958 | 100.0% | 1 | | -> duration | 0.958 | 0.958 | 0.958 | 0.958 | 0.958 | 0.958 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.958028 Full duration: 15.983653 -------------------------------------------------------------------------------- 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 72a0b7cc-87af-4513-a295-e28d92a1e3c9 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.652 | 0.652 | 0.652 | 0.652 | 0.652 | 0.652 | 100.0% | 1 | | keystone_v3.delete_service | 0.139 | 0.139 | 0.139 | 0.139 | 0.139 | 0.139 | 100.0% | 1 | | total | 0.792 | 0.792 | 0.792 | 0.792 | 0.792 | 0.792 | 100.0% | 1 | | -> duration | 0.792 | 0.792 | 0.792 | 0.792 | 0.792 | 0.792 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.792076 Full duration: 15.793798 -------------------------------------------------------------------------------- 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 72a0b7cc-87af-4513-a295-e28d92a1e3c9 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_project | 0.957 | 0.957 | 0.957 | 0.957 | 0.957 | 0.957 | 100.0% | 1 | | keystone_v3.create_user | 0.913 | 0.913 | 0.913 | 0.913 | 0.913 | 0.913 | 100.0% | 1 | | -> keystone_v3.list_roles | 0.176 | 0.176 | 0.176 | 0.176 | 0.176 | 0.176 | 100.0% | 1 | | -> keystone_v3.add_role | 0.217 | 0.217 | 0.217 | 0.217 | 0.217 | 0.217 | 100.0% | 1 | | keystone_v3.create_role | 0.122 | 0.122 | 0.122 | 0.122 | 0.122 | 0.122 | 100.0% | 1 | | keystone_v3.get_project | 0.113 | 0.113 | 0.113 | 0.113 | 0.113 | 0.113 | 100.0% | 1 | | keystone_v3.get_user | 0.117 | 0.117 | 0.117 | 0.117 | 0.117 | 0.117 | 100.0% | 1 | | keystone_v3.get_role | 0.138 | 0.138 | 0.138 | 0.138 | 0.138 | 0.138 | 100.0% | 1 | | keystone_v3.list_services | 0.12 | 0.12 | 0.12 | 0.12 | 0.12 | 0.12 | 100.0% | 1 | | keystone_v3.get_services | 0.106 | 0.106 | 0.106 | 0.106 | 0.106 | 0.106 | 100.0% | 1 | | total | 2.72 | 2.72 | 2.72 | 2.72 | 2.72 | 2.72 | 100.0% | 1 | | -> duration | 2.72 | 2.72 | 2.72 | 2.72 | 2.72 | 2.72 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.720394 Full duration: 24.501803 -------------------------------------------------------------------------------- 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 72a0b7cc-87af-4513-a295-e28d92a1e3c9 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_project | 0.957 | 0.957 | 0.957 | 0.957 | 0.957 | 0.957 | 100.0% | 1 | | keystone_v3.update_project | 0.151 | 0.151 | 0.151 | 0.151 | 0.151 | 0.151 | 100.0% | 1 | | keystone_v3.delete_project | 0.177 | 0.177 | 0.177 | 0.177 | 0.177 | 0.177 | 100.0% | 1 | | total | 1.286 | 1.286 | 1.286 | 1.286 | 1.286 | 1.286 | 100.0% | 1 | | -> duration | 1.286 | 1.286 | 1.286 | 1.286 | 1.286 | 1.286 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.285589 Full duration: 16.475647 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_user args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": {}, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 72a0b7cc-87af-4513-a295-e28d92a1e3c9 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.168 | 1.168 | 1.168 | 1.168 | 1.168 | 1.168 | 100.0% | 1 | | total | 1.331 | 1.331 | 1.331 | 1.331 | 1.331 | 1.331 | 100.0% | 1 | | -> duration | 1.331 | 1.331 | 1.331 | 1.331 | 1.331 | 1.331 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.331205 Full duration: 18.365463 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": {}, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 72a0b7cc-87af-4513-a295-e28d92a1e3c9 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_project | 0.963 | 0.963 | 0.963 | 0.963 | 0.963 | 0.963 | 100.0% | 1 | | total | 0.963 | 0.963 | 0.963 | 0.963 | 0.963 | 0.963 | 100.0% | 1 | | -> duration | 0.963 | 0.963 | 0.963 | 0.963 | 0.963 | 0.963 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.963466 Full duration: 18.908624 -------------------------------------------------------------------------------- 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 72a0b7cc-87af-4513-a295-e28d92a1e3c9 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.205 | 1.205 | 1.205 | 1.205 | 1.205 | 1.205 | 100.0% | 1 | | keystone_v3.list_users | 0.126 | 0.126 | 0.126 | 0.126 | 0.126 | 0.126 | 100.0% | 1 | | total | 1.527 | 1.527 | 1.527 | 1.527 | 1.527 | 1.527 | 100.0% | 1 | | -> duration | 1.527 | 1.527 | 1.527 | 1.527 | 1.527 | 1.527 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.52692 Full duration: 18.585977 -------------------------------------------------------------------------------- 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 72a0b7cc-87af-4513-a295-e28d92a1e3c9 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.112 | 1.112 | 1.112 | 1.112 | 1.112 | 1.112 | 100.0% | 1 | | keystone_v3.create_users | 7.048 | 7.048 | 7.048 | 7.048 | 7.048 | 7.048 | 100.0% | 1 | | -> keystone_v3.create_user (x10) | 7.048 | 7.048 | 7.048 | 7.048 | 7.048 | 7.048 | 100.0% | 1 | | --> keystone_v3.list_roles (x10) | 1.334 | 1.334 | 1.334 | 1.334 | 1.334 | 1.334 | 100.0% | 1 | | --> keystone_v3.add_role (x10) | 1.515 | 1.515 | 1.515 | 1.515 | 1.515 | 1.515 | 100.0% | 1 | | total | 9.511 | 9.511 | 9.511 | 9.511 | 9.511 | 9.511 | 100.0% | 1 | | -> duration | 9.511 | 9.511 | 9.511 | 9.511 | 9.511 | 9.511 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 9.510698 Full duration: 31.504085 HINTS: * To plot HTML graphics with this data, run: rally task report 72a0b7cc-87af-4513-a295-e28d92a1e3c9 --out output.html * To generate a JUnit report, run: rally task export 72a0b7cc-87af-4513-a295-e28d92a1e3c9 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 72a0b7cc-87af-4513-a295-e28d92a1e3c9 --json --out output.json 2018-08-15 18:07:43,787 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '72a0b7cc-87af-4513-a295-e28d92a1e3c9', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.json'] 2018-08-15 18:07:46,366 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 72a0b7cc-87af-4513-a295-e28d92a1e3c9 --out /home/opnfv/functest/results/rally/opnfv-keystone.json 2018-08-15 18:07:46.245 7086 INFO rally.api [-] Building 'json' report for the following task(s): '72a0b7cc-87af-4513-a295-e28d92a1e3c9'. 2018-08-15 18:07:46.256 7086 INFO rally.api [-] The report has been successfully built. 2018-08-15 18:07:46,366 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '72a0b7cc-87af-4513-a295-e28d92a1e3c9', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.html'] 2018-08-15 18:07:49,007 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 72a0b7cc-87af-4513-a295-e28d92a1e3c9 --out /home/opnfv/functest/results/rally/opnfv-keystone.html 2018-08-15 18:07:48.834 7089 INFO rally.api [-] Building 'html' report for the following task(s): '72a0b7cc-87af-4513-a295-e28d92a1e3c9'. 2018-08-15 18:07:48.865 7089 INFO rally.api [-] The report has been successfully built. 2018-08-15 18:07:49,015 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "keystone" OK. 2018-08-15 18:07:49,015 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "neutron" ... 2018-08-15 18:07:49,015 - 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-15 18:07:49,015 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-15 18:07:49,021 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-15 18:07:49,021 - 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': 'cfb28cfc-f406-45cd-a88a-caadcb23e577', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_b7f7f744-e577-4c65-b794-1aa0283e04c6', 'flavor_name': 'rally_sanity-flavor_b7f7f744-e577-4c65-b794-1aa0283e04c6', '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_b7f7f744-e577-4c65-b794-1aa0283e04c6', '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-15 18:13:26,625 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : ddada2d5-d282-4d73-b485-1984673c9b2b 2018-08-15 18:13:26,626 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'ddada2d5-d282-4d73-b485-1984673c9b2b'] 2018-08-15 18:13:27,601 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid ddada2d5-d282-4d73-b485-1984673c9b2b -------------------------------------------------------------------------------- Task ddada2d5-d282-4d73-b485-1984673c9b2b: 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 ddada2d5-d282-4d73-b485-1984673c9b2b 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.047 | 1.047 | 1.047 | 1.047 | 1.047 | 1.047 | 100.0% | 1 | | neutron.delete_network | 0.875 | 0.875 | 0.875 | 0.875 | 0.875 | 0.875 | 100.0% | 1 | | total | 1.922 | 1.922 | 1.922 | 1.922 | 1.922 | 1.922 | 100.0% | 1 | | -> duration | 1.922 | 1.922 | 1.922 | 1.922 | 1.922 | 1.922 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.922264 Full duration: 18.066744 -------------------------------------------------------------------------------- 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 ddada2d5-d282-4d73-b485-1984673c9b2b 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.672 | 1.672 | 1.672 | 1.672 | 1.672 | 1.672 | 100.0% | 1 | | neutron.delete_port | 0.575 | 0.575 | 0.575 | 0.575 | 0.575 | 0.575 | 100.0% | 1 | | total | 2.247 | 2.247 | 2.247 | 2.247 | 2.247 | 2.247 | 100.0% | 1 | | -> duration | 2.247 | 2.247 | 2.247 | 2.247 | 2.247 | 2.247 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.247241 Full duration: 30.245355 -------------------------------------------------------------------------------- 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 ddada2d5-d282-4d73-b485-1984673c9b2b 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.121 | 1.121 | 1.121 | 1.121 | 1.121 | 1.121 | 100.0% | 1 | | neutron.create_subnet | 0.609 | 0.609 | 0.609 | 0.609 | 0.609 | 0.609 | 100.0% | 1 | | neutron.create_router | 0.133 | 0.133 | 0.133 | 0.133 | 0.133 | 0.133 | 100.0% | 1 | | neutron.add_interface_router | 1.776 | 1.776 | 1.776 | 1.776 | 1.776 | 1.776 | 100.0% | 1 | | neutron.remove_interface_router | 1.72 | 1.72 | 1.72 | 1.72 | 1.72 | 1.72 | 100.0% | 1 | | neutron.delete_router | 0.463 | 0.463 | 0.463 | 0.463 | 0.463 | 0.463 | 100.0% | 1 | | total | 5.821 | 5.821 | 5.821 | 5.821 | 5.821 | 5.821 | 100.0% | 1 | | -> duration | 5.821 | 5.821 | 5.821 | 5.821 | 5.821 | 5.821 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.821224 Full duration: 38.801072 -------------------------------------------------------------------------------- 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 ddada2d5-d282-4d73-b485-1984673c9b2b 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.379 | 1.379 | 1.379 | 1.379 | 1.379 | 1.379 | 100.0% | 1 | | neutron.delete_subnet | 0.53 | 0.53 | 0.53 | 0.53 | 0.53 | 0.53 | 100.0% | 1 | | total | 1.909 | 1.909 | 1.909 | 1.909 | 1.909 | 1.909 | 100.0% | 1 | | -> duration | 1.909 | 1.909 | 1.909 | 1.909 | 1.909 | 1.909 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.909041 Full duration: 29.245026 -------------------------------------------------------------------------------- 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 ddada2d5-d282-4d73-b485-1984673c9b2b 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.01 | 1.01 | 1.01 | 1.01 | 1.01 | 1.01 | 100.0% | 1 | | neutron.list_networks | 0.168 | 0.168 | 0.168 | 0.168 | 0.168 | 0.168 | 100.0% | 1 | | total | 1.177 | 1.177 | 1.177 | 1.177 | 1.177 | 1.177 | 100.0% | 1 | | -> duration | 1.177 | 1.177 | 1.177 | 1.177 | 1.177 | 1.177 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.177367 Full duration: 19.940842 -------------------------------------------------------------------------------- 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 ddada2d5-d282-4d73-b485-1984673c9b2b 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.417 | 1.417 | 1.417 | 1.417 | 1.417 | 1.417 | 100.0% | 1 | | neutron.list_ports | 0.096 | 0.096 | 0.096 | 0.096 | 0.096 | 0.096 | 100.0% | 1 | | total | 1.513 | 1.513 | 1.513 | 1.513 | 1.513 | 1.513 | 100.0% | 1 | | -> duration | 1.513 | 1.513 | 1.513 | 1.513 | 1.513 | 1.513 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.512745 Full duration: 31.545739 -------------------------------------------------------------------------------- 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 ddada2d5-d282-4d73-b485-1984673c9b2b 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.92 | 0.92 | 0.92 | 0.92 | 0.92 | 0.92 | 100.0% | 1 | | neutron.create_subnet | 0.549 | 0.549 | 0.549 | 0.549 | 0.549 | 0.549 | 100.0% | 1 | | neutron.create_router | 0.344 | 0.344 | 0.344 | 0.344 | 0.344 | 0.344 | 100.0% | 1 | | neutron.add_interface_router | 1.701 | 1.701 | 1.701 | 1.701 | 1.701 | 1.701 | 100.0% | 1 | | neutron.list_routers | 0.121 | 0.121 | 0.121 | 0.121 | 0.121 | 0.121 | 100.0% | 1 | | total | 3.636 | 3.636 | 3.636 | 3.636 | 3.636 | 3.636 | 100.0% | 1 | | -> duration | 3.636 | 3.636 | 3.636 | 3.636 | 3.636 | 3.636 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.635764 Full duration: 42.00596 -------------------------------------------------------------------------------- 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 ddada2d5-d282-4d73-b485-1984673c9b2b 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.9 | 0.9 | 0.9 | 0.9 | 0.9 | 0.9 | 100.0% | 1 | | neutron.create_subnet | 0.589 | 0.589 | 0.589 | 0.589 | 0.589 | 0.589 | 100.0% | 1 | | neutron.list_subnets | 0.078 | 0.078 | 0.078 | 0.078 | 0.078 | 0.078 | 100.0% | 1 | | total | 1.568 | 1.568 | 1.568 | 1.568 | 1.568 | 1.568 | 100.0% | 1 | | -> duration | 1.568 | 1.568 | 1.568 | 1.568 | 1.568 | 1.568 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.567566 Full duration: 34.306035 -------------------------------------------------------------------------------- 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 ddada2d5-d282-4d73-b485-1984673c9b2b 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.208 | 1.208 | 1.208 | 1.208 | 1.208 | 1.208 | 100.0% | 1 | | neutron.delete_security_group | 0.146 | 0.146 | 0.146 | 0.146 | 0.146 | 0.146 | 100.0% | 1 | | total | 1.354 | 1.354 | 1.354 | 1.354 | 1.354 | 1.354 | 100.0% | 1 | | -> duration | 1.354 | 1.354 | 1.354 | 1.354 | 1.354 | 1.354 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.35379 Full duration: 17.235945 -------------------------------------------------------------------------------- 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 ddada2d5-d282-4d73-b485-1984673c9b2b has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_security_group | 0.949 | 0.949 | 0.949 | 0.949 | 0.949 | 0.949 | 100.0% | 1 | | neutron.create_security_group_rule | 0.163 | 0.163 | 0.163 | 0.163 | 0.163 | 0.163 | 100.0% | 1 | | neutron.delete_security_group_rule | 0.096 | 0.096 | 0.096 | 0.096 | 0.096 | 0.096 | 100.0% | 1 | | neutron.delete_security_group | 0.151 | 0.151 | 0.151 | 0.151 | 0.151 | 0.151 | 100.0% | 1 | | total | 1.359 | 1.359 | 1.359 | 1.359 | 1.359 | 1.359 | 100.0% | 1 | | -> duration | 1.359 | 1.359 | 1.359 | 1.359 | 1.359 | 1.359 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.359004 Full duration: 17.297491 -------------------------------------------------------------------------------- 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 ddada2d5-d282-4d73-b485-1984673c9b2b 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.042 | 1.042 | 1.042 | 1.042 | 1.042 | 1.042 | 100.0% | 1 | | neutron.create_router | 0.165 | 0.165 | 0.165 | 0.165 | 0.165 | 0.165 | 100.0% | 1 | | neutron.add_gateway_router | 1.229 | 1.229 | 1.229 | 1.229 | 1.229 | 1.229 | 100.0% | 1 | | neutron.remove_gateway_router | 1.185 | 1.185 | 1.185 | 1.185 | 1.185 | 1.185 | 100.0% | 1 | | total | 3.621 | 3.621 | 3.621 | 3.621 | 3.621 | 3.621 | 100.0% | 1 | | -> duration | 3.621 | 3.621 | 3.621 | 3.621 | 3.621 | 3.621 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.620652 Full duration: 30.02392 HINTS: * To plot HTML graphics with this data, run: rally task report ddada2d5-d282-4d73-b485-1984673c9b2b --out output.html * To generate a JUnit report, run: rally task export ddada2d5-d282-4d73-b485-1984673c9b2b --type junit --to output.xml * To get raw JSON output of task results, run: rally task report ddada2d5-d282-4d73-b485-1984673c9b2b --json --out output.json 2018-08-15 18:13:27,602 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'ddada2d5-d282-4d73-b485-1984673c9b2b', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.json'] 2018-08-15 18:13:30,236 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid ddada2d5-d282-4d73-b485-1984673c9b2b --out /home/opnfv/functest/results/rally/opnfv-neutron.json 2018-08-15 18:13:30.130 10384 INFO rally.api [-] Building 'json' report for the following task(s): 'ddada2d5-d282-4d73-b485-1984673c9b2b'. 2018-08-15 18:13:30.142 10384 INFO rally.api [-] The report has been successfully built. 2018-08-15 18:13:30,237 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'ddada2d5-d282-4d73-b485-1984673c9b2b', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.html'] 2018-08-15 18:13:32,820 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid ddada2d5-d282-4d73-b485-1984673c9b2b --out /home/opnfv/functest/results/rally/opnfv-neutron.html 2018-08-15 18:13:32.697 10387 INFO rally.api [-] Building 'html' report for the following task(s): 'ddada2d5-d282-4d73-b485-1984673c9b2b'. 2018-08-15 18:13:32.727 10387 INFO rally.api [-] The report has been successfully built. 2018-08-15 18:13:32,839 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "neutron" OK. 2018-08-15 18:13:32,840 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "nova" ... 2018-08-15 18:13:32,840 - 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-15 18:13:32,840 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-15 18:13:32,852 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-15 18:13:32,853 - 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': 'cfb28cfc-f406-45cd-a88a-caadcb23e577', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_b7f7f744-e577-4c65-b794-1aa0283e04c6', 'flavor_name': 'rally_sanity-flavor_b7f7f744-e577-4c65-b794-1aa0283e04c6', '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_b7f7f744-e577-4c65-b794-1aa0283e04c6', '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-15 18:14:47,043 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 68cd0c75-64bb-43ab-a4cd-ec081a5eaa77 2018-08-15 18:14:47,043 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '68cd0c75-64bb-43ab-a4cd-ec081a5eaa77'] 2018-08-15 18:14:48,099 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 68cd0c75-64bb-43ab-a4cd-ec081a5eaa77 -------------------------------------------------------------------------------- Task 68cd0c75-64bb-43ab-a4cd-ec081a5eaa77: 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_b7f7f744-e577-4c65-b794-1aa0283e04c6" }, "image": { "name": "rally_sanity-img_b7f7f744-e577-4c65-b794-1aa0283e04c6" }, "nics": [ { "net-id": "cfb28cfc-f406-45cd-a88a-caadcb23e577" } ] }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 68cd0c75-64bb-43ab-a4cd-ec081a5eaa77 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 | 12.864 | 12.864 | 12.864 | 12.864 | 12.864 | 12.864 | 100.0% | 1 | | nova.live_migrate | 7.718 | 7.718 | 7.718 | 7.718 | 7.718 | 7.718 | 0.0% | 1 | | total | 20.582 | 20.582 | 20.582 | 20.582 | 20.582 | 20.582 | 0.0% | 1 | | -> duration | 19.582 | 19.582 | 19.582 | 19.582 | 19.582 | 19.582 | 0.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 0.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 19.582373 Full duration: 37.417066 HINTS: * To plot HTML graphics with this data, run: rally task report 68cd0c75-64bb-43ab-a4cd-ec081a5eaa77 --out output.html * To generate a JUnit report, run: rally task export 68cd0c75-64bb-43ab-a4cd-ec081a5eaa77 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 68cd0c75-64bb-43ab-a4cd-ec081a5eaa77 --json --out output.json At least one workload did not pass SLA criteria. 2018-08-15 18:14:48,099 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '68cd0c75-64bb-43ab-a4cd-ec081a5eaa77', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.json'] 2018-08-15 18:14:50,625 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 68cd0c75-64bb-43ab-a4cd-ec081a5eaa77 --out /home/opnfv/functest/results/rally/opnfv-nova.json 2018-08-15 18:14:50.533 10622 INFO rally.api [-] Building 'json' report for the following task(s): '68cd0c75-64bb-43ab-a4cd-ec081a5eaa77'. 2018-08-15 18:14:50.535 10622 INFO rally.api [-] The report has been successfully built. 2018-08-15 18:14:50,625 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '68cd0c75-64bb-43ab-a4cd-ec081a5eaa77', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.html'] 2018-08-15 18:14:53,215 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 68cd0c75-64bb-43ab-a4cd-ec081a5eaa77 --out /home/opnfv/functest/results/rally/opnfv-nova.html 2018-08-15 18:14:53.116 10625 INFO rally.api [-] Building 'html' report for the following task(s): '68cd0c75-64bb-43ab-a4cd-ec081a5eaa77'. 2018-08-15 18:14:53.132 10625 INFO rally.api [-] The report has been successfully built. 2018-08-15 18:14:53,217 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "nova" Failed. 2018-08-15 18:14:53,217 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "quotas" ... 2018-08-15 18:14:53,218 - 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-15 18:14:53,218 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-15 18:14:53,231 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-15 18:14:53,231 - 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': 'cfb28cfc-f406-45cd-a88a-caadcb23e577', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_b7f7f744-e577-4c65-b794-1aa0283e04c6', 'flavor_name': 'rally_sanity-flavor_b7f7f744-e577-4c65-b794-1aa0283e04c6', '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_b7f7f744-e577-4c65-b794-1aa0283e04c6', '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-15 18:15:56,527 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : b94806fd-4917-46cd-8f6f-bd3910efe4de 2018-08-15 18:15:56,527 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'b94806fd-4917-46cd-8f6f-bd3910efe4de'] 2018-08-15 18:15:57,558 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid b94806fd-4917-46cd-8f6f-bd3910efe4de -------------------------------------------------------------------------------- Task b94806fd-4917-46cd-8f6f-bd3910efe4de: 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 b94806fd-4917-46cd-8f6f-bd3910efe4de 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.831 | 0.831 | 0.831 | 0.831 | 0.831 | 0.831 | 100.0% | 1 | | quotas.delete_quotas | 0.26 | 0.26 | 0.26 | 0.26 | 0.26 | 0.26 | 100.0% | 1 | | total | 1.091 | 1.091 | 1.091 | 1.091 | 1.091 | 1.091 | 100.0% | 1 | | -> duration | 1.091 | 1.091 | 1.091 | 1.091 | 1.091 | 1.091 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.091477 Full duration: 10.941957 -------------------------------------------------------------------------------- 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 b94806fd-4917-46cd-8f6f-bd3910efe4de 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.811 | 0.811 | 0.811 | 0.811 | 0.811 | 0.811 | 100.0% | 1 | | total | 0.811 | 0.811 | 0.811 | 0.811 | 0.811 | 0.811 | 100.0% | 1 | | -> duration | 0.811 | 0.811 | 0.811 | 0.811 | 0.811 | 0.811 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.811396 Full duration: 11.225237 -------------------------------------------------------------------------------- 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 b94806fd-4917-46cd-8f6f-bd3910efe4de 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.419 | 0.419 | 0.419 | 0.419 | 0.419 | 0.419 | 100.0% | 1 | | total | 0.844 | 0.844 | 0.844 | 0.844 | 0.844 | 0.844 | 100.0% | 1 | | -> duration | 0.844 | 0.844 | 0.844 | 0.844 | 0.844 | 0.844 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.843669 Full duration: 10.906061 -------------------------------------------------------------------------------- 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 b94806fd-4917-46cd-8f6f-bd3910efe4de 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.104 | 1.104 | 1.104 | 1.104 | 1.104 | 1.104 | 100.0% | 1 | | total | 1.105 | 1.105 | 1.105 | 1.105 | 1.105 | 1.105 | 100.0% | 1 | | -> duration | 1.105 | 1.105 | 1.105 | 1.105 | 1.105 | 1.105 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.104538 Full duration: 11.770972 HINTS: * To plot HTML graphics with this data, run: rally task report b94806fd-4917-46cd-8f6f-bd3910efe4de --out output.html * To generate a JUnit report, run: rally task export b94806fd-4917-46cd-8f6f-bd3910efe4de --type junit --to output.xml * To get raw JSON output of task results, run: rally task report b94806fd-4917-46cd-8f6f-bd3910efe4de --json --out output.json 2018-08-15 18:15:57,558 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'b94806fd-4917-46cd-8f6f-bd3910efe4de', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.json'] 2018-08-15 18:16:00,197 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid b94806fd-4917-46cd-8f6f-bd3910efe4de --out /home/opnfv/functest/results/rally/opnfv-quotas.json 2018-08-15 18:16:00.093 11138 INFO rally.api [-] Building 'json' report for the following task(s): 'b94806fd-4917-46cd-8f6f-bd3910efe4de'. 2018-08-15 18:16:00.097 11138 INFO rally.api [-] The report has been successfully built. 2018-08-15 18:16:00,197 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'b94806fd-4917-46cd-8f6f-bd3910efe4de', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.html'] 2018-08-15 18:16:02,831 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid b94806fd-4917-46cd-8f6f-bd3910efe4de --out /home/opnfv/functest/results/rally/opnfv-quotas.html 2018-08-15 18:16:02.712 11141 INFO rally.api [-] Building 'html' report for the following task(s): 'b94806fd-4917-46cd-8f6f-bd3910efe4de'. 2018-08-15 18:16:02.732 11141 INFO rally.api [-] The report has been successfully built. 2018-08-15 18:16:02,834 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "quotas" OK. 2018-08-15 18:16:02,835 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally Summary Report: +----------------+------------+----------------+-----------+ | Module | Duration | nb. Test Run | Success | +----------------+------------+----------------+-----------+ | authenticate | 00:58 | 6 | 100.00% | | glance | 01:20 | 4 | 100.00% | | cinder | 03:06 | 10 | 100.00% | | gnocchi | 01:48 | 11 | 100.00% | | heat | 01:18 | 4 | 100.00% | | keystone | 03:36 | 11 | 100.00% | | neutron | 05:08 | 11 | 100.00% | | nova | 00:37 | 1 | 0.00% | | quotas | 00:44 | 4 | 100.00% | | | | | | | TOTAL: | 00:18:38 | 62 | 98.39% | +----------------+------------+----------------+-----------+ 2018-08-15 18:16:02,835 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally 'rally_sanity' success_rate is 98.39% in 8/9 modules 2018-08-15 18:16:02,957 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-15 18:16:02,957 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | rally_sanity | functest | 23:49 | FAIL | +----------------------+------------------+------------------+----------------+ 2018-08-15 18:16:02,960 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-15 18:16:02,962 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}715f914089636591a290de26a09ff83002c46461" 2018-08-15 18:16:03,236 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 18:16: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-7319b25f-18bb-4dd2-85bd-f0a172f5f8ef x-compute-request-id: req-7319b25f-18bb-4dd2-85bd-f0a172f5f8ef Content-Encoding: gzip Content-Length: 364 Content-Type: application/json RESP BODY: {"flavors": [{"name": "rally_sanity-flavor_b7f7f744-e577-4c65-b794-1aa0283e04c6", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/1b0110ec-431f-4bf8-b5a6-b17faab50627", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/1b0110ec-431f-4bf8-b5a6-b17faab50627", "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": "1b0110ec-431f-4bf8-b5a6-b17faab50627"}, {"name": "rally_sanity-flavor_alt_b7f7f744-e577-4c65-b794-1aa0283e04c6", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/4d32885c-2192-4bab-aa75-a6cda6d0eecb", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/4d32885c-2192-4bab-aa75-a6cda6d0eecb", "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": "4d32885c-2192-4bab-aa75-a6cda6d0eecb"}]} 2018-08-15 18:16:03,236 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-7319b25f-18bb-4dd2-85bd-f0a172f5f8ef 2018-08-15 18:16:03,236 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.276115179062s 2018-08-15 18:16:03,237 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-7319b25f-18bb-4dd2-85bd-f0a172f5f8ef 2018-08-15 18:16:03,239 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-15 18:16:03,242 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/flavors/4d32885c-2192-4bab-aa75-a6cda6d0eecb -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}715f914089636591a290de26a09ff83002c46461" 2018-08-15 18:16:03,280 - keystoneauth.session - DEBUG - RESP: [202] Date: Wed, 15 Aug 2018 18:16:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-91db6e30-560a-4bbb-88cc-8d744e0db45a x-compute-request-id: req-91db6e30-560a-4bbb-88cc-8d744e0db45a Content-Length: 0 Content-Type: application/json 2018-08-15 18:16:03,281 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/4d32885c-2192-4bab-aa75-a6cda6d0eecb used request id req-91db6e30-560a-4bbb-88cc-8d744e0db45a 2018-08-15 18:16:03,281 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0413029193878s 2018-08-15 18:16:03,281 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/4d32885c-2192-4bab-aa75-a6cda6d0eecb used request id req-91db6e30-560a-4bbb-88cc-8d744e0db45a 2018-08-15 18:16:03,281 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-15 18:16:03,282 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/9d6e3669-4d66-4b03-b031-8bd795780bd0/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}1f4bb2ddc68d941ca3b9f19a3323a1c6fb546f01" -d '{"subnet_id": "3973cf6a-b45a-40e5-80c3-1d09ba19cf7a"}' 2018-08-15 18:16:05,126 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-b7543351-7355-411c-a71c-ff2c562102c6 Date: Wed, 15 Aug 2018 18:16:05 GMT RESP BODY: {"network_id": "cfb28cfc-f406-45cd-a88a-caadcb23e577", "tenant_id": "b1cf51a910eb4b72a1b823a5e3497a40", "subnet_id": "3973cf6a-b45a-40e5-80c3-1d09ba19cf7a", "subnet_ids": ["3973cf6a-b45a-40e5-80c3-1d09ba19cf7a"], "port_id": "b27aec7f-39a3-448f-92a0-128b66a4f533", "id": "9d6e3669-4d66-4b03-b031-8bd795780bd0"} 2018-08-15 18:16:05,126 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/9d6e3669-4d66-4b03-b031-8bd795780bd0/remove_router_interface.json used request id req-b7543351-7355-411c-a71c-ff2c562102c6 2018-08-15 18:16:05,127 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.84492278099s 2018-08-15 18:16:05,127 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/9d6e3669-4d66-4b03-b031-8bd795780bd0/remove_router_interface.json used request id req-b7543351-7355-411c-a71c-ff2c562102c6 returning object 9d6e3669-4d66-4b03-b031-8bd795780bd0 2018-08-15 18:16:05,127 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-15 18:16:05,128 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1f4bb2ddc68d941ca3b9f19a3323a1c6fb546f01" 2018-08-15 18:16:05,256 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 648 X-Openstack-Request-Id: req-8cc487fb-4d05-49a2-884a-ac2c93e17087 Date: Wed, 15 Aug 2018 18:16:05 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "fc8ca119-27ab-4070-99fa-a2993d11ee48", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "3ef75223-733d-425d-bb3e-88e8a796bebc", "ip_address": "172.30.9.218"}]}, "description": "", "tags": [], "tenant_id": "b1cf51a910eb4b72a1b823a5e3497a40", "created_at": "2018-08-15T17:52:15Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-15T18:16:04Z", "revision_number": 4, "routes": [], "project_id": "b1cf51a910eb4b72a1b823a5e3497a40", "id": "9d6e3669-4d66-4b03-b031-8bd795780bd0", "name": "rally_sanity-router_b7f7f744-e577-4c65-b794-1aa0283e04c6"}]} 2018-08-15 18:16:05,256 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-8cc487fb-4d05-49a2-884a-ac2c93e17087 2018-08-15 18:16:05,256 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.128439903259s 2018-08-15 18:16:05,256 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-8cc487fb-4d05-49a2-884a-ac2c93e17087 2018-08-15 18:16:05,258 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-15 18:16:05,259 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/routers/9d6e3669-4d66-4b03-b031-8bd795780bd0.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1f4bb2ddc68d941ca3b9f19a3323a1c6fb546f01" 2018-08-15 18:16:06,646 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e5271701-b834-4ce4-abcd-c2d4b9a08db3 Content-Length: 0 Date: Wed, 15 Aug 2018 18:16:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-15 18:16:06,646 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/9d6e3669-4d66-4b03-b031-8bd795780bd0.json used request id req-e5271701-b834-4ce4-abcd-c2d4b9a08db3 2018-08-15 18:16:06,646 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.38829803467s 2018-08-15 18:16:06,647 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/9d6e3669-4d66-4b03-b031-8bd795780bd0.json used request id req-e5271701-b834-4ce4-abcd-c2d4b9a08db3 2018-08-15 18:16:06,647 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-15 18:16:06,648 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1f4bb2ddc68d941ca3b9f19a3323a1c6fb546f01" 2018-08-15 18:16:06,692 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1294 X-Openstack-Request-Id: req-aafd0d53-32ab-4df3-b9a6-347952545ac9 Date: Wed, 15 Aug 2018 18:16:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cfb28cfc-f406-45cd-a88a-caadcb23e577","tenant_id":"b1cf51a910eb4b72a1b823a5e3497a40","created_at":"2018-08-15T17:52:15Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-15T17:52:15Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"b1cf51a910eb4b72a1b823a5e3497a40","id":"3973cf6a-b45a-40e5-80c3-1d09ba19cf7a","subnetpool_id":null,"name":"rally_sanity-subnet_b7f7f744-e577-4c65-b794-1aa0283e04c6"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"fc8ca119-27ab-4070-99fa-a2993d11ee48","tenant_id":"d2c267e1fee9461ba5e64a915b9518f5","created_at":"2018-08-15T17:16:30Z","dns_nameservers":[],"updated_at":"2018-08-15T17:16:30Z","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":"d2c267e1fee9461ba5e64a915b9518f5","id":"3ef75223-733d-425d-bb3e-88e8a796bebc","subnetpool_id":null,"name":"external-subnet"}]} 2018-08-15 18:16:06,693 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-aafd0d53-32ab-4df3-b9a6-347952545ac9 2018-08-15 18:16:06,693 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0455861091614s 2018-08-15 18:16:06,693 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-aafd0d53-32ab-4df3-b9a6-347952545ac9 2018-08-15 18:16:06,695 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-15 18:16:06,695 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/subnets/3973cf6a-b45a-40e5-80c3-1d09ba19cf7a.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1f4bb2ddc68d941ca3b9f19a3323a1c6fb546f01" 2018-08-15 18:16:07,794 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-911a1e43-2feb-4f80-86ac-255f82c7c582 Date: Wed, 15 Aug 2018 18:16:07 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-15 18:16:07,794 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/3973cf6a-b45a-40e5-80c3-1d09ba19cf7a.json used request id req-911a1e43-2feb-4f80-86ac-255f82c7c582 2018-08-15 18:16:07,795 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 1.09987807274s 2018-08-15 18:16:07,795 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/3973cf6a-b45a-40e5-80c3-1d09ba19cf7a.json used request id req-911a1e43-2feb-4f80-86ac-255f82c7c582 2018-08-15 18:16:07,795 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-15 18:16:07,796 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1f4bb2ddc68d941ca3b9f19a3323a1c6fb546f01" 2018-08-15 18:16:07,876 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1354 X-Openstack-Request-Id: req-2514331e-3201-4f97-beec-b2382f01600e Date: Wed, 15 Aug 2018 18:16:07 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"cfb28cfc-f406-45cd-a88a-caadcb23e577","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":true,"project_id":"b1cf51a910eb4b72a1b823a5e3497a40","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-15T18:16:07Z","provider:segmentation_id":79,"name":"rally_sanity-net_b7f7f744-e577-4c65-b794-1aa0283e04c6","admin_state_up":true,"tenant_id":"b1cf51a910eb4b72a1b823a5e3497a40","created_at":"2018-08-15T17:52:14Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"fc8ca119-27ab-4070-99fa-a2993d11ee48","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d2c267e1fee9461ba5e64a915b9518f5","status":"ACTIVE","subnets":["3ef75223-733d-425d-bb3e-88e8a796bebc"],"description":"","tags":[],"updated_at":"2018-08-15T17:41:36Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"d2c267e1fee9461ba5e64a915b9518f5","created_at":"2018-08-15T17:16:26Z","provider:network_type":"flat"}]} 2018-08-15 18:16:07,876 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-2514331e-3201-4f97-beec-b2382f01600e 2018-08-15 18:16:07,877 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0810840129852s 2018-08-15 18:16:07,877 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-2514331e-3201-4f97-beec-b2382f01600e 2018-08-15 18:16:07,878 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-15 18:16:07,879 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/networks/cfb28cfc-f406-45cd-a88a-caadcb23e577.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1f4bb2ddc68d941ca3b9f19a3323a1c6fb546f01" 2018-08-15 18:16:09,634 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-8c21debe-4e4d-410d-b409-40d42b783e08 Date: Wed, 15 Aug 2018 18:16:09 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-15 18:16:09,635 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/cfb28cfc-f406-45cd-a88a-caadcb23e577.json used request id req-8c21debe-4e4d-410d-b409-40d42b783e08 2018-08-15 18:16:09,635 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.75639605522s 2018-08-15 18:16:09,635 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/cfb28cfc-f406-45cd-a88a-caadcb23e577.json used request id req-8c21debe-4e4d-410d-b409-40d42b783e08 2018-08-15 18:16:09,639 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-15 18:16:09,643 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1f4bb2ddc68d941ca3b9f19a3323a1c6fb546f01" 2018-08-15 18:16:09,907 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1400 Content-Type: application/json X-Openstack-Request-Id: req-64599b37-2566-465e-a470-27af81fda065 Date: Wed, 15 Aug 2018 18:16:09 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-15T17:52:19Z", "file": "/v2/images/f83613e0-e1d7-4353-b14e-09ddbb006370/file", "owner": "b1cf51a910eb4b72a1b823a5e3497a40", "id": "f83613e0-e1d7-4353-b14e-09ddbb006370", "size": 12716032, "self": "/v2/images/f83613e0-e1d7-4353-b14e-09ddbb006370", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/f83613e0-e1d7-4353-b14e-09ddbb006370/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/f83613e0-e1d7-4353-b14e-09ddbb006370/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/rally_sanity-img_b7f7f744-e577-4c65-b794-1aa0283e04c6", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "rally_sanity-img_b7f7f744-e577-4c65-b794-1aa0283e04c6", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-15T17:52:18Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-15 18:16:09,907 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-64599b37-2566-465e-a470-27af81fda065 2018-08-15 18:16:09,907 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.268249034882s 2018-08-15 18:16:09,908 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-64599b37-2566-465e-a470-27af81fda065 2018-08-15 18:16:09,910 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-15 18:16:09,914 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9292/v2/images/f83613e0-e1d7-4353-b14e-09ddbb006370 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1f4bb2ddc68d941ca3b9f19a3323a1c6fb546f01" 2018-08-15 18:16:10,235 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-c667c51d-cbc2-45a6-9fd9-4d196f87dae2 Date: Wed, 15 Aug 2018 18:16:10 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-15 18:16:10,235 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/f83613e0-e1d7-4353-b14e-09ddbb006370 used request id req-c667c51d-cbc2-45a6-9fd9-4d196f87dae2 2018-08-15 18:16:10,236 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.325664043427s 2018-08-15 18:16:10,236 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/f83613e0-e1d7-4353-b14e-09ddbb006370 used request id req-c667c51d-cbc2-45a6-9fd9-4d196f87dae2 2018-08-15 18:16:10,236 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-15 18:16:10,239 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}715f914089636591a290de26a09ff83002c46461" 2018-08-15 18:16:10,259 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 18:16:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8b6930f1-e8b8-47ff-ba08-4076981753cf x-compute-request-id: req-8b6930f1-e8b8-47ff-ba08-4076981753cf Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavors": [{"name": "rally_sanity-flavor_b7f7f744-e577-4c65-b794-1aa0283e04c6", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/1b0110ec-431f-4bf8-b5a6-b17faab50627", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/1b0110ec-431f-4bf8-b5a6-b17faab50627", "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": "1b0110ec-431f-4bf8-b5a6-b17faab50627"}]} 2018-08-15 18:16:10,259 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-8b6930f1-e8b8-47ff-ba08-4076981753cf 2018-08-15 18:16:10,259 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0227601528168s 2018-08-15 18:16:10,259 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-8b6930f1-e8b8-47ff-ba08-4076981753cf 2018-08-15 18:16:10,261 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-15 18:16:10,263 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/flavors/1b0110ec-431f-4bf8-b5a6-b17faab50627 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}715f914089636591a290de26a09ff83002c46461" 2018-08-15 18:16:10,295 - keystoneauth.session - DEBUG - RESP: [202] Date: Wed, 15 Aug 2018 18:16:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-323a6961-8ba3-46b2-af98-6e218c5703cf x-compute-request-id: req-323a6961-8ba3-46b2-af98-6e218c5703cf Content-Length: 0 Content-Type: application/json 2018-08-15 18:16:10,295 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/1b0110ec-431f-4bf8-b5a6-b17faab50627 used request id req-323a6961-8ba3-46b2-af98-6e218c5703cf 2018-08-15 18:16:10,295 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0337359905243s 2018-08-15 18:16:10,295 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/1b0110ec-431f-4bf8-b5a6-b17faab50627 used request id req-323a6961-8ba3-46b2-af98-6e218c5703cf 2018-08-15 18:16:10,296 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-15 18:16:10,299 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}715f914089636591a290de26a09ff83002c46461" 2018-08-15 18:16:10,505 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 18:16:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-edb05dff-26af-4481-a880-166a6564c5b6 Content-Encoding: gzip Content-Length: 843 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/033f0039d025473a84de241284491a58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "033f0039d025473a84de241284491a58", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/2422d0f285314705b46615565d3917fe"}, "domain_id": "e4bd2a4e6bb349a78f956295c49df949", "enabled": true, "options": {}, "id": "2422d0f285314705b46615565d3917fe", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/2cc8b8ad456045c2a30e4360994a4487"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2cc8b8ad456045c2a30e4360994a4487", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/3c466aad8ead4318838e33dd234eb81d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3c466aad8ead4318838e33dd234eb81d", "email": "heat@localhost", "password_expires_at": null}, {"name": "rally_sanity-user_b7f7f744-e577-4c65-b794-1aa0283e04c6", "links": {"self": "http://172.30.9.27:5000/v3/users/4c5bbe29c89a437f858d607a852910b1"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "4c5bbe29c89a437f858d607a852910b1", "domain_id": "default", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/56e811cfd4b242068dd78826118576f4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "56e811cfd4b242068dd78826118576f4", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6fad7e5ef0254b2a9cdb215018bcab91"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6fad7e5ef0254b2a9cdb215018bcab91", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.27:5000/v3/users/7d91ea49860f4c2a8deabf649cf4ed37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d91ea49860f4c2a8deabf649cf4ed37", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/8f968cf4475249f6abf2422d6dd7425f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8f968cf4475249f6abf2422d6dd7425f", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/9482390a0722494f8852b9f0e2b9de56"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9482390a0722494f8852b9f0e2b9de56", "email": "admin@example.com", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.27:5000/v3/users/a36076122cea45c6b3e4aa67c4ca811d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a36076122cea45c6b3e4aa67c4ca811d", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/acda52409b024c95bc0facaa98dbc356"}, "domain_id": "default", "enabled": true, "options": {}, "id": "acda52409b024c95bc0facaa98dbc356", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/b193f8790ad94e46993d7eb01f623f51"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b193f8790ad94e46993d7eb01f623f51", "email": "cinder@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/dba024f1937f490cae2e437356a668d7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dba024f1937f490cae2e437356a668d7", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/e6d2649e935e4b8db8107d76bfb30c3a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e6d2649e935e4b8db8107d76bfb30c3a", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-08-15 18:16:10,505 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-edb05dff-26af-4481-a880-166a6564c5b6 2018-08-15 18:16:10,505 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.209640026093s 2018-08-15 18:16:10,506 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-edb05dff-26af-4481-a880-166a6564c5b6 2018-08-15 18:16:10,512 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-15 18:16:10,515 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/users/4c5bbe29c89a437f858d607a852910b1 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}715f914089636591a290de26a09ff83002c46461" 2018-08-15 18:16:10,706 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 18:16:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-754528b7-41f5-437c-a4e7-b05a0aa3af65 Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"user": {"name": "rally_sanity-user_b7f7f744-e577-4c65-b794-1aa0283e04c6", "links": {"self": "http://172.30.9.27:5000/v3/users/4c5bbe29c89a437f858d607a852910b1"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "4c5bbe29c89a437f858d607a852910b1", "description": null}} 2018-08-15 18:16:10,706 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/4c5bbe29c89a437f858d607a852910b1 used request id req-754528b7-41f5-437c-a4e7-b05a0aa3af65 2018-08-15 18:16:10,706 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.194156169891s 2018-08-15 18:16:10,707 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/4c5bbe29c89a437f858d607a852910b1 used request id req-754528b7-41f5-437c-a4e7-b05a0aa3af65 2018-08-15 18:16:10,707 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-15 18:16:10,711 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/users/4c5bbe29c89a437f858d607a852910b1 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}715f914089636591a290de26a09ff83002c46461" 2018-08-15 18:16:10,959 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 15 Aug 2018 18:16:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-831ba60e-208d-4a63-976d-9730c3066e40 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-15 18:16:10,959 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/4c5bbe29c89a437f858d607a852910b1 used request id req-831ba60e-208d-4a63-976d-9730c3066e40 2018-08-15 18:16:10,959 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.251580953598s 2018-08-15 18:16:10,959 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/4c5bbe29c89a437f858d607a852910b1 used request id req-831ba60e-208d-4a63-976d-9730c3066e40 2018-08-15 18:16:10,965 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-15 18:16:10,968 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}715f914089636591a290de26a09ff83002c46461" 2018-08-15 18:16:11,075 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 18:16:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c432631-2fcf-419d-bd59-c21731ef2b7d Content-Encoding: gzip Content-Length: 388 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/a3688ea3a7924e1e8a441a00bd79aae5"}, "tags": [], "enabled": true, "id": "a3688ea3a7924e1e8a441a00bd79aae5", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: rally_sanity", "links": {"self": "http://172.30.9.27:5000/v3/projects/b1cf51a910eb4b72a1b823a5e3497a40"}, "tags": [], "enabled": true, "id": "b1cf51a910eb4b72a1b823a5e3497a40", "parent_id": "default", "domain_id": "default", "name": "rally_sanity-project_b7f7f744-e577-4c65-b794-1aa0283e04c6"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.27:5000/v3/projects/d2c267e1fee9461ba5e64a915b9518f5"}, "tags": [], "enabled": true, "id": "d2c267e1fee9461ba5e64a915b9518f5", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-08-15 18:16:11,075 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects used request id req-7c432631-2fcf-419d-bd59-c21731ef2b7d 2018-08-15 18:16:11,075 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.109773874283s 2018-08-15 18:16:11,075 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects used request id req-7c432631-2fcf-419d-bd59-c21731ef2b7d 2018-08-15 18:16:11,080 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-15 18:16:11,084 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/projects/b1cf51a910eb4b72a1b823a5e3497a40 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}715f914089636591a290de26a09ff83002c46461" 2018-08-15 18:16:11,312 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 15 Aug 2018 18:16:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-46f09672-1ee3-4d98-a43a-48f00763fd60 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-15 18:16:11,313 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/b1cf51a910eb4b72a1b823a5e3497a40 used request id req-46f09672-1ee3-4d98-a43a-48f00763fd60 2018-08-15 18:16:11,313 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.232491970062s 2018-08-15 18:16:11,313 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/b1cf51a910eb4b72a1b823a5e3497a40 used request id req-46f09672-1ee3-4d98-a43a-48f00763fd60 2018-08-15 18:16:11,313 - xtesting.ci.run_tests - ERROR - The test case 'rally_sanity' failed. 2018-08-15 18:16:11,371 - xtesting.ci.run_tests - INFO - Loading test case 'patrole'... 2018-08-15 18:16:11,414 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-15 18:16:11,415 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-15 18:16:11,415 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-15 18:16:11,415 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-15 18:16:11,415 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-15 18:16:11,415 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-15 18:16:11,415 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-15 18:16:11,415 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-15 18:16:11,415 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-15 18:16:11,415 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-15 18:16:11,415 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-15 18:16:11,415 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-15 18:16:11,415 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-15 18:16:11,416 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-15 18:16:11,416 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-15 18:16:11,416 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-15 18:16:11,416 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-15 18:16:11,416 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-15 18:16:11,416 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-15 18:16:11,416 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-15 18:16:11,416 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-15 18:16:11,416 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-15 18:16:11,416 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-15 18:16:11,416 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-15 18:16:11,416 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-15 18:16:11,419 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-15 18:16:11,424 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 18:16:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9f7b18a3-db04-443c-a204-1a0c6a05fcb7 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-08-15 18:16:11,424 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-9f7b18a3-db04-443c-a204-1a0c6a05fcb7 2018-08-15 18:16:11,424 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-08-15 18:16:11,818 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "16212b6aa60a4fd1b8194c834bae86bf", "name": "member"}, {"id": "eeb4436830d24515952401292b7cfc55", "name": "reader"}, {"id": "382a39dc50214187b99e809cf7222e3c", "name": "admin"}], "expires_at": "2018-08-15T19:16:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3688ea3a7924e1e8a441a00bd79aae5", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.37:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "54e3c320cc3142e9824c171afe58d5c6"}, {"url": "http://172.30.9.27:8080/v1/AUTH_a3688ea3a7924e1e8a441a00bd79aae5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d00250537b54114937846660f377ed1"}, {"url": "http://12.0.0.37:8080/v1/AUTH_a3688ea3a7924e1e8a441a00bd79aae5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c790cb26fd2345ae9bac8a014d10a446"}], "type": "object-store", "id": "17183633b8774ff6a53da32b47c89b3c", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94631698a9884eb1bf4cb245c6f37b80"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c23f2a003e874719a2f1c41f92405a45"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e97257b46cb8440080352cd841246c5d"}], "type": "cloudformation", "id": "2dec96c2934d43bdbe2e431ef0b53392", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "287c0315393e4b22a228912ca3b004cc"}, {"url": "http://192.30.9.3:8776/v3/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62769da517ac4f44b88a6118413b8c30"}, {"url": "http://192.30.9.3:8776/v3/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c0b30400cd648249ab0a6a17cf1ebc1"}], "type": "volumev3", "id": "363b885c3f174fbfb4f17da9d41f332d", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d6cb188f65e4f77bab04c3d99f9469f"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70f7ced028794432bef835264c84489c"}, {"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77dd5cfb1dac4b31b21d705ba420c355"}], "type": "network", "id": "51b7a44223114d149d5300ae5b6d97ae", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19071864a1b848cc93bca3b1e1955c3f"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bc0345e40a36459fbc009797a6517deb"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5c7966f4757438480f39866a31a0265"}], "type": "image", "id": "5540e06daad441aa911fd4cb4d76f8d3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "68ad1d76386d437089226a0562004a39", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "03f40cbac74c4aafb48b4dd360509f6a"}, {"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18ed3fa9a0894200abaf76b71abfd912"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3d96a0aa5c344cb8ba659332ed497e85"}], "type": "identity", "id": "8096ce39bbf24c1683621ee563324790", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f60ea793ee64fc9a3d9a2d2ad889bd0"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7c9770175fc45379f2c2d142062b2c3"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e944b22c50da41179f2e29ce558807c1"}], "type": "compute", "id": "b3040d5c7e224dbca86f421bddd758e1", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5aad7caa3e6f4a35b9abdf5d46190371"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8b8b8bcfb3b40e5be77e13a4d2dda19"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d33016e2f5be49c28efb9905db488d41"}], "type": "placement", "id": "bb3127ed06e54fda901ea2348ddb72da", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "576142509dfd46c591c5e83bed8ffcc7"}, {"url": "http://192.30.9.3:8776/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cabe2973ef9144da9850a630dd2aedd5"}, {"url": "http://172.30.9.27:8776/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eb71f3f602d443c9a8605a7ff2e8aa8e"}], "type": "volume", "id": "becfeedd42e344c085611f3c7c465a3f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.3:8004/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "156b8e560e534c82a1d320da86608a19"}, {"url": "http://192.30.9.3:8004/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59154cecf6a54eb08ecc63bf95dca042"}, {"url": "http://172.30.9.27:8004/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f3aa5c8697e449f99c2cfbe2a371cab7"}], "type": "orchestration", "id": "c4334130b6d54a75804fe3f11a3b9e3e", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "39db2ebb65ae42659440fd9845949a6c"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ad23d2a65e74e3c87b1488af1f9f9ac"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d07664cbebb49149819cf7a6b20edb4"}], "type": "alarming", "id": "d878aa5c6b584d53a039f6a680fb6e8b", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e2bb44b06c0412ab74e54984b5b26b5"}, {"url": "http://192.30.9.3:8776/v2/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86bcb5a76e6c464bb4d42c969584d6f2"}, {"url": "http://172.30.9.27:8776/v2/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a391eed816af4966b335005bfe580d70"}], "type": "volumev2", "id": "e16298e148f54e96a50a134ca797deff", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b54cb5b666f74b91b0244b5332fdb3e5"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcc892608bd341e084be203695f810d1"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e980066294c34eb6866e6c4735e84a62"}], "type": "metric", "id": "f3a07a22777a4405b7eaf44da2e73e19", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.27:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1f66095afa4b74b4f26d432f5bfa55"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8dd5f30cc334148a7ed9d5ab68eee9b"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bfe7dd54acd947899871700a40dd0244"}], "type": "event", "id": "f6e223543cae4d9bad10258b0a294f12", "name": "panko"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "9482390a0722494f8852b9f0e2b9de56"}, "audit_ids": ["psMzIJf6Q1mmhp_hFfyHhQ"], "issued_at": "2018-08-15T18:16:11.000000Z"}} 2018-08-15 18:16:11,821 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-15 18:16:11,822 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}263912690d29e5adf3c633aa278d3f50608013c3" 2018-08-15 18:16:12,197 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-62aff2bc-112c-4466-bb47-1de9e993a7bd Date: Wed, 15 Aug 2018 18:16:12 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"fc8ca119-27ab-4070-99fa-a2993d11ee48","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d2c267e1fee9461ba5e64a915b9518f5","status":"ACTIVE","subnets":["3ef75223-733d-425d-bb3e-88e8a796bebc"],"description":"","tags":[],"updated_at":"2018-08-15T17:41:36Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"d2c267e1fee9461ba5e64a915b9518f5","created_at":"2018-08-15T17:16:26Z","provider:network_type":"flat"}]} 2018-08-15 18:16:12,197 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json?router%3Aexternal=True used request id req-62aff2bc-112c-4466-bb47-1de9e993a7bd 2018-08-15 18:16:12,198 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.376497983932s 2018-08-15 18:16:12,198 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json?router%3Aexternal=True used request id req-62aff2bc-112c-4466-bb47-1de9e993a7bd 2018-08-15 18:16:12,198 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-08-15 18:16:15,034 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-08-15 18:16:17,848 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | 9136bf6b-5199-4d98-9cfc-70dfe09dc93e | 2018-08-15T18:16:17.503096 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: 9136bf6b-5199-4d98-9cfc-70dfe09dc93e ~/.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-15 18:16:21,573 - 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-15 18:16:21,573 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-08-15 18:16:24,344 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-08-15 18:16:27,788 - 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=5ab016b5-22b8-4469-bc86-adedfcbbe565) as the default verifier for the future CLI operations. 2018-08-15 18:16:31,140 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.extensions 2018-08-15 18:16:31,141 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}263912690d29e5adf3c633aa278d3f50608013c3" 2018-08-15 18:16:31,505 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 8761 X-Openstack-Request-Id: req-b590c42a-f131-4828-a6a1-1028d6e312c2 Date: Wed, 15 Aug 2018 18:16:31 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-15 18:16:31,505 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/extensions.json used request id req-b590c42a-f131-4828-a6a1-1028d6e312c2 2018-08-15 18:16:31,505 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.extensions in 0.365022182465s 2018-08-15 18:16:31,506 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/extensions.json used request id req-b590c42a-f131-4828-a6a1-1028d6e312c2 2018-08-15 18:16:31,513 - xtesting.ci.run_tests - INFO - Running test case 'patrole'... 2018-08-15 18:16:31,514 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-15 18:16:31,515 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}263912690d29e5adf3c633aa278d3f50608013c3" -d '{"network": {"name": "patrole-net_f32abcf0-0e9d-482a-9782-3b8ff600d112", "admin_state_up": true}}' 2018-08-15 18:16:31,794 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-a7fc6774-9a23-42be-ae78-aae53199b474 Date: Wed, 15 Aug 2018 18:16:31 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"53482b60-72fb-4544-a323-e741d4002549","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"a3688ea3a7924e1e8a441a00bd79aae5","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-15T18:16:31Z","is_default":false,"provider:segmentation_id":80,"name":"patrole-net_f32abcf0-0e9d-482a-9782-3b8ff600d112","admin_state_up":true,"tenant_id":"a3688ea3a7924e1e8a441a00bd79aae5","created_at":"2018-08-15T18:16:31Z","mtu":1450}} 2018-08-15 18:16:31,794 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-a7fc6774-9a23-42be-ae78-aae53199b474 2018-08-15 18:16:31,794 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.279918909073s 2018-08-15 18:16:31,794 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-a7fc6774-9a23-42be-ae78-aae53199b474 2018-08-15 18:16:31,795 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-08-15T18:16:31Z', u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'53482b60-72fb-4544-a323-e741d4002549', u'provider:segmentation_id': 80, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'patrole-net_f32abcf0-0e9d-482a-9782-3b8ff600d112', u'admin_state_up': True, u'tenant_id': u'a3688ea3a7924e1e8a441a00bd79aae5', u'created_at': u'2018-08-15T18:16:31Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'a3688ea3a7924e1e8a441a00bd79aae5'}) 2018-08-15 18:16:31,795 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-15 18:16:31,796 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}263912690d29e5adf3c633aa278d3f50608013c3" 2018-08-15 18:16:31,900 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1344 X-Openstack-Request-Id: req-503b29d3-ca31-433a-ae85-afff8b88a8cc Date: Wed, 15 Aug 2018 18:16:31 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"53482b60-72fb-4544-a323-e741d4002549","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"a3688ea3a7924e1e8a441a00bd79aae5","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-15T18:16:31Z","provider:segmentation_id":80,"name":"patrole-net_f32abcf0-0e9d-482a-9782-3b8ff600d112","admin_state_up":true,"tenant_id":"a3688ea3a7924e1e8a441a00bd79aae5","created_at":"2018-08-15T18:16:31Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"fc8ca119-27ab-4070-99fa-a2993d11ee48","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d2c267e1fee9461ba5e64a915b9518f5","status":"ACTIVE","subnets":["3ef75223-733d-425d-bb3e-88e8a796bebc"],"description":"","tags":[],"updated_at":"2018-08-15T17:41:36Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"d2c267e1fee9461ba5e64a915b9518f5","created_at":"2018-08-15T17:16:26Z","provider:network_type":"flat"}]} 2018-08-15 18:16:31,900 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-503b29d3-ca31-433a-ae85-afff8b88a8cc 2018-08-15 18:16:31,900 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.104830026627s 2018-08-15 18:16:31,901 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-503b29d3-ca31-433a-ae85-afff8b88a8cc 2018-08-15 18:16:31,903 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-15 18:16:31,903 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}263912690d29e5adf3c633aa278d3f50608013c3" -d '{"subnet": {"name": "patrole-subnet_f32abcf0-0e9d-482a-9782-3b8ff600d112", "enable_dhcp": true, "network_id": "53482b60-72fb-4544-a323-e741d4002549", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-15 18:16:32,379 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-7c0bf1b3-33b7-49f0-b405-afaeaee01d63 Date: Wed, 15 Aug 2018 18:16:32 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"53482b60-72fb-4544-a323-e741d4002549","tenant_id":"a3688ea3a7924e1e8a441a00bd79aae5","created_at":"2018-08-15T18:16:32Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-15T18:16:32Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"a3688ea3a7924e1e8a441a00bd79aae5","id":"212071e5-65c3-420b-a00d-067678d29f3b","subnetpool_id":null,"name":"patrole-subnet_f32abcf0-0e9d-482a-9782-3b8ff600d112"}} 2018-08-15 18:16:32,379 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-7c0bf1b3-33b7-49f0-b405-afaeaee01d63 2018-08-15 18:16:32,380 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.476757049561s 2018-08-15 18:16:32,380 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-7c0bf1b3-33b7-49f0-b405-afaeaee01d63 2018-08-15 18:16:32,380 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-15T18:16:32Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'212071e5-65c3-420b-a00d-067678d29f3b', u'subnetpool_id': None, u'service_types': [], u'name': u'patrole-subnet_f32abcf0-0e9d-482a-9782-3b8ff600d112', u'enable_dhcp': True, u'network_id': u'53482b60-72fb-4544-a323-e741d4002549', u'tenant_id': u'a3688ea3a7924e1e8a441a00bd79aae5', u'created_at': u'2018-08-15T18:16:32Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'a3688ea3a7924e1e8a441a00bd79aae5'}) 2018-08-15 18:16:32,381 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-15 18:16:32,381 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}263912690d29e5adf3c633aa278d3f50608013c3" -d '{"router": {"external_gateway_info": {"network_id": "fc8ca119-27ab-4070-99fa-a2993d11ee48"}, "name": "patrole-router_f32abcf0-0e9d-482a-9782-3b8ff600d112", "admin_state_up": true}}' 2018-08-15 18:16:33,742 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 640 X-Openstack-Request-Id: req-25e48cfb-371a-4ff1-83b6-c5fe4bd10431 Date: Wed, 15 Aug 2018 18:16:33 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "fc8ca119-27ab-4070-99fa-a2993d11ee48", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "3ef75223-733d-425d-bb3e-88e8a796bebc", "ip_address": "172.30.9.207"}]}, "description": "", "tags": [], "tenant_id": "a3688ea3a7924e1e8a441a00bd79aae5", "created_at": "2018-08-15T18:16:32Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-15T18:16:33Z", "revision_number": 2, "routes": [], "project_id": "a3688ea3a7924e1e8a441a00bd79aae5", "id": "9b809c94-dfc6-43fb-ba7a-d0c755297e3a", "name": "patrole-router_f32abcf0-0e9d-482a-9782-3b8ff600d112"}} 2018-08-15 18:16:33,743 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-25e48cfb-371a-4ff1-83b6-c5fe4bd10431 2018-08-15 18:16:33,743 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.36185979843s 2018-08-15 18:16:33,743 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-25e48cfb-371a-4ff1-83b6-c5fe4bd10431 2018-08-15 18:16:33,744 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'fc8ca119-27ab-4070-99fa-a2993d11ee48', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'3ef75223-733d-425d-bb3e-88e8a796bebc', u'ip_address': u'172.30.9.207'}]}, u'description': u'', u'tags': [], u'tenant_id': u'a3688ea3a7924e1e8a441a00bd79aae5', u'created_at': u'2018-08-15T18:16:32Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-08-15T18:16:33Z', u'revision_number': 2, u'routes': [], u'project_id': u'a3688ea3a7924e1e8a441a00bd79aae5', u'id': u'9b809c94-dfc6-43fb-ba7a-d0c755297e3a', u'name': u'patrole-router_f32abcf0-0e9d-482a-9782-3b8ff600d112'}) 2018-08-15 18:16:33,745 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-15 18:16:33,746 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/9b809c94-dfc6-43fb-ba7a-d0c755297e3a/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}263912690d29e5adf3c633aa278d3f50608013c3" -d '{"subnet_id": "212071e5-65c3-420b-a00d-067678d29f3b"}' 2018-08-15 18:16:35,580 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-2f5001d2-3173-451d-b335-aaaeeba37136 Date: Wed, 15 Aug 2018 18:16:35 GMT RESP BODY: {"network_id": "53482b60-72fb-4544-a323-e741d4002549", "tenant_id": "a3688ea3a7924e1e8a441a00bd79aae5", "subnet_id": "212071e5-65c3-420b-a00d-067678d29f3b", "subnet_ids": ["212071e5-65c3-420b-a00d-067678d29f3b"], "port_id": "99cc4848-a002-4469-acd9-24999a11b55f", "id": "9b809c94-dfc6-43fb-ba7a-d0c755297e3a"} 2018-08-15 18:16:35,580 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/9b809c94-dfc6-43fb-ba7a-d0c755297e3a/add_router_interface.json used request id req-2f5001d2-3173-451d-b335-aaaeeba37136 2018-08-15 18:16:35,580 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.83468008041s 2018-08-15 18:16:35,580 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/9b809c94-dfc6-43fb-ba7a-d0c755297e3a/add_router_interface.json used request id req-2f5001d2-3173-451d-b335-aaaeeba37136 returning object 9b809c94-dfc6-43fb-ba7a-d0c755297e3a 2018-08-15 18:16:35,581 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-15 18:16:35,709 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-15 18:16:35,710 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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-15 18:16:35,715 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Wed, 15 Aug 2018 18:16:35 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}]} 2018-08-15 18:16:35,717 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-15 18:16:35,719 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}263912690d29e5adf3c633aa278d3f50608013c3" 2018-08-15 18:16:35,999 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-b042bafd-4122-48a6-a34f-f430fa9ed6f3 Date: Wed, 15 Aug 2018 18:16:36 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-15 18:16:35,999 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-b042bafd-4122-48a6-a34f-f430fa9ed6f3 2018-08-15 18:16:35,999 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.282330036163s 2018-08-15 18:16:36,000 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-b042bafd-4122-48a6-a34f-f430fa9ed6f3 2018-08-15 18:16:36,008 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-15 18:16:36,011 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}263912690d29e5adf3c633aa278d3f50608013c3" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/patrole-img_f32abcf0-0e9d-482a-9782-3b8ff600d112", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "patrole-img_f32abcf0-0e9d-482a-9782-3b8ff600d112"}' 2018-08-15 18:16:36,056 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 930 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/4d90708e-6a5e-422d-9621-f8053134b649 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-54fd519e-c7b2-47fa-be72-a331bb2cabeb Date: Wed, 15 Aug 2018 18:16:36 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-15T18:16:36Z", "file": "/v2/images/4d90708e-6a5e-422d-9621-f8053134b649/file", "owner": "a3688ea3a7924e1e8a441a00bd79aae5", "id": "4d90708e-6a5e-422d-9621-f8053134b649", "size": null, "self": "/v2/images/4d90708e-6a5e-422d-9621-f8053134b649", "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_f32abcf0-0e9d-482a-9782-3b8ff600d112", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_f32abcf0-0e9d-482a-9782-3b8ff600d112", "checksum": null, "created_at": "2018-08-15T18:16:36Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-15 18:16:36,056 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-54fd519e-c7b2-47fa-be72-a331bb2cabeb 2018-08-15 18:16:36,056 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0482401847839s 2018-08-15 18:16:36,057 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-54fd519e-c7b2-47fa-be72-a331bb2cabeb returning object 4d90708e-6a5e-422d-9621-f8053134b649 2018-08-15 18:16:36,057 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-15 18:16:36,061 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9292/v2/images/4d90708e-6a5e-422d-9621-f8053134b649/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}263912690d29e5adf3c633aa278d3f50608013c3" -d '' 2018-08-15 18:16:36,464 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-7b2ec95f-5dff-448b-aeec-c654699b0ede Date: Wed, 15 Aug 2018 18:16: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-15 18:16:36,464 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/4d90708e-6a5e-422d-9621-f8053134b649/file used request id req-7b2ec95f-5dff-448b-aeec-c654699b0ede 2018-08-15 18:16:36,465 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.407341003418s 2018-08-15 18:16:36,465 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/4d90708e-6a5e-422d-9621-f8053134b649/file used request id req-7b2ec95f-5dff-448b-aeec-c654699b0ede 2018-08-15 18:16:36,469 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-15 18:16:36,473 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}263912690d29e5adf3c633aa278d3f50608013c3" 2018-08-15 18:16:36,501 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1390 Content-Type: application/json X-Openstack-Request-Id: req-5f63306b-6532-4b6d-8664-4184b6357dc4 Date: Wed, 15 Aug 2018 18:16:36 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-15T18:16:36Z", "file": "/v2/images/4d90708e-6a5e-422d-9621-f8053134b649/file", "owner": "a3688ea3a7924e1e8a441a00bd79aae5", "id": "4d90708e-6a5e-422d-9621-f8053134b649", "size": 12716032, "self": "/v2/images/4d90708e-6a5e-422d-9621-f8053134b649", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/4d90708e-6a5e-422d-9621-f8053134b649/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/4d90708e-6a5e-422d-9621-f8053134b649/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/patrole-img_f32abcf0-0e9d-482a-9782-3b8ff600d112", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_f32abcf0-0e9d-482a-9782-3b8ff600d112", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-15T18:16:36Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-15 18:16:36,501 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-5f63306b-6532-4b6d-8664-4184b6357dc4 2018-08-15 18:16:36,501 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0321669578552s 2018-08-15 18:16:36,502 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-5f63306b-6532-4b6d-8664-4184b6357dc4 2018-08-15 18:16:36,503 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/4d90708e-6a5e-422d-9621-f8053134b649/snap', u'metadata': Munch({})})], 'file': u'/v2/images/4d90708e-6a5e-422d-9621-f8053134b649/file', 'owner': u'a3688ea3a7924e1e8a441a00bd79aae5', 'id': u'4d90708e-6a5e-422d-9621-f8053134b649', 'size': 12716032, u'self': u'/v2/images/4d90708e-6a5e-422d-9621-f8053134b649', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'a3688ea3a7924e1e8a441a00bd79aae5', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/4d90708e-6a5e-422d-9621-f8053134b649/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-15T18:16:36Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-15T18:16:36Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/patrole-img_f32abcf0-0e9d-482a-9782-3b8ff600d112', '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/4d90708e-6a5e-422d-9621-f8053134b649', 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_f32abcf0-0e9d-482a-9782-3b8ff600d112', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'patrole-img_f32abcf0-0e9d-482a-9782-3b8ff600d112', 'created': u'2018-08-15T18:16:36Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-15T18:16: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/4d90708e-6a5e-422d-9621-f8053134b649', 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_f32abcf0-0e9d-482a-9782-3b8ff600d112', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-15 18:16:36,503 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-15 18:16:36,505 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}263912690d29e5adf3c633aa278d3f50608013c3" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "patrole-flavor_f32abcf0-0e9d-482a-9782-3b8ff600d112", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-15 18:16:36,821 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 18:16:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-30a40d38-33c9-4958-957e-720625c04179 x-compute-request-id: req-30a40d38-33c9-4958-957e-720625c04179 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavor": {"name": "patrole-flavor_f32abcf0-0e9d-482a-9782-3b8ff600d112", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/68da3da9-68c4-4afa-b2da-d91836448d48", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/68da3da9-68c4-4afa-b2da-d91836448d48", "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": "68da3da9-68c4-4afa-b2da-d91836448d48"}} 2018-08-15 18:16:36,821 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-30a40d38-33c9-4958-957e-720625c04179 2018-08-15 18:16:36,821 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.317894935608s 2018-08-15 18:16:36,822 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-30a40d38-33c9-4958-957e-720625c04179 2018-08-15 18:16:36,822 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'patrole-flavor_f32abcf0-0e9d-482a-9782-3b8ff600d112', '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'a3688ea3a7924e1e8a441a00bd79aae5', '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'68da3da9-68c4-4afa-b2da-d91836448d48', 'swap': 0}) 2018-08-15 18:16:36,823 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-15 18:16:36,826 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/flavors/68da3da9-68c4-4afa-b2da-d91836448d48/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}263912690d29e5adf3c633aa278d3f50608013c3" -d '{"extra_specs": {}}' 2018-08-15 18:16:36,845 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 18:16:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f4086f18-43a6-44a5-b3e1-3528319aee81 x-compute-request-id: req-f4086f18-43a6-44a5-b3e1-3528319aee81 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-15 18:16:36,845 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/68da3da9-68c4-4afa-b2da-d91836448d48/os-extra_specs used request id req-f4086f18-43a6-44a5-b3e1-3528319aee81 2018-08-15 18:16:36,845 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0217530727386s 2018-08-15 18:16:36,845 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/68da3da9-68c4-4afa-b2da-d91836448d48/os-extra_specs used request id req-f4086f18-43a6-44a5-b3e1-3528319aee81 2018-08-15 18:16:36,849 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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-15 18:16:36,854 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 15 Aug 2018 18:16:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-14ccf621-b56f-4ff1-8580-3d893ec7dad2 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.27:5000/v3/", "rel": "self"}]}]}} 2018-08-15 18:16:36,855 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/ used request id req-14ccf621-b56f-4ff1-8580-3d893ec7dad2 2018-08-15 18:16:36,858 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-15 18:16:36,861 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}263912690d29e5adf3c633aa278d3f50608013c3" 2018-08-15 18:16:36,956 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 18:16:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5aca1320-9cd5-420f-978d-d7b192b34675 Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "021fd4a1fb8b483eb2264cbf5b321379", "links": {"self": "http://172.30.9.27:5000/v3/roles/021fd4a1fb8b483eb2264cbf5b321379"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "16212b6aa60a4fd1b8194c834bae86bf", "links": {"self": "http://172.30.9.27:5000/v3/roles/16212b6aa60a4fd1b8194c834bae86bf"}, "name": "member"}, {"domain_id": null, "id": "1c1e1015ce2644848f1430e3bb28531b", "links": {"self": "http://172.30.9.27:5000/v3/roles/1c1e1015ce2644848f1430e3bb28531b"}, "name": "swiftoperator"}, {"domain_id": null, "id": "382a39dc50214187b99e809cf7222e3c", "links": {"self": "http://172.30.9.27:5000/v3/roles/382a39dc50214187b99e809cf7222e3c"}, "name": "admin"}, {"domain_id": null, "id": "9aed22da25b945dda36dee6e40a0785d", "links": {"self": "http://172.30.9.27:5000/v3/roles/9aed22da25b945dda36dee6e40a0785d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "eeb4436830d24515952401292b7cfc55", "links": {"self": "http://172.30.9.27:5000/v3/roles/eeb4436830d24515952401292b7cfc55"}, "name": "reader"}]} 2018-08-15 18:16:36,956 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-5aca1320-9cd5-420f-978d-d7b192b34675 2018-08-15 18:16:36,956 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0982120037079s 2018-08-15 18:16:36,956 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-5aca1320-9cd5-420f-978d-d7b192b34675 2018-08-15 18:16:36,961 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-15 18:16:36,965 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}263912690d29e5adf3c633aa278d3f50608013c3" 2018-08-15 18:16:37,138 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 18:16:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-192bd517-c3f5-4ab0-bc50-d802b2420793 Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "021fd4a1fb8b483eb2264cbf5b321379", "links": {"self": "http://172.30.9.27:5000/v3/roles/021fd4a1fb8b483eb2264cbf5b321379"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "16212b6aa60a4fd1b8194c834bae86bf", "links": {"self": "http://172.30.9.27:5000/v3/roles/16212b6aa60a4fd1b8194c834bae86bf"}, "name": "member"}, {"domain_id": null, "id": "1c1e1015ce2644848f1430e3bb28531b", "links": {"self": "http://172.30.9.27:5000/v3/roles/1c1e1015ce2644848f1430e3bb28531b"}, "name": "swiftoperator"}, {"domain_id": null, "id": "382a39dc50214187b99e809cf7222e3c", "links": {"self": "http://172.30.9.27:5000/v3/roles/382a39dc50214187b99e809cf7222e3c"}, "name": "admin"}, {"domain_id": null, "id": "9aed22da25b945dda36dee6e40a0785d", "links": {"self": "http://172.30.9.27:5000/v3/roles/9aed22da25b945dda36dee6e40a0785d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "eeb4436830d24515952401292b7cfc55", "links": {"self": "http://172.30.9.27:5000/v3/roles/eeb4436830d24515952401292b7cfc55"}, "name": "reader"}]} 2018-08-15 18:16:37,138 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-192bd517-c3f5-4ab0-bc50-d802b2420793 2018-08-15 18:16:37,138 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.176380157471s 2018-08-15 18:16:37,138 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-192bd517-c3f5-4ab0-bc50-d802b2420793 2018-08-15 18:16:37,144 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-08-15 18:16:37,147 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/os-hypervisors/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}263912690d29e5adf3c633aa278d3f50608013c3" 2018-08-15 18:16:37,181 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 18:16:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f52f47fb-562e-4b5d-b785-003a4bb7997a x-compute-request-id: req-f52f47fb-562e-4b5d-b785-003a4bb7997a Content-Encoding: gzip Content-Length: 712 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 2}, "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.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": 148, "hypervisor_version": 2010000, "disk_available_least": 148, "local_gb": 148, "free_ram_mb": 28406, "id": 1}, {"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 3}, "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.4", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 148, "hypervisor_version": 2010000, "disk_available_least": 148, "local_gb": 148, "free_ram_mb": 28406, "id": 2}]} 2018-08-15 18:16:37,181 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/os-hypervisors/detail used request id req-f52f47fb-562e-4b5d-b785-003a4bb7997a 2018-08-15 18:16:37,181 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.0369470119476s 2018-08-15 18:16:37,182 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/os-hypervisors/detail used request id req-f52f47fb-562e-4b5d-b785-003a4bb7997a 2018-08-15 18:16:37,186 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-15 18:16:37,189 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}263912690d29e5adf3c633aa278d3f50608013c3" 2018-08-15 18:16:37,209 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1390 Content-Type: application/json X-Openstack-Request-Id: req-bd54db44-0f5d-4178-8829-86ed493e18fb Date: Wed, 15 Aug 2018 18:16:37 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-15T18:16:36Z", "file": "/v2/images/4d90708e-6a5e-422d-9621-f8053134b649/file", "owner": "a3688ea3a7924e1e8a441a00bd79aae5", "id": "4d90708e-6a5e-422d-9621-f8053134b649", "size": 12716032, "self": "/v2/images/4d90708e-6a5e-422d-9621-f8053134b649", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/4d90708e-6a5e-422d-9621-f8053134b649/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/4d90708e-6a5e-422d-9621-f8053134b649/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/patrole-img_f32abcf0-0e9d-482a-9782-3b8ff600d112", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_f32abcf0-0e9d-482a-9782-3b8ff600d112", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-15T18:16:36Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-15 18:16:37,210 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-bd54db44-0f5d-4178-8829-86ed493e18fb 2018-08-15 18:16:37,210 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0236909389496s 2018-08-15 18:16:37,210 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-bd54db44-0f5d-4178-8829-86ed493e18fb 2018-08-15 18:16:37,218 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-15 18:16:37,221 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}263912690d29e5adf3c633aa278d3f50608013c3" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/patrole-img_alt_f32abcf0-0e9d-482a-9782-3b8ff600d112", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "patrole-img_alt_f32abcf0-0e9d-482a-9782-3b8ff600d112"}' 2018-08-15 18:16:37,258 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 938 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/8b54fca6-ac26-4e0e-bba7-08cbf51e729e Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-613c2d1e-85c0-49b1-bad9-b89811cdf1d1 Date: Wed, 15 Aug 2018 18:16:37 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-15T18:16:37Z", "file": "/v2/images/8b54fca6-ac26-4e0e-bba7-08cbf51e729e/file", "owner": "a3688ea3a7924e1e8a441a00bd79aae5", "id": "8b54fca6-ac26-4e0e-bba7-08cbf51e729e", "size": null, "self": "/v2/images/8b54fca6-ac26-4e0e-bba7-08cbf51e729e", "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_f32abcf0-0e9d-482a-9782-3b8ff600d112", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_alt_f32abcf0-0e9d-482a-9782-3b8ff600d112", "checksum": null, "created_at": "2018-08-15T18:16:37Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-15 18:16:37,258 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-613c2d1e-85c0-49b1-bad9-b89811cdf1d1 2018-08-15 18:16:37,258 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0404980182648s 2018-08-15 18:16:37,259 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-613c2d1e-85c0-49b1-bad9-b89811cdf1d1 returning object 8b54fca6-ac26-4e0e-bba7-08cbf51e729e 2018-08-15 18:16:37,259 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-15 18:16:37,263 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9292/v2/images/8b54fca6-ac26-4e0e-bba7-08cbf51e729e/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}263912690d29e5adf3c633aa278d3f50608013c3" -d '' 2018-08-15 18:16:38,505 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-17c796b3-71e3-45c6-baf0-f0cdc8372c79 Date: Wed, 15 Aug 2018 18:16:38 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-15 18:16:38,505 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/8b54fca6-ac26-4e0e-bba7-08cbf51e729e/file used request id req-17c796b3-71e3-45c6-baf0-f0cdc8372c79 2018-08-15 18:16:38,506 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.24627304077s 2018-08-15 18:16:38,506 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/8b54fca6-ac26-4e0e-bba7-08cbf51e729e/file used request id req-17c796b3-71e3-45c6-baf0-f0cdc8372c79 2018-08-15 18:16:38,510 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-15 18:16:38,514 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}263912690d29e5adf3c633aa278d3f50608013c3" 2018-08-15 18:16:38,536 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2721 Content-Type: application/json X-Openstack-Request-Id: req-a6c1ef27-3da7-41be-af8f-a8ccd69be914 Date: Wed, 15 Aug 2018 18:16:38 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-15T18:16:38Z", "file": "/v2/images/8b54fca6-ac26-4e0e-bba7-08cbf51e729e/file", "owner": "a3688ea3a7924e1e8a441a00bd79aae5", "id": "8b54fca6-ac26-4e0e-bba7-08cbf51e729e", "size": 12716032, "self": "/v2/images/8b54fca6-ac26-4e0e-bba7-08cbf51e729e", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/8b54fca6-ac26-4e0e-bba7-08cbf51e729e/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/8b54fca6-ac26-4e0e-bba7-08cbf51e729e/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/patrole-img_alt_f32abcf0-0e9d-482a-9782-3b8ff600d112", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_alt_f32abcf0-0e9d-482a-9782-3b8ff600d112", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-15T18:16:37Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}, {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-15T18:16:36Z", "file": "/v2/images/4d90708e-6a5e-422d-9621-f8053134b649/file", "owner": "a3688ea3a7924e1e8a441a00bd79aae5", "id": "4d90708e-6a5e-422d-9621-f8053134b649", "size": 12716032, "self": "/v2/images/4d90708e-6a5e-422d-9621-f8053134b649", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/4d90708e-6a5e-422d-9621-f8053134b649/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/4d90708e-6a5e-422d-9621-f8053134b649/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/patrole-img_f32abcf0-0e9d-482a-9782-3b8ff600d112", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_f32abcf0-0e9d-482a-9782-3b8ff600d112", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-15T18:16:36Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-15 18:16:38,536 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-a6c1ef27-3da7-41be-af8f-a8ccd69be914 2018-08-15 18:16:38,537 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0262160301208s 2018-08-15 18:16:38,537 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-a6c1ef27-3da7-41be-af8f-a8ccd69be914 2018-08-15 18:16:38,539 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/8b54fca6-ac26-4e0e-bba7-08cbf51e729e/snap', u'metadata': Munch({})})], 'file': u'/v2/images/8b54fca6-ac26-4e0e-bba7-08cbf51e729e/file', 'owner': u'a3688ea3a7924e1e8a441a00bd79aae5', 'id': u'8b54fca6-ac26-4e0e-bba7-08cbf51e729e', 'size': 12716032, u'self': u'/v2/images/8b54fca6-ac26-4e0e-bba7-08cbf51e729e', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'a3688ea3a7924e1e8a441a00bd79aae5', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/8b54fca6-ac26-4e0e-bba7-08cbf51e729e/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-15T18:16:38Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-15T18:16:38Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/patrole-img_alt_f32abcf0-0e9d-482a-9782-3b8ff600d112', '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/8b54fca6-ac26-4e0e-bba7-08cbf51e729e', 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_f32abcf0-0e9d-482a-9782-3b8ff600d112', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'patrole-img_alt_f32abcf0-0e9d-482a-9782-3b8ff600d112', 'created': u'2018-08-15T18:16:37Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-15T18:16:37Z', 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/8b54fca6-ac26-4e0e-bba7-08cbf51e729e', 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_f32abcf0-0e9d-482a-9782-3b8ff600d112', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-15 18:16:38,540 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-15 18:16:38,543 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}263912690d29e5adf3c633aa278d3f50608013c3" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "patrole-flavor_alt_f32abcf0-0e9d-482a-9782-3b8ff600d112", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-15 18:16:38,579 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 18:16:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8580d8c1-73be-458e-8167-5a32827e2309 x-compute-request-id: req-8580d8c1-73be-458e-8167-5a32827e2309 Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavor": {"name": "patrole-flavor_alt_f32abcf0-0e9d-482a-9782-3b8ff600d112", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/ae92fb55-6479-448a-830a-11023139f6c2", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/ae92fb55-6479-448a-830a-11023139f6c2", "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": "ae92fb55-6479-448a-830a-11023139f6c2"}} 2018-08-15 18:16:38,579 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-8580d8c1-73be-458e-8167-5a32827e2309 2018-08-15 18:16:38,580 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0391190052032s 2018-08-15 18:16:38,580 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-8580d8c1-73be-458e-8167-5a32827e2309 2018-08-15 18:16:38,581 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'patrole-flavor_alt_f32abcf0-0e9d-482a-9782-3b8ff600d112', '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'a3688ea3a7924e1e8a441a00bd79aae5', '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'ae92fb55-6479-448a-830a-11023139f6c2', 'swap': 0}) 2018-08-15 18:16:38,581 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-15 18:16:38,584 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/flavors/ae92fb55-6479-448a-830a-11023139f6c2/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}263912690d29e5adf3c633aa278d3f50608013c3" -d '{"extra_specs": {}}' 2018-08-15 18:16:38,603 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 18:16:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-00b71267-afba-4244-ace8-b11cbd07e216 x-compute-request-id: req-00b71267-afba-4244-ace8-b11cbd07e216 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-15 18:16:38,603 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/ae92fb55-6479-448a-830a-11023139f6c2/os-extra_specs used request id req-00b71267-afba-4244-ace8-b11cbd07e216 2018-08-15 18:16:38,603 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0217230319977s 2018-08-15 18:16:38,604 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/ae92fb55-6479-448a-830a-11023139f6c2/os-extra_specs used request id req-00b71267-afba-4244-ace8-b11cbd07e216 2018-08-15 18:16:38,604 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'patrole-flavor_alt_f32abcf0-0e9d-482a-9782-3b8ff600d112', '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'a3688ea3a7924e1e8a441a00bd79aae5', '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'ae92fb55-6479-448a-830a-11023139f6c2', 'swap': 0}) 2018-08-15 18:16:42,085 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-08-15 18:16:42,086 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-08-15 18:16:42,086 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-08-15 18:16:42,088 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-08-15 18:16:42,115 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-08-15 18:16:45,825 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-5ab016b5-22b8-4469-bc86-adedfcbbe565/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-15 18:16:45,826 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-08-15 18:16:45,828 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-08-15 18:16:45,828 - 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-15 18:18:42,193 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: fd0cb380-b19f-41db-8c99-2c4a2ea5bfb3 2018-08-15 18:18:42,194 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'fd0cb380-b19f-41db-8c99-2c4a2ea5bfb3']'. 2018-08-15 18:18:43,101 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-08-15 18:18:43,101 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-08-15 18:18:43,101 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-15 18:18:43,101 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | fd0cb380-b19f-41db-8c99-2c4a2ea5bfb3 | 2018-08-15 18:18:43,101 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-08-15 18:18:43,102 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-08-15 18:16:48 | 2018-08-15 18:18:43,102 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-08-15 18:18:41 | 2018-08-15 18:18:43,102 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:01:53 | 2018-08-15 18:18:43,102 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-08-15 18:18:43,102 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-08-15 18:18:43,102 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 5ab016b5-22b8-4469-bc86-adedfcbbe565) | 2018-08-15 18:18:43,102 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-08-15 18:18:43,103 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 9136bf6b-5199-4d98-9cfc-70dfe09dc93e) | 2018-08-15 18:18:43,103 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 136 | 2018-08-15 18:18:43,103 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 89.789 | 2018-08-15 18:18:43,103 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 124 | 2018-08-15 18:18:43,103 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 12 | 2018-08-15 18:18:43,103 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-08-15 18:18:43,103 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-08-15 18:18:43,104 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-08-15 18:18:43,104 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-15 18:18:43,104 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-08-15 18:18:43,104 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-08-15 18:18:43,205 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest patrole success_rate is 100.0% 2018-08-15 18:18:43,371 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-15 18:18:43,372 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | patrole | functest | 02:12 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-15 18:18:43,378 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-15 18:18:43,382 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9292/v2/images/8b54fca6-ac26-4e0e-bba7-08cbf51e729e -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}263912690d29e5adf3c633aa278d3f50608013c3" 2018-08-15 18:18:43,935 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-a3d3d3e2-4ef8-4dcb-9885-b9ce35e1b695 Date: Wed, 15 Aug 2018 18:18: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-15 18:18:43,935 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/8b54fca6-ac26-4e0e-bba7-08cbf51e729e used request id req-a3d3d3e2-4ef8-4dcb-9885-b9ce35e1b695 2018-08-15 18:18:43,936 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.557836055756s 2018-08-15 18:18:43,936 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/8b54fca6-ac26-4e0e-bba7-08cbf51e729e used request id req-a3d3d3e2-4ef8-4dcb-9885-b9ce35e1b695 2018-08-15 18:18:43,936 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-15 18:18:43,938 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}263912690d29e5adf3c633aa278d3f50608013c3" 2018-08-15 18:18:43,957 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 18:18: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-bef10fe2-3384-4857-a510-5ee9d1cf76a0 x-compute-request-id: req-bef10fe2-3384-4857-a510-5ee9d1cf76a0 Content-Encoding: gzip Content-Length: 360 Content-Type: application/json RESP BODY: {"flavors": [{"name": "patrole-flavor_f32abcf0-0e9d-482a-9782-3b8ff600d112", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/68da3da9-68c4-4afa-b2da-d91836448d48", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/68da3da9-68c4-4afa-b2da-d91836448d48", "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": "68da3da9-68c4-4afa-b2da-d91836448d48"}, {"name": "patrole-flavor_alt_f32abcf0-0e9d-482a-9782-3b8ff600d112", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/ae92fb55-6479-448a-830a-11023139f6c2", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/ae92fb55-6479-448a-830a-11023139f6c2", "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": "ae92fb55-6479-448a-830a-11023139f6c2"}]} 2018-08-15 18:18:43,957 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-bef10fe2-3384-4857-a510-5ee9d1cf76a0 2018-08-15 18:18:43,958 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0214478969574s 2018-08-15 18:18:43,958 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-bef10fe2-3384-4857-a510-5ee9d1cf76a0 2018-08-15 18:18:43,959 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-15 18:18:43,961 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/flavors/ae92fb55-6479-448a-830a-11023139f6c2 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}263912690d29e5adf3c633aa278d3f50608013c3" 2018-08-15 18:18:43,994 - keystoneauth.session - DEBUG - RESP: [202] Date: Wed, 15 Aug 2018 18:18: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-767a5ac7-fb28-4983-8fc4-e3d3e656d426 x-compute-request-id: req-767a5ac7-fb28-4983-8fc4-e3d3e656d426 Content-Length: 0 Content-Type: application/json 2018-08-15 18:18:43,994 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/ae92fb55-6479-448a-830a-11023139f6c2 used request id req-767a5ac7-fb28-4983-8fc4-e3d3e656d426 2018-08-15 18:18:43,994 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0352909564972s 2018-08-15 18:18:43,995 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/ae92fb55-6479-448a-830a-11023139f6c2 used request id req-767a5ac7-fb28-4983-8fc4-e3d3e656d426 2018-08-15 18:18:43,995 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-15 18:18:43,995 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/9b809c94-dfc6-43fb-ba7a-d0c755297e3a/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}263912690d29e5adf3c633aa278d3f50608013c3" -d '{"subnet_id": "212071e5-65c3-420b-a00d-067678d29f3b"}' 2018-08-15 18:18:45,507 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-390b6aeb-eb69-41ce-82ba-6bb446fe6964 Date: Wed, 15 Aug 2018 18:18:45 GMT RESP BODY: {"network_id": "53482b60-72fb-4544-a323-e741d4002549", "tenant_id": "a3688ea3a7924e1e8a441a00bd79aae5", "subnet_id": "212071e5-65c3-420b-a00d-067678d29f3b", "subnet_ids": ["212071e5-65c3-420b-a00d-067678d29f3b"], "port_id": "99cc4848-a002-4469-acd9-24999a11b55f", "id": "9b809c94-dfc6-43fb-ba7a-d0c755297e3a"} 2018-08-15 18:18:45,507 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/9b809c94-dfc6-43fb-ba7a-d0c755297e3a/remove_router_interface.json used request id req-390b6aeb-eb69-41ce-82ba-6bb446fe6964 2018-08-15 18:18:45,508 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.5126850605s 2018-08-15 18:18:45,508 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/9b809c94-dfc6-43fb-ba7a-d0c755297e3a/remove_router_interface.json used request id req-390b6aeb-eb69-41ce-82ba-6bb446fe6964 returning object 9b809c94-dfc6-43fb-ba7a-d0c755297e3a 2018-08-15 18:18:45,508 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-15 18:18:45,509 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}263912690d29e5adf3c633aa278d3f50608013c3" 2018-08-15 18:18:45,624 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 643 X-Openstack-Request-Id: req-d5820155-7dfb-4fe2-aa56-f2b824af177a Date: Wed, 15 Aug 2018 18:18:45 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "fc8ca119-27ab-4070-99fa-a2993d11ee48", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "3ef75223-733d-425d-bb3e-88e8a796bebc", "ip_address": "172.30.9.207"}]}, "description": "", "tags": [], "tenant_id": "a3688ea3a7924e1e8a441a00bd79aae5", "created_at": "2018-08-15T18:16:32Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-15T18:18:44Z", "revision_number": 4, "routes": [], "project_id": "a3688ea3a7924e1e8a441a00bd79aae5", "id": "9b809c94-dfc6-43fb-ba7a-d0c755297e3a", "name": "patrole-router_f32abcf0-0e9d-482a-9782-3b8ff600d112"}]} 2018-08-15 18:18:45,624 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-d5820155-7dfb-4fe2-aa56-f2b824af177a 2018-08-15 18:18:45,625 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.116250038147s 2018-08-15 18:18:45,625 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-d5820155-7dfb-4fe2-aa56-f2b824af177a 2018-08-15 18:18:45,626 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-15 18:18:45,627 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/routers/9b809c94-dfc6-43fb-ba7a-d0c755297e3a.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}263912690d29e5adf3c633aa278d3f50608013c3" 2018-08-15 18:18:46,982 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-174f8d51-ab94-4a91-8ebf-6ccae875e3a7 Content-Length: 0 Date: Wed, 15 Aug 2018 18:18:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-15 18:18:46,983 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/9b809c94-dfc6-43fb-ba7a-d0c755297e3a.json used request id req-174f8d51-ab94-4a91-8ebf-6ccae875e3a7 2018-08-15 18:18:46,983 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.35640382767s 2018-08-15 18:18:46,983 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/9b809c94-dfc6-43fb-ba7a-d0c755297e3a.json used request id req-174f8d51-ab94-4a91-8ebf-6ccae875e3a7 2018-08-15 18:18:46,984 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-15 18:18:46,984 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}263912690d29e5adf3c633aa278d3f50608013c3" 2018-08-15 18:18:47,072 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1289 X-Openstack-Request-Id: req-01569f37-1f11-4211-ac8c-5a075ae6670b Date: Wed, 15 Aug 2018 18:18:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"53482b60-72fb-4544-a323-e741d4002549","tenant_id":"a3688ea3a7924e1e8a441a00bd79aae5","created_at":"2018-08-15T18:16:32Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-15T18:16:32Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"a3688ea3a7924e1e8a441a00bd79aae5","id":"212071e5-65c3-420b-a00d-067678d29f3b","subnetpool_id":null,"name":"patrole-subnet_f32abcf0-0e9d-482a-9782-3b8ff600d112"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"fc8ca119-27ab-4070-99fa-a2993d11ee48","tenant_id":"d2c267e1fee9461ba5e64a915b9518f5","created_at":"2018-08-15T17:16:30Z","dns_nameservers":[],"updated_at":"2018-08-15T17:16:30Z","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":"d2c267e1fee9461ba5e64a915b9518f5","id":"3ef75223-733d-425d-bb3e-88e8a796bebc","subnetpool_id":null,"name":"external-subnet"}]} 2018-08-15 18:18:47,073 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-01569f37-1f11-4211-ac8c-5a075ae6670b 2018-08-15 18:18:47,073 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.089047908783s 2018-08-15 18:18:47,073 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-01569f37-1f11-4211-ac8c-5a075ae6670b 2018-08-15 18:18:47,074 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-15 18:18:47,075 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/subnets/212071e5-65c3-420b-a00d-067678d29f3b.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}263912690d29e5adf3c633aa278d3f50608013c3" 2018-08-15 18:18:48,121 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-6cb30dac-aa8a-4d9f-8a1e-108d3ece274b Date: Wed, 15 Aug 2018 18:18:48 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-15 18:18:48,121 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/212071e5-65c3-420b-a00d-067678d29f3b.json used request id req-6cb30dac-aa8a-4d9f-8a1e-108d3ece274b 2018-08-15 18:18:48,122 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 1.04715299606s 2018-08-15 18:18:48,122 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/212071e5-65c3-420b-a00d-067678d29f3b.json used request id req-6cb30dac-aa8a-4d9f-8a1e-108d3ece274b 2018-08-15 18:18:48,122 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-15 18:18:48,123 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}263912690d29e5adf3c633aa278d3f50608013c3" 2018-08-15 18:18:48,210 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1350 X-Openstack-Request-Id: req-cf914396-d660-4102-876b-a3453d27de51 Date: Wed, 15 Aug 2018 18:18:48 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"53482b60-72fb-4544-a323-e741d4002549","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a3688ea3a7924e1e8a441a00bd79aae5","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-15T18:18:48Z","provider:segmentation_id":80,"name":"patrole-net_f32abcf0-0e9d-482a-9782-3b8ff600d112","admin_state_up":true,"tenant_id":"a3688ea3a7924e1e8a441a00bd79aae5","created_at":"2018-08-15T18:16:31Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"fc8ca119-27ab-4070-99fa-a2993d11ee48","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d2c267e1fee9461ba5e64a915b9518f5","status":"ACTIVE","subnets":["3ef75223-733d-425d-bb3e-88e8a796bebc"],"description":"","tags":[],"updated_at":"2018-08-15T17:41:36Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"d2c267e1fee9461ba5e64a915b9518f5","created_at":"2018-08-15T17:16:26Z","provider:network_type":"flat"}]} 2018-08-15 18:18:48,210 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-cf914396-d660-4102-876b-a3453d27de51 2018-08-15 18:18:48,211 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.088152885437s 2018-08-15 18:18:48,211 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-cf914396-d660-4102-876b-a3453d27de51 2018-08-15 18:18:48,212 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-15 18:18:48,212 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/networks/53482b60-72fb-4544-a323-e741d4002549.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}263912690d29e5adf3c633aa278d3f50608013c3" 2018-08-15 18:18:49,954 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-fb57c669-d3b4-40f4-9b76-7ec4ad4fa7ed Date: Wed, 15 Aug 2018 18:18:49 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-15 18:18:49,954 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/53482b60-72fb-4544-a323-e741d4002549.json used request id req-fb57c669-d3b4-40f4-9b76-7ec4ad4fa7ed 2018-08-15 18:18:49,954 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.74191212654s 2018-08-15 18:18:49,954 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/53482b60-72fb-4544-a323-e741d4002549.json used request id req-fb57c669-d3b4-40f4-9b76-7ec4ad4fa7ed 2018-08-15 18:18:49,958 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-15 18:18:49,962 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}263912690d29e5adf3c633aa278d3f50608013c3" 2018-08-15 18:18:49,985 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1390 Content-Type: application/json X-Openstack-Request-Id: req-28f08021-f59a-409f-9d8b-0c4e834685d7 Date: Wed, 15 Aug 2018 18:18:50 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-15T18:16:36Z", "file": "/v2/images/4d90708e-6a5e-422d-9621-f8053134b649/file", "owner": "a3688ea3a7924e1e8a441a00bd79aae5", "id": "4d90708e-6a5e-422d-9621-f8053134b649", "size": 12716032, "self": "/v2/images/4d90708e-6a5e-422d-9621-f8053134b649", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/4d90708e-6a5e-422d-9621-f8053134b649/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/4d90708e-6a5e-422d-9621-f8053134b649/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/patrole-img_f32abcf0-0e9d-482a-9782-3b8ff600d112", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_f32abcf0-0e9d-482a-9782-3b8ff600d112", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-15T18:16:36Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-15 18:18:49,985 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-28f08021-f59a-409f-9d8b-0c4e834685d7 2018-08-15 18:18:49,985 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0266630649567s 2018-08-15 18:18:49,985 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-28f08021-f59a-409f-9d8b-0c4e834685d7 2018-08-15 18:18:49,987 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-15 18:18:49,990 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9292/v2/images/4d90708e-6a5e-422d-9621-f8053134b649 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}263912690d29e5adf3c633aa278d3f50608013c3" 2018-08-15 18:18:50,290 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-9923bf61-fb29-4f2c-88a7-a87a4d2af8b3 Date: Wed, 15 Aug 2018 18:18:50 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-15 18:18:50,290 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/4d90708e-6a5e-422d-9621-f8053134b649 used request id req-9923bf61-fb29-4f2c-88a7-a87a4d2af8b3 2018-08-15 18:18:50,291 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.303680896759s 2018-08-15 18:18:50,291 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/4d90708e-6a5e-422d-9621-f8053134b649 used request id req-9923bf61-fb29-4f2c-88a7-a87a4d2af8b3 2018-08-15 18:18:50,291 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-15 18:18:50,294 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}263912690d29e5adf3c633aa278d3f50608013c3" 2018-08-15 18:18:50,315 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 18:18:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-842e38a9-8de5-4a2d-a4b1-1f920ae6a28d x-compute-request-id: req-842e38a9-8de5-4a2d-a4b1-1f920ae6a28d Content-Encoding: gzip Content-Length: 306 Content-Type: application/json RESP BODY: {"flavors": [{"name": "patrole-flavor_f32abcf0-0e9d-482a-9782-3b8ff600d112", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/68da3da9-68c4-4afa-b2da-d91836448d48", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/68da3da9-68c4-4afa-b2da-d91836448d48", "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": "68da3da9-68c4-4afa-b2da-d91836448d48"}]} 2018-08-15 18:18:50,315 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-842e38a9-8de5-4a2d-a4b1-1f920ae6a28d 2018-08-15 18:18:50,315 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0235841274261s 2018-08-15 18:18:50,315 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-842e38a9-8de5-4a2d-a4b1-1f920ae6a28d 2018-08-15 18:18:50,317 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-15 18:18:50,320 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/flavors/68da3da9-68c4-4afa-b2da-d91836448d48 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}263912690d29e5adf3c633aa278d3f50608013c3" 2018-08-15 18:18:50,356 - keystoneauth.session - DEBUG - RESP: [202] Date: Wed, 15 Aug 2018 18:18:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a3fb367d-5a3c-474a-8013-3f5d0acae475 x-compute-request-id: req-a3fb367d-5a3c-474a-8013-3f5d0acae475 Content-Length: 0 Content-Type: application/json 2018-08-15 18:18:50,356 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/68da3da9-68c4-4afa-b2da-d91836448d48 used request id req-a3fb367d-5a3c-474a-8013-3f5d0acae475 2018-08-15 18:18:50,356 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0387971401215s 2018-08-15 18:18:50,356 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/68da3da9-68c4-4afa-b2da-d91836448d48 used request id req-a3fb367d-5a3c-474a-8013-3f5d0acae475 2018-08-15 18:18:50,417 - xtesting.ci.run_tests - INFO - Loading test case 'vmtp'... 2018-08-15 18:18:50,464 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-15 18:18:50,464 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-15 18:18:50,464 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-15 18:18:50,464 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-15 18:18:50,464 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-15 18:18:50,464 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-15 18:18:50,464 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-15 18:18:50,464 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-15 18:18:50,464 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-15 18:18:50,464 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-15 18:18:50,464 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-15 18:18:50,465 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-15 18:18:50,465 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-15 18:18:50,465 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-15 18:18:50,465 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-15 18:18:50,465 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-15 18:18:50,465 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-15 18:18:50,465 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-15 18:18:50,465 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-15 18:18:50,465 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-15 18:18:50,465 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-15 18:18:50,465 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-15 18:18:50,465 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-15 18:18:50,465 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-15 18:18:50,466 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-15 18:18:50,467 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-15 18:18:50,472 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 18:18:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f91f112a-60cf-4645-8333-dbb695051441 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-08-15 18:18:50,472 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-f91f112a-60cf-4645-8333-dbb695051441 2018-08-15 18:18:50,473 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-08-15 18:18:50,865 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "16212b6aa60a4fd1b8194c834bae86bf", "name": "member"}, {"id": "eeb4436830d24515952401292b7cfc55", "name": "reader"}, {"id": "382a39dc50214187b99e809cf7222e3c", "name": "admin"}], "expires_at": "2018-08-15T19:18:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3688ea3a7924e1e8a441a00bd79aae5", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.37:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "54e3c320cc3142e9824c171afe58d5c6"}, {"url": "http://172.30.9.27:8080/v1/AUTH_a3688ea3a7924e1e8a441a00bd79aae5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d00250537b54114937846660f377ed1"}, {"url": "http://12.0.0.37:8080/v1/AUTH_a3688ea3a7924e1e8a441a00bd79aae5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c790cb26fd2345ae9bac8a014d10a446"}], "type": "object-store", "id": "17183633b8774ff6a53da32b47c89b3c", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94631698a9884eb1bf4cb245c6f37b80"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c23f2a003e874719a2f1c41f92405a45"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e97257b46cb8440080352cd841246c5d"}], "type": "cloudformation", "id": "2dec96c2934d43bdbe2e431ef0b53392", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "287c0315393e4b22a228912ca3b004cc"}, {"url": "http://192.30.9.3:8776/v3/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62769da517ac4f44b88a6118413b8c30"}, {"url": "http://192.30.9.3:8776/v3/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c0b30400cd648249ab0a6a17cf1ebc1"}], "type": "volumev3", "id": "363b885c3f174fbfb4f17da9d41f332d", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d6cb188f65e4f77bab04c3d99f9469f"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70f7ced028794432bef835264c84489c"}, {"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77dd5cfb1dac4b31b21d705ba420c355"}], "type": "network", "id": "51b7a44223114d149d5300ae5b6d97ae", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19071864a1b848cc93bca3b1e1955c3f"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bc0345e40a36459fbc009797a6517deb"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5c7966f4757438480f39866a31a0265"}], "type": "image", "id": "5540e06daad441aa911fd4cb4d76f8d3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "68ad1d76386d437089226a0562004a39", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "03f40cbac74c4aafb48b4dd360509f6a"}, {"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18ed3fa9a0894200abaf76b71abfd912"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3d96a0aa5c344cb8ba659332ed497e85"}], "type": "identity", "id": "8096ce39bbf24c1683621ee563324790", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f60ea793ee64fc9a3d9a2d2ad889bd0"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7c9770175fc45379f2c2d142062b2c3"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e944b22c50da41179f2e29ce558807c1"}], "type": "compute", "id": "b3040d5c7e224dbca86f421bddd758e1", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5aad7caa3e6f4a35b9abdf5d46190371"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8b8b8bcfb3b40e5be77e13a4d2dda19"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d33016e2f5be49c28efb9905db488d41"}], "type": "placement", "id": "bb3127ed06e54fda901ea2348ddb72da", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "576142509dfd46c591c5e83bed8ffcc7"}, {"url": "http://192.30.9.3:8776/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cabe2973ef9144da9850a630dd2aedd5"}, {"url": "http://172.30.9.27:8776/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eb71f3f602d443c9a8605a7ff2e8aa8e"}], "type": "volume", "id": "becfeedd42e344c085611f3c7c465a3f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.3:8004/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "156b8e560e534c82a1d320da86608a19"}, {"url": "http://192.30.9.3:8004/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59154cecf6a54eb08ecc63bf95dca042"}, {"url": "http://172.30.9.27:8004/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f3aa5c8697e449f99c2cfbe2a371cab7"}], "type": "orchestration", "id": "c4334130b6d54a75804fe3f11a3b9e3e", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "39db2ebb65ae42659440fd9845949a6c"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ad23d2a65e74e3c87b1488af1f9f9ac"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d07664cbebb49149819cf7a6b20edb4"}], "type": "alarming", "id": "d878aa5c6b584d53a039f6a680fb6e8b", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e2bb44b06c0412ab74e54984b5b26b5"}, {"url": "http://192.30.9.3:8776/v2/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86bcb5a76e6c464bb4d42c969584d6f2"}, {"url": "http://172.30.9.27:8776/v2/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a391eed816af4966b335005bfe580d70"}], "type": "volumev2", "id": "e16298e148f54e96a50a134ca797deff", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b54cb5b666f74b91b0244b5332fdb3e5"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcc892608bd341e084be203695f810d1"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e980066294c34eb6866e6c4735e84a62"}], "type": "metric", "id": "f3a07a22777a4405b7eaf44da2e73e19", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.27:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1f66095afa4b74b4f26d432f5bfa55"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8dd5f30cc334148a7ed9d5ab68eee9b"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bfe7dd54acd947899871700a40dd0244"}], "type": "event", "id": "f6e223543cae4d9bad10258b0a294f12", "name": "panko"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "9482390a0722494f8852b9f0e2b9de56"}, "audit_ids": ["dB1pC5XSSriPnrbacNOr8g"], "issued_at": "2018-08-15T18:18:50.000000Z"}} 2018-08-15 18:18:50,868 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-15 18:18:50,868 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}73d638039439b43656cb0d8b1e6031c88bc805b8" 2018-08-15 18:18:51,212 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-68924078-e4bc-491f-8b6f-b08a84f0cec6 Date: Wed, 15 Aug 2018 18:18:51 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"fc8ca119-27ab-4070-99fa-a2993d11ee48","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d2c267e1fee9461ba5e64a915b9518f5","status":"ACTIVE","subnets":["3ef75223-733d-425d-bb3e-88e8a796bebc"],"description":"","tags":[],"updated_at":"2018-08-15T17:41:36Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"d2c267e1fee9461ba5e64a915b9518f5","created_at":"2018-08-15T17:16:26Z","provider:network_type":"flat"}]} 2018-08-15 18:18:51,212 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json?router%3Aexternal=True used request id req-68924078-e4bc-491f-8b6f-b08a84f0cec6 2018-08-15 18:18:51,212 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.344202041626s 2018-08-15 18:18:51,212 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json?router%3Aexternal=True used request id req-68924078-e4bc-491f-8b6f-b08a84f0cec6 2018-08-15 18:18:51,216 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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-15 18:18:51,221 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 15 Aug 2018 18:18:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-47aba470-c6fe-431d-9878-1c2149d55cae 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.27:5000/v3/", "rel": "self"}]}]}} 2018-08-15 18:18:51,221 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/ used request id req-47aba470-c6fe-431d-9878-1c2149d55cae 2018-08-15 18:18:51,222 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-15 18:18:51,226 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}73d638039439b43656cb0d8b1e6031c88bc805b8" 2018-08-15 18:18:51,336 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 18:18:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-581bd4d3-944c-434f-a6fd-344f18364e15 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}, {"description": "", "links": {"self": "http://172.30.9.27:5000/v3/domains/e4bd2a4e6bb349a78f956295c49df949"}, "tags": [], "enabled": true, "id": "e4bd2a4e6bb349a78f956295c49df949", "name": "heat_stack"}], "links": {"self": "http://172.30.9.27:5000/v3/domains", "previous": null, "next": null}} 2018-08-15 18:18:51,336 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains used request id req-581bd4d3-944c-434f-a6fd-344f18364e15 2018-08-15 18:18:51,336 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.114036083221s 2018-08-15 18:18:51,337 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains used request id req-581bd4d3-944c-434f-a6fd-344f18364e15 2018-08-15 18:18:51,344 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-15 18:18:51,347 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}73d638039439b43656cb0d8b1e6031c88bc805b8" -d '{"project": {"description": "Created by OPNFV Functest: vmtp", "enabled": true, "domain_id": "default", "name": "vmtp-project_3806f8ae-a487-4069-abc4-f3eaff61c28a"}}' 2018-08-15 18:18:51,484 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 15 Aug 2018 18:18:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5ef0398c-1c0c-4e4e-af48-e252f03648c1 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.27:5000/v3/projects/4ac96b83261c430488a051413c97cb86"}, "tags": [], "enabled": true, "id": "4ac96b83261c430488a051413c97cb86", "parent_id": "default", "domain_id": "default", "name": "vmtp-project_3806f8ae-a487-4069-abc4-f3eaff61c28a"}} 2018-08-15 18:18:51,484 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-5ef0398c-1c0c-4e4e-af48-e252f03648c1 2018-08-15 18:18:51,484 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.139915943146s 2018-08-15 18:18:51,484 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-5ef0398c-1c0c-4e4e-af48-e252f03648c1 2018-08-15 18:18:51,485 - 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'4ac96b83261c430488a051413c97cb86', '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_3806f8ae-a487-4069-abc4-f3eaff61c28a'}) 2018-08-15 18:18:51,491 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-15 18:18:51,495 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}73d638039439b43656cb0d8b1e6031c88bc805b8" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "b18731b0-10ed-468c-a1c2-d31ada05f16f", "email": null, "name": "vmtp-user_3806f8ae-a487-4069-abc4-f3eaff61c28a"}}' 2018-08-15 18:18:51,860 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 15 Aug 2018 18:18:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fb06da25-58a3-46de-8eb8-78584ee62869 Content-Length: 319 Content-Type: application/json RESP BODY: {"user": {"name": "vmtp-user_3806f8ae-a487-4069-abc4-f3eaff61c28a", "links": {"self": "http://172.30.9.27:5000/v3/users/dc838576aa75470181b985ca3c2443b4"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "dc838576aa75470181b985ca3c2443b4", "domain_id": "default", "password_expires_at": null}} 2018-08-15 18:18:51,860 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/users used request id req-fb06da25-58a3-46de-8eb8-78584ee62869 2018-08-15 18:18:51,860 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.369235038757s 2018-08-15 18:18:51,861 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/users used request id req-fb06da25-58a3-46de-8eb8-78584ee62869 2018-08-15 18:18:51,861 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'dc838576aa75470181b985ca3c2443b4', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vmtp-user_3806f8ae-a487-4069-abc4-f3eaff61c28a'}) 2018-08-15 18:18:51,865 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-15 18:18:51,868 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}73d638039439b43656cb0d8b1e6031c88bc805b8" 2018-08-15 18:18:52,018 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 18:18:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-740c4002-7eab-48a8-9804-5a1565ed12c9 Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "021fd4a1fb8b483eb2264cbf5b321379", "links": {"self": "http://172.30.9.27:5000/v3/roles/021fd4a1fb8b483eb2264cbf5b321379"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "16212b6aa60a4fd1b8194c834bae86bf", "links": {"self": "http://172.30.9.27:5000/v3/roles/16212b6aa60a4fd1b8194c834bae86bf"}, "name": "member"}, {"domain_id": null, "id": "1c1e1015ce2644848f1430e3bb28531b", "links": {"self": "http://172.30.9.27:5000/v3/roles/1c1e1015ce2644848f1430e3bb28531b"}, "name": "swiftoperator"}, {"domain_id": null, "id": "382a39dc50214187b99e809cf7222e3c", "links": {"self": "http://172.30.9.27:5000/v3/roles/382a39dc50214187b99e809cf7222e3c"}, "name": "admin"}, {"domain_id": null, "id": "9aed22da25b945dda36dee6e40a0785d", "links": {"self": "http://172.30.9.27:5000/v3/roles/9aed22da25b945dda36dee6e40a0785d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "eeb4436830d24515952401292b7cfc55", "links": {"self": "http://172.30.9.27:5000/v3/roles/eeb4436830d24515952401292b7cfc55"}, "name": "reader"}]} 2018-08-15 18:18:52,018 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-740c4002-7eab-48a8-9804-5a1565ed12c9 2018-08-15 18:18:52,019 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.153773069382s 2018-08-15 18:18:52,019 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-740c4002-7eab-48a8-9804-5a1565ed12c9 2018-08-15 18:18:52,023 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-15 18:18:52,027 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}73d638039439b43656cb0d8b1e6031c88bc805b8" 2018-08-15 18:18:52,208 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 18:18:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2cfd05fd-eb84-41cc-891c-91dd6e6ad941 Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "021fd4a1fb8b483eb2264cbf5b321379", "links": {"self": "http://172.30.9.27:5000/v3/roles/021fd4a1fb8b483eb2264cbf5b321379"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "16212b6aa60a4fd1b8194c834bae86bf", "links": {"self": "http://172.30.9.27:5000/v3/roles/16212b6aa60a4fd1b8194c834bae86bf"}, "name": "member"}, {"domain_id": null, "id": "1c1e1015ce2644848f1430e3bb28531b", "links": {"self": "http://172.30.9.27:5000/v3/roles/1c1e1015ce2644848f1430e3bb28531b"}, "name": "swiftoperator"}, {"domain_id": null, "id": "382a39dc50214187b99e809cf7222e3c", "links": {"self": "http://172.30.9.27:5000/v3/roles/382a39dc50214187b99e809cf7222e3c"}, "name": "admin"}, {"domain_id": null, "id": "9aed22da25b945dda36dee6e40a0785d", "links": {"self": "http://172.30.9.27:5000/v3/roles/9aed22da25b945dda36dee6e40a0785d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "eeb4436830d24515952401292b7cfc55", "links": {"self": "http://172.30.9.27:5000/v3/roles/eeb4436830d24515952401292b7cfc55"}, "name": "reader"}]} 2018-08-15 18:18:52,208 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-2cfd05fd-eb84-41cc-891c-91dd6e6ad941 2018-08-15 18:18:52,208 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.184792995453s 2018-08-15 18:18:52,209 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-2cfd05fd-eb84-41cc-891c-91dd6e6ad941 2018-08-15 18:18:52,213 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-15 18:18:52,217 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}73d638039439b43656cb0d8b1e6031c88bc805b8" 2018-08-15 18:18:52,331 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 18:18:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7040ad7a-81c0-4e13-b6f3-d015ca06e596 Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "021fd4a1fb8b483eb2264cbf5b321379", "links": {"self": "http://172.30.9.27:5000/v3/roles/021fd4a1fb8b483eb2264cbf5b321379"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "16212b6aa60a4fd1b8194c834bae86bf", "links": {"self": "http://172.30.9.27:5000/v3/roles/16212b6aa60a4fd1b8194c834bae86bf"}, "name": "member"}, {"domain_id": null, "id": "1c1e1015ce2644848f1430e3bb28531b", "links": {"self": "http://172.30.9.27:5000/v3/roles/1c1e1015ce2644848f1430e3bb28531b"}, "name": "swiftoperator"}, {"domain_id": null, "id": "382a39dc50214187b99e809cf7222e3c", "links": {"self": "http://172.30.9.27:5000/v3/roles/382a39dc50214187b99e809cf7222e3c"}, "name": "admin"}, {"domain_id": null, "id": "9aed22da25b945dda36dee6e40a0785d", "links": {"self": "http://172.30.9.27:5000/v3/roles/9aed22da25b945dda36dee6e40a0785d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "eeb4436830d24515952401292b7cfc55", "links": {"self": "http://172.30.9.27:5000/v3/roles/eeb4436830d24515952401292b7cfc55"}, "name": "reader"}]} 2018-08-15 18:18:52,331 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-7040ad7a-81c0-4e13-b6f3-d015ca06e596 2018-08-15 18:18:52,331 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.117703914642s 2018-08-15 18:18:52,332 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-7040ad7a-81c0-4e13-b6f3-d015ca06e596 2018-08-15 18:18:52,336 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-15 18:18:52,339 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}73d638039439b43656cb0d8b1e6031c88bc805b8" 2018-08-15 18:18:52,446 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 18:18:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f39b7602-b468-4ffa-89ed-0b72d8bba526 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-15 18:18:52,446 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-f39b7602-b468-4ffa-89ed-0b72d8bba526 2018-08-15 18:18:52,446 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.109750986099s 2018-08-15 18:18:52,446 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-f39b7602-b468-4ffa-89ed-0b72d8bba526 2018-08-15 18:18:52,447 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-15 18:18:52,450 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}73d638039439b43656cb0d8b1e6031c88bc805b8" 2018-08-15 18:18:52,659 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 18:18:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b115783d-0039-43a3-bbbb-8c5334597fc2 Content-Encoding: gzip Content-Length: 834 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/033f0039d025473a84de241284491a58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "033f0039d025473a84de241284491a58", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/2422d0f285314705b46615565d3917fe"}, "domain_id": "e4bd2a4e6bb349a78f956295c49df949", "enabled": true, "options": {}, "id": "2422d0f285314705b46615565d3917fe", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/2cc8b8ad456045c2a30e4360994a4487"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2cc8b8ad456045c2a30e4360994a4487", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/3c466aad8ead4318838e33dd234eb81d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3c466aad8ead4318838e33dd234eb81d", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/56e811cfd4b242068dd78826118576f4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "56e811cfd4b242068dd78826118576f4", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6fad7e5ef0254b2a9cdb215018bcab91"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6fad7e5ef0254b2a9cdb215018bcab91", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.27:5000/v3/users/7d91ea49860f4c2a8deabf649cf4ed37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d91ea49860f4c2a8deabf649cf4ed37", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/8f968cf4475249f6abf2422d6dd7425f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8f968cf4475249f6abf2422d6dd7425f", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/9482390a0722494f8852b9f0e2b9de56"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9482390a0722494f8852b9f0e2b9de56", "email": "admin@example.com", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.27:5000/v3/users/a36076122cea45c6b3e4aa67c4ca811d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a36076122cea45c6b3e4aa67c4ca811d", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/acda52409b024c95bc0facaa98dbc356"}, "domain_id": "default", "enabled": true, "options": {}, "id": "acda52409b024c95bc0facaa98dbc356", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/b193f8790ad94e46993d7eb01f623f51"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b193f8790ad94e46993d7eb01f623f51", "email": "cinder@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/dba024f1937f490cae2e437356a668d7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dba024f1937f490cae2e437356a668d7", "email": "nova@localhost", "password_expires_at": null}, {"name": "vmtp-user_3806f8ae-a487-4069-abc4-f3eaff61c28a", "links": {"self": "http://172.30.9.27:5000/v3/users/dc838576aa75470181b985ca3c2443b4"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "dc838576aa75470181b985ca3c2443b4", "domain_id": "default", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/e6d2649e935e4b8db8107d76bfb30c3a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e6d2649e935e4b8db8107d76bfb30c3a", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-08-15 18:18:52,659 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-b115783d-0039-43a3-bbbb-8c5334597fc2 2018-08-15 18:18:52,660 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.212285995483s 2018-08-15 18:18:52,660 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-b115783d-0039-43a3-bbbb-8c5334597fc2 2018-08-15 18:18:52,671 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-15 18:18:52,673 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}73d638039439b43656cb0d8b1e6031c88bc805b8" 2018-08-15 18:18:52,864 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 18:18:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e4d400bb-7632-45db-b57e-b704bd27622e Content-Encoding: gzip Content-Length: 390 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/a3688ea3a7924e1e8a441a00bd79aae5"}, "tags": [], "enabled": true, "id": "a3688ea3a7924e1e8a441a00bd79aae5", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.27:5000/v3/projects/d2c267e1fee9461ba5e64a915b9518f5"}, "tags": [], "enabled": true, "id": "d2c267e1fee9461ba5e64a915b9518f5", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vmtp", "links": {"self": "http://172.30.9.27:5000/v3/projects/4ac96b83261c430488a051413c97cb86"}, "tags": [], "enabled": true, "id": "4ac96b83261c430488a051413c97cb86", "parent_id": "default", "domain_id": "default", "name": "vmtp-project_3806f8ae-a487-4069-abc4-f3eaff61c28a"}]} 2018-08-15 18:18:52,864 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-e4d400bb-7632-45db-b57e-b704bd27622e 2018-08-15 18:18:52,864 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.193549871445s 2018-08-15 18:18:52,865 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-e4d400bb-7632-45db-b57e-b704bd27622e 2018-08-15 18:18:52,872 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-15 18:18:52,875 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:5000/v3/role_assignments?user.id=dc838576aa75470181b985ca3c2443b4&role.id=16212b6aa60a4fd1b8194c834bae86bf&scope.project.id=4ac96b83261c430488a051413c97cb86" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}73d638039439b43656cb0d8b1e6031c88bc805b8" 2018-08-15 18:18:52,978 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 18:18:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c3016a4d-1e44-4360-b6ed-78360120ccaf Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.27:5000/v3/role_assignments?user.id=dc838576aa75470181b985ca3c2443b4&role.id=16212b6aa60a4fd1b8194c834bae86bf&scope.project.id=4ac96b83261c430488a051413c97cb86", "previous": null, "next": null}} 2018-08-15 18:18:52,978 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=dc838576aa75470181b985ca3c2443b4&role.id=16212b6aa60a4fd1b8194c834bae86bf&scope.project.id=4ac96b83261c430488a051413c97cb86 used request id req-c3016a4d-1e44-4360-b6ed-78360120ccaf 2018-08-15 18:18:52,978 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.106226205826s 2018-08-15 18:18:52,979 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=dc838576aa75470181b985ca3c2443b4&role.id=16212b6aa60a4fd1b8194c834bae86bf&scope.project.id=4ac96b83261c430488a051413c97cb86 used request id req-c3016a4d-1e44-4360-b6ed-78360120ccaf 2018-08-15 18:18:52,983 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-15 18:18:52,986 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:5000/v3/projects/4ac96b83261c430488a051413c97cb86/users/dc838576aa75470181b985ca3c2443b4/roles/16212b6aa60a4fd1b8194c834bae86bf -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}73d638039439b43656cb0d8b1e6031c88bc805b8" 2018-08-15 18:18:53,143 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 15 Aug 2018 18:18:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-36e6392c-a989-4193-a838-3fba3b8c9650 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-15 18:18:53,143 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/4ac96b83261c430488a051413c97cb86/users/dc838576aa75470181b985ca3c2443b4/roles/16212b6aa60a4fd1b8194c834bae86bf used request id req-36e6392c-a989-4193-a838-3fba3b8c9650 2018-08-15 18:18:53,143 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.159738063812s 2018-08-15 18:18:53,143 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/4ac96b83261c430488a051413c97cb86/users/dc838576aa75470181b985ca3c2443b4/roles/16212b6aa60a4fd1b8194c834bae86bf used request id req-36e6392c-a989-4193-a838-3fba3b8c9650 2018-08-15 18:18:53,144 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vmtp-project_3806f8ae-a487-4069-abc4-f3eaff61c28a', 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'4ac96b83261c430488a051413c97cb86', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': 'b18731b0-10ed-468c-a1c2-d31ada05f16f', 'username': u'vmtp-user_3806f8ae-a487-4069-abc4-f3eaff61c28a', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.27:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-08-15 18:18:53,145 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-15 18:18:53,146 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-15 18:18:53,146 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-15 18:18:53,146 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-15 18:18:53,146 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-15 18:18:53,146 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-15 18:18:53,146 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-15 18:18:53,146 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-15 18:18:53,147 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-15 18:18:53,147 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-15 18:18:53,147 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-15 18:18:53,147 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-15 18:18:53,147 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-15 18:18:53,147 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-15 18:18:53,147 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-15 18:18:53,147 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-15 18:18:53,148 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-15 18:18:53,148 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-15 18:18:53,148 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-15 18:18:53,148 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-15 18:18:53,148 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-15 18:18:53,148 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-15 18:18:53,148 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-15 18:18:53,148 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-15 18:18:53,149 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-15 18:18:53,151 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vmtp-user_3806f8ae-a487-4069-abc4-f3eaff61c28a', 'password': 'b18731b0-10ed-468c-a1c2-d31ada05f16f', 'project_name': 'vmtp-project_3806f8ae-a487-4069-abc4-f3eaff61c28a', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.27:5000/v3', 'project_id': '4ac96b83261c430488a051413c97cb86', 'project_domain_name': 'Default'} 2018-08-15 18:18:53,156 - xtesting.ci.run_tests - INFO - Running test case 'vmtp'... 2018-08-15 18:18:53,157 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-15 18:18:53,163 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 18:18:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4ce6f211-1ad1-4401-8867-6e6eca8f09f9 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-08-15 18:18:53,163 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-4ce6f211-1ad1-4401-8867-6e6eca8f09f9 2018-08-15 18:18:53,164 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-08-15 18:18:53,558 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "16212b6aa60a4fd1b8194c834bae86bf", "name": "member"}, {"id": "eeb4436830d24515952401292b7cfc55", "name": "reader"}], "expires_at": "2018-08-15T19:18:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4ac96b83261c430488a051413c97cb86", "name": "vmtp-project_3806f8ae-a487-4069-abc4-f3eaff61c28a"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.37:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "54e3c320cc3142e9824c171afe58d5c6"}, {"url": "http://172.30.9.27:8080/v1/AUTH_4ac96b83261c430488a051413c97cb86", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d00250537b54114937846660f377ed1"}, {"url": "http://12.0.0.37:8080/v1/AUTH_4ac96b83261c430488a051413c97cb86", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c790cb26fd2345ae9bac8a014d10a446"}], "type": "object-store", "id": "17183633b8774ff6a53da32b47c89b3c", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94631698a9884eb1bf4cb245c6f37b80"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c23f2a003e874719a2f1c41f92405a45"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e97257b46cb8440080352cd841246c5d"}], "type": "cloudformation", "id": "2dec96c2934d43bdbe2e431ef0b53392", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/4ac96b83261c430488a051413c97cb86", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "287c0315393e4b22a228912ca3b004cc"}, {"url": "http://192.30.9.3:8776/v3/4ac96b83261c430488a051413c97cb86", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62769da517ac4f44b88a6118413b8c30"}, {"url": "http://192.30.9.3:8776/v3/4ac96b83261c430488a051413c97cb86", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c0b30400cd648249ab0a6a17cf1ebc1"}], "type": "volumev3", "id": "363b885c3f174fbfb4f17da9d41f332d", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d6cb188f65e4f77bab04c3d99f9469f"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70f7ced028794432bef835264c84489c"}, {"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77dd5cfb1dac4b31b21d705ba420c355"}], "type": "network", "id": "51b7a44223114d149d5300ae5b6d97ae", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19071864a1b848cc93bca3b1e1955c3f"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bc0345e40a36459fbc009797a6517deb"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5c7966f4757438480f39866a31a0265"}], "type": "image", "id": "5540e06daad441aa911fd4cb4d76f8d3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "68ad1d76386d437089226a0562004a39", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "03f40cbac74c4aafb48b4dd360509f6a"}, {"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18ed3fa9a0894200abaf76b71abfd912"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3d96a0aa5c344cb8ba659332ed497e85"}], "type": "identity", "id": "8096ce39bbf24c1683621ee563324790", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f60ea793ee64fc9a3d9a2d2ad889bd0"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7c9770175fc45379f2c2d142062b2c3"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e944b22c50da41179f2e29ce558807c1"}], "type": "compute", "id": "b3040d5c7e224dbca86f421bddd758e1", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5aad7caa3e6f4a35b9abdf5d46190371"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8b8b8bcfb3b40e5be77e13a4d2dda19"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d33016e2f5be49c28efb9905db488d41"}], "type": "placement", "id": "bb3127ed06e54fda901ea2348ddb72da", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/4ac96b83261c430488a051413c97cb86", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "576142509dfd46c591c5e83bed8ffcc7"}, {"url": "http://192.30.9.3:8776/v1/4ac96b83261c430488a051413c97cb86", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cabe2973ef9144da9850a630dd2aedd5"}, {"url": "http://172.30.9.27:8776/v1/4ac96b83261c430488a051413c97cb86", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eb71f3f602d443c9a8605a7ff2e8aa8e"}], "type": "volume", "id": "becfeedd42e344c085611f3c7c465a3f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.3:8004/v1/4ac96b83261c430488a051413c97cb86", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "156b8e560e534c82a1d320da86608a19"}, {"url": "http://192.30.9.3:8004/v1/4ac96b83261c430488a051413c97cb86", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59154cecf6a54eb08ecc63bf95dca042"}, {"url": "http://172.30.9.27:8004/v1/4ac96b83261c430488a051413c97cb86", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f3aa5c8697e449f99c2cfbe2a371cab7"}], "type": "orchestration", "id": "c4334130b6d54a75804fe3f11a3b9e3e", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "39db2ebb65ae42659440fd9845949a6c"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ad23d2a65e74e3c87b1488af1f9f9ac"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d07664cbebb49149819cf7a6b20edb4"}], "type": "alarming", "id": "d878aa5c6b584d53a039f6a680fb6e8b", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/4ac96b83261c430488a051413c97cb86", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e2bb44b06c0412ab74e54984b5b26b5"}, {"url": "http://192.30.9.3:8776/v2/4ac96b83261c430488a051413c97cb86", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86bcb5a76e6c464bb4d42c969584d6f2"}, {"url": "http://172.30.9.27:8776/v2/4ac96b83261c430488a051413c97cb86", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a391eed816af4966b335005bfe580d70"}], "type": "volumev2", "id": "e16298e148f54e96a50a134ca797deff", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b54cb5b666f74b91b0244b5332fdb3e5"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcc892608bd341e084be203695f810d1"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e980066294c34eb6866e6c4735e84a62"}], "type": "metric", "id": "f3a07a22777a4405b7eaf44da2e73e19", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.27:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1f66095afa4b74b4f26d432f5bfa55"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8dd5f30cc334148a7ed9d5ab68eee9b"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bfe7dd54acd947899871700a40dd0244"}], "type": "event", "id": "f6e223543cae4d9bad10258b0a294f12", "name": "panko"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vmtp-user_3806f8ae-a487-4069-abc4-f3eaff61c28a", "id": "dc838576aa75470181b985ca3c2443b4"}, "audit_ids": ["D5kRlrLHTO6o5FFCZd-gIg"], "issued_at": "2018-08-15T18:18:53.000000Z"}} 2018-08-15 18:18:53,561 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-15 18:18:53,561 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}3be61b0ca14ad846d94983588f4d325b42ed04fd" -d '{"router": {"external_gateway_info": {"network_id": "fc8ca119-27ab-4070-99fa-a2993d11ee48"}, "name": "vmtp-router_3806f8ae-a487-4069-abc4-f3eaff61c28a", "admin_state_up": true}}' 2018-08-15 18:18:55,045 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 615 X-Openstack-Request-Id: req-dc0dc773-e635-4a60-aa63-a99f59ff63a7 Date: Wed, 15 Aug 2018 18:18:55 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "fc8ca119-27ab-4070-99fa-a2993d11ee48", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "3ef75223-733d-425d-bb3e-88e8a796bebc", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "4ac96b83261c430488a051413c97cb86", "created_at": "2018-08-15T18:18:53Z", "admin_state_up": true, "updated_at": "2018-08-15T18:18:54Z", "revision_number": 2, "routes": [], "project_id": "4ac96b83261c430488a051413c97cb86", "id": "015fce5a-dab8-439e-9d23-8b5492afced5", "name": "vmtp-router_3806f8ae-a487-4069-abc4-f3eaff61c28a"}} 2018-08-15 18:18:55,046 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-dc0dc773-e635-4a60-aa63-a99f59ff63a7 2018-08-15 18:18:55,046 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.48495292664s 2018-08-15 18:18:55,046 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-dc0dc773-e635-4a60-aa63-a99f59ff63a7 2018-08-15 18:18:55,046 - functest.opnfv_tests.openstack.vmtp.vmtp - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'fc8ca119-27ab-4070-99fa-a2993d11ee48', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'3ef75223-733d-425d-bb3e-88e8a796bebc', u'ip_address': u'172.30.9.200'}]}, u'description': u'', u'tags': [], u'tenant_id': u'4ac96b83261c430488a051413c97cb86', u'created_at': u'2018-08-15T18:18:53Z', u'admin_state_up': True, u'updated_at': u'2018-08-15T18:18:54Z', u'revision_number': 2, u'routes': [], u'project_id': u'4ac96b83261c430488a051413c97cb86', u'id': u'015fce5a-dab8-439e-9d23-8b5492afced5', u'name': u'vmtp-router_3806f8ae-a487-4069-abc4-f3eaff61c28a'}) 2018-08-15 18:18:55,047 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img 2018-08-15 18:18:56,609 - shade - DEBUG - Image file /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img md5:d7ba271c24da7bd727354314039ce602 sha256:8a5bc3fdf061a08326c1ce8f48bb660eec107547806d0401c5681e49e710a555 2018-08-15 18:18:56,611 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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-15 18:18:56,615 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Wed, 15 Aug 2018 18:18:56 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}]} 2018-08-15 18:18:56,619 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-15 18:18:56,622 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3be61b0ca14ad846d94983588f4d325b42ed04fd" 2018-08-15 18:18:56,909 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-9d85a506-d7da-4843-8ff8-6a605a61c2af Date: Wed, 15 Aug 2018 18:18:56 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-15 18:18:56,909 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-9d85a506-d7da-4843-8ff8-6a605a61c2af 2018-08-15 18:18:56,909 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.290260076523s 2018-08-15 18:18:56,909 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-9d85a506-d7da-4843-8ff8-6a605a61c2af 2018-08-15 18:18:56,917 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-15 18:18:56,920 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}3be61b0ca14ad846d94983588f4d325b42ed04fd" -d '{"owner_specified.shade.md5": "d7ba271c24da7bd727354314039ce602", "owner_specified.shade.sha256": "8a5bc3fdf061a08326c1ce8f48bb660eec107547806d0401c5681e49e710a555", "owner_specified.shade.object": "images/vmtp-img_3806f8ae-a487-4069-abc4-f3eaff61c28a", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vmtp-img_3806f8ae-a487-4069-abc4-f3eaff61c28a"}' 2018-08-15 18:18:56,979 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 925 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/34f403f3-4454-4f75-9385-941d4838893e Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-7068a44e-fa1a-4756-b719-ca3873a661ff Date: Wed, 15 Aug 2018 18:18:57 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-15T18:18:56Z", "file": "/v2/images/34f403f3-4454-4f75-9385-941d4838893e/file", "owner": "4ac96b83261c430488a051413c97cb86", "id": "34f403f3-4454-4f75-9385-941d4838893e", "size": null, "self": "/v2/images/34f403f3-4454-4f75-9385-941d4838893e", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "8a5bc3fdf061a08326c1ce8f48bb660eec107547806d0401c5681e49e710a555", "locations": [], "visibility": "private", "owner_specified.shade.object": "images/vmtp-img_3806f8ae-a487-4069-abc4-f3eaff61c28a", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d7ba271c24da7bd727354314039ce602", "name": "vmtp-img_3806f8ae-a487-4069-abc4-f3eaff61c28a", "checksum": null, "created_at": "2018-08-15T18:18:56Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-15 18:18:56,979 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-7068a44e-fa1a-4756-b719-ca3873a661ff 2018-08-15 18:18:56,980 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0625360012054s 2018-08-15 18:18:56,980 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-7068a44e-fa1a-4756-b719-ca3873a661ff returning object 34f403f3-4454-4f75-9385-941d4838893e 2018-08-15 18:18:56,980 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-15 18:18:56,984 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9292/v2/images/34f403f3-4454-4f75-9385-941d4838893e/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}3be61b0ca14ad846d94983588f4d325b42ed04fd" -d '' 2018-08-15 18:19:01,571 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-86c45cd3-9206-45a2-b2d9-d606bf820231 Date: Wed, 15 Aug 2018 18:19: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-15 18:19:01,571 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/34f403f3-4454-4f75-9385-941d4838893e/file used request id req-86c45cd3-9206-45a2-b2d9-d606bf820231 2018-08-15 18:19:01,571 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 4.59028196335s 2018-08-15 18:19:01,571 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/34f403f3-4454-4f75-9385-941d4838893e/file used request id req-86c45cd3-9206-45a2-b2d9-d606bf820231 2018-08-15 18:19:01,574 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-15 18:19:01,577 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3be61b0ca14ad846d94983588f4d325b42ed04fd" 2018-08-15 18:19:01,616 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1386 Content-Type: application/json X-Openstack-Request-Id: req-57c8a210-5715-43da-9111-6ecad82bd8a2 Date: Wed, 15 Aug 2018 18:19:01 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-15T18:19:01Z", "file": "/v2/images/34f403f3-4454-4f75-9385-941d4838893e/file", "owner": "4ac96b83261c430488a051413c97cb86", "id": "34f403f3-4454-4f75-9385-941d4838893e", "size": 263324160, "self": "/v2/images/34f403f3-4454-4f75-9385-941d4838893e", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/34f403f3-4454-4f75-9385-941d4838893e/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "8a5bc3fdf061a08326c1ce8f48bb660eec107547806d0401c5681e49e710a555", "locations": [{"url": "rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/34f403f3-4454-4f75-9385-941d4838893e/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vmtp-img_3806f8ae-a487-4069-abc4-f3eaff61c28a", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d7ba271c24da7bd727354314039ce602", "name": "vmtp-img_3806f8ae-a487-4069-abc4-f3eaff61c28a", "checksum": "d7ba271c24da7bd727354314039ce602", "created_at": "2018-08-15T18:18:56Z", "os_hidden": false, "protected": false, "os_hash_value": "c7186c493b45e03a3d4fb45863d0be88fa34d1e960098a7303cdc88af5e043f547c4a4c85be80eef584e8ed98e3d8de823928c5fb6aa99a8342e3347b0cef4a5"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-15 18:19:01,616 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-57c8a210-5715-43da-9111-6ecad82bd8a2 2018-08-15 18:19:01,616 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0414559841156s 2018-08-15 18:19:01,616 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-57c8a210-5715-43da-9111-6ecad82bd8a2 2018-08-15 18:19:01,618 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/34f403f3-4454-4f75-9385-941d4838893e/snap', u'metadata': Munch({})})], 'file': u'/v2/images/34f403f3-4454-4f75-9385-941d4838893e/file', 'owner': u'4ac96b83261c430488a051413c97cb86', 'id': u'34f403f3-4454-4f75-9385-941d4838893e', 'size': 263324160, u'self': u'/v2/images/34f403f3-4454-4f75-9385-941d4838893e', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'4ac96b83261c430488a051413c97cb86', 'name': 'vmtp-project_3806f8ae-a487-4069-abc4-f3eaff61c28a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/34f403f3-4454-4f75-9385-941d4838893e/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-15T18:19:01Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-15T18:19:01Z', u'owner_specified.shade.sha256': u'8a5bc3fdf061a08326c1ce8f48bb660eec107547806d0401c5681e49e710a555', u'owner_specified.shade.object': u'images/vmtp-img_3806f8ae-a487-4069-abc4-f3eaff61c28a', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'd7ba271c24da7bd727354314039ce602', 'properties': {u'os_hash_value': u'c7186c493b45e03a3d4fb45863d0be88fa34d1e960098a7303cdc88af5e043f547c4a4c85be80eef584e8ed98e3d8de823928c5fb6aa99a8342e3347b0cef4a5', u'self': u'/v2/images/34f403f3-4454-4f75-9385-941d4838893e', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'8a5bc3fdf061a08326c1ce8f48bb660eec107547806d0401c5681e49e710a555', u'owner_specified.shade.object': u'images/vmtp-img_3806f8ae-a487-4069-abc4-f3eaff61c28a', u'owner_specified.shade.md5': u'd7ba271c24da7bd727354314039ce602', u'schema': u'/v2/schemas/image'}, 'name': u'vmtp-img_3806f8ae-a487-4069-abc4-f3eaff61c28a', 'created': u'2018-08-15T18:18:56Z', 'checksum': u'd7ba271c24da7bd727354314039ce602', 'created_at': u'2018-08-15T18:18:56Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'c7186c493b45e03a3d4fb45863d0be88fa34d1e960098a7303cdc88af5e043f547c4a4c85be80eef584e8ed98e3d8de823928c5fb6aa99a8342e3347b0cef4a5', 'metadata': {u'os_hash_value': u'c7186c493b45e03a3d4fb45863d0be88fa34d1e960098a7303cdc88af5e043f547c4a4c85be80eef584e8ed98e3d8de823928c5fb6aa99a8342e3347b0cef4a5', u'self': u'/v2/images/34f403f3-4454-4f75-9385-941d4838893e', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'8a5bc3fdf061a08326c1ce8f48bb660eec107547806d0401c5681e49e710a555', u'owner_specified.shade.object': u'images/vmtp-img_3806f8ae-a487-4069-abc4-f3eaff61c28a', u'owner_specified.shade.md5': u'd7ba271c24da7bd727354314039ce602', u'schema': u'/v2/schemas/image'}}) 2018-08-15 18:19:01,619 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-15 18:19:01,621 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}73d638039439b43656cb0d8b1e6031c88bc805b8" -d '{"flavor": {"vcpus": 1, "ram": 2048, "name": "vmtp-flavor_3806f8ae-a487-4069-abc4-f3eaff61c28a", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 0, "id": null, "swap": 0}}' 2018-08-15 18:19:01,930 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 18:19:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0b2c6f05-b8a6-4413-807b-6cb802e4100f x-compute-request-id: req-0b2c6f05-b8a6-4413-807b-6cb802e4100f Content-Encoding: gzip Content-Length: 306 Content-Type: application/json RESP BODY: {"flavor": {"name": "vmtp-flavor_3806f8ae-a487-4069-abc4-f3eaff61c28a", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/dd071bb6-6599-4276-b957-8a44bf90e68b", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/dd071bb6-6599-4276-b957-8a44bf90e68b", "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": "dd071bb6-6599-4276-b957-8a44bf90e68b"}} 2018-08-15 18:19:01,930 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-0b2c6f05-b8a6-4413-807b-6cb802e4100f 2018-08-15 18:19:01,931 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.311856985092s 2018-08-15 18:19:01,931 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-0b2c6f05-b8a6-4413-807b-6cb802e4100f 2018-08-15 18:19:01,932 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vmtp-flavor_3806f8ae-a487-4069-abc4-f3eaff61c28a', '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'a3688ea3a7924e1e8a441a00bd79aae5', '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'dd071bb6-6599-4276-b957-8a44bf90e68b', 'swap': 0}) 2018-08-15 18:19:01,933 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-15 18:19:01,935 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/flavors/dd071bb6-6599-4276-b957-8a44bf90e68b/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}73d638039439b43656cb0d8b1e6031c88bc805b8" -d '{"extra_specs": {}}' 2018-08-15 18:19:01,955 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 18:19:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-14177303-a69c-4850-b6dd-ba7b90482f63 x-compute-request-id: req-14177303-a69c-4850-b6dd-ba7b90482f63 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-15 18:19:01,955 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/dd071bb6-6599-4276-b957-8a44bf90e68b/os-extra_specs used request id req-14177303-a69c-4850-b6dd-ba7b90482f63 2018-08-15 18:19:01,956 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0228309631348s 2018-08-15 18:19:01,956 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/dd071bb6-6599-4276-b957-8a44bf90e68b/os-extra_specs used request id req-14177303-a69c-4850-b6dd-ba7b90482f63 2018-08-15 18:19:01,959 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-15 18:19:01,962 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}73d638039439b43656cb0d8b1e6031c88bc805b8" 2018-08-15 18:19:02,136 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 18:19:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-549f8504-a8ea-4383-be18-c6f19b320556 Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "021fd4a1fb8b483eb2264cbf5b321379", "links": {"self": "http://172.30.9.27:5000/v3/roles/021fd4a1fb8b483eb2264cbf5b321379"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "16212b6aa60a4fd1b8194c834bae86bf", "links": {"self": "http://172.30.9.27:5000/v3/roles/16212b6aa60a4fd1b8194c834bae86bf"}, "name": "member"}, {"domain_id": null, "id": "1c1e1015ce2644848f1430e3bb28531b", "links": {"self": "http://172.30.9.27:5000/v3/roles/1c1e1015ce2644848f1430e3bb28531b"}, "name": "swiftoperator"}, {"domain_id": null, "id": "382a39dc50214187b99e809cf7222e3c", "links": {"self": "http://172.30.9.27:5000/v3/roles/382a39dc50214187b99e809cf7222e3c"}, "name": "admin"}, {"domain_id": null, "id": "9aed22da25b945dda36dee6e40a0785d", "links": {"self": "http://172.30.9.27:5000/v3/roles/9aed22da25b945dda36dee6e40a0785d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "eeb4436830d24515952401292b7cfc55", "links": {"self": "http://172.30.9.27:5000/v3/roles/eeb4436830d24515952401292b7cfc55"}, "name": "reader"}]} 2018-08-15 18:19:02,136 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-549f8504-a8ea-4383-be18-c6f19b320556 2018-08-15 18:19:02,137 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.177222967148s 2018-08-15 18:19:02,137 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-549f8504-a8ea-4383-be18-c6f19b320556 2018-08-15 18:19:02,142 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-15 18:19:02,144 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}73d638039439b43656cb0d8b1e6031c88bc805b8" 2018-08-15 18:19:02,320 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 18:19:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-de3bca1e-f238-4341-9b66-e4af237037b4 Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "021fd4a1fb8b483eb2264cbf5b321379", "links": {"self": "http://172.30.9.27:5000/v3/roles/021fd4a1fb8b483eb2264cbf5b321379"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "16212b6aa60a4fd1b8194c834bae86bf", "links": {"self": "http://172.30.9.27:5000/v3/roles/16212b6aa60a4fd1b8194c834bae86bf"}, "name": "member"}, {"domain_id": null, "id": "1c1e1015ce2644848f1430e3bb28531b", "links": {"self": "http://172.30.9.27:5000/v3/roles/1c1e1015ce2644848f1430e3bb28531b"}, "name": "swiftoperator"}, {"domain_id": null, "id": "382a39dc50214187b99e809cf7222e3c", "links": {"self": "http://172.30.9.27:5000/v3/roles/382a39dc50214187b99e809cf7222e3c"}, "name": "admin"}, {"domain_id": null, "id": "9aed22da25b945dda36dee6e40a0785d", "links": {"self": "http://172.30.9.27:5000/v3/roles/9aed22da25b945dda36dee6e40a0785d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "eeb4436830d24515952401292b7cfc55", "links": {"self": "http://172.30.9.27:5000/v3/roles/eeb4436830d24515952401292b7cfc55"}, "name": "reader"}]} 2018-08-15 18:19:02,321 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-de3bca1e-f238-4341-9b66-e4af237037b4 2018-08-15 18:19:02,321 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.179025888443s 2018-08-15 18:19:02,321 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-de3bca1e-f238-4341-9b66-e4af237037b4 2018-08-15 18:19:02,326 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-15 18:19:02,329 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}73d638039439b43656cb0d8b1e6031c88bc805b8" 2018-08-15 18:19:02,491 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 18:19:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-332af5ad-2a9a-430a-933e-12e7df2704a6 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-15 18:19:02,492 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-332af5ad-2a9a-430a-933e-12e7df2704a6 2018-08-15 18:19:02,492 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.165853023529s 2018-08-15 18:19:02,492 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-332af5ad-2a9a-430a-933e-12e7df2704a6 2018-08-15 18:19:02,493 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-15 18:19:02,496 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}73d638039439b43656cb0d8b1e6031c88bc805b8" 2018-08-15 18:19:02,688 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 18:19:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1e87a5b8-bbd5-48a5-932d-92487cb6552e Content-Encoding: gzip Content-Length: 834 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/033f0039d025473a84de241284491a58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "033f0039d025473a84de241284491a58", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/2422d0f285314705b46615565d3917fe"}, "domain_id": "e4bd2a4e6bb349a78f956295c49df949", "enabled": true, "options": {}, "id": "2422d0f285314705b46615565d3917fe", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/2cc8b8ad456045c2a30e4360994a4487"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2cc8b8ad456045c2a30e4360994a4487", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/3c466aad8ead4318838e33dd234eb81d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3c466aad8ead4318838e33dd234eb81d", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/56e811cfd4b242068dd78826118576f4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "56e811cfd4b242068dd78826118576f4", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6fad7e5ef0254b2a9cdb215018bcab91"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6fad7e5ef0254b2a9cdb215018bcab91", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.27:5000/v3/users/7d91ea49860f4c2a8deabf649cf4ed37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d91ea49860f4c2a8deabf649cf4ed37", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/8f968cf4475249f6abf2422d6dd7425f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8f968cf4475249f6abf2422d6dd7425f", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/9482390a0722494f8852b9f0e2b9de56"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9482390a0722494f8852b9f0e2b9de56", "email": "admin@example.com", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.27:5000/v3/users/a36076122cea45c6b3e4aa67c4ca811d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a36076122cea45c6b3e4aa67c4ca811d", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/acda52409b024c95bc0facaa98dbc356"}, "domain_id": "default", "enabled": true, "options": {}, "id": "acda52409b024c95bc0facaa98dbc356", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/b193f8790ad94e46993d7eb01f623f51"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b193f8790ad94e46993d7eb01f623f51", "email": "cinder@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/dba024f1937f490cae2e437356a668d7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dba024f1937f490cae2e437356a668d7", "email": "nova@localhost", "password_expires_at": null}, {"name": "vmtp-user_3806f8ae-a487-4069-abc4-f3eaff61c28a", "links": {"self": "http://172.30.9.27:5000/v3/users/dc838576aa75470181b985ca3c2443b4"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "dc838576aa75470181b985ca3c2443b4", "domain_id": "default", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/e6d2649e935e4b8db8107d76bfb30c3a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e6d2649e935e4b8db8107d76bfb30c3a", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-08-15 18:19:02,688 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-1e87a5b8-bbd5-48a5-932d-92487cb6552e 2018-08-15 18:19:02,689 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.195554018021s 2018-08-15 18:19:02,689 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-1e87a5b8-bbd5-48a5-932d-92487cb6552e 2018-08-15 18:19:02,699 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-15 18:19:02,702 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}73d638039439b43656cb0d8b1e6031c88bc805b8" 2018-08-15 18:19:02,881 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 18:19:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-73867c9f-df99-42f4-ab54-bac105d3506c Content-Encoding: gzip Content-Length: 390 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/a3688ea3a7924e1e8a441a00bd79aae5"}, "tags": [], "enabled": true, "id": "a3688ea3a7924e1e8a441a00bd79aae5", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.27:5000/v3/projects/d2c267e1fee9461ba5e64a915b9518f5"}, "tags": [], "enabled": true, "id": "d2c267e1fee9461ba5e64a915b9518f5", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vmtp", "links": {"self": "http://172.30.9.27:5000/v3/projects/4ac96b83261c430488a051413c97cb86"}, "tags": [], "enabled": true, "id": "4ac96b83261c430488a051413c97cb86", "parent_id": "default", "domain_id": "default", "name": "vmtp-project_3806f8ae-a487-4069-abc4-f3eaff61c28a"}]} 2018-08-15 18:19:02,881 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-73867c9f-df99-42f4-ab54-bac105d3506c 2018-08-15 18:19:02,882 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.181900978088s 2018-08-15 18:19:02,882 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-73867c9f-df99-42f4-ab54-bac105d3506c 2018-08-15 18:19:02,889 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-15 18:19:02,892 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:5000/v3/role_assignments?user.id=dc838576aa75470181b985ca3c2443b4&role.id=382a39dc50214187b99e809cf7222e3c&scope.project.id=4ac96b83261c430488a051413c97cb86" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}73d638039439b43656cb0d8b1e6031c88bc805b8" 2018-08-15 18:19:03,082 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 18:19:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e9ce6aed-1e89-4843-8812-409f9141e4f9 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.27:5000/v3/role_assignments?user.id=dc838576aa75470181b985ca3c2443b4&role.id=382a39dc50214187b99e809cf7222e3c&scope.project.id=4ac96b83261c430488a051413c97cb86", "previous": null, "next": null}} 2018-08-15 18:19:03,082 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=dc838576aa75470181b985ca3c2443b4&role.id=382a39dc50214187b99e809cf7222e3c&scope.project.id=4ac96b83261c430488a051413c97cb86 used request id req-e9ce6aed-1e89-4843-8812-409f9141e4f9 2018-08-15 18:19:03,083 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.193103075027s 2018-08-15 18:19:03,083 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=dc838576aa75470181b985ca3c2443b4&role.id=382a39dc50214187b99e809cf7222e3c&scope.project.id=4ac96b83261c430488a051413c97cb86 used request id req-e9ce6aed-1e89-4843-8812-409f9141e4f9 2018-08-15 18:19:03,086 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-15 18:19:03,090 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:5000/v3/projects/4ac96b83261c430488a051413c97cb86/users/dc838576aa75470181b985ca3c2443b4/roles/382a39dc50214187b99e809cf7222e3c -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}73d638039439b43656cb0d8b1e6031c88bc805b8" 2018-08-15 18:19:03,296 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 15 Aug 2018 18:19:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fe5825d6-a504-4a86-b944-edb73450357e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-15 18:19:03,297 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/4ac96b83261c430488a051413c97cb86/users/dc838576aa75470181b985ca3c2443b4/roles/382a39dc50214187b99e809cf7222e3c used request id req-fe5825d6-a504-4a86-b944-edb73450357e 2018-08-15 18:19:03,297 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.210294961929s 2018-08-15 18:19:03,297 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/4ac96b83261c430488a051413c97cb86/users/dc838576aa75470181b985ca3c2443b4/roles/382a39dc50214187b99e809cf7222e3c used request id req-fe5825d6-a504-4a86-b944-edb73450357e 2018-08-15 18:19:03,297 - functest.opnfv_tests.openstack.vmtp.vmtp - INFO - Creating keypair with name: 'vmtp_3806f8ae-a487-4069-abc4-f3eaff61c28a' 2018-08-15 18:19:03,298 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-08-15 18:19:03,301 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/os-keypairs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}3be61b0ca14ad846d94983588f4d325b42ed04fd" -d '{"keypair": {"name": "vmtp_3806f8ae-a487-4069-abc4-f3eaff61c28a"}}' 2018-08-15 18:19:03,640 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 18:19:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d537747d-cfef-4b6a-b970-a317ae9fea67 x-compute-request-id: req-d537747d-cfef-4b6a-b970-a317ae9fea67 Content-Encoding: gzip Content-Length: 1799 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCzKiykmDxnwW/QFLlfoy2ofF4Svq8AeikgJACczeXllVjE4d9EWA4eFkueEgaCeapKyjI3ISSBmHR26u5kTVkFg2Gmuf9IocgypUvIsRGML3DWURB1p5S1FRg+y9Xw8JGhUGyiGldSFqzMpmN8meaa6b9BtMeo9+MjXc3gaX9d/gxuolDRoUfFKprIRB0Et9LLR/NVvfxMlixA0treWAJ4f2fK7j2uiF3BdwC92326lPlNEUKYpy9ZsNcHcPXwN92N5cgsLUDoBMBBSwc0xJAezBTTKC76xnDC1gXQT8WEt7TxJN2FFpbsyWCpw/LMbmvpwGppm/+PyAqCwvPf/9cn Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAsyospJg8Z8Fv0BS5X6MtqHxeEr6vAHopICQAnM3l5ZVYxOHf\nRFgOHhZLnhIGgnmqSsoyNyEkgZh0duruZE1ZBYNhprn/SKHIMqVLyLERjC9w1lEQ\ndaeUtRUYPsvV8PCRoVBsohpXUhaszKZjfJnmmum/QbTHqPfjI13N4Gl/Xf4MbqJQ\n0aFHxSqayEQdBLfSy0fzVb38TJYsQNLa3lgCeH9nyu49rohdwXcAvdt9upT5TRFC\nmKcvWbDXB3D18DfdjeXILC1A6ATAQUsHNMSQHswU0ygu+sZwwtYF0E/FhLe08STd\nhRaW7MlgqcPyzG5r6cBqaZv/j8gKgsLz3//XJwIDAQABAoIBAFPnJT7zeB5SzS0R\n93ndLg2gKGH44HWFv+qoUY0dM1NfrFGPQYJ9Bid643CkGl5R4bjilb+RisoR/kCO\nZpOcUVsumrV8lxuJf/qPxDy5B3Gx6dLD5cRjdVWUCmWmCYuq7VgxFJ6ZXVk4+zVf\nmmmInSDg5Es+AN6VL86pKDe20AnQnTc6Y6x/1Uiav25q2Fpm3ielVbkmW/YhJzvv\n2VjaLqCnLC0kJ20UYsNedCGJnPaJqO/wd3Q6QFAITgS0+4qnLqGZ6aUM9/JD+48d\nSGAVjQ6ISAuwgr6/3QxiDlha2XxxsMFj2IbUnNxDNRPd3g63bhDKE9M2SvmftKJC\nVNBYSKkCgYEA5KJaut9KV7TNwBLcChbE48s52dRUOg7+gyrn4HB+GFlF/WIbWJtS\nXDtotP3Ocp4ks173i6Zvz4Y4wJLMGzYlAtPcjhyY2JrT+hLkoUruNXuftHWIsWoq\n4GLunKyyQKMWl7RMlJQsiGAO6NS8BNY6Yse79E2MzSYhT7tyV/QPG30CgYEAyJwD\nKeMhHR6VjrxLSDHC2ai8OCFhTuTw7NDCnwDtZUXe6jxhDJ5m+n5675reNA6Lli8m\ncKYlnqZQH+Oy4/0W1tEFFmcKXmpNS1CACxD3byGMVDATS9L3GiCrGyU5Och0QOdt\nBqofDRUsXUxTz2UJg5acEOdADMC6UinXbWns1nMCgYEA1aISryx3dc5+tmuo6VBv\nNv6tFqo87WcXUA7mTaQvXqcELAfgz4GKip4Eb6H8psK4PlaNbhLdxQaAvwgr6X1F\nRggavTthYnwBeFjxAvlV7emOx/tO95/hYntuxDzl7lm1gZk6OVbe6asAI3SsHsTi\nF2zUZimUWBi55Zub8y0cdK0CgYAHWK9E+WxdBKG1eG/JVQktr2A1LgPCP+ASzBJU\ngFQxQT3Ili13qNVclwUpgSJiBaZW+aMOvQbjqHOGt2/1qW8Mrtrg1yUqD/qEp44I\n2bY1+6SH8LrELBWgf1HEzLgrxYt8VP1JITHB6OSXBhSLo8eVag6ND+rojKZGHAIn\nn5lswQKBgQCKeZIsAZhfKJjENBl+xQp1qZT6nlqf/B55GaMLi2hG4yw/5nrL36A0\noeyzRDj2uahiNKMpdxSAnUND6iyLz6HnT96iaFEcsnyxMESN42efBUdvauM3heCw\nLorjUKkH0/ZKsenyYxUqSIKhpnqoSgtIQnVmg2t9QN7A6JQWJEXdhA==\n-----END RSA PRIVATE KEY-----\n", "user_id": "dc838576aa75470181b985ca3c2443b4", "name": "vmtp_3806f8ae-a487-4069-abc4-f3eaff61c28a", "fingerprint": "24:46:27:44:bd:1c:d8:2b:db:b3:fc:8a:58:aa:ca:99"}} 2018-08-15 18:19:03,640 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/os-keypairs used request id req-d537747d-cfef-4b6a-b970-a317ae9fea67 2018-08-15 18:19:03,640 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.341881990433s 2018-08-15 18:19:03,640 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/os-keypairs used request id req-d537747d-cfef-4b6a-b970-a317ae9fea67 2018-08-15 18:19:03,642 - functest.opnfv_tests.openstack.vmtp.vmtp - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCzKiykmDxnwW/QFLlfoy2ofF4Svq8AeikgJACczeXllVjE4d9EWA4eFkueEgaCeapKyjI3ISSBmHR26u5kTVkFg2Gmuf9IocgypUvIsRGML3DWURB1p5S1FRg+y9Xw8JGhUGyiGldSFqzMpmN8meaa6b9BtMeo9+MjXc3gaX9d/gxuolDRoUfFKprIRB0Et9LLR/NVvfxMlixA0treWAJ4f2fK7j2uiF3BdwC92326lPlNEUKYpy9ZsNcHcPXwN92N5cgsLUDoBMBBSwc0xJAezBTTKC76xnDC1gXQT8WEt7TxJN2FFpbsyWCpw/LMbmvpwGppm/+PyAqCwvPf/9cn Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAsyospJg8Z8Fv0BS5X6MtqHxeEr6vAHopICQAnM3l5ZVYxOHf\nRFgOHhZLnhIGgnmqSsoyNyEkgZh0duruZE1ZBYNhprn/SKHIMqVLyLERjC9w1lEQ\ndaeUtRUYPsvV8PCRoVBsohpXUhaszKZjfJnmmum/QbTHqPfjI13N4Gl/Xf4MbqJQ\n0aFHxSqayEQdBLfSy0fzVb38TJYsQNLa3lgCeH9nyu49rohdwXcAvdt9upT5TRFC\nmKcvWbDXB3D18DfdjeXILC1A6ATAQUsHNMSQHswU0ygu+sZwwtYF0E/FhLe08STd\nhRaW7MlgqcPyzG5r6cBqaZv/j8gKgsLz3//XJwIDAQABAoIBAFPnJT7zeB5SzS0R\n93ndLg2gKGH44HWFv+qoUY0dM1NfrFGPQYJ9Bid643CkGl5R4bjilb+RisoR/kCO\nZpOcUVsumrV8lxuJf/qPxDy5B3Gx6dLD5cRjdVWUCmWmCYuq7VgxFJ6ZXVk4+zVf\nmmmInSDg5Es+AN6VL86pKDe20AnQnTc6Y6x/1Uiav25q2Fpm3ielVbkmW/YhJzvv\n2VjaLqCnLC0kJ20UYsNedCGJnPaJqO/wd3Q6QFAITgS0+4qnLqGZ6aUM9/JD+48d\nSGAVjQ6ISAuwgr6/3QxiDlha2XxxsMFj2IbUnNxDNRPd3g63bhDKE9M2SvmftKJC\nVNBYSKkCgYEA5KJaut9KV7TNwBLcChbE48s52dRUOg7+gyrn4HB+GFlF/WIbWJtS\nXDtotP3Ocp4ks173i6Zvz4Y4wJLMGzYlAtPcjhyY2JrT+hLkoUruNXuftHWIsWoq\n4GLunKyyQKMWl7RMlJQsiGAO6NS8BNY6Yse79E2MzSYhT7tyV/QPG30CgYEAyJwD\nKeMhHR6VjrxLSDHC2ai8OCFhTuTw7NDCnwDtZUXe6jxhDJ5m+n5675reNA6Lli8m\ncKYlnqZQH+Oy4/0W1tEFFmcKXmpNS1CACxD3byGMVDATS9L3GiCrGyU5Och0QOdt\nBqofDRUsXUxTz2UJg5acEOdADMC6UinXbWns1nMCgYEA1aISryx3dc5+tmuo6VBv\nNv6tFqo87WcXUA7mTaQvXqcELAfgz4GKip4Eb6H8psK4PlaNbhLdxQaAvwgr6X1F\nRggavTthYnwBeFjxAvlV7emOx/tO95/hYntuxDzl7lm1gZk6OVbe6asAI3SsHsTi\nF2zUZimUWBi55Zub8y0cdK0CgYAHWK9E+WxdBKG1eG/JVQktr2A1LgPCP+ASzBJU\ngFQxQT3Ili13qNVclwUpgSJiBaZW+aMOvQbjqHOGt2/1qW8Mrtrg1yUqD/qEp44I\n2bY1+6SH8LrELBWgf1HEzLgrxYt8VP1JITHB6OSXBhSLo8eVag6ND+rojKZGHAIn\nn5lswQKBgQCKeZIsAZhfKJjENBl+xQp1qZT6nlqf/B55GaMLi2hG4yw/5nrL36A0\noeyzRDj2uahiNKMpdxSAnUND6iyLz6HnT96iaFEcsnyxMESN42efBUdvauM3heCw\nLorjUKkH0/ZKsenyYxUqSIKhpnqoSgtIQnVmg2t9QN7A6JQWJEXdhA==\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'dc838576aa75470181b985ca3c2443b4', 'name': u'vmtp_3806f8ae-a487-4069-abc4-f3eaff61c28a', 'created_at': '2018-08-15T18:19:03.642036', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'4ac96b83261c430488a051413c97cb86', 'name': 'vmtp-project_3806f8ae-a487-4069-abc4-f3eaff61c28a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'24:46:27:44:bd:1c:d8:2b:db:b3:fc:8a:58:aa:ca:99', 'type': 'ssh', 'id': u'vmtp_3806f8ae-a487-4069-abc4-f3eaff61c28a'}) 2018-08-15 18:19:03,643 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-08-15 18:19:03,646 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/os-keypairs/vmtp_3806f8ae-a487-4069-abc4-f3eaff61c28a -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3be61b0ca14ad846d94983588f4d325b42ed04fd" 2018-08-15 18:19:03,679 - keystoneauth.session - DEBUG - RESP: [202] Date: Wed, 15 Aug 2018 18:19:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-45d32882-fc47-40b2-b0bc-e0731c3a4b40 x-compute-request-id: req-45d32882-fc47-40b2-b0bc-e0731c3a4b40 Content-Length: 0 Content-Type: application/json 2018-08-15 18:19:03,679 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/os-keypairs/vmtp_3806f8ae-a487-4069-abc4-f3eaff61c28a used request id req-45d32882-fc47-40b2-b0bc-e0731c3a4b40 2018-08-15 18:19:03,679 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0361821651459s 2018-08-15 18:19:03,679 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/os-keypairs/vmtp_3806f8ae-a487-4069-abc4-f3eaff61c28a used request id req-45d32882-fc47-40b2-b0bc-e0731c3a4b40 2018-08-15 18:19:04,487 - 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-15 19:00:14,834 - functest.opnfv_tests.openstack.vmtp.vmtp - INFO - vmtp -d --json /home/opnfv/functest/results/vmtp/vmtp.json -c /home/opnfv/functest/results/vmtp/vmtp.conf 2018-08-15 18:19:05,288 INFO Using http://172.30.9.27:5000/v3 2018-08-15 18:19:05,288 INFO VM public key: /tmp/tmp5n3G8U 2018-08-15 18:19:05,288 INFO VM private key: /tmp/tmpstxj_0 2018-08-15 18:19:06,982 INFO Found image vmtp-img_3806f8ae-a487-4069-abc4-f3eaff61c28a to launch VM, will continue 2018-08-15 18:19:07,785 INFO Using external router: vmtp-router_3806f8ae-a487-4069-abc4-f3eaff61c28a 2018-08-15 18:19:07,786 INFO Using external network: external. 2018-08-15 18:19:08,688 INFO Created internal network: pns-internal-net_3806f8ae-a487-4069-abc4-f3eaff61c28a. 2018-08-15 18:19:09,450 INFO Created internal network: pns-internal-net2_3806f8ae-a487-4069-abc4-f3eaff61c28a. 2018-08-15 18:19:11,406 DEBUG Ext router associated to pns-internal-net_3806f8ae-a487-4069-abc4-f3eaff61c28a 2018-08-15 18:19:13,065 DEBUG Ext router associated to pns-internal-net2_3806f8ae-a487-4069-abc4-f3eaff61c28a 2018-08-15 18:19:13,104 INFO OpenStack agent: Unknown agent 2018-08-15 18:19:13,104 INFO OpenStack network type: vxlan 2018-08-15 18:19:14,061 INFO [TestServer_3806f8ae-a487-4069-abc4-f3eaff61c28a1] Creating server VM... 2018-08-15 18:19:14,061 DEBUG [TestServer_3806f8ae-a487-4069-abc4-f3eaff61c28a1] Starting on zone nova:overcloud-novacompute-1.opnfvlf.org 2018-08-15 18:19:16,760 DEBUG [TestServer_3806f8ae-a487-4069-abc4-f3eaff61c28a1] VM status=BUILD, retrying 1 of 90... 2018-08-15 18:19:19,231 DEBUG [TestServer_3806f8ae-a487-4069-abc4-f3eaff61c28a1] VM status=BUILD, retrying 2 of 90... 2018-08-15 18:19:21,939 DEBUG [TestServer_3806f8ae-a487-4069-abc4-f3eaff61c28a1] VM status=BUILD, retrying 3 of 90... 2018-08-15 18:19:24,477 DEBUG [TestServer_3806f8ae-a487-4069-abc4-f3eaff61c28a1] VM status=BUILD, retrying 4 of 90... 2018-08-15 18:19:26,635 DEBUG [TestServer_3806f8ae-a487-4069-abc4-f3eaff61c28a1] VM status=BUILD, retrying 5 of 90... 2018-08-15 18:19:29,230 DEBUG [TestServer_3806f8ae-a487-4069-abc4-f3eaff61c28a1] VM status=BUILD, retrying 6 of 90... 2018-08-15 18:19:31,582 DEBUG [TestServer_3806f8ae-a487-4069-abc4-f3eaff61c28a1] VM status=BUILD, retrying 7 of 90... 2018-08-15 18:19:34,334 DEBUG [TestServer_3806f8ae-a487-4069-abc4-f3eaff61c28a1] VM status=BUILD, retrying 8 of 90... 2018-08-15 18:19:36,494 DEBUG [TestServer_3806f8ae-a487-4069-abc4-f3eaff61c28a1] VM status=BUILD, retrying 9 of 90... 2018-08-15 18:19:38,859 DEBUG [TestServer_3806f8ae-a487-4069-abc4-f3eaff61c28a1] VM status=BUILD, retrying 10 of 90... 2018-08-15 18:19:41,201 DEBUG [TestServer_3806f8ae-a487-4069-abc4-f3eaff61c28a1] VM status=BUILD, retrying 11 of 90... 2018-08-15 18:19:43,809 DEBUG [TestServer_3806f8ae-a487-4069-abc4-f3eaff61c28a1] VM status=BUILD, retrying 12 of 90... 2018-08-15 18:19:45,955 DEBUG [TestServer_3806f8ae-a487-4069-abc4-f3eaff61c28a1] VM status=BUILD, retrying 13 of 90... 2018-08-15 18:19:48,501 DEBUG [TestServer_3806f8ae-a487-4069-abc4-f3eaff61c28a1] VM status=BUILD, retrying 14 of 90... 2018-08-15 18:19:51,114 DEBUG [TestServer_3806f8ae-a487-4069-abc4-f3eaff61c28a1] VM status=BUILD, retrying 15 of 90... 2018-08-15 18:19:53,272 DEBUG [TestServer_3806f8ae-a487-4069-abc4-f3eaff61c28a1] VM status=BUILD, retrying 16 of 90... 2018-08-15 18:19:55,690 DEBUG [TestServer_3806f8ae-a487-4069-abc4-f3eaff61c28a1] VM status=BUILD, retrying 17 of 90... 2018-08-15 18:19:58,105 DEBUG [TestServer_3806f8ae-a487-4069-abc4-f3eaff61c28a1] VM status=BUILD, retrying 18 of 90... 2018-08-15 18:20:00,438 DEBUG [TestServer_3806f8ae-a487-4069-abc4-f3eaff61c28a1] VM status=BUILD, retrying 19 of 90... 2018-08-15 18:20:02,587 DEBUG [TestServer_3806f8ae-a487-4069-abc4-f3eaff61c28a1] VM status=BUILD, retrying 20 of 90... 2018-08-15 18:20:05,043 DEBUG [TestServer_3806f8ae-a487-4069-abc4-f3eaff61c28a1] VM status=BUILD, retrying 21 of 90... 2018-08-15 18:20:07,193 DEBUG [TestServer_3806f8ae-a487-4069-abc4-f3eaff61c28a1] VM status=BUILD, retrying 22 of 90... 2018-08-15 18:20:09,346 DEBUG [TestServer_3806f8ae-a487-4069-abc4-f3eaff61c28a1] VM status=BUILD, retrying 23 of 90... 2018-08-15 18:20:11,750 DEBUG [TestServer_3806f8ae-a487-4069-abc4-f3eaff61c28a1] VM status=BUILD, retrying 24 of 90... 2018-08-15 18:20:13,902 DEBUG [TestServer_3806f8ae-a487-4069-abc4-f3eaff61c28a1] VM status=BUILD, retrying 25 of 90... 2018-08-15 18:20:16,044 DEBUG [TestServer_3806f8ae-a487-4069-abc4-f3eaff61c28a1] VM status=BUILD, retrying 26 of 90... 2018-08-15 18:20:18,677 DEBUG [TestServer_3806f8ae-a487-4069-abc4-f3eaff61c28a1] VM status=BUILD, retrying 27 of 90... 2018-08-15 18:20:20,831 DEBUG [TestServer_3806f8ae-a487-4069-abc4-f3eaff61c28a1] VM status=BUILD, retrying 28 of 90... 2018-08-15 18:20:23,245 DEBUG [TestServer_3806f8ae-a487-4069-abc4-f3eaff61c28a1] VM status=BUILD, retrying 29 of 90... 2018-08-15 18:20:25,408 DEBUG [TestServer_3806f8ae-a487-4069-abc4-f3eaff61c28a1] VM status=BUILD, retrying 30 of 90... 2018-08-15 18:20:27,575 DEBUG [TestServer_3806f8ae-a487-4069-abc4-f3eaff61c28a1] VM status=BUILD, retrying 31 of 90... 2018-08-15 18:20:29,947 DEBUG [TestServer_3806f8ae-a487-4069-abc4-f3eaff61c28a1] VM status=BUILD, retrying 32 of 90... 2018-08-15 18:20:32,632 DEBUG [TestServer_3806f8ae-a487-4069-abc4-f3eaff61c28a1] VM status=BUILD, retrying 33 of 90... 2018-08-15 18:20:35,226 DEBUG [TestServer_3806f8ae-a487-4069-abc4-f3eaff61c28a1] VM status=BUILD, retrying 34 of 90... 2018-08-15 18:20:37,385 DEBUG [TestServer_3806f8ae-a487-4069-abc4-f3eaff61c28a1] VM status=BUILD, retrying 35 of 90... 2018-08-15 18:20:39,966 DEBUG [TestServer_3806f8ae-a487-4069-abc4-f3eaff61c28a1] VM status=BUILD, retrying 36 of 90... 2018-08-15 18:20:42,130 DEBUG [TestServer_3806f8ae-a487-4069-abc4-f3eaff61c28a1] VM status=BUILD, retrying 37 of 90... 2018-08-15 18:20:44,745 DEBUG [TestServer_3806f8ae-a487-4069-abc4-f3eaff61c28a1] VM status=BUILD, retrying 38 of 90... 2018-08-15 18:20:49,371 INFO [TestServer_3806f8ae-a487-4069-abc4-f3eaff61c28a1] Internal network IP: 192.168.1.16 2018-08-15 18:20:49,372 INFO [TestServer_3806f8ae-a487-4069-abc4-f3eaff61c28a1] SSH IP: 172.30.9.210 2018-08-15 18:20:49,372 INFO [TestServer_3806f8ae-a487-4069-abc4-f3eaff61c28a1] Setup SSH for ubuntu@172.30.9.210 2018-08-15 18:22:26,862 INFO [TestServer_3806f8ae-a487-4069-abc4-f3eaff61c28a1] Installing nuttcp-8.1.4... 2018-08-15 18:22:26,903 DEBUG [TestServer_3806f8ae-a487-4069-abc4-f3eaff61c28a1] Copying nuttcp-8.1.4 to target... 2018-08-15 18:22:27,118 DEBUG [TestServer_3806f8ae-a487-4069-abc4-f3eaff61c28a1] Starting nuttcp-8.1.4 server... 2018-08-15 18:22:27,159 DEBUG [TestServer_3806f8ae-a487-4069-abc4-f3eaff61c28a1] 2018-08-15 18:22:27,205 INFO [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a1] Creating client VM... 2018-08-15 18:22:27,206 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a1] Starting on zone nova:overcloud-novacompute-1.opnfvlf.org 2018-08-15 18:22:29,688 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a1] VM status=BUILD, retrying 1 of 90... 2018-08-15 18:22:32,173 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a1] VM status=BUILD, retrying 2 of 90... 2018-08-15 18:22:34,530 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a1] VM status=BUILD, retrying 3 of 90... 2018-08-15 18:22:37,191 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a1] VM status=BUILD, retrying 4 of 90... 2018-08-15 18:22:39,344 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a1] VM status=BUILD, retrying 5 of 90... 2018-08-15 18:22:44,313 INFO [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a1] Internal network IP: 192.168.1.19 2018-08-15 18:22:44,313 INFO [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a1] SSH IP: 172.30.9.211 2018-08-15 18:22:44,313 INFO [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a1] Setup SSH for ubuntu@172.30.9.211 2018-08-15 18:24:21,789 INFO [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a1] Installing nuttcp-8.1.4... 2018-08-15 18:24:21,834 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a1] Copying nuttcp-8.1.4 to target... 2018-08-15 18:24:21,998 INFO ============================================================ 2018-08-15 18:24:21,998 INFO Flow 1: VM to VM same network fixed IP (intra-node) 2018-08-15 18:24:31,041 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a1] PING 192.168.1.16 (192.168.1.16) 64(92) bytes of data. 72 bytes from 192.168.1.16: icmp_seq=1 ttl=64 time=0.754 ms 72 bytes from 192.168.1.16: icmp_seq=2 ttl=64 time=0.305 ms 72 bytes from 192.168.1.16: icmp_seq=3 ttl=64 time=0.143 ms 72 bytes from 192.168.1.16: icmp_seq=4 ttl=64 time=0.198 ms 72 bytes from 192.168.1.16: icmp_seq=5 ttl=64 time=0.166 ms 72 bytes from 192.168.1.16: icmp_seq=6 ttl=64 time=0.295 ms 72 bytes from 192.168.1.16: icmp_seq=7 ttl=64 time=0.189 ms 72 bytes from 192.168.1.16: icmp_seq=8 ttl=64 time=0.344 ms 72 bytes from 192.168.1.16: icmp_seq=9 ttl=64 time=0.333 ms 72 bytes from 192.168.1.16: icmp_seq=10 ttl=64 time=0.332 ms --- 192.168.1.16 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8997ms rtt min/avg/max/mdev = 0.143/0.305/0.754/0.167 ms 2018-08-15 18:24:40,085 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a1] PING 192.168.1.16 (192.168.1.16) 391(419) bytes of data. 399 bytes from 192.168.1.16: icmp_seq=1 ttl=64 time=0.142 ms 399 bytes from 192.168.1.16: icmp_seq=2 ttl=64 time=0.157 ms 399 bytes from 192.168.1.16: icmp_seq=3 ttl=64 time=0.153 ms 399 bytes from 192.168.1.16: icmp_seq=4 ttl=64 time=0.158 ms 399 bytes from 192.168.1.16: icmp_seq=5 ttl=64 time=0.121 ms 399 bytes from 192.168.1.16: icmp_seq=6 ttl=64 time=0.144 ms 399 bytes from 192.168.1.16: icmp_seq=7 ttl=64 time=0.300 ms 399 bytes from 192.168.1.16: icmp_seq=8 ttl=64 time=0.129 ms 399 bytes from 192.168.1.16: icmp_seq=9 ttl=64 time=0.116 ms 399 bytes from 192.168.1.16: icmp_seq=10 ttl=64 time=0.098 ms --- 192.168.1.16 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8998ms rtt min/avg/max/mdev = 0.098/0.151/0.300/0.055 ms 2018-08-15 18:24:49,125 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a1] PING 192.168.1.16 (192.168.1.16) 1500(1528) bytes of data. 1508 bytes from 192.168.1.16: icmp_seq=1 ttl=64 time=0.497 ms 1508 bytes from 192.168.1.16: icmp_seq=2 ttl=64 time=0.174 ms 1508 bytes from 192.168.1.16: icmp_seq=3 ttl=64 time=0.159 ms 1508 bytes from 192.168.1.16: icmp_seq=4 ttl=64 time=0.138 ms 1508 bytes from 192.168.1.16: icmp_seq=5 ttl=64 time=0.285 ms 1508 bytes from 192.168.1.16: icmp_seq=6 ttl=64 time=0.277 ms 1508 bytes from 192.168.1.16: icmp_seq=7 ttl=64 time=0.155 ms 1508 bytes from 192.168.1.16: icmp_seq=8 ttl=64 time=0.278 ms 1508 bytes from 192.168.1.16: icmp_seq=9 ttl=64 time=0.216 ms 1508 bytes from 192.168.1.16: icmp_seq=10 ttl=64 time=0.175 ms --- 192.168.1.16 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8997ms rtt min/avg/max/mdev = 0.138/0.235/0.497/0.102 ms 2018-08-15 18:24:49,125 INFO [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a1] Measuring TCP Throughput (packet size=65536)... 2018-08-15 18:24:49,126 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a1] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.16 2018-08-15 18:24:59,227 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a1] megabytes=19126.8750 real_seconds=10.00 rate_Mbps=16041.2903 tx_cpu=35 rx_cpu=50 retrans=0 cwnd=3137 rtt_ms=0.38 2018-08-15 18:24:59,229 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a1] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.16 2018-08-15 18:25:09,353 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a1] megabytes=18075.0730 real_seconds=10.00 rate_Mbps=15159.1670 tx_cpu=33 rx_cpu=51 retrans=0 cwnd=3135 rtt_ms=0.34 2018-08-15 18:25:09,354 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a1] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.16 2018-08-15 18:25:19,454 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a1] megabytes=18308.6343 real_seconds=10.00 rate_Mbps=15354.9116 tx_cpu=35 rx_cpu=54 retrans=0 cwnd=3135 rtt_ms=0.15 2018-08-15 18:25:19,454 INFO [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a1] Measuring UDP Throughput (packet size=128)... 2018-08-15 18:25:19,455 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a1] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.16 2018-08-15 18:25:22,783 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a1] megabytes=29.2246 real_seconds=1.00 rate_Mbps=245.0359 tx_cpu=19 rx_cpu=39 drop=41 pkt=239449 data_loss=0.01711 2018-08-15 18:25:22,785 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a1] pkt-size=128 throughput=1<250916/5000000<10000000 Kbps loss-rate=0 2018-08-15 18:25:22,785 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a1] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R752748K -p5001 -P5002 -fparse 192.168.1.16 2018-08-15 18:25:26,111 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a1] megabytes=28.1368 real_seconds=1.00 rate_Mbps=235.7752 tx_cpu=21 rx_cpu=33 drop=219 pkt=230715 data_loss=0.09480 2018-08-15 18:25:26,111 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a1] pkt-size=128 throughput=1<241433/752748<752748 Kbps loss-rate=0 2018-08-15 18:25:26,111 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a1] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R497090K -p5001 -P5002 -fparse 192.168.1.16 2018-08-15 18:25:29,438 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a1] megabytes=28.6539 real_seconds=1.00 rate_Mbps=239.9953 tx_cpu=19 rx_cpu=33 drop=3723 pkt=238456 data_loss=1.56140 2018-08-15 18:25:29,439 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a1] pkt-size=128 throughput=1<245755/497090<497090 Kbps loss-rate=1 2018-08-15 18:25:29,439 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a1] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R371422K -p5001 -P5002 -fparse 192.168.1.16 2018-08-15 18:25:32,766 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a1] megabytes=28.3568 real_seconds=1.00 rate_Mbps=237.5786 tx_cpu=19 rx_cpu=38 drop=0 pkt=232299 data_loss=0.00000 2018-08-15 18:25:32,767 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a1] pkt-size=128 throughput=1<243280/371422<371422 Kbps loss-rate=0 2018-08-15 18:25:32,767 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a1] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R307351K -p5001 -P5002 -fparse 192.168.1.16 2018-08-15 18:25:36,095 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a1] megabytes=29.2374 real_seconds=1.00 rate_Mbps=244.8676 tx_cpu=19 rx_cpu=33 drop=224 pkt=239737 data_loss=0.09363 2018-08-15 18:25:36,096 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a1] pkt-size=128 throughput=1<250744/307351<307351 Kbps loss-rate=0 2018-08-15 18:25:36,096 DEBUG undershot, min=250744 kbps=279047 max=307351 2018-08-15 18:25:36,096 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a1] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R279047K -p5001 -P5002 -fparse 192.168.1.16 2018-08-15 18:25:39,423 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a1] megabytes=28.4152 real_seconds=1.00 rate_Mbps=238.0131 tx_cpu=20 rx_cpu=34 drop=305 pkt=233082 data_loss=0.13074 2018-08-15 18:25:39,423 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a1] pkt-size=128 throughput=250744<243725/279047<307351 Kbps loss-rate=0 2018-08-15 18:25:39,424 DEBUG undershot, min=279047 kbps=293199 max=307351 2018-08-15 18:25:39,425 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a1] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R293199K -p5001 -P5002 -fparse 192.168.1.16 2018-08-15 18:25:42,777 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a1] megabytes=27.7273 real_seconds=1.00 rate_Mbps=232.4070 tx_cpu=19 rx_cpu=36 drop=597 pkt=227739 data_loss=0.26223 2018-08-15 18:25:42,778 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a1] pkt-size=128 throughput=279047<237984/293199<307351 Kbps loss-rate=0 2018-08-15 18:25:42,778 DEBUG undershot, min=293199 kbps=300275 max=307351 2018-08-15 18:25:42,778 INFO [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a1] Measuring UDP Throughput (packet size=1024)... 2018-08-15 18:25:42,779 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a1] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.16 2018-08-15 18:25:46,130 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a1] megabytes=212.3574 real_seconds=1.00 rate_Mbps=1780.3150 tx_cpu=51 rx_cpu=34 drop=0 pkt=217454 data_loss=0.00000 2018-08-15 18:25:46,131 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a1] pkt-size=1024 throughput=1<1823042/5000000<10000000 Kbps loss-rate=0 2018-08-15 18:25:46,131 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a1] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R3411521K -p5001 -P5002 -fparse 192.168.1.16 2018-08-15 18:25:49,482 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a1] megabytes=216.3369 real_seconds=1.00 rate_Mbps=1812.7896 tx_cpu=28 rx_cpu=32 drop=1116 pkt=222645 data_loss=0.50127 2018-08-15 18:25:49,483 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a1] pkt-size=1024 throughput=1<1856296/3411521<3411521 Kbps loss-rate=0 2018-08-15 18:25:49,483 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a1] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2633908K -p5001 -P5002 -fparse 192.168.1.16 2018-08-15 18:25:52,835 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a1] megabytes=216.3975 real_seconds=1.00 rate_Mbps=1814.1596 tx_cpu=29 rx_cpu=33 drop=0 pkt=221591 data_loss=0.00000 2018-08-15 18:25:52,836 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a1] pkt-size=1024 throughput=1<1857699/2633908<2633908 Kbps loss-rate=0 2018-08-15 18:25:52,836 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a1] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2245803K -p5001 -P5002 -fparse 192.168.1.16 2018-08-15 18:25:56,188 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a1] megabytes=212.8193 real_seconds=1.00 rate_Mbps=1783.2518 tx_cpu=38 rx_cpu=36 drop=0 pkt=217927 data_loss=0.00000 2018-08-15 18:25:56,189 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a1] pkt-size=1024 throughput=1<1826049/2245803<2245803 Kbps loss-rate=0 2018-08-15 18:25:56,189 DEBUG undershot, min=1826049 kbps=2035926 max=2245803 2018-08-15 18:25:56,189 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a1] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2035926K -p5001 -P5002 -fparse 192.168.1.16 2018-08-15 18:25:59,540 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a1] megabytes=211.8291 real_seconds=1.00 rate_Mbps=1775.5149 tx_cpu=28 rx_cpu=35 drop=0 pkt=216913 data_loss=0.00000 2018-08-15 18:25:59,540 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a1] pkt-size=1024 throughput=1826049<1818127/2035926<2245803 Kbps loss-rate=0 2018-08-15 18:25:59,541 DEBUG undershot, min=2035926 kbps=2140864 max=2245803 2018-08-15 18:25:59,541 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a1] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2140864K -p5001 -P5002 -fparse 192.168.1.16 2018-08-15 18:26:02,891 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a1] megabytes=222.5557 real_seconds=1.00 rate_Mbps=1865.8948 tx_cpu=30 rx_cpu=36 drop=0 pkt=227897 data_loss=0.00000 2018-08-15 18:26:02,892 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a1] pkt-size=1024 throughput=2035926<1910676/2140864<2245803 Kbps loss-rate=0 2018-08-15 18:26:02,892 DEBUG undershot, min=2140864 kbps=2193333 max=2245803 2018-08-15 18:26:02,892 INFO [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a1] Measuring UDP Throughput (packet size=8192)... 2018-08-15 18:26:02,893 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a1] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.16 2018-08-15 18:26:06,244 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a1] megabytes=595.3281 real_seconds=1.00 rate_Mbps=4994.2190 tx_cpu=99 rx_cpu=22 drop=92 pkt=76294 data_loss=0.12059 2018-08-15 18:26:06,245 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a1] pkt-size=8192 throughput=1<5114080/5000000<10000000 Kbps loss-rate=0 2018-08-15 18:26:06,245 DEBUG undershot, min=5114080 kbps=7557040 max=10000000 2018-08-15 18:26:06,246 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a1] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R7557040K -p5001 -P5002 -fparse 192.168.1.16 2018-08-15 18:26:09,596 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a1] megabytes=899.2188 real_seconds=1.00 rate_Mbps=7545.3138 tx_cpu=99 rx_cpu=28 drop=211 pkt=115311 data_loss=0.18298 2018-08-15 18:26:09,597 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a1] pkt-size=8192 throughput=5114080<7726401/7557040<10000000 Kbps loss-rate=0 2018-08-15 18:26:09,597 DEBUG undershot, min=7726401 kbps=8863200 max=10000000 2018-08-15 18:26:09,597 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a1] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R8863200K -p5001 -P5002 -fparse 192.168.1.16 2018-08-15 18:26:12,925 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a1] megabytes=1055.9688 real_seconds=1.00 rate_Mbps=8858.7014 tx_cpu=96 rx_cpu=35 drop=77 pkt=135241 data_loss=0.05693 2018-08-15 18:26:12,926 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a1] pkt-size=8192 throughput=7726401<9071310/8863200<10000000 Kbps loss-rate=0 2018-08-15 18:26:12,926 DEBUG undershot, min=9071310 kbps=9535655 max=10000000 2018-08-15 18:26:12,927 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a1] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R9535655K -p5001 -P5002 -fparse 192.168.1.16 2018-08-15 18:26:16,285 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a1] megabytes=1136.5625 real_seconds=1.00 rate_Mbps=9535.3024 tx_cpu=99 rx_cpu=36 drop=22 pkt=145502 data_loss=0.01512 2018-08-15 18:26:16,285 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a1] pkt-size=8192 throughput=9071310<9764149/9535655<10000000 Kbps loss-rate=0 2018-08-15 18:26:16,285 DEBUG undershot, min=9764149 kbps=9882074 max=10000000 2018-08-15 18:26:16,296 INFO { 'az_from': u'nova:overcloud-novacompute-1.opnfvlf.org', 'az_to': u'nova:overcloud-novacompute-1.opnfvlf.org', 'desc': 'VM to VM same network fixed IP (intra-node)', 'distro_id': 'Ubuntu', 'distro_version': '14.04', 'ip_from': u'192.168.1.19', 'ip_to': u'192.168.1.16', 'results': [ { 'pkt_size': 65536, 'protocol': 'TCP', 'rtt_ms': 0.38, 'throughput_kbps': 16426281, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'rtt_ms': 0.34, 'throughput_kbps': 15522987, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'rtt_ms': 0.15, 'throughput_kbps': 15723429, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.26, 'pkt_size': 128, 'protocol': 'UDP', 'throughput_kbps': 237984, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.0, 'pkt_size': 1024, 'protocol': 'UDP', 'throughput_kbps': 1910676, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.02, 'pkt_size': 8192, 'protocol': 'UDP', 'throughput_kbps': 9764149, 'tool': 'nuttcp-8.1.4'}, { 'protocol': 'ICMP', 'results': [ { 'packet_size': 64, 'rtt_avg_ms': '0.305', 'rtt_max_ms': '0.754', 'rtt_min_ms': '0.143', 'rtt_stddev': '0.167', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 391, 'rtt_avg_ms': '0.151', 'rtt_max_ms': '0.300', 'rtt_min_ms': '0.098', 'rtt_stddev': '0.055', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 1500, 'rtt_avg_ms': '0.235', 'rtt_max_ms': '0.497', 'rtt_min_ms': '0.138', 'rtt_stddev': '0.102', 'rx_packets': '10', 'tx_packets': '10'}], 'tool': 'ping'}]} No handlers could be found for logger "vmtp_file" 2018-08-15 18:26:16,297 INFO Deleting floating ip 28a578e4-2630-4efc-b7ab-4c5b6ccae714 2018-08-15 18:26:17,434 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a1] Floating IP 172.30.9.211 deleted 2018-08-15 18:26:18,290 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a1] Instance deleted 2018-08-15 18:26:18,322 INFO [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a2] Creating client VM... 2018-08-15 18:26:18,322 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a2] Starting on zone nova:overcloud-novacompute-1.opnfvlf.org 2018-08-15 18:26:21,013 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a2] VM status=BUILD, retrying 1 of 90... 2018-08-15 18:26:23,725 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a2] VM status=BUILD, retrying 2 of 90... 2018-08-15 18:26:26,950 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a2] VM status=BUILD, retrying 3 of 90... 2018-08-15 18:26:29,559 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a2] VM status=BUILD, retrying 4 of 90... 2018-08-15 18:26:31,733 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a2] VM status=BUILD, retrying 5 of 90... 2018-08-15 18:26:36,609 INFO [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a2] Internal network IP: 192.168.2.7 2018-08-15 18:26:36,609 INFO [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a2] SSH IP: 172.30.9.206 2018-08-15 18:26:36,609 INFO [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a2] Setup SSH for ubuntu@172.30.9.206 2018-08-15 18:28:12,074 INFO [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a2] Installing nuttcp-8.1.4... 2018-08-15 18:28:12,115 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a2] Copying nuttcp-8.1.4 to target... 2018-08-15 18:28:12,279 INFO ============================================================ 2018-08-15 18:28:12,279 INFO Flow 2: VM to VM different network fixed IP (intra-node) 2018-08-15 18:28:21,326 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a2] PING 192.168.1.16 (192.168.1.16) 64(92) bytes of data. 72 bytes from 192.168.1.16: icmp_seq=1 ttl=64 time=1.03 ms 72 bytes from 192.168.1.16: icmp_seq=2 ttl=64 time=0.437 ms 72 bytes from 192.168.1.16: icmp_seq=3 ttl=64 time=0.552 ms 72 bytes from 192.168.1.16: icmp_seq=4 ttl=64 time=0.306 ms 72 bytes from 192.168.1.16: icmp_seq=5 ttl=64 time=0.239 ms 72 bytes from 192.168.1.16: icmp_seq=6 ttl=64 time=0.121 ms 72 bytes from 192.168.1.16: icmp_seq=7 ttl=64 time=0.121 ms 72 bytes from 192.168.1.16: icmp_seq=8 ttl=64 time=0.183 ms 72 bytes from 192.168.1.16: icmp_seq=9 ttl=64 time=0.369 ms 72 bytes from 192.168.1.16: icmp_seq=10 ttl=64 time=0.198 ms --- 192.168.1.16 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9000ms rtt min/avg/max/mdev = 0.121/0.355/1.031/0.262 ms 2018-08-15 18:28:30,366 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a2] PING 192.168.1.16 (192.168.1.16) 391(419) bytes of data. 399 bytes from 192.168.1.16: icmp_seq=1 ttl=64 time=0.149 ms 399 bytes from 192.168.1.16: icmp_seq=2 ttl=64 time=0.106 ms 399 bytes from 192.168.1.16: icmp_seq=3 ttl=64 time=0.171 ms 399 bytes from 192.168.1.16: icmp_seq=4 ttl=64 time=0.189 ms 399 bytes from 192.168.1.16: icmp_seq=5 ttl=64 time=0.198 ms 399 bytes from 192.168.1.16: icmp_seq=6 ttl=64 time=0.152 ms 399 bytes from 192.168.1.16: icmp_seq=7 ttl=64 time=0.241 ms 399 bytes from 192.168.1.16: icmp_seq=8 ttl=64 time=0.139 ms 399 bytes from 192.168.1.16: icmp_seq=9 ttl=64 time=0.241 ms 399 bytes from 192.168.1.16: icmp_seq=10 ttl=64 time=0.127 ms --- 192.168.1.16 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8997ms rtt min/avg/max/mdev = 0.106/0.171/0.241/0.044 ms 2018-08-15 18:28:39,406 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a2] PING 192.168.1.16 (192.168.1.16) 1500(1528) bytes of data. 1508 bytes from 192.168.1.16: icmp_seq=1 ttl=64 time=0.432 ms 1508 bytes from 192.168.1.16: icmp_seq=2 ttl=64 time=0.182 ms 1508 bytes from 192.168.1.16: icmp_seq=3 ttl=64 time=0.214 ms 1508 bytes from 192.168.1.16: icmp_seq=4 ttl=64 time=0.346 ms 1508 bytes from 192.168.1.16: icmp_seq=5 ttl=64 time=0.276 ms 1508 bytes from 192.168.1.16: icmp_seq=6 ttl=64 time=0.285 ms 1508 bytes from 192.168.1.16: icmp_seq=7 ttl=64 time=0.149 ms 1508 bytes from 192.168.1.16: icmp_seq=8 ttl=64 time=0.413 ms 1508 bytes from 192.168.1.16: icmp_seq=9 ttl=64 time=0.123 ms 1508 bytes from 192.168.1.16: icmp_seq=10 ttl=64 time=0.345 ms --- 192.168.1.16 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8997ms rtt min/avg/max/mdev = 0.123/0.276/0.432/0.103 ms 2018-08-15 18:28:39,407 INFO [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a2] Measuring TCP Throughput (packet size=65536)... 2018-08-15 18:28:39,408 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a2] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.16 2018-08-15 18:28:49,510 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a2] megabytes=19479.8272 real_seconds=10.00 rate_Mbps=16338.2902 tx_cpu=35 rx_cpu=49 retrans=0 cwnd=3137 rtt_ms=0.53 2018-08-15 18:28:49,511 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a2] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.16 2018-08-15 18:28:59,611 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a2] megabytes=18662.0718 real_seconds=10.00 rate_Mbps=15651.2698 tx_cpu=36 rx_cpu=52 retrans=0 cwnd=3137 rtt_ms=0.29 2018-08-15 18:28:59,612 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a2] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.16 2018-08-15 18:29:09,711 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a2] megabytes=18956.4482 real_seconds=10.00 rate_Mbps=15898.0408 tx_cpu=35 rx_cpu=51 retrans=0 cwnd=3137 rtt_ms=0.27 2018-08-15 18:29:09,712 INFO [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a2] Measuring UDP Throughput (packet size=128)... 2018-08-15 18:29:09,712 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a2] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.16 2018-08-15 18:29:13,041 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a2] megabytes=28.2349 real_seconds=1.00 rate_Mbps=237.2177 tx_cpu=19 rx_cpu=35 drop=0 pkt=231300 data_loss=0.00000 2018-08-15 18:29:13,041 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a2] pkt-size=128 throughput=1<242910/5000000<10000000 Kbps loss-rate=0 2018-08-15 18:29:13,042 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a2] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R728730K -p5001 -P5002 -fparse 192.168.1.16 2018-08-15 18:29:16,367 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a2] megabytes=27.3333 real_seconds=1.00 rate_Mbps=229.0131 tx_cpu=19 rx_cpu=41 drop=0 pkt=223914 data_loss=0.00000 2018-08-15 18:29:16,367 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a2] pkt-size=128 throughput=1<234509/728730<728730 Kbps loss-rate=0 2018-08-15 18:29:16,367 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a2] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R481619K -p5001 -P5002 -fparse 192.168.1.16 2018-08-15 18:29:19,719 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a2] megabytes=25.0585 real_seconds=1.00 rate_Mbps=209.8760 tx_cpu=18 rx_cpu=29 drop=0 pkt=205279 data_loss=0.00000 2018-08-15 18:29:19,720 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a2] pkt-size=128 throughput=1<214913/481619<481619 Kbps loss-rate=0 2018-08-15 18:29:19,720 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a2] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R348266K -p5001 -P5002 -fparse 192.168.1.16 2018-08-15 18:29:23,070 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a2] megabytes=21.9330 real_seconds=1.00 rate_Mbps=183.5947 tx_cpu=15 rx_cpu=32 drop=0 pkt=179675 data_loss=0.00000 2018-08-15 18:29:23,071 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a2] pkt-size=128 throughput=1<188000/348266<348266 Kbps loss-rate=0 2018-08-15 18:29:23,071 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a2] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R268133K -p5001 -P5002 -fparse 192.168.1.16 2018-08-15 18:29:26,395 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a2] megabytes=23.3405 real_seconds=1.00 rate_Mbps=195.4575 tx_cpu=15 rx_cpu=30 drop=0 pkt=191205 data_loss=0.00000 2018-08-15 18:29:26,396 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a2] pkt-size=128 throughput=1<200148/268133<268133 Kbps loss-rate=0 2018-08-15 18:29:26,396 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a2] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R234140K -p5001 -P5002 -fparse 192.168.1.16 2018-08-15 18:29:29,725 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a2] megabytes=25.1554 real_seconds=1.00 rate_Mbps=210.6815 tx_cpu=18 rx_cpu=33 drop=27 pkt=206100 data_loss=0.01312 2018-08-15 18:29:29,726 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a2] pkt-size=128 throughput=1<215737/234140<234140 Kbps loss-rate=0 2018-08-15 18:29:29,726 DEBUG undershot, min=215737 kbps=224938 max=234140 2018-08-15 18:29:29,727 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a2] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R224938K -p5001 -P5002 -fparse 192.168.1.16 2018-08-15 18:29:33,077 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a2] megabytes=26.8148 real_seconds=1.00 rate_Mbps=224.9066 tx_cpu=67 rx_cpu=35 drop=4 pkt=219671 data_loss=0.00186 2018-08-15 18:29:33,078 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a2] pkt-size=128 throughput=215737<230304/224938<234140 Kbps loss-rate=0 2018-08-15 18:29:33,078 DEBUG undershot, min=230304 kbps=232222 max=234140 2018-08-15 18:29:33,078 INFO [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a2] Measuring UDP Throughput (packet size=1024)... 2018-08-15 18:29:33,079 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a2] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.16 2018-08-15 18:29:36,429 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a2] megabytes=214.3428 real_seconds=1.00 rate_Mbps=1796.6918 tx_cpu=36 rx_cpu=38 drop=0 pkt=219487 data_loss=0.00000 2018-08-15 18:29:36,430 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a2] pkt-size=1024 throughput=1<1839812/5000000<10000000 Kbps loss-rate=0 2018-08-15 18:29:36,430 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a2] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R3419906K -p5001 -P5002 -fparse 192.168.1.16 2018-08-15 18:29:39,755 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a2] megabytes=212.7910 real_seconds=1.00 rate_Mbps=1783.9073 tx_cpu=29 rx_cpu=36 drop=0 pkt=217898 data_loss=0.00000 2018-08-15 18:29:39,756 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a2] pkt-size=1024 throughput=1<1826721/3419906<3419906 Kbps loss-rate=0 2018-08-15 18:29:39,756 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a2] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2623313K -p5001 -P5002 -fparse 192.168.1.16 2018-08-15 18:29:43,107 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a2] megabytes=229.9551 real_seconds=1.00 rate_Mbps=1927.1106 tx_cpu=30 rx_cpu=42 drop=16 pkt=235490 data_loss=0.00678 2018-08-15 18:29:43,108 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a2] pkt-size=1024 throughput=1<1973361/2623313<2623313 Kbps loss-rate=0 2018-08-15 18:29:43,108 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a2] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2298337K -p5001 -P5002 -fparse 192.168.1.16 2018-08-15 18:29:46,436 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a2] megabytes=199.6816 real_seconds=1.00 rate_Mbps=1674.4097 tx_cpu=32 rx_cpu=36 drop=122 pkt=204596 data_loss=0.05966 2018-08-15 18:29:46,436 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a2] pkt-size=1024 throughput=1<1714595/2298337<2298337 Kbps loss-rate=0 2018-08-15 18:29:46,436 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a2] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2006466K -p5001 -P5002 -fparse 192.168.1.16 2018-08-15 18:29:49,763 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a2] megabytes=220.1562 real_seconds=1.00 rate_Mbps=1845.9627 tx_cpu=29 rx_cpu=35 drop=0 pkt=225440 data_loss=0.00000 2018-08-15 18:29:49,764 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a2] pkt-size=1024 throughput=1<1890265/2006466<2006466 Kbps loss-rate=0 2018-08-15 18:29:49,764 DEBUG undershot, min=1890265 kbps=1948365 max=2006466 2018-08-15 18:29:49,764 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a2] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1948365K -p5001 -P5002 -fparse 192.168.1.16 2018-08-15 18:29:53,116 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a2] megabytes=231.6953 real_seconds=1.00 rate_Mbps=1942.5017 tx_cpu=46 rx_cpu=34 drop=0 pkt=237256 data_loss=0.00000 2018-08-15 18:29:53,116 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a2] pkt-size=1024 throughput=1890265<1989121/1948365<2006466 Kbps loss-rate=0 2018-08-15 18:29:53,116 DEBUG undershot, min=1989121 kbps=1997793 max=2006466 2018-08-15 18:29:53,117 INFO [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a2] Measuring UDP Throughput (packet size=8192)... 2018-08-15 18:29:53,117 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a2] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.16 2018-08-15 18:29:56,469 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a2] megabytes=595.5938 real_seconds=1.00 rate_Mbps=4996.1076 tx_cpu=99 rx_cpu=21 drop=58 pkt=76294 data_loss=0.07602 2018-08-15 18:29:56,469 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a2] pkt-size=8192 throughput=1<5116014/5000000<10000000 Kbps loss-rate=0 2018-08-15 18:29:56,469 DEBUG undershot, min=5116014 kbps=7558007 max=10000000 2018-08-15 18:29:56,470 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a2] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R7558007K -p5001 -P5002 -fparse 192.168.1.16 2018-08-15 18:29:59,827 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a2] megabytes=896.7188 real_seconds=1.00 rate_Mbps=7522.8164 tx_cpu=99 rx_cpu=31 drop=546 pkt=115326 data_loss=0.47344 2018-08-15 18:29:59,828 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a2] pkt-size=8192 throughput=5116014<7703363/7558007<10000000 Kbps loss-rate=0 2018-08-15 18:29:59,828 DEBUG undershot, min=7703363 kbps=8851681 max=10000000 2018-08-15 18:29:59,828 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a2] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R8851681K -p5001 -P5002 -fparse 192.168.1.16 2018-08-15 18:30:03,180 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a2] megabytes=1055.1953 real_seconds=1.00 rate_Mbps=8851.8942 tx_cpu=99 rx_cpu=30 drop=0 pkt=135065 data_loss=0.00000 2018-08-15 18:30:03,180 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a2] pkt-size=8192 throughput=7703363<9064339/8851681<10000000 Kbps loss-rate=0 2018-08-15 18:30:03,181 DEBUG undershot, min=9064339 kbps=9532169 max=10000000 2018-08-15 18:30:03,181 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a2] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R9532169K -p5001 -P5002 -fparse 192.168.1.16 2018-08-15 18:30:06,507 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a2] megabytes=1135.6250 real_seconds=1.00 rate_Mbps=9526.4844 tx_cpu=96 rx_cpu=37 drop=90 pkt=145450 data_loss=0.06187 2018-08-15 18:30:06,508 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a2] pkt-size=8192 throughput=9064339<9755120/9532169<10000000 Kbps loss-rate=0 2018-08-15 18:30:06,509 DEBUG undershot, min=9755120 kbps=9877560 max=10000000 2018-08-15 18:30:06,519 INFO { 'az_from': u'nova:overcloud-novacompute-1.opnfvlf.org', 'az_to': u'nova:overcloud-novacompute-1.opnfvlf.org', 'desc': 'VM to VM different network fixed IP (intra-node)', 'distro_id': 'Ubuntu', 'distro_version': '14.04', 'ip_from': u'192.168.2.7', 'ip_to': u'192.168.1.16', 'results': [ { 'pkt_size': 65536, 'protocol': 'TCP', 'rtt_ms': 0.53, 'throughput_kbps': 16730409, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'rtt_ms': 0.29, 'throughput_kbps': 16026900, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'rtt_ms': 0.27, 'throughput_kbps': 16279593, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.0, 'pkt_size': 128, 'protocol': 'UDP', 'throughput_kbps': 230304, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.0, 'pkt_size': 1024, 'protocol': 'UDP', 'throughput_kbps': 1989121, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.06, 'pkt_size': 8192, 'protocol': 'UDP', 'throughput_kbps': 9755120, 'tool': 'nuttcp-8.1.4'}, { 'protocol': 'ICMP', 'results': [ { 'packet_size': 64, 'rtt_avg_ms': '0.355', 'rtt_max_ms': '1.031', 'rtt_min_ms': '0.121', 'rtt_stddev': '0.262', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 391, 'rtt_avg_ms': '0.171', 'rtt_max_ms': '0.241', 'rtt_min_ms': '0.106', 'rtt_stddev': '0.044', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 1500, 'rtt_avg_ms': '0.276', 'rtt_max_ms': '0.432', 'rtt_min_ms': '0.123', 'rtt_stddev': '0.103', 'rx_packets': '10', 'tx_packets': '10'}], 'tool': 'ping'}]} 2018-08-15 18:30:06,521 INFO ============================================================ 2018-08-15 18:30:06,521 INFO Flow 3: VM to VM different network floating IP (intra-node) 2018-08-15 18:30:15,558 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a2] PING 172.30.9.210 (172.30.9.210) 64(92) bytes of data. 72 bytes from 172.30.9.210: icmp_seq=1 ttl=64 time=0.603 ms 72 bytes from 172.30.9.210: icmp_seq=2 ttl=64 time=0.187 ms 72 bytes from 172.30.9.210: icmp_seq=3 ttl=64 time=0.121 ms 72 bytes from 172.30.9.210: icmp_seq=4 ttl=64 time=0.098 ms 72 bytes from 172.30.9.210: icmp_seq=5 ttl=64 time=0.103 ms 72 bytes from 172.30.9.210: icmp_seq=6 ttl=64 time=0.132 ms 72 bytes from 172.30.9.210: icmp_seq=7 ttl=64 time=0.132 ms 72 bytes from 172.30.9.210: icmp_seq=8 ttl=64 time=0.125 ms 72 bytes from 172.30.9.210: icmp_seq=9 ttl=64 time=0.707 ms 72 bytes from 172.30.9.210: icmp_seq=10 ttl=64 time=0.293 ms --- 172.30.9.210 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8998ms rtt min/avg/max/mdev = 0.098/0.250/0.707/0.210 ms 2018-08-15 18:30:24,604 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a2] PING 172.30.9.210 (172.30.9.210) 391(419) bytes of data. 399 bytes from 172.30.9.210: icmp_seq=1 ttl=64 time=0.139 ms 399 bytes from 172.30.9.210: icmp_seq=2 ttl=64 time=0.653 ms 399 bytes from 172.30.9.210: icmp_seq=3 ttl=64 time=0.421 ms 399 bytes from 172.30.9.210: icmp_seq=4 ttl=64 time=0.117 ms 399 bytes from 172.30.9.210: icmp_seq=5 ttl=64 time=0.085 ms 399 bytes from 172.30.9.210: icmp_seq=6 ttl=64 time=0.079 ms 399 bytes from 172.30.9.210: icmp_seq=7 ttl=64 time=0.088 ms 399 bytes from 172.30.9.210: icmp_seq=8 ttl=64 time=0.091 ms 399 bytes from 172.30.9.210: icmp_seq=9 ttl=64 time=0.087 ms 399 bytes from 172.30.9.210: icmp_seq=10 ttl=64 time=0.089 ms --- 172.30.9.210 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8999ms rtt min/avg/max/mdev = 0.079/0.184/0.653/0.185 ms 2018-08-15 18:30:33,648 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a2] PING 172.30.9.210 (172.30.9.210) 1500(1528) bytes of data. 1508 bytes from 172.30.9.210: icmp_seq=1 ttl=64 time=0.389 ms 1508 bytes from 172.30.9.210: icmp_seq=2 ttl=64 time=0.142 ms 1508 bytes from 172.30.9.210: icmp_seq=3 ttl=64 time=0.101 ms 1508 bytes from 172.30.9.210: icmp_seq=4 ttl=64 time=0.131 ms 1508 bytes from 172.30.9.210: icmp_seq=5 ttl=64 time=0.127 ms 1508 bytes from 172.30.9.210: icmp_seq=6 ttl=64 time=0.110 ms 1508 bytes from 172.30.9.210: icmp_seq=7 ttl=64 time=0.130 ms 1508 bytes from 172.30.9.210: icmp_seq=8 ttl=64 time=0.105 ms 1508 bytes from 172.30.9.210: icmp_seq=9 ttl=64 time=0.126 ms 1508 bytes from 172.30.9.210: icmp_seq=10 ttl=64 time=0.148 ms --- 172.30.9.210 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8997ms rtt min/avg/max/mdev = 0.101/0.150/0.389/0.082 ms 2018-08-15 18:30:33,649 INFO [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a2] Measuring TCP Throughput (packet size=65536)... 2018-08-15 18:30:33,650 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a2] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 172.30.9.210 2018-08-15 18:30:43,750 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a2] megabytes=20523.9389 real_seconds=10.00 rate_Mbps=17213.3540 tx_cpu=37 rx_cpu=52 retrans=0 cwnd=3137 rtt_ms=0.33 2018-08-15 18:30:43,750 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a2] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 172.30.9.210 2018-08-15 18:30:53,848 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a2] megabytes=20185.1704 real_seconds=10.00 rate_Mbps=16930.6452 tx_cpu=36 rx_cpu=52 retrans=0 cwnd=3137 rtt_ms=0.33 2018-08-15 18:30:53,848 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a2] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 172.30.9.210 2018-08-15 18:31:03,944 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a2] megabytes=18561.6148 real_seconds=10.00 rate_Mbps=15568.7879 tx_cpu=33 rx_cpu=48 retrans=0 cwnd=3135 rtt_ms=0.37 2018-08-15 18:31:03,944 INFO [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a2] Measuring UDP Throughput (packet size=128)... 2018-08-15 18:31:03,945 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a2] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R5000000K -p5001 -P5002 -fparse 172.30.9.210 2018-08-15 18:31:07,274 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a2] megabytes=29.8203 real_seconds=1.00 rate_Mbps=250.5222 tx_cpu=22 rx_cpu=35 drop=72 pkt=244360 data_loss=0.02950 2018-08-15 18:31:07,274 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a2] pkt-size=128 throughput=1<256534/5000000<10000000 Kbps loss-rate=0 2018-08-15 18:31:07,275 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a2] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R769602K -p5001 -P5002 -fparse 172.30.9.210 2018-08-15 18:31:10,625 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a2] megabytes=32.1327 real_seconds=1.00 rate_Mbps=269.1991 tx_cpu=22 rx_cpu=36 drop=0 pkt=263231 data_loss=0.00000 2018-08-15 18:31:10,626 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a2] pkt-size=128 throughput=1<275659/769602<769602 Kbps loss-rate=0 2018-08-15 18:31:10,626 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a2] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R522630K -p5001 -P5002 -fparse 172.30.9.210 2018-08-15 18:31:13,952 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a2] megabytes=30.5433 real_seconds=1.00 rate_Mbps=255.8719 tx_cpu=21 rx_cpu=37 drop=0 pkt=250211 data_loss=0.00000 2018-08-15 18:31:13,952 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a2] pkt-size=128 throughput=1<262012/522630<522630 Kbps loss-rate=0 2018-08-15 18:31:13,952 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a2] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R392321K -p5001 -P5002 -fparse 172.30.9.210 2018-08-15 18:31:17,278 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a2] megabytes=30.7651 real_seconds=1.00 rate_Mbps=257.6410 tx_cpu=21 rx_cpu=35 drop=2228 pkt=254256 data_loss=0.87637 2018-08-15 18:31:17,278 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a2] pkt-size=128 throughput=1<263824/392321<392321 Kbps loss-rate=0 2018-08-15 18:31:17,279 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a2] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R328072K -p5001 -P5002 -fparse 172.30.9.210 2018-08-15 18:31:20,631 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a2] megabytes=33.3784 real_seconds=1.00 rate_Mbps=279.6978 tx_cpu=21 rx_cpu=37 drop=0 pkt=273436 data_loss=0.00000 2018-08-15 18:31:20,632 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a2] pkt-size=128 throughput=1<286410/328072<328072 Kbps loss-rate=0 2018-08-15 18:31:20,632 DEBUG undershot, min=286410 kbps=307241 max=328072 2018-08-15 18:31:20,633 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a2] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R307241K -p5001 -P5002 -fparse 172.30.9.210 2018-08-15 18:31:23,958 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a2] megabytes=31.8284 real_seconds=1.00 rate_Mbps=266.7311 tx_cpu=28 rx_cpu=35 drop=0 pkt=260738 data_loss=0.00000 2018-08-15 18:31:23,958 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a2] pkt-size=128 throughput=286410<273132/307241<328072 Kbps loss-rate=0 2018-08-15 18:31:23,959 DEBUG undershot, min=307241 kbps=317656 max=328072 2018-08-15 18:31:23,959 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a2] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R317656K -p5001 -P5002 -fparse 172.30.9.210 2018-08-15 18:31:27,287 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a2] megabytes=31.3834 real_seconds=1.00 rate_Mbps=262.8479 tx_cpu=23 rx_cpu=36 drop=121 pkt=257214 data_loss=0.04714 2018-08-15 18:31:27,287 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a2] pkt-size=128 throughput=307241<269156/317656<328072 Kbps loss-rate=0 2018-08-15 18:31:27,287 DEBUG undershot, min=317656 kbps=322864 max=328072 2018-08-15 18:31:27,288 INFO [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a2] Measuring UDP Throughput (packet size=1024)... 2018-08-15 18:31:27,288 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a2] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R5000000K -p5001 -P5002 -fparse 172.30.9.210 2018-08-15 18:31:30,639 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a2] megabytes=251.6523 real_seconds=1.00 rate_Mbps=2109.7786 tx_cpu=33 rx_cpu=38 drop=304 pkt=257996 data_loss=0.11784 2018-08-15 18:31:30,639 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a2] pkt-size=1024 throughput=1<2160413/5000000<10000000 Kbps loss-rate=0 2018-08-15 18:31:30,639 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a2] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R3580206K -p5001 -P5002 -fparse 172.30.9.210 2018-08-15 18:31:33,965 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a2] megabytes=253.9854 real_seconds=1.00 rate_Mbps=2129.1379 tx_cpu=33 rx_cpu=41 drop=212 pkt=260293 data_loss=0.08143 2018-08-15 18:31:33,965 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a2] pkt-size=1024 throughput=1<2180237/3580206<3580206 Kbps loss-rate=0 2018-08-15 18:31:33,966 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a2] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2880221K -p5001 -P5002 -fparse 172.30.9.210 2018-08-15 18:31:37,293 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a2] megabytes=249.7754 real_seconds=1.00 rate_Mbps=2093.9319 tx_cpu=32 rx_cpu=38 drop=1033 pkt=256803 data_loss=0.40226 2018-08-15 18:31:37,294 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a2] pkt-size=1024 throughput=1<2144186/2880221<2880221 Kbps loss-rate=0 2018-08-15 18:31:37,294 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a2] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2512203K -p5001 -P5002 -fparse 172.30.9.210 2018-08-15 18:31:40,646 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a2] megabytes=258.3643 real_seconds=1.00 rate_Mbps=2166.8354 tx_cpu=34 rx_cpu=39 drop=0 pkt=264565 data_loss=0.00000 2018-08-15 18:31:40,646 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a2] pkt-size=1024 throughput=1<2218839/2512203<2512203 Kbps loss-rate=0 2018-08-15 18:31:40,647 DEBUG undershot, min=2218839 kbps=2365521 max=2512203 2018-08-15 18:31:40,647 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a2] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2365521K -p5001 -P5002 -fparse 172.30.9.210 2018-08-15 18:31:43,998 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a2] megabytes=221.0713 real_seconds=1.00 rate_Mbps=1853.9057 tx_cpu=39 rx_cpu=38 drop=0 pkt=226377 data_loss=0.00000 2018-08-15 18:31:43,998 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a2] pkt-size=1024 throughput=2218839<1898399/2365521<2512203 Kbps loss-rate=0 2018-08-15 18:31:43,999 DEBUG undershot, min=2365521 kbps=2438862 max=2512203 2018-08-15 18:31:43,999 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a2] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2438862K -p5001 -P5002 -fparse 172.30.9.210 2018-08-15 18:31:47,352 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a2] megabytes=214.4990 real_seconds=1.00 rate_Mbps=1798.5820 tx_cpu=38 rx_cpu=35 drop=0 pkt=219647 data_loss=0.00000 2018-08-15 18:31:47,352 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a2] pkt-size=1024 throughput=2365521<1841747/2438862<2512203 Kbps loss-rate=0 2018-08-15 18:31:47,353 INFO [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a2] Measuring UDP Throughput (packet size=8192)... 2018-08-15 18:31:47,353 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a2] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R5000000K -p5001 -P5002 -fparse 172.30.9.210 2018-08-15 18:31:50,677 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a2] megabytes=596.0156 real_seconds=1.00 rate_Mbps=4999.8314 tx_cpu=99 rx_cpu=22 drop=4 pkt=76294 data_loss=0.00525 2018-08-15 18:31:50,678 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a2] pkt-size=8192 throughput=1<5119827/5000000<10000000 Kbps loss-rate=0 2018-08-15 18:31:50,678 DEBUG undershot, min=5119827 kbps=7559913 max=10000000 2018-08-15 18:31:50,678 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a2] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R7559913K -p5001 -P5002 -fparse 172.30.9.210 2018-08-15 18:31:54,030 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a2] megabytes=900.0547 real_seconds=1.00 rate_Mbps=7551.2556 tx_cpu=95 rx_cpu=28 drop=148 pkt=115355 data_loss=0.12829 2018-08-15 18:31:54,031 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a2] pkt-size=8192 throughput=5119827<7732485/7559913<10000000 Kbps loss-rate=0 2018-08-15 18:31:54,032 DEBUG undershot, min=7732485 kbps=8866242 max=10000000 2018-08-15 18:31:54,032 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a2] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R8866242K -p5001 -P5002 -fparse 172.30.9.210 2018-08-15 18:31:57,384 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a2] megabytes=1054.5703 real_seconds=1.00 rate_Mbps=8846.9166 tx_cpu=99 rx_cpu=35 drop=303 pkt=135288 data_loss=0.22397 2018-08-15 18:31:57,385 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a2] pkt-size=8192 throughput=7732485<9059242/8866242<10000000 Kbps loss-rate=0 2018-08-15 18:31:57,385 DEBUG undershot, min=9059242 kbps=9529621 max=10000000 2018-08-15 18:31:57,385 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a2] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R9529621K -p5001 -P5002 -fparse 172.30.9.210 2018-08-15 18:32:00,737 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a2] megabytes=1108.3047 real_seconds=1.00 rate_Mbps=9288.3375 tx_cpu=68 rx_cpu=34 drop=33 pkt=141896 data_loss=0.02326 2018-08-15 18:32:00,738 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a2] pkt-size=8192 throughput=9059242<9511257/9529621<10000000 Kbps loss-rate=0 2018-08-15 18:32:00,738 DEBUG undershot, min=9511257 kbps=9755628 max=10000000 2018-08-15 18:32:00,748 INFO { 'az_from': u'nova:overcloud-novacompute-1.opnfvlf.org', 'az_to': u'nova:overcloud-novacompute-1.opnfvlf.org', 'desc': 'VM to VM different network floating IP (intra-node)', 'distro_id': 'Ubuntu', 'distro_version': '14.04', 'ip_from': u'192.168.2.7', 'ip_to': u'172.30.9.210', 'results': [ { 'pkt_size': 65536, 'protocol': 'TCP', 'rtt_ms': 0.33, 'throughput_kbps': 17626474, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'rtt_ms': 0.33, 'throughput_kbps': 17336980, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'rtt_ms': 0.37, 'throughput_kbps': 15942438, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.05, 'pkt_size': 128, 'protocol': 'UDP', 'throughput_kbps': 269156, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.0, 'pkt_size': 1024, 'protocol': 'UDP', 'throughput_kbps': 1841747, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.02, 'pkt_size': 8192, 'protocol': 'UDP', 'throughput_kbps': 9511257, 'tool': 'nuttcp-8.1.4'}, { 'protocol': 'ICMP', 'results': [ { 'packet_size': 64, 'rtt_avg_ms': '0.250', 'rtt_max_ms': '0.707', 'rtt_min_ms': '0.098', 'rtt_stddev': '0.210', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 391, 'rtt_avg_ms': '0.184', 'rtt_max_ms': '0.653', 'rtt_min_ms': '0.079', 'rtt_stddev': '0.185', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 1500, 'rtt_avg_ms': '0.150', 'rtt_max_ms': '0.389', 'rtt_min_ms': '0.101', 'rtt_stddev': '0.082', 'rx_packets': '10', 'tx_packets': '10'}], 'tool': 'ping'}]} 2018-08-15 18:32:00,750 INFO Deleting floating ip 38478ddb-a8a0-46af-ab03-c89fa90ea12f 2018-08-15 18:32:02,372 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a2] Floating IP 172.30.9.206 deleted 2018-08-15 18:32:02,789 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a2] Instance deleted 2018-08-15 18:32:02,903 INFO [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a3] Creating client VM... 2018-08-15 18:32:02,903 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a3] Starting on zone nova:overcloud-novacompute-0.opnfvlf.org 2018-08-15 18:32:06,990 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a3] VM status=BUILD, retrying 1 of 90... 2018-08-15 18:32:10,215 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a3] VM status=BUILD, retrying 2 of 90... 2018-08-15 18:32:13,294 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a3] VM status=BUILD, retrying 3 of 90... 2018-08-15 18:32:16,372 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a3] VM status=BUILD, retrying 4 of 90... 2018-08-15 18:32:18,772 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a3] VM status=BUILD, retrying 5 of 90... 2018-08-15 18:32:21,099 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a3] VM status=BUILD, retrying 6 of 90... 2018-08-15 18:32:23,245 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a3] VM status=BUILD, retrying 7 of 90... 2018-08-15 18:32:25,572 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a3] VM status=BUILD, retrying 8 of 90... 2018-08-15 18:32:28,346 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a3] VM status=BUILD, retrying 9 of 90... 2018-08-15 18:32:30,502 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a3] VM status=BUILD, retrying 10 of 90... 2018-08-15 18:32:33,176 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a3] VM status=BUILD, retrying 11 of 90... 2018-08-15 18:32:35,318 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a3] VM status=BUILD, retrying 12 of 90... 2018-08-15 18:32:37,663 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a3] VM status=BUILD, retrying 13 of 90... 2018-08-15 18:32:40,556 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a3] VM status=BUILD, retrying 14 of 90... 2018-08-15 18:32:43,607 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a3] VM status=BUILD, retrying 15 of 90... 2018-08-15 18:32:46,982 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a3] VM status=BUILD, retrying 16 of 90... 2018-08-15 18:32:49,131 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a3] VM status=BUILD, retrying 17 of 90... 2018-08-15 18:32:51,540 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a3] VM status=BUILD, retrying 18 of 90... 2018-08-15 18:32:53,685 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a3] VM status=BUILD, retrying 19 of 90... 2018-08-15 18:32:56,336 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a3] VM status=BUILD, retrying 20 of 90... 2018-08-15 18:32:58,733 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a3] VM status=BUILD, retrying 21 of 90... 2018-08-15 18:33:00,878 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a3] VM status=BUILD, retrying 22 of 90... 2018-08-15 18:33:03,044 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a3] VM status=BUILD, retrying 23 of 90... 2018-08-15 18:33:05,453 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a3] VM status=BUILD, retrying 24 of 90... 2018-08-15 18:33:07,599 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a3] VM status=BUILD, retrying 25 of 90... 2018-08-15 18:33:10,032 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a3] VM status=BUILD, retrying 26 of 90... 2018-08-15 18:33:12,438 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a3] VM status=BUILD, retrying 27 of 90... 2018-08-15 18:33:15,059 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a3] VM status=BUILD, retrying 28 of 90... 2018-08-15 18:33:17,208 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a3] VM status=BUILD, retrying 29 of 90... 2018-08-15 18:33:19,532 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a3] VM status=BUILD, retrying 30 of 90... 2018-08-15 18:33:21,679 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a3] VM status=BUILD, retrying 31 of 90... 2018-08-15 18:33:24,864 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a3] VM status=BUILD, retrying 32 of 90... 2018-08-15 18:33:27,276 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a3] VM status=BUILD, retrying 33 of 90... 2018-08-15 18:33:29,681 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a3] VM status=BUILD, retrying 34 of 90... 2018-08-15 18:33:32,113 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a3] VM status=BUILD, retrying 35 of 90... 2018-08-15 18:33:34,490 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a3] VM status=BUILD, retrying 36 of 90... 2018-08-15 18:33:36,915 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a3] VM status=BUILD, retrying 37 of 90... 2018-08-15 18:33:39,336 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a3] VM status=BUILD, retrying 38 of 90... 2018-08-15 18:33:44,415 INFO [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a3] Internal network IP: 192.168.1.3 2018-08-15 18:33:44,415 INFO [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a3] SSH IP: 172.30.9.202 2018-08-15 18:33:44,415 INFO [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a3] Setup SSH for ubuntu@172.30.9.202 2018-08-15 18:35:21,893 INFO [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a3] Installing nuttcp-8.1.4... 2018-08-15 18:35:21,935 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a3] Copying nuttcp-8.1.4 to target... 2018-08-15 18:35:22,103 INFO ============================================================ 2018-08-15 18:35:22,103 INFO Flow 4: VM to VM same network fixed IP (inter-node) 2018-08-15 18:35:31,150 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a3] PING 192.168.1.16 (192.168.1.16) 64(92) bytes of data. 72 bytes from 192.168.1.16: icmp_seq=1 ttl=64 time=2.10 ms 72 bytes from 192.168.1.16: icmp_seq=2 ttl=64 time=0.614 ms 72 bytes from 192.168.1.16: icmp_seq=3 ttl=64 time=0.390 ms 72 bytes from 192.168.1.16: icmp_seq=4 ttl=64 time=0.431 ms 72 bytes from 192.168.1.16: icmp_seq=5 ttl=64 time=0.375 ms 72 bytes from 192.168.1.16: icmp_seq=6 ttl=64 time=0.346 ms 72 bytes from 192.168.1.16: icmp_seq=7 ttl=64 time=0.292 ms 72 bytes from 192.168.1.16: icmp_seq=8 ttl=64 time=0.204 ms 72 bytes from 192.168.1.16: icmp_seq=9 ttl=64 time=0.328 ms 72 bytes from 192.168.1.16: icmp_seq=10 ttl=64 time=0.314 ms --- 192.168.1.16 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8999ms rtt min/avg/max/mdev = 0.204/0.540/2.109/0.532 ms 2018-08-15 18:35:40,191 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a3] PING 192.168.1.16 (192.168.1.16) 391(419) bytes of data. 399 bytes from 192.168.1.16: icmp_seq=1 ttl=64 time=0.258 ms 399 bytes from 192.168.1.16: icmp_seq=2 ttl=64 time=0.336 ms 399 bytes from 192.168.1.16: icmp_seq=3 ttl=64 time=0.317 ms 399 bytes from 192.168.1.16: icmp_seq=4 ttl=64 time=0.415 ms 399 bytes from 192.168.1.16: icmp_seq=5 ttl=64 time=0.188 ms 399 bytes from 192.168.1.16: icmp_seq=6 ttl=64 time=0.473 ms 399 bytes from 192.168.1.16: icmp_seq=7 ttl=64 time=0.257 ms 399 bytes from 192.168.1.16: icmp_seq=8 ttl=64 time=0.198 ms 399 bytes from 192.168.1.16: icmp_seq=9 ttl=64 time=0.344 ms 399 bytes from 192.168.1.16: icmp_seq=10 ttl=64 time=0.354 ms --- 192.168.1.16 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8997ms rtt min/avg/max/mdev = 0.188/0.314/0.473/0.086 ms 2018-08-15 18:35:49,236 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a3] PING 192.168.1.16 (192.168.1.16) 1500(1528) bytes of data. 1508 bytes from 192.168.1.16: icmp_seq=1 ttl=64 time=0.795 ms 1508 bytes from 192.168.1.16: icmp_seq=2 ttl=64 time=0.265 ms 1508 bytes from 192.168.1.16: icmp_seq=3 ttl=64 time=0.222 ms 1508 bytes from 192.168.1.16: icmp_seq=4 ttl=64 time=0.292 ms 1508 bytes from 192.168.1.16: icmp_seq=5 ttl=64 time=0.731 ms 1508 bytes from 192.168.1.16: icmp_seq=6 ttl=64 time=0.502 ms 1508 bytes from 192.168.1.16: icmp_seq=7 ttl=64 time=0.530 ms 1508 bytes from 192.168.1.16: icmp_seq=8 ttl=64 time=0.311 ms 1508 bytes from 192.168.1.16: icmp_seq=9 ttl=64 time=0.304 ms 1508 bytes from 192.168.1.16: icmp_seq=10 ttl=64 time=0.445 ms --- 192.168.1.16 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8998ms rtt min/avg/max/mdev = 0.222/0.439/0.795/0.190 ms 2018-08-15 18:35:49,236 INFO [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a3] Measuring TCP Throughput (packet size=65536)... 2018-08-15 18:35:49,237 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a3] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.16 2018-08-15 18:35:59,339 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a3] megabytes=6987.9155 real_seconds=10.00 rate_Mbps=5860.6272 tx_cpu=11 rx_cpu=19 retrans=31 cwnd=462 rtt_ms=0.67 2018-08-15 18:35:59,340 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a3] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.16 2018-08-15 18:36:09,442 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a3] megabytes=7898.1020 real_seconds=10.00 rate_Mbps=6622.6538 tx_cpu=11 rx_cpu=21 retrans=40 cwnd=406 rtt_ms=0.40 2018-08-15 18:36:09,443 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a3] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.16 2018-08-15 18:36:19,541 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a3] megabytes=7740.6436 real_seconds=10.00 rate_Mbps=6491.0169 tx_cpu=11 rx_cpu=20 retrans=11 cwnd=237 rtt_ms=0.60 2018-08-15 18:36:19,542 INFO [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a3] Measuring UDP Throughput (packet size=128)... 2018-08-15 18:36:19,542 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a3] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.16 2018-08-15 18:36:22,869 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a3] megabytes=34.9706 real_seconds=1.00 rate_Mbps=294.3473 tx_cpu=24 rx_cpu=30 drop=4754 pkt=291233 data_loss=1.63231 2018-08-15 18:36:22,870 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a3] pkt-size=128 throughput=1<301411/5000000<10000000 Kbps loss-rate=1 2018-08-15 18:36:22,870 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a3] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R904233K -p5001 -P5002 -fparse 192.168.1.16 2018-08-15 18:36:26,196 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a3] megabytes=34.4150 real_seconds=1.00 rate_Mbps=288.3975 tx_cpu=25 rx_cpu=34 drop=70 pkt=281997 data_loss=0.02469 2018-08-15 18:36:26,197 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a3] pkt-size=128 throughput=1<295319/904233<904233 Kbps loss-rate=0 2018-08-15 18:36:26,197 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a3] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R599776K -p5001 -P5002 -fparse 192.168.1.16 2018-08-15 18:36:29,548 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a3] megabytes=31.1425 real_seconds=1.00 rate_Mbps=260.9329 tx_cpu=20 rx_cpu=34 drop=483 pkt=255602 data_loss=0.18877 2018-08-15 18:36:29,549 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a3] pkt-size=128 throughput=1<267195/599776<599776 Kbps loss-rate=0 2018-08-15 18:36:29,549 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a3] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R433485K -p5001 -P5002 -fparse 192.168.1.16 2018-08-15 18:36:32,901 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a3] megabytes=31.6198 real_seconds=1.00 rate_Mbps=264.9315 tx_cpu=21 rx_cpu=34 drop=672 pkt=259701 data_loss=0.25866 2018-08-15 18:36:32,902 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a3] pkt-size=128 throughput=1<271289/433485<433485 Kbps loss-rate=0 2018-08-15 18:36:32,902 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a3] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R352387K -p5001 -P5002 -fparse 192.168.1.16 2018-08-15 18:36:36,227 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a3] megabytes=34.2815 real_seconds=1.00 rate_Mbps=287.2001 tx_cpu=24 rx_cpu=32 drop=885 pkt=281719 data_loss=0.31405 2018-08-15 18:36:36,228 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a3] pkt-size=128 throughput=1<294092/352387<352387 Kbps loss-rate=0 2018-08-15 18:36:36,228 DEBUG undershot, min=294092 kbps=323239 max=352387 2018-08-15 18:36:36,229 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a3] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R323239K -p5001 -P5002 -fparse 192.168.1.16 2018-08-15 18:36:39,580 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a3] megabytes=33.5515 real_seconds=1.00 rate_Mbps=280.9723 tx_cpu=24 rx_cpu=33 drop=819 pkt=275673 data_loss=0.29716 2018-08-15 18:36:39,580 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a3] pkt-size=128 throughput=294092<287715/323239<352387 Kbps loss-rate=0 2018-08-15 18:36:39,581 DEBUG undershot, min=323239 kbps=337813 max=352387 2018-08-15 18:36:39,581 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a3] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R337813K -p5001 -P5002 -fparse 192.168.1.16 2018-08-15 18:36:42,935 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a3] megabytes=33.2732 real_seconds=1.00 rate_Mbps=278.7167 tx_cpu=23 rx_cpu=32 drop=1060 pkt=273634 data_loss=0.38739 2018-08-15 18:36:42,936 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a3] pkt-size=128 throughput=323239<285405/337813<352387 Kbps loss-rate=0 2018-08-15 18:36:42,936 DEBUG undershot, min=337813 kbps=345100 max=352387 2018-08-15 18:36:42,936 INFO [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a3] Measuring UDP Throughput (packet size=1024)... 2018-08-15 18:36:42,937 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a3] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.16 2018-08-15 18:36:46,291 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a3] megabytes=255.7959 real_seconds=1.00 rate_Mbps=2145.0058 tx_cpu=48 rx_cpu=36 drop=0 pkt=261935 data_loss=0.00000 2018-08-15 18:36:46,291 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a3] pkt-size=1024 throughput=1<2196485/5000000<10000000 Kbps loss-rate=0 2018-08-15 18:36:46,292 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a3] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R3598242K -p5001 -P5002 -fparse 192.168.1.16 2018-08-15 18:36:49,616 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a3] megabytes=255.7490 real_seconds=1.00 rate_Mbps=2144.7563 tx_cpu=46 rx_cpu=35 drop=149 pkt=262036 data_loss=0.05686 2018-08-15 18:36:49,617 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a3] pkt-size=1024 throughput=1<2196230/3598242<3598242 Kbps loss-rate=0 2018-08-15 18:36:49,617 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a3] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2897236K -p5001 -P5002 -fparse 192.168.1.16 2018-08-15 18:36:52,945 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a3] megabytes=230.9561 real_seconds=1.00 rate_Mbps=1937.3669 tx_cpu=43 rx_cpu=31 drop=8462 pkt=244961 data_loss=3.45440 2018-08-15 18:36:52,945 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a3] pkt-size=1024 throughput=1<1983863/2897236<2897236 Kbps loss-rate=3 2018-08-15 18:36:52,946 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a3] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2440549K -p5001 -P5002 -fparse 192.168.1.16 2018-08-15 18:36:56,297 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a3] megabytes=238.3281 real_seconds=1.00 rate_Mbps=1999.1952 tx_cpu=36 rx_cpu=32 drop=5714 pkt=249762 data_loss=2.28779 2018-08-15 18:36:56,298 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a3] pkt-size=1024 throughput=1<2047175/2440549<2440549 Kbps loss-rate=2 2018-08-15 18:36:56,299 INFO [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a3] Measuring UDP Throughput (packet size=8192)... 2018-08-15 18:36:56,299 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a3] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.16 2018-08-15 18:36:59,651 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a3] megabytes=319.1250 real_seconds=1.00 rate_Mbps=2673.3173 tx_cpu=99 rx_cpu=14 drop=35446 pkt=76294 data_loss=46.45975 2018-08-15 18:36:59,651 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a3] pkt-size=8192 throughput=1<2737476/5000000<10000000 Kbps loss-rate=46 2018-08-15 18:36:59,652 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a3] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R3868738K -p5001 -P5002 -fparse 192.168.1.16 2018-08-15 18:37:02,976 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a3] megabytes=338.5391 real_seconds=1.00 rate_Mbps=2838.9942 tx_cpu=99 rx_cpu=14 drop=15699 pkt=59032 data_loss=26.59404 2018-08-15 18:37:02,976 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a3] pkt-size=8192 throughput=1<2907130/3868738<3868738 Kbps loss-rate=26 2018-08-15 18:37:02,976 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a3] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R3387934K -p5001 -P5002 -fparse 192.168.1.16 2018-08-15 18:37:06,304 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a3] megabytes=354.6484 real_seconds=1.00 rate_Mbps=2970.7378 tx_cpu=99 rx_cpu=14 drop=6301 pkt=51696 data_loss=12.18857 2018-08-15 18:37:06,304 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a3] pkt-size=8192 throughput=1<3042035/3387934<3387934 Kbps loss-rate=12 2018-08-15 18:37:06,305 DEBUG overshot, min=1 kbps=3042035 max=3387934 2018-08-15 18:37:06,305 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a3] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R3042035K -p5001 -P5002 -fparse 192.168.1.16 2018-08-15 18:37:09,633 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a3] megabytes=352.1797 real_seconds=1.00 rate_Mbps=2954.9918 tx_cpu=99 rx_cpu=14 drop=1339 pkt=46418 data_loss=2.88465 2018-08-15 18:37:09,633 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a3] pkt-size=8192 throughput=1<3025911/3042035<3387934 Kbps loss-rate=2 2018-08-15 18:37:09,643 INFO { 'az_from': u'nova:overcloud-novacompute-0.opnfvlf.org', 'az_to': u'nova:overcloud-novacompute-1.opnfvlf.org', 'desc': 'VM to VM same network fixed IP (inter-node)', 'distro_id': 'Ubuntu', 'distro_version': '14.04', 'ip_from': u'192.168.1.3', 'ip_to': u'192.168.1.16', 'results': [ { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 31, 'rtt_ms': 0.67, 'throughput_kbps': 6001282, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 40, 'rtt_ms': 0.4, 'throughput_kbps': 6781597, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 11, 'rtt_ms': 0.6, 'throughput_kbps': 6646801, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.39, 'pkt_size': 128, 'protocol': 'UDP', 'throughput_kbps': 285405, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 2.29, 'pkt_size': 1024, 'protocol': 'UDP', 'throughput_kbps': 2047175, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 2.88, 'pkt_size': 8192, 'protocol': 'UDP', 'throughput_kbps': 3025911, 'tool': 'nuttcp-8.1.4'}, { 'protocol': 'ICMP', 'results': [ { 'packet_size': 64, 'rtt_avg_ms': '0.540', 'rtt_max_ms': '2.109', 'rtt_min_ms': '0.204', 'rtt_stddev': '0.532', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 391, 'rtt_avg_ms': '0.314', 'rtt_max_ms': '0.473', 'rtt_min_ms': '0.188', 'rtt_stddev': '0.086', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 1500, 'rtt_avg_ms': '0.439', 'rtt_max_ms': '0.795', 'rtt_min_ms': '0.222', 'rtt_stddev': '0.190', 'rx_packets': '10', 'tx_packets': '10'}], 'tool': 'ping'}]} 2018-08-15 18:37:09,645 INFO Deleting floating ip 390bc4bf-c4c8-4855-bb51-8fb54b8fe36b 2018-08-15 18:37:10,719 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a3] Floating IP 172.30.9.202 deleted 2018-08-15 18:37:11,238 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a3] Instance deleted 2018-08-15 18:37:11,254 INFO [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a4] Creating client VM... 2018-08-15 18:37:11,254 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a4] Starting on zone nova:overcloud-novacompute-0.opnfvlf.org 2018-08-15 18:37:14,345 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a4] VM status=BUILD, retrying 1 of 90... 2018-08-15 18:37:16,924 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a4] VM status=BUILD, retrying 2 of 90... 2018-08-15 18:37:19,525 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a4] VM status=BUILD, retrying 3 of 90... 2018-08-15 18:37:21,923 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a4] VM status=BUILD, retrying 4 of 90... 2018-08-15 18:37:24,284 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a4] VM status=BUILD, retrying 5 of 90... 2018-08-15 18:37:26,431 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a4] VM status=BUILD, retrying 6 of 90... 2018-08-15 18:37:31,138 INFO [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a4] Internal network IP: 192.168.2.14 2018-08-15 18:37:31,138 INFO [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a4] SSH IP: 172.30.9.204 2018-08-15 18:37:31,138 INFO [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a4] Setup SSH for ubuntu@172.30.9.204 2018-08-15 18:39:06,606 INFO [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a4] Installing nuttcp-8.1.4... 2018-08-15 18:39:06,649 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a4] Copying nuttcp-8.1.4 to target... 2018-08-15 18:39:06,813 INFO ============================================================ 2018-08-15 18:39:06,813 INFO Flow 5: VM to VM different network fixed IP (inter-node) 2018-08-15 18:39:15,860 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a4] PING 192.168.1.16 (192.168.1.16) 64(92) bytes of data. 72 bytes from 192.168.1.16: icmp_seq=1 ttl=64 time=1.22 ms 72 bytes from 192.168.1.16: icmp_seq=2 ttl=64 time=0.630 ms 72 bytes from 192.168.1.16: icmp_seq=3 ttl=64 time=0.336 ms 72 bytes from 192.168.1.16: icmp_seq=4 ttl=64 time=0.266 ms 72 bytes from 192.168.1.16: icmp_seq=5 ttl=64 time=0.350 ms 72 bytes from 192.168.1.16: icmp_seq=6 ttl=64 time=0.408 ms 72 bytes from 192.168.1.16: icmp_seq=7 ttl=64 time=0.355 ms 72 bytes from 192.168.1.16: icmp_seq=8 ttl=64 time=0.318 ms 72 bytes from 192.168.1.16: icmp_seq=9 ttl=64 time=0.433 ms 72 bytes from 192.168.1.16: icmp_seq=10 ttl=64 time=0.435 ms --- 192.168.1.16 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9001ms rtt min/avg/max/mdev = 0.266/0.475/1.225/0.267 ms 2018-08-15 18:39:24,904 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a4] PING 192.168.1.16 (192.168.1.16) 391(419) bytes of data. 399 bytes from 192.168.1.16: icmp_seq=1 ttl=64 time=0.242 ms 399 bytes from 192.168.1.16: icmp_seq=2 ttl=64 time=0.335 ms 399 bytes from 192.168.1.16: icmp_seq=3 ttl=64 time=0.471 ms 399 bytes from 192.168.1.16: icmp_seq=4 ttl=64 time=0.372 ms 399 bytes from 192.168.1.16: icmp_seq=5 ttl=64 time=0.395 ms 399 bytes from 192.168.1.16: icmp_seq=6 ttl=64 time=0.247 ms 399 bytes from 192.168.1.16: icmp_seq=7 ttl=64 time=0.425 ms 399 bytes from 192.168.1.16: icmp_seq=8 ttl=64 time=0.153 ms 399 bytes from 192.168.1.16: icmp_seq=9 ttl=64 time=0.360 ms 399 bytes from 192.168.1.16: icmp_seq=10 ttl=64 time=0.247 ms --- 192.168.1.16 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8997ms rtt min/avg/max/mdev = 0.153/0.324/0.471/0.096 ms 2018-08-15 18:39:33,949 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a4] PING 192.168.1.16 (192.168.1.16) 1500(1528) bytes of data. 1508 bytes from 192.168.1.16: icmp_seq=1 ttl=64 time=0.630 ms 1508 bytes from 192.168.1.16: icmp_seq=2 ttl=64 time=0.237 ms 1508 bytes from 192.168.1.16: icmp_seq=3 ttl=64 time=0.340 ms 1508 bytes from 192.168.1.16: icmp_seq=4 ttl=64 time=0.287 ms 1508 bytes from 192.168.1.16: icmp_seq=5 ttl=64 time=0.237 ms 1508 bytes from 192.168.1.16: icmp_seq=6 ttl=64 time=0.226 ms 1508 bytes from 192.168.1.16: icmp_seq=7 ttl=64 time=0.222 ms 1508 bytes from 192.168.1.16: icmp_seq=8 ttl=64 time=0.213 ms 1508 bytes from 192.168.1.16: icmp_seq=9 ttl=64 time=0.230 ms 1508 bytes from 192.168.1.16: icmp_seq=10 ttl=64 time=0.188 ms --- 192.168.1.16 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8997ms rtt min/avg/max/mdev = 0.188/0.281/0.630/0.123 ms 2018-08-15 18:39:33,949 INFO [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a4] Measuring TCP Throughput (packet size=65536)... 2018-08-15 18:39:33,950 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a4] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.16 2018-08-15 18:39:44,050 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a4] megabytes=7637.6579 real_seconds=10.00 rate_Mbps=6404.8387 tx_cpu=12 rx_cpu=20 retrans=947 cwnd=539 rtt_ms=0.27 2018-08-15 18:39:44,050 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a4] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.16 2018-08-15 18:39:54,150 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a4] megabytes=7930.2570 real_seconds=10.00 rate_Mbps=6650.1200 tx_cpu=12 rx_cpu=20 retrans=39 cwnd=559 rtt_ms=0.33 2018-08-15 18:39:54,151 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a4] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.16 2018-08-15 18:40:04,251 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a4] megabytes=7915.9141 real_seconds=10.00 rate_Mbps=6638.2258 tx_cpu=12 rx_cpu=20 retrans=82 cwnd=670 rtt_ms=0.55 2018-08-15 18:40:04,252 INFO [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a4] Measuring UDP Throughput (packet size=128)... 2018-08-15 18:40:04,252 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a4] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.16 2018-08-15 18:40:07,605 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a4] megabytes=30.0304 real_seconds=1.00 rate_Mbps=252.5912 tx_cpu=21 rx_cpu=31 drop=10834 pkt=256843 data_loss=4.21811 2018-08-15 18:40:07,605 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a4] pkt-size=128 throughput=1<258653/5000000<10000000 Kbps loss-rate=4 2018-08-15 18:40:07,606 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a4] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R775959K -p5001 -P5002 -fparse 192.168.1.16 2018-08-15 18:40:10,929 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a4] megabytes=27.8654 real_seconds=1.00 rate_Mbps=233.3742 tx_cpu=19 rx_cpu=31 drop=4180 pkt=232453 data_loss=1.79802 2018-08-15 18:40:10,930 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a4] pkt-size=128 throughput=1<238975/775959<775959 Kbps loss-rate=1 2018-08-15 18:40:10,930 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a4] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R507467K -p5001 -P5002 -fparse 192.168.1.16 2018-08-15 18:40:14,281 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a4] megabytes=29.7539 real_seconds=1.00 rate_Mbps=249.2150 tx_cpu=20 rx_cpu=33 drop=0 pkt=243744 data_loss=0.00000 2018-08-15 18:40:14,282 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a4] pkt-size=128 throughput=1<255196/507467<507467 Kbps loss-rate=0 2018-08-15 18:40:14,282 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a4] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R381331K -p5001 -P5002 -fparse 192.168.1.16 2018-08-15 18:40:17,609 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a4] megabytes=28.2206 real_seconds=1.00 rate_Mbps=236.7075 tx_cpu=19 rx_cpu=32 drop=4866 pkt=236049 data_loss=2.06145 2018-08-15 18:40:17,610 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a4] pkt-size=128 throughput=1<242388/381331<381331 Kbps loss-rate=2 2018-08-15 18:40:17,610 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a4] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R311859K -p5001 -P5002 -fparse 192.168.1.16 2018-08-15 18:40:20,938 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a4] megabytes=32.8011 real_seconds=1.00 rate_Mbps=274.8888 tx_cpu=22 rx_cpu=33 drop=0 pkt=268707 data_loss=0.00000 2018-08-15 18:40:20,938 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a4] pkt-size=128 throughput=1<281486/311859<311859 Kbps loss-rate=0 2018-08-15 18:40:20,939 DEBUG undershot, min=281486 kbps=296672 max=311859 2018-08-15 18:40:20,939 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a4] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R296672K -p5001 -P5002 -fparse 192.168.1.16 2018-08-15 18:40:24,290 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a4] megabytes=31.8461 real_seconds=1.00 rate_Mbps=267.0096 tx_cpu=23 rx_cpu=34 drop=1919 pkt=262802 data_loss=0.73004 2018-08-15 18:40:24,290 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a4] pkt-size=128 throughput=281486<273417/296672<311859 Kbps loss-rate=0 2018-08-15 18:40:24,290 DEBUG undershot, min=296672 kbps=304265 max=311859 2018-08-15 18:40:24,291 INFO [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a4] Measuring UDP Throughput (packet size=1024)... 2018-08-15 18:40:24,291 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a4] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.16 2018-08-15 18:40:27,642 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a4] megabytes=224.8164 real_seconds=1.00 rate_Mbps=1883.6213 tx_cpu=40 rx_cpu=35 drop=424 pkt=230636 data_loss=0.18386 2018-08-15 18:40:27,642 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a4] pkt-size=1024 throughput=1<1928828/5000000<10000000 Kbps loss-rate=0 2018-08-15 18:40:27,643 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a4] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R3464414K -p5001 -P5002 -fparse 192.168.1.16 2018-08-15 18:40:30,995 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a4] megabytes=205.2705 real_seconds=1.00 rate_Mbps=1720.4164 tx_cpu=32 rx_cpu=34 drop=248 pkt=210445 data_loss=0.11785 2018-08-15 18:40:30,995 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a4] pkt-size=1024 throughput=1<1761706/3464414<3464414 Kbps loss-rate=0 2018-08-15 18:40:30,996 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a4] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2613060K -p5001 -P5002 -fparse 192.168.1.16 2018-08-15 18:40:34,349 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a4] megabytes=221.0352 real_seconds=1.00 rate_Mbps=1852.0992 tx_cpu=30 rx_cpu=32 drop=6108 pkt=232448 data_loss=2.62767 2018-08-15 18:40:34,349 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a4] pkt-size=1024 throughput=1<1896549/2613060<2613060 Kbps loss-rate=2 2018-08-15 18:40:34,350 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a4] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2254804K -p5001 -P5002 -fparse 192.168.1.16 2018-08-15 18:40:37,701 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a4] megabytes=225.5557 real_seconds=1.00 rate_Mbps=1890.1436 tx_cpu=41 rx_cpu=33 drop=1306 pkt=232275 data_loss=0.56227 2018-08-15 18:40:37,701 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a4] pkt-size=1024 throughput=1<1935507/2254804<2254804 Kbps loss-rate=0 2018-08-15 18:40:37,701 DEBUG undershot, min=1935507 kbps=2095155 max=2254804 2018-08-15 18:40:37,702 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a4] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2095155K -p5001 -P5002 -fparse 192.168.1.16 2018-08-15 18:40:41,054 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a4] megabytes=233.4238 real_seconds=1.00 rate_Mbps=1952.4915 tx_cpu=40 rx_cpu=34 drop=2304 pkt=241330 data_loss=0.95471 2018-08-15 18:40:41,055 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a4] pkt-size=1024 throughput=1935507<1999351/2095155<2254804 Kbps loss-rate=0 2018-08-15 18:40:41,055 DEBUG undershot, min=1999351 kbps=2127077 max=2254804 2018-08-15 18:40:41,055 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a4] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2127077K -p5001 -P5002 -fparse 192.168.1.16 2018-08-15 18:40:44,406 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a4] megabytes=245.6123 real_seconds=1.00 rate_Mbps=2058.6038 tx_cpu=45 rx_cpu=34 drop=143 pkt=251650 data_loss=0.05685 2018-08-15 18:40:44,407 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a4] pkt-size=1024 throughput=1999351<2108010/2127077<2254804 Kbps loss-rate=0 2018-08-15 18:40:44,407 DEBUG undershot, min=2108010 kbps=2181407 max=2254804 2018-08-15 18:40:44,407 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a4] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2181407K -p5001 -P5002 -fparse 192.168.1.16 2018-08-15 18:40:47,735 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a4] megabytes=242.8584 real_seconds=1.00 rate_Mbps=2035.7497 tx_cpu=42 rx_cpu=34 drop=905 pkt=249592 data_loss=0.36260 2018-08-15 18:40:47,735 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a4] pkt-size=1024 throughput=2108010<2084607/2181407<2254804 Kbps loss-rate=0 2018-08-15 18:40:47,735 DEBUG undershot, min=2181407 kbps=2218105 max=2254804 2018-08-15 18:40:47,735 INFO [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a4] Measuring UDP Throughput (packet size=8192)... 2018-08-15 18:40:47,736 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a4] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.16 2018-08-15 18:40:51,062 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a4] megabytes=354.6953 real_seconds=1.00 rate_Mbps=2970.1724 tx_cpu=99 rx_cpu=13 drop=30893 pkt=76294 data_loss=40.49205 2018-08-15 18:40:51,063 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a4] pkt-size=8192 throughput=1<3041456/5000000<10000000 Kbps loss-rate=40 2018-08-15 18:40:51,063 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a4] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R4020728K -p5001 -P5002 -fparse 192.168.1.16 2018-08-15 18:40:54,390 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a4] megabytes=356.4453 real_seconds=1.00 rate_Mbps=2985.8013 tx_cpu=99 rx_cpu=13 drop=15726 pkt=61351 data_loss=25.63284 2018-08-15 18:40:54,390 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a4] pkt-size=8192 throughput=1<3057460/4020728<4020728 Kbps loss-rate=25 2018-08-15 18:40:54,391 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a4] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R3539094K -p5001 -P5002 -fparse 192.168.1.16 2018-08-15 18:40:57,717 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a4] megabytes=323.5469 real_seconds=1.00 rate_Mbps=2710.1917 tx_cpu=99 rx_cpu=13 drop=12589 pkt=54003 data_loss=23.31166 2018-08-15 18:40:57,718 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a4] pkt-size=8192 throughput=1<2775236/3539094<3539094 Kbps loss-rate=23 2018-08-15 18:40:57,718 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a4] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R3157165K -p5001 -P5002 -fparse 192.168.1.16 2018-08-15 18:41:01,043 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a4] megabytes=366.1484 real_seconds=1.00 rate_Mbps=3071.3314 tx_cpu=99 rx_cpu=14 drop=1308 pkt=48175 data_loss=2.71511 2018-08-15 18:41:01,043 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a4] pkt-size=8192 throughput=1<3145043/3157165<3157165 Kbps loss-rate=2 2018-08-15 18:41:01,054 INFO { 'az_from': u'nova:overcloud-novacompute-0.opnfvlf.org', 'az_to': u'nova:overcloud-novacompute-1.opnfvlf.org', 'desc': 'VM to VM different network fixed IP (inter-node)', 'distro_id': 'Ubuntu', 'distro_version': '14.04', 'ip_from': u'192.168.2.14', 'ip_to': u'192.168.1.16', 'results': [ { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 947, 'rtt_ms': 0.27, 'throughput_kbps': 6558554, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 39, 'rtt_ms': 0.33, 'throughput_kbps': 6809722, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 82, 'rtt_ms': 0.55, 'throughput_kbps': 6797543, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.73, 'pkt_size': 128, 'protocol': 'UDP', 'throughput_kbps': 273417, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.36, 'pkt_size': 1024, 'protocol': 'UDP', 'throughput_kbps': 2084607, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 2.72, 'pkt_size': 8192, 'protocol': 'UDP', 'throughput_kbps': 3145043, 'tool': 'nuttcp-8.1.4'}, { 'protocol': 'ICMP', 'results': [ { 'packet_size': 64, 'rtt_avg_ms': '0.475', 'rtt_max_ms': '1.225', 'rtt_min_ms': '0.266', 'rtt_stddev': '0.267', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 391, 'rtt_avg_ms': '0.324', 'rtt_max_ms': '0.471', 'rtt_min_ms': '0.153', 'rtt_stddev': '0.096', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 1500, 'rtt_avg_ms': '0.281', 'rtt_max_ms': '0.630', 'rtt_min_ms': '0.188', 'rtt_stddev': '0.123', 'rx_packets': '10', 'tx_packets': '10'}], 'tool': 'ping'}]} 2018-08-15 18:41:01,055 INFO ============================================================ 2018-08-15 18:41:01,055 INFO Flow 6: VM to VM different network floating IP (inter-node) 2018-08-15 18:41:20,198 INFO [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a4] ERROR cmd=ping -c 10 -s 64 172.30.9.210 2018-08-15 18:41:20,198 INFO [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a4] PING 172.30.9.210 (172.30.9.210) 64(92) bytes of data. --- 172.30.9.210 ping statistics --- 10 packets transmitted, 0 received, 100% packet loss, time 9070ms 2018-08-15 18:41:39,314 INFO [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a4] ERROR cmd=ping -c 10 -s 391 172.30.9.210 2018-08-15 18:41:39,314 INFO [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a4] PING 172.30.9.210 (172.30.9.210) 391(419) bytes of data. --- 172.30.9.210 ping statistics --- 10 packets transmitted, 0 received, 100% packet loss, time 9071ms 2018-08-15 18:41:58,430 INFO [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a4] ERROR cmd=ping -c 10 -s 1500 172.30.9.210 2018-08-15 18:41:58,430 INFO [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a4] PING 172.30.9.210 (172.30.9.210) 1500(1528) bytes of data. --- 172.30.9.210 ping statistics --- 10 packets transmitted, 0 received, 100% packet loss, time 9071ms 2018-08-15 18:41:58,431 INFO [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a4] Measuring TCP Throughput (packet size=65536)... 2018-08-15 18:41:58,431 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a4] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 172.30.9.210 2018-08-15 18:42:28,530 INFO [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a4] SSH Error:Timeout executing command "/tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 172.30.9.210" on host 172.30.9.204 2018-08-15 18:42:28,530 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a4] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 172.30.9.210 2018-08-15 18:42:58,569 INFO [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a4] SSH Error:Timeout executing command "/tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 172.30.9.210" on host 172.30.9.204 2018-08-15 18:42:58,570 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a4] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 172.30.9.210 2018-08-15 18:43:28,609 INFO [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a4] SSH Error:Timeout executing command "/tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 172.30.9.210" on host 172.30.9.204 2018-08-15 18:43:28,610 INFO [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a4] Measuring UDP Throughput (packet size=128)... 2018-08-15 18:43:28,610 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a4] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R5000000K -p5001 -P5002 -fparse 172.30.9.210 2018-08-15 18:43:49,639 INFO [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a4] SSH Error:Timeout executing command "/tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R5000000K -p5001 -P5002 -fparse 172.30.9.210" on host 172.30.9.204 2018-08-15 18:43:49,639 INFO [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a4] Measuring UDP Throughput (packet size=1024)... 2018-08-15 18:43:49,640 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a4] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R5000000K -p5001 -P5002 -fparse 172.30.9.210 2018-08-15 18:44:10,667 INFO [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a4] SSH Error:Timeout executing command "/tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R5000000K -p5001 -P5002 -fparse 172.30.9.210" on host 172.30.9.204 2018-08-15 18:44:10,668 INFO [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a4] Measuring UDP Throughput (packet size=8192)... 2018-08-15 18:44:10,668 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a4] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R5000000K -p5001 -P5002 -fparse 172.30.9.210 2018-08-15 18:44:31,693 INFO [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a4] SSH Error:Timeout executing command "/tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R5000000K -p5001 -P5002 -fparse 172.30.9.210" on host 172.30.9.204 2018-08-15 18:44:31,701 INFO { 'az_from': u'nova:overcloud-novacompute-0.opnfvlf.org', 'az_to': u'nova:overcloud-novacompute-1.opnfvlf.org', 'desc': 'VM to VM different network floating IP (inter-node)', 'distro_id': 'Ubuntu', 'distro_version': '14.04', 'ip_from': u'192.168.2.14', 'ip_to': u'172.30.9.210', 'results': [ { 'error': 'Timeout executing command "/tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 172.30.9.210" on host 172.30.9.204', 'protocol': 'TCP', 'tool': 'nuttcp-8.1.4'}, { 'error': 'Timeout executing command "/tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 172.30.9.210" on host 172.30.9.204', 'protocol': 'TCP', 'tool': 'nuttcp-8.1.4'}, { 'error': 'Timeout executing command "/tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 172.30.9.210" on host 172.30.9.204', 'protocol': 'TCP', 'tool': 'nuttcp-8.1.4'}, { 'error': 'Timeout executing command "/tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R5000000K -p5001 -P5002 -fparse 172.30.9.210" on host 172.30.9.204', 'protocol': 'UDP', 'tool': 'nuttcp-8.1.4'}, { 'error': 'Timeout executing command "/tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R5000000K -p5001 -P5002 -fparse 172.30.9.210" on host 172.30.9.204', 'protocol': 'UDP', 'tool': 'nuttcp-8.1.4'}, { 'error': 'Timeout executing command "/tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R5000000K -p5001 -P5002 -fparse 172.30.9.210" on host 172.30.9.204', 'protocol': 'UDP', 'tool': 'nuttcp-8.1.4'}, { 'protocol': 'ICMP', 'results': [ { 'error': 'ping failed', 'packet_size': 64}, { 'error': 'ping failed', 'packet_size': 391}, { 'error': 'ping failed', 'packet_size': 1500}], 'tool': 'ping'}]} 2018-08-15 18:44:31,702 INFO Deleting floating ip 96867900-4fe7-4749-bf1f-601cfcfc9242 2018-08-15 18:44:32,765 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a4] Floating IP 172.30.9.204 deleted 2018-08-15 18:44:33,224 DEBUG [TestClient_3806f8ae-a487-4069-abc4-f3eaff61c28a4] Instance deleted 2018-08-15 18:44:33,338 INFO Cleaning up... 2018-08-15 18:44:33,339 DEBUG [TestServer_3806f8ae-a487-4069-abc4-f3eaff61c28a1] Terminating nuttcp-8.1.4 2018-08-15 19:00:14,735 ERROR [Errno 110] Operation timed out Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/vmtp/vmtp.py", line 1255, in main run_vmtp(opts) File "/usr/lib/python2.7/site-packages/vmtp/vmtp.py", line 1217, in run_vmtp vmtp_instance.run() File "/usr/lib/python2.7/site-packages/vmtp/vmtp.py", line 489, in run self.teardown() File "/usr/lib/python2.7/site-packages/vmtp/vmtp.py", line 446, in teardown self.server.dispose() File "/usr/lib/python2.7/site-packages/vmtp/perf_instance.py", line 106, in dispose self.tp_tool.dispose() File "/usr/lib/python2.7/site-packages/vmtp/perf_tool.py", line 77, in dispose self.instance.ssh.kill_proc(self.pid) File "/usr/lib/python2.7/site-packages/vmtp/sshutils.py", line 384, in kill_proc self.execute(cmd) File "/usr/lib/python2.7/site-packages/vmtp/sshutils.py", line 323, in execute timeout=timeout, raise_on_error=False) File "/usr/lib/python2.7/site-packages/vmtp/sshutils.py", line 241, in run timeout=timeout) File "/usr/lib/python2.7/site-packages/vmtp/sshutils.py", line 247, in _run session = transport.open_session() File "/usr/lib/python2.7/site-packages/paramiko/transport.py", line 767, in open_session timeout=timeout) File "/usr/lib/python2.7/site-packages/paramiko/transport.py", line 891, in open_channel raise e error: [Errno 110] Operation timed out 2018-08-15 19:00:15,147 - functest.opnfv_tests.openstack.vmtp.vmtp - ERROR - Exception when calling ['vmtp_genchart', '-c', '/home/opnfv/functest/results/vmtp/vmtp.html', '/home/opnfv/functest/results/vmtp/vmtp.json'] Error: No such file %s: /home/opnfv/functest/results/vmtp/vmtp.json 2018-08-15 19:00:15,269 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-15 19:00:15,269 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vmtp | functest | 41:22 | FAIL | +-------------------+------------------+------------------+----------------+ 2018-08-15 19:00:15,275 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-15 19:00:15,276 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3be61b0ca14ad846d94983588f4d325b42ed04fd" 2018-08-15 19:00:15,657 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 640 X-Openstack-Request-Id: req-93ee1c56-7f95-4bd0-84e5-abbe5c46bfc5 Date: Wed, 15 Aug 2018 19:00:15 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "fc8ca119-27ab-4070-99fa-a2993d11ee48", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "3ef75223-733d-425d-bb3e-88e8a796bebc", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "4ac96b83261c430488a051413c97cb86", "created_at": "2018-08-15T18:18:53Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-15T18:19:12Z", "revision_number": 4, "routes": [], "project_id": "4ac96b83261c430488a051413c97cb86", "id": "015fce5a-dab8-439e-9d23-8b5492afced5", "name": "vmtp-router_3806f8ae-a487-4069-abc4-f3eaff61c28a"}]} 2018-08-15 19:00:15,658 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-93ee1c56-7f95-4bd0-84e5-abbe5c46bfc5 2018-08-15 19:00:15,658 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.382284879684s 2018-08-15 19:00:15,658 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-93ee1c56-7f95-4bd0-84e5-abbe5c46bfc5 2018-08-15 19:00:15,660 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-15 19:00:15,660 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/routers/015fce5a-dab8-439e-9d23-8b5492afced5.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3be61b0ca14ad846d94983588f4d325b42ed04fd" 2018-08-15 19:00:16,238 - keystoneauth.session - DEBUG - RESP: [409] Content-Type: application/json Content-Length: 129 X-Openstack-Request-Id: req-fca42c4d-ae4e-41b1-82c1-eed816a35dde Date: Wed, 15 Aug 2018 19:00:16 GMT RESP BODY: {"NeutronError": {"message": "Router 015fce5a-dab8-439e-9d23-8b5492afced5 still has ports", "type": "RouterInUse", "detail": ""}} 2018-08-15 19:00:16,238 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/015fce5a-dab8-439e-9d23-8b5492afced5.json used request id req-fca42c4d-ae4e-41b1-82c1-eed816a35dde 2018-08-15 19:00:16,238 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 0.57839179039s 2018-08-15 19:00:16,238 - functest.core.tenantnetwork - ERROR - cannot clean all ressources Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/functest/core/tenantnetwork.py", line 250, in clean self.cloud.delete_router(self.router.id) File "/usr/lib/python2.7/site-packages/shade/openstackcloud.py", line 4410, in delete_router error_message="Error deleting router {0}".format(name_or_id)) File "/usr/lib/python2.7/site-packages/keystoneauth1/adapter.py", line 319, in delete return self.request(url, 'DELETE', **kwargs) File "/usr/lib/python2.7/site-packages/shade/_adapter.py", line 158, in request return self._munch_response(response, error_message=error_message) File "/usr/lib/python2.7/site-packages/shade/_adapter.py", line 114, in _munch_response exc.raise_from_response(response, error_message=error_message) File "/usr/lib/python2.7/site-packages/shade/exc.py", line 165, in raise_from_response raise OpenStackCloudHTTPError(msg, response=response) OpenStackCloudHTTPError: Error deleting router 015fce5a-dab8-439e-9d23-8b5492afced5. (409) Client Error for url: http://172.30.9.27:9696/v2.0/routers/015fce5a-dab8-439e-9d23-8b5492afced5.json Router 015fce5a-dab8-439e-9d23-8b5492afced5 still has ports 2018-08-15 19:00:16,249 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-15 19:00:16,253 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3be61b0ca14ad846d94983588f4d325b42ed04fd" 2018-08-15 19:00:16,942 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1386 Content-Type: application/json X-Openstack-Request-Id: req-da223fb8-4e01-4356-b5a9-14f415451ba8 Date: Wed, 15 Aug 2018 19:00:16 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-15T18:19:01Z", "file": "/v2/images/34f403f3-4454-4f75-9385-941d4838893e/file", "owner": "4ac96b83261c430488a051413c97cb86", "id": "34f403f3-4454-4f75-9385-941d4838893e", "size": 263324160, "self": "/v2/images/34f403f3-4454-4f75-9385-941d4838893e", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/34f403f3-4454-4f75-9385-941d4838893e/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "8a5bc3fdf061a08326c1ce8f48bb660eec107547806d0401c5681e49e710a555", "locations": [{"url": "rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/34f403f3-4454-4f75-9385-941d4838893e/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vmtp-img_3806f8ae-a487-4069-abc4-f3eaff61c28a", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d7ba271c24da7bd727354314039ce602", "name": "vmtp-img_3806f8ae-a487-4069-abc4-f3eaff61c28a", "checksum": "d7ba271c24da7bd727354314039ce602", "created_at": "2018-08-15T18:18:56Z", "os_hidden": false, "protected": false, "os_hash_value": "c7186c493b45e03a3d4fb45863d0be88fa34d1e960098a7303cdc88af5e043f547c4a4c85be80eef584e8ed98e3d8de823928c5fb6aa99a8342e3347b0cef4a5"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-15 19:00:16,942 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-da223fb8-4e01-4356-b5a9-14f415451ba8 2018-08-15 19:00:16,942 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.692672967911s 2018-08-15 19:00:16,943 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-da223fb8-4e01-4356-b5a9-14f415451ba8 2018-08-15 19:00:16,945 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-15 19:00:16,950 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9292/v2/images/34f403f3-4454-4f75-9385-941d4838893e -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3be61b0ca14ad846d94983588f4d325b42ed04fd" 2018-08-15 19:00:17,237 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-e4a036f4-2a73-4830-a1c4-22484281e717 Date: Wed, 15 Aug 2018 19: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-15 19:00:17,238 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/34f403f3-4454-4f75-9385-941d4838893e used request id req-e4a036f4-2a73-4830-a1c4-22484281e717 2018-08-15 19:00:17,238 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.292392015457s 2018-08-15 19:00:17,238 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/34f403f3-4454-4f75-9385-941d4838893e used request id req-e4a036f4-2a73-4830-a1c4-22484281e717 2018-08-15 19:00:17,239 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-15 19:00:17,242 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}73d638039439b43656cb0d8b1e6031c88bc805b8" 2018-08-15 19:00:17,557 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 19: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-3418d6da-27e1-4eb0-be60-e0a60a8d47d0 x-compute-request-id: req-3418d6da-27e1-4eb0-be60-e0a60a8d47d0 Content-Encoding: gzip Content-Length: 306 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vmtp-flavor_3806f8ae-a487-4069-abc4-f3eaff61c28a", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/dd071bb6-6599-4276-b957-8a44bf90e68b", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/dd071bb6-6599-4276-b957-8a44bf90e68b", "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": "dd071bb6-6599-4276-b957-8a44bf90e68b"}]} 2018-08-15 19:00:17,557 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-3418d6da-27e1-4eb0-be60-e0a60a8d47d0 2018-08-15 19:00:17,557 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.318207979202s 2018-08-15 19:00:17,558 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-3418d6da-27e1-4eb0-be60-e0a60a8d47d0 2018-08-15 19:00:17,559 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-15 19:00:17,563 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/flavors/dd071bb6-6599-4276-b957-8a44bf90e68b -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}73d638039439b43656cb0d8b1e6031c88bc805b8" 2018-08-15 19:00:17,594 - keystoneauth.session - DEBUG - RESP: [202] Date: Wed, 15 Aug 2018 19: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-e517a6d7-bd29-4eb5-819a-021c6af9791e x-compute-request-id: req-e517a6d7-bd29-4eb5-819a-021c6af9791e Content-Length: 0 Content-Type: application/json 2018-08-15 19:00:17,594 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/dd071bb6-6599-4276-b957-8a44bf90e68b used request id req-e517a6d7-bd29-4eb5-819a-021c6af9791e 2018-08-15 19:00:17,594 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.034863948822s 2018-08-15 19:00:17,594 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/dd071bb6-6599-4276-b957-8a44bf90e68b used request id req-e517a6d7-bd29-4eb5-819a-021c6af9791e 2018-08-15 19:00:17,595 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-15 19:00:17,599 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}73d638039439b43656cb0d8b1e6031c88bc805b8" 2018-08-15 19:00:17,920 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 19:00:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9009e3d2-c877-4978-8e48-593de9537486 Content-Encoding: gzip Content-Length: 834 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/033f0039d025473a84de241284491a58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "033f0039d025473a84de241284491a58", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/2422d0f285314705b46615565d3917fe"}, "domain_id": "e4bd2a4e6bb349a78f956295c49df949", "enabled": true, "options": {}, "id": "2422d0f285314705b46615565d3917fe", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/2cc8b8ad456045c2a30e4360994a4487"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2cc8b8ad456045c2a30e4360994a4487", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/3c466aad8ead4318838e33dd234eb81d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3c466aad8ead4318838e33dd234eb81d", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/56e811cfd4b242068dd78826118576f4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "56e811cfd4b242068dd78826118576f4", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6fad7e5ef0254b2a9cdb215018bcab91"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6fad7e5ef0254b2a9cdb215018bcab91", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.27:5000/v3/users/7d91ea49860f4c2a8deabf649cf4ed37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d91ea49860f4c2a8deabf649cf4ed37", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/8f968cf4475249f6abf2422d6dd7425f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8f968cf4475249f6abf2422d6dd7425f", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/9482390a0722494f8852b9f0e2b9de56"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9482390a0722494f8852b9f0e2b9de56", "email": "admin@example.com", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.27:5000/v3/users/a36076122cea45c6b3e4aa67c4ca811d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a36076122cea45c6b3e4aa67c4ca811d", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/acda52409b024c95bc0facaa98dbc356"}, "domain_id": "default", "enabled": true, "options": {}, "id": "acda52409b024c95bc0facaa98dbc356", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/b193f8790ad94e46993d7eb01f623f51"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b193f8790ad94e46993d7eb01f623f51", "email": "cinder@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/dba024f1937f490cae2e437356a668d7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dba024f1937f490cae2e437356a668d7", "email": "nova@localhost", "password_expires_at": null}, {"name": "vmtp-user_3806f8ae-a487-4069-abc4-f3eaff61c28a", "links": {"self": "http://172.30.9.27:5000/v3/users/dc838576aa75470181b985ca3c2443b4"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "dc838576aa75470181b985ca3c2443b4", "domain_id": "default", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/e6d2649e935e4b8db8107d76bfb30c3a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e6d2649e935e4b8db8107d76bfb30c3a", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-08-15 19:00:17,920 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-9009e3d2-c877-4978-8e48-593de9537486 2018-08-15 19:00:17,920 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.324661016464s 2018-08-15 19:00:17,921 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-9009e3d2-c877-4978-8e48-593de9537486 2018-08-15 19:00:17,927 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-15 19:00:17,931 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/users/dc838576aa75470181b985ca3c2443b4 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}73d638039439b43656cb0d8b1e6031c88bc805b8" 2018-08-15 19:00:18,131 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 19:00:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6ead438f-74ad-4af3-aab0-e0e52b6df780 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"user": {"name": "vmtp-user_3806f8ae-a487-4069-abc4-f3eaff61c28a", "links": {"self": "http://172.30.9.27:5000/v3/users/dc838576aa75470181b985ca3c2443b4"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "dc838576aa75470181b985ca3c2443b4", "description": null}} 2018-08-15 19:00:18,131 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/dc838576aa75470181b985ca3c2443b4 used request id req-6ead438f-74ad-4af3-aab0-e0e52b6df780 2018-08-15 19:00:18,131 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.204475879669s 2018-08-15 19:00:18,132 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/dc838576aa75470181b985ca3c2443b4 used request id req-6ead438f-74ad-4af3-aab0-e0e52b6df780 2018-08-15 19:00:18,132 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-15 19:00:18,135 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/users/dc838576aa75470181b985ca3c2443b4 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}73d638039439b43656cb0d8b1e6031c88bc805b8" 2018-08-15 19:00:18,404 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 15 Aug 2018 19:00:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2f7dfe0b-2e64-4120-8e04-61514894692b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-15 19:00:18,405 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/dc838576aa75470181b985ca3c2443b4 used request id req-2f7dfe0b-2e64-4120-8e04-61514894692b 2018-08-15 19:00:18,405 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.272477865219s 2018-08-15 19:00:18,405 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/dc838576aa75470181b985ca3c2443b4 used request id req-2f7dfe0b-2e64-4120-8e04-61514894692b 2018-08-15 19:00:18,411 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-15 19:00:18,414 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}73d638039439b43656cb0d8b1e6031c88bc805b8" 2018-08-15 19:00:18,515 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 19:00:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4c536e57-0e27-4654-986a-555eb320594c Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: vmtp", "links": {"self": "http://172.30.9.27:5000/v3/projects/4ac96b83261c430488a051413c97cb86"}, "tags": [], "enabled": true, "id": "4ac96b83261c430488a051413c97cb86", "parent_id": "default", "domain_id": "default", "name": "vmtp-project_3806f8ae-a487-4069-abc4-f3eaff61c28a"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/a3688ea3a7924e1e8a441a00bd79aae5"}, "tags": [], "enabled": true, "id": "a3688ea3a7924e1e8a441a00bd79aae5", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.27:5000/v3/projects/d2c267e1fee9461ba5e64a915b9518f5"}, "tags": [], "enabled": true, "id": "d2c267e1fee9461ba5e64a915b9518f5", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-08-15 19:00:18,515 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects used request id req-4c536e57-0e27-4654-986a-555eb320594c 2018-08-15 19:00:18,515 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.103801012039s 2018-08-15 19:00:18,516 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects used request id req-4c536e57-0e27-4654-986a-555eb320594c 2018-08-15 19:00:18,520 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-15 19:00:18,523 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/projects/4ac96b83261c430488a051413c97cb86 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}73d638039439b43656cb0d8b1e6031c88bc805b8" 2018-08-15 19:00:18,758 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 15 Aug 2018 19:00:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-92cd1438-bf4c-42ae-8078-c51a513bba55 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-15 19:00:18,758 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/4ac96b83261c430488a051413c97cb86 used request id req-92cd1438-bf4c-42ae-8078-c51a513bba55 2018-08-15 19:00:18,759 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.238486051559s 2018-08-15 19:00:18,759 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/4ac96b83261c430488a051413c97cb86 used request id req-92cd1438-bf4c-42ae-8078-c51a513bba55 2018-08-15 19:00:18,759 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-15 19:00:18,760 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3be61b0ca14ad846d94983588f4d325b42ed04fd" 2018-08-15 19:00:18,848 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2093 X-Openstack-Request-Id: req-f1d02326-97d1-4768-aa55-dbbc29f95fd6 Date: Wed, 15 Aug 2018 19:00:18 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"874656f6-a4ad-417f-9ff4-93565f64bc82","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4ac96b83261c430488a051413c97cb86","status":"ACTIVE","subnets":["a8c231fd-c1c9-4dac-8f8f-c8e674e6a966"],"description":"","tags":[],"updated_at":"2018-08-15T18:19:08Z","provider:segmentation_id":76,"name":"pns-internal-net_3806f8ae-a487-4069-abc4-f3eaff61c28a","admin_state_up":true,"tenant_id":"4ac96b83261c430488a051413c97cb86","created_at":"2018-08-15T18:19:07Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"f6e52674-b6d9-4ff8-bbed-406575a48784","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4ac96b83261c430488a051413c97cb86","status":"ACTIVE","subnets":["12cc4835-0898-4995-a1f1-d7b21b9b7394"],"description":"","tags":[],"updated_at":"2018-08-15T18:19:09Z","provider:segmentation_id":62,"name":"pns-internal-net2_3806f8ae-a487-4069-abc4-f3eaff61c28a","admin_state_up":true,"tenant_id":"4ac96b83261c430488a051413c97cb86","created_at":"2018-08-15T18:19:08Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"fc8ca119-27ab-4070-99fa-a2993d11ee48","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d2c267e1fee9461ba5e64a915b9518f5","status":"ACTIVE","subnets":["3ef75223-733d-425d-bb3e-88e8a796bebc"],"description":"","tags":[],"updated_at":"2018-08-15T17:41:36Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"d2c267e1fee9461ba5e64a915b9518f5","created_at":"2018-08-15T17:16:26Z","provider:network_type":"flat"}]} 2018-08-15 19:00:18,848 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-f1d02326-97d1-4768-aa55-dbbc29f95fd6 2018-08-15 19:00:18,848 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0888140201569s 2018-08-15 19:00:18,849 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-f1d02326-97d1-4768-aa55-dbbc29f95fd6 2018-08-15 19:00:18,850 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-15 19:00:18,851 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/networks/874656f6-a4ad-417f-9ff4-93565f64bc82.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3be61b0ca14ad846d94983588f4d325b42ed04fd" 2018-08-15 19:00:18,962 - keystoneauth.session - DEBUG - RESP: [409] Content-Type: application/json Content-Length: 205 X-Openstack-Request-Id: req-c237c6ed-69c3-4448-a7e3-fdd6bf9ae2cb Date: Wed, 15 Aug 2018 19:00:18 GMT RESP BODY: {"NeutronError": {"message": "Unable to complete operation on network 874656f6-a4ad-417f-9ff4-93565f64bc82. There are one or more ports still in use on the network.", "type": "NetworkInUse", "detail": ""}} 2018-08-15 19:00:18,962 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/874656f6-a4ad-417f-9ff4-93565f64bc82.json used request id req-c237c6ed-69c3-4448-a7e3-fdd6bf9ae2cb 2018-08-15 19:00:18,962 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 0.111913919449s 2018-08-15 19:00:18,963 - xtesting.ci.run_tests - ERROR - The test case 'vmtp' failed. 2018-08-15 19:00:19,024 - xtesting.ci.run_tests - INFO - Loading test case 'shaker'... 2018-08-15 19:00:19,112 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-15 19:00:19,112 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-15 19:00:19,112 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-15 19:00:19,112 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-15 19:00:19,112 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-15 19:00:19,112 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-15 19:00:19,113 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-15 19:00:19,113 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-15 19:00:19,113 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-15 19:00:19,113 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-15 19:00:19,113 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-15 19:00:19,113 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-15 19:00:19,113 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-15 19:00:19,113 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-15 19:00:19,113 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-15 19:00:19,113 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-15 19:00:19,113 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-15 19:00:19,113 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-15 19:00:19,113 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-15 19:00:19,113 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-15 19:00:19,113 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-15 19:00:19,113 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-15 19:00:19,114 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-15 19:00:19,114 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-15 19:00:19,114 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-15 19:00:19,115 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-15 19:00:19,120 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 19:00:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-37e58496-394a-40af-b72c-753f1117469c Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-08-15 19:00:19,120 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-37e58496-394a-40af-b72c-753f1117469c 2018-08-15 19:00:19,120 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-08-15 19:00:19,513 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "16212b6aa60a4fd1b8194c834bae86bf", "name": "member"}, {"id": "eeb4436830d24515952401292b7cfc55", "name": "reader"}, {"id": "382a39dc50214187b99e809cf7222e3c", "name": "admin"}], "expires_at": "2018-08-15T20:00:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3688ea3a7924e1e8a441a00bd79aae5", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.37:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "54e3c320cc3142e9824c171afe58d5c6"}, {"url": "http://172.30.9.27:8080/v1/AUTH_a3688ea3a7924e1e8a441a00bd79aae5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d00250537b54114937846660f377ed1"}, {"url": "http://12.0.0.37:8080/v1/AUTH_a3688ea3a7924e1e8a441a00bd79aae5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c790cb26fd2345ae9bac8a014d10a446"}], "type": "object-store", "id": "17183633b8774ff6a53da32b47c89b3c", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94631698a9884eb1bf4cb245c6f37b80"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c23f2a003e874719a2f1c41f92405a45"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e97257b46cb8440080352cd841246c5d"}], "type": "cloudformation", "id": "2dec96c2934d43bdbe2e431ef0b53392", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "287c0315393e4b22a228912ca3b004cc"}, {"url": "http://192.30.9.3:8776/v3/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62769da517ac4f44b88a6118413b8c30"}, {"url": "http://192.30.9.3:8776/v3/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c0b30400cd648249ab0a6a17cf1ebc1"}], "type": "volumev3", "id": "363b885c3f174fbfb4f17da9d41f332d", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d6cb188f65e4f77bab04c3d99f9469f"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70f7ced028794432bef835264c84489c"}, {"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77dd5cfb1dac4b31b21d705ba420c355"}], "type": "network", "id": "51b7a44223114d149d5300ae5b6d97ae", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19071864a1b848cc93bca3b1e1955c3f"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bc0345e40a36459fbc009797a6517deb"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5c7966f4757438480f39866a31a0265"}], "type": "image", "id": "5540e06daad441aa911fd4cb4d76f8d3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "68ad1d76386d437089226a0562004a39", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "03f40cbac74c4aafb48b4dd360509f6a"}, {"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18ed3fa9a0894200abaf76b71abfd912"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3d96a0aa5c344cb8ba659332ed497e85"}], "type": "identity", "id": "8096ce39bbf24c1683621ee563324790", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f60ea793ee64fc9a3d9a2d2ad889bd0"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7c9770175fc45379f2c2d142062b2c3"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e944b22c50da41179f2e29ce558807c1"}], "type": "compute", "id": "b3040d5c7e224dbca86f421bddd758e1", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5aad7caa3e6f4a35b9abdf5d46190371"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8b8b8bcfb3b40e5be77e13a4d2dda19"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d33016e2f5be49c28efb9905db488d41"}], "type": "placement", "id": "bb3127ed06e54fda901ea2348ddb72da", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "576142509dfd46c591c5e83bed8ffcc7"}, {"url": "http://192.30.9.3:8776/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cabe2973ef9144da9850a630dd2aedd5"}, {"url": "http://172.30.9.27:8776/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eb71f3f602d443c9a8605a7ff2e8aa8e"}], "type": "volume", "id": "becfeedd42e344c085611f3c7c465a3f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.3:8004/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "156b8e560e534c82a1d320da86608a19"}, {"url": "http://192.30.9.3:8004/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59154cecf6a54eb08ecc63bf95dca042"}, {"url": "http://172.30.9.27:8004/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f3aa5c8697e449f99c2cfbe2a371cab7"}], "type": "orchestration", "id": "c4334130b6d54a75804fe3f11a3b9e3e", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "39db2ebb65ae42659440fd9845949a6c"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ad23d2a65e74e3c87b1488af1f9f9ac"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d07664cbebb49149819cf7a6b20edb4"}], "type": "alarming", "id": "d878aa5c6b584d53a039f6a680fb6e8b", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e2bb44b06c0412ab74e54984b5b26b5"}, {"url": "http://192.30.9.3:8776/v2/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86bcb5a76e6c464bb4d42c969584d6f2"}, {"url": "http://172.30.9.27:8776/v2/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a391eed816af4966b335005bfe580d70"}], "type": "volumev2", "id": "e16298e148f54e96a50a134ca797deff", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b54cb5b666f74b91b0244b5332fdb3e5"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcc892608bd341e084be203695f810d1"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e980066294c34eb6866e6c4735e84a62"}], "type": "metric", "id": "f3a07a22777a4405b7eaf44da2e73e19", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.27:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1f66095afa4b74b4f26d432f5bfa55"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8dd5f30cc334148a7ed9d5ab68eee9b"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bfe7dd54acd947899871700a40dd0244"}], "type": "event", "id": "f6e223543cae4d9bad10258b0a294f12", "name": "panko"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "9482390a0722494f8852b9f0e2b9de56"}, "audit_ids": ["6rpgJZn4RkeUPPfd_dMKgw"], "issued_at": "2018-08-15T19:00:19.000000Z"}} 2018-08-15 19:00:19,516 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-15 19:00:19,517 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dfba6920bea3caee55ce6cfd1ce3de498a4d530f" 2018-08-15 19:00:19,939 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-c11b8f28-c3cd-4ce2-9b09-6208a03b3525 Date: Wed, 15 Aug 2018 19:00:19 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"fc8ca119-27ab-4070-99fa-a2993d11ee48","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d2c267e1fee9461ba5e64a915b9518f5","status":"ACTIVE","subnets":["3ef75223-733d-425d-bb3e-88e8a796bebc"],"description":"","tags":[],"updated_at":"2018-08-15T17:41:36Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"d2c267e1fee9461ba5e64a915b9518f5","created_at":"2018-08-15T17:16:26Z","provider:network_type":"flat"}]} 2018-08-15 19:00:19,939 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json?router%3Aexternal=True used request id req-c11b8f28-c3cd-4ce2-9b09-6208a03b3525 2018-08-15 19:00:19,939 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.422950029373s 2018-08-15 19:00:19,940 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json?router%3Aexternal=True used request id req-c11b8f28-c3cd-4ce2-9b09-6208a03b3525 2018-08-15 19:00:19,945 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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-15 19:00:19,950 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 15 Aug 2018 19:00:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9c17270c-c35c-41d8-95da-c7417cb99e49 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.27:5000/v3/", "rel": "self"}]}]}} 2018-08-15 19:00:19,950 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/ used request id req-9c17270c-c35c-41d8-95da-c7417cb99e49 2018-08-15 19:00:19,951 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-15 19:00:19,954 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}dfba6920bea3caee55ce6cfd1ce3de498a4d530f" 2018-08-15 19:00:20,139 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 19:00:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9d5a9a00-5884-4b0d-b067-234e68ed149f Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}, {"description": "", "links": {"self": "http://172.30.9.27:5000/v3/domains/e4bd2a4e6bb349a78f956295c49df949"}, "tags": [], "enabled": true, "id": "e4bd2a4e6bb349a78f956295c49df949", "name": "heat_stack"}], "links": {"self": "http://172.30.9.27:5000/v3/domains", "previous": null, "next": null}} 2018-08-15 19:00:20,140 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains used request id req-9d5a9a00-5884-4b0d-b067-234e68ed149f 2018-08-15 19:00:20,140 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.188045978546s 2018-08-15 19:00:20,140 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains used request id req-9d5a9a00-5884-4b0d-b067-234e68ed149f 2018-08-15 19:00:20,148 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-15 19:00:20,152 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}dfba6920bea3caee55ce6cfd1ce3de498a4d530f" -d '{"project": {"description": "Created by OPNFV Functest: shaker", "enabled": true, "domain_id": "default", "name": "shaker-project_36d32c75-903a-4f4f-bb63-599294d5c81b"}}' 2018-08-15 19:00:20,440 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 15 Aug 2018 19:00:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0ce3ff3b-68d9-4ec6-ac6e-9760e36662fc 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.27:5000/v3/projects/2ff455dc5ba24586842b7253195c0fb0"}, "tags": [], "enabled": true, "id": "2ff455dc5ba24586842b7253195c0fb0", "parent_id": "default", "domain_id": "default", "name": "shaker-project_36d32c75-903a-4f4f-bb63-599294d5c81b"}} 2018-08-15 19:00:20,440 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-0ce3ff3b-68d9-4ec6-ac6e-9760e36662fc 2018-08-15 19:00:20,441 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.292254924774s 2018-08-15 19:00:20,441 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-0ce3ff3b-68d9-4ec6-ac6e-9760e36662fc 2018-08-15 19:00:20,442 - 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'2ff455dc5ba24586842b7253195c0fb0', '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_36d32c75-903a-4f4f-bb63-599294d5c81b'}) 2018-08-15 19:00:20,449 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-15 19:00:20,452 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}dfba6920bea3caee55ce6cfd1ce3de498a4d530f" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "bfbc49af-df16-4a1c-a37a-f8b8dfc96cd2", "email": null, "name": "shaker-user_36d32c75-903a-4f4f-bb63-599294d5c81b"}}' 2018-08-15 19:00:20,853 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 15 Aug 2018 19:00:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3ad3a188-1ad7-4a74-a993-29c9278f5903 Content-Length: 321 Content-Type: application/json RESP BODY: {"user": {"name": "shaker-user_36d32c75-903a-4f4f-bb63-599294d5c81b", "links": {"self": "http://172.30.9.27:5000/v3/users/09792f3cb31a438483ec79592faf3c45"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "09792f3cb31a438483ec79592faf3c45", "domain_id": "default", "password_expires_at": null}} 2018-08-15 19:00:20,854 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/users used request id req-3ad3a188-1ad7-4a74-a993-29c9278f5903 2018-08-15 19:00:20,854 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.404902935028s 2018-08-15 19:00:20,854 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/users used request id req-3ad3a188-1ad7-4a74-a993-29c9278f5903 2018-08-15 19:00:20,855 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'09792f3cb31a438483ec79592faf3c45', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'shaker-user_36d32c75-903a-4f4f-bb63-599294d5c81b'}) 2018-08-15 19:00:20,859 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-15 19:00:20,862 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}dfba6920bea3caee55ce6cfd1ce3de498a4d530f" 2018-08-15 19:00:21,031 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 19:00:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dec93d68-093a-47ab-a8ff-79dc15ea583a Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "021fd4a1fb8b483eb2264cbf5b321379", "links": {"self": "http://172.30.9.27:5000/v3/roles/021fd4a1fb8b483eb2264cbf5b321379"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "16212b6aa60a4fd1b8194c834bae86bf", "links": {"self": "http://172.30.9.27:5000/v3/roles/16212b6aa60a4fd1b8194c834bae86bf"}, "name": "member"}, {"domain_id": null, "id": "1c1e1015ce2644848f1430e3bb28531b", "links": {"self": "http://172.30.9.27:5000/v3/roles/1c1e1015ce2644848f1430e3bb28531b"}, "name": "swiftoperator"}, {"domain_id": null, "id": "382a39dc50214187b99e809cf7222e3c", "links": {"self": "http://172.30.9.27:5000/v3/roles/382a39dc50214187b99e809cf7222e3c"}, "name": "admin"}, {"domain_id": null, "id": "9aed22da25b945dda36dee6e40a0785d", "links": {"self": "http://172.30.9.27:5000/v3/roles/9aed22da25b945dda36dee6e40a0785d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "eeb4436830d24515952401292b7cfc55", "links": {"self": "http://172.30.9.27:5000/v3/roles/eeb4436830d24515952401292b7cfc55"}, "name": "reader"}]} 2018-08-15 19:00:21,031 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-dec93d68-093a-47ab-a8ff-79dc15ea583a 2018-08-15 19:00:21,031 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.17183303833s 2018-08-15 19:00:21,032 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-dec93d68-093a-47ab-a8ff-79dc15ea583a 2018-08-15 19:00:21,036 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-15 19:00:21,040 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}dfba6920bea3caee55ce6cfd1ce3de498a4d530f" 2018-08-15 19:00:21,222 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 19:00:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0739ff36-434c-4a51-ab2e-b70b6ab9d596 Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "021fd4a1fb8b483eb2264cbf5b321379", "links": {"self": "http://172.30.9.27:5000/v3/roles/021fd4a1fb8b483eb2264cbf5b321379"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "16212b6aa60a4fd1b8194c834bae86bf", "links": {"self": "http://172.30.9.27:5000/v3/roles/16212b6aa60a4fd1b8194c834bae86bf"}, "name": "member"}, {"domain_id": null, "id": "1c1e1015ce2644848f1430e3bb28531b", "links": {"self": "http://172.30.9.27:5000/v3/roles/1c1e1015ce2644848f1430e3bb28531b"}, "name": "swiftoperator"}, {"domain_id": null, "id": "382a39dc50214187b99e809cf7222e3c", "links": {"self": "http://172.30.9.27:5000/v3/roles/382a39dc50214187b99e809cf7222e3c"}, "name": "admin"}, {"domain_id": null, "id": "9aed22da25b945dda36dee6e40a0785d", "links": {"self": "http://172.30.9.27:5000/v3/roles/9aed22da25b945dda36dee6e40a0785d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "eeb4436830d24515952401292b7cfc55", "links": {"self": "http://172.30.9.27:5000/v3/roles/eeb4436830d24515952401292b7cfc55"}, "name": "reader"}]} 2018-08-15 19:00:21,223 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-0739ff36-434c-4a51-ab2e-b70b6ab9d596 2018-08-15 19:00:21,223 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.186300992966s 2018-08-15 19:00:21,223 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-0739ff36-434c-4a51-ab2e-b70b6ab9d596 2018-08-15 19:00:21,229 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-15 19:00:21,231 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}dfba6920bea3caee55ce6cfd1ce3de498a4d530f" 2018-08-15 19:00:21,331 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 19:00:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4481380b-e6ea-4ce4-86ff-12cfdcb741ef Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "021fd4a1fb8b483eb2264cbf5b321379", "links": {"self": "http://172.30.9.27:5000/v3/roles/021fd4a1fb8b483eb2264cbf5b321379"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "16212b6aa60a4fd1b8194c834bae86bf", "links": {"self": "http://172.30.9.27:5000/v3/roles/16212b6aa60a4fd1b8194c834bae86bf"}, "name": "member"}, {"domain_id": null, "id": "1c1e1015ce2644848f1430e3bb28531b", "links": {"self": "http://172.30.9.27:5000/v3/roles/1c1e1015ce2644848f1430e3bb28531b"}, "name": "swiftoperator"}, {"domain_id": null, "id": "382a39dc50214187b99e809cf7222e3c", "links": {"self": "http://172.30.9.27:5000/v3/roles/382a39dc50214187b99e809cf7222e3c"}, "name": "admin"}, {"domain_id": null, "id": "9aed22da25b945dda36dee6e40a0785d", "links": {"self": "http://172.30.9.27:5000/v3/roles/9aed22da25b945dda36dee6e40a0785d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "eeb4436830d24515952401292b7cfc55", "links": {"self": "http://172.30.9.27:5000/v3/roles/eeb4436830d24515952401292b7cfc55"}, "name": "reader"}]} 2018-08-15 19:00:21,332 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-4481380b-e6ea-4ce4-86ff-12cfdcb741ef 2018-08-15 19:00:21,332 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.103000879288s 2018-08-15 19:00:21,332 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-4481380b-e6ea-4ce4-86ff-12cfdcb741ef 2018-08-15 19:00:21,337 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-15 19:00:21,340 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}dfba6920bea3caee55ce6cfd1ce3de498a4d530f" 2018-08-15 19:00:21,451 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 19:00:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ad7bf04f-c033-42a6-b97c-93d0f1d1bb72 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-15 19:00:21,451 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-ad7bf04f-c033-42a6-b97c-93d0f1d1bb72 2018-08-15 19:00:21,451 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.113717079163s 2018-08-15 19:00:21,451 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-ad7bf04f-c033-42a6-b97c-93d0f1d1bb72 2018-08-15 19:00:21,452 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-15 19:00:21,455 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}dfba6920bea3caee55ce6cfd1ce3de498a4d530f" 2018-08-15 19:00:21,578 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 19:00:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ddcb6274-d2b6-47a8-ae88-1da52013a107 Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/033f0039d025473a84de241284491a58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "033f0039d025473a84de241284491a58", "email": "glance@localhost", "password_expires_at": null}, {"name": "shaker-user_36d32c75-903a-4f4f-bb63-599294d5c81b", "links": {"self": "http://172.30.9.27:5000/v3/users/09792f3cb31a438483ec79592faf3c45"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "09792f3cb31a438483ec79592faf3c45", "domain_id": "default", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/2422d0f285314705b46615565d3917fe"}, "domain_id": "e4bd2a4e6bb349a78f956295c49df949", "enabled": true, "options": {}, "id": "2422d0f285314705b46615565d3917fe", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/2cc8b8ad456045c2a30e4360994a4487"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2cc8b8ad456045c2a30e4360994a4487", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/3c466aad8ead4318838e33dd234eb81d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3c466aad8ead4318838e33dd234eb81d", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/56e811cfd4b242068dd78826118576f4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "56e811cfd4b242068dd78826118576f4", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6fad7e5ef0254b2a9cdb215018bcab91"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6fad7e5ef0254b2a9cdb215018bcab91", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.27:5000/v3/users/7d91ea49860f4c2a8deabf649cf4ed37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d91ea49860f4c2a8deabf649cf4ed37", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/8f968cf4475249f6abf2422d6dd7425f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8f968cf4475249f6abf2422d6dd7425f", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/9482390a0722494f8852b9f0e2b9de56"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9482390a0722494f8852b9f0e2b9de56", "email": "admin@example.com", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.27:5000/v3/users/a36076122cea45c6b3e4aa67c4ca811d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a36076122cea45c6b3e4aa67c4ca811d", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/acda52409b024c95bc0facaa98dbc356"}, "domain_id": "default", "enabled": true, "options": {}, "id": "acda52409b024c95bc0facaa98dbc356", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/b193f8790ad94e46993d7eb01f623f51"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b193f8790ad94e46993d7eb01f623f51", "email": "cinder@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/dba024f1937f490cae2e437356a668d7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dba024f1937f490cae2e437356a668d7", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/e6d2649e935e4b8db8107d76bfb30c3a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e6d2649e935e4b8db8107d76bfb30c3a", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-08-15 19:00:21,578 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-ddcb6274-d2b6-47a8-ae88-1da52013a107 2018-08-15 19:00:21,579 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.126277923584s 2018-08-15 19:00:21,579 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-ddcb6274-d2b6-47a8-ae88-1da52013a107 2018-08-15 19:00:21,592 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-15 19:00:21,596 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dfba6920bea3caee55ce6cfd1ce3de498a4d530f" 2018-08-15 19:00:21,712 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 19:00:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b83c427e-146c-4508-8fbf-bb480cb1e5be Content-Encoding: gzip Content-Length: 392 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/a3688ea3a7924e1e8a441a00bd79aae5"}, "tags": [], "enabled": true, "id": "a3688ea3a7924e1e8a441a00bd79aae5", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.27:5000/v3/projects/d2c267e1fee9461ba5e64a915b9518f5"}, "tags": [], "enabled": true, "id": "d2c267e1fee9461ba5e64a915b9518f5", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: shaker", "links": {"self": "http://172.30.9.27:5000/v3/projects/2ff455dc5ba24586842b7253195c0fb0"}, "tags": [], "enabled": true, "id": "2ff455dc5ba24586842b7253195c0fb0", "parent_id": "default", "domain_id": "default", "name": "shaker-project_36d32c75-903a-4f4f-bb63-599294d5c81b"}]} 2018-08-15 19:00:21,712 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-b83c427e-146c-4508-8fbf-bb480cb1e5be 2018-08-15 19:00:21,712 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.120419025421s 2018-08-15 19:00:21,713 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-b83c427e-146c-4508-8fbf-bb480cb1e5be 2018-08-15 19:00:21,721 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-15 19:00:21,724 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:5000/v3/role_assignments?user.id=09792f3cb31a438483ec79592faf3c45&role.id=16212b6aa60a4fd1b8194c834bae86bf&scope.project.id=2ff455dc5ba24586842b7253195c0fb0" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dfba6920bea3caee55ce6cfd1ce3de498a4d530f" 2018-08-15 19:00:21,915 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 19:00:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-634670e4-2e35-4e7d-b7d7-adf41276be1c Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.27:5000/v3/role_assignments?user.id=09792f3cb31a438483ec79592faf3c45&role.id=16212b6aa60a4fd1b8194c834bae86bf&scope.project.id=2ff455dc5ba24586842b7253195c0fb0", "previous": null, "next": null}} 2018-08-15 19:00:21,916 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=09792f3cb31a438483ec79592faf3c45&role.id=16212b6aa60a4fd1b8194c834bae86bf&scope.project.id=2ff455dc5ba24586842b7253195c0fb0 used request id req-634670e4-2e35-4e7d-b7d7-adf41276be1c 2018-08-15 19:00:21,916 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.194723844528s 2018-08-15 19:00:21,916 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=09792f3cb31a438483ec79592faf3c45&role.id=16212b6aa60a4fd1b8194c834bae86bf&scope.project.id=2ff455dc5ba24586842b7253195c0fb0 used request id req-634670e4-2e35-4e7d-b7d7-adf41276be1c 2018-08-15 19:00:21,920 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-15 19:00:21,924 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:5000/v3/projects/2ff455dc5ba24586842b7253195c0fb0/users/09792f3cb31a438483ec79592faf3c45/roles/16212b6aa60a4fd1b8194c834bae86bf -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dfba6920bea3caee55ce6cfd1ce3de498a4d530f" 2018-08-15 19:00:22,076 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 15 Aug 2018 19:00:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-769e8920-7f6d-4c61-b08b-11001dc9d34d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-15 19:00:22,076 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/2ff455dc5ba24586842b7253195c0fb0/users/09792f3cb31a438483ec79592faf3c45/roles/16212b6aa60a4fd1b8194c834bae86bf used request id req-769e8920-7f6d-4c61-b08b-11001dc9d34d 2018-08-15 19:00:22,076 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.156011104584s 2018-08-15 19:00:22,077 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/2ff455dc5ba24586842b7253195c0fb0/users/09792f3cb31a438483ec79592faf3c45/roles/16212b6aa60a4fd1b8194c834bae86bf used request id req-769e8920-7f6d-4c61-b08b-11001dc9d34d 2018-08-15 19:00:22,077 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'shaker-project_36d32c75-903a-4f4f-bb63-599294d5c81b', 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'2ff455dc5ba24586842b7253195c0fb0', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': 'bfbc49af-df16-4a1c-a37a-f8b8dfc96cd2', 'username': u'shaker-user_36d32c75-903a-4f4f-bb63-599294d5c81b', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.27:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-08-15 19:00:22,079 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-15 19:00:22,079 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-15 19:00:22,079 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-15 19:00:22,079 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-15 19:00:22,079 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-15 19:00:22,079 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-15 19:00:22,079 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-15 19:00:22,080 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-15 19:00:22,080 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-15 19:00:22,080 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-15 19:00:22,080 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-15 19:00:22,080 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-15 19:00:22,080 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-15 19:00:22,080 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-15 19:00:22,080 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-15 19:00:22,080 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-15 19:00:22,081 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-15 19:00:22,081 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-15 19:00:22,081 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-15 19:00:22,081 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-15 19:00:22,081 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-15 19:00:22,081 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-15 19:00:22,082 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-15 19:00:22,082 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-15 19:00:22,082 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-15 19:00:22,083 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'shaker-user_36d32c75-903a-4f4f-bb63-599294d5c81b', 'password': 'bfbc49af-df16-4a1c-a37a-f8b8dfc96cd2', 'project_name': 'shaker-project_36d32c75-903a-4f4f-bb63-599294d5c81b', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.27:5000/v3', 'project_id': '2ff455dc5ba24586842b7253195c0fb0', 'project_domain_name': 'Default'} 2018-08-15 19:00:22,084 - xtesting.ci.run_tests - INFO - Running test case 'shaker'... 2018-08-15 19:00:22,085 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-15 19:00:22,091 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 19:00:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6f1c5aa9-0dea-47f1-82a3-a9466ebff8e9 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-08-15 19:00:22,091 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-6f1c5aa9-0dea-47f1-82a3-a9466ebff8e9 2018-08-15 19:00:22,091 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-08-15 19:00:22,491 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "16212b6aa60a4fd1b8194c834bae86bf", "name": "member"}, {"id": "eeb4436830d24515952401292b7cfc55", "name": "reader"}], "expires_at": "2018-08-15T20:00:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2ff455dc5ba24586842b7253195c0fb0", "name": "shaker-project_36d32c75-903a-4f4f-bb63-599294d5c81b"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.37:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "54e3c320cc3142e9824c171afe58d5c6"}, {"url": "http://172.30.9.27:8080/v1/AUTH_2ff455dc5ba24586842b7253195c0fb0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d00250537b54114937846660f377ed1"}, {"url": "http://12.0.0.37:8080/v1/AUTH_2ff455dc5ba24586842b7253195c0fb0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c790cb26fd2345ae9bac8a014d10a446"}], "type": "object-store", "id": "17183633b8774ff6a53da32b47c89b3c", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94631698a9884eb1bf4cb245c6f37b80"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c23f2a003e874719a2f1c41f92405a45"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e97257b46cb8440080352cd841246c5d"}], "type": "cloudformation", "id": "2dec96c2934d43bdbe2e431ef0b53392", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/2ff455dc5ba24586842b7253195c0fb0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "287c0315393e4b22a228912ca3b004cc"}, {"url": "http://192.30.9.3:8776/v3/2ff455dc5ba24586842b7253195c0fb0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62769da517ac4f44b88a6118413b8c30"}, {"url": "http://192.30.9.3:8776/v3/2ff455dc5ba24586842b7253195c0fb0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c0b30400cd648249ab0a6a17cf1ebc1"}], "type": "volumev3", "id": "363b885c3f174fbfb4f17da9d41f332d", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d6cb188f65e4f77bab04c3d99f9469f"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70f7ced028794432bef835264c84489c"}, {"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77dd5cfb1dac4b31b21d705ba420c355"}], "type": "network", "id": "51b7a44223114d149d5300ae5b6d97ae", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19071864a1b848cc93bca3b1e1955c3f"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bc0345e40a36459fbc009797a6517deb"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5c7966f4757438480f39866a31a0265"}], "type": "image", "id": "5540e06daad441aa911fd4cb4d76f8d3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "68ad1d76386d437089226a0562004a39", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "03f40cbac74c4aafb48b4dd360509f6a"}, {"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18ed3fa9a0894200abaf76b71abfd912"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3d96a0aa5c344cb8ba659332ed497e85"}], "type": "identity", "id": "8096ce39bbf24c1683621ee563324790", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f60ea793ee64fc9a3d9a2d2ad889bd0"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7c9770175fc45379f2c2d142062b2c3"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e944b22c50da41179f2e29ce558807c1"}], "type": "compute", "id": "b3040d5c7e224dbca86f421bddd758e1", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5aad7caa3e6f4a35b9abdf5d46190371"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8b8b8bcfb3b40e5be77e13a4d2dda19"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d33016e2f5be49c28efb9905db488d41"}], "type": "placement", "id": "bb3127ed06e54fda901ea2348ddb72da", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/2ff455dc5ba24586842b7253195c0fb0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "576142509dfd46c591c5e83bed8ffcc7"}, {"url": "http://192.30.9.3:8776/v1/2ff455dc5ba24586842b7253195c0fb0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cabe2973ef9144da9850a630dd2aedd5"}, {"url": "http://172.30.9.27:8776/v1/2ff455dc5ba24586842b7253195c0fb0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eb71f3f602d443c9a8605a7ff2e8aa8e"}], "type": "volume", "id": "becfeedd42e344c085611f3c7c465a3f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.3:8004/v1/2ff455dc5ba24586842b7253195c0fb0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "156b8e560e534c82a1d320da86608a19"}, {"url": "http://192.30.9.3:8004/v1/2ff455dc5ba24586842b7253195c0fb0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59154cecf6a54eb08ecc63bf95dca042"}, {"url": "http://172.30.9.27:8004/v1/2ff455dc5ba24586842b7253195c0fb0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f3aa5c8697e449f99c2cfbe2a371cab7"}], "type": "orchestration", "id": "c4334130b6d54a75804fe3f11a3b9e3e", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "39db2ebb65ae42659440fd9845949a6c"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ad23d2a65e74e3c87b1488af1f9f9ac"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d07664cbebb49149819cf7a6b20edb4"}], "type": "alarming", "id": "d878aa5c6b584d53a039f6a680fb6e8b", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/2ff455dc5ba24586842b7253195c0fb0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e2bb44b06c0412ab74e54984b5b26b5"}, {"url": "http://192.30.9.3:8776/v2/2ff455dc5ba24586842b7253195c0fb0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86bcb5a76e6c464bb4d42c969584d6f2"}, {"url": "http://172.30.9.27:8776/v2/2ff455dc5ba24586842b7253195c0fb0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a391eed816af4966b335005bfe580d70"}], "type": "volumev2", "id": "e16298e148f54e96a50a134ca797deff", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b54cb5b666f74b91b0244b5332fdb3e5"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcc892608bd341e084be203695f810d1"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e980066294c34eb6866e6c4735e84a62"}], "type": "metric", "id": "f3a07a22777a4405b7eaf44da2e73e19", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.27:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1f66095afa4b74b4f26d432f5bfa55"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8dd5f30cc334148a7ed9d5ab68eee9b"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bfe7dd54acd947899871700a40dd0244"}], "type": "event", "id": "f6e223543cae4d9bad10258b0a294f12", "name": "panko"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "shaker-user_36d32c75-903a-4f4f-bb63-599294d5c81b", "id": "09792f3cb31a438483ec79592faf3c45"}, "audit_ids": ["TcTIsbEmTySVtSNryOBh5Q"], "issued_at": "2018-08-15T19:00:22.000000Z"}} 2018-08-15 19:00:22,495 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-15 19:00:22,496 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4b89feb68875fb64721c435964706bdca37986cb" -d '{"network": {"name": "shaker-net_36d32c75-903a-4f4f-bb63-599294d5c81b", "admin_state_up": true}}' 2018-08-15 19:00:23,140 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 584 X-Openstack-Request-Id: req-2d8656c3-7f08-4f3f-a38d-b7a782e6d98e Date: Wed, 15 Aug 2018 19:00:23 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"2ff455dc5ba24586842b7253195c0fb0","created_at":"2018-08-15T19:00:22Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-15T19:00:23Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"2ff455dc5ba24586842b7253195c0fb0","id":"e2c4fd7f-9c15-4e06-81fe-aaf4e593c16c","name":"shaker-net_36d32c75-903a-4f4f-bb63-599294d5c81b"}} 2018-08-15 19:00:23,140 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-2d8656c3-7f08-4f3f-a38d-b7a782e6d98e 2018-08-15 19:00:23,140 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.645200967789s 2018-08-15 19:00:23,140 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-2d8656c3-7f08-4f3f-a38d-b7a782e6d98e 2018-08-15 19:00:23,141 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-15T19:00:23Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'e2c4fd7f-9c15-4e06-81fe-aaf4e593c16c', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'shaker-net_36d32c75-903a-4f4f-bb63-599294d5c81b', u'admin_state_up': True, u'tenant_id': u'2ff455dc5ba24586842b7253195c0fb0', u'created_at': u'2018-08-15T19:00:22Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'2ff455dc5ba24586842b7253195c0fb0'}) 2018-08-15 19:00:23,142 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-15 19:00:23,142 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4b89feb68875fb64721c435964706bdca37986cb" 2018-08-15 19:00:23,271 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1144 X-Openstack-Request-Id: req-da843b1b-fbb4-411c-8ab9-ed4e14f022bf Date: Wed, 15 Aug 2018 19:00: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-15T19:00:23Z","tenant_id":"2ff455dc5ba24586842b7253195c0fb0","created_at":"2018-08-15T19:00:22Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"2ff455dc5ba24586842b7253195c0fb0","id":"e2c4fd7f-9c15-4e06-81fe-aaf4e593c16c","name":"shaker-net_36d32c75-903a-4f4f-bb63-599294d5c81b"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["3ef75223-733d-425d-bb3e-88e8a796bebc"],"updated_at":"2018-08-15T17:41:36Z","tenant_id":"d2c267e1fee9461ba5e64a915b9518f5","created_at":"2018-08-15T17:16:26Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"d2c267e1fee9461ba5e64a915b9518f5","id":"fc8ca119-27ab-4070-99fa-a2993d11ee48","name":"external"}]} 2018-08-15 19:00:23,271 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-da843b1b-fbb4-411c-8ab9-ed4e14f022bf 2018-08-15 19:00:23,272 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.130019903183s 2018-08-15 19:00:23,272 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-da843b1b-fbb4-411c-8ab9-ed4e14f022bf 2018-08-15 19:00:23,274 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-15 19:00:23,275 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4b89feb68875fb64721c435964706bdca37986cb" -d '{"subnet": {"name": "shaker-subnet_36d32c75-903a-4f4f-bb63-599294d5c81b", "enable_dhcp": true, "network_id": "e2c4fd7f-9c15-4e06-81fe-aaf4e593c16c", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-15 19:00:24,130 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-8da50133-24cf-44cd-b9b6-01d0c0d46d90 Date: Wed, 15 Aug 2018 19:00:24 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e2c4fd7f-9c15-4e06-81fe-aaf4e593c16c","tenant_id":"2ff455dc5ba24586842b7253195c0fb0","created_at":"2018-08-15T19:00:23Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-15T19:00:23Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"2ff455dc5ba24586842b7253195c0fb0","id":"41d0bdeb-040a-4226-b7e6-7d8da362b821","subnetpool_id":null,"name":"shaker-subnet_36d32c75-903a-4f4f-bb63-599294d5c81b"}} 2018-08-15 19:00:24,130 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-8da50133-24cf-44cd-b9b6-01d0c0d46d90 2018-08-15 19:00:24,130 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.85588312149s 2018-08-15 19:00:24,131 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-8da50133-24cf-44cd-b9b6-01d0c0d46d90 2018-08-15 19:00:24,131 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-15T19:00:23Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'41d0bdeb-040a-4226-b7e6-7d8da362b821', u'subnetpool_id': None, u'service_types': [], u'name': u'shaker-subnet_36d32c75-903a-4f4f-bb63-599294d5c81b', u'enable_dhcp': True, u'network_id': u'e2c4fd7f-9c15-4e06-81fe-aaf4e593c16c', u'tenant_id': u'2ff455dc5ba24586842b7253195c0fb0', u'created_at': u'2018-08-15T19:00:23Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'2ff455dc5ba24586842b7253195c0fb0'}) 2018-08-15 19:00:24,132 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-15 19:00:24,132 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4b89feb68875fb64721c435964706bdca37986cb" -d '{"router": {"external_gateway_info": {"network_id": "fc8ca119-27ab-4070-99fa-a2993d11ee48"}, "name": "shaker-router_36d32c75-903a-4f4f-bb63-599294d5c81b", "admin_state_up": true}}' 2018-08-15 19:00:25,172 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 617 X-Openstack-Request-Id: req-af317087-d26a-4e8a-9944-71474113ff8b Date: Wed, 15 Aug 2018 19:00:25 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "fc8ca119-27ab-4070-99fa-a2993d11ee48", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "3ef75223-733d-425d-bb3e-88e8a796bebc", "ip_address": "172.30.9.202"}]}, "description": "", "tags": [], "tenant_id": "2ff455dc5ba24586842b7253195c0fb0", "created_at": "2018-08-15T19:00:24Z", "admin_state_up": true, "updated_at": "2018-08-15T19:00:25Z", "revision_number": 2, "routes": [], "project_id": "2ff455dc5ba24586842b7253195c0fb0", "id": "05cfc1d3-3c52-4f4a-8adf-4077a050871a", "name": "shaker-router_36d32c75-903a-4f4f-bb63-599294d5c81b"}} 2018-08-15 19:00:25,172 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-af317087-d26a-4e8a-9944-71474113ff8b 2018-08-15 19:00:25,173 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.04099202156s 2018-08-15 19:00:25,173 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-af317087-d26a-4e8a-9944-71474113ff8b 2018-08-15 19:00:25,173 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'fc8ca119-27ab-4070-99fa-a2993d11ee48', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'3ef75223-733d-425d-bb3e-88e8a796bebc', u'ip_address': u'172.30.9.202'}]}, u'description': u'', u'tags': [], u'tenant_id': u'2ff455dc5ba24586842b7253195c0fb0', u'created_at': u'2018-08-15T19:00:24Z', u'admin_state_up': True, u'updated_at': u'2018-08-15T19:00:25Z', u'revision_number': 2, u'routes': [], u'project_id': u'2ff455dc5ba24586842b7253195c0fb0', u'id': u'05cfc1d3-3c52-4f4a-8adf-4077a050871a', u'name': u'shaker-router_36d32c75-903a-4f4f-bb63-599294d5c81b'}) 2018-08-15 19:00:25,174 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-15 19:00:25,175 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/05cfc1d3-3c52-4f4a-8adf-4077a050871a/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}4b89feb68875fb64721c435964706bdca37986cb" -d '{"subnet_id": "41d0bdeb-040a-4226-b7e6-7d8da362b821"}' 2018-08-15 19:00:27,299 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-bb368f7c-dafa-43a5-b752-f3316f279f97 Date: Wed, 15 Aug 2018 19:00:27 GMT RESP BODY: {"network_id": "e2c4fd7f-9c15-4e06-81fe-aaf4e593c16c", "tenant_id": "2ff455dc5ba24586842b7253195c0fb0", "subnet_id": "41d0bdeb-040a-4226-b7e6-7d8da362b821", "subnet_ids": ["41d0bdeb-040a-4226-b7e6-7d8da362b821"], "port_id": "7dd6c850-cd3b-4512-93ac-90eeb4d18ac6", "id": "05cfc1d3-3c52-4f4a-8adf-4077a050871a"} 2018-08-15 19:00:27,299 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/05cfc1d3-3c52-4f4a-8adf-4077a050871a/add_router_interface.json used request id req-bb368f7c-dafa-43a5-b752-f3316f279f97 2018-08-15 19:00:27,300 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.12536716461s 2018-08-15 19:00:27,300 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/05cfc1d3-3c52-4f4a-8adf-4077a050871a/add_router_interface.json used request id req-bb368f7c-dafa-43a5-b752-f3316f279f97 returning object 05cfc1d3-3c52-4f4a-8adf-4077a050871a 2018-08-15 19:00:27,300 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/shaker-image.qcow2 2018-08-15 19:00:30,947 - shade - DEBUG - Image file /home/opnfv/functest/images/shaker-image.qcow2 md5:cea74a063cc5ef2b018ec12beb0bf961 sha256:5b6e74a9c6d1ae4031568048ae342306715a3d096910fe0bad4c8cb5f9969017 2018-08-15 19:00:30,949 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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-15 19:00:30,954 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Wed, 15 Aug 2018 19:00:30 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}]} 2018-08-15 19:00:30,959 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-15 19:00:30,963 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4b89feb68875fb64721c435964706bdca37986cb" 2018-08-15 19:00:31,763 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-16714306-52fe-49ef-bfad-ef505067b3a0 Date: Wed, 15 Aug 2018 19:00:31 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-15 19:00:31,763 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-16714306-52fe-49ef-bfad-ef505067b3a0 2018-08-15 19:00:31,763 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.803978919983s 2018-08-15 19:00:31,764 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-16714306-52fe-49ef-bfad-ef505067b3a0 2018-08-15 19:00:31,772 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-15 19:00:31,776 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4b89feb68875fb64721c435964706bdca37986cb" -d '{"owner_specified.shade.md5": "cea74a063cc5ef2b018ec12beb0bf961", "owner_specified.shade.sha256": "5b6e74a9c6d1ae4031568048ae342306715a3d096910fe0bad4c8cb5f9969017", "owner_specified.shade.object": "images/shaker-img_36d32c75-903a-4f4f-bb63-599294d5c81b", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "shaker-img_36d32c75-903a-4f4f-bb63-599294d5c81b"}' 2018-08-15 19:00:31,824 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 929 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-48f1c29f-c553-405c-8b57-b6608990703e Date: Wed, 15 Aug 2018 19:00:31 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-15T19:00:31Z", "file": "/v2/images/49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c/file", "owner": "2ff455dc5ba24586842b7253195c0fb0", "id": "49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "size": null, "self": "/v2/images/49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "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_36d32c75-903a-4f4f-bb63-599294d5c81b", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "cea74a063cc5ef2b018ec12beb0bf961", "name": "shaker-img_36d32c75-903a-4f4f-bb63-599294d5c81b", "checksum": null, "created_at": "2018-08-15T19:00:31Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-15 19:00:31,825 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-48f1c29f-c553-405c-8b57-b6608990703e 2018-08-15 19:00:31,825 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0527100563049s 2018-08-15 19:00:31,825 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-48f1c29f-c553-405c-8b57-b6608990703e returning object 49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c 2018-08-15 19:00:31,826 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-15 19:00:31,830 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9292/v2/images/49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c/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}4b89feb68875fb64721c435964706bdca37986cb" -d '' 2018-08-15 19:00:41,467 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-b5f41321-e8a9-40f0-9c1d-d089f5cb1d48 Date: Wed, 15 Aug 2018 19:00: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-15 19:00:41,467 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c/file used request id req-b5f41321-e8a9-40f0-9c1d-d089f5cb1d48 2018-08-15 19:00:41,467 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 9.64135217667s 2018-08-15 19:00:41,468 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c/file used request id req-b5f41321-e8a9-40f0-9c1d-d089f5cb1d48 2018-08-15 19:00:41,472 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-15 19:00:41,476 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4b89feb68875fb64721c435964706bdca37986cb" 2018-08-15 19:00:41,509 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1390 Content-Type: application/json X-Openstack-Request-Id: req-f0bea272-4fa2-43eb-a50c-3d132c550b50 Date: Wed, 15 Aug 2018 19:00:41 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-15T19:00:41Z", "file": "/v2/images/49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c/file", "owner": "2ff455dc5ba24586842b7253195c0fb0", "id": "49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "size": 666173440, "self": "/v2/images/49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "5b6e74a9c6d1ae4031568048ae342306715a3d096910fe0bad4c8cb5f9969017", "locations": [{"url": "rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/shaker-img_36d32c75-903a-4f4f-bb63-599294d5c81b", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "cea74a063cc5ef2b018ec12beb0bf961", "name": "shaker-img_36d32c75-903a-4f4f-bb63-599294d5c81b", "checksum": "cea74a063cc5ef2b018ec12beb0bf961", "created_at": "2018-08-15T19:00:31Z", "os_hidden": false, "protected": false, "os_hash_value": "9036cc0c5162bf666168b7d8b4cf5a1ef825eb799dbbaba08a619fd983bb8f39b7998e678e2fddff8b5a21b3a2c6af7127d52083c6c49f856c68d975e3a7a408"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-15 19:00:41,510 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-f0bea272-4fa2-43eb-a50c-3d132c550b50 2018-08-15 19:00:41,510 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0378348827362s 2018-08-15 19:00:41,510 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-f0bea272-4fa2-43eb-a50c-3d132c550b50 2018-08-15 19:00:41,512 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c/snap', u'metadata': Munch({})})], 'file': u'/v2/images/49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c/file', 'owner': u'2ff455dc5ba24586842b7253195c0fb0', 'id': u'49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c', 'size': 666173440, u'self': u'/v2/images/49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'2ff455dc5ba24586842b7253195c0fb0', 'name': 'shaker-project_36d32c75-903a-4f4f-bb63-599294d5c81b', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-15T19:00:41Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-15T19:00:41Z', u'owner_specified.shade.sha256': u'5b6e74a9c6d1ae4031568048ae342306715a3d096910fe0bad4c8cb5f9969017', u'owner_specified.shade.object': u'images/shaker-img_36d32c75-903a-4f4f-bb63-599294d5c81b', '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/49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c', 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_36d32c75-903a-4f4f-bb63-599294d5c81b', u'owner_specified.shade.md5': u'cea74a063cc5ef2b018ec12beb0bf961', u'schema': u'/v2/schemas/image'}, 'name': u'shaker-img_36d32c75-903a-4f4f-bb63-599294d5c81b', 'created': u'2018-08-15T19:00:31Z', 'checksum': u'cea74a063cc5ef2b018ec12beb0bf961', 'created_at': u'2018-08-15T19:00:31Z', 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/49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c', 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_36d32c75-903a-4f4f-bb63-599294d5c81b', u'owner_specified.shade.md5': u'cea74a063cc5ef2b018ec12beb0bf961', u'schema': u'/v2/schemas/image'}}) 2018-08-15 19:00:41,513 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-15 19:00:41,516 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}dfba6920bea3caee55ce6cfd1ce3de498a4d530f" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "shaker-flavor_36d32c75-903a-4f4f-bb63-599294d5c81b", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 3, "id": null, "swap": 0}}' 2018-08-15 19:00:41,832 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 19:00:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7535da16-8696-40db-b8d5-f09efa4b7c38 x-compute-request-id: req-7535da16-8696-40db-b8d5-f09efa4b7c38 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"name": "shaker-flavor_36d32c75-903a-4f4f-bb63-599294d5c81b", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "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": "fb68907c-b7b8-4cca-9f22-b27af31ac7b0"}} 2018-08-15 19:00:41,832 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-7535da16-8696-40db-b8d5-f09efa4b7c38 2018-08-15 19:00:41,832 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.31919002533s 2018-08-15 19:00:41,832 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-7535da16-8696-40db-b8d5-f09efa4b7c38 2018-08-15 19:00:41,833 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'shaker-flavor_36d32c75-903a-4f4f-bb63-599294d5c81b', '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'a3688ea3a7924e1e8a441a00bd79aae5', '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'fb68907c-b7b8-4cca-9f22-b27af31ac7b0', 'swap': 0}) 2018-08-15 19:00:41,834 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-15 19:00:41,837 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/flavors/fb68907c-b7b8-4cca-9f22-b27af31ac7b0/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}dfba6920bea3caee55ce6cfd1ce3de498a4d530f" -d '{"extra_specs": {}}' 2018-08-15 19:00:41,854 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 19:00:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-da7c8d6f-95df-4067-a845-dbd9e62dd4b3 x-compute-request-id: req-da7c8d6f-95df-4067-a845-dbd9e62dd4b3 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-15 19:00:41,854 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/fb68907c-b7b8-4cca-9f22-b27af31ac7b0/os-extra_specs used request id req-da7c8d6f-95df-4067-a845-dbd9e62dd4b3 2018-08-15 19:00:41,855 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0204560756683s 2018-08-15 19:00:41,855 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/fb68907c-b7b8-4cca-9f22-b27af31ac7b0/os-extra_specs used request id req-da7c8d6f-95df-4067-a845-dbd9e62dd4b3 2018-08-15 19:00:41,855 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-08-15 19:00:41,858 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/os-keypairs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4b89feb68875fb64721c435964706bdca37986cb" -d '{"keypair": {"name": "shaker-kp_36d32c75-903a-4f4f-bb63-599294d5c81b"}}' 2018-08-15 19:00:42,296 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 19:00:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d5f203ea-21f4-4c08-b33b-9052d585f3a0 x-compute-request-id: req-d5f203ea-21f4-4c08-b33b-9052d585f3a0 Content-Encoding: gzip Content-Length: 1800 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDCRDxNnEfDw4zn53/SnIKFevxDXNnqf7i5saqZsf1RAnkAER0MMGzMcyIqzO+S4+Ahj0hYUiPrvVrPxrQu51uqYvJ3/CC00dNozyn2fFgA1NsTQAbz1pDjDMRTD7/UoqK71Qf47bkx9gqJoiwIDFSb4rGMtXTjenpbolOdhDEev1MsjoF6GkHpZxKIHkBUs4ob/lw13484GXLjLvD/N+iRgbmcZw1W3fCmjkjIDhgGsDScuzzrrhOlfcYd1p+K/7etgj1yu20G+UPQghgG3gSfToiOdRU3GGp0UugjXQNpDyi4DxwUAt5DLOw1PzZuiDBk46KuuabuXs/pVdKDjp79 Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpgIBAAKCAQEAwkQ8TZxHw8OM5+d/0pyChXr8Q1zZ6n+4ubGqmbH9UQJ5ABEd\nDDBszHMiKszvkuPgIY9IWFIj671az8a0LudbqmLyd/wgtNHTaM8p9nxYANTbE0AG\n89aQ4wzEUw+/1KKiu9UH+O25MfYKiaIsCAxUm+KxjLV043p6W6JTnYQxHr9TLI6B\nehpB6WcSiB5AVLOKG/5cNd+POBly4y7w/zfokYG5nGcNVt3wpo5IyA4YBrA0nLs8\n664TpX3GHdafiv+3rYI9crttBvlD0IIYBt4En06IjnUVNxhqdFLoI10DaQ8ouA8c\nFALeQyzsNT82bogwZOOirrmm7l7P6VXSg46e/QIDAQABAoIBAQChpGtU3JuuHVFq\nSOrH0OidrkamumSsRVfsUxOzzTENLfSGhLbZxJVSzN36JQmW/Lsq0XEN5FL1PVqJ\nljmo6WMRdEFyarzAF/NDu1ScPrxu/K3I57ahP8DQ23ej8W/ZuvWTOt/mVc+J7cK4\n4NKoY7Im/0pi3T2EZg3Xn0rZvvusK2x0XzjVsIc8k1BhT4JutpgA9mEXCtIv9tGC\nKeXr/0bLnkEpXbnumiZeRzFhyTm1eJ+S8Am7f7PplbGXaWkuT1h9uApn/qSQBWul\nVdh1FKeh5vgm+PWkSCCdVKmWBB9Og+b5+7EN4UZuis4aPrezABwG1gTk8qqWG1Il\n6lX0EirVAoGBAO0pQ9OnSK0Fslad+RVXMA6pd9zj7/JxKbIuSzMMMHsAkRhmDZdZ\nUiUM7wfJpG5TjcDDRa6SHSI2KXKqWIpvyrNrv6Busn/+B0HRLtP7qM3E1XDh5qYP\nNtsmq3YFJAdnfaHogJVQ3ZDLXro/VlpXUyhIZdEUZVeno4tZpZl6VrpnAoGBANGy\nslzKc4RGXo0bVK7WIXONnH2+0orh41jzqxUuBSgjeLjMtTlylhEzK3C0c5bv2301\nMqCD7sWNphmZcFMV3LjRxMDkPP7coOy0M0hZW6QHI5vROabl55Ly6UrUpVai+yvK\n942mt++vbi27BFjED/j56mtwik8TU4o5FwVEWcT7AoGBAJhswhwhUvNpSuKiq3lM\nzSVPRCtjEE+o7ZyIZmqLtgkIJzkgNjIFBWestWAy+Ay0hNHUb0+wtyrK1r7MvxVS\nnlvMr5+kJfNfSDjEAi3ae/asQGZJul0WQDJ/2wmCalKb8EIEVcgh7hVmsB5SIOT1\nZQvp5A6J5kx9AP7KAkXvPBiXAoGBAIW8xv5g671vt7ucs6xxypHMvgKAYfzLRdik\nRvdSC13nCYYqoGXMC6NalBjkLVgVD1HSTMCMhAqgZU+sSTPkHIoO1sICjlgo08VC\nw/Yfb0+0ceRdUrx7oe5ZV6ou5mfTuAbdAnbn3iVSKB2oSYRnPpyWnwf4lW0LMVtV\nP7ZPOkVjAoGBAIpTD02r3rle4HCiVQxsjsoYH+JG3vlb26fxa+zhvZdP3zs4DKaB\nYxXISPCNiXkCf10ugmfmA6wqJZBkwBu9/ME/3USQFiCQVh2M5BTPdhenp315rQmO\nQXL/PvgFSlT6heMG6Y3WE//BXVLhT8KzrSltzZ4yXADQTPsOfSitXOJx\n-----END RSA PRIVATE KEY-----\n", "user_id": "09792f3cb31a438483ec79592faf3c45", "name": "shaker-kp_36d32c75-903a-4f4f-bb63-599294d5c81b", "fingerprint": "a3:4c:3f:0e:84:d6:9e:c9:2c:27:34:4c:ec:41:90:7a"}} 2018-08-15 19:00:42,296 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/os-keypairs used request id req-d5f203ea-21f4-4c08-b33b-9052d585f3a0 2018-08-15 19:00:42,296 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.440665960312s 2018-08-15 19:00:42,297 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/os-keypairs used request id req-d5f203ea-21f4-4c08-b33b-9052d585f3a0 2018-08-15 19:00:42,297 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDCRDxNnEfDw4zn53/SnIKFevxDXNnqf7i5saqZsf1RAnkAER0MMGzMcyIqzO+S4+Ahj0hYUiPrvVrPxrQu51uqYvJ3/CC00dNozyn2fFgA1NsTQAbz1pDjDMRTD7/UoqK71Qf47bkx9gqJoiwIDFSb4rGMtXTjenpbolOdhDEev1MsjoF6GkHpZxKIHkBUs4ob/lw13484GXLjLvD/N+iRgbmcZw1W3fCmjkjIDhgGsDScuzzrrhOlfcYd1p+K/7etgj1yu20G+UPQghgG3gSfToiOdRU3GGp0UugjXQNpDyi4DxwUAt5DLOw1PzZuiDBk46KuuabuXs/pVdKDjp79 Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpgIBAAKCAQEAwkQ8TZxHw8OM5+d/0pyChXr8Q1zZ6n+4ubGqmbH9UQJ5ABEd\nDDBszHMiKszvkuPgIY9IWFIj671az8a0LudbqmLyd/wgtNHTaM8p9nxYANTbE0AG\n89aQ4wzEUw+/1KKiu9UH+O25MfYKiaIsCAxUm+KxjLV043p6W6JTnYQxHr9TLI6B\nehpB6WcSiB5AVLOKG/5cNd+POBly4y7w/zfokYG5nGcNVt3wpo5IyA4YBrA0nLs8\n664TpX3GHdafiv+3rYI9crttBvlD0IIYBt4En06IjnUVNxhqdFLoI10DaQ8ouA8c\nFALeQyzsNT82bogwZOOirrmm7l7P6VXSg46e/QIDAQABAoIBAQChpGtU3JuuHVFq\nSOrH0OidrkamumSsRVfsUxOzzTENLfSGhLbZxJVSzN36JQmW/Lsq0XEN5FL1PVqJ\nljmo6WMRdEFyarzAF/NDu1ScPrxu/K3I57ahP8DQ23ej8W/ZuvWTOt/mVc+J7cK4\n4NKoY7Im/0pi3T2EZg3Xn0rZvvusK2x0XzjVsIc8k1BhT4JutpgA9mEXCtIv9tGC\nKeXr/0bLnkEpXbnumiZeRzFhyTm1eJ+S8Am7f7PplbGXaWkuT1h9uApn/qSQBWul\nVdh1FKeh5vgm+PWkSCCdVKmWBB9Og+b5+7EN4UZuis4aPrezABwG1gTk8qqWG1Il\n6lX0EirVAoGBAO0pQ9OnSK0Fslad+RVXMA6pd9zj7/JxKbIuSzMMMHsAkRhmDZdZ\nUiUM7wfJpG5TjcDDRa6SHSI2KXKqWIpvyrNrv6Busn/+B0HRLtP7qM3E1XDh5qYP\nNtsmq3YFJAdnfaHogJVQ3ZDLXro/VlpXUyhIZdEUZVeno4tZpZl6VrpnAoGBANGy\nslzKc4RGXo0bVK7WIXONnH2+0orh41jzqxUuBSgjeLjMtTlylhEzK3C0c5bv2301\nMqCD7sWNphmZcFMV3LjRxMDkPP7coOy0M0hZW6QHI5vROabl55Ly6UrUpVai+yvK\n942mt++vbi27BFjED/j56mtwik8TU4o5FwVEWcT7AoGBAJhswhwhUvNpSuKiq3lM\nzSVPRCtjEE+o7ZyIZmqLtgkIJzkgNjIFBWestWAy+Ay0hNHUb0+wtyrK1r7MvxVS\nnlvMr5+kJfNfSDjEAi3ae/asQGZJul0WQDJ/2wmCalKb8EIEVcgh7hVmsB5SIOT1\nZQvp5A6J5kx9AP7KAkXvPBiXAoGBAIW8xv5g671vt7ucs6xxypHMvgKAYfzLRdik\nRvdSC13nCYYqoGXMC6NalBjkLVgVD1HSTMCMhAqgZU+sSTPkHIoO1sICjlgo08VC\nw/Yfb0+0ceRdUrx7oe5ZV6ou5mfTuAbdAnbn3iVSKB2oSYRnPpyWnwf4lW0LMVtV\nP7ZPOkVjAoGBAIpTD02r3rle4HCiVQxsjsoYH+JG3vlb26fxa+zhvZdP3zs4DKaB\nYxXISPCNiXkCf10ugmfmA6wqJZBkwBu9/ME/3USQFiCQVh2M5BTPdhenp315rQmO\nQXL/PvgFSlT6heMG6Y3WE//BXVLhT8KzrSltzZ4yXADQTPsOfSitXOJx\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'09792f3cb31a438483ec79592faf3c45', 'name': u'shaker-kp_36d32c75-903a-4f4f-bb63-599294d5c81b', 'created_at': '2018-08-15T19:00:42.297710', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'2ff455dc5ba24586842b7253195c0fb0', 'name': 'shaker-project_36d32c75-903a-4f4f-bb63-599294d5c81b', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'a3:4c:3f:0e:84:d6:9e:c9:2c:27:34:4c:ec:41:90:7a', 'type': 'ssh', 'id': u'shaker-kp_36d32c75-903a-4f4f-bb63-599294d5c81b'}) 2018-08-15 19:00:42,298 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpgIBAAKCAQEAwkQ8TZxHw8OM5+d/0pyChXr8Q1zZ6n+4ubGqmbH9UQJ5ABEd DDBszHMiKszvkuPgIY9IWFIj671az8a0LudbqmLyd/wgtNHTaM8p9nxYANTbE0AG 89aQ4wzEUw+/1KKiu9UH+O25MfYKiaIsCAxUm+KxjLV043p6W6JTnYQxHr9TLI6B ehpB6WcSiB5AVLOKG/5cNd+POBly4y7w/zfokYG5nGcNVt3wpo5IyA4YBrA0nLs8 664TpX3GHdafiv+3rYI9crttBvlD0IIYBt4En06IjnUVNxhqdFLoI10DaQ8ouA8c FALeQyzsNT82bogwZOOirrmm7l7P6VXSg46e/QIDAQABAoIBAQChpGtU3JuuHVFq SOrH0OidrkamumSsRVfsUxOzzTENLfSGhLbZxJVSzN36JQmW/Lsq0XEN5FL1PVqJ ljmo6WMRdEFyarzAF/NDu1ScPrxu/K3I57ahP8DQ23ej8W/ZuvWTOt/mVc+J7cK4 4NKoY7Im/0pi3T2EZg3Xn0rZvvusK2x0XzjVsIc8k1BhT4JutpgA9mEXCtIv9tGC KeXr/0bLnkEpXbnumiZeRzFhyTm1eJ+S8Am7f7PplbGXaWkuT1h9uApn/qSQBWul Vdh1FKeh5vgm+PWkSCCdVKmWBB9Og+b5+7EN4UZuis4aPrezABwG1gTk8qqWG1Il 6lX0EirVAoGBAO0pQ9OnSK0Fslad+RVXMA6pd9zj7/JxKbIuSzMMMHsAkRhmDZdZ UiUM7wfJpG5TjcDDRa6SHSI2KXKqWIpvyrNrv6Busn/+B0HRLtP7qM3E1XDh5qYP Ntsmq3YFJAdnfaHogJVQ3ZDLXro/VlpXUyhIZdEUZVeno4tZpZl6VrpnAoGBANGy slzKc4RGXo0bVK7WIXONnH2+0orh41jzqxUuBSgjeLjMtTlylhEzK3C0c5bv2301 MqCD7sWNphmZcFMV3LjRxMDkPP7coOy0M0hZW6QHI5vROabl55Ly6UrUpVai+yvK 942mt++vbi27BFjED/j56mtwik8TU4o5FwVEWcT7AoGBAJhswhwhUvNpSuKiq3lM zSVPRCtjEE+o7ZyIZmqLtgkIJzkgNjIFBWestWAy+Ay0hNHUb0+wtyrK1r7MvxVS nlvMr5+kJfNfSDjEAi3ae/asQGZJul0WQDJ/2wmCalKb8EIEVcgh7hVmsB5SIOT1 ZQvp5A6J5kx9AP7KAkXvPBiXAoGBAIW8xv5g671vt7ucs6xxypHMvgKAYfzLRdik RvdSC13nCYYqoGXMC6NalBjkLVgVD1HSTMCMhAqgZU+sSTPkHIoO1sICjlgo08VC w/Yfb0+0ceRdUrx7oe5ZV6ou5mfTuAbdAnbn3iVSKB2oSYRnPpyWnwf4lW0LMVtV P7ZPOkVjAoGBAIpTD02r3rle4HCiVQxsjsoYH+JG3vlb26fxa+zhvZdP3zs4DKaB YxXISPCNiXkCf10ugmfmA6wqJZBkwBu9/ME/3USQFiCQVh2M5BTPdhenp315rQmO QXL/PvgFSlT6heMG6Y3WE//BXVLhT8KzrSltzZ4yXADQTPsOfSitXOJx -----END RSA PRIVATE KEY----- 2018-08-15 19:00:42,301 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-08-15 19:00:42,301 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4b89feb68875fb64721c435964706bdca37986cb" -d '{"security_group": {"name": "shaker-sg_36d32c75-903a-4f4f-bb63-599294d5c81b", "description": "created by OPNFV Functest (shaker)"}}' 2018-08-15 19:00:42,732 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-51f52095-b4ae-4486-befe-dd442736ab73 Date: Wed, 15 Aug 2018 19:00:42 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (shaker)", "tags": [], "tenant_id": "2ff455dc5ba24586842b7253195c0fb0", "created_at": "2018-08-15T19:00:42Z", "updated_at": "2018-08-15T19:00:42Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T19:00:42Z", "revision_number": 0, "id": "3c276192-90d3-4b43-893e-79ebf7b3307c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T19:00:42Z", "security_group_id": "a37e6802-2c7d-4ffb-ad83-c4d1bb69e338", "tenant_id": "2ff455dc5ba24586842b7253195c0fb0", "port_range_min": null, "ethertype": "IPv6", "project_id": "2ff455dc5ba24586842b7253195c0fb0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T19:00:42Z", "revision_number": 0, "id": "fcc1a498-2ca7-4e0c-997a-52154ef5f9cf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T19:00:42Z", "security_group_id": "a37e6802-2c7d-4ffb-ad83-c4d1bb69e338", "tenant_id": "2ff455dc5ba24586842b7253195c0fb0", "port_range_min": null, "ethertype": "IPv4", "project_id": "2ff455dc5ba24586842b7253195c0fb0"}], "revision_number": 1, "project_id": "2ff455dc5ba24586842b7253195c0fb0", "id": "a37e6802-2c7d-4ffb-ad83-c4d1bb69e338", "name": "shaker-sg_36d32c75-903a-4f4f-bb63-599294d5c81b"}} 2018-08-15 19:00:42,732 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-51f52095-b4ae-4486-befe-dd442736ab73 2018-08-15 19:00:42,732 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.43138384819s 2018-08-15 19:00:42,733 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-51f52095-b4ae-4486-befe-dd442736ab73 2018-08-15 19:00:42,737 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-15 19:00:42,737 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4b89feb68875fb64721c435964706bdca37986cb" 2018-08-15 19:00:42,826 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3828 X-Openstack-Request-Id: req-d33d9cc4-fc18-4840-baf4-c792bb08dbf6 Date: Wed, 15 Aug 2018 19:00:42 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "2ff455dc5ba24586842b7253195c0fb0", "created_at": "2018-08-15T19:00:22Z", "updated_at": "2018-08-15T19:00:22Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T19:00:22Z", "revision_number": 0, "id": "38e4ef9c-4a61-43f7-a267-8298c575e3d1", "remote_group_id": "53cd58d1-7ee2-45d1-b4cc-70a0fbb8f500", "remote_ip_prefix": null, "created_at": "2018-08-15T19:00:22Z", "security_group_id": "53cd58d1-7ee2-45d1-b4cc-70a0fbb8f500", "tenant_id": "2ff455dc5ba24586842b7253195c0fb0", "port_range_min": null, "ethertype": "IPv6", "project_id": "2ff455dc5ba24586842b7253195c0fb0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T19:00:22Z", "revision_number": 0, "id": "cd43aa67-3de1-4d0c-8b6d-098b2bb499de", "remote_group_id": "53cd58d1-7ee2-45d1-b4cc-70a0fbb8f500", "remote_ip_prefix": null, "created_at": "2018-08-15T19:00:22Z", "security_group_id": "53cd58d1-7ee2-45d1-b4cc-70a0fbb8f500", "tenant_id": "2ff455dc5ba24586842b7253195c0fb0", "port_range_min": null, "ethertype": "IPv4", "project_id": "2ff455dc5ba24586842b7253195c0fb0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T19:00:22Z", "revision_number": 0, "id": "d03c33f9-8228-4371-82c5-21664fd06ea1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T19:00:22Z", "security_group_id": "53cd58d1-7ee2-45d1-b4cc-70a0fbb8f500", "tenant_id": "2ff455dc5ba24586842b7253195c0fb0", "port_range_min": null, "ethertype": "IPv4", "project_id": "2ff455dc5ba24586842b7253195c0fb0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T19:00:22Z", "revision_number": 0, "id": "f303e21f-71d3-4c8e-bfee-143c9ae09cf6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T19:00:22Z", "security_group_id": "53cd58d1-7ee2-45d1-b4cc-70a0fbb8f500", "tenant_id": "2ff455dc5ba24586842b7253195c0fb0", "port_range_min": null, "ethertype": "IPv6", "project_id": "2ff455dc5ba24586842b7253195c0fb0"}], "revision_number": 1, "project_id": "2ff455dc5ba24586842b7253195c0fb0", "id": "53cd58d1-7ee2-45d1-b4cc-70a0fbb8f500", "name": "default"}, {"description": "created by OPNFV Functest (shaker)", "tags": [], "tenant_id": "2ff455dc5ba24586842b7253195c0fb0", "created_at": "2018-08-15T19:00:42Z", "updated_at": "2018-08-15T19:00:42Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T19:00:42Z", "revision_number": 0, "id": "3c276192-90d3-4b43-893e-79ebf7b3307c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T19:00:42Z", "security_group_id": "a37e6802-2c7d-4ffb-ad83-c4d1bb69e338", "tenant_id": "2ff455dc5ba24586842b7253195c0fb0", "port_range_min": null, "ethertype": "IPv6", "project_id": "2ff455dc5ba24586842b7253195c0fb0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T19:00:42Z", "revision_number": 0, "id": "fcc1a498-2ca7-4e0c-997a-52154ef5f9cf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T19:00:42Z", "security_group_id": "a37e6802-2c7d-4ffb-ad83-c4d1bb69e338", "tenant_id": "2ff455dc5ba24586842b7253195c0fb0", "port_range_min": null, "ethertype": "IPv4", "project_id": "2ff455dc5ba24586842b7253195c0fb0"}], "revision_number": 1, "project_id": "2ff455dc5ba24586842b7253195c0fb0", "id": "a37e6802-2c7d-4ffb-ad83-c4d1bb69e338", "name": "shaker-sg_36d32c75-903a-4f4f-bb63-599294d5c81b"}]} 2018-08-15 19:00:42,826 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-d33d9cc4-fc18-4840-baf4-c792bb08dbf6 2018-08-15 19:00:42,827 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0898060798645s 2018-08-15 19:00:42,827 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-d33d9cc4-fc18-4840-baf4-c792bb08dbf6 2018-08-15 19:00:42,830 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-15 19:00:42,831 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4b89feb68875fb64721c435964706bdca37986cb" -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": "a37e6802-2c7d-4ffb-ad83-c4d1bb69e338"}}' 2018-08-15 19:00:42,976 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-96814577-0465-4239-a9e1-042de1a04d92 Date: Wed, 15 Aug 2018 19:00:42 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-15T19:00:42Z", "security_group_id": "a37e6802-2c7d-4ffb-ad83-c4d1bb69e338", "port_range_min": 22, "revision_number": 0, "tenant_id": "2ff455dc5ba24586842b7253195c0fb0", "created_at": "2018-08-15T19:00:42Z", "project_id": "2ff455dc5ba24586842b7253195c0fb0", "id": "a68ab176-60ea-47e5-9e24-73a9cceaefa9"}} 2018-08-15 19:00:42,977 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules.json used request id req-96814577-0465-4239-a9e1-042de1a04d92 2018-08-15 19:00:42,977 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.146231174469s 2018-08-15 19:00:42,977 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules.json used request id req-96814577-0465-4239-a9e1-042de1a04d92 2018-08-15 19:00:42,980 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-15 19:00:42,981 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4b89feb68875fb64721c435964706bdca37986cb" 2018-08-15 19:00:43,035 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4324 X-Openstack-Request-Id: req-71bbf67c-b411-4389-b1e5-a991a1aeb464 Date: Wed, 15 Aug 2018 19:00:43 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "2ff455dc5ba24586842b7253195c0fb0", "created_at": "2018-08-15T19:00:22Z", "updated_at": "2018-08-15T19:00:22Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T19:00:22Z", "revision_number": 0, "id": "38e4ef9c-4a61-43f7-a267-8298c575e3d1", "remote_group_id": "53cd58d1-7ee2-45d1-b4cc-70a0fbb8f500", "remote_ip_prefix": null, "created_at": "2018-08-15T19:00:22Z", "security_group_id": "53cd58d1-7ee2-45d1-b4cc-70a0fbb8f500", "tenant_id": "2ff455dc5ba24586842b7253195c0fb0", "port_range_min": null, "ethertype": "IPv6", "project_id": "2ff455dc5ba24586842b7253195c0fb0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T19:00:22Z", "revision_number": 0, "id": "cd43aa67-3de1-4d0c-8b6d-098b2bb499de", "remote_group_id": "53cd58d1-7ee2-45d1-b4cc-70a0fbb8f500", "remote_ip_prefix": null, "created_at": "2018-08-15T19:00:22Z", "security_group_id": "53cd58d1-7ee2-45d1-b4cc-70a0fbb8f500", "tenant_id": "2ff455dc5ba24586842b7253195c0fb0", "port_range_min": null, "ethertype": "IPv4", "project_id": "2ff455dc5ba24586842b7253195c0fb0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T19:00:22Z", "revision_number": 0, "id": "d03c33f9-8228-4371-82c5-21664fd06ea1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T19:00:22Z", "security_group_id": "53cd58d1-7ee2-45d1-b4cc-70a0fbb8f500", "tenant_id": "2ff455dc5ba24586842b7253195c0fb0", "port_range_min": null, "ethertype": "IPv4", "project_id": "2ff455dc5ba24586842b7253195c0fb0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T19:00:22Z", "revision_number": 0, "id": "f303e21f-71d3-4c8e-bfee-143c9ae09cf6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T19:00:22Z", "security_group_id": "53cd58d1-7ee2-45d1-b4cc-70a0fbb8f500", "tenant_id": "2ff455dc5ba24586842b7253195c0fb0", "port_range_min": null, "ethertype": "IPv6", "project_id": "2ff455dc5ba24586842b7253195c0fb0"}], "revision_number": 1, "project_id": "2ff455dc5ba24586842b7253195c0fb0", "id": "53cd58d1-7ee2-45d1-b4cc-70a0fbb8f500", "name": "default"}, {"description": "created by OPNFV Functest (shaker)", "tags": [], "tenant_id": "2ff455dc5ba24586842b7253195c0fb0", "created_at": "2018-08-15T19:00:42Z", "updated_at": "2018-08-15T19:00:42Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T19:00:42Z", "revision_number": 0, "id": "3c276192-90d3-4b43-893e-79ebf7b3307c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T19:00:42Z", "security_group_id": "a37e6802-2c7d-4ffb-ad83-c4d1bb69e338", "tenant_id": "2ff455dc5ba24586842b7253195c0fb0", "port_range_min": null, "ethertype": "IPv6", "project_id": "2ff455dc5ba24586842b7253195c0fb0"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-15T19:00:42Z", "revision_number": 0, "id": "a68ab176-60ea-47e5-9e24-73a9cceaefa9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T19:00:42Z", "security_group_id": "a37e6802-2c7d-4ffb-ad83-c4d1bb69e338", "tenant_id": "2ff455dc5ba24586842b7253195c0fb0", "port_range_min": 22, "ethertype": "IPv4", "project_id": "2ff455dc5ba24586842b7253195c0fb0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T19:00:42Z", "revision_number": 0, "id": "fcc1a498-2ca7-4e0c-997a-52154ef5f9cf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T19:00:42Z", "security_group_id": "a37e6802-2c7d-4ffb-ad83-c4d1bb69e338", "tenant_id": "2ff455dc5ba24586842b7253195c0fb0", "port_range_min": null, "ethertype": "IPv4", "project_id": "2ff455dc5ba24586842b7253195c0fb0"}], "revision_number": 2, "project_id": "2ff455dc5ba24586842b7253195c0fb0", "id": "a37e6802-2c7d-4ffb-ad83-c4d1bb69e338", "name": "shaker-sg_36d32c75-903a-4f4f-bb63-599294d5c81b"}]} 2018-08-15 19:00:43,035 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-71bbf67c-b411-4389-b1e5-a991a1aeb464 2018-08-15 19:00:43,035 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0543529987335s 2018-08-15 19:00:43,035 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-71bbf67c-b411-4389-b1e5-a991a1aeb464 2018-08-15 19:00:43,038 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-15 19:00:43,039 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4b89feb68875fb64721c435964706bdca37986cb" -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": "a37e6802-2c7d-4ffb-ad83-c4d1bb69e338"}}' 2018-08-15 19:00:43,170 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-61994a95-94db-46a5-9081-1d18b5d39b40 Date: Wed, 15 Aug 2018 19:00:43 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-15T19:00:43Z", "security_group_id": "a37e6802-2c7d-4ffb-ad83-c4d1bb69e338", "port_range_min": null, "revision_number": 0, "tenant_id": "2ff455dc5ba24586842b7253195c0fb0", "created_at": "2018-08-15T19:00:43Z", "project_id": "2ff455dc5ba24586842b7253195c0fb0", "id": "3fedfc31-487b-40b8-8157-4833474f8ced"}} 2018-08-15 19:00:43,170 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules.json used request id req-61994a95-94db-46a5-9081-1d18b5d39b40 2018-08-15 19:00:43,170 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.131807804108s 2018-08-15 19:00:43,171 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules.json used request id req-61994a95-94db-46a5-9081-1d18b5d39b40 2018-08-15 19:00:43,174 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-15 19:00:43,174 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4b89feb68875fb64721c435964706bdca37986cb" 2018-08-15 19:00:43,222 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4825 X-Openstack-Request-Id: req-e34f0faf-7151-4a59-8d16-d7b806b5745d Date: Wed, 15 Aug 2018 19:00:43 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "2ff455dc5ba24586842b7253195c0fb0", "created_at": "2018-08-15T19:00:22Z", "updated_at": "2018-08-15T19:00:22Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T19:00:22Z", "revision_number": 0, "id": "38e4ef9c-4a61-43f7-a267-8298c575e3d1", "remote_group_id": "53cd58d1-7ee2-45d1-b4cc-70a0fbb8f500", "remote_ip_prefix": null, "created_at": "2018-08-15T19:00:22Z", "security_group_id": "53cd58d1-7ee2-45d1-b4cc-70a0fbb8f500", "tenant_id": "2ff455dc5ba24586842b7253195c0fb0", "port_range_min": null, "ethertype": "IPv6", "project_id": "2ff455dc5ba24586842b7253195c0fb0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T19:00:22Z", "revision_number": 0, "id": "cd43aa67-3de1-4d0c-8b6d-098b2bb499de", "remote_group_id": "53cd58d1-7ee2-45d1-b4cc-70a0fbb8f500", "remote_ip_prefix": null, "created_at": "2018-08-15T19:00:22Z", "security_group_id": "53cd58d1-7ee2-45d1-b4cc-70a0fbb8f500", "tenant_id": "2ff455dc5ba24586842b7253195c0fb0", "port_range_min": null, "ethertype": "IPv4", "project_id": "2ff455dc5ba24586842b7253195c0fb0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T19:00:22Z", "revision_number": 0, "id": "d03c33f9-8228-4371-82c5-21664fd06ea1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T19:00:22Z", "security_group_id": "53cd58d1-7ee2-45d1-b4cc-70a0fbb8f500", "tenant_id": "2ff455dc5ba24586842b7253195c0fb0", "port_range_min": null, "ethertype": "IPv4", "project_id": "2ff455dc5ba24586842b7253195c0fb0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T19:00:22Z", "revision_number": 0, "id": "f303e21f-71d3-4c8e-bfee-143c9ae09cf6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T19:00:22Z", "security_group_id": "53cd58d1-7ee2-45d1-b4cc-70a0fbb8f500", "tenant_id": "2ff455dc5ba24586842b7253195c0fb0", "port_range_min": null, "ethertype": "IPv6", "project_id": "2ff455dc5ba24586842b7253195c0fb0"}], "revision_number": 1, "project_id": "2ff455dc5ba24586842b7253195c0fb0", "id": "53cd58d1-7ee2-45d1-b4cc-70a0fbb8f500", "name": "default"}, {"description": "created by OPNFV Functest (shaker)", "tags": [], "tenant_id": "2ff455dc5ba24586842b7253195c0fb0", "created_at": "2018-08-15T19:00:42Z", "updated_at": "2018-08-15T19:00:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T19:00:42Z", "revision_number": 0, "id": "3c276192-90d3-4b43-893e-79ebf7b3307c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T19:00:42Z", "security_group_id": "a37e6802-2c7d-4ffb-ad83-c4d1bb69e338", "tenant_id": "2ff455dc5ba24586842b7253195c0fb0", "port_range_min": null, "ethertype": "IPv6", "project_id": "2ff455dc5ba24586842b7253195c0fb0"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-15T19:00:43Z", "revision_number": 0, "id": "3fedfc31-487b-40b8-8157-4833474f8ced", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T19:00:43Z", "security_group_id": "a37e6802-2c7d-4ffb-ad83-c4d1bb69e338", "tenant_id": "2ff455dc5ba24586842b7253195c0fb0", "port_range_min": null, "ethertype": "IPv4", "project_id": "2ff455dc5ba24586842b7253195c0fb0"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-15T19:00:42Z", "revision_number": 0, "id": "a68ab176-60ea-47e5-9e24-73a9cceaefa9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T19:00:42Z", "security_group_id": "a37e6802-2c7d-4ffb-ad83-c4d1bb69e338", "tenant_id": "2ff455dc5ba24586842b7253195c0fb0", "port_range_min": 22, "ethertype": "IPv4", "project_id": "2ff455dc5ba24586842b7253195c0fb0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T19:00:42Z", "revision_number": 0, "id": "fcc1a498-2ca7-4e0c-997a-52154ef5f9cf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T19:00:42Z", "security_group_id": "a37e6802-2c7d-4ffb-ad83-c4d1bb69e338", "tenant_id": "2ff455dc5ba24586842b7253195c0fb0", "port_range_min": null, "ethertype": "IPv4", "project_id": "2ff455dc5ba24586842b7253195c0fb0"}], "revision_number": 3, "project_id": "2ff455dc5ba24586842b7253195c0fb0", "id": "a37e6802-2c7d-4ffb-ad83-c4d1bb69e338", "name": "shaker-sg_36d32c75-903a-4f4f-bb63-599294d5c81b"}]} 2018-08-15 19:00:43,222 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-e34f0faf-7151-4a59-8d16-d7b806b5745d 2018-08-15 19:00:43,222 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.048033952713s 2018-08-15 19:00:43,222 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-e34f0faf-7151-4a59-8d16-d7b806b5745d 2018-08-15 19:00:43,225 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-15 19:00:43,226 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4b89feb68875fb64721c435964706bdca37986cb" -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": "a37e6802-2c7d-4ffb-ad83-c4d1bb69e338"}}' 2018-08-15 19:00:43,365 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 511 X-Openstack-Request-Id: req-5aa2f9a4-4941-4d12-9d21-f4149d63d318 Date: Wed, 15 Aug 2018 19:00:43 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-15T19:00:43Z", "security_group_id": "a37e6802-2c7d-4ffb-ad83-c4d1bb69e338", "port_range_min": 9000, "revision_number": 0, "tenant_id": "2ff455dc5ba24586842b7253195c0fb0", "created_at": "2018-08-15T19:00:43Z", "project_id": "2ff455dc5ba24586842b7253195c0fb0", "id": "d568bf01-e875-4eee-9875-8b4fd3b0ef32"}} 2018-08-15 19:00:43,365 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules.json used request id req-5aa2f9a4-4941-4d12-9d21-f4149d63d318 2018-08-15 19:00:43,366 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.140173196793s 2018-08-15 19:00:43,366 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules.json used request id req-5aa2f9a4-4941-4d12-9d21-f4149d63d318 2018-08-15 19:00:43,367 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-15 19:00:43,368 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4b89feb68875fb64721c435964706bdca37986cb" 2018-08-15 19:00:43,467 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1188 X-Openstack-Request-Id: req-a05e1dda-2566-4e03-964c-b9eef96c438c Date: Wed, 15 Aug 2018 19:00:43 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":["41d0bdeb-040a-4226-b7e6-7d8da362b821"],"updated_at":"2018-08-15T19:00:23Z","tenant_id":"2ff455dc5ba24586842b7253195c0fb0","created_at":"2018-08-15T19:00:22Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"2ff455dc5ba24586842b7253195c0fb0","id":"e2c4fd7f-9c15-4e06-81fe-aaf4e593c16c","name":"shaker-net_36d32c75-903a-4f4f-bb63-599294d5c81b"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["3ef75223-733d-425d-bb3e-88e8a796bebc"],"updated_at":"2018-08-15T17:41:36Z","tenant_id":"d2c267e1fee9461ba5e64a915b9518f5","created_at":"2018-08-15T17:16:26Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"d2c267e1fee9461ba5e64a915b9518f5","id":"fc8ca119-27ab-4070-99fa-a2993d11ee48","name":"external"}]} 2018-08-15 19:00:43,467 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-a05e1dda-2566-4e03-964c-b9eef96c438c 2018-08-15 19:00:43,467 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0995700359344s 2018-08-15 19:00:43,467 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-a05e1dda-2566-4e03-964c-b9eef96c438c 2018-08-15 19:00:43,472 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-15 19:00:43,476 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4b89feb68875fb64721c435964706bdca37986cb" 2018-08-15 19:00:43,508 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1390 Content-Type: application/json X-Openstack-Request-Id: req-35a1f8e7-6c6b-4ef7-8c33-3c42fb54d9c4 Date: Wed, 15 Aug 2018 19:00:43 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-15T19:00:41Z", "file": "/v2/images/49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c/file", "owner": "2ff455dc5ba24586842b7253195c0fb0", "id": "49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "size": 666173440, "self": "/v2/images/49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "5b6e74a9c6d1ae4031568048ae342306715a3d096910fe0bad4c8cb5f9969017", "locations": [{"url": "rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/shaker-img_36d32c75-903a-4f4f-bb63-599294d5c81b", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "cea74a063cc5ef2b018ec12beb0bf961", "name": "shaker-img_36d32c75-903a-4f4f-bb63-599294d5c81b", "checksum": "cea74a063cc5ef2b018ec12beb0bf961", "created_at": "2018-08-15T19:00:31Z", "os_hidden": false, "protected": false, "os_hash_value": "9036cc0c5162bf666168b7d8b4cf5a1ef825eb799dbbaba08a619fd983bb8f39b7998e678e2fddff8b5a21b3a2c6af7127d52083c6c49f856c68d975e3a7a408"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-15 19:00:43,508 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-35a1f8e7-6c6b-4ef7-8c33-3c42fb54d9c4 2018-08-15 19:00:43,508 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0362679958344s 2018-08-15 19:00:43,509 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-35a1f8e7-6c6b-4ef7-8c33-3c42fb54d9c4 2018-08-15 19:00:43,510 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-15 19:00:43,513 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4b89feb68875fb64721c435964706bdca37986cb" 2018-08-15 19:00:43,534 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 19:00:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-105ec8d4-b83d-493b-bfa7-65c4ad185a5b x-compute-request-id: req-105ec8d4-b83d-493b-bfa7-65c4ad185a5b Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "shaker-flavor_36d32c75-903a-4f4f-bb63-599294d5c81b", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "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": "fb68907c-b7b8-4cca-9f22-b27af31ac7b0"}]} 2018-08-15 19:00:43,534 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-105ec8d4-b83d-493b-bfa7-65c4ad185a5b 2018-08-15 19:00:43,534 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0241131782532s 2018-08-15 19:00:43,535 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-105ec8d4-b83d-493b-bfa7-65c4ad185a5b 2018-08-15 19:00:43,536 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-15 19:00:43,539 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4b89feb68875fb64721c435964706bdca37986cb" -d '{"server": {"name": "shaker-vm_36d32c75-903a-4f4f-bb63-599294d5c81b", "imageRef": "49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "key_name": "shaker-kp_36d32c75-903a-4f4f-bb63-599294d5c81b", "flavorRef": "fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "max_count": 1, "min_count": 1, "networks": [{"uuid": "e2c4fd7f-9c15-4e06-81fe-aaf4e593c16c"}], "security_groups": [{"name": "a37e6802-2c7d-4ffb-ad83-c4d1bb69e338"}]}}' 2018-08-15 19:00:45,046 - keystoneauth.session - DEBUG - RESP: [202] Date: Wed, 15 Aug 2018 19:00:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-9fc97e35-59dc-414e-a374-5aeb46241341 x-compute-request-id: req-9fc97e35-59dc-414e-a374-5aeb46241341 Content-Length: 403 location: http://172.30.9.27:8774/v2.1/servers/ce456fff-07dc-4039-9b4b-ff12691770bc Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "a37e6802-2c7d-4ffb-ad83-c4d1bb69e338"}], "OS-DCF:diskConfig": "MANUAL", "id": "ce456fff-07dc-4039-9b4b-ff12691770bc", "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/ce456fff-07dc-4039-9b4b-ff12691770bc", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/ce456fff-07dc-4039-9b4b-ff12691770bc", "rel": "bookmark"}], "adminPass": "ggm8cRNfuAi8"}} 2018-08-15 19:00:45,046 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-9fc97e35-59dc-414e-a374-5aeb46241341 2018-08-15 19:00:45,047 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 1.51013612747s 2018-08-15 19:00:45,047 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-9fc97e35-59dc-414e-a374-5aeb46241341 2018-08-15 19:00:45,048 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 19:00:45,050 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4b89feb68875fb64721c435964706bdca37986cb" 2018-08-15 19:00:45,586 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 19:00:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-25bb40cd-a449-4c9a-bbb1-f6c798fbe7a7 x-compute-request-id: req-25bb40cd-a449-4c9a-bbb1-f6c798fbe7a7 Content-Encoding: gzip Content-Length: 600 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/ce456fff-07dc-4039-9b4b-ff12691770bc", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/ce456fff-07dc-4039-9b4b-ff12691770bc", "rel": "bookmark"}], "image": {"id": "49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "links": [{"href": "http://172.30.9.27:8774/images/49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "links": [{"href": "http://172.30.9.27:8774/flavors/fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "rel": "bookmark"}]}, "id": "ce456fff-07dc-4039-9b4b-ff12691770bc", "user_id": "09792f3cb31a438483ec79592faf3c45", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T19:00:45Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_36d32c75-903a-4f4f-bb63-599294d5c81b", "name": "shaker-vm_36d32c75-903a-4f4f-bb63-599294d5c81b", "created": "2018-08-15T19:00:45Z", "tenant_id": "2ff455dc5ba24586842b7253195c0fb0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 19:00:45,586 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-25bb40cd-a449-4c9a-bbb1-f6c798fbe7a7 2018-08-15 19:00:45,586 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.538466215134s 2018-08-15 19:00:45,587 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-25bb40cd-a449-4c9a-bbb1-f6c798fbe7a7 2018-08-15 19:00:45,594 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-15 19:00:45,594 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4b89feb68875fb64721c435964706bdca37986cb" 2018-08-15 19:00:45,679 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1188 X-Openstack-Request-Id: req-48bb5149-70c5-48e9-9af0-747b74219814 Date: Wed, 15 Aug 2018 19:00:45 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":["41d0bdeb-040a-4226-b7e6-7d8da362b821"],"updated_at":"2018-08-15T19:00:23Z","tenant_id":"2ff455dc5ba24586842b7253195c0fb0","created_at":"2018-08-15T19:00:22Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"2ff455dc5ba24586842b7253195c0fb0","id":"e2c4fd7f-9c15-4e06-81fe-aaf4e593c16c","name":"shaker-net_36d32c75-903a-4f4f-bb63-599294d5c81b"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["3ef75223-733d-425d-bb3e-88e8a796bebc"],"updated_at":"2018-08-15T17:41:36Z","tenant_id":"d2c267e1fee9461ba5e64a915b9518f5","created_at":"2018-08-15T17:16:26Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"d2c267e1fee9461ba5e64a915b9518f5","id":"fc8ca119-27ab-4070-99fa-a2993d11ee48","name":"external"}]} 2018-08-15 19:00:45,679 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-48bb5149-70c5-48e9-9af0-747b74219814 2018-08-15 19:00:45,679 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0853109359741s 2018-08-15 19:00:45,680 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-48bb5149-70c5-48e9-9af0-747b74219814 2018-08-15 19:00:45,680 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-15 19:00:45,681 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4b89feb68875fb64721c435964706bdca37986cb" 2018-08-15 19:00:45,723 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 677 X-Openstack-Request-Id: req-f9c32444-abf3-4952-96e7-1aaa0fab7ef7 Date: Wed, 15 Aug 2018 19:00:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e2c4fd7f-9c15-4e06-81fe-aaf4e593c16c","tenant_id":"2ff455dc5ba24586842b7253195c0fb0","created_at":"2018-08-15T19:00:23Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-15T19:00:23Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"2ff455dc5ba24586842b7253195c0fb0","id":"41d0bdeb-040a-4226-b7e6-7d8da362b821","subnetpool_id":null,"name":"shaker-subnet_36d32c75-903a-4f4f-bb63-599294d5c81b"}]} 2018-08-15 19:00:45,724 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-f9c32444-abf3-4952-96e7-1aaa0fab7ef7 2018-08-15 19:00:45,724 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0431559085846s 2018-08-15 19:00:45,724 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-f9c32444-abf3-4952-96e7-1aaa0fab7ef7 2018-08-15 19:00:45,725 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 19:00:47,728 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 19:00:47,731 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4b89feb68875fb64721c435964706bdca37986cb" 2018-08-15 19:00:48,333 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 19:00:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bf99f230-5768-4ad6-bbaf-6ce74277d556 x-compute-request-id: req-bf99f230-5768-4ad6-bbaf-6ce74277d556 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.27:8774/v2.1/servers/ce456fff-07dc-4039-9b4b-ff12691770bc", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/ce456fff-07dc-4039-9b4b-ff12691770bc", "rel": "bookmark"}], "image": {"id": "49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "links": [{"href": "http://172.30.9.27:8774/images/49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "links": [{"href": "http://172.30.9.27:8774/flavors/fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "rel": "bookmark"}]}, "id": "ce456fff-07dc-4039-9b4b-ff12691770bc", "user_id": "09792f3cb31a438483ec79592faf3c45", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T19:00:47Z", "hostId": "561e4995802169e7a66e628976ae0e3f2abdc610f2c3684386665daa", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_36d32c75-903a-4f4f-bb63-599294d5c81b", "name": "shaker-vm_36d32c75-903a-4f4f-bb63-599294d5c81b", "created": "2018-08-15T19:00:45Z", "tenant_id": "2ff455dc5ba24586842b7253195c0fb0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 19:00:48,333 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-bf99f230-5768-4ad6-bbaf-6ce74277d556 2018-08-15 19:00:48,334 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.60565495491s 2018-08-15 19:00:48,334 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-bf99f230-5768-4ad6-bbaf-6ce74277d556 2018-08-15 19:00:48,338 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 19:00:50,340 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 19:00:50,343 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4b89feb68875fb64721c435964706bdca37986cb" 2018-08-15 19:00:51,019 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 19:00:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0260dbfb-b487-474a-9421-d72ef36c801d x-compute-request-id: req-0260dbfb-b487-474a-9421-d72ef36c801d Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/ce456fff-07dc-4039-9b4b-ff12691770bc", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/ce456fff-07dc-4039-9b4b-ff12691770bc", "rel": "bookmark"}], "image": {"id": "49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "links": [{"href": "http://172.30.9.27:8774/images/49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "links": [{"href": "http://172.30.9.27:8774/flavors/fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "rel": "bookmark"}]}, "id": "ce456fff-07dc-4039-9b4b-ff12691770bc", "security_groups": [{"name": "shaker-sg_36d32c75-903a-4f4f-bb63-599294d5c81b"}], "user_id": "09792f3cb31a438483ec79592faf3c45", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T19:00:48Z", "hostId": "561e4995802169e7a66e628976ae0e3f2abdc610f2c3684386665daa", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_36d32c75-903a-4f4f-bb63-599294d5c81b", "name": "shaker-vm_36d32c75-903a-4f4f-bb63-599294d5c81b", "created": "2018-08-15T19:00:45Z", "tenant_id": "2ff455dc5ba24586842b7253195c0fb0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 19:00:51,019 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-0260dbfb-b487-474a-9421-d72ef36c801d 2018-08-15 19:00:51,020 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.678948163986s 2018-08-15 19:00:51,020 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-0260dbfb-b487-474a-9421-d72ef36c801d 2018-08-15 19:00:51,023 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 19:00:53,026 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 19:00:53,029 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4b89feb68875fb64721c435964706bdca37986cb" 2018-08-15 19:00:53,238 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 19:00:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9f46a68b-9f8c-49c0-90dd-38a1302768fd x-compute-request-id: req-9f46a68b-9f8c-49c0-90dd-38a1302768fd Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/ce456fff-07dc-4039-9b4b-ff12691770bc", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/ce456fff-07dc-4039-9b4b-ff12691770bc", "rel": "bookmark"}], "image": {"id": "49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "links": [{"href": "http://172.30.9.27:8774/images/49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "links": [{"href": "http://172.30.9.27:8774/flavors/fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "rel": "bookmark"}]}, "id": "ce456fff-07dc-4039-9b4b-ff12691770bc", "security_groups": [{"name": "shaker-sg_36d32c75-903a-4f4f-bb63-599294d5c81b"}], "user_id": "09792f3cb31a438483ec79592faf3c45", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T19:00:48Z", "hostId": "561e4995802169e7a66e628976ae0e3f2abdc610f2c3684386665daa", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_36d32c75-903a-4f4f-bb63-599294d5c81b", "name": "shaker-vm_36d32c75-903a-4f4f-bb63-599294d5c81b", "created": "2018-08-15T19:00:45Z", "tenant_id": "2ff455dc5ba24586842b7253195c0fb0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 19:00:53,238 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-9f46a68b-9f8c-49c0-90dd-38a1302768fd 2018-08-15 19:00:53,238 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.212160110474s 2018-08-15 19:00:53,239 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-9f46a68b-9f8c-49c0-90dd-38a1302768fd 2018-08-15 19:00:53,243 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 19:00:55,245 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 19:00:55,248 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4b89feb68875fb64721c435964706bdca37986cb" 2018-08-15 19:00:55,733 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 19:00:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fbd2097f-b920-4fdb-940a-51a4a090c6f7 x-compute-request-id: req-fbd2097f-b920-4fdb-940a-51a4a090c6f7 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/ce456fff-07dc-4039-9b4b-ff12691770bc", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/ce456fff-07dc-4039-9b4b-ff12691770bc", "rel": "bookmark"}], "image": {"id": "49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "links": [{"href": "http://172.30.9.27:8774/images/49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "links": [{"href": "http://172.30.9.27:8774/flavors/fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "rel": "bookmark"}]}, "id": "ce456fff-07dc-4039-9b4b-ff12691770bc", "security_groups": [{"name": "shaker-sg_36d32c75-903a-4f4f-bb63-599294d5c81b"}], "user_id": "09792f3cb31a438483ec79592faf3c45", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T19:00:48Z", "hostId": "561e4995802169e7a66e628976ae0e3f2abdc610f2c3684386665daa", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_36d32c75-903a-4f4f-bb63-599294d5c81b", "name": "shaker-vm_36d32c75-903a-4f4f-bb63-599294d5c81b", "created": "2018-08-15T19:00:45Z", "tenant_id": "2ff455dc5ba24586842b7253195c0fb0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 19:00:55,733 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-fbd2097f-b920-4fdb-940a-51a4a090c6f7 2018-08-15 19:00:55,734 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.488372087479s 2018-08-15 19:00:55,734 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-fbd2097f-b920-4fdb-940a-51a4a090c6f7 2018-08-15 19:00:55,737 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 19:00:57,740 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 19:00:57,743 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4b89feb68875fb64721c435964706bdca37986cb" 2018-08-15 19:00:58,082 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 19:00:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-30997f30-10ca-42c7-bf16-c92b961f8864 x-compute-request-id: req-30997f30-10ca-42c7-bf16-c92b961f8864 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/ce456fff-07dc-4039-9b4b-ff12691770bc", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/ce456fff-07dc-4039-9b4b-ff12691770bc", "rel": "bookmark"}], "image": {"id": "49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "links": [{"href": "http://172.30.9.27:8774/images/49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "links": [{"href": "http://172.30.9.27:8774/flavors/fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "rel": "bookmark"}]}, "id": "ce456fff-07dc-4039-9b4b-ff12691770bc", "security_groups": [{"name": "shaker-sg_36d32c75-903a-4f4f-bb63-599294d5c81b"}], "user_id": "09792f3cb31a438483ec79592faf3c45", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T19:00:48Z", "hostId": "561e4995802169e7a66e628976ae0e3f2abdc610f2c3684386665daa", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_36d32c75-903a-4f4f-bb63-599294d5c81b", "name": "shaker-vm_36d32c75-903a-4f4f-bb63-599294d5c81b", "created": "2018-08-15T19:00:45Z", "tenant_id": "2ff455dc5ba24586842b7253195c0fb0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 19:00:58,082 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-30997f30-10ca-42c7-bf16-c92b961f8864 2018-08-15 19:00:58,083 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.342483043671s 2018-08-15 19:00:58,083 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-30997f30-10ca-42c7-bf16-c92b961f8864 2018-08-15 19:00:58,087 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 19:01:00,090 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 19:01:00,092 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4b89feb68875fb64721c435964706bdca37986cb" 2018-08-15 19:01:00,264 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 19:01:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a6f152bf-f098-4d0e-b778-da239b16bfbd x-compute-request-id: req-a6f152bf-f098-4d0e-b778-da239b16bfbd Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/ce456fff-07dc-4039-9b4b-ff12691770bc", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/ce456fff-07dc-4039-9b4b-ff12691770bc", "rel": "bookmark"}], "image": {"id": "49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "links": [{"href": "http://172.30.9.27:8774/images/49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "links": [{"href": "http://172.30.9.27:8774/flavors/fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "rel": "bookmark"}]}, "id": "ce456fff-07dc-4039-9b4b-ff12691770bc", "security_groups": [{"name": "shaker-sg_36d32c75-903a-4f4f-bb63-599294d5c81b"}], "user_id": "09792f3cb31a438483ec79592faf3c45", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T19:00:48Z", "hostId": "561e4995802169e7a66e628976ae0e3f2abdc610f2c3684386665daa", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_36d32c75-903a-4f4f-bb63-599294d5c81b", "name": "shaker-vm_36d32c75-903a-4f4f-bb63-599294d5c81b", "created": "2018-08-15T19:00:45Z", "tenant_id": "2ff455dc5ba24586842b7253195c0fb0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 19:01:00,264 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-a6f152bf-f098-4d0e-b778-da239b16bfbd 2018-08-15 19:01:00,264 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.174449205399s 2018-08-15 19:01:00,265 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-a6f152bf-f098-4d0e-b778-da239b16bfbd 2018-08-15 19:01:00,269 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 19:01:02,271 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 19:01:02,275 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4b89feb68875fb64721c435964706bdca37986cb" 2018-08-15 19:01:02,892 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 19:01:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-de59ca33-695d-4fc9-a7a1-882fa57f8fdb x-compute-request-id: req-de59ca33-695d-4fc9-a7a1-882fa57f8fdb Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/ce456fff-07dc-4039-9b4b-ff12691770bc", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/ce456fff-07dc-4039-9b4b-ff12691770bc", "rel": "bookmark"}], "image": {"id": "49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "links": [{"href": "http://172.30.9.27:8774/images/49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "links": [{"href": "http://172.30.9.27:8774/flavors/fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "rel": "bookmark"}]}, "id": "ce456fff-07dc-4039-9b4b-ff12691770bc", "security_groups": [{"name": "shaker-sg_36d32c75-903a-4f4f-bb63-599294d5c81b"}], "user_id": "09792f3cb31a438483ec79592faf3c45", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T19:00:48Z", "hostId": "561e4995802169e7a66e628976ae0e3f2abdc610f2c3684386665daa", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_36d32c75-903a-4f4f-bb63-599294d5c81b", "name": "shaker-vm_36d32c75-903a-4f4f-bb63-599294d5c81b", "created": "2018-08-15T19:00:45Z", "tenant_id": "2ff455dc5ba24586842b7253195c0fb0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 19:01:02,892 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-de59ca33-695d-4fc9-a7a1-882fa57f8fdb 2018-08-15 19:01:02,892 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.620338201523s 2018-08-15 19:01:02,892 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-de59ca33-695d-4fc9-a7a1-882fa57f8fdb 2018-08-15 19:01:02,894 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 19:01:04,897 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 19:01:04,900 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4b89feb68875fb64721c435964706bdca37986cb" 2018-08-15 19:01:05,501 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 19:01:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4cbc3ab6-ff6d-4b1b-aeae-cc20178b54d8 x-compute-request-id: req-4cbc3ab6-ff6d-4b1b-aeae-cc20178b54d8 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/ce456fff-07dc-4039-9b4b-ff12691770bc", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/ce456fff-07dc-4039-9b4b-ff12691770bc", "rel": "bookmark"}], "image": {"id": "49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "links": [{"href": "http://172.30.9.27:8774/images/49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "links": [{"href": "http://172.30.9.27:8774/flavors/fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "rel": "bookmark"}]}, "id": "ce456fff-07dc-4039-9b4b-ff12691770bc", "security_groups": [{"name": "shaker-sg_36d32c75-903a-4f4f-bb63-599294d5c81b"}], "user_id": "09792f3cb31a438483ec79592faf3c45", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T19:00:48Z", "hostId": "561e4995802169e7a66e628976ae0e3f2abdc610f2c3684386665daa", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_36d32c75-903a-4f4f-bb63-599294d5c81b", "name": "shaker-vm_36d32c75-903a-4f4f-bb63-599294d5c81b", "created": "2018-08-15T19:00:45Z", "tenant_id": "2ff455dc5ba24586842b7253195c0fb0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 19:01:05,502 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-4cbc3ab6-ff6d-4b1b-aeae-cc20178b54d8 2018-08-15 19:01:05,502 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.60494017601s 2018-08-15 19:01:05,502 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-4cbc3ab6-ff6d-4b1b-aeae-cc20178b54d8 2018-08-15 19:01:05,506 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 19:01:07,509 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 19:01:07,512 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4b89feb68875fb64721c435964706bdca37986cb" 2018-08-15 19:01:08,126 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 19:01:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b1727156-a1db-41f6-b37b-54f95d868544 x-compute-request-id: req-b1727156-a1db-41f6-b37b-54f95d868544 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/ce456fff-07dc-4039-9b4b-ff12691770bc", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/ce456fff-07dc-4039-9b4b-ff12691770bc", "rel": "bookmark"}], "image": {"id": "49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "links": [{"href": "http://172.30.9.27:8774/images/49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "links": [{"href": "http://172.30.9.27:8774/flavors/fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "rel": "bookmark"}]}, "id": "ce456fff-07dc-4039-9b4b-ff12691770bc", "security_groups": [{"name": "shaker-sg_36d32c75-903a-4f4f-bb63-599294d5c81b"}], "user_id": "09792f3cb31a438483ec79592faf3c45", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T19:00:48Z", "hostId": "561e4995802169e7a66e628976ae0e3f2abdc610f2c3684386665daa", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_36d32c75-903a-4f4f-bb63-599294d5c81b", "name": "shaker-vm_36d32c75-903a-4f4f-bb63-599294d5c81b", "created": "2018-08-15T19:00:45Z", "tenant_id": "2ff455dc5ba24586842b7253195c0fb0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 19:01:08,126 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-b1727156-a1db-41f6-b37b-54f95d868544 2018-08-15 19:01:08,127 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.617401838303s 2018-08-15 19:01:08,127 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-b1727156-a1db-41f6-b37b-54f95d868544 2018-08-15 19:01:08,131 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 19:01:10,134 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 19:01:10,137 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4b89feb68875fb64721c435964706bdca37986cb" 2018-08-15 19:01:10,822 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 19:01:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c6317c04-6e4f-4acf-a1f3-0e7b77b888fe x-compute-request-id: req-c6317c04-6e4f-4acf-a1f3-0e7b77b888fe Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/ce456fff-07dc-4039-9b4b-ff12691770bc", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/ce456fff-07dc-4039-9b4b-ff12691770bc", "rel": "bookmark"}], "image": {"id": "49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "links": [{"href": "http://172.30.9.27:8774/images/49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "links": [{"href": "http://172.30.9.27:8774/flavors/fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "rel": "bookmark"}]}, "id": "ce456fff-07dc-4039-9b4b-ff12691770bc", "security_groups": [{"name": "shaker-sg_36d32c75-903a-4f4f-bb63-599294d5c81b"}], "user_id": "09792f3cb31a438483ec79592faf3c45", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T19:00:48Z", "hostId": "561e4995802169e7a66e628976ae0e3f2abdc610f2c3684386665daa", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_36d32c75-903a-4f4f-bb63-599294d5c81b", "name": "shaker-vm_36d32c75-903a-4f4f-bb63-599294d5c81b", "created": "2018-08-15T19:00:45Z", "tenant_id": "2ff455dc5ba24586842b7253195c0fb0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 19:01:10,822 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-c6317c04-6e4f-4acf-a1f3-0e7b77b888fe 2018-08-15 19:01:10,822 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.688008069992s 2018-08-15 19:01:10,822 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-c6317c04-6e4f-4acf-a1f3-0e7b77b888fe 2018-08-15 19:01:10,826 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 19:01:12,829 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 19:01:12,831 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4b89feb68875fb64721c435964706bdca37986cb" 2018-08-15 19:01:13,187 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 19:01: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-3b30b297-36c2-47a6-b175-8927b10e2566 x-compute-request-id: req-3b30b297-36c2-47a6-b175-8927b10e2566 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/ce456fff-07dc-4039-9b4b-ff12691770bc", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/ce456fff-07dc-4039-9b4b-ff12691770bc", "rel": "bookmark"}], "image": {"id": "49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "links": [{"href": "http://172.30.9.27:8774/images/49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "links": [{"href": "http://172.30.9.27:8774/flavors/fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "rel": "bookmark"}]}, "id": "ce456fff-07dc-4039-9b4b-ff12691770bc", "security_groups": [{"name": "shaker-sg_36d32c75-903a-4f4f-bb63-599294d5c81b"}], "user_id": "09792f3cb31a438483ec79592faf3c45", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T19:00:48Z", "hostId": "561e4995802169e7a66e628976ae0e3f2abdc610f2c3684386665daa", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_36d32c75-903a-4f4f-bb63-599294d5c81b", "name": "shaker-vm_36d32c75-903a-4f4f-bb63-599294d5c81b", "created": "2018-08-15T19:00:45Z", "tenant_id": "2ff455dc5ba24586842b7253195c0fb0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 19:01:13,187 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-3b30b297-36c2-47a6-b175-8927b10e2566 2018-08-15 19:01:13,187 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.358294010162s 2018-08-15 19:01:13,187 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-3b30b297-36c2-47a6-b175-8927b10e2566 2018-08-15 19:01:13,191 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 19:01:15,194 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 19:01:15,196 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4b89feb68875fb64721c435964706bdca37986cb" 2018-08-15 19:01:15,651 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 19:01:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b8a4f185-4eff-4d77-95ec-03d98de8e696 x-compute-request-id: req-b8a4f185-4eff-4d77-95ec-03d98de8e696 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/ce456fff-07dc-4039-9b4b-ff12691770bc", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/ce456fff-07dc-4039-9b4b-ff12691770bc", "rel": "bookmark"}], "image": {"id": "49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "links": [{"href": "http://172.30.9.27:8774/images/49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "links": [{"href": "http://172.30.9.27:8774/flavors/fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "rel": "bookmark"}]}, "id": "ce456fff-07dc-4039-9b4b-ff12691770bc", "security_groups": [{"name": "shaker-sg_36d32c75-903a-4f4f-bb63-599294d5c81b"}], "user_id": "09792f3cb31a438483ec79592faf3c45", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T19:00:48Z", "hostId": "561e4995802169e7a66e628976ae0e3f2abdc610f2c3684386665daa", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_36d32c75-903a-4f4f-bb63-599294d5c81b", "name": "shaker-vm_36d32c75-903a-4f4f-bb63-599294d5c81b", "created": "2018-08-15T19:00:45Z", "tenant_id": "2ff455dc5ba24586842b7253195c0fb0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 19:01:15,651 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-b8a4f185-4eff-4d77-95ec-03d98de8e696 2018-08-15 19:01:15,652 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.457813024521s 2018-08-15 19:01:15,652 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-b8a4f185-4eff-4d77-95ec-03d98de8e696 2018-08-15 19:01:15,655 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 19:01:17,658 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 19:01:17,661 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4b89feb68875fb64721c435964706bdca37986cb" 2018-08-15 19:01:17,829 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 19:01:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cf1e0fc9-7fd3-4c3a-89ff-7a856133f2d4 x-compute-request-id: req-cf1e0fc9-7fd3-4c3a-89ff-7a856133f2d4 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/ce456fff-07dc-4039-9b4b-ff12691770bc", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/ce456fff-07dc-4039-9b4b-ff12691770bc", "rel": "bookmark"}], "image": {"id": "49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "links": [{"href": "http://172.30.9.27:8774/images/49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "links": [{"href": "http://172.30.9.27:8774/flavors/fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "rel": "bookmark"}]}, "id": "ce456fff-07dc-4039-9b4b-ff12691770bc", "security_groups": [{"name": "shaker-sg_36d32c75-903a-4f4f-bb63-599294d5c81b"}], "user_id": "09792f3cb31a438483ec79592faf3c45", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T19:00:48Z", "hostId": "561e4995802169e7a66e628976ae0e3f2abdc610f2c3684386665daa", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_36d32c75-903a-4f4f-bb63-599294d5c81b", "name": "shaker-vm_36d32c75-903a-4f4f-bb63-599294d5c81b", "created": "2018-08-15T19:00:45Z", "tenant_id": "2ff455dc5ba24586842b7253195c0fb0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 19:01:17,830 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-cf1e0fc9-7fd3-4c3a-89ff-7a856133f2d4 2018-08-15 19:01:17,830 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.171244859695s 2018-08-15 19:01:17,830 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-cf1e0fc9-7fd3-4c3a-89ff-7a856133f2d4 2018-08-15 19:01:17,833 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 19:01:19,835 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 19:01:19,838 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4b89feb68875fb64721c435964706bdca37986cb" 2018-08-15 19:01:20,181 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 19:01: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-443f871a-1c74-409f-aa2f-112c4edd4dd3 x-compute-request-id: req-443f871a-1c74-409f-aa2f-112c4edd4dd3 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/ce456fff-07dc-4039-9b4b-ff12691770bc", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/ce456fff-07dc-4039-9b4b-ff12691770bc", "rel": "bookmark"}], "image": {"id": "49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "links": [{"href": "http://172.30.9.27:8774/images/49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "links": [{"href": "http://172.30.9.27:8774/flavors/fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "rel": "bookmark"}]}, "id": "ce456fff-07dc-4039-9b4b-ff12691770bc", "security_groups": [{"name": "shaker-sg_36d32c75-903a-4f4f-bb63-599294d5c81b"}], "user_id": "09792f3cb31a438483ec79592faf3c45", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T19:00:48Z", "hostId": "561e4995802169e7a66e628976ae0e3f2abdc610f2c3684386665daa", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_36d32c75-903a-4f4f-bb63-599294d5c81b", "name": "shaker-vm_36d32c75-903a-4f4f-bb63-599294d5c81b", "created": "2018-08-15T19:00:45Z", "tenant_id": "2ff455dc5ba24586842b7253195c0fb0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 19:01:20,182 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-443f871a-1c74-409f-aa2f-112c4edd4dd3 2018-08-15 19:01:20,182 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.34600687027s 2018-08-15 19:01:20,182 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-443f871a-1c74-409f-aa2f-112c4edd4dd3 2018-08-15 19:01:20,186 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 19:01:22,189 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 19:01:22,192 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4b89feb68875fb64721c435964706bdca37986cb" 2018-08-15 19:01:22,867 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 19:01: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-1e2f3f88-8315-41bf-9c6e-9b9599298c1c x-compute-request-id: req-1e2f3f88-8315-41bf-9c6e-9b9599298c1c Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/ce456fff-07dc-4039-9b4b-ff12691770bc", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/ce456fff-07dc-4039-9b4b-ff12691770bc", "rel": "bookmark"}], "image": {"id": "49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "links": [{"href": "http://172.30.9.27:8774/images/49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "links": [{"href": "http://172.30.9.27:8774/flavors/fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "rel": "bookmark"}]}, "id": "ce456fff-07dc-4039-9b4b-ff12691770bc", "security_groups": [{"name": "shaker-sg_36d32c75-903a-4f4f-bb63-599294d5c81b"}], "user_id": "09792f3cb31a438483ec79592faf3c45", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T19:00:48Z", "hostId": "561e4995802169e7a66e628976ae0e3f2abdc610f2c3684386665daa", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_36d32c75-903a-4f4f-bb63-599294d5c81b", "name": "shaker-vm_36d32c75-903a-4f4f-bb63-599294d5c81b", "created": "2018-08-15T19:00:45Z", "tenant_id": "2ff455dc5ba24586842b7253195c0fb0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 19:01:22,868 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-1e2f3f88-8315-41bf-9c6e-9b9599298c1c 2018-08-15 19:01:22,868 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.67845416069s 2018-08-15 19:01:22,868 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-1e2f3f88-8315-41bf-9c6e-9b9599298c1c 2018-08-15 19:01:22,872 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 19:01:24,875 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 19:01:24,877 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4b89feb68875fb64721c435964706bdca37986cb" 2018-08-15 19:01:25,072 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 19:01: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-2ed90e7a-e1d0-4186-a05c-b90907b148cd x-compute-request-id: req-2ed90e7a-e1d0-4186-a05c-b90907b148cd Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/ce456fff-07dc-4039-9b4b-ff12691770bc", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/ce456fff-07dc-4039-9b4b-ff12691770bc", "rel": "bookmark"}], "image": {"id": "49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "links": [{"href": "http://172.30.9.27:8774/images/49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "links": [{"href": "http://172.30.9.27:8774/flavors/fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "rel": "bookmark"}]}, "id": "ce456fff-07dc-4039-9b4b-ff12691770bc", "security_groups": [{"name": "shaker-sg_36d32c75-903a-4f4f-bb63-599294d5c81b"}], "user_id": "09792f3cb31a438483ec79592faf3c45", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T19:00:48Z", "hostId": "561e4995802169e7a66e628976ae0e3f2abdc610f2c3684386665daa", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_36d32c75-903a-4f4f-bb63-599294d5c81b", "name": "shaker-vm_36d32c75-903a-4f4f-bb63-599294d5c81b", "created": "2018-08-15T19:00:45Z", "tenant_id": "2ff455dc5ba24586842b7253195c0fb0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 19:01:25,073 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-2ed90e7a-e1d0-4186-a05c-b90907b148cd 2018-08-15 19:01:25,073 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.198066949844s 2018-08-15 19:01:25,073 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-2ed90e7a-e1d0-4186-a05c-b90907b148cd 2018-08-15 19:01:25,077 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 19:01:27,080 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 19:01:27,082 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4b89feb68875fb64721c435964706bdca37986cb" 2018-08-15 19:01:27,670 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 19:01: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-23d65e5c-0931-4293-8e81-a6e423bb83a7 x-compute-request-id: req-23d65e5c-0931-4293-8e81-a6e423bb83a7 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/ce456fff-07dc-4039-9b4b-ff12691770bc", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/ce456fff-07dc-4039-9b4b-ff12691770bc", "rel": "bookmark"}], "image": {"id": "49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "links": [{"href": "http://172.30.9.27:8774/images/49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "links": [{"href": "http://172.30.9.27:8774/flavors/fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "rel": "bookmark"}]}, "id": "ce456fff-07dc-4039-9b4b-ff12691770bc", "security_groups": [{"name": "shaker-sg_36d32c75-903a-4f4f-bb63-599294d5c81b"}], "user_id": "09792f3cb31a438483ec79592faf3c45", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T19:00:48Z", "hostId": "561e4995802169e7a66e628976ae0e3f2abdc610f2c3684386665daa", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_36d32c75-903a-4f4f-bb63-599294d5c81b", "name": "shaker-vm_36d32c75-903a-4f4f-bb63-599294d5c81b", "created": "2018-08-15T19:00:45Z", "tenant_id": "2ff455dc5ba24586842b7253195c0fb0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 19:01:27,670 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-23d65e5c-0931-4293-8e81-a6e423bb83a7 2018-08-15 19:01:27,670 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.590306043625s 2018-08-15 19:01:27,670 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-23d65e5c-0931-4293-8e81-a6e423bb83a7 2018-08-15 19:01:27,674 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 19:01:29,676 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 19:01:29,679 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4b89feb68875fb64721c435964706bdca37986cb" 2018-08-15 19:01:30,033 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 19:01:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-614c06b1-550f-46b8-93e3-a7669cc4401d x-compute-request-id: req-614c06b1-550f-46b8-93e3-a7669cc4401d Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/ce456fff-07dc-4039-9b4b-ff12691770bc", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/ce456fff-07dc-4039-9b4b-ff12691770bc", "rel": "bookmark"}], "image": {"id": "49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "links": [{"href": "http://172.30.9.27:8774/images/49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "links": [{"href": "http://172.30.9.27:8774/flavors/fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "rel": "bookmark"}]}, "id": "ce456fff-07dc-4039-9b4b-ff12691770bc", "security_groups": [{"name": "shaker-sg_36d32c75-903a-4f4f-bb63-599294d5c81b"}], "user_id": "09792f3cb31a438483ec79592faf3c45", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T19:00:48Z", "hostId": "561e4995802169e7a66e628976ae0e3f2abdc610f2c3684386665daa", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_36d32c75-903a-4f4f-bb63-599294d5c81b", "name": "shaker-vm_36d32c75-903a-4f4f-bb63-599294d5c81b", "created": "2018-08-15T19:00:45Z", "tenant_id": "2ff455dc5ba24586842b7253195c0fb0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 19:01:30,033 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-614c06b1-550f-46b8-93e3-a7669cc4401d 2018-08-15 19:01:30,034 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.357058048248s 2018-08-15 19:01:30,034 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-614c06b1-550f-46b8-93e3-a7669cc4401d 2018-08-15 19:01:30,038 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 19:01:32,040 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 19:01:32,043 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4b89feb68875fb64721c435964706bdca37986cb" 2018-08-15 19:01:32,218 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 19:01: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-76318529-d0d8-40da-8916-970956c9c08e x-compute-request-id: req-76318529-d0d8-40da-8916-970956c9c08e Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/ce456fff-07dc-4039-9b4b-ff12691770bc", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/ce456fff-07dc-4039-9b4b-ff12691770bc", "rel": "bookmark"}], "image": {"id": "49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "links": [{"href": "http://172.30.9.27:8774/images/49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "links": [{"href": "http://172.30.9.27:8774/flavors/fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "rel": "bookmark"}]}, "id": "ce456fff-07dc-4039-9b4b-ff12691770bc", "security_groups": [{"name": "shaker-sg_36d32c75-903a-4f4f-bb63-599294d5c81b"}], "user_id": "09792f3cb31a438483ec79592faf3c45", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T19:00:48Z", "hostId": "561e4995802169e7a66e628976ae0e3f2abdc610f2c3684386665daa", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_36d32c75-903a-4f4f-bb63-599294d5c81b", "name": "shaker-vm_36d32c75-903a-4f4f-bb63-599294d5c81b", "created": "2018-08-15T19:00:45Z", "tenant_id": "2ff455dc5ba24586842b7253195c0fb0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 19:01:32,218 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-76318529-d0d8-40da-8916-970956c9c08e 2018-08-15 19:01:32,219 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.178045034409s 2018-08-15 19:01:32,219 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-76318529-d0d8-40da-8916-970956c9c08e 2018-08-15 19:01:32,222 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 19:01:34,225 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 19:01:34,228 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4b89feb68875fb64721c435964706bdca37986cb" 2018-08-15 19:01:34,650 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 19:01: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-279521bf-d40d-4d96-a0d8-c501291d49ac x-compute-request-id: req-279521bf-d40d-4d96-a0d8-c501291d49ac Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/ce456fff-07dc-4039-9b4b-ff12691770bc", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/ce456fff-07dc-4039-9b4b-ff12691770bc", "rel": "bookmark"}], "image": {"id": "49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "links": [{"href": "http://172.30.9.27:8774/images/49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "links": [{"href": "http://172.30.9.27:8774/flavors/fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "rel": "bookmark"}]}, "id": "ce456fff-07dc-4039-9b4b-ff12691770bc", "security_groups": [{"name": "shaker-sg_36d32c75-903a-4f4f-bb63-599294d5c81b"}], "user_id": "09792f3cb31a438483ec79592faf3c45", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T19:00:48Z", "hostId": "561e4995802169e7a66e628976ae0e3f2abdc610f2c3684386665daa", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_36d32c75-903a-4f4f-bb63-599294d5c81b", "name": "shaker-vm_36d32c75-903a-4f4f-bb63-599294d5c81b", "created": "2018-08-15T19:00:45Z", "tenant_id": "2ff455dc5ba24586842b7253195c0fb0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 19:01:34,650 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-279521bf-d40d-4d96-a0d8-c501291d49ac 2018-08-15 19:01:34,650 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.425359964371s 2018-08-15 19:01:34,651 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-279521bf-d40d-4d96-a0d8-c501291d49ac 2018-08-15 19:01:34,655 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 19:01:36,657 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 19:01:36,660 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4b89feb68875fb64721c435964706bdca37986cb" 2018-08-15 19:01:37,250 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 19:01:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9f609c95-741f-4e55-8277-8eac284972a9 x-compute-request-id: req-9f609c95-741f-4e55-8277-8eac284972a9 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/ce456fff-07dc-4039-9b4b-ff12691770bc", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/ce456fff-07dc-4039-9b4b-ff12691770bc", "rel": "bookmark"}], "image": {"id": "49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "links": [{"href": "http://172.30.9.27:8774/images/49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "links": [{"href": "http://172.30.9.27:8774/flavors/fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "rel": "bookmark"}]}, "id": "ce456fff-07dc-4039-9b4b-ff12691770bc", "security_groups": [{"name": "shaker-sg_36d32c75-903a-4f4f-bb63-599294d5c81b"}], "user_id": "09792f3cb31a438483ec79592faf3c45", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T19:00:48Z", "hostId": "561e4995802169e7a66e628976ae0e3f2abdc610f2c3684386665daa", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_36d32c75-903a-4f4f-bb63-599294d5c81b", "name": "shaker-vm_36d32c75-903a-4f4f-bb63-599294d5c81b", "created": "2018-08-15T19:00:45Z", "tenant_id": "2ff455dc5ba24586842b7253195c0fb0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 19:01:37,250 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-9f609c95-741f-4e55-8277-8eac284972a9 2018-08-15 19:01:37,250 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.592711925507s 2018-08-15 19:01:37,250 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-9f609c95-741f-4e55-8277-8eac284972a9 2018-08-15 19:01:37,255 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 19:01:39,258 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 19:01:39,261 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4b89feb68875fb64721c435964706bdca37986cb" 2018-08-15 19:01:39,625 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 19:01:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9889bf5c-f1ee-4ba6-954c-6050d42a13c7 x-compute-request-id: req-9889bf5c-f1ee-4ba6-954c-6050d42a13c7 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/ce456fff-07dc-4039-9b4b-ff12691770bc", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/ce456fff-07dc-4039-9b4b-ff12691770bc", "rel": "bookmark"}], "image": {"id": "49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "links": [{"href": "http://172.30.9.27:8774/images/49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "links": [{"href": "http://172.30.9.27:8774/flavors/fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "rel": "bookmark"}]}, "id": "ce456fff-07dc-4039-9b4b-ff12691770bc", "security_groups": [{"name": "shaker-sg_36d32c75-903a-4f4f-bb63-599294d5c81b"}], "user_id": "09792f3cb31a438483ec79592faf3c45", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T19:00:48Z", "hostId": "561e4995802169e7a66e628976ae0e3f2abdc610f2c3684386665daa", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_36d32c75-903a-4f4f-bb63-599294d5c81b", "name": "shaker-vm_36d32c75-903a-4f4f-bb63-599294d5c81b", "created": "2018-08-15T19:00:45Z", "tenant_id": "2ff455dc5ba24586842b7253195c0fb0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 19:01:39,626 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-9889bf5c-f1ee-4ba6-954c-6050d42a13c7 2018-08-15 19:01:39,626 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.367639064789s 2018-08-15 19:01:39,626 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-9889bf5c-f1ee-4ba6-954c-6050d42a13c7 2018-08-15 19:01:39,630 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 19:01:41,633 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 19:01:41,638 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4b89feb68875fb64721c435964706bdca37986cb" 2018-08-15 19:01:42,294 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 19:01:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b6b05fdc-0d1e-4373-a808-2abaa0b87247 x-compute-request-id: req-b6b05fdc-0d1e-4373-a808-2abaa0b87247 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/ce456fff-07dc-4039-9b4b-ff12691770bc", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/ce456fff-07dc-4039-9b4b-ff12691770bc", "rel": "bookmark"}], "image": {"id": "49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "links": [{"href": "http://172.30.9.27:8774/images/49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "links": [{"href": "http://172.30.9.27:8774/flavors/fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "rel": "bookmark"}]}, "id": "ce456fff-07dc-4039-9b4b-ff12691770bc", "security_groups": [{"name": "shaker-sg_36d32c75-903a-4f4f-bb63-599294d5c81b"}], "user_id": "09792f3cb31a438483ec79592faf3c45", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T19:00:48Z", "hostId": "561e4995802169e7a66e628976ae0e3f2abdc610f2c3684386665daa", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_36d32c75-903a-4f4f-bb63-599294d5c81b", "name": "shaker-vm_36d32c75-903a-4f4f-bb63-599294d5c81b", "created": "2018-08-15T19:00:45Z", "tenant_id": "2ff455dc5ba24586842b7253195c0fb0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 19:01:42,294 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-b6b05fdc-0d1e-4373-a808-2abaa0b87247 2018-08-15 19:01:42,294 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.660953998566s 2018-08-15 19:01:42,294 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-b6b05fdc-0d1e-4373-a808-2abaa0b87247 2018-08-15 19:01:42,298 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 19:01:44,301 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 19:01:44,304 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4b89feb68875fb64721c435964706bdca37986cb" 2018-08-15 19:01:44,652 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 19:01: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-3db54fe1-47b8-4ade-8123-438d02a46c03 x-compute-request-id: req-3db54fe1-47b8-4ade-8123-438d02a46c03 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/ce456fff-07dc-4039-9b4b-ff12691770bc", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/ce456fff-07dc-4039-9b4b-ff12691770bc", "rel": "bookmark"}], "image": {"id": "49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "links": [{"href": "http://172.30.9.27:8774/images/49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "links": [{"href": "http://172.30.9.27:8774/flavors/fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "rel": "bookmark"}]}, "id": "ce456fff-07dc-4039-9b4b-ff12691770bc", "security_groups": [{"name": "shaker-sg_36d32c75-903a-4f4f-bb63-599294d5c81b"}], "user_id": "09792f3cb31a438483ec79592faf3c45", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T19:00:48Z", "hostId": "561e4995802169e7a66e628976ae0e3f2abdc610f2c3684386665daa", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_36d32c75-903a-4f4f-bb63-599294d5c81b", "name": "shaker-vm_36d32c75-903a-4f4f-bb63-599294d5c81b", "created": "2018-08-15T19:00:45Z", "tenant_id": "2ff455dc5ba24586842b7253195c0fb0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 19:01:44,652 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-3db54fe1-47b8-4ade-8123-438d02a46c03 2018-08-15 19:01:44,652 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.351073980331s 2018-08-15 19:01:44,652 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-3db54fe1-47b8-4ade-8123-438d02a46c03 2018-08-15 19:01:44,656 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 19:01:46,659 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 19:01:46,661 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4b89feb68875fb64721c435964706bdca37986cb" 2018-08-15 19:01:47,020 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 19:01: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-f0cb1ff0-121c-4af0-80a8-7589493e6c73 x-compute-request-id: req-f0cb1ff0-121c-4af0-80a8-7589493e6c73 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/ce456fff-07dc-4039-9b4b-ff12691770bc", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/ce456fff-07dc-4039-9b4b-ff12691770bc", "rel": "bookmark"}], "image": {"id": "49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "links": [{"href": "http://172.30.9.27:8774/images/49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "links": [{"href": "http://172.30.9.27:8774/flavors/fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "rel": "bookmark"}]}, "id": "ce456fff-07dc-4039-9b4b-ff12691770bc", "security_groups": [{"name": "shaker-sg_36d32c75-903a-4f4f-bb63-599294d5c81b"}], "user_id": "09792f3cb31a438483ec79592faf3c45", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T19:00:48Z", "hostId": "561e4995802169e7a66e628976ae0e3f2abdc610f2c3684386665daa", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_36d32c75-903a-4f4f-bb63-599294d5c81b", "name": "shaker-vm_36d32c75-903a-4f4f-bb63-599294d5c81b", "created": "2018-08-15T19:00:45Z", "tenant_id": "2ff455dc5ba24586842b7253195c0fb0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 19:01:47,020 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-f0cb1ff0-121c-4af0-80a8-7589493e6c73 2018-08-15 19:01:47,020 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.361437082291s 2018-08-15 19:01:47,021 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-f0cb1ff0-121c-4af0-80a8-7589493e6c73 2018-08-15 19:01:47,024 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 19:01:49,027 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 19:01:49,030 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4b89feb68875fb64721c435964706bdca37986cb" 2018-08-15 19:01:49,202 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 19:01: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-811b9408-d411-4bbb-a08c-f580235aa9aa x-compute-request-id: req-811b9408-d411-4bbb-a08c-f580235aa9aa Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/ce456fff-07dc-4039-9b4b-ff12691770bc", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/ce456fff-07dc-4039-9b4b-ff12691770bc", "rel": "bookmark"}], "image": {"id": "49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "links": [{"href": "http://172.30.9.27:8774/images/49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "links": [{"href": "http://172.30.9.27:8774/flavors/fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "rel": "bookmark"}]}, "id": "ce456fff-07dc-4039-9b4b-ff12691770bc", "security_groups": [{"name": "shaker-sg_36d32c75-903a-4f4f-bb63-599294d5c81b"}], "user_id": "09792f3cb31a438483ec79592faf3c45", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T19:00:48Z", "hostId": "561e4995802169e7a66e628976ae0e3f2abdc610f2c3684386665daa", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_36d32c75-903a-4f4f-bb63-599294d5c81b", "name": "shaker-vm_36d32c75-903a-4f4f-bb63-599294d5c81b", "created": "2018-08-15T19:00:45Z", "tenant_id": "2ff455dc5ba24586842b7253195c0fb0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 19:01:49,203 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-811b9408-d411-4bbb-a08c-f580235aa9aa 2018-08-15 19:01:49,203 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.175559997559s 2018-08-15 19:01:49,203 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-811b9408-d411-4bbb-a08c-f580235aa9aa 2018-08-15 19:01:49,207 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 19:01:51,209 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 19:01:51,212 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4b89feb68875fb64721c435964706bdca37986cb" 2018-08-15 19:01:51,639 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 19:01:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-91576fc2-40c2-46f3-a799-271a9bb3c93b x-compute-request-id: req-91576fc2-40c2-46f3-a799-271a9bb3c93b Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/ce456fff-07dc-4039-9b4b-ff12691770bc", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/ce456fff-07dc-4039-9b4b-ff12691770bc", "rel": "bookmark"}], "image": {"id": "49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "links": [{"href": "http://172.30.9.27:8774/images/49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "links": [{"href": "http://172.30.9.27:8774/flavors/fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "rel": "bookmark"}]}, "id": "ce456fff-07dc-4039-9b4b-ff12691770bc", "security_groups": [{"name": "shaker-sg_36d32c75-903a-4f4f-bb63-599294d5c81b"}], "user_id": "09792f3cb31a438483ec79592faf3c45", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T19:00:48Z", "hostId": "561e4995802169e7a66e628976ae0e3f2abdc610f2c3684386665daa", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_36d32c75-903a-4f4f-bb63-599294d5c81b", "name": "shaker-vm_36d32c75-903a-4f4f-bb63-599294d5c81b", "created": "2018-08-15T19:00:45Z", "tenant_id": "2ff455dc5ba24586842b7253195c0fb0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 19:01:51,640 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-91576fc2-40c2-46f3-a799-271a9bb3c93b 2018-08-15 19:01:51,640 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.430078029633s 2018-08-15 19:01:51,640 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-91576fc2-40c2-46f3-a799-271a9bb3c93b 2018-08-15 19:01:51,644 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 19:01:53,646 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 19:01:53,650 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4b89feb68875fb64721c435964706bdca37986cb" 2018-08-15 19:01:53,838 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 19:01: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-c26f0b59-edc4-4e1a-a1b7-71e7a78481d1 x-compute-request-id: req-c26f0b59-edc4-4e1a-a1b7-71e7a78481d1 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/ce456fff-07dc-4039-9b4b-ff12691770bc", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/ce456fff-07dc-4039-9b4b-ff12691770bc", "rel": "bookmark"}], "image": {"id": "49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "links": [{"href": "http://172.30.9.27:8774/images/49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "links": [{"href": "http://172.30.9.27:8774/flavors/fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "rel": "bookmark"}]}, "id": "ce456fff-07dc-4039-9b4b-ff12691770bc", "security_groups": [{"name": "shaker-sg_36d32c75-903a-4f4f-bb63-599294d5c81b"}], "user_id": "09792f3cb31a438483ec79592faf3c45", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T19:00:48Z", "hostId": "561e4995802169e7a66e628976ae0e3f2abdc610f2c3684386665daa", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_36d32c75-903a-4f4f-bb63-599294d5c81b", "name": "shaker-vm_36d32c75-903a-4f4f-bb63-599294d5c81b", "created": "2018-08-15T19:00:45Z", "tenant_id": "2ff455dc5ba24586842b7253195c0fb0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 19:01:53,838 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-c26f0b59-edc4-4e1a-a1b7-71e7a78481d1 2018-08-15 19:01:53,839 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.191856861115s 2018-08-15 19:01:53,839 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-c26f0b59-edc4-4e1a-a1b7-71e7a78481d1 2018-08-15 19:01:53,843 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 19:01:55,845 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 19:01:55,848 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4b89feb68875fb64721c435964706bdca37986cb" 2018-08-15 19:01:56,284 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 19:01:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5c4b33d3-f153-4912-b8fc-90f6a3bf3d98 x-compute-request-id: req-5c4b33d3-f153-4912-b8fc-90f6a3bf3d98 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/ce456fff-07dc-4039-9b4b-ff12691770bc", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/ce456fff-07dc-4039-9b4b-ff12691770bc", "rel": "bookmark"}], "image": {"id": "49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "links": [{"href": "http://172.30.9.27:8774/images/49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "links": [{"href": "http://172.30.9.27:8774/flavors/fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "rel": "bookmark"}]}, "id": "ce456fff-07dc-4039-9b4b-ff12691770bc", "security_groups": [{"name": "shaker-sg_36d32c75-903a-4f4f-bb63-599294d5c81b"}], "user_id": "09792f3cb31a438483ec79592faf3c45", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T19:00:48Z", "hostId": "561e4995802169e7a66e628976ae0e3f2abdc610f2c3684386665daa", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_36d32c75-903a-4f4f-bb63-599294d5c81b", "name": "shaker-vm_36d32c75-903a-4f4f-bb63-599294d5c81b", "created": "2018-08-15T19:00:45Z", "tenant_id": "2ff455dc5ba24586842b7253195c0fb0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 19:01:56,284 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-5c4b33d3-f153-4912-b8fc-90f6a3bf3d98 2018-08-15 19:01:56,284 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.438553094864s 2018-08-15 19:01:56,284 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-5c4b33d3-f153-4912-b8fc-90f6a3bf3d98 2018-08-15 19:01:56,288 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 19:01:58,291 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 19:01:58,293 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4b89feb68875fb64721c435964706bdca37986cb" 2018-08-15 19:01:58,754 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 19:01:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9ec3efa9-10ae-4305-94e2-c030d987a5be x-compute-request-id: req-9ec3efa9-10ae-4305-94e2-c030d987a5be Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/ce456fff-07dc-4039-9b4b-ff12691770bc", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/ce456fff-07dc-4039-9b4b-ff12691770bc", "rel": "bookmark"}], "image": {"id": "49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "links": [{"href": "http://172.30.9.27:8774/images/49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "links": [{"href": "http://172.30.9.27:8774/flavors/fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "rel": "bookmark"}]}, "id": "ce456fff-07dc-4039-9b4b-ff12691770bc", "security_groups": [{"name": "shaker-sg_36d32c75-903a-4f4f-bb63-599294d5c81b"}], "user_id": "09792f3cb31a438483ec79592faf3c45", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T19:00:48Z", "hostId": "561e4995802169e7a66e628976ae0e3f2abdc610f2c3684386665daa", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_36d32c75-903a-4f4f-bb63-599294d5c81b", "name": "shaker-vm_36d32c75-903a-4f4f-bb63-599294d5c81b", "created": "2018-08-15T19:00:45Z", "tenant_id": "2ff455dc5ba24586842b7253195c0fb0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 19:01:58,754 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-9ec3efa9-10ae-4305-94e2-c030d987a5be 2018-08-15 19:01:58,754 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.463248968124s 2018-08-15 19:01:58,754 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-9ec3efa9-10ae-4305-94e2-c030d987a5be 2018-08-15 19:01:58,758 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 19:02:00,761 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 19:02:00,764 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4b89feb68875fb64721c435964706bdca37986cb" 2018-08-15 19:02:00,931 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 19:02:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e1014483-3e9d-4e39-8d58-030f4447578e x-compute-request-id: req-e1014483-3e9d-4e39-8d58-030f4447578e Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/ce456fff-07dc-4039-9b4b-ff12691770bc", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/ce456fff-07dc-4039-9b4b-ff12691770bc", "rel": "bookmark"}], "image": {"id": "49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "links": [{"href": "http://172.30.9.27:8774/images/49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "links": [{"href": "http://172.30.9.27:8774/flavors/fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "rel": "bookmark"}]}, "id": "ce456fff-07dc-4039-9b4b-ff12691770bc", "security_groups": [{"name": "shaker-sg_36d32c75-903a-4f4f-bb63-599294d5c81b"}], "user_id": "09792f3cb31a438483ec79592faf3c45", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T19:00:48Z", "hostId": "561e4995802169e7a66e628976ae0e3f2abdc610f2c3684386665daa", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_36d32c75-903a-4f4f-bb63-599294d5c81b", "name": "shaker-vm_36d32c75-903a-4f4f-bb63-599294d5c81b", "created": "2018-08-15T19:00:45Z", "tenant_id": "2ff455dc5ba24586842b7253195c0fb0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 19:02:00,932 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-e1014483-3e9d-4e39-8d58-030f4447578e 2018-08-15 19:02:00,932 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.170503854752s 2018-08-15 19:02:00,932 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-e1014483-3e9d-4e39-8d58-030f4447578e 2018-08-15 19:02:00,936 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 19:02:02,939 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 19:02:02,941 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4b89feb68875fb64721c435964706bdca37986cb" 2018-08-15 19:02:03,326 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 19:02:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-41cb61d2-2551-4335-8be6-9b9f668f3640 x-compute-request-id: req-41cb61d2-2551-4335-8be6-9b9f668f3640 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/ce456fff-07dc-4039-9b4b-ff12691770bc", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/ce456fff-07dc-4039-9b4b-ff12691770bc", "rel": "bookmark"}], "image": {"id": "49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "links": [{"href": "http://172.30.9.27:8774/images/49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "links": [{"href": "http://172.30.9.27:8774/flavors/fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "rel": "bookmark"}]}, "id": "ce456fff-07dc-4039-9b4b-ff12691770bc", "security_groups": [{"name": "shaker-sg_36d32c75-903a-4f4f-bb63-599294d5c81b"}], "user_id": "09792f3cb31a438483ec79592faf3c45", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T19:00:48Z", "hostId": "561e4995802169e7a66e628976ae0e3f2abdc610f2c3684386665daa", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_36d32c75-903a-4f4f-bb63-599294d5c81b", "name": "shaker-vm_36d32c75-903a-4f4f-bb63-599294d5c81b", "created": "2018-08-15T19:00:45Z", "tenant_id": "2ff455dc5ba24586842b7253195c0fb0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 19:02:03,326 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-41cb61d2-2551-4335-8be6-9b9f668f3640 2018-08-15 19:02:03,327 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.387866973877s 2018-08-15 19:02:03,327 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-41cb61d2-2551-4335-8be6-9b9f668f3640 2018-08-15 19:02:03,332 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 19:02:05,335 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 19:02:05,338 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4b89feb68875fb64721c435964706bdca37986cb" 2018-08-15 19:02:05,512 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 19:02:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-32d36962-d735-4615-9a8b-0616fb92054c x-compute-request-id: req-32d36962-d735-4615-9a8b-0616fb92054c Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/ce456fff-07dc-4039-9b4b-ff12691770bc", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/ce456fff-07dc-4039-9b4b-ff12691770bc", "rel": "bookmark"}], "image": {"id": "49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "links": [{"href": "http://172.30.9.27:8774/images/49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "links": [{"href": "http://172.30.9.27:8774/flavors/fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "rel": "bookmark"}]}, "id": "ce456fff-07dc-4039-9b4b-ff12691770bc", "security_groups": [{"name": "shaker-sg_36d32c75-903a-4f4f-bb63-599294d5c81b"}], "user_id": "09792f3cb31a438483ec79592faf3c45", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T19:00:48Z", "hostId": "561e4995802169e7a66e628976ae0e3f2abdc610f2c3684386665daa", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_36d32c75-903a-4f4f-bb63-599294d5c81b", "name": "shaker-vm_36d32c75-903a-4f4f-bb63-599294d5c81b", "created": "2018-08-15T19:00:45Z", "tenant_id": "2ff455dc5ba24586842b7253195c0fb0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 19:02:05,513 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-32d36962-d735-4615-9a8b-0616fb92054c 2018-08-15 19:02:05,513 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.177770137787s 2018-08-15 19:02:05,513 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-32d36962-d735-4615-9a8b-0616fb92054c 2018-08-15 19:02:05,515 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 19:02:07,518 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 19:02:07,520 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4b89feb68875fb64721c435964706bdca37986cb" 2018-08-15 19:02:07,956 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 19:02:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a3a1403f-5d29-4c8d-9afb-38681ed62d3f x-compute-request-id: req-a3a1403f-5d29-4c8d-9afb-38681ed62d3f Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/ce456fff-07dc-4039-9b4b-ff12691770bc", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/ce456fff-07dc-4039-9b4b-ff12691770bc", "rel": "bookmark"}], "image": {"id": "49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "links": [{"href": "http://172.30.9.27:8774/images/49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "links": [{"href": "http://172.30.9.27:8774/flavors/fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "rel": "bookmark"}]}, "id": "ce456fff-07dc-4039-9b4b-ff12691770bc", "security_groups": [{"name": "shaker-sg_36d32c75-903a-4f4f-bb63-599294d5c81b"}], "user_id": "09792f3cb31a438483ec79592faf3c45", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T19:00:48Z", "hostId": "561e4995802169e7a66e628976ae0e3f2abdc610f2c3684386665daa", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_36d32c75-903a-4f4f-bb63-599294d5c81b", "name": "shaker-vm_36d32c75-903a-4f4f-bb63-599294d5c81b", "created": "2018-08-15T19:00:45Z", "tenant_id": "2ff455dc5ba24586842b7253195c0fb0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 19:02:07,957 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-a3a1403f-5d29-4c8d-9afb-38681ed62d3f 2018-08-15 19:02:07,957 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.438576936722s 2018-08-15 19:02:07,957 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-a3a1403f-5d29-4c8d-9afb-38681ed62d3f 2018-08-15 19:02:07,961 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 19:02:09,963 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 19:02:09,966 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4b89feb68875fb64721c435964706bdca37986cb" 2018-08-15 19:02:10,513 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 19:02:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-94a35f96-8aab-4557-be5f-346e75880ef5 x-compute-request-id: req-94a35f96-8aab-4557-be5f-346e75880ef5 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/ce456fff-07dc-4039-9b4b-ff12691770bc", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/ce456fff-07dc-4039-9b4b-ff12691770bc", "rel": "bookmark"}], "image": {"id": "49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "links": [{"href": "http://172.30.9.27:8774/images/49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "links": [{"href": "http://172.30.9.27:8774/flavors/fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "rel": "bookmark"}]}, "id": "ce456fff-07dc-4039-9b4b-ff12691770bc", "security_groups": [{"name": "shaker-sg_36d32c75-903a-4f4f-bb63-599294d5c81b"}], "user_id": "09792f3cb31a438483ec79592faf3c45", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T19:00:48Z", "hostId": "561e4995802169e7a66e628976ae0e3f2abdc610f2c3684386665daa", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_36d32c75-903a-4f4f-bb63-599294d5c81b", "name": "shaker-vm_36d32c75-903a-4f4f-bb63-599294d5c81b", "created": "2018-08-15T19:00:45Z", "tenant_id": "2ff455dc5ba24586842b7253195c0fb0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 19:02:10,513 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-94a35f96-8aab-4557-be5f-346e75880ef5 2018-08-15 19:02:10,513 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.549595117569s 2018-08-15 19:02:10,514 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-94a35f96-8aab-4557-be5f-346e75880ef5 2018-08-15 19:02:10,517 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 19:02:12,520 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 19:02:12,523 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4b89feb68875fb64721c435964706bdca37986cb" 2018-08-15 19:02:12,697 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 19:02:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-396bc10b-85de-4195-82b3-6395a5011791 x-compute-request-id: req-396bc10b-85de-4195-82b3-6395a5011791 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/ce456fff-07dc-4039-9b4b-ff12691770bc", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/ce456fff-07dc-4039-9b4b-ff12691770bc", "rel": "bookmark"}], "image": {"id": "49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "links": [{"href": "http://172.30.9.27:8774/images/49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "links": [{"href": "http://172.30.9.27:8774/flavors/fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "rel": "bookmark"}]}, "id": "ce456fff-07dc-4039-9b4b-ff12691770bc", "security_groups": [{"name": "shaker-sg_36d32c75-903a-4f4f-bb63-599294d5c81b"}], "user_id": "09792f3cb31a438483ec79592faf3c45", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T19:00:48Z", "hostId": "561e4995802169e7a66e628976ae0e3f2abdc610f2c3684386665daa", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_36d32c75-903a-4f4f-bb63-599294d5c81b", "name": "shaker-vm_36d32c75-903a-4f4f-bb63-599294d5c81b", "created": "2018-08-15T19:00:45Z", "tenant_id": "2ff455dc5ba24586842b7253195c0fb0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 19:02:12,697 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-396bc10b-85de-4195-82b3-6395a5011791 2018-08-15 19:02:12,697 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.176577091217s 2018-08-15 19:02:12,697 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-396bc10b-85de-4195-82b3-6395a5011791 2018-08-15 19:02:12,701 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 19:02:14,703 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 19:02:14,706 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4b89feb68875fb64721c435964706bdca37986cb" 2018-08-15 19:02:14,873 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 19:02: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-fca4299b-a2bc-4cff-8b9c-877f5a2531cc x-compute-request-id: req-fca4299b-a2bc-4cff-8b9c-877f5a2531cc Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/ce456fff-07dc-4039-9b4b-ff12691770bc", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/ce456fff-07dc-4039-9b4b-ff12691770bc", "rel": "bookmark"}], "image": {"id": "49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "links": [{"href": "http://172.30.9.27:8774/images/49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "links": [{"href": "http://172.30.9.27:8774/flavors/fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "rel": "bookmark"}]}, "id": "ce456fff-07dc-4039-9b4b-ff12691770bc", "security_groups": [{"name": "shaker-sg_36d32c75-903a-4f4f-bb63-599294d5c81b"}], "user_id": "09792f3cb31a438483ec79592faf3c45", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T19:00:48Z", "hostId": "561e4995802169e7a66e628976ae0e3f2abdc610f2c3684386665daa", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_36d32c75-903a-4f4f-bb63-599294d5c81b", "name": "shaker-vm_36d32c75-903a-4f4f-bb63-599294d5c81b", "created": "2018-08-15T19:00:45Z", "tenant_id": "2ff455dc5ba24586842b7253195c0fb0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 19:02:14,873 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-fca4299b-a2bc-4cff-8b9c-877f5a2531cc 2018-08-15 19:02:14,873 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.169461011887s 2018-08-15 19:02:14,873 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-fca4299b-a2bc-4cff-8b9c-877f5a2531cc 2018-08-15 19:02:14,877 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 19:02:16,880 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 19:02:16,883 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4b89feb68875fb64721c435964706bdca37986cb" 2018-08-15 19:02:17,067 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 19:02:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-80bb443e-752e-4b12-b761-913ddc00c20b x-compute-request-id: req-80bb443e-752e-4b12-b761-913ddc00c20b Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/ce456fff-07dc-4039-9b4b-ff12691770bc", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/ce456fff-07dc-4039-9b4b-ff12691770bc", "rel": "bookmark"}], "image": {"id": "49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "links": [{"href": "http://172.30.9.27:8774/images/49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "links": [{"href": "http://172.30.9.27:8774/flavors/fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "rel": "bookmark"}]}, "id": "ce456fff-07dc-4039-9b4b-ff12691770bc", "security_groups": [{"name": "shaker-sg_36d32c75-903a-4f4f-bb63-599294d5c81b"}], "user_id": "09792f3cb31a438483ec79592faf3c45", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T19:00:48Z", "hostId": "561e4995802169e7a66e628976ae0e3f2abdc610f2c3684386665daa", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_36d32c75-903a-4f4f-bb63-599294d5c81b", "name": "shaker-vm_36d32c75-903a-4f4f-bb63-599294d5c81b", "created": "2018-08-15T19:00:45Z", "tenant_id": "2ff455dc5ba24586842b7253195c0fb0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 19:02:17,068 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-80bb443e-752e-4b12-b761-913ddc00c20b 2018-08-15 19:02:17,068 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.187828063965s 2018-08-15 19:02:17,068 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-80bb443e-752e-4b12-b761-913ddc00c20b 2018-08-15 19:02:17,072 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 19:02:19,074 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 19:02:19,077 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4b89feb68875fb64721c435964706bdca37986cb" 2018-08-15 19:02:19,247 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 19:02:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-509b9e0c-77b6-4c2b-9fcd-7f6b26720a7b x-compute-request-id: req-509b9e0c-77b6-4c2b-9fcd-7f6b26720a7b Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/ce456fff-07dc-4039-9b4b-ff12691770bc", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/ce456fff-07dc-4039-9b4b-ff12691770bc", "rel": "bookmark"}], "image": {"id": "49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "links": [{"href": "http://172.30.9.27:8774/images/49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "links": [{"href": "http://172.30.9.27:8774/flavors/fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "rel": "bookmark"}]}, "id": "ce456fff-07dc-4039-9b4b-ff12691770bc", "security_groups": [{"name": "shaker-sg_36d32c75-903a-4f4f-bb63-599294d5c81b"}], "user_id": "09792f3cb31a438483ec79592faf3c45", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T19:00:48Z", "hostId": "561e4995802169e7a66e628976ae0e3f2abdc610f2c3684386665daa", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_36d32c75-903a-4f4f-bb63-599294d5c81b", "name": "shaker-vm_36d32c75-903a-4f4f-bb63-599294d5c81b", "created": "2018-08-15T19:00:45Z", "tenant_id": "2ff455dc5ba24586842b7253195c0fb0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 19:02:19,247 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-509b9e0c-77b6-4c2b-9fcd-7f6b26720a7b 2018-08-15 19:02:19,247 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.172597885132s 2018-08-15 19:02:19,247 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-509b9e0c-77b6-4c2b-9fcd-7f6b26720a7b 2018-08-15 19:02:19,251 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 19:02:21,254 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 19:02:21,257 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4b89feb68875fb64721c435964706bdca37986cb" 2018-08-15 19:02:21,447 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 19:02:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f37fa2df-2197-46ae-a92d-af9efde0de68 x-compute-request-id: req-f37fa2df-2197-46ae-a92d-af9efde0de68 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/ce456fff-07dc-4039-9b4b-ff12691770bc", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/ce456fff-07dc-4039-9b4b-ff12691770bc", "rel": "bookmark"}], "image": {"id": "49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "links": [{"href": "http://172.30.9.27:8774/images/49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "links": [{"href": "http://172.30.9.27:8774/flavors/fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "rel": "bookmark"}]}, "id": "ce456fff-07dc-4039-9b4b-ff12691770bc", "security_groups": [{"name": "shaker-sg_36d32c75-903a-4f4f-bb63-599294d5c81b"}], "user_id": "09792f3cb31a438483ec79592faf3c45", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T19:00:48Z", "hostId": "561e4995802169e7a66e628976ae0e3f2abdc610f2c3684386665daa", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_36d32c75-903a-4f4f-bb63-599294d5c81b", "name": "shaker-vm_36d32c75-903a-4f4f-bb63-599294d5c81b", "created": "2018-08-15T19:00:45Z", "tenant_id": "2ff455dc5ba24586842b7253195c0fb0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 19:02:21,447 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-f37fa2df-2197-46ae-a92d-af9efde0de68 2018-08-15 19:02:21,447 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.19325709343s 2018-08-15 19:02:21,447 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-f37fa2df-2197-46ae-a92d-af9efde0de68 2018-08-15 19:02:21,451 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 19:02:23,454 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 19:02:23,456 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4b89feb68875fb64721c435964706bdca37986cb" 2018-08-15 19:02:23,841 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 19:02: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-001c1caf-ff58-4148-894c-7ac84b98556b x-compute-request-id: req-001c1caf-ff58-4148-894c-7ac84b98556b Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/ce456fff-07dc-4039-9b4b-ff12691770bc", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/ce456fff-07dc-4039-9b4b-ff12691770bc", "rel": "bookmark"}], "image": {"id": "49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "links": [{"href": "http://172.30.9.27:8774/images/49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "links": [{"href": "http://172.30.9.27:8774/flavors/fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "rel": "bookmark"}]}, "id": "ce456fff-07dc-4039-9b4b-ff12691770bc", "security_groups": [{"name": "shaker-sg_36d32c75-903a-4f4f-bb63-599294d5c81b"}], "user_id": "09792f3cb31a438483ec79592faf3c45", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T19:00:48Z", "hostId": "561e4995802169e7a66e628976ae0e3f2abdc610f2c3684386665daa", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_36d32c75-903a-4f4f-bb63-599294d5c81b", "name": "shaker-vm_36d32c75-903a-4f4f-bb63-599294d5c81b", "created": "2018-08-15T19:00:45Z", "tenant_id": "2ff455dc5ba24586842b7253195c0fb0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 19:02:23,841 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-001c1caf-ff58-4148-894c-7ac84b98556b 2018-08-15 19:02:23,841 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.387329101562s 2018-08-15 19:02:23,842 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-001c1caf-ff58-4148-894c-7ac84b98556b 2018-08-15 19:02:23,846 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 19:02:25,848 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 19:02:25,851 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4b89feb68875fb64721c435964706bdca37986cb" 2018-08-15 19:02:26,225 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 19:02:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a8f89f36-b51e-4c0a-b020-96a5d74fa88a x-compute-request-id: req-a8f89f36-b51e-4c0a-b020-96a5d74fa88a Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/ce456fff-07dc-4039-9b4b-ff12691770bc", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/ce456fff-07dc-4039-9b4b-ff12691770bc", "rel": "bookmark"}], "image": {"id": "49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "links": [{"href": "http://172.30.9.27:8774/images/49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "links": [{"href": "http://172.30.9.27:8774/flavors/fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "rel": "bookmark"}]}, "id": "ce456fff-07dc-4039-9b4b-ff12691770bc", "security_groups": [{"name": "shaker-sg_36d32c75-903a-4f4f-bb63-599294d5c81b"}], "user_id": "09792f3cb31a438483ec79592faf3c45", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T19:00:48Z", "hostId": "561e4995802169e7a66e628976ae0e3f2abdc610f2c3684386665daa", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_36d32c75-903a-4f4f-bb63-599294d5c81b", "name": "shaker-vm_36d32c75-903a-4f4f-bb63-599294d5c81b", "created": "2018-08-15T19:00:45Z", "tenant_id": "2ff455dc5ba24586842b7253195c0fb0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 19:02:26,225 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-a8f89f36-b51e-4c0a-b020-96a5d74fa88a 2018-08-15 19:02:26,225 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.376374006271s 2018-08-15 19:02:26,225 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-a8f89f36-b51e-4c0a-b020-96a5d74fa88a 2018-08-15 19:02:26,229 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 19:02:28,232 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 19:02:28,234 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4b89feb68875fb64721c435964706bdca37986cb" 2018-08-15 19:02:28,406 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 19:02:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-005e209b-b62b-45f5-82aa-d493b359df15 x-compute-request-id: req-005e209b-b62b-45f5-82aa-d493b359df15 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/ce456fff-07dc-4039-9b4b-ff12691770bc", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/ce456fff-07dc-4039-9b4b-ff12691770bc", "rel": "bookmark"}], "image": {"id": "49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "links": [{"href": "http://172.30.9.27:8774/images/49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "links": [{"href": "http://172.30.9.27:8774/flavors/fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "rel": "bookmark"}]}, "id": "ce456fff-07dc-4039-9b4b-ff12691770bc", "security_groups": [{"name": "shaker-sg_36d32c75-903a-4f4f-bb63-599294d5c81b"}], "user_id": "09792f3cb31a438483ec79592faf3c45", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T19:00:48Z", "hostId": "561e4995802169e7a66e628976ae0e3f2abdc610f2c3684386665daa", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_36d32c75-903a-4f4f-bb63-599294d5c81b", "name": "shaker-vm_36d32c75-903a-4f4f-bb63-599294d5c81b", "created": "2018-08-15T19:00:45Z", "tenant_id": "2ff455dc5ba24586842b7253195c0fb0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 19:02:28,406 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-005e209b-b62b-45f5-82aa-d493b359df15 2018-08-15 19:02:28,406 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.174386978149s 2018-08-15 19:02:28,407 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-005e209b-b62b-45f5-82aa-d493b359df15 2018-08-15 19:02:28,410 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 19:02:30,413 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 19:02:30,416 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4b89feb68875fb64721c435964706bdca37986cb" 2018-08-15 19:02:30,581 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 19:02:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-517fe4d0-80db-4b4b-b7f7-366fd8f9ae0b x-compute-request-id: req-517fe4d0-80db-4b4b-b7f7-366fd8f9ae0b Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/ce456fff-07dc-4039-9b4b-ff12691770bc", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/ce456fff-07dc-4039-9b4b-ff12691770bc", "rel": "bookmark"}], "image": {"id": "49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "links": [{"href": "http://172.30.9.27:8774/images/49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "links": [{"href": "http://172.30.9.27:8774/flavors/fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "rel": "bookmark"}]}, "id": "ce456fff-07dc-4039-9b4b-ff12691770bc", "security_groups": [{"name": "shaker-sg_36d32c75-903a-4f4f-bb63-599294d5c81b"}], "user_id": "09792f3cb31a438483ec79592faf3c45", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T19:00:48Z", "hostId": "561e4995802169e7a66e628976ae0e3f2abdc610f2c3684386665daa", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_36d32c75-903a-4f4f-bb63-599294d5c81b", "name": "shaker-vm_36d32c75-903a-4f4f-bb63-599294d5c81b", "created": "2018-08-15T19:00:45Z", "tenant_id": "2ff455dc5ba24586842b7253195c0fb0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 19:02:30,581 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-517fe4d0-80db-4b4b-b7f7-366fd8f9ae0b 2018-08-15 19:02:30,581 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.168100118637s 2018-08-15 19:02:30,582 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-517fe4d0-80db-4b4b-b7f7-366fd8f9ae0b 2018-08-15 19:02:30,585 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 19:02:32,588 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 19:02:32,591 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4b89feb68875fb64721c435964706bdca37986cb" 2018-08-15 19:02:32,771 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 19:02:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-78a54fc7-9890-4b63-bc46-1b7365f2c2c3 x-compute-request-id: req-78a54fc7-9890-4b63-bc46-1b7365f2c2c3 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/ce456fff-07dc-4039-9b4b-ff12691770bc", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/ce456fff-07dc-4039-9b4b-ff12691770bc", "rel": "bookmark"}], "image": {"id": "49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "links": [{"href": "http://172.30.9.27:8774/images/49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "links": [{"href": "http://172.30.9.27:8774/flavors/fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "rel": "bookmark"}]}, "id": "ce456fff-07dc-4039-9b4b-ff12691770bc", "security_groups": [{"name": "shaker-sg_36d32c75-903a-4f4f-bb63-599294d5c81b"}], "user_id": "09792f3cb31a438483ec79592faf3c45", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T19:00:48Z", "hostId": "561e4995802169e7a66e628976ae0e3f2abdc610f2c3684386665daa", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_36d32c75-903a-4f4f-bb63-599294d5c81b", "name": "shaker-vm_36d32c75-903a-4f4f-bb63-599294d5c81b", "created": "2018-08-15T19:00:45Z", "tenant_id": "2ff455dc5ba24586842b7253195c0fb0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 19:02:32,771 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-78a54fc7-9890-4b63-bc46-1b7365f2c2c3 2018-08-15 19:02:32,771 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.183257102966s 2018-08-15 19:02:32,772 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-78a54fc7-9890-4b63-bc46-1b7365f2c2c3 2018-08-15 19:02:32,775 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 19:02:34,778 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 19:02:34,781 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4b89feb68875fb64721c435964706bdca37986cb" 2018-08-15 19:02:35,147 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 19:02:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ba71898e-306f-4d30-b5fd-51fa46b5a336 x-compute-request-id: req-ba71898e-306f-4d30-b5fd-51fa46b5a336 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/ce456fff-07dc-4039-9b4b-ff12691770bc", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/ce456fff-07dc-4039-9b4b-ff12691770bc", "rel": "bookmark"}], "image": {"id": "49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "links": [{"href": "http://172.30.9.27:8774/images/49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "links": [{"href": "http://172.30.9.27:8774/flavors/fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "rel": "bookmark"}]}, "id": "ce456fff-07dc-4039-9b4b-ff12691770bc", "security_groups": [{"name": "shaker-sg_36d32c75-903a-4f4f-bb63-599294d5c81b"}], "user_id": "09792f3cb31a438483ec79592faf3c45", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T19:00:48Z", "hostId": "561e4995802169e7a66e628976ae0e3f2abdc610f2c3684386665daa", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_36d32c75-903a-4f4f-bb63-599294d5c81b", "name": "shaker-vm_36d32c75-903a-4f4f-bb63-599294d5c81b", "created": "2018-08-15T19:00:45Z", "tenant_id": "2ff455dc5ba24586842b7253195c0fb0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 19:02:35,148 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-ba71898e-306f-4d30-b5fd-51fa46b5a336 2018-08-15 19:02:35,148 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.369339942932s 2018-08-15 19:02:35,148 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-ba71898e-306f-4d30-b5fd-51fa46b5a336 2018-08-15 19:02:35,152 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 19:02:37,155 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 19:02:37,158 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4b89feb68875fb64721c435964706bdca37986cb" 2018-08-15 19:02:37,585 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 19:02: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-57c8642b-a1ba-4c65-af0b-b9711d465496 x-compute-request-id: req-57c8642b-a1ba-4c65-af0b-b9711d465496 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/ce456fff-07dc-4039-9b4b-ff12691770bc", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/ce456fff-07dc-4039-9b4b-ff12691770bc", "rel": "bookmark"}], "image": {"id": "49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "links": [{"href": "http://172.30.9.27:8774/images/49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "links": [{"href": "http://172.30.9.27:8774/flavors/fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "rel": "bookmark"}]}, "id": "ce456fff-07dc-4039-9b4b-ff12691770bc", "security_groups": [{"name": "shaker-sg_36d32c75-903a-4f4f-bb63-599294d5c81b"}], "user_id": "09792f3cb31a438483ec79592faf3c45", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T19:00:48Z", "hostId": "561e4995802169e7a66e628976ae0e3f2abdc610f2c3684386665daa", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_36d32c75-903a-4f4f-bb63-599294d5c81b", "name": "shaker-vm_36d32c75-903a-4f4f-bb63-599294d5c81b", "created": "2018-08-15T19:00:45Z", "tenant_id": "2ff455dc5ba24586842b7253195c0fb0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 19:02:37,585 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-57c8642b-a1ba-4c65-af0b-b9711d465496 2018-08-15 19:02:37,585 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.430315971375s 2018-08-15 19:02:37,586 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-57c8642b-a1ba-4c65-af0b-b9711d465496 2018-08-15 19:02:37,590 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 19:02:39,592 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 19:02:39,598 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4b89feb68875fb64721c435964706bdca37986cb" 2018-08-15 19:02:40,029 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 19:02:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e3dc6cd6-8968-478e-b0dc-6007a8186be6 x-compute-request-id: req-e3dc6cd6-8968-478e-b0dc-6007a8186be6 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/ce456fff-07dc-4039-9b4b-ff12691770bc", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/ce456fff-07dc-4039-9b4b-ff12691770bc", "rel": "bookmark"}], "image": {"id": "49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "links": [{"href": "http://172.30.9.27:8774/images/49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "links": [{"href": "http://172.30.9.27:8774/flavors/fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "rel": "bookmark"}]}, "id": "ce456fff-07dc-4039-9b4b-ff12691770bc", "security_groups": [{"name": "shaker-sg_36d32c75-903a-4f4f-bb63-599294d5c81b"}], "user_id": "09792f3cb31a438483ec79592faf3c45", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T19:00:48Z", "hostId": "561e4995802169e7a66e628976ae0e3f2abdc610f2c3684386665daa", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_36d32c75-903a-4f4f-bb63-599294d5c81b", "name": "shaker-vm_36d32c75-903a-4f4f-bb63-599294d5c81b", "created": "2018-08-15T19:00:45Z", "tenant_id": "2ff455dc5ba24586842b7253195c0fb0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 19:02:40,029 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-e3dc6cd6-8968-478e-b0dc-6007a8186be6 2018-08-15 19:02:40,029 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.436764001846s 2018-08-15 19:02:40,030 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-e3dc6cd6-8968-478e-b0dc-6007a8186be6 2018-08-15 19:02:40,034 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 19:02:42,037 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 19:02:42,039 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4b89feb68875fb64721c435964706bdca37986cb" 2018-08-15 19:02:42,505 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 19:02: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-e3e45679-b2b0-42d3-ac13-39194a574119 x-compute-request-id: req-e3e45679-b2b0-42d3-ac13-39194a574119 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/ce456fff-07dc-4039-9b4b-ff12691770bc", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/ce456fff-07dc-4039-9b4b-ff12691770bc", "rel": "bookmark"}], "image": {"id": "49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "links": [{"href": "http://172.30.9.27:8774/images/49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "links": [{"href": "http://172.30.9.27:8774/flavors/fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "rel": "bookmark"}]}, "id": "ce456fff-07dc-4039-9b4b-ff12691770bc", "security_groups": [{"name": "shaker-sg_36d32c75-903a-4f4f-bb63-599294d5c81b"}], "user_id": "09792f3cb31a438483ec79592faf3c45", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T19:00:48Z", "hostId": "561e4995802169e7a66e628976ae0e3f2abdc610f2c3684386665daa", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_36d32c75-903a-4f4f-bb63-599294d5c81b", "name": "shaker-vm_36d32c75-903a-4f4f-bb63-599294d5c81b", "created": "2018-08-15T19:00:45Z", "tenant_id": "2ff455dc5ba24586842b7253195c0fb0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 19:02:42,505 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-e3e45679-b2b0-42d3-ac13-39194a574119 2018-08-15 19:02:42,505 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.468297958374s 2018-08-15 19:02:42,505 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-e3e45679-b2b0-42d3-ac13-39194a574119 2018-08-15 19:02:42,509 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 19:02:44,512 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 19:02:44,515 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4b89feb68875fb64721c435964706bdca37986cb" 2018-08-15 19:02:44,686 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 19:02:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ab694acb-8a8f-4d57-a515-3200bce4265d x-compute-request-id: req-ab694acb-8a8f-4d57-a515-3200bce4265d Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/ce456fff-07dc-4039-9b4b-ff12691770bc", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/ce456fff-07dc-4039-9b4b-ff12691770bc", "rel": "bookmark"}], "image": {"id": "49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "links": [{"href": "http://172.30.9.27:8774/images/49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "links": [{"href": "http://172.30.9.27:8774/flavors/fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "rel": "bookmark"}]}, "id": "ce456fff-07dc-4039-9b4b-ff12691770bc", "security_groups": [{"name": "shaker-sg_36d32c75-903a-4f4f-bb63-599294d5c81b"}], "user_id": "09792f3cb31a438483ec79592faf3c45", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T19:00:48Z", "hostId": "561e4995802169e7a66e628976ae0e3f2abdc610f2c3684386665daa", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_36d32c75-903a-4f4f-bb63-599294d5c81b", "name": "shaker-vm_36d32c75-903a-4f4f-bb63-599294d5c81b", "created": "2018-08-15T19:00:45Z", "tenant_id": "2ff455dc5ba24586842b7253195c0fb0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 19:02:44,687 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-ab694acb-8a8f-4d57-a515-3200bce4265d 2018-08-15 19:02:44,687 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.174442052841s 2018-08-15 19:02:44,687 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-ab694acb-8a8f-4d57-a515-3200bce4265d 2018-08-15 19:02:44,691 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 19:02:46,694 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 19:02:46,697 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4b89feb68875fb64721c435964706bdca37986cb" 2018-08-15 19:02:47,222 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 19:02:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e56cf31a-2fd3-4175-9097-4d304bb8a474 x-compute-request-id: req-e56cf31a-2fd3-4175-9097-4d304bb8a474 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/ce456fff-07dc-4039-9b4b-ff12691770bc", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/ce456fff-07dc-4039-9b4b-ff12691770bc", "rel": "bookmark"}], "image": {"id": "49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "links": [{"href": "http://172.30.9.27:8774/images/49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "links": [{"href": "http://172.30.9.27:8774/flavors/fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "rel": "bookmark"}]}, "id": "ce456fff-07dc-4039-9b4b-ff12691770bc", "security_groups": [{"name": "shaker-sg_36d32c75-903a-4f4f-bb63-599294d5c81b"}], "user_id": "09792f3cb31a438483ec79592faf3c45", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T19:00:48Z", "hostId": "561e4995802169e7a66e628976ae0e3f2abdc610f2c3684386665daa", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_36d32c75-903a-4f4f-bb63-599294d5c81b", "name": "shaker-vm_36d32c75-903a-4f4f-bb63-599294d5c81b", "created": "2018-08-15T19:00:45Z", "tenant_id": "2ff455dc5ba24586842b7253195c0fb0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 19:02:47,223 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-e56cf31a-2fd3-4175-9097-4d304bb8a474 2018-08-15 19:02:47,223 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.528638124466s 2018-08-15 19:02:47,223 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-e56cf31a-2fd3-4175-9097-4d304bb8a474 2018-08-15 19:02:47,227 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 19:02:49,230 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 19:02:49,233 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4b89feb68875fb64721c435964706bdca37986cb" 2018-08-15 19:02:49,396 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 19:02: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-5755a76f-90b0-4085-83d1-7bf0b98e88d4 x-compute-request-id: req-5755a76f-90b0-4085-83d1-7bf0b98e88d4 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/ce456fff-07dc-4039-9b4b-ff12691770bc", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/ce456fff-07dc-4039-9b4b-ff12691770bc", "rel": "bookmark"}], "image": {"id": "49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "links": [{"href": "http://172.30.9.27:8774/images/49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "links": [{"href": "http://172.30.9.27:8774/flavors/fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "rel": "bookmark"}]}, "id": "ce456fff-07dc-4039-9b4b-ff12691770bc", "security_groups": [{"name": "shaker-sg_36d32c75-903a-4f4f-bb63-599294d5c81b"}], "user_id": "09792f3cb31a438483ec79592faf3c45", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T19:00:48Z", "hostId": "561e4995802169e7a66e628976ae0e3f2abdc610f2c3684386665daa", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_36d32c75-903a-4f4f-bb63-599294d5c81b", "name": "shaker-vm_36d32c75-903a-4f4f-bb63-599294d5c81b", "created": "2018-08-15T19:00:45Z", "tenant_id": "2ff455dc5ba24586842b7253195c0fb0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 19:02:49,396 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-5755a76f-90b0-4085-83d1-7bf0b98e88d4 2018-08-15 19:02:49,396 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.166049957275s 2018-08-15 19:02:49,397 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-5755a76f-90b0-4085-83d1-7bf0b98e88d4 2018-08-15 19:02:49,401 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 19:02:51,403 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 19:02:51,406 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4b89feb68875fb64721c435964706bdca37986cb" 2018-08-15 19:02:52,012 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 19:02:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-30f6b5ef-e367-4704-8f18-991ea2bf2f3e x-compute-request-id: req-30f6b5ef-e367-4704-8f18-991ea2bf2f3e Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/ce456fff-07dc-4039-9b4b-ff12691770bc", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/ce456fff-07dc-4039-9b4b-ff12691770bc", "rel": "bookmark"}], "image": {"id": "49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "links": [{"href": "http://172.30.9.27:8774/images/49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "links": [{"href": "http://172.30.9.27:8774/flavors/fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "rel": "bookmark"}]}, "id": "ce456fff-07dc-4039-9b4b-ff12691770bc", "security_groups": [{"name": "shaker-sg_36d32c75-903a-4f4f-bb63-599294d5c81b"}], "user_id": "09792f3cb31a438483ec79592faf3c45", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T19:00:48Z", "hostId": "561e4995802169e7a66e628976ae0e3f2abdc610f2c3684386665daa", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_36d32c75-903a-4f4f-bb63-599294d5c81b", "name": "shaker-vm_36d32c75-903a-4f4f-bb63-599294d5c81b", "created": "2018-08-15T19:00:45Z", "tenant_id": "2ff455dc5ba24586842b7253195c0fb0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 19:02:52,013 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-30f6b5ef-e367-4704-8f18-991ea2bf2f3e 2018-08-15 19:02:52,013 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.609282970428s 2018-08-15 19:02:52,013 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-30f6b5ef-e367-4704-8f18-991ea2bf2f3e 2018-08-15 19:02:52,017 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 19:02:54,020 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 19:02:54,023 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4b89feb68875fb64721c435964706bdca37986cb" 2018-08-15 19:02:54,377 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 19:02:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c01bbdaa-1004-4b86-adca-1e5f2e451fd1 x-compute-request-id: req-c01bbdaa-1004-4b86-adca-1e5f2e451fd1 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/ce456fff-07dc-4039-9b4b-ff12691770bc", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/ce456fff-07dc-4039-9b4b-ff12691770bc", "rel": "bookmark"}], "image": {"id": "49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "links": [{"href": "http://172.30.9.27:8774/images/49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "links": [{"href": "http://172.30.9.27:8774/flavors/fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "rel": "bookmark"}]}, "id": "ce456fff-07dc-4039-9b4b-ff12691770bc", "security_groups": [{"name": "shaker-sg_36d32c75-903a-4f4f-bb63-599294d5c81b"}], "user_id": "09792f3cb31a438483ec79592faf3c45", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T19:00:48Z", "hostId": "561e4995802169e7a66e628976ae0e3f2abdc610f2c3684386665daa", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_36d32c75-903a-4f4f-bb63-599294d5c81b", "name": "shaker-vm_36d32c75-903a-4f4f-bb63-599294d5c81b", "created": "2018-08-15T19:00:45Z", "tenant_id": "2ff455dc5ba24586842b7253195c0fb0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 19:02:54,377 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-c01bbdaa-1004-4b86-adca-1e5f2e451fd1 2018-08-15 19:02:54,377 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.356935024261s 2018-08-15 19:02:54,378 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-c01bbdaa-1004-4b86-adca-1e5f2e451fd1 2018-08-15 19:02:54,381 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 19:02:56,384 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 19:02:56,387 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4b89feb68875fb64721c435964706bdca37986cb" 2018-08-15 19:02:56,559 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 19:02: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-8d4ad5dc-510e-416b-b945-ee69e6404eb0 x-compute-request-id: req-8d4ad5dc-510e-416b-b945-ee69e6404eb0 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/ce456fff-07dc-4039-9b4b-ff12691770bc", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/ce456fff-07dc-4039-9b4b-ff12691770bc", "rel": "bookmark"}], "image": {"id": "49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "links": [{"href": "http://172.30.9.27:8774/images/49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "links": [{"href": "http://172.30.9.27:8774/flavors/fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "rel": "bookmark"}]}, "id": "ce456fff-07dc-4039-9b4b-ff12691770bc", "security_groups": [{"name": "shaker-sg_36d32c75-903a-4f4f-bb63-599294d5c81b"}], "user_id": "09792f3cb31a438483ec79592faf3c45", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T19:00:48Z", "hostId": "561e4995802169e7a66e628976ae0e3f2abdc610f2c3684386665daa", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_36d32c75-903a-4f4f-bb63-599294d5c81b", "name": "shaker-vm_36d32c75-903a-4f4f-bb63-599294d5c81b", "created": "2018-08-15T19:00:45Z", "tenant_id": "2ff455dc5ba24586842b7253195c0fb0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 19:02:56,560 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-8d4ad5dc-510e-416b-b945-ee69e6404eb0 2018-08-15 19:02:56,560 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.175267934799s 2018-08-15 19:02:56,560 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-8d4ad5dc-510e-416b-b945-ee69e6404eb0 2018-08-15 19:02:56,564 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 19:02:58,567 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 19:02:58,570 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4b89feb68875fb64721c435964706bdca37986cb" 2018-08-15 19:02:58,972 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 19:02:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e6f8777c-be47-407e-b30c-01499ae8f161 x-compute-request-id: req-e6f8777c-be47-407e-b30c-01499ae8f161 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/ce456fff-07dc-4039-9b4b-ff12691770bc", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/ce456fff-07dc-4039-9b4b-ff12691770bc", "rel": "bookmark"}], "image": {"id": "49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "links": [{"href": "http://172.30.9.27:8774/images/49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "links": [{"href": "http://172.30.9.27:8774/flavors/fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "rel": "bookmark"}]}, "id": "ce456fff-07dc-4039-9b4b-ff12691770bc", "security_groups": [{"name": "shaker-sg_36d32c75-903a-4f4f-bb63-599294d5c81b"}], "user_id": "09792f3cb31a438483ec79592faf3c45", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T19:00:48Z", "hostId": "561e4995802169e7a66e628976ae0e3f2abdc610f2c3684386665daa", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_36d32c75-903a-4f4f-bb63-599294d5c81b", "name": "shaker-vm_36d32c75-903a-4f4f-bb63-599294d5c81b", "created": "2018-08-15T19:00:45Z", "tenant_id": "2ff455dc5ba24586842b7253195c0fb0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 19:02:58,972 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-e6f8777c-be47-407e-b30c-01499ae8f161 2018-08-15 19:02:58,973 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.405784130096s 2018-08-15 19:02:58,973 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-e6f8777c-be47-407e-b30c-01499ae8f161 2018-08-15 19:02:58,977 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 19:03:00,979 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 19:03:00,982 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4b89feb68875fb64721c435964706bdca37986cb" 2018-08-15 19:03:01,402 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 19:03:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e02a001c-d44f-46c7-b856-78748591627b x-compute-request-id: req-e02a001c-d44f-46c7-b856-78748591627b Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/ce456fff-07dc-4039-9b4b-ff12691770bc", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/ce456fff-07dc-4039-9b4b-ff12691770bc", "rel": "bookmark"}], "image": {"id": "49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "links": [{"href": "http://172.30.9.27:8774/images/49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "links": [{"href": "http://172.30.9.27:8774/flavors/fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "rel": "bookmark"}]}, "id": "ce456fff-07dc-4039-9b4b-ff12691770bc", "security_groups": [{"name": "shaker-sg_36d32c75-903a-4f4f-bb63-599294d5c81b"}], "user_id": "09792f3cb31a438483ec79592faf3c45", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T19:00:48Z", "hostId": "561e4995802169e7a66e628976ae0e3f2abdc610f2c3684386665daa", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_36d32c75-903a-4f4f-bb63-599294d5c81b", "name": "shaker-vm_36d32c75-903a-4f4f-bb63-599294d5c81b", "created": "2018-08-15T19:00:45Z", "tenant_id": "2ff455dc5ba24586842b7253195c0fb0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 19:03:01,402 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-e02a001c-d44f-46c7-b856-78748591627b 2018-08-15 19:03:01,402 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.422688007355s 2018-08-15 19:03:01,403 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-e02a001c-d44f-46c7-b856-78748591627b 2018-08-15 19:03:01,406 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 19:03:03,409 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 19:03:03,413 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4b89feb68875fb64721c435964706bdca37986cb" 2018-08-15 19:03:03,587 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 19:03:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-634831b1-fccd-4580-88b6-cc21ac1d411f x-compute-request-id: req-634831b1-fccd-4580-88b6-cc21ac1d411f Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/ce456fff-07dc-4039-9b4b-ff12691770bc", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/ce456fff-07dc-4039-9b4b-ff12691770bc", "rel": "bookmark"}], "image": {"id": "49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "links": [{"href": "http://172.30.9.27:8774/images/49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "links": [{"href": "http://172.30.9.27:8774/flavors/fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "rel": "bookmark"}]}, "id": "ce456fff-07dc-4039-9b4b-ff12691770bc", "security_groups": [{"name": "shaker-sg_36d32c75-903a-4f4f-bb63-599294d5c81b"}], "user_id": "09792f3cb31a438483ec79592faf3c45", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T19:00:48Z", "hostId": "561e4995802169e7a66e628976ae0e3f2abdc610f2c3684386665daa", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_36d32c75-903a-4f4f-bb63-599294d5c81b", "name": "shaker-vm_36d32c75-903a-4f4f-bb63-599294d5c81b", "created": "2018-08-15T19:00:45Z", "tenant_id": "2ff455dc5ba24586842b7253195c0fb0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 19:03:03,587 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-634831b1-fccd-4580-88b6-cc21ac1d411f 2018-08-15 19:03:03,587 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.177737951279s 2018-08-15 19:03:03,588 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-634831b1-fccd-4580-88b6-cc21ac1d411f 2018-08-15 19:03:03,591 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 19:03:05,594 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 19:03:05,597 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4b89feb68875fb64721c435964706bdca37986cb" 2018-08-15 19:03:06,199 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 19:03:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ebe55191-0273-4419-a606-656b7c305e99 x-compute-request-id: req-ebe55191-0273-4419-a606-656b7c305e99 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/ce456fff-07dc-4039-9b4b-ff12691770bc", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/ce456fff-07dc-4039-9b4b-ff12691770bc", "rel": "bookmark"}], "image": {"id": "49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "links": [{"href": "http://172.30.9.27:8774/images/49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "links": [{"href": "http://172.30.9.27:8774/flavors/fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "rel": "bookmark"}]}, "id": "ce456fff-07dc-4039-9b4b-ff12691770bc", "security_groups": [{"name": "shaker-sg_36d32c75-903a-4f4f-bb63-599294d5c81b"}], "user_id": "09792f3cb31a438483ec79592faf3c45", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T19:00:48Z", "hostId": "561e4995802169e7a66e628976ae0e3f2abdc610f2c3684386665daa", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_36d32c75-903a-4f4f-bb63-599294d5c81b", "name": "shaker-vm_36d32c75-903a-4f4f-bb63-599294d5c81b", "created": "2018-08-15T19:00:45Z", "tenant_id": "2ff455dc5ba24586842b7253195c0fb0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 19:03:06,200 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-ebe55191-0273-4419-a606-656b7c305e99 2018-08-15 19:03:06,200 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.605233192444s 2018-08-15 19:03:06,200 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-ebe55191-0273-4419-a606-656b7c305e99 2018-08-15 19:03:06,204 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 19:03:08,207 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 19:03:08,210 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4b89feb68875fb64721c435964706bdca37986cb" 2018-08-15 19:03:08,682 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 19:03:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7fae2c19-9c1f-4946-b2c6-655a921c6b09 x-compute-request-id: req-7fae2c19-9c1f-4946-b2c6-655a921c6b09 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/ce456fff-07dc-4039-9b4b-ff12691770bc", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/ce456fff-07dc-4039-9b4b-ff12691770bc", "rel": "bookmark"}], "image": {"id": "49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "links": [{"href": "http://172.30.9.27:8774/images/49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "links": [{"href": "http://172.30.9.27:8774/flavors/fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "rel": "bookmark"}]}, "id": "ce456fff-07dc-4039-9b4b-ff12691770bc", "security_groups": [{"name": "shaker-sg_36d32c75-903a-4f4f-bb63-599294d5c81b"}], "user_id": "09792f3cb31a438483ec79592faf3c45", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T19:00:48Z", "hostId": "561e4995802169e7a66e628976ae0e3f2abdc610f2c3684386665daa", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_36d32c75-903a-4f4f-bb63-599294d5c81b", "name": "shaker-vm_36d32c75-903a-4f4f-bb63-599294d5c81b", "created": "2018-08-15T19:00:45Z", "tenant_id": "2ff455dc5ba24586842b7253195c0fb0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 19:03:08,682 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-7fae2c19-9c1f-4946-b2c6-655a921c6b09 2018-08-15 19:03:08,683 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.47559094429s 2018-08-15 19:03:08,683 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-7fae2c19-9c1f-4946-b2c6-655a921c6b09 2018-08-15 19:03:08,686 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 19:03:10,689 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 19:03:10,692 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4b89feb68875fb64721c435964706bdca37986cb" 2018-08-15 19:03:10,871 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 19:03:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1915c7ac-6000-4406-b513-1f32902f9800 x-compute-request-id: req-1915c7ac-6000-4406-b513-1f32902f9800 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/ce456fff-07dc-4039-9b4b-ff12691770bc", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/ce456fff-07dc-4039-9b4b-ff12691770bc", "rel": "bookmark"}], "image": {"id": "49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "links": [{"href": "http://172.30.9.27:8774/images/49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "links": [{"href": "http://172.30.9.27:8774/flavors/fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "rel": "bookmark"}]}, "id": "ce456fff-07dc-4039-9b4b-ff12691770bc", "security_groups": [{"name": "shaker-sg_36d32c75-903a-4f4f-bb63-599294d5c81b"}], "user_id": "09792f3cb31a438483ec79592faf3c45", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T19:00:48Z", "hostId": "561e4995802169e7a66e628976ae0e3f2abdc610f2c3684386665daa", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_36d32c75-903a-4f4f-bb63-599294d5c81b", "name": "shaker-vm_36d32c75-903a-4f4f-bb63-599294d5c81b", "created": "2018-08-15T19:00:45Z", "tenant_id": "2ff455dc5ba24586842b7253195c0fb0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 19:03:10,871 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-1915c7ac-6000-4406-b513-1f32902f9800 2018-08-15 19:03:10,871 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.18168592453s 2018-08-15 19:03:10,871 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-1915c7ac-6000-4406-b513-1f32902f9800 2018-08-15 19:03:10,875 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 19:03:12,878 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 19:03:12,881 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4b89feb68875fb64721c435964706bdca37986cb" 2018-08-15 19:03:13,293 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 19:03:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5ee793e2-8d74-4e75-9f5d-187f41a44b63 x-compute-request-id: req-5ee793e2-8d74-4e75-9f5d-187f41a44b63 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/ce456fff-07dc-4039-9b4b-ff12691770bc", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/ce456fff-07dc-4039-9b4b-ff12691770bc", "rel": "bookmark"}], "image": {"id": "49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "links": [{"href": "http://172.30.9.27:8774/images/49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "links": [{"href": "http://172.30.9.27:8774/flavors/fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "rel": "bookmark"}]}, "id": "ce456fff-07dc-4039-9b4b-ff12691770bc", "security_groups": [{"name": "shaker-sg_36d32c75-903a-4f4f-bb63-599294d5c81b"}], "user_id": "09792f3cb31a438483ec79592faf3c45", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T19:00:48Z", "hostId": "561e4995802169e7a66e628976ae0e3f2abdc610f2c3684386665daa", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_36d32c75-903a-4f4f-bb63-599294d5c81b", "name": "shaker-vm_36d32c75-903a-4f4f-bb63-599294d5c81b", "created": "2018-08-15T19:00:45Z", "tenant_id": "2ff455dc5ba24586842b7253195c0fb0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 19:03:13,293 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-5ee793e2-8d74-4e75-9f5d-187f41a44b63 2018-08-15 19:03:13,293 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.414708137512s 2018-08-15 19:03:13,293 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-5ee793e2-8d74-4e75-9f5d-187f41a44b63 2018-08-15 19:03:13,297 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 19:03:15,300 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 19:03:15,303 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4b89feb68875fb64721c435964706bdca37986cb" 2018-08-15 19:03:15,739 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 19:03:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-92664feb-8ea2-451b-8686-67d17e1f9f6a x-compute-request-id: req-92664feb-8ea2-451b-8686-67d17e1f9f6a Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/ce456fff-07dc-4039-9b4b-ff12691770bc", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/ce456fff-07dc-4039-9b4b-ff12691770bc", "rel": "bookmark"}], "image": {"id": "49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "links": [{"href": "http://172.30.9.27:8774/images/49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "links": [{"href": "http://172.30.9.27:8774/flavors/fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "rel": "bookmark"}]}, "id": "ce456fff-07dc-4039-9b4b-ff12691770bc", "security_groups": [{"name": "shaker-sg_36d32c75-903a-4f4f-bb63-599294d5c81b"}], "user_id": "09792f3cb31a438483ec79592faf3c45", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T19:00:48Z", "hostId": "561e4995802169e7a66e628976ae0e3f2abdc610f2c3684386665daa", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_36d32c75-903a-4f4f-bb63-599294d5c81b", "name": "shaker-vm_36d32c75-903a-4f4f-bb63-599294d5c81b", "created": "2018-08-15T19:00:45Z", "tenant_id": "2ff455dc5ba24586842b7253195c0fb0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 19:03:15,739 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-92664feb-8ea2-451b-8686-67d17e1f9f6a 2018-08-15 19:03:15,739 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.439273118973s 2018-08-15 19:03:15,740 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-92664feb-8ea2-451b-8686-67d17e1f9f6a 2018-08-15 19:03:15,744 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 19:03:17,746 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 19:03:17,750 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4b89feb68875fb64721c435964706bdca37986cb" 2018-08-15 19:03:18,174 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 19:03:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e94ebf40-09bc-4f47-9764-fdeeeafa6561 x-compute-request-id: req-e94ebf40-09bc-4f47-9764-fdeeeafa6561 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/ce456fff-07dc-4039-9b4b-ff12691770bc", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/ce456fff-07dc-4039-9b4b-ff12691770bc", "rel": "bookmark"}], "image": {"id": "49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "links": [{"href": "http://172.30.9.27:8774/images/49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "links": [{"href": "http://172.30.9.27:8774/flavors/fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "rel": "bookmark"}]}, "id": "ce456fff-07dc-4039-9b4b-ff12691770bc", "security_groups": [{"name": "shaker-sg_36d32c75-903a-4f4f-bb63-599294d5c81b"}], "user_id": "09792f3cb31a438483ec79592faf3c45", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T19:00:48Z", "hostId": "561e4995802169e7a66e628976ae0e3f2abdc610f2c3684386665daa", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_36d32c75-903a-4f4f-bb63-599294d5c81b", "name": "shaker-vm_36d32c75-903a-4f4f-bb63-599294d5c81b", "created": "2018-08-15T19:00:45Z", "tenant_id": "2ff455dc5ba24586842b7253195c0fb0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 19:03:18,175 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-e94ebf40-09bc-4f47-9764-fdeeeafa6561 2018-08-15 19:03:18,175 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.428133010864s 2018-08-15 19:03:18,175 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-e94ebf40-09bc-4f47-9764-fdeeeafa6561 2018-08-15 19:03:18,179 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 19:03:20,182 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 19:03:20,185 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4b89feb68875fb64721c435964706bdca37986cb" 2018-08-15 19:03:20,629 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 19:03:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d3d9aaa9-2406-4101-8990-591a79b49834 x-compute-request-id: req-d3d9aaa9-2406-4101-8990-591a79b49834 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/ce456fff-07dc-4039-9b4b-ff12691770bc", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/ce456fff-07dc-4039-9b4b-ff12691770bc", "rel": "bookmark"}], "image": {"id": "49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "links": [{"href": "http://172.30.9.27:8774/images/49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "links": [{"href": "http://172.30.9.27:8774/flavors/fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "rel": "bookmark"}]}, "id": "ce456fff-07dc-4039-9b4b-ff12691770bc", "security_groups": [{"name": "shaker-sg_36d32c75-903a-4f4f-bb63-599294d5c81b"}], "user_id": "09792f3cb31a438483ec79592faf3c45", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T19:00:48Z", "hostId": "561e4995802169e7a66e628976ae0e3f2abdc610f2c3684386665daa", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_36d32c75-903a-4f4f-bb63-599294d5c81b", "name": "shaker-vm_36d32c75-903a-4f4f-bb63-599294d5c81b", "created": "2018-08-15T19:00:45Z", "tenant_id": "2ff455dc5ba24586842b7253195c0fb0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 19:03:20,629 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-d3d9aaa9-2406-4101-8990-591a79b49834 2018-08-15 19:03:20,629 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.446976900101s 2018-08-15 19:03:20,629 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-d3d9aaa9-2406-4101-8990-591a79b49834 2018-08-15 19:03:20,633 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 19:03:22,636 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 19:03:22,639 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4b89feb68875fb64721c435964706bdca37986cb" 2018-08-15 19:03:23,483 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 19:03:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bd3cb70b-fbb3-47e3-ab48-9fa9686e140e x-compute-request-id: req-bd3cb70b-fbb3-47e3-ab48-9fa9686e140e Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/ce456fff-07dc-4039-9b4b-ff12691770bc", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/ce456fff-07dc-4039-9b4b-ff12691770bc", "rel": "bookmark"}], "image": {"id": "49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "links": [{"href": "http://172.30.9.27:8774/images/49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "links": [{"href": "http://172.30.9.27:8774/flavors/fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "rel": "bookmark"}]}, "id": "ce456fff-07dc-4039-9b4b-ff12691770bc", "security_groups": [{"name": "shaker-sg_36d32c75-903a-4f4f-bb63-599294d5c81b"}], "user_id": "09792f3cb31a438483ec79592faf3c45", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T19:00:48Z", "hostId": "561e4995802169e7a66e628976ae0e3f2abdc610f2c3684386665daa", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_36d32c75-903a-4f4f-bb63-599294d5c81b", "name": "shaker-vm_36d32c75-903a-4f4f-bb63-599294d5c81b", "created": "2018-08-15T19:00:45Z", "tenant_id": "2ff455dc5ba24586842b7253195c0fb0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 19:03:23,484 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-bd3cb70b-fbb3-47e3-ab48-9fa9686e140e 2018-08-15 19:03:23,484 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.847691059113s 2018-08-15 19:03:23,484 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-bd3cb70b-fbb3-47e3-ab48-9fa9686e140e 2018-08-15 19:03:23,488 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 19:03:25,491 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 19:03:25,494 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4b89feb68875fb64721c435964706bdca37986cb" 2018-08-15 19:03:25,682 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 19:03:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-793835b1-fa56-42eb-9cde-5f6fec3c975e x-compute-request-id: req-793835b1-fa56-42eb-9cde-5f6fec3c975e Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/ce456fff-07dc-4039-9b4b-ff12691770bc", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/ce456fff-07dc-4039-9b4b-ff12691770bc", "rel": "bookmark"}], "image": {"id": "49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "links": [{"href": "http://172.30.9.27:8774/images/49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "links": [{"href": "http://172.30.9.27:8774/flavors/fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "rel": "bookmark"}]}, "id": "ce456fff-07dc-4039-9b4b-ff12691770bc", "security_groups": [{"name": "shaker-sg_36d32c75-903a-4f4f-bb63-599294d5c81b"}], "user_id": "09792f3cb31a438483ec79592faf3c45", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T19:00:48Z", "hostId": "561e4995802169e7a66e628976ae0e3f2abdc610f2c3684386665daa", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_36d32c75-903a-4f4f-bb63-599294d5c81b", "name": "shaker-vm_36d32c75-903a-4f4f-bb63-599294d5c81b", "created": "2018-08-15T19:00:45Z", "tenant_id": "2ff455dc5ba24586842b7253195c0fb0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 19:03:25,682 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-793835b1-fa56-42eb-9cde-5f6fec3c975e 2018-08-15 19:03:25,683 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.191587924957s 2018-08-15 19:03:25,683 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-793835b1-fa56-42eb-9cde-5f6fec3c975e 2018-08-15 19:03:25,690 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 19:03:27,693 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 19:03:27,697 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4b89feb68875fb64721c435964706bdca37986cb" 2018-08-15 19:03:28,116 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 19:03: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-5faa4e50-cbba-4f3c-baea-376c2e789247 x-compute-request-id: req-5faa4e50-cbba-4f3c-baea-376c2e789247 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/ce456fff-07dc-4039-9b4b-ff12691770bc", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/ce456fff-07dc-4039-9b4b-ff12691770bc", "rel": "bookmark"}], "image": {"id": "49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "links": [{"href": "http://172.30.9.27:8774/images/49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "links": [{"href": "http://172.30.9.27:8774/flavors/fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "rel": "bookmark"}]}, "id": "ce456fff-07dc-4039-9b4b-ff12691770bc", "security_groups": [{"name": "shaker-sg_36d32c75-903a-4f4f-bb63-599294d5c81b"}], "user_id": "09792f3cb31a438483ec79592faf3c45", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T19:00:48Z", "hostId": "561e4995802169e7a66e628976ae0e3f2abdc610f2c3684386665daa", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_36d32c75-903a-4f4f-bb63-599294d5c81b", "name": "shaker-vm_36d32c75-903a-4f4f-bb63-599294d5c81b", "created": "2018-08-15T19:00:45Z", "tenant_id": "2ff455dc5ba24586842b7253195c0fb0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 19:03:28,116 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-5faa4e50-cbba-4f3c-baea-376c2e789247 2018-08-15 19:03:28,116 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.422986984253s 2018-08-15 19:03:28,116 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-5faa4e50-cbba-4f3c-baea-376c2e789247 2018-08-15 19:03:28,121 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 19:03:30,124 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 19:03:30,127 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4b89feb68875fb64721c435964706bdca37986cb" 2018-08-15 19:03:30,483 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 19:03: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-9b816930-4d08-4310-9c53-8d166ff1f695 x-compute-request-id: req-9b816930-4d08-4310-9c53-8d166ff1f695 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/ce456fff-07dc-4039-9b4b-ff12691770bc", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/ce456fff-07dc-4039-9b4b-ff12691770bc", "rel": "bookmark"}], "image": {"id": "49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "links": [{"href": "http://172.30.9.27:8774/images/49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "links": [{"href": "http://172.30.9.27:8774/flavors/fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "rel": "bookmark"}]}, "id": "ce456fff-07dc-4039-9b4b-ff12691770bc", "security_groups": [{"name": "shaker-sg_36d32c75-903a-4f4f-bb63-599294d5c81b"}], "user_id": "09792f3cb31a438483ec79592faf3c45", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T19:00:48Z", "hostId": "561e4995802169e7a66e628976ae0e3f2abdc610f2c3684386665daa", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_36d32c75-903a-4f4f-bb63-599294d5c81b", "name": "shaker-vm_36d32c75-903a-4f4f-bb63-599294d5c81b", "created": "2018-08-15T19:00:45Z", "tenant_id": "2ff455dc5ba24586842b7253195c0fb0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 19:03:30,483 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-9b816930-4d08-4310-9c53-8d166ff1f695 2018-08-15 19:03:30,483 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.359502077103s 2018-08-15 19:03:30,484 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-9b816930-4d08-4310-9c53-8d166ff1f695 2018-08-15 19:03:30,488 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 19:03:32,491 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 19:03:32,494 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4b89feb68875fb64721c435964706bdca37986cb" 2018-08-15 19:03:32,670 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 19:03:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-90fffe1b-4037-40e3-aaa9-53a545236ffc x-compute-request-id: req-90fffe1b-4037-40e3-aaa9-53a545236ffc Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/ce456fff-07dc-4039-9b4b-ff12691770bc", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/ce456fff-07dc-4039-9b4b-ff12691770bc", "rel": "bookmark"}], "image": {"id": "49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "links": [{"href": "http://172.30.9.27:8774/images/49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "links": [{"href": "http://172.30.9.27:8774/flavors/fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "rel": "bookmark"}]}, "id": "ce456fff-07dc-4039-9b4b-ff12691770bc", "security_groups": [{"name": "shaker-sg_36d32c75-903a-4f4f-bb63-599294d5c81b"}], "user_id": "09792f3cb31a438483ec79592faf3c45", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T19:00:48Z", "hostId": "561e4995802169e7a66e628976ae0e3f2abdc610f2c3684386665daa", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_36d32c75-903a-4f4f-bb63-599294d5c81b", "name": "shaker-vm_36d32c75-903a-4f4f-bb63-599294d5c81b", "created": "2018-08-15T19:00:45Z", "tenant_id": "2ff455dc5ba24586842b7253195c0fb0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 19:03:32,670 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-90fffe1b-4037-40e3-aaa9-53a545236ffc 2018-08-15 19:03:32,670 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.179085016251s 2018-08-15 19:03:32,670 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-90fffe1b-4037-40e3-aaa9-53a545236ffc 2018-08-15 19:03:32,674 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 19:03:34,677 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 19:03:34,680 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4b89feb68875fb64721c435964706bdca37986cb" 2018-08-15 19:03:35,100 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 19:03:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-51bf7b8b-4602-4a20-9b3b-82d97f0aa31b x-compute-request-id: req-51bf7b8b-4602-4a20-9b3b-82d97f0aa31b Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/ce456fff-07dc-4039-9b4b-ff12691770bc", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/ce456fff-07dc-4039-9b4b-ff12691770bc", "rel": "bookmark"}], "image": {"id": "49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "links": [{"href": "http://172.30.9.27:8774/images/49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "links": [{"href": "http://172.30.9.27:8774/flavors/fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "rel": "bookmark"}]}, "id": "ce456fff-07dc-4039-9b4b-ff12691770bc", "security_groups": [{"name": "shaker-sg_36d32c75-903a-4f4f-bb63-599294d5c81b"}], "user_id": "09792f3cb31a438483ec79592faf3c45", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T19:00:48Z", "hostId": "561e4995802169e7a66e628976ae0e3f2abdc610f2c3684386665daa", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_36d32c75-903a-4f4f-bb63-599294d5c81b", "name": "shaker-vm_36d32c75-903a-4f4f-bb63-599294d5c81b", "created": "2018-08-15T19:00:45Z", "tenant_id": "2ff455dc5ba24586842b7253195c0fb0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 19:03:35,100 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-51bf7b8b-4602-4a20-9b3b-82d97f0aa31b 2018-08-15 19:03:35,101 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.423097848892s 2018-08-15 19:03:35,101 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-51bf7b8b-4602-4a20-9b3b-82d97f0aa31b 2018-08-15 19:03:35,105 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 19:03:37,108 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 19:03:37,111 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4b89feb68875fb64721c435964706bdca37986cb" 2018-08-15 19:03:37,280 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 19:03:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a31df3ef-cefa-4d5f-85cb-16510ebb168f x-compute-request-id: req-a31df3ef-cefa-4d5f-85cb-16510ebb168f Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/ce456fff-07dc-4039-9b4b-ff12691770bc", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/ce456fff-07dc-4039-9b4b-ff12691770bc", "rel": "bookmark"}], "image": {"id": "49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "links": [{"href": "http://172.30.9.27:8774/images/49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "links": [{"href": "http://172.30.9.27:8774/flavors/fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "rel": "bookmark"}]}, "id": "ce456fff-07dc-4039-9b4b-ff12691770bc", "security_groups": [{"name": "shaker-sg_36d32c75-903a-4f4f-bb63-599294d5c81b"}], "user_id": "09792f3cb31a438483ec79592faf3c45", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T19:00:48Z", "hostId": "561e4995802169e7a66e628976ae0e3f2abdc610f2c3684386665daa", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_36d32c75-903a-4f4f-bb63-599294d5c81b", "name": "shaker-vm_36d32c75-903a-4f4f-bb63-599294d5c81b", "created": "2018-08-15T19:00:45Z", "tenant_id": "2ff455dc5ba24586842b7253195c0fb0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 19:03:37,280 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-a31df3ef-cefa-4d5f-85cb-16510ebb168f 2018-08-15 19:03:37,280 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.172683000565s 2018-08-15 19:03:37,281 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-a31df3ef-cefa-4d5f-85cb-16510ebb168f 2018-08-15 19:03:37,285 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 19:03:39,287 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 19:03:39,290 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4b89feb68875fb64721c435964706bdca37986cb" 2018-08-15 19:03:39,454 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 19:03:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fd31b5f5-055c-4939-9ff1-2c9e65d00df7 x-compute-request-id: req-fd31b5f5-055c-4939-9ff1-2c9e65d00df7 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/ce456fff-07dc-4039-9b4b-ff12691770bc", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/ce456fff-07dc-4039-9b4b-ff12691770bc", "rel": "bookmark"}], "image": {"id": "49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "links": [{"href": "http://172.30.9.27:8774/images/49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "links": [{"href": "http://172.30.9.27:8774/flavors/fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "rel": "bookmark"}]}, "id": "ce456fff-07dc-4039-9b4b-ff12691770bc", "security_groups": [{"name": "shaker-sg_36d32c75-903a-4f4f-bb63-599294d5c81b"}], "user_id": "09792f3cb31a438483ec79592faf3c45", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T19:00:48Z", "hostId": "561e4995802169e7a66e628976ae0e3f2abdc610f2c3684386665daa", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_36d32c75-903a-4f4f-bb63-599294d5c81b", "name": "shaker-vm_36d32c75-903a-4f4f-bb63-599294d5c81b", "created": "2018-08-15T19:00:45Z", "tenant_id": "2ff455dc5ba24586842b7253195c0fb0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 19:03:39,454 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-fd31b5f5-055c-4939-9ff1-2c9e65d00df7 2018-08-15 19:03:39,454 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.166736841202s 2018-08-15 19:03:39,455 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-fd31b5f5-055c-4939-9ff1-2c9e65d00df7 2018-08-15 19:03:39,458 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 19:03:41,461 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 19:03:41,464 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4b89feb68875fb64721c435964706bdca37986cb" 2018-08-15 19:03:41,955 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 19:03: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-3f37a300-983f-4d7e-9d13-760b31569277 x-compute-request-id: req-3f37a300-983f-4d7e-9d13-760b31569277 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/ce456fff-07dc-4039-9b4b-ff12691770bc", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/ce456fff-07dc-4039-9b4b-ff12691770bc", "rel": "bookmark"}], "image": {"id": "49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "links": [{"href": "http://172.30.9.27:8774/images/49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "links": [{"href": "http://172.30.9.27:8774/flavors/fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "rel": "bookmark"}]}, "id": "ce456fff-07dc-4039-9b4b-ff12691770bc", "security_groups": [{"name": "shaker-sg_36d32c75-903a-4f4f-bb63-599294d5c81b"}], "user_id": "09792f3cb31a438483ec79592faf3c45", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T19:00:48Z", "hostId": "561e4995802169e7a66e628976ae0e3f2abdc610f2c3684386665daa", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_36d32c75-903a-4f4f-bb63-599294d5c81b", "name": "shaker-vm_36d32c75-903a-4f4f-bb63-599294d5c81b", "created": "2018-08-15T19:00:45Z", "tenant_id": "2ff455dc5ba24586842b7253195c0fb0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 19:03:41,955 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-3f37a300-983f-4d7e-9d13-760b31569277 2018-08-15 19:03:41,955 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.493983983994s 2018-08-15 19:03:41,955 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-3f37a300-983f-4d7e-9d13-760b31569277 2018-08-15 19:03:41,959 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 19:03:43,962 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 19:03:43,964 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4b89feb68875fb64721c435964706bdca37986cb" 2018-08-15 19:03:44,570 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 19:03:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-06b2ee5e-0de4-4a5a-8c3e-9a8c067edccc x-compute-request-id: req-06b2ee5e-0de4-4a5a-8c3e-9a8c067edccc Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/ce456fff-07dc-4039-9b4b-ff12691770bc", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/ce456fff-07dc-4039-9b4b-ff12691770bc", "rel": "bookmark"}], "image": {"id": "49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "links": [{"href": "http://172.30.9.27:8774/images/49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "links": [{"href": "http://172.30.9.27:8774/flavors/fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "rel": "bookmark"}]}, "id": "ce456fff-07dc-4039-9b4b-ff12691770bc", "security_groups": [{"name": "shaker-sg_36d32c75-903a-4f4f-bb63-599294d5c81b"}], "user_id": "09792f3cb31a438483ec79592faf3c45", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T19:00:48Z", "hostId": "561e4995802169e7a66e628976ae0e3f2abdc610f2c3684386665daa", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_36d32c75-903a-4f4f-bb63-599294d5c81b", "name": "shaker-vm_36d32c75-903a-4f4f-bb63-599294d5c81b", "created": "2018-08-15T19:00:45Z", "tenant_id": "2ff455dc5ba24586842b7253195c0fb0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 19:03:44,570 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-06b2ee5e-0de4-4a5a-8c3e-9a8c067edccc 2018-08-15 19:03:44,570 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.607923030853s 2018-08-15 19:03:44,570 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-06b2ee5e-0de4-4a5a-8c3e-9a8c067edccc 2018-08-15 19:03:44,574 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 19:03:46,576 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 19:03:46,579 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4b89feb68875fb64721c435964706bdca37986cb" 2018-08-15 19:03:46,990 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 19:03:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5c1ab76f-dbbf-4052-a21a-7a9720843ae1 x-compute-request-id: req-5c1ab76f-dbbf-4052-a21a-7a9720843ae1 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/ce456fff-07dc-4039-9b4b-ff12691770bc", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/ce456fff-07dc-4039-9b4b-ff12691770bc", "rel": "bookmark"}], "image": {"id": "49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "links": [{"href": "http://172.30.9.27:8774/images/49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "links": [{"href": "http://172.30.9.27:8774/flavors/fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "rel": "bookmark"}]}, "id": "ce456fff-07dc-4039-9b4b-ff12691770bc", "security_groups": [{"name": "shaker-sg_36d32c75-903a-4f4f-bb63-599294d5c81b"}], "user_id": "09792f3cb31a438483ec79592faf3c45", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T19:00:48Z", "hostId": "561e4995802169e7a66e628976ae0e3f2abdc610f2c3684386665daa", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_36d32c75-903a-4f4f-bb63-599294d5c81b", "name": "shaker-vm_36d32c75-903a-4f4f-bb63-599294d5c81b", "created": "2018-08-15T19:00:45Z", "tenant_id": "2ff455dc5ba24586842b7253195c0fb0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 19:03:46,991 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-5c1ab76f-dbbf-4052-a21a-7a9720843ae1 2018-08-15 19:03:46,991 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.414348840714s 2018-08-15 19:03:46,991 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-5c1ab76f-dbbf-4052-a21a-7a9720843ae1 2018-08-15 19:03:46,995 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 19:03:48,998 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 19:03:49,000 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4b89feb68875fb64721c435964706bdca37986cb" 2018-08-15 19:03:49,171 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 19:03:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6d4470a1-92ed-4ea0-a9cf-13da4abe29a4 x-compute-request-id: req-6d4470a1-92ed-4ea0-a9cf-13da4abe29a4 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/ce456fff-07dc-4039-9b4b-ff12691770bc", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/ce456fff-07dc-4039-9b4b-ff12691770bc", "rel": "bookmark"}], "image": {"id": "49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "links": [{"href": "http://172.30.9.27:8774/images/49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "links": [{"href": "http://172.30.9.27:8774/flavors/fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "rel": "bookmark"}]}, "id": "ce456fff-07dc-4039-9b4b-ff12691770bc", "security_groups": [{"name": "shaker-sg_36d32c75-903a-4f4f-bb63-599294d5c81b"}], "user_id": "09792f3cb31a438483ec79592faf3c45", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T19:00:48Z", "hostId": "561e4995802169e7a66e628976ae0e3f2abdc610f2c3684386665daa", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_36d32c75-903a-4f4f-bb63-599294d5c81b", "name": "shaker-vm_36d32c75-903a-4f4f-bb63-599294d5c81b", "created": "2018-08-15T19:00:45Z", "tenant_id": "2ff455dc5ba24586842b7253195c0fb0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 19:03:49,171 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-6d4470a1-92ed-4ea0-a9cf-13da4abe29a4 2018-08-15 19:03:49,172 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.173812866211s 2018-08-15 19:03:49,172 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-6d4470a1-92ed-4ea0-a9cf-13da4abe29a4 2018-08-15 19:03:49,175 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 19:03:51,178 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 19:03:51,181 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4b89feb68875fb64721c435964706bdca37986cb" 2018-08-15 19:03:51,357 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 19:03: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-e6767f13-511f-49a4-be21-79c599bc3268 x-compute-request-id: req-e6767f13-511f-49a4-be21-79c599bc3268 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/ce456fff-07dc-4039-9b4b-ff12691770bc", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/ce456fff-07dc-4039-9b4b-ff12691770bc", "rel": "bookmark"}], "image": {"id": "49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "links": [{"href": "http://172.30.9.27:8774/images/49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "links": [{"href": "http://172.30.9.27:8774/flavors/fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "rel": "bookmark"}]}, "id": "ce456fff-07dc-4039-9b4b-ff12691770bc", "security_groups": [{"name": "shaker-sg_36d32c75-903a-4f4f-bb63-599294d5c81b"}], "user_id": "09792f3cb31a438483ec79592faf3c45", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T19:00:48Z", "hostId": "561e4995802169e7a66e628976ae0e3f2abdc610f2c3684386665daa", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_36d32c75-903a-4f4f-bb63-599294d5c81b", "name": "shaker-vm_36d32c75-903a-4f4f-bb63-599294d5c81b", "created": "2018-08-15T19:00:45Z", "tenant_id": "2ff455dc5ba24586842b7253195c0fb0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 19:03:51,358 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-e6767f13-511f-49a4-be21-79c599bc3268 2018-08-15 19:03:51,358 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.179471969604s 2018-08-15 19:03:51,358 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-e6767f13-511f-49a4-be21-79c599bc3268 2018-08-15 19:03:51,362 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 19:03:53,364 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 19:03:53,367 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4b89feb68875fb64721c435964706bdca37986cb" 2018-08-15 19:03:53,805 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 19:03:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c258b100-54c5-4a9f-a64f-a3d1047d6bf9 x-compute-request-id: req-c258b100-54c5-4a9f-a64f-a3d1047d6bf9 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/ce456fff-07dc-4039-9b4b-ff12691770bc", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/ce456fff-07dc-4039-9b4b-ff12691770bc", "rel": "bookmark"}], "image": {"id": "49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "links": [{"href": "http://172.30.9.27:8774/images/49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "links": [{"href": "http://172.30.9.27:8774/flavors/fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "rel": "bookmark"}]}, "id": "ce456fff-07dc-4039-9b4b-ff12691770bc", "security_groups": [{"name": "shaker-sg_36d32c75-903a-4f4f-bb63-599294d5c81b"}], "user_id": "09792f3cb31a438483ec79592faf3c45", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T19:00:48Z", "hostId": "561e4995802169e7a66e628976ae0e3f2abdc610f2c3684386665daa", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_36d32c75-903a-4f4f-bb63-599294d5c81b", "name": "shaker-vm_36d32c75-903a-4f4f-bb63-599294d5c81b", "created": "2018-08-15T19:00:45Z", "tenant_id": "2ff455dc5ba24586842b7253195c0fb0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 19:03:53,805 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-c258b100-54c5-4a9f-a64f-a3d1047d6bf9 2018-08-15 19:03:53,805 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.440352916718s 2018-08-15 19:03:53,805 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-c258b100-54c5-4a9f-a64f-a3d1047d6bf9 2018-08-15 19:03:53,809 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 19:03:55,811 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 19:03:55,814 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4b89feb68875fb64721c435964706bdca37986cb" 2018-08-15 19:03:56,011 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 19:03: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-92677ed7-e957-4b7e-9d5d-5d8e8a44eecf x-compute-request-id: req-92677ed7-e957-4b7e-9d5d-5d8e8a44eecf Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/ce456fff-07dc-4039-9b4b-ff12691770bc", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/ce456fff-07dc-4039-9b4b-ff12691770bc", "rel": "bookmark"}], "image": {"id": "49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "links": [{"href": "http://172.30.9.27:8774/images/49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "links": [{"href": "http://172.30.9.27:8774/flavors/fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "rel": "bookmark"}]}, "id": "ce456fff-07dc-4039-9b4b-ff12691770bc", "security_groups": [{"name": "shaker-sg_36d32c75-903a-4f4f-bb63-599294d5c81b"}], "user_id": "09792f3cb31a438483ec79592faf3c45", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T19:00:48Z", "hostId": "561e4995802169e7a66e628976ae0e3f2abdc610f2c3684386665daa", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_36d32c75-903a-4f4f-bb63-599294d5c81b", "name": "shaker-vm_36d32c75-903a-4f4f-bb63-599294d5c81b", "created": "2018-08-15T19:00:45Z", "tenant_id": "2ff455dc5ba24586842b7253195c0fb0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 19:03:56,011 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-92677ed7-e957-4b7e-9d5d-5d8e8a44eecf 2018-08-15 19:03:56,011 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.19998717308s 2018-08-15 19:03:56,012 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-92677ed7-e957-4b7e-9d5d-5d8e8a44eecf 2018-08-15 19:03:56,016 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 19:03:58,018 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 19:03:58,021 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4b89feb68875fb64721c435964706bdca37986cb" 2018-08-15 19:03:58,210 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 19:03: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-8592131a-e0ef-4a46-b05e-ed809a206c1c x-compute-request-id: req-8592131a-e0ef-4a46-b05e-ed809a206c1c Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/ce456fff-07dc-4039-9b4b-ff12691770bc", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/ce456fff-07dc-4039-9b4b-ff12691770bc", "rel": "bookmark"}], "image": {"id": "49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "links": [{"href": "http://172.30.9.27:8774/images/49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "links": [{"href": "http://172.30.9.27:8774/flavors/fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "rel": "bookmark"}]}, "id": "ce456fff-07dc-4039-9b4b-ff12691770bc", "security_groups": [{"name": "shaker-sg_36d32c75-903a-4f4f-bb63-599294d5c81b"}], "user_id": "09792f3cb31a438483ec79592faf3c45", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T19:00:48Z", "hostId": "561e4995802169e7a66e628976ae0e3f2abdc610f2c3684386665daa", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_36d32c75-903a-4f4f-bb63-599294d5c81b", "name": "shaker-vm_36d32c75-903a-4f4f-bb63-599294d5c81b", "created": "2018-08-15T19:00:45Z", "tenant_id": "2ff455dc5ba24586842b7253195c0fb0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 19:03:58,211 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-8592131a-e0ef-4a46-b05e-ed809a206c1c 2018-08-15 19:03:58,211 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.192181825638s 2018-08-15 19:03:58,211 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-8592131a-e0ef-4a46-b05e-ed809a206c1c 2018-08-15 19:03:58,215 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 19:04:00,218 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 19:04:00,221 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4b89feb68875fb64721c435964706bdca37986cb" 2018-08-15 19:04:00,431 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 19:04:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-433792f9-e36b-43cf-b1eb-764def919ca3 x-compute-request-id: req-433792f9-e36b-43cf-b1eb-764def919ca3 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/ce456fff-07dc-4039-9b4b-ff12691770bc", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/ce456fff-07dc-4039-9b4b-ff12691770bc", "rel": "bookmark"}], "image": {"id": "49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "links": [{"href": "http://172.30.9.27:8774/images/49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "links": [{"href": "http://172.30.9.27:8774/flavors/fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "rel": "bookmark"}]}, "id": "ce456fff-07dc-4039-9b4b-ff12691770bc", "security_groups": [{"name": "shaker-sg_36d32c75-903a-4f4f-bb63-599294d5c81b"}], "user_id": "09792f3cb31a438483ec79592faf3c45", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T19:00:48Z", "hostId": "561e4995802169e7a66e628976ae0e3f2abdc610f2c3684386665daa", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_36d32c75-903a-4f4f-bb63-599294d5c81b", "name": "shaker-vm_36d32c75-903a-4f4f-bb63-599294d5c81b", "created": "2018-08-15T19:00:45Z", "tenant_id": "2ff455dc5ba24586842b7253195c0fb0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 19:04:00,431 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-433792f9-e36b-43cf-b1eb-764def919ca3 2018-08-15 19:04:00,431 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.212735891342s 2018-08-15 19:04:00,431 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-433792f9-e36b-43cf-b1eb-764def919ca3 2018-08-15 19:04:00,435 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 19:04:02,438 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 19:04:02,440 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4b89feb68875fb64721c435964706bdca37986cb" 2018-08-15 19:04:02,638 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 19:04: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-83ec4c85-a7ef-430f-a0cc-2cfe4af35fb1 x-compute-request-id: req-83ec4c85-a7ef-430f-a0cc-2cfe4af35fb1 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/ce456fff-07dc-4039-9b4b-ff12691770bc", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/ce456fff-07dc-4039-9b4b-ff12691770bc", "rel": "bookmark"}], "image": {"id": "49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "links": [{"href": "http://172.30.9.27:8774/images/49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "links": [{"href": "http://172.30.9.27:8774/flavors/fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "rel": "bookmark"}]}, "id": "ce456fff-07dc-4039-9b4b-ff12691770bc", "security_groups": [{"name": "shaker-sg_36d32c75-903a-4f4f-bb63-599294d5c81b"}], "user_id": "09792f3cb31a438483ec79592faf3c45", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T19:00:48Z", "hostId": "561e4995802169e7a66e628976ae0e3f2abdc610f2c3684386665daa", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_36d32c75-903a-4f4f-bb63-599294d5c81b", "name": "shaker-vm_36d32c75-903a-4f4f-bb63-599294d5c81b", "created": "2018-08-15T19:00:45Z", "tenant_id": "2ff455dc5ba24586842b7253195c0fb0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 19:04:02,638 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-83ec4c85-a7ef-430f-a0cc-2cfe4af35fb1 2018-08-15 19:04:02,639 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.200834035873s 2018-08-15 19:04:02,639 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-83ec4c85-a7ef-430f-a0cc-2cfe4af35fb1 2018-08-15 19:04:02,643 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 19:04:04,645 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 19:04:04,648 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4b89feb68875fb64721c435964706bdca37986cb" 2018-08-15 19:04:04,823 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 19:04: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-98711018-b96e-41f6-abac-a01b85f85f9a x-compute-request-id: req-98711018-b96e-41f6-abac-a01b85f85f9a Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/ce456fff-07dc-4039-9b4b-ff12691770bc", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/ce456fff-07dc-4039-9b4b-ff12691770bc", "rel": "bookmark"}], "image": {"id": "49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "links": [{"href": "http://172.30.9.27:8774/images/49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "links": [{"href": "http://172.30.9.27:8774/flavors/fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "rel": "bookmark"}]}, "id": "ce456fff-07dc-4039-9b4b-ff12691770bc", "security_groups": [{"name": "shaker-sg_36d32c75-903a-4f4f-bb63-599294d5c81b"}], "user_id": "09792f3cb31a438483ec79592faf3c45", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T19:00:48Z", "hostId": "561e4995802169e7a66e628976ae0e3f2abdc610f2c3684386665daa", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_36d32c75-903a-4f4f-bb63-599294d5c81b", "name": "shaker-vm_36d32c75-903a-4f4f-bb63-599294d5c81b", "created": "2018-08-15T19:00:45Z", "tenant_id": "2ff455dc5ba24586842b7253195c0fb0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 19:04:04,823 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-98711018-b96e-41f6-abac-a01b85f85f9a 2018-08-15 19:04:04,824 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.178009986877s 2018-08-15 19:04:04,824 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-98711018-b96e-41f6-abac-a01b85f85f9a 2018-08-15 19:04:04,828 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 19:04:06,830 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 19:04:06,833 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4b89feb68875fb64721c435964706bdca37986cb" 2018-08-15 19:04:06,996 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 19:04: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-61730582-c0db-407d-b15b-f47228676a04 x-compute-request-id: req-61730582-c0db-407d-b15b-f47228676a04 Content-Encoding: gzip Content-Length: 742 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"shaker-net_36d32c75-903a-4f4f-bb63-599294d5c81b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:13:a9", "version": 4, "addr": "192.168.120.27", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/ce456fff-07dc-4039-9b4b-ff12691770bc", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/ce456fff-07dc-4039-9b4b-ff12691770bc", "rel": "bookmark"}], "image": {"id": "49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "links": [{"href": "http://172.30.9.27:8774/images/49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T19:04:05.000000", "flavor": {"id": "fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "links": [{"href": "http://172.30.9.27:8774/flavors/fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "rel": "bookmark"}]}, "id": "ce456fff-07dc-4039-9b4b-ff12691770bc", "security_groups": [{"name": "shaker-sg_36d32c75-903a-4f4f-bb63-599294d5c81b"}], "user_id": "09792f3cb31a438483ec79592faf3c45", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T19:04:05Z", "hostId": "561e4995802169e7a66e628976ae0e3f2abdc610f2c3684386665daa", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_36d32c75-903a-4f4f-bb63-599294d5c81b", "name": "shaker-vm_36d32c75-903a-4f4f-bb63-599294d5c81b", "created": "2018-08-15T19:00:45Z", "tenant_id": "2ff455dc5ba24586842b7253195c0fb0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 19:04:06,996 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-61730582-c0db-407d-b15b-f47228676a04 2018-08-15 19:04:06,996 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.166090965271s 2018-08-15 19:04:06,997 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-61730582-c0db-407d-b15b-f47228676a04 2018-08-15 19:04:07,001 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-15 19:04:07,001 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/ports.json?device_id=ce456fff-07dc-4039-9b4b-ff12691770bc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4b89feb68875fb64721c435964706bdca37986cb" 2018-08-15 19:04:07,054 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-e929a593-7225-450d-8f08-dbf4a497ff84 Date: Wed, 15 Aug 2018 19:04:07 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"e2c4fd7f-9c15-4e06-81fe-aaf4e593c16c","tenant_id":"2ff455dc5ba24586842b7253195c0fb0","created_at":"2018-08-15T19:00:48Z","admin_state_up":true,"updated_at":"2018-08-15T19:04:05Z","binding:vnic_type":"normal","device_id":"ce456fff-07dc-4039-9b4b-ff12691770bc","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:6f:13:a9","id":"11d3f921-cefd-4391-8976-e97a7cc15a00","port_security_enabled":true,"project_id":"2ff455dc5ba24586842b7253195c0fb0","fixed_ips":[{"subnet_id":"41d0bdeb-040a-4226-b7e6-7d8da362b821","ip_address":"192.168.120.27"}],"extra_dhcp_opts":[],"security_groups":["a37e6802-2c7d-4ffb-ad83-c4d1bb69e338"],"name":""}]} 2018-08-15 19:04:07,055 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=ce456fff-07dc-4039-9b4b-ff12691770bc used request id req-e929a593-7225-450d-8f08-dbf4a497ff84 2018-08-15 19:04:07,055 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0538649559021s 2018-08-15 19:04:07,055 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=ce456fff-07dc-4039-9b4b-ff12691770bc used request id req-e929a593-7225-450d-8f08-dbf4a497ff84 2018-08-15 19:04:07,060 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-15 19:04:07,061 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/floatingips.json?port_id=11d3f921-cefd-4391-8976-e97a7cc15a00" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4b89feb68875fb64721c435964706bdca37986cb" 2018-08-15 19:04:07,107 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-feb6d16f-ace2-4ed0-b4d1-572bf84ef147 Date: Wed, 15 Aug 2018 19:04:07 GMT RESP BODY: {"floatingips": []} 2018-08-15 19:04:07,107 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json?port_id=11d3f921-cefd-4391-8976-e97a7cc15a00 used request id req-feb6d16f-ace2-4ed0-b4d1-572bf84ef147 2018-08-15 19:04:07,107 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0467371940613s 2018-08-15 19:04:07,107 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json?port_id=11d3f921-cefd-4391-8976-e97a7cc15a00 used request id req-feb6d16f-ace2-4ed0-b4d1-572bf84ef147 2018-08-15 19:04:07,108 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'shaker-net_36d32c75-903a-4f4f-bb63-599294d5c81b': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:6f:13:a9', u'version': 4, u'addr': u'192.168.120.27', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c'}), 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-15T19:04:05.000000', 'flavor': Munch({u'id': u'fb68907c-b7b8-4cca-9f22-b27af31ac7b0'}), 'az': u'nova', 'id': u'ce456fff-07dc-4039-9b4b-ff12691770bc', 'security_groups': [Munch({u'name': u'shaker-sg_36d32c75-903a-4f4f-bb63-599294d5c81b'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'09792f3cb31a438483ec79592faf3c45', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'2ff455dc5ba24586842b7253195c0fb0', 'name': 'shaker-project_36d32c75-903a-4f4f-bb63-599294d5c81b', '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-15T19:04:05.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-15T19:04:05Z', 'hostId': u'561e4995802169e7a66e628976ae0e3f2abdc610f2c3684386665daa', u'OS-SRV-USG:terminated_at': None, 'key_name': u'shaker-kp_36d32c75-903a-4f4f-bb63-599294d5c81b', 'public_v6': '', 'private_v4': u'192.168.120.27', 'cloud': 'envvars', 'host_id': u'561e4995802169e7a66e628976ae0e3f2abdc610f2c3684386665daa', '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-15T19:04:05.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'2ff455dc5ba24586842b7253195c0fb0', 'name': u'shaker-vm_36d32c75-903a-4f4f-bb63-599294d5c81b', 'adminPass': u'ggm8cRNfuAi8', 'tenant_id': u'2ff455dc5ba24586842b7253195c0fb0', 'created_at': u'2018-08-15T19:00:45Z', 'created': u'2018-08-15T19:00:45Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-15 19:04:07,111 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-15 19:04:07,112 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4b89feb68875fb64721c435964706bdca37986cb" 2018-08-15 19:04:07,200 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1188 X-Openstack-Request-Id: req-1aca0cec-1541-42c6-b5a9-bb9f12f97ffa Date: Wed, 15 Aug 2018 19:04:07 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["41d0bdeb-040a-4226-b7e6-7d8da362b821"],"updated_at":"2018-08-15T19:00:23Z","tenant_id":"2ff455dc5ba24586842b7253195c0fb0","created_at":"2018-08-15T19:00:22Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"2ff455dc5ba24586842b7253195c0fb0","id":"e2c4fd7f-9c15-4e06-81fe-aaf4e593c16c","name":"shaker-net_36d32c75-903a-4f4f-bb63-599294d5c81b"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["3ef75223-733d-425d-bb3e-88e8a796bebc"],"updated_at":"2018-08-15T17:41:36Z","tenant_id":"d2c267e1fee9461ba5e64a915b9518f5","created_at":"2018-08-15T17:16:26Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"d2c267e1fee9461ba5e64a915b9518f5","id":"fc8ca119-27ab-4070-99fa-a2993d11ee48","name":"external"}]} 2018-08-15 19:04:07,200 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-1aca0cec-1541-42c6-b5a9-bb9f12f97ffa 2018-08-15 19:04:07,201 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0892088413239s 2018-08-15 19:04:07,201 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-1aca0cec-1541-42c6-b5a9-bb9f12f97ffa 2018-08-15 19:04:07,202 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-15 19:04:07,203 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/ports.json?device_id=ce456fff-07dc-4039-9b4b-ff12691770bc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4b89feb68875fb64721c435964706bdca37986cb" 2018-08-15 19:04:07,251 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-b2caf8f2-f1fd-4ec4-8aa2-bb9e5fa455fa Date: Wed, 15 Aug 2018 19:04:07 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"e2c4fd7f-9c15-4e06-81fe-aaf4e593c16c","tenant_id":"2ff455dc5ba24586842b7253195c0fb0","created_at":"2018-08-15T19:00:48Z","admin_state_up":true,"updated_at":"2018-08-15T19:04:05Z","binding:vnic_type":"normal","device_id":"ce456fff-07dc-4039-9b4b-ff12691770bc","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:6f:13:a9","id":"11d3f921-cefd-4391-8976-e97a7cc15a00","port_security_enabled":true,"project_id":"2ff455dc5ba24586842b7253195c0fb0","fixed_ips":[{"subnet_id":"41d0bdeb-040a-4226-b7e6-7d8da362b821","ip_address":"192.168.120.27"}],"extra_dhcp_opts":[],"security_groups":["a37e6802-2c7d-4ffb-ad83-c4d1bb69e338"],"name":""}]} 2018-08-15 19:04:07,251 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=ce456fff-07dc-4039-9b4b-ff12691770bc used request id req-b2caf8f2-f1fd-4ec4-8aa2-bb9e5fa455fa 2018-08-15 19:04:07,252 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0489809513092s 2018-08-15 19:04:07,252 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=ce456fff-07dc-4039-9b4b-ff12691770bc used request id req-b2caf8f2-f1fd-4ec4-8aa2-bb9e5fa455fa 2018-08-15 19:04:07,252 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-08-15 19:04:07,253 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4b89feb68875fb64721c435964706bdca37986cb" -d '{"floatingip": {"floating_network_id": "fc8ca119-27ab-4070-99fa-a2993d11ee48", "fixed_ip_address": "192.168.120.27", "port_id": "11d3f921-cefd-4391-8976-e97a7cc15a00"}}' 2018-08-15 19:04:08,990 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 554 X-Openstack-Request-Id: req-32c8f8f4-78c4-493f-91fc-878c200c75d8 Date: Wed, 15 Aug 2018 19:04:09 GMT RESP BODY: {"floatingip": {"router_id": "05cfc1d3-3c52-4f4a-8adf-4077a050871a", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-15T19:04:08Z", "floating_network_id": "fc8ca119-27ab-4070-99fa-a2993d11ee48", "fixed_ip_address": "192.168.120.27", "floating_ip_address": "172.30.9.208", "revision_number": 0, "port_id": "11d3f921-cefd-4391-8976-e97a7cc15a00", "id": "30d35d24-eb10-4ace-84d7-922890bdd46d", "tenant_id": "2ff455dc5ba24586842b7253195c0fb0", "created_at": "2018-08-15T19:04:08Z", "project_id": "2ff455dc5ba24586842b7253195c0fb0"}} 2018-08-15 19:04:08,991 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-32c8f8f4-78c4-493f-91fc-878c200c75d8 2018-08-15 19:04:08,991 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.73823094368s 2018-08-15 19:04:08,991 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-32c8f8f4-78c4-493f-91fc-878c200c75d8 2018-08-15 19:04:08,999 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-15 19:04:09,000 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4b89feb68875fb64721c435964706bdca37986cb" 2018-08-15 19:04:09,056 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 557 X-Openstack-Request-Id: req-ac9e2286-8357-46f5-b2f3-692b2d0c08b5 Date: Wed, 15 Aug 2018 19:04:09 GMT RESP BODY: {"floatingips": [{"router_id": "05cfc1d3-3c52-4f4a-8adf-4077a050871a", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-15T19:04:08Z", "floating_network_id": "fc8ca119-27ab-4070-99fa-a2993d11ee48", "fixed_ip_address": "192.168.120.27", "floating_ip_address": "172.30.9.208", "revision_number": 0, "port_id": "11d3f921-cefd-4391-8976-e97a7cc15a00", "id": "30d35d24-eb10-4ace-84d7-922890bdd46d", "tenant_id": "2ff455dc5ba24586842b7253195c0fb0", "created_at": "2018-08-15T19:04:08Z", "project_id": "2ff455dc5ba24586842b7253195c0fb0"}]} 2018-08-15 19:04:09,057 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-ac9e2286-8357-46f5-b2f3-692b2d0c08b5 2018-08-15 19:04:09,057 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0574851036072s 2018-08-15 19:04:09,057 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-ac9e2286-8357-46f5-b2f3-692b2d0c08b5 2018-08-15 19:04:09,060 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'05cfc1d3-3c52-4f4a-8adf-4077a050871a', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'2ff455dc5ba24586842b7253195c0fb0', 'created_at': u'2018-08-15T19:04:08Z', 'attached': True, 'updated_at': u'2018-08-15T19:04:08Z', 'id': u'30d35d24-eb10-4ace-84d7-922890bdd46d', 'floating_network_id': u'fc8ca119-27ab-4070-99fa-a2993d11ee48', 'fixed_ip_address': u'192.168.120.27', 'floating_ip_address': u'172.30.9.208', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'2ff455dc5ba24586842b7253195c0fb0', 'name': 'shaker-project_36d32c75-903a-4f4f-bb63-599294d5c81b', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'05cfc1d3-3c52-4f4a-8adf-4077a050871a', 'project_id': u'2ff455dc5ba24586842b7253195c0fb0', 'port_id': u'11d3f921-cefd-4391-8976-e97a7cc15a00', 'port': u'11d3f921-cefd-4391-8976-e97a7cc15a00', 'network': u'fc8ca119-27ab-4070-99fa-a2993d11ee48'}) 2018-08-15 19:04:09,061 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-15 19:04:09,063 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/ce456fff-07dc-4039-9b4b-ff12691770bc/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}4b89feb68875fb64721c435964706bdca37986cb" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-15 19:04:09,162 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 19:04:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fca3f4ba-ee1d-4955-b346-ba6be0c676ed x-compute-request-id: req-fca3f4ba-ee1d-4955-b346-ba6be0c676ed Content-Encoding: gzip Content-Length: 9568 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 719860006 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on 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.174131] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.176422] pid_max: default: 32768 minimum: 301\n[ 0.177666] ACPI: Core revision 20150930\n[ 0.179358] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.181166] Security Framework initialized\n[ 0.182301] Yama: becoming mindful.\n[ 0.183312] AppArmor: AppArmor initialized\n[ 0.184479] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.186289] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.188012] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.189645] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.191513] Initializing cgroup subsys io\n[ 0.192630] Initializing cgroup subsys memory\n[ 0.193816] Initializing cgroup subsys devices\n[ 0.195007] Initializing cgroup subsys freezer\n[ 0.196202] Initializing cgroup subsys net_cls\n[ 0.197398] Initializing cgroup subsys perf_event\n[ 0.198639] Initializing cgroup subsys net_prio\n[ 0.199847] Initializing cgroup subsys hugetlb\n[ 0.201042] Initializing cgroup subsys pids\n[ 0.202210] CPU: Physical Processor ID: 0\n[ 0.203998] mce: CPU supports 10 MCE banks\n[ 0.205154] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.206523] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.208006] Spectre V2 : Mitigation: Full generic retpoline\n[ 0.209425] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported\n[ 0.211208] Speculative Store Bypass: Vulnerable\n[ 0.228487] Freeing SMP alternatives memory: 32K\n[ 0.234294] ftrace: allocating 32237 entries in 126 pages\n[ 0.268701] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.270359] smpboot: Max logical packages: 1\n[ 0.271744] x2apic enabled\n[ 0.272894] Switched APIC routing to physical x2apic.\n[ 0.275340] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.276864] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.279582] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.282026] KVM setup paravirtual spinlock\n[ 0.283650] x86: Booted up 1 node, 1 CPUs\n[ 0.284763] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.286653] devtmpfs: initialized\n[ 0.288637] evm: security.selinux\n[ 0.289599] evm: security.SMACK64\n[ 0.290564] evm: security.SMACK64EXEC\n[ 0.291595] evm: security.SMACK64TRANSMUTE\n[ 0.292705] evm: security.SMACK64MMAP\n[ 0.293724] evm: security.ima\n[ 0.294610] evm: security.capability\n[ 0.295708] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.298167] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.299764] pinctrl core: initialized pinctrl subsystem\n[ 0.301246] RTC time: 19:04:06, date: 08/15/18\n[ 0.302535] NET: Registered protocol family 16\n[ 0.303849] cpuidle: using governor ladder\n[ 0.304986] cpuidle: using governor menu\n[ 0.306067] PCCT header not found.\n[ 0.307102] ACPI: bus type PCI registered\n[ 0.308207] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.309875] PCI: Using configuration type 1 for base access\n[ 0.312079] ACPI: Added _OSI(Module Device)\n[ 0.313225] ACPI: Added _OSI(Processor Device)\n[ 0.314393] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.315614] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.317809] ACPI: Interpreter enabled\n[ 0.318855] ACPI: (supports S0 S5)\n[ 0.319817] ACPI: Using IOAPIC for interrupt routing\n[ 0.321091] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.325011] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.326552] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.328204] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.329799] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.332752] acpiphp: Slot [3] registered\n[ 0.333843] acpiphp: Slot [4] registered\n[ 0.334927] acpiphp: Slot [5] registered\n[ 0.336007] acpiphp: Slot [6] registered\n[ 0.351191] acpiphp: Slot [7] registered\n[ 0.354558] acpiphp: Slot [8] registered\n[ 0.355891] acpiphp: Slot [9] registered\n[ 0.356976] acpiphp: Slot [10] registered\n[ 0.358081] acpiphp: Slot [11] registered\n[ 0.359209] acpiphp: Slot [12] registered\n[ 0.360315] acpiphp: Slot [13] registered\n[ 0.361419] acpiphp: Slot [14] registered\n[ 0.362521] acpiphp: Slot [15] registered\n[ 0.363629] acpiphp: Slot [16] registered\n[ 0.364742] acpiphp: Slot [17] registered\n[ 0.365841] acpiphp: Slot [18] registered\n[ 0.366949] acpiphp: Slot [19] registered\n[ 0.368289] acpiphp: Slot [20] registered\n[ 0.369402] acpiphp: Slot [21] registered\n[ 0.370501] acpiphp: Slot [22] registered\n[ 0.371608] acpiphp: Slot [23] registered\n[ 0.372704] acpiphp: Slot [24] registered\n[ 0.373812] acpiphp: Slot [25] registered\n[ 0.374918] acpiphp: Slot [26] registered\n[ 0.376026] acpiphp: Slot [27] registered\n[ 0.377130] acpiphp: Slot [28] registered\n[ 0.378236] acpiphp: Slot [29] registered\n[ 0.379348] acpiphp: Slot [30] registered\n[ 0.380454] acpiphp: Slot [31] registered\n[ 0.381566] PCI host bridge to bus 0000:00\n[ 0.382695] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.384354] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.386010] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.388009] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.390007] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.392062] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.397477] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.399202] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.400806] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.402546] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.406799] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.408781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.431492] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.433533] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.435487] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.437645] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.439571] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.441306] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.443273] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.444724] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.446856] vgaarb: loaded\n[ 0.447697] vgaarb: bridge control possible 0000:00:02.0\n[ 0.449470] SCSI subsystem initialized\n[ 0.450786] ACPI: bus type USB registered\n[ 0.451943] usbcore: registered new interface driver usbfs\n[ 0.453367] usbcore: registered new interface driver hub\n[ 0.454748] usbcore: registered new device driver usb\n[ 0.456291] PCI: Using ACPI for IRQ routing\n[ 0.457878] NetLabel: Initializing\n[ 0.458879] NetLabel: domain hash size = 128\n[ 0.460051] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.461389] NetLabel: unlabeled traffic allowed by default\n[ 0.462995] amd_nb: Cannot enumerate AMD northbridges\n[ 0.464361] clocksource: Switched to clocksource kvm-clock\n[ 0.473904] AppArmor: AppArmor Filesystem Enabled\n[ 0.475239] pnp: PnP ACPI init\n[ 0.476515] pnp: PnP ACPI: found 5 devices\n[ 0.483432] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.485795] NET: Registered protocol family 2\n[ 0.487258] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.489011] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.490643] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.492282] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.493756] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.495391] NET: Registered protocol family 1\n[ 0.496599] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.498102] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.499569] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.515857] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.533432] Unpacking initramfs...\n[ 1.027618] Freeing initrd memory: 37084K\n[ 1.029131] Scanning for low memory corruption every 60 seconds\n[ 1.031001] audit: initializing netlink subsys (disabled)\n[ 1.032451] audit: type=2000 audit(1534359846.829:1): initialized\n[ 1.034276] Initialise system trusted keyring\n[ 1.035632] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.037235] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.039973] zbud: loaded\n[ 1.041068] VFS: Disk quotas dquot_6.6.0\n[ 1.042218] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.044130] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.045866] fuse init (API version 7.23)\n[ 1.047107] Key type big_key registered\n[ 1.048222] Allocating IMA MOK and blacklist keyrings.\n[ 1.049933] Key type asymmetric registered\n[ 1.051078] Asymmetric key parser 'x509' registered\n[ 1.052420] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.054476] io scheduler noop registered\n[ 1.055575] io scheduler deadline registered (default)\n[ 1.056943] io scheduler cfq registered\n[ 1.058109] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.059555] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.061309] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.063313] ACPI: Power Button [PWRF]\n[ 1.064496] GHES: HEST is not enabled!\n[ 1.080213] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.112790] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.115678] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.139438] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.142509] Linux agpgart interface v0.103\n[ 1.145360] loop: module loaded\n[ 1.149108] vda: vda1\n[ 1.150670] scsi host0: ata_piix\n[ 1.151729] scsi host1: ata_piix\n[ 1.152744] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.154431] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.156720] libphy: Fixed MDIO Bus: probed\n[ 1.157878] tun: Universal TUN/TAP device driver, 1.6\n[ 1.159219] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.161890] PPP generic driver version 2.4.2\n[ 1.163154] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.164811] ehci-pci: EHCI PCI platform driver\n[ 1.166035] ehci-platform: EHCI generic platform driver\n[ 1.167412] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.168979] ohci-pci: OHCI PCI platform driver\n[ 1.170197] ohci-platform: OHCI generic platform driver\n[ 1.171565] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.187877] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.189270] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.191305] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.192704] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.194285] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.195956] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.197909] usb usb1: Product: UHCI Host Controller\n[ 1.199191] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd\n[ 1.200771] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.202092] hub 1-0:1.0: USB hub found\n[ 1.203170] hub 1-0:1.0: 2 ports detected\n[ 1.204438] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.207357] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.208673] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.210095] mousedev: PS/2 mouse device common for all mice\n[ 1.211832] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.214366] rtc_cmos 00:00: RTC can wake from S4\n[ 1.215908] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.217557] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.219203] i2c /dev entries driver\n[ 1.220272] device-mapper: uevent: version 1.0.3\n[ 1.221579] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.223815] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.225614] NET: Registered protocol family 10\n[ 1.227110] NET: Registered protocol family 17\n[ 1.228339] Key type dns_resolver registered\n[ 1.229748] registered taskstats version 1\n[ 1.230933] Loading compiled-in X.509 certificates\n[ 1.232774] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb'\n[ 1.235338] zswap: loaded using pool lzo/zbud\n[ 1.237933] Key type trusted registered\n[ 1.241005] Key type encrypted registered\n[ 1.242158] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.243597] ima: No TPM chip found, activating TPM-bypass!\n[ 1.245047] evm: HMAC attrs: 0x1\n[ 1.246354] Magic number: 14:667:91\n[ 1.247514] rtc_cmos 00:00: setting system clock to 2018-08-15 19:04:06 UTC (1534359846)\n[ 1.249770] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.251291] EDD information not available.\n[ 1.313944] Freeing unused kernel memory: 1512K\n[ 1.315191] Write protecting the kernel read-only data: 14336k\n[ 1.332306] Freeing unused kernel memory: 1692K\n[ 1.333749] Freeing unused kernel memory: 96K\nLoading, please wait...\nstarting version 229\n[ 1.344443] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.346846] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.349606] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.352176] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.354687] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.360426] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.365355] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.367877] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.372173] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.374600] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.429704] virtio_net virtio0 ens3: renamed from eth0\n[ 1.436914] [drm] Initialized drm 1.1.0 20060810\n[ 1.438828] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 1.441332] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.464788] FDC 0 is a S82078B\n[ 1.479303] AVX2 version of gcm_enc/dec engaged.\n[ 1.480566] AES CTR mode by8 optimization enabled\n[ 1.512399] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.673144] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.674836] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.676576] usb 1-1: Product: QEMU USB Tablet\n[ 1.677739] usb 1-1: Manufacturer: QEMU\n[ 1.678789] usb 1-1: SerialNumber: 42\n[ 1.686574] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.693492] usbcore: registered new interface driver usbhid\n[ 1.694961] usbhid: USB HID core driver\n[ 1.697370] 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.700436] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0\n[ 2.028396] tsc: Refined TSC clocksource calibration: 3491.844 MHz\n[ 2.028397] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255381c9ba, max_idle_ns: 440795307994 ns\nBegin: Loading essential drivers ... [ 2.066934] md: linear personality registered for level -1\n[ 2.070476] md: multipath personality registered for level -4\n[ 2.074061] md: raid0 personality registered for level 0\n[ 2.078043] md: raid1 personality registered for level 1\n[ 2.148360] raid6: sse2x1 gen() 11405 MB/s\n[ 2.216358] raid6: sse2x1 xor() 8893 MB/s\n[ 2.284364] raid6: sse2x2 gen() 14613 MB/s\n[ 2.352388] raid6: sse2x2 xor() 9692 MB/s\n[ 2.420356] raid6: sse2x4 gen() 16833 MB/s\n[ 2.488357] raid6: sse2x4 xor() 11718 MB/s\n[ 2.556356] raid6: avx2x1 gen() 22207 MB/s\n[ 2.624356] raid6: avx2x2 gen() 26131 MB/s\n[ 2.692356] raid6: avx2x4 gen() 29932 MB/s\n[ 2.696892] raid6: using algorithm avx2x4 gen() 29932 MB/s\n[ 2.698308] raid6: using avx2x2 recovery algorithm\n[ 2.702654] xor: automatically using best checksumming function:\n[ 2.740356] avx : 31636.000 MB/sec\n[ 2.742938] async_tx: api initialized (async)\n[ 2.754351] md: raid6 personality registered for level 6\n[ 2.755748] md: raid5 personality registered for level 5\n[ 2.757127] md: raid4 personality registered for level 4\n[ 2.763549] 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.796557] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 2.817187] 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.915475] 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.919946] systemd[1]: Detected virtualization kvm.\n[ 2.921281] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.4 LTS[0m!\n\n[ 2.924986] systemd[1]: Set hostname to .\n[ 2.928065] systemd[1]: Initializing machine ID from KVM UUID.\n[ 2.929592] systemd[1]: Installed transient /etc/machine-id file.\n[ 3.030723] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 3.033979] systemd[1]: Listening on fsck to fsckd communication Socket.\n[[0;32m OK [0m] Listening on fsck to fsckd communication Socket.\n[ 3.037130] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 3.040078] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 3.042648] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 3.045506] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 3.048442] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 3.050770] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 3.053467] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 3.056480] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 3.059461] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 3.062403] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 3.065307] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 3.069409] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 3.081277] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...\n Starting Monitoring of LVM2 mirrors... dmeventd or progress polling...\n[ 3.093415] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 3.099199] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 3.105135] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.\n[[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n[ 3.117704] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 3.123521] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 3.127134] systemd[1]: Started Forward Password Requests to Wall Directory Watch.\n[[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch.\n[ 3.131371] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 3.134343] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 3.138118] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 3.141023] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 3.143609] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 3.146891] systemd[1]: Starting Journal Service...\n."} 2018-08-15 19:04:09,163 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/ce456fff-07dc-4039-9b4b-ff12691770bc/action used request id req-fca3f4ba-ee1d-4955-b346-ba6be0c676ed 2018-08-15 19:04:09,163 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.102011919022s 2018-08-15 19:04:09,164 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/ce456fff-07dc-4039-9b4b-ff12691770bc/action used request id req-fca3f4ba-ee1d-4955-b346-ba6be0c676ed 2018-08-15 19:04:09,164 - 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 719860006 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.174131] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.176422] pid_max: default: 32768 minimum: 301 [ 0.177666] ACPI: Core revision 20150930 [ 0.179358] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.181166] Security Framework initialized [ 0.182301] Yama: becoming mindful. [ 0.183312] AppArmor: AppArmor initialized [ 0.184479] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.186289] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.188012] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.189645] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.191513] Initializing cgroup subsys io [ 0.192630] Initializing cgroup subsys memory [ 0.193816] Initializing cgroup subsys devices [ 0.195007] Initializing cgroup subsys freezer [ 0.196202] Initializing cgroup subsys net_cls [ 0.197398] Initializing cgroup subsys perf_event [ 0.198639] Initializing cgroup subsys net_prio [ 0.199847] Initializing cgroup subsys hugetlb [ 0.201042] Initializing cgroup subsys pids [ 0.202210] CPU: Physical Processor ID: 0 [ 0.203998] mce: CPU supports 10 MCE banks [ 0.205154] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.206523] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.208006] Spectre V2 : Mitigation: Full generic retpoline [ 0.209425] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported [ 0.211208] Speculative Store Bypass: Vulnerable [ 0.228487] Freeing SMP alternatives memory: 32K [ 0.234294] ftrace: allocating 32237 entries in 126 pages [ 0.268701] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.270359] smpboot: Max logical packages: 1 [ 0.271744] x2apic enabled [ 0.272894] Switched APIC routing to physical x2apic. [ 0.275340] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.276864] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.279582] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.282026] KVM setup paravirtual spinlock [ 0.283650] x86: Booted up 1 node, 1 CPUs [ 0.284763] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.286653] devtmpfs: initialized [ 0.288637] evm: security.selinux [ 0.289599] evm: security.SMACK64 [ 0.290564] evm: security.SMACK64EXEC [ 0.291595] evm: security.SMACK64TRANSMUTE [ 0.292705] evm: security.SMACK64MMAP [ 0.293724] evm: security.ima [ 0.294610] evm: security.capability [ 0.295708] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.298167] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.299764] pinctrl core: initialized pinctrl subsystem [ 0.301246] RTC time: 19:04:06, date: 08/15/18 [ 0.302535] NET: Registered protocol family 16 [ 0.303849] cpuidle: using governor ladder [ 0.304986] cpuidle: using governor menu [ 0.306067] PCCT header not found. [ 0.307102] ACPI: bus type PCI registered [ 0.308207] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.309875] PCI: Using configuration type 1 for base access [ 0.312079] ACPI: Added _OSI(Module Device) [ 0.313225] ACPI: Added _OSI(Processor Device) [ 0.314393] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.315614] ACPI: Added _OSI(Processor Aggregator Device) [ 0.317809] ACPI: Interpreter enabled [ 0.318855] ACPI: (supports S0 S5) [ 0.319817] ACPI: Using IOAPIC for interrupt routing [ 0.321091] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.325011] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.326552] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.328204] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.329799] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.332752] acpiphp: Slot [3] registered [ 0.333843] acpiphp: Slot [4] registered [ 0.334927] acpiphp: Slot [5] registered [ 0.336007] acpiphp: Slot [6] registered [ 0.351191] acpiphp: Slot [7] registered [ 0.354558] acpiphp: Slot [8] registered [ 0.355891] acpiphp: Slot [9] registered [ 0.356976] acpiphp: Slot [10] registered [ 0.358081] acpiphp: Slot [11] registered [ 0.359209] acpiphp: Slot [12] registered [ 0.360315] acpiphp: Slot [13] registered [ 0.361419] acpiphp: Slot [14] registered [ 0.362521] acpiphp: Slot [15] registered [ 0.363629] acpiphp: Slot [16] registered [ 0.364742] acpiphp: Slot [17] registered [ 0.365841] acpiphp: Slot [18] registered [ 0.366949] acpiphp: Slot [19] registered [ 0.368289] acpiphp: Slot [20] registered [ 0.369402] acpiphp: Slot [21] registered [ 0.370501] acpiphp: Slot [22] registered [ 0.371608] acpiphp: Slot [23] registered [ 0.372704] acpiphp: Slot [24] registered [ 0.373812] acpiphp: Slot [25] registered [ 0.374918] acpiphp: Slot [26] registered [ 0.376026] acpiphp: Slot [27] registered [ 0.377130] acpiphp: Slot [28] registered [ 0.378236] acpiphp: Slot [29] registered [ 0.379348] acpiphp: Slot [30] registered [ 0.380454] acpiphp: Slot [31] registered [ 0.381566] PCI host bridge to bus 0000:00 [ 0.382695] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.384354] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.386010] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.388009] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.390007] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.392062] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.397477] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.399202] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.400806] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.402546] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.406799] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.408781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.431492] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.433533] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.435487] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.437645] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.439571] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.441306] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.443273] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.444724] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.446856] vgaarb: loaded [ 0.447697] vgaarb: bridge control possible 0000:00:02.0 [ 0.449470] SCSI subsystem initialized [ 0.450786] ACPI: bus type USB registered [ 0.451943] usbcore: registered new interface driver usbfs [ 0.453367] usbcore: registered new interface driver hub [ 0.454748] usbcore: registered new device driver usb [ 0.456291] PCI: Using ACPI for IRQ routing [ 0.457878] NetLabel: Initializing [ 0.458879] NetLabel: domain hash size = 128 [ 0.460051] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.461389] NetLabel: unlabeled traffic allowed by default [ 0.462995] amd_nb: Cannot enumerate AMD northbridges [ 0.464361] clocksource: Switched to clocksource kvm-clock [ 0.473904] AppArmor: AppArmor Filesystem Enabled [ 0.475239] pnp: PnP ACPI init [ 0.476515] pnp: PnP ACPI: found 5 devices [ 0.483432] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.485795] NET: Registered protocol family 2 [ 0.487258] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.489011] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.490643] TCP: Hash tables configured (established 4096 bind 4096) [ 0.492282] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.493756] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.495391] NET: Registered protocol family 1 [ 0.496599] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.498102] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.499569] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.515857] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.533432] Unpacking initramfs... [ 1.027618] Freeing initrd memory: 37084K [ 1.029131] Scanning for low memory corruption every 60 seconds [ 1.031001] audit: initializing netlink subsys (disabled) [ 1.032451] audit: type=2000 audit(1534359846.829:1): initialized [ 1.034276] Initialise system trusted keyring [ 1.035632] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.037235] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.039973] zbud: loaded [ 1.041068] VFS: Disk quotas dquot_6.6.0 [ 1.042218] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.044130] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 1.045866] fuse init (API version 7.23) [ 1.047107] Key type big_key registered [ 1.048222] Allocating IMA MOK and blacklist keyrings. [ 1.049933] Key type asymmetric registered [ 1.051078] Asymmetric key parser 'x509' registered [ 1.052420] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 1.054476] io scheduler noop registered [ 1.055575] io scheduler deadline registered (default) [ 1.056943] io scheduler cfq registered [ 1.058109] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.059555] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.061309] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.063313] ACPI: Power Button [PWRF] [ 1.064496] GHES: HEST is not enabled! [ 1.080213] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.112790] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.115678] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 1.139438] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 1.142509] Linux agpgart interface v0.103 [ 1.145360] loop: module loaded [ 1.149108] vda: vda1 [ 1.150670] scsi host0: ata_piix [ 1.151729] scsi host1: ata_piix [ 1.152744] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.154431] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.156720] libphy: Fixed MDIO Bus: probed [ 1.157878] tun: Universal TUN/TAP device driver, 1.6 [ 1.159219] tun: (C) 1999-2004 Max Krasnyansky [ 1.161890] PPP generic driver version 2.4.2 [ 1.163154] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.164811] ehci-pci: EHCI PCI platform driver [ 1.166035] ehci-platform: EHCI generic platform driver [ 1.167412] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.168979] ohci-pci: OHCI PCI platform driver [ 1.170197] ohci-platform: OHCI generic platform driver [ 1.171565] uhci_hcd: USB Universal Host Controller Interface driver [ 1.187877] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.189270] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.191305] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.192704] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.194285] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.195956] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.197909] usb usb1: Product: UHCI Host Controller [ 1.199191] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd [ 1.200771] usb usb1: SerialNumber: 0000:00:01.2 [ 1.202092] hub 1-0:1.0: USB hub found [ 1.203170] hub 1-0:1.0: 2 ports detected [ 1.204438] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.207357] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.208673] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.210095] mousedev: PS/2 mouse device common for all mice [ 1.211832] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.214366] rtc_cmos 00:00: RTC can wake from S4 [ 1.215908] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.217557] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.219203] i2c /dev entries driver [ 1.220272] device-mapper: uevent: version 1.0.3 [ 1.221579] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 1.223815] ledtrig-cpu: registered to indicate activity on CPUs [ 1.225614] NET: Registered protocol family 10 [ 1.227110] NET: Registered protocol family 17 [ 1.228339] Key type dns_resolver registered [ 1.229748] registered taskstats version 1 [ 1.230933] Loading compiled-in X.509 certificates [ 1.232774] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb' [ 1.235338] zswap: loaded using pool lzo/zbud [ 1.237933] Key type trusted registered [ 1.241005] Key type encrypted registered [ 1.242158] AppArmor: AppArmor sha1 policy hashing enabled [ 1.243597] ima: No TPM chip found, activating TPM-bypass! [ 1.245047] evm: HMAC attrs: 0x1 [ 1.246354] Magic number: 14:667:91 [ 1.247514] rtc_cmos 00:00: setting system clock to 2018-08-15 19:04:06 UTC (1534359846) [ 1.249770] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 1.251291] EDD information not available. [ 1.313944] Freeing unused kernel memory: 1512K [ 1.315191] Write protecting the kernel read-only data: 14336k [ 1.332306] Freeing unused kernel memory: 1692K [ 1.333749] Freeing unused kernel memory: 96K Loading, please wait... starting version 229 [ 1.344443] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.346846] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.349606] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.352176] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.354687] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.360426] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.365355] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.367877] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.372173] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.374600] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.429704] virtio_net virtio0 ens3: renamed from eth0 [ 1.436914] [drm] Initialized drm 1.1.0 20060810 [ 1.438828] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4 [ 1.441332] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.464788] FDC 0 is a S82078B [ 1.479303] AVX2 version of gcm_enc/dec engaged. [ 1.480566] AES CTR mode by8 optimization enabled [ 1.512399] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.673144] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.674836] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.676576] usb 1-1: Product: QEMU USB Tablet [ 1.677739] usb 1-1: Manufacturer: QEMU [ 1.678789] usb 1-1: SerialNumber: 42 [ 1.686574] hidraw: raw HID events driver (C) Jiri Kosina [ 1.693492] usbcore: registered new interface driver usbhid [ 1.694961] usbhid: USB HID core driver [ 1.697370] 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.700436] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0 [ 2.028396] tsc: Refined TSC clocksource calibration: 3491.844 MHz [ 2.028397] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255381c9ba, max_idle_ns: 440795307994 ns Begin: Loading essential drivers ... [ 2.066934] md: linear personality registered for level -1 [ 2.070476] md: multipath personality registered for level -4 [ 2.074061] md: raid0 personality registered for level 0 [ 2.078043] md: raid1 personality registered for level 1 [ 2.148360] raid6: sse2x1 gen() 11405 MB/s [ 2.216358] raid6: sse2x1 xor() 8893 MB/s [ 2.284364] raid6: sse2x2 gen() 14613 MB/s [ 2.352388] raid6: sse2x2 xor() 9692 MB/s [ 2.420356] raid6: sse2x4 gen() 16833 MB/s [ 2.488357] raid6: sse2x4 xor() 11718 MB/s [ 2.556356] raid6: avx2x1 gen() 22207 MB/s [ 2.624356] raid6: avx2x2 gen() 26131 MB/s [ 2.692356] raid6: avx2x4 gen() 29932 MB/s [ 2.696892] raid6: using algorithm avx2x4 gen() 29932 MB/s [ 2.698308] raid6: using avx2x2 recovery algorithm [ 2.702654] xor: automatically using best checksumming function: [ 2.740356] avx : 31636.000 MB/sec [ 2.742938] async_tx: api initialized (async) [ 2.754351] md: raid6 personality registered for level 6 [ 2.755748] md: raid5 personality registered for level 5 [ 2.757127] md: raid4 personality registered for level 4 [ 2.763549] 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.796557] Btrfs loaded Scanning for Btrfs filesystems done. Warning: fsck not present, so skipping root file system [ 2.817187] 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.915475] 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.919946] systemd[1]: Detected virtualization kvm. [ 2.921281] systemd[1]: Detected architecture x86-64. Welcome to [1mUbuntu 16.04.4 LTS[0m! [ 2.924986] systemd[1]: Set hostname to . [ 2.928065] systemd[1]: Initializing machine ID from KVM UUID. [ 2.929592] systemd[1]: Installed transient /etc/machine-id file. [ 3.030723] systemd[1]: Listening on Device-mapper event daemon FIFOs. [[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs. [ 3.033979] systemd[1]: Listening on fsck to fsckd communication Socket. [[0;32m OK [0m] Listening on fsck to fsckd communication Socket. [ 3.037130] systemd[1]: Reached target Encrypted Volumes. [[0;32m OK [0m] Reached target Encrypted Volumes. [ 3.040078] systemd[1]: Created slice System Slice. [[0;32m OK [0m] Created slice System Slice. [ 3.042648] systemd[1]: Listening on LVM2 poll daemon socket. [[0;32m OK [0m] Listening on LVM2 poll daemon socket. [ 3.045506] systemd[1]: Listening on LVM2 metadata daemon socket. [[0;32m OK [0m] Listening on LVM2 metadata daemon socket. [ 3.048442] systemd[1]: Reached target Swap. [[0;32m OK [0m] Reached target Swap. [ 3.050770] systemd[1]: Listening on udev Control Socket. [[0;32m OK [0m] Listening on udev Control Socket. [ 3.053467] systemd[1]: Listening on Journal Socket (/dev/log). [[0;32m OK [0m] Listening on Journal Socket (/dev/log). [ 3.056480] systemd[1]: Created slice system-serial\x2dgetty.slice. [[0;32m OK [0m] Created slice system-serial\x2dgetty.slice. [ 3.059461] systemd[1]: Listening on Journal Socket. [[0;32m OK [0m] Listening on Journal Socket. [ 3.062403] systemd[1]: Starting Set console keymap... Starting Set console keymap... [ 3.065307] systemd[1]: Mounting Huge Pages File System... Mounting Huge Pages File System... [ 3.069409] systemd[1]: Mounting POSIX Message Queue File System... Mounting POSIX Message Queue File System... [ 3.081277] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling... Starting Monitoring of LVM2 mirrors... dmeventd or progress polling... [ 3.093415] systemd[1]: Mounting Debug File System... Mounting Debug File System... [ 3.099199] systemd[1]: Starting Uncomplicated firewall... Starting Uncomplicated firewall... [ 3.105135] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. [[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [ 3.117704] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe. [[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [ 3.123521] systemd[1]: Reached target User and Group Name Lookups. [[0;32m OK [0m] Reached target User and Group Name Lookups. [ 3.127134] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch. [ 3.131371] systemd[1]: Starting Nameserver information manager... Starting Nameserver information manager... [ 3.134343] systemd[1]: Created slice User and Session Slice. [[0;32m OK [0m] Created slice User and Session Slice. [ 3.138118] systemd[1]: Reached target Slices. [[0;32m OK [0m] Reached target Slices. [ 3.141023] systemd[1]: Listening on Syslog Socket. [[0;32m OK [0m] Listening on Syslog Socket. [ 3.143609] systemd[1]: Listening on Journal Audit Socket. [[0;32m OK [0m] Listening on Journal Audit Socket. [ 3.146891] systemd[1]: Starting Journal Service... . 2018-08-15 19:04:10,167 - functest.core.singlevm - DEBUG - try 1: cannot connect to 172.30.9.208: timed out 2018-08-15 19:04:19,177 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-15 19:04:19,180 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/ce456fff-07dc-4039-9b4b-ff12691770bc/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}4b89feb68875fb64721c435964706bdca37986cb" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-15 19:04:19,256 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 19:04: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-c1836620-670f-4c89-8f30-0629a4552a3c x-compute-request-id: req-c1836620-670f-4c89-8f30-0629a4552a3c Content-Encoding: gzip Content-Length: 10496 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 719860006 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on 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.174131] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.176422] pid_max: default: 32768 minimum: 301\n[ 0.177666] ACPI: Core revision 20150930\n[ 0.179358] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.181166] Security Framework initialized\n[ 0.182301] Yama: becoming mindful.\n[ 0.183312] AppArmor: AppArmor initialized\n[ 0.184479] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.186289] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.188012] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.189645] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.191513] Initializing cgroup subsys io\n[ 0.192630] Initializing cgroup subsys memory\n[ 0.193816] Initializing cgroup subsys devices\n[ 0.195007] Initializing cgroup subsys freezer\n[ 0.196202] Initializing cgroup subsys net_cls\n[ 0.197398] Initializing cgroup subsys perf_event\n[ 0.198639] Initializing cgroup subsys net_prio\n[ 0.199847] Initializing cgroup subsys hugetlb\n[ 0.201042] Initializing cgroup subsys pids\n[ 0.202210] CPU: Physical Processor ID: 0\n[ 0.203998] mce: CPU supports 10 MCE banks\n[ 0.205154] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.206523] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.208006] Spectre V2 : Mitigation: Full generic retpoline\n[ 0.209425] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported\n[ 0.211208] Speculative Store Bypass: Vulnerable\n[ 0.228487] Freeing SMP alternatives memory: 32K\n[ 0.234294] ftrace: allocating 32237 entries in 126 pages\n[ 0.268701] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.270359] smpboot: Max logical packages: 1\n[ 0.271744] x2apic enabled\n[ 0.272894] Switched APIC routing to physical x2apic.\n[ 0.275340] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.276864] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.279582] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.282026] KVM setup paravirtual spinlock\n[ 0.283650] x86: Booted up 1 node, 1 CPUs\n[ 0.284763] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.286653] devtmpfs: initialized\n[ 0.288637] evm: security.selinux\n[ 0.289599] evm: security.SMACK64\n[ 0.290564] evm: security.SMACK64EXEC\n[ 0.291595] evm: security.SMACK64TRANSMUTE\n[ 0.292705] evm: security.SMACK64MMAP\n[ 0.293724] evm: security.ima\n[ 0.294610] evm: security.capability\n[ 0.295708] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.298167] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.299764] pinctrl core: initialized pinctrl subsystem\n[ 0.301246] RTC time: 19:04:06, date: 08/15/18\n[ 0.302535] NET: Registered protocol family 16\n[ 0.303849] cpuidle: using governor ladder\n[ 0.304986] cpuidle: using governor menu\n[ 0.306067] PCCT header not found.\n[ 0.307102] ACPI: bus type PCI registered\n[ 0.308207] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.309875] PCI: Using configuration type 1 for base access\n[ 0.312079] ACPI: Added _OSI(Module Device)\n[ 0.313225] ACPI: Added _OSI(Processor Device)\n[ 0.314393] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.315614] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.317809] ACPI: Interpreter enabled\n[ 0.318855] ACPI: (supports S0 S5)\n[ 0.319817] ACPI: Using IOAPIC for interrupt routing\n[ 0.321091] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.325011] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.326552] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.328204] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.329799] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.332752] acpiphp: Slot [3] registered\n[ 0.333843] acpiphp: Slot [4] registered\n[ 0.334927] acpiphp: Slot [5] registered\n[ 0.336007] acpiphp: Slot [6] registered\n[ 0.351191] acpiphp: Slot [7] registered\n[ 0.354558] acpiphp: Slot [8] registered\n[ 0.355891] acpiphp: Slot [9] registered\n[ 0.356976] acpiphp: Slot [10] registered\n[ 0.358081] acpiphp: Slot [11] registered\n[ 0.359209] acpiphp: Slot [12] registered\n[ 0.360315] acpiphp: Slot [13] registered\n[ 0.361419] acpiphp: Slot [14] registered\n[ 0.362521] acpiphp: Slot [15] registered\n[ 0.363629] acpiphp: Slot [16] registered\n[ 0.364742] acpiphp: Slot [17] registered\n[ 0.365841] acpiphp: Slot [18] registered\n[ 0.366949] acpiphp: Slot [19] registered\n[ 0.368289] acpiphp: Slot [20] registered\n[ 0.369402] acpiphp: Slot [21] registered\n[ 0.370501] acpiphp: Slot [22] registered\n[ 0.371608] acpiphp: Slot [23] registered\n[ 0.372704] acpiphp: Slot [24] registered\n[ 0.373812] acpiphp: Slot [25] registered\n[ 0.374918] acpiphp: Slot [26] registered\n[ 0.376026] acpiphp: Slot [27] registered\n[ 0.377130] acpiphp: Slot [28] registered\n[ 0.378236] acpiphp: Slot [29] registered\n[ 0.379348] acpiphp: Slot [30] registered\n[ 0.380454] acpiphp: Slot [31] registered\n[ 0.381566] PCI host bridge to bus 0000:00\n[ 0.382695] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.384354] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.386010] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.388009] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.390007] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.392062] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.397477] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.399202] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.400806] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.402546] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.406799] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.408781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.431492] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.433533] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.435487] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.437645] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.439571] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.441306] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.443273] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.444724] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.446856] vgaarb: loaded\n[ 0.447697] vgaarb: bridge control possible 0000:00:02.0\n[ 0.449470] SCSI subsystem initialized\n[ 0.450786] ACPI: bus type USB registered\n[ 0.451943] usbcore: registered new interface driver usbfs\n[ 0.453367] usbcore: registered new interface driver hub\n[ 0.454748] usbcore: registered new device driver usb\n[ 0.456291] PCI: Using ACPI for IRQ routing\n[ 0.457878] NetLabel: Initializing\n[ 0.458879] NetLabel: domain hash size = 128\n[ 0.460051] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.461389] NetLabel: unlabeled traffic allowed by default\n[ 0.462995] amd_nb: Cannot enumerate AMD northbridges\n[ 0.464361] clocksource: Switched to clocksource kvm-clock\n[ 0.473904] AppArmor: AppArmor Filesystem Enabled\n[ 0.475239] pnp: PnP ACPI init\n[ 0.476515] pnp: PnP ACPI: found 5 devices\n[ 0.483432] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.485795] NET: Registered protocol family 2\n[ 0.487258] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.489011] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.490643] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.492282] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.493756] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.495391] NET: Registered protocol family 1\n[ 0.496599] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.498102] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.499569] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.515857] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.533432] Unpacking initramfs...\n[ 1.027618] Freeing initrd memory: 37084K\n[ 1.029131] Scanning for low memory corruption every 60 seconds\n[ 1.031001] audit: initializing netlink subsys (disabled)\n[ 1.032451] audit: type=2000 audit(1534359846.829:1): initialized\n[ 1.034276] Initialise system trusted keyring\n[ 1.035632] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.037235] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.039973] zbud: loaded\n[ 1.041068] VFS: Disk quotas dquot_6.6.0\n[ 1.042218] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.044130] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.045866] fuse init (API version 7.23)\n[ 1.047107] Key type big_key registered\n[ 1.048222] Allocating IMA MOK and blacklist keyrings.\n[ 1.049933] Key type asymmetric registered\n[ 1.051078] Asymmetric key parser 'x509' registered\n[ 1.052420] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.054476] io scheduler noop registered\n[ 1.055575] io scheduler deadline registered (default)\n[ 1.056943] io scheduler cfq registered\n[ 1.058109] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.059555] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.061309] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.063313] ACPI: Power Button [PWRF]\n[ 1.064496] GHES: HEST is not enabled!\n[ 1.080213] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.112790] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.115678] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.139438] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.142509] Linux agpgart interface v0.103\n[ 1.145360] loop: module loaded\n[ 1.149108] vda: vda1\n[ 1.150670] scsi host0: ata_piix\n[ 1.151729] scsi host1: ata_piix\n[ 1.152744] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.154431] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.156720] libphy: Fixed MDIO Bus: probed\n[ 1.157878] tun: Universal TUN/TAP device driver, 1.6\n[ 1.159219] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.161890] PPP generic driver version 2.4.2\n[ 1.163154] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.164811] ehci-pci: EHCI PCI platform driver\n[ 1.166035] ehci-platform: EHCI generic platform driver\n[ 1.167412] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.168979] ohci-pci: OHCI PCI platform driver\n[ 1.170197] ohci-platform: OHCI generic platform driver\n[ 1.171565] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.187877] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.189270] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.191305] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.192704] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.194285] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.195956] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.197909] usb usb1: Product: UHCI Host Controller\n[ 1.199191] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd\n[ 1.200771] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.202092] hub 1-0:1.0: USB hub found\n[ 1.203170] hub 1-0:1.0: 2 ports detected\n[ 1.204438] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.207357] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.208673] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.210095] mousedev: PS/2 mouse device common for all mice\n[ 1.211832] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.214366] rtc_cmos 00:00: RTC can wake from S4\n[ 1.215908] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.217557] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.219203] i2c /dev entries driver\n[ 1.220272] device-mapper: uevent: version 1.0.3\n[ 1.221579] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.223815] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.225614] NET: Registered protocol family 10\n[ 1.227110] NET: Registered protocol family 17\n[ 1.228339] Key type dns_resolver registered\n[ 1.229748] registered taskstats version 1\n[ 1.230933] Loading compiled-in X.509 certificates\n[ 1.232774] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb'\n[ 1.235338] zswap: loaded using pool lzo/zbud\n[ 1.237933] Key type trusted registered\n[ 1.241005] Key type encrypted registered\n[ 1.242158] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.243597] ima: No TPM chip found, activating TPM-bypass!\n[ 1.245047] evm: HMAC attrs: 0x1\n[ 1.246354] Magic number: 14:667:91\n[ 1.247514] rtc_cmos 00:00: setting system clock to 2018-08-15 19:04:06 UTC (1534359846)\n[ 1.249770] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.251291] EDD information not available.\n[ 1.313944] Freeing unused kernel memory: 1512K\n[ 1.315191] Write protecting the kernel read-only data: 14336k\n[ 1.332306] Freeing unused kernel memory: 1692K\n[ 1.333749] Freeing unused kernel memory: 96K\nLoading, please wait...\nstarting version 229\n[ 1.344443] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.346846] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.349606] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.352176] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.354687] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.360426] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.365355] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.367877] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.372173] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.374600] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.429704] virtio_net virtio0 ens3: renamed from eth0\n[ 1.436914] [drm] Initialized drm 1.1.0 20060810\n[ 1.438828] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 1.441332] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.464788] FDC 0 is a S82078B\n[ 1.479303] AVX2 version of gcm_enc/dec engaged.\n[ 1.480566] AES CTR mode by8 optimization enabled\n[ 1.512399] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.673144] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.674836] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.676576] usb 1-1: Product: QEMU USB Tablet\n[ 1.677739] usb 1-1: Manufacturer: QEMU\n[ 1.678789] usb 1-1: SerialNumber: 42\n[ 1.686574] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.693492] usbcore: registered new interface driver usbhid\n[ 1.694961] usbhid: USB HID core driver\n[ 1.697370] 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.700436] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0\n[ 2.028396] tsc: Refined TSC clocksource calibration: 3491.844 MHz\n[ 2.028397] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255381c9ba, max_idle_ns: 440795307994 ns\nBegin: Loading essential drivers ... [ 2.066934] md: linear personality registered for level -1\n[ 2.070476] md: multipath personality registered for level -4\n[ 2.074061] md: raid0 personality registered for level 0\n[ 2.078043] md: raid1 personality registered for level 1\n[ 2.148360] raid6: sse2x1 gen() 11405 MB/s\n[ 2.216358] raid6: sse2x1 xor() 8893 MB/s\n[ 2.284364] raid6: sse2x2 gen() 14613 MB/s\n[ 2.352388] raid6: sse2x2 xor() 9692 MB/s\n[ 2.420356] raid6: sse2x4 gen() 16833 MB/s\n[ 2.488357] raid6: sse2x4 xor() 11718 MB/s\n[ 2.556356] raid6: avx2x1 gen() 22207 MB/s\n[ 2.624356] raid6: avx2x2 gen() 26131 MB/s\n[ 2.692356] raid6: avx2x4 gen() 29932 MB/s\n[ 2.696892] raid6: using algorithm avx2x4 gen() 29932 MB/s\n[ 2.698308] raid6: using avx2x2 recovery algorithm\n[ 2.702654] xor: automatically using best checksumming function:\n[ 2.740356] avx : 31636.000 MB/sec\n[ 2.742938] async_tx: api initialized (async)\n[ 2.754351] md: raid6 personality registered for level 6\n[ 2.755748] md: raid5 personality registered for level 5\n[ 2.757127] md: raid4 personality registered for level 4\n[ 2.763549] 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.796557] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 2.817187] 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.915475] 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.919946] systemd[1]: Detected virtualization kvm.\n[ 2.921281] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.4 LTS[0m!\n\n[ 2.924986] systemd[1]: Set hostname to .\n[ 2.928065] systemd[1]: Initializing machine ID from KVM UUID.\n[ 2.929592] systemd[1]: Installed transient /etc/machine-id file.\n[ 3.030723] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 3.033979] systemd[1]: Listening on fsck to fsckd communication Socket.\n[[0;32m OK [0m] Listening on fsck to fsckd communication Socket.\n[ 3.037130] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 3.040078] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 3.042648] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 3.045506] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 3.048442] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 3.050770] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 3.053467] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 3.056480] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 3.059461] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 3.062403] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 3.065307] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 3.069409] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 3.081277] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...\n Starting Monitoring of LVM2 mirrors... dmeventd or progress polling...\n[ 3.093415] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 3.099199] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 3.105135] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.\n[[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n[ 3.117704] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 3.123521] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 3.127134] systemd[1]: Started Forward Password Requests to Wall Directory Watch.\n[[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch.\n[ 3.131371] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 3.134343] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 3.138118] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 3.141023] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 3.143609] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 3.146891] systemd[1]: Starting Journal Service...\n. Starting Journal Service...\n[ 3.150207] systemd[1]: Starting Create list of required static device nodes for the current kernel...\n Starting Create list of required st... nodes for the current kernel...\n[ 3.158052] systemd[1]: Started Trigger resolvconf update for networkd DNS.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[ 3.172783] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 3.176502] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 3.183389] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 3.187160] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.[ 3.193464] Loading iSCSI transport class v2.0-870.\n\n[ 3.195991] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 3.201634] systemd[1]: Started Journal Service.\n[ 3.203989] iscsi: registered transport (tcp)\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[[0;32m OK [0m] Started Nameserver information manager.\n[ 3.246501] iscsi: registered transport (iser)\n[[0;32m OK [0m] Started Load Kernel Modules.\n Starting Apply Kernel Variables...\n Mounting FUSE Control File System...\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting Create Static Device Nodes in /dev...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n Starting File System Check on Root Device...\n[[0;32m OK [0m] Started File System Check Daemon to report status.\n[[0;32m OK [0m] Started File System Check on Root Device.\n Starting Remount Root and Kernel File Systems...\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n Starting udev Coldplug all Devices...\n Starting Flush Journal to Persistent Storage...\n Starting Load/Save Random Seed...\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting LSB: AppArmor initialization...\n Starting Initial cloud-init job (pre-networking)...\n Starting Create Volatile Files and Directories...\n Starting Set console font and keymap...\n Starting Tell Plymouth To Write Out Runtime Data...\n Starting Commit a transient machine-id on disk...\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n[[0;32m OK [0m] Started Create Volatile Files and Directories.\n Starting Network Time Synchronization...\n Starting Update UTMP about System Boot/Shutdown...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[ 3.983744] 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.604727] cloud-init[482]: Cloud-init v. 18.2 running 'init-local' at Wed, 15 Aug 2018 19:04:09 +0000. Up 4.42 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[[0;32m OK [0m] Reached target Network.\n Starting Initial cloud-init job (metadata service crawler)...\n"} 2018-08-15 19:04:19,257 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/ce456fff-07dc-4039-9b4b-ff12691770bc/action used request id req-c1836620-670f-4c89-8f30-0629a4552a3c 2018-08-15 19:04:19,257 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.080109834671s 2018-08-15 19:04:19,259 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/ce456fff-07dc-4039-9b4b-ff12691770bc/action used request id req-c1836620-670f-4c89-8f30-0629a4552a3c 2018-08-15 19:04:19,259 - 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 719860006 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.174131] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.176422] pid_max: default: 32768 minimum: 301 [ 0.177666] ACPI: Core revision 20150930 [ 0.179358] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.181166] Security Framework initialized [ 0.182301] Yama: becoming mindful. [ 0.183312] AppArmor: AppArmor initialized [ 0.184479] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.186289] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.188012] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.189645] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.191513] Initializing cgroup subsys io [ 0.192630] Initializing cgroup subsys memory [ 0.193816] Initializing cgroup subsys devices [ 0.195007] Initializing cgroup subsys freezer [ 0.196202] Initializing cgroup subsys net_cls [ 0.197398] Initializing cgroup subsys perf_event [ 0.198639] Initializing cgroup subsys net_prio [ 0.199847] Initializing cgroup subsys hugetlb [ 0.201042] Initializing cgroup subsys pids [ 0.202210] CPU: Physical Processor ID: 0 [ 0.203998] mce: CPU supports 10 MCE banks [ 0.205154] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.206523] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.208006] Spectre V2 : Mitigation: Full generic retpoline [ 0.209425] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported [ 0.211208] Speculative Store Bypass: Vulnerable [ 0.228487] Freeing SMP alternatives memory: 32K [ 0.234294] ftrace: allocating 32237 entries in 126 pages [ 0.268701] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.270359] smpboot: Max logical packages: 1 [ 0.271744] x2apic enabled [ 0.272894] Switched APIC routing to physical x2apic. [ 0.275340] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.276864] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.279582] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.282026] KVM setup paravirtual spinlock [ 0.283650] x86: Booted up 1 node, 1 CPUs [ 0.284763] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.286653] devtmpfs: initialized [ 0.288637] evm: security.selinux [ 0.289599] evm: security.SMACK64 [ 0.290564] evm: security.SMACK64EXEC [ 0.291595] evm: security.SMACK64TRANSMUTE [ 0.292705] evm: security.SMACK64MMAP [ 0.293724] evm: security.ima [ 0.294610] evm: security.capability [ 0.295708] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.298167] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.299764] pinctrl core: initialized pinctrl subsystem [ 0.301246] RTC time: 19:04:06, date: 08/15/18 [ 0.302535] NET: Registered protocol family 16 [ 0.303849] cpuidle: using governor ladder [ 0.304986] cpuidle: using governor menu [ 0.306067] PCCT header not found. [ 0.307102] ACPI: bus type PCI registered [ 0.308207] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.309875] PCI: Using configuration type 1 for base access [ 0.312079] ACPI: Added _OSI(Module Device) [ 0.313225] ACPI: Added _OSI(Processor Device) [ 0.314393] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.315614] ACPI: Added _OSI(Processor Aggregator Device) [ 0.317809] ACPI: Interpreter enabled [ 0.318855] ACPI: (supports S0 S5) [ 0.319817] ACPI: Using IOAPIC for interrupt routing [ 0.321091] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.325011] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.326552] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.328204] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.329799] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.332752] acpiphp: Slot [3] registered [ 0.333843] acpiphp: Slot [4] registered [ 0.334927] acpiphp: Slot [5] registered [ 0.336007] acpiphp: Slot [6] registered [ 0.351191] acpiphp: Slot [7] registered [ 0.354558] acpiphp: Slot [8] registered [ 0.355891] acpiphp: Slot [9] registered [ 0.356976] acpiphp: Slot [10] registered [ 0.358081] acpiphp: Slot [11] registered [ 0.359209] acpiphp: Slot [12] registered [ 0.360315] acpiphp: Slot [13] registered [ 0.361419] acpiphp: Slot [14] registered [ 0.362521] acpiphp: Slot [15] registered [ 0.363629] acpiphp: Slot [16] registered [ 0.364742] acpiphp: Slot [17] registered [ 0.365841] acpiphp: Slot [18] registered [ 0.366949] acpiphp: Slot [19] registered [ 0.368289] acpiphp: Slot [20] registered [ 0.369402] acpiphp: Slot [21] registered [ 0.370501] acpiphp: Slot [22] registered [ 0.371608] acpiphp: Slot [23] registered [ 0.372704] acpiphp: Slot [24] registered [ 0.373812] acpiphp: Slot [25] registered [ 0.374918] acpiphp: Slot [26] registered [ 0.376026] acpiphp: Slot [27] registered [ 0.377130] acpiphp: Slot [28] registered [ 0.378236] acpiphp: Slot [29] registered [ 0.379348] acpiphp: Slot [30] registered [ 0.380454] acpiphp: Slot [31] registered [ 0.381566] PCI host bridge to bus 0000:00 [ 0.382695] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.384354] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.386010] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.388009] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.390007] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.392062] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.397477] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.399202] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.400806] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.402546] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.406799] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.408781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.431492] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.433533] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.435487] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.437645] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.439571] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.441306] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.443273] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.444724] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.446856] vgaarb: loaded [ 0.447697] vgaarb: bridge control possible 0000:00:02.0 [ 0.449470] SCSI subsystem initialized [ 0.450786] ACPI: bus type USB registered [ 0.451943] usbcore: registered new interface driver usbfs [ 0.453367] usbcore: registered new interface driver hub [ 0.454748] usbcore: registered new device driver usb [ 0.456291] PCI: Using ACPI for IRQ routing [ 0.457878] NetLabel: Initializing [ 0.458879] NetLabel: domain hash size = 128 [ 0.460051] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.461389] NetLabel: unlabeled traffic allowed by default [ 0.462995] amd_nb: Cannot enumerate AMD northbridges [ 0.464361] clocksource: Switched to clocksource kvm-clock [ 0.473904] AppArmor: AppArmor Filesystem Enabled [ 0.475239] pnp: PnP ACPI init [ 0.476515] pnp: PnP ACPI: found 5 devices [ 0.483432] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.485795] NET: Registered protocol family 2 [ 0.487258] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.489011] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.490643] TCP: Hash tables configured (established 4096 bind 4096) [ 0.492282] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.493756] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.495391] NET: Registered protocol family 1 [ 0.496599] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.498102] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.499569] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.515857] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.533432] Unpacking initramfs... [ 1.027618] Freeing initrd memory: 37084K [ 1.029131] Scanning for low memory corruption every 60 seconds [ 1.031001] audit: initializing netlink subsys (disabled) [ 1.032451] audit: type=2000 audit(1534359846.829:1): initialized [ 1.034276] Initialise system trusted keyring [ 1.035632] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.037235] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.039973] zbud: loaded [ 1.041068] VFS: Disk quotas dquot_6.6.0 [ 1.042218] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.044130] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 1.045866] fuse init (API version 7.23) [ 1.047107] Key type big_key registered [ 1.048222] Allocating IMA MOK and blacklist keyrings. [ 1.049933] Key type asymmetric registered [ 1.051078] Asymmetric key parser 'x509' registered [ 1.052420] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 1.054476] io scheduler noop registered [ 1.055575] io scheduler deadline registered (default) [ 1.056943] io scheduler cfq registered [ 1.058109] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.059555] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.061309] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.063313] ACPI: Power Button [PWRF] [ 1.064496] GHES: HEST is not enabled! [ 1.080213] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.112790] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.115678] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 1.139438] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 1.142509] Linux agpgart interface v0.103 [ 1.145360] loop: module loaded [ 1.149108] vda: vda1 [ 1.150670] scsi host0: ata_piix [ 1.151729] scsi host1: ata_piix [ 1.152744] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.154431] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.156720] libphy: Fixed MDIO Bus: probed [ 1.157878] tun: Universal TUN/TAP device driver, 1.6 [ 1.159219] tun: (C) 1999-2004 Max Krasnyansky [ 1.161890] PPP generic driver version 2.4.2 [ 1.163154] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.164811] ehci-pci: EHCI PCI platform driver [ 1.166035] ehci-platform: EHCI generic platform driver [ 1.167412] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.168979] ohci-pci: OHCI PCI platform driver [ 1.170197] ohci-platform: OHCI generic platform driver [ 1.171565] uhci_hcd: USB Universal Host Controller Interface driver [ 1.187877] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.189270] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.191305] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.192704] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.194285] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.195956] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.197909] usb usb1: Product: UHCI Host Controller [ 1.199191] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd [ 1.200771] usb usb1: SerialNumber: 0000:00:01.2 [ 1.202092] hub 1-0:1.0: USB hub found [ 1.203170] hub 1-0:1.0: 2 ports detected [ 1.204438] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.207357] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.208673] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.210095] mousedev: PS/2 mouse device common for all mice [ 1.211832] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.214366] rtc_cmos 00:00: RTC can wake from S4 [ 1.215908] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.217557] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.219203] i2c /dev entries driver [ 1.220272] device-mapper: uevent: version 1.0.3 [ 1.221579] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 1.223815] ledtrig-cpu: registered to indicate activity on CPUs [ 1.225614] NET: Registered protocol family 10 [ 1.227110] NET: Registered protocol family 17 [ 1.228339] Key type dns_resolver registered [ 1.229748] registered taskstats version 1 [ 1.230933] Loading compiled-in X.509 certificates [ 1.232774] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb' [ 1.235338] zswap: loaded using pool lzo/zbud [ 1.237933] Key type trusted registered [ 1.241005] Key type encrypted registered [ 1.242158] AppArmor: AppArmor sha1 policy hashing enabled [ 1.243597] ima: No TPM chip found, activating TPM-bypass! [ 1.245047] evm: HMAC attrs: 0x1 [ 1.246354] Magic number: 14:667:91 [ 1.247514] rtc_cmos 00:00: setting system clock to 2018-08-15 19:04:06 UTC (1534359846) [ 1.249770] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 1.251291] EDD information not available. [ 1.313944] Freeing unused kernel memory: 1512K [ 1.315191] Write protecting the kernel read-only data: 14336k [ 1.332306] Freeing unused kernel memory: 1692K [ 1.333749] Freeing unused kernel memory: 96K Loading, please wait... starting version 229 [ 1.344443] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.346846] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.349606] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.352176] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.354687] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.360426] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.365355] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.367877] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.372173] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.374600] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.429704] virtio_net virtio0 ens3: renamed from eth0 [ 1.436914] [drm] Initialized drm 1.1.0 20060810 [ 1.438828] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4 [ 1.441332] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.464788] FDC 0 is a S82078B [ 1.479303] AVX2 version of gcm_enc/dec engaged. [ 1.480566] AES CTR mode by8 optimization enabled [ 1.512399] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.673144] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.674836] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.676576] usb 1-1: Product: QEMU USB Tablet [ 1.677739] usb 1-1: Manufacturer: QEMU [ 1.678789] usb 1-1: SerialNumber: 42 [ 1.686574] hidraw: raw HID events driver (C) Jiri Kosina [ 1.693492] usbcore: registered new interface driver usbhid [ 1.694961] usbhid: USB HID core driver [ 1.697370] 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.700436] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0 [ 2.028396] tsc: Refined TSC clocksource calibration: 3491.844 MHz [ 2.028397] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255381c9ba, max_idle_ns: 440795307994 ns Begin: Loading essential drivers ... [ 2.066934] md: linear personality registered for level -1 [ 2.070476] md: multipath personality registered for level -4 [ 2.074061] md: raid0 personality registered for level 0 [ 2.078043] md: raid1 personality registered for level 1 [ 2.148360] raid6: sse2x1 gen() 11405 MB/s [ 2.216358] raid6: sse2x1 xor() 8893 MB/s [ 2.284364] raid6: sse2x2 gen() 14613 MB/s [ 2.352388] raid6: sse2x2 xor() 9692 MB/s [ 2.420356] raid6: sse2x4 gen() 16833 MB/s [ 2.488357] raid6: sse2x4 xor() 11718 MB/s [ 2.556356] raid6: avx2x1 gen() 22207 MB/s [ 2.624356] raid6: avx2x2 gen() 26131 MB/s [ 2.692356] raid6: avx2x4 gen() 29932 MB/s [ 2.696892] raid6: using algorithm avx2x4 gen() 29932 MB/s [ 2.698308] raid6: using avx2x2 recovery algorithm [ 2.702654] xor: automatically using best checksumming function: [ 2.740356] avx : 31636.000 MB/sec [ 2.742938] async_tx: api initialized (async) [ 2.754351] md: raid6 personality registered for level 6 [ 2.755748] md: raid5 personality registered for level 5 [ 2.757127] md: raid4 personality registered for level 4 [ 2.763549] 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.796557] Btrfs loaded Scanning for Btrfs filesystems done. Warning: fsck not present, so skipping root file system [ 2.817187] 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.915475] 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.919946] systemd[1]: Detected virtualization kvm. [ 2.921281] systemd[1]: Detected architecture x86-64. Welcome to [1mUbuntu 16.04.4 LTS[0m! [ 2.924986] systemd[1]: Set hostname to . [ 2.928065] systemd[1]: Initializing machine ID from KVM UUID. [ 2.929592] systemd[1]: Installed transient /etc/machine-id file. [ 3.030723] systemd[1]: Listening on Device-mapper event daemon FIFOs. [[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs. [ 3.033979] systemd[1]: Listening on fsck to fsckd communication Socket. [[0;32m OK [0m] Listening on fsck to fsckd communication Socket. [ 3.037130] systemd[1]: Reached target Encrypted Volumes. [[0;32m OK [0m] Reached target Encrypted Volumes. [ 3.040078] systemd[1]: Created slice System Slice. [[0;32m OK [0m] Created slice System Slice. [ 3.042648] systemd[1]: Listening on LVM2 poll daemon socket. [[0;32m OK [0m] Listening on LVM2 poll daemon socket. [ 3.045506] systemd[1]: Listening on LVM2 metadata daemon socket. [[0;32m OK [0m] Listening on LVM2 metadata daemon socket. [ 3.048442] systemd[1]: Reached target Swap. [[0;32m OK [0m] Reached target Swap. [ 3.050770] systemd[1]: Listening on udev Control Socket. [[0;32m OK [0m] Listening on udev Control Socket. [ 3.053467] systemd[1]: Listening on Journal Socket (/dev/log). [[0;32m OK [0m] Listening on Journal Socket (/dev/log). [ 3.056480] systemd[1]: Created slice system-serial\x2dgetty.slice. [[0;32m OK [0m] Created slice system-serial\x2dgetty.slice. [ 3.059461] systemd[1]: Listening on Journal Socket. [[0;32m OK [0m] Listening on Journal Socket. [ 3.062403] systemd[1]: Starting Set console keymap... Starting Set console keymap... [ 3.065307] systemd[1]: Mounting Huge Pages File System... Mounting Huge Pages File System... [ 3.069409] systemd[1]: Mounting POSIX Message Queue File System... Mounting POSIX Message Queue File System... [ 3.081277] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling... Starting Monitoring of LVM2 mirrors... dmeventd or progress polling... [ 3.093415] systemd[1]: Mounting Debug File System... Mounting Debug File System... [ 3.099199] systemd[1]: Starting Uncomplicated firewall... Starting Uncomplicated firewall... [ 3.105135] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. [[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [ 3.117704] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe. [[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [ 3.123521] systemd[1]: Reached target User and Group Name Lookups. [[0;32m OK [0m] Reached target User and Group Name Lookups. [ 3.127134] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch. [ 3.131371] systemd[1]: Starting Nameserver information manager... Starting Nameserver information manager... [ 3.134343] systemd[1]: Created slice User and Session Slice. [[0;32m OK [0m] Created slice User and Session Slice. [ 3.138118] systemd[1]: Reached target Slices. [[0;32m OK [0m] Reached target Slices. [ 3.141023] systemd[1]: Listening on Syslog Socket. [[0;32m OK [0m] Listening on Syslog Socket. [ 3.143609] systemd[1]: Listening on Journal Audit Socket. [[0;32m OK [0m] Listening on Journal Audit Socket. [ 3.146891] systemd[1]: Starting Journal Service... . Starting Journal Service... [ 3.150207] systemd[1]: Starting Create list of required static device nodes for the current kernel... Starting Create list of required st... nodes for the current kernel... [ 3.158052] systemd[1]: Started Trigger resolvconf update for networkd DNS. [[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS. [ 3.172783] systemd[1]: Starting Load Kernel Modules... Starting Load Kernel Modules... [ 3.176502] systemd[1]: Listening on udev Kernel Socket. [[0;32m OK [0m] Listening on udev Kernel Socket. [ 3.183389] systemd[1]: Mounted POSIX Message Queue File System. [[0;32m OK [0m] Mounted POSIX Message Queue File System. [ 3.187160] systemd[1]: Mounted Huge Pages File System. [[0;32m OK [0m] Mounted Huge Pages File System.[ 3.193464] Loading iSCSI transport class v2.0-870. [ 3.195991] systemd[1]: Mounted Debug File System. [[0;32m OK [0m] Mounted Debug File System. [ 3.201634] systemd[1]: Started Journal Service. [ 3.203989] iscsi: registered transport (tcp) [[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. [[0;32m OK [0m] Started Nameserver information manager. [ 3.246501] iscsi: registered transport (iser) [[0;32m OK [0m] Started Load Kernel Modules. Starting Apply Kernel Variables... Mounting FUSE Control File System... [[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 udev Coldplug all Devices... Starting Flush Journal to Persistent Storage... Starting Load/Save Random Seed... [[0;32m OK [0m] Started Load/Save Random Seed. [[0;32m OK [0m] Started Flush Journal to Persistent Storage. [[0;32m OK [0m] Started udev Coldplug all Devices. [[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch. [[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling. [[0;32m OK [0m] Reached target Local File Systems (Pre). [[0;32m OK [0m] Reached target Local File Systems. Starting LSB: AppArmor initialization... Starting Initial cloud-init job (pre-networking)... Starting Create Volatile Files and Directories... Starting Set console font and keymap... Starting Tell Plymouth To Write Out Runtime Data... Starting Commit a transient machine-id on disk... [[0;32m OK [0m] Started Commit a transient machine-id on disk. [[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data. [[0;32m OK [0m] Started Create Volatile Files and Directories. Starting Network Time Synchronization... Starting Update UTMP about System Boot/Shutdown... [[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown. [[0;32m OK [0m] Started Network Time Synchronization. [[0;32m OK [0m] Reached target System Time Synchronized. [[0;32m OK [0m] Found device /dev/ttyS0. [ 3.983744] 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.604727] cloud-init[482]: Cloud-init v. 18.2 running 'init-local' at Wed, 15 Aug 2018 19:04:09 +0000. Up 4.42 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. [[0;32m OK [0m] Reached target Network. Starting Initial cloud-init job (metadata service crawler)... 2018-08-15 19:04:19,262 - functest.core.singlevm - DEBUG - try 2: cannot connect to 172.30.9.208: [Errno None] Unable to connect to port 22 on 172.30.9.208 2018-08-15 19:04:28,272 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-15 19:04:28,275 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/ce456fff-07dc-4039-9b4b-ff12691770bc/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}4b89feb68875fb64721c435964706bdca37986cb" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-15 19:04:28,345 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 19:04: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-38b5d542-cd17-4d0b-af20-06269ec73685 x-compute-request-id: req-38b5d542-cd17-4d0b-af20-06269ec73685 Content-Encoding: gzip Content-Length: 10496 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 719860006 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on 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.174131] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.176422] pid_max: default: 32768 minimum: 301\n[ 0.177666] ACPI: Core revision 20150930\n[ 0.179358] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.181166] Security Framework initialized\n[ 0.182301] Yama: becoming mindful.\n[ 0.183312] AppArmor: AppArmor initialized\n[ 0.184479] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.186289] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.188012] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.189645] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.191513] Initializing cgroup subsys io\n[ 0.192630] Initializing cgroup subsys memory\n[ 0.193816] Initializing cgroup subsys devices\n[ 0.195007] Initializing cgroup subsys freezer\n[ 0.196202] Initializing cgroup subsys net_cls\n[ 0.197398] Initializing cgroup subsys perf_event\n[ 0.198639] Initializing cgroup subsys net_prio\n[ 0.199847] Initializing cgroup subsys hugetlb\n[ 0.201042] Initializing cgroup subsys pids\n[ 0.202210] CPU: Physical Processor ID: 0\n[ 0.203998] mce: CPU supports 10 MCE banks\n[ 0.205154] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.206523] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.208006] Spectre V2 : Mitigation: Full generic retpoline\n[ 0.209425] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported\n[ 0.211208] Speculative Store Bypass: Vulnerable\n[ 0.228487] Freeing SMP alternatives memory: 32K\n[ 0.234294] ftrace: allocating 32237 entries in 126 pages\n[ 0.268701] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.270359] smpboot: Max logical packages: 1\n[ 0.271744] x2apic enabled\n[ 0.272894] Switched APIC routing to physical x2apic.\n[ 0.275340] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.276864] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.279582] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.282026] KVM setup paravirtual spinlock\n[ 0.283650] x86: Booted up 1 node, 1 CPUs\n[ 0.284763] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.286653] devtmpfs: initialized\n[ 0.288637] evm: security.selinux\n[ 0.289599] evm: security.SMACK64\n[ 0.290564] evm: security.SMACK64EXEC\n[ 0.291595] evm: security.SMACK64TRANSMUTE\n[ 0.292705] evm: security.SMACK64MMAP\n[ 0.293724] evm: security.ima\n[ 0.294610] evm: security.capability\n[ 0.295708] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.298167] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.299764] pinctrl core: initialized pinctrl subsystem\n[ 0.301246] RTC time: 19:04:06, date: 08/15/18\n[ 0.302535] NET: Registered protocol family 16\n[ 0.303849] cpuidle: using governor ladder\n[ 0.304986] cpuidle: using governor menu\n[ 0.306067] PCCT header not found.\n[ 0.307102] ACPI: bus type PCI registered\n[ 0.308207] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.309875] PCI: Using configuration type 1 for base access\n[ 0.312079] ACPI: Added _OSI(Module Device)\n[ 0.313225] ACPI: Added _OSI(Processor Device)\n[ 0.314393] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.315614] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.317809] ACPI: Interpreter enabled\n[ 0.318855] ACPI: (supports S0 S5)\n[ 0.319817] ACPI: Using IOAPIC for interrupt routing\n[ 0.321091] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.325011] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.326552] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.328204] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.329799] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.332752] acpiphp: Slot [3] registered\n[ 0.333843] acpiphp: Slot [4] registered\n[ 0.334927] acpiphp: Slot [5] registered\n[ 0.336007] acpiphp: Slot [6] registered\n[ 0.351191] acpiphp: Slot [7] registered\n[ 0.354558] acpiphp: Slot [8] registered\n[ 0.355891] acpiphp: Slot [9] registered\n[ 0.356976] acpiphp: Slot [10] registered\n[ 0.358081] acpiphp: Slot [11] registered\n[ 0.359209] acpiphp: Slot [12] registered\n[ 0.360315] acpiphp: Slot [13] registered\n[ 0.361419] acpiphp: Slot [14] registered\n[ 0.362521] acpiphp: Slot [15] registered\n[ 0.363629] acpiphp: Slot [16] registered\n[ 0.364742] acpiphp: Slot [17] registered\n[ 0.365841] acpiphp: Slot [18] registered\n[ 0.366949] acpiphp: Slot [19] registered\n[ 0.368289] acpiphp: Slot [20] registered\n[ 0.369402] acpiphp: Slot [21] registered\n[ 0.370501] acpiphp: Slot [22] registered\n[ 0.371608] acpiphp: Slot [23] registered\n[ 0.372704] acpiphp: Slot [24] registered\n[ 0.373812] acpiphp: Slot [25] registered\n[ 0.374918] acpiphp: Slot [26] registered\n[ 0.376026] acpiphp: Slot [27] registered\n[ 0.377130] acpiphp: Slot [28] registered\n[ 0.378236] acpiphp: Slot [29] registered\n[ 0.379348] acpiphp: Slot [30] registered\n[ 0.380454] acpiphp: Slot [31] registered\n[ 0.381566] PCI host bridge to bus 0000:00\n[ 0.382695] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.384354] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.386010] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.388009] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.390007] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.392062] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.397477] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.399202] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.400806] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.402546] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.406799] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.408781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.431492] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.433533] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.435487] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.437645] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.439571] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.441306] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.443273] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.444724] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.446856] vgaarb: loaded\n[ 0.447697] vgaarb: bridge control possible 0000:00:02.0\n[ 0.449470] SCSI subsystem initialized\n[ 0.450786] ACPI: bus type USB registered\n[ 0.451943] usbcore: registered new interface driver usbfs\n[ 0.453367] usbcore: registered new interface driver hub\n[ 0.454748] usbcore: registered new device driver usb\n[ 0.456291] PCI: Using ACPI for IRQ routing\n[ 0.457878] NetLabel: Initializing\n[ 0.458879] NetLabel: domain hash size = 128\n[ 0.460051] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.461389] NetLabel: unlabeled traffic allowed by default\n[ 0.462995] amd_nb: Cannot enumerate AMD northbridges\n[ 0.464361] clocksource: Switched to clocksource kvm-clock\n[ 0.473904] AppArmor: AppArmor Filesystem Enabled\n[ 0.475239] pnp: PnP ACPI init\n[ 0.476515] pnp: PnP ACPI: found 5 devices\n[ 0.483432] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.485795] NET: Registered protocol family 2\n[ 0.487258] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.489011] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.490643] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.492282] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.493756] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.495391] NET: Registered protocol family 1\n[ 0.496599] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.498102] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.499569] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.515857] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.533432] Unpacking initramfs...\n[ 1.027618] Freeing initrd memory: 37084K\n[ 1.029131] Scanning for low memory corruption every 60 seconds\n[ 1.031001] audit: initializing netlink subsys (disabled)\n[ 1.032451] audit: type=2000 audit(1534359846.829:1): initialized\n[ 1.034276] Initialise system trusted keyring\n[ 1.035632] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.037235] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.039973] zbud: loaded\n[ 1.041068] VFS: Disk quotas dquot_6.6.0\n[ 1.042218] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.044130] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.045866] fuse init (API version 7.23)\n[ 1.047107] Key type big_key registered\n[ 1.048222] Allocating IMA MOK and blacklist keyrings.\n[ 1.049933] Key type asymmetric registered\n[ 1.051078] Asymmetric key parser 'x509' registered\n[ 1.052420] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.054476] io scheduler noop registered\n[ 1.055575] io scheduler deadline registered (default)\n[ 1.056943] io scheduler cfq registered\n[ 1.058109] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.059555] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.061309] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.063313] ACPI: Power Button [PWRF]\n[ 1.064496] GHES: HEST is not enabled!\n[ 1.080213] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.112790] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.115678] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.139438] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.142509] Linux agpgart interface v0.103\n[ 1.145360] loop: module loaded\n[ 1.149108] vda: vda1\n[ 1.150670] scsi host0: ata_piix\n[ 1.151729] scsi host1: ata_piix\n[ 1.152744] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.154431] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.156720] libphy: Fixed MDIO Bus: probed\n[ 1.157878] tun: Universal TUN/TAP device driver, 1.6\n[ 1.159219] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.161890] PPP generic driver version 2.4.2\n[ 1.163154] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.164811] ehci-pci: EHCI PCI platform driver\n[ 1.166035] ehci-platform: EHCI generic platform driver\n[ 1.167412] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.168979] ohci-pci: OHCI PCI platform driver\n[ 1.170197] ohci-platform: OHCI generic platform driver\n[ 1.171565] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.187877] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.189270] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.191305] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.192704] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.194285] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.195956] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.197909] usb usb1: Product: UHCI Host Controller\n[ 1.199191] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd\n[ 1.200771] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.202092] hub 1-0:1.0: USB hub found\n[ 1.203170] hub 1-0:1.0: 2 ports detected\n[ 1.204438] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.207357] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.208673] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.210095] mousedev: PS/2 mouse device common for all mice\n[ 1.211832] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.214366] rtc_cmos 00:00: RTC can wake from S4\n[ 1.215908] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.217557] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.219203] i2c /dev entries driver\n[ 1.220272] device-mapper: uevent: version 1.0.3\n[ 1.221579] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.223815] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.225614] NET: Registered protocol family 10\n[ 1.227110] NET: Registered protocol family 17\n[ 1.228339] Key type dns_resolver registered\n[ 1.229748] registered taskstats version 1\n[ 1.230933] Loading compiled-in X.509 certificates\n[ 1.232774] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb'\n[ 1.235338] zswap: loaded using pool lzo/zbud\n[ 1.237933] Key type trusted registered\n[ 1.241005] Key type encrypted registered\n[ 1.242158] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.243597] ima: No TPM chip found, activating TPM-bypass!\n[ 1.245047] evm: HMAC attrs: 0x1\n[ 1.246354] Magic number: 14:667:91\n[ 1.247514] rtc_cmos 00:00: setting system clock to 2018-08-15 19:04:06 UTC (1534359846)\n[ 1.249770] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.251291] EDD information not available.\n[ 1.313944] Freeing unused kernel memory: 1512K\n[ 1.315191] Write protecting the kernel read-only data: 14336k\n[ 1.332306] Freeing unused kernel memory: 1692K\n[ 1.333749] Freeing unused kernel memory: 96K\nLoading, please wait...\nstarting version 229\n[ 1.344443] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.346846] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.349606] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.352176] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.354687] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.360426] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.365355] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.367877] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.372173] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.374600] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.429704] virtio_net virtio0 ens3: renamed from eth0\n[ 1.436914] [drm] Initialized drm 1.1.0 20060810\n[ 1.438828] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 1.441332] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.464788] FDC 0 is a S82078B\n[ 1.479303] AVX2 version of gcm_enc/dec engaged.\n[ 1.480566] AES CTR mode by8 optimization enabled\n[ 1.512399] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.673144] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.674836] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.676576] usb 1-1: Product: QEMU USB Tablet\n[ 1.677739] usb 1-1: Manufacturer: QEMU\n[ 1.678789] usb 1-1: SerialNumber: 42\n[ 1.686574] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.693492] usbcore: registered new interface driver usbhid\n[ 1.694961] usbhid: USB HID core driver\n[ 1.697370] 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.700436] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0\n[ 2.028396] tsc: Refined TSC clocksource calibration: 3491.844 MHz\n[ 2.028397] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255381c9ba, max_idle_ns: 440795307994 ns\nBegin: Loading essential drivers ... [ 2.066934] md: linear personality registered for level -1\n[ 2.070476] md: multipath personality registered for level -4\n[ 2.074061] md: raid0 personality registered for level 0\n[ 2.078043] md: raid1 personality registered for level 1\n[ 2.148360] raid6: sse2x1 gen() 11405 MB/s\n[ 2.216358] raid6: sse2x1 xor() 8893 MB/s\n[ 2.284364] raid6: sse2x2 gen() 14613 MB/s\n[ 2.352388] raid6: sse2x2 xor() 9692 MB/s\n[ 2.420356] raid6: sse2x4 gen() 16833 MB/s\n[ 2.488357] raid6: sse2x4 xor() 11718 MB/s\n[ 2.556356] raid6: avx2x1 gen() 22207 MB/s\n[ 2.624356] raid6: avx2x2 gen() 26131 MB/s\n[ 2.692356] raid6: avx2x4 gen() 29932 MB/s\n[ 2.696892] raid6: using algorithm avx2x4 gen() 29932 MB/s\n[ 2.698308] raid6: using avx2x2 recovery algorithm\n[ 2.702654] xor: automatically using best checksumming function:\n[ 2.740356] avx : 31636.000 MB/sec\n[ 2.742938] async_tx: api initialized (async)\n[ 2.754351] md: raid6 personality registered for level 6\n[ 2.755748] md: raid5 personality registered for level 5\n[ 2.757127] md: raid4 personality registered for level 4\n[ 2.763549] 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.796557] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 2.817187] 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.915475] 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.919946] systemd[1]: Detected virtualization kvm.\n[ 2.921281] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.4 LTS[0m!\n\n[ 2.924986] systemd[1]: Set hostname to .\n[ 2.928065] systemd[1]: Initializing machine ID from KVM UUID.\n[ 2.929592] systemd[1]: Installed transient /etc/machine-id file.\n[ 3.030723] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 3.033979] systemd[1]: Listening on fsck to fsckd communication Socket.\n[[0;32m OK [0m] Listening on fsck to fsckd communication Socket.\n[ 3.037130] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 3.040078] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 3.042648] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 3.045506] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 3.048442] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 3.050770] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 3.053467] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 3.056480] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 3.059461] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 3.062403] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 3.065307] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 3.069409] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 3.081277] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...\n Starting Monitoring of LVM2 mirrors... dmeventd or progress polling...\n[ 3.093415] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 3.099199] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 3.105135] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.\n[[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n[ 3.117704] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 3.123521] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 3.127134] systemd[1]: Started Forward Password Requests to Wall Directory Watch.\n[[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch.\n[ 3.131371] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 3.134343] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 3.138118] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 3.141023] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 3.143609] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 3.146891] systemd[1]: Starting Journal Service...\n. Starting Journal Service...\n[ 3.150207] systemd[1]: Starting Create list of required static device nodes for the current kernel...\n Starting Create list of required st... nodes for the current kernel...\n[ 3.158052] systemd[1]: Started Trigger resolvconf update for networkd DNS.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[ 3.172783] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 3.176502] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 3.183389] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 3.187160] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.[ 3.193464] Loading iSCSI transport class v2.0-870.\n\n[ 3.195991] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 3.201634] systemd[1]: Started Journal Service.\n[ 3.203989] iscsi: registered transport (tcp)\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[[0;32m OK [0m] Started Nameserver information manager.\n[ 3.246501] iscsi: registered transport (iser)\n[[0;32m OK [0m] Started Load Kernel Modules.\n Starting Apply Kernel Variables...\n Mounting FUSE Control File System...\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting Create Static Device Nodes in /dev...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n Starting File System Check on Root Device...\n[[0;32m OK [0m] Started File System Check Daemon to report status.\n[[0;32m OK [0m] Started File System Check on Root Device.\n Starting Remount Root and Kernel File Systems...\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n Starting udev Coldplug all Devices...\n Starting Flush Journal to Persistent Storage...\n Starting Load/Save Random Seed...\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting LSB: AppArmor initialization...\n Starting Initial cloud-init job (pre-networking)...\n Starting Create Volatile Files and Directories...\n Starting Set console font and keymap...\n Starting Tell Plymouth To Write Out Runtime Data...\n Starting Commit a transient machine-id on disk...\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n[[0;32m OK [0m] Started Create Volatile Files and Directories.\n Starting Network Time Synchronization...\n Starting Update UTMP about System Boot/Shutdown...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[ 3.983744] 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.604727] cloud-init[482]: Cloud-init v. 18.2 running 'init-local' at Wed, 15 Aug 2018 19:04:09 +0000. Up 4.42 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[[0;32m OK [0m] Reached target Network.\n Starting Initial cloud-init job (metadata service crawler)...\n"} 2018-08-15 19:04:28,346 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/ce456fff-07dc-4039-9b4b-ff12691770bc/action used request id req-38b5d542-cd17-4d0b-af20-06269ec73685 2018-08-15 19:04:28,346 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0740189552307s 2018-08-15 19:04:28,347 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/ce456fff-07dc-4039-9b4b-ff12691770bc/action used request id req-38b5d542-cd17-4d0b-af20-06269ec73685 2018-08-15 19:04:28,347 - 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 719860006 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.174131] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.176422] pid_max: default: 32768 minimum: 301 [ 0.177666] ACPI: Core revision 20150930 [ 0.179358] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.181166] Security Framework initialized [ 0.182301] Yama: becoming mindful. [ 0.183312] AppArmor: AppArmor initialized [ 0.184479] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.186289] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.188012] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.189645] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.191513] Initializing cgroup subsys io [ 0.192630] Initializing cgroup subsys memory [ 0.193816] Initializing cgroup subsys devices [ 0.195007] Initializing cgroup subsys freezer [ 0.196202] Initializing cgroup subsys net_cls [ 0.197398] Initializing cgroup subsys perf_event [ 0.198639] Initializing cgroup subsys net_prio [ 0.199847] Initializing cgroup subsys hugetlb [ 0.201042] Initializing cgroup subsys pids [ 0.202210] CPU: Physical Processor ID: 0 [ 0.203998] mce: CPU supports 10 MCE banks [ 0.205154] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.206523] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.208006] Spectre V2 : Mitigation: Full generic retpoline [ 0.209425] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported [ 0.211208] Speculative Store Bypass: Vulnerable [ 0.228487] Freeing SMP alternatives memory: 32K [ 0.234294] ftrace: allocating 32237 entries in 126 pages [ 0.268701] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.270359] smpboot: Max logical packages: 1 [ 0.271744] x2apic enabled [ 0.272894] Switched APIC routing to physical x2apic. [ 0.275340] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.276864] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.279582] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.282026] KVM setup paravirtual spinlock [ 0.283650] x86: Booted up 1 node, 1 CPUs [ 0.284763] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.286653] devtmpfs: initialized [ 0.288637] evm: security.selinux [ 0.289599] evm: security.SMACK64 [ 0.290564] evm: security.SMACK64EXEC [ 0.291595] evm: security.SMACK64TRANSMUTE [ 0.292705] evm: security.SMACK64MMAP [ 0.293724] evm: security.ima [ 0.294610] evm: security.capability [ 0.295708] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.298167] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.299764] pinctrl core: initialized pinctrl subsystem [ 0.301246] RTC time: 19:04:06, date: 08/15/18 [ 0.302535] NET: Registered protocol family 16 [ 0.303849] cpuidle: using governor ladder [ 0.304986] cpuidle: using governor menu [ 0.306067] PCCT header not found. [ 0.307102] ACPI: bus type PCI registered [ 0.308207] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.309875] PCI: Using configuration type 1 for base access [ 0.312079] ACPI: Added _OSI(Module Device) [ 0.313225] ACPI: Added _OSI(Processor Device) [ 0.314393] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.315614] ACPI: Added _OSI(Processor Aggregator Device) [ 0.317809] ACPI: Interpreter enabled [ 0.318855] ACPI: (supports S0 S5) [ 0.319817] ACPI: Using IOAPIC for interrupt routing [ 0.321091] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.325011] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.326552] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.328204] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.329799] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.332752] acpiphp: Slot [3] registered [ 0.333843] acpiphp: Slot [4] registered [ 0.334927] acpiphp: Slot [5] registered [ 0.336007] acpiphp: Slot [6] registered [ 0.351191] acpiphp: Slot [7] registered [ 0.354558] acpiphp: Slot [8] registered [ 0.355891] acpiphp: Slot [9] registered [ 0.356976] acpiphp: Slot [10] registered [ 0.358081] acpiphp: Slot [11] registered [ 0.359209] acpiphp: Slot [12] registered [ 0.360315] acpiphp: Slot [13] registered [ 0.361419] acpiphp: Slot [14] registered [ 0.362521] acpiphp: Slot [15] registered [ 0.363629] acpiphp: Slot [16] registered [ 0.364742] acpiphp: Slot [17] registered [ 0.365841] acpiphp: Slot [18] registered [ 0.366949] acpiphp: Slot [19] registered [ 0.368289] acpiphp: Slot [20] registered [ 0.369402] acpiphp: Slot [21] registered [ 0.370501] acpiphp: Slot [22] registered [ 0.371608] acpiphp: Slot [23] registered [ 0.372704] acpiphp: Slot [24] registered [ 0.373812] acpiphp: Slot [25] registered [ 0.374918] acpiphp: Slot [26] registered [ 0.376026] acpiphp: Slot [27] registered [ 0.377130] acpiphp: Slot [28] registered [ 0.378236] acpiphp: Slot [29] registered [ 0.379348] acpiphp: Slot [30] registered [ 0.380454] acpiphp: Slot [31] registered [ 0.381566] PCI host bridge to bus 0000:00 [ 0.382695] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.384354] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.386010] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.388009] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.390007] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.392062] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.397477] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.399202] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.400806] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.402546] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.406799] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.408781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.431492] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.433533] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.435487] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.437645] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.439571] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.441306] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.443273] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.444724] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.446856] vgaarb: loaded [ 0.447697] vgaarb: bridge control possible 0000:00:02.0 [ 0.449470] SCSI subsystem initialized [ 0.450786] ACPI: bus type USB registered [ 0.451943] usbcore: registered new interface driver usbfs [ 0.453367] usbcore: registered new interface driver hub [ 0.454748] usbcore: registered new device driver usb [ 0.456291] PCI: Using ACPI for IRQ routing [ 0.457878] NetLabel: Initializing [ 0.458879] NetLabel: domain hash size = 128 [ 0.460051] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.461389] NetLabel: unlabeled traffic allowed by default [ 0.462995] amd_nb: Cannot enumerate AMD northbridges [ 0.464361] clocksource: Switched to clocksource kvm-clock [ 0.473904] AppArmor: AppArmor Filesystem Enabled [ 0.475239] pnp: PnP ACPI init [ 0.476515] pnp: PnP ACPI: found 5 devices [ 0.483432] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.485795] NET: Registered protocol family 2 [ 0.487258] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.489011] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.490643] TCP: Hash tables configured (established 4096 bind 4096) [ 0.492282] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.493756] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.495391] NET: Registered protocol family 1 [ 0.496599] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.498102] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.499569] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.515857] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.533432] Unpacking initramfs... [ 1.027618] Freeing initrd memory: 37084K [ 1.029131] Scanning for low memory corruption every 60 seconds [ 1.031001] audit: initializing netlink subsys (disabled) [ 1.032451] audit: type=2000 audit(1534359846.829:1): initialized [ 1.034276] Initialise system trusted keyring [ 1.035632] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.037235] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.039973] zbud: loaded [ 1.041068] VFS: Disk quotas dquot_6.6.0 [ 1.042218] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.044130] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 1.045866] fuse init (API version 7.23) [ 1.047107] Key type big_key registered [ 1.048222] Allocating IMA MOK and blacklist keyrings. [ 1.049933] Key type asymmetric registered [ 1.051078] Asymmetric key parser 'x509' registered [ 1.052420] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 1.054476] io scheduler noop registered [ 1.055575] io scheduler deadline registered (default) [ 1.056943] io scheduler cfq registered [ 1.058109] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.059555] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.061309] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.063313] ACPI: Power Button [PWRF] [ 1.064496] GHES: HEST is not enabled! [ 1.080213] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.112790] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.115678] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 1.139438] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 1.142509] Linux agpgart interface v0.103 [ 1.145360] loop: module loaded [ 1.149108] vda: vda1 [ 1.150670] scsi host0: ata_piix [ 1.151729] scsi host1: ata_piix [ 1.152744] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.154431] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.156720] libphy: Fixed MDIO Bus: probed [ 1.157878] tun: Universal TUN/TAP device driver, 1.6 [ 1.159219] tun: (C) 1999-2004 Max Krasnyansky [ 1.161890] PPP generic driver version 2.4.2 [ 1.163154] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.164811] ehci-pci: EHCI PCI platform driver [ 1.166035] ehci-platform: EHCI generic platform driver [ 1.167412] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.168979] ohci-pci: OHCI PCI platform driver [ 1.170197] ohci-platform: OHCI generic platform driver [ 1.171565] uhci_hcd: USB Universal Host Controller Interface driver [ 1.187877] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.189270] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.191305] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.192704] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.194285] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.195956] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.197909] usb usb1: Product: UHCI Host Controller [ 1.199191] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd [ 1.200771] usb usb1: SerialNumber: 0000:00:01.2 [ 1.202092] hub 1-0:1.0: USB hub found [ 1.203170] hub 1-0:1.0: 2 ports detected [ 1.204438] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.207357] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.208673] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.210095] mousedev: PS/2 mouse device common for all mice [ 1.211832] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.214366] rtc_cmos 00:00: RTC can wake from S4 [ 1.215908] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.217557] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.219203] i2c /dev entries driver [ 1.220272] device-mapper: uevent: version 1.0.3 [ 1.221579] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 1.223815] ledtrig-cpu: registered to indicate activity on CPUs [ 1.225614] NET: Registered protocol family 10 [ 1.227110] NET: Registered protocol family 17 [ 1.228339] Key type dns_resolver registered [ 1.229748] registered taskstats version 1 [ 1.230933] Loading compiled-in X.509 certificates [ 1.232774] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb' [ 1.235338] zswap: loaded using pool lzo/zbud [ 1.237933] Key type trusted registered [ 1.241005] Key type encrypted registered [ 1.242158] AppArmor: AppArmor sha1 policy hashing enabled [ 1.243597] ima: No TPM chip found, activating TPM-bypass! [ 1.245047] evm: HMAC attrs: 0x1 [ 1.246354] Magic number: 14:667:91 [ 1.247514] rtc_cmos 00:00: setting system clock to 2018-08-15 19:04:06 UTC (1534359846) [ 1.249770] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 1.251291] EDD information not available. [ 1.313944] Freeing unused kernel memory: 1512K [ 1.315191] Write protecting the kernel read-only data: 14336k [ 1.332306] Freeing unused kernel memory: 1692K [ 1.333749] Freeing unused kernel memory: 96K Loading, please wait... starting version 229 [ 1.344443] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.346846] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.349606] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.352176] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.354687] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.360426] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.365355] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.367877] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.372173] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.374600] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.429704] virtio_net virtio0 ens3: renamed from eth0 [ 1.436914] [drm] Initialized drm 1.1.0 20060810 [ 1.438828] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4 [ 1.441332] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.464788] FDC 0 is a S82078B [ 1.479303] AVX2 version of gcm_enc/dec engaged. [ 1.480566] AES CTR mode by8 optimization enabled [ 1.512399] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.673144] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.674836] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.676576] usb 1-1: Product: QEMU USB Tablet [ 1.677739] usb 1-1: Manufacturer: QEMU [ 1.678789] usb 1-1: SerialNumber: 42 [ 1.686574] hidraw: raw HID events driver (C) Jiri Kosina [ 1.693492] usbcore: registered new interface driver usbhid [ 1.694961] usbhid: USB HID core driver [ 1.697370] 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.700436] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0 [ 2.028396] tsc: Refined TSC clocksource calibration: 3491.844 MHz [ 2.028397] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255381c9ba, max_idle_ns: 440795307994 ns Begin: Loading essential drivers ... [ 2.066934] md: linear personality registered for level -1 [ 2.070476] md: multipath personality registered for level -4 [ 2.074061] md: raid0 personality registered for level 0 [ 2.078043] md: raid1 personality registered for level 1 [ 2.148360] raid6: sse2x1 gen() 11405 MB/s [ 2.216358] raid6: sse2x1 xor() 8893 MB/s [ 2.284364] raid6: sse2x2 gen() 14613 MB/s [ 2.352388] raid6: sse2x2 xor() 9692 MB/s [ 2.420356] raid6: sse2x4 gen() 16833 MB/s [ 2.488357] raid6: sse2x4 xor() 11718 MB/s [ 2.556356] raid6: avx2x1 gen() 22207 MB/s [ 2.624356] raid6: avx2x2 gen() 26131 MB/s [ 2.692356] raid6: avx2x4 gen() 29932 MB/s [ 2.696892] raid6: using algorithm avx2x4 gen() 29932 MB/s [ 2.698308] raid6: using avx2x2 recovery algorithm [ 2.702654] xor: automatically using best checksumming function: [ 2.740356] avx : 31636.000 MB/sec [ 2.742938] async_tx: api initialized (async) [ 2.754351] md: raid6 personality registered for level 6 [ 2.755748] md: raid5 personality registered for level 5 [ 2.757127] md: raid4 personality registered for level 4 [ 2.763549] 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.796557] Btrfs loaded Scanning for Btrfs filesystems done. Warning: fsck not present, so skipping root file system [ 2.817187] 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.915475] 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.919946] systemd[1]: Detected virtualization kvm. [ 2.921281] systemd[1]: Detected architecture x86-64. Welcome to [1mUbuntu 16.04.4 LTS[0m! [ 2.924986] systemd[1]: Set hostname to . [ 2.928065] systemd[1]: Initializing machine ID from KVM UUID. [ 2.929592] systemd[1]: Installed transient /etc/machine-id file. [ 3.030723] systemd[1]: Listening on Device-mapper event daemon FIFOs. [[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs. [ 3.033979] systemd[1]: Listening on fsck to fsckd communication Socket. [[0;32m OK [0m] Listening on fsck to fsckd communication Socket. [ 3.037130] systemd[1]: Reached target Encrypted Volumes. [[0;32m OK [0m] Reached target Encrypted Volumes. [ 3.040078] systemd[1]: Created slice System Slice. [[0;32m OK [0m] Created slice System Slice. [ 3.042648] systemd[1]: Listening on LVM2 poll daemon socket. [[0;32m OK [0m] Listening on LVM2 poll daemon socket. [ 3.045506] systemd[1]: Listening on LVM2 metadata daemon socket. [[0;32m OK [0m] Listening on LVM2 metadata daemon socket. [ 3.048442] systemd[1]: Reached target Swap. [[0;32m OK [0m] Reached target Swap. [ 3.050770] systemd[1]: Listening on udev Control Socket. [[0;32m OK [0m] Listening on udev Control Socket. [ 3.053467] systemd[1]: Listening on Journal Socket (/dev/log). [[0;32m OK [0m] Listening on Journal Socket (/dev/log). [ 3.056480] systemd[1]: Created slice system-serial\x2dgetty.slice. [[0;32m OK [0m] Created slice system-serial\x2dgetty.slice. [ 3.059461] systemd[1]: Listening on Journal Socket. [[0;32m OK [0m] Listening on Journal Socket. [ 3.062403] systemd[1]: Starting Set console keymap... Starting Set console keymap... [ 3.065307] systemd[1]: Mounting Huge Pages File System... Mounting Huge Pages File System... [ 3.069409] systemd[1]: Mounting POSIX Message Queue File System... Mounting POSIX Message Queue File System... [ 3.081277] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling... Starting Monitoring of LVM2 mirrors... dmeventd or progress polling... [ 3.093415] systemd[1]: Mounting Debug File System... Mounting Debug File System... [ 3.099199] systemd[1]: Starting Uncomplicated firewall... Starting Uncomplicated firewall... [ 3.105135] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. [[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [ 3.117704] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe. [[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [ 3.123521] systemd[1]: Reached target User and Group Name Lookups. [[0;32m OK [0m] Reached target User and Group Name Lookups. [ 3.127134] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch. [ 3.131371] systemd[1]: Starting Nameserver information manager... Starting Nameserver information manager... [ 3.134343] systemd[1]: Created slice User and Session Slice. [[0;32m OK [0m] Created slice User and Session Slice. [ 3.138118] systemd[1]: Reached target Slices. [[0;32m OK [0m] Reached target Slices. [ 3.141023] systemd[1]: Listening on Syslog Socket. [[0;32m OK [0m] Listening on Syslog Socket. [ 3.143609] systemd[1]: Listening on Journal Audit Socket. [[0;32m OK [0m] Listening on Journal Audit Socket. [ 3.146891] systemd[1]: Starting Journal Service... . Starting Journal Service... [ 3.150207] systemd[1]: Starting Create list of required static device nodes for the current kernel... Starting Create list of required st... nodes for the current kernel... [ 3.158052] systemd[1]: Started Trigger resolvconf update for networkd DNS. [[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS. [ 3.172783] systemd[1]: Starting Load Kernel Modules... Starting Load Kernel Modules... [ 3.176502] systemd[1]: Listening on udev Kernel Socket. [[0;32m OK [0m] Listening on udev Kernel Socket. [ 3.183389] systemd[1]: Mounted POSIX Message Queue File System. [[0;32m OK [0m] Mounted POSIX Message Queue File System. [ 3.187160] systemd[1]: Mounted Huge Pages File System. [[0;32m OK [0m] Mounted Huge Pages File System.[ 3.193464] Loading iSCSI transport class v2.0-870. [ 3.195991] systemd[1]: Mounted Debug File System. [[0;32m OK [0m] Mounted Debug File System. [ 3.201634] systemd[1]: Started Journal Service. [ 3.203989] iscsi: registered transport (tcp) [[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. [[0;32m OK [0m] Started Nameserver information manager. [ 3.246501] iscsi: registered transport (iser) [[0;32m OK [0m] Started Load Kernel Modules. Starting Apply Kernel Variables... Mounting FUSE Control File System... [[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 udev Coldplug all Devices... Starting Flush Journal to Persistent Storage... Starting Load/Save Random Seed... [[0;32m OK [0m] Started Load/Save Random Seed. [[0;32m OK [0m] Started Flush Journal to Persistent Storage. [[0;32m OK [0m] Started udev Coldplug all Devices. [[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch. [[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling. [[0;32m OK [0m] Reached target Local File Systems (Pre). [[0;32m OK [0m] Reached target Local File Systems. Starting LSB: AppArmor initialization... Starting Initial cloud-init job (pre-networking)... Starting Create Volatile Files and Directories... Starting Set console font and keymap... Starting Tell Plymouth To Write Out Runtime Data... Starting Commit a transient machine-id on disk... [[0;32m OK [0m] Started Commit a transient machine-id on disk. [[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data. [[0;32m OK [0m] Started Create Volatile Files and Directories. Starting Network Time Synchronization... Starting Update UTMP about System Boot/Shutdown... [[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown. [[0;32m OK [0m] Started Network Time Synchronization. [[0;32m OK [0m] Reached target System Time Synchronized. [[0;32m OK [0m] Found device /dev/ttyS0. [ 3.983744] 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.604727] cloud-init[482]: Cloud-init v. 18.2 running 'init-local' at Wed, 15 Aug 2018 19:04:09 +0000. Up 4.42 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. [[0;32m OK [0m] Reached target Network. Starting Initial cloud-init job (metadata service crawler)... 2018-08-15 19:04:28,350 - functest.core.singlevm - DEBUG - try 3: cannot connect to 172.30.9.208: [Errno None] Unable to connect to port 22 on 172.30.9.208 2018-08-15 19:04:37,359 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-15 19:04:37,363 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/ce456fff-07dc-4039-9b4b-ff12691770bc/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}4b89feb68875fb64721c435964706bdca37986cb" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-15 19:04:37,435 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 19:04:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b909527a-b410-48cd-9376-07daf4044df7 x-compute-request-id: req-b909527a-b410-48cd-9376-07daf4044df7 Content-Encoding: gzip Content-Length: 10496 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 719860006 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on 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.174131] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.176422] pid_max: default: 32768 minimum: 301\n[ 0.177666] ACPI: Core revision 20150930\n[ 0.179358] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.181166] Security Framework initialized\n[ 0.182301] Yama: becoming mindful.\n[ 0.183312] AppArmor: AppArmor initialized\n[ 0.184479] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.186289] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.188012] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.189645] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.191513] Initializing cgroup subsys io\n[ 0.192630] Initializing cgroup subsys memory\n[ 0.193816] Initializing cgroup subsys devices\n[ 0.195007] Initializing cgroup subsys freezer\n[ 0.196202] Initializing cgroup subsys net_cls\n[ 0.197398] Initializing cgroup subsys perf_event\n[ 0.198639] Initializing cgroup subsys net_prio\n[ 0.199847] Initializing cgroup subsys hugetlb\n[ 0.201042] Initializing cgroup subsys pids\n[ 0.202210] CPU: Physical Processor ID: 0\n[ 0.203998] mce: CPU supports 10 MCE banks\n[ 0.205154] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.206523] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.208006] Spectre V2 : Mitigation: Full generic retpoline\n[ 0.209425] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported\n[ 0.211208] Speculative Store Bypass: Vulnerable\n[ 0.228487] Freeing SMP alternatives memory: 32K\n[ 0.234294] ftrace: allocating 32237 entries in 126 pages\n[ 0.268701] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.270359] smpboot: Max logical packages: 1\n[ 0.271744] x2apic enabled\n[ 0.272894] Switched APIC routing to physical x2apic.\n[ 0.275340] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.276864] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.279582] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.282026] KVM setup paravirtual spinlock\n[ 0.283650] x86: Booted up 1 node, 1 CPUs\n[ 0.284763] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.286653] devtmpfs: initialized\n[ 0.288637] evm: security.selinux\n[ 0.289599] evm: security.SMACK64\n[ 0.290564] evm: security.SMACK64EXEC\n[ 0.291595] evm: security.SMACK64TRANSMUTE\n[ 0.292705] evm: security.SMACK64MMAP\n[ 0.293724] evm: security.ima\n[ 0.294610] evm: security.capability\n[ 0.295708] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.298167] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.299764] pinctrl core: initialized pinctrl subsystem\n[ 0.301246] RTC time: 19:04:06, date: 08/15/18\n[ 0.302535] NET: Registered protocol family 16\n[ 0.303849] cpuidle: using governor ladder\n[ 0.304986] cpuidle: using governor menu\n[ 0.306067] PCCT header not found.\n[ 0.307102] ACPI: bus type PCI registered\n[ 0.308207] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.309875] PCI: Using configuration type 1 for base access\n[ 0.312079] ACPI: Added _OSI(Module Device)\n[ 0.313225] ACPI: Added _OSI(Processor Device)\n[ 0.314393] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.315614] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.317809] ACPI: Interpreter enabled\n[ 0.318855] ACPI: (supports S0 S5)\n[ 0.319817] ACPI: Using IOAPIC for interrupt routing\n[ 0.321091] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.325011] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.326552] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.328204] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.329799] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.332752] acpiphp: Slot [3] registered\n[ 0.333843] acpiphp: Slot [4] registered\n[ 0.334927] acpiphp: Slot [5] registered\n[ 0.336007] acpiphp: Slot [6] registered\n[ 0.351191] acpiphp: Slot [7] registered\n[ 0.354558] acpiphp: Slot [8] registered\n[ 0.355891] acpiphp: Slot [9] registered\n[ 0.356976] acpiphp: Slot [10] registered\n[ 0.358081] acpiphp: Slot [11] registered\n[ 0.359209] acpiphp: Slot [12] registered\n[ 0.360315] acpiphp: Slot [13] registered\n[ 0.361419] acpiphp: Slot [14] registered\n[ 0.362521] acpiphp: Slot [15] registered\n[ 0.363629] acpiphp: Slot [16] registered\n[ 0.364742] acpiphp: Slot [17] registered\n[ 0.365841] acpiphp: Slot [18] registered\n[ 0.366949] acpiphp: Slot [19] registered\n[ 0.368289] acpiphp: Slot [20] registered\n[ 0.369402] acpiphp: Slot [21] registered\n[ 0.370501] acpiphp: Slot [22] registered\n[ 0.371608] acpiphp: Slot [23] registered\n[ 0.372704] acpiphp: Slot [24] registered\n[ 0.373812] acpiphp: Slot [25] registered\n[ 0.374918] acpiphp: Slot [26] registered\n[ 0.376026] acpiphp: Slot [27] registered\n[ 0.377130] acpiphp: Slot [28] registered\n[ 0.378236] acpiphp: Slot [29] registered\n[ 0.379348] acpiphp: Slot [30] registered\n[ 0.380454] acpiphp: Slot [31] registered\n[ 0.381566] PCI host bridge to bus 0000:00\n[ 0.382695] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.384354] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.386010] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.388009] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.390007] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.392062] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.397477] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.399202] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.400806] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.402546] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.406799] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.408781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.431492] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.433533] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.435487] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.437645] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.439571] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.441306] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.443273] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.444724] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.446856] vgaarb: loaded\n[ 0.447697] vgaarb: bridge control possible 0000:00:02.0\n[ 0.449470] SCSI subsystem initialized\n[ 0.450786] ACPI: bus type USB registered\n[ 0.451943] usbcore: registered new interface driver usbfs\n[ 0.453367] usbcore: registered new interface driver hub\n[ 0.454748] usbcore: registered new device driver usb\n[ 0.456291] PCI: Using ACPI for IRQ routing\n[ 0.457878] NetLabel: Initializing\n[ 0.458879] NetLabel: domain hash size = 128\n[ 0.460051] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.461389] NetLabel: unlabeled traffic allowed by default\n[ 0.462995] amd_nb: Cannot enumerate AMD northbridges\n[ 0.464361] clocksource: Switched to clocksource kvm-clock\n[ 0.473904] AppArmor: AppArmor Filesystem Enabled\n[ 0.475239] pnp: PnP ACPI init\n[ 0.476515] pnp: PnP ACPI: found 5 devices\n[ 0.483432] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.485795] NET: Registered protocol family 2\n[ 0.487258] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.489011] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.490643] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.492282] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.493756] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.495391] NET: Registered protocol family 1\n[ 0.496599] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.498102] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.499569] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.515857] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.533432] Unpacking initramfs...\n[ 1.027618] Freeing initrd memory: 37084K\n[ 1.029131] Scanning for low memory corruption every 60 seconds\n[ 1.031001] audit: initializing netlink subsys (disabled)\n[ 1.032451] audit: type=2000 audit(1534359846.829:1): initialized\n[ 1.034276] Initialise system trusted keyring\n[ 1.035632] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.037235] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.039973] zbud: loaded\n[ 1.041068] VFS: Disk quotas dquot_6.6.0\n[ 1.042218] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.044130] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.045866] fuse init (API version 7.23)\n[ 1.047107] Key type big_key registered\n[ 1.048222] Allocating IMA MOK and blacklist keyrings.\n[ 1.049933] Key type asymmetric registered\n[ 1.051078] Asymmetric key parser 'x509' registered\n[ 1.052420] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.054476] io scheduler noop registered\n[ 1.055575] io scheduler deadline registered (default)\n[ 1.056943] io scheduler cfq registered\n[ 1.058109] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.059555] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.061309] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.063313] ACPI: Power Button [PWRF]\n[ 1.064496] GHES: HEST is not enabled!\n[ 1.080213] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.112790] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.115678] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.139438] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.142509] Linux agpgart interface v0.103\n[ 1.145360] loop: module loaded\n[ 1.149108] vda: vda1\n[ 1.150670] scsi host0: ata_piix\n[ 1.151729] scsi host1: ata_piix\n[ 1.152744] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.154431] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.156720] libphy: Fixed MDIO Bus: probed\n[ 1.157878] tun: Universal TUN/TAP device driver, 1.6\n[ 1.159219] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.161890] PPP generic driver version 2.4.2\n[ 1.163154] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.164811] ehci-pci: EHCI PCI platform driver\n[ 1.166035] ehci-platform: EHCI generic platform driver\n[ 1.167412] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.168979] ohci-pci: OHCI PCI platform driver\n[ 1.170197] ohci-platform: OHCI generic platform driver\n[ 1.171565] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.187877] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.189270] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.191305] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.192704] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.194285] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.195956] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.197909] usb usb1: Product: UHCI Host Controller\n[ 1.199191] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd\n[ 1.200771] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.202092] hub 1-0:1.0: USB hub found\n[ 1.203170] hub 1-0:1.0: 2 ports detected\n[ 1.204438] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.207357] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.208673] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.210095] mousedev: PS/2 mouse device common for all mice\n[ 1.211832] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.214366] rtc_cmos 00:00: RTC can wake from S4\n[ 1.215908] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.217557] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.219203] i2c /dev entries driver\n[ 1.220272] device-mapper: uevent: version 1.0.3\n[ 1.221579] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.223815] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.225614] NET: Registered protocol family 10\n[ 1.227110] NET: Registered protocol family 17\n[ 1.228339] Key type dns_resolver registered\n[ 1.229748] registered taskstats version 1\n[ 1.230933] Loading compiled-in X.509 certificates\n[ 1.232774] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb'\n[ 1.235338] zswap: loaded using pool lzo/zbud\n[ 1.237933] Key type trusted registered\n[ 1.241005] Key type encrypted registered\n[ 1.242158] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.243597] ima: No TPM chip found, activating TPM-bypass!\n[ 1.245047] evm: HMAC attrs: 0x1\n[ 1.246354] Magic number: 14:667:91\n[ 1.247514] rtc_cmos 00:00: setting system clock to 2018-08-15 19:04:06 UTC (1534359846)\n[ 1.249770] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.251291] EDD information not available.\n[ 1.313944] Freeing unused kernel memory: 1512K\n[ 1.315191] Write protecting the kernel read-only data: 14336k\n[ 1.332306] Freeing unused kernel memory: 1692K\n[ 1.333749] Freeing unused kernel memory: 96K\nLoading, please wait...\nstarting version 229\n[ 1.344443] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.346846] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.349606] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.352176] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.354687] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.360426] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.365355] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.367877] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.372173] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.374600] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.429704] virtio_net virtio0 ens3: renamed from eth0\n[ 1.436914] [drm] Initialized drm 1.1.0 20060810\n[ 1.438828] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 1.441332] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.464788] FDC 0 is a S82078B\n[ 1.479303] AVX2 version of gcm_enc/dec engaged.\n[ 1.480566] AES CTR mode by8 optimization enabled\n[ 1.512399] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.673144] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.674836] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.676576] usb 1-1: Product: QEMU USB Tablet\n[ 1.677739] usb 1-1: Manufacturer: QEMU\n[ 1.678789] usb 1-1: SerialNumber: 42\n[ 1.686574] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.693492] usbcore: registered new interface driver usbhid\n[ 1.694961] usbhid: USB HID core driver\n[ 1.697370] 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.700436] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0\n[ 2.028396] tsc: Refined TSC clocksource calibration: 3491.844 MHz\n[ 2.028397] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255381c9ba, max_idle_ns: 440795307994 ns\nBegin: Loading essential drivers ... [ 2.066934] md: linear personality registered for level -1\n[ 2.070476] md: multipath personality registered for level -4\n[ 2.074061] md: raid0 personality registered for level 0\n[ 2.078043] md: raid1 personality registered for level 1\n[ 2.148360] raid6: sse2x1 gen() 11405 MB/s\n[ 2.216358] raid6: sse2x1 xor() 8893 MB/s\n[ 2.284364] raid6: sse2x2 gen() 14613 MB/s\n[ 2.352388] raid6: sse2x2 xor() 9692 MB/s\n[ 2.420356] raid6: sse2x4 gen() 16833 MB/s\n[ 2.488357] raid6: sse2x4 xor() 11718 MB/s\n[ 2.556356] raid6: avx2x1 gen() 22207 MB/s\n[ 2.624356] raid6: avx2x2 gen() 26131 MB/s\n[ 2.692356] raid6: avx2x4 gen() 29932 MB/s\n[ 2.696892] raid6: using algorithm avx2x4 gen() 29932 MB/s\n[ 2.698308] raid6: using avx2x2 recovery algorithm\n[ 2.702654] xor: automatically using best checksumming function:\n[ 2.740356] avx : 31636.000 MB/sec\n[ 2.742938] async_tx: api initialized (async)\n[ 2.754351] md: raid6 personality registered for level 6\n[ 2.755748] md: raid5 personality registered for level 5\n[ 2.757127] md: raid4 personality registered for level 4\n[ 2.763549] 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.796557] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 2.817187] 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.915475] 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.919946] systemd[1]: Detected virtualization kvm.\n[ 2.921281] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.4 LTS[0m!\n\n[ 2.924986] systemd[1]: Set hostname to .\n[ 2.928065] systemd[1]: Initializing machine ID from KVM UUID.\n[ 2.929592] systemd[1]: Installed transient /etc/machine-id file.\n[ 3.030723] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 3.033979] systemd[1]: Listening on fsck to fsckd communication Socket.\n[[0;32m OK [0m] Listening on fsck to fsckd communication Socket.\n[ 3.037130] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 3.040078] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 3.042648] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 3.045506] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 3.048442] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 3.050770] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 3.053467] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 3.056480] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 3.059461] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 3.062403] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 3.065307] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 3.069409] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 3.081277] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...\n Starting Monitoring of LVM2 mirrors... dmeventd or progress polling...\n[ 3.093415] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 3.099199] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 3.105135] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.\n[[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n[ 3.117704] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 3.123521] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 3.127134] systemd[1]: Started Forward Password Requests to Wall Directory Watch.\n[[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch.\n[ 3.131371] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 3.134343] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 3.138118] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 3.141023] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 3.143609] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 3.146891] systemd[1]: Starting Journal Service...\n. Starting Journal Service...\n[ 3.150207] systemd[1]: Starting Create list of required static device nodes for the current kernel...\n Starting Create list of required st... nodes for the current kernel...\n[ 3.158052] systemd[1]: Started Trigger resolvconf update for networkd DNS.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[ 3.172783] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 3.176502] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 3.183389] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 3.187160] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.[ 3.193464] Loading iSCSI transport class v2.0-870.\n\n[ 3.195991] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 3.201634] systemd[1]: Started Journal Service.\n[ 3.203989] iscsi: registered transport (tcp)\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[[0;32m OK [0m] Started Nameserver information manager.\n[ 3.246501] iscsi: registered transport (iser)\n[[0;32m OK [0m] Started Load Kernel Modules.\n Starting Apply Kernel Variables...\n Mounting FUSE Control File System...\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting Create Static Device Nodes in /dev...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n Starting File System Check on Root Device...\n[[0;32m OK [0m] Started File System Check Daemon to report status.\n[[0;32m OK [0m] Started File System Check on Root Device.\n Starting Remount Root and Kernel File Systems...\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n Starting udev Coldplug all Devices...\n Starting Flush Journal to Persistent Storage...\n Starting Load/Save Random Seed...\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting LSB: AppArmor initialization...\n Starting Initial cloud-init job (pre-networking)...\n Starting Create Volatile Files and Directories...\n Starting Set console font and keymap...\n Starting Tell Plymouth To Write Out Runtime Data...\n Starting Commit a transient machine-id on disk...\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n[[0;32m OK [0m] Started Create Volatile Files and Directories.\n Starting Network Time Synchronization...\n Starting Update UTMP about System Boot/Shutdown...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[ 3.983744] 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.604727] cloud-init[482]: Cloud-init v. 18.2 running 'init-local' at Wed, 15 Aug 2018 19:04:09 +0000. Up 4.42 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[[0;32m OK [0m] Reached target Network.\n Starting Initial cloud-init job (metadata service crawler)...\n"} 2018-08-15 19:04:37,436 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/ce456fff-07dc-4039-9b4b-ff12691770bc/action used request id req-b909527a-b410-48cd-9376-07daf4044df7 2018-08-15 19:04:37,436 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0761008262634s 2018-08-15 19:04:37,437 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/ce456fff-07dc-4039-9b4b-ff12691770bc/action used request id req-b909527a-b410-48cd-9376-07daf4044df7 2018-08-15 19:04:37,437 - functest.core.singlevm - DEBUG - vm console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-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 719860006 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.174131] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.176422] pid_max: default: 32768 minimum: 301 [ 0.177666] ACPI: Core revision 20150930 [ 0.179358] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.181166] Security Framework initialized [ 0.182301] Yama: becoming mindful. [ 0.183312] AppArmor: AppArmor initialized [ 0.184479] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.186289] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.188012] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.189645] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.191513] Initializing cgroup subsys io [ 0.192630] Initializing cgroup subsys memory [ 0.193816] Initializing cgroup subsys devices [ 0.195007] Initializing cgroup subsys freezer [ 0.196202] Initializing cgroup subsys net_cls [ 0.197398] Initializing cgroup subsys perf_event [ 0.198639] Initializing cgroup subsys net_prio [ 0.199847] Initializing cgroup subsys hugetlb [ 0.201042] Initializing cgroup subsys pids [ 0.202210] CPU: Physical Processor ID: 0 [ 0.203998] mce: CPU supports 10 MCE banks [ 0.205154] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.206523] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.208006] Spectre V2 : Mitigation: Full generic retpoline [ 0.209425] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported [ 0.211208] Speculative Store Bypass: Vulnerable [ 0.228487] Freeing SMP alternatives memory: 32K [ 0.234294] ftrace: allocating 32237 entries in 126 pages [ 0.268701] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.270359] smpboot: Max logical packages: 1 [ 0.271744] x2apic enabled [ 0.272894] Switched APIC routing to physical x2apic. [ 0.275340] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.276864] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.279582] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.282026] KVM setup paravirtual spinlock [ 0.283650] x86: Booted up 1 node, 1 CPUs [ 0.284763] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.286653] devtmpfs: initialized [ 0.288637] evm: security.selinux [ 0.289599] evm: security.SMACK64 [ 0.290564] evm: security.SMACK64EXEC [ 0.291595] evm: security.SMACK64TRANSMUTE [ 0.292705] evm: security.SMACK64MMAP [ 0.293724] evm: security.ima [ 0.294610] evm: security.capability [ 0.295708] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.298167] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.299764] pinctrl core: initialized pinctrl subsystem [ 0.301246] RTC time: 19:04:06, date: 08/15/18 [ 0.302535] NET: Registered protocol family 16 [ 0.303849] cpuidle: using governor ladder [ 0.304986] cpuidle: using governor menu [ 0.306067] PCCT header not found. [ 0.307102] ACPI: bus type PCI registered [ 0.308207] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.309875] PCI: Using configuration type 1 for base access [ 0.312079] ACPI: Added _OSI(Module Device) [ 0.313225] ACPI: Added _OSI(Processor Device) [ 0.314393] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.315614] ACPI: Added _OSI(Processor Aggregator Device) [ 0.317809] ACPI: Interpreter enabled [ 0.318855] ACPI: (supports S0 S5) [ 0.319817] ACPI: Using IOAPIC for interrupt routing [ 0.321091] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.325011] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.326552] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.328204] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.329799] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.332752] acpiphp: Slot [3] registered [ 0.333843] acpiphp: Slot [4] registered [ 0.334927] acpiphp: Slot [5] registered [ 0.336007] acpiphp: Slot [6] registered [ 0.351191] acpiphp: Slot [7] registered [ 0.354558] acpiphp: Slot [8] registered [ 0.355891] acpiphp: Slot [9] registered [ 0.356976] acpiphp: Slot [10] registered [ 0.358081] acpiphp: Slot [11] registered [ 0.359209] acpiphp: Slot [12] registered [ 0.360315] acpiphp: Slot [13] registered [ 0.361419] acpiphp: Slot [14] registered [ 0.362521] acpiphp: Slot [15] registered [ 0.363629] acpiphp: Slot [16] registered [ 0.364742] acpiphp: Slot [17] registered [ 0.365841] acpiphp: Slot [18] registered [ 0.366949] acpiphp: Slot [19] registered [ 0.368289] acpiphp: Slot [20] registered [ 0.369402] acpiphp: Slot [21] registered [ 0.370501] acpiphp: Slot [22] registered [ 0.371608] acpiphp: Slot [23] registered [ 0.372704] acpiphp: Slot [24] registered [ 0.373812] acpiphp: Slot [25] registered [ 0.374918] acpiphp: Slot [26] registered [ 0.376026] acpiphp: Slot [27] registered [ 0.377130] acpiphp: Slot [28] registered [ 0.378236] acpiphp: Slot [29] registered [ 0.379348] acpiphp: Slot [30] registered [ 0.380454] acpiphp: Slot [31] registered [ 0.381566] PCI host bridge to bus 0000:00 [ 0.382695] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.384354] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.386010] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.388009] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.390007] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.392062] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.397477] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.399202] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.400806] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.402546] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.406799] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.408781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.431492] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.433533] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.435487] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.437645] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.439571] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.441306] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.443273] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.444724] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.446856] vgaarb: loaded [ 0.447697] vgaarb: bridge control possible 0000:00:02.0 [ 0.449470] SCSI subsystem initialized [ 0.450786] ACPI: bus type USB registered [ 0.451943] usbcore: registered new interface driver usbfs [ 0.453367] usbcore: registered new interface driver hub [ 0.454748] usbcore: registered new device driver usb [ 0.456291] PCI: Using ACPI for IRQ routing [ 0.457878] NetLabel: Initializing [ 0.458879] NetLabel: domain hash size = 128 [ 0.460051] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.461389] NetLabel: unlabeled traffic allowed by default [ 0.462995] amd_nb: Cannot enumerate AMD northbridges [ 0.464361] clocksource: Switched to clocksource kvm-clock [ 0.473904] AppArmor: AppArmor Filesystem Enabled [ 0.475239] pnp: PnP ACPI init [ 0.476515] pnp: PnP ACPI: found 5 devices [ 0.483432] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.485795] NET: Registered protocol family 2 [ 0.487258] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.489011] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.490643] TCP: Hash tables configured (established 4096 bind 4096) [ 0.492282] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.493756] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.495391] NET: Registered protocol family 1 [ 0.496599] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.498102] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.499569] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.515857] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.533432] Unpacking initramfs... [ 1.027618] Freeing initrd memory: 37084K [ 1.029131] Scanning for low memory corruption every 60 seconds [ 1.031001] audit: initializing netlink subsys (disabled) [ 1.032451] audit: type=2000 audit(1534359846.829:1): initialized [ 1.034276] Initialise system trusted keyring [ 1.035632] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.037235] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.039973] zbud: loaded [ 1.041068] VFS: Disk quotas dquot_6.6.0 [ 1.042218] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.044130] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 1.045866] fuse init (API version 7.23) [ 1.047107] Key type big_key registered [ 1.048222] Allocating IMA MOK and blacklist keyrings. [ 1.049933] Key type asymmetric registered [ 1.051078] Asymmetric key parser 'x509' registered [ 1.052420] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 1.054476] io scheduler noop registered [ 1.055575] io scheduler deadline registered (default) [ 1.056943] io scheduler cfq registered [ 1.058109] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.059555] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.061309] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.063313] ACPI: Power Button [PWRF] [ 1.064496] GHES: HEST is not enabled! [ 1.080213] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.112790] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.115678] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 1.139438] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 1.142509] Linux agpgart interface v0.103 [ 1.145360] loop: module loaded [ 1.149108] vda: vda1 [ 1.150670] scsi host0: ata_piix [ 1.151729] scsi host1: ata_piix [ 1.152744] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.154431] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.156720] libphy: Fixed MDIO Bus: probed [ 1.157878] tun: Universal TUN/TAP device driver, 1.6 [ 1.159219] tun: (C) 1999-2004 Max Krasnyansky [ 1.161890] PPP generic driver version 2.4.2 [ 1.163154] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.164811] ehci-pci: EHCI PCI platform driver [ 1.166035] ehci-platform: EHCI generic platform driver [ 1.167412] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.168979] ohci-pci: OHCI PCI platform driver [ 1.170197] ohci-platform: OHCI generic platform driver [ 1.171565] uhci_hcd: USB Universal Host Controller Interface driver [ 1.187877] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.189270] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.191305] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.192704] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.194285] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.195956] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.197909] usb usb1: Product: UHCI Host Controller [ 1.199191] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd [ 1.200771] usb usb1: SerialNumber: 0000:00:01.2 [ 1.202092] hub 1-0:1.0: USB hub found [ 1.203170] hub 1-0:1.0: 2 ports detected [ 1.204438] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.207357] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.208673] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.210095] mousedev: PS/2 mouse device common for all mice [ 1.211832] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.214366] rtc_cmos 00:00: RTC can wake from S4 [ 1.215908] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.217557] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.219203] i2c /dev entries driver [ 1.220272] device-mapper: uevent: version 1.0.3 [ 1.221579] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 1.223815] ledtrig-cpu: registered to indicate activity on CPUs [ 1.225614] NET: Registered protocol family 10 [ 1.227110] NET: Registered protocol family 17 [ 1.228339] Key type dns_resolver registered [ 1.229748] registered taskstats version 1 [ 1.230933] Loading compiled-in X.509 certificates [ 1.232774] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb' [ 1.235338] zswap: loaded using pool lzo/zbud [ 1.237933] Key type trusted registered [ 1.241005] Key type encrypted registered [ 1.242158] AppArmor: AppArmor sha1 policy hashing enabled [ 1.243597] ima: No TPM chip found, activating TPM-bypass! [ 1.245047] evm: HMAC attrs: 0x1 [ 1.246354] Magic number: 14:667:91 [ 1.247514] rtc_cmos 00:00: setting system clock to 2018-08-15 19:04:06 UTC (1534359846) [ 1.249770] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 1.251291] EDD information not available. [ 1.313944] Freeing unused kernel memory: 1512K [ 1.315191] Write protecting the kernel read-only data: 14336k [ 1.332306] Freeing unused kernel memory: 1692K [ 1.333749] Freeing unused kernel memory: 96K Loading, please wait... starting version 229 [ 1.344443] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.346846] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.349606] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.352176] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.354687] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.360426] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.365355] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.367877] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.372173] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.374600] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.429704] virtio_net virtio0 ens3: renamed from eth0 [ 1.436914] [drm] Initialized drm 1.1.0 20060810 [ 1.438828] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4 [ 1.441332] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.464788] FDC 0 is a S82078B [ 1.479303] AVX2 version of gcm_enc/dec engaged. [ 1.480566] AES CTR mode by8 optimization enabled [ 1.512399] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.673144] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.674836] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.676576] usb 1-1: Product: QEMU USB Tablet [ 1.677739] usb 1-1: Manufacturer: QEMU [ 1.678789] usb 1-1: SerialNumber: 42 [ 1.686574] hidraw: raw HID events driver (C) Jiri Kosina [ 1.693492] usbcore: registered new interface driver usbhid [ 1.694961] usbhid: USB HID core driver [ 1.697370] 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.700436] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0 [ 2.028396] tsc: Refined TSC clocksource calibration: 3491.844 MHz [ 2.028397] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255381c9ba, max_idle_ns: 440795307994 ns Begin: Loading essential drivers ... [ 2.066934] md: linear personality registered for level -1 [ 2.070476] md: multipath personality registered for level -4 [ 2.074061] md: raid0 personality registered for level 0 [ 2.078043] md: raid1 personality registered for level 1 [ 2.148360] raid6: sse2x1 gen() 11405 MB/s [ 2.216358] raid6: sse2x1 xor() 8893 MB/s [ 2.284364] raid6: sse2x2 gen() 14613 MB/s [ 2.352388] raid6: sse2x2 xor() 9692 MB/s [ 2.420356] raid6: sse2x4 gen() 16833 MB/s [ 2.488357] raid6: sse2x4 xor() 11718 MB/s [ 2.556356] raid6: avx2x1 gen() 22207 MB/s [ 2.624356] raid6: avx2x2 gen() 26131 MB/s [ 2.692356] raid6: avx2x4 gen() 29932 MB/s [ 2.696892] raid6: using algorithm avx2x4 gen() 29932 MB/s [ 2.698308] raid6: using avx2x2 recovery algorithm [ 2.702654] xor: automatically using best checksumming function: [ 2.740356] avx : 31636.000 MB/sec [ 2.742938] async_tx: api initialized (async) [ 2.754351] md: raid6 personality registered for level 6 [ 2.755748] md: raid5 personality registered for level 5 [ 2.757127] md: raid4 personality registered for level 4 [ 2.763549] 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.796557] Btrfs loaded Scanning for Btrfs filesystems done. Warning: fsck not present, so skipping root file system [ 2.817187] 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.915475] 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.919946] systemd[1]: Detected virtualization kvm. [ 2.921281] systemd[1]: Detected architecture x86-64. Welcome to [1mUbuntu 16.04.4 LTS[0m! [ 2.924986] systemd[1]: Set hostname to . [ 2.928065] systemd[1]: Initializing machine ID from KVM UUID. [ 2.929592] systemd[1]: Installed transient /etc/machine-id file. [ 3.030723] systemd[1]: Listening on Device-mapper event daemon FIFOs. [[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs. [ 3.033979] systemd[1]: Listening on fsck to fsckd communication Socket. [[0;32m OK [0m] Listening on fsck to fsckd communication Socket. [ 3.037130] systemd[1]: Reached target Encrypted Volumes. [[0;32m OK [0m] Reached target Encrypted Volumes. [ 3.040078] systemd[1]: Created slice System Slice. [[0;32m OK [0m] Created slice System Slice. [ 3.042648] systemd[1]: Listening on LVM2 poll daemon socket. [[0;32m OK [0m] Listening on LVM2 poll daemon socket. [ 3.045506] systemd[1]: Listening on LVM2 metadata daemon socket. [[0;32m OK [0m] Listening on LVM2 metadata daemon socket. [ 3.048442] systemd[1]: Reached target Swap. [[0;32m OK [0m] Reached target Swap. [ 3.050770] systemd[1]: Listening on udev Control Socket. [[0;32m OK [0m] Listening on udev Control Socket. [ 3.053467] systemd[1]: Listening on Journal Socket (/dev/log). [[0;32m OK [0m] Listening on Journal Socket (/dev/log). [ 3.056480] systemd[1]: Created slice system-serial\x2dgetty.slice. [[0;32m OK [0m] Created slice system-serial\x2dgetty.slice. [ 3.059461] systemd[1]: Listening on Journal Socket. [[0;32m OK [0m] Listening on Journal Socket. [ 3.062403] systemd[1]: Starting Set console keymap... Starting Set console keymap... [ 3.065307] systemd[1]: Mounting Huge Pages File System... Mounting Huge Pages File System... [ 3.069409] systemd[1]: Mounting POSIX Message Queue File System... Mounting POSIX Message Queue File System... [ 3.081277] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling... Starting Monitoring of LVM2 mirrors... dmeventd or progress polling... [ 3.093415] systemd[1]: Mounting Debug File System... Mounting Debug File System... [ 3.099199] systemd[1]: Starting Uncomplicated firewall... Starting Uncomplicated firewall... [ 3.105135] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. [[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [ 3.117704] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe. [[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [ 3.123521] systemd[1]: Reached target User and Group Name Lookups. [[0;32m OK [0m] Reached target User and Group Name Lookups. [ 3.127134] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch. [ 3.131371] systemd[1]: Starting Nameserver information manager... Starting Nameserver information manager... [ 3.134343] systemd[1]: Created slice User and Session Slice. [[0;32m OK [0m] Created slice User and Session Slice. [ 3.138118] systemd[1]: Reached target Slices. [[0;32m OK [0m] Reached target Slices. [ 3.141023] systemd[1]: Listening on Syslog Socket. [[0;32m OK [0m] Listening on Syslog Socket. [ 3.143609] systemd[1]: Listening on Journal Audit Socket. [[0;32m OK [0m] Listening on Journal Audit Socket. [ 3.146891] systemd[1]: Starting Journal Service... . Starting Journal Service... [ 3.150207] systemd[1]: Starting Create list of required static device nodes for the current kernel... Starting Create list of required st... nodes for the current kernel... [ 3.158052] systemd[1]: Started Trigger resolvconf update for networkd DNS. [[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS. [ 3.172783] systemd[1]: Starting Load Kernel Modules... Starting Load Kernel Modules... [ 3.176502] systemd[1]: Listening on udev Kernel Socket. [[0;32m OK [0m] Listening on udev Kernel Socket. [ 3.183389] systemd[1]: Mounted POSIX Message Queue File System. [[0;32m OK [0m] Mounted POSIX Message Queue File System. [ 3.187160] systemd[1]: Mounted Huge Pages File System. [[0;32m OK [0m] Mounted Huge Pages File System.[ 3.193464] Loading iSCSI transport class v2.0-870. [ 3.195991] systemd[1]: Mounted Debug File System. [[0;32m OK [0m] Mounted Debug File System. [ 3.201634] systemd[1]: Started Journal Service. [ 3.203989] iscsi: registered transport (tcp) [[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. [[0;32m OK [0m] Started Nameserver information manager. [ 3.246501] iscsi: registered transport (iser) [[0;32m OK [0m] Started Load Kernel Modules. Starting Apply Kernel Variables... Mounting FUSE Control File System... [[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 udev Coldplug all Devices... Starting Flush Journal to Persistent Storage... Starting Load/Save Random Seed... [[0;32m OK [0m] Started Load/Save Random Seed. [[0;32m OK [0m] Started Flush Journal to Persistent Storage. [[0;32m OK [0m] Started udev Coldplug all Devices. [[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch. [[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling. [[0;32m OK [0m] Reached target Local File Systems (Pre). [[0;32m OK [0m] Reached target Local File Systems. Starting LSB: AppArmor initialization... Starting Initial cloud-init job (pre-networking)... Starting Create Volatile Files and Directories... Starting Set console font and keymap... Starting Tell Plymouth To Write Out Runtime Data... Starting Commit a transient machine-id on disk... [[0;32m OK [0m] Started Commit a transient machine-id on disk. [[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data. [[0;32m OK [0m] Started Create Volatile Files and Directories. Starting Network Time Synchronization... Starting Update UTMP about System Boot/Shutdown... [[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown. [[0;32m OK [0m] Started Network Time Synchronization. [[0;32m OK [0m] Reached target System Time Synchronized. [[0;32m OK [0m] Found device /dev/ttyS0. [ 3.983744] 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.604727] cloud-init[482]: Cloud-init v. 18.2 running 'init-local' at Wed, 15 Aug 2018 19:04:09 +0000. Up 4.42 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. [[0;32m OK [0m] Reached target Network. Starting Initial cloud-init job (metadata service crawler)... 2018-08-15 19:04:37,439 - functest.core.singlevm - DEBUG - try 4: cannot connect to 172.30.9.208: [Errno None] Unable to connect to port 22 on 172.30.9.208 2018-08-15 19:04:46,449 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-15 19:04:46,452 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/ce456fff-07dc-4039-9b4b-ff12691770bc/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}4b89feb68875fb64721c435964706bdca37986cb" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-15 19:04:46,524 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 19:04:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ae4c7e42-f760-4626-a296-b8db9c79322c x-compute-request-id: req-ae4c7e42-f760-4626-a296-b8db9c79322c Content-Encoding: gzip Content-Length: 10496 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 719860006 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on 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.174131] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.176422] pid_max: default: 32768 minimum: 301\n[ 0.177666] ACPI: Core revision 20150930\n[ 0.179358] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.181166] Security Framework initialized\n[ 0.182301] Yama: becoming mindful.\n[ 0.183312] AppArmor: AppArmor initialized\n[ 0.184479] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.186289] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.188012] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.189645] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.191513] Initializing cgroup subsys io\n[ 0.192630] Initializing cgroup subsys memory\n[ 0.193816] Initializing cgroup subsys devices\n[ 0.195007] Initializing cgroup subsys freezer\n[ 0.196202] Initializing cgroup subsys net_cls\n[ 0.197398] Initializing cgroup subsys perf_event\n[ 0.198639] Initializing cgroup subsys net_prio\n[ 0.199847] Initializing cgroup subsys hugetlb\n[ 0.201042] Initializing cgroup subsys pids\n[ 0.202210] CPU: Physical Processor ID: 0\n[ 0.203998] mce: CPU supports 10 MCE banks\n[ 0.205154] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.206523] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.208006] Spectre V2 : Mitigation: Full generic retpoline\n[ 0.209425] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported\n[ 0.211208] Speculative Store Bypass: Vulnerable\n[ 0.228487] Freeing SMP alternatives memory: 32K\n[ 0.234294] ftrace: allocating 32237 entries in 126 pages\n[ 0.268701] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.270359] smpboot: Max logical packages: 1\n[ 0.271744] x2apic enabled\n[ 0.272894] Switched APIC routing to physical x2apic.\n[ 0.275340] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.276864] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.279582] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.282026] KVM setup paravirtual spinlock\n[ 0.283650] x86: Booted up 1 node, 1 CPUs\n[ 0.284763] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.286653] devtmpfs: initialized\n[ 0.288637] evm: security.selinux\n[ 0.289599] evm: security.SMACK64\n[ 0.290564] evm: security.SMACK64EXEC\n[ 0.291595] evm: security.SMACK64TRANSMUTE\n[ 0.292705] evm: security.SMACK64MMAP\n[ 0.293724] evm: security.ima\n[ 0.294610] evm: security.capability\n[ 0.295708] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.298167] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.299764] pinctrl core: initialized pinctrl subsystem\n[ 0.301246] RTC time: 19:04:06, date: 08/15/18\n[ 0.302535] NET: Registered protocol family 16\n[ 0.303849] cpuidle: using governor ladder\n[ 0.304986] cpuidle: using governor menu\n[ 0.306067] PCCT header not found.\n[ 0.307102] ACPI: bus type PCI registered\n[ 0.308207] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.309875] PCI: Using configuration type 1 for base access\n[ 0.312079] ACPI: Added _OSI(Module Device)\n[ 0.313225] ACPI: Added _OSI(Processor Device)\n[ 0.314393] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.315614] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.317809] ACPI: Interpreter enabled\n[ 0.318855] ACPI: (supports S0 S5)\n[ 0.319817] ACPI: Using IOAPIC for interrupt routing\n[ 0.321091] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.325011] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.326552] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.328204] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.329799] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.332752] acpiphp: Slot [3] registered\n[ 0.333843] acpiphp: Slot [4] registered\n[ 0.334927] acpiphp: Slot [5] registered\n[ 0.336007] acpiphp: Slot [6] registered\n[ 0.351191] acpiphp: Slot [7] registered\n[ 0.354558] acpiphp: Slot [8] registered\n[ 0.355891] acpiphp: Slot [9] registered\n[ 0.356976] acpiphp: Slot [10] registered\n[ 0.358081] acpiphp: Slot [11] registered\n[ 0.359209] acpiphp: Slot [12] registered\n[ 0.360315] acpiphp: Slot [13] registered\n[ 0.361419] acpiphp: Slot [14] registered\n[ 0.362521] acpiphp: Slot [15] registered\n[ 0.363629] acpiphp: Slot [16] registered\n[ 0.364742] acpiphp: Slot [17] registered\n[ 0.365841] acpiphp: Slot [18] registered\n[ 0.366949] acpiphp: Slot [19] registered\n[ 0.368289] acpiphp: Slot [20] registered\n[ 0.369402] acpiphp: Slot [21] registered\n[ 0.370501] acpiphp: Slot [22] registered\n[ 0.371608] acpiphp: Slot [23] registered\n[ 0.372704] acpiphp: Slot [24] registered\n[ 0.373812] acpiphp: Slot [25] registered\n[ 0.374918] acpiphp: Slot [26] registered\n[ 0.376026] acpiphp: Slot [27] registered\n[ 0.377130] acpiphp: Slot [28] registered\n[ 0.378236] acpiphp: Slot [29] registered\n[ 0.379348] acpiphp: Slot [30] registered\n[ 0.380454] acpiphp: Slot [31] registered\n[ 0.381566] PCI host bridge to bus 0000:00\n[ 0.382695] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.384354] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.386010] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.388009] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.390007] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.392062] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.397477] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.399202] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.400806] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.402546] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.406799] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.408781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.431492] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.433533] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.435487] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.437645] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.439571] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.441306] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.443273] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.444724] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.446856] vgaarb: loaded\n[ 0.447697] vgaarb: bridge control possible 0000:00:02.0\n[ 0.449470] SCSI subsystem initialized\n[ 0.450786] ACPI: bus type USB registered\n[ 0.451943] usbcore: registered new interface driver usbfs\n[ 0.453367] usbcore: registered new interface driver hub\n[ 0.454748] usbcore: registered new device driver usb\n[ 0.456291] PCI: Using ACPI for IRQ routing\n[ 0.457878] NetLabel: Initializing\n[ 0.458879] NetLabel: domain hash size = 128\n[ 0.460051] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.461389] NetLabel: unlabeled traffic allowed by default\n[ 0.462995] amd_nb: Cannot enumerate AMD northbridges\n[ 0.464361] clocksource: Switched to clocksource kvm-clock\n[ 0.473904] AppArmor: AppArmor Filesystem Enabled\n[ 0.475239] pnp: PnP ACPI init\n[ 0.476515] pnp: PnP ACPI: found 5 devices\n[ 0.483432] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.485795] NET: Registered protocol family 2\n[ 0.487258] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.489011] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.490643] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.492282] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.493756] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.495391] NET: Registered protocol family 1\n[ 0.496599] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.498102] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.499569] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.515857] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.533432] Unpacking initramfs...\n[ 1.027618] Freeing initrd memory: 37084K\n[ 1.029131] Scanning for low memory corruption every 60 seconds\n[ 1.031001] audit: initializing netlink subsys (disabled)\n[ 1.032451] audit: type=2000 audit(1534359846.829:1): initialized\n[ 1.034276] Initialise system trusted keyring\n[ 1.035632] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.037235] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.039973] zbud: loaded\n[ 1.041068] VFS: Disk quotas dquot_6.6.0\n[ 1.042218] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.044130] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.045866] fuse init (API version 7.23)\n[ 1.047107] Key type big_key registered\n[ 1.048222] Allocating IMA MOK and blacklist keyrings.\n[ 1.049933] Key type asymmetric registered\n[ 1.051078] Asymmetric key parser 'x509' registered\n[ 1.052420] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.054476] io scheduler noop registered\n[ 1.055575] io scheduler deadline registered (default)\n[ 1.056943] io scheduler cfq registered\n[ 1.058109] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.059555] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.061309] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.063313] ACPI: Power Button [PWRF]\n[ 1.064496] GHES: HEST is not enabled!\n[ 1.080213] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.112790] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.115678] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.139438] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.142509] Linux agpgart interface v0.103\n[ 1.145360] loop: module loaded\n[ 1.149108] vda: vda1\n[ 1.150670] scsi host0: ata_piix\n[ 1.151729] scsi host1: ata_piix\n[ 1.152744] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.154431] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.156720] libphy: Fixed MDIO Bus: probed\n[ 1.157878] tun: Universal TUN/TAP device driver, 1.6\n[ 1.159219] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.161890] PPP generic driver version 2.4.2\n[ 1.163154] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.164811] ehci-pci: EHCI PCI platform driver\n[ 1.166035] ehci-platform: EHCI generic platform driver\n[ 1.167412] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.168979] ohci-pci: OHCI PCI platform driver\n[ 1.170197] ohci-platform: OHCI generic platform driver\n[ 1.171565] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.187877] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.189270] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.191305] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.192704] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.194285] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.195956] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.197909] usb usb1: Product: UHCI Host Controller\n[ 1.199191] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd\n[ 1.200771] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.202092] hub 1-0:1.0: USB hub found\n[ 1.203170] hub 1-0:1.0: 2 ports detected\n[ 1.204438] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.207357] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.208673] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.210095] mousedev: PS/2 mouse device common for all mice\n[ 1.211832] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.214366] rtc_cmos 00:00: RTC can wake from S4\n[ 1.215908] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.217557] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.219203] i2c /dev entries driver\n[ 1.220272] device-mapper: uevent: version 1.0.3\n[ 1.221579] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.223815] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.225614] NET: Registered protocol family 10\n[ 1.227110] NET: Registered protocol family 17\n[ 1.228339] Key type dns_resolver registered\n[ 1.229748] registered taskstats version 1\n[ 1.230933] Loading compiled-in X.509 certificates\n[ 1.232774] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb'\n[ 1.235338] zswap: loaded using pool lzo/zbud\n[ 1.237933] Key type trusted registered\n[ 1.241005] Key type encrypted registered\n[ 1.242158] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.243597] ima: No TPM chip found, activating TPM-bypass!\n[ 1.245047] evm: HMAC attrs: 0x1\n[ 1.246354] Magic number: 14:667:91\n[ 1.247514] rtc_cmos 00:00: setting system clock to 2018-08-15 19:04:06 UTC (1534359846)\n[ 1.249770] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.251291] EDD information not available.\n[ 1.313944] Freeing unused kernel memory: 1512K\n[ 1.315191] Write protecting the kernel read-only data: 14336k\n[ 1.332306] Freeing unused kernel memory: 1692K\n[ 1.333749] Freeing unused kernel memory: 96K\nLoading, please wait...\nstarting version 229\n[ 1.344443] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.346846] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.349606] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.352176] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.354687] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.360426] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.365355] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.367877] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.372173] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.374600] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.429704] virtio_net virtio0 ens3: renamed from eth0\n[ 1.436914] [drm] Initialized drm 1.1.0 20060810\n[ 1.438828] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 1.441332] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.464788] FDC 0 is a S82078B\n[ 1.479303] AVX2 version of gcm_enc/dec engaged.\n[ 1.480566] AES CTR mode by8 optimization enabled\n[ 1.512399] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.673144] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.674836] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.676576] usb 1-1: Product: QEMU USB Tablet\n[ 1.677739] usb 1-1: Manufacturer: QEMU\n[ 1.678789] usb 1-1: SerialNumber: 42\n[ 1.686574] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.693492] usbcore: registered new interface driver usbhid\n[ 1.694961] usbhid: USB HID core driver\n[ 1.697370] 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.700436] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0\n[ 2.028396] tsc: Refined TSC clocksource calibration: 3491.844 MHz\n[ 2.028397] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255381c9ba, max_idle_ns: 440795307994 ns\nBegin: Loading essential drivers ... [ 2.066934] md: linear personality registered for level -1\n[ 2.070476] md: multipath personality registered for level -4\n[ 2.074061] md: raid0 personality registered for level 0\n[ 2.078043] md: raid1 personality registered for level 1\n[ 2.148360] raid6: sse2x1 gen() 11405 MB/s\n[ 2.216358] raid6: sse2x1 xor() 8893 MB/s\n[ 2.284364] raid6: sse2x2 gen() 14613 MB/s\n[ 2.352388] raid6: sse2x2 xor() 9692 MB/s\n[ 2.420356] raid6: sse2x4 gen() 16833 MB/s\n[ 2.488357] raid6: sse2x4 xor() 11718 MB/s\n[ 2.556356] raid6: avx2x1 gen() 22207 MB/s\n[ 2.624356] raid6: avx2x2 gen() 26131 MB/s\n[ 2.692356] raid6: avx2x4 gen() 29932 MB/s\n[ 2.696892] raid6: using algorithm avx2x4 gen() 29932 MB/s\n[ 2.698308] raid6: using avx2x2 recovery algorithm\n[ 2.702654] xor: automatically using best checksumming function:\n[ 2.740356] avx : 31636.000 MB/sec\n[ 2.742938] async_tx: api initialized (async)\n[ 2.754351] md: raid6 personality registered for level 6\n[ 2.755748] md: raid5 personality registered for level 5\n[ 2.757127] md: raid4 personality registered for level 4\n[ 2.763549] 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.796557] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 2.817187] 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.915475] 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.919946] systemd[1]: Detected virtualization kvm.\n[ 2.921281] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.4 LTS[0m!\n\n[ 2.924986] systemd[1]: Set hostname to .\n[ 2.928065] systemd[1]: Initializing machine ID from KVM UUID.\n[ 2.929592] systemd[1]: Installed transient /etc/machine-id file.\n[ 3.030723] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 3.033979] systemd[1]: Listening on fsck to fsckd communication Socket.\n[[0;32m OK [0m] Listening on fsck to fsckd communication Socket.\n[ 3.037130] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 3.040078] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 3.042648] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 3.045506] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 3.048442] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 3.050770] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 3.053467] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 3.056480] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 3.059461] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 3.062403] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 3.065307] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 3.069409] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 3.081277] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...\n Starting Monitoring of LVM2 mirrors... dmeventd or progress polling...\n[ 3.093415] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 3.099199] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 3.105135] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.\n[[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n[ 3.117704] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 3.123521] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 3.127134] systemd[1]: Started Forward Password Requests to Wall Directory Watch.\n[[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch.\n[ 3.131371] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 3.134343] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 3.138118] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 3.141023] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 3.143609] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 3.146891] systemd[1]: Starting Journal Service...\n. Starting Journal Service...\n[ 3.150207] systemd[1]: Starting Create list of required static device nodes for the current kernel...\n Starting Create list of required st... nodes for the current kernel...\n[ 3.158052] systemd[1]: Started Trigger resolvconf update for networkd DNS.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[ 3.172783] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 3.176502] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 3.183389] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 3.187160] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.[ 3.193464] Loading iSCSI transport class v2.0-870.\n\n[ 3.195991] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 3.201634] systemd[1]: Started Journal Service.\n[ 3.203989] iscsi: registered transport (tcp)\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[[0;32m OK [0m] Started Nameserver information manager.\n[ 3.246501] iscsi: registered transport (iser)\n[[0;32m OK [0m] Started Load Kernel Modules.\n Starting Apply Kernel Variables...\n Mounting FUSE Control File System...\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting Create Static Device Nodes in /dev...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n Starting File System Check on Root Device...\n[[0;32m OK [0m] Started File System Check Daemon to report status.\n[[0;32m OK [0m] Started File System Check on Root Device.\n Starting Remount Root and Kernel File Systems...\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n Starting udev Coldplug all Devices...\n Starting Flush Journal to Persistent Storage...\n Starting Load/Save Random Seed...\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting LSB: AppArmor initialization...\n Starting Initial cloud-init job (pre-networking)...\n Starting Create Volatile Files and Directories...\n Starting Set console font and keymap...\n Starting Tell Plymouth To Write Out Runtime Data...\n Starting Commit a transient machine-id on disk...\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n[[0;32m OK [0m] Started Create Volatile Files and Directories.\n Starting Network Time Synchronization...\n Starting Update UTMP about System Boot/Shutdown...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[ 3.983744] 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.604727] cloud-init[482]: Cloud-init v. 18.2 running 'init-local' at Wed, 15 Aug 2018 19:04:09 +0000. Up 4.42 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[[0;32m OK [0m] Reached target Network.\n Starting Initial cloud-init job (metadata service crawler)...\n"} 2018-08-15 19:04:46,525 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/ce456fff-07dc-4039-9b4b-ff12691770bc/action used request id req-ae4c7e42-f760-4626-a296-b8db9c79322c 2018-08-15 19:04:46,525 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0755929946899s 2018-08-15 19:04:46,526 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/ce456fff-07dc-4039-9b4b-ff12691770bc/action used request id req-ae4c7e42-f760-4626-a296-b8db9c79322c 2018-08-15 19:04:46,526 - 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 719860006 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.174131] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.176422] pid_max: default: 32768 minimum: 301 [ 0.177666] ACPI: Core revision 20150930 [ 0.179358] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.181166] Security Framework initialized [ 0.182301] Yama: becoming mindful. [ 0.183312] AppArmor: AppArmor initialized [ 0.184479] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.186289] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.188012] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.189645] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.191513] Initializing cgroup subsys io [ 0.192630] Initializing cgroup subsys memory [ 0.193816] Initializing cgroup subsys devices [ 0.195007] Initializing cgroup subsys freezer [ 0.196202] Initializing cgroup subsys net_cls [ 0.197398] Initializing cgroup subsys perf_event [ 0.198639] Initializing cgroup subsys net_prio [ 0.199847] Initializing cgroup subsys hugetlb [ 0.201042] Initializing cgroup subsys pids [ 0.202210] CPU: Physical Processor ID: 0 [ 0.203998] mce: CPU supports 10 MCE banks [ 0.205154] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.206523] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.208006] Spectre V2 : Mitigation: Full generic retpoline [ 0.209425] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported [ 0.211208] Speculative Store Bypass: Vulnerable [ 0.228487] Freeing SMP alternatives memory: 32K [ 0.234294] ftrace: allocating 32237 entries in 126 pages [ 0.268701] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.270359] smpboot: Max logical packages: 1 [ 0.271744] x2apic enabled [ 0.272894] Switched APIC routing to physical x2apic. [ 0.275340] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.276864] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.279582] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.282026] KVM setup paravirtual spinlock [ 0.283650] x86: Booted up 1 node, 1 CPUs [ 0.284763] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.286653] devtmpfs: initialized [ 0.288637] evm: security.selinux [ 0.289599] evm: security.SMACK64 [ 0.290564] evm: security.SMACK64EXEC [ 0.291595] evm: security.SMACK64TRANSMUTE [ 0.292705] evm: security.SMACK64MMAP [ 0.293724] evm: security.ima [ 0.294610] evm: security.capability [ 0.295708] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.298167] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.299764] pinctrl core: initialized pinctrl subsystem [ 0.301246] RTC time: 19:04:06, date: 08/15/18 [ 0.302535] NET: Registered protocol family 16 [ 0.303849] cpuidle: using governor ladder [ 0.304986] cpuidle: using governor menu [ 0.306067] PCCT header not found. [ 0.307102] ACPI: bus type PCI registered [ 0.308207] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.309875] PCI: Using configuration type 1 for base access [ 0.312079] ACPI: Added _OSI(Module Device) [ 0.313225] ACPI: Added _OSI(Processor Device) [ 0.314393] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.315614] ACPI: Added _OSI(Processor Aggregator Device) [ 0.317809] ACPI: Interpreter enabled [ 0.318855] ACPI: (supports S0 S5) [ 0.319817] ACPI: Using IOAPIC for interrupt routing [ 0.321091] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.325011] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.326552] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.328204] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.329799] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.332752] acpiphp: Slot [3] registered [ 0.333843] acpiphp: Slot [4] registered [ 0.334927] acpiphp: Slot [5] registered [ 0.336007] acpiphp: Slot [6] registered [ 0.351191] acpiphp: Slot [7] registered [ 0.354558] acpiphp: Slot [8] registered [ 0.355891] acpiphp: Slot [9] registered [ 0.356976] acpiphp: Slot [10] registered [ 0.358081] acpiphp: Slot [11] registered [ 0.359209] acpiphp: Slot [12] registered [ 0.360315] acpiphp: Slot [13] registered [ 0.361419] acpiphp: Slot [14] registered [ 0.362521] acpiphp: Slot [15] registered [ 0.363629] acpiphp: Slot [16] registered [ 0.364742] acpiphp: Slot [17] registered [ 0.365841] acpiphp: Slot [18] registered [ 0.366949] acpiphp: Slot [19] registered [ 0.368289] acpiphp: Slot [20] registered [ 0.369402] acpiphp: Slot [21] registered [ 0.370501] acpiphp: Slot [22] registered [ 0.371608] acpiphp: Slot [23] registered [ 0.372704] acpiphp: Slot [24] registered [ 0.373812] acpiphp: Slot [25] registered [ 0.374918] acpiphp: Slot [26] registered [ 0.376026] acpiphp: Slot [27] registered [ 0.377130] acpiphp: Slot [28] registered [ 0.378236] acpiphp: Slot [29] registered [ 0.379348] acpiphp: Slot [30] registered [ 0.380454] acpiphp: Slot [31] registered [ 0.381566] PCI host bridge to bus 0000:00 [ 0.382695] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.384354] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.386010] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.388009] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.390007] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.392062] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.397477] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.399202] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.400806] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.402546] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.406799] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.408781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.431492] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.433533] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.435487] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.437645] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.439571] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.441306] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.443273] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.444724] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.446856] vgaarb: loaded [ 0.447697] vgaarb: bridge control possible 0000:00:02.0 [ 0.449470] SCSI subsystem initialized [ 0.450786] ACPI: bus type USB registered [ 0.451943] usbcore: registered new interface driver usbfs [ 0.453367] usbcore: registered new interface driver hub [ 0.454748] usbcore: registered new device driver usb [ 0.456291] PCI: Using ACPI for IRQ routing [ 0.457878] NetLabel: Initializing [ 0.458879] NetLabel: domain hash size = 128 [ 0.460051] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.461389] NetLabel: unlabeled traffic allowed by default [ 0.462995] amd_nb: Cannot enumerate AMD northbridges [ 0.464361] clocksource: Switched to clocksource kvm-clock [ 0.473904] AppArmor: AppArmor Filesystem Enabled [ 0.475239] pnp: PnP ACPI init [ 0.476515] pnp: PnP ACPI: found 5 devices [ 0.483432] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.485795] NET: Registered protocol family 2 [ 0.487258] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.489011] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.490643] TCP: Hash tables configured (established 4096 bind 4096) [ 0.492282] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.493756] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.495391] NET: Registered protocol family 1 [ 0.496599] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.498102] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.499569] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.515857] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.533432] Unpacking initramfs... [ 1.027618] Freeing initrd memory: 37084K [ 1.029131] Scanning for low memory corruption every 60 seconds [ 1.031001] audit: initializing netlink subsys (disabled) [ 1.032451] audit: type=2000 audit(1534359846.829:1): initialized [ 1.034276] Initialise system trusted keyring [ 1.035632] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.037235] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.039973] zbud: loaded [ 1.041068] VFS: Disk quotas dquot_6.6.0 [ 1.042218] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.044130] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 1.045866] fuse init (API version 7.23) [ 1.047107] Key type big_key registered [ 1.048222] Allocating IMA MOK and blacklist keyrings. [ 1.049933] Key type asymmetric registered [ 1.051078] Asymmetric key parser 'x509' registered [ 1.052420] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 1.054476] io scheduler noop registered [ 1.055575] io scheduler deadline registered (default) [ 1.056943] io scheduler cfq registered [ 1.058109] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.059555] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.061309] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.063313] ACPI: Power Button [PWRF] [ 1.064496] GHES: HEST is not enabled! [ 1.080213] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.112790] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.115678] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 1.139438] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 1.142509] Linux agpgart interface v0.103 [ 1.145360] loop: module loaded [ 1.149108] vda: vda1 [ 1.150670] scsi host0: ata_piix [ 1.151729] scsi host1: ata_piix [ 1.152744] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.154431] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.156720] libphy: Fixed MDIO Bus: probed [ 1.157878] tun: Universal TUN/TAP device driver, 1.6 [ 1.159219] tun: (C) 1999-2004 Max Krasnyansky [ 1.161890] PPP generic driver version 2.4.2 [ 1.163154] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.164811] ehci-pci: EHCI PCI platform driver [ 1.166035] ehci-platform: EHCI generic platform driver [ 1.167412] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.168979] ohci-pci: OHCI PCI platform driver [ 1.170197] ohci-platform: OHCI generic platform driver [ 1.171565] uhci_hcd: USB Universal Host Controller Interface driver [ 1.187877] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.189270] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.191305] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.192704] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.194285] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.195956] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.197909] usb usb1: Product: UHCI Host Controller [ 1.199191] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd [ 1.200771] usb usb1: SerialNumber: 0000:00:01.2 [ 1.202092] hub 1-0:1.0: USB hub found [ 1.203170] hub 1-0:1.0: 2 ports detected [ 1.204438] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.207357] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.208673] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.210095] mousedev: PS/2 mouse device common for all mice [ 1.211832] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.214366] rtc_cmos 00:00: RTC can wake from S4 [ 1.215908] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.217557] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.219203] i2c /dev entries driver [ 1.220272] device-mapper: uevent: version 1.0.3 [ 1.221579] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 1.223815] ledtrig-cpu: registered to indicate activity on CPUs [ 1.225614] NET: Registered protocol family 10 [ 1.227110] NET: Registered protocol family 17 [ 1.228339] Key type dns_resolver registered [ 1.229748] registered taskstats version 1 [ 1.230933] Loading compiled-in X.509 certificates [ 1.232774] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb' [ 1.235338] zswap: loaded using pool lzo/zbud [ 1.237933] Key type trusted registered [ 1.241005] Key type encrypted registered [ 1.242158] AppArmor: AppArmor sha1 policy hashing enabled [ 1.243597] ima: No TPM chip found, activating TPM-bypass! [ 1.245047] evm: HMAC attrs: 0x1 [ 1.246354] Magic number: 14:667:91 [ 1.247514] rtc_cmos 00:00: setting system clock to 2018-08-15 19:04:06 UTC (1534359846) [ 1.249770] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 1.251291] EDD information not available. [ 1.313944] Freeing unused kernel memory: 1512K [ 1.315191] Write protecting the kernel read-only data: 14336k [ 1.332306] Freeing unused kernel memory: 1692K [ 1.333749] Freeing unused kernel memory: 96K Loading, please wait... starting version 229 [ 1.344443] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.346846] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.349606] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.352176] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.354687] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.360426] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.365355] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.367877] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.372173] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.374600] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.429704] virtio_net virtio0 ens3: renamed from eth0 [ 1.436914] [drm] Initialized drm 1.1.0 20060810 [ 1.438828] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4 [ 1.441332] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.464788] FDC 0 is a S82078B [ 1.479303] AVX2 version of gcm_enc/dec engaged. [ 1.480566] AES CTR mode by8 optimization enabled [ 1.512399] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.673144] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.674836] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.676576] usb 1-1: Product: QEMU USB Tablet [ 1.677739] usb 1-1: Manufacturer: QEMU [ 1.678789] usb 1-1: SerialNumber: 42 [ 1.686574] hidraw: raw HID events driver (C) Jiri Kosina [ 1.693492] usbcore: registered new interface driver usbhid [ 1.694961] usbhid: USB HID core driver [ 1.697370] 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.700436] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0 [ 2.028396] tsc: Refined TSC clocksource calibration: 3491.844 MHz [ 2.028397] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255381c9ba, max_idle_ns: 440795307994 ns Begin: Loading essential drivers ... [ 2.066934] md: linear personality registered for level -1 [ 2.070476] md: multipath personality registered for level -4 [ 2.074061] md: raid0 personality registered for level 0 [ 2.078043] md: raid1 personality registered for level 1 [ 2.148360] raid6: sse2x1 gen() 11405 MB/s [ 2.216358] raid6: sse2x1 xor() 8893 MB/s [ 2.284364] raid6: sse2x2 gen() 14613 MB/s [ 2.352388] raid6: sse2x2 xor() 9692 MB/s [ 2.420356] raid6: sse2x4 gen() 16833 MB/s [ 2.488357] raid6: sse2x4 xor() 11718 MB/s [ 2.556356] raid6: avx2x1 gen() 22207 MB/s [ 2.624356] raid6: avx2x2 gen() 26131 MB/s [ 2.692356] raid6: avx2x4 gen() 29932 MB/s [ 2.696892] raid6: using algorithm avx2x4 gen() 29932 MB/s [ 2.698308] raid6: using avx2x2 recovery algorithm [ 2.702654] xor: automatically using best checksumming function: [ 2.740356] avx : 31636.000 MB/sec [ 2.742938] async_tx: api initialized (async) [ 2.754351] md: raid6 personality registered for level 6 [ 2.755748] md: raid5 personality registered for level 5 [ 2.757127] md: raid4 personality registered for level 4 [ 2.763549] 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.796557] Btrfs loaded Scanning for Btrfs filesystems done. Warning: fsck not present, so skipping root file system [ 2.817187] 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.915475] 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.919946] systemd[1]: Detected virtualization kvm. [ 2.921281] systemd[1]: Detected architecture x86-64. Welcome to [1mUbuntu 16.04.4 LTS[0m! [ 2.924986] systemd[1]: Set hostname to . [ 2.928065] systemd[1]: Initializing machine ID from KVM UUID. [ 2.929592] systemd[1]: Installed transient /etc/machine-id file. [ 3.030723] systemd[1]: Listening on Device-mapper event daemon FIFOs. [[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs. [ 3.033979] systemd[1]: Listening on fsck to fsckd communication Socket. [[0;32m OK [0m] Listening on fsck to fsckd communication Socket. [ 3.037130] systemd[1]: Reached target Encrypted Volumes. [[0;32m OK [0m] Reached target Encrypted Volumes. [ 3.040078] systemd[1]: Created slice System Slice. [[0;32m OK [0m] Created slice System Slice. [ 3.042648] systemd[1]: Listening on LVM2 poll daemon socket. [[0;32m OK [0m] Listening on LVM2 poll daemon socket. [ 3.045506] systemd[1]: Listening on LVM2 metadata daemon socket. [[0;32m OK [0m] Listening on LVM2 metadata daemon socket. [ 3.048442] systemd[1]: Reached target Swap. [[0;32m OK [0m] Reached target Swap. [ 3.050770] systemd[1]: Listening on udev Control Socket. [[0;32m OK [0m] Listening on udev Control Socket. [ 3.053467] systemd[1]: Listening on Journal Socket (/dev/log). [[0;32m OK [0m] Listening on Journal Socket (/dev/log). [ 3.056480] systemd[1]: Created slice system-serial\x2dgetty.slice. [[0;32m OK [0m] Created slice system-serial\x2dgetty.slice. [ 3.059461] systemd[1]: Listening on Journal Socket. [[0;32m OK [0m] Listening on Journal Socket. [ 3.062403] systemd[1]: Starting Set console keymap... Starting Set console keymap... [ 3.065307] systemd[1]: Mounting Huge Pages File System... Mounting Huge Pages File System... [ 3.069409] systemd[1]: Mounting POSIX Message Queue File System... Mounting POSIX Message Queue File System... [ 3.081277] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling... Starting Monitoring of LVM2 mirrors... dmeventd or progress polling... [ 3.093415] systemd[1]: Mounting Debug File System... Mounting Debug File System... [ 3.099199] systemd[1]: Starting Uncomplicated firewall... Starting Uncomplicated firewall... [ 3.105135] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. [[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [ 3.117704] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe. [[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [ 3.123521] systemd[1]: Reached target User and Group Name Lookups. [[0;32m OK [0m] Reached target User and Group Name Lookups. [ 3.127134] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch. [ 3.131371] systemd[1]: Starting Nameserver information manager... Starting Nameserver information manager... [ 3.134343] systemd[1]: Created slice User and Session Slice. [[0;32m OK [0m] Created slice User and Session Slice. [ 3.138118] systemd[1]: Reached target Slices. [[0;32m OK [0m] Reached target Slices. [ 3.141023] systemd[1]: Listening on Syslog Socket. [[0;32m OK [0m] Listening on Syslog Socket. [ 3.143609] systemd[1]: Listening on Journal Audit Socket. [[0;32m OK [0m] Listening on Journal Audit Socket. [ 3.146891] systemd[1]: Starting Journal Service... . Starting Journal Service... [ 3.150207] systemd[1]: Starting Create list of required static device nodes for the current kernel... Starting Create list of required st... nodes for the current kernel... [ 3.158052] systemd[1]: Started Trigger resolvconf update for networkd DNS. [[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS. [ 3.172783] systemd[1]: Starting Load Kernel Modules... Starting Load Kernel Modules... [ 3.176502] systemd[1]: Listening on udev Kernel Socket. [[0;32m OK [0m] Listening on udev Kernel Socket. [ 3.183389] systemd[1]: Mounted POSIX Message Queue File System. [[0;32m OK [0m] Mounted POSIX Message Queue File System. [ 3.187160] systemd[1]: Mounted Huge Pages File System. [[0;32m OK [0m] Mounted Huge Pages File System.[ 3.193464] Loading iSCSI transport class v2.0-870. [ 3.195991] systemd[1]: Mounted Debug File System. [[0;32m OK [0m] Mounted Debug File System. [ 3.201634] systemd[1]: Started Journal Service. [ 3.203989] iscsi: registered transport (tcp) [[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. [[0;32m OK [0m] Started Nameserver information manager. [ 3.246501] iscsi: registered transport (iser) [[0;32m OK [0m] Started Load Kernel Modules. Starting Apply Kernel Variables... Mounting FUSE Control File System... [[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 udev Coldplug all Devices... Starting Flush Journal to Persistent Storage... Starting Load/Save Random Seed... [[0;32m OK [0m] Started Load/Save Random Seed. [[0;32m OK [0m] Started Flush Journal to Persistent Storage. [[0;32m OK [0m] Started udev Coldplug all Devices. [[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch. [[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling. [[0;32m OK [0m] Reached target Local File Systems (Pre). [[0;32m OK [0m] Reached target Local File Systems. Starting LSB: AppArmor initialization... Starting Initial cloud-init job (pre-networking)... Starting Create Volatile Files and Directories... Starting Set console font and keymap... Starting Tell Plymouth To Write Out Runtime Data... Starting Commit a transient machine-id on disk... [[0;32m OK [0m] Started Commit a transient machine-id on disk. [[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data. [[0;32m OK [0m] Started Create Volatile Files and Directories. Starting Network Time Synchronization... Starting Update UTMP about System Boot/Shutdown... [[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown. [[0;32m OK [0m] Started Network Time Synchronization. [[0;32m OK [0m] Reached target System Time Synchronized. [[0;32m OK [0m] Found device /dev/ttyS0. [ 3.983744] 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.604727] cloud-init[482]: Cloud-init v. 18.2 running 'init-local' at Wed, 15 Aug 2018 19:04:09 +0000. Up 4.42 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. [[0;32m OK [0m] Reached target Network. Starting Initial cloud-init job (metadata service crawler)... 2018-08-15 19:04:46,529 - functest.core.singlevm - DEBUG - try 5: cannot connect to 172.30.9.208: [Errno None] Unable to connect to port 22 on 172.30.9.208 2018-08-15 19:04:55,539 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-15 19:04:55,542 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/ce456fff-07dc-4039-9b4b-ff12691770bc/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}4b89feb68875fb64721c435964706bdca37986cb" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-15 19:04:55,612 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 19:04: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-2b96ecca-ffb3-48ca-b9af-073bfab937aa x-compute-request-id: req-2b96ecca-ffb3-48ca-b9af-073bfab937aa Content-Encoding: gzip Content-Length: 10496 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 719860006 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on 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.174131] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.176422] pid_max: default: 32768 minimum: 301\n[ 0.177666] ACPI: Core revision 20150930\n[ 0.179358] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.181166] Security Framework initialized\n[ 0.182301] Yama: becoming mindful.\n[ 0.183312] AppArmor: AppArmor initialized\n[ 0.184479] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.186289] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.188012] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.189645] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.191513] Initializing cgroup subsys io\n[ 0.192630] Initializing cgroup subsys memory\n[ 0.193816] Initializing cgroup subsys devices\n[ 0.195007] Initializing cgroup subsys freezer\n[ 0.196202] Initializing cgroup subsys net_cls\n[ 0.197398] Initializing cgroup subsys perf_event\n[ 0.198639] Initializing cgroup subsys net_prio\n[ 0.199847] Initializing cgroup subsys hugetlb\n[ 0.201042] Initializing cgroup subsys pids\n[ 0.202210] CPU: Physical Processor ID: 0\n[ 0.203998] mce: CPU supports 10 MCE banks\n[ 0.205154] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.206523] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.208006] Spectre V2 : Mitigation: Full generic retpoline\n[ 0.209425] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported\n[ 0.211208] Speculative Store Bypass: Vulnerable\n[ 0.228487] Freeing SMP alternatives memory: 32K\n[ 0.234294] ftrace: allocating 32237 entries in 126 pages\n[ 0.268701] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.270359] smpboot: Max logical packages: 1\n[ 0.271744] x2apic enabled\n[ 0.272894] Switched APIC routing to physical x2apic.\n[ 0.275340] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.276864] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.279582] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.282026] KVM setup paravirtual spinlock\n[ 0.283650] x86: Booted up 1 node, 1 CPUs\n[ 0.284763] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.286653] devtmpfs: initialized\n[ 0.288637] evm: security.selinux\n[ 0.289599] evm: security.SMACK64\n[ 0.290564] evm: security.SMACK64EXEC\n[ 0.291595] evm: security.SMACK64TRANSMUTE\n[ 0.292705] evm: security.SMACK64MMAP\n[ 0.293724] evm: security.ima\n[ 0.294610] evm: security.capability\n[ 0.295708] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.298167] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.299764] pinctrl core: initialized pinctrl subsystem\n[ 0.301246] RTC time: 19:04:06, date: 08/15/18\n[ 0.302535] NET: Registered protocol family 16\n[ 0.303849] cpuidle: using governor ladder\n[ 0.304986] cpuidle: using governor menu\n[ 0.306067] PCCT header not found.\n[ 0.307102] ACPI: bus type PCI registered\n[ 0.308207] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.309875] PCI: Using configuration type 1 for base access\n[ 0.312079] ACPI: Added _OSI(Module Device)\n[ 0.313225] ACPI: Added _OSI(Processor Device)\n[ 0.314393] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.315614] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.317809] ACPI: Interpreter enabled\n[ 0.318855] ACPI: (supports S0 S5)\n[ 0.319817] ACPI: Using IOAPIC for interrupt routing\n[ 0.321091] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.325011] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.326552] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.328204] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.329799] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.332752] acpiphp: Slot [3] registered\n[ 0.333843] acpiphp: Slot [4] registered\n[ 0.334927] acpiphp: Slot [5] registered\n[ 0.336007] acpiphp: Slot [6] registered\n[ 0.351191] acpiphp: Slot [7] registered\n[ 0.354558] acpiphp: Slot [8] registered\n[ 0.355891] acpiphp: Slot [9] registered\n[ 0.356976] acpiphp: Slot [10] registered\n[ 0.358081] acpiphp: Slot [11] registered\n[ 0.359209] acpiphp: Slot [12] registered\n[ 0.360315] acpiphp: Slot [13] registered\n[ 0.361419] acpiphp: Slot [14] registered\n[ 0.362521] acpiphp: Slot [15] registered\n[ 0.363629] acpiphp: Slot [16] registered\n[ 0.364742] acpiphp: Slot [17] registered\n[ 0.365841] acpiphp: Slot [18] registered\n[ 0.366949] acpiphp: Slot [19] registered\n[ 0.368289] acpiphp: Slot [20] registered\n[ 0.369402] acpiphp: Slot [21] registered\n[ 0.370501] acpiphp: Slot [22] registered\n[ 0.371608] acpiphp: Slot [23] registered\n[ 0.372704] acpiphp: Slot [24] registered\n[ 0.373812] acpiphp: Slot [25] registered\n[ 0.374918] acpiphp: Slot [26] registered\n[ 0.376026] acpiphp: Slot [27] registered\n[ 0.377130] acpiphp: Slot [28] registered\n[ 0.378236] acpiphp: Slot [29] registered\n[ 0.379348] acpiphp: Slot [30] registered\n[ 0.380454] acpiphp: Slot [31] registered\n[ 0.381566] PCI host bridge to bus 0000:00\n[ 0.382695] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.384354] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.386010] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.388009] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.390007] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.392062] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.397477] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.399202] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.400806] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.402546] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.406799] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.408781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.431492] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.433533] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.435487] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.437645] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.439571] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.441306] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.443273] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.444724] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.446856] vgaarb: loaded\n[ 0.447697] vgaarb: bridge control possible 0000:00:02.0\n[ 0.449470] SCSI subsystem initialized\n[ 0.450786] ACPI: bus type USB registered\n[ 0.451943] usbcore: registered new interface driver usbfs\n[ 0.453367] usbcore: registered new interface driver hub\n[ 0.454748] usbcore: registered new device driver usb\n[ 0.456291] PCI: Using ACPI for IRQ routing\n[ 0.457878] NetLabel: Initializing\n[ 0.458879] NetLabel: domain hash size = 128\n[ 0.460051] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.461389] NetLabel: unlabeled traffic allowed by default\n[ 0.462995] amd_nb: Cannot enumerate AMD northbridges\n[ 0.464361] clocksource: Switched to clocksource kvm-clock\n[ 0.473904] AppArmor: AppArmor Filesystem Enabled\n[ 0.475239] pnp: PnP ACPI init\n[ 0.476515] pnp: PnP ACPI: found 5 devices\n[ 0.483432] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.485795] NET: Registered protocol family 2\n[ 0.487258] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.489011] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.490643] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.492282] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.493756] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.495391] NET: Registered protocol family 1\n[ 0.496599] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.498102] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.499569] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.515857] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.533432] Unpacking initramfs...\n[ 1.027618] Freeing initrd memory: 37084K\n[ 1.029131] Scanning for low memory corruption every 60 seconds\n[ 1.031001] audit: initializing netlink subsys (disabled)\n[ 1.032451] audit: type=2000 audit(1534359846.829:1): initialized\n[ 1.034276] Initialise system trusted keyring\n[ 1.035632] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.037235] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.039973] zbud: loaded\n[ 1.041068] VFS: Disk quotas dquot_6.6.0\n[ 1.042218] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.044130] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.045866] fuse init (API version 7.23)\n[ 1.047107] Key type big_key registered\n[ 1.048222] Allocating IMA MOK and blacklist keyrings.\n[ 1.049933] Key type asymmetric registered\n[ 1.051078] Asymmetric key parser 'x509' registered\n[ 1.052420] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.054476] io scheduler noop registered\n[ 1.055575] io scheduler deadline registered (default)\n[ 1.056943] io scheduler cfq registered\n[ 1.058109] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.059555] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.061309] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.063313] ACPI: Power Button [PWRF]\n[ 1.064496] GHES: HEST is not enabled!\n[ 1.080213] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.112790] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.115678] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.139438] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.142509] Linux agpgart interface v0.103\n[ 1.145360] loop: module loaded\n[ 1.149108] vda: vda1\n[ 1.150670] scsi host0: ata_piix\n[ 1.151729] scsi host1: ata_piix\n[ 1.152744] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.154431] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.156720] libphy: Fixed MDIO Bus: probed\n[ 1.157878] tun: Universal TUN/TAP device driver, 1.6\n[ 1.159219] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.161890] PPP generic driver version 2.4.2\n[ 1.163154] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.164811] ehci-pci: EHCI PCI platform driver\n[ 1.166035] ehci-platform: EHCI generic platform driver\n[ 1.167412] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.168979] ohci-pci: OHCI PCI platform driver\n[ 1.170197] ohci-platform: OHCI generic platform driver\n[ 1.171565] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.187877] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.189270] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.191305] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.192704] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.194285] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.195956] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.197909] usb usb1: Product: UHCI Host Controller\n[ 1.199191] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd\n[ 1.200771] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.202092] hub 1-0:1.0: USB hub found\n[ 1.203170] hub 1-0:1.0: 2 ports detected\n[ 1.204438] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.207357] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.208673] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.210095] mousedev: PS/2 mouse device common for all mice\n[ 1.211832] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.214366] rtc_cmos 00:00: RTC can wake from S4\n[ 1.215908] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.217557] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.219203] i2c /dev entries driver\n[ 1.220272] device-mapper: uevent: version 1.0.3\n[ 1.221579] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.223815] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.225614] NET: Registered protocol family 10\n[ 1.227110] NET: Registered protocol family 17\n[ 1.228339] Key type dns_resolver registered\n[ 1.229748] registered taskstats version 1\n[ 1.230933] Loading compiled-in X.509 certificates\n[ 1.232774] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb'\n[ 1.235338] zswap: loaded using pool lzo/zbud\n[ 1.237933] Key type trusted registered\n[ 1.241005] Key type encrypted registered\n[ 1.242158] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.243597] ima: No TPM chip found, activating TPM-bypass!\n[ 1.245047] evm: HMAC attrs: 0x1\n[ 1.246354] Magic number: 14:667:91\n[ 1.247514] rtc_cmos 00:00: setting system clock to 2018-08-15 19:04:06 UTC (1534359846)\n[ 1.249770] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.251291] EDD information not available.\n[ 1.313944] Freeing unused kernel memory: 1512K\n[ 1.315191] Write protecting the kernel read-only data: 14336k\n[ 1.332306] Freeing unused kernel memory: 1692K\n[ 1.333749] Freeing unused kernel memory: 96K\nLoading, please wait...\nstarting version 229\n[ 1.344443] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.346846] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.349606] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.352176] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.354687] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.360426] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.365355] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.367877] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.372173] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.374600] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.429704] virtio_net virtio0 ens3: renamed from eth0\n[ 1.436914] [drm] Initialized drm 1.1.0 20060810\n[ 1.438828] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 1.441332] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.464788] FDC 0 is a S82078B\n[ 1.479303] AVX2 version of gcm_enc/dec engaged.\n[ 1.480566] AES CTR mode by8 optimization enabled\n[ 1.512399] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.673144] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.674836] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.676576] usb 1-1: Product: QEMU USB Tablet\n[ 1.677739] usb 1-1: Manufacturer: QEMU\n[ 1.678789] usb 1-1: SerialNumber: 42\n[ 1.686574] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.693492] usbcore: registered new interface driver usbhid\n[ 1.694961] usbhid: USB HID core driver\n[ 1.697370] 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.700436] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0\n[ 2.028396] tsc: Refined TSC clocksource calibration: 3491.844 MHz\n[ 2.028397] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255381c9ba, max_idle_ns: 440795307994 ns\nBegin: Loading essential drivers ... [ 2.066934] md: linear personality registered for level -1\n[ 2.070476] md: multipath personality registered for level -4\n[ 2.074061] md: raid0 personality registered for level 0\n[ 2.078043] md: raid1 personality registered for level 1\n[ 2.148360] raid6: sse2x1 gen() 11405 MB/s\n[ 2.216358] raid6: sse2x1 xor() 8893 MB/s\n[ 2.284364] raid6: sse2x2 gen() 14613 MB/s\n[ 2.352388] raid6: sse2x2 xor() 9692 MB/s\n[ 2.420356] raid6: sse2x4 gen() 16833 MB/s\n[ 2.488357] raid6: sse2x4 xor() 11718 MB/s\n[ 2.556356] raid6: avx2x1 gen() 22207 MB/s\n[ 2.624356] raid6: avx2x2 gen() 26131 MB/s\n[ 2.692356] raid6: avx2x4 gen() 29932 MB/s\n[ 2.696892] raid6: using algorithm avx2x4 gen() 29932 MB/s\n[ 2.698308] raid6: using avx2x2 recovery algorithm\n[ 2.702654] xor: automatically using best checksumming function:\n[ 2.740356] avx : 31636.000 MB/sec\n[ 2.742938] async_tx: api initialized (async)\n[ 2.754351] md: raid6 personality registered for level 6\n[ 2.755748] md: raid5 personality registered for level 5\n[ 2.757127] md: raid4 personality registered for level 4\n[ 2.763549] 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.796557] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 2.817187] 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.915475] 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.919946] systemd[1]: Detected virtualization kvm.\n[ 2.921281] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.4 LTS[0m!\n\n[ 2.924986] systemd[1]: Set hostname to .\n[ 2.928065] systemd[1]: Initializing machine ID from KVM UUID.\n[ 2.929592] systemd[1]: Installed transient /etc/machine-id file.\n[ 3.030723] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 3.033979] systemd[1]: Listening on fsck to fsckd communication Socket.\n[[0;32m OK [0m] Listening on fsck to fsckd communication Socket.\n[ 3.037130] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 3.040078] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 3.042648] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 3.045506] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 3.048442] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 3.050770] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 3.053467] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 3.056480] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 3.059461] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 3.062403] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 3.065307] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 3.069409] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 3.081277] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...\n Starting Monitoring of LVM2 mirrors... dmeventd or progress polling...\n[ 3.093415] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 3.099199] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 3.105135] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.\n[[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n[ 3.117704] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 3.123521] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 3.127134] systemd[1]: Started Forward Password Requests to Wall Directory Watch.\n[[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch.\n[ 3.131371] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 3.134343] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 3.138118] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 3.141023] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 3.143609] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 3.146891] systemd[1]: Starting Journal Service...\n. Starting Journal Service...\n[ 3.150207] systemd[1]: Starting Create list of required static device nodes for the current kernel...\n Starting Create list of required st... nodes for the current kernel...\n[ 3.158052] systemd[1]: Started Trigger resolvconf update for networkd DNS.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[ 3.172783] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 3.176502] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 3.183389] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 3.187160] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.[ 3.193464] Loading iSCSI transport class v2.0-870.\n\n[ 3.195991] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 3.201634] systemd[1]: Started Journal Service.\n[ 3.203989] iscsi: registered transport (tcp)\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[[0;32m OK [0m] Started Nameserver information manager.\n[ 3.246501] iscsi: registered transport (iser)\n[[0;32m OK [0m] Started Load Kernel Modules.\n Starting Apply Kernel Variables...\n Mounting FUSE Control File System...\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting Create Static Device Nodes in /dev...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n Starting File System Check on Root Device...\n[[0;32m OK [0m] Started File System Check Daemon to report status.\n[[0;32m OK [0m] Started File System Check on Root Device.\n Starting Remount Root and Kernel File Systems...\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n Starting udev Coldplug all Devices...\n Starting Flush Journal to Persistent Storage...\n Starting Load/Save Random Seed...\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting LSB: AppArmor initialization...\n Starting Initial cloud-init job (pre-networking)...\n Starting Create Volatile Files and Directories...\n Starting Set console font and keymap...\n Starting Tell Plymouth To Write Out Runtime Data...\n Starting Commit a transient machine-id on disk...\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n[[0;32m OK [0m] Started Create Volatile Files and Directories.\n Starting Network Time Synchronization...\n Starting Update UTMP about System Boot/Shutdown...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[ 3.983744] 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.604727] cloud-init[482]: Cloud-init v. 18.2 running 'init-local' at Wed, 15 Aug 2018 19:04:09 +0000. Up 4.42 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[[0;32m OK [0m] Reached target Network.\n Starting Initial cloud-init job (metadata service crawler)...\n"} 2018-08-15 19:04:55,613 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/ce456fff-07dc-4039-9b4b-ff12691770bc/action used request id req-2b96ecca-ffb3-48ca-b9af-073bfab937aa 2018-08-15 19:04:55,613 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0741288661957s 2018-08-15 19:04:55,614 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/ce456fff-07dc-4039-9b4b-ff12691770bc/action used request id req-2b96ecca-ffb3-48ca-b9af-073bfab937aa 2018-08-15 19:04:55,614 - 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 719860006 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.174131] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.176422] pid_max: default: 32768 minimum: 301 [ 0.177666] ACPI: Core revision 20150930 [ 0.179358] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.181166] Security Framework initialized [ 0.182301] Yama: becoming mindful. [ 0.183312] AppArmor: AppArmor initialized [ 0.184479] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.186289] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.188012] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.189645] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.191513] Initializing cgroup subsys io [ 0.192630] Initializing cgroup subsys memory [ 0.193816] Initializing cgroup subsys devices [ 0.195007] Initializing cgroup subsys freezer [ 0.196202] Initializing cgroup subsys net_cls [ 0.197398] Initializing cgroup subsys perf_event [ 0.198639] Initializing cgroup subsys net_prio [ 0.199847] Initializing cgroup subsys hugetlb [ 0.201042] Initializing cgroup subsys pids [ 0.202210] CPU: Physical Processor ID: 0 [ 0.203998] mce: CPU supports 10 MCE banks [ 0.205154] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.206523] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.208006] Spectre V2 : Mitigation: Full generic retpoline [ 0.209425] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported [ 0.211208] Speculative Store Bypass: Vulnerable [ 0.228487] Freeing SMP alternatives memory: 32K [ 0.234294] ftrace: allocating 32237 entries in 126 pages [ 0.268701] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.270359] smpboot: Max logical packages: 1 [ 0.271744] x2apic enabled [ 0.272894] Switched APIC routing to physical x2apic. [ 0.275340] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.276864] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.279582] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.282026] KVM setup paravirtual spinlock [ 0.283650] x86: Booted up 1 node, 1 CPUs [ 0.284763] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.286653] devtmpfs: initialized [ 0.288637] evm: security.selinux [ 0.289599] evm: security.SMACK64 [ 0.290564] evm: security.SMACK64EXEC [ 0.291595] evm: security.SMACK64TRANSMUTE [ 0.292705] evm: security.SMACK64MMAP [ 0.293724] evm: security.ima [ 0.294610] evm: security.capability [ 0.295708] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.298167] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.299764] pinctrl core: initialized pinctrl subsystem [ 0.301246] RTC time: 19:04:06, date: 08/15/18 [ 0.302535] NET: Registered protocol family 16 [ 0.303849] cpuidle: using governor ladder [ 0.304986] cpuidle: using governor menu [ 0.306067] PCCT header not found. [ 0.307102] ACPI: bus type PCI registered [ 0.308207] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.309875] PCI: Using configuration type 1 for base access [ 0.312079] ACPI: Added _OSI(Module Device) [ 0.313225] ACPI: Added _OSI(Processor Device) [ 0.314393] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.315614] ACPI: Added _OSI(Processor Aggregator Device) [ 0.317809] ACPI: Interpreter enabled [ 0.318855] ACPI: (supports S0 S5) [ 0.319817] ACPI: Using IOAPIC for interrupt routing [ 0.321091] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.325011] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.326552] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.328204] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.329799] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.332752] acpiphp: Slot [3] registered [ 0.333843] acpiphp: Slot [4] registered [ 0.334927] acpiphp: Slot [5] registered [ 0.336007] acpiphp: Slot [6] registered [ 0.351191] acpiphp: Slot [7] registered [ 0.354558] acpiphp: Slot [8] registered [ 0.355891] acpiphp: Slot [9] registered [ 0.356976] acpiphp: Slot [10] registered [ 0.358081] acpiphp: Slot [11] registered [ 0.359209] acpiphp: Slot [12] registered [ 0.360315] acpiphp: Slot [13] registered [ 0.361419] acpiphp: Slot [14] registered [ 0.362521] acpiphp: Slot [15] registered [ 0.363629] acpiphp: Slot [16] registered [ 0.364742] acpiphp: Slot [17] registered [ 0.365841] acpiphp: Slot [18] registered [ 0.366949] acpiphp: Slot [19] registered [ 0.368289] acpiphp: Slot [20] registered [ 0.369402] acpiphp: Slot [21] registered [ 0.370501] acpiphp: Slot [22] registered [ 0.371608] acpiphp: Slot [23] registered [ 0.372704] acpiphp: Slot [24] registered [ 0.373812] acpiphp: Slot [25] registered [ 0.374918] acpiphp: Slot [26] registered [ 0.376026] acpiphp: Slot [27] registered [ 0.377130] acpiphp: Slot [28] registered [ 0.378236] acpiphp: Slot [29] registered [ 0.379348] acpiphp: Slot [30] registered [ 0.380454] acpiphp: Slot [31] registered [ 0.381566] PCI host bridge to bus 0000:00 [ 0.382695] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.384354] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.386010] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.388009] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.390007] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.392062] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.397477] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.399202] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.400806] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.402546] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.406799] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.408781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.431492] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.433533] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.435487] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.437645] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.439571] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.441306] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.443273] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.444724] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.446856] vgaarb: loaded [ 0.447697] vgaarb: bridge control possible 0000:00:02.0 [ 0.449470] SCSI subsystem initialized [ 0.450786] ACPI: bus type USB registered [ 0.451943] usbcore: registered new interface driver usbfs [ 0.453367] usbcore: registered new interface driver hub [ 0.454748] usbcore: registered new device driver usb [ 0.456291] PCI: Using ACPI for IRQ routing [ 0.457878] NetLabel: Initializing [ 0.458879] NetLabel: domain hash size = 128 [ 0.460051] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.461389] NetLabel: unlabeled traffic allowed by default [ 0.462995] amd_nb: Cannot enumerate AMD northbridges [ 0.464361] clocksource: Switched to clocksource kvm-clock [ 0.473904] AppArmor: AppArmor Filesystem Enabled [ 0.475239] pnp: PnP ACPI init [ 0.476515] pnp: PnP ACPI: found 5 devices [ 0.483432] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.485795] NET: Registered protocol family 2 [ 0.487258] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.489011] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.490643] TCP: Hash tables configured (established 4096 bind 4096) [ 0.492282] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.493756] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.495391] NET: Registered protocol family 1 [ 0.496599] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.498102] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.499569] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.515857] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.533432] Unpacking initramfs... [ 1.027618] Freeing initrd memory: 37084K [ 1.029131] Scanning for low memory corruption every 60 seconds [ 1.031001] audit: initializing netlink subsys (disabled) [ 1.032451] audit: type=2000 audit(1534359846.829:1): initialized [ 1.034276] Initialise system trusted keyring [ 1.035632] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.037235] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.039973] zbud: loaded [ 1.041068] VFS: Disk quotas dquot_6.6.0 [ 1.042218] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.044130] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 1.045866] fuse init (API version 7.23) [ 1.047107] Key type big_key registered [ 1.048222] Allocating IMA MOK and blacklist keyrings. [ 1.049933] Key type asymmetric registered [ 1.051078] Asymmetric key parser 'x509' registered [ 1.052420] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 1.054476] io scheduler noop registered [ 1.055575] io scheduler deadline registered (default) [ 1.056943] io scheduler cfq registered [ 1.058109] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.059555] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.061309] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.063313] ACPI: Power Button [PWRF] [ 1.064496] GHES: HEST is not enabled! [ 1.080213] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.112790] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.115678] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 1.139438] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 1.142509] Linux agpgart interface v0.103 [ 1.145360] loop: module loaded [ 1.149108] vda: vda1 [ 1.150670] scsi host0: ata_piix [ 1.151729] scsi host1: ata_piix [ 1.152744] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.154431] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.156720] libphy: Fixed MDIO Bus: probed [ 1.157878] tun: Universal TUN/TAP device driver, 1.6 [ 1.159219] tun: (C) 1999-2004 Max Krasnyansky [ 1.161890] PPP generic driver version 2.4.2 [ 1.163154] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.164811] ehci-pci: EHCI PCI platform driver [ 1.166035] ehci-platform: EHCI generic platform driver [ 1.167412] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.168979] ohci-pci: OHCI PCI platform driver [ 1.170197] ohci-platform: OHCI generic platform driver [ 1.171565] uhci_hcd: USB Universal Host Controller Interface driver [ 1.187877] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.189270] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.191305] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.192704] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.194285] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.195956] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.197909] usb usb1: Product: UHCI Host Controller [ 1.199191] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd [ 1.200771] usb usb1: SerialNumber: 0000:00:01.2 [ 1.202092] hub 1-0:1.0: USB hub found [ 1.203170] hub 1-0:1.0: 2 ports detected [ 1.204438] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.207357] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.208673] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.210095] mousedev: PS/2 mouse device common for all mice [ 1.211832] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.214366] rtc_cmos 00:00: RTC can wake from S4 [ 1.215908] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.217557] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.219203] i2c /dev entries driver [ 1.220272] device-mapper: uevent: version 1.0.3 [ 1.221579] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 1.223815] ledtrig-cpu: registered to indicate activity on CPUs [ 1.225614] NET: Registered protocol family 10 [ 1.227110] NET: Registered protocol family 17 [ 1.228339] Key type dns_resolver registered [ 1.229748] registered taskstats version 1 [ 1.230933] Loading compiled-in X.509 certificates [ 1.232774] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb' [ 1.235338] zswap: loaded using pool lzo/zbud [ 1.237933] Key type trusted registered [ 1.241005] Key type encrypted registered [ 1.242158] AppArmor: AppArmor sha1 policy hashing enabled [ 1.243597] ima: No TPM chip found, activating TPM-bypass! [ 1.245047] evm: HMAC attrs: 0x1 [ 1.246354] Magic number: 14:667:91 [ 1.247514] rtc_cmos 00:00: setting system clock to 2018-08-15 19:04:06 UTC (1534359846) [ 1.249770] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 1.251291] EDD information not available. [ 1.313944] Freeing unused kernel memory: 1512K [ 1.315191] Write protecting the kernel read-only data: 14336k [ 1.332306] Freeing unused kernel memory: 1692K [ 1.333749] Freeing unused kernel memory: 96K Loading, please wait... starting version 229 [ 1.344443] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.346846] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.349606] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.352176] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.354687] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.360426] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.365355] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.367877] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.372173] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.374600] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.429704] virtio_net virtio0 ens3: renamed from eth0 [ 1.436914] [drm] Initialized drm 1.1.0 20060810 [ 1.438828] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4 [ 1.441332] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.464788] FDC 0 is a S82078B [ 1.479303] AVX2 version of gcm_enc/dec engaged. [ 1.480566] AES CTR mode by8 optimization enabled [ 1.512399] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.673144] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.674836] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.676576] usb 1-1: Product: QEMU USB Tablet [ 1.677739] usb 1-1: Manufacturer: QEMU [ 1.678789] usb 1-1: SerialNumber: 42 [ 1.686574] hidraw: raw HID events driver (C) Jiri Kosina [ 1.693492] usbcore: registered new interface driver usbhid [ 1.694961] usbhid: USB HID core driver [ 1.697370] 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.700436] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0 [ 2.028396] tsc: Refined TSC clocksource calibration: 3491.844 MHz [ 2.028397] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255381c9ba, max_idle_ns: 440795307994 ns Begin: Loading essential drivers ... [ 2.066934] md: linear personality registered for level -1 [ 2.070476] md: multipath personality registered for level -4 [ 2.074061] md: raid0 personality registered for level 0 [ 2.078043] md: raid1 personality registered for level 1 [ 2.148360] raid6: sse2x1 gen() 11405 MB/s [ 2.216358] raid6: sse2x1 xor() 8893 MB/s [ 2.284364] raid6: sse2x2 gen() 14613 MB/s [ 2.352388] raid6: sse2x2 xor() 9692 MB/s [ 2.420356] raid6: sse2x4 gen() 16833 MB/s [ 2.488357] raid6: sse2x4 xor() 11718 MB/s [ 2.556356] raid6: avx2x1 gen() 22207 MB/s [ 2.624356] raid6: avx2x2 gen() 26131 MB/s [ 2.692356] raid6: avx2x4 gen() 29932 MB/s [ 2.696892] raid6: using algorithm avx2x4 gen() 29932 MB/s [ 2.698308] raid6: using avx2x2 recovery algorithm [ 2.702654] xor: automatically using best checksumming function: [ 2.740356] avx : 31636.000 MB/sec [ 2.742938] async_tx: api initialized (async) [ 2.754351] md: raid6 personality registered for level 6 [ 2.755748] md: raid5 personality registered for level 5 [ 2.757127] md: raid4 personality registered for level 4 [ 2.763549] 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.796557] Btrfs loaded Scanning for Btrfs filesystems done. Warning: fsck not present, so skipping root file system [ 2.817187] 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.915475] 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.919946] systemd[1]: Detected virtualization kvm. [ 2.921281] systemd[1]: Detected architecture x86-64. Welcome to [1mUbuntu 16.04.4 LTS[0m! [ 2.924986] systemd[1]: Set hostname to . [ 2.928065] systemd[1]: Initializing machine ID from KVM UUID. [ 2.929592] systemd[1]: Installed transient /etc/machine-id file. [ 3.030723] systemd[1]: Listening on Device-mapper event daemon FIFOs. [[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs. [ 3.033979] systemd[1]: Listening on fsck to fsckd communication Socket. [[0;32m OK [0m] Listening on fsck to fsckd communication Socket. [ 3.037130] systemd[1]: Reached target Encrypted Volumes. [[0;32m OK [0m] Reached target Encrypted Volumes. [ 3.040078] systemd[1]: Created slice System Slice. [[0;32m OK [0m] Created slice System Slice. [ 3.042648] systemd[1]: Listening on LVM2 poll daemon socket. [[0;32m OK [0m] Listening on LVM2 poll daemon socket. [ 3.045506] systemd[1]: Listening on LVM2 metadata daemon socket. [[0;32m OK [0m] Listening on LVM2 metadata daemon socket. [ 3.048442] systemd[1]: Reached target Swap. [[0;32m OK [0m] Reached target Swap. [ 3.050770] systemd[1]: Listening on udev Control Socket. [[0;32m OK [0m] Listening on udev Control Socket. [ 3.053467] systemd[1]: Listening on Journal Socket (/dev/log). [[0;32m OK [0m] Listening on Journal Socket (/dev/log). [ 3.056480] systemd[1]: Created slice system-serial\x2dgetty.slice. [[0;32m OK [0m] Created slice system-serial\x2dgetty.slice. [ 3.059461] systemd[1]: Listening on Journal Socket. [[0;32m OK [0m] Listening on Journal Socket. [ 3.062403] systemd[1]: Starting Set console keymap... Starting Set console keymap... [ 3.065307] systemd[1]: Mounting Huge Pages File System... Mounting Huge Pages File System... [ 3.069409] systemd[1]: Mounting POSIX Message Queue File System... Mounting POSIX Message Queue File System... [ 3.081277] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling... Starting Monitoring of LVM2 mirrors... dmeventd or progress polling... [ 3.093415] systemd[1]: Mounting Debug File System... Mounting Debug File System... [ 3.099199] systemd[1]: Starting Uncomplicated firewall... Starting Uncomplicated firewall... [ 3.105135] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. [[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [ 3.117704] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe. [[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [ 3.123521] systemd[1]: Reached target User and Group Name Lookups. [[0;32m OK [0m] Reached target User and Group Name Lookups. [ 3.127134] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch. [ 3.131371] systemd[1]: Starting Nameserver information manager... Starting Nameserver information manager... [ 3.134343] systemd[1]: Created slice User and Session Slice. [[0;32m OK [0m] Created slice User and Session Slice. [ 3.138118] systemd[1]: Reached target Slices. [[0;32m OK [0m] Reached target Slices. [ 3.141023] systemd[1]: Listening on Syslog Socket. [[0;32m OK [0m] Listening on Syslog Socket. [ 3.143609] systemd[1]: Listening on Journal Audit Socket. [[0;32m OK [0m] Listening on Journal Audit Socket. [ 3.146891] systemd[1]: Starting Journal Service... . Starting Journal Service... [ 3.150207] systemd[1]: Starting Create list of required static device nodes for the current kernel... Starting Create list of required st... nodes for the current kernel... [ 3.158052] systemd[1]: Started Trigger resolvconf update for networkd DNS. [[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS. [ 3.172783] systemd[1]: Starting Load Kernel Modules... Starting Load Kernel Modules... [ 3.176502] systemd[1]: Listening on udev Kernel Socket. [[0;32m OK [0m] Listening on udev Kernel Socket. [ 3.183389] systemd[1]: Mounted POSIX Message Queue File System. [[0;32m OK [0m] Mounted POSIX Message Queue File System. [ 3.187160] systemd[1]: Mounted Huge Pages File System. [[0;32m OK [0m] Mounted Huge Pages File System.[ 3.193464] Loading iSCSI transport class v2.0-870. [ 3.195991] systemd[1]: Mounted Debug File System. [[0;32m OK [0m] Mounted Debug File System. [ 3.201634] systemd[1]: Started Journal Service. [ 3.203989] iscsi: registered transport (tcp) [[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. [[0;32m OK [0m] Started Nameserver information manager. [ 3.246501] iscsi: registered transport (iser) [[0;32m OK [0m] Started Load Kernel Modules. Starting Apply Kernel Variables... Mounting FUSE Control File System... [[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 udev Coldplug all Devices... Starting Flush Journal to Persistent Storage... Starting Load/Save Random Seed... [[0;32m OK [0m] Started Load/Save Random Seed. [[0;32m OK [0m] Started Flush Journal to Persistent Storage. [[0;32m OK [0m] Started udev Coldplug all Devices. [[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch. [[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling. [[0;32m OK [0m] Reached target Local File Systems (Pre). [[0;32m OK [0m] Reached target Local File Systems. Starting LSB: AppArmor initialization... Starting Initial cloud-init job (pre-networking)... Starting Create Volatile Files and Directories... Starting Set console font and keymap... Starting Tell Plymouth To Write Out Runtime Data... Starting Commit a transient machine-id on disk... [[0;32m OK [0m] Started Commit a transient machine-id on disk. [[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data. [[0;32m OK [0m] Started Create Volatile Files and Directories. Starting Network Time Synchronization... Starting Update UTMP about System Boot/Shutdown... [[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown. [[0;32m OK [0m] Started Network Time Synchronization. [[0;32m OK [0m] Reached target System Time Synchronized. [[0;32m OK [0m] Found device /dev/ttyS0. [ 3.983744] 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.604727] cloud-init[482]: Cloud-init v. 18.2 running 'init-local' at Wed, 15 Aug 2018 19:04:09 +0000. Up 4.42 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. [[0;32m OK [0m] Reached target Network. Starting Initial cloud-init job (metadata service crawler)... 2018-08-15 19:04:55,616 - functest.core.singlevm - DEBUG - try 6: cannot connect to 172.30.9.208: [Errno None] Unable to connect to port 22 on 172.30.9.208 2018-08-15 19:05:04,626 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-15 19:05:04,629 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/ce456fff-07dc-4039-9b4b-ff12691770bc/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}4b89feb68875fb64721c435964706bdca37986cb" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-15 19:05:04,723 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 19:05: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-f84c1772-8c28-41b6-a009-976e5c782ca3 x-compute-request-id: req-f84c1772-8c28-41b6-a009-976e5c782ca3 Content-Encoding: gzip Content-Length: 12153 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 719860006 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on 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.174131] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.176422] pid_max: default: 32768 minimum: 301\n[ 0.177666] ACPI: Core revision 20150930\n[ 0.179358] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.181166] Security Framework initialized\n[ 0.182301] Yama: becoming mindful.\n[ 0.183312] AppArmor: AppArmor initialized\n[ 0.184479] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.186289] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.188012] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.189645] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.191513] Initializing cgroup subsys io\n[ 0.192630] Initializing cgroup subsys memory\n[ 0.193816] Initializing cgroup subsys devices\n[ 0.195007] Initializing cgroup subsys freezer\n[ 0.196202] Initializing cgroup subsys net_cls\n[ 0.197398] Initializing cgroup subsys perf_event\n[ 0.198639] Initializing cgroup subsys net_prio\n[ 0.199847] Initializing cgroup subsys hugetlb\n[ 0.201042] Initializing cgroup subsys pids\n[ 0.202210] CPU: Physical Processor ID: 0\n[ 0.203998] mce: CPU supports 10 MCE banks\n[ 0.205154] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.206523] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.208006] Spectre V2 : Mitigation: Full generic retpoline\n[ 0.209425] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported\n[ 0.211208] Speculative Store Bypass: Vulnerable\n[ 0.228487] Freeing SMP alternatives memory: 32K\n[ 0.234294] ftrace: allocating 32237 entries in 126 pages\n[ 0.268701] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.270359] smpboot: Max logical packages: 1\n[ 0.271744] x2apic enabled\n[ 0.272894] Switched APIC routing to physical x2apic.\n[ 0.275340] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.276864] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.279582] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.282026] KVM setup paravirtual spinlock\n[ 0.283650] x86: Booted up 1 node, 1 CPUs\n[ 0.284763] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.286653] devtmpfs: initialized\n[ 0.288637] evm: security.selinux\n[ 0.289599] evm: security.SMACK64\n[ 0.290564] evm: security.SMACK64EXEC\n[ 0.291595] evm: security.SMACK64TRANSMUTE\n[ 0.292705] evm: security.SMACK64MMAP\n[ 0.293724] evm: security.ima\n[ 0.294610] evm: security.capability\n[ 0.295708] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.298167] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.299764] pinctrl core: initialized pinctrl subsystem\n[ 0.301246] RTC time: 19:04:06, date: 08/15/18\n[ 0.302535] NET: Registered protocol family 16\n[ 0.303849] cpuidle: using governor ladder\n[ 0.304986] cpuidle: using governor menu\n[ 0.306067] PCCT header not found.\n[ 0.307102] ACPI: bus type PCI registered\n[ 0.308207] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.309875] PCI: Using configuration type 1 for base access\n[ 0.312079] ACPI: Added _OSI(Module Device)\n[ 0.313225] ACPI: Added _OSI(Processor Device)\n[ 0.314393] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.315614] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.317809] ACPI: Interpreter enabled\n[ 0.318855] ACPI: (supports S0 S5)\n[ 0.319817] ACPI: Using IOAPIC for interrupt routing\n[ 0.321091] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.325011] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.326552] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.328204] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.329799] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.332752] acpiphp: Slot [3] registered\n[ 0.333843] acpiphp: Slot [4] registered\n[ 0.334927] acpiphp: Slot [5] registered\n[ 0.336007] acpiphp: Slot [6] registered\n[ 0.351191] acpiphp: Slot [7] registered\n[ 0.354558] acpiphp: Slot [8] registered\n[ 0.355891] acpiphp: Slot [9] registered\n[ 0.356976] acpiphp: Slot [10] registered\n[ 0.358081] acpiphp: Slot [11] registered\n[ 0.359209] acpiphp: Slot [12] registered\n[ 0.360315] acpiphp: Slot [13] registered\n[ 0.361419] acpiphp: Slot [14] registered\n[ 0.362521] acpiphp: Slot [15] registered\n[ 0.363629] acpiphp: Slot [16] registered\n[ 0.364742] acpiphp: Slot [17] registered\n[ 0.365841] acpiphp: Slot [18] registered\n[ 0.366949] acpiphp: Slot [19] registered\n[ 0.368289] acpiphp: Slot [20] registered\n[ 0.369402] acpiphp: Slot [21] registered\n[ 0.370501] acpiphp: Slot [22] registered\n[ 0.371608] acpiphp: Slot [23] registered\n[ 0.372704] acpiphp: Slot [24] registered\n[ 0.373812] acpiphp: Slot [25] registered\n[ 0.374918] acpiphp: Slot [26] registered\n[ 0.376026] acpiphp: Slot [27] registered\n[ 0.377130] acpiphp: Slot [28] registered\n[ 0.378236] acpiphp: Slot [29] registered\n[ 0.379348] acpiphp: Slot [30] registered\n[ 0.380454] acpiphp: Slot [31] registered\n[ 0.381566] PCI host bridge to bus 0000:00\n[ 0.382695] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.384354] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.386010] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.388009] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.390007] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.392062] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.397477] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.399202] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.400806] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.402546] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.406799] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.408781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.431492] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.433533] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.435487] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.437645] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.439571] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.441306] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.443273] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.444724] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.446856] vgaarb: loaded\n[ 0.447697] vgaarb: bridge control possible 0000:00:02.0\n[ 0.449470] SCSI subsystem initialized\n[ 0.450786] ACPI: bus type USB registered\n[ 0.451943] usbcore: registered new interface driver usbfs\n[ 0.453367] usbcore: registered new interface driver hub\n[ 0.454748] usbcore: registered new device driver usb\n[ 0.456291] PCI: Using ACPI for IRQ routing\n[ 0.457878] NetLabel: Initializing\n[ 0.458879] NetLabel: domain hash size = 128\n[ 0.460051] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.461389] NetLabel: unlabeled traffic allowed by default\n[ 0.462995] amd_nb: Cannot enumerate AMD northbridges\n[ 0.464361] clocksource: Switched to clocksource kvm-clock\n[ 0.473904] AppArmor: AppArmor Filesystem Enabled\n[ 0.475239] pnp: PnP ACPI init\n[ 0.476515] pnp: PnP ACPI: found 5 devices\n[ 0.483432] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.485795] NET: Registered protocol family 2\n[ 0.487258] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.489011] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.490643] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.492282] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.493756] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.495391] NET: Registered protocol family 1\n[ 0.496599] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.498102] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.499569] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.515857] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.533432] Unpacking initramfs...\n[ 1.027618] Freeing initrd memory: 37084K\n[ 1.029131] Scanning for low memory corruption every 60 seconds\n[ 1.031001] audit: initializing netlink subsys (disabled)\n[ 1.032451] audit: type=2000 audit(1534359846.829:1): initialized\n[ 1.034276] Initialise system trusted keyring\n[ 1.035632] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.037235] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.039973] zbud: loaded\n[ 1.041068] VFS: Disk quotas dquot_6.6.0\n[ 1.042218] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.044130] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.045866] fuse init (API version 7.23)\n[ 1.047107] Key type big_key registered\n[ 1.048222] Allocating IMA MOK and blacklist keyrings.\n[ 1.049933] Key type asymmetric registered\n[ 1.051078] Asymmetric key parser 'x509' registered\n[ 1.052420] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.054476] io scheduler noop registered\n[ 1.055575] io scheduler deadline registered (default)\n[ 1.056943] io scheduler cfq registered\n[ 1.058109] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.059555] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.061309] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.063313] ACPI: Power Button [PWRF]\n[ 1.064496] GHES: HEST is not enabled!\n[ 1.080213] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.112790] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.115678] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.139438] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.142509] Linux agpgart interface v0.103\n[ 1.145360] loop: module loaded\n[ 1.149108] vda: vda1\n[ 1.150670] scsi host0: ata_piix\n[ 1.151729] scsi host1: ata_piix\n[ 1.152744] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.154431] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.156720] libphy: Fixed MDIO Bus: probed\n[ 1.157878] tun: Universal TUN/TAP device driver, 1.6\n[ 1.159219] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.161890] PPP generic driver version 2.4.2\n[ 1.163154] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.164811] ehci-pci: EHCI PCI platform driver\n[ 1.166035] ehci-platform: EHCI generic platform driver\n[ 1.167412] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.168979] ohci-pci: OHCI PCI platform driver\n[ 1.170197] ohci-platform: OHCI generic platform driver\n[ 1.171565] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.187877] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.189270] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.191305] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.192704] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.194285] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.195956] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.197909] usb usb1: Product: UHCI Host Controller\n[ 1.199191] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd\n[ 1.200771] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.202092] hub 1-0:1.0: USB hub found\n[ 1.203170] hub 1-0:1.0: 2 ports detected\n[ 1.204438] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.207357] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.208673] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.210095] mousedev: PS/2 mouse device common for all mice\n[ 1.211832] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.214366] rtc_cmos 00:00: RTC can wake from S4\n[ 1.215908] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.217557] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.219203] i2c /dev entries driver\n[ 1.220272] device-mapper: uevent: version 1.0.3\n[ 1.221579] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.223815] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.225614] NET: Registered protocol family 10\n[ 1.227110] NET: Registered protocol family 17\n[ 1.228339] Key type dns_resolver registered\n[ 1.229748] registered taskstats version 1\n[ 1.230933] Loading compiled-in X.509 certificates\n[ 1.232774] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb'\n[ 1.235338] zswap: loaded using pool lzo/zbud\n[ 1.237933] Key type trusted registered\n[ 1.241005] Key type encrypted registered\n[ 1.242158] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.243597] ima: No TPM chip found, activating TPM-bypass!\n[ 1.245047] evm: HMAC attrs: 0x1\n[ 1.246354] Magic number: 14:667:91\n[ 1.247514] rtc_cmos 00:00: setting system clock to 2018-08-15 19:04:06 UTC (1534359846)\n[ 1.249770] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.251291] EDD information not available.\n[ 1.313944] Freeing unused kernel memory: 1512K\n[ 1.315191] Write protecting the kernel read-only data: 14336k\n[ 1.332306] Freeing unused kernel memory: 1692K\n[ 1.333749] Freeing unused kernel memory: 96K\nLoading, please wait...\nstarting version 229\n[ 1.344443] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.346846] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.349606] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.352176] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.354687] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.360426] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.365355] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.367877] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.372173] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.374600] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.429704] virtio_net virtio0 ens3: renamed from eth0\n[ 1.436914] [drm] Initialized drm 1.1.0 20060810\n[ 1.438828] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 1.441332] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.464788] FDC 0 is a S82078B\n[ 1.479303] AVX2 version of gcm_enc/dec engaged.\n[ 1.480566] AES CTR mode by8 optimization enabled\n[ 1.512399] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.673144] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.674836] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.676576] usb 1-1: Product: QEMU USB Tablet\n[ 1.677739] usb 1-1: Manufacturer: QEMU\n[ 1.678789] usb 1-1: SerialNumber: 42\n[ 1.686574] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.693492] usbcore: registered new interface driver usbhid\n[ 1.694961] usbhid: USB HID core driver\n[ 1.697370] 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.700436] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0\n[ 2.028396] tsc: Refined TSC clocksource calibration: 3491.844 MHz\n[ 2.028397] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255381c9ba, max_idle_ns: 440795307994 ns\nBegin: Loading essential drivers ... [ 2.066934] md: linear personality registered for level -1\n[ 2.070476] md: multipath personality registered for level -4\n[ 2.074061] md: raid0 personality registered for level 0\n[ 2.078043] md: raid1 personality registered for level 1\n[ 2.148360] raid6: sse2x1 gen() 11405 MB/s\n[ 2.216358] raid6: sse2x1 xor() 8893 MB/s\n[ 2.284364] raid6: sse2x2 gen() 14613 MB/s\n[ 2.352388] raid6: sse2x2 xor() 9692 MB/s\n[ 2.420356] raid6: sse2x4 gen() 16833 MB/s\n[ 2.488357] raid6: sse2x4 xor() 11718 MB/s\n[ 2.556356] raid6: avx2x1 gen() 22207 MB/s\n[ 2.624356] raid6: avx2x2 gen() 26131 MB/s\n[ 2.692356] raid6: avx2x4 gen() 29932 MB/s\n[ 2.696892] raid6: using algorithm avx2x4 gen() 29932 MB/s\n[ 2.698308] raid6: using avx2x2 recovery algorithm\n[ 2.702654] xor: automatically using best checksumming function:\n[ 2.740356] avx : 31636.000 MB/sec\n[ 2.742938] async_tx: api initialized (async)\n[ 2.754351] md: raid6 personality registered for level 6\n[ 2.755748] md: raid5 personality registered for level 5\n[ 2.757127] md: raid4 personality registered for level 4\n[ 2.763549] 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.796557] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 2.817187] 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.915475] 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.919946] systemd[1]: Detected virtualization kvm.\n[ 2.921281] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.4 LTS[0m!\n\n[ 2.924986] systemd[1]: Set hostname to .\n[ 2.928065] systemd[1]: Initializing machine ID from KVM UUID.\n[ 2.929592] systemd[1]: Installed transient /etc/machine-id file.\n[ 3.030723] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 3.033979] systemd[1]: Listening on fsck to fsckd communication Socket.\n[[0;32m OK [0m] Listening on fsck to fsckd communication Socket.\n[ 3.037130] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 3.040078] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 3.042648] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 3.045506] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 3.048442] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 3.050770] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 3.053467] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 3.056480] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 3.059461] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 3.062403] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 3.065307] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 3.069409] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 3.081277] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...\n Starting Monitoring of LVM2 mirrors... dmeventd or progress polling...\n[ 3.093415] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 3.099199] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 3.105135] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.\n[[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n[ 3.117704] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 3.123521] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 3.127134] systemd[1]: Started Forward Password Requests to Wall Directory Watch.\n[[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch.\n[ 3.131371] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 3.134343] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 3.138118] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 3.141023] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 3.143609] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 3.146891] systemd[1]: Starting Journal Service...\n. Starting Journal Service...\n[ 3.150207] systemd[1]: Starting Create list of required static device nodes for the current kernel...\n Starting Create list of required st... nodes for the current kernel...\n[ 3.158052] systemd[1]: Started Trigger resolvconf update for networkd DNS.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[ 3.172783] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 3.176502] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 3.183389] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 3.187160] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.[ 3.193464] Loading iSCSI transport class v2.0-870.\n\n[ 3.195991] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 3.201634] systemd[1]: Started Journal Service.\n[ 3.203989] iscsi: registered transport (tcp)\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[[0;32m OK [0m] Started Nameserver information manager.\n[ 3.246501] iscsi: registered transport (iser)\n[[0;32m OK [0m] Started Load Kernel Modules.\n Starting Apply Kernel Variables...\n Mounting FUSE Control File System...\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting Create Static Device Nodes in /dev...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n Starting File System Check on Root Device...\n[[0;32m OK [0m] Started File System Check Daemon to report status.\n[[0;32m OK [0m] Started File System Check on Root Device.\n Starting Remount Root and Kernel File Systems...\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n Starting udev Coldplug all Devices...\n Starting Flush Journal to Persistent Storage...\n Starting Load/Save Random Seed...\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting LSB: AppArmor initialization...\n Starting Initial cloud-init job (pre-networking)...\n Starting Create Volatile Files and Directories...\n Starting Set console font and keymap...\n Starting Tell Plymouth To Write Out Runtime Data...\n Starting Commit a transient machine-id on disk...\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n[[0;32m OK [0m] Started Create Volatile Files and Directories.\n Starting Network Time Synchronization...\n Starting Update UTMP about System Boot/Shutdown...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[ 3.983744] 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.604727] cloud-init[482]: Cloud-init v. 18.2 running 'init-local' at Wed, 15 Aug 2018 19:04:09 +0000. Up 4.42 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[[0;32m OK [0m] Reached target Network.\n Starting Initial cloud-init job (metadata service crawler)...\n[ 57.870036] cloud-init[938]: Cloud-init v. 18.2 running 'init' at Wed, 15 Aug 2018 19:04:11 +0000. Up 6.07 seconds.\n[ 57.872649] cloud-init[938]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++\n[ 57.879183] cloud-init[938]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 57.884121] cloud-init[938]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |\n[ 57.892220] cloud-init[938]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 57.895141] cloud-init[938]: ci-info: | ens3 | True | 192.168.120.27 | 255.255.255.0 | . | fa:16:3e:6f:13:a9 |\n[ 57.898576] cloud-init[938]: ci-info: | ens3 | True | fe80::f816:3eff:fe6f:13a9/64 | . | link | fa:16:3e:6f:13:a9 |\n[ 57.907021] cloud-init[938]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |\n[ 57.912343] cloud-init[938]: ci-info: | lo | True | ::1/128 | . | host | . |\n[ 57.920120] cloud-init[938]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 57.922923] cloud-init[938]: ci-info: +++++++++++++++++++++++++++++++++Route IPv4 info+++++++++++++++++++++++++++++++++\n[ 57.928370] cloud-init[938]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 57.936169] cloud-init[938]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 57.938797] cloud-init[938]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 57.944334] cloud-init[938]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | ens3 | UG |\n[ 57.952120] cloud-init[938]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | ens3 | UGH |\n[ 57.954775] cloud-init[938]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U |\n[ 57.958606] cloud-init[938]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 57.961731] cloud-init[938]: 2018-08-15 19:05:03,338 - DataSourceEc2.py[WARNING]: Metadata 'network' key not valid: None.\n[ 58.334496] cloud-init[938]: Generating public/private rsa key pair.\n[ 58.336547] cloud-init[938]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key.\n[ 58.340121] cloud-init[938]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\n[ 58.348127] cloud-init[938]: The key fingerprint is:\n[ 58.349707] cloud-init[938]: SHA256:S1MJj3EGo2zEZrLz3OAO95/ns4W4AC5Y/M4Ibu6Xrok root@shaker-vm-36d32c75-903a-4f4f-bb63-599294d5c81b\n[ 58.356380] cloud-init[938]: The key's randomart image is:\n[ 58.358056] cloud-init[938]: +---[RSA 2048]----+\n[ 58.359925] cloud-init[938]: | .. =.o |\n[ 58.365602] cloud-init[938]: | .o+. O . |\n[ 58.367254] cloud-init[938]: | =+ . + |\n[ 58.372927] cloud-init[938]: | .o.. . |\n[ 58.374542] cloud-init[938]: | o=.oS |\n[ 58.380168] cloud-init[938]: | o.o=o.o . . |\n[ 58.381795] cloud-init[938]: | o .=o.o . . . |\n[ 58.383399] cloud-init[938]: | o.oo=. .. oo. |\n[ 58.388930] cloud-init[938]: |E+*+o o .+ooo |\n[ 58.390554] cloud-init[938]: +----[SHA256]-----+\n[ 58.396221] cloud-init[938]: Generating public/private dsa key pair.\n[ 58.398182] cloud-init[938]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key.\n[ 58.404427] cloud-init[938]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\n[ 58.406820] cloud-init[938]: The key fingerprint is:\n[ 58.412361] cloud-init[938]: SHA256:ubYgc3I3o6LYz2vKR9/Q9Ad8fBGKE0XD673T7tg9HGw root@shaker-vm-36d32c75-903a-4f4f-bb63-599294d5c81b\n[ 58.416076] cloud-init[938]: The key's randomart image is:\n[[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler).\n[[0;32m OK [0m] Reached target Network is Online.\n[ 58.421454] cloud-init[938]: +---[DSA 1024]----+\n Starting iSCSI initiator daemon (iscsid)...[ 58.424397] cloud-init[938]: | .++ .. |\n[ 58.425382] cloud-init[938]: | o.o. |\n[ 58.426349] cloud-init[938]: | .o... . |\n[ 58.427311] cloud-init[938]: | ..o.+ . |\n[[0;32m OK [0m] Reached target Cloud-config availability.\n[[0;32m OK [0m] Reached target System Initialization.\n[[0;32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[ 58.432917] cloud-init[938]: | oS. + o. |\n\n Starting Socket activation for snappy daemon.\n[ 58.436910] cloud-init[938]: | . . ... o .E |[[0;32m OK [0m] Listening on ACPID Listen Socket.\n Starting LXD - unix socket.\n\n[ 58.442173] cloud-init[938]: | .+.+o* . oo.|\n[ 58.443481] [[0;32m OK [0m] Started ACPI Events Check.\n[[0;32m OK [0m] Reached target Paths.\n[[0;32m OK [0m] Started Daily Cleanup of Temporary Directories.\n[[0;32m OK [0m] Started Daily apt download activities.cloud-init[938]: | + .+*.=.+ o=o|\n[ 58.448947] cloud-init[938]: |. =*+o. . .+*|\n[ 58.449911] cloud-init[938]: +----[SHA256]-----+\n[ 58.450883] cloud-init[938]: Generating public/private ecdsa key pair.\n\n[[0;32m OK [0m] Started Daily apt upgrade and clean activities.\n[[0;32m OK [0m] Reached target Timers.\n[[0;32m OK [0m] Listening on UUID daemon activation socket.\n[[0;32m OK [0m[ 58.456114] cloud-init[938]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\n[ 58.457616] cloud-init[938]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\n[ 58.459138] cloud-init[938]: The key fingerprint is:] Listening on Socket activation for snappy daemon.\n[[0;32m OK [0m] Listening on LXD - unix socket.\n\n[ 58.463651] cloud-init[938]: SHA256:kGeVgPvgtcdMzeERla+LjmSW+QoD8M504LPV3wWjVoE root@shaker-vm-36d32c75-903a-4f4f-bb63-599294d5c81b\n[ 58.465885] cloud-init[938]: The key's randomart image is:\n[[0;32m OK [0m] Reached target Sockets.\n[ 58.470055] cloud-init[938]: +---[ECDSA 256]---+\n[ 58.471306] cloud-init[938]: [[0;32m OK [0m] Reached target Basic System.\n Starting System Logging Service...\n[[0;32m OK [0m] Started iperf3 Service.\n| ......+o. |\n[ 58.476572] cloud-init[938]: | .. .. E .. |\n[ 58.477845] cloud-init[938]: | . +.o + o+. |\n[ 58.479098] cloud-init[938]: | +o=... +o o.|\n Starting Accounts Service...\n[[0;32m OK [0m] Started iperf Service.\n[ 58.481487] clo"} 2018-08-15 19:05:04,724 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/ce456fff-07dc-4039-9b4b-ff12691770bc/action used request id req-f84c1772-8c28-41b6-a009-976e5c782ca3 2018-08-15 19:05:04,724 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0979540348053s 2018-08-15 19:05:04,726 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/ce456fff-07dc-4039-9b4b-ff12691770bc/action used request id req-f84c1772-8c28-41b6-a009-976e5c782ca3 2018-08-15 19:05:04,726 - 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 719860006 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.174131] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.176422] pid_max: default: 32768 minimum: 301 [ 0.177666] ACPI: Core revision 20150930 [ 0.179358] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.181166] Security Framework initialized [ 0.182301] Yama: becoming mindful. [ 0.183312] AppArmor: AppArmor initialized [ 0.184479] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.186289] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.188012] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.189645] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.191513] Initializing cgroup subsys io [ 0.192630] Initializing cgroup subsys memory [ 0.193816] Initializing cgroup subsys devices [ 0.195007] Initializing cgroup subsys freezer [ 0.196202] Initializing cgroup subsys net_cls [ 0.197398] Initializing cgroup subsys perf_event [ 0.198639] Initializing cgroup subsys net_prio [ 0.199847] Initializing cgroup subsys hugetlb [ 0.201042] Initializing cgroup subsys pids [ 0.202210] CPU: Physical Processor ID: 0 [ 0.203998] mce: CPU supports 10 MCE banks [ 0.205154] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.206523] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.208006] Spectre V2 : Mitigation: Full generic retpoline [ 0.209425] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported [ 0.211208] Speculative Store Bypass: Vulnerable [ 0.228487] Freeing SMP alternatives memory: 32K [ 0.234294] ftrace: allocating 32237 entries in 126 pages [ 0.268701] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.270359] smpboot: Max logical packages: 1 [ 0.271744] x2apic enabled [ 0.272894] Switched APIC routing to physical x2apic. [ 0.275340] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.276864] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.279582] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.282026] KVM setup paravirtual spinlock [ 0.283650] x86: Booted up 1 node, 1 CPUs [ 0.284763] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.286653] devtmpfs: initialized [ 0.288637] evm: security.selinux [ 0.289599] evm: security.SMACK64 [ 0.290564] evm: security.SMACK64EXEC [ 0.291595] evm: security.SMACK64TRANSMUTE [ 0.292705] evm: security.SMACK64MMAP [ 0.293724] evm: security.ima [ 0.294610] evm: security.capability [ 0.295708] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.298167] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.299764] pinctrl core: initialized pinctrl subsystem [ 0.301246] RTC time: 19:04:06, date: 08/15/18 [ 0.302535] NET: Registered protocol family 16 [ 0.303849] cpuidle: using governor ladder [ 0.304986] cpuidle: using governor menu [ 0.306067] PCCT header not found. [ 0.307102] ACPI: bus type PCI registered [ 0.308207] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.309875] PCI: Using configuration type 1 for base access [ 0.312079] ACPI: Added _OSI(Module Device) [ 0.313225] ACPI: Added _OSI(Processor Device) [ 0.314393] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.315614] ACPI: Added _OSI(Processor Aggregator Device) [ 0.317809] ACPI: Interpreter enabled [ 0.318855] ACPI: (supports S0 S5) [ 0.319817] ACPI: Using IOAPIC for interrupt routing [ 0.321091] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.325011] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.326552] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.328204] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.329799] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.332752] acpiphp: Slot [3] registered [ 0.333843] acpiphp: Slot [4] registered [ 0.334927] acpiphp: Slot [5] registered [ 0.336007] acpiphp: Slot [6] registered [ 0.351191] acpiphp: Slot [7] registered [ 0.354558] acpiphp: Slot [8] registered [ 0.355891] acpiphp: Slot [9] registered [ 0.356976] acpiphp: Slot [10] registered [ 0.358081] acpiphp: Slot [11] registered [ 0.359209] acpiphp: Slot [12] registered [ 0.360315] acpiphp: Slot [13] registered [ 0.361419] acpiphp: Slot [14] registered [ 0.362521] acpiphp: Slot [15] registered [ 0.363629] acpiphp: Slot [16] registered [ 0.364742] acpiphp: Slot [17] registered [ 0.365841] acpiphp: Slot [18] registered [ 0.366949] acpiphp: Slot [19] registered [ 0.368289] acpiphp: Slot [20] registered [ 0.369402] acpiphp: Slot [21] registered [ 0.370501] acpiphp: Slot [22] registered [ 0.371608] acpiphp: Slot [23] registered [ 0.372704] acpiphp: Slot [24] registered [ 0.373812] acpiphp: Slot [25] registered [ 0.374918] acpiphp: Slot [26] registered [ 0.376026] acpiphp: Slot [27] registered [ 0.377130] acpiphp: Slot [28] registered [ 0.378236] acpiphp: Slot [29] registered [ 0.379348] acpiphp: Slot [30] registered [ 0.380454] acpiphp: Slot [31] registered [ 0.381566] PCI host bridge to bus 0000:00 [ 0.382695] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.384354] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.386010] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.388009] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.390007] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.392062] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.397477] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.399202] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.400806] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.402546] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.406799] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.408781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.431492] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.433533] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.435487] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.437645] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.439571] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.441306] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.443273] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.444724] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.446856] vgaarb: loaded [ 0.447697] vgaarb: bridge control possible 0000:00:02.0 [ 0.449470] SCSI subsystem initialized [ 0.450786] ACPI: bus type USB registered [ 0.451943] usbcore: registered new interface driver usbfs [ 0.453367] usbcore: registered new interface driver hub [ 0.454748] usbcore: registered new device driver usb [ 0.456291] PCI: Using ACPI for IRQ routing [ 0.457878] NetLabel: Initializing [ 0.458879] NetLabel: domain hash size = 128 [ 0.460051] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.461389] NetLabel: unlabeled traffic allowed by default [ 0.462995] amd_nb: Cannot enumerate AMD northbridges [ 0.464361] clocksource: Switched to clocksource kvm-clock [ 0.473904] AppArmor: AppArmor Filesystem Enabled [ 0.475239] pnp: PnP ACPI init [ 0.476515] pnp: PnP ACPI: found 5 devices [ 0.483432] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.485795] NET: Registered protocol family 2 [ 0.487258] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.489011] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.490643] TCP: Hash tables configured (established 4096 bind 4096) [ 0.492282] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.493756] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.495391] NET: Registered protocol family 1 [ 0.496599] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.498102] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.499569] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.515857] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.533432] Unpacking initramfs... [ 1.027618] Freeing initrd memory: 37084K [ 1.029131] Scanning for low memory corruption every 60 seconds [ 1.031001] audit: initializing netlink subsys (disabled) [ 1.032451] audit: type=2000 audit(1534359846.829:1): initialized [ 1.034276] Initialise system trusted keyring [ 1.035632] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.037235] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.039973] zbud: loaded [ 1.041068] VFS: Disk quotas dquot_6.6.0 [ 1.042218] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.044130] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 1.045866] fuse init (API version 7.23) [ 1.047107] Key type big_key registered [ 1.048222] Allocating IMA MOK and blacklist keyrings. [ 1.049933] Key type asymmetric registered [ 1.051078] Asymmetric key parser 'x509' registered [ 1.052420] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 1.054476] io scheduler noop registered [ 1.055575] io scheduler deadline registered (default) [ 1.056943] io scheduler cfq registered [ 1.058109] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.059555] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.061309] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.063313] ACPI: Power Button [PWRF] [ 1.064496] GHES: HEST is not enabled! [ 1.080213] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.112790] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.115678] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 1.139438] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 1.142509] Linux agpgart interface v0.103 [ 1.145360] loop: module loaded [ 1.149108] vda: vda1 [ 1.150670] scsi host0: ata_piix [ 1.151729] scsi host1: ata_piix [ 1.152744] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.154431] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.156720] libphy: Fixed MDIO Bus: probed [ 1.157878] tun: Universal TUN/TAP device driver, 1.6 [ 1.159219] tun: (C) 1999-2004 Max Krasnyansky [ 1.161890] PPP generic driver version 2.4.2 [ 1.163154] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.164811] ehci-pci: EHCI PCI platform driver [ 1.166035] ehci-platform: EHCI generic platform driver [ 1.167412] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.168979] ohci-pci: OHCI PCI platform driver [ 1.170197] ohci-platform: OHCI generic platform driver [ 1.171565] uhci_hcd: USB Universal Host Controller Interface driver [ 1.187877] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.189270] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.191305] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.192704] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.194285] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.195956] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.197909] usb usb1: Product: UHCI Host Controller [ 1.199191] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd [ 1.200771] usb usb1: SerialNumber: 0000:00:01.2 [ 1.202092] hub 1-0:1.0: USB hub found [ 1.203170] hub 1-0:1.0: 2 ports detected [ 1.204438] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.207357] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.208673] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.210095] mousedev: PS/2 mouse device common for all mice [ 1.211832] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.214366] rtc_cmos 00:00: RTC can wake from S4 [ 1.215908] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.217557] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.219203] i2c /dev entries driver [ 1.220272] device-mapper: uevent: version 1.0.3 [ 1.221579] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 1.223815] ledtrig-cpu: registered to indicate activity on CPUs [ 1.225614] NET: Registered protocol family 10 [ 1.227110] NET: Registered protocol family 17 [ 1.228339] Key type dns_resolver registered [ 1.229748] registered taskstats version 1 [ 1.230933] Loading compiled-in X.509 certificates [ 1.232774] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb' [ 1.235338] zswap: loaded using pool lzo/zbud [ 1.237933] Key type trusted registered [ 1.241005] Key type encrypted registered [ 1.242158] AppArmor: AppArmor sha1 policy hashing enabled [ 1.243597] ima: No TPM chip found, activating TPM-bypass! [ 1.245047] evm: HMAC attrs: 0x1 [ 1.246354] Magic number: 14:667:91 [ 1.247514] rtc_cmos 00:00: setting system clock to 2018-08-15 19:04:06 UTC (1534359846) [ 1.249770] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 1.251291] EDD information not available. [ 1.313944] Freeing unused kernel memory: 1512K [ 1.315191] Write protecting the kernel read-only data: 14336k [ 1.332306] Freeing unused kernel memory: 1692K [ 1.333749] Freeing unused kernel memory: 96K Loading, please wait... starting version 229 [ 1.344443] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.346846] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.349606] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.352176] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.354687] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.360426] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.365355] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.367877] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.372173] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.374600] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.429704] virtio_net virtio0 ens3: renamed from eth0 [ 1.436914] [drm] Initialized drm 1.1.0 20060810 [ 1.438828] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4 [ 1.441332] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.464788] FDC 0 is a S82078B [ 1.479303] AVX2 version of gcm_enc/dec engaged. [ 1.480566] AES CTR mode by8 optimization enabled [ 1.512399] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.673144] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.674836] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.676576] usb 1-1: Product: QEMU USB Tablet [ 1.677739] usb 1-1: Manufacturer: QEMU [ 1.678789] usb 1-1: SerialNumber: 42 [ 1.686574] hidraw: raw HID events driver (C) Jiri Kosina [ 1.693492] usbcore: registered new interface driver usbhid [ 1.694961] usbhid: USB HID core driver [ 1.697370] 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.700436] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0 [ 2.028396] tsc: Refined TSC clocksource calibration: 3491.844 MHz [ 2.028397] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255381c9ba, max_idle_ns: 440795307994 ns Begin: Loading essential drivers ... [ 2.066934] md: linear personality registered for level -1 [ 2.070476] md: multipath personality registered for level -4 [ 2.074061] md: raid0 personality registered for level 0 [ 2.078043] md: raid1 personality registered for level 1 [ 2.148360] raid6: sse2x1 gen() 11405 MB/s [ 2.216358] raid6: sse2x1 xor() 8893 MB/s [ 2.284364] raid6: sse2x2 gen() 14613 MB/s [ 2.352388] raid6: sse2x2 xor() 9692 MB/s [ 2.420356] raid6: sse2x4 gen() 16833 MB/s [ 2.488357] raid6: sse2x4 xor() 11718 MB/s [ 2.556356] raid6: avx2x1 gen() 22207 MB/s [ 2.624356] raid6: avx2x2 gen() 26131 MB/s [ 2.692356] raid6: avx2x4 gen() 29932 MB/s [ 2.696892] raid6: using algorithm avx2x4 gen() 29932 MB/s [ 2.698308] raid6: using avx2x2 recovery algorithm [ 2.702654] xor: automatically using best checksumming function: [ 2.740356] avx : 31636.000 MB/sec [ 2.742938] async_tx: api initialized (async) [ 2.754351] md: raid6 personality registered for level 6 [ 2.755748] md: raid5 personality registered for level 5 [ 2.757127] md: raid4 personality registered for level 4 [ 2.763549] 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.796557] Btrfs loaded Scanning for Btrfs filesystems done. Warning: fsck not present, so skipping root file system [ 2.817187] 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.915475] 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.919946] systemd[1]: Detected virtualization kvm. [ 2.921281] systemd[1]: Detected architecture x86-64. Welcome to [1mUbuntu 16.04.4 LTS[0m! [ 2.924986] systemd[1]: Set hostname to . [ 2.928065] systemd[1]: Initializing machine ID from KVM UUID. [ 2.929592] systemd[1]: Installed transient /etc/machine-id file. [ 3.030723] systemd[1]: Listening on Device-mapper event daemon FIFOs. [[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs. [ 3.033979] systemd[1]: Listening on fsck to fsckd communication Socket. [[0;32m OK [0m] Listening on fsck to fsckd communication Socket. [ 3.037130] systemd[1]: Reached target Encrypted Volumes. [[0;32m OK [0m] Reached target Encrypted Volumes. [ 3.040078] systemd[1]: Created slice System Slice. [[0;32m OK [0m] Created slice System Slice. [ 3.042648] systemd[1]: Listening on LVM2 poll daemon socket. [[0;32m OK [0m] Listening on LVM2 poll daemon socket. [ 3.045506] systemd[1]: Listening on LVM2 metadata daemon socket. [[0;32m OK [0m] Listening on LVM2 metadata daemon socket. [ 3.048442] systemd[1]: Reached target Swap. [[0;32m OK [0m] Reached target Swap. [ 3.050770] systemd[1]: Listening on udev Control Socket. [[0;32m OK [0m] Listening on udev Control Socket. [ 3.053467] systemd[1]: Listening on Journal Socket (/dev/log). [[0;32m OK [0m] Listening on Journal Socket (/dev/log). [ 3.056480] systemd[1]: Created slice system-serial\x2dgetty.slice. [[0;32m OK [0m] Created slice system-serial\x2dgetty.slice. [ 3.059461] systemd[1]: Listening on Journal Socket. [[0;32m OK [0m] Listening on Journal Socket. [ 3.062403] systemd[1]: Starting Set console keymap... Starting Set console keymap... [ 3.065307] systemd[1]: Mounting Huge Pages File System... Mounting Huge Pages File System... [ 3.069409] systemd[1]: Mounting POSIX Message Queue File System... Mounting POSIX Message Queue File System... [ 3.081277] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling... Starting Monitoring of LVM2 mirrors... dmeventd or progress polling... [ 3.093415] systemd[1]: Mounting Debug File System... Mounting Debug File System... [ 3.099199] systemd[1]: Starting Uncomplicated firewall... Starting Uncomplicated firewall... [ 3.105135] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. [[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [ 3.117704] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe. [[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [ 3.123521] systemd[1]: Reached target User and Group Name Lookups. [[0;32m OK [0m] Reached target User and Group Name Lookups. [ 3.127134] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch. [ 3.131371] systemd[1]: Starting Nameserver information manager... Starting Nameserver information manager... [ 3.134343] systemd[1]: Created slice User and Session Slice. [[0;32m OK [0m] Created slice User and Session Slice. [ 3.138118] systemd[1]: Reached target Slices. [[0;32m OK [0m] Reached target Slices. [ 3.141023] systemd[1]: Listening on Syslog Socket. [[0;32m OK [0m] Listening on Syslog Socket. [ 3.143609] systemd[1]: Listening on Journal Audit Socket. [[0;32m OK [0m] Listening on Journal Audit Socket. [ 3.146891] systemd[1]: Starting Journal Service... . Starting Journal Service... [ 3.150207] systemd[1]: Starting Create list of required static device nodes for the current kernel... Starting Create list of required st... nodes for the current kernel... [ 3.158052] systemd[1]: Started Trigger resolvconf update for networkd DNS. [[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS. [ 3.172783] systemd[1]: Starting Load Kernel Modules... Starting Load Kernel Modules... [ 3.176502] systemd[1]: Listening on udev Kernel Socket. [[0;32m OK [0m] Listening on udev Kernel Socket. [ 3.183389] systemd[1]: Mounted POSIX Message Queue File System. [[0;32m OK [0m] Mounted POSIX Message Queue File System. [ 3.187160] systemd[1]: Mounted Huge Pages File System. [[0;32m OK [0m] Mounted Huge Pages File System.[ 3.193464] Loading iSCSI transport class v2.0-870. [ 3.195991] systemd[1]: Mounted Debug File System. [[0;32m OK [0m] Mounted Debug File System. [ 3.201634] systemd[1]: Started Journal Service. [ 3.203989] iscsi: registered transport (tcp) [[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. [[0;32m OK [0m] Started Nameserver information manager. [ 3.246501] iscsi: registered transport (iser) [[0;32m OK [0m] Started Load Kernel Modules. Starting Apply Kernel Variables... Mounting FUSE Control File System... [[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 udev Coldplug all Devices... Starting Flush Journal to Persistent Storage... Starting Load/Save Random Seed... [[0;32m OK [0m] Started Load/Save Random Seed. [[0;32m OK [0m] Started Flush Journal to Persistent Storage. [[0;32m OK [0m] Started udev Coldplug all Devices. [[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch. [[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling. [[0;32m OK [0m] Reached target Local File Systems (Pre). [[0;32m OK [0m] Reached target Local File Systems. Starting LSB: AppArmor initialization... Starting Initial cloud-init job (pre-networking)... Starting Create Volatile Files and Directories... Starting Set console font and keymap... Starting Tell Plymouth To Write Out Runtime Data... Starting Commit a transient machine-id on disk... [[0;32m OK [0m] Started Commit a transient machine-id on disk. [[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data. [[0;32m OK [0m] Started Create Volatile Files and Directories. Starting Network Time Synchronization... Starting Update UTMP about System Boot/Shutdown... [[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown. [[0;32m OK [0m] Started Network Time Synchronization. [[0;32m OK [0m] Reached target System Time Synchronized. [[0;32m OK [0m] Found device /dev/ttyS0. [ 3.983744] 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.604727] cloud-init[482]: Cloud-init v. 18.2 running 'init-local' at Wed, 15 Aug 2018 19:04:09 +0000. Up 4.42 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. [[0;32m OK [0m] Reached target Network. Starting Initial cloud-init job (metadata service crawler)... [ 57.870036] cloud-init[938]: Cloud-init v. 18.2 running 'init' at Wed, 15 Aug 2018 19:04:11 +0000. Up 6.07 seconds. [ 57.872649] cloud-init[938]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++ [ 57.879183] cloud-init[938]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+ [ 57.884121] cloud-init[938]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address | [ 57.892220] cloud-init[938]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+ [ 57.895141] cloud-init[938]: ci-info: | ens3 | True | 192.168.120.27 | 255.255.255.0 | . | fa:16:3e:6f:13:a9 | [ 57.898576] cloud-init[938]: ci-info: | ens3 | True | fe80::f816:3eff:fe6f:13a9/64 | . | link | fa:16:3e:6f:13:a9 | [ 57.907021] cloud-init[938]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . | [ 57.912343] cloud-init[938]: ci-info: | lo | True | ::1/128 | . | host | . | [ 57.920120] cloud-init[938]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+ [ 57.922923] cloud-init[938]: ci-info: +++++++++++++++++++++++++++++++++Route IPv4 info+++++++++++++++++++++++++++++++++ [ 57.928370] cloud-init[938]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 57.936169] cloud-init[938]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | [ 57.938797] cloud-init[938]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 57.944334] cloud-init[938]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | ens3 | UG | [ 57.952120] cloud-init[938]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | ens3 | UGH | [ 57.954775] cloud-init[938]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U | [ 57.958606] cloud-init[938]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 57.961731] cloud-init[938]: 2018-08-15 19:05:03,338 - DataSourceEc2.py[WARNING]: Metadata 'network' key not valid: None. [ 58.334496] cloud-init[938]: Generating public/private rsa key pair. [ 58.336547] cloud-init[938]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key. [ 58.340121] cloud-init[938]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. [ 58.348127] cloud-init[938]: The key fingerprint is: [ 58.349707] cloud-init[938]: SHA256:S1MJj3EGo2zEZrLz3OAO95/ns4W4AC5Y/M4Ibu6Xrok root@shaker-vm-36d32c75-903a-4f4f-bb63-599294d5c81b [ 58.356380] cloud-init[938]: The key's randomart image is: [ 58.358056] cloud-init[938]: +---[RSA 2048]----+ [ 58.359925] cloud-init[938]: | .. =.o | [ 58.365602] cloud-init[938]: | .o+. O . | [ 58.367254] cloud-init[938]: | =+ . + | [ 58.372927] cloud-init[938]: | .o.. . | [ 58.374542] cloud-init[938]: | o=.oS | [ 58.380168] cloud-init[938]: | o.o=o.o . . | [ 58.381795] cloud-init[938]: | o .=o.o . . . | [ 58.383399] cloud-init[938]: | o.oo=. .. oo. | [ 58.388930] cloud-init[938]: |E+*+o o .+ooo | [ 58.390554] cloud-init[938]: +----[SHA256]-----+ [ 58.396221] cloud-init[938]: Generating public/private dsa key pair. [ 58.398182] cloud-init[938]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key. [ 58.404427] cloud-init[938]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. [ 58.406820] cloud-init[938]: The key fingerprint is: [ 58.412361] cloud-init[938]: SHA256:ubYgc3I3o6LYz2vKR9/Q9Ad8fBGKE0XD673T7tg9HGw root@shaker-vm-36d32c75-903a-4f4f-bb63-599294d5c81b [ 58.416076] cloud-init[938]: The key's randomart image is: [[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler). [[0;32m OK [0m] Reached target Network is Online. [ 58.421454] cloud-init[938]: +---[DSA 1024]----+ Starting iSCSI initiator daemon (iscsid)...[ 58.424397] cloud-init[938]: | .++ .. | [ 58.425382] cloud-init[938]: | o.o. | [ 58.426349] cloud-init[938]: | .o... . | [ 58.427311] cloud-init[938]: | ..o.+ . | [[0;32m OK [0m] Reached target Cloud-config availability. [[0;32m OK [0m] Reached target System Initialization. [[0;32m OK [0m] Listening on D-Bus System Message Bus Socket. [ 58.432917] cloud-init[938]: | oS. + o. | Starting Socket activation for snappy daemon. [ 58.436910] cloud-init[938]: | . . ... o .E |[[0;32m OK [0m] Listening on ACPID Listen Socket. Starting LXD - unix socket. [ 58.442173] cloud-init[938]: | .+.+o* . oo.| [ 58.443481] [[0;32m OK [0m] Started ACPI Events Check. [[0;32m OK [0m] Reached target Paths. [[0;32m OK [0m] Started Daily Cleanup of Temporary Directories. [[0;32m OK [0m] Started Daily apt download activities.cloud-init[938]: | + .+*.=.+ o=o| [ 58.448947] cloud-init[938]: |. =*+o. . .+*| [ 58.449911] cloud-init[938]: +----[SHA256]-----+ [ 58.450883] cloud-init[938]: Generating public/private ecdsa key pair. [[0;32m OK [0m] Started Daily apt upgrade and clean activities. [[0;32m OK [0m] Reached target Timers. [[0;32m OK [0m] Listening on UUID daemon activation socket. [[0;32m OK [0m[ 58.456114] cloud-init[938]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. [ 58.457616] cloud-init[938]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. [ 58.459138] cloud-init[938]: The key fingerprint is:] Listening on Socket activation for snappy daemon. [[0;32m OK [0m] Listening on LXD - unix socket. [ 58.463651] cloud-init[938]: SHA256:kGeVgPvgtcdMzeERla+LjmSW+QoD8M504LPV3wWjVoE root@shaker-vm-36d32c75-903a-4f4f-bb63-599294d5c81b [ 58.465885] cloud-init[938]: The key's randomart image is: [[0;32m OK [0m] Reached target Sockets. [ 58.470055] cloud-init[938]: +---[ECDSA 256]---+ [ 58.471306] cloud-init[938]: [[0;32m OK [0m] Reached target Basic System. Starting System Logging Service... [[0;32m OK [0m] Started iperf3 Service. | ......+o. | [ 58.476572] cloud-init[938]: | .. .. E .. | [ 58.477845] cloud-init[938]: | . +.o + o+. | [ 58.479098] cloud-init[938]: | +o=... +o o.| Starting Accounts Service... [[0;32m OK [0m] Started iperf Service. [ 58.481487] clo 2018-08-15 19:05:04,728 - functest.core.singlevm - DEBUG - try 7: cannot connect to 172.30.9.208: [Errno None] Unable to connect to port 22 on 172.30.9.208 2018-08-15 19:05:13,738 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-15 19:05:13,741 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/ce456fff-07dc-4039-9b4b-ff12691770bc/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}4b89feb68875fb64721c435964706bdca37986cb" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-15 19:05:13,814 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 19:05: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-8d1597ce-3069-4450-a1f7-b246dbd09bb4 x-compute-request-id: req-8d1597ce-3069-4450-a1f7-b246dbd09bb4 Content-Encoding: gzip Content-Length: 12922 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 719860006 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on 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.174131] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.176422] pid_max: default: 32768 minimum: 301\n[ 0.177666] ACPI: Core revision 20150930\n[ 0.179358] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.181166] Security Framework initialized\n[ 0.182301] Yama: becoming mindful.\n[ 0.183312] AppArmor: AppArmor initialized\n[ 0.184479] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.186289] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.188012] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.189645] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.191513] Initializing cgroup subsys io\n[ 0.192630] Initializing cgroup subsys memory\n[ 0.193816] Initializing cgroup subsys devices\n[ 0.195007] Initializing cgroup subsys freezer\n[ 0.196202] Initializing cgroup subsys net_cls\n[ 0.197398] Initializing cgroup subsys perf_event\n[ 0.198639] Initializing cgroup subsys net_prio\n[ 0.199847] Initializing cgroup subsys hugetlb\n[ 0.201042] Initializing cgroup subsys pids\n[ 0.202210] CPU: Physical Processor ID: 0\n[ 0.203998] mce: CPU supports 10 MCE banks\n[ 0.205154] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.206523] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.208006] Spectre V2 : Mitigation: Full generic retpoline\n[ 0.209425] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported\n[ 0.211208] Speculative Store Bypass: Vulnerable\n[ 0.228487] Freeing SMP alternatives memory: 32K\n[ 0.234294] ftrace: allocating 32237 entries in 126 pages\n[ 0.268701] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.270359] smpboot: Max logical packages: 1\n[ 0.271744] x2apic enabled\n[ 0.272894] Switched APIC routing to physical x2apic.\n[ 0.275340] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.276864] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.279582] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.282026] KVM setup paravirtual spinlock\n[ 0.283650] x86: Booted up 1 node, 1 CPUs\n[ 0.284763] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.286653] devtmpfs: initialized\n[ 0.288637] evm: security.selinux\n[ 0.289599] evm: security.SMACK64\n[ 0.290564] evm: security.SMACK64EXEC\n[ 0.291595] evm: security.SMACK64TRANSMUTE\n[ 0.292705] evm: security.SMACK64MMAP\n[ 0.293724] evm: security.ima\n[ 0.294610] evm: security.capability\n[ 0.295708] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.298167] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.299764] pinctrl core: initialized pinctrl subsystem\n[ 0.301246] RTC time: 19:04:06, date: 08/15/18\n[ 0.302535] NET: Registered protocol family 16\n[ 0.303849] cpuidle: using governor ladder\n[ 0.304986] cpuidle: using governor menu\n[ 0.306067] PCCT header not found.\n[ 0.307102] ACPI: bus type PCI registered\n[ 0.308207] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.309875] PCI: Using configuration type 1 for base access\n[ 0.312079] ACPI: Added _OSI(Module Device)\n[ 0.313225] ACPI: Added _OSI(Processor Device)\n[ 0.314393] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.315614] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.317809] ACPI: Interpreter enabled\n[ 0.318855] ACPI: (supports S0 S5)\n[ 0.319817] ACPI: Using IOAPIC for interrupt routing\n[ 0.321091] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.325011] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.326552] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.328204] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.329799] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.332752] acpiphp: Slot [3] registered\n[ 0.333843] acpiphp: Slot [4] registered\n[ 0.334927] acpiphp: Slot [5] registered\n[ 0.336007] acpiphp: Slot [6] registered\n[ 0.351191] acpiphp: Slot [7] registered\n[ 0.354558] acpiphp: Slot [8] registered\n[ 0.355891] acpiphp: Slot [9] registered\n[ 0.356976] acpiphp: Slot [10] registered\n[ 0.358081] acpiphp: Slot [11] registered\n[ 0.359209] acpiphp: Slot [12] registered\n[ 0.360315] acpiphp: Slot [13] registered\n[ 0.361419] acpiphp: Slot [14] registered\n[ 0.362521] acpiphp: Slot [15] registered\n[ 0.363629] acpiphp: Slot [16] registered\n[ 0.364742] acpiphp: Slot [17] registered\n[ 0.365841] acpiphp: Slot [18] registered\n[ 0.366949] acpiphp: Slot [19] registered\n[ 0.368289] acpiphp: Slot [20] registered\n[ 0.369402] acpiphp: Slot [21] registered\n[ 0.370501] acpiphp: Slot [22] registered\n[ 0.371608] acpiphp: Slot [23] registered\n[ 0.372704] acpiphp: Slot [24] registered\n[ 0.373812] acpiphp: Slot [25] registered\n[ 0.374918] acpiphp: Slot [26] registered\n[ 0.376026] acpiphp: Slot [27] registered\n[ 0.377130] acpiphp: Slot [28] registered\n[ 0.378236] acpiphp: Slot [29] registered\n[ 0.379348] acpiphp: Slot [30] registered\n[ 0.380454] acpiphp: Slot [31] registered\n[ 0.381566] PCI host bridge to bus 0000:00\n[ 0.382695] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.384354] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.386010] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.388009] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.390007] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.392062] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.397477] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.399202] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.400806] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.402546] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.406799] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.408781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.431492] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.433533] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.435487] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.437645] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.439571] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.441306] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.443273] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.444724] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.446856] vgaarb: loaded\n[ 0.447697] vgaarb: bridge control possible 0000:00:02.0\n[ 0.449470] SCSI subsystem initialized\n[ 0.450786] ACPI: bus type USB registered\n[ 0.451943] usbcore: registered new interface driver usbfs\n[ 0.453367] usbcore: registered new interface driver hub\n[ 0.454748] usbcore: registered new device driver usb\n[ 0.456291] PCI: Using ACPI for IRQ routing\n[ 0.457878] NetLabel: Initializing\n[ 0.458879] NetLabel: domain hash size = 128\n[ 0.460051] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.461389] NetLabel: unlabeled traffic allowed by default\n[ 0.462995] amd_nb: Cannot enumerate AMD northbridges\n[ 0.464361] clocksource: Switched to clocksource kvm-clock\n[ 0.473904] AppArmor: AppArmor Filesystem Enabled\n[ 0.475239] pnp: PnP ACPI init\n[ 0.476515] pnp: PnP ACPI: found 5 devices\n[ 0.483432] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.485795] NET: Registered protocol family 2\n[ 0.487258] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.489011] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.490643] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.492282] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.493756] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.495391] NET: Registered protocol family 1\n[ 0.496599] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.498102] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.499569] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.515857] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.533432] Unpacking initramfs...\n[ 1.027618] Freeing initrd memory: 37084K\n[ 1.029131] Scanning for low memory corruption every 60 seconds\n[ 1.031001] audit: initializing netlink subsys (disabled)\n[ 1.032451] audit: type=2000 audit(1534359846.829:1): initialized\n[ 1.034276] Initialise system trusted keyring\n[ 1.035632] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.037235] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.039973] zbud: loaded\n[ 1.041068] VFS: Disk quotas dquot_6.6.0\n[ 1.042218] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.044130] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.045866] fuse init (API version 7.23)\n[ 1.047107] Key type big_key registered\n[ 1.048222] Allocating IMA MOK and blacklist keyrings.\n[ 1.049933] Key type asymmetric registered\n[ 1.051078] Asymmetric key parser 'x509' registered\n[ 1.052420] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.054476] io scheduler noop registered\n[ 1.055575] io scheduler deadline registered (default)\n[ 1.056943] io scheduler cfq registered\n[ 1.058109] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.059555] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.061309] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.063313] ACPI: Power Button [PWRF]\n[ 1.064496] GHES: HEST is not enabled!\n[ 1.080213] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.112790] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.115678] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.139438] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.142509] Linux agpgart interface v0.103\n[ 1.145360] loop: module loaded\n[ 1.149108] vda: vda1\n[ 1.150670] scsi host0: ata_piix\n[ 1.151729] scsi host1: ata_piix\n[ 1.152744] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.154431] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.156720] libphy: Fixed MDIO Bus: probed\n[ 1.157878] tun: Universal TUN/TAP device driver, 1.6\n[ 1.159219] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.161890] PPP generic driver version 2.4.2\n[ 1.163154] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.164811] ehci-pci: EHCI PCI platform driver\n[ 1.166035] ehci-platform: EHCI generic platform driver\n[ 1.167412] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.168979] ohci-pci: OHCI PCI platform driver\n[ 1.170197] ohci-platform: OHCI generic platform driver\n[ 1.171565] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.187877] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.189270] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.191305] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.192704] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.194285] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.195956] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.197909] usb usb1: Product: UHCI Host Controller\n[ 1.199191] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd\n[ 1.200771] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.202092] hub 1-0:1.0: USB hub found\n[ 1.203170] hub 1-0:1.0: 2 ports detected\n[ 1.204438] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.207357] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.208673] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.210095] mousedev: PS/2 mouse device common for all mice\n[ 1.211832] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.214366] rtc_cmos 00:00: RTC can wake from S4\n[ 1.215908] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.217557] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.219203] i2c /dev entries driver\n[ 1.220272] device-mapper: uevent: version 1.0.3\n[ 1.221579] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.223815] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.225614] NET: Registered protocol family 10\n[ 1.227110] NET: Registered protocol family 17\n[ 1.228339] Key type dns_resolver registered\n[ 1.229748] registered taskstats version 1\n[ 1.230933] Loading compiled-in X.509 certificates\n[ 1.232774] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb'\n[ 1.235338] zswap: loaded using pool lzo/zbud\n[ 1.237933] Key type trusted registered\n[ 1.241005] Key type encrypted registered\n[ 1.242158] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.243597] ima: No TPM chip found, activating TPM-bypass!\n[ 1.245047] evm: HMAC attrs: 0x1\n[ 1.246354] Magic number: 14:667:91\n[ 1.247514] rtc_cmos 00:00: setting system clock to 2018-08-15 19:04:06 UTC (1534359846)\n[ 1.249770] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.251291] EDD information not available.\n[ 1.313944] Freeing unused kernel memory: 1512K\n[ 1.315191] Write protecting the kernel read-only data: 14336k\n[ 1.332306] Freeing unused kernel memory: 1692K\n[ 1.333749] Freeing unused kernel memory: 96K\nLoading, please wait...\nstarting version 229\n[ 1.344443] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.346846] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.349606] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.352176] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.354687] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.360426] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.365355] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.367877] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.372173] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.374600] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.429704] virtio_net virtio0 ens3: renamed from eth0\n[ 1.436914] [drm] Initialized drm 1.1.0 20060810\n[ 1.438828] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 1.441332] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.464788] FDC 0 is a S82078B\n[ 1.479303] AVX2 version of gcm_enc/dec engaged.\n[ 1.480566] AES CTR mode by8 optimization enabled\n[ 1.512399] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.673144] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.674836] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.676576] usb 1-1: Product: QEMU USB Tablet\n[ 1.677739] usb 1-1: Manufacturer: QEMU\n[ 1.678789] usb 1-1: SerialNumber: 42\n[ 1.686574] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.693492] usbcore: registered new interface driver usbhid\n[ 1.694961] usbhid: USB HID core driver\n[ 1.697370] 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.700436] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0\n[ 2.028396] tsc: Refined TSC clocksource calibration: 3491.844 MHz\n[ 2.028397] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255381c9ba, max_idle_ns: 440795307994 ns\nBegin: Loading essential drivers ... [ 2.066934] md: linear personality registered for level -1\n[ 2.070476] md: multipath personality registered for level -4\n[ 2.074061] md: raid0 personality registered for level 0\n[ 2.078043] md: raid1 personality registered for level 1\n[ 2.148360] raid6: sse2x1 gen() 11405 MB/s\n[ 2.216358] raid6: sse2x1 xor() 8893 MB/s\n[ 2.284364] raid6: sse2x2 gen() 14613 MB/s\n[ 2.352388] raid6: sse2x2 xor() 9692 MB/s\n[ 2.420356] raid6: sse2x4 gen() 16833 MB/s\n[ 2.488357] raid6: sse2x4 xor() 11718 MB/s\n[ 2.556356] raid6: avx2x1 gen() 22207 MB/s\n[ 2.624356] raid6: avx2x2 gen() 26131 MB/s\n[ 2.692356] raid6: avx2x4 gen() 29932 MB/s\n[ 2.696892] raid6: using algorithm avx2x4 gen() 29932 MB/s\n[ 2.698308] raid6: using avx2x2 recovery algorithm\n[ 2.702654] xor: automatically using best checksumming function:\n[ 2.740356] avx : 31636.000 MB/sec\n[ 2.742938] async_tx: api initialized (async)\n[ 2.754351] md: raid6 personality registered for level 6\n[ 2.755748] md: raid5 personality registered for level 5\n[ 2.757127] md: raid4 personality registered for level 4\n[ 2.763549] 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.796557] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 2.817187] 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.915475] 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.919946] systemd[1]: Detected virtualization kvm.\n[ 2.921281] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.4 LTS[0m!\n\n[ 2.924986] systemd[1]: Set hostname to .\n[ 2.928065] systemd[1]: Initializing machine ID from KVM UUID.\n[ 2.929592] systemd[1]: Installed transient /etc/machine-id file.\n[ 3.030723] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 3.033979] systemd[1]: Listening on fsck to fsckd communication Socket.\n[[0;32m OK [0m] Listening on fsck to fsckd communication Socket.\n[ 3.037130] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 3.040078] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 3.042648] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 3.045506] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 3.048442] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 3.050770] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 3.053467] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 3.056480] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 3.059461] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 3.062403] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 3.065307] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 3.069409] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 3.081277] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...\n Starting Monitoring of LVM2 mirrors... dmeventd or progress polling...\n[ 3.093415] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 3.099199] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 3.105135] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.\n[[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n[ 3.117704] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 3.123521] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 3.127134] systemd[1]: Started Forward Password Requests to Wall Directory Watch.\n[[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch.\n[ 3.131371] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 3.134343] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 3.138118] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 3.141023] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 3.143609] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 3.146891] systemd[1]: Starting Journal Service...\n. Starting Journal Service...\n[ 3.150207] systemd[1]: Starting Create list of required static device nodes for the current kernel...\n Starting Create list of required st... nodes for the current kernel...\n[ 3.158052] systemd[1]: Started Trigger resolvconf update for networkd DNS.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[ 3.172783] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 3.176502] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 3.183389] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 3.187160] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.[ 3.193464] Loading iSCSI transport class v2.0-870.\n\n[ 3.195991] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 3.201634] systemd[1]: Started Journal Service.\n[ 3.203989] iscsi: registered transport (tcp)\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[[0;32m OK [0m] Started Nameserver information manager.\n[ 3.246501] iscsi: registered transport (iser)\n[[0;32m OK [0m] Started Load Kernel Modules.\n Starting Apply Kernel Variables...\n Mounting FUSE Control File System...\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting Create Static Device Nodes in /dev...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n Starting File System Check on Root Device...\n[[0;32m OK [0m] Started File System Check Daemon to report status.\n[[0;32m OK [0m] Started File System Check on Root Device.\n Starting Remount Root and Kernel File Systems...\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n Starting udev Coldplug all Devices...\n Starting Flush Journal to Persistent Storage...\n Starting Load/Save Random Seed...\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting LSB: AppArmor initialization...\n Starting Initial cloud-init job (pre-networking)...\n Starting Create Volatile Files and Directories...\n Starting Set console font and keymap...\n Starting Tell Plymouth To Write Out Runtime Data...\n Starting Commit a transient machine-id on disk...\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n[[0;32m OK [0m] Started Create Volatile Files and Directories.\n Starting Network Time Synchronization...\n Starting Update UTMP about System Boot/Shutdown...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[ 3.983744] 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.604727] cloud-init[482]: Cloud-init v. 18.2 running 'init-local' at Wed, 15 Aug 2018 19:04:09 +0000. Up 4.42 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[[0;32m OK [0m] Reached target Network.\n Starting Initial cloud-init job (metadata service crawler)...\n[ 57.870036] cloud-init[938]: Cloud-init v. 18.2 running 'init' at Wed, 15 Aug 2018 19:04:11 +0000. Up 6.07 seconds.\n[ 57.872649] cloud-init[938]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++\n[ 57.879183] cloud-init[938]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 57.884121] cloud-init[938]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |\n[ 57.892220] cloud-init[938]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 57.895141] cloud-init[938]: ci-info: | ens3 | True | 192.168.120.27 | 255.255.255.0 | . | fa:16:3e:6f:13:a9 |\n[ 57.898576] cloud-init[938]: ci-info: | ens3 | True | fe80::f816:3eff:fe6f:13a9/64 | . | link | fa:16:3e:6f:13:a9 |\n[ 57.907021] cloud-init[938]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |\n[ 57.912343] cloud-init[938]: ci-info: | lo | True | ::1/128 | . | host | . |\n[ 57.920120] cloud-init[938]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 57.922923] cloud-init[938]: ci-info: +++++++++++++++++++++++++++++++++Route IPv4 info+++++++++++++++++++++++++++++++++\n[ 57.928370] cloud-init[938]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 57.936169] cloud-init[938]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 57.938797] cloud-init[938]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 57.944334] cloud-init[938]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | ens3 | UG |\n[ 57.952120] cloud-init[938]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | ens3 | UGH |\n[ 57.954775] cloud-init[938]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U |\n[ 57.958606] cloud-init[938]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 57.961731] cloud-init[938]: 2018-08-15 19:05:03,338 - DataSourceEc2.py[WARNING]: Metadata 'network' key not valid: None.\n[ 58.334496] cloud-init[938]: Generating public/private rsa key pair.\n[ 58.336547] cloud-init[938]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key.\n[ 58.340121] cloud-init[938]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\n[ 58.348127] cloud-init[938]: The key fingerprint is:\n[ 58.349707] cloud-init[938]: SHA256:S1MJj3EGo2zEZrLz3OAO95/ns4W4AC5Y/M4Ibu6Xrok root@shaker-vm-36d32c75-903a-4f4f-bb63-599294d5c81b\n[ 58.356380] cloud-init[938]: The key's randomart image is:\n[ 58.358056] cloud-init[938]: +---[RSA 2048]----+\n[ 58.359925] cloud-init[938]: | .. =.o |\n[ 58.365602] cloud-init[938]: | .o+. O . |\n[ 58.367254] cloud-init[938]: | =+ . + |\n[ 58.372927] cloud-init[938]: | .o.. . |\n[ 58.374542] cloud-init[938]: | o=.oS |\n[ 58.380168] cloud-init[938]: | o.o=o.o . . |\n[ 58.381795] cloud-init[938]: | o .=o.o . . . |\n[ 58.383399] cloud-init[938]: | o.oo=. .. oo. |\n[ 58.388930] cloud-init[938]: |E+*+o o .+ooo |\n[ 58.390554] cloud-init[938]: +----[SHA256]-----+\n[ 58.396221] cloud-init[938]: Generating public/private dsa key pair.\n[ 58.398182] cloud-init[938]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key.\n[ 58.404427] cloud-init[938]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\n[ 58.406820] cloud-init[938]: The key fingerprint is:\n[ 58.412361] cloud-init[938]: SHA256:ubYgc3I3o6LYz2vKR9/Q9Ad8fBGKE0XD673T7tg9HGw root@shaker-vm-36d32c75-903a-4f4f-bb63-599294d5c81b\n[ 58.416076] cloud-init[938]: The key's randomart image is:\n[[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler).\n[[0;32m OK [0m] Reached target Network is Online.\n[ 58.421454] cloud-init[938]: +---[DSA 1024]----+\n Starting iSCSI initiator daemon (iscsid)...[ 58.424397] cloud-init[938]: | .++ .. |\n[ 58.425382] cloud-init[938]: | o.o. |\n[ 58.426349] cloud-init[938]: | .o... . |\n[ 58.427311] cloud-init[938]: | ..o.+ . |\n[[0;32m OK [0m] Reached target Cloud-config availability.\n[[0;32m OK [0m] Reached target System Initialization.\n[[0;32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[ 58.432917] cloud-init[938]: | oS. + o. |\n\n Starting Socket activation for snappy daemon.\n[ 58.436910] cloud-init[938]: | . . ... o .E |[[0;32m OK [0m] Listening on ACPID Listen Socket.\n Starting LXD - unix socket.\n\n[ 58.442173] cloud-init[938]: | .+.+o* . oo.|\n[ 58.443481] [[0;32m OK [0m] Started ACPI Events Check.\n[[0;32m OK [0m] Reached target Paths.\n[[0;32m OK [0m] Started Daily Cleanup of Temporary Directories.\n[[0;32m OK [0m] Started Daily apt download activities.cloud-init[938]: | + .+*.=.+ o=o|\n[ 58.448947] cloud-init[938]: |. =*+o. . .+*|\n[ 58.449911] cloud-init[938]: +----[SHA256]-----+\n[ 58.450883] cloud-init[938]: Generating public/private ecdsa key pair.\n\n[[0;32m OK [0m] Started Daily apt upgrade and clean activities.\n[[0;32m OK [0m] Reached target Timers.\n[[0;32m OK [0m] Listening on UUID daemon activation socket.\n[[0;32m OK [0m[ 58.456114] cloud-init[938]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\n[ 58.457616] cloud-init[938]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\n[ 58.459138] cloud-init[938]: The key fingerprint is:] Listening on Socket activation for snappy daemon.\n[[0;32m OK [0m] Listening on LXD - unix socket.\n\n[ 58.463651] cloud-init[938]: SHA256:kGeVgPvgtcdMzeERla+LjmSW+QoD8M504LPV3wWjVoE root@shaker-vm-36d32c75-903a-4f4f-bb63-599294d5c81b\n[ 58.465885] cloud-init[938]: The key's randomart image is:\n[[0;32m OK [0m] Reached target Sockets.\n[ 58.470055] cloud-init[938]: +---[ECDSA 256]---+\n[ 58.471306] cloud-init[938]: [[0;32m OK [0m] Reached target Basic System.\n Starting System Logging Service...\n[[0;32m OK [0m] Started iperf3 Service.\n| ......+o. |\n[ 58.476572] cloud-init[938]: | .. .. E .. |\n[ 58.477845] cloud-init[938]: | . +.o + o+. |\n[ 58.479098] cloud-init[938]: | +o=... +o o.|\n Starting Accounts Service...\n[[0;32m OK [0m] Started iperf Service.\n[ 58.481487] cloud-init[938]: | .*+S=. o ..|[[0;32m OK [0m] Started Regular background program processing daemon.\n\n[ 58.494107] cloud-init[938]: | +.*o += ... |\n[[0;32m OK [0m] Started Deferred execution scheduler.\n[[0;32m OK [0m] Started Unattended Upgrades Shutdown.\n[ 58.500514] Starting Pollinate to seed the pseudo random number generator...\n Starting LXD - container startup/shutdown...\n Starting Apply the settings specified in cloud-config...cloud-init[938]: | + o.* .... |\n[ 58.511002] cloud-init[938]: | * o. . |\n[ 58.513217] \n[[0;32m OK [0m] Started ACPI event daemon.\n Starting LSB: MD monitoring daemon...\n Starting /etc/rc.local Compatibility...\n Starting LSB: Record successful boot for GRUB...\n[[0;32m OK [0m] Started FUSE filesystem for LXC.\n[[0;32m OK [0m] Started D-Bus System Message Bus.\ncloud-init[938]: | ooo |\n[ 58.566371] cloud-init[938]: +----[SHA256]-----+\n[ 58.571905] cloud-init[938]: Generating public/private ed25519 key pair. Starting Login Service...\n Starting Snappy daemon...\n[[0;32m OK [0m] Started /etc/rc.local Compatibility.\n\n[ 58.614481] cloud-init[938]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key.\n[ 58.636818] cloud-init[938]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\n[ 58.657725] [[0;32m OK [0m] Started Login Service.\n Starting Authenticate and Authorize Users to Run Privileged Tasks...\ncloud-init[938]: The key fingerprint is:[[0;32m OK [0m] Started LSB: Record successful boot for GRUB.\n[[0;32m OK [0m] Started LXD - container startup/shutdown.\n\n[[0;32m OK [0m] Started LSB: MD monitoring daemon.\n[ 58.711819] cloud-init[938]: SHA256:d9qzAjMlTFT3jZaQtI6aDu0hJpkVsI9s6hiA3opKHYY root@shaker-vm-36d32c75-903a-4f4f-bb63-599294d5c81b\n[ 58.724707] [[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks.\n[[0;32m OK [0m] Started Accounts Service.\ncloud-init[938]: The key's randomart image is:\n[ 58.735884] cloud-init[938]: +--[ED25519 256]--+\n[ 58.740075] cloud-init[938]: | . .....+. |\n[ 58.745393] cloud-init[938]: | o . ..+ + |\n[ 58.752275] cloud-init[938]: | . .o . = .|\n[ 58.757761] cloud-init[938]: |. .. o .o .o . |\n[ 58.762275] cloud-init[938]: |oE o+ o Soo o |\n[ 58.768078] cloud-init[938]: |o +o.+ .++ + |\n[ 58.773369] cloud-init[938]: |.o.o+ + =+. o |\n[ 58.781414] cloud-init[938]: |o+. o = .. o |\n[ 58.785236] cloud-init[938]: |=.. o .. |\n[ 58.792391] cloud-init[938]: +----[SHA256]-----+\n[[0;32m OK [0m] Started Snappy daemon.\n Starting Wait until snapd is fully seeded...\n[ 59.155941] cloud-init[1057]: Generating locales (this might take a while)...\n[ 59.825495] cloud-init[1057]: en_US.UTF-8... done\n[ 59.827657] cloud-init[1057]: Generation complete.\n"} 2018-08-15 19:05:13,815 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/ce456fff-07dc-4039-9b4b-ff12691770bc/action used request id req-8d1597ce-3069-4450-a1f7-b246dbd09bb4 2018-08-15 19:05:13,816 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0775671005249s 2018-08-15 19:05:13,817 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/ce456fff-07dc-4039-9b4b-ff12691770bc/action used request id req-8d1597ce-3069-4450-a1f7-b246dbd09bb4 2018-08-15 19:05:13,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 719860006 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.174131] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.176422] pid_max: default: 32768 minimum: 301 [ 0.177666] ACPI: Core revision 20150930 [ 0.179358] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.181166] Security Framework initialized [ 0.182301] Yama: becoming mindful. [ 0.183312] AppArmor: AppArmor initialized [ 0.184479] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.186289] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.188012] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.189645] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.191513] Initializing cgroup subsys io [ 0.192630] Initializing cgroup subsys memory [ 0.193816] Initializing cgroup subsys devices [ 0.195007] Initializing cgroup subsys freezer [ 0.196202] Initializing cgroup subsys net_cls [ 0.197398] Initializing cgroup subsys perf_event [ 0.198639] Initializing cgroup subsys net_prio [ 0.199847] Initializing cgroup subsys hugetlb [ 0.201042] Initializing cgroup subsys pids [ 0.202210] CPU: Physical Processor ID: 0 [ 0.203998] mce: CPU supports 10 MCE banks [ 0.205154] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.206523] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.208006] Spectre V2 : Mitigation: Full generic retpoline [ 0.209425] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported [ 0.211208] Speculative Store Bypass: Vulnerable [ 0.228487] Freeing SMP alternatives memory: 32K [ 0.234294] ftrace: allocating 32237 entries in 126 pages [ 0.268701] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.270359] smpboot: Max logical packages: 1 [ 0.271744] x2apic enabled [ 0.272894] Switched APIC routing to physical x2apic. [ 0.275340] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.276864] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.279582] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.282026] KVM setup paravirtual spinlock [ 0.283650] x86: Booted up 1 node, 1 CPUs [ 0.284763] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.286653] devtmpfs: initialized [ 0.288637] evm: security.selinux [ 0.289599] evm: security.SMACK64 [ 0.290564] evm: security.SMACK64EXEC [ 0.291595] evm: security.SMACK64TRANSMUTE [ 0.292705] evm: security.SMACK64MMAP [ 0.293724] evm: security.ima [ 0.294610] evm: security.capability [ 0.295708] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.298167] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.299764] pinctrl core: initialized pinctrl subsystem [ 0.301246] RTC time: 19:04:06, date: 08/15/18 [ 0.302535] NET: Registered protocol family 16 [ 0.303849] cpuidle: using governor ladder [ 0.304986] cpuidle: using governor menu [ 0.306067] PCCT header not found. [ 0.307102] ACPI: bus type PCI registered [ 0.308207] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.309875] PCI: Using configuration type 1 for base access [ 0.312079] ACPI: Added _OSI(Module Device) [ 0.313225] ACPI: Added _OSI(Processor Device) [ 0.314393] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.315614] ACPI: Added _OSI(Processor Aggregator Device) [ 0.317809] ACPI: Interpreter enabled [ 0.318855] ACPI: (supports S0 S5) [ 0.319817] ACPI: Using IOAPIC for interrupt routing [ 0.321091] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.325011] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.326552] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.328204] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.329799] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.332752] acpiphp: Slot [3] registered [ 0.333843] acpiphp: Slot [4] registered [ 0.334927] acpiphp: Slot [5] registered [ 0.336007] acpiphp: Slot [6] registered [ 0.351191] acpiphp: Slot [7] registered [ 0.354558] acpiphp: Slot [8] registered [ 0.355891] acpiphp: Slot [9] registered [ 0.356976] acpiphp: Slot [10] registered [ 0.358081] acpiphp: Slot [11] registered [ 0.359209] acpiphp: Slot [12] registered [ 0.360315] acpiphp: Slot [13] registered [ 0.361419] acpiphp: Slot [14] registered [ 0.362521] acpiphp: Slot [15] registered [ 0.363629] acpiphp: Slot [16] registered [ 0.364742] acpiphp: Slot [17] registered [ 0.365841] acpiphp: Slot [18] registered [ 0.366949] acpiphp: Slot [19] registered [ 0.368289] acpiphp: Slot [20] registered [ 0.369402] acpiphp: Slot [21] registered [ 0.370501] acpiphp: Slot [22] registered [ 0.371608] acpiphp: Slot [23] registered [ 0.372704] acpiphp: Slot [24] registered [ 0.373812] acpiphp: Slot [25] registered [ 0.374918] acpiphp: Slot [26] registered [ 0.376026] acpiphp: Slot [27] registered [ 0.377130] acpiphp: Slot [28] registered [ 0.378236] acpiphp: Slot [29] registered [ 0.379348] acpiphp: Slot [30] registered [ 0.380454] acpiphp: Slot [31] registered [ 0.381566] PCI host bridge to bus 0000:00 [ 0.382695] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.384354] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.386010] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.388009] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.390007] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.392062] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.397477] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.399202] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.400806] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.402546] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.406799] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.408781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.431492] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.433533] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.435487] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.437645] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.439571] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.441306] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.443273] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.444724] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.446856] vgaarb: loaded [ 0.447697] vgaarb: bridge control possible 0000:00:02.0 [ 0.449470] SCSI subsystem initialized [ 0.450786] ACPI: bus type USB registered [ 0.451943] usbcore: registered new interface driver usbfs [ 0.453367] usbcore: registered new interface driver hub [ 0.454748] usbcore: registered new device driver usb [ 0.456291] PCI: Using ACPI for IRQ routing [ 0.457878] NetLabel: Initializing [ 0.458879] NetLabel: domain hash size = 128 [ 0.460051] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.461389] NetLabel: unlabeled traffic allowed by default [ 0.462995] amd_nb: Cannot enumerate AMD northbridges [ 0.464361] clocksource: Switched to clocksource kvm-clock [ 0.473904] AppArmor: AppArmor Filesystem Enabled [ 0.475239] pnp: PnP ACPI init [ 0.476515] pnp: PnP ACPI: found 5 devices [ 0.483432] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.485795] NET: Registered protocol family 2 [ 0.487258] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.489011] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.490643] TCP: Hash tables configured (established 4096 bind 4096) [ 0.492282] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.493756] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.495391] NET: Registered protocol family 1 [ 0.496599] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.498102] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.499569] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.515857] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.533432] Unpacking initramfs... [ 1.027618] Freeing initrd memory: 37084K [ 1.029131] Scanning for low memory corruption every 60 seconds [ 1.031001] audit: initializing netlink subsys (disabled) [ 1.032451] audit: type=2000 audit(1534359846.829:1): initialized [ 1.034276] Initialise system trusted keyring [ 1.035632] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.037235] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.039973] zbud: loaded [ 1.041068] VFS: Disk quotas dquot_6.6.0 [ 1.042218] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.044130] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 1.045866] fuse init (API version 7.23) [ 1.047107] Key type big_key registered [ 1.048222] Allocating IMA MOK and blacklist keyrings. [ 1.049933] Key type asymmetric registered [ 1.051078] Asymmetric key parser 'x509' registered [ 1.052420] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 1.054476] io scheduler noop registered [ 1.055575] io scheduler deadline registered (default) [ 1.056943] io scheduler cfq registered [ 1.058109] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.059555] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.061309] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.063313] ACPI: Power Button [PWRF] [ 1.064496] GHES: HEST is not enabled! [ 1.080213] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.112790] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.115678] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 1.139438] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 1.142509] Linux agpgart interface v0.103 [ 1.145360] loop: module loaded [ 1.149108] vda: vda1 [ 1.150670] scsi host0: ata_piix [ 1.151729] scsi host1: ata_piix [ 1.152744] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.154431] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.156720] libphy: Fixed MDIO Bus: probed [ 1.157878] tun: Universal TUN/TAP device driver, 1.6 [ 1.159219] tun: (C) 1999-2004 Max Krasnyansky [ 1.161890] PPP generic driver version 2.4.2 [ 1.163154] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.164811] ehci-pci: EHCI PCI platform driver [ 1.166035] ehci-platform: EHCI generic platform driver [ 1.167412] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.168979] ohci-pci: OHCI PCI platform driver [ 1.170197] ohci-platform: OHCI generic platform driver [ 1.171565] uhci_hcd: USB Universal Host Controller Interface driver [ 1.187877] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.189270] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.191305] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.192704] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.194285] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.195956] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.197909] usb usb1: Product: UHCI Host Controller [ 1.199191] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd [ 1.200771] usb usb1: SerialNumber: 0000:00:01.2 [ 1.202092] hub 1-0:1.0: USB hub found [ 1.203170] hub 1-0:1.0: 2 ports detected [ 1.204438] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.207357] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.208673] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.210095] mousedev: PS/2 mouse device common for all mice [ 1.211832] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.214366] rtc_cmos 00:00: RTC can wake from S4 [ 1.215908] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.217557] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.219203] i2c /dev entries driver [ 1.220272] device-mapper: uevent: version 1.0.3 [ 1.221579] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 1.223815] ledtrig-cpu: registered to indicate activity on CPUs [ 1.225614] NET: Registered protocol family 10 [ 1.227110] NET: Registered protocol family 17 [ 1.228339] Key type dns_resolver registered [ 1.229748] registered taskstats version 1 [ 1.230933] Loading compiled-in X.509 certificates [ 1.232774] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb' [ 1.235338] zswap: loaded using pool lzo/zbud [ 1.237933] Key type trusted registered [ 1.241005] Key type encrypted registered [ 1.242158] AppArmor: AppArmor sha1 policy hashing enabled [ 1.243597] ima: No TPM chip found, activating TPM-bypass! [ 1.245047] evm: HMAC attrs: 0x1 [ 1.246354] Magic number: 14:667:91 [ 1.247514] rtc_cmos 00:00: setting system clock to 2018-08-15 19:04:06 UTC (1534359846) [ 1.249770] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 1.251291] EDD information not available. [ 1.313944] Freeing unused kernel memory: 1512K [ 1.315191] Write protecting the kernel read-only data: 14336k [ 1.332306] Freeing unused kernel memory: 1692K [ 1.333749] Freeing unused kernel memory: 96K Loading, please wait... starting version 229 [ 1.344443] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.346846] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.349606] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.352176] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.354687] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.360426] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.365355] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.367877] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.372173] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.374600] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.429704] virtio_net virtio0 ens3: renamed from eth0 [ 1.436914] [drm] Initialized drm 1.1.0 20060810 [ 1.438828] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4 [ 1.441332] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.464788] FDC 0 is a S82078B [ 1.479303] AVX2 version of gcm_enc/dec engaged. [ 1.480566] AES CTR mode by8 optimization enabled [ 1.512399] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.673144] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.674836] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.676576] usb 1-1: Product: QEMU USB Tablet [ 1.677739] usb 1-1: Manufacturer: QEMU [ 1.678789] usb 1-1: SerialNumber: 42 [ 1.686574] hidraw: raw HID events driver (C) Jiri Kosina [ 1.693492] usbcore: registered new interface driver usbhid [ 1.694961] usbhid: USB HID core driver [ 1.697370] 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.700436] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0 [ 2.028396] tsc: Refined TSC clocksource calibration: 3491.844 MHz [ 2.028397] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255381c9ba, max_idle_ns: 440795307994 ns Begin: Loading essential drivers ... [ 2.066934] md: linear personality registered for level -1 [ 2.070476] md: multipath personality registered for level -4 [ 2.074061] md: raid0 personality registered for level 0 [ 2.078043] md: raid1 personality registered for level 1 [ 2.148360] raid6: sse2x1 gen() 11405 MB/s [ 2.216358] raid6: sse2x1 xor() 8893 MB/s [ 2.284364] raid6: sse2x2 gen() 14613 MB/s [ 2.352388] raid6: sse2x2 xor() 9692 MB/s [ 2.420356] raid6: sse2x4 gen() 16833 MB/s [ 2.488357] raid6: sse2x4 xor() 11718 MB/s [ 2.556356] raid6: avx2x1 gen() 22207 MB/s [ 2.624356] raid6: avx2x2 gen() 26131 MB/s [ 2.692356] raid6: avx2x4 gen() 29932 MB/s [ 2.696892] raid6: using algorithm avx2x4 gen() 29932 MB/s [ 2.698308] raid6: using avx2x2 recovery algorithm [ 2.702654] xor: automatically using best checksumming function: [ 2.740356] avx : 31636.000 MB/sec [ 2.742938] async_tx: api initialized (async) [ 2.754351] md: raid6 personality registered for level 6 [ 2.755748] md: raid5 personality registered for level 5 [ 2.757127] md: raid4 personality registered for level 4 [ 2.763549] 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.796557] Btrfs loaded Scanning for Btrfs filesystems done. Warning: fsck not present, so skipping root file system [ 2.817187] 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.915475] 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.919946] systemd[1]: Detected virtualization kvm. [ 2.921281] systemd[1]: Detected architecture x86-64. Welcome to [1mUbuntu 16.04.4 LTS[0m! [ 2.924986] systemd[1]: Set hostname to . [ 2.928065] systemd[1]: Initializing machine ID from KVM UUID. [ 2.929592] systemd[1]: Installed transient /etc/machine-id file. [ 3.030723] systemd[1]: Listening on Device-mapper event daemon FIFOs. [[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs. [ 3.033979] systemd[1]: Listening on fsck to fsckd communication Socket. [[0;32m OK [0m] Listening on fsck to fsckd communication Socket. [ 3.037130] systemd[1]: Reached target Encrypted Volumes. [[0;32m OK [0m] Reached target Encrypted Volumes. [ 3.040078] systemd[1]: Created slice System Slice. [[0;32m OK [0m] Created slice System Slice. [ 3.042648] systemd[1]: Listening on LVM2 poll daemon socket. [[0;32m OK [0m] Listening on LVM2 poll daemon socket. [ 3.045506] systemd[1]: Listening on LVM2 metadata daemon socket. [[0;32m OK [0m] Listening on LVM2 metadata daemon socket. [ 3.048442] systemd[1]: Reached target Swap. [[0;32m OK [0m] Reached target Swap. [ 3.050770] systemd[1]: Listening on udev Control Socket. [[0;32m OK [0m] Listening on udev Control Socket. [ 3.053467] systemd[1]: Listening on Journal Socket (/dev/log). [[0;32m OK [0m] Listening on Journal Socket (/dev/log). [ 3.056480] systemd[1]: Created slice system-serial\x2dgetty.slice. [[0;32m OK [0m] Created slice system-serial\x2dgetty.slice. [ 3.059461] systemd[1]: Listening on Journal Socket. [[0;32m OK [0m] Listening on Journal Socket. [ 3.062403] systemd[1]: Starting Set console keymap... Starting Set console keymap... [ 3.065307] systemd[1]: Mounting Huge Pages File System... Mounting Huge Pages File System... [ 3.069409] systemd[1]: Mounting POSIX Message Queue File System... Mounting POSIX Message Queue File System... [ 3.081277] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling... Starting Monitoring of LVM2 mirrors... dmeventd or progress polling... [ 3.093415] systemd[1]: Mounting Debug File System... Mounting Debug File System... [ 3.099199] systemd[1]: Starting Uncomplicated firewall... Starting Uncomplicated firewall... [ 3.105135] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. [[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [ 3.117704] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe. [[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [ 3.123521] systemd[1]: Reached target User and Group Name Lookups. [[0;32m OK [0m] Reached target User and Group Name Lookups. [ 3.127134] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch. [ 3.131371] systemd[1]: Starting Nameserver information manager... Starting Nameserver information manager... [ 3.134343] systemd[1]: Created slice User and Session Slice. [[0;32m OK [0m] Created slice User and Session Slice. [ 3.138118] systemd[1]: Reached target Slices. [[0;32m OK [0m] Reached target Slices. [ 3.141023] systemd[1]: Listening on Syslog Socket. [[0;32m OK [0m] Listening on Syslog Socket. [ 3.143609] systemd[1]: Listening on Journal Audit Socket. [[0;32m OK [0m] Listening on Journal Audit Socket. [ 3.146891] systemd[1]: Starting Journal Service... . Starting Journal Service... [ 3.150207] systemd[1]: Starting Create list of required static device nodes for the current kernel... Starting Create list of required st... nodes for the current kernel... [ 3.158052] systemd[1]: Started Trigger resolvconf update for networkd DNS. [[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS. [ 3.172783] systemd[1]: Starting Load Kernel Modules... Starting Load Kernel Modules... [ 3.176502] systemd[1]: Listening on udev Kernel Socket. [[0;32m OK [0m] Listening on udev Kernel Socket. [ 3.183389] systemd[1]: Mounted POSIX Message Queue File System. [[0;32m OK [0m] Mounted POSIX Message Queue File System. [ 3.187160] systemd[1]: Mounted Huge Pages File System. [[0;32m OK [0m] Mounted Huge Pages File System.[ 3.193464] Loading iSCSI transport class v2.0-870. [ 3.195991] systemd[1]: Mounted Debug File System. [[0;32m OK [0m] Mounted Debug File System. [ 3.201634] systemd[1]: Started Journal Service. [ 3.203989] iscsi: registered transport (tcp) [[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. [[0;32m OK [0m] Started Nameserver information manager. [ 3.246501] iscsi: registered transport (iser) [[0;32m OK [0m] Started Load Kernel Modules. Starting Apply Kernel Variables... Mounting FUSE Control File System... [[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 udev Coldplug all Devices... Starting Flush Journal to Persistent Storage... Starting Load/Save Random Seed... [[0;32m OK [0m] Started Load/Save Random Seed. [[0;32m OK [0m] Started Flush Journal to Persistent Storage. [[0;32m OK [0m] Started udev Coldplug all Devices. [[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch. [[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling. [[0;32m OK [0m] Reached target Local File Systems (Pre). [[0;32m OK [0m] Reached target Local File Systems. Starting LSB: AppArmor initialization... Starting Initial cloud-init job (pre-networking)... Starting Create Volatile Files and Directories... Starting Set console font and keymap... Starting Tell Plymouth To Write Out Runtime Data... Starting Commit a transient machine-id on disk... [[0;32m OK [0m] Started Commit a transient machine-id on disk. [[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data. [[0;32m OK [0m] Started Create Volatile Files and Directories. Starting Network Time Synchronization... Starting Update UTMP about System Boot/Shutdown... [[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown. [[0;32m OK [0m] Started Network Time Synchronization. [[0;32m OK [0m] Reached target System Time Synchronized. [[0;32m OK [0m] Found device /dev/ttyS0. [ 3.983744] 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.604727] cloud-init[482]: Cloud-init v. 18.2 running 'init-local' at Wed, 15 Aug 2018 19:04:09 +0000. Up 4.42 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. [[0;32m OK [0m] Reached target Network. Starting Initial cloud-init job (metadata service crawler)... [ 57.870036] cloud-init[938]: Cloud-init v. 18.2 running 'init' at Wed, 15 Aug 2018 19:04:11 +0000. Up 6.07 seconds. [ 57.872649] cloud-init[938]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++ [ 57.879183] cloud-init[938]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+ [ 57.884121] cloud-init[938]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address | [ 57.892220] cloud-init[938]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+ [ 57.895141] cloud-init[938]: ci-info: | ens3 | True | 192.168.120.27 | 255.255.255.0 | . | fa:16:3e:6f:13:a9 | [ 57.898576] cloud-init[938]: ci-info: | ens3 | True | fe80::f816:3eff:fe6f:13a9/64 | . | link | fa:16:3e:6f:13:a9 | [ 57.907021] cloud-init[938]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . | [ 57.912343] cloud-init[938]: ci-info: | lo | True | ::1/128 | . | host | . | [ 57.920120] cloud-init[938]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+ [ 57.922923] cloud-init[938]: ci-info: +++++++++++++++++++++++++++++++++Route IPv4 info+++++++++++++++++++++++++++++++++ [ 57.928370] cloud-init[938]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 57.936169] cloud-init[938]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | [ 57.938797] cloud-init[938]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 57.944334] cloud-init[938]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | ens3 | UG | [ 57.952120] cloud-init[938]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | ens3 | UGH | [ 57.954775] cloud-init[938]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U | [ 57.958606] cloud-init[938]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 57.961731] cloud-init[938]: 2018-08-15 19:05:03,338 - DataSourceEc2.py[WARNING]: Metadata 'network' key not valid: None. [ 58.334496] cloud-init[938]: Generating public/private rsa key pair. [ 58.336547] cloud-init[938]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key. [ 58.340121] cloud-init[938]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. [ 58.348127] cloud-init[938]: The key fingerprint is: [ 58.349707] cloud-init[938]: SHA256:S1MJj3EGo2zEZrLz3OAO95/ns4W4AC5Y/M4Ibu6Xrok root@shaker-vm-36d32c75-903a-4f4f-bb63-599294d5c81b [ 58.356380] cloud-init[938]: The key's randomart image is: [ 58.358056] cloud-init[938]: +---[RSA 2048]----+ [ 58.359925] cloud-init[938]: | .. =.o | [ 58.365602] cloud-init[938]: | .o+. O . | [ 58.367254] cloud-init[938]: | =+ . + | [ 58.372927] cloud-init[938]: | .o.. . | [ 58.374542] cloud-init[938]: | o=.oS | [ 58.380168] cloud-init[938]: | o.o=o.o . . | [ 58.381795] cloud-init[938]: | o .=o.o . . . | [ 58.383399] cloud-init[938]: | o.oo=. .. oo. | [ 58.388930] cloud-init[938]: |E+*+o o .+ooo | [ 58.390554] cloud-init[938]: +----[SHA256]-----+ [ 58.396221] cloud-init[938]: Generating public/private dsa key pair. [ 58.398182] cloud-init[938]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key. [ 58.404427] cloud-init[938]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. [ 58.406820] cloud-init[938]: The key fingerprint is: [ 58.412361] cloud-init[938]: SHA256:ubYgc3I3o6LYz2vKR9/Q9Ad8fBGKE0XD673T7tg9HGw root@shaker-vm-36d32c75-903a-4f4f-bb63-599294d5c81b [ 58.416076] cloud-init[938]: The key's randomart image is: [[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler). [[0;32m OK [0m] Reached target Network is Online. [ 58.421454] cloud-init[938]: +---[DSA 1024]----+ Starting iSCSI initiator daemon (iscsid)...[ 58.424397] cloud-init[938]: | .++ .. | [ 58.425382] cloud-init[938]: | o.o. | [ 58.426349] cloud-init[938]: | .o... . | [ 58.427311] cloud-init[938]: | ..o.+ . | [[0;32m OK [0m] Reached target Cloud-config availability. [[0;32m OK [0m] Reached target System Initialization. [[0;32m OK [0m] Listening on D-Bus System Message Bus Socket. [ 58.432917] cloud-init[938]: | oS. + o. | Starting Socket activation for snappy daemon. [ 58.436910] cloud-init[938]: | . . ... o .E |[[0;32m OK [0m] Listening on ACPID Listen Socket. Starting LXD - unix socket. [ 58.442173] cloud-init[938]: | .+.+o* . oo.| [ 58.443481] [[0;32m OK [0m] Started ACPI Events Check. [[0;32m OK [0m] Reached target Paths. [[0;32m OK [0m] Started Daily Cleanup of Temporary Directories. [[0;32m OK [0m] Started Daily apt download activities.cloud-init[938]: | + .+*.=.+ o=o| [ 58.448947] cloud-init[938]: |. =*+o. . .+*| [ 58.449911] cloud-init[938]: +----[SHA256]-----+ [ 58.450883] cloud-init[938]: Generating public/private ecdsa key pair. [[0;32m OK [0m] Started Daily apt upgrade and clean activities. [[0;32m OK [0m] Reached target Timers. [[0;32m OK [0m] Listening on UUID daemon activation socket. [[0;32m OK [0m[ 58.456114] cloud-init[938]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. [ 58.457616] cloud-init[938]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. [ 58.459138] cloud-init[938]: The key fingerprint is:] Listening on Socket activation for snappy daemon. [[0;32m OK [0m] Listening on LXD - unix socket. [ 58.463651] cloud-init[938]: SHA256:kGeVgPvgtcdMzeERla+LjmSW+QoD8M504LPV3wWjVoE root@shaker-vm-36d32c75-903a-4f4f-bb63-599294d5c81b [ 58.465885] cloud-init[938]: The key's randomart image is: [[0;32m OK [0m] Reached target Sockets. [ 58.470055] cloud-init[938]: +---[ECDSA 256]---+ [ 58.471306] cloud-init[938]: [[0;32m OK [0m] Reached target Basic System. Starting System Logging Service... [[0;32m OK [0m] Started iperf3 Service. | ......+o. | [ 58.476572] cloud-init[938]: | .. .. E .. | [ 58.477845] cloud-init[938]: | . +.o + o+. | [ 58.479098] cloud-init[938]: | +o=... +o o.| Starting Accounts Service... [[0;32m OK [0m] Started iperf Service. [ 58.481487] cloud-init[938]: | .*+S=. o ..|[[0;32m OK [0m] Started Regular background program processing daemon. [ 58.494107] cloud-init[938]: | +.*o += ... | [[0;32m OK [0m] Started Deferred execution scheduler. [[0;32m OK [0m] Started Unattended Upgrades Shutdown. [ 58.500514] Starting Pollinate to seed the pseudo random number generator... Starting LXD - container startup/shutdown... Starting Apply the settings specified in cloud-config...cloud-init[938]: | + o.* .... | [ 58.511002] cloud-init[938]: | * o. . | [ 58.513217] [[0;32m OK [0m] Started ACPI event daemon. Starting LSB: MD monitoring daemon... Starting /etc/rc.local Compatibility... Starting LSB: Record successful boot for GRUB... [[0;32m OK [0m] Started FUSE filesystem for LXC. [[0;32m OK [0m] Started D-Bus System Message Bus. cloud-init[938]: | ooo | [ 58.566371] cloud-init[938]: +----[SHA256]-----+ [ 58.571905] cloud-init[938]: Generating public/private ed25519 key pair. Starting Login Service... Starting Snappy daemon... [[0;32m OK [0m] Started /etc/rc.local Compatibility. [ 58.614481] cloud-init[938]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. [ 58.636818] cloud-init[938]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. [ 58.657725] [[0;32m OK [0m] Started Login Service. Starting Authenticate and Authorize Users to Run Privileged Tasks... cloud-init[938]: The key fingerprint is:[[0;32m OK [0m] Started LSB: Record successful boot for GRUB. [[0;32m OK [0m] Started LXD - container startup/shutdown. [[0;32m OK [0m] Started LSB: MD monitoring daemon. [ 58.711819] cloud-init[938]: SHA256:d9qzAjMlTFT3jZaQtI6aDu0hJpkVsI9s6hiA3opKHYY root@shaker-vm-36d32c75-903a-4f4f-bb63-599294d5c81b [ 58.724707] [[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks. [[0;32m OK [0m] Started Accounts Service. cloud-init[938]: The key's randomart image is: [ 58.735884] cloud-init[938]: +--[ED25519 256]--+ [ 58.740075] cloud-init[938]: | . .....+. | [ 58.745393] cloud-init[938]: | o . ..+ + | [ 58.752275] cloud-init[938]: | . .o . = .| [ 58.757761] cloud-init[938]: |. .. o .o .o . | [ 58.762275] cloud-init[938]: |oE o+ o Soo o | [ 58.768078] cloud-init[938]: |o +o.+ .++ + | [ 58.773369] cloud-init[938]: |.o.o+ + =+. o | [ 58.781414] cloud-init[938]: |o+. o = .. o | [ 58.785236] cloud-init[938]: |=.. o .. | [ 58.792391] cloud-init[938]: +----[SHA256]-----+ [[0;32m OK [0m] Started Snappy daemon. Starting Wait until snapd is fully seeded... [ 59.155941] cloud-init[1057]: Generating locales (this might take a while)... [ 59.825495] cloud-init[1057]: en_US.UTF-8... done [ 59.827657] cloud-init[1057]: Generation complete. 2018-08-15 19:05:13,820 - functest.core.singlevm - DEBUG - try 8: cannot connect to 172.30.9.208: [Errno None] Unable to connect to port 22 on 172.30.9.208 2018-08-15 19:05:22,828 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-15 19:05:22,831 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/ce456fff-07dc-4039-9b4b-ff12691770bc/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}4b89feb68875fb64721c435964706bdca37986cb" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-15 19:05:22,915 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 19:05:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ae43ca6f-71f3-4c59-999a-c2cf1a141d0b x-compute-request-id: req-ae43ca6f-71f3-4c59-999a-c2cf1a141d0b Content-Encoding: gzip Content-Length: 12954 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 719860006 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on 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.174131] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.176422] pid_max: default: 32768 minimum: 301\n[ 0.177666] ACPI: Core revision 20150930\n[ 0.179358] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.181166] Security Framework initialized\n[ 0.182301] Yama: becoming mindful.\n[ 0.183312] AppArmor: AppArmor initialized\n[ 0.184479] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.186289] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.188012] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.189645] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.191513] Initializing cgroup subsys io\n[ 0.192630] Initializing cgroup subsys memory\n[ 0.193816] Initializing cgroup subsys devices\n[ 0.195007] Initializing cgroup subsys freezer\n[ 0.196202] Initializing cgroup subsys net_cls\n[ 0.197398] Initializing cgroup subsys perf_event\n[ 0.198639] Initializing cgroup subsys net_prio\n[ 0.199847] Initializing cgroup subsys hugetlb\n[ 0.201042] Initializing cgroup subsys pids\n[ 0.202210] CPU: Physical Processor ID: 0\n[ 0.203998] mce: CPU supports 10 MCE banks\n[ 0.205154] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.206523] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.208006] Spectre V2 : Mitigation: Full generic retpoline\n[ 0.209425] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported\n[ 0.211208] Speculative Store Bypass: Vulnerable\n[ 0.228487] Freeing SMP alternatives memory: 32K\n[ 0.234294] ftrace: allocating 32237 entries in 126 pages\n[ 0.268701] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.270359] smpboot: Max logical packages: 1\n[ 0.271744] x2apic enabled\n[ 0.272894] Switched APIC routing to physical x2apic.\n[ 0.275340] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.276864] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.279582] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.282026] KVM setup paravirtual spinlock\n[ 0.283650] x86: Booted up 1 node, 1 CPUs\n[ 0.284763] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.286653] devtmpfs: initialized\n[ 0.288637] evm: security.selinux\n[ 0.289599] evm: security.SMACK64\n[ 0.290564] evm: security.SMACK64EXEC\n[ 0.291595] evm: security.SMACK64TRANSMUTE\n[ 0.292705] evm: security.SMACK64MMAP\n[ 0.293724] evm: security.ima\n[ 0.294610] evm: security.capability\n[ 0.295708] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.298167] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.299764] pinctrl core: initialized pinctrl subsystem\n[ 0.301246] RTC time: 19:04:06, date: 08/15/18\n[ 0.302535] NET: Registered protocol family 16\n[ 0.303849] cpuidle: using governor ladder\n[ 0.304986] cpuidle: using governor menu\n[ 0.306067] PCCT header not found.\n[ 0.307102] ACPI: bus type PCI registered\n[ 0.308207] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.309875] PCI: Using configuration type 1 for base access\n[ 0.312079] ACPI: Added _OSI(Module Device)\n[ 0.313225] ACPI: Added _OSI(Processor Device)\n[ 0.314393] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.315614] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.317809] ACPI: Interpreter enabled\n[ 0.318855] ACPI: (supports S0 S5)\n[ 0.319817] ACPI: Using IOAPIC for interrupt routing\n[ 0.321091] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.325011] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.326552] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.328204] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.329799] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.332752] acpiphp: Slot [3] registered\n[ 0.333843] acpiphp: Slot [4] registered\n[ 0.334927] acpiphp: Slot [5] registered\n[ 0.336007] acpiphp: Slot [6] registered\n[ 0.351191] acpiphp: Slot [7] registered\n[ 0.354558] acpiphp: Slot [8] registered\n[ 0.355891] acpiphp: Slot [9] registered\n[ 0.356976] acpiphp: Slot [10] registered\n[ 0.358081] acpiphp: Slot [11] registered\n[ 0.359209] acpiphp: Slot [12] registered\n[ 0.360315] acpiphp: Slot [13] registered\n[ 0.361419] acpiphp: Slot [14] registered\n[ 0.362521] acpiphp: Slot [15] registered\n[ 0.363629] acpiphp: Slot [16] registered\n[ 0.364742] acpiphp: Slot [17] registered\n[ 0.365841] acpiphp: Slot [18] registered\n[ 0.366949] acpiphp: Slot [19] registered\n[ 0.368289] acpiphp: Slot [20] registered\n[ 0.369402] acpiphp: Slot [21] registered\n[ 0.370501] acpiphp: Slot [22] registered\n[ 0.371608] acpiphp: Slot [23] registered\n[ 0.372704] acpiphp: Slot [24] registered\n[ 0.373812] acpiphp: Slot [25] registered\n[ 0.374918] acpiphp: Slot [26] registered\n[ 0.376026] acpiphp: Slot [27] registered\n[ 0.377130] acpiphp: Slot [28] registered\n[ 0.378236] acpiphp: Slot [29] registered\n[ 0.379348] acpiphp: Slot [30] registered\n[ 0.380454] acpiphp: Slot [31] registered\n[ 0.381566] PCI host bridge to bus 0000:00\n[ 0.382695] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.384354] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.386010] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.388009] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.390007] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.392062] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.397477] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.399202] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.400806] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.402546] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.406799] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.408781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.431492] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.433533] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.435487] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.437645] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.439571] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.441306] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.443273] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.444724] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.446856] vgaarb: loaded\n[ 0.447697] vgaarb: bridge control possible 0000:00:02.0\n[ 0.449470] SCSI subsystem initialized\n[ 0.450786] ACPI: bus type USB registered\n[ 0.451943] usbcore: registered new interface driver usbfs\n[ 0.453367] usbcore: registered new interface driver hub\n[ 0.454748] usbcore: registered new device driver usb\n[ 0.456291] PCI: Using ACPI for IRQ routing\n[ 0.457878] NetLabel: Initializing\n[ 0.458879] NetLabel: domain hash size = 128\n[ 0.460051] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.461389] NetLabel: unlabeled traffic allowed by default\n[ 0.462995] amd_nb: Cannot enumerate AMD northbridges\n[ 0.464361] clocksource: Switched to clocksource kvm-clock\n[ 0.473904] AppArmor: AppArmor Filesystem Enabled\n[ 0.475239] pnp: PnP ACPI init\n[ 0.476515] pnp: PnP ACPI: found 5 devices\n[ 0.483432] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.485795] NET: Registered protocol family 2\n[ 0.487258] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.489011] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.490643] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.492282] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.493756] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.495391] NET: Registered protocol family 1\n[ 0.496599] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.498102] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.499569] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.515857] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.533432] Unpacking initramfs...\n[ 1.027618] Freeing initrd memory: 37084K\n[ 1.029131] Scanning for low memory corruption every 60 seconds\n[ 1.031001] audit: initializing netlink subsys (disabled)\n[ 1.032451] audit: type=2000 audit(1534359846.829:1): initialized\n[ 1.034276] Initialise system trusted keyring\n[ 1.035632] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.037235] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.039973] zbud: loaded\n[ 1.041068] VFS: Disk quotas dquot_6.6.0\n[ 1.042218] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.044130] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.045866] fuse init (API version 7.23)\n[ 1.047107] Key type big_key registered\n[ 1.048222] Allocating IMA MOK and blacklist keyrings.\n[ 1.049933] Key type asymmetric registered\n[ 1.051078] Asymmetric key parser 'x509' registered\n[ 1.052420] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.054476] io scheduler noop registered\n[ 1.055575] io scheduler deadline registered (default)\n[ 1.056943] io scheduler cfq registered\n[ 1.058109] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.059555] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.061309] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.063313] ACPI: Power Button [PWRF]\n[ 1.064496] GHES: HEST is not enabled!\n[ 1.080213] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.112790] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.115678] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.139438] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.142509] Linux agpgart interface v0.103\n[ 1.145360] loop: module loaded\n[ 1.149108] vda: vda1\n[ 1.150670] scsi host0: ata_piix\n[ 1.151729] scsi host1: ata_piix\n[ 1.152744] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.154431] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.156720] libphy: Fixed MDIO Bus: probed\n[ 1.157878] tun: Universal TUN/TAP device driver, 1.6\n[ 1.159219] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.161890] PPP generic driver version 2.4.2\n[ 1.163154] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.164811] ehci-pci: EHCI PCI platform driver\n[ 1.166035] ehci-platform: EHCI generic platform driver\n[ 1.167412] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.168979] ohci-pci: OHCI PCI platform driver\n[ 1.170197] ohci-platform: OHCI generic platform driver\n[ 1.171565] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.187877] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.189270] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.191305] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.192704] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.194285] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.195956] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.197909] usb usb1: Product: UHCI Host Controller\n[ 1.199191] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd\n[ 1.200771] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.202092] hub 1-0:1.0: USB hub found\n[ 1.203170] hub 1-0:1.0: 2 ports detected\n[ 1.204438] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.207357] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.208673] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.210095] mousedev: PS/2 mouse device common for all mice\n[ 1.211832] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.214366] rtc_cmos 00:00: RTC can wake from S4\n[ 1.215908] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.217557] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.219203] i2c /dev entries driver\n[ 1.220272] device-mapper: uevent: version 1.0.3\n[ 1.221579] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.223815] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.225614] NET: Registered protocol family 10\n[ 1.227110] NET: Registered protocol family 17\n[ 1.228339] Key type dns_resolver registered\n[ 1.229748] registered taskstats version 1\n[ 1.230933] Loading compiled-in X.509 certificates\n[ 1.232774] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb'\n[ 1.235338] zswap: loaded using pool lzo/zbud\n[ 1.237933] Key type trusted registered\n[ 1.241005] Key type encrypted registered\n[ 1.242158] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.243597] ima: No TPM chip found, activating TPM-bypass!\n[ 1.245047] evm: HMAC attrs: 0x1\n[ 1.246354] Magic number: 14:667:91\n[ 1.247514] rtc_cmos 00:00: setting system clock to 2018-08-15 19:04:06 UTC (1534359846)\n[ 1.249770] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.251291] EDD information not available.\n[ 1.313944] Freeing unused kernel memory: 1512K\n[ 1.315191] Write protecting the kernel read-only data: 14336k\n[ 1.332306] Freeing unused kernel memory: 1692K\n[ 1.333749] Freeing unused kernel memory: 96K\nLoading, please wait...\nstarting version 229\n[ 1.344443] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.346846] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.349606] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.352176] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.354687] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.360426] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.365355] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.367877] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.372173] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.374600] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.429704] virtio_net virtio0 ens3: renamed from eth0\n[ 1.436914] [drm] Initialized drm 1.1.0 20060810\n[ 1.438828] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 1.441332] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.464788] FDC 0 is a S82078B\n[ 1.479303] AVX2 version of gcm_enc/dec engaged.\n[ 1.480566] AES CTR mode by8 optimization enabled\n[ 1.512399] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.673144] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.674836] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.676576] usb 1-1: Product: QEMU USB Tablet\n[ 1.677739] usb 1-1: Manufacturer: QEMU\n[ 1.678789] usb 1-1: SerialNumber: 42\n[ 1.686574] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.693492] usbcore: registered new interface driver usbhid\n[ 1.694961] usbhid: USB HID core driver\n[ 1.697370] 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.700436] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0\n[ 2.028396] tsc: Refined TSC clocksource calibration: 3491.844 MHz\n[ 2.028397] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255381c9ba, max_idle_ns: 440795307994 ns\nBegin: Loading essential drivers ... [ 2.066934] md: linear personality registered for level -1\n[ 2.070476] md: multipath personality registered for level -4\n[ 2.074061] md: raid0 personality registered for level 0\n[ 2.078043] md: raid1 personality registered for level 1\n[ 2.148360] raid6: sse2x1 gen() 11405 MB/s\n[ 2.216358] raid6: sse2x1 xor() 8893 MB/s\n[ 2.284364] raid6: sse2x2 gen() 14613 MB/s\n[ 2.352388] raid6: sse2x2 xor() 9692 MB/s\n[ 2.420356] raid6: sse2x4 gen() 16833 MB/s\n[ 2.488357] raid6: sse2x4 xor() 11718 MB/s\n[ 2.556356] raid6: avx2x1 gen() 22207 MB/s\n[ 2.624356] raid6: avx2x2 gen() 26131 MB/s\n[ 2.692356] raid6: avx2x4 gen() 29932 MB/s\n[ 2.696892] raid6: using algorithm avx2x4 gen() 29932 MB/s\n[ 2.698308] raid6: using avx2x2 recovery algorithm\n[ 2.702654] xor: automatically using best checksumming function:\n[ 2.740356] avx : 31636.000 MB/sec\n[ 2.742938] async_tx: api initialized (async)\n[ 2.754351] md: raid6 personality registered for level 6\n[ 2.755748] md: raid5 personality registered for level 5\n[ 2.757127] md: raid4 personality registered for level 4\n[ 2.763549] 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.796557] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 2.817187] 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.915475] 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.919946] systemd[1]: Detected virtualization kvm.\n[ 2.921281] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.4 LTS[0m!\n\n[ 2.924986] systemd[1]: Set hostname to .\n[ 2.928065] systemd[1]: Initializing machine ID from KVM UUID.\n[ 2.929592] systemd[1]: Installed transient /etc/machine-id file.\n[ 3.030723] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 3.033979] systemd[1]: Listening on fsck to fsckd communication Socket.\n[[0;32m OK [0m] Listening on fsck to fsckd communication Socket.\n[ 3.037130] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 3.040078] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 3.042648] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 3.045506] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 3.048442] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 3.050770] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 3.053467] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 3.056480] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 3.059461] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 3.062403] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 3.065307] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 3.069409] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 3.081277] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...\n Starting Monitoring of LVM2 mirrors... dmeventd or progress polling...\n[ 3.093415] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 3.099199] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 3.105135] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.\n[[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n[ 3.117704] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 3.123521] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 3.127134] systemd[1]: Started Forward Password Requests to Wall Directory Watch.\n[[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch.\n[ 3.131371] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 3.134343] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 3.138118] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 3.141023] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 3.143609] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 3.146891] systemd[1]: Starting Journal Service...\n. Starting Journal Service...\n[ 3.150207] systemd[1]: Starting Create list of required static device nodes for the current kernel...\n Starting Create list of required st... nodes for the current kernel...\n[ 3.158052] systemd[1]: Started Trigger resolvconf update for networkd DNS.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[ 3.172783] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 3.176502] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 3.183389] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 3.187160] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.[ 3.193464] Loading iSCSI transport class v2.0-870.\n\n[ 3.195991] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 3.201634] systemd[1]: Started Journal Service.\n[ 3.203989] iscsi: registered transport (tcp)\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[[0;32m OK [0m] Started Nameserver information manager.\n[ 3.246501] iscsi: registered transport (iser)\n[[0;32m OK [0m] Started Load Kernel Modules.\n Starting Apply Kernel Variables...\n Mounting FUSE Control File System...\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting Create Static Device Nodes in /dev...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n Starting File System Check on Root Device...\n[[0;32m OK [0m] Started File System Check Daemon to report status.\n[[0;32m OK [0m] Started File System Check on Root Device.\n Starting Remount Root and Kernel File Systems...\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n Starting udev Coldplug all Devices...\n Starting Flush Journal to Persistent Storage...\n Starting Load/Save Random Seed...\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting LSB: AppArmor initialization...\n Starting Initial cloud-init job (pre-networking)...\n Starting Create Volatile Files and Directories...\n Starting Set console font and keymap...\n Starting Tell Plymouth To Write Out Runtime Data...\n Starting Commit a transient machine-id on disk...\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n[[0;32m OK [0m] Started Create Volatile Files and Directories.\n Starting Network Time Synchronization...\n Starting Update UTMP about System Boot/Shutdown...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[ 3.983744] 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.604727] cloud-init[482]: Cloud-init v. 18.2 running 'init-local' at Wed, 15 Aug 2018 19:04:09 +0000. Up 4.42 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[[0;32m OK [0m] Reached target Network.\n Starting Initial cloud-init job (metadata service crawler)...\n[ 57.870036] cloud-init[938]: Cloud-init v. 18.2 running 'init' at Wed, 15 Aug 2018 19:04:11 +0000. Up 6.07 seconds.\n[ 57.872649] cloud-init[938]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++\n[ 57.879183] cloud-init[938]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 57.884121] cloud-init[938]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |\n[ 57.892220] cloud-init[938]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 57.895141] cloud-init[938]: ci-info: | ens3 | True | 192.168.120.27 | 255.255.255.0 | . | fa:16:3e:6f:13:a9 |\n[ 57.898576] cloud-init[938]: ci-info: | ens3 | True | fe80::f816:3eff:fe6f:13a9/64 | . | link | fa:16:3e:6f:13:a9 |\n[ 57.907021] cloud-init[938]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |\n[ 57.912343] cloud-init[938]: ci-info: | lo | True | ::1/128 | . | host | . |\n[ 57.920120] cloud-init[938]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 57.922923] cloud-init[938]: ci-info: +++++++++++++++++++++++++++++++++Route IPv4 info+++++++++++++++++++++++++++++++++\n[ 57.928370] cloud-init[938]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 57.936169] cloud-init[938]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 57.938797] cloud-init[938]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 57.944334] cloud-init[938]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | ens3 | UG |\n[ 57.952120] cloud-init[938]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | ens3 | UGH |\n[ 57.954775] cloud-init[938]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U |\n[ 57.958606] cloud-init[938]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 57.961731] cloud-init[938]: 2018-08-15 19:05:03,338 - DataSourceEc2.py[WARNING]: Metadata 'network' key not valid: None.\n[ 58.334496] cloud-init[938]: Generating public/private rsa key pair.\n[ 58.336547] cloud-init[938]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key.\n[ 58.340121] cloud-init[938]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\n[ 58.348127] cloud-init[938]: The key fingerprint is:\n[ 58.349707] cloud-init[938]: SHA256:S1MJj3EGo2zEZrLz3OAO95/ns4W4AC5Y/M4Ibu6Xrok root@shaker-vm-36d32c75-903a-4f4f-bb63-599294d5c81b\n[ 58.356380] cloud-init[938]: The key's randomart image is:\n[ 58.358056] cloud-init[938]: +---[RSA 2048]----+\n[ 58.359925] cloud-init[938]: | .. =.o |\n[ 58.365602] cloud-init[938]: | .o+. O . |\n[ 58.367254] cloud-init[938]: | =+ . + |\n[ 58.372927] cloud-init[938]: | .o.. . |\n[ 58.374542] cloud-init[938]: | o=.oS |\n[ 58.380168] cloud-init[938]: | o.o=o.o . . |\n[ 58.381795] cloud-init[938]: | o .=o.o . . . |\n[ 58.383399] cloud-init[938]: | o.oo=. .. oo. |\n[ 58.388930] cloud-init[938]: |E+*+o o .+ooo |\n[ 58.390554] cloud-init[938]: +----[SHA256]-----+\n[ 58.396221] cloud-init[938]: Generating public/private dsa key pair.\n[ 58.398182] cloud-init[938]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key.\n[ 58.404427] cloud-init[938]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\n[ 58.406820] cloud-init[938]: The key fingerprint is:\n[ 58.412361] cloud-init[938]: SHA256:ubYgc3I3o6LYz2vKR9/Q9Ad8fBGKE0XD673T7tg9HGw root@shaker-vm-36d32c75-903a-4f4f-bb63-599294d5c81b\n[ 58.416076] cloud-init[938]: The key's randomart image is:\n[[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler).\n[[0;32m OK [0m] Reached target Network is Online.\n[ 58.421454] cloud-init[938]: +---[DSA 1024]----+\n Starting iSCSI initiator daemon (iscsid)...[ 58.424397] cloud-init[938]: | .++ .. |\n[ 58.425382] cloud-init[938]: | o.o. |\n[ 58.426349] cloud-init[938]: | .o... . |\n[ 58.427311] cloud-init[938]: | ..o.+ . |\n[[0;32m OK [0m] Reached target Cloud-config availability.\n[[0;32m OK [0m] Reached target System Initialization.\n[[0;32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[ 58.432917] cloud-init[938]: | oS. + o. |\n\n Starting Socket activation for snappy daemon.\n[ 58.436910] cloud-init[938]: | . . ... o .E |[[0;32m OK [0m] Listening on ACPID Listen Socket.\n Starting LXD - unix socket.\n\n[ 58.442173] cloud-init[938]: | .+.+o* . oo.|\n[ 58.443481] [[0;32m OK [0m] Started ACPI Events Check.\n[[0;32m OK [0m] Reached target Paths.\n[[0;32m OK [0m] Started Daily Cleanup of Temporary Directories.\n[[0;32m OK [0m] Started Daily apt download activities.cloud-init[938]: | + .+*.=.+ o=o|\n[ 58.448947] cloud-init[938]: |. =*+o. . .+*|\n[ 58.449911] cloud-init[938]: +----[SHA256]-----+\n[ 58.450883] cloud-init[938]: Generating public/private ecdsa key pair.\n\n[[0;32m OK [0m] Started Daily apt upgrade and clean activities.\n[[0;32m OK [0m] Reached target Timers.\n[[0;32m OK [0m] Listening on UUID daemon activation socket.\n[[0;32m OK [0m[ 58.456114] cloud-init[938]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\n[ 58.457616] cloud-init[938]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\n[ 58.459138] cloud-init[938]: The key fingerprint is:] Listening on Socket activation for snappy daemon.\n[[0;32m OK [0m] Listening on LXD - unix socket.\n\n[ 58.463651] cloud-init[938]: SHA256:kGeVgPvgtcdMzeERla+LjmSW+QoD8M504LPV3wWjVoE root@shaker-vm-36d32c75-903a-4f4f-bb63-599294d5c81b\n[ 58.465885] cloud-init[938]: The key's randomart image is:\n[[0;32m OK [0m] Reached target Sockets.\n[ 58.470055] cloud-init[938]: +---[ECDSA 256]---+\n[ 58.471306] cloud-init[938]: [[0;32m OK [0m] Reached target Basic System.\n Starting System Logging Service...\n[[0;32m OK [0m] Started iperf3 Service.\n| ......+o. |\n[ 58.476572] cloud-init[938]: | .. .. E .. |\n[ 58.477845] cloud-init[938]: | . +.o + o+. |\n[ 58.479098] cloud-init[938]: | +o=... +o o.|\n Starting Accounts Service...\n[[0;32m OK [0m] Started iperf Service.\n[ 58.481487] cloud-init[938]: | .*+S=. o ..|[[0;32m OK [0m] Started Regular background program processing daemon.\n\n[ 58.494107] cloud-init[938]: | +.*o += ... |\n[[0;32m OK [0m] Started Deferred execution scheduler.\n[[0;32m OK [0m] Started Unattended Upgrades Shutdown.\n[ 58.500514] Starting Pollinate to seed the pseudo random number generator...\n Starting LXD - container startup/shutdown...\n Starting Apply the settings specified in cloud-config...cloud-init[938]: | + o.* .... |\n[ 58.511002] cloud-init[938]: | * o. . |\n[ 58.513217] \n[[0;32m OK [0m] Started ACPI event daemon.\n Starting LSB: MD monitoring daemon...\n Starting /etc/rc.local Compatibility...\n Starting LSB: Record successful boot for GRUB...\n[[0;32m OK [0m] Started FUSE filesystem for LXC.\n[[0;32m OK [0m] Started D-Bus System Message Bus.\ncloud-init[938]: | ooo |\n[ 58.566371] cloud-init[938]: +----[SHA256]-----+\n[ 58.571905] cloud-init[938]: Generating public/private ed25519 key pair. Starting Login Service...\n Starting Snappy daemon...\n[[0;32m OK [0m] Started /etc/rc.local Compatibility.\n\n[ 58.614481] cloud-init[938]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key.\n[ 58.636818] cloud-init[938]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\n[ 58.657725] [[0;32m OK [0m] Started Login Service.\n Starting Authenticate and Authorize Users to Run Privileged Tasks...\ncloud-init[938]: The key fingerprint is:[[0;32m OK [0m] Started LSB: Record successful boot for GRUB.\n[[0;32m OK [0m] Started LXD - container startup/shutdown.\n\n[[0;32m OK [0m] Started LSB: MD monitoring daemon.\n[ 58.711819] cloud-init[938]: SHA256:d9qzAjMlTFT3jZaQtI6aDu0hJpkVsI9s6hiA3opKHYY root@shaker-vm-36d32c75-903a-4f4f-bb63-599294d5c81b\n[ 58.724707] [[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks.\n[[0;32m OK [0m] Started Accounts Service.\ncloud-init[938]: The key's randomart image is:\n[ 58.735884] cloud-init[938]: +--[ED25519 256]--+\n[ 58.740075] cloud-init[938]: | . .....+. |\n[ 58.745393] cloud-init[938]: | o . ..+ + |\n[ 58.752275] cloud-init[938]: | . .o . = .|\n[ 58.757761] cloud-init[938]: |. .. o .o .o . |\n[ 58.762275] cloud-init[938]: |oE o+ o Soo o |\n[ 58.768078] cloud-init[938]: |o +o.+ .++ + |\n[ 58.773369] cloud-init[938]: |.o.o+ + =+. o |\n[ 58.781414] cloud-init[938]: |o+. o = .. o |\n[ 58.785236] cloud-init[938]: |=.. o .. |\n[ 58.792391] cloud-init[938]: +----[SHA256]-----+\n[[0;32m OK [0m] Started Snappy daemon.\n Starting Wait until snapd is fully seeded...\n[ 59.155941] cloud-init[1057]: Generating locales (this might take a while)...\n[ 59.825495] cloud-init[1057]: en_US.UTF-8... done\n[ 59.827657] cloud-init[1057]: 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-15 19:05:22,916 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/ce456fff-07dc-4039-9b4b-ff12691770bc/action used request id req-ae43ca6f-71f3-4c59-999a-c2cf1a141d0b 2018-08-15 19:05:22,916 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0871570110321s 2018-08-15 19:05:22,917 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/ce456fff-07dc-4039-9b4b-ff12691770bc/action used request id req-ae43ca6f-71f3-4c59-999a-c2cf1a141d0b 2018-08-15 19:05:22,917 - 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 719860006 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.174131] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.176422] pid_max: default: 32768 minimum: 301 [ 0.177666] ACPI: Core revision 20150930 [ 0.179358] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.181166] Security Framework initialized [ 0.182301] Yama: becoming mindful. [ 0.183312] AppArmor: AppArmor initialized [ 0.184479] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.186289] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.188012] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.189645] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.191513] Initializing cgroup subsys io [ 0.192630] Initializing cgroup subsys memory [ 0.193816] Initializing cgroup subsys devices [ 0.195007] Initializing cgroup subsys freezer [ 0.196202] Initializing cgroup subsys net_cls [ 0.197398] Initializing cgroup subsys perf_event [ 0.198639] Initializing cgroup subsys net_prio [ 0.199847] Initializing cgroup subsys hugetlb [ 0.201042] Initializing cgroup subsys pids [ 0.202210] CPU: Physical Processor ID: 0 [ 0.203998] mce: CPU supports 10 MCE banks [ 0.205154] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.206523] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.208006] Spectre V2 : Mitigation: Full generic retpoline [ 0.209425] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported [ 0.211208] Speculative Store Bypass: Vulnerable [ 0.228487] Freeing SMP alternatives memory: 32K [ 0.234294] ftrace: allocating 32237 entries in 126 pages [ 0.268701] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.270359] smpboot: Max logical packages: 1 [ 0.271744] x2apic enabled [ 0.272894] Switched APIC routing to physical x2apic. [ 0.275340] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.276864] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.279582] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.282026] KVM setup paravirtual spinlock [ 0.283650] x86: Booted up 1 node, 1 CPUs [ 0.284763] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.286653] devtmpfs: initialized [ 0.288637] evm: security.selinux [ 0.289599] evm: security.SMACK64 [ 0.290564] evm: security.SMACK64EXEC [ 0.291595] evm: security.SMACK64TRANSMUTE [ 0.292705] evm: security.SMACK64MMAP [ 0.293724] evm: security.ima [ 0.294610] evm: security.capability [ 0.295708] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.298167] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.299764] pinctrl core: initialized pinctrl subsystem [ 0.301246] RTC time: 19:04:06, date: 08/15/18 [ 0.302535] NET: Registered protocol family 16 [ 0.303849] cpuidle: using governor ladder [ 0.304986] cpuidle: using governor menu [ 0.306067] PCCT header not found. [ 0.307102] ACPI: bus type PCI registered [ 0.308207] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.309875] PCI: Using configuration type 1 for base access [ 0.312079] ACPI: Added _OSI(Module Device) [ 0.313225] ACPI: Added _OSI(Processor Device) [ 0.314393] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.315614] ACPI: Added _OSI(Processor Aggregator Device) [ 0.317809] ACPI: Interpreter enabled [ 0.318855] ACPI: (supports S0 S5) [ 0.319817] ACPI: Using IOAPIC for interrupt routing [ 0.321091] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.325011] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.326552] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.328204] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.329799] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.332752] acpiphp: Slot [3] registered [ 0.333843] acpiphp: Slot [4] registered [ 0.334927] acpiphp: Slot [5] registered [ 0.336007] acpiphp: Slot [6] registered [ 0.351191] acpiphp: Slot [7] registered [ 0.354558] acpiphp: Slot [8] registered [ 0.355891] acpiphp: Slot [9] registered [ 0.356976] acpiphp: Slot [10] registered [ 0.358081] acpiphp: Slot [11] registered [ 0.359209] acpiphp: Slot [12] registered [ 0.360315] acpiphp: Slot [13] registered [ 0.361419] acpiphp: Slot [14] registered [ 0.362521] acpiphp: Slot [15] registered [ 0.363629] acpiphp: Slot [16] registered [ 0.364742] acpiphp: Slot [17] registered [ 0.365841] acpiphp: Slot [18] registered [ 0.366949] acpiphp: Slot [19] registered [ 0.368289] acpiphp: Slot [20] registered [ 0.369402] acpiphp: Slot [21] registered [ 0.370501] acpiphp: Slot [22] registered [ 0.371608] acpiphp: Slot [23] registered [ 0.372704] acpiphp: Slot [24] registered [ 0.373812] acpiphp: Slot [25] registered [ 0.374918] acpiphp: Slot [26] registered [ 0.376026] acpiphp: Slot [27] registered [ 0.377130] acpiphp: Slot [28] registered [ 0.378236] acpiphp: Slot [29] registered [ 0.379348] acpiphp: Slot [30] registered [ 0.380454] acpiphp: Slot [31] registered [ 0.381566] PCI host bridge to bus 0000:00 [ 0.382695] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.384354] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.386010] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.388009] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.390007] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.392062] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.397477] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.399202] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.400806] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.402546] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.406799] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.408781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.431492] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.433533] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.435487] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.437645] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.439571] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.441306] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.443273] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.444724] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.446856] vgaarb: loaded [ 0.447697] vgaarb: bridge control possible 0000:00:02.0 [ 0.449470] SCSI subsystem initialized [ 0.450786] ACPI: bus type USB registered [ 0.451943] usbcore: registered new interface driver usbfs [ 0.453367] usbcore: registered new interface driver hub [ 0.454748] usbcore: registered new device driver usb [ 0.456291] PCI: Using ACPI for IRQ routing [ 0.457878] NetLabel: Initializing [ 0.458879] NetLabel: domain hash size = 128 [ 0.460051] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.461389] NetLabel: unlabeled traffic allowed by default [ 0.462995] amd_nb: Cannot enumerate AMD northbridges [ 0.464361] clocksource: Switched to clocksource kvm-clock [ 0.473904] AppArmor: AppArmor Filesystem Enabled [ 0.475239] pnp: PnP ACPI init [ 0.476515] pnp: PnP ACPI: found 5 devices [ 0.483432] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.485795] NET: Registered protocol family 2 [ 0.487258] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.489011] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.490643] TCP: Hash tables configured (established 4096 bind 4096) [ 0.492282] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.493756] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.495391] NET: Registered protocol family 1 [ 0.496599] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.498102] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.499569] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.515857] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.533432] Unpacking initramfs... [ 1.027618] Freeing initrd memory: 37084K [ 1.029131] Scanning for low memory corruption every 60 seconds [ 1.031001] audit: initializing netlink subsys (disabled) [ 1.032451] audit: type=2000 audit(1534359846.829:1): initialized [ 1.034276] Initialise system trusted keyring [ 1.035632] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.037235] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.039973] zbud: loaded [ 1.041068] VFS: Disk quotas dquot_6.6.0 [ 1.042218] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.044130] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 1.045866] fuse init (API version 7.23) [ 1.047107] Key type big_key registered [ 1.048222] Allocating IMA MOK and blacklist keyrings. [ 1.049933] Key type asymmetric registered [ 1.051078] Asymmetric key parser 'x509' registered [ 1.052420] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 1.054476] io scheduler noop registered [ 1.055575] io scheduler deadline registered (default) [ 1.056943] io scheduler cfq registered [ 1.058109] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.059555] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.061309] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.063313] ACPI: Power Button [PWRF] [ 1.064496] GHES: HEST is not enabled! [ 1.080213] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.112790] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.115678] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 1.139438] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 1.142509] Linux agpgart interface v0.103 [ 1.145360] loop: module loaded [ 1.149108] vda: vda1 [ 1.150670] scsi host0: ata_piix [ 1.151729] scsi host1: ata_piix [ 1.152744] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.154431] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.156720] libphy: Fixed MDIO Bus: probed [ 1.157878] tun: Universal TUN/TAP device driver, 1.6 [ 1.159219] tun: (C) 1999-2004 Max Krasnyansky [ 1.161890] PPP generic driver version 2.4.2 [ 1.163154] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.164811] ehci-pci: EHCI PCI platform driver [ 1.166035] ehci-platform: EHCI generic platform driver [ 1.167412] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.168979] ohci-pci: OHCI PCI platform driver [ 1.170197] ohci-platform: OHCI generic platform driver [ 1.171565] uhci_hcd: USB Universal Host Controller Interface driver [ 1.187877] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.189270] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.191305] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.192704] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.194285] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.195956] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.197909] usb usb1: Product: UHCI Host Controller [ 1.199191] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd [ 1.200771] usb usb1: SerialNumber: 0000:00:01.2 [ 1.202092] hub 1-0:1.0: USB hub found [ 1.203170] hub 1-0:1.0: 2 ports detected [ 1.204438] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.207357] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.208673] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.210095] mousedev: PS/2 mouse device common for all mice [ 1.211832] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.214366] rtc_cmos 00:00: RTC can wake from S4 [ 1.215908] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.217557] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.219203] i2c /dev entries driver [ 1.220272] device-mapper: uevent: version 1.0.3 [ 1.221579] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 1.223815] ledtrig-cpu: registered to indicate activity on CPUs [ 1.225614] NET: Registered protocol family 10 [ 1.227110] NET: Registered protocol family 17 [ 1.228339] Key type dns_resolver registered [ 1.229748] registered taskstats version 1 [ 1.230933] Loading compiled-in X.509 certificates [ 1.232774] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb' [ 1.235338] zswap: loaded using pool lzo/zbud [ 1.237933] Key type trusted registered [ 1.241005] Key type encrypted registered [ 1.242158] AppArmor: AppArmor sha1 policy hashing enabled [ 1.243597] ima: No TPM chip found, activating TPM-bypass! [ 1.245047] evm: HMAC attrs: 0x1 [ 1.246354] Magic number: 14:667:91 [ 1.247514] rtc_cmos 00:00: setting system clock to 2018-08-15 19:04:06 UTC (1534359846) [ 1.249770] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 1.251291] EDD information not available. [ 1.313944] Freeing unused kernel memory: 1512K [ 1.315191] Write protecting the kernel read-only data: 14336k [ 1.332306] Freeing unused kernel memory: 1692K [ 1.333749] Freeing unused kernel memory: 96K Loading, please wait... starting version 229 [ 1.344443] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.346846] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.349606] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.352176] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.354687] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.360426] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.365355] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.367877] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.372173] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.374600] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.429704] virtio_net virtio0 ens3: renamed from eth0 [ 1.436914] [drm] Initialized drm 1.1.0 20060810 [ 1.438828] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4 [ 1.441332] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.464788] FDC 0 is a S82078B [ 1.479303] AVX2 version of gcm_enc/dec engaged. [ 1.480566] AES CTR mode by8 optimization enabled [ 1.512399] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.673144] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.674836] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.676576] usb 1-1: Product: QEMU USB Tablet [ 1.677739] usb 1-1: Manufacturer: QEMU [ 1.678789] usb 1-1: SerialNumber: 42 [ 1.686574] hidraw: raw HID events driver (C) Jiri Kosina [ 1.693492] usbcore: registered new interface driver usbhid [ 1.694961] usbhid: USB HID core driver [ 1.697370] 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.700436] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0 [ 2.028396] tsc: Refined TSC clocksource calibration: 3491.844 MHz [ 2.028397] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255381c9ba, max_idle_ns: 440795307994 ns Begin: Loading essential drivers ... [ 2.066934] md: linear personality registered for level -1 [ 2.070476] md: multipath personality registered for level -4 [ 2.074061] md: raid0 personality registered for level 0 [ 2.078043] md: raid1 personality registered for level 1 [ 2.148360] raid6: sse2x1 gen() 11405 MB/s [ 2.216358] raid6: sse2x1 xor() 8893 MB/s [ 2.284364] raid6: sse2x2 gen() 14613 MB/s [ 2.352388] raid6: sse2x2 xor() 9692 MB/s [ 2.420356] raid6: sse2x4 gen() 16833 MB/s [ 2.488357] raid6: sse2x4 xor() 11718 MB/s [ 2.556356] raid6: avx2x1 gen() 22207 MB/s [ 2.624356] raid6: avx2x2 gen() 26131 MB/s [ 2.692356] raid6: avx2x4 gen() 29932 MB/s [ 2.696892] raid6: using algorithm avx2x4 gen() 29932 MB/s [ 2.698308] raid6: using avx2x2 recovery algorithm [ 2.702654] xor: automatically using best checksumming function: [ 2.740356] avx : 31636.000 MB/sec [ 2.742938] async_tx: api initialized (async) [ 2.754351] md: raid6 personality registered for level 6 [ 2.755748] md: raid5 personality registered for level 5 [ 2.757127] md: raid4 personality registered for level 4 [ 2.763549] 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.796557] Btrfs loaded Scanning for Btrfs filesystems done. Warning: fsck not present, so skipping root file system [ 2.817187] 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.915475] 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.919946] systemd[1]: Detected virtualization kvm. [ 2.921281] systemd[1]: Detected architecture x86-64. Welcome to [1mUbuntu 16.04.4 LTS[0m! [ 2.924986] systemd[1]: Set hostname to . [ 2.928065] systemd[1]: Initializing machine ID from KVM UUID. [ 2.929592] systemd[1]: Installed transient /etc/machine-id file. [ 3.030723] systemd[1]: Listening on Device-mapper event daemon FIFOs. [[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs. [ 3.033979] systemd[1]: Listening on fsck to fsckd communication Socket. [[0;32m OK [0m] Listening on fsck to fsckd communication Socket. [ 3.037130] systemd[1]: Reached target Encrypted Volumes. [[0;32m OK [0m] Reached target Encrypted Volumes. [ 3.040078] systemd[1]: Created slice System Slice. [[0;32m OK [0m] Created slice System Slice. [ 3.042648] systemd[1]: Listening on LVM2 poll daemon socket. [[0;32m OK [0m] Listening on LVM2 poll daemon socket. [ 3.045506] systemd[1]: Listening on LVM2 metadata daemon socket. [[0;32m OK [0m] Listening on LVM2 metadata daemon socket. [ 3.048442] systemd[1]: Reached target Swap. [[0;32m OK [0m] Reached target Swap. [ 3.050770] systemd[1]: Listening on udev Control Socket. [[0;32m OK [0m] Listening on udev Control Socket. [ 3.053467] systemd[1]: Listening on Journal Socket (/dev/log). [[0;32m OK [0m] Listening on Journal Socket (/dev/log). [ 3.056480] systemd[1]: Created slice system-serial\x2dgetty.slice. [[0;32m OK [0m] Created slice system-serial\x2dgetty.slice. [ 3.059461] systemd[1]: Listening on Journal Socket. [[0;32m OK [0m] Listening on Journal Socket. [ 3.062403] systemd[1]: Starting Set console keymap... Starting Set console keymap... [ 3.065307] systemd[1]: Mounting Huge Pages File System... Mounting Huge Pages File System... [ 3.069409] systemd[1]: Mounting POSIX Message Queue File System... Mounting POSIX Message Queue File System... [ 3.081277] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling... Starting Monitoring of LVM2 mirrors... dmeventd or progress polling... [ 3.093415] systemd[1]: Mounting Debug File System... Mounting Debug File System... [ 3.099199] systemd[1]: Starting Uncomplicated firewall... Starting Uncomplicated firewall... [ 3.105135] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. [[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [ 3.117704] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe. [[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [ 3.123521] systemd[1]: Reached target User and Group Name Lookups. [[0;32m OK [0m] Reached target User and Group Name Lookups. [ 3.127134] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch. [ 3.131371] systemd[1]: Starting Nameserver information manager... Starting Nameserver information manager... [ 3.134343] systemd[1]: Created slice User and Session Slice. [[0;32m OK [0m] Created slice User and Session Slice. [ 3.138118] systemd[1]: Reached target Slices. [[0;32m OK [0m] Reached target Slices. [ 3.141023] systemd[1]: Listening on Syslog Socket. [[0;32m OK [0m] Listening on Syslog Socket. [ 3.143609] systemd[1]: Listening on Journal Audit Socket. [[0;32m OK [0m] Listening on Journal Audit Socket. [ 3.146891] systemd[1]: Starting Journal Service... . Starting Journal Service... [ 3.150207] systemd[1]: Starting Create list of required static device nodes for the current kernel... Starting Create list of required st... nodes for the current kernel... [ 3.158052] systemd[1]: Started Trigger resolvconf update for networkd DNS. [[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS. [ 3.172783] systemd[1]: Starting Load Kernel Modules... Starting Load Kernel Modules... [ 3.176502] systemd[1]: Listening on udev Kernel Socket. [[0;32m OK [0m] Listening on udev Kernel Socket. [ 3.183389] systemd[1]: Mounted POSIX Message Queue File System. [[0;32m OK [0m] Mounted POSIX Message Queue File System. [ 3.187160] systemd[1]: Mounted Huge Pages File System. [[0;32m OK [0m] Mounted Huge Pages File System.[ 3.193464] Loading iSCSI transport class v2.0-870. [ 3.195991] systemd[1]: Mounted Debug File System. [[0;32m OK [0m] Mounted Debug File System. [ 3.201634] systemd[1]: Started Journal Service. [ 3.203989] iscsi: registered transport (tcp) [[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. [[0;32m OK [0m] Started Nameserver information manager. [ 3.246501] iscsi: registered transport (iser) [[0;32m OK [0m] Started Load Kernel Modules. Starting Apply Kernel Variables... Mounting FUSE Control File System... [[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 udev Coldplug all Devices... Starting Flush Journal to Persistent Storage... Starting Load/Save Random Seed... [[0;32m OK [0m] Started Load/Save Random Seed. [[0;32m OK [0m] Started Flush Journal to Persistent Storage. [[0;32m OK [0m] Started udev Coldplug all Devices. [[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch. [[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling. [[0;32m OK [0m] Reached target Local File Systems (Pre). [[0;32m OK [0m] Reached target Local File Systems. Starting LSB: AppArmor initialization... Starting Initial cloud-init job (pre-networking)... Starting Create Volatile Files and Directories... Starting Set console font and keymap... Starting Tell Plymouth To Write Out Runtime Data... Starting Commit a transient machine-id on disk... [[0;32m OK [0m] Started Commit a transient machine-id on disk. [[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data. [[0;32m OK [0m] Started Create Volatile Files and Directories. Starting Network Time Synchronization... Starting Update UTMP about System Boot/Shutdown... [[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown. [[0;32m OK [0m] Started Network Time Synchronization. [[0;32m OK [0m] Reached target System Time Synchronized. [[0;32m OK [0m] Found device /dev/ttyS0. [ 3.983744] 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.604727] cloud-init[482]: Cloud-init v. 18.2 running 'init-local' at Wed, 15 Aug 2018 19:04:09 +0000. Up 4.42 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. [[0;32m OK [0m] Reached target Network. Starting Initial cloud-init job (metadata service crawler)... [ 57.870036] cloud-init[938]: Cloud-init v. 18.2 running 'init' at Wed, 15 Aug 2018 19:04:11 +0000. Up 6.07 seconds. [ 57.872649] cloud-init[938]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++ [ 57.879183] cloud-init[938]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+ [ 57.884121] cloud-init[938]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address | [ 57.892220] cloud-init[938]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+ [ 57.895141] cloud-init[938]: ci-info: | ens3 | True | 192.168.120.27 | 255.255.255.0 | . | fa:16:3e:6f:13:a9 | [ 57.898576] cloud-init[938]: ci-info: | ens3 | True | fe80::f816:3eff:fe6f:13a9/64 | . | link | fa:16:3e:6f:13:a9 | [ 57.907021] cloud-init[938]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . | [ 57.912343] cloud-init[938]: ci-info: | lo | True | ::1/128 | . | host | . | [ 57.920120] cloud-init[938]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+ [ 57.922923] cloud-init[938]: ci-info: +++++++++++++++++++++++++++++++++Route IPv4 info+++++++++++++++++++++++++++++++++ [ 57.928370] cloud-init[938]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 57.936169] cloud-init[938]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | [ 57.938797] cloud-init[938]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 57.944334] cloud-init[938]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | ens3 | UG | [ 57.952120] cloud-init[938]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | ens3 | UGH | [ 57.954775] cloud-init[938]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U | [ 57.958606] cloud-init[938]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 57.961731] cloud-init[938]: 2018-08-15 19:05:03,338 - DataSourceEc2.py[WARNING]: Metadata 'network' key not valid: None. [ 58.334496] cloud-init[938]: Generating public/private rsa key pair. [ 58.336547] cloud-init[938]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key. [ 58.340121] cloud-init[938]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. [ 58.348127] cloud-init[938]: The key fingerprint is: [ 58.349707] cloud-init[938]: SHA256:S1MJj3EGo2zEZrLz3OAO95/ns4W4AC5Y/M4Ibu6Xrok root@shaker-vm-36d32c75-903a-4f4f-bb63-599294d5c81b [ 58.356380] cloud-init[938]: The key's randomart image is: [ 58.358056] cloud-init[938]: +---[RSA 2048]----+ [ 58.359925] cloud-init[938]: | .. =.o | [ 58.365602] cloud-init[938]: | .o+. O . | [ 58.367254] cloud-init[938]: | =+ . + | [ 58.372927] cloud-init[938]: | .o.. . | [ 58.374542] cloud-init[938]: | o=.oS | [ 58.380168] cloud-init[938]: | o.o=o.o . . | [ 58.381795] cloud-init[938]: | o .=o.o . . . | [ 58.383399] cloud-init[938]: | o.oo=. .. oo. | [ 58.388930] cloud-init[938]: |E+*+o o .+ooo | [ 58.390554] cloud-init[938]: +----[SHA256]-----+ [ 58.396221] cloud-init[938]: Generating public/private dsa key pair. [ 58.398182] cloud-init[938]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key. [ 58.404427] cloud-init[938]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. [ 58.406820] cloud-init[938]: The key fingerprint is: [ 58.412361] cloud-init[938]: SHA256:ubYgc3I3o6LYz2vKR9/Q9Ad8fBGKE0XD673T7tg9HGw root@shaker-vm-36d32c75-903a-4f4f-bb63-599294d5c81b [ 58.416076] cloud-init[938]: The key's randomart image is: [[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler). [[0;32m OK [0m] Reached target Network is Online. [ 58.421454] cloud-init[938]: +---[DSA 1024]----+ Starting iSCSI initiator daemon (iscsid)...[ 58.424397] cloud-init[938]: | .++ .. | [ 58.425382] cloud-init[938]: | o.o. | [ 58.426349] cloud-init[938]: | .o... . | [ 58.427311] cloud-init[938]: | ..o.+ . | [[0;32m OK [0m] Reached target Cloud-config availability. [[0;32m OK [0m] Reached target System Initialization. [[0;32m OK [0m] Listening on D-Bus System Message Bus Socket. [ 58.432917] cloud-init[938]: | oS. + o. | Starting Socket activation for snappy daemon. [ 58.436910] cloud-init[938]: | . . ... o .E |[[0;32m OK [0m] Listening on ACPID Listen Socket. Starting LXD - unix socket. [ 58.442173] cloud-init[938]: | .+.+o* . oo.| [ 58.443481] [[0;32m OK [0m] Started ACPI Events Check. [[0;32m OK [0m] Reached target Paths. [[0;32m OK [0m] Started Daily Cleanup of Temporary Directories. [[0;32m OK [0m] Started Daily apt download activities.cloud-init[938]: | + .+*.=.+ o=o| [ 58.448947] cloud-init[938]: |. =*+o. . .+*| [ 58.449911] cloud-init[938]: +----[SHA256]-----+ [ 58.450883] cloud-init[938]: Generating public/private ecdsa key pair. [[0;32m OK [0m] Started Daily apt upgrade and clean activities. [[0;32m OK [0m] Reached target Timers. [[0;32m OK [0m] Listening on UUID daemon activation socket. [[0;32m OK [0m[ 58.456114] cloud-init[938]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. [ 58.457616] cloud-init[938]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. [ 58.459138] cloud-init[938]: The key fingerprint is:] Listening on Socket activation for snappy daemon. [[0;32m OK [0m] Listening on LXD - unix socket. [ 58.463651] cloud-init[938]: SHA256:kGeVgPvgtcdMzeERla+LjmSW+QoD8M504LPV3wWjVoE root@shaker-vm-36d32c75-903a-4f4f-bb63-599294d5c81b [ 58.465885] cloud-init[938]: The key's randomart image is: [[0;32m OK [0m] Reached target Sockets. [ 58.470055] cloud-init[938]: +---[ECDSA 256]---+ [ 58.471306] cloud-init[938]: [[0;32m OK [0m] Reached target Basic System. Starting System Logging Service... [[0;32m OK [0m] Started iperf3 Service. | ......+o. | [ 58.476572] cloud-init[938]: | .. .. E .. | [ 58.477845] cloud-init[938]: | . +.o + o+. | [ 58.479098] cloud-init[938]: | +o=... +o o.| Starting Accounts Service... [[0;32m OK [0m] Started iperf Service. [ 58.481487] cloud-init[938]: | .*+S=. o ..|[[0;32m OK [0m] Started Regular background program processing daemon. [ 58.494107] cloud-init[938]: | +.*o += ... | [[0;32m OK [0m] Started Deferred execution scheduler. [[0;32m OK [0m] Started Unattended Upgrades Shutdown. [ 58.500514] Starting Pollinate to seed the pseudo random number generator... Starting LXD - container startup/shutdown... Starting Apply the settings specified in cloud-config...cloud-init[938]: | + o.* .... | [ 58.511002] cloud-init[938]: | * o. . | [ 58.513217] [[0;32m OK [0m] Started ACPI event daemon. Starting LSB: MD monitoring daemon... Starting /etc/rc.local Compatibility... Starting LSB: Record successful boot for GRUB... [[0;32m OK [0m] Started FUSE filesystem for LXC. [[0;32m OK [0m] Started D-Bus System Message Bus. cloud-init[938]: | ooo | [ 58.566371] cloud-init[938]: +----[SHA256]-----+ [ 58.571905] cloud-init[938]: Generating public/private ed25519 key pair. Starting Login Service... Starting Snappy daemon... [[0;32m OK [0m] Started /etc/rc.local Compatibility. [ 58.614481] cloud-init[938]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. [ 58.636818] cloud-init[938]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. [ 58.657725] [[0;32m OK [0m] Started Login Service. Starting Authenticate and Authorize Users to Run Privileged Tasks... cloud-init[938]: The key fingerprint is:[[0;32m OK [0m] Started LSB: Record successful boot for GRUB. [[0;32m OK [0m] Started LXD - container startup/shutdown. [[0;32m OK [0m] Started LSB: MD monitoring daemon. [ 58.711819] cloud-init[938]: SHA256:d9qzAjMlTFT3jZaQtI6aDu0hJpkVsI9s6hiA3opKHYY root@shaker-vm-36d32c75-903a-4f4f-bb63-599294d5c81b [ 58.724707] [[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks. [[0;32m OK [0m] Started Accounts Service. cloud-init[938]: The key's randomart image is: [ 58.735884] cloud-init[938]: +--[ED25519 256]--+ [ 58.740075] cloud-init[938]: | . .....+. | [ 58.745393] cloud-init[938]: | o . ..+ + | [ 58.752275] cloud-init[938]: | . .o . = .| [ 58.757761] cloud-init[938]: |. .. o .o .o . | [ 58.762275] cloud-init[938]: |oE o+ o Soo o | [ 58.768078] cloud-init[938]: |o +o.+ .++ + | [ 58.773369] cloud-init[938]: |.o.o+ + =+. o | [ 58.781414] cloud-init[938]: |o+. o = .. o | [ 58.785236] cloud-init[938]: |=.. o .. | [ 58.792391] cloud-init[938]: +----[SHA256]-----+ [[0;32m OK [0m] Started Snappy daemon. Starting Wait until snapd is fully seeded... [ 59.155941] cloud-init[1057]: Generating locales (this might take a while)... [ 59.825495] cloud-init[1057]: en_US.UTF-8... done [ 59.827657] cloud-init[1057]: 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-15 19:05:22,921 - paramiko.transport - DEBUG - starting thread (client mode): 0xb74006d0L 2018-08-15 19:05:22,922 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-15 19:05:22,926 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.2p2 Ubuntu-4ubuntu2.4 2018-08-15 19:05:22,926 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.2p2) 2018-08-15 19:05:22,927 - 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-15 19:05:22,927 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-15 19:05:22,928 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-15 19:05:22,928 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-15 19:05:22,928 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-15 19:05:22,928 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-15 19:05:22,971 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-15 19:05:22,972 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-15 19:05:22,985 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 172.30.9.208: c5cf2f12326889c4b2ee68f49969c209 2018-08-15 19:05:22,986 - paramiko.transport - DEBUG - Trying discovered key a34c3f0e84d69ec92c27344cec41907a in /tmp/tmpzNxzOd 2018-08-15 19:05:23,012 - paramiko.transport - DEBUG - userauth is OK 2018-08-15 19:05:23,030 - paramiko.transport - INFO - Auth banner: "System is booting up. See pam_nologin(8)" 2018-08-15 19:05:23,031 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-15 19:05:23,052 - paramiko.transport - DEBUG - Trying discovered key 53a32704d80d9fa5426a394ad4fcf413 in /root/.ssh/id_rsa 2018-08-15 19:05:23,053 - functest.core.singlevm - DEBUG - try 9: cannot connect to 172.30.9.208: No existing session 2018-08-15 19:05:32,063 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-15 19:05:32,066 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/ce456fff-07dc-4039-9b4b-ff12691770bc/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}4b89feb68875fb64721c435964706bdca37986cb" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-15 19:05:32,155 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 19:05:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-20308a79-5e9f-4d4b-94e0-424b111cce52 x-compute-request-id: req-20308a79-5e9f-4d4b-94e0-424b111cce52 Content-Encoding: gzip Content-Length: 13244 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 719860006 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on 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.174131] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.176422] pid_max: default: 32768 minimum: 301\n[ 0.177666] ACPI: Core revision 20150930\n[ 0.179358] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.181166] Security Framework initialized\n[ 0.182301] Yama: becoming mindful.\n[ 0.183312] AppArmor: AppArmor initialized\n[ 0.184479] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.186289] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.188012] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.189645] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.191513] Initializing cgroup subsys io\n[ 0.192630] Initializing cgroup subsys memory\n[ 0.193816] Initializing cgroup subsys devices\n[ 0.195007] Initializing cgroup subsys freezer\n[ 0.196202] Initializing cgroup subsys net_cls\n[ 0.197398] Initializing cgroup subsys perf_event\n[ 0.198639] Initializing cgroup subsys net_prio\n[ 0.199847] Initializing cgroup subsys hugetlb\n[ 0.201042] Initializing cgroup subsys pids\n[ 0.202210] CPU: Physical Processor ID: 0\n[ 0.203998] mce: CPU supports 10 MCE banks\n[ 0.205154] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.206523] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.208006] Spectre V2 : Mitigation: Full generic retpoline\n[ 0.209425] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported\n[ 0.211208] Speculative Store Bypass: Vulnerable\n[ 0.228487] Freeing SMP alternatives memory: 32K\n[ 0.234294] ftrace: allocating 32237 entries in 126 pages\n[ 0.268701] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.270359] smpboot: Max logical packages: 1\n[ 0.271744] x2apic enabled\n[ 0.272894] Switched APIC routing to physical x2apic.\n[ 0.275340] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.276864] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.279582] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.282026] KVM setup paravirtual spinlock\n[ 0.283650] x86: Booted up 1 node, 1 CPUs\n[ 0.284763] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.286653] devtmpfs: initialized\n[ 0.288637] evm: security.selinux\n[ 0.289599] evm: security.SMACK64\n[ 0.290564] evm: security.SMACK64EXEC\n[ 0.291595] evm: security.SMACK64TRANSMUTE\n[ 0.292705] evm: security.SMACK64MMAP\n[ 0.293724] evm: security.ima\n[ 0.294610] evm: security.capability\n[ 0.295708] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.298167] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.299764] pinctrl core: initialized pinctrl subsystem\n[ 0.301246] RTC time: 19:04:06, date: 08/15/18\n[ 0.302535] NET: Registered protocol family 16\n[ 0.303849] cpuidle: using governor ladder\n[ 0.304986] cpuidle: using governor menu\n[ 0.306067] PCCT header not found.\n[ 0.307102] ACPI: bus type PCI registered\n[ 0.308207] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.309875] PCI: Using configuration type 1 for base access\n[ 0.312079] ACPI: Added _OSI(Module Device)\n[ 0.313225] ACPI: Added _OSI(Processor Device)\n[ 0.314393] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.315614] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.317809] ACPI: Interpreter enabled\n[ 0.318855] ACPI: (supports S0 S5)\n[ 0.319817] ACPI: Using IOAPIC for interrupt routing\n[ 0.321091] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.325011] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.326552] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.328204] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.329799] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.332752] acpiphp: Slot [3] registered\n[ 0.333843] acpiphp: Slot [4] registered\n[ 0.334927] acpiphp: Slot [5] registered\n[ 0.336007] acpiphp: Slot [6] registered\n[ 0.351191] acpiphp: Slot [7] registered\n[ 0.354558] acpiphp: Slot [8] registered\n[ 0.355891] acpiphp: Slot [9] registered\n[ 0.356976] acpiphp: Slot [10] registered\n[ 0.358081] acpiphp: Slot [11] registered\n[ 0.359209] acpiphp: Slot [12] registered\n[ 0.360315] acpiphp: Slot [13] registered\n[ 0.361419] acpiphp: Slot [14] registered\n[ 0.362521] acpiphp: Slot [15] registered\n[ 0.363629] acpiphp: Slot [16] registered\n[ 0.364742] acpiphp: Slot [17] registered\n[ 0.365841] acpiphp: Slot [18] registered\n[ 0.366949] acpiphp: Slot [19] registered\n[ 0.368289] acpiphp: Slot [20] registered\n[ 0.369402] acpiphp: Slot [21] registered\n[ 0.370501] acpiphp: Slot [22] registered\n[ 0.371608] acpiphp: Slot [23] registered\n[ 0.372704] acpiphp: Slot [24] registered\n[ 0.373812] acpiphp: Slot [25] registered\n[ 0.374918] acpiphp: Slot [26] registered\n[ 0.376026] acpiphp: Slot [27] registered\n[ 0.377130] acpiphp: Slot [28] registered\n[ 0.378236] acpiphp: Slot [29] registered\n[ 0.379348] acpiphp: Slot [30] registered\n[ 0.380454] acpiphp: Slot [31] registered\n[ 0.381566] PCI host bridge to bus 0000:00\n[ 0.382695] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.384354] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.386010] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.388009] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.390007] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.392062] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.397477] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.399202] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.400806] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.402546] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.406799] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.408781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.431492] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.433533] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.435487] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.437645] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.439571] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.441306] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.443273] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.444724] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.446856] vgaarb: loaded\n[ 0.447697] vgaarb: bridge control possible 0000:00:02.0\n[ 0.449470] SCSI subsystem initialized\n[ 0.450786] ACPI: bus type USB registered\n[ 0.451943] usbcore: registered new interface driver usbfs\n[ 0.453367] usbcore: registered new interface driver hub\n[ 0.454748] usbcore: registered new device driver usb\n[ 0.456291] PCI: Using ACPI for IRQ routing\n[ 0.457878] NetLabel: Initializing\n[ 0.458879] NetLabel: domain hash size = 128\n[ 0.460051] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.461389] NetLabel: unlabeled traffic allowed by default\n[ 0.462995] amd_nb: Cannot enumerate AMD northbridges\n[ 0.464361] clocksource: Switched to clocksource kvm-clock\n[ 0.473904] AppArmor: AppArmor Filesystem Enabled\n[ 0.475239] pnp: PnP ACPI init\n[ 0.476515] pnp: PnP ACPI: found 5 devices\n[ 0.483432] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.485795] NET: Registered protocol family 2\n[ 0.487258] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.489011] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.490643] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.492282] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.493756] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.495391] NET: Registered protocol family 1\n[ 0.496599] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.498102] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.499569] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.515857] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.533432] Unpacking initramfs...\n[ 1.027618] Freeing initrd memory: 37084K\n[ 1.029131] Scanning for low memory corruption every 60 seconds\n[ 1.031001] audit: initializing netlink subsys (disabled)\n[ 1.032451] audit: type=2000 audit(1534359846.829:1): initialized\n[ 1.034276] Initialise system trusted keyring\n[ 1.035632] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.037235] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.039973] zbud: loaded\n[ 1.041068] VFS: Disk quotas dquot_6.6.0\n[ 1.042218] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.044130] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.045866] fuse init (API version 7.23)\n[ 1.047107] Key type big_key registered\n[ 1.048222] Allocating IMA MOK and blacklist keyrings.\n[ 1.049933] Key type asymmetric registered\n[ 1.051078] Asymmetric key parser 'x509' registered\n[ 1.052420] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.054476] io scheduler noop registered\n[ 1.055575] io scheduler deadline registered (default)\n[ 1.056943] io scheduler cfq registered\n[ 1.058109] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.059555] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.061309] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.063313] ACPI: Power Button [PWRF]\n[ 1.064496] GHES: HEST is not enabled!\n[ 1.080213] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.112790] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.115678] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.139438] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.142509] Linux agpgart interface v0.103\n[ 1.145360] loop: module loaded\n[ 1.149108] vda: vda1\n[ 1.150670] scsi host0: ata_piix\n[ 1.151729] scsi host1: ata_piix\n[ 1.152744] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.154431] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.156720] libphy: Fixed MDIO Bus: probed\n[ 1.157878] tun: Universal TUN/TAP device driver, 1.6\n[ 1.159219] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.161890] PPP generic driver version 2.4.2\n[ 1.163154] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.164811] ehci-pci: EHCI PCI platform driver\n[ 1.166035] ehci-platform: EHCI generic platform driver\n[ 1.167412] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.168979] ohci-pci: OHCI PCI platform driver\n[ 1.170197] ohci-platform: OHCI generic platform driver\n[ 1.171565] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.187877] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.189270] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.191305] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.192704] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.194285] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.195956] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.197909] usb usb1: Product: UHCI Host Controller\n[ 1.199191] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd\n[ 1.200771] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.202092] hub 1-0:1.0: USB hub found\n[ 1.203170] hub 1-0:1.0: 2 ports detected\n[ 1.204438] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.207357] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.208673] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.210095] mousedev: PS/2 mouse device common for all mice\n[ 1.211832] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.214366] rtc_cmos 00:00: RTC can wake from S4\n[ 1.215908] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.217557] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.219203] i2c /dev entries driver\n[ 1.220272] device-mapper: uevent: version 1.0.3\n[ 1.221579] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.223815] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.225614] NET: Registered protocol family 10\n[ 1.227110] NET: Registered protocol family 17\n[ 1.228339] Key type dns_resolver registered\n[ 1.229748] registered taskstats version 1\n[ 1.230933] Loading compiled-in X.509 certificates\n[ 1.232774] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb'\n[ 1.235338] zswap: loaded using pool lzo/zbud\n[ 1.237933] Key type trusted registered\n[ 1.241005] Key type encrypted registered\n[ 1.242158] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.243597] ima: No TPM chip found, activating TPM-bypass!\n[ 1.245047] evm: HMAC attrs: 0x1\n[ 1.246354] Magic number: 14:667:91\n[ 1.247514] rtc_cmos 00:00: setting system clock to 2018-08-15 19:04:06 UTC (1534359846)\n[ 1.249770] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.251291] EDD information not available.\n[ 1.313944] Freeing unused kernel memory: 1512K\n[ 1.315191] Write protecting the kernel read-only data: 14336k\n[ 1.332306] Freeing unused kernel memory: 1692K\n[ 1.333749] Freeing unused kernel memory: 96K\nLoading, please wait...\nstarting version 229\n[ 1.344443] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.346846] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.349606] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.352176] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.354687] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.360426] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.365355] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.367877] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.372173] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.374600] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.429704] virtio_net virtio0 ens3: renamed from eth0\n[ 1.436914] [drm] Initialized drm 1.1.0 20060810\n[ 1.438828] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 1.441332] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.464788] FDC 0 is a S82078B\n[ 1.479303] AVX2 version of gcm_enc/dec engaged.\n[ 1.480566] AES CTR mode by8 optimization enabled\n[ 1.512399] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.673144] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.674836] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.676576] usb 1-1: Product: QEMU USB Tablet\n[ 1.677739] usb 1-1: Manufacturer: QEMU\n[ 1.678789] usb 1-1: SerialNumber: 42\n[ 1.686574] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.693492] usbcore: registered new interface driver usbhid\n[ 1.694961] usbhid: USB HID core driver\n[ 1.697370] 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.700436] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0\n[ 2.028396] tsc: Refined TSC clocksource calibration: 3491.844 MHz\n[ 2.028397] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255381c9ba, max_idle_ns: 440795307994 ns\nBegin: Loading essential drivers ... [ 2.066934] md: linear personality registered for level -1\n[ 2.070476] md: multipath personality registered for level -4\n[ 2.074061] md: raid0 personality registered for level 0\n[ 2.078043] md: raid1 personality registered for level 1\n[ 2.148360] raid6: sse2x1 gen() 11405 MB/s\n[ 2.216358] raid6: sse2x1 xor() 8893 MB/s\n[ 2.284364] raid6: sse2x2 gen() 14613 MB/s\n[ 2.352388] raid6: sse2x2 xor() 9692 MB/s\n[ 2.420356] raid6: sse2x4 gen() 16833 MB/s\n[ 2.488357] raid6: sse2x4 xor() 11718 MB/s\n[ 2.556356] raid6: avx2x1 gen() 22207 MB/s\n[ 2.624356] raid6: avx2x2 gen() 26131 MB/s\n[ 2.692356] raid6: avx2x4 gen() 29932 MB/s\n[ 2.696892] raid6: using algorithm avx2x4 gen() 29932 MB/s\n[ 2.698308] raid6: using avx2x2 recovery algorithm\n[ 2.702654] xor: automatically using best checksumming function:\n[ 2.740356] avx : 31636.000 MB/sec\n[ 2.742938] async_tx: api initialized (async)\n[ 2.754351] md: raid6 personality registered for level 6\n[ 2.755748] md: raid5 personality registered for level 5\n[ 2.757127] md: raid4 personality registered for level 4\n[ 2.763549] 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.796557] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 2.817187] 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.915475] 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.919946] systemd[1]: Detected virtualization kvm.\n[ 2.921281] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.4 LTS[0m!\n\n[ 2.924986] systemd[1]: Set hostname to .\n[ 2.928065] systemd[1]: Initializing machine ID from KVM UUID.\n[ 2.929592] systemd[1]: Installed transient /etc/machine-id file.\n[ 3.030723] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 3.033979] systemd[1]: Listening on fsck to fsckd communication Socket.\n[[0;32m OK [0m] Listening on fsck to fsckd communication Socket.\n[ 3.037130] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 3.040078] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 3.042648] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 3.045506] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 3.048442] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 3.050770] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 3.053467] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 3.056480] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 3.059461] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 3.062403] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 3.065307] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 3.069409] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 3.081277] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...\n Starting Monitoring of LVM2 mirrors... dmeventd or progress polling...\n[ 3.093415] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 3.099199] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 3.105135] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.\n[[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n[ 3.117704] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 3.123521] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 3.127134] systemd[1]: Started Forward Password Requests to Wall Directory Watch.\n[[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch.\n[ 3.131371] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 3.134343] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 3.138118] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 3.141023] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 3.143609] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 3.146891] systemd[1]: Starting Journal Service...\n. Starting Journal Service...\n[ 3.150207] systemd[1]: Starting Create list of required static device nodes for the current kernel...\n Starting Create list of required st... nodes for the current kernel...\n[ 3.158052] systemd[1]: Started Trigger resolvconf update for networkd DNS.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[ 3.172783] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 3.176502] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 3.183389] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 3.187160] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.[ 3.193464] Loading iSCSI transport class v2.0-870.\n\n[ 3.195991] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 3.201634] systemd[1]: Started Journal Service.\n[ 3.203989] iscsi: registered transport (tcp)\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[[0;32m OK [0m] Started Nameserver information manager.\n[ 3.246501] iscsi: registered transport (iser)\n[[0;32m OK [0m] Started Load Kernel Modules.\n Starting Apply Kernel Variables...\n Mounting FUSE Control File System...\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting Create Static Device Nodes in /dev...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n Starting File System Check on Root Device...\n[[0;32m OK [0m] Started File System Check Daemon to report status.\n[[0;32m OK [0m] Started File System Check on Root Device.\n Starting Remount Root and Kernel File Systems...\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n Starting udev Coldplug all Devices...\n Starting Flush Journal to Persistent Storage...\n Starting Load/Save Random Seed...\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting LSB: AppArmor initialization...\n Starting Initial cloud-init job (pre-networking)...\n Starting Create Volatile Files and Directories...\n Starting Set console font and keymap...\n Starting Tell Plymouth To Write Out Runtime Data...\n Starting Commit a transient machine-id on disk...\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n[[0;32m OK [0m] Started Create Volatile Files and Directories.\n Starting Network Time Synchronization...\n Starting Update UTMP about System Boot/Shutdown...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[ 3.983744] 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.604727] cloud-init[482]: Cloud-init v. 18.2 running 'init-local' at Wed, 15 Aug 2018 19:04:09 +0000. Up 4.42 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[[0;32m OK [0m] Reached target Network.\n Starting Initial cloud-init job (metadata service crawler)...\n[ 57.870036] cloud-init[938]: Cloud-init v. 18.2 running 'init' at Wed, 15 Aug 2018 19:04:11 +0000. Up 6.07 seconds.\n[ 57.872649] cloud-init[938]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++\n[ 57.879183] cloud-init[938]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 57.884121] cloud-init[938]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |\n[ 57.892220] cloud-init[938]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 57.895141] cloud-init[938]: ci-info: | ens3 | True | 192.168.120.27 | 255.255.255.0 | . | fa:16:3e:6f:13:a9 |\n[ 57.898576] cloud-init[938]: ci-info: | ens3 | True | fe80::f816:3eff:fe6f:13a9/64 | . | link | fa:16:3e:6f:13:a9 |\n[ 57.907021] cloud-init[938]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |\n[ 57.912343] cloud-init[938]: ci-info: | lo | True | ::1/128 | . | host | . |\n[ 57.920120] cloud-init[938]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 57.922923] cloud-init[938]: ci-info: +++++++++++++++++++++++++++++++++Route IPv4 info+++++++++++++++++++++++++++++++++\n[ 57.928370] cloud-init[938]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 57.936169] cloud-init[938]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 57.938797] cloud-init[938]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 57.944334] cloud-init[938]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | ens3 | UG |\n[ 57.952120] cloud-init[938]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | ens3 | UGH |\n[ 57.954775] cloud-init[938]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U |\n[ 57.958606] cloud-init[938]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 57.961731] cloud-init[938]: 2018-08-15 19:05:03,338 - DataSourceEc2.py[WARNING]: Metadata 'network' key not valid: None.\n[ 58.334496] cloud-init[938]: Generating public/private rsa key pair.\n[ 58.336547] cloud-init[938]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key.\n[ 58.340121] cloud-init[938]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\n[ 58.348127] cloud-init[938]: The key fingerprint is:\n[ 58.349707] cloud-init[938]: SHA256:S1MJj3EGo2zEZrLz3OAO95/ns4W4AC5Y/M4Ibu6Xrok root@shaker-vm-36d32c75-903a-4f4f-bb63-599294d5c81b\n[ 58.356380] cloud-init[938]: The key's randomart image is:\n[ 58.358056] cloud-init[938]: +---[RSA 2048]----+\n[ 58.359925] cloud-init[938]: | .. =.o |\n[ 58.365602] cloud-init[938]: | .o+. O . |\n[ 58.367254] cloud-init[938]: | =+ . + |\n[ 58.372927] cloud-init[938]: | .o.. . |\n[ 58.374542] cloud-init[938]: | o=.oS |\n[ 58.380168] cloud-init[938]: | o.o=o.o . . |\n[ 58.381795] cloud-init[938]: | o .=o.o . . . |\n[ 58.383399] cloud-init[938]: | o.oo=. .. oo. |\n[ 58.388930] cloud-init[938]: |E+*+o o .+ooo |\n[ 58.390554] cloud-init[938]: +----[SHA256]-----+\n[ 58.396221] cloud-init[938]: Generating public/private dsa key pair.\n[ 58.398182] cloud-init[938]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key.\n[ 58.404427] cloud-init[938]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\n[ 58.406820] cloud-init[938]: The key fingerprint is:\n[ 58.412361] cloud-init[938]: SHA256:ubYgc3I3o6LYz2vKR9/Q9Ad8fBGKE0XD673T7tg9HGw root@shaker-vm-36d32c75-903a-4f4f-bb63-599294d5c81b\n[ 58.416076] cloud-init[938]: The key's randomart image is:\n[[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler).\n[[0;32m OK [0m] Reached target Network is Online.\n[ 58.421454] cloud-init[938]: +---[DSA 1024]----+\n Starting iSCSI initiator daemon (iscsid)...[ 58.424397] cloud-init[938]: | .++ .. |\n[ 58.425382] cloud-init[938]: | o.o. |\n[ 58.426349] cloud-init[938]: | .o... . |\n[ 58.427311] cloud-init[938]: | ..o.+ . |\n[[0;32m OK [0m] Reached target Cloud-config availability.\n[[0;32m OK [0m] Reached target System Initialization.\n[[0;32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[ 58.432917] cloud-init[938]: | oS. + o. |\n\n Starting Socket activation for snappy daemon.\n[ 58.436910] cloud-init[938]: | . . ... o .E |[[0;32m OK [0m] Listening on ACPID Listen Socket.\n Starting LXD - unix socket.\n\n[ 58.442173] cloud-init[938]: | .+.+o* . oo.|\n[ 58.443481] [[0;32m OK [0m] Started ACPI Events Check.\n[[0;32m OK [0m] Reached target Paths.\n[[0;32m OK [0m] Started Daily Cleanup of Temporary Directories.\n[[0;32m OK [0m] Started Daily apt download activities.cloud-init[938]: | + .+*.=.+ o=o|\n[ 58.448947] cloud-init[938]: |. =*+o. . .+*|\n[ 58.449911] cloud-init[938]: +----[SHA256]-----+\n[ 58.450883] cloud-init[938]: Generating public/private ecdsa key pair.\n\n[[0;32m OK [0m] Started Daily apt upgrade and clean activities.\n[[0;32m OK [0m] Reached target Timers.\n[[0;32m OK [0m] Listening on UUID daemon activation socket.\n[[0;32m OK [0m[ 58.456114] cloud-init[938]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\n[ 58.457616] cloud-init[938]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\n[ 58.459138] cloud-init[938]: The key fingerprint is:] Listening on Socket activation for snappy daemon.\n[[0;32m OK [0m] Listening on LXD - unix socket.\n\n[ 58.463651] cloud-init[938]: SHA256:kGeVgPvgtcdMzeERla+LjmSW+QoD8M504LPV3wWjVoE root@shaker-vm-36d32c75-903a-4f4f-bb63-599294d5c81b\n[ 58.465885] cloud-init[938]: The key's randomart image is:\n[[0;32m OK [0m] Reached target Sockets.\n[ 58.470055] cloud-init[938]: +---[ECDSA 256]---+\n[ 58.471306] cloud-init[938]: [[0;32m OK [0m] Reached target Basic System.\n Starting System Logging Service...\n[[0;32m OK [0m] Started iperf3 Service.\n| ......+o. |\n[ 58.476572] cloud-init[938]: | .. .. E .. |\n[ 58.477845] cloud-init[938]: | . +.o + o+. |\n[ 58.479098] cloud-init[938]: | +o=... +o o.|\n Starting Accounts Service...\n[[0;32m OK [0m] Started iperf Service.\n[ 58.481487] cloud-init[938]: | .*+S=. o ..|[[0;32m OK [0m] Started Regular background program processing daemon.\n\n[ 58.494107] cloud-init[938]: | +.*o += ... |\n[[0;32m OK [0m] Started Deferred execution scheduler.\n[[0;32m OK [0m] Started Unattended Upgrades Shutdown.\n[ 58.500514] Starting Pollinate to seed the pseudo random number generator...\n Starting LXD - container startup/shutdown...\n Starting Apply the settings specified in cloud-config...cloud-init[938]: | + o.* .... |\n[ 58.511002] cloud-init[938]: | * o. . |\n[ 58.513217] \n[[0;32m OK [0m] Started ACPI event daemon.\n Starting LSB: MD monitoring daemon...\n Starting /etc/rc.local Compatibility...\n Starting LSB: Record successful boot for GRUB...\n[[0;32m OK [0m] Started FUSE filesystem for LXC.\n[[0;32m OK [0m] Started D-Bus System Message Bus.\ncloud-init[938]: | ooo |\n[ 58.566371] cloud-init[938]: +----[SHA256]-----+\n[ 58.571905] cloud-init[938]: Generating public/private ed25519 key pair. Starting Login Service...\n Starting Snappy daemon...\n[[0;32m OK [0m] Started /etc/rc.local Compatibility.\n\n[ 58.614481] cloud-init[938]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key.\n[ 58.636818] cloud-init[938]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\n[ 58.657725] [[0;32m OK [0m] Started Login Service.\n Starting Authenticate and Authorize Users to Run Privileged Tasks...\ncloud-init[938]: The key fingerprint is:[[0;32m OK [0m] Started LSB: Record successful boot for GRUB.\n[[0;32m OK [0m] Started LXD - container startup/shutdown.\n\n[[0;32m OK [0m] Started LSB: MD monitoring daemon.\n[ 58.711819] cloud-init[938]: SHA256:d9qzAjMlTFT3jZaQtI6aDu0hJpkVsI9s6hiA3opKHYY root@shaker-vm-36d32c75-903a-4f4f-bb63-599294d5c81b\n[ 58.724707] [[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks.\n[[0;32m OK [0m] Started Accounts Service.\ncloud-init[938]: The key's randomart image is:\n[ 58.735884] cloud-init[938]: +--[ED25519 256]--+\n[ 58.740075] cloud-init[938]: | . .....+. |\n[ 58.745393] cloud-init[938]: | o . ..+ + |\n[ 58.752275] cloud-init[938]: | . .o . = .|\n[ 58.757761] cloud-init[938]: |. .. o .o .o . |\n[ 58.762275] cloud-init[938]: |oE o+ o Soo o |\n[ 58.768078] cloud-init[938]: |o +o.+ .++ + |\n[ 58.773369] cloud-init[938]: |.o.o+ + =+. o |\n[ 58.781414] cloud-init[938]: |o+. o = .. o |\n[ 58.785236] cloud-init[938]: |=.. o .. |\n[ 58.792391] cloud-init[938]: +----[SHA256]-----+\n[[0;32m OK [0m] Started Snappy daemon.\n Starting Wait until snapd is fully seeded...\n[ 59.155941] cloud-init[1057]: Generating locales (this might take a while)...\n[ 59.825495] cloud-init[1057]: en_US.UTF-8... done\n[ 59.827657] cloud-init[1057]: 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: daemon to balance interrupts for SMP systems...\n Starting LSB: network benchmark...\n Starting LSB: Set the CPU Frequency Scaling governor to \"ondemand\"...\n Starting LSB: automatic crash report generation...\n[[0;32m OK [0m] Started Permit User Sessions.\n[[0;32m OK [0m] Started System Logging Service.\n Starting Terminate Plymouth Boot Screen...\n Starting Hold until boot process finishes up...\n[[0;32m OK [0m] Started LSB: network benchmark.\n[[0;32m OK [0m] Started LSB: daemon to balance interrupts for SMP systems.\n[[0;32m OK [0m] Started LSB: Set the CPU Frequency Scaling governor to \"ondemand\".\n[[0;32m OK [0m] Started Terminate Plymouth Boot Screen.\n[[0;32m OK [0m] Started Hold until boot process finishes up.\n[[0;32m OK [0m] Started LSB: automatic crash report generation.\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-36d32c75-903a-4f4f-bb63-599294d5c81b ttyS0\n\nshaker-vm-36d32c75-903a-4f4f-bb63-599294d5c81b login: "} 2018-08-15 19:05:32,156 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/ce456fff-07dc-4039-9b4b-ff12691770bc/action used request id req-20308a79-5e9f-4d4b-94e0-424b111cce52 2018-08-15 19:05:32,156 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0936150550842s 2018-08-15 19:05:32,158 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/ce456fff-07dc-4039-9b4b-ff12691770bc/action used request id req-20308a79-5e9f-4d4b-94e0-424b111cce52 2018-08-15 19:05:32,158 - 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 719860006 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.174131] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.176422] pid_max: default: 32768 minimum: 301 [ 0.177666] ACPI: Core revision 20150930 [ 0.179358] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.181166] Security Framework initialized [ 0.182301] Yama: becoming mindful. [ 0.183312] AppArmor: AppArmor initialized [ 0.184479] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.186289] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.188012] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.189645] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.191513] Initializing cgroup subsys io [ 0.192630] Initializing cgroup subsys memory [ 0.193816] Initializing cgroup subsys devices [ 0.195007] Initializing cgroup subsys freezer [ 0.196202] Initializing cgroup subsys net_cls [ 0.197398] Initializing cgroup subsys perf_event [ 0.198639] Initializing cgroup subsys net_prio [ 0.199847] Initializing cgroup subsys hugetlb [ 0.201042] Initializing cgroup subsys pids [ 0.202210] CPU: Physical Processor ID: 0 [ 0.203998] mce: CPU supports 10 MCE banks [ 0.205154] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.206523] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.208006] Spectre V2 : Mitigation: Full generic retpoline [ 0.209425] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported [ 0.211208] Speculative Store Bypass: Vulnerable [ 0.228487] Freeing SMP alternatives memory: 32K [ 0.234294] ftrace: allocating 32237 entries in 126 pages [ 0.268701] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.270359] smpboot: Max logical packages: 1 [ 0.271744] x2apic enabled [ 0.272894] Switched APIC routing to physical x2apic. [ 0.275340] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.276864] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.279582] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.282026] KVM setup paravirtual spinlock [ 0.283650] x86: Booted up 1 node, 1 CPUs [ 0.284763] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.286653] devtmpfs: initialized [ 0.288637] evm: security.selinux [ 0.289599] evm: security.SMACK64 [ 0.290564] evm: security.SMACK64EXEC [ 0.291595] evm: security.SMACK64TRANSMUTE [ 0.292705] evm: security.SMACK64MMAP [ 0.293724] evm: security.ima [ 0.294610] evm: security.capability [ 0.295708] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.298167] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.299764] pinctrl core: initialized pinctrl subsystem [ 0.301246] RTC time: 19:04:06, date: 08/15/18 [ 0.302535] NET: Registered protocol family 16 [ 0.303849] cpuidle: using governor ladder [ 0.304986] cpuidle: using governor menu [ 0.306067] PCCT header not found. [ 0.307102] ACPI: bus type PCI registered [ 0.308207] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.309875] PCI: Using configuration type 1 for base access [ 0.312079] ACPI: Added _OSI(Module Device) [ 0.313225] ACPI: Added _OSI(Processor Device) [ 0.314393] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.315614] ACPI: Added _OSI(Processor Aggregator Device) [ 0.317809] ACPI: Interpreter enabled [ 0.318855] ACPI: (supports S0 S5) [ 0.319817] ACPI: Using IOAPIC for interrupt routing [ 0.321091] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.325011] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.326552] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.328204] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.329799] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.332752] acpiphp: Slot [3] registered [ 0.333843] acpiphp: Slot [4] registered [ 0.334927] acpiphp: Slot [5] registered [ 0.336007] acpiphp: Slot [6] registered [ 0.351191] acpiphp: Slot [7] registered [ 0.354558] acpiphp: Slot [8] registered [ 0.355891] acpiphp: Slot [9] registered [ 0.356976] acpiphp: Slot [10] registered [ 0.358081] acpiphp: Slot [11] registered [ 0.359209] acpiphp: Slot [12] registered [ 0.360315] acpiphp: Slot [13] registered [ 0.361419] acpiphp: Slot [14] registered [ 0.362521] acpiphp: Slot [15] registered [ 0.363629] acpiphp: Slot [16] registered [ 0.364742] acpiphp: Slot [17] registered [ 0.365841] acpiphp: Slot [18] registered [ 0.366949] acpiphp: Slot [19] registered [ 0.368289] acpiphp: Slot [20] registered [ 0.369402] acpiphp: Slot [21] registered [ 0.370501] acpiphp: Slot [22] registered [ 0.371608] acpiphp: Slot [23] registered [ 0.372704] acpiphp: Slot [24] registered [ 0.373812] acpiphp: Slot [25] registered [ 0.374918] acpiphp: Slot [26] registered [ 0.376026] acpiphp: Slot [27] registered [ 0.377130] acpiphp: Slot [28] registered [ 0.378236] acpiphp: Slot [29] registered [ 0.379348] acpiphp: Slot [30] registered [ 0.380454] acpiphp: Slot [31] registered [ 0.381566] PCI host bridge to bus 0000:00 [ 0.382695] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.384354] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.386010] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.388009] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.390007] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.392062] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.397477] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.399202] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.400806] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.402546] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.406799] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.408781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.431492] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.433533] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.435487] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.437645] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.439571] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.441306] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.443273] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.444724] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.446856] vgaarb: loaded [ 0.447697] vgaarb: bridge control possible 0000:00:02.0 [ 0.449470] SCSI subsystem initialized [ 0.450786] ACPI: bus type USB registered [ 0.451943] usbcore: registered new interface driver usbfs [ 0.453367] usbcore: registered new interface driver hub [ 0.454748] usbcore: registered new device driver usb [ 0.456291] PCI: Using ACPI for IRQ routing [ 0.457878] NetLabel: Initializing [ 0.458879] NetLabel: domain hash size = 128 [ 0.460051] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.461389] NetLabel: unlabeled traffic allowed by default [ 0.462995] amd_nb: Cannot enumerate AMD northbridges [ 0.464361] clocksource: Switched to clocksource kvm-clock [ 0.473904] AppArmor: AppArmor Filesystem Enabled [ 0.475239] pnp: PnP ACPI init [ 0.476515] pnp: PnP ACPI: found 5 devices [ 0.483432] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.485795] NET: Registered protocol family 2 [ 0.487258] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.489011] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.490643] TCP: Hash tables configured (established 4096 bind 4096) [ 0.492282] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.493756] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.495391] NET: Registered protocol family 1 [ 0.496599] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.498102] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.499569] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.515857] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.533432] Unpacking initramfs... [ 1.027618] Freeing initrd memory: 37084K [ 1.029131] Scanning for low memory corruption every 60 seconds [ 1.031001] audit: initializing netlink subsys (disabled) [ 1.032451] audit: type=2000 audit(1534359846.829:1): initialized [ 1.034276] Initialise system trusted keyring [ 1.035632] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.037235] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.039973] zbud: loaded [ 1.041068] VFS: Disk quotas dquot_6.6.0 [ 1.042218] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.044130] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 1.045866] fuse init (API version 7.23) [ 1.047107] Key type big_key registered [ 1.048222] Allocating IMA MOK and blacklist keyrings. [ 1.049933] Key type asymmetric registered [ 1.051078] Asymmetric key parser 'x509' registered [ 1.052420] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 1.054476] io scheduler noop registered [ 1.055575] io scheduler deadline registered (default) [ 1.056943] io scheduler cfq registered [ 1.058109] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.059555] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.061309] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.063313] ACPI: Power Button [PWRF] [ 1.064496] GHES: HEST is not enabled! [ 1.080213] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.112790] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.115678] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 1.139438] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 1.142509] Linux agpgart interface v0.103 [ 1.145360] loop: module loaded [ 1.149108] vda: vda1 [ 1.150670] scsi host0: ata_piix [ 1.151729] scsi host1: ata_piix [ 1.152744] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.154431] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.156720] libphy: Fixed MDIO Bus: probed [ 1.157878] tun: Universal TUN/TAP device driver, 1.6 [ 1.159219] tun: (C) 1999-2004 Max Krasnyansky [ 1.161890] PPP generic driver version 2.4.2 [ 1.163154] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.164811] ehci-pci: EHCI PCI platform driver [ 1.166035] ehci-platform: EHCI generic platform driver [ 1.167412] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.168979] ohci-pci: OHCI PCI platform driver [ 1.170197] ohci-platform: OHCI generic platform driver [ 1.171565] uhci_hcd: USB Universal Host Controller Interface driver [ 1.187877] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.189270] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.191305] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.192704] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.194285] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.195956] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.197909] usb usb1: Product: UHCI Host Controller [ 1.199191] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd [ 1.200771] usb usb1: SerialNumber: 0000:00:01.2 [ 1.202092] hub 1-0:1.0: USB hub found [ 1.203170] hub 1-0:1.0: 2 ports detected [ 1.204438] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.207357] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.208673] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.210095] mousedev: PS/2 mouse device common for all mice [ 1.211832] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.214366] rtc_cmos 00:00: RTC can wake from S4 [ 1.215908] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.217557] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.219203] i2c /dev entries driver [ 1.220272] device-mapper: uevent: version 1.0.3 [ 1.221579] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 1.223815] ledtrig-cpu: registered to indicate activity on CPUs [ 1.225614] NET: Registered protocol family 10 [ 1.227110] NET: Registered protocol family 17 [ 1.228339] Key type dns_resolver registered [ 1.229748] registered taskstats version 1 [ 1.230933] Loading compiled-in X.509 certificates [ 1.232774] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb' [ 1.235338] zswap: loaded using pool lzo/zbud [ 1.237933] Key type trusted registered [ 1.241005] Key type encrypted registered [ 1.242158] AppArmor: AppArmor sha1 policy hashing enabled [ 1.243597] ima: No TPM chip found, activating TPM-bypass! [ 1.245047] evm: HMAC attrs: 0x1 [ 1.246354] Magic number: 14:667:91 [ 1.247514] rtc_cmos 00:00: setting system clock to 2018-08-15 19:04:06 UTC (1534359846) [ 1.249770] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 1.251291] EDD information not available. [ 1.313944] Freeing unused kernel memory: 1512K [ 1.315191] Write protecting the kernel read-only data: 14336k [ 1.332306] Freeing unused kernel memory: 1692K [ 1.333749] Freeing unused kernel memory: 96K Loading, please wait... starting version 229 [ 1.344443] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.346846] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.349606] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.352176] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.354687] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.360426] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.365355] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.367877] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.372173] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.374600] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.429704] virtio_net virtio0 ens3: renamed from eth0 [ 1.436914] [drm] Initialized drm 1.1.0 20060810 [ 1.438828] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4 [ 1.441332] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.464788] FDC 0 is a S82078B [ 1.479303] AVX2 version of gcm_enc/dec engaged. [ 1.480566] AES CTR mode by8 optimization enabled [ 1.512399] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.673144] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.674836] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.676576] usb 1-1: Product: QEMU USB Tablet [ 1.677739] usb 1-1: Manufacturer: QEMU [ 1.678789] usb 1-1: SerialNumber: 42 [ 1.686574] hidraw: raw HID events driver (C) Jiri Kosina [ 1.693492] usbcore: registered new interface driver usbhid [ 1.694961] usbhid: USB HID core driver [ 1.697370] 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.700436] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0 [ 2.028396] tsc: Refined TSC clocksource calibration: 3491.844 MHz [ 2.028397] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255381c9ba, max_idle_ns: 440795307994 ns Begin: Loading essential drivers ... [ 2.066934] md: linear personality registered for level -1 [ 2.070476] md: multipath personality registered for level -4 [ 2.074061] md: raid0 personality registered for level 0 [ 2.078043] md: raid1 personality registered for level 1 [ 2.148360] raid6: sse2x1 gen() 11405 MB/s [ 2.216358] raid6: sse2x1 xor() 8893 MB/s [ 2.284364] raid6: sse2x2 gen() 14613 MB/s [ 2.352388] raid6: sse2x2 xor() 9692 MB/s [ 2.420356] raid6: sse2x4 gen() 16833 MB/s [ 2.488357] raid6: sse2x4 xor() 11718 MB/s [ 2.556356] raid6: avx2x1 gen() 22207 MB/s [ 2.624356] raid6: avx2x2 gen() 26131 MB/s [ 2.692356] raid6: avx2x4 gen() 29932 MB/s [ 2.696892] raid6: using algorithm avx2x4 gen() 29932 MB/s [ 2.698308] raid6: using avx2x2 recovery algorithm [ 2.702654] xor: automatically using best checksumming function: [ 2.740356] avx : 31636.000 MB/sec [ 2.742938] async_tx: api initialized (async) [ 2.754351] md: raid6 personality registered for level 6 [ 2.755748] md: raid5 personality registered for level 5 [ 2.757127] md: raid4 personality registered for level 4 [ 2.763549] 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.796557] Btrfs loaded Scanning for Btrfs filesystems done. Warning: fsck not present, so skipping root file system [ 2.817187] 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.915475] 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.919946] systemd[1]: Detected virtualization kvm. [ 2.921281] systemd[1]: Detected architecture x86-64. Welcome to [1mUbuntu 16.04.4 LTS[0m! [ 2.924986] systemd[1]: Set hostname to . [ 2.928065] systemd[1]: Initializing machine ID from KVM UUID. [ 2.929592] systemd[1]: Installed transient /etc/machine-id file. [ 3.030723] systemd[1]: Listening on Device-mapper event daemon FIFOs. [[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs. [ 3.033979] systemd[1]: Listening on fsck to fsckd communication Socket. [[0;32m OK [0m] Listening on fsck to fsckd communication Socket. [ 3.037130] systemd[1]: Reached target Encrypted Volumes. [[0;32m OK [0m] Reached target Encrypted Volumes. [ 3.040078] systemd[1]: Created slice System Slice. [[0;32m OK [0m] Created slice System Slice. [ 3.042648] systemd[1]: Listening on LVM2 poll daemon socket. [[0;32m OK [0m] Listening on LVM2 poll daemon socket. [ 3.045506] systemd[1]: Listening on LVM2 metadata daemon socket. [[0;32m OK [0m] Listening on LVM2 metadata daemon socket. [ 3.048442] systemd[1]: Reached target Swap. [[0;32m OK [0m] Reached target Swap. [ 3.050770] systemd[1]: Listening on udev Control Socket. [[0;32m OK [0m] Listening on udev Control Socket. [ 3.053467] systemd[1]: Listening on Journal Socket (/dev/log). [[0;32m OK [0m] Listening on Journal Socket (/dev/log). [ 3.056480] systemd[1]: Created slice system-serial\x2dgetty.slice. [[0;32m OK [0m] Created slice system-serial\x2dgetty.slice. [ 3.059461] systemd[1]: Listening on Journal Socket. [[0;32m OK [0m] Listening on Journal Socket. [ 3.062403] systemd[1]: Starting Set console keymap... Starting Set console keymap... [ 3.065307] systemd[1]: Mounting Huge Pages File System... Mounting Huge Pages File System... [ 3.069409] systemd[1]: Mounting POSIX Message Queue File System... Mounting POSIX Message Queue File System... [ 3.081277] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling... Starting Monitoring of LVM2 mirrors... dmeventd or progress polling... [ 3.093415] systemd[1]: Mounting Debug File System... Mounting Debug File System... [ 3.099199] systemd[1]: Starting Uncomplicated firewall... Starting Uncomplicated firewall... [ 3.105135] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. [[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [ 3.117704] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe. [[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [ 3.123521] systemd[1]: Reached target User and Group Name Lookups. [[0;32m OK [0m] Reached target User and Group Name Lookups. [ 3.127134] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch. [ 3.131371] systemd[1]: Starting Nameserver information manager... Starting Nameserver information manager... [ 3.134343] systemd[1]: Created slice User and Session Slice. [[0;32m OK [0m] Created slice User and Session Slice. [ 3.138118] systemd[1]: Reached target Slices. [[0;32m OK [0m] Reached target Slices. [ 3.141023] systemd[1]: Listening on Syslog Socket. [[0;32m OK [0m] Listening on Syslog Socket. [ 3.143609] systemd[1]: Listening on Journal Audit Socket. [[0;32m OK [0m] Listening on Journal Audit Socket. [ 3.146891] systemd[1]: Starting Journal Service... . Starting Journal Service... [ 3.150207] systemd[1]: Starting Create list of required static device nodes for the current kernel... Starting Create list of required st... nodes for the current kernel... [ 3.158052] systemd[1]: Started Trigger resolvconf update for networkd DNS. [[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS. [ 3.172783] systemd[1]: Starting Load Kernel Modules... Starting Load Kernel Modules... [ 3.176502] systemd[1]: Listening on udev Kernel Socket. [[0;32m OK [0m] Listening on udev Kernel Socket. [ 3.183389] systemd[1]: Mounted POSIX Message Queue File System. [[0;32m OK [0m] Mounted POSIX Message Queue File System. [ 3.187160] systemd[1]: Mounted Huge Pages File System. [[0;32m OK [0m] Mounted Huge Pages File System.[ 3.193464] Loading iSCSI transport class v2.0-870. [ 3.195991] systemd[1]: Mounted Debug File System. [[0;32m OK [0m] Mounted Debug File System. [ 3.201634] systemd[1]: Started Journal Service. [ 3.203989] iscsi: registered transport (tcp) [[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. [[0;32m OK [0m] Started Nameserver information manager. [ 3.246501] iscsi: registered transport (iser) [[0;32m OK [0m] Started Load Kernel Modules. Starting Apply Kernel Variables... Mounting FUSE Control File System... [[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 udev Coldplug all Devices... Starting Flush Journal to Persistent Storage... Starting Load/Save Random Seed... [[0;32m OK [0m] Started Load/Save Random Seed. [[0;32m OK [0m] Started Flush Journal to Persistent Storage. [[0;32m OK [0m] Started udev Coldplug all Devices. [[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch. [[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling. [[0;32m OK [0m] Reached target Local File Systems (Pre). [[0;32m OK [0m] Reached target Local File Systems. Starting LSB: AppArmor initialization... Starting Initial cloud-init job (pre-networking)... Starting Create Volatile Files and Directories... Starting Set console font and keymap... Starting Tell Plymouth To Write Out Runtime Data... Starting Commit a transient machine-id on disk... [[0;32m OK [0m] Started Commit a transient machine-id on disk. [[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data. [[0;32m OK [0m] Started Create Volatile Files and Directories. Starting Network Time Synchronization... Starting Update UTMP about System Boot/Shutdown... [[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown. [[0;32m OK [0m] Started Network Time Synchronization. [[0;32m OK [0m] Reached target System Time Synchronized. [[0;32m OK [0m] Found device /dev/ttyS0. [ 3.983744] 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.604727] cloud-init[482]: Cloud-init v. 18.2 running 'init-local' at Wed, 15 Aug 2018 19:04:09 +0000. Up 4.42 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. [[0;32m OK [0m] Reached target Network. Starting Initial cloud-init job (metadata service crawler)... [ 57.870036] cloud-init[938]: Cloud-init v. 18.2 running 'init' at Wed, 15 Aug 2018 19:04:11 +0000. Up 6.07 seconds. [ 57.872649] cloud-init[938]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++ [ 57.879183] cloud-init[938]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+ [ 57.884121] cloud-init[938]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address | [ 57.892220] cloud-init[938]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+ [ 57.895141] cloud-init[938]: ci-info: | ens3 | True | 192.168.120.27 | 255.255.255.0 | . | fa:16:3e:6f:13:a9 | [ 57.898576] cloud-init[938]: ci-info: | ens3 | True | fe80::f816:3eff:fe6f:13a9/64 | . | link | fa:16:3e:6f:13:a9 | [ 57.907021] cloud-init[938]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . | [ 57.912343] cloud-init[938]: ci-info: | lo | True | ::1/128 | . | host | . | [ 57.920120] cloud-init[938]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+ [ 57.922923] cloud-init[938]: ci-info: +++++++++++++++++++++++++++++++++Route IPv4 info+++++++++++++++++++++++++++++++++ [ 57.928370] cloud-init[938]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 57.936169] cloud-init[938]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | [ 57.938797] cloud-init[938]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 57.944334] cloud-init[938]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | ens3 | UG | [ 57.952120] cloud-init[938]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | ens3 | UGH | [ 57.954775] cloud-init[938]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U | [ 57.958606] cloud-init[938]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 57.961731] cloud-init[938]: 2018-08-15 19:05:03,338 - DataSourceEc2.py[WARNING]: Metadata 'network' key not valid: None. [ 58.334496] cloud-init[938]: Generating public/private rsa key pair. [ 58.336547] cloud-init[938]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key. [ 58.340121] cloud-init[938]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. [ 58.348127] cloud-init[938]: The key fingerprint is: [ 58.349707] cloud-init[938]: SHA256:S1MJj3EGo2zEZrLz3OAO95/ns4W4AC5Y/M4Ibu6Xrok root@shaker-vm-36d32c75-903a-4f4f-bb63-599294d5c81b [ 58.356380] cloud-init[938]: The key's randomart image is: [ 58.358056] cloud-init[938]: +---[RSA 2048]----+ [ 58.359925] cloud-init[938]: | .. =.o | [ 58.365602] cloud-init[938]: | .o+. O . | [ 58.367254] cloud-init[938]: | =+ . + | [ 58.372927] cloud-init[938]: | .o.. . | [ 58.374542] cloud-init[938]: | o=.oS | [ 58.380168] cloud-init[938]: | o.o=o.o . . | [ 58.381795] cloud-init[938]: | o .=o.o . . . | [ 58.383399] cloud-init[938]: | o.oo=. .. oo. | [ 58.388930] cloud-init[938]: |E+*+o o .+ooo | [ 58.390554] cloud-init[938]: +----[SHA256]-----+ [ 58.396221] cloud-init[938]: Generating public/private dsa key pair. [ 58.398182] cloud-init[938]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key. [ 58.404427] cloud-init[938]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. [ 58.406820] cloud-init[938]: The key fingerprint is: [ 58.412361] cloud-init[938]: SHA256:ubYgc3I3o6LYz2vKR9/Q9Ad8fBGKE0XD673T7tg9HGw root@shaker-vm-36d32c75-903a-4f4f-bb63-599294d5c81b [ 58.416076] cloud-init[938]: The key's randomart image is: [[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler). [[0;32m OK [0m] Reached target Network is Online. [ 58.421454] cloud-init[938]: +---[DSA 1024]----+ Starting iSCSI initiator daemon (iscsid)...[ 58.424397] cloud-init[938]: | .++ .. | [ 58.425382] cloud-init[938]: | o.o. | [ 58.426349] cloud-init[938]: | .o... . | [ 58.427311] cloud-init[938]: | ..o.+ . | [[0;32m OK [0m] Reached target Cloud-config availability. [[0;32m OK [0m] Reached target System Initialization. [[0;32m OK [0m] Listening on D-Bus System Message Bus Socket. [ 58.432917] cloud-init[938]: | oS. + o. | Starting Socket activation for snappy daemon. [ 58.436910] cloud-init[938]: | . . ... o .E |[[0;32m OK [0m] Listening on ACPID Listen Socket. Starting LXD - unix socket. [ 58.442173] cloud-init[938]: | .+.+o* . oo.| [ 58.443481] [[0;32m OK [0m] Started ACPI Events Check. [[0;32m OK [0m] Reached target Paths. [[0;32m OK [0m] Started Daily Cleanup of Temporary Directories. [[0;32m OK [0m] Started Daily apt download activities.cloud-init[938]: | + .+*.=.+ o=o| [ 58.448947] cloud-init[938]: |. =*+o. . .+*| [ 58.449911] cloud-init[938]: +----[SHA256]-----+ [ 58.450883] cloud-init[938]: Generating public/private ecdsa key pair. [[0;32m OK [0m] Started Daily apt upgrade and clean activities. [[0;32m OK [0m] Reached target Timers. [[0;32m OK [0m] Listening on UUID daemon activation socket. [[0;32m OK [0m[ 58.456114] cloud-init[938]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. [ 58.457616] cloud-init[938]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. [ 58.459138] cloud-init[938]: The key fingerprint is:] Listening on Socket activation for snappy daemon. [[0;32m OK [0m] Listening on LXD - unix socket. [ 58.463651] cloud-init[938]: SHA256:kGeVgPvgtcdMzeERla+LjmSW+QoD8M504LPV3wWjVoE root@shaker-vm-36d32c75-903a-4f4f-bb63-599294d5c81b [ 58.465885] cloud-init[938]: The key's randomart image is: [[0;32m OK [0m] Reached target Sockets. [ 58.470055] cloud-init[938]: +---[ECDSA 256]---+ [ 58.471306] cloud-init[938]: [[0;32m OK [0m] Reached target Basic System. Starting System Logging Service... [[0;32m OK [0m] Started iperf3 Service. | ......+o. | [ 58.476572] cloud-init[938]: | .. .. E .. | [ 58.477845] cloud-init[938]: | . +.o + o+. | [ 58.479098] cloud-init[938]: | +o=... +o o.| Starting Accounts Service... [[0;32m OK [0m] Started iperf Service. [ 58.481487] cloud-init[938]: | .*+S=. o ..|[[0;32m OK [0m] Started Regular background program processing daemon. [ 58.494107] cloud-init[938]: | +.*o += ... | [[0;32m OK [0m] Started Deferred execution scheduler. [[0;32m OK [0m] Started Unattended Upgrades Shutdown. [ 58.500514] Starting Pollinate to seed the pseudo random number generator... Starting LXD - container startup/shutdown... Starting Apply the settings specified in cloud-config...cloud-init[938]: | + o.* .... | [ 58.511002] cloud-init[938]: | * o. . | [ 58.513217] [[0;32m OK [0m] Started ACPI event daemon. Starting LSB: MD monitoring daemon... Starting /etc/rc.local Compatibility... Starting LSB: Record successful boot for GRUB... [[0;32m OK [0m] Started FUSE filesystem for LXC. [[0;32m OK [0m] Started D-Bus System Message Bus. cloud-init[938]: | ooo | [ 58.566371] cloud-init[938]: +----[SHA256]-----+ [ 58.571905] cloud-init[938]: Generating public/private ed25519 key pair. Starting Login Service... Starting Snappy daemon... [[0;32m OK [0m] Started /etc/rc.local Compatibility. [ 58.614481] cloud-init[938]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. [ 58.636818] cloud-init[938]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. [ 58.657725] [[0;32m OK [0m] Started Login Service. Starting Authenticate and Authorize Users to Run Privileged Tasks... cloud-init[938]: The key fingerprint is:[[0;32m OK [0m] Started LSB: Record successful boot for GRUB. [[0;32m OK [0m] Started LXD - container startup/shutdown. [[0;32m OK [0m] Started LSB: MD monitoring daemon. [ 58.711819] cloud-init[938]: SHA256:d9qzAjMlTFT3jZaQtI6aDu0hJpkVsI9s6hiA3opKHYY root@shaker-vm-36d32c75-903a-4f4f-bb63-599294d5c81b [ 58.724707] [[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks. [[0;32m OK [0m] Started Accounts Service. cloud-init[938]: The key's randomart image is: [ 58.735884] cloud-init[938]: +--[ED25519 256]--+ [ 58.740075] cloud-init[938]: | . .....+. | [ 58.745393] cloud-init[938]: | o . ..+ + | [ 58.752275] cloud-init[938]: | . .o . = .| [ 58.757761] cloud-init[938]: |. .. o .o .o . | [ 58.762275] cloud-init[938]: |oE o+ o Soo o | [ 58.768078] cloud-init[938]: |o +o.+ .++ + | [ 58.773369] cloud-init[938]: |.o.o+ + =+. o | [ 58.781414] cloud-init[938]: |o+. o = .. o | [ 58.785236] cloud-init[938]: |=.. o .. | [ 58.792391] cloud-init[938]: +----[SHA256]-----+ [[0;32m OK [0m] Started Snappy daemon. Starting Wait until snapd is fully seeded... [ 59.155941] cloud-init[1057]: Generating locales (this might take a while)... [ 59.825495] cloud-init[1057]: en_US.UTF-8... done [ 59.827657] cloud-init[1057]: 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: daemon to balance interrupts for SMP systems... Starting LSB: network benchmark... Starting LSB: Set the CPU Frequency Scaling governor to "ondemand"... Starting LSB: automatic crash report generation... [[0;32m OK [0m] Started Permit User Sessions. [[0;32m OK [0m] Started System Logging Service. Starting Terminate Plymouth Boot Screen... Starting Hold until boot process finishes up... [[0;32m OK [0m] Started LSB: network benchmark. [[0;32m OK [0m] Started LSB: daemon to balance interrupts for SMP systems. [[0;32m OK [0m] Started LSB: Set the CPU Frequency Scaling governor to "ondemand". [[0;32m OK [0m] Started Terminate Plymouth Boot Screen. [[0;32m OK [0m] Started Hold until boot process finishes up. [[0;32m OK [0m] Started LSB: automatic crash report generation. [[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-36d32c75-903a-4f4f-bb63-599294d5c81b ttyS0 shaker-vm-36d32c75-903a-4f4f-bb63-599294d5c81b login: 2018-08-15 19:05:32,162 - paramiko.transport - DEBUG - starting thread (client mode): 0xb73f0f50L 2018-08-15 19:05:32,162 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-15 19:05:32,166 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.2p2 Ubuntu-4ubuntu2.4 2018-08-15 19:05:32,167 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.2p2) 2018-08-15 19:05:32,168 - 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-15 19:05:32,168 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-15 19:05:32,169 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-15 19:05:32,169 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-15 19:05:32,169 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-15 19:05:32,169 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-15 19:05:32,211 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-15 19:05:32,212 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-15 19:05:32,226 - paramiko.transport - DEBUG - Trying discovered key a34c3f0e84d69ec92c27344cec41907a in /tmp/tmpzNxzOd 2018-08-15 19:05:32,248 - paramiko.transport - DEBUG - userauth is OK 2018-08-15 19:05:32,257 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-15 19:05:32,262 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.services 2018-08-15 19:05:32,265 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.3: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-15 19:05:32,271 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 15 Aug 2018 19:05:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-996c4ea7-74e6-43d0-8674-e18d013d93fd 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.3:35357/v3/", "rel": "self"}]}]}} 2018-08-15 19:05:32,272 - keystoneauth.session - DEBUG - GET call to None for http://192.30.9.3:35357/ used request id req-996c4ea7-74e6-43d0-8674-e18d013d93fd 2018-08-15 19:05:32,272 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.3: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}dfba6920bea3caee55ce6cfd1ce3de498a4d530f" 2018-08-15 19:05:32,398 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-15 19:05:32,398 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-15 19:05:32,463 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 19:05:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0abd3835-5611-4163-95af-63d45aa46d9c Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"services": [{"description": "Openstack Object-Store Service", "links": {"self": "http://192.30.9.3:35357/v3/services/17183633b8774ff6a53da32b47c89b3c"}, "enabled": true, "type": "object-store", "id": "17183633b8774ff6a53da32b47c89b3c", "name": "swift"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://192.30.9.3:35357/v3/services/2dec96c2934d43bdbe2e431ef0b53392"}, "enabled": true, "type": "cloudformation", "id": "2dec96c2934d43bdbe2e431ef0b53392", "name": "heat-cfn"}, {"description": "Cinder Service v3", "links": {"self": "http://192.30.9.3:35357/v3/services/363b885c3f174fbfb4f17da9d41f332d"}, "enabled": true, "type": "volumev3", "id": "363b885c3f174fbfb4f17da9d41f332d", "name": "cinderv3"}, {"description": "Neutron Networking Service", "links": {"self": "http://192.30.9.3:35357/v3/services/51b7a44223114d149d5300ae5b6d97ae"}, "enabled": true, "type": "network", "id": "51b7a44223114d149d5300ae5b6d97ae", "name": "neutron"}, {"description": "OpenStack Image Service", "links": {"self": "http://192.30.9.3:35357/v3/services/5540e06daad441aa911fd4cb4d76f8d3"}, "enabled": true, "type": "image", "id": "5540e06daad441aa911fd4cb4d76f8d3", "name": "glance"}, {"description": "Openstack Metering Service", "links": {"self": "http://192.30.9.3:35357/v3/services/68ad1d76386d437089226a0562004a39"}, "enabled": true, "type": "metering", "id": "68ad1d76386d437089226a0562004a39", "name": "ceilometer"}, {"description": "OpenStack Identity Service", "links": {"self": "http://192.30.9.3:35357/v3/services/8096ce39bbf24c1683621ee563324790"}, "enabled": true, "type": "identity", "id": "8096ce39bbf24c1683621ee563324790", "name": "keystone"}, {"description": "Openstack Compute Service", "links": {"self": "http://192.30.9.3:35357/v3/services/b3040d5c7e224dbca86f421bddd758e1"}, "enabled": true, "type": "compute", "id": "b3040d5c7e224dbca86f421bddd758e1", "name": "nova"}, {"description": "Openstack Placement Service", "links": {"self": "http://192.30.9.3:35357/v3/services/bb3127ed06e54fda901ea2348ddb72da"}, "enabled": true, "type": "placement", "id": "bb3127ed06e54fda901ea2348ddb72da", "name": "placement"}, {"description": "Cinder Service", "links": {"self": "http://192.30.9.3:35357/v3/services/becfeedd42e344c085611f3c7c465a3f"}, "enabled": true, "type": "volume", "id": "becfeedd42e344c085611f3c7c465a3f", "name": "cinder"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://192.30.9.3:35357/v3/services/c4334130b6d54a75804fe3f11a3b9e3e"}, "enabled": true, "type": "orchestration", "id": "c4334130b6d54a75804fe3f11a3b9e3e", "name": "heat"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://192.30.9.3:35357/v3/services/d878aa5c6b584d53a039f6a680fb6e8b"}, "enabled": true, "type": "alarming", "id": "d878aa5c6b584d53a039f6a680fb6e8b", "name": "aodh"}, {"description": "Cinder Service v2", "links": {"self": "http://192.30.9.3:35357/v3/services/e16298e148f54e96a50a134ca797deff"}, "enabled": true, "type": "volumev2", "id": "e16298e148f54e96a50a134ca797deff", "name": "cinderv2"}, {"description": "OpenStack Metric Service", "links": {"self": "http://192.30.9.3:35357/v3/services/f3a07a22777a4405b7eaf44da2e73e19"}, "enabled": true, "type": "metric", "id": "f3a07a22777a4405b7eaf44da2e73e19", "name": "gnocchi"}, {"description": "OpenStack Event Service", "links": {"self": "http://192.30.9.3:35357/v3/services/f6e223543cae4d9bad10258b0a294f12"}, "enabled": true, "type": "event", "id": "f6e223543cae4d9bad10258b0a294f12", "name": "panko"}], "links": {"self": "http://192.30.9.3:35357/v3/services", "previous": null, "next": null}} 2018-08-15 19:05:32,463 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.3:35357/v3/services used request id req-0abd3835-5611-4163-95af-63d45aa46d9c 2018-08-15 19:05:32,463 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.services in 0.201313972473s 2018-08-15 19:05:32,464 - shade.request_ids - DEBUG - GET call to identity for http://192.30.9.3:35357/v3/services used request id req-0abd3835-5611-4163-95af-63d45aa46d9c 2018-08-15 19:05:32,472 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.endpoints 2018-08-15 19:05:32,475 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}dfba6920bea3caee55ce6cfd1ce3de498a4d530f" 2018-08-15 19:05:32,655 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 19:05:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1e1caf61-a4bd-4734-9411-52334b1d9384 Content-Encoding: gzip Content-Length: 1980 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/03f40cbac74c4aafb48b4dd360509f6a"}, "url": "http://192.30.9.3:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "8096ce39bbf24c1683621ee563324790", "id": "03f40cbac74c4aafb48b4dd360509f6a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/156b8e560e534c82a1d320da86608a19"}, "url": "http://192.30.9.3:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "c4334130b6d54a75804fe3f11a3b9e3e", "id": "156b8e560e534c82a1d320da86608a19"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/18ed3fa9a0894200abaf76b71abfd912"}, "url": "http://172.30.9.27:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "8096ce39bbf24c1683621ee563324790", "id": "18ed3fa9a0894200abaf76b71abfd912"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/19071864a1b848cc93bca3b1e1955c3f"}, "url": "http://172.30.9.27:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "5540e06daad441aa911fd4cb4d76f8d3", "id": "19071864a1b848cc93bca3b1e1955c3f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/1d6cb188f65e4f77bab04c3d99f9469f"}, "url": "http://192.30.9.3:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "51b7a44223114d149d5300ae5b6d97ae", "id": "1d6cb188f65e4f77bab04c3d99f9469f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/287c0315393e4b22a228912ca3b004cc"}, "url": "http://172.30.9.27:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "363b885c3f174fbfb4f17da9d41f332d", "id": "287c0315393e4b22a228912ca3b004cc"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/39db2ebb65ae42659440fd9845949a6c"}, "url": "http://192.30.9.3:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "d878aa5c6b584d53a039f6a680fb6e8b", "id": "39db2ebb65ae42659440fd9845949a6c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/3ad23d2a65e74e3c87b1488af1f9f9ac"}, "url": "http://172.30.9.27:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "d878aa5c6b584d53a039f6a680fb6e8b", "id": "3ad23d2a65e74e3c87b1488af1f9f9ac"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/3d96a0aa5c344cb8ba659332ed497e85"}, "url": "http://192.30.9.3:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "8096ce39bbf24c1683621ee563324790", "id": "3d96a0aa5c344cb8ba659332ed497e85"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/54e3c320cc3142e9824c171afe58d5c6"}, "url": "http://12.0.0.37:8080", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "17183633b8774ff6a53da32b47c89b3c", "id": "54e3c320cc3142e9824c171afe58d5c6"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/576142509dfd46c591c5e83bed8ffcc7"}, "url": "http://192.30.9.3:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "becfeedd42e344c085611f3c7c465a3f", "id": "576142509dfd46c591c5e83bed8ffcc7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/59154cecf6a54eb08ecc63bf95dca042"}, "url": "http://192.30.9.3:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "c4334130b6d54a75804fe3f11a3b9e3e", "id": "59154cecf6a54eb08ecc63bf95dca042"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/5aad7caa3e6f4a35b9abdf5d46190371"}, "url": "http://192.30.9.3:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "bb3127ed06e54fda901ea2348ddb72da", "id": "5aad7caa3e6f4a35b9abdf5d46190371"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/5d07664cbebb49149819cf7a6b20edb4"}, "url": "http://192.30.9.3:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "d878aa5c6b584d53a039f6a680fb6e8b", "id": "5d07664cbebb49149819cf7a6b20edb4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/62769da517ac4f44b88a6118413b8c30"}, "url": "http://192.30.9.3:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "363b885c3f174fbfb4f17da9d41f332d", "id": "62769da517ac4f44b88a6118413b8c30"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/6c0b30400cd648249ab0a6a17cf1ebc1"}, "url": "http://192.30.9.3:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "363b885c3f174fbfb4f17da9d41f332d", "id": "6c0b30400cd648249ab0a6a17cf1ebc1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/6e2bb44b06c0412ab74e54984b5b26b5"}, "url": "http://192.30.9.3:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "e16298e148f54e96a50a134ca797deff", "id": "6e2bb44b06c0412ab74e54984b5b26b5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/70f7ced028794432bef835264c84489c"}, "url": "http://192.30.9.3:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "51b7a44223114d149d5300ae5b6d97ae", "id": "70f7ced028794432bef835264c84489c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/77dd5cfb1dac4b31b21d705ba420c355"}, "url": "http://172.30.9.27:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "51b7a44223114d149d5300ae5b6d97ae", "id": "77dd5cfb1dac4b31b21d705ba420c355"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/7d00250537b54114937846660f377ed1"}, "url": "http://172.30.9.27:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "17183633b8774ff6a53da32b47c89b3c", "id": "7d00250537b54114937846660f377ed1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/7f1f66095afa4b74b4f26d432f5bfa55"}, "url": "http://172.30.9.27:8977", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "f6e223543cae4d9bad10258b0a294f12", "id": "7f1f66095afa4b74b4f26d432f5bfa55"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/86bcb5a76e6c464bb4d42c969584d6f2"}, "url": "http://192.30.9.3:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "e16298e148f54e96a50a134ca797deff", "id": "86bcb5a76e6c464bb4d42c969584d6f2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/8f60ea793ee64fc9a3d9a2d2ad889bd0"}, "url": "http://172.30.9.27:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "b3040d5c7e224dbca86f421bddd758e1", "id": "8f60ea793ee64fc9a3d9a2d2ad889bd0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/94631698a9884eb1bf4cb245c6f37b80"}, "url": "http://192.30.9.3:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "2dec96c2934d43bdbe2e431ef0b53392", "id": "94631698a9884eb1bf4cb245c6f37b80"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/a391eed816af4966b335005bfe580d70"}, "url": "http://172.30.9.27:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "e16298e148f54e96a50a134ca797deff", "id": "a391eed816af4966b335005bfe580d70"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/b54cb5b666f74b91b0244b5332fdb3e5"}, "url": "http://172.30.9.27:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "f3a07a22777a4405b7eaf44da2e73e19", "id": "b54cb5b666f74b91b0244b5332fdb3e5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/b8dd5f30cc334148a7ed9d5ab68eee9b"}, "url": "http://192.30.9.3:8977", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "f6e223543cae4d9bad10258b0a294f12", "id": "b8dd5f30cc334148a7ed9d5ab68eee9b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/bc0345e40a36459fbc009797a6517deb"}, "url": "http://192.30.9.3:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "5540e06daad441aa911fd4cb4d76f8d3", "id": "bc0345e40a36459fbc009797a6517deb"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/bfe7dd54acd947899871700a40dd0244"}, "url": "http://192.30.9.3:8977", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "f6e223543cae4d9bad10258b0a294f12", "id": "bfe7dd54acd947899871700a40dd0244"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/c23f2a003e874719a2f1c41f92405a45"}, "url": "http://172.30.9.27:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "2dec96c2934d43bdbe2e431ef0b53392", "id": "c23f2a003e874719a2f1c41f92405a45"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/c790cb26fd2345ae9bac8a014d10a446"}, "url": "http://12.0.0.37:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "17183633b8774ff6a53da32b47c89b3c", "id": "c790cb26fd2345ae9bac8a014d10a446"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/c7c9770175fc45379f2c2d142062b2c3"}, "url": "http://192.30.9.3:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "b3040d5c7e224dbca86f421bddd758e1", "id": "c7c9770175fc45379f2c2d142062b2c3"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/c8b8b8bcfb3b40e5be77e13a4d2dda19"}, "url": "http://172.30.9.27:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "bb3127ed06e54fda901ea2348ddb72da", "id": "c8b8b8bcfb3b40e5be77e13a4d2dda19"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/cabe2973ef9144da9850a630dd2aedd5"}, "url": "http://192.30.9.3:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "becfeedd42e344c085611f3c7c465a3f", "id": "cabe2973ef9144da9850a630dd2aedd5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/d33016e2f5be49c28efb9905db488d41"}, "url": "http://192.30.9.3:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "bb3127ed06e54fda901ea2348ddb72da", "id": "d33016e2f5be49c28efb9905db488d41"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/dcc892608bd341e084be203695f810d1"}, "url": "http://192.30.9.3:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "f3a07a22777a4405b7eaf44da2e73e19", "id": "dcc892608bd341e084be203695f810d1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/e5c7966f4757438480f39866a31a0265"}, "url": "http://192.30.9.3:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "5540e06daad441aa911fd4cb4d76f8d3", "id": "e5c7966f4757438480f39866a31a0265"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/e944b22c50da41179f2e29ce558807c1"}, "url": "http://192.30.9.3:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "b3040d5c7e224dbca86f421bddd758e1", "id": "e944b22c50da41179f2e29ce558807c1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/e97257b46cb8440080352cd841246c5d"}, "url": "http://192.30.9.3:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "2dec96c2934d43bdbe2e431ef0b53392", "id": "e97257b46cb8440080352cd841246c5d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/e980066294c34eb6866e6c4735e84a62"}, "url": "http://192.30.9.3:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "f3a07a22777a4405b7eaf44da2e73e19", "id": "e980066294c34eb6866e6c4735e84a62"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/eb71f3f602d443c9a8605a7ff2e8aa8e"}, "url": "http://172.30.9.27:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "becfeedd42e344c085611f3c7c465a3f", "id": "eb71f3f602d443c9a8605a7ff2e8aa8e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/f3aa5c8697e449f99c2cfbe2a371cab7"}, "url": "http://172.30.9.27:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "c4334130b6d54a75804fe3f11a3b9e3e", "id": "f3aa5c8697e449f99c2cfbe2a371cab7"}], "links": {"self": "http://172.30.9.27:5000/v3/endpoints", "previous": null, "next": null}} 2018-08-15 19:05:32,655 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/endpoints used request id req-1e1caf61-a4bd-4734-9411-52334b1d9384 2018-08-15 19:05:32,655 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.endpoints in 0.182830095291s 2018-08-15 19:05:32,656 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/endpoints used request id req-1e1caf61-a4bd-4734-9411-52334b1d9384 2018-08-15 19:05:32,663 - functest.opnfv_tests.openstack.shaker.shaker - DEBUG - keystone endpoint: http://172.30.9.27:5000 2018-08-15 19:05:32,666 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-15 19:05:32,669 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}dfba6920bea3caee55ce6cfd1ce3de498a4d530f" 2018-08-15 19:05:32,863 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 19:05:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-65a0c55f-dc50-4bf3-a68a-f7ead072501c Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "021fd4a1fb8b483eb2264cbf5b321379", "links": {"self": "http://172.30.9.27:5000/v3/roles/021fd4a1fb8b483eb2264cbf5b321379"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "16212b6aa60a4fd1b8194c834bae86bf", "links": {"self": "http://172.30.9.27:5000/v3/roles/16212b6aa60a4fd1b8194c834bae86bf"}, "name": "member"}, {"domain_id": null, "id": "1c1e1015ce2644848f1430e3bb28531b", "links": {"self": "http://172.30.9.27:5000/v3/roles/1c1e1015ce2644848f1430e3bb28531b"}, "name": "swiftoperator"}, {"domain_id": null, "id": "382a39dc50214187b99e809cf7222e3c", "links": {"self": "http://172.30.9.27:5000/v3/roles/382a39dc50214187b99e809cf7222e3c"}, "name": "admin"}, {"domain_id": null, "id": "9aed22da25b945dda36dee6e40a0785d", "links": {"self": "http://172.30.9.27:5000/v3/roles/9aed22da25b945dda36dee6e40a0785d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "eeb4436830d24515952401292b7cfc55", "links": {"self": "http://172.30.9.27:5000/v3/roles/eeb4436830d24515952401292b7cfc55"}, "name": "reader"}]} 2018-08-15 19:05:32,863 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-65a0c55f-dc50-4bf3-a68a-f7ead072501c 2018-08-15 19:05:32,863 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.197376012802s 2018-08-15 19:05:32,864 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-65a0c55f-dc50-4bf3-a68a-f7ead072501c 2018-08-15 19:05:32,868 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-15 19:05:32,871 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}dfba6920bea3caee55ce6cfd1ce3de498a4d530f" 2018-08-15 19:05:33,069 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 19:05:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fb79a909-66eb-4274-81c3-50f331f3414d Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "021fd4a1fb8b483eb2264cbf5b321379", "links": {"self": "http://172.30.9.27:5000/v3/roles/021fd4a1fb8b483eb2264cbf5b321379"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "16212b6aa60a4fd1b8194c834bae86bf", "links": {"self": "http://172.30.9.27:5000/v3/roles/16212b6aa60a4fd1b8194c834bae86bf"}, "name": "member"}, {"domain_id": null, "id": "1c1e1015ce2644848f1430e3bb28531b", "links": {"self": "http://172.30.9.27:5000/v3/roles/1c1e1015ce2644848f1430e3bb28531b"}, "name": "swiftoperator"}, {"domain_id": null, "id": "382a39dc50214187b99e809cf7222e3c", "links": {"self": "http://172.30.9.27:5000/v3/roles/382a39dc50214187b99e809cf7222e3c"}, "name": "admin"}, {"domain_id": null, "id": "9aed22da25b945dda36dee6e40a0785d", "links": {"self": "http://172.30.9.27:5000/v3/roles/9aed22da25b945dda36dee6e40a0785d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "eeb4436830d24515952401292b7cfc55", "links": {"self": "http://172.30.9.27:5000/v3/roles/eeb4436830d24515952401292b7cfc55"}, "name": "reader"}]} 2018-08-15 19:05:33,069 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-fb79a909-66eb-4274-81c3-50f331f3414d 2018-08-15 19:05:33,069 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.200730085373s 2018-08-15 19:05:33,069 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-fb79a909-66eb-4274-81c3-50f331f3414d 2018-08-15 19:05:33,074 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-15 19:05:33,077 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}dfba6920bea3caee55ce6cfd1ce3de498a4d530f" 2018-08-15 19:05:33,255 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 19:05:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f5aa5711-8091-404b-ab6e-ccc1d7582d7d Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-15 19:05:33,256 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-f5aa5711-8091-404b-ab6e-ccc1d7582d7d 2018-08-15 19:05:33,256 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.181671857834s 2018-08-15 19:05:33,256 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-f5aa5711-8091-404b-ab6e-ccc1d7582d7d 2018-08-15 19:05:33,257 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-15 19:05:33,260 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}dfba6920bea3caee55ce6cfd1ce3de498a4d530f" 2018-08-15 19:05:33,469 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 19:05:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ba44a250-7b84-4265-88d2-2cf23b9b4f81 Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/033f0039d025473a84de241284491a58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "033f0039d025473a84de241284491a58", "email": "glance@localhost", "password_expires_at": null}, {"name": "shaker-user_36d32c75-903a-4f4f-bb63-599294d5c81b", "links": {"self": "http://172.30.9.27:5000/v3/users/09792f3cb31a438483ec79592faf3c45"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "09792f3cb31a438483ec79592faf3c45", "domain_id": "default", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/2422d0f285314705b46615565d3917fe"}, "domain_id": "e4bd2a4e6bb349a78f956295c49df949", "enabled": true, "options": {}, "id": "2422d0f285314705b46615565d3917fe", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/2cc8b8ad456045c2a30e4360994a4487"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2cc8b8ad456045c2a30e4360994a4487", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/3c466aad8ead4318838e33dd234eb81d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3c466aad8ead4318838e33dd234eb81d", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/56e811cfd4b242068dd78826118576f4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "56e811cfd4b242068dd78826118576f4", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6fad7e5ef0254b2a9cdb215018bcab91"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6fad7e5ef0254b2a9cdb215018bcab91", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.27:5000/v3/users/7d91ea49860f4c2a8deabf649cf4ed37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d91ea49860f4c2a8deabf649cf4ed37", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/8f968cf4475249f6abf2422d6dd7425f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8f968cf4475249f6abf2422d6dd7425f", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/9482390a0722494f8852b9f0e2b9de56"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9482390a0722494f8852b9f0e2b9de56", "email": "admin@example.com", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.27:5000/v3/users/a36076122cea45c6b3e4aa67c4ca811d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a36076122cea45c6b3e4aa67c4ca811d", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/acda52409b024c95bc0facaa98dbc356"}, "domain_id": "default", "enabled": true, "options": {}, "id": "acda52409b024c95bc0facaa98dbc356", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/b193f8790ad94e46993d7eb01f623f51"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b193f8790ad94e46993d7eb01f623f51", "email": "cinder@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/dba024f1937f490cae2e437356a668d7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dba024f1937f490cae2e437356a668d7", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/e6d2649e935e4b8db8107d76bfb30c3a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e6d2649e935e4b8db8107d76bfb30c3a", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-08-15 19:05:33,469 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-ba44a250-7b84-4265-88d2-2cf23b9b4f81 2018-08-15 19:05:33,470 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.212427854538s 2018-08-15 19:05:33,470 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-ba44a250-7b84-4265-88d2-2cf23b9b4f81 2018-08-15 19:05:33,481 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-15 19:05:33,484 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dfba6920bea3caee55ce6cfd1ce3de498a4d530f" 2018-08-15 19:05:33,679 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 19:05:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-586958f9-fdc7-4550-b48c-ef4a385eb7ba Content-Encoding: gzip Content-Length: 392 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/a3688ea3a7924e1e8a441a00bd79aae5"}, "tags": [], "enabled": true, "id": "a3688ea3a7924e1e8a441a00bd79aae5", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.27:5000/v3/projects/d2c267e1fee9461ba5e64a915b9518f5"}, "tags": [], "enabled": true, "id": "d2c267e1fee9461ba5e64a915b9518f5", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: shaker", "links": {"self": "http://172.30.9.27:5000/v3/projects/2ff455dc5ba24586842b7253195c0fb0"}, "tags": [], "enabled": true, "id": "2ff455dc5ba24586842b7253195c0fb0", "parent_id": "default", "domain_id": "default", "name": "shaker-project_36d32c75-903a-4f4f-bb63-599294d5c81b"}]} 2018-08-15 19:05:33,679 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-586958f9-fdc7-4550-b48c-ef4a385eb7ba 2018-08-15 19:05:33,680 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.198442935944s 2018-08-15 19:05:33,680 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-586958f9-fdc7-4550-b48c-ef4a385eb7ba 2018-08-15 19:05:33,687 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-15 19:05:33,690 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:5000/v3/role_assignments?user.id=09792f3cb31a438483ec79592faf3c45&role.id=382a39dc50214187b99e809cf7222e3c&scope.project.id=2ff455dc5ba24586842b7253195c0fb0" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dfba6920bea3caee55ce6cfd1ce3de498a4d530f" 2018-08-15 19:05:33,896 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 19:05:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-045857d5-7763-4932-ada0-bdfdd6e3bce3 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.27:5000/v3/role_assignments?user.id=09792f3cb31a438483ec79592faf3c45&role.id=382a39dc50214187b99e809cf7222e3c&scope.project.id=2ff455dc5ba24586842b7253195c0fb0", "previous": null, "next": null}} 2018-08-15 19:05:33,896 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=09792f3cb31a438483ec79592faf3c45&role.id=382a39dc50214187b99e809cf7222e3c&scope.project.id=2ff455dc5ba24586842b7253195c0fb0 used request id req-045857d5-7763-4932-ada0-bdfdd6e3bce3 2018-08-15 19:05:33,896 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.209348917007s 2018-08-15 19:05:33,897 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=09792f3cb31a438483ec79592faf3c45&role.id=382a39dc50214187b99e809cf7222e3c&scope.project.id=2ff455dc5ba24586842b7253195c0fb0 used request id req-045857d5-7763-4932-ada0-bdfdd6e3bce3 2018-08-15 19:05:33,900 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-15 19:05:33,903 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:5000/v3/projects/2ff455dc5ba24586842b7253195c0fb0/users/09792f3cb31a438483ec79592faf3c45/roles/382a39dc50214187b99e809cf7222e3c -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dfba6920bea3caee55ce6cfd1ce3de498a4d530f" 2018-08-15 19:05:34,054 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 15 Aug 2018 19:05:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1ef99f57-0bb6-47c8-97ed-b9eb3f4ef61d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-15 19:05:34,054 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/2ff455dc5ba24586842b7253195c0fb0/users/09792f3cb31a438483ec79592faf3c45/roles/382a39dc50214187b99e809cf7222e3c used request id req-1ef99f57-0bb6-47c8-97ed-b9eb3f4ef61d 2018-08-15 19:05:34,054 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.154065132141s 2018-08-15 19:05:34,055 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/2ff455dc5ba24586842b7253195c0fb0/users/09792f3cb31a438483ec79592faf3c45/roles/382a39dc50214187b99e809cf7222e3c used request id req-1ef99f57-0bb6-47c8-97ed-b9eb3f4ef61d 2018-08-15 19:05:34,058 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-15 19:05:34,061 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}dfba6920bea3caee55ce6cfd1ce3de498a4d530f" 2018-08-15 19:05:34,165 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 19:05:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-22374d05-126b-4627-924f-9f5b9c472031 Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "021fd4a1fb8b483eb2264cbf5b321379", "links": {"self": "http://172.30.9.27:5000/v3/roles/021fd4a1fb8b483eb2264cbf5b321379"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "16212b6aa60a4fd1b8194c834bae86bf", "links": {"self": "http://172.30.9.27:5000/v3/roles/16212b6aa60a4fd1b8194c834bae86bf"}, "name": "member"}, {"domain_id": null, "id": "1c1e1015ce2644848f1430e3bb28531b", "links": {"self": "http://172.30.9.27:5000/v3/roles/1c1e1015ce2644848f1430e3bb28531b"}, "name": "swiftoperator"}, {"domain_id": null, "id": "382a39dc50214187b99e809cf7222e3c", "links": {"self": "http://172.30.9.27:5000/v3/roles/382a39dc50214187b99e809cf7222e3c"}, "name": "admin"}, {"domain_id": null, "id": "9aed22da25b945dda36dee6e40a0785d", "links": {"self": "http://172.30.9.27:5000/v3/roles/9aed22da25b945dda36dee6e40a0785d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "eeb4436830d24515952401292b7cfc55", "links": {"self": "http://172.30.9.27:5000/v3/roles/eeb4436830d24515952401292b7cfc55"}, "name": "reader"}]} 2018-08-15 19:05:34,165 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-22374d05-126b-4627-924f-9f5b9c472031 2018-08-15 19:05:34,165 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.106952905655s 2018-08-15 19:05:34,165 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-22374d05-126b-4627-924f-9f5b9c472031 2018-08-15 19:05:34,170 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.roles 2018-08-15 19:05:34,173 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}dfba6920bea3caee55ce6cfd1ce3de498a4d530f" -d '{"role": {"name": "heat_stack_owner"}}' 2018-08-15 19:05:34,294 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 15 Aug 2018 19:05:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-548b75e4-40c5-49cc-88a5-356a08d7bfb1 Content-Length: 187 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "91e4db2b6a474327bd84e78056381c2f", "links": {"self": "http://172.30.9.27:5000/v3/roles/91e4db2b6a474327bd84e78056381c2f"}, "name": "heat_stack_owner"}} 2018-08-15 19:05:34,294 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-548b75e4-40c5-49cc-88a5-356a08d7bfb1 2018-08-15 19:05:34,294 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.roles in 0.124448060989s 2018-08-15 19:05:34,295 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-548b75e4-40c5-49cc-88a5-356a08d7bfb1 2018-08-15 19:05:34,298 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-15 19:05:34,302 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}dfba6920bea3caee55ce6cfd1ce3de498a4d530f" 2018-08-15 19:05:34,491 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 19:05:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0085280a-46c4-4346-a9ca-04577d4b46f5 Content-Encoding: gzip Content-Length: 411 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "021fd4a1fb8b483eb2264cbf5b321379", "links": {"self": "http://172.30.9.27:5000/v3/roles/021fd4a1fb8b483eb2264cbf5b321379"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "16212b6aa60a4fd1b8194c834bae86bf", "links": {"self": "http://172.30.9.27:5000/v3/roles/16212b6aa60a4fd1b8194c834bae86bf"}, "name": "member"}, {"domain_id": null, "id": "1c1e1015ce2644848f1430e3bb28531b", "links": {"self": "http://172.30.9.27:5000/v3/roles/1c1e1015ce2644848f1430e3bb28531b"}, "name": "swiftoperator"}, {"domain_id": null, "id": "382a39dc50214187b99e809cf7222e3c", "links": {"self": "http://172.30.9.27:5000/v3/roles/382a39dc50214187b99e809cf7222e3c"}, "name": "admin"}, {"domain_id": null, "id": "91e4db2b6a474327bd84e78056381c2f", "links": {"self": "http://172.30.9.27:5000/v3/roles/91e4db2b6a474327bd84e78056381c2f"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9aed22da25b945dda36dee6e40a0785d", "links": {"self": "http://172.30.9.27:5000/v3/roles/9aed22da25b945dda36dee6e40a0785d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "eeb4436830d24515952401292b7cfc55", "links": {"self": "http://172.30.9.27:5000/v3/roles/eeb4436830d24515952401292b7cfc55"}, "name": "reader"}]} 2018-08-15 19:05:34,492 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-0085280a-46c4-4346-a9ca-04577d4b46f5 2018-08-15 19:05:34,492 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.193307876587s 2018-08-15 19:05:34,492 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-0085280a-46c4-4346-a9ca-04577d4b46f5 2018-08-15 19:05:34,497 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-15 19:05:34,500 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}dfba6920bea3caee55ce6cfd1ce3de498a4d530f" 2018-08-15 19:05:34,683 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 19:05:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7e6e7558-4393-4a28-9b8f-e634d7093380 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-15 19:05:34,683 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-7e6e7558-4393-4a28-9b8f-e634d7093380 2018-08-15 19:05:34,683 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.186080932617s 2018-08-15 19:05:34,683 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-7e6e7558-4393-4a28-9b8f-e634d7093380 2018-08-15 19:05:34,684 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-15 19:05:34,687 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}dfba6920bea3caee55ce6cfd1ce3de498a4d530f" 2018-08-15 19:05:34,809 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 19:05:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f0fb181a-4c88-40d5-a120-86c05b95975c Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/033f0039d025473a84de241284491a58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "033f0039d025473a84de241284491a58", "email": "glance@localhost", "password_expires_at": null}, {"name": "shaker-user_36d32c75-903a-4f4f-bb63-599294d5c81b", "links": {"self": "http://172.30.9.27:5000/v3/users/09792f3cb31a438483ec79592faf3c45"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "09792f3cb31a438483ec79592faf3c45", "domain_id": "default", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/2422d0f285314705b46615565d3917fe"}, "domain_id": "e4bd2a4e6bb349a78f956295c49df949", "enabled": true, "options": {}, "id": "2422d0f285314705b46615565d3917fe", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/2cc8b8ad456045c2a30e4360994a4487"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2cc8b8ad456045c2a30e4360994a4487", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/3c466aad8ead4318838e33dd234eb81d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3c466aad8ead4318838e33dd234eb81d", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/56e811cfd4b242068dd78826118576f4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "56e811cfd4b242068dd78826118576f4", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6fad7e5ef0254b2a9cdb215018bcab91"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6fad7e5ef0254b2a9cdb215018bcab91", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.27:5000/v3/users/7d91ea49860f4c2a8deabf649cf4ed37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d91ea49860f4c2a8deabf649cf4ed37", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/8f968cf4475249f6abf2422d6dd7425f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8f968cf4475249f6abf2422d6dd7425f", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/9482390a0722494f8852b9f0e2b9de56"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9482390a0722494f8852b9f0e2b9de56", "email": "admin@example.com", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.27:5000/v3/users/a36076122cea45c6b3e4aa67c4ca811d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a36076122cea45c6b3e4aa67c4ca811d", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/acda52409b024c95bc0facaa98dbc356"}, "domain_id": "default", "enabled": true, "options": {}, "id": "acda52409b024c95bc0facaa98dbc356", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/b193f8790ad94e46993d7eb01f623f51"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b193f8790ad94e46993d7eb01f623f51", "email": "cinder@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/dba024f1937f490cae2e437356a668d7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dba024f1937f490cae2e437356a668d7", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/e6d2649e935e4b8db8107d76bfb30c3a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e6d2649e935e4b8db8107d76bfb30c3a", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-08-15 19:05:34,809 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-f0fb181a-4c88-40d5-a120-86c05b95975c 2018-08-15 19:05:34,809 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.125057935715s 2018-08-15 19:05:34,810 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-f0fb181a-4c88-40d5-a120-86c05b95975c 2018-08-15 19:05:34,820 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-15 19:05:34,823 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dfba6920bea3caee55ce6cfd1ce3de498a4d530f" 2018-08-15 19:05:34,927 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 19:05:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-76701a41-8f15-41a3-8ca8-878894491975 Content-Encoding: gzip Content-Length: 392 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/a3688ea3a7924e1e8a441a00bd79aae5"}, "tags": [], "enabled": true, "id": "a3688ea3a7924e1e8a441a00bd79aae5", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.27:5000/v3/projects/d2c267e1fee9461ba5e64a915b9518f5"}, "tags": [], "enabled": true, "id": "d2c267e1fee9461ba5e64a915b9518f5", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: shaker", "links": {"self": "http://172.30.9.27:5000/v3/projects/2ff455dc5ba24586842b7253195c0fb0"}, "tags": [], "enabled": true, "id": "2ff455dc5ba24586842b7253195c0fb0", "parent_id": "default", "domain_id": "default", "name": "shaker-project_36d32c75-903a-4f4f-bb63-599294d5c81b"}]} 2018-08-15 19:05:34,927 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-76701a41-8f15-41a3-8ca8-878894491975 2018-08-15 19:05:34,927 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.106758832932s 2018-08-15 19:05:34,927 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-76701a41-8f15-41a3-8ca8-878894491975 2018-08-15 19:05:34,934 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-15 19:05:34,938 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:5000/v3/role_assignments?user.id=09792f3cb31a438483ec79592faf3c45&role.id=91e4db2b6a474327bd84e78056381c2f&scope.project.id=2ff455dc5ba24586842b7253195c0fb0" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dfba6920bea3caee55ce6cfd1ce3de498a4d530f" 2018-08-15 19:05:35,127 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 19:05:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-df46056c-d5ea-49a2-9760-9a53de1c022c Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.27:5000/v3/role_assignments?user.id=09792f3cb31a438483ec79592faf3c45&role.id=91e4db2b6a474327bd84e78056381c2f&scope.project.id=2ff455dc5ba24586842b7253195c0fb0", "previous": null, "next": null}} 2018-08-15 19:05:35,127 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=09792f3cb31a438483ec79592faf3c45&role.id=91e4db2b6a474327bd84e78056381c2f&scope.project.id=2ff455dc5ba24586842b7253195c0fb0 used request id req-df46056c-d5ea-49a2-9760-9a53de1c022c 2018-08-15 19:05:35,127 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.192487955093s 2018-08-15 19:05:35,127 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=09792f3cb31a438483ec79592faf3c45&role.id=91e4db2b6a474327bd84e78056381c2f&scope.project.id=2ff455dc5ba24586842b7253195c0fb0 used request id req-df46056c-d5ea-49a2-9760-9a53de1c022c 2018-08-15 19:05:35,130 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-15 19:05:35,132 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:5000/v3/projects/2ff455dc5ba24586842b7253195c0fb0/users/09792f3cb31a438483ec79592faf3c45/roles/91e4db2b6a474327bd84e78056381c2f -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dfba6920bea3caee55ce6cfd1ce3de498a4d530f" 2018-08-15 19:05:35,345 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 15 Aug 2018 19:05:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d4e7076a-8675-4488-92e0-bf92b3b8ab39 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-15 19:05:35,346 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/2ff455dc5ba24586842b7253195c0fb0/users/09792f3cb31a438483ec79592faf3c45/roles/91e4db2b6a474327bd84e78056381c2f used request id req-d4e7076a-8675-4488-92e0-bf92b3b8ab39 2018-08-15 19:05:35,346 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.215975046158s 2018-08-15 19:05:35,346 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/2ff455dc5ba24586842b7253195c0fb0/users/09792f3cb31a438483ec79592faf3c45/roles/91e4db2b6a474327bd84e78056381c2f used request id req-d4e7076a-8675-4488-92e0-bf92b3b8ab39 2018-08-15 19:05:35,346 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-15 19:05:35,347 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-15 19:05:35,348 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-15 19:05:35,350 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-15 19:05:35,422 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-15 19:05:35,424 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-15 19:05:35,424 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-15 19:05:35,460 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-15 19:05:35,460 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-15 19:05:35,489 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-15 20:05:35,581 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-15 20:05:35,582 - functest.opnfv_tests.openstack.shaker.shaker - INFO - output: XDG_SESSION_ID=1 OS_PROJECT_ID=2ff455dc5ba24586842b7253195c0fb0 SHELL=/bin/bash SSH_CLIENT=172.30.9.66 40852 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_36d32c75-903a-4f4f-bb63-599294d5c81b 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.3 PWD=/home/ubuntu OS_PASSWORD=bfbc49af-df16-4a1c-a37a-f8b8dfc96cd2 LANG=en_US.UTF-8 OS_AUTH_TYPE=password PS1=${OS_CLOUDNAME:+($OS_CLOUDNAME)} OS_AUTH_URL=http://172.30.9.27:5000 SDN_CONTROLLER_PASSWORD=avMoou4QiOpIb2fI0RWsCs3Kb OS_USERNAME=shaker-user_36d32c75-903a-4f4f-bb63-599294d5c81b SHLVL=1 HOME=/home/ubuntu no_proxy=,172.30.9.27,192.30.9.3 LOGNAME=ubuntu SSH_CONNECTION=172.30.9.66 40852 192.168.120.27 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-15 19:05:35.776 1376 INFO shaker.engine.utils [-] Logging enabled 2018-08-15 19:05:35.778 1376 INFO shaker.engine.messaging [-] Listening on *:9000 2018-08-15 19:05:35.781 1376 INFO shaker.engine.server [-] Play scenario: openstack/full_l2 2018-08-15 19:05:35.790 1384 INFO shaker.agent.agent [-] Agent id is: __heartbeat 2018-08-15 19:05:35.790 1384 INFO shaker.agent.agent [-] Connecting to server: 172.30.9.208:9000 2018-08-15 19:05:35.790 1384 INFO shaker.agent.agent [-] Agent config: {'polling_interval': 10} 2018-08-15 19:05:35.801 1376 INFO pykwalify.core [-] validation.valid 2018-08-15 19:05:37.343 1376 INFO shaker.openstack.clients.openstack [-] Connection to OpenStack is initialized 2018-08-15 19:05:42.509 1376 INFO shaker.openstack.clients.heat [-] New stack: {u'id': u'ae199cba-b2ad-4028-8d92-8c17d2aec3f4', u'links': [{u'href': u'http://172.30.9.27:8004/v1/2ff455dc5ba24586842b7253195c0fb0/stacks/shaker_fikspe/ae199cba-b2ad-4028-8d92-8c17d2aec3f4', u'rel': u'self'}]} 2018-08-15 19:09:30.952 1376 INFO shaker.engine.quorum [-] Waiting for quorum of agents: set(['shaker_fikspe_master_0', 'shaker_fikspe_slave_0']) 2018-08-15 19:09:41.690 1376 INFO shaker.engine.quorum [-] Finished processing operation: 2018-08-15 19:11:11.446 1376 INFO shaker.engine.quorum [-] Finished processing operation: 2018-08-15 19:12:41.181 1376 INFO shaker.engine.quorum [-] Finished processing operation: 2018-08-15 19:14:10.912 1376 INFO shaker.engine.quorum [-] Finished processing operation: 2018-08-15 19:14:10.914 1376 INFO shaker.engine.server [-] Execution is done 2018-08-15 19:14:11.717 1376 INFO shaker.engine.quorum [-] Cleaning the quorum 2018-08-15 20:05:35,582 - functest.opnfv_tests.openstack.shaker.shaker - INFO - error: 2018-08-15 20:05:35,583 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-15 20:05:35,584 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-15 20:05:35,623 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-15 20:05:35,623 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-15 20:05:35,650 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-15 20:05:35,655 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-15 20:05:35,656 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-15 20:05:35,654 - 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-15 20:05:35,796 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-15 20:05:35,797 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | shaker | functest | 65:14 | FAIL | +-------------------+------------------+------------------+----------------+ 2018-08-15 20:05:35,802 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-08-15 20:05:36,204 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "16212b6aa60a4fd1b8194c834bae86bf", "name": "member"}, {"id": "91e4db2b6a474327bd84e78056381c2f", "name": "heat_stack_owner"}, {"id": "eeb4436830d24515952401292b7cfc55", "name": "reader"}, {"id": "382a39dc50214187b99e809cf7222e3c", "name": "admin"}], "expires_at": "2018-08-15T21:05:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2ff455dc5ba24586842b7253195c0fb0", "name": "shaker-project_36d32c75-903a-4f4f-bb63-599294d5c81b"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.37:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "54e3c320cc3142e9824c171afe58d5c6"}, {"url": "http://172.30.9.27:8080/v1/AUTH_2ff455dc5ba24586842b7253195c0fb0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d00250537b54114937846660f377ed1"}, {"url": "http://12.0.0.37:8080/v1/AUTH_2ff455dc5ba24586842b7253195c0fb0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c790cb26fd2345ae9bac8a014d10a446"}], "type": "object-store", "id": "17183633b8774ff6a53da32b47c89b3c", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94631698a9884eb1bf4cb245c6f37b80"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c23f2a003e874719a2f1c41f92405a45"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e97257b46cb8440080352cd841246c5d"}], "type": "cloudformation", "id": "2dec96c2934d43bdbe2e431ef0b53392", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/2ff455dc5ba24586842b7253195c0fb0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "287c0315393e4b22a228912ca3b004cc"}, {"url": "http://192.30.9.3:8776/v3/2ff455dc5ba24586842b7253195c0fb0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62769da517ac4f44b88a6118413b8c30"}, {"url": "http://192.30.9.3:8776/v3/2ff455dc5ba24586842b7253195c0fb0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c0b30400cd648249ab0a6a17cf1ebc1"}], "type": "volumev3", "id": "363b885c3f174fbfb4f17da9d41f332d", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d6cb188f65e4f77bab04c3d99f9469f"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70f7ced028794432bef835264c84489c"}, {"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77dd5cfb1dac4b31b21d705ba420c355"}], "type": "network", "id": "51b7a44223114d149d5300ae5b6d97ae", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19071864a1b848cc93bca3b1e1955c3f"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bc0345e40a36459fbc009797a6517deb"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5c7966f4757438480f39866a31a0265"}], "type": "image", "id": "5540e06daad441aa911fd4cb4d76f8d3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "68ad1d76386d437089226a0562004a39", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "03f40cbac74c4aafb48b4dd360509f6a"}, {"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18ed3fa9a0894200abaf76b71abfd912"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3d96a0aa5c344cb8ba659332ed497e85"}], "type": "identity", "id": "8096ce39bbf24c1683621ee563324790", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f60ea793ee64fc9a3d9a2d2ad889bd0"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7c9770175fc45379f2c2d142062b2c3"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e944b22c50da41179f2e29ce558807c1"}], "type": "compute", "id": "b3040d5c7e224dbca86f421bddd758e1", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5aad7caa3e6f4a35b9abdf5d46190371"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8b8b8bcfb3b40e5be77e13a4d2dda19"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d33016e2f5be49c28efb9905db488d41"}], "type": "placement", "id": "bb3127ed06e54fda901ea2348ddb72da", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/2ff455dc5ba24586842b7253195c0fb0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "576142509dfd46c591c5e83bed8ffcc7"}, {"url": "http://192.30.9.3:8776/v1/2ff455dc5ba24586842b7253195c0fb0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cabe2973ef9144da9850a630dd2aedd5"}, {"url": "http://172.30.9.27:8776/v1/2ff455dc5ba24586842b7253195c0fb0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eb71f3f602d443c9a8605a7ff2e8aa8e"}], "type": "volume", "id": "becfeedd42e344c085611f3c7c465a3f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.3:8004/v1/2ff455dc5ba24586842b7253195c0fb0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "156b8e560e534c82a1d320da86608a19"}, {"url": "http://192.30.9.3:8004/v1/2ff455dc5ba24586842b7253195c0fb0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59154cecf6a54eb08ecc63bf95dca042"}, {"url": "http://172.30.9.27:8004/v1/2ff455dc5ba24586842b7253195c0fb0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f3aa5c8697e449f99c2cfbe2a371cab7"}], "type": "orchestration", "id": "c4334130b6d54a75804fe3f11a3b9e3e", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "39db2ebb65ae42659440fd9845949a6c"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ad23d2a65e74e3c87b1488af1f9f9ac"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d07664cbebb49149819cf7a6b20edb4"}], "type": "alarming", "id": "d878aa5c6b584d53a039f6a680fb6e8b", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/2ff455dc5ba24586842b7253195c0fb0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e2bb44b06c0412ab74e54984b5b26b5"}, {"url": "http://192.30.9.3:8776/v2/2ff455dc5ba24586842b7253195c0fb0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86bcb5a76e6c464bb4d42c969584d6f2"}, {"url": "http://172.30.9.27:8776/v2/2ff455dc5ba24586842b7253195c0fb0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a391eed816af4966b335005bfe580d70"}], "type": "volumev2", "id": "e16298e148f54e96a50a134ca797deff", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b54cb5b666f74b91b0244b5332fdb3e5"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcc892608bd341e084be203695f810d1"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e980066294c34eb6866e6c4735e84a62"}], "type": "metric", "id": "f3a07a22777a4405b7eaf44da2e73e19", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.27:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1f66095afa4b74b4f26d432f5bfa55"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8dd5f30cc334148a7ed9d5ab68eee9b"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bfe7dd54acd947899871700a40dd0244"}], "type": "event", "id": "f6e223543cae4d9bad10258b0a294f12", "name": "panko"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "shaker-user_36d32c75-903a-4f4f-bb63-599294d5c81b", "id": "09792f3cb31a438483ec79592faf3c45"}, "audit_ids": ["gWP1C6yvQ2eSjxd_EgoiRg"], "issued_at": "2018-08-15T20:05:36.000000Z"}} 2018-08-15 20:05:36,208 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-15 20:05:36,208 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/floatingips/30d35d24-eb10-4ace-84d7-922890bdd46d.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}869b209caf39e4d65636ed4fcdf1b2a1bbfbf854" 2018-08-15 20:05:37,582 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-40b862ee-422c-4d34-9a7c-4dea9181f972 Content-Length: 0 Date: Wed, 15 Aug 2018 20:05:37 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-15 20:05:37,582 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/floatingips/30d35d24-eb10-4ace-84d7-922890bdd46d.json used request id req-40b862ee-422c-4d34-9a7c-4dea9181f972 2018-08-15 20:05:37,582 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 1.37462210655s 2018-08-15 20:05:37,583 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/floatingips/30d35d24-eb10-4ace-84d7-922890bdd46d.json used request id req-40b862ee-422c-4d34-9a7c-4dea9181f972 2018-08-15 20:05:37,588 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-15 20:05:37,588 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}869b209caf39e4d65636ed4fcdf1b2a1bbfbf854" 2018-08-15 20:05:37,652 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 555 X-Openstack-Request-Id: req-cb4a882a-2532-4030-b578-a167bbb5d873 Date: Wed, 15 Aug 2018 20:05:37 GMT RESP BODY: {"floatingips": [{"router_id": "015fce5a-dab8-439e-9d23-8b5492afced5", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-15T18:20:48Z", "floating_network_id": "fc8ca119-27ab-4070-99fa-a2993d11ee48", "fixed_ip_address": "192.168.1.16", "floating_ip_address": "172.30.9.210", "revision_number": 0, "port_id": "06ce2d85-8080-4cac-b08c-8c11f4e26535", "id": "f9c8c51f-20f0-45ee-8a15-b5cd58005e38", "tenant_id": "4ac96b83261c430488a051413c97cb86", "created_at": "2018-08-15T18:20:48Z", "project_id": "4ac96b83261c430488a051413c97cb86"}]} 2018-08-15 20:05:37,652 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-cb4a882a-2532-4030-b578-a167bbb5d873 2018-08-15 20:05:37,652 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0644888877869s 2018-08-15 20:05:37,653 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-cb4a882a-2532-4030-b578-a167bbb5d873 2018-08-15 20:05:37,656 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-15 20:05:37,659 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/servers/ce456fff-07dc-4039-9b4b-ff12691770bc -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}869b209caf39e4d65636ed4fcdf1b2a1bbfbf854" 2018-08-15 20:05:38,078 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 15 Aug 2018 20:05:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ca78ff1f-9cbe-463d-93aa-51e62af1c1a5 x-compute-request-id: req-ca78ff1f-9cbe-463d-93aa-51e62af1c1a5 Content-Type: application/json 2018-08-15 20:05:38,079 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/servers/ce456fff-07dc-4039-9b4b-ff12691770bc used request id req-ca78ff1f-9cbe-463d-93aa-51e62af1c1a5 2018-08-15 20:05:38,079 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.422464847565s 2018-08-15 20:05:38,079 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/servers/ce456fff-07dc-4039-9b4b-ff12691770bc used request id req-ca78ff1f-9cbe-463d-93aa-51e62af1c1a5 2018-08-15 20:05:38,080 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:05:38,083 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}869b209caf39e4d65636ed4fcdf1b2a1bbfbf854" 2018-08-15 20:05:39,411 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:05:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-25e6e7a1-c26d-47e4-85cc-f44a5273f137 x-compute-request-id: req-25e6e7a1-c26d-47e4-85cc-f44a5273f137 Content-Encoding: gzip Content-Length: 839 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"shaker-net_36d32c75-903a-4f4f-bb63-599294d5c81b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:13:a9", "version": 4, "addr": "192.168.120.27", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:13:a9", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/ce456fff-07dc-4039-9b4b-ff12691770bc", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/ce456fff-07dc-4039-9b4b-ff12691770bc", "rel": "bookmark"}], "image": {"id": "49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "links": [{"href": "http://172.30.9.27:8774/images/49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000018", "OS-SRV-USG:launched_at": "2018-08-15T19:04:05.000000", "flavor": {"id": "fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "links": [{"href": "http://172.30.9.27:8774/flavors/fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "rel": "bookmark"}]}, "id": "ce456fff-07dc-4039-9b4b-ff12691770bc", "security_groups": [{"name": "shaker-sg_36d32c75-903a-4f4f-bb63-599294d5c81b"}], "user_id": "09792f3cb31a438483ec79592faf3c45", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:05:38Z", "hostId": "561e4995802169e7a66e628976ae0e3f2abdc610f2c3684386665daa", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_36d32c75-903a-4f4f-bb63-599294d5c81b", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "shaker-vm_36d32c75-903a-4f4f-bb63-599294d5c81b", "created": "2018-08-15T19:00:45Z", "tenant_id": "2ff455dc5ba24586842b7253195c0fb0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:05:39,411 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-25e6e7a1-c26d-47e4-85cc-f44a5273f137 2018-08-15 20:05:39,411 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.33113598824s 2018-08-15 20:05:39,411 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-25e6e7a1-c26d-47e4-85cc-f44a5273f137 2018-08-15 20:05:39,413 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 20:05:41,416 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:05:41,419 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}869b209caf39e4d65636ed4fcdf1b2a1bbfbf854" 2018-08-15 20:05:41,495 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:05:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-67f252fe-b061-4bdf-b690-2d342a273116 x-compute-request-id: req-67f252fe-b061-4bdf-b690-2d342a273116 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-15 20:05:41,495 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-67f252fe-b061-4bdf-b690-2d342a273116 2018-08-15 20:05:41,495 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0791540145874s 2018-08-15 20:05:41,496 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-67f252fe-b061-4bdf-b690-2d342a273116 2018-08-15 20:05:41,498 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-15 20:05:41,499 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}869b209caf39e4d65636ed4fcdf1b2a1bbfbf854" 2018-08-15 20:05:41,594 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 51845 X-Openstack-Request-Id: req-8a9a72e5-ff28-4047-9d79-8229e5eb8964 Date: Wed, 15 Aug 2018 20:05:41 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "0fb654f187744a1c91023663f2dea2a2", "created_at": "2018-08-15T17:41:06Z", "updated_at": "2018-08-15T17:41:07Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:41:07Z", "revision_number": 0, "id": "2a2b4db8-bb0e-4ebc-9ef2-c35b7b4ba9ec", "remote_group_id": "08dca0a7-adfe-4099-acc9-e0f795825e4b", "remote_ip_prefix": null, "created_at": "2018-08-15T17:41:07Z", "security_group_id": "08dca0a7-adfe-4099-acc9-e0f795825e4b", "tenant_id": "0fb654f187744a1c91023663f2dea2a2", "port_range_min": null, "ethertype": "IPv6", "project_id": "0fb654f187744a1c91023663f2dea2a2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:41:07Z", "revision_number": 0, "id": "44475b95-af6b-4b7e-b58d-abc7fcec2b4d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T17:41:07Z", "security_group_id": "08dca0a7-adfe-4099-acc9-e0f795825e4b", "tenant_id": "0fb654f187744a1c91023663f2dea2a2", "port_range_min": null, "ethertype": "IPv4", "project_id": "0fb654f187744a1c91023663f2dea2a2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:41:07Z", "revision_number": 0, "id": "60cac9e1-9b79-4592-bbb6-6e77bb3bd5fc", "remote_group_id": "08dca0a7-adfe-4099-acc9-e0f795825e4b", "remote_ip_prefix": null, "created_at": "2018-08-15T17:41:07Z", "security_group_id": "08dca0a7-adfe-4099-acc9-e0f795825e4b", "tenant_id": "0fb654f187744a1c91023663f2dea2a2", "port_range_min": null, "ethertype": "IPv4", "project_id": "0fb654f187744a1c91023663f2dea2a2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:41:07Z", "revision_number": 0, "id": "d1824de5-9b2a-466d-991f-c187630d73de", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T17:41:07Z", "security_group_id": "08dca0a7-adfe-4099-acc9-e0f795825e4b", "tenant_id": "0fb654f187744a1c91023663f2dea2a2", "port_range_min": null, "ethertype": "IPv6", "project_id": "0fb654f187744a1c91023663f2dea2a2"}], "revision_number": 1, "project_id": "0fb654f187744a1c91023663f2dea2a2", "id": "08dca0a7-adfe-4099-acc9-e0f795825e4b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1da8eb1b41b74520b9e253335062edc8", "created_at": "2018-08-15T17:41:18Z", "updated_at": "2018-08-15T17:41:18Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:41:18Z", "revision_number": 0, "id": "14946ada-3886-4375-8892-90d768c422ed", "remote_group_id": "221585c1-206c-4261-82df-b9a9c2857330", "remote_ip_prefix": null, "created_at": "2018-08-15T17:41:18Z", "security_group_id": "221585c1-206c-4261-82df-b9a9c2857330", "tenant_id": "1da8eb1b41b74520b9e253335062edc8", "port_range_min": null, "ethertype": "IPv4", "project_id": "1da8eb1b41b74520b9e253335062edc8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:41:18Z", "revision_number": 0, "id": "46f535eb-748e-4843-838c-806e6e3a9c00", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T17:41:18Z", "security_group_id": "221585c1-206c-4261-82df-b9a9c2857330", "tenant_id": "1da8eb1b41b74520b9e253335062edc8", "port_range_min": null, "ethertype": "IPv6", "project_id": "1da8eb1b41b74520b9e253335062edc8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:41:18Z", "revision_number": 0, "id": "9441cf9a-973a-4571-b4c8-fb0bd11ac4ed", "remote_group_id": "221585c1-206c-4261-82df-b9a9c2857330", "remote_ip_prefix": null, "created_at": "2018-08-15T17:41:18Z", "security_group_id": "221585c1-206c-4261-82df-b9a9c2857330", "tenant_id": "1da8eb1b41b74520b9e253335062edc8", "port_range_min": null, "ethertype": "IPv6", "project_id": "1da8eb1b41b74520b9e253335062edc8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:41:18Z", "revision_number": 0, "id": "b592874d-3787-462e-80b2-096bd782b249", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T17:41:18Z", "security_group_id": "221585c1-206c-4261-82df-b9a9c2857330", "tenant_id": "1da8eb1b41b74520b9e253335062edc8", "port_range_min": null, "ethertype": "IPv4", "project_id": "1da8eb1b41b74520b9e253335062edc8"}], "revision_number": 1, "project_id": "1da8eb1b41b74520b9e253335062edc8", "id": "221585c1-206c-4261-82df-b9a9c2857330", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b1cf51a910eb4b72a1b823a5e3497a40", "created_at": "2018-08-15T17:52:14Z", "updated_at": "2018-08-15T17:52:14Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:52:14Z", "revision_number": 0, "id": "3a3fab2d-f57e-431a-a453-25b13587cdb2", "remote_group_id": "3270ec38-9486-4c4a-876f-d4246fdd2dac", "remote_ip_prefix": null, "created_at": "2018-08-15T17:52:14Z", "security_group_id": "3270ec38-9486-4c4a-876f-d4246fdd2dac", "tenant_id": "b1cf51a910eb4b72a1b823a5e3497a40", "port_range_min": null, "ethertype": "IPv6", "project_id": "b1cf51a910eb4b72a1b823a5e3497a40"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:52:14Z", "revision_number": 0, "id": "95fee408-1e9b-45b3-97db-2f559d965300", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T17:52:14Z", "security_group_id": "3270ec38-9486-4c4a-876f-d4246fdd2dac", "tenant_id": "b1cf51a910eb4b72a1b823a5e3497a40", "port_range_min": null, "ethertype": "IPv4", "project_id": "b1cf51a910eb4b72a1b823a5e3497a40"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:52:14Z", "revision_number": 0, "id": "d05266fd-876b-4566-b81b-5b940fb0b227", "remote_group_id": "3270ec38-9486-4c4a-876f-d4246fdd2dac", "remote_ip_prefix": null, "created_at": "2018-08-15T17:52:14Z", "security_group_id": "3270ec38-9486-4c4a-876f-d4246fdd2dac", "tenant_id": "b1cf51a910eb4b72a1b823a5e3497a40", "port_range_min": null, "ethertype": "IPv4", "project_id": "b1cf51a910eb4b72a1b823a5e3497a40"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:52:14Z", "revision_number": 0, "id": "fd5f5c2d-7123-4ddc-9ca0-7909b6cf1212", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T17:52:14Z", "security_group_id": "3270ec38-9486-4c4a-876f-d4246fdd2dac", "tenant_id": "b1cf51a910eb4b72a1b823a5e3497a40", "port_range_min": null, "ethertype": "IPv6", "project_id": "b1cf51a910eb4b72a1b823a5e3497a40"}], "revision_number": 1, "project_id": "b1cf51a910eb4b72a1b823a5e3497a40", "id": "3270ec38-9486-4c4a-876f-d4246fdd2dac", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0a79be35aa1844b592171ec6b98067a3", "created_at": "2018-08-15T17:30:11Z", "updated_at": "2018-08-15T17:30:11Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:30:11Z", "revision_number": 0, "id": "00c88acf-1903-4b33-98a7-99ea979bd9c9", "remote_group_id": "4846ad83-79f7-42df-b750-d0ad674ce4cb", "remote_ip_prefix": null, "created_at": "2018-08-15T17:30:11Z", "security_group_id": "4846ad83-79f7-42df-b750-d0ad674ce4cb", "tenant_id": "0a79be35aa1844b592171ec6b98067a3", "port_range_min": null, "ethertype": "IPv6", "project_id": "0a79be35aa1844b592171ec6b98067a3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:30:11Z", "revision_number": 0, "id": "5fa7f683-afed-4549-8551-3a983fecdb88", "remote_group_id": "4846ad83-79f7-42df-b750-d0ad674ce4cb", "remote_ip_prefix": null, "created_at": "2018-08-15T17:30:11Z", "security_group_id": "4846ad83-79f7-42df-b750-d0ad674ce4cb", "tenant_id": "0a79be35aa1844b592171ec6b98067a3", "port_range_min": null, "ethertype": "IPv4", "project_id": "0a79be35aa1844b592171ec6b98067a3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:30:11Z", "revision_number": 0, "id": "6ce237a2-9336-48d3-8b84-91c541431eea", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T17:30:11Z", "security_group_id": "4846ad83-79f7-42df-b750-d0ad674ce4cb", "tenant_id": "0a79be35aa1844b592171ec6b98067a3", "port_range_min": null, "ethertype": "IPv6", "project_id": "0a79be35aa1844b592171ec6b98067a3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:30:11Z", "revision_number": 0, "id": "daedcab2-5861-4075-8055-2dc0aa3f48c6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T17:30:11Z", "security_group_id": "4846ad83-79f7-42df-b750-d0ad674ce4cb", "tenant_id": "0a79be35aa1844b592171ec6b98067a3", "port_range_min": null, "ethertype": "IPv4", "project_id": "0a79be35aa1844b592171ec6b98067a3"}], "revision_number": 1, "project_id": "0a79be35aa1844b592171ec6b98067a3", "id": "4846ad83-79f7-42df-b750-d0ad674ce4cb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d2c267e1fee9461ba5e64a915b9518f5", "created_at": "2018-08-15T17:16:26Z", "updated_at": "2018-08-15T17:16:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:16:26Z", "revision_number": 0, "id": "0141cb89-2ac6-4e44-8a33-98502f991b14", "remote_group_id": "49ad131e-2fee-4eda-925b-574512101baf", "remote_ip_prefix": null, "created_at": "2018-08-15T17:16:26Z", "security_group_id": "49ad131e-2fee-4eda-925b-574512101baf", "tenant_id": "d2c267e1fee9461ba5e64a915b9518f5", "port_range_min": null, "ethertype": "IPv6", "project_id": "d2c267e1fee9461ba5e64a915b9518f5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:16:26Z", "revision_number": 0, "id": "2838190b-5271-4849-ad98-f69f8537ebd4", "remote_group_id": "49ad131e-2fee-4eda-925b-574512101baf", "remote_ip_prefix": null, "created_at": "2018-08-15T17:16:26Z", "security_group_id": "49ad131e-2fee-4eda-925b-574512101baf", "tenant_id": "d2c267e1fee9461ba5e64a915b9518f5", "port_range_min": null, "ethertype": "IPv4", "project_id": "d2c267e1fee9461ba5e64a915b9518f5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:16:26Z", "revision_number": 0, "id": "8c98c9ae-fd3c-446d-8e3a-b940eeaeaf5c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T17:16:26Z", "security_group_id": "49ad131e-2fee-4eda-925b-574512101baf", "tenant_id": "d2c267e1fee9461ba5e64a915b9518f5", "port_range_min": null, "ethertype": "IPv4", "project_id": "d2c267e1fee9461ba5e64a915b9518f5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:16:26Z", "revision_number": 0, "id": "ba624d5b-e90c-4654-ad59-8e59dfa2c030", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T17:16:26Z", "security_group_id": "49ad131e-2fee-4eda-925b-574512101baf", "tenant_id": "d2c267e1fee9461ba5e64a915b9518f5", "port_range_min": null, "ethertype": "IPv6", "project_id": "d2c267e1fee9461ba5e64a915b9518f5"}], "revision_number": 1, "project_id": "d2c267e1fee9461ba5e64a915b9518f5", "id": "49ad131e-2fee-4eda-925b-574512101baf", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2ff455dc5ba24586842b7253195c0fb0", "created_at": "2018-08-15T19:00:22Z", "updated_at": "2018-08-15T19:00:22Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T19:00:22Z", "revision_number": 0, "id": "38e4ef9c-4a61-43f7-a267-8298c575e3d1", "remote_group_id": "53cd58d1-7ee2-45d1-b4cc-70a0fbb8f500", "remote_ip_prefix": null, "created_at": "2018-08-15T19:00:22Z", "security_group_id": "53cd58d1-7ee2-45d1-b4cc-70a0fbb8f500", "tenant_id": "2ff455dc5ba24586842b7253195c0fb0", "port_range_min": null, "ethertype": "IPv6", "project_id": "2ff455dc5ba24586842b7253195c0fb0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T19:00:22Z", "revision_number": 0, "id": "cd43aa67-3de1-4d0c-8b6d-098b2bb499de", "remote_group_id": "53cd58d1-7ee2-45d1-b4cc-70a0fbb8f500", "remote_ip_prefix": null, "created_at": "2018-08-15T19:00:22Z", "security_group_id": "53cd58d1-7ee2-45d1-b4cc-70a0fbb8f500", "tenant_id": "2ff455dc5ba24586842b7253195c0fb0", "port_range_min": null, "ethertype": "IPv4", "project_id": "2ff455dc5ba24586842b7253195c0fb0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T19:00:22Z", "revision_number": 0, "id": "d03c33f9-8228-4371-82c5-21664fd06ea1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T19:00:22Z", "security_group_id": "53cd58d1-7ee2-45d1-b4cc-70a0fbb8f500", "tenant_id": "2ff455dc5ba24586842b7253195c0fb0", "port_range_min": null, "ethertype": "IPv4", "project_id": "2ff455dc5ba24586842b7253195c0fb0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T19:00:22Z", "revision_number": 0, "id": "f303e21f-71d3-4c8e-bfee-143c9ae09cf6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T19:00:22Z", "security_group_id": "53cd58d1-7ee2-45d1-b4cc-70a0fbb8f500", "tenant_id": "2ff455dc5ba24586842b7253195c0fb0", "port_range_min": null, "ethertype": "IPv6", "project_id": "2ff455dc5ba24586842b7253195c0fb0"}], "revision_number": 1, "project_id": "2ff455dc5ba24586842b7253195c0fb0", "id": "53cd58d1-7ee2-45d1-b4cc-70a0fbb8f500", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5080fb7905584caa899a762a29922655", "created_at": "2018-08-15T17:41:16Z", "updated_at": "2018-08-15T17:41:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:41:16Z", "revision_number": 0, "id": "0d6a22e8-c627-4293-b75e-352a900002cf", "remote_group_id": "79f3497a-8165-46f0-bcd3-45b1f9af7c1f", "remote_ip_prefix": null, "created_at": "2018-08-15T17:41:16Z", "security_group_id": "79f3497a-8165-46f0-bcd3-45b1f9af7c1f", "tenant_id": "5080fb7905584caa899a762a29922655", "port_range_min": null, "ethertype": "IPv6", "project_id": "5080fb7905584caa899a762a29922655"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:41:16Z", "revision_number": 0, "id": "1b01fb76-7a83-4857-afe9-72d14ef01d4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T17:41:16Z", "security_group_id": "79f3497a-8165-46f0-bcd3-45b1f9af7c1f", "tenant_id": "5080fb7905584caa899a762a29922655", "port_range_min": null, "ethertype": "IPv6", "project_id": "5080fb7905584caa899a762a29922655"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:41:16Z", "revision_number": 0, "id": "e909f65f-2aa1-4c7f-9a20-77124acd963e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T17:41:16Z", "security_group_id": "79f3497a-8165-46f0-bcd3-45b1f9af7c1f", "tenant_id": "5080fb7905584caa899a762a29922655", "port_range_min": null, "ethertype": "IPv4", "project_id": "5080fb7905584caa899a762a29922655"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:41:16Z", "revision_number": 0, "id": "f25f6bea-eb78-4bd2-8159-48a2a88d8e84", "remote_group_id": "79f3497a-8165-46f0-bcd3-45b1f9af7c1f", "remote_ip_prefix": null, "created_at": "2018-08-15T17:41:16Z", "security_group_id": "79f3497a-8165-46f0-bcd3-45b1f9af7c1f", "tenant_id": "5080fb7905584caa899a762a29922655", "port_range_min": null, "ethertype": "IPv4", "project_id": "5080fb7905584caa899a762a29922655"}], "revision_number": 1, "project_id": "5080fb7905584caa899a762a29922655", "id": "79f3497a-8165-46f0-bcd3-45b1f9af7c1f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-15T17:27:27Z", "updated_at": "2018-08-15T17:27:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:27:27Z", "revision_number": 0, "id": "17660aba-9083-4642-ba77-864183ac3be2", "remote_group_id": "7dfaa501-90b4-4eaa-bfc8-0c47387c4cfe", "remote_ip_prefix": null, "created_at": "2018-08-15T17:27:27Z", "security_group_id": "7dfaa501-90b4-4eaa-bfc8-0c47387c4cfe", "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-15T17:27:27Z", "revision_number": 0, "id": "674b08f0-5d18-4c1f-b30c-560dc87de3ea", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T17:27:27Z", "security_group_id": "7dfaa501-90b4-4eaa-bfc8-0c47387c4cfe", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:27:27Z", "revision_number": 0, "id": "b4aa6404-b143-4913-8911-8e57a7f69792", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T17:27:27Z", "security_group_id": "7dfaa501-90b4-4eaa-bfc8-0c47387c4cfe", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:27:27Z", "revision_number": 0, "id": "c159519c-ede4-4f2e-8aaa-5140c783b145", "remote_group_id": "7dfaa501-90b4-4eaa-bfc8-0c47387c4cfe", "remote_ip_prefix": null, "created_at": "2018-08-15T17:27:27Z", "security_group_id": "7dfaa501-90b4-4eaa-bfc8-0c47387c4cfe", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "7dfaa501-90b4-4eaa-bfc8-0c47387c4cfe", "name": "default"}, {"description": "PNS Security groups", "tags": [], "tenant_id": "4ac96b83261c430488a051413c97cb86", "created_at": "2018-08-15T18:19:13Z", "updated_at": "2018-08-15T18:19:13Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-15T18:19:13Z", "revision_number": 0, "id": "27effd2a-4fe3-4e6b-9044-4520a31a3400", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-08-15T18:19:13Z", "security_group_id": "8421cccd-0753-41a2-b94a-dc28e9192e52", "tenant_id": "4ac96b83261c430488a051413c97cb86", "port_range_min": 22, "ethertype": "IPv4", "project_id": "4ac96b83261c430488a051413c97cb86"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T18:19:13Z", "revision_number": 0, "id": "61f6dc15-aa60-4417-9eeb-d08e1bf6b70d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T18:19:13Z", "security_group_id": "8421cccd-0753-41a2-b94a-dc28e9192e52", "tenant_id": "4ac96b83261c430488a051413c97cb86", "port_range_min": null, "ethertype": "IPv6", "project_id": "4ac96b83261c430488a051413c97cb86"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T18:19:13Z", "revision_number": 0, "id": "64db9687-ab93-4f5e-befc-424a9ed82cef", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T18:19:13Z", "security_group_id": "8421cccd-0753-41a2-b94a-dc28e9192e52", "tenant_id": "4ac96b83261c430488a051413c97cb86", "port_range_min": null, "ethertype": "IPv4", "project_id": "4ac96b83261c430488a051413c97cb86"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5002, "updated_at": "2018-08-15T18:19:13Z", "revision_number": 0, "id": "68c91c24-8968-4066-b769-624b3f2f7eac", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-08-15T18:19:13Z", "security_group_id": "8421cccd-0753-41a2-b94a-dc28e9192e52", "tenant_id": "4ac96b83261c430488a051413c97cb86", "port_range_min": 5001, "ethertype": "IPv4", "project_id": "4ac96b83261c430488a051413c97cb86"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-15T18:19:13Z", "revision_number": 0, "id": "7841a6b6-6aba-44cf-aea9-1c966eb2e317", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-08-15T18:19:13Z", "security_group_id": "8421cccd-0753-41a2-b94a-dc28e9192e52", "tenant_id": "4ac96b83261c430488a051413c97cb86", "port_range_min": null, "ethertype": "IPv4", "project_id": "4ac96b83261c430488a051413c97cb86"}, {"direction": "ingress", "protocol": "udp", "description": "", "tags": [], "port_range_max": 5002, "updated_at": "2018-08-15T18:19:13Z", "revision_number": 0, "id": "a3b22d85-c32f-4963-aa73-cb0aeb9d1eb6", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-08-15T18:19:13Z", "security_group_id": "8421cccd-0753-41a2-b94a-dc28e9192e52", "tenant_id": "4ac96b83261c430488a051413c97cb86", "port_range_min": 5001, "ethertype": "IPv4", "project_id": "4ac96b83261c430488a051413c97cb86"}], "revision_number": 5, "project_id": "4ac96b83261c430488a051413c97cb86", "id": "8421cccd-0753-41a2-b94a-dc28e9192e52", "name": "pns-security3806f8ae-a487-4069-abc4-f3eaff61c28a"}, {"description": "Default security group", "tags": [], "tenant_id": "b9af446c473e48ba812f7b0a6b0ff928", "created_at": "2018-08-15T17:41:18Z", "updated_at": "2018-08-15T17:41:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:41:18Z", "revision_number": 0, "id": "62ae2bf9-7169-4fbe-8b0f-d59e8e4e5615", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T17:41:18Z", "security_group_id": "8fa8fdaf-977f-4f96-ac6a-e0617bc2a967", "tenant_id": "b9af446c473e48ba812f7b0a6b0ff928", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9af446c473e48ba812f7b0a6b0ff928"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:41:18Z", "revision_number": 0, "id": "81be2f23-8200-4827-9559-c53537a43ad2", "remote_group_id": "8fa8fdaf-977f-4f96-ac6a-e0617bc2a967", "remote_ip_prefix": null, "created_at": "2018-08-15T17:41:18Z", "security_group_id": "8fa8fdaf-977f-4f96-ac6a-e0617bc2a967", "tenant_id": "b9af446c473e48ba812f7b0a6b0ff928", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9af446c473e48ba812f7b0a6b0ff928"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:41:18Z", "revision_number": 0, "id": "b073946e-6c26-4a9d-bbf1-938d04530ddf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T17:41:18Z", "security_group_id": "8fa8fdaf-977f-4f96-ac6a-e0617bc2a967", "tenant_id": "b9af446c473e48ba812f7b0a6b0ff928", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9af446c473e48ba812f7b0a6b0ff928"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:41:18Z", "revision_number": 0, "id": "bfd48b42-6ad7-4a06-8dbc-2e5bab8cd0c6", "remote_group_id": "8fa8fdaf-977f-4f96-ac6a-e0617bc2a967", "remote_ip_prefix": null, "created_at": "2018-08-15T17:41:18Z", "security_group_id": "8fa8fdaf-977f-4f96-ac6a-e0617bc2a967", "tenant_id": "b9af446c473e48ba812f7b0a6b0ff928", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9af446c473e48ba812f7b0a6b0ff928"}], "revision_number": 1, "project_id": "b9af446c473e48ba812f7b0a6b0ff928", "id": "8fa8fdaf-977f-4f96-ac6a-e0617bc2a967", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b96c6fe925304eb59626e7c08ef315d3", "created_at": "2018-08-15T17:41:04Z", "updated_at": "2018-08-15T17:41:05Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:41:05Z", "revision_number": 0, "id": "2688e9f9-f038-4398-8e03-d8e0548008d4", "remote_group_id": "924fe2d3-0b55-47e7-80cb-f14518d17814", "remote_ip_prefix": null, "created_at": "2018-08-15T17:41:05Z", "security_group_id": "924fe2d3-0b55-47e7-80cb-f14518d17814", "tenant_id": "b96c6fe925304eb59626e7c08ef315d3", "port_range_min": null, "ethertype": "IPv6", "project_id": "b96c6fe925304eb59626e7c08ef315d3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:41:05Z", "revision_number": 0, "id": "2bd0231d-f5a8-431c-9941-3de38db06f45", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T17:41:05Z", "security_group_id": "924fe2d3-0b55-47e7-80cb-f14518d17814", "tenant_id": "b96c6fe925304eb59626e7c08ef315d3", "port_range_min": null, "ethertype": "IPv4", "project_id": "b96c6fe925304eb59626e7c08ef315d3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:41:05Z", "revision_number": 0, "id": "706453ff-eba0-48f3-8bb6-da0579cc7585", "remote_group_id": "924fe2d3-0b55-47e7-80cb-f14518d17814", "remote_ip_prefix": null, "created_at": "2018-08-15T17:41:05Z", "security_group_id": "924fe2d3-0b55-47e7-80cb-f14518d17814", "tenant_id": "b96c6fe925304eb59626e7c08ef315d3", "port_range_min": null, "ethertype": "IPv4", "project_id": "b96c6fe925304eb59626e7c08ef315d3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:41:05Z", "revision_number": 0, "id": "c35be4f1-3413-4fda-96c9-0a683e5a2e33", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T17:41:05Z", "security_group_id": "924fe2d3-0b55-47e7-80cb-f14518d17814", "tenant_id": "b96c6fe925304eb59626e7c08ef315d3", "port_range_min": null, "ethertype": "IPv6", "project_id": "b96c6fe925304eb59626e7c08ef315d3"}], "revision_number": 1, "project_id": "b96c6fe925304eb59626e7c08ef315d3", "id": "924fe2d3-0b55-47e7-80cb-f14518d17814", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "54003b774041446394371277615b9621", "created_at": "2018-08-15T17:29:22Z", "updated_at": "2018-08-15T17:29:22Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:29:22Z", "revision_number": 0, "id": "6c334329-d750-4081-b916-85b9a2c3f70e", "remote_group_id": "a01b4543-b391-4fec-b2e2-81abdb22fc15", "remote_ip_prefix": null, "created_at": "2018-08-15T17:29:22Z", "security_group_id": "a01b4543-b391-4fec-b2e2-81abdb22fc15", "tenant_id": "54003b774041446394371277615b9621", "port_range_min": null, "ethertype": "IPv6", "project_id": "54003b774041446394371277615b9621"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:29:22Z", "revision_number": 0, "id": "7ed20fea-695b-4c99-af0f-b6fb951c1b33", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T17:29:22Z", "security_group_id": "a01b4543-b391-4fec-b2e2-81abdb22fc15", "tenant_id": "54003b774041446394371277615b9621", "port_range_min": null, "ethertype": "IPv4", "project_id": "54003b774041446394371277615b9621"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:29:22Z", "revision_number": 0, "id": "bbac2fa5-8ed2-4657-b10e-f8f8bb10f61d", "remote_group_id": "a01b4543-b391-4fec-b2e2-81abdb22fc15", "remote_ip_prefix": null, "created_at": "2018-08-15T17:29:22Z", "security_group_id": "a01b4543-b391-4fec-b2e2-81abdb22fc15", "tenant_id": "54003b774041446394371277615b9621", "port_range_min": null, "ethertype": "IPv4", "project_id": "54003b774041446394371277615b9621"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:29:22Z", "revision_number": 0, "id": "ec3d4279-c2af-499c-b739-bdb88fa12874", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T17:29:22Z", "security_group_id": "a01b4543-b391-4fec-b2e2-81abdb22fc15", "tenant_id": "54003b774041446394371277615b9621", "port_range_min": null, "ethertype": "IPv6", "project_id": "54003b774041446394371277615b9621"}], "revision_number": 1, "project_id": "54003b774041446394371277615b9621", "id": "a01b4543-b391-4fec-b2e2-81abdb22fc15", "name": "default"}, {"description": "created by OPNFV Functest (shaker)", "tags": [], "tenant_id": "2ff455dc5ba24586842b7253195c0fb0", "created_at": "2018-08-15T19:00:42Z", "updated_at": "2018-08-15T19:00:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T19:00:42Z", "revision_number": 0, "id": "3c276192-90d3-4b43-893e-79ebf7b3307c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T19:00:42Z", "security_group_id": "a37e6802-2c7d-4ffb-ad83-c4d1bb69e338", "tenant_id": "2ff455dc5ba24586842b7253195c0fb0", "port_range_min": null, "ethertype": "IPv6", "project_id": "2ff455dc5ba24586842b7253195c0fb0"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-15T19:00:43Z", "revision_number": 0, "id": "3fedfc31-487b-40b8-8157-4833474f8ced", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T19:00:43Z", "security_group_id": "a37e6802-2c7d-4ffb-ad83-c4d1bb69e338", "tenant_id": "2ff455dc5ba24586842b7253195c0fb0", "port_range_min": null, "ethertype": "IPv4", "project_id": "2ff455dc5ba24586842b7253195c0fb0"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-15T19:00:42Z", "revision_number": 0, "id": "a68ab176-60ea-47e5-9e24-73a9cceaefa9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T19:00:42Z", "security_group_id": "a37e6802-2c7d-4ffb-ad83-c4d1bb69e338", "tenant_id": "2ff455dc5ba24586842b7253195c0fb0", "port_range_min": 22, "ethertype": "IPv4", "project_id": "2ff455dc5ba24586842b7253195c0fb0"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 9000, "updated_at": "2018-08-15T19:00:43Z", "revision_number": 0, "id": "d568bf01-e875-4eee-9875-8b4fd3b0ef32", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T19:00:43Z", "security_group_id": "a37e6802-2c7d-4ffb-ad83-c4d1bb69e338", "tenant_id": "2ff455dc5ba24586842b7253195c0fb0", "port_range_min": 9000, "ethertype": "IPv4", "project_id": "2ff455dc5ba24586842b7253195c0fb0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T19:00:42Z", "revision_number": 0, "id": "fcc1a498-2ca7-4e0c-997a-52154ef5f9cf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T19:00:42Z", "security_group_id": "a37e6802-2c7d-4ffb-ad83-c4d1bb69e338", "tenant_id": "2ff455dc5ba24586842b7253195c0fb0", "port_range_min": null, "ethertype": "IPv4", "project_id": "2ff455dc5ba24586842b7253195c0fb0"}], "revision_number": 4, "project_id": "2ff455dc5ba24586842b7253195c0fb0", "id": "a37e6802-2c7d-4ffb-ad83-c4d1bb69e338", "name": "shaker-sg_36d32c75-903a-4f4f-bb63-599294d5c81b"}, {"description": "Default security group", "tags": [], "tenant_id": "a3688ea3a7924e1e8a441a00bd79aae5", "created_at": "2018-08-15T17:27:25Z", "updated_at": "2018-08-15T17:27:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:27:25Z", "revision_number": 0, "id": "091c3db4-f9d3-44f6-be43-0122bd8d1eac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T17:27:25Z", "security_group_id": "b1b93c0b-5bde-4ee1-8155-9730b9f808b4", "tenant_id": "a3688ea3a7924e1e8a441a00bd79aae5", "port_range_min": null, "ethertype": "IPv6", "project_id": "a3688ea3a7924e1e8a441a00bd79aae5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:27:25Z", "revision_number": 0, "id": "65c0ba7b-91f5-464a-8af4-3d5005d0527c", "remote_group_id": "b1b93c0b-5bde-4ee1-8155-9730b9f808b4", "remote_ip_prefix": null, "created_at": "2018-08-15T17:27:25Z", "security_group_id": "b1b93c0b-5bde-4ee1-8155-9730b9f808b4", "tenant_id": "a3688ea3a7924e1e8a441a00bd79aae5", "port_range_min": null, "ethertype": "IPv4", "project_id": "a3688ea3a7924e1e8a441a00bd79aae5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:27:25Z", "revision_number": 0, "id": "e2d19f94-59c6-4030-a2d3-3543abf9ef83", "remote_group_id": "b1b93c0b-5bde-4ee1-8155-9730b9f808b4", "remote_ip_prefix": null, "created_at": "2018-08-15T17:27:25Z", "security_group_id": "b1b93c0b-5bde-4ee1-8155-9730b9f808b4", "tenant_id": "a3688ea3a7924e1e8a441a00bd79aae5", "port_range_min": null, "ethertype": "IPv6", "project_id": "a3688ea3a7924e1e8a441a00bd79aae5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:27:25Z", "revision_number": 0, "id": "e6d70d3c-c66c-409f-8be9-e983e7d4e3f2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T17:27:25Z", "security_group_id": "b1b93c0b-5bde-4ee1-8155-9730b9f808b4", "tenant_id": "a3688ea3a7924e1e8a441a00bd79aae5", "port_range_min": null, "ethertype": "IPv4", "project_id": "a3688ea3a7924e1e8a441a00bd79aae5"}], "revision_number": 1, "project_id": "a3688ea3a7924e1e8a441a00bd79aae5", "id": "b1b93c0b-5bde-4ee1-8155-9730b9f808b4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d430bf63913c4781a978078ee32a4df2", "created_at": "2018-08-15T17:28:12Z", "updated_at": "2018-08-15T17:28:12Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:28:12Z", "revision_number": 0, "id": "3c579e11-f316-40df-a507-07fd2ab9d15b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T17:28:12Z", "security_group_id": "ba63379d-aaf6-4088-9ecf-ac9efd7adcfc", "tenant_id": "d430bf63913c4781a978078ee32a4df2", "port_range_min": null, "ethertype": "IPv4", "project_id": "d430bf63913c4781a978078ee32a4df2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:28:12Z", "revision_number": 0, "id": "3e8c124a-4ec4-4a64-816a-1890d459e6b3", "remote_group_id": "ba63379d-aaf6-4088-9ecf-ac9efd7adcfc", "remote_ip_prefix": null, "created_at": "2018-08-15T17:28:12Z", "security_group_id": "ba63379d-aaf6-4088-9ecf-ac9efd7adcfc", "tenant_id": "d430bf63913c4781a978078ee32a4df2", "port_range_min": null, "ethertype": "IPv4", "project_id": "d430bf63913c4781a978078ee32a4df2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:28:12Z", "revision_number": 0, "id": "ab8c5473-ba1a-4dbc-b2cc-5c3bf16ef3fd", "remote_group_id": "ba63379d-aaf6-4088-9ecf-ac9efd7adcfc", "remote_ip_prefix": null, "created_at": "2018-08-15T17:28:12Z", "security_group_id": "ba63379d-aaf6-4088-9ecf-ac9efd7adcfc", "tenant_id": "d430bf63913c4781a978078ee32a4df2", "port_range_min": null, "ethertype": "IPv6", "project_id": "d430bf63913c4781a978078ee32a4df2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:28:12Z", "revision_number": 0, "id": "ee661a31-96aa-4e62-9891-5350abebbe6f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T17:28:12Z", "security_group_id": "ba63379d-aaf6-4088-9ecf-ac9efd7adcfc", "tenant_id": "d430bf63913c4781a978078ee32a4df2", "port_range_min": null, "ethertype": "IPv6", "project_id": "d430bf63913c4781a978078ee32a4df2"}], "revision_number": 1, "project_id": "d430bf63913c4781a978078ee32a4df2", "id": "ba63379d-aaf6-4088-9ecf-ac9efd7adcfc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "33c049ae81084dd6bf75a30eb00ad1c4", "created_at": "2018-08-15T17:31:13Z", "updated_at": "2018-08-15T17:31:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:31:13Z", "revision_number": 0, "id": "72faefe7-82f0-4507-adc8-82f8b14622fd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T17:31:13Z", "security_group_id": "c2a5ffa4-ad37-4bcd-9a1c-805284e89296", "tenant_id": "33c049ae81084dd6bf75a30eb00ad1c4", "port_range_min": null, "ethertype": "IPv6", "project_id": "33c049ae81084dd6bf75a30eb00ad1c4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:31:13Z", "revision_number": 0, "id": "8e95337f-7b93-41a5-84e3-3cab7de42361", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T17:31:13Z", "security_group_id": "c2a5ffa4-ad37-4bcd-9a1c-805284e89296", "tenant_id": "33c049ae81084dd6bf75a30eb00ad1c4", "port_range_min": null, "ethertype": "IPv4", "project_id": "33c049ae81084dd6bf75a30eb00ad1c4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:31:13Z", "revision_number": 0, "id": "a23b21e1-45a8-4d42-9567-e808f5a322a8", "remote_group_id": "c2a5ffa4-ad37-4bcd-9a1c-805284e89296", "remote_ip_prefix": null, "created_at": "2018-08-15T17:31:13Z", "security_group_id": "c2a5ffa4-ad37-4bcd-9a1c-805284e89296", "tenant_id": "33c049ae81084dd6bf75a30eb00ad1c4", "port_range_min": null, "ethertype": "IPv4", "project_id": "33c049ae81084dd6bf75a30eb00ad1c4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:31:13Z", "revision_number": 0, "id": "b1f593ad-526e-45c5-8aaa-1d16692555f1", "remote_group_id": "c2a5ffa4-ad37-4bcd-9a1c-805284e89296", "remote_ip_prefix": null, "created_at": "2018-08-15T17:31:13Z", "security_group_id": "c2a5ffa4-ad37-4bcd-9a1c-805284e89296", "tenant_id": "33c049ae81084dd6bf75a30eb00ad1c4", "port_range_min": null, "ethertype": "IPv6", "project_id": "33c049ae81084dd6bf75a30eb00ad1c4"}], "revision_number": 1, "project_id": "33c049ae81084dd6bf75a30eb00ad1c4", "id": "c2a5ffa4-ad37-4bcd-9a1c-805284e89296", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4ac96b83261c430488a051413c97cb86", "created_at": "2018-08-15T18:19:07Z", "updated_at": "2018-08-15T18:19:07Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T18:19:07Z", "revision_number": 0, "id": "8ea8fe57-6e0c-4a9c-845a-295aec7bea46", "remote_group_id": "d0070b9c-345b-400e-b9ad-fbbfb67efd89", "remote_ip_prefix": null, "created_at": "2018-08-15T18:19:07Z", "security_group_id": "d0070b9c-345b-400e-b9ad-fbbfb67efd89", "tenant_id": "4ac96b83261c430488a051413c97cb86", "port_range_min": null, "ethertype": "IPv6", "project_id": "4ac96b83261c430488a051413c97cb86"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T18:19:07Z", "revision_number": 0, "id": "b5ae4ff7-10d2-4210-8e30-e23e989011cb", "remote_group_id": "d0070b9c-345b-400e-b9ad-fbbfb67efd89", "remote_ip_prefix": null, "created_at": "2018-08-15T18:19:07Z", "security_group_id": "d0070b9c-345b-400e-b9ad-fbbfb67efd89", "tenant_id": "4ac96b83261c430488a051413c97cb86", "port_range_min": null, "ethertype": "IPv4", "project_id": "4ac96b83261c430488a051413c97cb86"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T18:19:07Z", "revision_number": 0, "id": "ea68d146-0be0-4a37-ab1f-1aae4c6c773b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T18:19:07Z", "security_group_id": "d0070b9c-345b-400e-b9ad-fbbfb67efd89", "tenant_id": "4ac96b83261c430488a051413c97cb86", "port_range_min": null, "ethertype": "IPv4", "project_id": "4ac96b83261c430488a051413c97cb86"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T18:19:07Z", "revision_number": 0, "id": "f0f45dcd-ff01-4b6d-bddf-41063533fde6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T18:19:07Z", "security_group_id": "d0070b9c-345b-400e-b9ad-fbbfb67efd89", "tenant_id": "4ac96b83261c430488a051413c97cb86", "port_range_min": null, "ethertype": "IPv6", "project_id": "4ac96b83261c430488a051413c97cb86"}], "revision_number": 1, "project_id": "4ac96b83261c430488a051413c97cb86", "id": "d0070b9c-345b-400e-b9ad-fbbfb67efd89", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6d825e6c60c84e7f99cecb92a05f66a4", "created_at": "2018-08-15T17:40:50Z", "updated_at": "2018-08-15T17:40:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:40:50Z", "revision_number": 0, "id": "10885b42-ade8-4a8f-805c-4691845615c9", "remote_group_id": "d8825104-9bee-46ee-ad1b-37770a006cb7", "remote_ip_prefix": null, "created_at": "2018-08-15T17:40:50Z", "security_group_id": "d8825104-9bee-46ee-ad1b-37770a006cb7", "tenant_id": "6d825e6c60c84e7f99cecb92a05f66a4", "port_range_min": null, "ethertype": "IPv4", "project_id": "6d825e6c60c84e7f99cecb92a05f66a4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:40:50Z", "revision_number": 0, "id": "8967c99a-4ed6-4cf0-a25e-a3c15c8e18d5", "remote_group_id": "d8825104-9bee-46ee-ad1b-37770a006cb7", "remote_ip_prefix": null, "created_at": "2018-08-15T17:40:50Z", "security_group_id": "d8825104-9bee-46ee-ad1b-37770a006cb7", "tenant_id": "6d825e6c60c84e7f99cecb92a05f66a4", "port_range_min": null, "ethertype": "IPv6", "project_id": "6d825e6c60c84e7f99cecb92a05f66a4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:40:50Z", "revision_number": 0, "id": "9e387beb-da42-4fb5-b048-4935f168fe5d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T17:40:50Z", "security_group_id": "d8825104-9bee-46ee-ad1b-37770a006cb7", "tenant_id": "6d825e6c60c84e7f99cecb92a05f66a4", "port_range_min": null, "ethertype": "IPv6", "project_id": "6d825e6c60c84e7f99cecb92a05f66a4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:40:50Z", "revision_number": 0, "id": "a8c98e67-1376-4405-b834-6edc36686b3f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T17:40:50Z", "security_group_id": "d8825104-9bee-46ee-ad1b-37770a006cb7", "tenant_id": "6d825e6c60c84e7f99cecb92a05f66a4", "port_range_min": null, "ethertype": "IPv4", "project_id": "6d825e6c60c84e7f99cecb92a05f66a4"}], "revision_number": 1, "project_id": "6d825e6c60c84e7f99cecb92a05f66a4", "id": "d8825104-9bee-46ee-ad1b-37770a006cb7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cc9ebc11fc904f5986a0f3e3209ac96c", "created_at": "2018-08-15T17:41:14Z", "updated_at": "2018-08-15T17:41:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:41:14Z", "revision_number": 0, "id": "6ed84349-4cf6-41f2-9e33-db16cda27b22", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T17:41:14Z", "security_group_id": "e0ab2b21-e8f0-4909-8534-95b13f93596c", "tenant_id": "cc9ebc11fc904f5986a0f3e3209ac96c", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc9ebc11fc904f5986a0f3e3209ac96c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:41:14Z", "revision_number": 0, "id": "7cb2fced-accf-45d1-8c01-e436832db5a0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T17:41:14Z", "security_group_id": "e0ab2b21-e8f0-4909-8534-95b13f93596c", "tenant_id": "cc9ebc11fc904f5986a0f3e3209ac96c", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc9ebc11fc904f5986a0f3e3209ac96c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:41:14Z", "revision_number": 0, "id": "9c3e74b4-c073-44a2-b38c-846fc5c03861", "remote_group_id": "e0ab2b21-e8f0-4909-8534-95b13f93596c", "remote_ip_prefix": null, "created_at": "2018-08-15T17:41:14Z", "security_group_id": "e0ab2b21-e8f0-4909-8534-95b13f93596c", "tenant_id": "cc9ebc11fc904f5986a0f3e3209ac96c", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc9ebc11fc904f5986a0f3e3209ac96c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:41:14Z", "revision_number": 0, "id": "a9589e04-b4d2-4a28-87db-0dc760796f7a", "remote_group_id": "e0ab2b21-e8f0-4909-8534-95b13f93596c", "remote_ip_prefix": null, "created_at": "2018-08-15T17:41:14Z", "security_group_id": "e0ab2b21-e8f0-4909-8534-95b13f93596c", "tenant_id": "cc9ebc11fc904f5986a0f3e3209ac96c", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc9ebc11fc904f5986a0f3e3209ac96c"}], "revision_number": 1, "project_id": "cc9ebc11fc904f5986a0f3e3209ac96c", "id": "e0ab2b21-e8f0-4909-8534-95b13f93596c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ddc97551f7ab4f8eb1fafb6b6b08f3ca", "created_at": "2018-08-15T17:31:59Z", "updated_at": "2018-08-15T17:31:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:31:59Z", "revision_number": 0, "id": "498639eb-f4b7-4634-ba1a-87ef1fb31a1a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T17:31:59Z", "security_group_id": "e543cd31-7550-40be-813b-d7c556c12f04", "tenant_id": "ddc97551f7ab4f8eb1fafb6b6b08f3ca", "port_range_min": null, "ethertype": "IPv6", "project_id": "ddc97551f7ab4f8eb1fafb6b6b08f3ca"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:31:59Z", "revision_number": 0, "id": "4c4c8aed-1b0b-4f71-9194-bc491b8669bc", "remote_group_id": "e543cd31-7550-40be-813b-d7c556c12f04", "remote_ip_prefix": null, "created_at": "2018-08-15T17:31:59Z", "security_group_id": "e543cd31-7550-40be-813b-d7c556c12f04", "tenant_id": "ddc97551f7ab4f8eb1fafb6b6b08f3ca", "port_range_min": null, "ethertype": "IPv4", "project_id": "ddc97551f7ab4f8eb1fafb6b6b08f3ca"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:31:59Z", "revision_number": 0, "id": "665bcf8d-5759-48e3-b8f6-cd719b9e6543", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T17:31:59Z", "security_group_id": "e543cd31-7550-40be-813b-d7c556c12f04", "tenant_id": "ddc97551f7ab4f8eb1fafb6b6b08f3ca", "port_range_min": null, "ethertype": "IPv4", "project_id": "ddc97551f7ab4f8eb1fafb6b6b08f3ca"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:31:59Z", "revision_number": 0, "id": "96b97138-e1a4-4b17-aba5-f942a749bd11", "remote_group_id": "e543cd31-7550-40be-813b-d7c556c12f04", "remote_ip_prefix": null, "created_at": "2018-08-15T17:31:59Z", "security_group_id": "e543cd31-7550-40be-813b-d7c556c12f04", "tenant_id": "ddc97551f7ab4f8eb1fafb6b6b08f3ca", "port_range_min": null, "ethertype": "IPv6", "project_id": "ddc97551f7ab4f8eb1fafb6b6b08f3ca"}], "revision_number": 1, "project_id": "ddc97551f7ab4f8eb1fafb6b6b08f3ca", "id": "e543cd31-7550-40be-813b-d7c556c12f04", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "13f6bb3f519949d1aa327ef44625daea", "created_at": "2018-08-15T17:27:40Z", "updated_at": "2018-08-15T17:27:41Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:27:41Z", "revision_number": 0, "id": "18c7d210-78a1-4871-9be7-95edcf0dcecc", "remote_group_id": "ec03cefb-89d2-4f83-9da1-a9a70b20b203", "remote_ip_prefix": null, "created_at": "2018-08-15T17:27:41Z", "security_group_id": "ec03cefb-89d2-4f83-9da1-a9a70b20b203", "tenant_id": "13f6bb3f519949d1aa327ef44625daea", "port_range_min": null, "ethertype": "IPv4", "project_id": "13f6bb3f519949d1aa327ef44625daea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:27:41Z", "revision_number": 0, "id": "74eda8ad-2cae-40ae-b041-63f063b243b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T17:27:41Z", "security_group_id": "ec03cefb-89d2-4f83-9da1-a9a70b20b203", "tenant_id": "13f6bb3f519949d1aa327ef44625daea", "port_range_min": null, "ethertype": "IPv4", "project_id": "13f6bb3f519949d1aa327ef44625daea"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:27:41Z", "revision_number": 0, "id": "917713ed-fb6b-4484-a19f-2c41aca5a114", "remote_group_id": "ec03cefb-89d2-4f83-9da1-a9a70b20b203", "remote_ip_prefix": null, "created_at": "2018-08-15T17:27:41Z", "security_group_id": "ec03cefb-89d2-4f83-9da1-a9a70b20b203", "tenant_id": "13f6bb3f519949d1aa327ef44625daea", "port_range_min": null, "ethertype": "IPv6", "project_id": "13f6bb3f519949d1aa327ef44625daea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T17:27:41Z", "revision_number": 0, "id": "e6387382-e575-47fd-9ed1-4d655d354660", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T17:27:41Z", "security_group_id": "ec03cefb-89d2-4f83-9da1-a9a70b20b203", "tenant_id": "13f6bb3f519949d1aa327ef44625daea", "port_range_min": null, "ethertype": "IPv6", "project_id": "13f6bb3f519949d1aa327ef44625daea"}], "revision_number": 1, "project_id": "13f6bb3f519949d1aa327ef44625daea", "id": "ec03cefb-89d2-4f83-9da1-a9a70b20b203", "name": "default"}]} 2018-08-15 20:05:41,596 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-8a9a72e5-ff28-4047-9d79-8229e5eb8964 2018-08-15 20:05:41,596 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0972349643707s 2018-08-15 20:05:41,598 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-8a9a72e5-ff28-4047-9d79-8229e5eb8964 2018-08-15 20:05:41,604 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-08-15 20:05:41,604 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/security-groups/a37e6802-2c7d-4ffb-ad83-c4d1bb69e338.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}869b209caf39e4d65636ed4fcdf1b2a1bbfbf854" 2018-08-15 20:05:41,757 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-57c2c01d-c209-4e05-accf-94cc5d42438a Content-Length: 0 Date: Wed, 15 Aug 2018 20:05:41 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-15 20:05:41,757 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/a37e6802-2c7d-4ffb-ad83-c4d1bb69e338.json used request id req-57c2c01d-c209-4e05-accf-94cc5d42438a 2018-08-15 20:05:41,757 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.153432130814s 2018-08-15 20:05:41,758 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/a37e6802-2c7d-4ffb-ad83-c4d1bb69e338.json used request id req-57c2c01d-c209-4e05-accf-94cc5d42438a 2018-08-15 20:05:41,758 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-08-15 20:05:41,761 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/os-keypairs/shaker-kp_36d32c75-903a-4f4f-bb63-599294d5c81b -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}869b209caf39e4d65636ed4fcdf1b2a1bbfbf854" 2018-08-15 20:05:41,808 - keystoneauth.session - DEBUG - RESP: [202] Date: Wed, 15 Aug 2018 20:05:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d86431ab-e6f1-4335-bcf7-e97e670e5329 x-compute-request-id: req-d86431ab-e6f1-4335-bcf7-e97e670e5329 Content-Length: 0 Content-Type: application/json 2018-08-15 20:05:41,809 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/os-keypairs/shaker-kp_36d32c75-903a-4f4f-bb63-599294d5c81b used request id req-d86431ab-e6f1-4335-bcf7-e97e670e5329 2018-08-15 20:05:41,809 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0506238937378s 2018-08-15 20:05:41,809 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/os-keypairs/shaker-kp_36d32c75-903a-4f4f-bb63-599294d5c81b used request id req-d86431ab-e6f1-4335-bcf7-e97e670e5329 2018-08-15 20:05:41,809 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-15 20:05:41,810 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/05cfc1d3-3c52-4f4a-8adf-4077a050871a/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}869b209caf39e4d65636ed4fcdf1b2a1bbfbf854" -d '{"subnet_id": "41d0bdeb-040a-4226-b7e6-7d8da362b821"}' 2018-08-15 20:05:43,469 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-9184d47d-bea7-46c0-8226-e82b8af50cf4 Date: Wed, 15 Aug 2018 20:05:43 GMT RESP BODY: {"network_id": "e2c4fd7f-9c15-4e06-81fe-aaf4e593c16c", "tenant_id": "2ff455dc5ba24586842b7253195c0fb0", "subnet_id": "41d0bdeb-040a-4226-b7e6-7d8da362b821", "subnet_ids": ["41d0bdeb-040a-4226-b7e6-7d8da362b821"], "port_id": "7dd6c850-cd3b-4512-93ac-90eeb4d18ac6", "id": "05cfc1d3-3c52-4f4a-8adf-4077a050871a"} 2018-08-15 20:05:43,469 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/05cfc1d3-3c52-4f4a-8adf-4077a050871a/remove_router_interface.json used request id req-9184d47d-bea7-46c0-8226-e82b8af50cf4 2018-08-15 20:05:43,469 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.65959596634s 2018-08-15 20:05:43,470 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/05cfc1d3-3c52-4f4a-8adf-4077a050871a/remove_router_interface.json used request id req-9184d47d-bea7-46c0-8226-e82b8af50cf4 returning object 05cfc1d3-3c52-4f4a-8adf-4077a050871a 2018-08-15 20:05:43,470 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-15 20:05:43,471 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}869b209caf39e4d65636ed4fcdf1b2a1bbfbf854" 2018-08-15 20:05:43,825 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1269 X-Openstack-Request-Id: req-31aa5d66-e327-4dcc-9050-338ba907c18d Date: Wed, 15 Aug 2018 20:05:43 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "fc8ca119-27ab-4070-99fa-a2993d11ee48", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "3ef75223-733d-425d-bb3e-88e8a796bebc", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "4ac96b83261c430488a051413c97cb86", "created_at": "2018-08-15T18:18:53Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-15T18:19:12Z", "revision_number": 4, "routes": [], "project_id": "4ac96b83261c430488a051413c97cb86", "id": "015fce5a-dab8-439e-9d23-8b5492afced5", "name": "vmtp-router_3806f8ae-a487-4069-abc4-f3eaff61c28a"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "fc8ca119-27ab-4070-99fa-a2993d11ee48", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "3ef75223-733d-425d-bb3e-88e8a796bebc", "ip_address": "172.30.9.202"}]}, "description": "", "tags": [], "tenant_id": "2ff455dc5ba24586842b7253195c0fb0", "created_at": "2018-08-15T19:00:24Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-15T20:05:42Z", "revision_number": 4, "routes": [], "project_id": "2ff455dc5ba24586842b7253195c0fb0", "id": "05cfc1d3-3c52-4f4a-8adf-4077a050871a", "name": "shaker-router_36d32c75-903a-4f4f-bb63-599294d5c81b"}]} 2018-08-15 20:05:43,825 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-31aa5d66-e327-4dcc-9050-338ba907c18d 2018-08-15 20:05:43,825 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.354995012283s 2018-08-15 20:05:43,825 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-31aa5d66-e327-4dcc-9050-338ba907c18d 2018-08-15 20:05:43,827 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-15 20:05:43,828 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/routers/05cfc1d3-3c52-4f4a-8adf-4077a050871a.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}869b209caf39e4d65636ed4fcdf1b2a1bbfbf854" 2018-08-15 20:05:45,220 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-96550b31-7eff-43a7-ad9a-e29c1342204f Content-Length: 0 Date: Wed, 15 Aug 2018 20:05:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-15 20:05:45,220 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/05cfc1d3-3c52-4f4a-8adf-4077a050871a.json used request id req-96550b31-7eff-43a7-ad9a-e29c1342204f 2018-08-15 20:05:45,220 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.39272713661s 2018-08-15 20:05:45,221 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/05cfc1d3-3c52-4f4a-8adf-4077a050871a.json used request id req-96550b31-7eff-43a7-ad9a-e29c1342204f 2018-08-15 20:05:45,221 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-15 20:05:45,222 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}869b209caf39e4d65636ed4fcdf1b2a1bbfbf854" 2018-08-15 20:05:45,263 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2539 X-Openstack-Request-Id: req-090d5bc3-482a-481f-bc69-d7784b517855 Date: Wed, 15 Aug 2018 20:05:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f6e52674-b6d9-4ff8-bbed-406575a48784","tenant_id":"4ac96b83261c430488a051413c97cb86","created_at":"2018-08-15T18:19:09Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-15T18:19:09Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.2.2","end":"192.168.2.254"}],"gateway_ip":"192.168.2.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.2.0/24","project_id":"4ac96b83261c430488a051413c97cb86","id":"12cc4835-0898-4995-a1f1-d7b21b9b7394","subnetpool_id":null,"name":"pns-internal-subnet2"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"fc8ca119-27ab-4070-99fa-a2993d11ee48","tenant_id":"d2c267e1fee9461ba5e64a915b9518f5","created_at":"2018-08-15T17:16:30Z","dns_nameservers":[],"updated_at":"2018-08-15T17:16:30Z","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":"d2c267e1fee9461ba5e64a915b9518f5","id":"3ef75223-733d-425d-bb3e-88e8a796bebc","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e2c4fd7f-9c15-4e06-81fe-aaf4e593c16c","tenant_id":"2ff455dc5ba24586842b7253195c0fb0","created_at":"2018-08-15T19:00:23Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-15T19:00:23Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"2ff455dc5ba24586842b7253195c0fb0","id":"41d0bdeb-040a-4226-b7e6-7d8da362b821","subnetpool_id":null,"name":"shaker-subnet_36d32c75-903a-4f4f-bb63-599294d5c81b"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"874656f6-a4ad-417f-9ff4-93565f64bc82","tenant_id":"4ac96b83261c430488a051413c97cb86","created_at":"2018-08-15T18:19:08Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-15T18:19:08Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.1.2","end":"192.168.1.254"}],"gateway_ip":"192.168.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.1.0/24","project_id":"4ac96b83261c430488a051413c97cb86","id":"a8c231fd-c1c9-4dac-8f8f-c8e674e6a966","subnetpool_id":null,"name":"pns-internal-subnet"}]} 2018-08-15 20:05:45,263 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-090d5bc3-482a-481f-bc69-d7784b517855 2018-08-15 20:05:45,263 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0421190261841s 2018-08-15 20:05:45,264 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-090d5bc3-482a-481f-bc69-d7784b517855 2018-08-15 20:05:45,265 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-15 20:05:45,266 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/subnets/41d0bdeb-040a-4226-b7e6-7d8da362b821.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}869b209caf39e4d65636ed4fcdf1b2a1bbfbf854" 2018-08-15 20:05:46,173 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-4c739e88-00c0-472a-8dea-e93bc050ed8a Date: Wed, 15 Aug 2018 20:05:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-15 20:05:46,173 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/41d0bdeb-040a-4226-b7e6-7d8da362b821.json used request id req-4c739e88-00c0-472a-8dea-e93bc050ed8a 2018-08-15 20:05:46,173 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 0.907691001892s 2018-08-15 20:05:46,173 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/41d0bdeb-040a-4226-b7e6-7d8da362b821.json used request id req-4c739e88-00c0-472a-8dea-e93bc050ed8a 2018-08-15 20:05:46,174 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-15 20:05:46,174 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}869b209caf39e4d65636ed4fcdf1b2a1bbfbf854" 2018-08-15 20:05:46,257 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2747 X-Openstack-Request-Id: req-bf422d0e-2a3c-45f3-b978-72a9be7a0777 Date: Wed, 15 Aug 2018 20:05:46 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"874656f6-a4ad-417f-9ff4-93565f64bc82","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4ac96b83261c430488a051413c97cb86","status":"ACTIVE","subnets":["a8c231fd-c1c9-4dac-8f8f-c8e674e6a966"],"description":"","tags":[],"updated_at":"2018-08-15T18:19:08Z","provider:segmentation_id":76,"name":"pns-internal-net_3806f8ae-a487-4069-abc4-f3eaff61c28a","admin_state_up":true,"tenant_id":"4ac96b83261c430488a051413c97cb86","created_at":"2018-08-15T18:19:07Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"e2c4fd7f-9c15-4e06-81fe-aaf4e593c16c","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2ff455dc5ba24586842b7253195c0fb0","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-15T20:05:46Z","provider:segmentation_id":7,"name":"shaker-net_36d32c75-903a-4f4f-bb63-599294d5c81b","admin_state_up":true,"tenant_id":"2ff455dc5ba24586842b7253195c0fb0","created_at":"2018-08-15T19:00:22Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"f6e52674-b6d9-4ff8-bbed-406575a48784","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4ac96b83261c430488a051413c97cb86","status":"ACTIVE","subnets":["12cc4835-0898-4995-a1f1-d7b21b9b7394"],"description":"","tags":[],"updated_at":"2018-08-15T18:19:09Z","provider:segmentation_id":62,"name":"pns-internal-net2_3806f8ae-a487-4069-abc4-f3eaff61c28a","admin_state_up":true,"tenant_id":"4ac96b83261c430488a051413c97cb86","created_at":"2018-08-15T18:19:08Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"fc8ca119-27ab-4070-99fa-a2993d11ee48","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d2c267e1fee9461ba5e64a915b9518f5","status":"ACTIVE","subnets":["3ef75223-733d-425d-bb3e-88e8a796bebc"],"description":"","tags":[],"updated_at":"2018-08-15T17:41:36Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"d2c267e1fee9461ba5e64a915b9518f5","created_at":"2018-08-15T17:16:26Z","provider:network_type":"flat"}]} 2018-08-15 20:05:46,258 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-bf422d0e-2a3c-45f3-b978-72a9be7a0777 2018-08-15 20:05:46,258 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0838890075684s 2018-08-15 20:05:46,258 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-bf422d0e-2a3c-45f3-b978-72a9be7a0777 2018-08-15 20:05:46,260 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-15 20:05:46,260 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/networks/e2c4fd7f-9c15-4e06-81fe-aaf4e593c16c.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}869b209caf39e4d65636ed4fcdf1b2a1bbfbf854" 2018-08-15 20:05:47,632 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-1a615d85-d54d-44e1-9af9-0446b46d3eda Date: Wed, 15 Aug 2018 20:05:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-15 20:05:47,632 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/e2c4fd7f-9c15-4e06-81fe-aaf4e593c16c.json used request id req-1a615d85-d54d-44e1-9af9-0446b46d3eda 2018-08-15 20:05:47,632 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.37233901024s 2018-08-15 20:05:47,632 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/e2c4fd7f-9c15-4e06-81fe-aaf4e593c16c.json used request id req-1a615d85-d54d-44e1-9af9-0446b46d3eda 2018-08-15 20:05:47,636 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-15 20:05:47,640 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}869b209caf39e4d65636ed4fcdf1b2a1bbfbf854" 2018-08-15 20:05:48,375 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1390 Content-Type: application/json X-Openstack-Request-Id: req-2bf97a8b-ed90-4bf0-8e08-1857a005d3cd Date: Wed, 15 Aug 2018 20:05:48 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-15T19:00:41Z", "file": "/v2/images/49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c/file", "owner": "2ff455dc5ba24586842b7253195c0fb0", "id": "49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "size": 666173440, "self": "/v2/images/49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "5b6e74a9c6d1ae4031568048ae342306715a3d096910fe0bad4c8cb5f9969017", "locations": [{"url": "rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/shaker-img_36d32c75-903a-4f4f-bb63-599294d5c81b", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "cea74a063cc5ef2b018ec12beb0bf961", "name": "shaker-img_36d32c75-903a-4f4f-bb63-599294d5c81b", "checksum": "cea74a063cc5ef2b018ec12beb0bf961", "created_at": "2018-08-15T19:00:31Z", "os_hidden": false, "protected": false, "os_hash_value": "9036cc0c5162bf666168b7d8b4cf5a1ef825eb799dbbaba08a619fd983bb8f39b7998e678e2fddff8b5a21b3a2c6af7127d52083c6c49f856c68d975e3a7a408"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-15 20:05:48,375 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-2bf97a8b-ed90-4bf0-8e08-1857a005d3cd 2018-08-15 20:05:48,375 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.738636016846s 2018-08-15 20:05:48,375 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-2bf97a8b-ed90-4bf0-8e08-1857a005d3cd 2018-08-15 20:05:48,377 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-15 20:05:48,381 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9292/v2/images/49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}869b209caf39e4d65636ed4fcdf1b2a1bbfbf854" 2018-08-15 20:05:48,769 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-03073bc4-d6f8-479f-a8c3-22652b98340a Date: Wed, 15 Aug 2018 20:05:48 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-15 20:05:48,769 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c used request id req-03073bc4-d6f8-479f-a8c3-22652b98340a 2018-08-15 20:05:48,770 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.392431974411s 2018-08-15 20:05:48,770 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/49bd9e4e-4f46-4da5-9b60-dcd3599d3f6c used request id req-03073bc4-d6f8-479f-a8c3-22652b98340a 2018-08-15 20:05:48,770 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-15 20:05:48,771 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-08-15 20:05:49,182 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "16212b6aa60a4fd1b8194c834bae86bf", "name": "member"}, {"id": "eeb4436830d24515952401292b7cfc55", "name": "reader"}, {"id": "382a39dc50214187b99e809cf7222e3c", "name": "admin"}], "expires_at": "2018-08-15T21:05:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3688ea3a7924e1e8a441a00bd79aae5", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.37:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "54e3c320cc3142e9824c171afe58d5c6"}, {"url": "http://172.30.9.27:8080/v1/AUTH_a3688ea3a7924e1e8a441a00bd79aae5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d00250537b54114937846660f377ed1"}, {"url": "http://12.0.0.37:8080/v1/AUTH_a3688ea3a7924e1e8a441a00bd79aae5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c790cb26fd2345ae9bac8a014d10a446"}], "type": "object-store", "id": "17183633b8774ff6a53da32b47c89b3c", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94631698a9884eb1bf4cb245c6f37b80"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c23f2a003e874719a2f1c41f92405a45"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e97257b46cb8440080352cd841246c5d"}], "type": "cloudformation", "id": "2dec96c2934d43bdbe2e431ef0b53392", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "287c0315393e4b22a228912ca3b004cc"}, {"url": "http://192.30.9.3:8776/v3/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62769da517ac4f44b88a6118413b8c30"}, {"url": "http://192.30.9.3:8776/v3/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c0b30400cd648249ab0a6a17cf1ebc1"}], "type": "volumev3", "id": "363b885c3f174fbfb4f17da9d41f332d", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d6cb188f65e4f77bab04c3d99f9469f"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70f7ced028794432bef835264c84489c"}, {"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77dd5cfb1dac4b31b21d705ba420c355"}], "type": "network", "id": "51b7a44223114d149d5300ae5b6d97ae", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19071864a1b848cc93bca3b1e1955c3f"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bc0345e40a36459fbc009797a6517deb"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5c7966f4757438480f39866a31a0265"}], "type": "image", "id": "5540e06daad441aa911fd4cb4d76f8d3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "68ad1d76386d437089226a0562004a39", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "03f40cbac74c4aafb48b4dd360509f6a"}, {"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18ed3fa9a0894200abaf76b71abfd912"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3d96a0aa5c344cb8ba659332ed497e85"}], "type": "identity", "id": "8096ce39bbf24c1683621ee563324790", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f60ea793ee64fc9a3d9a2d2ad889bd0"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7c9770175fc45379f2c2d142062b2c3"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e944b22c50da41179f2e29ce558807c1"}], "type": "compute", "id": "b3040d5c7e224dbca86f421bddd758e1", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5aad7caa3e6f4a35b9abdf5d46190371"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8b8b8bcfb3b40e5be77e13a4d2dda19"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d33016e2f5be49c28efb9905db488d41"}], "type": "placement", "id": "bb3127ed06e54fda901ea2348ddb72da", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "576142509dfd46c591c5e83bed8ffcc7"}, {"url": "http://192.30.9.3:8776/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cabe2973ef9144da9850a630dd2aedd5"}, {"url": "http://172.30.9.27:8776/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eb71f3f602d443c9a8605a7ff2e8aa8e"}], "type": "volume", "id": "becfeedd42e344c085611f3c7c465a3f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.3:8004/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "156b8e560e534c82a1d320da86608a19"}, {"url": "http://192.30.9.3:8004/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59154cecf6a54eb08ecc63bf95dca042"}, {"url": "http://172.30.9.27:8004/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f3aa5c8697e449f99c2cfbe2a371cab7"}], "type": "orchestration", "id": "c4334130b6d54a75804fe3f11a3b9e3e", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "39db2ebb65ae42659440fd9845949a6c"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ad23d2a65e74e3c87b1488af1f9f9ac"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d07664cbebb49149819cf7a6b20edb4"}], "type": "alarming", "id": "d878aa5c6b584d53a039f6a680fb6e8b", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e2bb44b06c0412ab74e54984b5b26b5"}, {"url": "http://192.30.9.3:8776/v2/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86bcb5a76e6c464bb4d42c969584d6f2"}, {"url": "http://172.30.9.27:8776/v2/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a391eed816af4966b335005bfe580d70"}], "type": "volumev2", "id": "e16298e148f54e96a50a134ca797deff", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b54cb5b666f74b91b0244b5332fdb3e5"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcc892608bd341e084be203695f810d1"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e980066294c34eb6866e6c4735e84a62"}], "type": "metric", "id": "f3a07a22777a4405b7eaf44da2e73e19", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.27:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1f66095afa4b74b4f26d432f5bfa55"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8dd5f30cc334148a7ed9d5ab68eee9b"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bfe7dd54acd947899871700a40dd0244"}], "type": "event", "id": "f6e223543cae4d9bad10258b0a294f12", "name": "panko"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "9482390a0722494f8852b9f0e2b9de56"}, "audit_ids": ["6vpvM0BqSdKWQc2F_Ry_vg"], "issued_at": "2018-08-15T20:05:49.000000Z"}} 2018-08-15 20:05:49,185 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}530c7e7be2eb76e7567321096d55dd2e5abd94d1" 2018-08-15 20:05:49,877 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:05:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3c956431-ae57-4e8e-8a86-a70f9958bb5a x-compute-request-id: req-3c956431-ae57-4e8e-8a86-a70f9958bb5a Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "shaker-flavor_36d32c75-903a-4f4f-bb63-599294d5c81b", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/fb68907c-b7b8-4cca-9f22-b27af31ac7b0", "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": "fb68907c-b7b8-4cca-9f22-b27af31ac7b0"}]} 2018-08-15 20:05:49,877 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-3c956431-ae57-4e8e-8a86-a70f9958bb5a 2018-08-15 20:05:49,877 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 1.10708189011s 2018-08-15 20:05:49,878 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-3c956431-ae57-4e8e-8a86-a70f9958bb5a 2018-08-15 20:05:49,879 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-15 20:05:49,882 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/flavors/fb68907c-b7b8-4cca-9f22-b27af31ac7b0 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}530c7e7be2eb76e7567321096d55dd2e5abd94d1" 2018-08-15 20:05:49,915 - keystoneauth.session - DEBUG - RESP: [202] Date: Wed, 15 Aug 2018 20:05:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-aaa587b8-493f-4ead-8264-0c6aa3722775 x-compute-request-id: req-aaa587b8-493f-4ead-8264-0c6aa3722775 Content-Length: 0 Content-Type: application/json 2018-08-15 20:05:49,915 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/fb68907c-b7b8-4cca-9f22-b27af31ac7b0 used request id req-aaa587b8-493f-4ead-8264-0c6aa3722775 2018-08-15 20:05:49,915 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0357749462128s 2018-08-15 20:05:49,915 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/fb68907c-b7b8-4cca-9f22-b27af31ac7b0 used request id req-aaa587b8-493f-4ead-8264-0c6aa3722775 2018-08-15 20:05:49,916 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-15 20:05:49,919 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}530c7e7be2eb76e7567321096d55dd2e5abd94d1" 2018-08-15 20:05:50,143 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:05:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0861b750-1b12-4f25-a0ef-6a8624fc3bd0 Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/033f0039d025473a84de241284491a58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "033f0039d025473a84de241284491a58", "email": "glance@localhost", "password_expires_at": null}, {"name": "shaker-user_36d32c75-903a-4f4f-bb63-599294d5c81b", "links": {"self": "http://172.30.9.27:5000/v3/users/09792f3cb31a438483ec79592faf3c45"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "09792f3cb31a438483ec79592faf3c45", "domain_id": "default", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/2422d0f285314705b46615565d3917fe"}, "domain_id": "e4bd2a4e6bb349a78f956295c49df949", "enabled": true, "options": {}, "id": "2422d0f285314705b46615565d3917fe", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/2cc8b8ad456045c2a30e4360994a4487"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2cc8b8ad456045c2a30e4360994a4487", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/3c466aad8ead4318838e33dd234eb81d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3c466aad8ead4318838e33dd234eb81d", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/56e811cfd4b242068dd78826118576f4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "56e811cfd4b242068dd78826118576f4", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6fad7e5ef0254b2a9cdb215018bcab91"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6fad7e5ef0254b2a9cdb215018bcab91", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.27:5000/v3/users/7d91ea49860f4c2a8deabf649cf4ed37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d91ea49860f4c2a8deabf649cf4ed37", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/8f968cf4475249f6abf2422d6dd7425f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8f968cf4475249f6abf2422d6dd7425f", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/9482390a0722494f8852b9f0e2b9de56"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9482390a0722494f8852b9f0e2b9de56", "email": "admin@example.com", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.27:5000/v3/users/a36076122cea45c6b3e4aa67c4ca811d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a36076122cea45c6b3e4aa67c4ca811d", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/acda52409b024c95bc0facaa98dbc356"}, "domain_id": "default", "enabled": true, "options": {}, "id": "acda52409b024c95bc0facaa98dbc356", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/b193f8790ad94e46993d7eb01f623f51"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b193f8790ad94e46993d7eb01f623f51", "email": "cinder@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/dba024f1937f490cae2e437356a668d7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dba024f1937f490cae2e437356a668d7", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/e6d2649e935e4b8db8107d76bfb30c3a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e6d2649e935e4b8db8107d76bfb30c3a", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-08-15 20:05:50,143 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-0861b750-1b12-4f25-a0ef-6a8624fc3bd0 2018-08-15 20:05:50,143 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.227129936218s 2018-08-15 20:05:50,144 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-0861b750-1b12-4f25-a0ef-6a8624fc3bd0 2018-08-15 20:05:50,149 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-15 20:05:50,153 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/users/09792f3cb31a438483ec79592faf3c45 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}530c7e7be2eb76e7567321096d55dd2e5abd94d1" 2018-08-15 20:05:50,358 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:05:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a6e36e4e-503d-4059-9284-efb4d1f14dcc Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"user": {"name": "shaker-user_36d32c75-903a-4f4f-bb63-599294d5c81b", "links": {"self": "http://172.30.9.27:5000/v3/users/09792f3cb31a438483ec79592faf3c45"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "09792f3cb31a438483ec79592faf3c45", "description": null}} 2018-08-15 20:05:50,358 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/09792f3cb31a438483ec79592faf3c45 used request id req-a6e36e4e-503d-4059-9284-efb4d1f14dcc 2018-08-15 20:05:50,358 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.209167003632s 2018-08-15 20:05:50,359 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/09792f3cb31a438483ec79592faf3c45 used request id req-a6e36e4e-503d-4059-9284-efb4d1f14dcc 2018-08-15 20:05:50,359 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-15 20:05:50,363 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/users/09792f3cb31a438483ec79592faf3c45 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}530c7e7be2eb76e7567321096d55dd2e5abd94d1" 2018-08-15 20:05:50,705 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 15 Aug 2018 20:05:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f2ec80d6-6cac-4c28-bf58-14982cfb1f56 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-15 20:05:50,705 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/09792f3cb31a438483ec79592faf3c45 used request id req-f2ec80d6-6cac-4c28-bf58-14982cfb1f56 2018-08-15 20:05:50,705 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.345571994781s 2018-08-15 20:05:50,705 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/09792f3cb31a438483ec79592faf3c45 used request id req-f2ec80d6-6cac-4c28-bf58-14982cfb1f56 2018-08-15 20:05:50,711 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-15 20:05:50,715 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}530c7e7be2eb76e7567321096d55dd2e5abd94d1" 2018-08-15 20:05:50,890 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:05:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1047f04d-492c-47c3-b359-e32829242510 Content-Encoding: gzip Content-Length: 383 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: shaker", "links": {"self": "http://172.30.9.27:5000/v3/projects/2ff455dc5ba24586842b7253195c0fb0"}, "tags": [], "enabled": true, "id": "2ff455dc5ba24586842b7253195c0fb0", "parent_id": "default", "domain_id": "default", "name": "shaker-project_36d32c75-903a-4f4f-bb63-599294d5c81b"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/a3688ea3a7924e1e8a441a00bd79aae5"}, "tags": [], "enabled": true, "id": "a3688ea3a7924e1e8a441a00bd79aae5", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.27:5000/v3/projects/d2c267e1fee9461ba5e64a915b9518f5"}, "tags": [], "enabled": true, "id": "d2c267e1fee9461ba5e64a915b9518f5", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-08-15 20:05:50,890 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects used request id req-1047f04d-492c-47c3-b359-e32829242510 2018-08-15 20:05:50,890 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.178704023361s 2018-08-15 20:05:50,890 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects used request id req-1047f04d-492c-47c3-b359-e32829242510 2018-08-15 20:05:50,895 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-15 20:05:50,898 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/projects/2ff455dc5ba24586842b7253195c0fb0 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}530c7e7be2eb76e7567321096d55dd2e5abd94d1" 2018-08-15 20:05:51,128 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 15 Aug 2018 20:05:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f485841b-61cb-421a-8741-1731db89e23f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-15 20:05:51,128 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/2ff455dc5ba24586842b7253195c0fb0 used request id req-f485841b-61cb-421a-8741-1731db89e23f 2018-08-15 20:05:51,128 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.233067989349s 2018-08-15 20:05:51,129 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/2ff455dc5ba24586842b7253195c0fb0 used request id req-f485841b-61cb-421a-8741-1731db89e23f 2018-08-15 20:05:51,132 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-15 20:05:51,135 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}530c7e7be2eb76e7567321096d55dd2e5abd94d1" 2018-08-15 20:05:51,320 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:05:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ae294ea1-bcbc-4cad-a068-5dd7e449326b Content-Encoding: gzip Content-Length: 411 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "021fd4a1fb8b483eb2264cbf5b321379", "links": {"self": "http://172.30.9.27:5000/v3/roles/021fd4a1fb8b483eb2264cbf5b321379"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "16212b6aa60a4fd1b8194c834bae86bf", "links": {"self": "http://172.30.9.27:5000/v3/roles/16212b6aa60a4fd1b8194c834bae86bf"}, "name": "member"}, {"domain_id": null, "id": "1c1e1015ce2644848f1430e3bb28531b", "links": {"self": "http://172.30.9.27:5000/v3/roles/1c1e1015ce2644848f1430e3bb28531b"}, "name": "swiftoperator"}, {"domain_id": null, "id": "382a39dc50214187b99e809cf7222e3c", "links": {"self": "http://172.30.9.27:5000/v3/roles/382a39dc50214187b99e809cf7222e3c"}, "name": "admin"}, {"domain_id": null, "id": "91e4db2b6a474327bd84e78056381c2f", "links": {"self": "http://172.30.9.27:5000/v3/roles/91e4db2b6a474327bd84e78056381c2f"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9aed22da25b945dda36dee6e40a0785d", "links": {"self": "http://172.30.9.27:5000/v3/roles/9aed22da25b945dda36dee6e40a0785d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "eeb4436830d24515952401292b7cfc55", "links": {"self": "http://172.30.9.27:5000/v3/roles/eeb4436830d24515952401292b7cfc55"}, "name": "reader"}]} 2018-08-15 20:05:51,320 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-ae294ea1-bcbc-4cad-a068-5dd7e449326b 2018-08-15 20:05:51,320 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.188199996948s 2018-08-15 20:05:51,321 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-ae294ea1-bcbc-4cad-a068-5dd7e449326b 2018-08-15 20:05:51,326 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.roles 2018-08-15 20:05:51,330 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/roles/91e4db2b6a474327bd84e78056381c2f -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}530c7e7be2eb76e7567321096d55dd2e5abd94d1" 2018-08-15 20:05:51,523 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 15 Aug 2018 20:05:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-75ab6e8d-e236-4b9c-b2e5-6d5dde7bc65b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-15 20:05:51,523 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/91e4db2b6a474327bd84e78056381c2f used request id req-75ab6e8d-e236-4b9c-b2e5-6d5dde7bc65b 2018-08-15 20:05:51,524 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.roles in 0.196973085403s 2018-08-15 20:05:51,524 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/91e4db2b6a474327bd84e78056381c2f used request id req-75ab6e8d-e236-4b9c-b2e5-6d5dde7bc65b 2018-08-15 20:05:51,524 - xtesting.ci.run_tests - ERROR - The test case 'shaker' failed. 2018-08-15 20:05:51,585 - xtesting.ci.run_tests - INFO - Loading test case 'snaps_smoke'... 2018-08-15 20:05:51,894 - openstack_tests - DEBUG - Reading RC file - /var/lib/xtesting/conf/env_file 2018-08-15 20:05:51,894 - file_utils - INFO - Attempting to read OS environment file - /var/lib/xtesting/conf/env_file 2018-08-15 20:05:51,895 - openstack_tests - INFO - OS Credentials = > 2018-08-15 20:05:51,895 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-15 20:05:51,896 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-15 20:05:51,897 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-15 20:05:51,898 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-15 20:05:51,898 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-15 20:05:51,899 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-15 20:05:51,906 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-08-15 20:05:52,311 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "16212b6aa60a4fd1b8194c834bae86bf", "name": "member"}, {"id": "eeb4436830d24515952401292b7cfc55", "name": "reader"}, {"id": "382a39dc50214187b99e809cf7222e3c", "name": "admin"}], "expires_at": "2018-08-15T21:05:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3688ea3a7924e1e8a441a00bd79aae5", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.37:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "54e3c320cc3142e9824c171afe58d5c6"}, {"url": "http://172.30.9.27:8080/v1/AUTH_a3688ea3a7924e1e8a441a00bd79aae5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d00250537b54114937846660f377ed1"}, {"url": "http://12.0.0.37:8080/v1/AUTH_a3688ea3a7924e1e8a441a00bd79aae5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c790cb26fd2345ae9bac8a014d10a446"}], "type": "object-store", "id": "17183633b8774ff6a53da32b47c89b3c", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94631698a9884eb1bf4cb245c6f37b80"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c23f2a003e874719a2f1c41f92405a45"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e97257b46cb8440080352cd841246c5d"}], "type": "cloudformation", "id": "2dec96c2934d43bdbe2e431ef0b53392", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "287c0315393e4b22a228912ca3b004cc"}, {"url": "http://192.30.9.3:8776/v3/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62769da517ac4f44b88a6118413b8c30"}, {"url": "http://192.30.9.3:8776/v3/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c0b30400cd648249ab0a6a17cf1ebc1"}], "type": "volumev3", "id": "363b885c3f174fbfb4f17da9d41f332d", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d6cb188f65e4f77bab04c3d99f9469f"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70f7ced028794432bef835264c84489c"}, {"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77dd5cfb1dac4b31b21d705ba420c355"}], "type": "network", "id": "51b7a44223114d149d5300ae5b6d97ae", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19071864a1b848cc93bca3b1e1955c3f"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bc0345e40a36459fbc009797a6517deb"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5c7966f4757438480f39866a31a0265"}], "type": "image", "id": "5540e06daad441aa911fd4cb4d76f8d3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "68ad1d76386d437089226a0562004a39", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "03f40cbac74c4aafb48b4dd360509f6a"}, {"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18ed3fa9a0894200abaf76b71abfd912"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3d96a0aa5c344cb8ba659332ed497e85"}], "type": "identity", "id": "8096ce39bbf24c1683621ee563324790", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f60ea793ee64fc9a3d9a2d2ad889bd0"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7c9770175fc45379f2c2d142062b2c3"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e944b22c50da41179f2e29ce558807c1"}], "type": "compute", "id": "b3040d5c7e224dbca86f421bddd758e1", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5aad7caa3e6f4a35b9abdf5d46190371"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8b8b8bcfb3b40e5be77e13a4d2dda19"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d33016e2f5be49c28efb9905db488d41"}], "type": "placement", "id": "bb3127ed06e54fda901ea2348ddb72da", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "576142509dfd46c591c5e83bed8ffcc7"}, {"url": "http://192.30.9.3:8776/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cabe2973ef9144da9850a630dd2aedd5"}, {"url": "http://172.30.9.27:8776/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eb71f3f602d443c9a8605a7ff2e8aa8e"}], "type": "volume", "id": "becfeedd42e344c085611f3c7c465a3f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.3:8004/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "156b8e560e534c82a1d320da86608a19"}, {"url": "http://192.30.9.3:8004/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59154cecf6a54eb08ecc63bf95dca042"}, {"url": "http://172.30.9.27:8004/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f3aa5c8697e449f99c2cfbe2a371cab7"}], "type": "orchestration", "id": "c4334130b6d54a75804fe3f11a3b9e3e", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "39db2ebb65ae42659440fd9845949a6c"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ad23d2a65e74e3c87b1488af1f9f9ac"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d07664cbebb49149819cf7a6b20edb4"}], "type": "alarming", "id": "d878aa5c6b584d53a039f6a680fb6e8b", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e2bb44b06c0412ab74e54984b5b26b5"}, {"url": "http://192.30.9.3:8776/v2/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86bcb5a76e6c464bb4d42c969584d6f2"}, {"url": "http://172.30.9.27:8776/v2/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a391eed816af4966b335005bfe580d70"}], "type": "volumev2", "id": "e16298e148f54e96a50a134ca797deff", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b54cb5b666f74b91b0244b5332fdb3e5"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcc892608bd341e084be203695f810d1"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e980066294c34eb6866e6c4735e84a62"}], "type": "metric", "id": "f3a07a22777a4405b7eaf44da2e73e19", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.27:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1f66095afa4b74b4f26d432f5bfa55"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8dd5f30cc334148a7ed9d5ab68eee9b"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bfe7dd54acd947899871700a40dd0244"}], "type": "event", "id": "f6e223543cae4d9bad10258b0a294f12", "name": "panko"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "9482390a0722494f8852b9f0e2b9de56"}, "audit_ids": ["QwKqWGqHQR-1qJHSGcKXwA"], "issued_at": "2018-08-15T20:05:52.000000Z"}} 2018-08-15 20:05:52,316 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?router%3Aexternal=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70174231758feba30be9d2be85216e4f8868b5a3" 2018-08-15 20:05:52,676 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-b03ab502-ac1f-4ea4-be8e-251d4b53a22b Date: Wed, 15 Aug 2018 20:05:52 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"fc8ca119-27ab-4070-99fa-a2993d11ee48","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d2c267e1fee9461ba5e64a915b9518f5","status":"ACTIVE","subnets":["3ef75223-733d-425d-bb3e-88e8a796bebc"],"description":"","tags":[],"updated_at":"2018-08-15T17:41:36Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"d2c267e1fee9461ba5e64a915b9518f5","created_at":"2018-08-15T17:16:26Z","provider:network_type":"flat"}]} 2018-08-15 20:05:52,676 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?router%3Aexternal=True used request id req-b03ab502-ac1f-4ea4-be8e-251d4b53a22b 2018-08-15 20:05:52,681 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=fc8ca119-27ab-4070-99fa-a2993d11ee48 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70174231758feba30be9d2be85216e4f8868b5a3" 2018-08-15 20:05:52,748 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-bd9b48e0-2ce1-400a-9e84-c48e79b086a2 Date: Wed, 15 Aug 2018 20:05:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"fc8ca119-27ab-4070-99fa-a2993d11ee48","tenant_id":"d2c267e1fee9461ba5e64a915b9518f5","created_at":"2018-08-15T17:16:30Z","dns_nameservers":[],"updated_at":"2018-08-15T17:16:30Z","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":"d2c267e1fee9461ba5e64a915b9518f5","id":"3ef75223-733d-425d-bb3e-88e8a796bebc","subnetpool_id":null,"name":"external-subnet"}]} 2018-08-15 20:05:52,748 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=fc8ca119-27ab-4070-99fa-a2993d11ee48 used request id req-bd9b48e0-2ce1-400a-9e84-c48e79b086a2 2018-08-15 20:05:52,748 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-08-15 20:05:52,750 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-15 20:05:52,750 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-15 20:05:52,750 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-15 20:05:52,750 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-15 20:05:52,750 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-15 20:05:52,750 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-15 20:05:52,750 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-15 20:05:52,751 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-15 20:05:52,751 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-15 20:05:52,751 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-15 20:05:52,751 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-15 20:05:52,751 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-15 20:05:52,751 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-15 20:05:52,751 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-15 20:05:52,751 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-15 20:05:52,751 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-15 20:05:52,752 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-15 20:05:52,752 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-15 20:05:52,752 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-15 20:05:52,752 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-15 20:05:52,752 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-15 20:05:52,752 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-15 20:05:52,752 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-15 20:05:52,752 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-15 20:05:52,753 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-15 20:05:52,757 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.discovery 2018-08-15 20:05:52,758 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-15 20:05:52,764 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:05:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5bcd6d69-3eee-4db4-9642-acb5f5bbca8c Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-08-15 20:05:52,764 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-5bcd6d69-3eee-4db4-9642-acb5f5bbca8c 2018-08-15 20:05:52,764 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-08-15 20:05:53,160 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "16212b6aa60a4fd1b8194c834bae86bf", "name": "member"}, {"id": "eeb4436830d24515952401292b7cfc55", "name": "reader"}, {"id": "382a39dc50214187b99e809cf7222e3c", "name": "admin"}], "expires_at": "2018-08-15T21:05:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3688ea3a7924e1e8a441a00bd79aae5", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.37:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "54e3c320cc3142e9824c171afe58d5c6"}, {"url": "http://172.30.9.27:8080/v1/AUTH_a3688ea3a7924e1e8a441a00bd79aae5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d00250537b54114937846660f377ed1"}, {"url": "http://12.0.0.37:8080/v1/AUTH_a3688ea3a7924e1e8a441a00bd79aae5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c790cb26fd2345ae9bac8a014d10a446"}], "type": "object-store", "id": "17183633b8774ff6a53da32b47c89b3c", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94631698a9884eb1bf4cb245c6f37b80"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c23f2a003e874719a2f1c41f92405a45"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e97257b46cb8440080352cd841246c5d"}], "type": "cloudformation", "id": "2dec96c2934d43bdbe2e431ef0b53392", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "287c0315393e4b22a228912ca3b004cc"}, {"url": "http://192.30.9.3:8776/v3/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62769da517ac4f44b88a6118413b8c30"}, {"url": "http://192.30.9.3:8776/v3/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c0b30400cd648249ab0a6a17cf1ebc1"}], "type": "volumev3", "id": "363b885c3f174fbfb4f17da9d41f332d", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d6cb188f65e4f77bab04c3d99f9469f"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70f7ced028794432bef835264c84489c"}, {"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77dd5cfb1dac4b31b21d705ba420c355"}], "type": "network", "id": "51b7a44223114d149d5300ae5b6d97ae", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19071864a1b848cc93bca3b1e1955c3f"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bc0345e40a36459fbc009797a6517deb"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5c7966f4757438480f39866a31a0265"}], "type": "image", "id": "5540e06daad441aa911fd4cb4d76f8d3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "68ad1d76386d437089226a0562004a39", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "03f40cbac74c4aafb48b4dd360509f6a"}, {"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18ed3fa9a0894200abaf76b71abfd912"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3d96a0aa5c344cb8ba659332ed497e85"}], "type": "identity", "id": "8096ce39bbf24c1683621ee563324790", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f60ea793ee64fc9a3d9a2d2ad889bd0"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7c9770175fc45379f2c2d142062b2c3"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e944b22c50da41179f2e29ce558807c1"}], "type": "compute", "id": "b3040d5c7e224dbca86f421bddd758e1", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5aad7caa3e6f4a35b9abdf5d46190371"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8b8b8bcfb3b40e5be77e13a4d2dda19"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d33016e2f5be49c28efb9905db488d41"}], "type": "placement", "id": "bb3127ed06e54fda901ea2348ddb72da", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "576142509dfd46c591c5e83bed8ffcc7"}, {"url": "http://192.30.9.3:8776/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cabe2973ef9144da9850a630dd2aedd5"}, {"url": "http://172.30.9.27:8776/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eb71f3f602d443c9a8605a7ff2e8aa8e"}], "type": "volume", "id": "becfeedd42e344c085611f3c7c465a3f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.3:8004/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "156b8e560e534c82a1d320da86608a19"}, {"url": "http://192.30.9.3:8004/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59154cecf6a54eb08ecc63bf95dca042"}, {"url": "http://172.30.9.27:8004/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f3aa5c8697e449f99c2cfbe2a371cab7"}], "type": "orchestration", "id": "c4334130b6d54a75804fe3f11a3b9e3e", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "39db2ebb65ae42659440fd9845949a6c"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ad23d2a65e74e3c87b1488af1f9f9ac"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d07664cbebb49149819cf7a6b20edb4"}], "type": "alarming", "id": "d878aa5c6b584d53a039f6a680fb6e8b", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e2bb44b06c0412ab74e54984b5b26b5"}, {"url": "http://192.30.9.3:8776/v2/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86bcb5a76e6c464bb4d42c969584d6f2"}, {"url": "http://172.30.9.27:8776/v2/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a391eed816af4966b335005bfe580d70"}], "type": "volumev2", "id": "e16298e148f54e96a50a134ca797deff", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b54cb5b666f74b91b0244b5332fdb3e5"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcc892608bd341e084be203695f810d1"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e980066294c34eb6866e6c4735e84a62"}], "type": "metric", "id": "f3a07a22777a4405b7eaf44da2e73e19", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.27:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1f66095afa4b74b4f26d432f5bfa55"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8dd5f30cc334148a7ed9d5ab68eee9b"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bfe7dd54acd947899871700a40dd0244"}], "type": "event", "id": "f6e223543cae4d9bad10258b0a294f12", "name": "panko"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "9482390a0722494f8852b9f0e2b9de56"}, "audit_ids": ["KohIg-6mSHW1mEDuOEAH6A"], "issued_at": "2018-08-15T20:05:53.000000Z"}} 2018-08-15 20:05:53,163 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}f36078bc2e400320c26c6f7a789e1737f7e8f967" 2018-08-15 20:05:53,349 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:05:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3e8113e4-b685-452e-ae4b-d11001268491 x-compute-request-id: req-3e8113e4-b685-452e-ae4b-d11001268491 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.27: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-15 20:05:53,349 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/ used request id req-3e8113e4-b685-452e-ae4b-d11001268491 2018-08-15 20:05:53,349 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.discovery in 0.591546058655s 2018-08-15 20:05:53,349 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/ used request id req-3e8113e4-b685-452e-ae4b-d11001268491 2018-08-15 20:05:53,349 - 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.27: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-15 20:05:53,350 - functest.utils.functest_utils - DEBUG - nova version: (2, 65) 2018-08-15 20:05:53,350 - xtesting.ci.run_tests - INFO - Skipping test case 'snaps_smoke'... 2018-08-15 20:05:53,351 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | snaps_smoke | functest | 00:00 | SKIP | +---------------------+------------------+------------------+----------------+ 2018-08-15 20:05:53,413 - xtesting.ci.run_tests - INFO - Loading test case 'neutron_trunk'... 2018-08-15 20:05:53,456 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-15 20:05:53,456 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-15 20:05:53,456 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-15 20:05:53,456 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-15 20:05:53,456 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-15 20:05:53,456 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-15 20:05:53,457 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-15 20:05:53,457 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-15 20:05:53,457 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-15 20:05:53,457 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-15 20:05:53,457 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-15 20:05:53,457 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-15 20:05:53,457 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-15 20:05:53,457 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-15 20:05:53,457 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-15 20:05:53,457 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-15 20:05:53,457 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-15 20:05:53,457 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-15 20:05:53,457 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-15 20:05:53,457 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-15 20:05:53,458 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-15 20:05:53,458 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-15 20:05:53,458 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-15 20:05:53,458 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-15 20:05:53,458 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-15 20:05:53,459 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-15 20:05:53,464 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:05:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d1d6652f-bf91-4595-b6a4-341cd4e2dfdc Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-08-15 20:05:53,464 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-d1d6652f-bf91-4595-b6a4-341cd4e2dfdc 2018-08-15 20:05:53,465 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-08-15 20:05:53,860 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "16212b6aa60a4fd1b8194c834bae86bf", "name": "member"}, {"id": "eeb4436830d24515952401292b7cfc55", "name": "reader"}, {"id": "382a39dc50214187b99e809cf7222e3c", "name": "admin"}], "expires_at": "2018-08-15T21:05:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3688ea3a7924e1e8a441a00bd79aae5", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.37:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "54e3c320cc3142e9824c171afe58d5c6"}, {"url": "http://172.30.9.27:8080/v1/AUTH_a3688ea3a7924e1e8a441a00bd79aae5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d00250537b54114937846660f377ed1"}, {"url": "http://12.0.0.37:8080/v1/AUTH_a3688ea3a7924e1e8a441a00bd79aae5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c790cb26fd2345ae9bac8a014d10a446"}], "type": "object-store", "id": "17183633b8774ff6a53da32b47c89b3c", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94631698a9884eb1bf4cb245c6f37b80"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c23f2a003e874719a2f1c41f92405a45"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e97257b46cb8440080352cd841246c5d"}], "type": "cloudformation", "id": "2dec96c2934d43bdbe2e431ef0b53392", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "287c0315393e4b22a228912ca3b004cc"}, {"url": "http://192.30.9.3:8776/v3/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62769da517ac4f44b88a6118413b8c30"}, {"url": "http://192.30.9.3:8776/v3/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c0b30400cd648249ab0a6a17cf1ebc1"}], "type": "volumev3", "id": "363b885c3f174fbfb4f17da9d41f332d", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d6cb188f65e4f77bab04c3d99f9469f"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70f7ced028794432bef835264c84489c"}, {"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77dd5cfb1dac4b31b21d705ba420c355"}], "type": "network", "id": "51b7a44223114d149d5300ae5b6d97ae", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19071864a1b848cc93bca3b1e1955c3f"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bc0345e40a36459fbc009797a6517deb"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5c7966f4757438480f39866a31a0265"}], "type": "image", "id": "5540e06daad441aa911fd4cb4d76f8d3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "68ad1d76386d437089226a0562004a39", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "03f40cbac74c4aafb48b4dd360509f6a"}, {"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18ed3fa9a0894200abaf76b71abfd912"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3d96a0aa5c344cb8ba659332ed497e85"}], "type": "identity", "id": "8096ce39bbf24c1683621ee563324790", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f60ea793ee64fc9a3d9a2d2ad889bd0"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7c9770175fc45379f2c2d142062b2c3"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e944b22c50da41179f2e29ce558807c1"}], "type": "compute", "id": "b3040d5c7e224dbca86f421bddd758e1", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5aad7caa3e6f4a35b9abdf5d46190371"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8b8b8bcfb3b40e5be77e13a4d2dda19"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d33016e2f5be49c28efb9905db488d41"}], "type": "placement", "id": "bb3127ed06e54fda901ea2348ddb72da", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "576142509dfd46c591c5e83bed8ffcc7"}, {"url": "http://192.30.9.3:8776/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cabe2973ef9144da9850a630dd2aedd5"}, {"url": "http://172.30.9.27:8776/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eb71f3f602d443c9a8605a7ff2e8aa8e"}], "type": "volume", "id": "becfeedd42e344c085611f3c7c465a3f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.3:8004/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "156b8e560e534c82a1d320da86608a19"}, {"url": "http://192.30.9.3:8004/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59154cecf6a54eb08ecc63bf95dca042"}, {"url": "http://172.30.9.27:8004/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f3aa5c8697e449f99c2cfbe2a371cab7"}], "type": "orchestration", "id": "c4334130b6d54a75804fe3f11a3b9e3e", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "39db2ebb65ae42659440fd9845949a6c"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ad23d2a65e74e3c87b1488af1f9f9ac"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d07664cbebb49149819cf7a6b20edb4"}], "type": "alarming", "id": "d878aa5c6b584d53a039f6a680fb6e8b", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e2bb44b06c0412ab74e54984b5b26b5"}, {"url": "http://192.30.9.3:8776/v2/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86bcb5a76e6c464bb4d42c969584d6f2"}, {"url": "http://172.30.9.27:8776/v2/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a391eed816af4966b335005bfe580d70"}], "type": "volumev2", "id": "e16298e148f54e96a50a134ca797deff", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b54cb5b666f74b91b0244b5332fdb3e5"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcc892608bd341e084be203695f810d1"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e980066294c34eb6866e6c4735e84a62"}], "type": "metric", "id": "f3a07a22777a4405b7eaf44da2e73e19", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.27:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1f66095afa4b74b4f26d432f5bfa55"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8dd5f30cc334148a7ed9d5ab68eee9b"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bfe7dd54acd947899871700a40dd0244"}], "type": "event", "id": "f6e223543cae4d9bad10258b0a294f12", "name": "panko"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "9482390a0722494f8852b9f0e2b9de56"}, "audit_ids": ["4JFvk3erSNSmdIFz6v9AIQ"], "issued_at": "2018-08-15T20:05:53.000000Z"}} 2018-08-15 20:05:53,863 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-15 20:05:53,864 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}972c2db7f564941f0a2ed75a682f70e658296d95" 2018-08-15 20:05:54,185 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-333d5392-13a4-4450-ab39-3452a01416c9 Date: Wed, 15 Aug 2018 20:05:54 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"fc8ca119-27ab-4070-99fa-a2993d11ee48","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d2c267e1fee9461ba5e64a915b9518f5","status":"ACTIVE","subnets":["3ef75223-733d-425d-bb3e-88e8a796bebc"],"description":"","tags":[],"updated_at":"2018-08-15T17:41:36Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"d2c267e1fee9461ba5e64a915b9518f5","created_at":"2018-08-15T17:16:26Z","provider:network_type":"flat"}]} 2018-08-15 20:05:54,185 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json?router%3Aexternal=True used request id req-333d5392-13a4-4450-ab39-3452a01416c9 2018-08-15 20:05:54,185 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.321738004684s 2018-08-15 20:05:54,185 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json?router%3Aexternal=True used request id req-333d5392-13a4-4450-ab39-3452a01416c9 2018-08-15 20:05:54,186 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-08-15 20:05:57,225 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-08-15 20:06:00,034 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | d3e3ba1e-21b1-40a4-960f-27b3e8e555c7 | 2018-08-15T20:05:59.646271 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: d3e3ba1e-21b1-40a4-960f-27b3e8e555c7 ~/.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-15 20:06:03,888 - 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-15 20:06:03,888 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-08-15 20:06:06,629 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-08-15 20:06:10,275 - 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=70704030-fc1a-41df-ac8e-bbf816301fd7) as the default verifier for the future CLI operations. 2018-08-15 20:06:13,662 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.extensions 2018-08-15 20:06:13,663 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}972c2db7f564941f0a2ed75a682f70e658296d95" 2018-08-15 20:06:13,922 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 8761 X-Openstack-Request-Id: req-ba1f8752-4946-4e1b-bdb0-888d7824d7e1 Date: Wed, 15 Aug 2018 20:06:13 GMT RESP BODY: {"extensions": [{"alias": "default-subnetpools", "updated": "2016-02-18T18:00:00-00:00", "name": "Default Subnetpools", "links": [], "description": "Provides ability to mark and use a subnetpool as the default."}, {"alias": "network-ip-availability", "updated": "2015-09-24T00:00:00-00:00", "name": "Network IP Availability", "links": [], "description": "Provides IP availability data for each network and subnet."}, {"alias": "network_availability_zone", "updated": "2015-01-01T10:00:00-00:00", "name": "Network Availability Zone", "links": [], "description": "Availability zone support for network."}, {"alias": "auto-allocated-topology", "updated": "2016-01-01T00:00:00-00:00", "name": "Auto Allocated Topology Services", "links": [], "description": "Auto Allocated Topology Services."}, {"alias": "ext-gw-mode", "updated": "2013-03-28T10:00:00-00:00", "name": "Neutron L3 Configurable external gateway mode", "links": [], "description": "Extension of the router abstraction for specifying whether SNAT should occur on the external gateway"}, {"alias": "binding", "updated": "2014-02-03T10:00:00-00:00", "name": "Port Binding", "links": [], "description": "Expose port bindings of a virtual port to external application"}, {"alias": "agent", "updated": "2013-02-03T10:00:00-00:00", "name": "agent", "links": [], "description": "The agent management extension."}, {"alias": "subnet_allocation", "updated": "2015-03-30T10:00:00-00:00", "name": "Subnet Allocation", "links": [], "description": "Enables allocation of subnets from a subnet pool"}, {"alias": "dhcp_agent_scheduler", "updated": "2013-02-07T10:00:00-00:00", "name": "DHCP Agent Scheduler", "links": [], "description": "Schedule networks among dhcp agents"}, {"alias": "trunk-details", "updated": "2016-01-01T10:00:00-00:00", "name": "Trunk port details", "links": [], "description": "Expose trunk port details"}, {"alias": "external-net", "updated": "2013-01-14T10:00:00-00:00", "name": "Neutron external network", "links": [], "description": "Adds external network attribute to network resource."}, {"alias": "flavors", "updated": "2015-09-17T10:00:00-00:00", "name": "Neutron Service Flavors", "links": [], "description": "Flavor specification for Neutron advanced services."}, {"alias": "net-mtu", "updated": "2015-03-25T10:00:00-00:00", "name": "Network MTU", "links": [], "description": "Provides MTU attribute for a network resource."}, {"alias": "availability_zone", "updated": "2015-01-01T10:00:00-00:00", "name": "Availability Zone", "links": [], "description": "The availability zone extension."}, {"alias": "quotas", "updated": "2012-07-29T10:00:00-00:00", "name": "Quota management support", "links": [], "description": "Expose functions for quotas management per tenant"}, {"alias": "standard-attr-tag", "updated": "2017-01-01T00:00:00-00:00", "name": "Tag support for resources with standard attribute: subnet, trunk, router, network, policy, subnetpool, port, security_group, floatingip", "links": [], "description": "Enables to set tag on resources with standard attribute."}, {"alias": "availability_zone_filter", "updated": "2018-06-22T10:00:00-00:00", "name": "Availability Zone Filter Extension", "links": [], "description": "Add filter parameters to AvailabilityZone resource"}, {"alias": "revision-if-match", "updated": "2016-12-11T00:00:00-00:00", "name": "If-Match constraints based on revision_number", "links": [], "description": "Extension indicating that If-Match based on revision_number is supported."}, {"alias": "provider", "updated": "2012-09-07T10:00:00-00:00", "name": "Provider Network", "links": [], "description": "Expose mapping of virtual networks to physical networks"}, {"alias": "multi-provider", "updated": "2013-06-27T10:00:00-00:00", "name": "Multi Provider Network", "links": [], "description": "Expose mapping of virtual networks to multiple physical networks"}, {"alias": "quota_details", "updated": "2017-02-10T10:00:00-00:00", "name": "Quota details management support", "links": [], "description": "Expose functions for quotas usage statistics per project"}, {"alias": "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-15 20:06:13,922 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/extensions.json used request id req-ba1f8752-4946-4e1b-bdb0-888d7824d7e1 2018-08-15 20:06:13,922 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.extensions in 0.259639024734s 2018-08-15 20:06:13,923 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/extensions.json used request id req-ba1f8752-4946-4e1b-bdb0-888d7824d7e1 2018-08-15 20:06:13,930 - xtesting.ci.run_tests - INFO - Running test case 'neutron_trunk'... 2018-08-15 20:06:13,931 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-15 20:06:13,932 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}972c2db7f564941f0a2ed75a682f70e658296d95" -d '{"network": {"name": "neutron_trunk-net_d1af729e-0b90-4d5e-8713-e9ead925d949", "admin_state_up": true}}' 2018-08-15 20:06:14,234 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 686 X-Openstack-Request-Id: req-677ac0d0-e9c3-4b2d-b500-806f8b0a042b Date: Wed, 15 Aug 2018 20:06:14 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"ecd0ace0-e467-4a20-8881-317ccd9d3ce3","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"a3688ea3a7924e1e8a441a00bd79aae5","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-15T20:06:14Z","is_default":false,"provider:segmentation_id":27,"name":"neutron_trunk-net_d1af729e-0b90-4d5e-8713-e9ead925d949","admin_state_up":true,"tenant_id":"a3688ea3a7924e1e8a441a00bd79aae5","created_at":"2018-08-15T20:06:14Z","mtu":1450}} 2018-08-15 20:06:14,234 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-677ac0d0-e9c3-4b2d-b500-806f8b0a042b 2018-08-15 20:06:14,234 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.302806854248s 2018-08-15 20:06:14,234 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-677ac0d0-e9c3-4b2d-b500-806f8b0a042b 2018-08-15 20:06:14,235 - 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-15T20:06:14Z', u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'ecd0ace0-e467-4a20-8881-317ccd9d3ce3', u'provider:segmentation_id': 27, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'neutron_trunk-net_d1af729e-0b90-4d5e-8713-e9ead925d949', u'admin_state_up': True, u'tenant_id': u'a3688ea3a7924e1e8a441a00bd79aae5', u'created_at': u'2018-08-15T20:06:14Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'a3688ea3a7924e1e8a441a00bd79aae5'}) 2018-08-15 20:06:14,236 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-15 20:06:14,237 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}972c2db7f564941f0a2ed75a682f70e658296d95" 2018-08-15 20:06:14,329 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2749 X-Openstack-Request-Id: req-2fef03fd-e5ea-4da7-9a11-34a5a07291ae Date: Wed, 15 Aug 2018 20:06:14 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"874656f6-a4ad-417f-9ff4-93565f64bc82","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4ac96b83261c430488a051413c97cb86","status":"ACTIVE","subnets":["a8c231fd-c1c9-4dac-8f8f-c8e674e6a966"],"description":"","tags":[],"updated_at":"2018-08-15T18:19:08Z","provider:segmentation_id":76,"name":"pns-internal-net_3806f8ae-a487-4069-abc4-f3eaff61c28a","admin_state_up":true,"tenant_id":"4ac96b83261c430488a051413c97cb86","created_at":"2018-08-15T18:19:07Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"ecd0ace0-e467-4a20-8881-317ccd9d3ce3","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"a3688ea3a7924e1e8a441a00bd79aae5","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-15T20:06:14Z","provider:segmentation_id":27,"name":"neutron_trunk-net_d1af729e-0b90-4d5e-8713-e9ead925d949","admin_state_up":true,"tenant_id":"a3688ea3a7924e1e8a441a00bd79aae5","created_at":"2018-08-15T20:06:14Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"f6e52674-b6d9-4ff8-bbed-406575a48784","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4ac96b83261c430488a051413c97cb86","status":"ACTIVE","subnets":["12cc4835-0898-4995-a1f1-d7b21b9b7394"],"description":"","tags":[],"updated_at":"2018-08-15T18:19:09Z","provider:segmentation_id":62,"name":"pns-internal-net2_3806f8ae-a487-4069-abc4-f3eaff61c28a","admin_state_up":true,"tenant_id":"4ac96b83261c430488a051413c97cb86","created_at":"2018-08-15T18:19:08Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"fc8ca119-27ab-4070-99fa-a2993d11ee48","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d2c267e1fee9461ba5e64a915b9518f5","status":"ACTIVE","subnets":["3ef75223-733d-425d-bb3e-88e8a796bebc"],"description":"","tags":[],"updated_at":"2018-08-15T17:41:36Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"d2c267e1fee9461ba5e64a915b9518f5","created_at":"2018-08-15T17:16:26Z","provider:network_type":"flat"}]} 2018-08-15 20:06:14,330 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-2fef03fd-e5ea-4da7-9a11-34a5a07291ae 2018-08-15 20:06:14,330 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0935869216919s 2018-08-15 20:06:14,330 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-2fef03fd-e5ea-4da7-9a11-34a5a07291ae 2018-08-15 20:06:14,332 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-15 20:06:14,333 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}972c2db7f564941f0a2ed75a682f70e658296d95" -d '{"subnet": {"name": "neutron_trunk-subnet_d1af729e-0b90-4d5e-8713-e9ead925d949", "enable_dhcp": true, "network_id": "ecd0ace0-e467-4a20-8881-317ccd9d3ce3", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-15 20:06:14,719 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 681 X-Openstack-Request-Id: req-99fd870a-38b0-4687-a6fd-2ca085dbcc81 Date: Wed, 15 Aug 2018 20:06:14 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ecd0ace0-e467-4a20-8881-317ccd9d3ce3","tenant_id":"a3688ea3a7924e1e8a441a00bd79aae5","created_at":"2018-08-15T20:06:14Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-15T20:06:14Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"a3688ea3a7924e1e8a441a00bd79aae5","id":"9573137f-efd9-40c8-87de-1c63d7ef1a18","subnetpool_id":null,"name":"neutron_trunk-subnet_d1af729e-0b90-4d5e-8713-e9ead925d949"}} 2018-08-15 20:06:14,719 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-99fd870a-38b0-4687-a6fd-2ca085dbcc81 2018-08-15 20:06:14,719 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.387099027634s 2018-08-15 20:06:14,720 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-99fd870a-38b0-4687-a6fd-2ca085dbcc81 2018-08-15 20:06:14,720 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-15T20:06:14Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'9573137f-efd9-40c8-87de-1c63d7ef1a18', u'subnetpool_id': None, u'service_types': [], u'name': u'neutron_trunk-subnet_d1af729e-0b90-4d5e-8713-e9ead925d949', u'enable_dhcp': True, u'network_id': u'ecd0ace0-e467-4a20-8881-317ccd9d3ce3', u'tenant_id': u'a3688ea3a7924e1e8a441a00bd79aae5', u'created_at': u'2018-08-15T20:06:14Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'a3688ea3a7924e1e8a441a00bd79aae5'}) 2018-08-15 20:06:14,721 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-15 20:06:14,721 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}972c2db7f564941f0a2ed75a682f70e658296d95" -d '{"router": {"external_gateway_info": {"network_id": "fc8ca119-27ab-4070-99fa-a2993d11ee48"}, "name": "neutron_trunk-router_d1af729e-0b90-4d5e-8713-e9ead925d949", "admin_state_up": true}}' 2018-08-15 20:06:15,924 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 646 X-Openstack-Request-Id: req-41ff8d8c-139f-4e55-9a18-aec3e426a035 Date: Wed, 15 Aug 2018 20:06:15 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "fc8ca119-27ab-4070-99fa-a2993d11ee48", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "3ef75223-733d-425d-bb3e-88e8a796bebc", "ip_address": "172.30.9.202"}]}, "description": "", "tags": [], "tenant_id": "a3688ea3a7924e1e8a441a00bd79aae5", "created_at": "2018-08-15T20:06:14Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-15T20:06:15Z", "revision_number": 2, "routes": [], "project_id": "a3688ea3a7924e1e8a441a00bd79aae5", "id": "c6ee62a0-7adb-40d4-9223-5c6f2925be78", "name": "neutron_trunk-router_d1af729e-0b90-4d5e-8713-e9ead925d949"}} 2018-08-15 20:06:15,924 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-41ff8d8c-139f-4e55-9a18-aec3e426a035 2018-08-15 20:06:15,924 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.2037332058s 2018-08-15 20:06:15,925 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-41ff8d8c-139f-4e55-9a18-aec3e426a035 2018-08-15 20:06:15,925 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'fc8ca119-27ab-4070-99fa-a2993d11ee48', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'3ef75223-733d-425d-bb3e-88e8a796bebc', u'ip_address': u'172.30.9.202'}]}, u'description': u'', u'tags': [], u'tenant_id': u'a3688ea3a7924e1e8a441a00bd79aae5', u'created_at': u'2018-08-15T20:06:14Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-08-15T20:06:15Z', u'revision_number': 2, u'routes': [], u'project_id': u'a3688ea3a7924e1e8a441a00bd79aae5', u'id': u'c6ee62a0-7adb-40d4-9223-5c6f2925be78', u'name': u'neutron_trunk-router_d1af729e-0b90-4d5e-8713-e9ead925d949'}) 2018-08-15 20:06:15,926 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-15 20:06:15,926 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/c6ee62a0-7adb-40d4-9223-5c6f2925be78/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}972c2db7f564941f0a2ed75a682f70e658296d95" -d '{"subnet_id": "9573137f-efd9-40c8-87de-1c63d7ef1a18"}' 2018-08-15 20:06:17,632 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-7e1bef0a-9b5d-4cfb-85e1-484d3d68a2d6 Date: Wed, 15 Aug 2018 20:06:17 GMT RESP BODY: {"network_id": "ecd0ace0-e467-4a20-8881-317ccd9d3ce3", "tenant_id": "a3688ea3a7924e1e8a441a00bd79aae5", "subnet_id": "9573137f-efd9-40c8-87de-1c63d7ef1a18", "subnet_ids": ["9573137f-efd9-40c8-87de-1c63d7ef1a18"], "port_id": "32b801c8-66aa-4d99-8952-038168eadef7", "id": "c6ee62a0-7adb-40d4-9223-5c6f2925be78"} 2018-08-15 20:06:17,633 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/c6ee62a0-7adb-40d4-9223-5c6f2925be78/add_router_interface.json used request id req-7e1bef0a-9b5d-4cfb-85e1-484d3d68a2d6 2018-08-15 20:06:17,633 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.70686602592s 2018-08-15 20:06:17,633 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/c6ee62a0-7adb-40d4-9223-5c6f2925be78/add_router_interface.json used request id req-7e1bef0a-9b5d-4cfb-85e1-484d3d68a2d6 returning object c6ee62a0-7adb-40d4-9223-5c6f2925be78 2018-08-15 20:06:17,633 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-15 20:06:17,766 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-15 20:06:17,768 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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-15 20:06:17,773 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Wed, 15 Aug 2018 20:06:17 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}]} 2018-08-15 20:06:17,778 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-15 20:06:17,781 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}972c2db7f564941f0a2ed75a682f70e658296d95" 2018-08-15 20:06:18,482 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-81098383-2535-4b59-b460-a58523d56f77 Date: Wed, 15 Aug 2018 20:06:18 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-15 20:06:18,482 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-81098383-2535-4b59-b460-a58523d56f77 2018-08-15 20:06:18,483 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.704722881317s 2018-08-15 20:06:18,483 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-81098383-2535-4b59-b460-a58523d56f77 2018-08-15 20:06:18,491 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-15 20:06:18,495 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}972c2db7f564941f0a2ed75a682f70e658296d95" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/neutron_trunk-img_d1af729e-0b90-4d5e-8713-e9ead925d949", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "neutron_trunk-img_d1af729e-0b90-4d5e-8713-e9ead925d949"}' 2018-08-15 20:06:18,536 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 942 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/20fa6621-db9b-4e3a-a17f-ff3bbe770add Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-ba24c537-402e-4e67-82c6-21c815baa400 Date: Wed, 15 Aug 2018 20:06:18 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-15T20:06:18Z", "file": "/v2/images/20fa6621-db9b-4e3a-a17f-ff3bbe770add/file", "owner": "a3688ea3a7924e1e8a441a00bd79aae5", "id": "20fa6621-db9b-4e3a-a17f-ff3bbe770add", "size": null, "self": "/v2/images/20fa6621-db9b-4e3a-a17f-ff3bbe770add", "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_d1af729e-0b90-4d5e-8713-e9ead925d949", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_d1af729e-0b90-4d5e-8713-e9ead925d949", "checksum": null, "created_at": "2018-08-15T20:06:18Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-15 20:06:18,537 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-ba24c537-402e-4e67-82c6-21c815baa400 2018-08-15 20:06:18,537 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0455231666565s 2018-08-15 20:06:18,537 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-ba24c537-402e-4e67-82c6-21c815baa400 returning object 20fa6621-db9b-4e3a-a17f-ff3bbe770add 2018-08-15 20:06:18,538 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-15 20:06:18,541 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9292/v2/images/20fa6621-db9b-4e3a-a17f-ff3bbe770add/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}972c2db7f564941f0a2ed75a682f70e658296d95" -d '' 2018-08-15 20:06:18,938 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-11f38984-e775-4381-a8d5-673c152baa2c Date: Wed, 15 Aug 2018 20:06:18 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-15 20:06:18,938 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/20fa6621-db9b-4e3a-a17f-ff3bbe770add/file used request id req-11f38984-e775-4381-a8d5-673c152baa2c 2018-08-15 20:06:18,938 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.400161027908s 2018-08-15 20:06:18,938 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/20fa6621-db9b-4e3a-a17f-ff3bbe770add/file used request id req-11f38984-e775-4381-a8d5-673c152baa2c 2018-08-15 20:06:18,942 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-15 20:06:18,946 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}972c2db7f564941f0a2ed75a682f70e658296d95" 2018-08-15 20:06:18,972 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1402 Content-Type: application/json X-Openstack-Request-Id: req-d10c49f2-0999-4574-a4f8-65e9d2907b9e Date: Wed, 15 Aug 2018 20:06:18 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-15T20:06:18Z", "file": "/v2/images/20fa6621-db9b-4e3a-a17f-ff3bbe770add/file", "owner": "a3688ea3a7924e1e8a441a00bd79aae5", "id": "20fa6621-db9b-4e3a-a17f-ff3bbe770add", "size": 12716032, "self": "/v2/images/20fa6621-db9b-4e3a-a17f-ff3bbe770add", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/20fa6621-db9b-4e3a-a17f-ff3bbe770add/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/20fa6621-db9b-4e3a-a17f-ff3bbe770add/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_d1af729e-0b90-4d5e-8713-e9ead925d949", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_d1af729e-0b90-4d5e-8713-e9ead925d949", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-15T20:06:18Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-15 20:06:18,972 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-d10c49f2-0999-4574-a4f8-65e9d2907b9e 2018-08-15 20:06:18,972 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0299751758575s 2018-08-15 20:06:18,973 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-d10c49f2-0999-4574-a4f8-65e9d2907b9e 2018-08-15 20:06:18,974 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/20fa6621-db9b-4e3a-a17f-ff3bbe770add/snap', u'metadata': Munch({})})], 'file': u'/v2/images/20fa6621-db9b-4e3a-a17f-ff3bbe770add/file', 'owner': u'a3688ea3a7924e1e8a441a00bd79aae5', 'id': u'20fa6621-db9b-4e3a-a17f-ff3bbe770add', 'size': 12716032, u'self': u'/v2/images/20fa6621-db9b-4e3a-a17f-ff3bbe770add', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'a3688ea3a7924e1e8a441a00bd79aae5', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/20fa6621-db9b-4e3a-a17f-ff3bbe770add/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-15T20:06:18Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-15T20:06:18Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/neutron_trunk-img_d1af729e-0b90-4d5e-8713-e9ead925d949', '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/20fa6621-db9b-4e3a-a17f-ff3bbe770add', 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_d1af729e-0b90-4d5e-8713-e9ead925d949', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'neutron_trunk-img_d1af729e-0b90-4d5e-8713-e9ead925d949', 'created': u'2018-08-15T20:06:18Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-15T20:06:18Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/20fa6621-db9b-4e3a-a17f-ff3bbe770add', 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_d1af729e-0b90-4d5e-8713-e9ead925d949', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-15 20:06:18,975 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-15 20:06:18,978 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}972c2db7f564941f0a2ed75a682f70e658296d95" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "neutron_trunk-flavor_d1af729e-0b90-4d5e-8713-e9ead925d949", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-15 20:06:19,299 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:06:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-72a6d95b-2e16-4ac5-afa8-2d4ae8505cfa x-compute-request-id: req-72a6d95b-2e16-4ac5-afa8-2d4ae8505cfa Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavor": {"name": "neutron_trunk-flavor_d1af729e-0b90-4d5e-8713-e9ead925d949", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/582f8d44-b7c4-42c3-b13e-20e89213bcbf", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/582f8d44-b7c4-42c3-b13e-20e89213bcbf", "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": "582f8d44-b7c4-42c3-b13e-20e89213bcbf"}} 2018-08-15 20:06:19,300 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-72a6d95b-2e16-4ac5-afa8-2d4ae8505cfa 2018-08-15 20:06:19,300 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.324262857437s 2018-08-15 20:06:19,300 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-72a6d95b-2e16-4ac5-afa8-2d4ae8505cfa 2018-08-15 20:06:19,301 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'neutron_trunk-flavor_d1af729e-0b90-4d5e-8713-e9ead925d949', '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'a3688ea3a7924e1e8a441a00bd79aae5', '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'582f8d44-b7c4-42c3-b13e-20e89213bcbf', 'swap': 0}) 2018-08-15 20:06:19,301 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-15 20:06:19,304 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/flavors/582f8d44-b7c4-42c3-b13e-20e89213bcbf/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}972c2db7f564941f0a2ed75a682f70e658296d95" -d '{"extra_specs": {}}' 2018-08-15 20:06:19,323 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:06:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-1598abde-1bf8-4064-9442-09f1be9fa2b8 x-compute-request-id: req-1598abde-1bf8-4064-9442-09f1be9fa2b8 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-15 20:06:19,323 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/582f8d44-b7c4-42c3-b13e-20e89213bcbf/os-extra_specs used request id req-1598abde-1bf8-4064-9442-09f1be9fa2b8 2018-08-15 20:06:19,323 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0215728282928s 2018-08-15 20:06:19,323 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/582f8d44-b7c4-42c3-b13e-20e89213bcbf/os-extra_specs used request id req-1598abde-1bf8-4064-9442-09f1be9fa2b8 2018-08-15 20:06:19,327 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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-15 20:06:19,333 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 15 Aug 2018 20:06:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-06f8101e-102f-4333-9673-d33c38b56122 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.27:5000/v3/", "rel": "self"}]}]}} 2018-08-15 20:06:19,333 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/ used request id req-06f8101e-102f-4333-9673-d33c38b56122 2018-08-15 20:06:19,337 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-15 20:06:19,340 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}972c2db7f564941f0a2ed75a682f70e658296d95" 2018-08-15 20:06:19,532 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:06:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-65f44645-793a-4ebf-a87f-765b6f0d727b Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "021fd4a1fb8b483eb2264cbf5b321379", "links": {"self": "http://172.30.9.27:5000/v3/roles/021fd4a1fb8b483eb2264cbf5b321379"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "16212b6aa60a4fd1b8194c834bae86bf", "links": {"self": "http://172.30.9.27:5000/v3/roles/16212b6aa60a4fd1b8194c834bae86bf"}, "name": "member"}, {"domain_id": null, "id": "1c1e1015ce2644848f1430e3bb28531b", "links": {"self": "http://172.30.9.27:5000/v3/roles/1c1e1015ce2644848f1430e3bb28531b"}, "name": "swiftoperator"}, {"domain_id": null, "id": "382a39dc50214187b99e809cf7222e3c", "links": {"self": "http://172.30.9.27:5000/v3/roles/382a39dc50214187b99e809cf7222e3c"}, "name": "admin"}, {"domain_id": null, "id": "9aed22da25b945dda36dee6e40a0785d", "links": {"self": "http://172.30.9.27:5000/v3/roles/9aed22da25b945dda36dee6e40a0785d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "eeb4436830d24515952401292b7cfc55", "links": {"self": "http://172.30.9.27:5000/v3/roles/eeb4436830d24515952401292b7cfc55"}, "name": "reader"}]} 2018-08-15 20:06:19,533 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-65f44645-793a-4ebf-a87f-765b6f0d727b 2018-08-15 20:06:19,533 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.195577144623s 2018-08-15 20:06:19,533 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-65f44645-793a-4ebf-a87f-765b6f0d727b 2018-08-15 20:06:19,538 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-15 20:06:19,541 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}972c2db7f564941f0a2ed75a682f70e658296d95" 2018-08-15 20:06:19,730 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:06:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1a731098-4d67-4eaa-ac64-31d116d11c3c Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "021fd4a1fb8b483eb2264cbf5b321379", "links": {"self": "http://172.30.9.27:5000/v3/roles/021fd4a1fb8b483eb2264cbf5b321379"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "16212b6aa60a4fd1b8194c834bae86bf", "links": {"self": "http://172.30.9.27:5000/v3/roles/16212b6aa60a4fd1b8194c834bae86bf"}, "name": "member"}, {"domain_id": null, "id": "1c1e1015ce2644848f1430e3bb28531b", "links": {"self": "http://172.30.9.27:5000/v3/roles/1c1e1015ce2644848f1430e3bb28531b"}, "name": "swiftoperator"}, {"domain_id": null, "id": "382a39dc50214187b99e809cf7222e3c", "links": {"self": "http://172.30.9.27:5000/v3/roles/382a39dc50214187b99e809cf7222e3c"}, "name": "admin"}, {"domain_id": null, "id": "9aed22da25b945dda36dee6e40a0785d", "links": {"self": "http://172.30.9.27:5000/v3/roles/9aed22da25b945dda36dee6e40a0785d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "eeb4436830d24515952401292b7cfc55", "links": {"self": "http://172.30.9.27:5000/v3/roles/eeb4436830d24515952401292b7cfc55"}, "name": "reader"}]} 2018-08-15 20:06:19,730 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-1a731098-4d67-4eaa-ac64-31d116d11c3c 2018-08-15 20:06:19,731 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.192867040634s 2018-08-15 20:06:19,731 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-1a731098-4d67-4eaa-ac64-31d116d11c3c 2018-08-15 20:06:19,737 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-08-15 20:06:19,739 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/os-hypervisors/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}972c2db7f564941f0a2ed75a682f70e658296d95" 2018-08-15 20:06:19,785 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:06:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-aae9a382-07cb-4598-803e-52e3060afcb8 x-compute-request-id: req-aae9a382-07cb-4598-803e-52e3060afcb8 Content-Encoding: gzip Content-Length: 730 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 2}, "vcpus_used": 1, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 6144, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.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": 1, "free_disk_gb": 148, "hypervisor_version": 2010000, "disk_available_least": 141, "local_gb": 148, "free_ram_mb": 26358, "id": 1}, {"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 3}, "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.4", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 148, "hypervisor_version": 2010000, "disk_available_least": 141, "local_gb": 148, "free_ram_mb": 28406, "id": 2}]} 2018-08-15 20:06:19,786 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/os-hypervisors/detail used request id req-aae9a382-07cb-4598-803e-52e3060afcb8 2018-08-15 20:06:19,786 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.0488729476929s 2018-08-15 20:06:19,786 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/os-hypervisors/detail used request id req-aae9a382-07cb-4598-803e-52e3060afcb8 2018-08-15 20:06:19,791 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-15 20:06:19,794 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}972c2db7f564941f0a2ed75a682f70e658296d95" 2018-08-15 20:06:19,816 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1402 Content-Type: application/json X-Openstack-Request-Id: req-3f70ffce-76a8-429c-93d0-fc9b7d03064d Date: Wed, 15 Aug 2018 20:06:19 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-15T20:06:18Z", "file": "/v2/images/20fa6621-db9b-4e3a-a17f-ff3bbe770add/file", "owner": "a3688ea3a7924e1e8a441a00bd79aae5", "id": "20fa6621-db9b-4e3a-a17f-ff3bbe770add", "size": 12716032, "self": "/v2/images/20fa6621-db9b-4e3a-a17f-ff3bbe770add", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/20fa6621-db9b-4e3a-a17f-ff3bbe770add/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/20fa6621-db9b-4e3a-a17f-ff3bbe770add/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_d1af729e-0b90-4d5e-8713-e9ead925d949", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_d1af729e-0b90-4d5e-8713-e9ead925d949", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-15T20:06:18Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-15 20:06:19,816 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-3f70ffce-76a8-429c-93d0-fc9b7d03064d 2018-08-15 20:06:19,816 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0254490375519s 2018-08-15 20:06:19,817 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-3f70ffce-76a8-429c-93d0-fc9b7d03064d 2018-08-15 20:06:19,825 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-15 20:06:19,828 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}972c2db7f564941f0a2ed75a682f70e658296d95" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/neutron_trunk-img_alt_d1af729e-0b90-4d5e-8713-e9ead925d949", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "neutron_trunk-img_alt_d1af729e-0b90-4d5e-8713-e9ead925d949"}' 2018-08-15 20:06:19,887 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 950 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/a3e2d7b6-794e-4b6c-9ca8-c846e12ecdd6 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-012c17be-ce1f-4eeb-bea4-78a6fe97f10e Date: Wed, 15 Aug 2018 20:06:19 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-15T20:06:19Z", "file": "/v2/images/a3e2d7b6-794e-4b6c-9ca8-c846e12ecdd6/file", "owner": "a3688ea3a7924e1e8a441a00bd79aae5", "id": "a3e2d7b6-794e-4b6c-9ca8-c846e12ecdd6", "size": null, "self": "/v2/images/a3e2d7b6-794e-4b6c-9ca8-c846e12ecdd6", "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_d1af729e-0b90-4d5e-8713-e9ead925d949", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_alt_d1af729e-0b90-4d5e-8713-e9ead925d949", "checksum": null, "created_at": "2018-08-15T20:06:19Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-15 20:06:19,887 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-012c17be-ce1f-4eeb-bea4-78a6fe97f10e 2018-08-15 20:06:19,888 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0624370574951s 2018-08-15 20:06:19,888 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-012c17be-ce1f-4eeb-bea4-78a6fe97f10e returning object a3e2d7b6-794e-4b6c-9ca8-c846e12ecdd6 2018-08-15 20:06:19,888 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-15 20:06:19,892 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9292/v2/images/a3e2d7b6-794e-4b6c-9ca8-c846e12ecdd6/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}972c2db7f564941f0a2ed75a682f70e658296d95" -d '' 2018-08-15 20:06:21,115 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-68aa87f6-f22c-467d-8d9e-2d88728b9521 Date: Wed, 15 Aug 2018 20:06:21 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-15 20:06:21,115 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/a3e2d7b6-794e-4b6c-9ca8-c846e12ecdd6/file used request id req-68aa87f6-f22c-467d-8d9e-2d88728b9521 2018-08-15 20:06:21,115 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.22635507584s 2018-08-15 20:06:21,115 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/a3e2d7b6-794e-4b6c-9ca8-c846e12ecdd6/file used request id req-68aa87f6-f22c-467d-8d9e-2d88728b9521 2018-08-15 20:06:21,119 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-15 20:06:21,123 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}972c2db7f564941f0a2ed75a682f70e658296d95" 2018-08-15 20:06:21,153 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2745 Content-Type: application/json X-Openstack-Request-Id: req-32a0bc07-8e58-4724-9736-9ff0c562997b Date: Wed, 15 Aug 2018 20:06:21 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-15T20:06:21Z", "file": "/v2/images/a3e2d7b6-794e-4b6c-9ca8-c846e12ecdd6/file", "owner": "a3688ea3a7924e1e8a441a00bd79aae5", "id": "a3e2d7b6-794e-4b6c-9ca8-c846e12ecdd6", "size": 12716032, "self": "/v2/images/a3e2d7b6-794e-4b6c-9ca8-c846e12ecdd6", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/a3e2d7b6-794e-4b6c-9ca8-c846e12ecdd6/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/a3e2d7b6-794e-4b6c-9ca8-c846e12ecdd6/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_alt_d1af729e-0b90-4d5e-8713-e9ead925d949", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_alt_d1af729e-0b90-4d5e-8713-e9ead925d949", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-15T20:06:19Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}, {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-15T20:06:18Z", "file": "/v2/images/20fa6621-db9b-4e3a-a17f-ff3bbe770add/file", "owner": "a3688ea3a7924e1e8a441a00bd79aae5", "id": "20fa6621-db9b-4e3a-a17f-ff3bbe770add", "size": 12716032, "self": "/v2/images/20fa6621-db9b-4e3a-a17f-ff3bbe770add", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/20fa6621-db9b-4e3a-a17f-ff3bbe770add/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/20fa6621-db9b-4e3a-a17f-ff3bbe770add/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_d1af729e-0b90-4d5e-8713-e9ead925d949", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_d1af729e-0b90-4d5e-8713-e9ead925d949", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-15T20:06:18Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-15 20:06:21,153 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-32a0bc07-8e58-4724-9736-9ff0c562997b 2018-08-15 20:06:21,154 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0340518951416s 2018-08-15 20:06:21,154 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-32a0bc07-8e58-4724-9736-9ff0c562997b 2018-08-15 20:06:21,157 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/a3e2d7b6-794e-4b6c-9ca8-c846e12ecdd6/snap', u'metadata': Munch({})})], 'file': u'/v2/images/a3e2d7b6-794e-4b6c-9ca8-c846e12ecdd6/file', 'owner': u'a3688ea3a7924e1e8a441a00bd79aae5', 'id': u'a3e2d7b6-794e-4b6c-9ca8-c846e12ecdd6', 'size': 12716032, u'self': u'/v2/images/a3e2d7b6-794e-4b6c-9ca8-c846e12ecdd6', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'a3688ea3a7924e1e8a441a00bd79aae5', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/a3e2d7b6-794e-4b6c-9ca8-c846e12ecdd6/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-15T20:06:21Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-15T20:06:21Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/neutron_trunk-img_alt_d1af729e-0b90-4d5e-8713-e9ead925d949', '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/a3e2d7b6-794e-4b6c-9ca8-c846e12ecdd6', 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_d1af729e-0b90-4d5e-8713-e9ead925d949', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'neutron_trunk-img_alt_d1af729e-0b90-4d5e-8713-e9ead925d949', 'created': u'2018-08-15T20:06:19Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-15T20:06:19Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/a3e2d7b6-794e-4b6c-9ca8-c846e12ecdd6', 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_d1af729e-0b90-4d5e-8713-e9ead925d949', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-15 20:06:21,158 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-15 20:06:21,162 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}972c2db7f564941f0a2ed75a682f70e658296d95" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "neutron_trunk-flavor_alt_d1af729e-0b90-4d5e-8713-e9ead925d949", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-15 20:06:21,201 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:06:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-dc0b38ed-ee0d-44e4-9ca0-6ee4b5a9e0de x-compute-request-id: req-dc0b38ed-ee0d-44e4-9ca0-6ee4b5a9e0de Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"flavor": {"name": "neutron_trunk-flavor_alt_d1af729e-0b90-4d5e-8713-e9ead925d949", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/e0ccd6ab-577e-4d8d-8ed8-b157e035722f", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/e0ccd6ab-577e-4d8d-8ed8-b157e035722f", "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": "e0ccd6ab-577e-4d8d-8ed8-b157e035722f"}} 2018-08-15 20:06:21,201 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-dc0b38ed-ee0d-44e4-9ca0-6ee4b5a9e0de 2018-08-15 20:06:21,202 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0435729026794s 2018-08-15 20:06:21,202 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-dc0b38ed-ee0d-44e4-9ca0-6ee4b5a9e0de 2018-08-15 20:06:21,203 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'neutron_trunk-flavor_alt_d1af729e-0b90-4d5e-8713-e9ead925d949', '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'a3688ea3a7924e1e8a441a00bd79aae5', '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'e0ccd6ab-577e-4d8d-8ed8-b157e035722f', 'swap': 0}) 2018-08-15 20:06:21,204 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-15 20:06:21,209 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/flavors/e0ccd6ab-577e-4d8d-8ed8-b157e035722f/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}972c2db7f564941f0a2ed75a682f70e658296d95" -d '{"extra_specs": {}}' 2018-08-15 20:06:21,233 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:06:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-1ecee7db-34b5-46ea-b150-4c055ebaa0b9 x-compute-request-id: req-1ecee7db-34b5-46ea-b150-4c055ebaa0b9 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-15 20:06:21,233 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/e0ccd6ab-577e-4d8d-8ed8-b157e035722f/os-extra_specs used request id req-1ecee7db-34b5-46ea-b150-4c055ebaa0b9 2018-08-15 20:06:21,233 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0283207893372s 2018-08-15 20:06:21,233 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/e0ccd6ab-577e-4d8d-8ed8-b157e035722f/os-extra_specs used request id req-1ecee7db-34b5-46ea-b150-4c055ebaa0b9 2018-08-15 20:06:21,233 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'neutron_trunk-flavor_alt_d1af729e-0b90-4d5e-8713-e9ead925d949', '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'a3688ea3a7924e1e8a441a00bd79aae5', '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'e0ccd6ab-577e-4d8d-8ed8-b157e035722f', 'swap': 0}) 2018-08-15 20:06:24,748 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-08-15 20:06:24,749 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-08-15 20:06:24,749 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-08-15 20:06:24,752 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-08-15 20:06:24,755 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-08-15 20:06:28,305 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-70704030-fc1a-41df-ac8e-bbf816301fd7/repo; stestr list 'neutron_tempest_plugin.(api|scenario).test_trunk' >/home/opnfv/functest/results/neutron_trunk/test_list.txt 2>/dev/null) 2018-08-15 20:06:28,305 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-08-15 20:06:28,306 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-08-15 20:06:28,306 - 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-15 20:08:31,385 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: 36120d45-893d-49bb-bd81-ac49e0edf335 2018-08-15 20:08:31,386 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '36120d45-893d-49bb-bd81-ac49e0edf335']'. 2018-08-15 20:08:32,427 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-08-15 20:08:32,427 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-08-15 20:08:32,427 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-15 20:08:32,427 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 36120d45-893d-49bb-bd81-ac49e0edf335 | 2018-08-15 20:08:32,427 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-08-15 20:08:32,427 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-08-15 20:06:30 | 2018-08-15 20:08:32,427 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-08-15 20:08:31 | 2018-08-15 20:08:32,428 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:02:01 | 2018-08-15 20:08:32,428 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-08-15 20:08:32,428 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-08-15 20:08:32,428 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 70704030-fc1a-41df-ac8e-bbf816301fd7) | 2018-08-15 20:08:32,428 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-08-15 20:08:32,428 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: d3e3ba1e-21b1-40a4-960f-27b3e8e555c7) | 2018-08-15 20:08:32,428 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 52 | 2018-08-15 20:08:32,428 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 108.907 | 2018-08-15 20:08:32,428 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 43 | 2018-08-15 20:08:32,429 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 9 | 2018-08-15 20:08:32,429 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-08-15 20:08:32,429 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-08-15 20:08:32,429 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-08-15 20:08:32,429 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-15 20:08:32,429 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-08-15 20:08:32,429 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-08-15 20:08:32,453 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest neutron_trunk success_rate is 100.0% 2018-08-15 20:08:32,589 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-15 20:08:32,590 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | neutron_trunk | functest | 02:19 | PASS | +-----------------------+------------------+------------------+----------------+ 2018-08-15 20:08:32,596 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-15 20:08:32,600 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9292/v2/images/a3e2d7b6-794e-4b6c-9ca8-c846e12ecdd6 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}972c2db7f564941f0a2ed75a682f70e658296d95" 2018-08-15 20:08:33,121 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-c74406de-8bd0-4516-b61f-9841b4689c0a Date: Wed, 15 Aug 2018 20:08: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-15 20:08:33,121 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/a3e2d7b6-794e-4b6c-9ca8-c846e12ecdd6 used request id req-c74406de-8bd0-4516-b61f-9841b4689c0a 2018-08-15 20:08:33,122 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.525259017944s 2018-08-15 20:08:33,122 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/a3e2d7b6-794e-4b6c-9ca8-c846e12ecdd6 used request id req-c74406de-8bd0-4516-b61f-9841b4689c0a 2018-08-15 20:08:33,122 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-15 20:08:33,125 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}972c2db7f564941f0a2ed75a682f70e658296d95" 2018-08-15 20:08:33,146 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20: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-7422eb17-2c39-4022-8007-311051a9d53d x-compute-request-id: req-7422eb17-2c39-4022-8007-311051a9d53d Content-Encoding: gzip Content-Length: 363 Content-Type: application/json RESP BODY: {"flavors": [{"name": "neutron_trunk-flavor_d1af729e-0b90-4d5e-8713-e9ead925d949", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/582f8d44-b7c4-42c3-b13e-20e89213bcbf", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/582f8d44-b7c4-42c3-b13e-20e89213bcbf", "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": "582f8d44-b7c4-42c3-b13e-20e89213bcbf"}, {"name": "neutron_trunk-flavor_alt_d1af729e-0b90-4d5e-8713-e9ead925d949", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/e0ccd6ab-577e-4d8d-8ed8-b157e035722f", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/e0ccd6ab-577e-4d8d-8ed8-b157e035722f", "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": "e0ccd6ab-577e-4d8d-8ed8-b157e035722f"}]} 2018-08-15 20:08:33,146 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-7422eb17-2c39-4022-8007-311051a9d53d 2018-08-15 20:08:33,146 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0240709781647s 2018-08-15 20:08:33,147 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-7422eb17-2c39-4022-8007-311051a9d53d 2018-08-15 20:08:33,149 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-15 20:08:33,151 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/flavors/e0ccd6ab-577e-4d8d-8ed8-b157e035722f -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}972c2db7f564941f0a2ed75a682f70e658296d95" 2018-08-15 20:08:33,190 - keystoneauth.session - DEBUG - RESP: [202] Date: Wed, 15 Aug 2018 20: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 x-openstack-request-id: req-d2af3b66-0fd9-4824-b9aa-3d8ea756d226 x-compute-request-id: req-d2af3b66-0fd9-4824-b9aa-3d8ea756d226 Content-Length: 0 Content-Type: application/json 2018-08-15 20:08:33,190 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/e0ccd6ab-577e-4d8d-8ed8-b157e035722f used request id req-d2af3b66-0fd9-4824-b9aa-3d8ea756d226 2018-08-15 20:08:33,190 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0410659313202s 2018-08-15 20:08:33,191 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/e0ccd6ab-577e-4d8d-8ed8-b157e035722f used request id req-d2af3b66-0fd9-4824-b9aa-3d8ea756d226 2018-08-15 20:08:33,191 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-15 20:08:33,191 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/c6ee62a0-7adb-40d4-9223-5c6f2925be78/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}972c2db7f564941f0a2ed75a682f70e658296d95" -d '{"subnet_id": "9573137f-efd9-40c8-87de-1c63d7ef1a18"}' 2018-08-15 20:08:35,002 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-c4da2c6c-0176-4cd3-90e6-433b533d2290 Date: Wed, 15 Aug 2018 20:08:35 GMT RESP BODY: {"network_id": "ecd0ace0-e467-4a20-8881-317ccd9d3ce3", "tenant_id": "a3688ea3a7924e1e8a441a00bd79aae5", "subnet_id": "9573137f-efd9-40c8-87de-1c63d7ef1a18", "subnet_ids": ["9573137f-efd9-40c8-87de-1c63d7ef1a18"], "port_id": "32b801c8-66aa-4d99-8952-038168eadef7", "id": "c6ee62a0-7adb-40d4-9223-5c6f2925be78"} 2018-08-15 20:08:35,002 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/c6ee62a0-7adb-40d4-9223-5c6f2925be78/remove_router_interface.json used request id req-c4da2c6c-0176-4cd3-90e6-433b533d2290 2018-08-15 20:08:35,002 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.81119084358s 2018-08-15 20:08:35,003 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/c6ee62a0-7adb-40d4-9223-5c6f2925be78/remove_router_interface.json used request id req-c4da2c6c-0176-4cd3-90e6-433b533d2290 returning object c6ee62a0-7adb-40d4-9223-5c6f2925be78 2018-08-15 20:08:35,003 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-15 20:08:35,004 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}972c2db7f564941f0a2ed75a682f70e658296d95" 2018-08-15 20:08:35,120 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1276 X-Openstack-Request-Id: req-dbbc62eb-846d-41bf-92c1-b17ce89b8696 Date: Wed, 15 Aug 2018 20:08:35 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "fc8ca119-27ab-4070-99fa-a2993d11ee48", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "3ef75223-733d-425d-bb3e-88e8a796bebc", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "4ac96b83261c430488a051413c97cb86", "created_at": "2018-08-15T18:18:53Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-15T18:19:12Z", "revision_number": 4, "routes": [], "project_id": "4ac96b83261c430488a051413c97cb86", "id": "015fce5a-dab8-439e-9d23-8b5492afced5", "name": "vmtp-router_3806f8ae-a487-4069-abc4-f3eaff61c28a"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "fc8ca119-27ab-4070-99fa-a2993d11ee48", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "3ef75223-733d-425d-bb3e-88e8a796bebc", "ip_address": "172.30.9.202"}]}, "description": "", "tags": [], "tenant_id": "a3688ea3a7924e1e8a441a00bd79aae5", "created_at": "2018-08-15T20:06:14Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-15T20:08:34Z", "revision_number": 4, "routes": [], "project_id": "a3688ea3a7924e1e8a441a00bd79aae5", "id": "c6ee62a0-7adb-40d4-9223-5c6f2925be78", "name": "neutron_trunk-router_d1af729e-0b90-4d5e-8713-e9ead925d949"}]} 2018-08-15 20:08:35,121 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-dbbc62eb-846d-41bf-92c1-b17ce89b8696 2018-08-15 20:08:35,121 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.117597103119s 2018-08-15 20:08:35,121 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-dbbc62eb-846d-41bf-92c1-b17ce89b8696 2018-08-15 20:08:35,122 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-15 20:08:35,123 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/routers/c6ee62a0-7adb-40d4-9223-5c6f2925be78.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}972c2db7f564941f0a2ed75a682f70e658296d95" 2018-08-15 20:08:36,903 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-802a4d11-03d2-4e15-a09d-68b174ffadf7 Content-Length: 0 Date: Wed, 15 Aug 2018 20:08:36 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-15 20:08:36,903 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/c6ee62a0-7adb-40d4-9223-5c6f2925be78.json used request id req-802a4d11-03d2-4e15-a09d-68b174ffadf7 2018-08-15 20:08:36,903 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.78056097031s 2018-08-15 20:08:36,903 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/c6ee62a0-7adb-40d4-9223-5c6f2925be78.json used request id req-802a4d11-03d2-4e15-a09d-68b174ffadf7 2018-08-15 20:08:36,904 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-15 20:08:36,905 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}972c2db7f564941f0a2ed75a682f70e658296d95" 2018-08-15 20:08:36,952 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2546 X-Openstack-Request-Id: req-ff0f77c5-d45d-4999-8176-43facdfa6871 Date: Wed, 15 Aug 2018 20:08:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f6e52674-b6d9-4ff8-bbed-406575a48784","tenant_id":"4ac96b83261c430488a051413c97cb86","created_at":"2018-08-15T18:19:09Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-15T18:19:09Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.2.2","end":"192.168.2.254"}],"gateway_ip":"192.168.2.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.2.0/24","project_id":"4ac96b83261c430488a051413c97cb86","id":"12cc4835-0898-4995-a1f1-d7b21b9b7394","subnetpool_id":null,"name":"pns-internal-subnet2"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"fc8ca119-27ab-4070-99fa-a2993d11ee48","tenant_id":"d2c267e1fee9461ba5e64a915b9518f5","created_at":"2018-08-15T17:16:30Z","dns_nameservers":[],"updated_at":"2018-08-15T17:16:30Z","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":"d2c267e1fee9461ba5e64a915b9518f5","id":"3ef75223-733d-425d-bb3e-88e8a796bebc","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ecd0ace0-e467-4a20-8881-317ccd9d3ce3","tenant_id":"a3688ea3a7924e1e8a441a00bd79aae5","created_at":"2018-08-15T20:06:14Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-15T20:06:14Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"a3688ea3a7924e1e8a441a00bd79aae5","id":"9573137f-efd9-40c8-87de-1c63d7ef1a18","subnetpool_id":null,"name":"neutron_trunk-subnet_d1af729e-0b90-4d5e-8713-e9ead925d949"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"874656f6-a4ad-417f-9ff4-93565f64bc82","tenant_id":"4ac96b83261c430488a051413c97cb86","created_at":"2018-08-15T18:19:08Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-15T18:19:08Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.1.2","end":"192.168.1.254"}],"gateway_ip":"192.168.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.1.0/24","project_id":"4ac96b83261c430488a051413c97cb86","id":"a8c231fd-c1c9-4dac-8f8f-c8e674e6a966","subnetpool_id":null,"name":"pns-internal-subnet"}]} 2018-08-15 20:08:36,952 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-ff0f77c5-d45d-4999-8176-43facdfa6871 2018-08-15 20:08:36,952 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0478549003601s 2018-08-15 20:08:36,952 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-ff0f77c5-d45d-4999-8176-43facdfa6871 2018-08-15 20:08:36,954 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-15 20:08:36,955 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/subnets/9573137f-efd9-40c8-87de-1c63d7ef1a18.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}972c2db7f564941f0a2ed75a682f70e658296d95" 2018-08-15 20:08:37,938 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-6cd767bf-a27c-44ab-86f5-2e9f4355c583 Date: Wed, 15 Aug 2018 20:08:37 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-15 20:08:37,938 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/9573137f-efd9-40c8-87de-1c63d7ef1a18.json used request id req-6cd767bf-a27c-44ab-86f5-2e9f4355c583 2018-08-15 20:08:37,938 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 0.983836174011s 2018-08-15 20:08:37,938 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/9573137f-efd9-40c8-87de-1c63d7ef1a18.json used request id req-6cd767bf-a27c-44ab-86f5-2e9f4355c583 2018-08-15 20:08:37,939 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-15 20:08:37,939 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}972c2db7f564941f0a2ed75a682f70e658296d95" 2018-08-15 20:08:38,025 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2755 X-Openstack-Request-Id: req-68a9c955-a2f8-44cf-a476-92ab6b4eaae5 Date: Wed, 15 Aug 2018 20:08:38 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"874656f6-a4ad-417f-9ff4-93565f64bc82","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4ac96b83261c430488a051413c97cb86","status":"ACTIVE","subnets":["a8c231fd-c1c9-4dac-8f8f-c8e674e6a966"],"description":"","tags":[],"updated_at":"2018-08-15T18:19:08Z","provider:segmentation_id":76,"name":"pns-internal-net_3806f8ae-a487-4069-abc4-f3eaff61c28a","admin_state_up":true,"tenant_id":"4ac96b83261c430488a051413c97cb86","created_at":"2018-08-15T18:19:07Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"ecd0ace0-e467-4a20-8881-317ccd9d3ce3","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a3688ea3a7924e1e8a441a00bd79aae5","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-15T20:08:37Z","provider:segmentation_id":27,"name":"neutron_trunk-net_d1af729e-0b90-4d5e-8713-e9ead925d949","admin_state_up":true,"tenant_id":"a3688ea3a7924e1e8a441a00bd79aae5","created_at":"2018-08-15T20:06:14Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"f6e52674-b6d9-4ff8-bbed-406575a48784","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4ac96b83261c430488a051413c97cb86","status":"ACTIVE","subnets":["12cc4835-0898-4995-a1f1-d7b21b9b7394"],"description":"","tags":[],"updated_at":"2018-08-15T18:19:09Z","provider:segmentation_id":62,"name":"pns-internal-net2_3806f8ae-a487-4069-abc4-f3eaff61c28a","admin_state_up":true,"tenant_id":"4ac96b83261c430488a051413c97cb86","created_at":"2018-08-15T18:19:08Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"fc8ca119-27ab-4070-99fa-a2993d11ee48","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d2c267e1fee9461ba5e64a915b9518f5","status":"ACTIVE","subnets":["3ef75223-733d-425d-bb3e-88e8a796bebc"],"description":"","tags":[],"updated_at":"2018-08-15T17:41:36Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"d2c267e1fee9461ba5e64a915b9518f5","created_at":"2018-08-15T17:16:26Z","provider:network_type":"flat"}]} 2018-08-15 20:08:38,025 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-68a9c955-a2f8-44cf-a476-92ab6b4eaae5 2018-08-15 20:08:38,025 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0862650871277s 2018-08-15 20:08:38,026 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-68a9c955-a2f8-44cf-a476-92ab6b4eaae5 2018-08-15 20:08:38,027 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-15 20:08:38,028 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/networks/ecd0ace0-e467-4a20-8881-317ccd9d3ce3.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}972c2db7f564941f0a2ed75a682f70e658296d95" 2018-08-15 20:08:39,396 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-107f2504-db19-4f60-8fef-14d74e06b03e Date: Wed, 15 Aug 2018 20:08:39 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-15 20:08:39,396 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/ecd0ace0-e467-4a20-8881-317ccd9d3ce3.json used request id req-107f2504-db19-4f60-8fef-14d74e06b03e 2018-08-15 20:08:39,396 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.36871695518s 2018-08-15 20:08:39,397 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/ecd0ace0-e467-4a20-8881-317ccd9d3ce3.json used request id req-107f2504-db19-4f60-8fef-14d74e06b03e 2018-08-15 20:08:39,400 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-15 20:08:39,403 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}972c2db7f564941f0a2ed75a682f70e658296d95" 2018-08-15 20:08:39,438 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1402 Content-Type: application/json X-Openstack-Request-Id: req-efc48dcd-d1c1-431f-859c-7d6d30b28285 Date: Wed, 15 Aug 2018 20:08:39 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-15T20:06:18Z", "file": "/v2/images/20fa6621-db9b-4e3a-a17f-ff3bbe770add/file", "owner": "a3688ea3a7924e1e8a441a00bd79aae5", "id": "20fa6621-db9b-4e3a-a17f-ff3bbe770add", "size": 12716032, "self": "/v2/images/20fa6621-db9b-4e3a-a17f-ff3bbe770add", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/20fa6621-db9b-4e3a-a17f-ff3bbe770add/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/20fa6621-db9b-4e3a-a17f-ff3bbe770add/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_d1af729e-0b90-4d5e-8713-e9ead925d949", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_d1af729e-0b90-4d5e-8713-e9ead925d949", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-15T20:06:18Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-15 20:08:39,438 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-efc48dcd-d1c1-431f-859c-7d6d30b28285 2018-08-15 20:08:39,438 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0379729270935s 2018-08-15 20:08:39,438 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-efc48dcd-d1c1-431f-859c-7d6d30b28285 2018-08-15 20:08:39,440 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-15 20:08:39,443 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9292/v2/images/20fa6621-db9b-4e3a-a17f-ff3bbe770add -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}972c2db7f564941f0a2ed75a682f70e658296d95" 2018-08-15 20:08:39,739 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-66d60ad3-18cd-4afd-807f-af3a09f80302 Date: Wed, 15 Aug 2018 20:08: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-15 20:08:39,739 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/20fa6621-db9b-4e3a-a17f-ff3bbe770add used request id req-66d60ad3-18cd-4afd-807f-af3a09f80302 2018-08-15 20:08:39,739 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.299328804016s 2018-08-15 20:08:39,739 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/20fa6621-db9b-4e3a-a17f-ff3bbe770add used request id req-66d60ad3-18cd-4afd-807f-af3a09f80302 2018-08-15 20:08:39,740 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-15 20:08:39,742 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}972c2db7f564941f0a2ed75a682f70e658296d95" 2018-08-15 20:08:39,763 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:08: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-87c675c3-585b-4f79-bf90-9b781a4b0cd4 x-compute-request-id: req-87c675c3-585b-4f79-bf90-9b781a4b0cd4 Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavors": [{"name": "neutron_trunk-flavor_d1af729e-0b90-4d5e-8713-e9ead925d949", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/582f8d44-b7c4-42c3-b13e-20e89213bcbf", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/582f8d44-b7c4-42c3-b13e-20e89213bcbf", "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": "582f8d44-b7c4-42c3-b13e-20e89213bcbf"}]} 2018-08-15 20:08:39,764 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-87c675c3-585b-4f79-bf90-9b781a4b0cd4 2018-08-15 20:08:39,764 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0237720012665s 2018-08-15 20:08:39,764 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-87c675c3-585b-4f79-bf90-9b781a4b0cd4 2018-08-15 20:08:39,766 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-15 20:08:39,770 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/flavors/582f8d44-b7c4-42c3-b13e-20e89213bcbf -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}972c2db7f564941f0a2ed75a682f70e658296d95" 2018-08-15 20:08:39,792 - keystoneauth.session - DEBUG - RESP: [202] Date: Wed, 15 Aug 2018 20:08: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-0c026120-309e-4651-86fe-5be1216ed4a7 x-compute-request-id: req-0c026120-309e-4651-86fe-5be1216ed4a7 Content-Length: 0 Content-Type: application/json 2018-08-15 20:08:39,792 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/582f8d44-b7c4-42c3-b13e-20e89213bcbf used request id req-0c026120-309e-4651-86fe-5be1216ed4a7 2018-08-15 20:08:39,792 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0257670879364s 2018-08-15 20:08:39,792 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/582f8d44-b7c4-42c3-b13e-20e89213bcbf used request id req-0c026120-309e-4651-86fe-5be1216ed4a7 2018-08-15 20:08:39,856 - xtesting.ci.run_tests - INFO - Loading test case 'networking-bgpvpn'... 2018-08-15 20:08:39,899 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-15 20:08:39,899 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-15 20:08:39,899 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-15 20:08:39,899 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-15 20:08:39,899 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-15 20:08:39,899 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-15 20:08:39,899 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-15 20:08:39,900 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-15 20:08:39,900 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-15 20:08:39,900 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-15 20:08:39,900 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-15 20:08:39,900 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-15 20:08:39,900 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-15 20:08:39,900 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-15 20:08:39,900 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-15 20:08:39,900 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-15 20:08:39,900 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-15 20:08:39,900 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-15 20:08:39,900 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-15 20:08:39,900 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-15 20:08:39,900 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-15 20:08:39,901 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-15 20:08:39,901 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-15 20:08:39,901 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-15 20:08:39,901 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-15 20:08:39,903 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-15 20:08:39,907 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:08:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-47dc23ea-fcab-4c4a-b3f7-2d692c4394ee Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-08-15 20:08:39,907 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-47dc23ea-fcab-4c4a-b3f7-2d692c4394ee 2018-08-15 20:08:39,908 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-08-15 20:08:40,302 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "16212b6aa60a4fd1b8194c834bae86bf", "name": "member"}, {"id": "eeb4436830d24515952401292b7cfc55", "name": "reader"}, {"id": "382a39dc50214187b99e809cf7222e3c", "name": "admin"}], "expires_at": "2018-08-15T21:08:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3688ea3a7924e1e8a441a00bd79aae5", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.37:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "54e3c320cc3142e9824c171afe58d5c6"}, {"url": "http://172.30.9.27:8080/v1/AUTH_a3688ea3a7924e1e8a441a00bd79aae5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d00250537b54114937846660f377ed1"}, {"url": "http://12.0.0.37:8080/v1/AUTH_a3688ea3a7924e1e8a441a00bd79aae5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c790cb26fd2345ae9bac8a014d10a446"}], "type": "object-store", "id": "17183633b8774ff6a53da32b47c89b3c", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94631698a9884eb1bf4cb245c6f37b80"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c23f2a003e874719a2f1c41f92405a45"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e97257b46cb8440080352cd841246c5d"}], "type": "cloudformation", "id": "2dec96c2934d43bdbe2e431ef0b53392", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "287c0315393e4b22a228912ca3b004cc"}, {"url": "http://192.30.9.3:8776/v3/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62769da517ac4f44b88a6118413b8c30"}, {"url": "http://192.30.9.3:8776/v3/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c0b30400cd648249ab0a6a17cf1ebc1"}], "type": "volumev3", "id": "363b885c3f174fbfb4f17da9d41f332d", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d6cb188f65e4f77bab04c3d99f9469f"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70f7ced028794432bef835264c84489c"}, {"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77dd5cfb1dac4b31b21d705ba420c355"}], "type": "network", "id": "51b7a44223114d149d5300ae5b6d97ae", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19071864a1b848cc93bca3b1e1955c3f"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bc0345e40a36459fbc009797a6517deb"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5c7966f4757438480f39866a31a0265"}], "type": "image", "id": "5540e06daad441aa911fd4cb4d76f8d3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "68ad1d76386d437089226a0562004a39", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "03f40cbac74c4aafb48b4dd360509f6a"}, {"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18ed3fa9a0894200abaf76b71abfd912"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3d96a0aa5c344cb8ba659332ed497e85"}], "type": "identity", "id": "8096ce39bbf24c1683621ee563324790", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f60ea793ee64fc9a3d9a2d2ad889bd0"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7c9770175fc45379f2c2d142062b2c3"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e944b22c50da41179f2e29ce558807c1"}], "type": "compute", "id": "b3040d5c7e224dbca86f421bddd758e1", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5aad7caa3e6f4a35b9abdf5d46190371"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8b8b8bcfb3b40e5be77e13a4d2dda19"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d33016e2f5be49c28efb9905db488d41"}], "type": "placement", "id": "bb3127ed06e54fda901ea2348ddb72da", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "576142509dfd46c591c5e83bed8ffcc7"}, {"url": "http://192.30.9.3:8776/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cabe2973ef9144da9850a630dd2aedd5"}, {"url": "http://172.30.9.27:8776/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eb71f3f602d443c9a8605a7ff2e8aa8e"}], "type": "volume", "id": "becfeedd42e344c085611f3c7c465a3f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.3:8004/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "156b8e560e534c82a1d320da86608a19"}, {"url": "http://192.30.9.3:8004/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59154cecf6a54eb08ecc63bf95dca042"}, {"url": "http://172.30.9.27:8004/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f3aa5c8697e449f99c2cfbe2a371cab7"}], "type": "orchestration", "id": "c4334130b6d54a75804fe3f11a3b9e3e", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "39db2ebb65ae42659440fd9845949a6c"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ad23d2a65e74e3c87b1488af1f9f9ac"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d07664cbebb49149819cf7a6b20edb4"}], "type": "alarming", "id": "d878aa5c6b584d53a039f6a680fb6e8b", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e2bb44b06c0412ab74e54984b5b26b5"}, {"url": "http://192.30.9.3:8776/v2/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86bcb5a76e6c464bb4d42c969584d6f2"}, {"url": "http://172.30.9.27:8776/v2/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a391eed816af4966b335005bfe580d70"}], "type": "volumev2", "id": "e16298e148f54e96a50a134ca797deff", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b54cb5b666f74b91b0244b5332fdb3e5"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcc892608bd341e084be203695f810d1"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e980066294c34eb6866e6c4735e84a62"}], "type": "metric", "id": "f3a07a22777a4405b7eaf44da2e73e19", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.27:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1f66095afa4b74b4f26d432f5bfa55"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8dd5f30cc334148a7ed9d5ab68eee9b"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bfe7dd54acd947899871700a40dd0244"}], "type": "event", "id": "f6e223543cae4d9bad10258b0a294f12", "name": "panko"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "9482390a0722494f8852b9f0e2b9de56"}, "audit_ids": ["v3-nuRw2Tg2UxU1C1xj5uQ"], "issued_at": "2018-08-15T20:08:40.000000Z"}} 2018-08-15 20:08:40,305 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-15 20:08:40,306 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}27d156a10385f47a8066e13a44c6aacc2ab18094" 2018-08-15 20:08:40,648 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-648c0aa8-2fd1-44ad-9518-29110c3f4265 Date: Wed, 15 Aug 2018 20:08:40 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"fc8ca119-27ab-4070-99fa-a2993d11ee48","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d2c267e1fee9461ba5e64a915b9518f5","status":"ACTIVE","subnets":["3ef75223-733d-425d-bb3e-88e8a796bebc"],"description":"","tags":[],"updated_at":"2018-08-15T17:41:36Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"d2c267e1fee9461ba5e64a915b9518f5","created_at":"2018-08-15T17:16:26Z","provider:network_type":"flat"}]} 2018-08-15 20:08:40,648 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json?router%3Aexternal=True used request id req-648c0aa8-2fd1-44ad-9518-29110c3f4265 2018-08-15 20:08:40,648 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.342802047729s 2018-08-15 20:08:40,648 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json?router%3Aexternal=True used request id req-648c0aa8-2fd1-44ad-9518-29110c3f4265 2018-08-15 20:08:40,649 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-08-15 20:08:43,523 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-08-15 20:08:46,334 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | 470dac28-10ae-4982-9038-09ecdf9f678d | 2018-08-15T20:08:45.985120 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: 470dac28-10ae-4982-9038-09ecdf9f678d ~/.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-15 20:08:50,097 - 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-15 20:08:50,098 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-08-15 20:08:52,777 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-08-15 20:08:56,374 - 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=48c17138-cd88-4661-88b3-ede88ae4f05e) as the default verifier for the future CLI operations. 2018-08-15 20:08:59,758 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.extensions 2018-08-15 20:08:59,759 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}27d156a10385f47a8066e13a44c6aacc2ab18094" 2018-08-15 20:08:59,944 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 8761 X-Openstack-Request-Id: req-04c0824f-9f2a-4105-9260-42f0a21a9bad Date: Wed, 15 Aug 2018 20:08:59 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-15 20:08:59,944 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/extensions.json used request id req-04c0824f-9f2a-4105-9260-42f0a21a9bad 2018-08-15 20:08:59,944 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.extensions in 0.185854196548s 2018-08-15 20:08:59,945 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/extensions.json used request id req-04c0824f-9f2a-4105-9260-42f0a21a9bad 2018-08-15 20:08:59,952 - functest.opnfv_tests.openstack.tempest.tempest - WARNING - Cannot find Neutron extension: bgpvpn 2018-08-15 20:08:59,952 - xtesting.ci.run_tests - INFO - Skipping test case 'networking-bgpvpn'... 2018-08-15 20:08:59,953 - xtesting.ci.run_tests - INFO - Test result: +---------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------------+------------------+------------------+----------------+ | networking-bgpvpn | functest | 00:00 | SKIP | +---------------------------+------------------+------------------+----------------+ 2018-08-15 20:09:00,011 - xtesting.ci.run_tests - INFO - Loading test case 'networking-sfc'... 2018-08-15 20:09:00,053 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-15 20:09:00,053 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-15 20:09:00,053 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-15 20:09:00,053 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-15 20:09:00,053 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-15 20:09:00,053 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-15 20:09:00,053 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-15 20:09:00,054 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-15 20:09:00,054 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-15 20:09:00,054 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-15 20:09:00,054 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-15 20:09:00,054 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-15 20:09:00,054 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-15 20:09:00,054 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-15 20:09:00,054 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-15 20:09:00,054 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-15 20:09:00,054 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-15 20:09:00,054 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-15 20:09:00,054 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-15 20:09:00,054 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-15 20:09:00,055 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-15 20:09:00,055 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-15 20:09:00,055 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-15 20:09:00,055 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-15 20:09:00,055 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-15 20:09:00,057 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-15 20:09:00,061 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:09:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3afba334-20b7-4110-b279-c0a0109bb62f Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-08-15 20:09:00,061 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-3afba334-20b7-4110-b279-c0a0109bb62f 2018-08-15 20:09:00,062 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-08-15 20:09:00,460 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "16212b6aa60a4fd1b8194c834bae86bf", "name": "member"}, {"id": "eeb4436830d24515952401292b7cfc55", "name": "reader"}, {"id": "382a39dc50214187b99e809cf7222e3c", "name": "admin"}], "expires_at": "2018-08-15T21:09:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3688ea3a7924e1e8a441a00bd79aae5", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.37:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "54e3c320cc3142e9824c171afe58d5c6"}, {"url": "http://172.30.9.27:8080/v1/AUTH_a3688ea3a7924e1e8a441a00bd79aae5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d00250537b54114937846660f377ed1"}, {"url": "http://12.0.0.37:8080/v1/AUTH_a3688ea3a7924e1e8a441a00bd79aae5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c790cb26fd2345ae9bac8a014d10a446"}], "type": "object-store", "id": "17183633b8774ff6a53da32b47c89b3c", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94631698a9884eb1bf4cb245c6f37b80"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c23f2a003e874719a2f1c41f92405a45"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e97257b46cb8440080352cd841246c5d"}], "type": "cloudformation", "id": "2dec96c2934d43bdbe2e431ef0b53392", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "287c0315393e4b22a228912ca3b004cc"}, {"url": "http://192.30.9.3:8776/v3/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62769da517ac4f44b88a6118413b8c30"}, {"url": "http://192.30.9.3:8776/v3/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c0b30400cd648249ab0a6a17cf1ebc1"}], "type": "volumev3", "id": "363b885c3f174fbfb4f17da9d41f332d", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d6cb188f65e4f77bab04c3d99f9469f"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70f7ced028794432bef835264c84489c"}, {"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77dd5cfb1dac4b31b21d705ba420c355"}], "type": "network", "id": "51b7a44223114d149d5300ae5b6d97ae", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19071864a1b848cc93bca3b1e1955c3f"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bc0345e40a36459fbc009797a6517deb"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5c7966f4757438480f39866a31a0265"}], "type": "image", "id": "5540e06daad441aa911fd4cb4d76f8d3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "68ad1d76386d437089226a0562004a39", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "03f40cbac74c4aafb48b4dd360509f6a"}, {"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18ed3fa9a0894200abaf76b71abfd912"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3d96a0aa5c344cb8ba659332ed497e85"}], "type": "identity", "id": "8096ce39bbf24c1683621ee563324790", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f60ea793ee64fc9a3d9a2d2ad889bd0"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7c9770175fc45379f2c2d142062b2c3"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e944b22c50da41179f2e29ce558807c1"}], "type": "compute", "id": "b3040d5c7e224dbca86f421bddd758e1", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5aad7caa3e6f4a35b9abdf5d46190371"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8b8b8bcfb3b40e5be77e13a4d2dda19"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d33016e2f5be49c28efb9905db488d41"}], "type": "placement", "id": "bb3127ed06e54fda901ea2348ddb72da", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "576142509dfd46c591c5e83bed8ffcc7"}, {"url": "http://192.30.9.3:8776/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cabe2973ef9144da9850a630dd2aedd5"}, {"url": "http://172.30.9.27:8776/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eb71f3f602d443c9a8605a7ff2e8aa8e"}], "type": "volume", "id": "becfeedd42e344c085611f3c7c465a3f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.3:8004/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "156b8e560e534c82a1d320da86608a19"}, {"url": "http://192.30.9.3:8004/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59154cecf6a54eb08ecc63bf95dca042"}, {"url": "http://172.30.9.27:8004/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f3aa5c8697e449f99c2cfbe2a371cab7"}], "type": "orchestration", "id": "c4334130b6d54a75804fe3f11a3b9e3e", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "39db2ebb65ae42659440fd9845949a6c"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ad23d2a65e74e3c87b1488af1f9f9ac"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d07664cbebb49149819cf7a6b20edb4"}], "type": "alarming", "id": "d878aa5c6b584d53a039f6a680fb6e8b", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e2bb44b06c0412ab74e54984b5b26b5"}, {"url": "http://192.30.9.3:8776/v2/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86bcb5a76e6c464bb4d42c969584d6f2"}, {"url": "http://172.30.9.27:8776/v2/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a391eed816af4966b335005bfe580d70"}], "type": "volumev2", "id": "e16298e148f54e96a50a134ca797deff", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b54cb5b666f74b91b0244b5332fdb3e5"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcc892608bd341e084be203695f810d1"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e980066294c34eb6866e6c4735e84a62"}], "type": "metric", "id": "f3a07a22777a4405b7eaf44da2e73e19", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.27:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1f66095afa4b74b4f26d432f5bfa55"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8dd5f30cc334148a7ed9d5ab68eee9b"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bfe7dd54acd947899871700a40dd0244"}], "type": "event", "id": "f6e223543cae4d9bad10258b0a294f12", "name": "panko"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "9482390a0722494f8852b9f0e2b9de56"}, "audit_ids": ["tu-sMuk0Qem54PbnbWT-VQ"], "issued_at": "2018-08-15T20:09:00.000000Z"}} 2018-08-15 20:09:00,463 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-15 20:09:00,464 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}139f3031330513e5d8e50be94d09ae7f1c8a008c" 2018-08-15 20:09:00,791 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-d03a1b82-6f1e-46d8-9d87-3d0c49932fb4 Date: Wed, 15 Aug 2018 20:09:00 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"fc8ca119-27ab-4070-99fa-a2993d11ee48","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d2c267e1fee9461ba5e64a915b9518f5","status":"ACTIVE","subnets":["3ef75223-733d-425d-bb3e-88e8a796bebc"],"description":"","tags":[],"updated_at":"2018-08-15T17:41:36Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"d2c267e1fee9461ba5e64a915b9518f5","created_at":"2018-08-15T17:16:26Z","provider:network_type":"flat"}]} 2018-08-15 20:09:00,791 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json?router%3Aexternal=True used request id req-d03a1b82-6f1e-46d8-9d87-3d0c49932fb4 2018-08-15 20:09:00,791 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.327963829041s 2018-08-15 20:09:00,792 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json?router%3Aexternal=True used request id req-d03a1b82-6f1e-46d8-9d87-3d0c49932fb4 2018-08-15 20:09:00,792 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-08-15 20:09:03,690 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-08-15 20:09:06,567 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | 7de5be16-e996-4d8f-84a3-3351f63f429f | 2018-08-15T20:09:06.188132 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: 7de5be16-e996-4d8f-84a3-3351f63f429f ~/.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-15 20:09:10,418 - 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-15 20:09:10,418 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-08-15 20:09:13,092 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-08-15 20:09:16,601 - 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=7437792f-58a2-43af-a0ca-1a4caa543f7d) as the default verifier for the future CLI operations. 2018-08-15 20:09:20,006 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.extensions 2018-08-15 20:09:20,007 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}139f3031330513e5d8e50be94d09ae7f1c8a008c" 2018-08-15 20:09:20,272 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 8761 X-Openstack-Request-Id: req-e58f3665-3389-4fd5-99ac-e8d5ec70e9d8 Date: Wed, 15 Aug 2018 20:09:20 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-15 20:09:20,273 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/extensions.json used request id req-e58f3665-3389-4fd5-99ac-e8d5ec70e9d8 2018-08-15 20:09:20,273 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.extensions in 0.266569137573s 2018-08-15 20:09:20,273 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/extensions.json used request id req-e58f3665-3389-4fd5-99ac-e8d5ec70e9d8 2018-08-15 20:09:20,281 - functest.opnfv_tests.openstack.tempest.tempest - WARNING - Cannot find Neutron extension: sfc 2018-08-15 20:09:20,281 - xtesting.ci.run_tests - INFO - Skipping test case 'networking-sfc'... 2018-08-15 20:09:20,281 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | networking-sfc | functest | 00:00 | SKIP | +------------------------+------------------+------------------+----------------+ 2018-08-15 20:09:20,340 - xtesting.ci.run_tests - INFO - Loading test case 'barbican'... 2018-08-15 20:09:20,382 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-15 20:09:20,382 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-15 20:09:20,382 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-15 20:09:20,382 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-15 20:09:20,382 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-15 20:09:20,382 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-15 20:09:20,382 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-15 20:09:20,382 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-15 20:09:20,382 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-15 20:09:20,383 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-15 20:09:20,383 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-15 20:09:20,383 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-15 20:09:20,383 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-15 20:09:20,383 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-15 20:09:20,383 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-15 20:09:20,383 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-15 20:09:20,383 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-15 20:09:20,383 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-15 20:09:20,383 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-15 20:09:20,383 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-15 20:09:20,383 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-15 20:09:20,383 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-15 20:09:20,383 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-15 20:09:20,384 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-15 20:09:20,384 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-15 20:09:20,385 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-15 20:09:20,390 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:09:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5c4675b5-f3d2-45fe-b09a-c3e7d8692d89 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-08-15 20:09:20,390 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-5c4675b5-f3d2-45fe-b09a-c3e7d8692d89 2018-08-15 20:09:20,390 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-08-15 20:09:20,783 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "16212b6aa60a4fd1b8194c834bae86bf", "name": "member"}, {"id": "eeb4436830d24515952401292b7cfc55", "name": "reader"}, {"id": "382a39dc50214187b99e809cf7222e3c", "name": "admin"}], "expires_at": "2018-08-15T21:09:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3688ea3a7924e1e8a441a00bd79aae5", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.37:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "54e3c320cc3142e9824c171afe58d5c6"}, {"url": "http://172.30.9.27:8080/v1/AUTH_a3688ea3a7924e1e8a441a00bd79aae5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d00250537b54114937846660f377ed1"}, {"url": "http://12.0.0.37:8080/v1/AUTH_a3688ea3a7924e1e8a441a00bd79aae5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c790cb26fd2345ae9bac8a014d10a446"}], "type": "object-store", "id": "17183633b8774ff6a53da32b47c89b3c", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94631698a9884eb1bf4cb245c6f37b80"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c23f2a003e874719a2f1c41f92405a45"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e97257b46cb8440080352cd841246c5d"}], "type": "cloudformation", "id": "2dec96c2934d43bdbe2e431ef0b53392", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "287c0315393e4b22a228912ca3b004cc"}, {"url": "http://192.30.9.3:8776/v3/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62769da517ac4f44b88a6118413b8c30"}, {"url": "http://192.30.9.3:8776/v3/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c0b30400cd648249ab0a6a17cf1ebc1"}], "type": "volumev3", "id": "363b885c3f174fbfb4f17da9d41f332d", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d6cb188f65e4f77bab04c3d99f9469f"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70f7ced028794432bef835264c84489c"}, {"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77dd5cfb1dac4b31b21d705ba420c355"}], "type": "network", "id": "51b7a44223114d149d5300ae5b6d97ae", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19071864a1b848cc93bca3b1e1955c3f"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bc0345e40a36459fbc009797a6517deb"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5c7966f4757438480f39866a31a0265"}], "type": "image", "id": "5540e06daad441aa911fd4cb4d76f8d3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "68ad1d76386d437089226a0562004a39", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "03f40cbac74c4aafb48b4dd360509f6a"}, {"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18ed3fa9a0894200abaf76b71abfd912"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3d96a0aa5c344cb8ba659332ed497e85"}], "type": "identity", "id": "8096ce39bbf24c1683621ee563324790", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f60ea793ee64fc9a3d9a2d2ad889bd0"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7c9770175fc45379f2c2d142062b2c3"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e944b22c50da41179f2e29ce558807c1"}], "type": "compute", "id": "b3040d5c7e224dbca86f421bddd758e1", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5aad7caa3e6f4a35b9abdf5d46190371"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8b8b8bcfb3b40e5be77e13a4d2dda19"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d33016e2f5be49c28efb9905db488d41"}], "type": "placement", "id": "bb3127ed06e54fda901ea2348ddb72da", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "576142509dfd46c591c5e83bed8ffcc7"}, {"url": "http://192.30.9.3:8776/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cabe2973ef9144da9850a630dd2aedd5"}, {"url": "http://172.30.9.27:8776/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eb71f3f602d443c9a8605a7ff2e8aa8e"}], "type": "volume", "id": "becfeedd42e344c085611f3c7c465a3f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.3:8004/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "156b8e560e534c82a1d320da86608a19"}, {"url": "http://192.30.9.3:8004/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59154cecf6a54eb08ecc63bf95dca042"}, {"url": "http://172.30.9.27:8004/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f3aa5c8697e449f99c2cfbe2a371cab7"}], "type": "orchestration", "id": "c4334130b6d54a75804fe3f11a3b9e3e", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "39db2ebb65ae42659440fd9845949a6c"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ad23d2a65e74e3c87b1488af1f9f9ac"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d07664cbebb49149819cf7a6b20edb4"}], "type": "alarming", "id": "d878aa5c6b584d53a039f6a680fb6e8b", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e2bb44b06c0412ab74e54984b5b26b5"}, {"url": "http://192.30.9.3:8776/v2/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86bcb5a76e6c464bb4d42c969584d6f2"}, {"url": "http://172.30.9.27:8776/v2/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a391eed816af4966b335005bfe580d70"}], "type": "volumev2", "id": "e16298e148f54e96a50a134ca797deff", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b54cb5b666f74b91b0244b5332fdb3e5"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcc892608bd341e084be203695f810d1"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e980066294c34eb6866e6c4735e84a62"}], "type": "metric", "id": "f3a07a22777a4405b7eaf44da2e73e19", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.27:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1f66095afa4b74b4f26d432f5bfa55"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8dd5f30cc334148a7ed9d5ab68eee9b"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bfe7dd54acd947899871700a40dd0244"}], "type": "event", "id": "f6e223543cae4d9bad10258b0a294f12", "name": "panko"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "9482390a0722494f8852b9f0e2b9de56"}, "audit_ids": ["3Wou9ZBxQxC7AhzWGJjznw"], "issued_at": "2018-08-15T20:09:20.000000Z"}} 2018-08-15 20:09:20,786 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-15 20:09:20,787 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}806b6dd50a60deccb1c5f386ae121a74ef42fb22" 2018-08-15 20:09:21,085 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-8bf5eec9-d02b-4896-ac09-da8d764da7f7 Date: Wed, 15 Aug 2018 20:09:21 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"fc8ca119-27ab-4070-99fa-a2993d11ee48","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d2c267e1fee9461ba5e64a915b9518f5","status":"ACTIVE","subnets":["3ef75223-733d-425d-bb3e-88e8a796bebc"],"description":"","tags":[],"updated_at":"2018-08-15T17:41:36Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"d2c267e1fee9461ba5e64a915b9518f5","created_at":"2018-08-15T17:16:26Z","provider:network_type":"flat"}]} 2018-08-15 20:09:21,085 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json?router%3Aexternal=True used request id req-8bf5eec9-d02b-4896-ac09-da8d764da7f7 2018-08-15 20:09:21,085 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.299295186996s 2018-08-15 20:09:21,086 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json?router%3Aexternal=True used request id req-8bf5eec9-d02b-4896-ac09-da8d764da7f7 2018-08-15 20:09:21,086 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-08-15 20:09:23,974 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-08-15 20:09:26,865 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | c30d1166-0607-4561-92ba-c7d4a0a9f2d1 | 2018-08-15T20:09:26.508778 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: c30d1166-0607-4561-92ba-c7d4a0a9f2d1 ~/.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-15 20:09:30,782 - 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-15 20:09:30,782 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-08-15 20:09:33,552 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-08-15 20:09:37,019 - 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=a37dcf80-91a5-4e3d-983f-483c1e43a1af) as the default verifier for the future CLI operations. 2018-08-15 20:09:40,237 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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-15 20:09:40,243 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 15 Aug 2018 20:09:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0e5a4d6c-4c12-4077-9fd5-622e34ecf276 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.27:5000/v3/", "rel": "self"}]}]}} 2018-08-15 20:09:40,243 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/ used request id req-0e5a4d6c-4c12-4077-9fd5-622e34ecf276 2018-08-15 20:09:40,245 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.services 2018-08-15 20:09:40,247 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.3: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-15 20:09:40,251 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 15 Aug 2018 20:09:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e7c554ca-5790-43a4-ac25-6a49ba340bf7 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.3:35357/v3/", "rel": "self"}]}]}} 2018-08-15 20:09:40,252 - keystoneauth.session - DEBUG - GET call to None for http://192.30.9.3:35357/ used request id req-e7c554ca-5790-43a4-ac25-6a49ba340bf7 2018-08-15 20:09:40,252 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.3: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}806b6dd50a60deccb1c5f386ae121a74ef42fb22" 2018-08-15 20:09:40,430 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:09:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9bd7136f-8cee-47f9-b075-bb5de1e20d81 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"services": [{"description": "Openstack Object-Store Service", "links": {"self": "http://192.30.9.3:35357/v3/services/17183633b8774ff6a53da32b47c89b3c"}, "enabled": true, "type": "object-store", "id": "17183633b8774ff6a53da32b47c89b3c", "name": "swift"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://192.30.9.3:35357/v3/services/2dec96c2934d43bdbe2e431ef0b53392"}, "enabled": true, "type": "cloudformation", "id": "2dec96c2934d43bdbe2e431ef0b53392", "name": "heat-cfn"}, {"description": "Cinder Service v3", "links": {"self": "http://192.30.9.3:35357/v3/services/363b885c3f174fbfb4f17da9d41f332d"}, "enabled": true, "type": "volumev3", "id": "363b885c3f174fbfb4f17da9d41f332d", "name": "cinderv3"}, {"description": "Neutron Networking Service", "links": {"self": "http://192.30.9.3:35357/v3/services/51b7a44223114d149d5300ae5b6d97ae"}, "enabled": true, "type": "network", "id": "51b7a44223114d149d5300ae5b6d97ae", "name": "neutron"}, {"description": "OpenStack Image Service", "links": {"self": "http://192.30.9.3:35357/v3/services/5540e06daad441aa911fd4cb4d76f8d3"}, "enabled": true, "type": "image", "id": "5540e06daad441aa911fd4cb4d76f8d3", "name": "glance"}, {"description": "Openstack Metering Service", "links": {"self": "http://192.30.9.3:35357/v3/services/68ad1d76386d437089226a0562004a39"}, "enabled": true, "type": "metering", "id": "68ad1d76386d437089226a0562004a39", "name": "ceilometer"}, {"description": "OpenStack Identity Service", "links": {"self": "http://192.30.9.3:35357/v3/services/8096ce39bbf24c1683621ee563324790"}, "enabled": true, "type": "identity", "id": "8096ce39bbf24c1683621ee563324790", "name": "keystone"}, {"description": "Openstack Compute Service", "links": {"self": "http://192.30.9.3:35357/v3/services/b3040d5c7e224dbca86f421bddd758e1"}, "enabled": true, "type": "compute", "id": "b3040d5c7e224dbca86f421bddd758e1", "name": "nova"}, {"description": "Openstack Placement Service", "links": {"self": "http://192.30.9.3:35357/v3/services/bb3127ed06e54fda901ea2348ddb72da"}, "enabled": true, "type": "placement", "id": "bb3127ed06e54fda901ea2348ddb72da", "name": "placement"}, {"description": "Cinder Service", "links": {"self": "http://192.30.9.3:35357/v3/services/becfeedd42e344c085611f3c7c465a3f"}, "enabled": true, "type": "volume", "id": "becfeedd42e344c085611f3c7c465a3f", "name": "cinder"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://192.30.9.3:35357/v3/services/c4334130b6d54a75804fe3f11a3b9e3e"}, "enabled": true, "type": "orchestration", "id": "c4334130b6d54a75804fe3f11a3b9e3e", "name": "heat"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://192.30.9.3:35357/v3/services/d878aa5c6b584d53a039f6a680fb6e8b"}, "enabled": true, "type": "alarming", "id": "d878aa5c6b584d53a039f6a680fb6e8b", "name": "aodh"}, {"description": "Cinder Service v2", "links": {"self": "http://192.30.9.3:35357/v3/services/e16298e148f54e96a50a134ca797deff"}, "enabled": true, "type": "volumev2", "id": "e16298e148f54e96a50a134ca797deff", "name": "cinderv2"}, {"description": "OpenStack Metric Service", "links": {"self": "http://192.30.9.3:35357/v3/services/f3a07a22777a4405b7eaf44da2e73e19"}, "enabled": true, "type": "metric", "id": "f3a07a22777a4405b7eaf44da2e73e19", "name": "gnocchi"}, {"description": "OpenStack Event Service", "links": {"self": "http://192.30.9.3:35357/v3/services/f6e223543cae4d9bad10258b0a294f12"}, "enabled": true, "type": "event", "id": "f6e223543cae4d9bad10258b0a294f12", "name": "panko"}], "links": {"self": "http://192.30.9.3:35357/v3/services", "previous": null, "next": null}} 2018-08-15 20:09:40,430 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.3:35357/v3/services used request id req-9bd7136f-8cee-47f9-b075-bb5de1e20d81 2018-08-15 20:09:40,430 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.services in 0.185095071793s 2018-08-15 20:09:40,431 - shade.request_ids - DEBUG - GET call to identity for http://192.30.9.3:35357/v3/services used request id req-9bd7136f-8cee-47f9-b075-bb5de1e20d81 2018-08-15 20:09:40,436 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.extensions 2018-08-15 20:09:40,437 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}806b6dd50a60deccb1c5f386ae121a74ef42fb22" 2018-08-15 20:09:40,700 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 8761 X-Openstack-Request-Id: req-8a51e739-fa15-400e-9cba-90cb33e63115 Date: Wed, 15 Aug 2018 20:09:40 GMT RESP BODY: {"extensions": [{"alias": "default-subnetpools", "updated": "2016-02-18T18:00:00-00:00", "name": "Default Subnetpools", "links": [], "description": "Provides ability to mark and use a subnetpool as the default."}, {"alias": "network-ip-availability", "updated": "2015-09-24T00:00:00-00:00", "name": "Network IP Availability", "links": [], "description": "Provides IP availability data for each network and subnet."}, {"alias": "network_availability_zone", "updated": "2015-01-01T10:00:00-00:00", "name": "Network Availability Zone", "links": [], "description": "Availability zone support for network."}, {"alias": "auto-allocated-topology", "updated": "2016-01-01T00:00:00-00:00", "name": "Auto Allocated Topology Services", "links": [], "description": "Auto Allocated Topology Services."}, {"alias": "ext-gw-mode", "updated": "2013-03-28T10:00:00-00:00", "name": "Neutron L3 Configurable external gateway mode", "links": [], "description": "Extension of the router abstraction for specifying whether SNAT should occur on the external gateway"}, {"alias": "binding", "updated": "2014-02-03T10:00:00-00:00", "name": "Port Binding", "links": [], "description": "Expose port bindings of a virtual port to external application"}, {"alias": "agent", "updated": "2013-02-03T10:00:00-00:00", "name": "agent", "links": [], "description": "The agent management extension."}, {"alias": "subnet_allocation", "updated": "2015-03-30T10:00:00-00:00", "name": "Subnet Allocation", "links": [], "description": "Enables allocation of subnets from a subnet pool"}, {"alias": "dhcp_agent_scheduler", "updated": "2013-02-07T10:00:00-00:00", "name": "DHCP Agent Scheduler", "links": [], "description": "Schedule networks among dhcp agents"}, {"alias": "trunk-details", "updated": "2016-01-01T10:00:00-00:00", "name": "Trunk port details", "links": [], "description": "Expose trunk port details"}, {"alias": "external-net", "updated": "2013-01-14T10:00:00-00:00", "name": "Neutron external network", "links": [], "description": "Adds external network attribute to network resource."}, {"alias": "flavors", "updated": "2015-09-17T10:00:00-00:00", "name": "Neutron Service Flavors", "links": [], "description": "Flavor specification for Neutron advanced services."}, {"alias": "net-mtu", "updated": "2015-03-25T10:00:00-00:00", "name": "Network MTU", "links": [], "description": "Provides MTU attribute for a network resource."}, {"alias": "availability_zone", "updated": "2015-01-01T10:00:00-00:00", "name": "Availability Zone", "links": [], "description": "The availability zone extension."}, {"alias": "quotas", "updated": "2012-07-29T10:00:00-00:00", "name": "Quota management support", "links": [], "description": "Expose functions for quotas management per tenant"}, {"alias": "standard-attr-tag", "updated": "2017-01-01T00:00:00-00:00", "name": "Tag support for resources with standard attribute: subnet, trunk, router, network, policy, subnetpool, port, security_group, floatingip", "links": [], "description": "Enables to set tag on resources with standard attribute."}, {"alias": "availability_zone_filter", "updated": "2018-06-22T10:00:00-00:00", "name": "Availability Zone Filter Extension", "links": [], "description": "Add filter parameters to AvailabilityZone resource"}, {"alias": "revision-if-match", "updated": "2016-12-11T00:00:00-00:00", "name": "If-Match constraints based on revision_number", "links": [], "description": "Extension indicating that If-Match based on revision_number is supported."}, {"alias": "provider", "updated": "2012-09-07T10:00:00-00:00", "name": "Provider Network", "links": [], "description": "Expose mapping of virtual networks to physical networks"}, {"alias": "multi-provider", "updated": "2013-06-27T10:00:00-00:00", "name": "Multi Provider Network", "links": [], "description": "Expose mapping of virtual networks to multiple physical networks"}, {"alias": "quota_details", "updated": "2017-02-10T10:00:00-00:00", "name": "Quota details management support", "links": [], "description": "Expose functions for quotas usage statistics per project"}, {"alias": "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-15 20:09:40,700 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/extensions.json used request id req-8a51e739-fa15-400e-9cba-90cb33e63115 2018-08-15 20:09:40,701 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.extensions in 0.264121055603s 2018-08-15 20:09:40,701 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/extensions.json used request id req-8a51e739-fa15-400e-9cba-90cb33e63115 2018-08-15 20:09:40,709 - xtesting.ci.run_tests - INFO - Skipping test case 'barbican'... 2018-08-15 20:09:40,709 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | barbican | functest | 00:00 | SKIP | +-------------------+------------------+------------------+----------------+ 2018-08-15 20:09:40,714 - xtesting.ci.run_tests - INFO - Xtesting report: +------------------------------------+------------------+---------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +------------------------------------+------------------+---------------+------------------+----------------+ | tempest_smoke | functest | smoke | 05:01 | PASS | | neutron-tempest-plugin-api | functest | smoke | 11:50 | FAIL | | rally_sanity | functest | smoke | 23:49 | FAIL | | patrole | functest | smoke | 02:12 | PASS | | vmtp | functest | smoke | 41:22 | FAIL | | shaker | functest | smoke | 65:14 | FAIL | | snaps_smoke | functest | smoke | 00:00 | SKIP | | neutron_trunk | functest | smoke | 02:19 | 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-15 20:09:40,727 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-08-15 20:09:40,820 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-15 20:10:03,679 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-217 | | 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-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-08-15 20:10:03,682 - 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.27,192.30.9.3 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.27:5000/v3 export NOVA_VERSION=1.1 export OS_IMAGE_API_VERSION=2 export OS_PASSWORD=FMfwvrhst6RbZfu2twnvQFWIY 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=a3688ea3a7924e1e8a441a00bd79aae5 export OS_TENANT_NAME=admin export SDN_CONTROLLER_IP=192.30.9.3 export SDN_CONTROLLER_PASSWORD=avMoou4QiOpIb2fI0RWsCs3Kb export OS_REGION_NAME=regionOne 2018-08-15 20:10:03,682 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-08-15 20:10:03,683 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+---------------------+-------------------+ | TIERS | ORDER | DESCRIPTION | TESTCASES | +---------------+---------------+---------------------+-------------------+ +---------------+---------------+---------------------+-------------------+ 2018-08-15 20:10:03,683 - 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 | | vgpu | functest | features | 00:00 | SKIP | +-----------------------------+------------------------+------------------+------------------+----------------+ 2018-08-15 20:10:03,686 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-08-15 20:10:38,448 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-217 | | 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-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-08-15 20:10:38,454 - 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.27,192.30.9.3 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.27:5000/v3 export NOVA_VERSION=1.1 export OS_IMAGE_API_VERSION=2 export OS_PASSWORD=FMfwvrhst6RbZfu2twnvQFWIY 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=a3688ea3a7924e1e8a441a00bd79aae5 export OS_TENANT_NAME=admin export SDN_CONTROLLER_IP=192.30.9.3 export SDN_CONTROLLER_PASSWORD=avMoou4QiOpIb2fI0RWsCs3Kb export OS_REGION_NAME=regionOne 2018-08-15 20:10:38,454 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-08-15 20:10:38,455 - 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-15 20:10:38,476 - xtesting.ci.run_tests - INFO - Loading test case 'cloudify'... 2018-08-15 20:10:38,902 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-15 20:10:38,903 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-15 20:10:38,903 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-15 20:10:38,903 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-15 20:10:38,903 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-15 20:10:38,903 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-15 20:10:38,903 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-15 20:10:38,903 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-15 20:10:38,903 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-15 20:10:38,903 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-15 20:10:38,903 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-15 20:10:38,903 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-15 20:10:38,903 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-15 20:10:38,903 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-15 20:10:38,903 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-15 20:10:38,903 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-15 20:10:38,903 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-15 20:10:38,903 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-15 20:10:38,903 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-15 20:10:38,903 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-15 20:10:38,903 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-15 20:10:38,908 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-15 20:10:38,909 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-15 20:10:38,915 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:10:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3e4a6b76-6d93-461b-ab01-80c47819f63c Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-08-15 20:10:38,916 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-3e4a6b76-6d93-461b-ab01-80c47819f63c 2018-08-15 20:10:38,916 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-08-15 20:10:39,338 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "16212b6aa60a4fd1b8194c834bae86bf", "name": "member"}, {"id": "eeb4436830d24515952401292b7cfc55", "name": "reader"}, {"id": "382a39dc50214187b99e809cf7222e3c", "name": "admin"}], "expires_at": "2018-08-15T21:10:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3688ea3a7924e1e8a441a00bd79aae5", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.37:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "54e3c320cc3142e9824c171afe58d5c6"}, {"url": "http://172.30.9.27:8080/v1/AUTH_a3688ea3a7924e1e8a441a00bd79aae5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d00250537b54114937846660f377ed1"}, {"url": "http://12.0.0.37:8080/v1/AUTH_a3688ea3a7924e1e8a441a00bd79aae5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c790cb26fd2345ae9bac8a014d10a446"}], "type": "object-store", "id": "17183633b8774ff6a53da32b47c89b3c", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94631698a9884eb1bf4cb245c6f37b80"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c23f2a003e874719a2f1c41f92405a45"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e97257b46cb8440080352cd841246c5d"}], "type": "cloudformation", "id": "2dec96c2934d43bdbe2e431ef0b53392", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "287c0315393e4b22a228912ca3b004cc"}, {"url": "http://192.30.9.3:8776/v3/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62769da517ac4f44b88a6118413b8c30"}, {"url": "http://192.30.9.3:8776/v3/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c0b30400cd648249ab0a6a17cf1ebc1"}], "type": "volumev3", "id": "363b885c3f174fbfb4f17da9d41f332d", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d6cb188f65e4f77bab04c3d99f9469f"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70f7ced028794432bef835264c84489c"}, {"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77dd5cfb1dac4b31b21d705ba420c355"}], "type": "network", "id": "51b7a44223114d149d5300ae5b6d97ae", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19071864a1b848cc93bca3b1e1955c3f"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bc0345e40a36459fbc009797a6517deb"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5c7966f4757438480f39866a31a0265"}], "type": "image", "id": "5540e06daad441aa911fd4cb4d76f8d3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "68ad1d76386d437089226a0562004a39", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "03f40cbac74c4aafb48b4dd360509f6a"}, {"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18ed3fa9a0894200abaf76b71abfd912"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3d96a0aa5c344cb8ba659332ed497e85"}], "type": "identity", "id": "8096ce39bbf24c1683621ee563324790", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f60ea793ee64fc9a3d9a2d2ad889bd0"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7c9770175fc45379f2c2d142062b2c3"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e944b22c50da41179f2e29ce558807c1"}], "type": "compute", "id": "b3040d5c7e224dbca86f421bddd758e1", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5aad7caa3e6f4a35b9abdf5d46190371"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8b8b8bcfb3b40e5be77e13a4d2dda19"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d33016e2f5be49c28efb9905db488d41"}], "type": "placement", "id": "bb3127ed06e54fda901ea2348ddb72da", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "576142509dfd46c591c5e83bed8ffcc7"}, {"url": "http://192.30.9.3:8776/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cabe2973ef9144da9850a630dd2aedd5"}, {"url": "http://172.30.9.27:8776/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eb71f3f602d443c9a8605a7ff2e8aa8e"}], "type": "volume", "id": "becfeedd42e344c085611f3c7c465a3f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.3:8004/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "156b8e560e534c82a1d320da86608a19"}, {"url": "http://192.30.9.3:8004/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59154cecf6a54eb08ecc63bf95dca042"}, {"url": "http://172.30.9.27:8004/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f3aa5c8697e449f99c2cfbe2a371cab7"}], "type": "orchestration", "id": "c4334130b6d54a75804fe3f11a3b9e3e", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "39db2ebb65ae42659440fd9845949a6c"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ad23d2a65e74e3c87b1488af1f9f9ac"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d07664cbebb49149819cf7a6b20edb4"}], "type": "alarming", "id": "d878aa5c6b584d53a039f6a680fb6e8b", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e2bb44b06c0412ab74e54984b5b26b5"}, {"url": "http://192.30.9.3:8776/v2/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86bcb5a76e6c464bb4d42c969584d6f2"}, {"url": "http://172.30.9.27:8776/v2/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a391eed816af4966b335005bfe580d70"}], "type": "volumev2", "id": "e16298e148f54e96a50a134ca797deff", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b54cb5b666f74b91b0244b5332fdb3e5"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcc892608bd341e084be203695f810d1"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e980066294c34eb6866e6c4735e84a62"}], "type": "metric", "id": "f3a07a22777a4405b7eaf44da2e73e19", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.27:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1f66095afa4b74b4f26d432f5bfa55"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8dd5f30cc334148a7ed9d5ab68eee9b"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bfe7dd54acd947899871700a40dd0244"}], "type": "event", "id": "f6e223543cae4d9bad10258b0a294f12", "name": "panko"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "9482390a0722494f8852b9f0e2b9de56"}, "audit_ids": ["_Uv4Hm5uQTq6XrWE9eo0qw"], "issued_at": "2018-08-15T20:10:39.000000Z"}} 2018-08-15 20:10:39,341 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-15 20:10:39,342 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}694f65bf7ca219fddddb59d70fdf707cd8900483" 2018-08-15 20:10:39,708 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-b4bbe0ad-7e83-4ace-a1d9-33f26b4861a0 Date: Wed, 15 Aug 2018 20:10:39 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"fc8ca119-27ab-4070-99fa-a2993d11ee48","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d2c267e1fee9461ba5e64a915b9518f5","status":"ACTIVE","subnets":["3ef75223-733d-425d-bb3e-88e8a796bebc"],"description":"","tags":[],"updated_at":"2018-08-15T17:41:36Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"d2c267e1fee9461ba5e64a915b9518f5","created_at":"2018-08-15T17:16:26Z","provider:network_type":"flat"}]} 2018-08-15 20:10:39,708 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json?router%3Aexternal=True used request id req-b4bbe0ad-7e83-4ace-a1d9-33f26b4861a0 2018-08-15 20:10:39,708 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.367008924484s 2018-08-15 20:10:39,709 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json?router%3Aexternal=True used request id req-b4bbe0ad-7e83-4ace-a1d9-33f26b4861a0 2018-08-15 20:10:39,717 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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-15 20:10:39,722 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 15 Aug 2018 20:10:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2dd04f3f-e095-400b-aef1-fb9dbe2d8673 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.27:5000/v3/", "rel": "self"}]}]}} 2018-08-15 20:10:39,723 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/ used request id req-2dd04f3f-e095-400b-aef1-fb9dbe2d8673 2018-08-15 20:10:39,723 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-15 20:10:39,726 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}694f65bf7ca219fddddb59d70fdf707cd8900483" 2018-08-15 20:10:39,921 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:10:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6683b251-3002-409f-bd7f-922f6fb929dd Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}, {"description": "", "links": {"self": "http://172.30.9.27:5000/v3/domains/e4bd2a4e6bb349a78f956295c49df949"}, "tags": [], "enabled": true, "id": "e4bd2a4e6bb349a78f956295c49df949", "name": "heat_stack"}], "links": {"self": "http://172.30.9.27:5000/v3/domains", "previous": null, "next": null}} 2018-08-15 20:10:39,921 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains used request id req-6683b251-3002-409f-bd7f-922f6fb929dd 2018-08-15 20:10:39,922 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.198030948639s 2018-08-15 20:10:39,922 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains used request id req-6683b251-3002-409f-bd7f-922f6fb929dd 2018-08-15 20:10:39,929 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-15 20:10:39,932 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}694f65bf7ca219fddddb59d70fdf707cd8900483" -d '{"project": {"description": "Created by OPNFV Functest: cloudify", "enabled": true, "domain_id": "default", "name": "cloudify-project_953759b1-b60f-4be9-b61c-b438c5b3c5e2"}}' 2018-08-15 20:10:40,148 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 15 Aug 2018 20:10:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6ce372e0-0a5a-4f04-8a5d-af7c4e1ff420 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.27:5000/v3/projects/56d23d475b1940009ec8c0a045979522"}, "tags": [], "enabled": true, "id": "56d23d475b1940009ec8c0a045979522", "parent_id": "default", "domain_id": "default", "name": "cloudify-project_953759b1-b60f-4be9-b61c-b438c5b3c5e2"}} 2018-08-15 20:10:40,148 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-6ce372e0-0a5a-4f04-8a5d-af7c4e1ff420 2018-08-15 20:10:40,148 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.219046115875s 2018-08-15 20:10:40,148 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-6ce372e0-0a5a-4f04-8a5d-af7c4e1ff420 2018-08-15 20:10:40,149 - 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'56d23d475b1940009ec8c0a045979522', '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_953759b1-b60f-4be9-b61c-b438c5b3c5e2'}) 2018-08-15 20:10:40,155 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-15 20:10:40,158 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}694f65bf7ca219fddddb59d70fdf707cd8900483" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "71b1c3cb-694d-495c-9749-6afa38670cc6", "email": null, "name": "cloudify-user_953759b1-b60f-4be9-b61c-b438c5b3c5e2"}}' 2018-08-15 20:10:40,525 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 15 Aug 2018 20:10:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a94d0855-25e2-4f26-a84b-3bde92d5502a Content-Length: 323 Content-Type: application/json RESP BODY: {"user": {"name": "cloudify-user_953759b1-b60f-4be9-b61c-b438c5b3c5e2", "links": {"self": "http://172.30.9.27:5000/v3/users/82b63cd4f2254481bb6058c2929854a4"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "82b63cd4f2254481bb6058c2929854a4", "domain_id": "default", "password_expires_at": null}} 2018-08-15 20:10:40,526 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/users used request id req-a94d0855-25e2-4f26-a84b-3bde92d5502a 2018-08-15 20:10:40,526 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.370661020279s 2018-08-15 20:10:40,526 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/users used request id req-a94d0855-25e2-4f26-a84b-3bde92d5502a 2018-08-15 20:10:40,527 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'82b63cd4f2254481bb6058c2929854a4', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'cloudify-user_953759b1-b60f-4be9-b61c-b438c5b3c5e2'}) 2018-08-15 20:10:40,530 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-15 20:10:40,534 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}694f65bf7ca219fddddb59d70fdf707cd8900483" 2018-08-15 20:10:40,725 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:10:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0abb035f-4aad-451a-b8cb-84b7f0a75bb3 Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "021fd4a1fb8b483eb2264cbf5b321379", "links": {"self": "http://172.30.9.27:5000/v3/roles/021fd4a1fb8b483eb2264cbf5b321379"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "16212b6aa60a4fd1b8194c834bae86bf", "links": {"self": "http://172.30.9.27:5000/v3/roles/16212b6aa60a4fd1b8194c834bae86bf"}, "name": "member"}, {"domain_id": null, "id": "1c1e1015ce2644848f1430e3bb28531b", "links": {"self": "http://172.30.9.27:5000/v3/roles/1c1e1015ce2644848f1430e3bb28531b"}, "name": "swiftoperator"}, {"domain_id": null, "id": "382a39dc50214187b99e809cf7222e3c", "links": {"self": "http://172.30.9.27:5000/v3/roles/382a39dc50214187b99e809cf7222e3c"}, "name": "admin"}, {"domain_id": null, "id": "9aed22da25b945dda36dee6e40a0785d", "links": {"self": "http://172.30.9.27:5000/v3/roles/9aed22da25b945dda36dee6e40a0785d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "eeb4436830d24515952401292b7cfc55", "links": {"self": "http://172.30.9.27:5000/v3/roles/eeb4436830d24515952401292b7cfc55"}, "name": "reader"}]} 2018-08-15 20:10:40,726 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-0abb035f-4aad-451a-b8cb-84b7f0a75bb3 2018-08-15 20:10:40,726 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.195239067078s 2018-08-15 20:10:40,726 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-0abb035f-4aad-451a-b8cb-84b7f0a75bb3 2018-08-15 20:10:40,733 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-15 20:10:40,736 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}694f65bf7ca219fddddb59d70fdf707cd8900483" 2018-08-15 20:10:41,005 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:10:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fe06bde1-73a4-4fc3-9870-fe62db6a7293 Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "021fd4a1fb8b483eb2264cbf5b321379", "links": {"self": "http://172.30.9.27:5000/v3/roles/021fd4a1fb8b483eb2264cbf5b321379"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "16212b6aa60a4fd1b8194c834bae86bf", "links": {"self": "http://172.30.9.27:5000/v3/roles/16212b6aa60a4fd1b8194c834bae86bf"}, "name": "member"}, {"domain_id": null, "id": "1c1e1015ce2644848f1430e3bb28531b", "links": {"self": "http://172.30.9.27:5000/v3/roles/1c1e1015ce2644848f1430e3bb28531b"}, "name": "swiftoperator"}, {"domain_id": null, "id": "382a39dc50214187b99e809cf7222e3c", "links": {"self": "http://172.30.9.27:5000/v3/roles/382a39dc50214187b99e809cf7222e3c"}, "name": "admin"}, {"domain_id": null, "id": "9aed22da25b945dda36dee6e40a0785d", "links": {"self": "http://172.30.9.27:5000/v3/roles/9aed22da25b945dda36dee6e40a0785d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "eeb4436830d24515952401292b7cfc55", "links": {"self": "http://172.30.9.27:5000/v3/roles/eeb4436830d24515952401292b7cfc55"}, "name": "reader"}]} 2018-08-15 20:10:41,005 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-fe06bde1-73a4-4fc3-9870-fe62db6a7293 2018-08-15 20:10:41,005 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.272183895111s 2018-08-15 20:10:41,006 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-fe06bde1-73a4-4fc3-9870-fe62db6a7293 2018-08-15 20:10:41,012 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-15 20:10:41,016 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}694f65bf7ca219fddddb59d70fdf707cd8900483" 2018-08-15 20:10:41,116 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:10:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-485d5866-40c0-4685-a9d0-f85f60e2c756 Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "021fd4a1fb8b483eb2264cbf5b321379", "links": {"self": "http://172.30.9.27:5000/v3/roles/021fd4a1fb8b483eb2264cbf5b321379"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "16212b6aa60a4fd1b8194c834bae86bf", "links": {"self": "http://172.30.9.27:5000/v3/roles/16212b6aa60a4fd1b8194c834bae86bf"}, "name": "member"}, {"domain_id": null, "id": "1c1e1015ce2644848f1430e3bb28531b", "links": {"self": "http://172.30.9.27:5000/v3/roles/1c1e1015ce2644848f1430e3bb28531b"}, "name": "swiftoperator"}, {"domain_id": null, "id": "382a39dc50214187b99e809cf7222e3c", "links": {"self": "http://172.30.9.27:5000/v3/roles/382a39dc50214187b99e809cf7222e3c"}, "name": "admin"}, {"domain_id": null, "id": "9aed22da25b945dda36dee6e40a0785d", "links": {"self": "http://172.30.9.27:5000/v3/roles/9aed22da25b945dda36dee6e40a0785d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "eeb4436830d24515952401292b7cfc55", "links": {"self": "http://172.30.9.27:5000/v3/roles/eeb4436830d24515952401292b7cfc55"}, "name": "reader"}]} 2018-08-15 20:10:41,116 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-485d5866-40c0-4685-a9d0-f85f60e2c756 2018-08-15 20:10:41,116 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.104654073715s 2018-08-15 20:10:41,117 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-485d5866-40c0-4685-a9d0-f85f60e2c756 2018-08-15 20:10:41,122 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-15 20:10:41,125 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}694f65bf7ca219fddddb59d70fdf707cd8900483" 2018-08-15 20:10:41,224 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:10:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-82f9eeb0-6934-450e-9ab7-6f58b0c6c49e Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-15 20:10:41,224 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-82f9eeb0-6934-450e-9ab7-6f58b0c6c49e 2018-08-15 20:10:41,224 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.102087020874s 2018-08-15 20:10:41,224 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-82f9eeb0-6934-450e-9ab7-6f58b0c6c49e 2018-08-15 20:10:41,225 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-15 20:10:41,229 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}694f65bf7ca219fddddb59d70fdf707cd8900483" 2018-08-15 20:10:41,427 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:10:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-100d0da4-2c37-4078-b936-d2c105b833f7 Content-Encoding: gzip Content-Length: 836 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/033f0039d025473a84de241284491a58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "033f0039d025473a84de241284491a58", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/2422d0f285314705b46615565d3917fe"}, "domain_id": "e4bd2a4e6bb349a78f956295c49df949", "enabled": true, "options": {}, "id": "2422d0f285314705b46615565d3917fe", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/2cc8b8ad456045c2a30e4360994a4487"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2cc8b8ad456045c2a30e4360994a4487", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/3c466aad8ead4318838e33dd234eb81d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3c466aad8ead4318838e33dd234eb81d", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/56e811cfd4b242068dd78826118576f4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "56e811cfd4b242068dd78826118576f4", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6fad7e5ef0254b2a9cdb215018bcab91"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6fad7e5ef0254b2a9cdb215018bcab91", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.27:5000/v3/users/7d91ea49860f4c2a8deabf649cf4ed37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d91ea49860f4c2a8deabf649cf4ed37", "email": "panko@localhost", "password_expires_at": null}, {"name": "cloudify-user_953759b1-b60f-4be9-b61c-b438c5b3c5e2", "links": {"self": "http://172.30.9.27:5000/v3/users/82b63cd4f2254481bb6058c2929854a4"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "82b63cd4f2254481bb6058c2929854a4", "domain_id": "default", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/8f968cf4475249f6abf2422d6dd7425f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8f968cf4475249f6abf2422d6dd7425f", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/9482390a0722494f8852b9f0e2b9de56"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9482390a0722494f8852b9f0e2b9de56", "email": "admin@example.com", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.27:5000/v3/users/a36076122cea45c6b3e4aa67c4ca811d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a36076122cea45c6b3e4aa67c4ca811d", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/acda52409b024c95bc0facaa98dbc356"}, "domain_id": "default", "enabled": true, "options": {}, "id": "acda52409b024c95bc0facaa98dbc356", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/b193f8790ad94e46993d7eb01f623f51"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b193f8790ad94e46993d7eb01f623f51", "email": "cinder@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/dba024f1937f490cae2e437356a668d7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dba024f1937f490cae2e437356a668d7", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/e6d2649e935e4b8db8107d76bfb30c3a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e6d2649e935e4b8db8107d76bfb30c3a", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-08-15 20:10:41,427 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-100d0da4-2c37-4078-b936-d2c105b833f7 2018-08-15 20:10:41,427 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.201774120331s 2018-08-15 20:10:41,428 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-100d0da4-2c37-4078-b936-d2c105b833f7 2018-08-15 20:10:41,440 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-15 20:10:41,442 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}694f65bf7ca219fddddb59d70fdf707cd8900483" 2018-08-15 20:10:41,626 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:10:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9a9b3422-1afd-42cc-b469-23e0256261d5 Content-Encoding: gzip Content-Length: 395 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/a3688ea3a7924e1e8a441a00bd79aae5"}, "tags": [], "enabled": true, "id": "a3688ea3a7924e1e8a441a00bd79aae5", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: cloudify", "links": {"self": "http://172.30.9.27:5000/v3/projects/56d23d475b1940009ec8c0a045979522"}, "tags": [], "enabled": true, "id": "56d23d475b1940009ec8c0a045979522", "parent_id": "default", "domain_id": "default", "name": "cloudify-project_953759b1-b60f-4be9-b61c-b438c5b3c5e2"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.27:5000/v3/projects/d2c267e1fee9461ba5e64a915b9518f5"}, "tags": [], "enabled": true, "id": "d2c267e1fee9461ba5e64a915b9518f5", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-08-15 20:10:41,626 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-9a9b3422-1afd-42cc-b469-23e0256261d5 2018-08-15 20:10:41,626 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.186553001404s 2018-08-15 20:10:41,627 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-9a9b3422-1afd-42cc-b469-23e0256261d5 2018-08-15 20:10:41,633 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-15 20:10:41,637 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:5000/v3/role_assignments?user.id=82b63cd4f2254481bb6058c2929854a4&role.id=16212b6aa60a4fd1b8194c834bae86bf&scope.project.id=56d23d475b1940009ec8c0a045979522" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}694f65bf7ca219fddddb59d70fdf707cd8900483" 2018-08-15 20:10:41,732 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:10:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c34ba0c3-8a70-42a9-8568-211cd7c40903 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.27:5000/v3/role_assignments?user.id=82b63cd4f2254481bb6058c2929854a4&role.id=16212b6aa60a4fd1b8194c834bae86bf&scope.project.id=56d23d475b1940009ec8c0a045979522", "previous": null, "next": null}} 2018-08-15 20:10:41,732 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=82b63cd4f2254481bb6058c2929854a4&role.id=16212b6aa60a4fd1b8194c834bae86bf&scope.project.id=56d23d475b1940009ec8c0a045979522 used request id req-c34ba0c3-8a70-42a9-8568-211cd7c40903 2018-08-15 20:10:41,732 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.0990931987762s 2018-08-15 20:10:41,733 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=82b63cd4f2254481bb6058c2929854a4&role.id=16212b6aa60a4fd1b8194c834bae86bf&scope.project.id=56d23d475b1940009ec8c0a045979522 used request id req-c34ba0c3-8a70-42a9-8568-211cd7c40903 2018-08-15 20:10:41,736 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-15 20:10:41,739 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:5000/v3/projects/56d23d475b1940009ec8c0a045979522/users/82b63cd4f2254481bb6058c2929854a4/roles/16212b6aa60a4fd1b8194c834bae86bf -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}694f65bf7ca219fddddb59d70fdf707cd8900483" 2018-08-15 20:10:41,876 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 15 Aug 2018 20:10:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9f6f3bed-dbd8-4642-8147-5c869af94571 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-15 20:10:41,876 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/56d23d475b1940009ec8c0a045979522/users/82b63cd4f2254481bb6058c2929854a4/roles/16212b6aa60a4fd1b8194c834bae86bf used request id req-9f6f3bed-dbd8-4642-8147-5c869af94571 2018-08-15 20:10:41,877 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.140464067459s 2018-08-15 20:10:41,877 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/56d23d475b1940009ec8c0a045979522/users/82b63cd4f2254481bb6058c2929854a4/roles/16212b6aa60a4fd1b8194c834bae86bf used request id req-9f6f3bed-dbd8-4642-8147-5c869af94571 2018-08-15 20:10:41,877 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'cloudify-project_953759b1-b60f-4be9-b61c-b438c5b3c5e2', 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'56d23d475b1940009ec8c0a045979522', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '71b1c3cb-694d-495c-9749-6afa38670cc6', 'username': u'cloudify-user_953759b1-b60f-4be9-b61c-b438c5b3c5e2', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.27:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-08-15 20:10:41,879 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-15 20:10:41,879 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-15 20:10:41,879 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-15 20:10:41,879 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-15 20:10:41,879 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-15 20:10:41,879 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-15 20:10:41,880 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-15 20:10:41,880 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-15 20:10:41,880 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-15 20:10:41,880 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-15 20:10:41,880 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-15 20:10:41,880 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-15 20:10:41,880 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-15 20:10:41,880 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-15 20:10:41,880 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-15 20:10:41,881 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-15 20:10:41,881 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-15 20:10:41,881 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-15 20:10:41,881 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-15 20:10:41,881 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-15 20:10:41,881 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-15 20:10:41,881 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-15 20:10:41,883 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'cloudify-user_953759b1-b60f-4be9-b61c-b438c5b3c5e2', 'password': '71b1c3cb-694d-495c-9749-6afa38670cc6', 'project_name': 'cloudify-project_953759b1-b60f-4be9-b61c-b438c5b3c5e2', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.27:5000/v3', 'project_id': '56d23d475b1940009ec8c0a045979522', 'project_domain_name': 'Default'} 2018-08-15 20:10:41,884 - xtesting.ci.run_tests - INFO - Running test case 'cloudify'... 2018-08-15 20:10:41,885 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-15 20:10:41,891 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:10:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f71d3a03-6c2f-4e99-b045-07facb40764f Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-08-15 20:10:41,892 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-f71d3a03-6c2f-4e99-b045-07facb40764f 2018-08-15 20:10:41,892 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-08-15 20:10:42,283 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "16212b6aa60a4fd1b8194c834bae86bf", "name": "member"}, {"id": "eeb4436830d24515952401292b7cfc55", "name": "reader"}], "expires_at": "2018-08-15T21:10:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "56d23d475b1940009ec8c0a045979522", "name": "cloudify-project_953759b1-b60f-4be9-b61c-b438c5b3c5e2"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.37:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "54e3c320cc3142e9824c171afe58d5c6"}, {"url": "http://172.30.9.27:8080/v1/AUTH_56d23d475b1940009ec8c0a045979522", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d00250537b54114937846660f377ed1"}, {"url": "http://12.0.0.37:8080/v1/AUTH_56d23d475b1940009ec8c0a045979522", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c790cb26fd2345ae9bac8a014d10a446"}], "type": "object-store", "id": "17183633b8774ff6a53da32b47c89b3c", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94631698a9884eb1bf4cb245c6f37b80"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c23f2a003e874719a2f1c41f92405a45"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e97257b46cb8440080352cd841246c5d"}], "type": "cloudformation", "id": "2dec96c2934d43bdbe2e431ef0b53392", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/56d23d475b1940009ec8c0a045979522", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "287c0315393e4b22a228912ca3b004cc"}, {"url": "http://192.30.9.3:8776/v3/56d23d475b1940009ec8c0a045979522", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62769da517ac4f44b88a6118413b8c30"}, {"url": "http://192.30.9.3:8776/v3/56d23d475b1940009ec8c0a045979522", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c0b30400cd648249ab0a6a17cf1ebc1"}], "type": "volumev3", "id": "363b885c3f174fbfb4f17da9d41f332d", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d6cb188f65e4f77bab04c3d99f9469f"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70f7ced028794432bef835264c84489c"}, {"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77dd5cfb1dac4b31b21d705ba420c355"}], "type": "network", "id": "51b7a44223114d149d5300ae5b6d97ae", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19071864a1b848cc93bca3b1e1955c3f"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bc0345e40a36459fbc009797a6517deb"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5c7966f4757438480f39866a31a0265"}], "type": "image", "id": "5540e06daad441aa911fd4cb4d76f8d3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "68ad1d76386d437089226a0562004a39", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "03f40cbac74c4aafb48b4dd360509f6a"}, {"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18ed3fa9a0894200abaf76b71abfd912"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3d96a0aa5c344cb8ba659332ed497e85"}], "type": "identity", "id": "8096ce39bbf24c1683621ee563324790", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f60ea793ee64fc9a3d9a2d2ad889bd0"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7c9770175fc45379f2c2d142062b2c3"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e944b22c50da41179f2e29ce558807c1"}], "type": "compute", "id": "b3040d5c7e224dbca86f421bddd758e1", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5aad7caa3e6f4a35b9abdf5d46190371"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8b8b8bcfb3b40e5be77e13a4d2dda19"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d33016e2f5be49c28efb9905db488d41"}], "type": "placement", "id": "bb3127ed06e54fda901ea2348ddb72da", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/56d23d475b1940009ec8c0a045979522", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "576142509dfd46c591c5e83bed8ffcc7"}, {"url": "http://192.30.9.3:8776/v1/56d23d475b1940009ec8c0a045979522", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cabe2973ef9144da9850a630dd2aedd5"}, {"url": "http://172.30.9.27:8776/v1/56d23d475b1940009ec8c0a045979522", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eb71f3f602d443c9a8605a7ff2e8aa8e"}], "type": "volume", "id": "becfeedd42e344c085611f3c7c465a3f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.3:8004/v1/56d23d475b1940009ec8c0a045979522", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "156b8e560e534c82a1d320da86608a19"}, {"url": "http://192.30.9.3:8004/v1/56d23d475b1940009ec8c0a045979522", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59154cecf6a54eb08ecc63bf95dca042"}, {"url": "http://172.30.9.27:8004/v1/56d23d475b1940009ec8c0a045979522", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f3aa5c8697e449f99c2cfbe2a371cab7"}], "type": "orchestration", "id": "c4334130b6d54a75804fe3f11a3b9e3e", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "39db2ebb65ae42659440fd9845949a6c"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ad23d2a65e74e3c87b1488af1f9f9ac"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d07664cbebb49149819cf7a6b20edb4"}], "type": "alarming", "id": "d878aa5c6b584d53a039f6a680fb6e8b", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/56d23d475b1940009ec8c0a045979522", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e2bb44b06c0412ab74e54984b5b26b5"}, {"url": "http://192.30.9.3:8776/v2/56d23d475b1940009ec8c0a045979522", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86bcb5a76e6c464bb4d42c969584d6f2"}, {"url": "http://172.30.9.27:8776/v2/56d23d475b1940009ec8c0a045979522", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a391eed816af4966b335005bfe580d70"}], "type": "volumev2", "id": "e16298e148f54e96a50a134ca797deff", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b54cb5b666f74b91b0244b5332fdb3e5"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcc892608bd341e084be203695f810d1"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e980066294c34eb6866e6c4735e84a62"}], "type": "metric", "id": "f3a07a22777a4405b7eaf44da2e73e19", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.27:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1f66095afa4b74b4f26d432f5bfa55"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8dd5f30cc334148a7ed9d5ab68eee9b"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bfe7dd54acd947899871700a40dd0244"}], "type": "event", "id": "f6e223543cae4d9bad10258b0a294f12", "name": "panko"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "cloudify-user_953759b1-b60f-4be9-b61c-b438c5b3c5e2", "id": "82b63cd4f2254481bb6058c2929854a4"}, "audit_ids": ["8vuUpqakTGuWiTHBE6yiLA"], "issued_at": "2018-08-15T20:10:42.000000Z"}} 2018-08-15 20:10:42,286 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-15 20:10:42,286 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}5251d3adfd7707680aed544c79922583be11f6d1" -d '{"network": {"name": "cloudify-net_953759b1-b60f-4be9-b61c-b438c5b3c5e2", "admin_state_up": true}}' 2018-08-15 20:10:42,930 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 586 X-Openstack-Request-Id: req-c3a476bb-7f70-4f53-a825-7098204688d4 Date: Wed, 15 Aug 2018 20:10:42 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"56d23d475b1940009ec8c0a045979522","created_at":"2018-08-15T20:10:42Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-15T20:10:42Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"56d23d475b1940009ec8c0a045979522","id":"424cd13e-6a62-4f18-9adc-956fd89fc147","name":"cloudify-net_953759b1-b60f-4be9-b61c-b438c5b3c5e2"}} 2018-08-15 20:10:42,931 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-c3a476bb-7f70-4f53-a825-7098204688d4 2018-08-15 20:10:42,931 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.644825935364s 2018-08-15 20:10:42,931 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-c3a476bb-7f70-4f53-a825-7098204688d4 2018-08-15 20:10:42,932 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-15T20:10:42Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'424cd13e-6a62-4f18-9adc-956fd89fc147', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'cloudify-net_953759b1-b60f-4be9-b61c-b438c5b3c5e2', u'admin_state_up': True, u'tenant_id': u'56d23d475b1940009ec8c0a045979522', u'created_at': u'2018-08-15T20:10:42Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'56d23d475b1940009ec8c0a045979522'}) 2018-08-15 20:10:42,932 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-15 20:10:42,933 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5251d3adfd7707680aed544c79922583be11f6d1" 2018-08-15 20:10:43,069 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1146 X-Openstack-Request-Id: req-f8b44a3d-f60f-49d2-a4ca-1acebbf717b6 Date: Wed, 15 Aug 2018 20:10:43 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-15T20:10:42Z","tenant_id":"56d23d475b1940009ec8c0a045979522","created_at":"2018-08-15T20:10:42Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"56d23d475b1940009ec8c0a045979522","id":"424cd13e-6a62-4f18-9adc-956fd89fc147","name":"cloudify-net_953759b1-b60f-4be9-b61c-b438c5b3c5e2"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["3ef75223-733d-425d-bb3e-88e8a796bebc"],"updated_at":"2018-08-15T17:41:36Z","tenant_id":"d2c267e1fee9461ba5e64a915b9518f5","created_at":"2018-08-15T17:16:26Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"d2c267e1fee9461ba5e64a915b9518f5","id":"fc8ca119-27ab-4070-99fa-a2993d11ee48","name":"external"}]} 2018-08-15 20:10:43,069 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-f8b44a3d-f60f-49d2-a4ca-1acebbf717b6 2018-08-15 20:10:43,069 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.137001037598s 2018-08-15 20:10:43,070 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-f8b44a3d-f60f-49d2-a4ca-1acebbf717b6 2018-08-15 20:10:43,071 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-15 20:10:43,072 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}5251d3adfd7707680aed544c79922583be11f6d1" -d '{"subnet": {"name": "cloudify-subnet_953759b1-b60f-4be9-b61c-b438c5b3c5e2", "enable_dhcp": true, "network_id": "424cd13e-6a62-4f18-9adc-956fd89fc147", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-15 20:10:43,669 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-3afbb0b2-ff2e-461f-b0df-90fe5edfa306 Date: Wed, 15 Aug 2018 20:10:43 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"424cd13e-6a62-4f18-9adc-956fd89fc147","tenant_id":"56d23d475b1940009ec8c0a045979522","created_at":"2018-08-15T20:10:43Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-15T20:10:43Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"56d23d475b1940009ec8c0a045979522","id":"942a8de9-2f9c-4c8b-a1f9-68347f64a2d6","subnetpool_id":null,"name":"cloudify-subnet_953759b1-b60f-4be9-b61c-b438c5b3c5e2"}} 2018-08-15 20:10:43,669 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-3afbb0b2-ff2e-461f-b0df-90fe5edfa306 2018-08-15 20:10:43,670 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.598377943039s 2018-08-15 20:10:43,670 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-3afbb0b2-ff2e-461f-b0df-90fe5edfa306 2018-08-15 20:10:43,671 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-15T20:10:43Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'942a8de9-2f9c-4c8b-a1f9-68347f64a2d6', u'subnetpool_id': None, u'service_types': [], u'name': u'cloudify-subnet_953759b1-b60f-4be9-b61c-b438c5b3c5e2', u'enable_dhcp': True, u'network_id': u'424cd13e-6a62-4f18-9adc-956fd89fc147', u'tenant_id': u'56d23d475b1940009ec8c0a045979522', u'created_at': u'2018-08-15T20:10:43Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'56d23d475b1940009ec8c0a045979522'}) 2018-08-15 20:10:43,671 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-15 20:10:43,672 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}5251d3adfd7707680aed544c79922583be11f6d1" -d '{"router": {"external_gateway_info": {"network_id": "fc8ca119-27ab-4070-99fa-a2993d11ee48"}, "name": "cloudify-router_953759b1-b60f-4be9-b61c-b438c5b3c5e2", "admin_state_up": true}}' 2018-08-15 20:10:45,090 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 619 X-Openstack-Request-Id: req-92fac3b4-4239-4b69-94c9-59c43440cf3a Date: Wed, 15 Aug 2018 20:10:45 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "fc8ca119-27ab-4070-99fa-a2993d11ee48", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "3ef75223-733d-425d-bb3e-88e8a796bebc", "ip_address": "172.30.9.203"}]}, "description": "", "tags": [], "tenant_id": "56d23d475b1940009ec8c0a045979522", "created_at": "2018-08-15T20:10:43Z", "admin_state_up": true, "updated_at": "2018-08-15T20:10:44Z", "revision_number": 2, "routes": [], "project_id": "56d23d475b1940009ec8c0a045979522", "id": "d1d7769e-ecc6-4957-a97b-7794cb459137", "name": "cloudify-router_953759b1-b60f-4be9-b61c-b438c5b3c5e2"}} 2018-08-15 20:10:45,090 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-92fac3b4-4239-4b69-94c9-59c43440cf3a 2018-08-15 20:10:45,090 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.41870999336s 2018-08-15 20:10:45,091 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-92fac3b4-4239-4b69-94c9-59c43440cf3a 2018-08-15 20:10:45,091 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'fc8ca119-27ab-4070-99fa-a2993d11ee48', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'3ef75223-733d-425d-bb3e-88e8a796bebc', u'ip_address': u'172.30.9.203'}]}, u'description': u'', u'tags': [], u'tenant_id': u'56d23d475b1940009ec8c0a045979522', u'created_at': u'2018-08-15T20:10:43Z', u'admin_state_up': True, u'updated_at': u'2018-08-15T20:10:44Z', u'revision_number': 2, u'routes': [], u'project_id': u'56d23d475b1940009ec8c0a045979522', u'id': u'd1d7769e-ecc6-4957-a97b-7794cb459137', u'name': u'cloudify-router_953759b1-b60f-4be9-b61c-b438c5b3c5e2'}) 2018-08-15 20:10:45,092 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-15 20:10:45,092 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/d1d7769e-ecc6-4957-a97b-7794cb459137/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}5251d3adfd7707680aed544c79922583be11f6d1" -d '{"subnet_id": "942a8de9-2f9c-4c8b-a1f9-68347f64a2d6"}' 2018-08-15 20:10:46,997 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-75f25eaa-156e-44a9-949e-9095a0787a32 Date: Wed, 15 Aug 2018 20:10:47 GMT RESP BODY: {"network_id": "424cd13e-6a62-4f18-9adc-956fd89fc147", "tenant_id": "56d23d475b1940009ec8c0a045979522", "subnet_id": "942a8de9-2f9c-4c8b-a1f9-68347f64a2d6", "subnet_ids": ["942a8de9-2f9c-4c8b-a1f9-68347f64a2d6"], "port_id": "6fddda14-661b-4637-b670-83256c0eb7cb", "id": "d1d7769e-ecc6-4957-a97b-7794cb459137"} 2018-08-15 20:10:46,997 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/d1d7769e-ecc6-4957-a97b-7794cb459137/add_router_interface.json used request id req-75f25eaa-156e-44a9-949e-9095a0787a32 2018-08-15 20:10:46,997 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.90550994873s 2018-08-15 20:10:46,998 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/d1d7769e-ecc6-4957-a97b-7794cb459137/add_router_interface.json used request id req-75f25eaa-156e-44a9-949e-9095a0787a32 returning object d1d7769e-ecc6-4957-a97b-7794cb459137 2018-08-15 20:10:46,998 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2 2018-08-15 20:11:19,517 - shade - DEBUG - Image file /home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2 md5:d9fa9deb2e0906ab7da21bd97d305fa1 sha256:e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a 2018-08-15 20:11:19,519 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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-15 20:11:19,525 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Wed, 15 Aug 2018 20:11:19 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}]} 2018-08-15 20:11:19,531 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-15 20:11:19,535 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5251d3adfd7707680aed544c79922583be11f6d1" 2018-08-15 20:11:20,317 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-ba157a64-09d1-4c5f-8369-29d198cf3f0b Date: Wed, 15 Aug 2018 20:11:20 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-15 20:11:20,318 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-ba157a64-09d1-4c5f-8369-29d198cf3f0b 2018-08-15 20:11:20,318 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.786980867386s 2018-08-15 20:11:20,318 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-ba157a64-09d1-4c5f-8369-29d198cf3f0b 2018-08-15 20:11:20,327 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-15 20:11:20,330 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}5251d3adfd7707680aed544c79922583be11f6d1" -d '{"owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "owner_specified.shade.object": "images/cloudify-img_953759b1-b60f-4be9-b61c-b438c5b3c5e2", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "cloudify-img_953759b1-b60f-4be9-b61c-b438c5b3c5e2"}' 2018-08-15 20:11:20,384 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 933 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/af37bea3-f448-45b0-9e35-03eea33911d2 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-0503dab4-d7f2-4148-b3b0-1e4f57558005 Date: Wed, 15 Aug 2018 20:11:20 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-15T20:11:20Z", "file": "/v2/images/af37bea3-f448-45b0-9e35-03eea33911d2/file", "owner": "56d23d475b1940009ec8c0a045979522", "id": "af37bea3-f448-45b0-9e35-03eea33911d2", "size": null, "self": "/v2/images/af37bea3-f448-45b0-9e35-03eea33911d2", "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_953759b1-b60f-4be9-b61c-b438c5b3c5e2", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify-img_953759b1-b60f-4be9-b61c-b438c5b3c5e2", "checksum": null, "created_at": "2018-08-15T20:11:20Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-15 20:11:20,384 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-0503dab4-d7f2-4148-b3b0-1e4f57558005 2018-08-15 20:11:20,385 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0578029155731s 2018-08-15 20:11:20,385 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-0503dab4-d7f2-4148-b3b0-1e4f57558005 returning object af37bea3-f448-45b0-9e35-03eea33911d2 2018-08-15 20:11:20,386 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-15 20:11:20,389 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9292/v2/images/af37bea3-f448-45b0-9e35-03eea33911d2/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}5251d3adfd7707680aed544c79922583be11f6d1" -d '' 2018-08-15 20:12:21,158 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-7d03eefc-e3f6-42ba-9b36-b36e8f65cf5a Date: Wed, 15 Aug 2018 20:12: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-15 20:12:21,158 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/af37bea3-f448-45b0-9e35-03eea33911d2/file used request id req-7d03eefc-e3f6-42ba-9b36-b36e8f65cf5a 2018-08-15 20:12:21,158 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 60.7723970413s 2018-08-15 20:12:21,158 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/af37bea3-f448-45b0-9e35-03eea33911d2/file used request id req-7d03eefc-e3f6-42ba-9b36-b36e8f65cf5a 2018-08-15 20:12:21,163 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-15 20:12:21,166 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5251d3adfd7707680aed544c79922583be11f6d1" 2018-08-15 20:12:21,202 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-be6d2388-ff5e-4cb6-8f0d-21104caa79ef Date: Wed, 15 Aug 2018 20:12:21 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-15T20:12:21Z", "file": "/v2/images/af37bea3-f448-45b0-9e35-03eea33911d2/file", "owner": "56d23d475b1940009ec8c0a045979522", "id": "af37bea3-f448-45b0-9e35-03eea33911d2", "size": 4373348352, "self": "/v2/images/af37bea3-f448-45b0-9e35-03eea33911d2", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/af37bea3-f448-45b0-9e35-03eea33911d2/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "locations": [{"url": "rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/af37bea3-f448-45b0-9e35-03eea33911d2/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cloudify-img_953759b1-b60f-4be9-b61c-b438c5b3c5e2", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify-img_953759b1-b60f-4be9-b61c-b438c5b3c5e2", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-08-15T20:11:20Z", "os_hidden": false, "protected": false, "os_hash_value": "faa3b93f58a3a060092d8b73ed7dff4db788b7ba9f82a679e84462fcef54c0bf7feb5c08de6f9523de4f3ec4dcb084e02454ec94619fb84802ac5a0277ea1a5d"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-15 20:12:21,202 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-be6d2388-ff5e-4cb6-8f0d-21104caa79ef 2018-08-15 20:12:21,203 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0398621559143s 2018-08-15 20:12:21,203 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-be6d2388-ff5e-4cb6-8f0d-21104caa79ef 2018-08-15 20:12:21,205 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/af37bea3-f448-45b0-9e35-03eea33911d2/snap', u'metadata': Munch({})})], 'file': u'/v2/images/af37bea3-f448-45b0-9e35-03eea33911d2/file', 'owner': u'56d23d475b1940009ec8c0a045979522', 'id': u'af37bea3-f448-45b0-9e35-03eea33911d2', 'size': 4373348352, u'self': u'/v2/images/af37bea3-f448-45b0-9e35-03eea33911d2', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'56d23d475b1940009ec8c0a045979522', 'name': 'cloudify-project_953759b1-b60f-4be9-b61c-b438c5b3c5e2', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/af37bea3-f448-45b0-9e35-03eea33911d2/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-15T20:12:21Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-15T20:12:21Z', u'owner_specified.shade.sha256': u'e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a', u'owner_specified.shade.object': u'images/cloudify-img_953759b1-b60f-4be9-b61c-b438c5b3c5e2', '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/af37bea3-f448-45b0-9e35-03eea33911d2', 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_953759b1-b60f-4be9-b61c-b438c5b3c5e2', u'owner_specified.shade.md5': u'd9fa9deb2e0906ab7da21bd97d305fa1', u'schema': u'/v2/schemas/image'}, 'name': u'cloudify-img_953759b1-b60f-4be9-b61c-b438c5b3c5e2', 'created': u'2018-08-15T20:11:20Z', 'checksum': u'd9fa9deb2e0906ab7da21bd97d305fa1', 'created_at': u'2018-08-15T20:11:20Z', 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/af37bea3-f448-45b0-9e35-03eea33911d2', 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_953759b1-b60f-4be9-b61c-b438c5b3c5e2', u'owner_specified.shade.md5': u'd9fa9deb2e0906ab7da21bd97d305fa1', u'schema': u'/v2/schemas/image'}}) 2018-08-15 20:12:21,206 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-15 20:12:21,209 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}694f65bf7ca219fddddb59d70fdf707cd8900483" -d '{"flavor": {"vcpus": 2, "ram": 4096, "name": "cloudify-flavor_953759b1-b60f-4be9-b61c-b438c5b3c5e2", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 40, "id": null, "swap": 0}}' 2018-08-15 20:12:21,615 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:12:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6914c965-168b-4890-9c57-22d7ed1820b9 x-compute-request-id: req-6914c965-168b-4890-9c57-22d7ed1820b9 Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavor": {"name": "cloudify-flavor_953759b1-b60f-4be9-b61c-b438c5b3c5e2", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/b7421eb0-3d5b-4e9c-898c-9ebbd714979d", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/b7421eb0-3d5b-4e9c-898c-9ebbd714979d", "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": "b7421eb0-3d5b-4e9c-898c-9ebbd714979d"}} 2018-08-15 20:12:21,615 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-6914c965-168b-4890-9c57-22d7ed1820b9 2018-08-15 20:12:21,615 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.408520936966s 2018-08-15 20:12:21,615 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-6914c965-168b-4890-9c57-22d7ed1820b9 2018-08-15 20:12:21,616 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'cloudify-flavor_953759b1-b60f-4be9-b61c-b438c5b3c5e2', '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'a3688ea3a7924e1e8a441a00bd79aae5', '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'b7421eb0-3d5b-4e9c-898c-9ebbd714979d', 'swap': 0}) 2018-08-15 20:12:21,617 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-15 20:12:21,620 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/flavors/b7421eb0-3d5b-4e9c-898c-9ebbd714979d/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}694f65bf7ca219fddddb59d70fdf707cd8900483" -d '{"extra_specs": {}}' 2018-08-15 20:12:21,638 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:12:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-6fa068c3-896b-40c0-8ad5-b20fe770e336 x-compute-request-id: req-6fa068c3-896b-40c0-8ad5-b20fe770e336 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-15 20:12:21,639 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/b7421eb0-3d5b-4e9c-898c-9ebbd714979d/os-extra_specs used request id req-6fa068c3-896b-40c0-8ad5-b20fe770e336 2018-08-15 20:12:21,639 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0216019153595s 2018-08-15 20:12:21,639 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/b7421eb0-3d5b-4e9c-898c-9ebbd714979d/os-extra_specs used request id req-6fa068c3-896b-40c0-8ad5-b20fe770e336 2018-08-15 20:12:21,639 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-08-15 20:12:21,642 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/os-keypairs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}5251d3adfd7707680aed544c79922583be11f6d1" -d '{"keypair": {"name": "cloudify-kp_953759b1-b60f-4be9-b61c-b438c5b3c5e2"}}' 2018-08-15 20:12:22,059 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:12:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4b62e74d-b0ad-4a25-9773-5f85e4f0efae x-compute-request-id: req-4b62e74d-b0ad-4a25-9773-5f85e4f0efae Content-Encoding: gzip Content-Length: 1804 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDU8jyJ21Vrr3J1wzSn9YgS88LfR5Iyxth4bIBLE+JzZlSgD9GEGQXWRIzFgdE9pn6rR9tBDvVHgHP1oyRJzaSAgX1B6KH82FX8Tnc5TJDuPTc6CkKXPAhN029jx1KhUeafCop02T8SDqSVavRc4B5yVNANya+qNLa9D45Yt/pNn4uDCZCIApUA6DGSmJrbxr7/z9m2rz+Da/57gQeeklsvsk8r+0dpr5dswaNQZomoNgBst4a4gnc6A3y4kzIKbBej1gfdRGPuXPUEadIX4t5qTdXnvodyC5ytxGVl8kVC/gVspHzV7h09s2/xA/5angcgoQ+cA09qXbbT7zXF1Zat Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEA1PI8idtVa69ydcM0p/WIEvPC30eSMsbYeGyASxPic2ZUoA/R\nhBkF1kSMxYHRPaZ+q0fbQQ71R4Bz9aMkSc2kgIF9Qeih/NhV/E53OUyQ7j03OgpC\nlzwITdNvY8dSoVHmnwqKdNk/Eg6klWr0XOAeclTQDcmvqjS2vQ+OWLf6TZ+LgwmQ\niAKVAOgxkpia28a+/8/Ztq8/g2v+e4EHnpJbL7JPK/tHaa+XbMGjUGaJqDYAbLeG\nuIJ3OgN8uJMyCmwXo9YH3URj7lz1BGnSF+Leak3V576HcgucrcRlZfJFQv4FbKR8\n1e4dPbNv8QP+Wp4HIKEPnANPal220+81xdWWrQIDAQABAoIBADaXNx/cQ8TMgJpi\nBcC9ODorlZyp+3fa9CnDHwygN2CALleuVnb390Ab6L7Fbf/RDA4a6MF/9S90ZcXm\nIepttqtfBt57pfNs/nYlI3lkAI+iz+KoOLQOps5U0uyQb8V9epLxH9eezgVyDY1k\nkuqwZf3HcmLmfosy4loLf+GMoLV/JkHVtgBn7XARS/F81RQO7tvA49mawVW6ZoJV\nl0LIZSvUm2eEIWdl+tDC7wChSuHbToAjb1cIhas3aiIXvAQpCctGF/N22jL/448g\n6q20MHZy3SlyRc2H6z8laSFA6d1cEAtzZvoZ6WqHVAjOSrcvkVU6Mv061YiS0CP/\nHcj99R0CgYEA+ndrKe0UtNGOrwkPea+95FVUlTsj/5VfgGhnngkknlV5CmWb/9RU\n9fpmSzSkWW186HmKko99E264X37TN3F+ygEhRH38uE0hy+mxWUMWGeHcz8l48zpx\n9JQTpbyXQqveltZv98bZqfkc+eDgWqvxUHZP7sparGpdoeOBqQUX6e8CgYEA2aac\npqkZ0ni4g3w4xnd5RoEZ5IbHntHZSrq08dBPdk0CQkJF2Zfkje6LMUps8ZouXmZe\npnGFjennVfInAtegjeLTbqUZiY/MZJcQZL063nzHsu8HprfXM/oMShyb42VIdaYi\n7fWTFCKsdIG+IvOG9o7WDdt9Sl/SW/46mZigFSMCgYAVG4lBcERldJ+UqqvOMnxL\nSNGm/ePrvxfcR3AsBlM6sLNRp/x8k9VRIXgLcHVFQA/du5hs/4Cn6ZXKHnMIYh0w\nQuYd0oxAr+dgOuKCRkAPkFQ+gpkZzlwaI3yAZCNPMBLDHXE0LWLciyzg9g2SNplQ\nkZfs5Mq9av1XDkg4CUDZqwKBgAeik545EmHSwE5Efk1gBY4Wm0zr+Xa1z9SSRiSx\ndQgmXWzrnD2s2WStOI7LGJVFHllLaAiYtOGskePu8bVk0QoJKfeYrROpSrdAoV+X\nT8hcQjkhr3gGvPLi06mJ5WINvIP8Bv+n/LfZG4mev4fEWTiu/A1SZMvGHsABZBbd\nRshXAoGAEcbgsctbQI5Zek2iwmErLhY+lmpe68wTI7ZScmhRO1ipeZQVdLI2InLD\n9fC5l5y+pV4VbRxvEHw6qXgEn2b8pPA16r+w3dlwECZIvaoKodyUfyyhXffjf03F\niqLzjZD5Qpm005U7MLE2abHr+SLDmQ/gzg2LHOqq02+7y5UaUV4=\n-----END RSA PRIVATE KEY-----\n", "user_id": "82b63cd4f2254481bb6058c2929854a4", "name": "cloudify-kp_953759b1-b60f-4be9-b61c-b438c5b3c5e2", "fingerprint": "b8:ed:f1:ad:20:c4:c1:85:b7:9e:8f:fc:a7:04:a5:28"}} 2018-08-15 20:12:22,059 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/os-keypairs used request id req-4b62e74d-b0ad-4a25-9773-5f85e4f0efae 2018-08-15 20:12:22,059 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.419787168503s 2018-08-15 20:12:22,060 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/os-keypairs used request id req-4b62e74d-b0ad-4a25-9773-5f85e4f0efae 2018-08-15 20:12:22,060 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDU8jyJ21Vrr3J1wzSn9YgS88LfR5Iyxth4bIBLE+JzZlSgD9GEGQXWRIzFgdE9pn6rR9tBDvVHgHP1oyRJzaSAgX1B6KH82FX8Tnc5TJDuPTc6CkKXPAhN029jx1KhUeafCop02T8SDqSVavRc4B5yVNANya+qNLa9D45Yt/pNn4uDCZCIApUA6DGSmJrbxr7/z9m2rz+Da/57gQeeklsvsk8r+0dpr5dswaNQZomoNgBst4a4gnc6A3y4kzIKbBej1gfdRGPuXPUEadIX4t5qTdXnvodyC5ytxGVl8kVC/gVspHzV7h09s2/xA/5angcgoQ+cA09qXbbT7zXF1Zat Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEA1PI8idtVa69ydcM0p/WIEvPC30eSMsbYeGyASxPic2ZUoA/R\nhBkF1kSMxYHRPaZ+q0fbQQ71R4Bz9aMkSc2kgIF9Qeih/NhV/E53OUyQ7j03OgpC\nlzwITdNvY8dSoVHmnwqKdNk/Eg6klWr0XOAeclTQDcmvqjS2vQ+OWLf6TZ+LgwmQ\niAKVAOgxkpia28a+/8/Ztq8/g2v+e4EHnpJbL7JPK/tHaa+XbMGjUGaJqDYAbLeG\nuIJ3OgN8uJMyCmwXo9YH3URj7lz1BGnSF+Leak3V576HcgucrcRlZfJFQv4FbKR8\n1e4dPbNv8QP+Wp4HIKEPnANPal220+81xdWWrQIDAQABAoIBADaXNx/cQ8TMgJpi\nBcC9ODorlZyp+3fa9CnDHwygN2CALleuVnb390Ab6L7Fbf/RDA4a6MF/9S90ZcXm\nIepttqtfBt57pfNs/nYlI3lkAI+iz+KoOLQOps5U0uyQb8V9epLxH9eezgVyDY1k\nkuqwZf3HcmLmfosy4loLf+GMoLV/JkHVtgBn7XARS/F81RQO7tvA49mawVW6ZoJV\nl0LIZSvUm2eEIWdl+tDC7wChSuHbToAjb1cIhas3aiIXvAQpCctGF/N22jL/448g\n6q20MHZy3SlyRc2H6z8laSFA6d1cEAtzZvoZ6WqHVAjOSrcvkVU6Mv061YiS0CP/\nHcj99R0CgYEA+ndrKe0UtNGOrwkPea+95FVUlTsj/5VfgGhnngkknlV5CmWb/9RU\n9fpmSzSkWW186HmKko99E264X37TN3F+ygEhRH38uE0hy+mxWUMWGeHcz8l48zpx\n9JQTpbyXQqveltZv98bZqfkc+eDgWqvxUHZP7sparGpdoeOBqQUX6e8CgYEA2aac\npqkZ0ni4g3w4xnd5RoEZ5IbHntHZSrq08dBPdk0CQkJF2Zfkje6LMUps8ZouXmZe\npnGFjennVfInAtegjeLTbqUZiY/MZJcQZL063nzHsu8HprfXM/oMShyb42VIdaYi\n7fWTFCKsdIG+IvOG9o7WDdt9Sl/SW/46mZigFSMCgYAVG4lBcERldJ+UqqvOMnxL\nSNGm/ePrvxfcR3AsBlM6sLNRp/x8k9VRIXgLcHVFQA/du5hs/4Cn6ZXKHnMIYh0w\nQuYd0oxAr+dgOuKCRkAPkFQ+gpkZzlwaI3yAZCNPMBLDHXE0LWLciyzg9g2SNplQ\nkZfs5Mq9av1XDkg4CUDZqwKBgAeik545EmHSwE5Efk1gBY4Wm0zr+Xa1z9SSRiSx\ndQgmXWzrnD2s2WStOI7LGJVFHllLaAiYtOGskePu8bVk0QoJKfeYrROpSrdAoV+X\nT8hcQjkhr3gGvPLi06mJ5WINvIP8Bv+n/LfZG4mev4fEWTiu/A1SZMvGHsABZBbd\nRshXAoGAEcbgsctbQI5Zek2iwmErLhY+lmpe68wTI7ZScmhRO1ipeZQVdLI2InLD\n9fC5l5y+pV4VbRxvEHw6qXgEn2b8pPA16r+w3dlwECZIvaoKodyUfyyhXffjf03F\niqLzjZD5Qpm005U7MLE2abHr+SLDmQ/gzg2LHOqq02+7y5UaUV4=\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'82b63cd4f2254481bb6058c2929854a4', 'name': u'cloudify-kp_953759b1-b60f-4be9-b61c-b438c5b3c5e2', 'created_at': '2018-08-15T20:12:22.060902', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'56d23d475b1940009ec8c0a045979522', 'name': 'cloudify-project_953759b1-b60f-4be9-b61c-b438c5b3c5e2', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'b8:ed:f1:ad:20:c4:c1:85:b7:9e:8f:fc:a7:04:a5:28', 'type': 'ssh', 'id': u'cloudify-kp_953759b1-b60f-4be9-b61c-b438c5b3c5e2'}) 2018-08-15 20:12:22,061 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEogIBAAKCAQEA1PI8idtVa69ydcM0p/WIEvPC30eSMsbYeGyASxPic2ZUoA/R hBkF1kSMxYHRPaZ+q0fbQQ71R4Bz9aMkSc2kgIF9Qeih/NhV/E53OUyQ7j03OgpC lzwITdNvY8dSoVHmnwqKdNk/Eg6klWr0XOAeclTQDcmvqjS2vQ+OWLf6TZ+LgwmQ iAKVAOgxkpia28a+/8/Ztq8/g2v+e4EHnpJbL7JPK/tHaa+XbMGjUGaJqDYAbLeG uIJ3OgN8uJMyCmwXo9YH3URj7lz1BGnSF+Leak3V576HcgucrcRlZfJFQv4FbKR8 1e4dPbNv8QP+Wp4HIKEPnANPal220+81xdWWrQIDAQABAoIBADaXNx/cQ8TMgJpi BcC9ODorlZyp+3fa9CnDHwygN2CALleuVnb390Ab6L7Fbf/RDA4a6MF/9S90ZcXm IepttqtfBt57pfNs/nYlI3lkAI+iz+KoOLQOps5U0uyQb8V9epLxH9eezgVyDY1k kuqwZf3HcmLmfosy4loLf+GMoLV/JkHVtgBn7XARS/F81RQO7tvA49mawVW6ZoJV l0LIZSvUm2eEIWdl+tDC7wChSuHbToAjb1cIhas3aiIXvAQpCctGF/N22jL/448g 6q20MHZy3SlyRc2H6z8laSFA6d1cEAtzZvoZ6WqHVAjOSrcvkVU6Mv061YiS0CP/ Hcj99R0CgYEA+ndrKe0UtNGOrwkPea+95FVUlTsj/5VfgGhnngkknlV5CmWb/9RU 9fpmSzSkWW186HmKko99E264X37TN3F+ygEhRH38uE0hy+mxWUMWGeHcz8l48zpx 9JQTpbyXQqveltZv98bZqfkc+eDgWqvxUHZP7sparGpdoeOBqQUX6e8CgYEA2aac pqkZ0ni4g3w4xnd5RoEZ5IbHntHZSrq08dBPdk0CQkJF2Zfkje6LMUps8ZouXmZe pnGFjennVfInAtegjeLTbqUZiY/MZJcQZL063nzHsu8HprfXM/oMShyb42VIdaYi 7fWTFCKsdIG+IvOG9o7WDdt9Sl/SW/46mZigFSMCgYAVG4lBcERldJ+UqqvOMnxL SNGm/ePrvxfcR3AsBlM6sLNRp/x8k9VRIXgLcHVFQA/du5hs/4Cn6ZXKHnMIYh0w QuYd0oxAr+dgOuKCRkAPkFQ+gpkZzlwaI3yAZCNPMBLDHXE0LWLciyzg9g2SNplQ kZfs5Mq9av1XDkg4CUDZqwKBgAeik545EmHSwE5Efk1gBY4Wm0zr+Xa1z9SSRiSx dQgmXWzrnD2s2WStOI7LGJVFHllLaAiYtOGskePu8bVk0QoJKfeYrROpSrdAoV+X T8hcQjkhr3gGvPLi06mJ5WINvIP8Bv+n/LfZG4mev4fEWTiu/A1SZMvGHsABZBbd RshXAoGAEcbgsctbQI5Zek2iwmErLhY+lmpe68wTI7ZScmhRO1ipeZQVdLI2InLD 9fC5l5y+pV4VbRxvEHw6qXgEn2b8pPA16r+w3dlwECZIvaoKodyUfyyhXffjf03F iqLzjZD5Qpm005U7MLE2abHr+SLDmQ/gzg2LHOqq02+7y5UaUV4= -----END RSA PRIVATE KEY----- 2018-08-15 20:12:22,064 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-08-15 20:12:22,065 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}5251d3adfd7707680aed544c79922583be11f6d1" -d '{"security_group": {"name": "cloudify-sg_953759b1-b60f-4be9-b61c-b438c5b3c5e2", "description": "created by OPNFV Functest (cloudify)"}}' 2018-08-15 20:12:22,557 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1416 X-Openstack-Request-Id: req-73ce988d-2eb7-4fe6-90f4-c9608f1b336a Date: Wed, 15 Aug 2018 20:12:22 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (cloudify)", "tags": [], "tenant_id": "56d23d475b1940009ec8c0a045979522", "created_at": "2018-08-15T20:12:22Z", "updated_at": "2018-08-15T20:12:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T20:12:22Z", "revision_number": 0, "id": "7075fdb7-e63d-4550-a7ef-cb4333660707", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T20:12:22Z", "security_group_id": "6405e70a-cd99-4ac5-8282-79be53bef291", "tenant_id": "56d23d475b1940009ec8c0a045979522", "port_range_min": null, "ethertype": "IPv4", "project_id": "56d23d475b1940009ec8c0a045979522"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T20:12:22Z", "revision_number": 0, "id": "9a333f5b-95d1-4942-9192-9c84b08caf39", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T20:12:22Z", "security_group_id": "6405e70a-cd99-4ac5-8282-79be53bef291", "tenant_id": "56d23d475b1940009ec8c0a045979522", "port_range_min": null, "ethertype": "IPv6", "project_id": "56d23d475b1940009ec8c0a045979522"}], "revision_number": 1, "project_id": "56d23d475b1940009ec8c0a045979522", "id": "6405e70a-cd99-4ac5-8282-79be53bef291", "name": "cloudify-sg_953759b1-b60f-4be9-b61c-b438c5b3c5e2"}} 2018-08-15 20:12:22,557 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-73ce988d-2eb7-4fe6-90f4-c9608f1b336a 2018-08-15 20:12:22,557 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.493190050125s 2018-08-15 20:12:22,558 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-73ce988d-2eb7-4fe6-90f4-c9608f1b336a 2018-08-15 20:12:22,560 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-15 20:12:22,561 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5251d3adfd7707680aed544c79922583be11f6d1" 2018-08-15 20:12:22,641 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3832 X-Openstack-Request-Id: req-6b0fb8c0-bb92-47a9-b339-1bb38aea166c Date: Wed, 15 Aug 2018 20:12:22 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "56d23d475b1940009ec8c0a045979522", "created_at": "2018-08-15T20:10:42Z", "updated_at": "2018-08-15T20:10:42Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T20:10:42Z", "revision_number": 0, "id": "1831dc1c-3775-46f2-8bb8-a86670d35d63", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T20:10:42Z", "security_group_id": "237d663c-5f1b-4cbc-a241-0db155438744", "tenant_id": "56d23d475b1940009ec8c0a045979522", "port_range_min": null, "ethertype": "IPv6", "project_id": "56d23d475b1940009ec8c0a045979522"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T20:10:42Z", "revision_number": 0, "id": "843220c4-46cf-4af9-bd0a-e19b7cf51a15", "remote_group_id": "237d663c-5f1b-4cbc-a241-0db155438744", "remote_ip_prefix": null, "created_at": "2018-08-15T20:10:42Z", "security_group_id": "237d663c-5f1b-4cbc-a241-0db155438744", "tenant_id": "56d23d475b1940009ec8c0a045979522", "port_range_min": null, "ethertype": "IPv4", "project_id": "56d23d475b1940009ec8c0a045979522"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T20:10:42Z", "revision_number": 0, "id": "a20f48aa-33b7-4266-b19d-6d43b01f33da", "remote_group_id": "237d663c-5f1b-4cbc-a241-0db155438744", "remote_ip_prefix": null, "created_at": "2018-08-15T20:10:42Z", "security_group_id": "237d663c-5f1b-4cbc-a241-0db155438744", "tenant_id": "56d23d475b1940009ec8c0a045979522", "port_range_min": null, "ethertype": "IPv6", "project_id": "56d23d475b1940009ec8c0a045979522"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T20:10:42Z", "revision_number": 0, "id": "faba408c-7eca-4458-877b-2a4c60a6c8bb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T20:10:42Z", "security_group_id": "237d663c-5f1b-4cbc-a241-0db155438744", "tenant_id": "56d23d475b1940009ec8c0a045979522", "port_range_min": null, "ethertype": "IPv4", "project_id": "56d23d475b1940009ec8c0a045979522"}], "revision_number": 1, "project_id": "56d23d475b1940009ec8c0a045979522", "id": "237d663c-5f1b-4cbc-a241-0db155438744", "name": "default"}, {"description": "created by OPNFV Functest (cloudify)", "tags": [], "tenant_id": "56d23d475b1940009ec8c0a045979522", "created_at": "2018-08-15T20:12:22Z", "updated_at": "2018-08-15T20:12:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T20:12:22Z", "revision_number": 0, "id": "7075fdb7-e63d-4550-a7ef-cb4333660707", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T20:12:22Z", "security_group_id": "6405e70a-cd99-4ac5-8282-79be53bef291", "tenant_id": "56d23d475b1940009ec8c0a045979522", "port_range_min": null, "ethertype": "IPv4", "project_id": "56d23d475b1940009ec8c0a045979522"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T20:12:22Z", "revision_number": 0, "id": "9a333f5b-95d1-4942-9192-9c84b08caf39", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T20:12:22Z", "security_group_id": "6405e70a-cd99-4ac5-8282-79be53bef291", "tenant_id": "56d23d475b1940009ec8c0a045979522", "port_range_min": null, "ethertype": "IPv6", "project_id": "56d23d475b1940009ec8c0a045979522"}], "revision_number": 1, "project_id": "56d23d475b1940009ec8c0a045979522", "id": "6405e70a-cd99-4ac5-8282-79be53bef291", "name": "cloudify-sg_953759b1-b60f-4be9-b61c-b438c5b3c5e2"}]} 2018-08-15 20:12:22,641 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-6b0fb8c0-bb92-47a9-b339-1bb38aea166c 2018-08-15 20:12:22,641 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0808670520782s 2018-08-15 20:12:22,642 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-6b0fb8c0-bb92-47a9-b339-1bb38aea166c 2018-08-15 20:12:22,645 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-15 20:12:22,646 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}5251d3adfd7707680aed544c79922583be11f6d1" -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": "6405e70a-cd99-4ac5-8282-79be53bef291"}}' 2018-08-15 20:12:22,942 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-5f1eafdb-5dd6-443b-bae1-caba9234663d Date: Wed, 15 Aug 2018 20:12: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-15T20:12:22Z", "security_group_id": "6405e70a-cd99-4ac5-8282-79be53bef291", "port_range_min": 22, "revision_number": 0, "tenant_id": "56d23d475b1940009ec8c0a045979522", "created_at": "2018-08-15T20:12:22Z", "project_id": "56d23d475b1940009ec8c0a045979522", "id": "b7487286-2e8d-400d-855c-51efb3143c0c"}} 2018-08-15 20:12:22,942 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules.json used request id req-5f1eafdb-5dd6-443b-bae1-caba9234663d 2018-08-15 20:12:22,942 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.296970844269s 2018-08-15 20:12:22,943 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules.json used request id req-5f1eafdb-5dd6-443b-bae1-caba9234663d 2018-08-15 20:12:22,945 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-15 20:12:22,945 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5251d3adfd7707680aed544c79922583be11f6d1" 2018-08-15 20:12:23,000 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4328 X-Openstack-Request-Id: req-47b34e2d-569b-4586-98ff-bf1dfb4054ce Date: Wed, 15 Aug 2018 20:12:23 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "56d23d475b1940009ec8c0a045979522", "created_at": "2018-08-15T20:10:42Z", "updated_at": "2018-08-15T20:10:42Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T20:10:42Z", "revision_number": 0, "id": "1831dc1c-3775-46f2-8bb8-a86670d35d63", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T20:10:42Z", "security_group_id": "237d663c-5f1b-4cbc-a241-0db155438744", "tenant_id": "56d23d475b1940009ec8c0a045979522", "port_range_min": null, "ethertype": "IPv6", "project_id": "56d23d475b1940009ec8c0a045979522"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T20:10:42Z", "revision_number": 0, "id": "843220c4-46cf-4af9-bd0a-e19b7cf51a15", "remote_group_id": "237d663c-5f1b-4cbc-a241-0db155438744", "remote_ip_prefix": null, "created_at": "2018-08-15T20:10:42Z", "security_group_id": "237d663c-5f1b-4cbc-a241-0db155438744", "tenant_id": "56d23d475b1940009ec8c0a045979522", "port_range_min": null, "ethertype": "IPv4", "project_id": "56d23d475b1940009ec8c0a045979522"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T20:10:42Z", "revision_number": 0, "id": "a20f48aa-33b7-4266-b19d-6d43b01f33da", "remote_group_id": "237d663c-5f1b-4cbc-a241-0db155438744", "remote_ip_prefix": null, "created_at": "2018-08-15T20:10:42Z", "security_group_id": "237d663c-5f1b-4cbc-a241-0db155438744", "tenant_id": "56d23d475b1940009ec8c0a045979522", "port_range_min": null, "ethertype": "IPv6", "project_id": "56d23d475b1940009ec8c0a045979522"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T20:10:42Z", "revision_number": 0, "id": "faba408c-7eca-4458-877b-2a4c60a6c8bb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T20:10:42Z", "security_group_id": "237d663c-5f1b-4cbc-a241-0db155438744", "tenant_id": "56d23d475b1940009ec8c0a045979522", "port_range_min": null, "ethertype": "IPv4", "project_id": "56d23d475b1940009ec8c0a045979522"}], "revision_number": 1, "project_id": "56d23d475b1940009ec8c0a045979522", "id": "237d663c-5f1b-4cbc-a241-0db155438744", "name": "default"}, {"description": "created by OPNFV Functest (cloudify)", "tags": [], "tenant_id": "56d23d475b1940009ec8c0a045979522", "created_at": "2018-08-15T20:12:22Z", "updated_at": "2018-08-15T20:12:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T20:12:22Z", "revision_number": 0, "id": "7075fdb7-e63d-4550-a7ef-cb4333660707", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T20:12:22Z", "security_group_id": "6405e70a-cd99-4ac5-8282-79be53bef291", "tenant_id": "56d23d475b1940009ec8c0a045979522", "port_range_min": null, "ethertype": "IPv4", "project_id": "56d23d475b1940009ec8c0a045979522"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T20:12:22Z", "revision_number": 0, "id": "9a333f5b-95d1-4942-9192-9c84b08caf39", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T20:12:22Z", "security_group_id": "6405e70a-cd99-4ac5-8282-79be53bef291", "tenant_id": "56d23d475b1940009ec8c0a045979522", "port_range_min": null, "ethertype": "IPv6", "project_id": "56d23d475b1940009ec8c0a045979522"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-15T20:12:22Z", "revision_number": 0, "id": "b7487286-2e8d-400d-855c-51efb3143c0c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T20:12:22Z", "security_group_id": "6405e70a-cd99-4ac5-8282-79be53bef291", "tenant_id": "56d23d475b1940009ec8c0a045979522", "port_range_min": 22, "ethertype": "IPv4", "project_id": "56d23d475b1940009ec8c0a045979522"}], "revision_number": 2, "project_id": "56d23d475b1940009ec8c0a045979522", "id": "6405e70a-cd99-4ac5-8282-79be53bef291", "name": "cloudify-sg_953759b1-b60f-4be9-b61c-b438c5b3c5e2"}]} 2018-08-15 20:12:23,000 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-47b34e2d-569b-4586-98ff-bf1dfb4054ce 2018-08-15 20:12:23,000 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0549080371857s 2018-08-15 20:12:23,000 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-47b34e2d-569b-4586-98ff-bf1dfb4054ce 2018-08-15 20:12:23,002 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-15 20:12:23,002 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}5251d3adfd7707680aed544c79922583be11f6d1" -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": "6405e70a-cd99-4ac5-8282-79be53bef291"}}' 2018-08-15 20:12:23,123 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-d375f40a-52c6-4904-acce-f1a53066959f Date: Wed, 15 Aug 2018 20:12: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-15T20:12:23Z", "security_group_id": "6405e70a-cd99-4ac5-8282-79be53bef291", "port_range_min": null, "revision_number": 0, "tenant_id": "56d23d475b1940009ec8c0a045979522", "created_at": "2018-08-15T20:12:23Z", "project_id": "56d23d475b1940009ec8c0a045979522", "id": "bbdcc6c8-835c-41a1-9187-27dfccf57923"}} 2018-08-15 20:12:23,123 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules.json used request id req-d375f40a-52c6-4904-acce-f1a53066959f 2018-08-15 20:12:23,123 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.121338844299s 2018-08-15 20:12:23,124 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules.json used request id req-d375f40a-52c6-4904-acce-f1a53066959f 2018-08-15 20:12:23,127 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-15 20:12:23,127 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5251d3adfd7707680aed544c79922583be11f6d1" 2018-08-15 20:12:23,177 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4829 X-Openstack-Request-Id: req-a4a8e451-7f74-427b-9cdc-d1102576b191 Date: Wed, 15 Aug 2018 20:12:23 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "56d23d475b1940009ec8c0a045979522", "created_at": "2018-08-15T20:10:42Z", "updated_at": "2018-08-15T20:10:42Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T20:10:42Z", "revision_number": 0, "id": "1831dc1c-3775-46f2-8bb8-a86670d35d63", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T20:10:42Z", "security_group_id": "237d663c-5f1b-4cbc-a241-0db155438744", "tenant_id": "56d23d475b1940009ec8c0a045979522", "port_range_min": null, "ethertype": "IPv6", "project_id": "56d23d475b1940009ec8c0a045979522"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T20:10:42Z", "revision_number": 0, "id": "843220c4-46cf-4af9-bd0a-e19b7cf51a15", "remote_group_id": "237d663c-5f1b-4cbc-a241-0db155438744", "remote_ip_prefix": null, "created_at": "2018-08-15T20:10:42Z", "security_group_id": "237d663c-5f1b-4cbc-a241-0db155438744", "tenant_id": "56d23d475b1940009ec8c0a045979522", "port_range_min": null, "ethertype": "IPv4", "project_id": "56d23d475b1940009ec8c0a045979522"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T20:10:42Z", "revision_number": 0, "id": "a20f48aa-33b7-4266-b19d-6d43b01f33da", "remote_group_id": "237d663c-5f1b-4cbc-a241-0db155438744", "remote_ip_prefix": null, "created_at": "2018-08-15T20:10:42Z", "security_group_id": "237d663c-5f1b-4cbc-a241-0db155438744", "tenant_id": "56d23d475b1940009ec8c0a045979522", "port_range_min": null, "ethertype": "IPv6", "project_id": "56d23d475b1940009ec8c0a045979522"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T20:10:42Z", "revision_number": 0, "id": "faba408c-7eca-4458-877b-2a4c60a6c8bb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T20:10:42Z", "security_group_id": "237d663c-5f1b-4cbc-a241-0db155438744", "tenant_id": "56d23d475b1940009ec8c0a045979522", "port_range_min": null, "ethertype": "IPv4", "project_id": "56d23d475b1940009ec8c0a045979522"}], "revision_number": 1, "project_id": "56d23d475b1940009ec8c0a045979522", "id": "237d663c-5f1b-4cbc-a241-0db155438744", "name": "default"}, {"description": "created by OPNFV Functest (cloudify)", "tags": [], "tenant_id": "56d23d475b1940009ec8c0a045979522", "created_at": "2018-08-15T20:12:22Z", "updated_at": "2018-08-15T20:12:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T20:12:22Z", "revision_number": 0, "id": "7075fdb7-e63d-4550-a7ef-cb4333660707", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T20:12:22Z", "security_group_id": "6405e70a-cd99-4ac5-8282-79be53bef291", "tenant_id": "56d23d475b1940009ec8c0a045979522", "port_range_min": null, "ethertype": "IPv4", "project_id": "56d23d475b1940009ec8c0a045979522"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T20:12:22Z", "revision_number": 0, "id": "9a333f5b-95d1-4942-9192-9c84b08caf39", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T20:12:22Z", "security_group_id": "6405e70a-cd99-4ac5-8282-79be53bef291", "tenant_id": "56d23d475b1940009ec8c0a045979522", "port_range_min": null, "ethertype": "IPv6", "project_id": "56d23d475b1940009ec8c0a045979522"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-15T20:12:22Z", "revision_number": 0, "id": "b7487286-2e8d-400d-855c-51efb3143c0c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T20:12:22Z", "security_group_id": "6405e70a-cd99-4ac5-8282-79be53bef291", "tenant_id": "56d23d475b1940009ec8c0a045979522", "port_range_min": 22, "ethertype": "IPv4", "project_id": "56d23d475b1940009ec8c0a045979522"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-15T20:12:23Z", "revision_number": 0, "id": "bbdcc6c8-835c-41a1-9187-27dfccf57923", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T20:12:23Z", "security_group_id": "6405e70a-cd99-4ac5-8282-79be53bef291", "tenant_id": "56d23d475b1940009ec8c0a045979522", "port_range_min": null, "ethertype": "IPv4", "project_id": "56d23d475b1940009ec8c0a045979522"}], "revision_number": 3, "project_id": "56d23d475b1940009ec8c0a045979522", "id": "6405e70a-cd99-4ac5-8282-79be53bef291", "name": "cloudify-sg_953759b1-b60f-4be9-b61c-b438c5b3c5e2"}]} 2018-08-15 20:12:23,177 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-a4a8e451-7f74-427b-9cdc-d1102576b191 2018-08-15 20:12:23,177 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0507011413574s 2018-08-15 20:12:23,178 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-a4a8e451-7f74-427b-9cdc-d1102576b191 2018-08-15 20:12:23,181 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-15 20:12:23,182 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}5251d3adfd7707680aed544c79922583be11f6d1" -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": "6405e70a-cd99-4ac5-8282-79be53bef291"}}' 2018-08-15 20:12:23,312 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-c4334334-23cd-4d31-b1d3-fc120a983ed5 Date: Wed, 15 Aug 2018 20:12:23 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-15T20:12:23Z", "security_group_id": "6405e70a-cd99-4ac5-8282-79be53bef291", "port_range_min": 80, "revision_number": 0, "tenant_id": "56d23d475b1940009ec8c0a045979522", "created_at": "2018-08-15T20:12:23Z", "project_id": "56d23d475b1940009ec8c0a045979522", "id": "d11d799e-befe-4dc2-a91b-4ef3e9e2c7b1"}} 2018-08-15 20:12:23,312 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules.json used request id req-c4334334-23cd-4d31-b1d3-fc120a983ed5 2018-08-15 20:12:23,312 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.130700826645s 2018-08-15 20:12:23,312 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules.json used request id req-c4334334-23cd-4d31-b1d3-fc120a983ed5 2018-08-15 20:12:23,316 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-15 20:12:23,316 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5251d3adfd7707680aed544c79922583be11f6d1" 2018-08-15 20:12:23,372 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5325 X-Openstack-Request-Id: req-31f18508-dfc2-4417-8af9-7f69a985b857 Date: Wed, 15 Aug 2018 20:12:23 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "56d23d475b1940009ec8c0a045979522", "created_at": "2018-08-15T20:10:42Z", "updated_at": "2018-08-15T20:10:42Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T20:10:42Z", "revision_number": 0, "id": "1831dc1c-3775-46f2-8bb8-a86670d35d63", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T20:10:42Z", "security_group_id": "237d663c-5f1b-4cbc-a241-0db155438744", "tenant_id": "56d23d475b1940009ec8c0a045979522", "port_range_min": null, "ethertype": "IPv6", "project_id": "56d23d475b1940009ec8c0a045979522"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T20:10:42Z", "revision_number": 0, "id": "843220c4-46cf-4af9-bd0a-e19b7cf51a15", "remote_group_id": "237d663c-5f1b-4cbc-a241-0db155438744", "remote_ip_prefix": null, "created_at": "2018-08-15T20:10:42Z", "security_group_id": "237d663c-5f1b-4cbc-a241-0db155438744", "tenant_id": "56d23d475b1940009ec8c0a045979522", "port_range_min": null, "ethertype": "IPv4", "project_id": "56d23d475b1940009ec8c0a045979522"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T20:10:42Z", "revision_number": 0, "id": "a20f48aa-33b7-4266-b19d-6d43b01f33da", "remote_group_id": "237d663c-5f1b-4cbc-a241-0db155438744", "remote_ip_prefix": null, "created_at": "2018-08-15T20:10:42Z", "security_group_id": "237d663c-5f1b-4cbc-a241-0db155438744", "tenant_id": "56d23d475b1940009ec8c0a045979522", "port_range_min": null, "ethertype": "IPv6", "project_id": "56d23d475b1940009ec8c0a045979522"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T20:10:42Z", "revision_number": 0, "id": "faba408c-7eca-4458-877b-2a4c60a6c8bb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T20:10:42Z", "security_group_id": "237d663c-5f1b-4cbc-a241-0db155438744", "tenant_id": "56d23d475b1940009ec8c0a045979522", "port_range_min": null, "ethertype": "IPv4", "project_id": "56d23d475b1940009ec8c0a045979522"}], "revision_number": 1, "project_id": "56d23d475b1940009ec8c0a045979522", "id": "237d663c-5f1b-4cbc-a241-0db155438744", "name": "default"}, {"description": "created by OPNFV Functest (cloudify)", "tags": [], "tenant_id": "56d23d475b1940009ec8c0a045979522", "created_at": "2018-08-15T20:12:22Z", "updated_at": "2018-08-15T20:12:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T20:12:22Z", "revision_number": 0, "id": "7075fdb7-e63d-4550-a7ef-cb4333660707", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T20:12:22Z", "security_group_id": "6405e70a-cd99-4ac5-8282-79be53bef291", "tenant_id": "56d23d475b1940009ec8c0a045979522", "port_range_min": null, "ethertype": "IPv4", "project_id": "56d23d475b1940009ec8c0a045979522"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T20:12:22Z", "revision_number": 0, "id": "9a333f5b-95d1-4942-9192-9c84b08caf39", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T20:12:22Z", "security_group_id": "6405e70a-cd99-4ac5-8282-79be53bef291", "tenant_id": "56d23d475b1940009ec8c0a045979522", "port_range_min": null, "ethertype": "IPv6", "project_id": "56d23d475b1940009ec8c0a045979522"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-15T20:12:22Z", "revision_number": 0, "id": "b7487286-2e8d-400d-855c-51efb3143c0c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T20:12:22Z", "security_group_id": "6405e70a-cd99-4ac5-8282-79be53bef291", "tenant_id": "56d23d475b1940009ec8c0a045979522", "port_range_min": 22, "ethertype": "IPv4", "project_id": "56d23d475b1940009ec8c0a045979522"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-15T20:12:23Z", "revision_number": 0, "id": "bbdcc6c8-835c-41a1-9187-27dfccf57923", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T20:12:23Z", "security_group_id": "6405e70a-cd99-4ac5-8282-79be53bef291", "tenant_id": "56d23d475b1940009ec8c0a045979522", "port_range_min": null, "ethertype": "IPv4", "project_id": "56d23d475b1940009ec8c0a045979522"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-15T20:12:23Z", "revision_number": 0, "id": "d11d799e-befe-4dc2-a91b-4ef3e9e2c7b1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T20:12:23Z", "security_group_id": "6405e70a-cd99-4ac5-8282-79be53bef291", "tenant_id": "56d23d475b1940009ec8c0a045979522", "port_range_min": 80, "ethertype": "IPv4", "project_id": "56d23d475b1940009ec8c0a045979522"}], "revision_number": 4, "project_id": "56d23d475b1940009ec8c0a045979522", "id": "6405e70a-cd99-4ac5-8282-79be53bef291", "name": "cloudify-sg_953759b1-b60f-4be9-b61c-b438c5b3c5e2"}]} 2018-08-15 20:12:23,372 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-31f18508-dfc2-4417-8af9-7f69a985b857 2018-08-15 20:12:23,372 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0561828613281s 2018-08-15 20:12:23,373 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-31f18508-dfc2-4417-8af9-7f69a985b857 2018-08-15 20:12:23,376 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-15 20:12:23,376 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}5251d3adfd7707680aed544c79922583be11f6d1" -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": "6405e70a-cd99-4ac5-8282-79be53bef291"}}' 2018-08-15 20:12:23,535 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-8bcee87a-a123-4727-994d-7c9bafbebbaf Date: Wed, 15 Aug 2018 20:12:23 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 443, "updated_at": "2018-08-15T20:12:23Z", "security_group_id": "6405e70a-cd99-4ac5-8282-79be53bef291", "port_range_min": 443, "revision_number": 0, "tenant_id": "56d23d475b1940009ec8c0a045979522", "created_at": "2018-08-15T20:12:23Z", "project_id": "56d23d475b1940009ec8c0a045979522", "id": "08cd4a4c-83bd-47d7-94a4-6ee6655060bf"}} 2018-08-15 20:12:23,535 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules.json used request id req-8bcee87a-a123-4727-994d-7c9bafbebbaf 2018-08-15 20:12:23,535 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.159232854843s 2018-08-15 20:12:23,535 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules.json used request id req-8bcee87a-a123-4727-994d-7c9bafbebbaf 2018-08-15 20:12:23,538 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-15 20:12:23,539 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5251d3adfd7707680aed544c79922583be11f6d1" 2018-08-15 20:12:23,590 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5823 X-Openstack-Request-Id: req-1e2ae550-c703-4943-a943-0f3a7aefb2d8 Date: Wed, 15 Aug 2018 20:12:23 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "56d23d475b1940009ec8c0a045979522", "created_at": "2018-08-15T20:10:42Z", "updated_at": "2018-08-15T20:10:42Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T20:10:42Z", "revision_number": 0, "id": "1831dc1c-3775-46f2-8bb8-a86670d35d63", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T20:10:42Z", "security_group_id": "237d663c-5f1b-4cbc-a241-0db155438744", "tenant_id": "56d23d475b1940009ec8c0a045979522", "port_range_min": null, "ethertype": "IPv6", "project_id": "56d23d475b1940009ec8c0a045979522"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T20:10:42Z", "revision_number": 0, "id": "843220c4-46cf-4af9-bd0a-e19b7cf51a15", "remote_group_id": "237d663c-5f1b-4cbc-a241-0db155438744", "remote_ip_prefix": null, "created_at": "2018-08-15T20:10:42Z", "security_group_id": "237d663c-5f1b-4cbc-a241-0db155438744", "tenant_id": "56d23d475b1940009ec8c0a045979522", "port_range_min": null, "ethertype": "IPv4", "project_id": "56d23d475b1940009ec8c0a045979522"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T20:10:42Z", "revision_number": 0, "id": "a20f48aa-33b7-4266-b19d-6d43b01f33da", "remote_group_id": "237d663c-5f1b-4cbc-a241-0db155438744", "remote_ip_prefix": null, "created_at": "2018-08-15T20:10:42Z", "security_group_id": "237d663c-5f1b-4cbc-a241-0db155438744", "tenant_id": "56d23d475b1940009ec8c0a045979522", "port_range_min": null, "ethertype": "IPv6", "project_id": "56d23d475b1940009ec8c0a045979522"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T20:10:42Z", "revision_number": 0, "id": "faba408c-7eca-4458-877b-2a4c60a6c8bb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T20:10:42Z", "security_group_id": "237d663c-5f1b-4cbc-a241-0db155438744", "tenant_id": "56d23d475b1940009ec8c0a045979522", "port_range_min": null, "ethertype": "IPv4", "project_id": "56d23d475b1940009ec8c0a045979522"}], "revision_number": 1, "project_id": "56d23d475b1940009ec8c0a045979522", "id": "237d663c-5f1b-4cbc-a241-0db155438744", "name": "default"}, {"description": "created by OPNFV Functest (cloudify)", "tags": [], "tenant_id": "56d23d475b1940009ec8c0a045979522", "created_at": "2018-08-15T20:12:22Z", "updated_at": "2018-08-15T20:12:23Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-08-15T20:12:23Z", "revision_number": 0, "id": "08cd4a4c-83bd-47d7-94a4-6ee6655060bf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T20:12:23Z", "security_group_id": "6405e70a-cd99-4ac5-8282-79be53bef291", "tenant_id": "56d23d475b1940009ec8c0a045979522", "port_range_min": 443, "ethertype": "IPv4", "project_id": "56d23d475b1940009ec8c0a045979522"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T20:12:22Z", "revision_number": 0, "id": "7075fdb7-e63d-4550-a7ef-cb4333660707", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T20:12:22Z", "security_group_id": "6405e70a-cd99-4ac5-8282-79be53bef291", "tenant_id": "56d23d475b1940009ec8c0a045979522", "port_range_min": null, "ethertype": "IPv4", "project_id": "56d23d475b1940009ec8c0a045979522"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T20:12:22Z", "revision_number": 0, "id": "9a333f5b-95d1-4942-9192-9c84b08caf39", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T20:12:22Z", "security_group_id": "6405e70a-cd99-4ac5-8282-79be53bef291", "tenant_id": "56d23d475b1940009ec8c0a045979522", "port_range_min": null, "ethertype": "IPv6", "project_id": "56d23d475b1940009ec8c0a045979522"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-15T20:12:22Z", "revision_number": 0, "id": "b7487286-2e8d-400d-855c-51efb3143c0c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T20:12:22Z", "security_group_id": "6405e70a-cd99-4ac5-8282-79be53bef291", "tenant_id": "56d23d475b1940009ec8c0a045979522", "port_range_min": 22, "ethertype": "IPv4", "project_id": "56d23d475b1940009ec8c0a045979522"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-15T20:12:23Z", "revision_number": 0, "id": "bbdcc6c8-835c-41a1-9187-27dfccf57923", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T20:12:23Z", "security_group_id": "6405e70a-cd99-4ac5-8282-79be53bef291", "tenant_id": "56d23d475b1940009ec8c0a045979522", "port_range_min": null, "ethertype": "IPv4", "project_id": "56d23d475b1940009ec8c0a045979522"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-15T20:12:23Z", "revision_number": 0, "id": "d11d799e-befe-4dc2-a91b-4ef3e9e2c7b1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T20:12:23Z", "security_group_id": "6405e70a-cd99-4ac5-8282-79be53bef291", "tenant_id": "56d23d475b1940009ec8c0a045979522", "port_range_min": 80, "ethertype": "IPv4", "project_id": "56d23d475b1940009ec8c0a045979522"}], "revision_number": 5, "project_id": "56d23d475b1940009ec8c0a045979522", "id": "6405e70a-cd99-4ac5-8282-79be53bef291", "name": "cloudify-sg_953759b1-b60f-4be9-b61c-b438c5b3c5e2"}]} 2018-08-15 20:12:23,591 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-1e2ae550-c703-4943-a943-0f3a7aefb2d8 2018-08-15 20:12:23,591 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.052258014679s 2018-08-15 20:12:23,591 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-1e2ae550-c703-4943-a943-0f3a7aefb2d8 2018-08-15 20:12:23,594 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-15 20:12:23,595 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}5251d3adfd7707680aed544c79922583be11f6d1" -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": "6405e70a-cd99-4ac5-8282-79be53bef291"}}' 2018-08-15 20:12:23,747 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 511 X-Openstack-Request-Id: req-9c512437-e4b2-4a32-974e-240089cf6d36 Date: Wed, 15 Aug 2018 20:12:23 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 5671, "updated_at": "2018-08-15T20:12:23Z", "security_group_id": "6405e70a-cd99-4ac5-8282-79be53bef291", "port_range_min": 5671, "revision_number": 0, "tenant_id": "56d23d475b1940009ec8c0a045979522", "created_at": "2018-08-15T20:12:23Z", "project_id": "56d23d475b1940009ec8c0a045979522", "id": "64b3f636-097f-4a7f-9910-02c06e823c02"}} 2018-08-15 20:12:23,747 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules.json used request id req-9c512437-e4b2-4a32-974e-240089cf6d36 2018-08-15 20:12:23,747 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.152718067169s 2018-08-15 20:12:23,747 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules.json used request id req-9c512437-e4b2-4a32-974e-240089cf6d36 2018-08-15 20:12:23,751 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-15 20:12:23,751 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5251d3adfd7707680aed544c79922583be11f6d1" 2018-08-15 20:12:23,799 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 6323 X-Openstack-Request-Id: req-75665c27-5b03-44ca-8dbb-def8703a37db Date: Wed, 15 Aug 2018 20:12:23 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "56d23d475b1940009ec8c0a045979522", "created_at": "2018-08-15T20:10:42Z", "updated_at": "2018-08-15T20:10:42Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T20:10:42Z", "revision_number": 0, "id": "1831dc1c-3775-46f2-8bb8-a86670d35d63", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T20:10:42Z", "security_group_id": "237d663c-5f1b-4cbc-a241-0db155438744", "tenant_id": "56d23d475b1940009ec8c0a045979522", "port_range_min": null, "ethertype": "IPv6", "project_id": "56d23d475b1940009ec8c0a045979522"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T20:10:42Z", "revision_number": 0, "id": "843220c4-46cf-4af9-bd0a-e19b7cf51a15", "remote_group_id": "237d663c-5f1b-4cbc-a241-0db155438744", "remote_ip_prefix": null, "created_at": "2018-08-15T20:10:42Z", "security_group_id": "237d663c-5f1b-4cbc-a241-0db155438744", "tenant_id": "56d23d475b1940009ec8c0a045979522", "port_range_min": null, "ethertype": "IPv4", "project_id": "56d23d475b1940009ec8c0a045979522"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T20:10:42Z", "revision_number": 0, "id": "a20f48aa-33b7-4266-b19d-6d43b01f33da", "remote_group_id": "237d663c-5f1b-4cbc-a241-0db155438744", "remote_ip_prefix": null, "created_at": "2018-08-15T20:10:42Z", "security_group_id": "237d663c-5f1b-4cbc-a241-0db155438744", "tenant_id": "56d23d475b1940009ec8c0a045979522", "port_range_min": null, "ethertype": "IPv6", "project_id": "56d23d475b1940009ec8c0a045979522"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T20:10:42Z", "revision_number": 0, "id": "faba408c-7eca-4458-877b-2a4c60a6c8bb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T20:10:42Z", "security_group_id": "237d663c-5f1b-4cbc-a241-0db155438744", "tenant_id": "56d23d475b1940009ec8c0a045979522", "port_range_min": null, "ethertype": "IPv4", "project_id": "56d23d475b1940009ec8c0a045979522"}], "revision_number": 1, "project_id": "56d23d475b1940009ec8c0a045979522", "id": "237d663c-5f1b-4cbc-a241-0db155438744", "name": "default"}, {"description": "created by OPNFV Functest (cloudify)", "tags": [], "tenant_id": "56d23d475b1940009ec8c0a045979522", "created_at": "2018-08-15T20:12:22Z", "updated_at": "2018-08-15T20:12:23Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-08-15T20:12:23Z", "revision_number": 0, "id": "08cd4a4c-83bd-47d7-94a4-6ee6655060bf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T20:12:23Z", "security_group_id": "6405e70a-cd99-4ac5-8282-79be53bef291", "tenant_id": "56d23d475b1940009ec8c0a045979522", "port_range_min": 443, "ethertype": "IPv4", "project_id": "56d23d475b1940009ec8c0a045979522"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5671, "updated_at": "2018-08-15T20:12:23Z", "revision_number": 0, "id": "64b3f636-097f-4a7f-9910-02c06e823c02", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T20:12:23Z", "security_group_id": "6405e70a-cd99-4ac5-8282-79be53bef291", "tenant_id": "56d23d475b1940009ec8c0a045979522", "port_range_min": 5671, "ethertype": "IPv4", "project_id": "56d23d475b1940009ec8c0a045979522"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T20:12:22Z", "revision_number": 0, "id": "7075fdb7-e63d-4550-a7ef-cb4333660707", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T20:12:22Z", "security_group_id": "6405e70a-cd99-4ac5-8282-79be53bef291", "tenant_id": "56d23d475b1940009ec8c0a045979522", "port_range_min": null, "ethertype": "IPv4", "project_id": "56d23d475b1940009ec8c0a045979522"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T20:12:22Z", "revision_number": 0, "id": "9a333f5b-95d1-4942-9192-9c84b08caf39", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T20:12:22Z", "security_group_id": "6405e70a-cd99-4ac5-8282-79be53bef291", "tenant_id": "56d23d475b1940009ec8c0a045979522", "port_range_min": null, "ethertype": "IPv6", "project_id": "56d23d475b1940009ec8c0a045979522"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-15T20:12:22Z", "revision_number": 0, "id": "b7487286-2e8d-400d-855c-51efb3143c0c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T20:12:22Z", "security_group_id": "6405e70a-cd99-4ac5-8282-79be53bef291", "tenant_id": "56d23d475b1940009ec8c0a045979522", "port_range_min": 22, "ethertype": "IPv4", "project_id": "56d23d475b1940009ec8c0a045979522"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-15T20:12:23Z", "revision_number": 0, "id": "bbdcc6c8-835c-41a1-9187-27dfccf57923", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T20:12:23Z", "security_group_id": "6405e70a-cd99-4ac5-8282-79be53bef291", "tenant_id": "56d23d475b1940009ec8c0a045979522", "port_range_min": null, "ethertype": "IPv4", "project_id": "56d23d475b1940009ec8c0a045979522"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-15T20:12:23Z", "revision_number": 0, "id": "d11d799e-befe-4dc2-a91b-4ef3e9e2c7b1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T20:12:23Z", "security_group_id": "6405e70a-cd99-4ac5-8282-79be53bef291", "tenant_id": "56d23d475b1940009ec8c0a045979522", "port_range_min": 80, "ethertype": "IPv4", "project_id": "56d23d475b1940009ec8c0a045979522"}], "revision_number": 6, "project_id": "56d23d475b1940009ec8c0a045979522", "id": "6405e70a-cd99-4ac5-8282-79be53bef291", "name": "cloudify-sg_953759b1-b60f-4be9-b61c-b438c5b3c5e2"}]} 2018-08-15 20:12:23,799 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-75665c27-5b03-44ca-8dbb-def8703a37db 2018-08-15 20:12:23,800 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0488228797913s 2018-08-15 20:12:23,800 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-75665c27-5b03-44ca-8dbb-def8703a37db 2018-08-15 20:12:23,803 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-15 20:12:23,804 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}5251d3adfd7707680aed544c79922583be11f6d1" -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": "6405e70a-cd99-4ac5-8282-79be53bef291"}}' 2018-08-15 20:12:24,190 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 513 X-Openstack-Request-Id: req-c1677314-50c9-4c7c-a084-c5352d8ffe81 Date: Wed, 15 Aug 2018 20:12: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": 53333, "updated_at": "2018-08-15T20:12:23Z", "security_group_id": "6405e70a-cd99-4ac5-8282-79be53bef291", "port_range_min": 53333, "revision_number": 0, "tenant_id": "56d23d475b1940009ec8c0a045979522", "created_at": "2018-08-15T20:12:23Z", "project_id": "56d23d475b1940009ec8c0a045979522", "id": "f9b06922-ab05-4b35-8972-06cbf8352899"}} 2018-08-15 20:12:24,191 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules.json used request id req-c1677314-50c9-4c7c-a084-c5352d8ffe81 2018-08-15 20:12:24,191 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.387633085251s 2018-08-15 20:12:24,191 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules.json used request id req-c1677314-50c9-4c7c-a084-c5352d8ffe81 2018-08-15 20:12:24,193 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-15 20:12:24,193 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5251d3adfd7707680aed544c79922583be11f6d1" 2018-08-15 20:12:24,295 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1190 X-Openstack-Request-Id: req-3e8b7904-8b37-4869-a328-0af1b401de8e Date: Wed, 15 Aug 2018 20:12:24 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":["942a8de9-2f9c-4c8b-a1f9-68347f64a2d6"],"updated_at":"2018-08-15T20:10:43Z","tenant_id":"56d23d475b1940009ec8c0a045979522","created_at":"2018-08-15T20:10:42Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"56d23d475b1940009ec8c0a045979522","id":"424cd13e-6a62-4f18-9adc-956fd89fc147","name":"cloudify-net_953759b1-b60f-4be9-b61c-b438c5b3c5e2"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["3ef75223-733d-425d-bb3e-88e8a796bebc"],"updated_at":"2018-08-15T17:41:36Z","tenant_id":"d2c267e1fee9461ba5e64a915b9518f5","created_at":"2018-08-15T17:16:26Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"d2c267e1fee9461ba5e64a915b9518f5","id":"fc8ca119-27ab-4070-99fa-a2993d11ee48","name":"external"}]} 2018-08-15 20:12:24,295 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-3e8b7904-8b37-4869-a328-0af1b401de8e 2018-08-15 20:12:24,295 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.102369070053s 2018-08-15 20:12:24,295 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-3e8b7904-8b37-4869-a328-0af1b401de8e 2018-08-15 20:12:24,300 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-15 20:12:24,304 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5251d3adfd7707680aed544c79922583be11f6d1" 2018-08-15 20:12:24,339 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-0b55831d-dbed-4b8e-8217-bba3d7047e45 Date: Wed, 15 Aug 2018 20:12:24 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-15T20:12:21Z", "file": "/v2/images/af37bea3-f448-45b0-9e35-03eea33911d2/file", "owner": "56d23d475b1940009ec8c0a045979522", "id": "af37bea3-f448-45b0-9e35-03eea33911d2", "size": 4373348352, "self": "/v2/images/af37bea3-f448-45b0-9e35-03eea33911d2", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/af37bea3-f448-45b0-9e35-03eea33911d2/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "locations": [{"url": "rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/af37bea3-f448-45b0-9e35-03eea33911d2/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cloudify-img_953759b1-b60f-4be9-b61c-b438c5b3c5e2", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify-img_953759b1-b60f-4be9-b61c-b438c5b3c5e2", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-08-15T20:11:20Z", "os_hidden": false, "protected": false, "os_hash_value": "faa3b93f58a3a060092d8b73ed7dff4db788b7ba9f82a679e84462fcef54c0bf7feb5c08de6f9523de4f3ec4dcb084e02454ec94619fb84802ac5a0277ea1a5d"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-15 20:12:24,340 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-0b55831d-dbed-4b8e-8217-bba3d7047e45 2018-08-15 20:12:24,340 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0396909713745s 2018-08-15 20:12:24,340 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-0b55831d-dbed-4b8e-8217-bba3d7047e45 2018-08-15 20:12:24,342 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-15 20:12:24,344 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5251d3adfd7707680aed544c79922583be11f6d1" 2018-08-15 20:12:24,366 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:12:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f68662b5-a24d-43be-902a-29ee5bfc3799 x-compute-request-id: req-f68662b5-a24d-43be-902a-29ee5bfc3799 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cloudify-flavor_953759b1-b60f-4be9-b61c-b438c5b3c5e2", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/b7421eb0-3d5b-4e9c-898c-9ebbd714979d", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/b7421eb0-3d5b-4e9c-898c-9ebbd714979d", "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": "b7421eb0-3d5b-4e9c-898c-9ebbd714979d"}]} 2018-08-15 20:12:24,366 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-f68662b5-a24d-43be-902a-29ee5bfc3799 2018-08-15 20:12:24,366 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.024435043335s 2018-08-15 20:12:24,367 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-f68662b5-a24d-43be-902a-29ee5bfc3799 2018-08-15 20:12:24,368 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-15 20:12:24,371 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}5251d3adfd7707680aed544c79922583be11f6d1" -d '{"server": {"name": "cloudify-vm_953759b1-b60f-4be9-b61c-b438c5b3c5e2", "imageRef": "af37bea3-f448-45b0-9e35-03eea33911d2", "key_name": "cloudify-kp_953759b1-b60f-4be9-b61c-b438c5b3c5e2", "flavorRef": "b7421eb0-3d5b-4e9c-898c-9ebbd714979d", "max_count": 1, "min_count": 1, "networks": [{"uuid": "424cd13e-6a62-4f18-9adc-956fd89fc147"}], "security_groups": [{"name": "6405e70a-cd99-4ac5-8282-79be53bef291"}]}}' 2018-08-15 20:12:26,605 - keystoneauth.session - DEBUG - RESP: [202] Date: Wed, 15 Aug 2018 20:12:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-1b528582-425f-4e27-9363-3050d80d825b x-compute-request-id: req-1b528582-425f-4e27-9363-3050d80d825b Content-Length: 403 location: http://172.30.9.27:8774/v2.1/servers/78d984cf-2142-4f36-8e29-36c2ea803b41 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "6405e70a-cd99-4ac5-8282-79be53bef291"}], "OS-DCF:diskConfig": "MANUAL", "id": "78d984cf-2142-4f36-8e29-36c2ea803b41", "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/78d984cf-2142-4f36-8e29-36c2ea803b41", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/78d984cf-2142-4f36-8e29-36c2ea803b41", "rel": "bookmark"}], "adminPass": "88GLhXJXr79r"}} 2018-08-15 20:12:26,606 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-1b528582-425f-4e27-9363-3050d80d825b 2018-08-15 20:12:26,606 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 2.23736715317s 2018-08-15 20:12:26,606 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-1b528582-425f-4e27-9363-3050d80d825b 2018-08-15 20:12:26,607 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:12:26,609 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5251d3adfd7707680aed544c79922583be11f6d1" 2018-08-15 20:12:26,895 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:12:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8ff4791e-84a1-4b0b-945f-46707e25d389 x-compute-request-id: req-8ff4791e-84a1-4b0b-945f-46707e25d389 Content-Encoding: gzip Content-Length: 601 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/78d984cf-2142-4f36-8e29-36c2ea803b41", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/78d984cf-2142-4f36-8e29-36c2ea803b41", "rel": "bookmark"}], "image": {"id": "af37bea3-f448-45b0-9e35-03eea33911d2", "links": [{"href": "http://172.30.9.27:8774/images/af37bea3-f448-45b0-9e35-03eea33911d2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "b7421eb0-3d5b-4e9c-898c-9ebbd714979d", "links": [{"href": "http://172.30.9.27:8774/flavors/b7421eb0-3d5b-4e9c-898c-9ebbd714979d", "rel": "bookmark"}]}, "id": "78d984cf-2142-4f36-8e29-36c2ea803b41", "user_id": "82b63cd4f2254481bb6058c2929854a4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T20:12:26Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_953759b1-b60f-4be9-b61c-b438c5b3c5e2", "name": "cloudify-vm_953759b1-b60f-4be9-b61c-b438c5b3c5e2", "created": "2018-08-15T20:12:26Z", "tenant_id": "56d23d475b1940009ec8c0a045979522", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:12:26,895 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-8ff4791e-84a1-4b0b-945f-46707e25d389 2018-08-15 20:12:26,895 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.288206100464s 2018-08-15 20:12:26,896 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-8ff4791e-84a1-4b0b-945f-46707e25d389 2018-08-15 20:12:26,902 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-15 20:12:26,903 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5251d3adfd7707680aed544c79922583be11f6d1" 2018-08-15 20:12:27,211 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1190 X-Openstack-Request-Id: req-fe6ec5ca-6ad2-4573-b23b-9311c8891ec4 Date: Wed, 15 Aug 2018 20:12: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":["942a8de9-2f9c-4c8b-a1f9-68347f64a2d6"],"updated_at":"2018-08-15T20:10:43Z","tenant_id":"56d23d475b1940009ec8c0a045979522","created_at":"2018-08-15T20:10:42Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"56d23d475b1940009ec8c0a045979522","id":"424cd13e-6a62-4f18-9adc-956fd89fc147","name":"cloudify-net_953759b1-b60f-4be9-b61c-b438c5b3c5e2"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["3ef75223-733d-425d-bb3e-88e8a796bebc"],"updated_at":"2018-08-15T17:41:36Z","tenant_id":"d2c267e1fee9461ba5e64a915b9518f5","created_at":"2018-08-15T17:16:26Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"d2c267e1fee9461ba5e64a915b9518f5","id":"fc8ca119-27ab-4070-99fa-a2993d11ee48","name":"external"}]} 2018-08-15 20:12:27,211 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-fe6ec5ca-6ad2-4573-b23b-9311c8891ec4 2018-08-15 20:12:27,211 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.308691978455s 2018-08-15 20:12:27,211 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-fe6ec5ca-6ad2-4573-b23b-9311c8891ec4 2018-08-15 20:12:27,212 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-15 20:12:27,213 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5251d3adfd7707680aed544c79922583be11f6d1" 2018-08-15 20:12:27,252 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-17617332-a868-4a75-8d15-ebf27087474f Date: Wed, 15 Aug 2018 20:12:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"424cd13e-6a62-4f18-9adc-956fd89fc147","tenant_id":"56d23d475b1940009ec8c0a045979522","created_at":"2018-08-15T20:10:43Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-15T20:10:43Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"56d23d475b1940009ec8c0a045979522","id":"942a8de9-2f9c-4c8b-a1f9-68347f64a2d6","subnetpool_id":null,"name":"cloudify-subnet_953759b1-b60f-4be9-b61c-b438c5b3c5e2"}]} 2018-08-15 20:12:27,252 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-17617332-a868-4a75-8d15-ebf27087474f 2018-08-15 20:12:27,253 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0403010845184s 2018-08-15 20:12:27,253 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-17617332-a868-4a75-8d15-ebf27087474f 2018-08-15 20:12:27,253 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 20:12:29,256 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:12:29,259 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5251d3adfd7707680aed544c79922583be11f6d1" 2018-08-15 20:12:29,928 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:12:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a4daf139-dcfc-4dcf-b909-5b05e967a541 x-compute-request-id: req-a4daf139-dcfc-4dcf-b909-5b05e967a541 Content-Encoding: gzip Content-Length: 673 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/78d984cf-2142-4f36-8e29-36c2ea803b41", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/78d984cf-2142-4f36-8e29-36c2ea803b41", "rel": "bookmark"}], "image": {"id": "af37bea3-f448-45b0-9e35-03eea33911d2", "links": [{"href": "http://172.30.9.27:8774/images/af37bea3-f448-45b0-9e35-03eea33911d2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "b7421eb0-3d5b-4e9c-898c-9ebbd714979d", "links": [{"href": "http://172.30.9.27:8774/flavors/b7421eb0-3d5b-4e9c-898c-9ebbd714979d", "rel": "bookmark"}]}, "id": "78d984cf-2142-4f36-8e29-36c2ea803b41", "security_groups": [{"name": "cloudify-sg_953759b1-b60f-4be9-b61c-b438c5b3c5e2"}], "user_id": "82b63cd4f2254481bb6058c2929854a4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T20:12:29Z", "hostId": "003939214126ba7bbb2e03b72cb6458161f18a533a3ca80e9d1892f6", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_953759b1-b60f-4be9-b61c-b438c5b3c5e2", "name": "cloudify-vm_953759b1-b60f-4be9-b61c-b438c5b3c5e2", "created": "2018-08-15T20:12:26Z", "tenant_id": "56d23d475b1940009ec8c0a045979522", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:12:29,928 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-a4daf139-dcfc-4dcf-b909-5b05e967a541 2018-08-15 20:12:29,928 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.671647787094s 2018-08-15 20:12:29,928 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-a4daf139-dcfc-4dcf-b909-5b05e967a541 2018-08-15 20:12:29,932 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 20:12:31,935 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:12:31,938 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5251d3adfd7707680aed544c79922583be11f6d1" 2018-08-15 20:12:32,518 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:12:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fcdb4fdf-a2ec-469e-a3f3-3bd32b4f0d85 x-compute-request-id: req-fcdb4fdf-a2ec-469e-a3f3-3bd32b4f0d85 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/78d984cf-2142-4f36-8e29-36c2ea803b41", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/78d984cf-2142-4f36-8e29-36c2ea803b41", "rel": "bookmark"}], "image": {"id": "af37bea3-f448-45b0-9e35-03eea33911d2", "links": [{"href": "http://172.30.9.27:8774/images/af37bea3-f448-45b0-9e35-03eea33911d2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "b7421eb0-3d5b-4e9c-898c-9ebbd714979d", "links": [{"href": "http://172.30.9.27:8774/flavors/b7421eb0-3d5b-4e9c-898c-9ebbd714979d", "rel": "bookmark"}]}, "id": "78d984cf-2142-4f36-8e29-36c2ea803b41", "security_groups": [{"name": "cloudify-sg_953759b1-b60f-4be9-b61c-b438c5b3c5e2"}], "user_id": "82b63cd4f2254481bb6058c2929854a4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T20:12:29Z", "hostId": "003939214126ba7bbb2e03b72cb6458161f18a533a3ca80e9d1892f6", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_953759b1-b60f-4be9-b61c-b438c5b3c5e2", "name": "cloudify-vm_953759b1-b60f-4be9-b61c-b438c5b3c5e2", "created": "2018-08-15T20:12:26Z", "tenant_id": "56d23d475b1940009ec8c0a045979522", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:12:32,519 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-fcdb4fdf-a2ec-469e-a3f3-3bd32b4f0d85 2018-08-15 20:12:32,519 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.583691835403s 2018-08-15 20:12:32,519 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-fcdb4fdf-a2ec-469e-a3f3-3bd32b4f0d85 2018-08-15 20:12:32,523 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 20:12:34,526 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:12:34,528 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5251d3adfd7707680aed544c79922583be11f6d1" 2018-08-15 20:12:35,703 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:12: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-b3b940d0-9ec7-4347-b9df-2f26d5a6bdb5 x-compute-request-id: req-b3b940d0-9ec7-4347-b9df-2f26d5a6bdb5 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/78d984cf-2142-4f36-8e29-36c2ea803b41", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/78d984cf-2142-4f36-8e29-36c2ea803b41", "rel": "bookmark"}], "image": {"id": "af37bea3-f448-45b0-9e35-03eea33911d2", "links": [{"href": "http://172.30.9.27:8774/images/af37bea3-f448-45b0-9e35-03eea33911d2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "b7421eb0-3d5b-4e9c-898c-9ebbd714979d", "links": [{"href": "http://172.30.9.27:8774/flavors/b7421eb0-3d5b-4e9c-898c-9ebbd714979d", "rel": "bookmark"}]}, "id": "78d984cf-2142-4f36-8e29-36c2ea803b41", "security_groups": [{"name": "cloudify-sg_953759b1-b60f-4be9-b61c-b438c5b3c5e2"}], "user_id": "82b63cd4f2254481bb6058c2929854a4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T20:12:29Z", "hostId": "003939214126ba7bbb2e03b72cb6458161f18a533a3ca80e9d1892f6", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_953759b1-b60f-4be9-b61c-b438c5b3c5e2", "name": "cloudify-vm_953759b1-b60f-4be9-b61c-b438c5b3c5e2", "created": "2018-08-15T20:12:26Z", "tenant_id": "56d23d475b1940009ec8c0a045979522", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:12:35,703 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-b3b940d0-9ec7-4347-b9df-2f26d5a6bdb5 2018-08-15 20:12:35,703 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.17702007294s 2018-08-15 20:12:35,703 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-b3b940d0-9ec7-4347-b9df-2f26d5a6bdb5 2018-08-15 20:12:35,707 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 20:12:37,709 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:12:37,712 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5251d3adfd7707680aed544c79922583be11f6d1" 2018-08-15 20:12:38,462 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:12: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-3c5fb3cc-7278-4101-b187-769202e6f945 x-compute-request-id: req-3c5fb3cc-7278-4101-b187-769202e6f945 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/78d984cf-2142-4f36-8e29-36c2ea803b41", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/78d984cf-2142-4f36-8e29-36c2ea803b41", "rel": "bookmark"}], "image": {"id": "af37bea3-f448-45b0-9e35-03eea33911d2", "links": [{"href": "http://172.30.9.27:8774/images/af37bea3-f448-45b0-9e35-03eea33911d2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "b7421eb0-3d5b-4e9c-898c-9ebbd714979d", "links": [{"href": "http://172.30.9.27:8774/flavors/b7421eb0-3d5b-4e9c-898c-9ebbd714979d", "rel": "bookmark"}]}, "id": "78d984cf-2142-4f36-8e29-36c2ea803b41", "security_groups": [{"name": "cloudify-sg_953759b1-b60f-4be9-b61c-b438c5b3c5e2"}], "user_id": "82b63cd4f2254481bb6058c2929854a4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T20:12:29Z", "hostId": "003939214126ba7bbb2e03b72cb6458161f18a533a3ca80e9d1892f6", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_953759b1-b60f-4be9-b61c-b438c5b3c5e2", "name": "cloudify-vm_953759b1-b60f-4be9-b61c-b438c5b3c5e2", "created": "2018-08-15T20:12:26Z", "tenant_id": "56d23d475b1940009ec8c0a045979522", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:12:38,462 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-3c5fb3cc-7278-4101-b187-769202e6f945 2018-08-15 20:12:38,462 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.752437114716s 2018-08-15 20:12:38,462 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-3c5fb3cc-7278-4101-b187-769202e6f945 2018-08-15 20:12:38,466 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 20:12:40,469 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:12:40,472 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5251d3adfd7707680aed544c79922583be11f6d1" 2018-08-15 20:12:41,692 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:12:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c88ad1d4-77dc-4363-87ca-eb6349dd88cc x-compute-request-id: req-c88ad1d4-77dc-4363-87ca-eb6349dd88cc Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/78d984cf-2142-4f36-8e29-36c2ea803b41", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/78d984cf-2142-4f36-8e29-36c2ea803b41", "rel": "bookmark"}], "image": {"id": "af37bea3-f448-45b0-9e35-03eea33911d2", "links": [{"href": "http://172.30.9.27:8774/images/af37bea3-f448-45b0-9e35-03eea33911d2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "b7421eb0-3d5b-4e9c-898c-9ebbd714979d", "links": [{"href": "http://172.30.9.27:8774/flavors/b7421eb0-3d5b-4e9c-898c-9ebbd714979d", "rel": "bookmark"}]}, "id": "78d984cf-2142-4f36-8e29-36c2ea803b41", "security_groups": [{"name": "cloudify-sg_953759b1-b60f-4be9-b61c-b438c5b3c5e2"}], "user_id": "82b63cd4f2254481bb6058c2929854a4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T20:12:29Z", "hostId": "003939214126ba7bbb2e03b72cb6458161f18a533a3ca80e9d1892f6", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_953759b1-b60f-4be9-b61c-b438c5b3c5e2", "name": "cloudify-vm_953759b1-b60f-4be9-b61c-b438c5b3c5e2", "created": "2018-08-15T20:12:26Z", "tenant_id": "56d23d475b1940009ec8c0a045979522", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:12:41,692 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-c88ad1d4-77dc-4363-87ca-eb6349dd88cc 2018-08-15 20:12:41,693 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.2234609127s 2018-08-15 20:12:41,693 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-c88ad1d4-77dc-4363-87ca-eb6349dd88cc 2018-08-15 20:12:41,697 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 20:12:43,699 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:12:43,703 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5251d3adfd7707680aed544c79922583be11f6d1" 2018-08-15 20:12:44,657 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:12:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a37ce79e-e301-44bb-8066-1602252db89b x-compute-request-id: req-a37ce79e-e301-44bb-8066-1602252db89b Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/78d984cf-2142-4f36-8e29-36c2ea803b41", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/78d984cf-2142-4f36-8e29-36c2ea803b41", "rel": "bookmark"}], "image": {"id": "af37bea3-f448-45b0-9e35-03eea33911d2", "links": [{"href": "http://172.30.9.27:8774/images/af37bea3-f448-45b0-9e35-03eea33911d2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "b7421eb0-3d5b-4e9c-898c-9ebbd714979d", "links": [{"href": "http://172.30.9.27:8774/flavors/b7421eb0-3d5b-4e9c-898c-9ebbd714979d", "rel": "bookmark"}]}, "id": "78d984cf-2142-4f36-8e29-36c2ea803b41", "security_groups": [{"name": "cloudify-sg_953759b1-b60f-4be9-b61c-b438c5b3c5e2"}], "user_id": "82b63cd4f2254481bb6058c2929854a4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T20:12:29Z", "hostId": "003939214126ba7bbb2e03b72cb6458161f18a533a3ca80e9d1892f6", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_953759b1-b60f-4be9-b61c-b438c5b3c5e2", "name": "cloudify-vm_953759b1-b60f-4be9-b61c-b438c5b3c5e2", "created": "2018-08-15T20:12:26Z", "tenant_id": "56d23d475b1940009ec8c0a045979522", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:12:44,657 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-a37ce79e-e301-44bb-8066-1602252db89b 2018-08-15 20:12:44,657 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.957367181778s 2018-08-15 20:12:44,657 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-a37ce79e-e301-44bb-8066-1602252db89b 2018-08-15 20:12:44,661 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 20:12:46,664 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:12:46,667 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5251d3adfd7707680aed544c79922583be11f6d1" 2018-08-15 20:12:46,834 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:12: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-a27dbbc2-d4df-4b2c-b4b4-d44d297e672a x-compute-request-id: req-a27dbbc2-d4df-4b2c-b4b4-d44d297e672a Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/78d984cf-2142-4f36-8e29-36c2ea803b41", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/78d984cf-2142-4f36-8e29-36c2ea803b41", "rel": "bookmark"}], "image": {"id": "af37bea3-f448-45b0-9e35-03eea33911d2", "links": [{"href": "http://172.30.9.27:8774/images/af37bea3-f448-45b0-9e35-03eea33911d2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "b7421eb0-3d5b-4e9c-898c-9ebbd714979d", "links": [{"href": "http://172.30.9.27:8774/flavors/b7421eb0-3d5b-4e9c-898c-9ebbd714979d", "rel": "bookmark"}]}, "id": "78d984cf-2142-4f36-8e29-36c2ea803b41", "security_groups": [{"name": "cloudify-sg_953759b1-b60f-4be9-b61c-b438c5b3c5e2"}], "user_id": "82b63cd4f2254481bb6058c2929854a4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T20:12:29Z", "hostId": "003939214126ba7bbb2e03b72cb6458161f18a533a3ca80e9d1892f6", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_953759b1-b60f-4be9-b61c-b438c5b3c5e2", "name": "cloudify-vm_953759b1-b60f-4be9-b61c-b438c5b3c5e2", "created": "2018-08-15T20:12:26Z", "tenant_id": "56d23d475b1940009ec8c0a045979522", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:12:46,834 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-a27dbbc2-d4df-4b2c-b4b4-d44d297e672a 2018-08-15 20:12:46,835 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.170649051666s 2018-08-15 20:12:46,835 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-a27dbbc2-d4df-4b2c-b4b4-d44d297e672a 2018-08-15 20:12:46,839 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 20:12:48,842 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:12:48,844 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5251d3adfd7707680aed544c79922583be11f6d1" 2018-08-15 20:12:49,319 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:12:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a98763ab-cd3c-4996-95d2-51542c89ae54 x-compute-request-id: req-a98763ab-cd3c-4996-95d2-51542c89ae54 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/78d984cf-2142-4f36-8e29-36c2ea803b41", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/78d984cf-2142-4f36-8e29-36c2ea803b41", "rel": "bookmark"}], "image": {"id": "af37bea3-f448-45b0-9e35-03eea33911d2", "links": [{"href": "http://172.30.9.27:8774/images/af37bea3-f448-45b0-9e35-03eea33911d2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "b7421eb0-3d5b-4e9c-898c-9ebbd714979d", "links": [{"href": "http://172.30.9.27:8774/flavors/b7421eb0-3d5b-4e9c-898c-9ebbd714979d", "rel": "bookmark"}]}, "id": "78d984cf-2142-4f36-8e29-36c2ea803b41", "security_groups": [{"name": "cloudify-sg_953759b1-b60f-4be9-b61c-b438c5b3c5e2"}], "user_id": "82b63cd4f2254481bb6058c2929854a4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T20:12:29Z", "hostId": "003939214126ba7bbb2e03b72cb6458161f18a533a3ca80e9d1892f6", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_953759b1-b60f-4be9-b61c-b438c5b3c5e2", "name": "cloudify-vm_953759b1-b60f-4be9-b61c-b438c5b3c5e2", "created": "2018-08-15T20:12:26Z", "tenant_id": "56d23d475b1940009ec8c0a045979522", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:12:49,319 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-a98763ab-cd3c-4996-95d2-51542c89ae54 2018-08-15 20:12:49,319 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.477559089661s 2018-08-15 20:12:49,320 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-a98763ab-cd3c-4996-95d2-51542c89ae54 2018-08-15 20:12:49,323 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 20:12:51,326 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:12:51,328 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5251d3adfd7707680aed544c79922583be11f6d1" 2018-08-15 20:12:52,332 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:12: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-50b90811-3427-42ce-8c71-89af2ad6857a x-compute-request-id: req-50b90811-3427-42ce-8c71-89af2ad6857a Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/78d984cf-2142-4f36-8e29-36c2ea803b41", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/78d984cf-2142-4f36-8e29-36c2ea803b41", "rel": "bookmark"}], "image": {"id": "af37bea3-f448-45b0-9e35-03eea33911d2", "links": [{"href": "http://172.30.9.27:8774/images/af37bea3-f448-45b0-9e35-03eea33911d2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "b7421eb0-3d5b-4e9c-898c-9ebbd714979d", "links": [{"href": "http://172.30.9.27:8774/flavors/b7421eb0-3d5b-4e9c-898c-9ebbd714979d", "rel": "bookmark"}]}, "id": "78d984cf-2142-4f36-8e29-36c2ea803b41", "security_groups": [{"name": "cloudify-sg_953759b1-b60f-4be9-b61c-b438c5b3c5e2"}], "user_id": "82b63cd4f2254481bb6058c2929854a4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T20:12:29Z", "hostId": "003939214126ba7bbb2e03b72cb6458161f18a533a3ca80e9d1892f6", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_953759b1-b60f-4be9-b61c-b438c5b3c5e2", "name": "cloudify-vm_953759b1-b60f-4be9-b61c-b438c5b3c5e2", "created": "2018-08-15T20:12:26Z", "tenant_id": "56d23d475b1940009ec8c0a045979522", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:12:52,333 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-50b90811-3427-42ce-8c71-89af2ad6857a 2018-08-15 20:12:52,333 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.00648593903s 2018-08-15 20:12:52,333 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-50b90811-3427-42ce-8c71-89af2ad6857a 2018-08-15 20:12:52,337 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 20:12:54,339 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:12:54,342 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5251d3adfd7707680aed544c79922583be11f6d1" 2018-08-15 20:12:54,879 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:12:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-def58535-ab26-403c-a0d7-1443fbde4054 x-compute-request-id: req-def58535-ab26-403c-a0d7-1443fbde4054 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/78d984cf-2142-4f36-8e29-36c2ea803b41", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/78d984cf-2142-4f36-8e29-36c2ea803b41", "rel": "bookmark"}], "image": {"id": "af37bea3-f448-45b0-9e35-03eea33911d2", "links": [{"href": "http://172.30.9.27:8774/images/af37bea3-f448-45b0-9e35-03eea33911d2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "b7421eb0-3d5b-4e9c-898c-9ebbd714979d", "links": [{"href": "http://172.30.9.27:8774/flavors/b7421eb0-3d5b-4e9c-898c-9ebbd714979d", "rel": "bookmark"}]}, "id": "78d984cf-2142-4f36-8e29-36c2ea803b41", "security_groups": [{"name": "cloudify-sg_953759b1-b60f-4be9-b61c-b438c5b3c5e2"}], "user_id": "82b63cd4f2254481bb6058c2929854a4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T20:12:29Z", "hostId": "003939214126ba7bbb2e03b72cb6458161f18a533a3ca80e9d1892f6", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_953759b1-b60f-4be9-b61c-b438c5b3c5e2", "name": "cloudify-vm_953759b1-b60f-4be9-b61c-b438c5b3c5e2", "created": "2018-08-15T20:12:26Z", "tenant_id": "56d23d475b1940009ec8c0a045979522", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:12:54,880 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-def58535-ab26-403c-a0d7-1443fbde4054 2018-08-15 20:12:54,880 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.540179014206s 2018-08-15 20:12:54,880 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-def58535-ab26-403c-a0d7-1443fbde4054 2018-08-15 20:12:54,884 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 20:12:56,887 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:12:56,889 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5251d3adfd7707680aed544c79922583be11f6d1" 2018-08-15 20:12:57,298 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:12: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-7e77b394-38c9-4def-b390-51913036ef53 x-compute-request-id: req-7e77b394-38c9-4def-b390-51913036ef53 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/78d984cf-2142-4f36-8e29-36c2ea803b41", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/78d984cf-2142-4f36-8e29-36c2ea803b41", "rel": "bookmark"}], "image": {"id": "af37bea3-f448-45b0-9e35-03eea33911d2", "links": [{"href": "http://172.30.9.27:8774/images/af37bea3-f448-45b0-9e35-03eea33911d2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "b7421eb0-3d5b-4e9c-898c-9ebbd714979d", "links": [{"href": "http://172.30.9.27:8774/flavors/b7421eb0-3d5b-4e9c-898c-9ebbd714979d", "rel": "bookmark"}]}, "id": "78d984cf-2142-4f36-8e29-36c2ea803b41", "security_groups": [{"name": "cloudify-sg_953759b1-b60f-4be9-b61c-b438c5b3c5e2"}], "user_id": "82b63cd4f2254481bb6058c2929854a4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T20:12:29Z", "hostId": "003939214126ba7bbb2e03b72cb6458161f18a533a3ca80e9d1892f6", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_953759b1-b60f-4be9-b61c-b438c5b3c5e2", "name": "cloudify-vm_953759b1-b60f-4be9-b61c-b438c5b3c5e2", "created": "2018-08-15T20:12:26Z", "tenant_id": "56d23d475b1940009ec8c0a045979522", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:12:57,298 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-7e77b394-38c9-4def-b390-51913036ef53 2018-08-15 20:12:57,298 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.411535024643s 2018-08-15 20:12:57,299 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-7e77b394-38c9-4def-b390-51913036ef53 2018-08-15 20:12:57,303 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 20:12:59,305 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:12:59,308 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5251d3adfd7707680aed544c79922583be11f6d1" 2018-08-15 20:12:59,532 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:12:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-735c4245-e6ca-41df-8d2d-6fe6a5b79f51 x-compute-request-id: req-735c4245-e6ca-41df-8d2d-6fe6a5b79f51 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/78d984cf-2142-4f36-8e29-36c2ea803b41", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/78d984cf-2142-4f36-8e29-36c2ea803b41", "rel": "bookmark"}], "image": {"id": "af37bea3-f448-45b0-9e35-03eea33911d2", "links": [{"href": "http://172.30.9.27:8774/images/af37bea3-f448-45b0-9e35-03eea33911d2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "b7421eb0-3d5b-4e9c-898c-9ebbd714979d", "links": [{"href": "http://172.30.9.27:8774/flavors/b7421eb0-3d5b-4e9c-898c-9ebbd714979d", "rel": "bookmark"}]}, "id": "78d984cf-2142-4f36-8e29-36c2ea803b41", "security_groups": [{"name": "cloudify-sg_953759b1-b60f-4be9-b61c-b438c5b3c5e2"}], "user_id": "82b63cd4f2254481bb6058c2929854a4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T20:12:29Z", "hostId": "003939214126ba7bbb2e03b72cb6458161f18a533a3ca80e9d1892f6", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_953759b1-b60f-4be9-b61c-b438c5b3c5e2", "name": "cloudify-vm_953759b1-b60f-4be9-b61c-b438c5b3c5e2", "created": "2018-08-15T20:12:26Z", "tenant_id": "56d23d475b1940009ec8c0a045979522", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:12:59,532 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-735c4245-e6ca-41df-8d2d-6fe6a5b79f51 2018-08-15 20:12:59,532 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.226499080658s 2018-08-15 20:12:59,532 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-735c4245-e6ca-41df-8d2d-6fe6a5b79f51 2018-08-15 20:12:59,536 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 20:13:01,538 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:13:01,541 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5251d3adfd7707680aed544c79922583be11f6d1" 2018-08-15 20:13:01,895 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:13:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f3009d87-f89a-4c7c-ae7c-0f08d1be243c x-compute-request-id: req-f3009d87-f89a-4c7c-ae7c-0f08d1be243c Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/78d984cf-2142-4f36-8e29-36c2ea803b41", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/78d984cf-2142-4f36-8e29-36c2ea803b41", "rel": "bookmark"}], "image": {"id": "af37bea3-f448-45b0-9e35-03eea33911d2", "links": [{"href": "http://172.30.9.27:8774/images/af37bea3-f448-45b0-9e35-03eea33911d2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "b7421eb0-3d5b-4e9c-898c-9ebbd714979d", "links": [{"href": "http://172.30.9.27:8774/flavors/b7421eb0-3d5b-4e9c-898c-9ebbd714979d", "rel": "bookmark"}]}, "id": "78d984cf-2142-4f36-8e29-36c2ea803b41", "security_groups": [{"name": "cloudify-sg_953759b1-b60f-4be9-b61c-b438c5b3c5e2"}], "user_id": "82b63cd4f2254481bb6058c2929854a4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T20:12:29Z", "hostId": "003939214126ba7bbb2e03b72cb6458161f18a533a3ca80e9d1892f6", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_953759b1-b60f-4be9-b61c-b438c5b3c5e2", "name": "cloudify-vm_953759b1-b60f-4be9-b61c-b438c5b3c5e2", "created": "2018-08-15T20:12:26Z", "tenant_id": "56d23d475b1940009ec8c0a045979522", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:13:01,895 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-f3009d87-f89a-4c7c-ae7c-0f08d1be243c 2018-08-15 20:13:01,895 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.356840848923s 2018-08-15 20:13:01,896 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-f3009d87-f89a-4c7c-ae7c-0f08d1be243c 2018-08-15 20:13:01,900 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 20:13:03,902 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:13:03,905 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5251d3adfd7707680aed544c79922583be11f6d1" 2018-08-15 20:13:04,361 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:13:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-68b86450-3448-4042-86e4-5fccb965eefc x-compute-request-id: req-68b86450-3448-4042-86e4-5fccb965eefc Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/78d984cf-2142-4f36-8e29-36c2ea803b41", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/78d984cf-2142-4f36-8e29-36c2ea803b41", "rel": "bookmark"}], "image": {"id": "af37bea3-f448-45b0-9e35-03eea33911d2", "links": [{"href": "http://172.30.9.27:8774/images/af37bea3-f448-45b0-9e35-03eea33911d2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "b7421eb0-3d5b-4e9c-898c-9ebbd714979d", "links": [{"href": "http://172.30.9.27:8774/flavors/b7421eb0-3d5b-4e9c-898c-9ebbd714979d", "rel": "bookmark"}]}, "id": "78d984cf-2142-4f36-8e29-36c2ea803b41", "security_groups": [{"name": "cloudify-sg_953759b1-b60f-4be9-b61c-b438c5b3c5e2"}], "user_id": "82b63cd4f2254481bb6058c2929854a4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T20:12:29Z", "hostId": "003939214126ba7bbb2e03b72cb6458161f18a533a3ca80e9d1892f6", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_953759b1-b60f-4be9-b61c-b438c5b3c5e2", "name": "cloudify-vm_953759b1-b60f-4be9-b61c-b438c5b3c5e2", "created": "2018-08-15T20:12:26Z", "tenant_id": "56d23d475b1940009ec8c0a045979522", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:13:04,361 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-68b86450-3448-4042-86e4-5fccb965eefc 2018-08-15 20:13:04,361 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.45867395401s 2018-08-15 20:13:04,361 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-68b86450-3448-4042-86e4-5fccb965eefc 2018-08-15 20:13:04,365 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 20:13:06,368 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:13:06,371 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5251d3adfd7707680aed544c79922583be11f6d1" 2018-08-15 20:13:06,540 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:13:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bead29db-ec5c-4f89-9326-13ee19cd886b x-compute-request-id: req-bead29db-ec5c-4f89-9326-13ee19cd886b Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/78d984cf-2142-4f36-8e29-36c2ea803b41", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/78d984cf-2142-4f36-8e29-36c2ea803b41", "rel": "bookmark"}], "image": {"id": "af37bea3-f448-45b0-9e35-03eea33911d2", "links": [{"href": "http://172.30.9.27:8774/images/af37bea3-f448-45b0-9e35-03eea33911d2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "b7421eb0-3d5b-4e9c-898c-9ebbd714979d", "links": [{"href": "http://172.30.9.27:8774/flavors/b7421eb0-3d5b-4e9c-898c-9ebbd714979d", "rel": "bookmark"}]}, "id": "78d984cf-2142-4f36-8e29-36c2ea803b41", "security_groups": [{"name": "cloudify-sg_953759b1-b60f-4be9-b61c-b438c5b3c5e2"}], "user_id": "82b63cd4f2254481bb6058c2929854a4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T20:12:29Z", "hostId": "003939214126ba7bbb2e03b72cb6458161f18a533a3ca80e9d1892f6", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_953759b1-b60f-4be9-b61c-b438c5b3c5e2", "name": "cloudify-vm_953759b1-b60f-4be9-b61c-b438c5b3c5e2", "created": "2018-08-15T20:12:26Z", "tenant_id": "56d23d475b1940009ec8c0a045979522", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:13:06,540 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-bead29db-ec5c-4f89-9326-13ee19cd886b 2018-08-15 20:13:06,540 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.172376871109s 2018-08-15 20:13:06,541 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-bead29db-ec5c-4f89-9326-13ee19cd886b 2018-08-15 20:13:06,544 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 20:13:08,547 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:13:08,550 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5251d3adfd7707680aed544c79922583be11f6d1" 2018-08-15 20:13:08,899 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:13:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-baf453d0-11eb-407c-b950-6c66593b2d66 x-compute-request-id: req-baf453d0-11eb-407c-b950-6c66593b2d66 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/78d984cf-2142-4f36-8e29-36c2ea803b41", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/78d984cf-2142-4f36-8e29-36c2ea803b41", "rel": "bookmark"}], "image": {"id": "af37bea3-f448-45b0-9e35-03eea33911d2", "links": [{"href": "http://172.30.9.27:8774/images/af37bea3-f448-45b0-9e35-03eea33911d2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "b7421eb0-3d5b-4e9c-898c-9ebbd714979d", "links": [{"href": "http://172.30.9.27:8774/flavors/b7421eb0-3d5b-4e9c-898c-9ebbd714979d", "rel": "bookmark"}]}, "id": "78d984cf-2142-4f36-8e29-36c2ea803b41", "security_groups": [{"name": "cloudify-sg_953759b1-b60f-4be9-b61c-b438c5b3c5e2"}], "user_id": "82b63cd4f2254481bb6058c2929854a4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T20:12:29Z", "hostId": "003939214126ba7bbb2e03b72cb6458161f18a533a3ca80e9d1892f6", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_953759b1-b60f-4be9-b61c-b438c5b3c5e2", "name": "cloudify-vm_953759b1-b60f-4be9-b61c-b438c5b3c5e2", "created": "2018-08-15T20:12:26Z", "tenant_id": "56d23d475b1940009ec8c0a045979522", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:13:08,899 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-baf453d0-11eb-407c-b950-6c66593b2d66 2018-08-15 20:13:08,899 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.352288961411s 2018-08-15 20:13:08,900 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-baf453d0-11eb-407c-b950-6c66593b2d66 2018-08-15 20:13:08,904 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 20:13:10,906 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:13:10,909 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5251d3adfd7707680aed544c79922583be11f6d1" 2018-08-15 20:13:11,587 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:13: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-ed965b53-9eac-4ece-95c1-ebf7e9ee3c44 x-compute-request-id: req-ed965b53-9eac-4ece-95c1-ebf7e9ee3c44 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/78d984cf-2142-4f36-8e29-36c2ea803b41", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/78d984cf-2142-4f36-8e29-36c2ea803b41", "rel": "bookmark"}], "image": {"id": "af37bea3-f448-45b0-9e35-03eea33911d2", "links": [{"href": "http://172.30.9.27:8774/images/af37bea3-f448-45b0-9e35-03eea33911d2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "b7421eb0-3d5b-4e9c-898c-9ebbd714979d", "links": [{"href": "http://172.30.9.27:8774/flavors/b7421eb0-3d5b-4e9c-898c-9ebbd714979d", "rel": "bookmark"}]}, "id": "78d984cf-2142-4f36-8e29-36c2ea803b41", "security_groups": [{"name": "cloudify-sg_953759b1-b60f-4be9-b61c-b438c5b3c5e2"}], "user_id": "82b63cd4f2254481bb6058c2929854a4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T20:12:29Z", "hostId": "003939214126ba7bbb2e03b72cb6458161f18a533a3ca80e9d1892f6", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_953759b1-b60f-4be9-b61c-b438c5b3c5e2", "name": "cloudify-vm_953759b1-b60f-4be9-b61c-b438c5b3c5e2", "created": "2018-08-15T20:12:26Z", "tenant_id": "56d23d475b1940009ec8c0a045979522", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:13:11,587 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-ed965b53-9eac-4ece-95c1-ebf7e9ee3c44 2018-08-15 20:13:11,588 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.681077957153s 2018-08-15 20:13:11,588 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-ed965b53-9eac-4ece-95c1-ebf7e9ee3c44 2018-08-15 20:13:11,592 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 20:13:13,595 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:13:13,598 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5251d3adfd7707680aed544c79922583be11f6d1" 2018-08-15 20:13:13,953 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:13:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2b63acb9-d1c3-4b9a-8970-ce49db14f3eb x-compute-request-id: req-2b63acb9-d1c3-4b9a-8970-ce49db14f3eb Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/78d984cf-2142-4f36-8e29-36c2ea803b41", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/78d984cf-2142-4f36-8e29-36c2ea803b41", "rel": "bookmark"}], "image": {"id": "af37bea3-f448-45b0-9e35-03eea33911d2", "links": [{"href": "http://172.30.9.27:8774/images/af37bea3-f448-45b0-9e35-03eea33911d2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "b7421eb0-3d5b-4e9c-898c-9ebbd714979d", "links": [{"href": "http://172.30.9.27:8774/flavors/b7421eb0-3d5b-4e9c-898c-9ebbd714979d", "rel": "bookmark"}]}, "id": "78d984cf-2142-4f36-8e29-36c2ea803b41", "security_groups": [{"name": "cloudify-sg_953759b1-b60f-4be9-b61c-b438c5b3c5e2"}], "user_id": "82b63cd4f2254481bb6058c2929854a4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T20:12:29Z", "hostId": "003939214126ba7bbb2e03b72cb6458161f18a533a3ca80e9d1892f6", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_953759b1-b60f-4be9-b61c-b438c5b3c5e2", "name": "cloudify-vm_953759b1-b60f-4be9-b61c-b438c5b3c5e2", "created": "2018-08-15T20:12:26Z", "tenant_id": "56d23d475b1940009ec8c0a045979522", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:13:13,953 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-2b63acb9-d1c3-4b9a-8970-ce49db14f3eb 2018-08-15 20:13:13,953 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.358274936676s 2018-08-15 20:13:13,954 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-2b63acb9-d1c3-4b9a-8970-ce49db14f3eb 2018-08-15 20:13:13,957 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 20:13:15,960 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:13:15,963 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5251d3adfd7707680aed544c79922583be11f6d1" 2018-08-15 20:13:16,394 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:13:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-111650d9-4daa-4e30-a9e8-7aa6cf674602 x-compute-request-id: req-111650d9-4daa-4e30-a9e8-7aa6cf674602 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/78d984cf-2142-4f36-8e29-36c2ea803b41", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/78d984cf-2142-4f36-8e29-36c2ea803b41", "rel": "bookmark"}], "image": {"id": "af37bea3-f448-45b0-9e35-03eea33911d2", "links": [{"href": "http://172.30.9.27:8774/images/af37bea3-f448-45b0-9e35-03eea33911d2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "b7421eb0-3d5b-4e9c-898c-9ebbd714979d", "links": [{"href": "http://172.30.9.27:8774/flavors/b7421eb0-3d5b-4e9c-898c-9ebbd714979d", "rel": "bookmark"}]}, "id": "78d984cf-2142-4f36-8e29-36c2ea803b41", "security_groups": [{"name": "cloudify-sg_953759b1-b60f-4be9-b61c-b438c5b3c5e2"}], "user_id": "82b63cd4f2254481bb6058c2929854a4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T20:12:29Z", "hostId": "003939214126ba7bbb2e03b72cb6458161f18a533a3ca80e9d1892f6", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_953759b1-b60f-4be9-b61c-b438c5b3c5e2", "name": "cloudify-vm_953759b1-b60f-4be9-b61c-b438c5b3c5e2", "created": "2018-08-15T20:12:26Z", "tenant_id": "56d23d475b1940009ec8c0a045979522", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:13:16,395 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-111650d9-4daa-4e30-a9e8-7aa6cf674602 2018-08-15 20:13:16,395 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.434444904327s 2018-08-15 20:13:16,395 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-111650d9-4daa-4e30-a9e8-7aa6cf674602 2018-08-15 20:13:16,399 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 20:13:18,401 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:13:18,404 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5251d3adfd7707680aed544c79922583be11f6d1" 2018-08-15 20:13:18,853 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:13:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-02bdce96-95eb-4fbd-a0fd-fc80763acdc6 x-compute-request-id: req-02bdce96-95eb-4fbd-a0fd-fc80763acdc6 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/78d984cf-2142-4f36-8e29-36c2ea803b41", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/78d984cf-2142-4f36-8e29-36c2ea803b41", "rel": "bookmark"}], "image": {"id": "af37bea3-f448-45b0-9e35-03eea33911d2", "links": [{"href": "http://172.30.9.27:8774/images/af37bea3-f448-45b0-9e35-03eea33911d2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "b7421eb0-3d5b-4e9c-898c-9ebbd714979d", "links": [{"href": "http://172.30.9.27:8774/flavors/b7421eb0-3d5b-4e9c-898c-9ebbd714979d", "rel": "bookmark"}]}, "id": "78d984cf-2142-4f36-8e29-36c2ea803b41", "security_groups": [{"name": "cloudify-sg_953759b1-b60f-4be9-b61c-b438c5b3c5e2"}], "user_id": "82b63cd4f2254481bb6058c2929854a4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T20:12:29Z", "hostId": "003939214126ba7bbb2e03b72cb6458161f18a533a3ca80e9d1892f6", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_953759b1-b60f-4be9-b61c-b438c5b3c5e2", "name": "cloudify-vm_953759b1-b60f-4be9-b61c-b438c5b3c5e2", "created": "2018-08-15T20:12:26Z", "tenant_id": "56d23d475b1940009ec8c0a045979522", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:13:18,853 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-02bdce96-95eb-4fbd-a0fd-fc80763acdc6 2018-08-15 20:13:18,853 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.451452970505s 2018-08-15 20:13:18,853 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-02bdce96-95eb-4fbd-a0fd-fc80763acdc6 2018-08-15 20:13:18,857 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 20:13:20,860 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:13:20,863 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5251d3adfd7707680aed544c79922583be11f6d1" 2018-08-15 20:13:21,473 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:13:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7968bf1a-361b-43e3-b793-313854931644 x-compute-request-id: req-7968bf1a-361b-43e3-b793-313854931644 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/78d984cf-2142-4f36-8e29-36c2ea803b41", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/78d984cf-2142-4f36-8e29-36c2ea803b41", "rel": "bookmark"}], "image": {"id": "af37bea3-f448-45b0-9e35-03eea33911d2", "links": [{"href": "http://172.30.9.27:8774/images/af37bea3-f448-45b0-9e35-03eea33911d2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "b7421eb0-3d5b-4e9c-898c-9ebbd714979d", "links": [{"href": "http://172.30.9.27:8774/flavors/b7421eb0-3d5b-4e9c-898c-9ebbd714979d", "rel": "bookmark"}]}, "id": "78d984cf-2142-4f36-8e29-36c2ea803b41", "security_groups": [{"name": "cloudify-sg_953759b1-b60f-4be9-b61c-b438c5b3c5e2"}], "user_id": "82b63cd4f2254481bb6058c2929854a4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T20:12:29Z", "hostId": "003939214126ba7bbb2e03b72cb6458161f18a533a3ca80e9d1892f6", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_953759b1-b60f-4be9-b61c-b438c5b3c5e2", "name": "cloudify-vm_953759b1-b60f-4be9-b61c-b438c5b3c5e2", "created": "2018-08-15T20:12:26Z", "tenant_id": "56d23d475b1940009ec8c0a045979522", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:13:21,473 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-7968bf1a-361b-43e3-b793-313854931644 2018-08-15 20:13:21,473 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.613095998764s 2018-08-15 20:13:21,474 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-7968bf1a-361b-43e3-b793-313854931644 2018-08-15 20:13:21,477 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 20:13:23,480 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:13:23,483 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5251d3adfd7707680aed544c79922583be11f6d1" 2018-08-15 20:13:23,652 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:13:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0babb25c-52f5-4a3e-b63b-3f8593b905e3 x-compute-request-id: req-0babb25c-52f5-4a3e-b63b-3f8593b905e3 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/78d984cf-2142-4f36-8e29-36c2ea803b41", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/78d984cf-2142-4f36-8e29-36c2ea803b41", "rel": "bookmark"}], "image": {"id": "af37bea3-f448-45b0-9e35-03eea33911d2", "links": [{"href": "http://172.30.9.27:8774/images/af37bea3-f448-45b0-9e35-03eea33911d2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "b7421eb0-3d5b-4e9c-898c-9ebbd714979d", "links": [{"href": "http://172.30.9.27:8774/flavors/b7421eb0-3d5b-4e9c-898c-9ebbd714979d", "rel": "bookmark"}]}, "id": "78d984cf-2142-4f36-8e29-36c2ea803b41", "security_groups": [{"name": "cloudify-sg_953759b1-b60f-4be9-b61c-b438c5b3c5e2"}], "user_id": "82b63cd4f2254481bb6058c2929854a4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T20:12:29Z", "hostId": "003939214126ba7bbb2e03b72cb6458161f18a533a3ca80e9d1892f6", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_953759b1-b60f-4be9-b61c-b438c5b3c5e2", "name": "cloudify-vm_953759b1-b60f-4be9-b61c-b438c5b3c5e2", "created": "2018-08-15T20:12:26Z", "tenant_id": "56d23d475b1940009ec8c0a045979522", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:13:23,652 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-0babb25c-52f5-4a3e-b63b-3f8593b905e3 2018-08-15 20:13:23,652 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.172022104263s 2018-08-15 20:13:23,653 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-0babb25c-52f5-4a3e-b63b-3f8593b905e3 2018-08-15 20:13:23,656 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 20:13:25,659 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:13:25,662 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5251d3adfd7707680aed544c79922583be11f6d1" 2018-08-15 20:13:25,839 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:13:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3a9b2730-ecb7-424f-8124-2f6c1e4906d4 x-compute-request-id: req-3a9b2730-ecb7-424f-8124-2f6c1e4906d4 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/78d984cf-2142-4f36-8e29-36c2ea803b41", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/78d984cf-2142-4f36-8e29-36c2ea803b41", "rel": "bookmark"}], "image": {"id": "af37bea3-f448-45b0-9e35-03eea33911d2", "links": [{"href": "http://172.30.9.27:8774/images/af37bea3-f448-45b0-9e35-03eea33911d2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "b7421eb0-3d5b-4e9c-898c-9ebbd714979d", "links": [{"href": "http://172.30.9.27:8774/flavors/b7421eb0-3d5b-4e9c-898c-9ebbd714979d", "rel": "bookmark"}]}, "id": "78d984cf-2142-4f36-8e29-36c2ea803b41", "security_groups": [{"name": "cloudify-sg_953759b1-b60f-4be9-b61c-b438c5b3c5e2"}], "user_id": "82b63cd4f2254481bb6058c2929854a4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T20:12:29Z", "hostId": "003939214126ba7bbb2e03b72cb6458161f18a533a3ca80e9d1892f6", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_953759b1-b60f-4be9-b61c-b438c5b3c5e2", "name": "cloudify-vm_953759b1-b60f-4be9-b61c-b438c5b3c5e2", "created": "2018-08-15T20:12:26Z", "tenant_id": "56d23d475b1940009ec8c0a045979522", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:13:25,839 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-3a9b2730-ecb7-424f-8124-2f6c1e4906d4 2018-08-15 20:13:25,839 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.179716825485s 2018-08-15 20:13:25,839 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-3a9b2730-ecb7-424f-8124-2f6c1e4906d4 2018-08-15 20:13:25,843 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 20:13:27,846 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:13:27,849 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5251d3adfd7707680aed544c79922583be11f6d1" 2018-08-15 20:13:28,027 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:13:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-04ec3b82-e647-4b1a-9fb8-e5498d82ffd3 x-compute-request-id: req-04ec3b82-e647-4b1a-9fb8-e5498d82ffd3 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/78d984cf-2142-4f36-8e29-36c2ea803b41", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/78d984cf-2142-4f36-8e29-36c2ea803b41", "rel": "bookmark"}], "image": {"id": "af37bea3-f448-45b0-9e35-03eea33911d2", "links": [{"href": "http://172.30.9.27:8774/images/af37bea3-f448-45b0-9e35-03eea33911d2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "b7421eb0-3d5b-4e9c-898c-9ebbd714979d", "links": [{"href": "http://172.30.9.27:8774/flavors/b7421eb0-3d5b-4e9c-898c-9ebbd714979d", "rel": "bookmark"}]}, "id": "78d984cf-2142-4f36-8e29-36c2ea803b41", "security_groups": [{"name": "cloudify-sg_953759b1-b60f-4be9-b61c-b438c5b3c5e2"}], "user_id": "82b63cd4f2254481bb6058c2929854a4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T20:12:29Z", "hostId": "003939214126ba7bbb2e03b72cb6458161f18a533a3ca80e9d1892f6", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_953759b1-b60f-4be9-b61c-b438c5b3c5e2", "name": "cloudify-vm_953759b1-b60f-4be9-b61c-b438c5b3c5e2", "created": "2018-08-15T20:12:26Z", "tenant_id": "56d23d475b1940009ec8c0a045979522", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:13:28,027 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-04ec3b82-e647-4b1a-9fb8-e5498d82ffd3 2018-08-15 20:13:28,027 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.181322813034s 2018-08-15 20:13:28,028 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-04ec3b82-e647-4b1a-9fb8-e5498d82ffd3 2018-08-15 20:13:28,031 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 20:13:30,034 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:13:30,037 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5251d3adfd7707680aed544c79922583be11f6d1" 2018-08-15 20:13:30,801 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:13:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2c7cd8c6-a944-4a45-841c-4769315e9630 x-compute-request-id: req-2c7cd8c6-a944-4a45-841c-4769315e9630 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/78d984cf-2142-4f36-8e29-36c2ea803b41", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/78d984cf-2142-4f36-8e29-36c2ea803b41", "rel": "bookmark"}], "image": {"id": "af37bea3-f448-45b0-9e35-03eea33911d2", "links": [{"href": "http://172.30.9.27:8774/images/af37bea3-f448-45b0-9e35-03eea33911d2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "b7421eb0-3d5b-4e9c-898c-9ebbd714979d", "links": [{"href": "http://172.30.9.27:8774/flavors/b7421eb0-3d5b-4e9c-898c-9ebbd714979d", "rel": "bookmark"}]}, "id": "78d984cf-2142-4f36-8e29-36c2ea803b41", "security_groups": [{"name": "cloudify-sg_953759b1-b60f-4be9-b61c-b438c5b3c5e2"}], "user_id": "82b63cd4f2254481bb6058c2929854a4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T20:12:29Z", "hostId": "003939214126ba7bbb2e03b72cb6458161f18a533a3ca80e9d1892f6", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_953759b1-b60f-4be9-b61c-b438c5b3c5e2", "name": "cloudify-vm_953759b1-b60f-4be9-b61c-b438c5b3c5e2", "created": "2018-08-15T20:12:26Z", "tenant_id": "56d23d475b1940009ec8c0a045979522", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:13:30,801 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-2c7cd8c6-a944-4a45-841c-4769315e9630 2018-08-15 20:13:30,802 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.767338991165s 2018-08-15 20:13:30,802 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-2c7cd8c6-a944-4a45-841c-4769315e9630 2018-08-15 20:13:30,806 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 20:13:32,808 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:13:32,813 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5251d3adfd7707680aed544c79922583be11f6d1" 2018-08-15 20:13:33,252 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:13: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-03987359-c551-4e11-aba8-0e07d69cc603 x-compute-request-id: req-03987359-c551-4e11-aba8-0e07d69cc603 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/78d984cf-2142-4f36-8e29-36c2ea803b41", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/78d984cf-2142-4f36-8e29-36c2ea803b41", "rel": "bookmark"}], "image": {"id": "af37bea3-f448-45b0-9e35-03eea33911d2", "links": [{"href": "http://172.30.9.27:8774/images/af37bea3-f448-45b0-9e35-03eea33911d2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "b7421eb0-3d5b-4e9c-898c-9ebbd714979d", "links": [{"href": "http://172.30.9.27:8774/flavors/b7421eb0-3d5b-4e9c-898c-9ebbd714979d", "rel": "bookmark"}]}, "id": "78d984cf-2142-4f36-8e29-36c2ea803b41", "security_groups": [{"name": "cloudify-sg_953759b1-b60f-4be9-b61c-b438c5b3c5e2"}], "user_id": "82b63cd4f2254481bb6058c2929854a4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T20:12:29Z", "hostId": "003939214126ba7bbb2e03b72cb6458161f18a533a3ca80e9d1892f6", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_953759b1-b60f-4be9-b61c-b438c5b3c5e2", "name": "cloudify-vm_953759b1-b60f-4be9-b61c-b438c5b3c5e2", "created": "2018-08-15T20:12:26Z", "tenant_id": "56d23d475b1940009ec8c0a045979522", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:13:33,252 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-03987359-c551-4e11-aba8-0e07d69cc603 2018-08-15 20:13:33,253 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.443881988525s 2018-08-15 20:13:33,253 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-03987359-c551-4e11-aba8-0e07d69cc603 2018-08-15 20:13:33,257 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 20:13:35,259 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:13:35,262 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5251d3adfd7707680aed544c79922583be11f6d1" 2018-08-15 20:13:35,716 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:13:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bbdfd898-b801-41f3-99d5-fdfbae4db908 x-compute-request-id: req-bbdfd898-b801-41f3-99d5-fdfbae4db908 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/78d984cf-2142-4f36-8e29-36c2ea803b41", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/78d984cf-2142-4f36-8e29-36c2ea803b41", "rel": "bookmark"}], "image": {"id": "af37bea3-f448-45b0-9e35-03eea33911d2", "links": [{"href": "http://172.30.9.27:8774/images/af37bea3-f448-45b0-9e35-03eea33911d2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "b7421eb0-3d5b-4e9c-898c-9ebbd714979d", "links": [{"href": "http://172.30.9.27:8774/flavors/b7421eb0-3d5b-4e9c-898c-9ebbd714979d", "rel": "bookmark"}]}, "id": "78d984cf-2142-4f36-8e29-36c2ea803b41", "security_groups": [{"name": "cloudify-sg_953759b1-b60f-4be9-b61c-b438c5b3c5e2"}], "user_id": "82b63cd4f2254481bb6058c2929854a4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T20:12:29Z", "hostId": "003939214126ba7bbb2e03b72cb6458161f18a533a3ca80e9d1892f6", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_953759b1-b60f-4be9-b61c-b438c5b3c5e2", "name": "cloudify-vm_953759b1-b60f-4be9-b61c-b438c5b3c5e2", "created": "2018-08-15T20:12:26Z", "tenant_id": "56d23d475b1940009ec8c0a045979522", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:13:35,716 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-bbdfd898-b801-41f3-99d5-fdfbae4db908 2018-08-15 20:13:35,716 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.456382036209s 2018-08-15 20:13:35,716 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-bbdfd898-b801-41f3-99d5-fdfbae4db908 2018-08-15 20:13:35,720 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 20:13:37,723 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:13:37,726 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5251d3adfd7707680aed544c79922583be11f6d1" 2018-08-15 20:13:37,900 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:13:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8e8322c9-9004-4045-b468-516cc5e57c01 x-compute-request-id: req-8e8322c9-9004-4045-b468-516cc5e57c01 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/78d984cf-2142-4f36-8e29-36c2ea803b41", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/78d984cf-2142-4f36-8e29-36c2ea803b41", "rel": "bookmark"}], "image": {"id": "af37bea3-f448-45b0-9e35-03eea33911d2", "links": [{"href": "http://172.30.9.27:8774/images/af37bea3-f448-45b0-9e35-03eea33911d2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "b7421eb0-3d5b-4e9c-898c-9ebbd714979d", "links": [{"href": "http://172.30.9.27:8774/flavors/b7421eb0-3d5b-4e9c-898c-9ebbd714979d", "rel": "bookmark"}]}, "id": "78d984cf-2142-4f36-8e29-36c2ea803b41", "security_groups": [{"name": "cloudify-sg_953759b1-b60f-4be9-b61c-b438c5b3c5e2"}], "user_id": "82b63cd4f2254481bb6058c2929854a4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T20:12:29Z", "hostId": "003939214126ba7bbb2e03b72cb6458161f18a533a3ca80e9d1892f6", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_953759b1-b60f-4be9-b61c-b438c5b3c5e2", "name": "cloudify-vm_953759b1-b60f-4be9-b61c-b438c5b3c5e2", "created": "2018-08-15T20:12:26Z", "tenant_id": "56d23d475b1940009ec8c0a045979522", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:13:37,900 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-8e8322c9-9004-4045-b468-516cc5e57c01 2018-08-15 20:13:37,900 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.176955938339s 2018-08-15 20:13:37,900 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-8e8322c9-9004-4045-b468-516cc5e57c01 2018-08-15 20:13:37,904 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 20:13:39,907 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:13:39,910 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5251d3adfd7707680aed544c79922583be11f6d1" 2018-08-15 20:13:40,373 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:13:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2291bd23-be9b-44d2-887b-157679c1dfb7 x-compute-request-id: req-2291bd23-be9b-44d2-887b-157679c1dfb7 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/78d984cf-2142-4f36-8e29-36c2ea803b41", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/78d984cf-2142-4f36-8e29-36c2ea803b41", "rel": "bookmark"}], "image": {"id": "af37bea3-f448-45b0-9e35-03eea33911d2", "links": [{"href": "http://172.30.9.27:8774/images/af37bea3-f448-45b0-9e35-03eea33911d2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "b7421eb0-3d5b-4e9c-898c-9ebbd714979d", "links": [{"href": "http://172.30.9.27:8774/flavors/b7421eb0-3d5b-4e9c-898c-9ebbd714979d", "rel": "bookmark"}]}, "id": "78d984cf-2142-4f36-8e29-36c2ea803b41", "security_groups": [{"name": "cloudify-sg_953759b1-b60f-4be9-b61c-b438c5b3c5e2"}], "user_id": "82b63cd4f2254481bb6058c2929854a4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T20:12:29Z", "hostId": "003939214126ba7bbb2e03b72cb6458161f18a533a3ca80e9d1892f6", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_953759b1-b60f-4be9-b61c-b438c5b3c5e2", "name": "cloudify-vm_953759b1-b60f-4be9-b61c-b438c5b3c5e2", "created": "2018-08-15T20:12:26Z", "tenant_id": "56d23d475b1940009ec8c0a045979522", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:13:40,373 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-2291bd23-be9b-44d2-887b-157679c1dfb7 2018-08-15 20:13:40,373 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.465814828873s 2018-08-15 20:13:40,374 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-2291bd23-be9b-44d2-887b-157679c1dfb7 2018-08-15 20:13:40,377 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 20:13:42,380 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:13:42,383 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5251d3adfd7707680aed544c79922583be11f6d1" 2018-08-15 20:13:42,783 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:13:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-68aba592-37c6-4c1e-909a-0629d95a7f5c x-compute-request-id: req-68aba592-37c6-4c1e-909a-0629d95a7f5c Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/78d984cf-2142-4f36-8e29-36c2ea803b41", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/78d984cf-2142-4f36-8e29-36c2ea803b41", "rel": "bookmark"}], "image": {"id": "af37bea3-f448-45b0-9e35-03eea33911d2", "links": [{"href": "http://172.30.9.27:8774/images/af37bea3-f448-45b0-9e35-03eea33911d2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "b7421eb0-3d5b-4e9c-898c-9ebbd714979d", "links": [{"href": "http://172.30.9.27:8774/flavors/b7421eb0-3d5b-4e9c-898c-9ebbd714979d", "rel": "bookmark"}]}, "id": "78d984cf-2142-4f36-8e29-36c2ea803b41", "security_groups": [{"name": "cloudify-sg_953759b1-b60f-4be9-b61c-b438c5b3c5e2"}], "user_id": "82b63cd4f2254481bb6058c2929854a4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T20:12:29Z", "hostId": "003939214126ba7bbb2e03b72cb6458161f18a533a3ca80e9d1892f6", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_953759b1-b60f-4be9-b61c-b438c5b3c5e2", "name": "cloudify-vm_953759b1-b60f-4be9-b61c-b438c5b3c5e2", "created": "2018-08-15T20:12:26Z", "tenant_id": "56d23d475b1940009ec8c0a045979522", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:13:42,783 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-68aba592-37c6-4c1e-909a-0629d95a7f5c 2018-08-15 20:13:42,783 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.402992963791s 2018-08-15 20:13:42,784 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-68aba592-37c6-4c1e-909a-0629d95a7f5c 2018-08-15 20:13:42,788 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 20:13:44,790 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:13:44,793 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5251d3adfd7707680aed544c79922583be11f6d1" 2018-08-15 20:13:44,968 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:13:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-445fcc80-73f2-4f0d-ba92-85e7e98c547f x-compute-request-id: req-445fcc80-73f2-4f0d-ba92-85e7e98c547f Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/78d984cf-2142-4f36-8e29-36c2ea803b41", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/78d984cf-2142-4f36-8e29-36c2ea803b41", "rel": "bookmark"}], "image": {"id": "af37bea3-f448-45b0-9e35-03eea33911d2", "links": [{"href": "http://172.30.9.27:8774/images/af37bea3-f448-45b0-9e35-03eea33911d2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "b7421eb0-3d5b-4e9c-898c-9ebbd714979d", "links": [{"href": "http://172.30.9.27:8774/flavors/b7421eb0-3d5b-4e9c-898c-9ebbd714979d", "rel": "bookmark"}]}, "id": "78d984cf-2142-4f36-8e29-36c2ea803b41", "security_groups": [{"name": "cloudify-sg_953759b1-b60f-4be9-b61c-b438c5b3c5e2"}], "user_id": "82b63cd4f2254481bb6058c2929854a4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T20:12:29Z", "hostId": "003939214126ba7bbb2e03b72cb6458161f18a533a3ca80e9d1892f6", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_953759b1-b60f-4be9-b61c-b438c5b3c5e2", "name": "cloudify-vm_953759b1-b60f-4be9-b61c-b438c5b3c5e2", "created": "2018-08-15T20:12:26Z", "tenant_id": "56d23d475b1940009ec8c0a045979522", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:13:44,969 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-445fcc80-73f2-4f0d-ba92-85e7e98c547f 2018-08-15 20:13:44,969 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.178204059601s 2018-08-15 20:13:44,969 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-445fcc80-73f2-4f0d-ba92-85e7e98c547f 2018-08-15 20:13:44,973 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 20:13:46,976 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:13:46,978 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5251d3adfd7707680aed544c79922583be11f6d1" 2018-08-15 20:13:47,166 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:13:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fd21e4cd-7e78-4aaa-a2b4-4fbb5051c752 x-compute-request-id: req-fd21e4cd-7e78-4aaa-a2b4-4fbb5051c752 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/78d984cf-2142-4f36-8e29-36c2ea803b41", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/78d984cf-2142-4f36-8e29-36c2ea803b41", "rel": "bookmark"}], "image": {"id": "af37bea3-f448-45b0-9e35-03eea33911d2", "links": [{"href": "http://172.30.9.27:8774/images/af37bea3-f448-45b0-9e35-03eea33911d2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "b7421eb0-3d5b-4e9c-898c-9ebbd714979d", "links": [{"href": "http://172.30.9.27:8774/flavors/b7421eb0-3d5b-4e9c-898c-9ebbd714979d", "rel": "bookmark"}]}, "id": "78d984cf-2142-4f36-8e29-36c2ea803b41", "security_groups": [{"name": "cloudify-sg_953759b1-b60f-4be9-b61c-b438c5b3c5e2"}], "user_id": "82b63cd4f2254481bb6058c2929854a4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T20:12:29Z", "hostId": "003939214126ba7bbb2e03b72cb6458161f18a533a3ca80e9d1892f6", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_953759b1-b60f-4be9-b61c-b438c5b3c5e2", "name": "cloudify-vm_953759b1-b60f-4be9-b61c-b438c5b3c5e2", "created": "2018-08-15T20:12:26Z", "tenant_id": "56d23d475b1940009ec8c0a045979522", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:13:47,167 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-fd21e4cd-7e78-4aaa-a2b4-4fbb5051c752 2018-08-15 20:13:47,167 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.191035032272s 2018-08-15 20:13:47,167 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-fd21e4cd-7e78-4aaa-a2b4-4fbb5051c752 2018-08-15 20:13:47,171 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 20:13:49,172 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:13:49,175 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5251d3adfd7707680aed544c79922583be11f6d1" 2018-08-15 20:13:49,358 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:13:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c7dcc092-2fdd-4a6f-8105-756feb64e97f x-compute-request-id: req-c7dcc092-2fdd-4a6f-8105-756feb64e97f Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/78d984cf-2142-4f36-8e29-36c2ea803b41", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/78d984cf-2142-4f36-8e29-36c2ea803b41", "rel": "bookmark"}], "image": {"id": "af37bea3-f448-45b0-9e35-03eea33911d2", "links": [{"href": "http://172.30.9.27:8774/images/af37bea3-f448-45b0-9e35-03eea33911d2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "b7421eb0-3d5b-4e9c-898c-9ebbd714979d", "links": [{"href": "http://172.30.9.27:8774/flavors/b7421eb0-3d5b-4e9c-898c-9ebbd714979d", "rel": "bookmark"}]}, "id": "78d984cf-2142-4f36-8e29-36c2ea803b41", "security_groups": [{"name": "cloudify-sg_953759b1-b60f-4be9-b61c-b438c5b3c5e2"}], "user_id": "82b63cd4f2254481bb6058c2929854a4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T20:12:29Z", "hostId": "003939214126ba7bbb2e03b72cb6458161f18a533a3ca80e9d1892f6", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_953759b1-b60f-4be9-b61c-b438c5b3c5e2", "name": "cloudify-vm_953759b1-b60f-4be9-b61c-b438c5b3c5e2", "created": "2018-08-15T20:12:26Z", "tenant_id": "56d23d475b1940009ec8c0a045979522", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:13:49,358 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-c7dcc092-2fdd-4a6f-8105-756feb64e97f 2018-08-15 20:13:49,358 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.185544013977s 2018-08-15 20:13:49,359 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-c7dcc092-2fdd-4a6f-8105-756feb64e97f 2018-08-15 20:13:49,363 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 20:13:51,365 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:13:51,368 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5251d3adfd7707680aed544c79922583be11f6d1" 2018-08-15 20:13:51,819 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:13:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6772ae02-96cf-4f8c-b9e3-996bac396786 x-compute-request-id: req-6772ae02-96cf-4f8c-b9e3-996bac396786 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/78d984cf-2142-4f36-8e29-36c2ea803b41", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/78d984cf-2142-4f36-8e29-36c2ea803b41", "rel": "bookmark"}], "image": {"id": "af37bea3-f448-45b0-9e35-03eea33911d2", "links": [{"href": "http://172.30.9.27:8774/images/af37bea3-f448-45b0-9e35-03eea33911d2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "b7421eb0-3d5b-4e9c-898c-9ebbd714979d", "links": [{"href": "http://172.30.9.27:8774/flavors/b7421eb0-3d5b-4e9c-898c-9ebbd714979d", "rel": "bookmark"}]}, "id": "78d984cf-2142-4f36-8e29-36c2ea803b41", "security_groups": [{"name": "cloudify-sg_953759b1-b60f-4be9-b61c-b438c5b3c5e2"}], "user_id": "82b63cd4f2254481bb6058c2929854a4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T20:12:29Z", "hostId": "003939214126ba7bbb2e03b72cb6458161f18a533a3ca80e9d1892f6", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_953759b1-b60f-4be9-b61c-b438c5b3c5e2", "name": "cloudify-vm_953759b1-b60f-4be9-b61c-b438c5b3c5e2", "created": "2018-08-15T20:12:26Z", "tenant_id": "56d23d475b1940009ec8c0a045979522", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:13:51,819 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-6772ae02-96cf-4f8c-b9e3-996bac396786 2018-08-15 20:13:51,819 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.454189062119s 2018-08-15 20:13:51,820 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-6772ae02-96cf-4f8c-b9e3-996bac396786 2018-08-15 20:13:51,824 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 20:13:53,825 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:13:53,828 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5251d3adfd7707680aed544c79922583be11f6d1" 2018-08-15 20:13:54,014 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:13: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-ed997a0d-09cc-45a9-9e09-8f8b012e5884 x-compute-request-id: req-ed997a0d-09cc-45a9-9e09-8f8b012e5884 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/78d984cf-2142-4f36-8e29-36c2ea803b41", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/78d984cf-2142-4f36-8e29-36c2ea803b41", "rel": "bookmark"}], "image": {"id": "af37bea3-f448-45b0-9e35-03eea33911d2", "links": [{"href": "http://172.30.9.27:8774/images/af37bea3-f448-45b0-9e35-03eea33911d2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "b7421eb0-3d5b-4e9c-898c-9ebbd714979d", "links": [{"href": "http://172.30.9.27:8774/flavors/b7421eb0-3d5b-4e9c-898c-9ebbd714979d", "rel": "bookmark"}]}, "id": "78d984cf-2142-4f36-8e29-36c2ea803b41", "security_groups": [{"name": "cloudify-sg_953759b1-b60f-4be9-b61c-b438c5b3c5e2"}], "user_id": "82b63cd4f2254481bb6058c2929854a4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T20:12:29Z", "hostId": "003939214126ba7bbb2e03b72cb6458161f18a533a3ca80e9d1892f6", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_953759b1-b60f-4be9-b61c-b438c5b3c5e2", "name": "cloudify-vm_953759b1-b60f-4be9-b61c-b438c5b3c5e2", "created": "2018-08-15T20:12:26Z", "tenant_id": "56d23d475b1940009ec8c0a045979522", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:13:54,014 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-ed997a0d-09cc-45a9-9e09-8f8b012e5884 2018-08-15 20:13:54,014 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.18871307373s 2018-08-15 20:13:54,014 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-ed997a0d-09cc-45a9-9e09-8f8b012e5884 2018-08-15 20:13:54,018 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 20:13:56,020 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:13:56,024 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5251d3adfd7707680aed544c79922583be11f6d1" 2018-08-15 20:13:56,198 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:13: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-45470118-cf78-4c7b-ae0c-a339f3fa775a x-compute-request-id: req-45470118-cf78-4c7b-ae0c-a339f3fa775a Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/78d984cf-2142-4f36-8e29-36c2ea803b41", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/78d984cf-2142-4f36-8e29-36c2ea803b41", "rel": "bookmark"}], "image": {"id": "af37bea3-f448-45b0-9e35-03eea33911d2", "links": [{"href": "http://172.30.9.27:8774/images/af37bea3-f448-45b0-9e35-03eea33911d2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "b7421eb0-3d5b-4e9c-898c-9ebbd714979d", "links": [{"href": "http://172.30.9.27:8774/flavors/b7421eb0-3d5b-4e9c-898c-9ebbd714979d", "rel": "bookmark"}]}, "id": "78d984cf-2142-4f36-8e29-36c2ea803b41", "security_groups": [{"name": "cloudify-sg_953759b1-b60f-4be9-b61c-b438c5b3c5e2"}], "user_id": "82b63cd4f2254481bb6058c2929854a4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T20:12:29Z", "hostId": "003939214126ba7bbb2e03b72cb6458161f18a533a3ca80e9d1892f6", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_953759b1-b60f-4be9-b61c-b438c5b3c5e2", "name": "cloudify-vm_953759b1-b60f-4be9-b61c-b438c5b3c5e2", "created": "2018-08-15T20:12:26Z", "tenant_id": "56d23d475b1940009ec8c0a045979522", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:13:56,199 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-45470118-cf78-4c7b-ae0c-a339f3fa775a 2018-08-15 20:13:56,199 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.178148984909s 2018-08-15 20:13:56,199 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-45470118-cf78-4c7b-ae0c-a339f3fa775a 2018-08-15 20:13:56,203 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 20:13:58,206 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:13:58,209 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5251d3adfd7707680aed544c79922583be11f6d1" 2018-08-15 20:13:58,646 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:13: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-21ab5d0c-f3d0-4a9d-a310-34dd833d53ce x-compute-request-id: req-21ab5d0c-f3d0-4a9d-a310-34dd833d53ce Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/78d984cf-2142-4f36-8e29-36c2ea803b41", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/78d984cf-2142-4f36-8e29-36c2ea803b41", "rel": "bookmark"}], "image": {"id": "af37bea3-f448-45b0-9e35-03eea33911d2", "links": [{"href": "http://172.30.9.27:8774/images/af37bea3-f448-45b0-9e35-03eea33911d2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "b7421eb0-3d5b-4e9c-898c-9ebbd714979d", "links": [{"href": "http://172.30.9.27:8774/flavors/b7421eb0-3d5b-4e9c-898c-9ebbd714979d", "rel": "bookmark"}]}, "id": "78d984cf-2142-4f36-8e29-36c2ea803b41", "security_groups": [{"name": "cloudify-sg_953759b1-b60f-4be9-b61c-b438c5b3c5e2"}], "user_id": "82b63cd4f2254481bb6058c2929854a4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T20:12:29Z", "hostId": "003939214126ba7bbb2e03b72cb6458161f18a533a3ca80e9d1892f6", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_953759b1-b60f-4be9-b61c-b438c5b3c5e2", "name": "cloudify-vm_953759b1-b60f-4be9-b61c-b438c5b3c5e2", "created": "2018-08-15T20:12:26Z", "tenant_id": "56d23d475b1940009ec8c0a045979522", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:13:58,646 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-21ab5d0c-f3d0-4a9d-a310-34dd833d53ce 2018-08-15 20:13:58,647 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.440744876862s 2018-08-15 20:13:58,647 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-21ab5d0c-f3d0-4a9d-a310-34dd833d53ce 2018-08-15 20:13:58,651 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 20:14:00,654 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:14:00,657 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5251d3adfd7707680aed544c79922583be11f6d1" 2018-08-15 20:14:01,109 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:14: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-3f207e2c-d9f2-458d-827a-c286ca1d9499 x-compute-request-id: req-3f207e2c-d9f2-458d-827a-c286ca1d9499 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/78d984cf-2142-4f36-8e29-36c2ea803b41", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/78d984cf-2142-4f36-8e29-36c2ea803b41", "rel": "bookmark"}], "image": {"id": "af37bea3-f448-45b0-9e35-03eea33911d2", "links": [{"href": "http://172.30.9.27:8774/images/af37bea3-f448-45b0-9e35-03eea33911d2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "b7421eb0-3d5b-4e9c-898c-9ebbd714979d", "links": [{"href": "http://172.30.9.27:8774/flavors/b7421eb0-3d5b-4e9c-898c-9ebbd714979d", "rel": "bookmark"}]}, "id": "78d984cf-2142-4f36-8e29-36c2ea803b41", "security_groups": [{"name": "cloudify-sg_953759b1-b60f-4be9-b61c-b438c5b3c5e2"}], "user_id": "82b63cd4f2254481bb6058c2929854a4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T20:12:29Z", "hostId": "003939214126ba7bbb2e03b72cb6458161f18a533a3ca80e9d1892f6", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_953759b1-b60f-4be9-b61c-b438c5b3c5e2", "name": "cloudify-vm_953759b1-b60f-4be9-b61c-b438c5b3c5e2", "created": "2018-08-15T20:12:26Z", "tenant_id": "56d23d475b1940009ec8c0a045979522", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:14:01,109 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-3f207e2c-d9f2-458d-827a-c286ca1d9499 2018-08-15 20:14:01,109 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.45524096489s 2018-08-15 20:14:01,110 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-3f207e2c-d9f2-458d-827a-c286ca1d9499 2018-08-15 20:14:01,113 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 20:14:03,114 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:14:03,117 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5251d3adfd7707680aed544c79922583be11f6d1" 2018-08-15 20:14:03,534 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:14: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-bd9d98f7-2e78-4f00-944e-adc70157437f x-compute-request-id: req-bd9d98f7-2e78-4f00-944e-adc70157437f Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/78d984cf-2142-4f36-8e29-36c2ea803b41", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/78d984cf-2142-4f36-8e29-36c2ea803b41", "rel": "bookmark"}], "image": {"id": "af37bea3-f448-45b0-9e35-03eea33911d2", "links": [{"href": "http://172.30.9.27:8774/images/af37bea3-f448-45b0-9e35-03eea33911d2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "b7421eb0-3d5b-4e9c-898c-9ebbd714979d", "links": [{"href": "http://172.30.9.27:8774/flavors/b7421eb0-3d5b-4e9c-898c-9ebbd714979d", "rel": "bookmark"}]}, "id": "78d984cf-2142-4f36-8e29-36c2ea803b41", "security_groups": [{"name": "cloudify-sg_953759b1-b60f-4be9-b61c-b438c5b3c5e2"}], "user_id": "82b63cd4f2254481bb6058c2929854a4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T20:12:29Z", "hostId": "003939214126ba7bbb2e03b72cb6458161f18a533a3ca80e9d1892f6", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_953759b1-b60f-4be9-b61c-b438c5b3c5e2", "name": "cloudify-vm_953759b1-b60f-4be9-b61c-b438c5b3c5e2", "created": "2018-08-15T20:12:26Z", "tenant_id": "56d23d475b1940009ec8c0a045979522", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:14:03,534 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-bd9d98f7-2e78-4f00-944e-adc70157437f 2018-08-15 20:14:03,534 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.41993522644s 2018-08-15 20:14:03,535 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-bd9d98f7-2e78-4f00-944e-adc70157437f 2018-08-15 20:14:03,539 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 20:14:05,541 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:14:05,543 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5251d3adfd7707680aed544c79922583be11f6d1" 2018-08-15 20:14:05,976 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:14: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-ce11980d-5da1-4eed-b477-5051c0af135b x-compute-request-id: req-ce11980d-5da1-4eed-b477-5051c0af135b Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/78d984cf-2142-4f36-8e29-36c2ea803b41", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/78d984cf-2142-4f36-8e29-36c2ea803b41", "rel": "bookmark"}], "image": {"id": "af37bea3-f448-45b0-9e35-03eea33911d2", "links": [{"href": "http://172.30.9.27:8774/images/af37bea3-f448-45b0-9e35-03eea33911d2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "b7421eb0-3d5b-4e9c-898c-9ebbd714979d", "links": [{"href": "http://172.30.9.27:8774/flavors/b7421eb0-3d5b-4e9c-898c-9ebbd714979d", "rel": "bookmark"}]}, "id": "78d984cf-2142-4f36-8e29-36c2ea803b41", "security_groups": [{"name": "cloudify-sg_953759b1-b60f-4be9-b61c-b438c5b3c5e2"}], "user_id": "82b63cd4f2254481bb6058c2929854a4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T20:12:29Z", "hostId": "003939214126ba7bbb2e03b72cb6458161f18a533a3ca80e9d1892f6", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_953759b1-b60f-4be9-b61c-b438c5b3c5e2", "name": "cloudify-vm_953759b1-b60f-4be9-b61c-b438c5b3c5e2", "created": "2018-08-15T20:12:26Z", "tenant_id": "56d23d475b1940009ec8c0a045979522", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:14:05,976 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-ce11980d-5da1-4eed-b477-5051c0af135b 2018-08-15 20:14:05,977 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.435318946838s 2018-08-15 20:14:05,977 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-ce11980d-5da1-4eed-b477-5051c0af135b 2018-08-15 20:14:05,981 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 20:14:07,984 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:14:07,987 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5251d3adfd7707680aed544c79922583be11f6d1" 2018-08-15 20:14:08,445 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:14:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1b2ea2fd-2fc6-4c52-b7b9-2aa40cc1a1a6 x-compute-request-id: req-1b2ea2fd-2fc6-4c52-b7b9-2aa40cc1a1a6 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/78d984cf-2142-4f36-8e29-36c2ea803b41", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/78d984cf-2142-4f36-8e29-36c2ea803b41", "rel": "bookmark"}], "image": {"id": "af37bea3-f448-45b0-9e35-03eea33911d2", "links": [{"href": "http://172.30.9.27:8774/images/af37bea3-f448-45b0-9e35-03eea33911d2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "b7421eb0-3d5b-4e9c-898c-9ebbd714979d", "links": [{"href": "http://172.30.9.27:8774/flavors/b7421eb0-3d5b-4e9c-898c-9ebbd714979d", "rel": "bookmark"}]}, "id": "78d984cf-2142-4f36-8e29-36c2ea803b41", "security_groups": [{"name": "cloudify-sg_953759b1-b60f-4be9-b61c-b438c5b3c5e2"}], "user_id": "82b63cd4f2254481bb6058c2929854a4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T20:12:29Z", "hostId": "003939214126ba7bbb2e03b72cb6458161f18a533a3ca80e9d1892f6", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_953759b1-b60f-4be9-b61c-b438c5b3c5e2", "name": "cloudify-vm_953759b1-b60f-4be9-b61c-b438c5b3c5e2", "created": "2018-08-15T20:12:26Z", "tenant_id": "56d23d475b1940009ec8c0a045979522", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:14:08,445 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-1b2ea2fd-2fc6-4c52-b7b9-2aa40cc1a1a6 2018-08-15 20:14:08,445 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.461343050003s 2018-08-15 20:14:08,446 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-1b2ea2fd-2fc6-4c52-b7b9-2aa40cc1a1a6 2018-08-15 20:14:08,449 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 20:14:10,452 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:14:10,455 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5251d3adfd7707680aed544c79922583be11f6d1" 2018-08-15 20:14:11,030 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:14: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-2016a2a7-3155-4029-b880-4838a69f152d x-compute-request-id: req-2016a2a7-3155-4029-b880-4838a69f152d Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/78d984cf-2142-4f36-8e29-36c2ea803b41", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/78d984cf-2142-4f36-8e29-36c2ea803b41", "rel": "bookmark"}], "image": {"id": "af37bea3-f448-45b0-9e35-03eea33911d2", "links": [{"href": "http://172.30.9.27:8774/images/af37bea3-f448-45b0-9e35-03eea33911d2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "b7421eb0-3d5b-4e9c-898c-9ebbd714979d", "links": [{"href": "http://172.30.9.27:8774/flavors/b7421eb0-3d5b-4e9c-898c-9ebbd714979d", "rel": "bookmark"}]}, "id": "78d984cf-2142-4f36-8e29-36c2ea803b41", "security_groups": [{"name": "cloudify-sg_953759b1-b60f-4be9-b61c-b438c5b3c5e2"}], "user_id": "82b63cd4f2254481bb6058c2929854a4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T20:12:29Z", "hostId": "003939214126ba7bbb2e03b72cb6458161f18a533a3ca80e9d1892f6", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_953759b1-b60f-4be9-b61c-b438c5b3c5e2", "name": "cloudify-vm_953759b1-b60f-4be9-b61c-b438c5b3c5e2", "created": "2018-08-15T20:12:26Z", "tenant_id": "56d23d475b1940009ec8c0a045979522", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:14:11,030 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-2016a2a7-3155-4029-b880-4838a69f152d 2018-08-15 20:14:11,030 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.577864170074s 2018-08-15 20:14:11,031 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-2016a2a7-3155-4029-b880-4838a69f152d 2018-08-15 20:14:11,035 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 20:14:13,038 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:14:13,040 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5251d3adfd7707680aed544c79922583be11f6d1" 2018-08-15 20:14:13,646 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:14:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b37650c8-7d88-4f05-ac53-86a95047a749 x-compute-request-id: req-b37650c8-7d88-4f05-ac53-86a95047a749 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/78d984cf-2142-4f36-8e29-36c2ea803b41", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/78d984cf-2142-4f36-8e29-36c2ea803b41", "rel": "bookmark"}], "image": {"id": "af37bea3-f448-45b0-9e35-03eea33911d2", "links": [{"href": "http://172.30.9.27:8774/images/af37bea3-f448-45b0-9e35-03eea33911d2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "b7421eb0-3d5b-4e9c-898c-9ebbd714979d", "links": [{"href": "http://172.30.9.27:8774/flavors/b7421eb0-3d5b-4e9c-898c-9ebbd714979d", "rel": "bookmark"}]}, "id": "78d984cf-2142-4f36-8e29-36c2ea803b41", "security_groups": [{"name": "cloudify-sg_953759b1-b60f-4be9-b61c-b438c5b3c5e2"}], "user_id": "82b63cd4f2254481bb6058c2929854a4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T20:12:29Z", "hostId": "003939214126ba7bbb2e03b72cb6458161f18a533a3ca80e9d1892f6", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_953759b1-b60f-4be9-b61c-b438c5b3c5e2", "name": "cloudify-vm_953759b1-b60f-4be9-b61c-b438c5b3c5e2", "created": "2018-08-15T20:12:26Z", "tenant_id": "56d23d475b1940009ec8c0a045979522", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:14:13,646 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-b37650c8-7d88-4f05-ac53-86a95047a749 2018-08-15 20:14:13,646 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.608340978622s 2018-08-15 20:14:13,647 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-b37650c8-7d88-4f05-ac53-86a95047a749 2018-08-15 20:14:13,650 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 20:14:15,653 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:14:15,656 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5251d3adfd7707680aed544c79922583be11f6d1" 2018-08-15 20:14:15,837 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:14: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-928ab253-818a-4a84-a8a1-5ad7c91162aa x-compute-request-id: req-928ab253-818a-4a84-a8a1-5ad7c91162aa Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/78d984cf-2142-4f36-8e29-36c2ea803b41", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/78d984cf-2142-4f36-8e29-36c2ea803b41", "rel": "bookmark"}], "image": {"id": "af37bea3-f448-45b0-9e35-03eea33911d2", "links": [{"href": "http://172.30.9.27:8774/images/af37bea3-f448-45b0-9e35-03eea33911d2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "b7421eb0-3d5b-4e9c-898c-9ebbd714979d", "links": [{"href": "http://172.30.9.27:8774/flavors/b7421eb0-3d5b-4e9c-898c-9ebbd714979d", "rel": "bookmark"}]}, "id": "78d984cf-2142-4f36-8e29-36c2ea803b41", "security_groups": [{"name": "cloudify-sg_953759b1-b60f-4be9-b61c-b438c5b3c5e2"}], "user_id": "82b63cd4f2254481bb6058c2929854a4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T20:12:29Z", "hostId": "003939214126ba7bbb2e03b72cb6458161f18a533a3ca80e9d1892f6", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_953759b1-b60f-4be9-b61c-b438c5b3c5e2", "name": "cloudify-vm_953759b1-b60f-4be9-b61c-b438c5b3c5e2", "created": "2018-08-15T20:12:26Z", "tenant_id": "56d23d475b1940009ec8c0a045979522", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:14:15,837 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-928ab253-818a-4a84-a8a1-5ad7c91162aa 2018-08-15 20:14:15,837 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.18406701088s 2018-08-15 20:14:15,838 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-928ab253-818a-4a84-a8a1-5ad7c91162aa 2018-08-15 20:14:15,841 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 20:14:17,844 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:14:17,848 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5251d3adfd7707680aed544c79922583be11f6d1" 2018-08-15 20:14:18,546 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:14: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-c490571e-6e49-4ae0-a5bf-2a228ddac2e8 x-compute-request-id: req-c490571e-6e49-4ae0-a5bf-2a228ddac2e8 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/78d984cf-2142-4f36-8e29-36c2ea803b41", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/78d984cf-2142-4f36-8e29-36c2ea803b41", "rel": "bookmark"}], "image": {"id": "af37bea3-f448-45b0-9e35-03eea33911d2", "links": [{"href": "http://172.30.9.27:8774/images/af37bea3-f448-45b0-9e35-03eea33911d2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "b7421eb0-3d5b-4e9c-898c-9ebbd714979d", "links": [{"href": "http://172.30.9.27:8774/flavors/b7421eb0-3d5b-4e9c-898c-9ebbd714979d", "rel": "bookmark"}]}, "id": "78d984cf-2142-4f36-8e29-36c2ea803b41", "security_groups": [{"name": "cloudify-sg_953759b1-b60f-4be9-b61c-b438c5b3c5e2"}], "user_id": "82b63cd4f2254481bb6058c2929854a4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T20:12:29Z", "hostId": "003939214126ba7bbb2e03b72cb6458161f18a533a3ca80e9d1892f6", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_953759b1-b60f-4be9-b61c-b438c5b3c5e2", "name": "cloudify-vm_953759b1-b60f-4be9-b61c-b438c5b3c5e2", "created": "2018-08-15T20:12:26Z", "tenant_id": "56d23d475b1940009ec8c0a045979522", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:14:18,546 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-c490571e-6e49-4ae0-a5bf-2a228ddac2e8 2018-08-15 20:14:18,546 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.702339887619s 2018-08-15 20:14:18,547 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-c490571e-6e49-4ae0-a5bf-2a228ddac2e8 2018-08-15 20:14:18,551 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 20:14:20,553 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:14:20,557 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5251d3adfd7707680aed544c79922583be11f6d1" 2018-08-15 20:14:20,746 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:14:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1e5200a7-fc62-4fce-9124-4c05c98a0fa7 x-compute-request-id: req-1e5200a7-fc62-4fce-9124-4c05c98a0fa7 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/78d984cf-2142-4f36-8e29-36c2ea803b41", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/78d984cf-2142-4f36-8e29-36c2ea803b41", "rel": "bookmark"}], "image": {"id": "af37bea3-f448-45b0-9e35-03eea33911d2", "links": [{"href": "http://172.30.9.27:8774/images/af37bea3-f448-45b0-9e35-03eea33911d2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "b7421eb0-3d5b-4e9c-898c-9ebbd714979d", "links": [{"href": "http://172.30.9.27:8774/flavors/b7421eb0-3d5b-4e9c-898c-9ebbd714979d", "rel": "bookmark"}]}, "id": "78d984cf-2142-4f36-8e29-36c2ea803b41", "security_groups": [{"name": "cloudify-sg_953759b1-b60f-4be9-b61c-b438c5b3c5e2"}], "user_id": "82b63cd4f2254481bb6058c2929854a4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T20:12:29Z", "hostId": "003939214126ba7bbb2e03b72cb6458161f18a533a3ca80e9d1892f6", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_953759b1-b60f-4be9-b61c-b438c5b3c5e2", "name": "cloudify-vm_953759b1-b60f-4be9-b61c-b438c5b3c5e2", "created": "2018-08-15T20:12:26Z", "tenant_id": "56d23d475b1940009ec8c0a045979522", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:14:20,746 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-1e5200a7-fc62-4fce-9124-4c05c98a0fa7 2018-08-15 20:14:20,746 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.192686080933s 2018-08-15 20:14:20,747 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-1e5200a7-fc62-4fce-9124-4c05c98a0fa7 2018-08-15 20:14:20,750 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 20:14:22,753 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:14:22,755 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5251d3adfd7707680aed544c79922583be11f6d1" 2018-08-15 20:14:23,187 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:14:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c2f0af20-6bb7-4e0c-914a-ccd483efae5e x-compute-request-id: req-c2f0af20-6bb7-4e0c-914a-ccd483efae5e Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/78d984cf-2142-4f36-8e29-36c2ea803b41", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/78d984cf-2142-4f36-8e29-36c2ea803b41", "rel": "bookmark"}], "image": {"id": "af37bea3-f448-45b0-9e35-03eea33911d2", "links": [{"href": "http://172.30.9.27:8774/images/af37bea3-f448-45b0-9e35-03eea33911d2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "b7421eb0-3d5b-4e9c-898c-9ebbd714979d", "links": [{"href": "http://172.30.9.27:8774/flavors/b7421eb0-3d5b-4e9c-898c-9ebbd714979d", "rel": "bookmark"}]}, "id": "78d984cf-2142-4f36-8e29-36c2ea803b41", "security_groups": [{"name": "cloudify-sg_953759b1-b60f-4be9-b61c-b438c5b3c5e2"}], "user_id": "82b63cd4f2254481bb6058c2929854a4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T20:12:29Z", "hostId": "003939214126ba7bbb2e03b72cb6458161f18a533a3ca80e9d1892f6", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_953759b1-b60f-4be9-b61c-b438c5b3c5e2", "name": "cloudify-vm_953759b1-b60f-4be9-b61c-b438c5b3c5e2", "created": "2018-08-15T20:12:26Z", "tenant_id": "56d23d475b1940009ec8c0a045979522", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:14:23,187 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-c2f0af20-6bb7-4e0c-914a-ccd483efae5e 2018-08-15 20:14:23,187 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.434284925461s 2018-08-15 20:14:23,188 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-c2f0af20-6bb7-4e0c-914a-ccd483efae5e 2018-08-15 20:14:23,191 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 20:14:25,194 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:14:25,196 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5251d3adfd7707680aed544c79922583be11f6d1" 2018-08-15 20:14:25,382 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:14:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1033ceb9-412e-45be-ad3f-e43b6d5d1615 x-compute-request-id: req-1033ceb9-412e-45be-ad3f-e43b6d5d1615 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/78d984cf-2142-4f36-8e29-36c2ea803b41", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/78d984cf-2142-4f36-8e29-36c2ea803b41", "rel": "bookmark"}], "image": {"id": "af37bea3-f448-45b0-9e35-03eea33911d2", "links": [{"href": "http://172.30.9.27:8774/images/af37bea3-f448-45b0-9e35-03eea33911d2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "b7421eb0-3d5b-4e9c-898c-9ebbd714979d", "links": [{"href": "http://172.30.9.27:8774/flavors/b7421eb0-3d5b-4e9c-898c-9ebbd714979d", "rel": "bookmark"}]}, "id": "78d984cf-2142-4f36-8e29-36c2ea803b41", "security_groups": [{"name": "cloudify-sg_953759b1-b60f-4be9-b61c-b438c5b3c5e2"}], "user_id": "82b63cd4f2254481bb6058c2929854a4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T20:12:29Z", "hostId": "003939214126ba7bbb2e03b72cb6458161f18a533a3ca80e9d1892f6", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_953759b1-b60f-4be9-b61c-b438c5b3c5e2", "name": "cloudify-vm_953759b1-b60f-4be9-b61c-b438c5b3c5e2", "created": "2018-08-15T20:12:26Z", "tenant_id": "56d23d475b1940009ec8c0a045979522", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:14:25,383 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-1033ceb9-412e-45be-ad3f-e43b6d5d1615 2018-08-15 20:14:25,383 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.188749074936s 2018-08-15 20:14:25,383 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-1033ceb9-412e-45be-ad3f-e43b6d5d1615 2018-08-15 20:14:25,387 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 20:14:27,390 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:14:27,392 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5251d3adfd7707680aed544c79922583be11f6d1" 2018-08-15 20:14:27,754 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:14:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d79cfba0-99f0-43dc-a15f-649043a3d1b9 x-compute-request-id: req-d79cfba0-99f0-43dc-a15f-649043a3d1b9 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/78d984cf-2142-4f36-8e29-36c2ea803b41", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/78d984cf-2142-4f36-8e29-36c2ea803b41", "rel": "bookmark"}], "image": {"id": "af37bea3-f448-45b0-9e35-03eea33911d2", "links": [{"href": "http://172.30.9.27:8774/images/af37bea3-f448-45b0-9e35-03eea33911d2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "b7421eb0-3d5b-4e9c-898c-9ebbd714979d", "links": [{"href": "http://172.30.9.27:8774/flavors/b7421eb0-3d5b-4e9c-898c-9ebbd714979d", "rel": "bookmark"}]}, "id": "78d984cf-2142-4f36-8e29-36c2ea803b41", "security_groups": [{"name": "cloudify-sg_953759b1-b60f-4be9-b61c-b438c5b3c5e2"}], "user_id": "82b63cd4f2254481bb6058c2929854a4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T20:12:29Z", "hostId": "003939214126ba7bbb2e03b72cb6458161f18a533a3ca80e9d1892f6", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_953759b1-b60f-4be9-b61c-b438c5b3c5e2", "name": "cloudify-vm_953759b1-b60f-4be9-b61c-b438c5b3c5e2", "created": "2018-08-15T20:12:26Z", "tenant_id": "56d23d475b1940009ec8c0a045979522", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:14:27,754 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-d79cfba0-99f0-43dc-a15f-649043a3d1b9 2018-08-15 20:14:27,754 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.364593029022s 2018-08-15 20:14:27,755 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-d79cfba0-99f0-43dc-a15f-649043a3d1b9 2018-08-15 20:14:27,759 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 20:14:29,762 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:14:29,765 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5251d3adfd7707680aed544c79922583be11f6d1" 2018-08-15 20:14:30,193 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:14:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-04e211eb-6128-48a3-9e1f-7e6830ca8f8c x-compute-request-id: req-04e211eb-6128-48a3-9e1f-7e6830ca8f8c Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/78d984cf-2142-4f36-8e29-36c2ea803b41", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/78d984cf-2142-4f36-8e29-36c2ea803b41", "rel": "bookmark"}], "image": {"id": "af37bea3-f448-45b0-9e35-03eea33911d2", "links": [{"href": "http://172.30.9.27:8774/images/af37bea3-f448-45b0-9e35-03eea33911d2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "b7421eb0-3d5b-4e9c-898c-9ebbd714979d", "links": [{"href": "http://172.30.9.27:8774/flavors/b7421eb0-3d5b-4e9c-898c-9ebbd714979d", "rel": "bookmark"}]}, "id": "78d984cf-2142-4f36-8e29-36c2ea803b41", "security_groups": [{"name": "cloudify-sg_953759b1-b60f-4be9-b61c-b438c5b3c5e2"}], "user_id": "82b63cd4f2254481bb6058c2929854a4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T20:12:29Z", "hostId": "003939214126ba7bbb2e03b72cb6458161f18a533a3ca80e9d1892f6", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_953759b1-b60f-4be9-b61c-b438c5b3c5e2", "name": "cloudify-vm_953759b1-b60f-4be9-b61c-b438c5b3c5e2", "created": "2018-08-15T20:12:26Z", "tenant_id": "56d23d475b1940009ec8c0a045979522", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:14:30,193 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-04e211eb-6128-48a3-9e1f-7e6830ca8f8c 2018-08-15 20:14:30,194 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.431571006775s 2018-08-15 20:14:30,194 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-04e211eb-6128-48a3-9e1f-7e6830ca8f8c 2018-08-15 20:14:30,201 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 20:14:32,203 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:14:32,206 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5251d3adfd7707680aed544c79922583be11f6d1" 2018-08-15 20:14:32,683 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:14:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7af437de-d882-489e-84a4-3d0b51c93249 x-compute-request-id: req-7af437de-d882-489e-84a4-3d0b51c93249 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/78d984cf-2142-4f36-8e29-36c2ea803b41", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/78d984cf-2142-4f36-8e29-36c2ea803b41", "rel": "bookmark"}], "image": {"id": "af37bea3-f448-45b0-9e35-03eea33911d2", "links": [{"href": "http://172.30.9.27:8774/images/af37bea3-f448-45b0-9e35-03eea33911d2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "b7421eb0-3d5b-4e9c-898c-9ebbd714979d", "links": [{"href": "http://172.30.9.27:8774/flavors/b7421eb0-3d5b-4e9c-898c-9ebbd714979d", "rel": "bookmark"}]}, "id": "78d984cf-2142-4f36-8e29-36c2ea803b41", "security_groups": [{"name": "cloudify-sg_953759b1-b60f-4be9-b61c-b438c5b3c5e2"}], "user_id": "82b63cd4f2254481bb6058c2929854a4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T20:12:29Z", "hostId": "003939214126ba7bbb2e03b72cb6458161f18a533a3ca80e9d1892f6", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_953759b1-b60f-4be9-b61c-b438c5b3c5e2", "name": "cloudify-vm_953759b1-b60f-4be9-b61c-b438c5b3c5e2", "created": "2018-08-15T20:12:26Z", "tenant_id": "56d23d475b1940009ec8c0a045979522", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:14:32,683 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-7af437de-d882-489e-84a4-3d0b51c93249 2018-08-15 20:14:32,683 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.479418039322s 2018-08-15 20:14:32,683 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-7af437de-d882-489e-84a4-3d0b51c93249 2018-08-15 20:14:32,687 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 20:14:34,690 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:14:34,693 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5251d3adfd7707680aed544c79922583be11f6d1" 2018-08-15 20:14:35,585 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:14:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b552ff04-5755-4580-933c-b5faef6415a5 x-compute-request-id: req-b552ff04-5755-4580-933c-b5faef6415a5 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/78d984cf-2142-4f36-8e29-36c2ea803b41", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/78d984cf-2142-4f36-8e29-36c2ea803b41", "rel": "bookmark"}], "image": {"id": "af37bea3-f448-45b0-9e35-03eea33911d2", "links": [{"href": "http://172.30.9.27:8774/images/af37bea3-f448-45b0-9e35-03eea33911d2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "b7421eb0-3d5b-4e9c-898c-9ebbd714979d", "links": [{"href": "http://172.30.9.27:8774/flavors/b7421eb0-3d5b-4e9c-898c-9ebbd714979d", "rel": "bookmark"}]}, "id": "78d984cf-2142-4f36-8e29-36c2ea803b41", "security_groups": [{"name": "cloudify-sg_953759b1-b60f-4be9-b61c-b438c5b3c5e2"}], "user_id": "82b63cd4f2254481bb6058c2929854a4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T20:12:29Z", "hostId": "003939214126ba7bbb2e03b72cb6458161f18a533a3ca80e9d1892f6", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_953759b1-b60f-4be9-b61c-b438c5b3c5e2", "name": "cloudify-vm_953759b1-b60f-4be9-b61c-b438c5b3c5e2", "created": "2018-08-15T20:12:26Z", "tenant_id": "56d23d475b1940009ec8c0a045979522", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:14:35,585 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-b552ff04-5755-4580-933c-b5faef6415a5 2018-08-15 20:14:35,585 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.894834041595s 2018-08-15 20:14:35,585 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-b552ff04-5755-4580-933c-b5faef6415a5 2018-08-15 20:14:35,589 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 20:14:37,592 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:14:37,595 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5251d3adfd7707680aed544c79922583be11f6d1" 2018-08-15 20:14:37,786 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:14: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-babb2851-4787-4784-b24f-0c835afb5f6d x-compute-request-id: req-babb2851-4787-4784-b24f-0c835afb5f6d Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/78d984cf-2142-4f36-8e29-36c2ea803b41", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/78d984cf-2142-4f36-8e29-36c2ea803b41", "rel": "bookmark"}], "image": {"id": "af37bea3-f448-45b0-9e35-03eea33911d2", "links": [{"href": "http://172.30.9.27:8774/images/af37bea3-f448-45b0-9e35-03eea33911d2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "b7421eb0-3d5b-4e9c-898c-9ebbd714979d", "links": [{"href": "http://172.30.9.27:8774/flavors/b7421eb0-3d5b-4e9c-898c-9ebbd714979d", "rel": "bookmark"}]}, "id": "78d984cf-2142-4f36-8e29-36c2ea803b41", "security_groups": [{"name": "cloudify-sg_953759b1-b60f-4be9-b61c-b438c5b3c5e2"}], "user_id": "82b63cd4f2254481bb6058c2929854a4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T20:12:29Z", "hostId": "003939214126ba7bbb2e03b72cb6458161f18a533a3ca80e9d1892f6", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_953759b1-b60f-4be9-b61c-b438c5b3c5e2", "name": "cloudify-vm_953759b1-b60f-4be9-b61c-b438c5b3c5e2", "created": "2018-08-15T20:12:26Z", "tenant_id": "56d23d475b1940009ec8c0a045979522", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:14:37,786 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-babb2851-4787-4784-b24f-0c835afb5f6d 2018-08-15 20:14:37,786 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.193888187408s 2018-08-15 20:14:37,787 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-babb2851-4787-4784-b24f-0c835afb5f6d 2018-08-15 20:14:37,791 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 20:14:39,793 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:14:39,796 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5251d3adfd7707680aed544c79922583be11f6d1" 2018-08-15 20:14:40,195 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:14:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7f8b0524-fcbf-4bc5-b057-b9b4c025d0ed x-compute-request-id: req-7f8b0524-fcbf-4bc5-b057-b9b4c025d0ed Content-Encoding: gzip Content-Length: 742 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cloudify-net_953759b1-b60f-4be9-b61c-b438c5b3c5e2": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7b:5b:5c", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/78d984cf-2142-4f36-8e29-36c2ea803b41", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/78d984cf-2142-4f36-8e29-36c2ea803b41", "rel": "bookmark"}], "image": {"id": "af37bea3-f448-45b0-9e35-03eea33911d2", "links": [{"href": "http://172.30.9.27:8774/images/af37bea3-f448-45b0-9e35-03eea33911d2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:14:37.000000", "flavor": {"id": "b7421eb0-3d5b-4e9c-898c-9ebbd714979d", "links": [{"href": "http://172.30.9.27:8774/flavors/b7421eb0-3d5b-4e9c-898c-9ebbd714979d", "rel": "bookmark"}]}, "id": "78d984cf-2142-4f36-8e29-36c2ea803b41", "security_groups": [{"name": "cloudify-sg_953759b1-b60f-4be9-b61c-b438c5b3c5e2"}], "user_id": "82b63cd4f2254481bb6058c2929854a4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:14:37Z", "hostId": "003939214126ba7bbb2e03b72cb6458161f18a533a3ca80e9d1892f6", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_953759b1-b60f-4be9-b61c-b438c5b3c5e2", "name": "cloudify-vm_953759b1-b60f-4be9-b61c-b438c5b3c5e2", "created": "2018-08-15T20:12:26Z", "tenant_id": "56d23d475b1940009ec8c0a045979522", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:14:40,195 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-7f8b0524-fcbf-4bc5-b057-b9b4c025d0ed 2018-08-15 20:14:40,195 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.401407003403s 2018-08-15 20:14:40,195 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-7f8b0524-fcbf-4bc5-b057-b9b4c025d0ed 2018-08-15 20:14:40,199 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-15 20:14:40,200 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/ports.json?device_id=78d984cf-2142-4f36-8e29-36c2ea803b41" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5251d3adfd7707680aed544c79922583be11f6d1" 2018-08-15 20:14:40,248 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-3561db87-ea93-4b59-92c6-e33a9e667036 Date: Wed, 15 Aug 2018 20:14:40 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"424cd13e-6a62-4f18-9adc-956fd89fc147","tenant_id":"56d23d475b1940009ec8c0a045979522","created_at":"2018-08-15T20:12:29Z","admin_state_up":true,"updated_at":"2018-08-15T20:14:37Z","binding:vnic_type":"normal","device_id":"78d984cf-2142-4f36-8e29-36c2ea803b41","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:7b:5b:5c","id":"4e8e9d11-d9dd-496a-b9be-9a37d105324c","port_security_enabled":true,"project_id":"56d23d475b1940009ec8c0a045979522","fixed_ips":[{"subnet_id":"942a8de9-2f9c-4c8b-a1f9-68347f64a2d6","ip_address":"192.168.120.10"}],"extra_dhcp_opts":[],"security_groups":["6405e70a-cd99-4ac5-8282-79be53bef291"],"name":""}]} 2018-08-15 20:14:40,248 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=78d984cf-2142-4f36-8e29-36c2ea803b41 used request id req-3561db87-ea93-4b59-92c6-e33a9e667036 2018-08-15 20:14:40,248 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0488250255585s 2018-08-15 20:14:40,249 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=78d984cf-2142-4f36-8e29-36c2ea803b41 used request id req-3561db87-ea93-4b59-92c6-e33a9e667036 2018-08-15 20:14:40,254 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-15 20:14:40,254 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/floatingips.json?port_id=4e8e9d11-d9dd-496a-b9be-9a37d105324c" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5251d3adfd7707680aed544c79922583be11f6d1" 2018-08-15 20:14:40,299 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-af3bb290-cf92-4df6-ad43-770a9c51ff1d Date: Wed, 15 Aug 2018 20:14:40 GMT RESP BODY: {"floatingips": []} 2018-08-15 20:14:40,299 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json?port_id=4e8e9d11-d9dd-496a-b9be-9a37d105324c used request id req-af3bb290-cf92-4df6-ad43-770a9c51ff1d 2018-08-15 20:14:40,299 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0454602241516s 2018-08-15 20:14:40,300 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json?port_id=4e8e9d11-d9dd-496a-b9be-9a37d105324c used request id req-af3bb290-cf92-4df6-ad43-770a9c51ff1d 2018-08-15 20:14:40,300 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'cloudify-net_953759b1-b60f-4be9-b61c-b438c5b3c5e2': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:7b:5b:5c', u'version': 4, u'addr': u'192.168.120.10', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'af37bea3-f448-45b0-9e35-03eea33911d2'}), 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-15T20:14:37.000000', 'flavor': Munch({u'id': u'b7421eb0-3d5b-4e9c-898c-9ebbd714979d'}), 'az': u'nova', 'id': u'78d984cf-2142-4f36-8e29-36c2ea803b41', 'security_groups': [Munch({u'name': u'cloudify-sg_953759b1-b60f-4be9-b61c-b438c5b3c5e2'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'82b63cd4f2254481bb6058c2929854a4', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'56d23d475b1940009ec8c0a045979522', 'name': 'cloudify-project_953759b1-b60f-4be9-b61c-b438c5b3c5e2', '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-15T20:14:37.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-15T20:14:37Z', 'hostId': u'003939214126ba7bbb2e03b72cb6458161f18a533a3ca80e9d1892f6', u'OS-SRV-USG:terminated_at': None, 'key_name': u'cloudify-kp_953759b1-b60f-4be9-b61c-b438c5b3c5e2', 'public_v6': '', 'private_v4': u'192.168.120.10', 'cloud': 'envvars', 'host_id': u'003939214126ba7bbb2e03b72cb6458161f18a533a3ca80e9d1892f6', '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-15T20:14:37.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'56d23d475b1940009ec8c0a045979522', 'name': u'cloudify-vm_953759b1-b60f-4be9-b61c-b438c5b3c5e2', 'adminPass': u'88GLhXJXr79r', 'tenant_id': u'56d23d475b1940009ec8c0a045979522', 'created_at': u'2018-08-15T20:12:26Z', 'created': u'2018-08-15T20:12:26Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-15 20:14:40,304 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-15 20:14:40,304 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5251d3adfd7707680aed544c79922583be11f6d1" 2018-08-15 20:14:40,593 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1190 X-Openstack-Request-Id: req-e71ca907-8899-4774-ae12-37a5d817670c Date: Wed, 15 Aug 2018 20:14: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":["942a8de9-2f9c-4c8b-a1f9-68347f64a2d6"],"updated_at":"2018-08-15T20:10:43Z","tenant_id":"56d23d475b1940009ec8c0a045979522","created_at":"2018-08-15T20:10:42Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"56d23d475b1940009ec8c0a045979522","id":"424cd13e-6a62-4f18-9adc-956fd89fc147","name":"cloudify-net_953759b1-b60f-4be9-b61c-b438c5b3c5e2"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["3ef75223-733d-425d-bb3e-88e8a796bebc"],"updated_at":"2018-08-15T17:41:36Z","tenant_id":"d2c267e1fee9461ba5e64a915b9518f5","created_at":"2018-08-15T17:16:26Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"d2c267e1fee9461ba5e64a915b9518f5","id":"fc8ca119-27ab-4070-99fa-a2993d11ee48","name":"external"}]} 2018-08-15 20:14:40,593 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-e71ca907-8899-4774-ae12-37a5d817670c 2018-08-15 20:14:40,593 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.289423942566s 2018-08-15 20:14:40,593 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-e71ca907-8899-4774-ae12-37a5d817670c 2018-08-15 20:14:40,595 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-15 20:14:40,596 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/ports.json?device_id=78d984cf-2142-4f36-8e29-36c2ea803b41" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5251d3adfd7707680aed544c79922583be11f6d1" 2018-08-15 20:14:40,642 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-919dbd3b-56c5-41c7-8c58-91a4ec2e69de Date: Wed, 15 Aug 2018 20:14:40 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"424cd13e-6a62-4f18-9adc-956fd89fc147","tenant_id":"56d23d475b1940009ec8c0a045979522","created_at":"2018-08-15T20:12:29Z","admin_state_up":true,"updated_at":"2018-08-15T20:14:37Z","binding:vnic_type":"normal","device_id":"78d984cf-2142-4f36-8e29-36c2ea803b41","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:7b:5b:5c","id":"4e8e9d11-d9dd-496a-b9be-9a37d105324c","port_security_enabled":true,"project_id":"56d23d475b1940009ec8c0a045979522","fixed_ips":[{"subnet_id":"942a8de9-2f9c-4c8b-a1f9-68347f64a2d6","ip_address":"192.168.120.10"}],"extra_dhcp_opts":[],"security_groups":["6405e70a-cd99-4ac5-8282-79be53bef291"],"name":""}]} 2018-08-15 20:14:40,642 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=78d984cf-2142-4f36-8e29-36c2ea803b41 used request id req-919dbd3b-56c5-41c7-8c58-91a4ec2e69de 2018-08-15 20:14:40,642 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0472481250763s 2018-08-15 20:14:40,643 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=78d984cf-2142-4f36-8e29-36c2ea803b41 used request id req-919dbd3b-56c5-41c7-8c58-91a4ec2e69de 2018-08-15 20:14:40,643 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-08-15 20:14:40,644 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}5251d3adfd7707680aed544c79922583be11f6d1" -d '{"floatingip": {"floating_network_id": "fc8ca119-27ab-4070-99fa-a2993d11ee48", "fixed_ip_address": "192.168.120.10", "port_id": "4e8e9d11-d9dd-496a-b9be-9a37d105324c"}}' 2018-08-15 20:14:42,460 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 554 X-Openstack-Request-Id: req-b45644f4-427c-4b5d-8225-d4a5b55b7d1a Date: Wed, 15 Aug 2018 20:14:42 GMT RESP BODY: {"floatingip": {"router_id": "d1d7769e-ecc6-4957-a97b-7794cb459137", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-15T20:14:41Z", "floating_network_id": "fc8ca119-27ab-4070-99fa-a2993d11ee48", "fixed_ip_address": "192.168.120.10", "floating_ip_address": "172.30.9.204", "revision_number": 0, "port_id": "4e8e9d11-d9dd-496a-b9be-9a37d105324c", "id": "4ea42efc-fd74-4698-8269-ed1c6fb2c7e6", "tenant_id": "56d23d475b1940009ec8c0a045979522", "created_at": "2018-08-15T20:14:41Z", "project_id": "56d23d475b1940009ec8c0a045979522"}} 2018-08-15 20:14:42,460 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-b45644f4-427c-4b5d-8225-d4a5b55b7d1a 2018-08-15 20:14:42,461 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.81710004807s 2018-08-15 20:14:42,461 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-b45644f4-427c-4b5d-8225-d4a5b55b7d1a 2018-08-15 20:14:42,469 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-15 20:14:42,470 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5251d3adfd7707680aed544c79922583be11f6d1" 2018-08-15 20:14:42,525 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 557 X-Openstack-Request-Id: req-ad08de9e-b3d4-4036-b51d-5d666c988748 Date: Wed, 15 Aug 2018 20:14:42 GMT RESP BODY: {"floatingips": [{"router_id": "d1d7769e-ecc6-4957-a97b-7794cb459137", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-15T20:14:41Z", "floating_network_id": "fc8ca119-27ab-4070-99fa-a2993d11ee48", "fixed_ip_address": "192.168.120.10", "floating_ip_address": "172.30.9.204", "revision_number": 0, "port_id": "4e8e9d11-d9dd-496a-b9be-9a37d105324c", "id": "4ea42efc-fd74-4698-8269-ed1c6fb2c7e6", "tenant_id": "56d23d475b1940009ec8c0a045979522", "created_at": "2018-08-15T20:14:41Z", "project_id": "56d23d475b1940009ec8c0a045979522"}]} 2018-08-15 20:14:42,525 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-ad08de9e-b3d4-4036-b51d-5d666c988748 2018-08-15 20:14:42,525 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0557868480682s 2018-08-15 20:14:42,525 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-ad08de9e-b3d4-4036-b51d-5d666c988748 2018-08-15 20:14:42,529 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'd1d7769e-ecc6-4957-a97b-7794cb459137', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'56d23d475b1940009ec8c0a045979522', 'created_at': u'2018-08-15T20:14:41Z', 'attached': True, 'updated_at': u'2018-08-15T20:14:41Z', 'id': u'4ea42efc-fd74-4698-8269-ed1c6fb2c7e6', 'floating_network_id': u'fc8ca119-27ab-4070-99fa-a2993d11ee48', 'fixed_ip_address': u'192.168.120.10', 'floating_ip_address': u'172.30.9.204', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'56d23d475b1940009ec8c0a045979522', 'name': 'cloudify-project_953759b1-b60f-4be9-b61c-b438c5b3c5e2', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'd1d7769e-ecc6-4957-a97b-7794cb459137', 'project_id': u'56d23d475b1940009ec8c0a045979522', 'port_id': u'4e8e9d11-d9dd-496a-b9be-9a37d105324c', 'port': u'4e8e9d11-d9dd-496a-b9be-9a37d105324c', 'network': u'fc8ca119-27ab-4070-99fa-a2993d11ee48'}) 2018-08-15 20:14:42,529 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-15 20:14:42,532 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/78d984cf-2142-4f36-8e29-36c2ea803b41/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}5251d3adfd7707680aed544c79922583be11f6d1" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-15 20:14:42,608 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:14:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7254d5df-0064-4fde-838a-f4b706acffdf x-compute-request-id: req-7254d5df-0064-4fde-838a-f4b706acffdf Content-Encoding: gzip Content-Length: 9786 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 1937890426 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.430009] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912)\n[ 0.433035] pid_max: default: 32768 minimum: 301\n[ 0.434679] Security Framework initialized\n[ 0.436194] SELinux: Initializing.\n[ 0.437867] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)\n[ 0.444580] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.448628] Mount-cache hash table entries: 4096\n[ 0.450555] Initializing cgroup subsys memory\n[ 0.452147] Initializing cgroup subsys devices\n[ 0.453738] Initializing cgroup subsys freezer\n[ 0.455303] Initializing cgroup subsys net_cls\n[ 0.456880] Initializing cgroup subsys blkio\n[ 0.458416] Initializing cgroup subsys perf_event\n[ 0.460037] Initializing cgroup subsys hugetlb\n[ 0.461635] Initializing cgroup subsys pids\n[ 0.463165] Initializing cgroup subsys net_prio\n[ 0.464857] CPU: Physical Processor ID: 0\n[ 0.467057] mce: CPU supports 10 MCE banks\n[ 0.468601] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.470349] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.472090] tlb_flushall_shift: 6\n[ 0.473647] Freeing SMP alternatives: 28k freed\n[ 0.477921] ACPI: Core revision 20130517\n[ 0.479845] ACPI: All ACPI Tables successfully acquired\n[ 0.481822] ftrace: allocating 25812 entries in 101 pages\n[ 0.504438] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.506477] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.508499] smpboot: Max logical packages: 2\n[ 0.510313] Enabling x2apic\n[ 0.511553] Enabled x2apic\n[ 0.513068] Switched APIC routing to physical x2apic.\n[ 0.516140] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.518141] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.521714] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.529968] KVM setup paravirtual spinlock\n[ 0.532829] smpboot: Booting Node 0, Processors #1 OK\n[ 0.534982] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock\n[ 0.556982] Brought up 2 CPUs\n[ 0.556985] KVM setup async PF for cpu 1\n[ 0.556988] kvm-stealtime: cpu 1, msr 13fd0f3c0\n[ 0.561300] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.564162] devtmpfs: initialized\n[ 0.566933] EVM: security.selinux\n[ 0.568276] EVM: security.ima\n[ 0.569534] EVM: security.capability\n[ 0.571601] atomic64 test passed for x86-64 platform with CX8 and with SSE\n[ 0.573743] pinctrl core: initialized pinctrl subsystem\n[ 0.575631] NET: Registered protocol family 16\n[ 0.577457] ACPI: bus type PCI registered\n[ 0.578955] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.581028] PCI: Using configuration type 1 for base access\n[ 0.586220] ACPI: Added _OSI(Module Device)\n[ 0.587785] ACPI: Added _OSI(Processor Device)\n[ 0.589341] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.590971] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.593836] ACPI: Interpreter enabled\n[ 0.595270] ACPI: (supports S0 S5)\n[ 0.596636] ACPI: Using IOAPIC for interrupt routing\n[ 0.598321] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.603307] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.605258] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.607337] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.609375] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.613122] acpiphp: Slot [3] registered\n[ 0.614608] acpiphp: Slot [4] registered\n[ 0.616102] acpiphp: Slot [5] registered\n[ 0.617608] acpiphp: Slot [6] registered\n[ 0.619078] acpiphp: Slot [7] registered\n[ 0.620545] acpiphp: Slot [8] registered\n[ 0.622024] acpiphp: Slot [9] registered\n[ 0.623500] acpiphp: Slot [10] registered\n[ 0.624988] acpiphp: Slot [11] registered\n[ 0.626493] acpiphp: Slot [12] registered\n[ 0.628006] acpiphp: Slot [13] registered\n[ 0.629498] acpiphp: Slot [14] registered\n[ 0.630990] acpiphp: Slot [15] registered\n[ 0.632499] acpiphp: Slot [16] registered\n[ 0.633993] acpiphp: Slot [17] registered\n[ 0.635485] acpiphp: Slot [18] registered\n[ 0.636987] acpiphp: Slot [19] registered\n[ 0.638521] acpiphp: Slot [20] registered\n[ 0.640034] acpiphp: Slot [21] registered\n[ 0.641527] acpiphp: Slot [22] registered\n[ 0.643039] acpiphp: Slot [23] registered\n[ 0.644553] acpiphp: Slot [24] registered\n[ 0.646072] acpiphp: Slot [25] registered\n[ 0.647565] acpiphp: Slot [26] registered\n[ 0.649075] acpiphp: Slot [27] registered\n[ 0.650603] acpiphp: Slot [28] registered\n[ 0.652094] acpiphp: Slot [29] registered\n[ 0.653600] acpiphp: Slot [30] registered\n[ 0.655110] acpiphp: Slot [31] registered\n[ 0.656602] PCI host bridge to bus 0000:00\n[ 0.658101] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.659897] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.661955] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.663993] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.666755] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\n[ 0.669503] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window]\n[ 0.674965] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.677178] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.679242] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.681363] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.685540] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.688260] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.712275] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.714884] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.717262] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.719642] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.721975] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.724172] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.726427] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.729318] vgaarb: loaded\n[ 0.730548] vgaarb: bridge control possible 0000:00:02.0\n[ 0.732527] SCSI subsystem initialized\n[ 0.734011] ACPI: bus type USB registered\n[ 0.735521] usbcore: registered new interface driver usbfs\n[ 0.737338] usbcore: registered new interface driver hub\n[ 0.739144] usbcore: registered new device driver usb\n[ 0.741072] PCI: Using ACPI for IRQ routing\n[ 0.742999] NetLabel: Initializing\n[ 0.744374] NetLabel: domain hash size = 128\n[ 0.745936] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.747669] NetLabel: unlabeled traffic allowed by default\n[ 0.749602] Switched to clocksource kvm-clock\n[ 0.759433] pnp: PnP ACPI init\n[ 0.760754] ACPI: bus type PNP registered\n[ 0.762678] pnp: PnP ACPI: found 5 devices\n[ 0.764173] ACPI: bus type PNP unregistered\n[ 0.771883] NET: Registered protocol family 2\n[ 0.773819] TCP established hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.776791] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)\n[ 0.779239] TCP: Hash tables configured (established 32768 bind 32768)\n[ 0.781355] TCP: reno registered\n[ 0.782684] UDP hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.784631] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.786704] NET: Registered protocol family 1\n[ 0.788282] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.790170] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.792028] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.812566] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.833082] Unpacking initramfs...\n[ 1.316427] Freeing initrd memory: 37508k freed\n[ 1.326144] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)\n[ 1.328224] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff]\n[ 1.331992] sha1_ssse3: Using AVX2 optimized SHA-1 implementation\n[ 1.333987] sha256_ssse3: Using AVX2 optimized SHA-256 implementation\n[ 1.336221] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 1.338172] Initialise system trusted keyring\n[ 1.339755] audit: initializing netlink socket (disabled)\n[ 1.341536] type=2000 audit(1534364080.385:1): initialized\n[ 1.358810] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.360796] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.363620] zpool: loaded\n[ 1.364849] zbud: loaded\n[ 1.366208] VFS: Disk quotas dquot_6.5.2\n[ 1.367705] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.369857] msgmni has been set to 7578\n[ 1.371355] Key type big_key registered\n[ 1.373537] NET: Registered protocol family 38\n[ 1.375126] Key type asymmetric registered\n[ 1.376623] Asymmetric key parser 'x509' registered\n[ 1.378288] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)\n[ 1.381096] io scheduler noop registered\n[ 1.382578] io scheduler deadline registered (default)\n[ 1.398225] io scheduler cfq registered\n[ 1.399762] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.401581] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.403713] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.406438] ACPI: Power Button [PWRF]\n[ 1.407986] GHES: HEST is not enabled!\n[ 1.409501] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled\n[ 1.433679] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A\n[ 1.436006] Non-volatile memory driver v1.3\n[ 1.437557] Linux agpgart interface v0.103\n[ 1.439197] crash memory driver: version 1.1\n[ 1.440798] rdac: device handler registered\n[ 1.442364] hp_sw: device handler registered\n[ 1.443914] emc: device handler registered\n[ 1.445412] alua: device handler registered\n[ 1.446949] libphy: Fixed MDIO Bus: probed\n[ 1.448521] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.450526] ehci-pci: EHCI PCI platform driver\n[ 1.452093] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.454024] ohci-pci: OHCI PCI platform driver\n[ 1.455598] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.476052] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.477868] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.480628] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.482367] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.484288] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.486325] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.489022] usb usb1: Product: UHCI Host Controller\n[ 1.490674] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd\n[ 1.492776] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.494495] hub 1-0:1.0: USB hub found\n[ 1.495922] hub 1-0:1.0: 2 ports detected\n[ 1.497527] usbcore: registered new interface driver usbserial\n[ 1.499386] usbcore: registered new interface driver usbserial_generic\n[ 1.501417] usbserial: USB Serial support registered for generic\n[ 1.503319] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.506906] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.508582] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.510352] mousedev: PS/2 mouse device common for all mice\n[ 1.512523] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.516081] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2\n[ 1.519102] rtc_cmos 00:00: RTC can wake from S4\n[ 1.521015] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.521281] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.525984] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.528054] cpuidle: using governor menu\n[ 1.529583] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.531409] usbcore: registered new interface driver usbhid\n[ 1.533182] usbhid: USB HID core driver\n[ 1.534634] drop_monitor: Initializing network drop monitor service\n[ 1.536617] TCP: cubic registered\n[ 1.537941] Initializing XFRM netlink socket\n[ 1.539527] NET: Registered protocol family 10\n[ 1.541425] NET: Registered protocol family 17\n[ 1.543376] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.545233] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.547351] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.550831] Loading compiled-in X.509 certificates\n[ 1.552707] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717'\n[ 1.556295] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b'\n[ 1.560369] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106'\n[ 1.563997] registered taskstats version 1\n[ 1.567655] Key type trusted registered\n[ 1.570619] Key type encrypted registered\n[ 1.573492] IMA: No TPM chip found, activating TPM-bypass!\n[ 1.576031] rtc_cmos 00:00: setting system clock to 2018-08-15 20:14:40 UTC (1534364080)\n[ 1.580008] Freeing unused kernel memory: 1680k freed\n[ 1.585670] 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.591212] systemd[1]: Detected virtualization kvm.\n[ 1.592900] systemd[1]: Detected architecture x86-64.\n[ 1.594616] systemd[1]: Running in initial RAM disk.\n\nWelcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m!\n\n[ 1.597784] systemd[1]: No hostname configured.\n[ 1.599378] systemd[1]: Set hostname to .\n[ 1.601114] systemd[1]: Initializing machine ID from KVM UUID.\n[[32m OK [0m] Reached target Timers.\n[ 1.624709] systemd[1]: Reached target Timers.\n[ 1.626316] systemd[1]: Starting Timers.\n[ 1.627834] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.\n[ 1.630707] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.\n[[32m OK [0m] Reached target Paths.\n[ 1.634534] systemd[1]: Reached target Paths.\n[ 1.636109] systemd[1]: Starting Paths.\n[[32m OK [0m] Reached target Local File Systems.\n[ 1.638669] systemd[1]: Reached target Local File Systems.\n[ 1.640481] systemd[1]: Starting Local File Systems.\n[[32m OK [0m] Created slice Root Slice.\n[ 1.643224] systemd[1]: Created slice Root Slice.\n[ 1.644868] systemd[1]: Starting Root Slice.\n[[32m OK [0m] Created slice System Slice.\n[ 1.647521] systemd[1]: Created slice System Slice.\n[ 1.649233] systemd[1]: Starting System Slice.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[ 1.651903] systemd[1]: Listening on udev Kernel Socket.\n[ 1.653686] systemd[1]: Starting udev Kernel Socket.\n[[32m OK [0m] Listening on udev Control Socket.\n[ 1.656463] systemd[1]: Listening on udev Control Socket.\n[ 1.658253] systemd[1]: Starting udev Control Socket.\n[[32m OK [0m] Reached target Slices.\n[ 1.660906] systemd[1]: Reached target Slices.\n[ 1.662492] systemd[1]: Starting Slices.\n[[32m OK [0m] Reached target Swap.\n[ 1.665262] systemd[1]: Reached target Swap.\n[ 1.666810] systemd[1]: Starting Swap.\n[[32m OK [0m] Listening on Journal Socket.\n[ 1.669273] systemd[1]: Listening on Journal Socket.\n[ 1.670966] systemd[1]: Starting Journal Socket.\n[ 1.672983] systemd[1]: Starting dracut cmdline hook...\n Starting dracut cmdline hook...\n[[32m OK [0m] Reached target Sockets.\n[ 1.676734] systemd[1]: Reached target Sockets.\n[ 1.678329] systemd[1]: Starting Sockets.\n[ 1.680250] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 1.683130] systemd[1]: Starting Apply Kernel Variables...\n Starting Apply Kernel Variables...\n[ 1.686127] 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] Started Apply Kernel Variables.\n[ 1.692122] systemd[1]: Started Apply Kernel Variables.\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[ 1.699330] systemd[1]: Started Create list of required static device nodes for the current kernel.\n[[32m OK [0m] Started Journal Service.\n[ 1.703455] 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.750154] RPC: Registered named UNIX socket transport module.\n[ 1.752374] RPC: Registered udp transport module.\n[ 1.754214] RPC: Registered tcp transport module.\n[ 1.756080] RPC: Registered tcp NFSv4.1 backchannel transport module.\n[ 1.798624] usb 1-1: new full-speed USB device number 2 using uhci_hcd\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] Started udev Coldplug all Devices.\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 Starting dracut initqueue hook...\n[ 1.850911] scsi host0: ata_piix\n[ 1.859481] FDC 0 is a S82078B\n[ 1.862624] scsi host1: ata_piix\n[ 1.864374] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.866406] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.888527] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.929539] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.936113] vda: vda1\n[ 1.951192] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.953242] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.955338] usb 1-1: Product: QEMU USB Tablet\n[ 1.956911] usb 1-1: Manufacturer: QEMU\n[ 1.958365] usb 1-1: SerialNumber: 42\n[ 1.968357] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4\n[ 1.971720] 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] 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[[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[ 2.057347] SGI XFS with ACLs, security attributes, no debug enabled\n[ 2.060553] XFS (vda1): Mounting V4 Filesystem\n[ 2.085368] 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 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 Slices.\n[[32m OK [0m] Stopped target Paths.\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 dracut initqueue hook.\n Stopping dracut initqueue hook...\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.319454] systemd-journald[109]: Received SIGTERM from PID 1 (systemd).\n[ 2.332650] tsc: Refined TSC clocksource calibration: 3491.843 MHz\n[ 2.432153] SELinux: Disabled at runtime.\n[ 2.468613] type=1404 audit(1534364081.392:2): selinux=0 auid=4294967295 ses=4294967295\n[ 2.613817] ip_tables: (C) 2000-2006 Netfilter Core Team\n[ 2.615750] 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] Created slice system-getty.slice.\n Mounting NFSD configuration filesystem...\n[[32m OK [0m] Stopped target Switch Root.\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] Listening on /dev/initctl Compatibility Named Pipe.\n[[32m OK [0m] Listening on Delayed Shutdown Socket.\n Mounting Huge Pages File System...\n[[32m OK [0m] Created slice system-selinux\\x2dpol...grate\\x2dlocal\\x2dchanges.slice.\n Mounting Debug File System...\n[[32m OK [0m] Stopped File System Check on Root Device.\n Stopping File System Check on Root Device...\n Starting Setup Virtual Console...\n[[32m OK [0m] Reached target Swap.\n[[32m OK [0m] Listening on udev Control Socket.\n[[32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[[32m OK [0m] Stopped target Initrd File Systems.\n Starting Create list of required st... nodes for the current kernel...\n Mounting POSIX Message Queue File System...\n[[32m OK [0m] Reached target Encrypted Volumes.\n[[32m OK [0m] Stopped Journal Service.\n Starting Journal Service...\n Starting Remount Root and Kernel File Systems...\n[[32m OK [0m] Created slice User and Session Slice.\n[[32m OK [0m] Reached target Slices.\n Starting Apply Kernel Variables...\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[[32m OK [0m] Started Remount Root and Kernel File Systems.\n[[32m OK [0m] Started Apply Kernel Variables.\n Starting Load/Save Random Seed...\n Starting Rebuild Hardware Database...\n Starting Configure read-only root support...\n Starting Create Static Device Nodes in /dev...\n[[32m OK [0m] Started Load/Save Random Seed.\n[[32m OK [0m] Started Journal Service.\n Starting Flush Journal to Persistent Storage...\n[ 3.113290] Installing knfsd (copyright (C) 1996 okir@monad.spwb.de).\n"} 2018-08-15 20:14:42,609 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/78d984cf-2142-4f36-8e29-36c2ea803b41/action used request id req-7254d5df-0064-4fde-838a-f4b706acffdf 2018-08-15 20:14:42,609 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0798511505127s 2018-08-15 20:14:42,610 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/78d984cf-2142-4f36-8e29-36c2ea803b41/action used request id req-7254d5df-0064-4fde-838a-f4b706acffdf 2018-08-15 20:14:42,611 - 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 1937890426 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.430009] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912) [ 0.433035] pid_max: default: 32768 minimum: 301 [ 0.434679] Security Framework initialized [ 0.436194] SELinux: Initializing. [ 0.437867] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.444580] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.448628] Mount-cache hash table entries: 4096 [ 0.450555] Initializing cgroup subsys memory [ 0.452147] Initializing cgroup subsys devices [ 0.453738] Initializing cgroup subsys freezer [ 0.455303] Initializing cgroup subsys net_cls [ 0.456880] Initializing cgroup subsys blkio [ 0.458416] Initializing cgroup subsys perf_event [ 0.460037] Initializing cgroup subsys hugetlb [ 0.461635] Initializing cgroup subsys pids [ 0.463165] Initializing cgroup subsys net_prio [ 0.464857] CPU: Physical Processor ID: 0 [ 0.467057] mce: CPU supports 10 MCE banks [ 0.468601] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.470349] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.472090] tlb_flushall_shift: 6 [ 0.473647] Freeing SMP alternatives: 28k freed [ 0.477921] ACPI: Core revision 20130517 [ 0.479845] ACPI: All ACPI Tables successfully acquired [ 0.481822] ftrace: allocating 25812 entries in 101 pages [ 0.504438] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.506477] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.508499] smpboot: Max logical packages: 2 [ 0.510313] Enabling x2apic [ 0.511553] Enabled x2apic [ 0.513068] Switched APIC routing to physical x2apic. [ 0.516140] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.518141] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.521714] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.529968] KVM setup paravirtual spinlock [ 0.532829] smpboot: Booting Node 0, Processors #1 OK [ 0.534982] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock [ 0.556982] Brought up 2 CPUs [ 0.556985] KVM setup async PF for cpu 1 [ 0.556988] kvm-stealtime: cpu 1, msr 13fd0f3c0 [ 0.561300] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.564162] devtmpfs: initialized [ 0.566933] EVM: security.selinux [ 0.568276] EVM: security.ima [ 0.569534] EVM: security.capability [ 0.571601] atomic64 test passed for x86-64 platform with CX8 and with SSE [ 0.573743] pinctrl core: initialized pinctrl subsystem [ 0.575631] NET: Registered protocol family 16 [ 0.577457] ACPI: bus type PCI registered [ 0.578955] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.581028] PCI: Using configuration type 1 for base access [ 0.586220] ACPI: Added _OSI(Module Device) [ 0.587785] ACPI: Added _OSI(Processor Device) [ 0.589341] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.590971] ACPI: Added _OSI(Processor Aggregator Device) [ 0.593836] ACPI: Interpreter enabled [ 0.595270] ACPI: (supports S0 S5) [ 0.596636] ACPI: Using IOAPIC for interrupt routing [ 0.598321] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.603307] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.605258] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.607337] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.609375] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.613122] acpiphp: Slot [3] registered [ 0.614608] acpiphp: Slot [4] registered [ 0.616102] acpiphp: Slot [5] registered [ 0.617608] acpiphp: Slot [6] registered [ 0.619078] acpiphp: Slot [7] registered [ 0.620545] acpiphp: Slot [8] registered [ 0.622024] acpiphp: Slot [9] registered [ 0.623500] acpiphp: Slot [10] registered [ 0.624988] acpiphp: Slot [11] registered [ 0.626493] acpiphp: Slot [12] registered [ 0.628006] acpiphp: Slot [13] registered [ 0.629498] acpiphp: Slot [14] registered [ 0.630990] acpiphp: Slot [15] registered [ 0.632499] acpiphp: Slot [16] registered [ 0.633993] acpiphp: Slot [17] registered [ 0.635485] acpiphp: Slot [18] registered [ 0.636987] acpiphp: Slot [19] registered [ 0.638521] acpiphp: Slot [20] registered [ 0.640034] acpiphp: Slot [21] registered [ 0.641527] acpiphp: Slot [22] registered [ 0.643039] acpiphp: Slot [23] registered [ 0.644553] acpiphp: Slot [24] registered [ 0.646072] acpiphp: Slot [25] registered [ 0.647565] acpiphp: Slot [26] registered [ 0.649075] acpiphp: Slot [27] registered [ 0.650603] acpiphp: Slot [28] registered [ 0.652094] acpiphp: Slot [29] registered [ 0.653600] acpiphp: Slot [30] registered [ 0.655110] acpiphp: Slot [31] registered [ 0.656602] PCI host bridge to bus 0000:00 [ 0.658101] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.659897] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.661955] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.663993] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.666755] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window] [ 0.669503] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window] [ 0.674965] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.677178] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.679242] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.681363] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.685540] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.688260] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.712275] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.714884] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.717262] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.719642] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.721975] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.724172] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.726427] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.729318] vgaarb: loaded [ 0.730548] vgaarb: bridge control possible 0000:00:02.0 [ 0.732527] SCSI subsystem initialized [ 0.734011] ACPI: bus type USB registered [ 0.735521] usbcore: registered new interface driver usbfs [ 0.737338] usbcore: registered new interface driver hub [ 0.739144] usbcore: registered new device driver usb [ 0.741072] PCI: Using ACPI for IRQ routing [ 0.742999] NetLabel: Initializing [ 0.744374] NetLabel: domain hash size = 128 [ 0.745936] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.747669] NetLabel: unlabeled traffic allowed by default [ 0.749602] Switched to clocksource kvm-clock [ 0.759433] pnp: PnP ACPI init [ 0.760754] ACPI: bus type PNP registered [ 0.762678] pnp: PnP ACPI: found 5 devices [ 0.764173] ACPI: bus type PNP unregistered [ 0.771883] NET: Registered protocol family 2 [ 0.773819] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 0.776791] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 0.779239] TCP: Hash tables configured (established 32768 bind 32768) [ 0.781355] TCP: reno registered [ 0.782684] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.784631] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.786704] NET: Registered protocol family 1 [ 0.788282] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.790170] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.792028] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.812566] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.833082] Unpacking initramfs... [ 1.316427] Freeing initrd memory: 37508k freed [ 1.326144] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.328224] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff] [ 1.331992] sha1_ssse3: Using AVX2 optimized SHA-1 implementation [ 1.333987] sha256_ssse3: Using AVX2 optimized SHA-256 implementation [ 1.336221] futex hash table entries: 512 (order: 3, 32768 bytes) [ 1.338172] Initialise system trusted keyring [ 1.339755] audit: initializing netlink socket (disabled) [ 1.341536] type=2000 audit(1534364080.385:1): initialized [ 1.358810] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.360796] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.363620] zpool: loaded [ 1.364849] zbud: loaded [ 1.366208] VFS: Disk quotas dquot_6.5.2 [ 1.367705] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.369857] msgmni has been set to 7578 [ 1.371355] Key type big_key registered [ 1.373537] NET: Registered protocol family 38 [ 1.375126] Key type asymmetric registered [ 1.376623] Asymmetric key parser 'x509' registered [ 1.378288] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 1.381096] io scheduler noop registered [ 1.382578] io scheduler deadline registered (default) [ 1.398225] io scheduler cfq registered [ 1.399762] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.401581] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.403713] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.406438] ACPI: Power Button [PWRF] [ 1.407986] GHES: HEST is not enabled! [ 1.409501] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.433679] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.436006] Non-volatile memory driver v1.3 [ 1.437557] Linux agpgart interface v0.103 [ 1.439197] crash memory driver: version 1.1 [ 1.440798] rdac: device handler registered [ 1.442364] hp_sw: device handler registered [ 1.443914] emc: device handler registered [ 1.445412] alua: device handler registered [ 1.446949] libphy: Fixed MDIO Bus: probed [ 1.448521] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.450526] ehci-pci: EHCI PCI platform driver [ 1.452093] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.454024] ohci-pci: OHCI PCI platform driver [ 1.455598] uhci_hcd: USB Universal Host Controller Interface driver [ 1.476052] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.477868] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.480628] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.482367] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.484288] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.486325] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.489022] usb usb1: Product: UHCI Host Controller [ 1.490674] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd [ 1.492776] usb usb1: SerialNumber: 0000:00:01.2 [ 1.494495] hub 1-0:1.0: USB hub found [ 1.495922] hub 1-0:1.0: 2 ports detected [ 1.497527] usbcore: registered new interface driver usbserial [ 1.499386] usbcore: registered new interface driver usbserial_generic [ 1.501417] usbserial: USB Serial support registered for generic [ 1.503319] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.506906] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.508582] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.510352] mousedev: PS/2 mouse device common for all mice [ 1.512523] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.516081] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2 [ 1.519102] rtc_cmos 00:00: RTC can wake from S4 [ 1.521015] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.521281] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.525984] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.528054] cpuidle: using governor menu [ 1.529583] hidraw: raw HID events driver (C) Jiri Kosina [ 1.531409] usbcore: registered new interface driver usbhid [ 1.533182] usbhid: USB HID core driver [ 1.534634] drop_monitor: Initializing network drop monitor service [ 1.536617] TCP: cubic registered [ 1.537941] Initializing XFRM netlink socket [ 1.539527] NET: Registered protocol family 10 [ 1.541425] NET: Registered protocol family 17 [ 1.543376] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 1.545233] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 1.547351] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 1.550831] Loading compiled-in X.509 certificates [ 1.552707] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717' [ 1.556295] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b' [ 1.560369] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106' [ 1.563997] registered taskstats version 1 [ 1.567655] Key type trusted registered [ 1.570619] Key type encrypted registered [ 1.573492] IMA: No TPM chip found, activating TPM-bypass! [ 1.576031] rtc_cmos 00:00: setting system clock to 2018-08-15 20:14:40 UTC (1534364080) [ 1.580008] Freeing unused kernel memory: 1680k freed [ 1.585670] 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.591212] systemd[1]: Detected virtualization kvm. [ 1.592900] systemd[1]: Detected architecture x86-64. [ 1.594616] systemd[1]: Running in initial RAM disk. Welcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m! [ 1.597784] systemd[1]: No hostname configured. [ 1.599378] systemd[1]: Set hostname to . [ 1.601114] systemd[1]: Initializing machine ID from KVM UUID. [[32m OK [0m] Reached target Timers. [ 1.624709] systemd[1]: Reached target Timers. [ 1.626316] systemd[1]: Starting Timers. [ 1.627834] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 1.630707] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch. [[32m OK [0m] Reached target Paths. [ 1.634534] systemd[1]: Reached target Paths. [ 1.636109] systemd[1]: Starting Paths. [[32m OK [0m] Reached target Local File Systems. [ 1.638669] systemd[1]: Reached target Local File Systems. [ 1.640481] systemd[1]: Starting Local File Systems. [[32m OK [0m] Created slice Root Slice. [ 1.643224] systemd[1]: Created slice Root Slice. [ 1.644868] systemd[1]: Starting Root Slice. [[32m OK [0m] Created slice System Slice. [ 1.647521] systemd[1]: Created slice System Slice. [ 1.649233] systemd[1]: Starting System Slice. [[32m OK [0m] Listening on udev Kernel Socket. [ 1.651903] systemd[1]: Listening on udev Kernel Socket. [ 1.653686] systemd[1]: Starting udev Kernel Socket. [[32m OK [0m] Listening on udev Control Socket. [ 1.656463] systemd[1]: Listening on udev Control Socket. [ 1.658253] systemd[1]: Starting udev Control Socket. [[32m OK [0m] Reached target Slices. [ 1.660906] systemd[1]: Reached target Slices. [ 1.662492] systemd[1]: Starting Slices. [[32m OK [0m] Reached target Swap. [ 1.665262] systemd[1]: Reached target Swap. [ 1.666810] systemd[1]: Starting Swap. [[32m OK [0m] Listening on Journal Socket. [ 1.669273] systemd[1]: Listening on Journal Socket. [ 1.670966] systemd[1]: Starting Journal Socket. [ 1.672983] systemd[1]: Starting dracut cmdline hook... Starting dracut cmdline hook... [[32m OK [0m] Reached target Sockets. [ 1.676734] systemd[1]: Reached target Sockets. [ 1.678329] systemd[1]: Starting Sockets. [ 1.680250] systemd[1]: Starting Journal Service... Starting Journal Service... [ 1.683130] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables... [ 1.686127] 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] Started Apply Kernel Variables. [ 1.692122] systemd[1]: Started Apply Kernel Variables. [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [ 1.699330] systemd[1]: Started Create list of required static device nodes for the current kernel. [[32m OK [0m] Started Journal Service. [ 1.703455] 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.750154] RPC: Registered named UNIX socket transport module. [ 1.752374] RPC: Registered udp transport module. [ 1.754214] RPC: Registered tcp transport module. [ 1.756080] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 1.798624] usb 1-1: new full-speed USB device number 2 using uhci_hcd [[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] Started udev Coldplug all Devices. [[32m OK [0m] Mounted Configuration File System. [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target Basic System. Starting dracut initqueue hook... [ 1.850911] scsi host0: ata_piix [ 1.859481] FDC 0 is a S82078B [ 1.862624] scsi host1: ata_piix [ 1.864374] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.866406] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.888527] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.929539] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.936113] vda: vda1 [ 1.951192] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.953242] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.955338] usb 1-1: Product: QEMU USB Tablet [ 1.956911] usb 1-1: Manufacturer: QEMU [ 1.958365] usb 1-1: SerialNumber: 42 [ 1.968357] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4 [ 1.971720] 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] 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. [[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. [ 2.057347] SGI XFS with ACLs, security attributes, no debug enabled [ 2.060553] XFS (vda1): Mounting V4 Filesystem [ 2.085368] 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 target Initrd Default Target. [[32m OK [0m] Stopped target Basic System. [[32m OK [0m] Stopped target Sockets. [[32m OK [0m] Stopped target Slices. [[32m OK [0m] Stopped target Paths. [[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 dracut initqueue hook. Stopping dracut initqueue hook... [[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.319454] systemd-journald[109]: Received SIGTERM from PID 1 (systemd). [ 2.332650] tsc: Refined TSC clocksource calibration: 3491.843 MHz [ 2.432153] SELinux: Disabled at runtime. [ 2.468613] type=1404 audit(1534364081.392:2): selinux=0 auid=4294967295 ses=4294967295 [ 2.613817] ip_tables: (C) 2000-2006 Netfilter Core Team [ 2.615750] systemd[1]: Inserted module 'ip_tables' Welcome to [0;31mCentOS Linux 7 (Core)[0m! [[32m OK [0m] Stopped Switch Root. [[32m OK [0m] Created slice system-getty.slice. Mounting NFSD configuration filesystem... [[32m OK [0m] Stopped target Switch Root. [[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] Listening on /dev/initctl Compatibility Named Pipe. [[32m OK [0m] Listening on Delayed Shutdown Socket. Mounting Huge Pages File System... [[32m OK [0m] Created slice system-selinux\x2dpol...grate\x2dlocal\x2dchanges.slice. Mounting Debug File System... [[32m OK [0m] Stopped File System Check on Root Device. Stopping File System Check on Root Device... Starting Setup Virtual Console... [[32m OK [0m] Reached target Swap. [[32m OK [0m] Listening on udev Control Socket. [[32m OK [0m] Created slice system-serial\x2dgetty.slice. [[32m OK [0m] Listening on udev Kernel Socket. [[32m OK [0m] Stopped target Initrd File Systems. Starting Create list of required st... nodes for the current kernel... Mounting POSIX Message Queue File System... [[32m OK [0m] Reached target Encrypted Volumes. [[32m OK [0m] Stopped Journal Service. Starting Journal Service... Starting Remount Root and Kernel File Systems... [[32m OK [0m] Created slice User and Session Slice. [[32m OK [0m] Reached target Slices. Starting Apply Kernel Variables... [[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. [[32m OK [0m] Started Remount Root and Kernel File Systems. [[32m OK [0m] Started Apply Kernel Variables. Starting Load/Save Random Seed... Starting Rebuild Hardware Database... Starting Configure read-only root support... Starting Create Static Device Nodes in /dev... [[32m OK [0m] Started Load/Save Random Seed. [[32m OK [0m] Started Journal Service. Starting Flush Journal to Persistent Storage... [ 3.113290] Installing knfsd (copyright (C) 1996 okir@monad.spwb.de). 2018-08-15 20:14:43,614 - functest.core.singlevm - DEBUG - try 1: cannot connect to 172.30.9.204: timed out 2018-08-15 20:14:52,624 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-15 20:14:52,627 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/78d984cf-2142-4f36-8e29-36c2ea803b41/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}5251d3adfd7707680aed544c79922583be11f6d1" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-15 20:14:52,705 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:14:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-512a9bff-bed6-4e57-9ea9-f25aca9be217 x-compute-request-id: req-512a9bff-bed6-4e57-9ea9-f25aca9be217 Content-Encoding: gzip Content-Length: 11756 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 1937890426 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.430009] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912)\n[ 0.433035] pid_max: default: 32768 minimum: 301\n[ 0.434679] Security Framework initialized\n[ 0.436194] SELinux: Initializing.\n[ 0.437867] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)\n[ 0.444580] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.448628] Mount-cache hash table entries: 4096\n[ 0.450555] Initializing cgroup subsys memory\n[ 0.452147] Initializing cgroup subsys devices\n[ 0.453738] Initializing cgroup subsys freezer\n[ 0.455303] Initializing cgroup subsys net_cls\n[ 0.456880] Initializing cgroup subsys blkio\n[ 0.458416] Initializing cgroup subsys perf_event\n[ 0.460037] Initializing cgroup subsys hugetlb\n[ 0.461635] Initializing cgroup subsys pids\n[ 0.463165] Initializing cgroup subsys net_prio\n[ 0.464857] CPU: Physical Processor ID: 0\n[ 0.467057] mce: CPU supports 10 MCE banks\n[ 0.468601] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.470349] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.472090] tlb_flushall_shift: 6\n[ 0.473647] Freeing SMP alternatives: 28k freed\n[ 0.477921] ACPI: Core revision 20130517\n[ 0.479845] ACPI: All ACPI Tables successfully acquired\n[ 0.481822] ftrace: allocating 25812 entries in 101 pages\n[ 0.504438] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.506477] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.508499] smpboot: Max logical packages: 2\n[ 0.510313] Enabling x2apic\n[ 0.511553] Enabled x2apic\n[ 0.513068] Switched APIC routing to physical x2apic.\n[ 0.516140] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.518141] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.521714] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.529968] KVM setup paravirtual spinlock\n[ 0.532829] smpboot: Booting Node 0, Processors #1 OK\n[ 0.534982] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock\n[ 0.556982] Brought up 2 CPUs\n[ 0.556985] KVM setup async PF for cpu 1\n[ 0.556988] kvm-stealtime: cpu 1, msr 13fd0f3c0\n[ 0.561300] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.564162] devtmpfs: initialized\n[ 0.566933] EVM: security.selinux\n[ 0.568276] EVM: security.ima\n[ 0.569534] EVM: security.capability\n[ 0.571601] atomic64 test passed for x86-64 platform with CX8 and with SSE\n[ 0.573743] pinctrl core: initialized pinctrl subsystem\n[ 0.575631] NET: Registered protocol family 16\n[ 0.577457] ACPI: bus type PCI registered\n[ 0.578955] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.581028] PCI: Using configuration type 1 for base access\n[ 0.586220] ACPI: Added _OSI(Module Device)\n[ 0.587785] ACPI: Added _OSI(Processor Device)\n[ 0.589341] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.590971] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.593836] ACPI: Interpreter enabled\n[ 0.595270] ACPI: (supports S0 S5)\n[ 0.596636] ACPI: Using IOAPIC for interrupt routing\n[ 0.598321] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.603307] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.605258] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.607337] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.609375] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.613122] acpiphp: Slot [3] registered\n[ 0.614608] acpiphp: Slot [4] registered\n[ 0.616102] acpiphp: Slot [5] registered\n[ 0.617608] acpiphp: Slot [6] registered\n[ 0.619078] acpiphp: Slot [7] registered\n[ 0.620545] acpiphp: Slot [8] registered\n[ 0.622024] acpiphp: Slot [9] registered\n[ 0.623500] acpiphp: Slot [10] registered\n[ 0.624988] acpiphp: Slot [11] registered\n[ 0.626493] acpiphp: Slot [12] registered\n[ 0.628006] acpiphp: Slot [13] registered\n[ 0.629498] acpiphp: Slot [14] registered\n[ 0.630990] acpiphp: Slot [15] registered\n[ 0.632499] acpiphp: Slot [16] registered\n[ 0.633993] acpiphp: Slot [17] registered\n[ 0.635485] acpiphp: Slot [18] registered\n[ 0.636987] acpiphp: Slot [19] registered\n[ 0.638521] acpiphp: Slot [20] registered\n[ 0.640034] acpiphp: Slot [21] registered\n[ 0.641527] acpiphp: Slot [22] registered\n[ 0.643039] acpiphp: Slot [23] registered\n[ 0.644553] acpiphp: Slot [24] registered\n[ 0.646072] acpiphp: Slot [25] registered\n[ 0.647565] acpiphp: Slot [26] registered\n[ 0.649075] acpiphp: Slot [27] registered\n[ 0.650603] acpiphp: Slot [28] registered\n[ 0.652094] acpiphp: Slot [29] registered\n[ 0.653600] acpiphp: Slot [30] registered\n[ 0.655110] acpiphp: Slot [31] registered\n[ 0.656602] PCI host bridge to bus 0000:00\n[ 0.658101] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.659897] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.661955] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.663993] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.666755] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\n[ 0.669503] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window]\n[ 0.674965] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.677178] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.679242] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.681363] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.685540] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.688260] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.712275] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.714884] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.717262] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.719642] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.721975] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.724172] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.726427] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.729318] vgaarb: loaded\n[ 0.730548] vgaarb: bridge control possible 0000:00:02.0\n[ 0.732527] SCSI subsystem initialized\n[ 0.734011] ACPI: bus type USB registered\n[ 0.735521] usbcore: registered new interface driver usbfs\n[ 0.737338] usbcore: registered new interface driver hub\n[ 0.739144] usbcore: registered new device driver usb\n[ 0.741072] PCI: Using ACPI for IRQ routing\n[ 0.742999] NetLabel: Initializing\n[ 0.744374] NetLabel: domain hash size = 128\n[ 0.745936] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.747669] NetLabel: unlabeled traffic allowed by default\n[ 0.749602] Switched to clocksource kvm-clock\n[ 0.759433] pnp: PnP ACPI init\n[ 0.760754] ACPI: bus type PNP registered\n[ 0.762678] pnp: PnP ACPI: found 5 devices\n[ 0.764173] ACPI: bus type PNP unregistered\n[ 0.771883] NET: Registered protocol family 2\n[ 0.773819] TCP established hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.776791] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)\n[ 0.779239] TCP: Hash tables configured (established 32768 bind 32768)\n[ 0.781355] TCP: reno registered\n[ 0.782684] UDP hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.784631] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.786704] NET: Registered protocol family 1\n[ 0.788282] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.790170] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.792028] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.812566] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.833082] Unpacking initramfs...\n[ 1.316427] Freeing initrd memory: 37508k freed\n[ 1.326144] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)\n[ 1.328224] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff]\n[ 1.331992] sha1_ssse3: Using AVX2 optimized SHA-1 implementation\n[ 1.333987] sha256_ssse3: Using AVX2 optimized SHA-256 implementation\n[ 1.336221] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 1.338172] Initialise system trusted keyring\n[ 1.339755] audit: initializing netlink socket (disabled)\n[ 1.341536] type=2000 audit(1534364080.385:1): initialized\n[ 1.358810] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.360796] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.363620] zpool: loaded\n[ 1.364849] zbud: loaded\n[ 1.366208] VFS: Disk quotas dquot_6.5.2\n[ 1.367705] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.369857] msgmni has been set to 7578\n[ 1.371355] Key type big_key registered\n[ 1.373537] NET: Registered protocol family 38\n[ 1.375126] Key type asymmetric registered\n[ 1.376623] Asymmetric key parser 'x509' registered\n[ 1.378288] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)\n[ 1.381096] io scheduler noop registered\n[ 1.382578] io scheduler deadline registered (default)\n[ 1.398225] io scheduler cfq registered\n[ 1.399762] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.401581] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.403713] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.406438] ACPI: Power Button [PWRF]\n[ 1.407986] GHES: HEST is not enabled!\n[ 1.409501] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled\n[ 1.433679] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A\n[ 1.436006] Non-volatile memory driver v1.3\n[ 1.437557] Linux agpgart interface v0.103\n[ 1.439197] crash memory driver: version 1.1\n[ 1.440798] rdac: device handler registered\n[ 1.442364] hp_sw: device handler registered\n[ 1.443914] emc: device handler registered\n[ 1.445412] alua: device handler registered\n[ 1.446949] libphy: Fixed MDIO Bus: probed\n[ 1.448521] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.450526] ehci-pci: EHCI PCI platform driver\n[ 1.452093] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.454024] ohci-pci: OHCI PCI platform driver\n[ 1.455598] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.476052] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.477868] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.480628] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.482367] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.484288] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.486325] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.489022] usb usb1: Product: UHCI Host Controller\n[ 1.490674] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd\n[ 1.492776] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.494495] hub 1-0:1.0: USB hub found\n[ 1.495922] hub 1-0:1.0: 2 ports detected\n[ 1.497527] usbcore: registered new interface driver usbserial\n[ 1.499386] usbcore: registered new interface driver usbserial_generic\n[ 1.501417] usbserial: USB Serial support registered for generic\n[ 1.503319] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.506906] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.508582] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.510352] mousedev: PS/2 mouse device common for all mice\n[ 1.512523] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.516081] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2\n[ 1.519102] rtc_cmos 00:00: RTC can wake from S4\n[ 1.521015] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.521281] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.525984] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.528054] cpuidle: using governor menu\n[ 1.529583] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.531409] usbcore: registered new interface driver usbhid\n[ 1.533182] usbhid: USB HID core driver\n[ 1.534634] drop_monitor: Initializing network drop monitor service\n[ 1.536617] TCP: cubic registered\n[ 1.537941] Initializing XFRM netlink socket\n[ 1.539527] NET: Registered protocol family 10\n[ 1.541425] NET: Registered protocol family 17\n[ 1.543376] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.545233] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.547351] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.550831] Loading compiled-in X.509 certificates\n[ 1.552707] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717'\n[ 1.556295] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b'\n[ 1.560369] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106'\n[ 1.563997] registered taskstats version 1\n[ 1.567655] Key type trusted registered\n[ 1.570619] Key type encrypted registered\n[ 1.573492] IMA: No TPM chip found, activating TPM-bypass!\n[ 1.576031] rtc_cmos 00:00: setting system clock to 2018-08-15 20:14:40 UTC (1534364080)\n[ 1.580008] Freeing unused kernel memory: 1680k freed\n[ 1.585670] 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.591212] systemd[1]: Detected virtualization kvm.\n[ 1.592900] systemd[1]: Detected architecture x86-64.\n[ 1.594616] systemd[1]: Running in initial RAM disk.\n\nWelcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m!\n\n[ 1.597784] systemd[1]: No hostname configured.\n[ 1.599378] systemd[1]: Set hostname to .\n[ 1.601114] systemd[1]: Initializing machine ID from KVM UUID.\n[[32m OK [0m] Reached target Timers.\n[ 1.624709] systemd[1]: Reached target Timers.\n[ 1.626316] systemd[1]: Starting Timers.\n[ 1.627834] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.\n[ 1.630707] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.\n[[32m OK [0m] Reached target Paths.\n[ 1.634534] systemd[1]: Reached target Paths.\n[ 1.636109] systemd[1]: Starting Paths.\n[[32m OK [0m] Reached target Local File Systems.\n[ 1.638669] systemd[1]: Reached target Local File Systems.\n[ 1.640481] systemd[1]: Starting Local File Systems.\n[[32m OK [0m] Created slice Root Slice.\n[ 1.643224] systemd[1]: Created slice Root Slice.\n[ 1.644868] systemd[1]: Starting Root Slice.\n[[32m OK [0m] Created slice System Slice.\n[ 1.647521] systemd[1]: Created slice System Slice.\n[ 1.649233] systemd[1]: Starting System Slice.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[ 1.651903] systemd[1]: Listening on udev Kernel Socket.\n[ 1.653686] systemd[1]: Starting udev Kernel Socket.\n[[32m OK [0m] Listening on udev Control Socket.\n[ 1.656463] systemd[1]: Listening on udev Control Socket.\n[ 1.658253] systemd[1]: Starting udev Control Socket.\n[[32m OK [0m] Reached target Slices.\n[ 1.660906] systemd[1]: Reached target Slices.\n[ 1.662492] systemd[1]: Starting Slices.\n[[32m OK [0m] Reached target Swap.\n[ 1.665262] systemd[1]: Reached target Swap.\n[ 1.666810] systemd[1]: Starting Swap.\n[[32m OK [0m] Listening on Journal Socket.\n[ 1.669273] systemd[1]: Listening on Journal Socket.\n[ 1.670966] systemd[1]: Starting Journal Socket.\n[ 1.672983] systemd[1]: Starting dracut cmdline hook...\n Starting dracut cmdline hook...\n[[32m OK [0m] Reached target Sockets.\n[ 1.676734] systemd[1]: Reached target Sockets.\n[ 1.678329] systemd[1]: Starting Sockets.\n[ 1.680250] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 1.683130] systemd[1]: Starting Apply Kernel Variables...\n Starting Apply Kernel Variables...\n[ 1.686127] 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] Started Apply Kernel Variables.\n[ 1.692122] systemd[1]: Started Apply Kernel Variables.\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[ 1.699330] systemd[1]: Started Create list of required static device nodes for the current kernel.\n[[32m OK [0m] Started Journal Service.\n[ 1.703455] 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.750154] RPC: Registered named UNIX socket transport module.\n[ 1.752374] RPC: Registered udp transport module.\n[ 1.754214] RPC: Registered tcp transport module.\n[ 1.756080] RPC: Registered tcp NFSv4.1 backchannel transport module.\n[ 1.798624] usb 1-1: new full-speed USB device number 2 using uhci_hcd\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] Started udev Coldplug all Devices.\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 Starting dracut initqueue hook...\n[ 1.850911] scsi host0: ata_piix\n[ 1.859481] FDC 0 is a S82078B\n[ 1.862624] scsi host1: ata_piix\n[ 1.864374] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.866406] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.888527] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.929539] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.936113] vda: vda1\n[ 1.951192] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.953242] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.955338] usb 1-1: Product: QEMU USB Tablet\n[ 1.956911] usb 1-1: Manufacturer: QEMU\n[ 1.958365] usb 1-1: SerialNumber: 42\n[ 1.968357] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4\n[ 1.971720] 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] 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[[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[ 2.057347] SGI XFS with ACLs, security attributes, no debug enabled\n[ 2.060553] XFS (vda1): Mounting V4 Filesystem\n[ 2.085368] 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 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 Slices.\n[[32m OK [0m] Stopped target Paths.\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 dracut initqueue hook.\n Stopping dracut initqueue hook...\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.319454] systemd-journald[109]: Received SIGTERM from PID 1 (systemd).\n[ 2.332650] tsc: Refined TSC clocksource calibration: 3491.843 MHz\n[ 2.432153] SELinux: Disabled at runtime.\n[ 2.468613] type=1404 audit(1534364081.392:2): selinux=0 auid=4294967295 ses=4294967295\n[ 2.613817] ip_tables: (C) 2000-2006 Netfilter Core Team\n[ 2.615750] 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] Created slice system-getty.slice.\n Mounting NFSD configuration filesystem...\n[[32m OK [0m] Stopped target Switch Root.\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] Listening on /dev/initctl Compatibility Named Pipe.\n[[32m OK [0m] Listening on Delayed Shutdown Socket.\n Mounting Huge Pages File System...\n[[32m OK [0m] Created slice system-selinux\\x2dpol...grate\\x2dlocal\\x2dchanges.slice.\n Mounting Debug File System...\n[[32m OK [0m] Stopped File System Check on Root Device.\n Stopping File System Check on Root Device...\n Starting Setup Virtual Console...\n[[32m OK [0m] Reached target Swap.\n[[32m OK [0m] Listening on udev Control Socket.\n[[32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[[32m OK [0m] Stopped target Initrd File Systems.\n Starting Create list of required st... nodes for the current kernel...\n Mounting POSIX Message Queue File System...\n[[32m OK [0m] Reached target Encrypted Volumes.\n[[32m OK [0m] Stopped Journal Service.\n Starting Journal Service...\n Starting Remount Root and Kernel File Systems...\n[[32m OK [0m] Created slice User and Session Slice.\n[[32m OK [0m] Reached target Slices.\n Starting Apply Kernel Variables...\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[[32m OK [0m] Started Remount Root and Kernel File Systems.\n[[32m OK [0m] Started Apply Kernel Variables.\n Starting Load/Save Random Seed...\n Starting Rebuild Hardware Database...\n Starting Configure read-only root support...\n Starting Create Static Device Nodes in /dev...\n[[32m OK [0m] Started Load/Save Random Seed.\n[[32m OK [0m] Started Journal Service.\n Starting Flush Journal to Persistent Storage...\n[ 3.113290] Installing knfsd (copyright (C) 1996 okir@monad.spwb.de).\n[[32m OK [0m] Started Configure read-only root support.\n[[32m OK [0m] Mounted NFSD configuration filesystem.\n[ 3.133763] systemd-journald[395]: Received request to flush runtime journal from PID 1\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 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 Flush Journal to Persistent Storage.\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 udev Kernel Device Manager.\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[ 3.241821] type=1305 audit(1534364082.165: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 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] Listening on D-Bus System Message Bus Socket.\n[[32m OK [0m] Reached target Paths.\n[[32m OK [0m] Listening on RPCbind Server Activation Socket.\n[[32m OK [0m] Reached target Sockets.\n[ 3.432017] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0\n[[32m OK [0m] Reached target Timers.\n[[32m OK [0m] Reached target Basic System.\n[[32m OK [0m] Started D-Bus System Message Bus.\n[ 3.453150] [drm] Initialized drm 1.1.0 20060810\n[ 3.456678] input: PC Speaker as /devices/platform/pcspkr/input/input5\n[ 3.469399] ppdev: user-space parallel port driver\n[ 3.474411] [TTM] Zone kernel: Available graphics memory: 1940960 kiB\n[ 3.476471] [TTM] Initializing pool allocator\n[ 3.478081] [TTM] Initializing DMA pool allocator\n[ 3.478375] [drm] fb mappable at 0xFC000000\n[ 3.478376] [drm] vram aper at 0xFC000000\n[ 3.478376] [drm] size 33554432\n[ 3.478377] [drm] fb depth is 24\n[ 3.478377] [drm] pitch is 3072\n[ 3.526542] fbcon: cirrusdrmfb (fb0) is primary device\n[ 3.550170] Console: switching to colour frame buffer device 128x48\n[ 3.564720] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device\n Starting D-Bus System Message Bus...\n[[32m OK [0m] Started irqbalance daemon.\n[ 3.569207] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0\n Starting irqbalance daemon...\n Starting GSSAPI Proxy Daemon...\n Starting Login Service...\n Starting Initial cloud-init job (pre-networking)...\n Starting Dump dmesg to /var/log/dmesg...\n Starting Authorization Manager...\n Starting NTP client/server...\n Starting LSB: Bring up/down networking...\n[[32m OK [0m] Found device /dev/ttyS0.\n[[32m OK [0m] Started Login Service.\n[[32m OK [0m] Started Dump dmesg to /var/log/dmesg.\n[[32m OK [0m] Started GSSAPI Proxy Daemon.\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[[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[ 3.685367] AES CTR mode by8 optimization enabled\n[[32m OK [0m] Started NTP client/server.\n[ 3.690029] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)\n[ 3.695881] alg: No test for crc32 (crc32-pclmul)\n[ 3.713335] intel_rapl: no valid rapl domains found in package 0\n[ 3.721433] intel_rapl: no valid rapl domains found in package 0\n[ 3.735941] intel_powerclamp: No package C-state available\n[ 3.740564] intel_powerclamp: No package C-state available[[32m OK [0m] Started Authorization Manager.\n[ 3.797791] cloud-init[497]: Cloud-init v. 0.7.5 running 'init-local' at Wed, 15 Aug 2018 20:14:43 +0000. Up 3.76 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 nginx - high performance web server...\n Starting Notify NFS peers of a restart...\n Starting Dynamic System Tuning Daemon...\n Starting Postfix Mail Transport Agent...\n Starting System Logging Service...\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 Stage Service.\n Starting Cloudify Stage Service...\n Starting Crash recovery kernel arming...\n[[32m OK [0m] Started Cloudify REST Service.\n Starting Cloudify REST Service...\n[[32m OK [0m] Started InfluxDB Service.\n Starting InfluxDB Service...\n Starting RabbitMQ Service...\n Starting LSB: Starts Logstash as a daemon....\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] Mounted Arbitrary Executable File Formats File System.\n[[32m OK [0m] Started LSB: Starts Logstash as a daemon..\n[[32m OK [0m] Started LSB: Supports the direct execution of binary formats..\n[[32m OK [0m] Started nginx - high performance web server.\n[ 5.896716] cloud-init[798]: Cloud-init v. 0.7.5 running 'init' at Wed, 15 Aug 2018 20:14:45 +0000. Up 5.85 seconds.\n[[32m OK [0m] Created slice user-993.slice.\n[ 5.907997] cloud-init[798]: ci-info: +++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++\n[ 5.910944] cloud-init[798]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 5.917300] cloud-init[798]: ci-info: | Device | Up | Address | Mask | Hw-Address |\n[ 5.921696] cloud-init[798]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 5.924453] cloud-init[798]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . |\n[ 5.942175] cloud-init[798]: ci-info: | eth0: | True | 192.168.120.10 | 255.255.255.0 | fa:16:3e:7b:5b:5c |\n[ 5.948602] cloud-init[798]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 5.955759] cloud-init[798]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\n[ 5.961997] cloud-init[798]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 5.969200] cloud-init[798]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 5.978292] cloud-init[798]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 5.988196] cloud-init[798]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG |\n[ 5.993893] cloud-init[798]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | eth0 | UGH |\n[ 5.996146] cloud-init[798]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\n[ 5.999519] cloud-init[798]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[[32m OK [0m] Started Dynamic System Tuning Daemon.\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: y"} 2018-08-15 20:14:52,706 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/78d984cf-2142-4f36-8e29-36c2ea803b41/action used request id req-512a9bff-bed6-4e57-9ea9-f25aca9be217 2018-08-15 20:14:52,706 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0815169811249s 2018-08-15 20:14:52,707 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/78d984cf-2142-4f36-8e29-36c2ea803b41/action used request id req-512a9bff-bed6-4e57-9ea9-f25aca9be217 2018-08-15 20:14:52,707 - 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 1937890426 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.430009] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912) [ 0.433035] pid_max: default: 32768 minimum: 301 [ 0.434679] Security Framework initialized [ 0.436194] SELinux: Initializing. [ 0.437867] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.444580] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.448628] Mount-cache hash table entries: 4096 [ 0.450555] Initializing cgroup subsys memory [ 0.452147] Initializing cgroup subsys devices [ 0.453738] Initializing cgroup subsys freezer [ 0.455303] Initializing cgroup subsys net_cls [ 0.456880] Initializing cgroup subsys blkio [ 0.458416] Initializing cgroup subsys perf_event [ 0.460037] Initializing cgroup subsys hugetlb [ 0.461635] Initializing cgroup subsys pids [ 0.463165] Initializing cgroup subsys net_prio [ 0.464857] CPU: Physical Processor ID: 0 [ 0.467057] mce: CPU supports 10 MCE banks [ 0.468601] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.470349] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.472090] tlb_flushall_shift: 6 [ 0.473647] Freeing SMP alternatives: 28k freed [ 0.477921] ACPI: Core revision 20130517 [ 0.479845] ACPI: All ACPI Tables successfully acquired [ 0.481822] ftrace: allocating 25812 entries in 101 pages [ 0.504438] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.506477] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.508499] smpboot: Max logical packages: 2 [ 0.510313] Enabling x2apic [ 0.511553] Enabled x2apic [ 0.513068] Switched APIC routing to physical x2apic. [ 0.516140] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.518141] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.521714] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.529968] KVM setup paravirtual spinlock [ 0.532829] smpboot: Booting Node 0, Processors #1 OK [ 0.534982] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock [ 0.556982] Brought up 2 CPUs [ 0.556985] KVM setup async PF for cpu 1 [ 0.556988] kvm-stealtime: cpu 1, msr 13fd0f3c0 [ 0.561300] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.564162] devtmpfs: initialized [ 0.566933] EVM: security.selinux [ 0.568276] EVM: security.ima [ 0.569534] EVM: security.capability [ 0.571601] atomic64 test passed for x86-64 platform with CX8 and with SSE [ 0.573743] pinctrl core: initialized pinctrl subsystem [ 0.575631] NET: Registered protocol family 16 [ 0.577457] ACPI: bus type PCI registered [ 0.578955] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.581028] PCI: Using configuration type 1 for base access [ 0.586220] ACPI: Added _OSI(Module Device) [ 0.587785] ACPI: Added _OSI(Processor Device) [ 0.589341] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.590971] ACPI: Added _OSI(Processor Aggregator Device) [ 0.593836] ACPI: Interpreter enabled [ 0.595270] ACPI: (supports S0 S5) [ 0.596636] ACPI: Using IOAPIC for interrupt routing [ 0.598321] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.603307] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.605258] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.607337] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.609375] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.613122] acpiphp: Slot [3] registered [ 0.614608] acpiphp: Slot [4] registered [ 0.616102] acpiphp: Slot [5] registered [ 0.617608] acpiphp: Slot [6] registered [ 0.619078] acpiphp: Slot [7] registered [ 0.620545] acpiphp: Slot [8] registered [ 0.622024] acpiphp: Slot [9] registered [ 0.623500] acpiphp: Slot [10] registered [ 0.624988] acpiphp: Slot [11] registered [ 0.626493] acpiphp: Slot [12] registered [ 0.628006] acpiphp: Slot [13] registered [ 0.629498] acpiphp: Slot [14] registered [ 0.630990] acpiphp: Slot [15] registered [ 0.632499] acpiphp: Slot [16] registered [ 0.633993] acpiphp: Slot [17] registered [ 0.635485] acpiphp: Slot [18] registered [ 0.636987] acpiphp: Slot [19] registered [ 0.638521] acpiphp: Slot [20] registered [ 0.640034] acpiphp: Slot [21] registered [ 0.641527] acpiphp: Slot [22] registered [ 0.643039] acpiphp: Slot [23] registered [ 0.644553] acpiphp: Slot [24] registered [ 0.646072] acpiphp: Slot [25] registered [ 0.647565] acpiphp: Slot [26] registered [ 0.649075] acpiphp: Slot [27] registered [ 0.650603] acpiphp: Slot [28] registered [ 0.652094] acpiphp: Slot [29] registered [ 0.653600] acpiphp: Slot [30] registered [ 0.655110] acpiphp: Slot [31] registered [ 0.656602] PCI host bridge to bus 0000:00 [ 0.658101] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.659897] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.661955] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.663993] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.666755] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window] [ 0.669503] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window] [ 0.674965] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.677178] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.679242] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.681363] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.685540] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.688260] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.712275] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.714884] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.717262] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.719642] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.721975] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.724172] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.726427] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.729318] vgaarb: loaded [ 0.730548] vgaarb: bridge control possible 0000:00:02.0 [ 0.732527] SCSI subsystem initialized [ 0.734011] ACPI: bus type USB registered [ 0.735521] usbcore: registered new interface driver usbfs [ 0.737338] usbcore: registered new interface driver hub [ 0.739144] usbcore: registered new device driver usb [ 0.741072] PCI: Using ACPI for IRQ routing [ 0.742999] NetLabel: Initializing [ 0.744374] NetLabel: domain hash size = 128 [ 0.745936] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.747669] NetLabel: unlabeled traffic allowed by default [ 0.749602] Switched to clocksource kvm-clock [ 0.759433] pnp: PnP ACPI init [ 0.760754] ACPI: bus type PNP registered [ 0.762678] pnp: PnP ACPI: found 5 devices [ 0.764173] ACPI: bus type PNP unregistered [ 0.771883] NET: Registered protocol family 2 [ 0.773819] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 0.776791] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 0.779239] TCP: Hash tables configured (established 32768 bind 32768) [ 0.781355] TCP: reno registered [ 0.782684] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.784631] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.786704] NET: Registered protocol family 1 [ 0.788282] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.790170] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.792028] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.812566] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.833082] Unpacking initramfs... [ 1.316427] Freeing initrd memory: 37508k freed [ 1.326144] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.328224] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff] [ 1.331992] sha1_ssse3: Using AVX2 optimized SHA-1 implementation [ 1.333987] sha256_ssse3: Using AVX2 optimized SHA-256 implementation [ 1.336221] futex hash table entries: 512 (order: 3, 32768 bytes) [ 1.338172] Initialise system trusted keyring [ 1.339755] audit: initializing netlink socket (disabled) [ 1.341536] type=2000 audit(1534364080.385:1): initialized [ 1.358810] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.360796] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.363620] zpool: loaded [ 1.364849] zbud: loaded [ 1.366208] VFS: Disk quotas dquot_6.5.2 [ 1.367705] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.369857] msgmni has been set to 7578 [ 1.371355] Key type big_key registered [ 1.373537] NET: Registered protocol family 38 [ 1.375126] Key type asymmetric registered [ 1.376623] Asymmetric key parser 'x509' registered [ 1.378288] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 1.381096] io scheduler noop registered [ 1.382578] io scheduler deadline registered (default) [ 1.398225] io scheduler cfq registered [ 1.399762] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.401581] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.403713] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.406438] ACPI: Power Button [PWRF] [ 1.407986] GHES: HEST is not enabled! [ 1.409501] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.433679] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.436006] Non-volatile memory driver v1.3 [ 1.437557] Linux agpgart interface v0.103 [ 1.439197] crash memory driver: version 1.1 [ 1.440798] rdac: device handler registered [ 1.442364] hp_sw: device handler registered [ 1.443914] emc: device handler registered [ 1.445412] alua: device handler registered [ 1.446949] libphy: Fixed MDIO Bus: probed [ 1.448521] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.450526] ehci-pci: EHCI PCI platform driver [ 1.452093] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.454024] ohci-pci: OHCI PCI platform driver [ 1.455598] uhci_hcd: USB Universal Host Controller Interface driver [ 1.476052] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.477868] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.480628] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.482367] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.484288] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.486325] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.489022] usb usb1: Product: UHCI Host Controller [ 1.490674] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd [ 1.492776] usb usb1: SerialNumber: 0000:00:01.2 [ 1.494495] hub 1-0:1.0: USB hub found [ 1.495922] hub 1-0:1.0: 2 ports detected [ 1.497527] usbcore: registered new interface driver usbserial [ 1.499386] usbcore: registered new interface driver usbserial_generic [ 1.501417] usbserial: USB Serial support registered for generic [ 1.503319] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.506906] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.508582] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.510352] mousedev: PS/2 mouse device common for all mice [ 1.512523] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.516081] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2 [ 1.519102] rtc_cmos 00:00: RTC can wake from S4 [ 1.521015] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.521281] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.525984] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.528054] cpuidle: using governor menu [ 1.529583] hidraw: raw HID events driver (C) Jiri Kosina [ 1.531409] usbcore: registered new interface driver usbhid [ 1.533182] usbhid: USB HID core driver [ 1.534634] drop_monitor: Initializing network drop monitor service [ 1.536617] TCP: cubic registered [ 1.537941] Initializing XFRM netlink socket [ 1.539527] NET: Registered protocol family 10 [ 1.541425] NET: Registered protocol family 17 [ 1.543376] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 1.545233] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 1.547351] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 1.550831] Loading compiled-in X.509 certificates [ 1.552707] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717' [ 1.556295] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b' [ 1.560369] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106' [ 1.563997] registered taskstats version 1 [ 1.567655] Key type trusted registered [ 1.570619] Key type encrypted registered [ 1.573492] IMA: No TPM chip found, activating TPM-bypass! [ 1.576031] rtc_cmos 00:00: setting system clock to 2018-08-15 20:14:40 UTC (1534364080) [ 1.580008] Freeing unused kernel memory: 1680k freed [ 1.585670] 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.591212] systemd[1]: Detected virtualization kvm. [ 1.592900] systemd[1]: Detected architecture x86-64. [ 1.594616] systemd[1]: Running in initial RAM disk. Welcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m! [ 1.597784] systemd[1]: No hostname configured. [ 1.599378] systemd[1]: Set hostname to . [ 1.601114] systemd[1]: Initializing machine ID from KVM UUID. [[32m OK [0m] Reached target Timers. [ 1.624709] systemd[1]: Reached target Timers. [ 1.626316] systemd[1]: Starting Timers. [ 1.627834] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 1.630707] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch. [[32m OK [0m] Reached target Paths. [ 1.634534] systemd[1]: Reached target Paths. [ 1.636109] systemd[1]: Starting Paths. [[32m OK [0m] Reached target Local File Systems. [ 1.638669] systemd[1]: Reached target Local File Systems. [ 1.640481] systemd[1]: Starting Local File Systems. [[32m OK [0m] Created slice Root Slice. [ 1.643224] systemd[1]: Created slice Root Slice. [ 1.644868] systemd[1]: Starting Root Slice. [[32m OK [0m] Created slice System Slice. [ 1.647521] systemd[1]: Created slice System Slice. [ 1.649233] systemd[1]: Starting System Slice. [[32m OK [0m] Listening on udev Kernel Socket. [ 1.651903] systemd[1]: Listening on udev Kernel Socket. [ 1.653686] systemd[1]: Starting udev Kernel Socket. [[32m OK [0m] Listening on udev Control Socket. [ 1.656463] systemd[1]: Listening on udev Control Socket. [ 1.658253] systemd[1]: Starting udev Control Socket. [[32m OK [0m] Reached target Slices. [ 1.660906] systemd[1]: Reached target Slices. [ 1.662492] systemd[1]: Starting Slices. [[32m OK [0m] Reached target Swap. [ 1.665262] systemd[1]: Reached target Swap. [ 1.666810] systemd[1]: Starting Swap. [[32m OK [0m] Listening on Journal Socket. [ 1.669273] systemd[1]: Listening on Journal Socket. [ 1.670966] systemd[1]: Starting Journal Socket. [ 1.672983] systemd[1]: Starting dracut cmdline hook... Starting dracut cmdline hook... [[32m OK [0m] Reached target Sockets. [ 1.676734] systemd[1]: Reached target Sockets. [ 1.678329] systemd[1]: Starting Sockets. [ 1.680250] systemd[1]: Starting Journal Service... Starting Journal Service... [ 1.683130] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables... [ 1.686127] 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] Started Apply Kernel Variables. [ 1.692122] systemd[1]: Started Apply Kernel Variables. [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [ 1.699330] systemd[1]: Started Create list of required static device nodes for the current kernel. [[32m OK [0m] Started Journal Service. [ 1.703455] 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.750154] RPC: Registered named UNIX socket transport module. [ 1.752374] RPC: Registered udp transport module. [ 1.754214] RPC: Registered tcp transport module. [ 1.756080] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 1.798624] usb 1-1: new full-speed USB device number 2 using uhci_hcd [[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] Started udev Coldplug all Devices. [[32m OK [0m] Mounted Configuration File System. [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target Basic System. Starting dracut initqueue hook... [ 1.850911] scsi host0: ata_piix [ 1.859481] FDC 0 is a S82078B [ 1.862624] scsi host1: ata_piix [ 1.864374] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.866406] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.888527] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.929539] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.936113] vda: vda1 [ 1.951192] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.953242] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.955338] usb 1-1: Product: QEMU USB Tablet [ 1.956911] usb 1-1: Manufacturer: QEMU [ 1.958365] usb 1-1: SerialNumber: 42 [ 1.968357] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4 [ 1.971720] 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] 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. [[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. [ 2.057347] SGI XFS with ACLs, security attributes, no debug enabled [ 2.060553] XFS (vda1): Mounting V4 Filesystem [ 2.085368] 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 target Initrd Default Target. [[32m OK [0m] Stopped target Basic System. [[32m OK [0m] Stopped target Sockets. [[32m OK [0m] Stopped target Slices. [[32m OK [0m] Stopped target Paths. [[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 dracut initqueue hook. Stopping dracut initqueue hook... [[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.319454] systemd-journald[109]: Received SIGTERM from PID 1 (systemd). [ 2.332650] tsc: Refined TSC clocksource calibration: 3491.843 MHz [ 2.432153] SELinux: Disabled at runtime. [ 2.468613] type=1404 audit(1534364081.392:2): selinux=0 auid=4294967295 ses=4294967295 [ 2.613817] ip_tables: (C) 2000-2006 Netfilter Core Team [ 2.615750] systemd[1]: Inserted module 'ip_tables' Welcome to [0;31mCentOS Linux 7 (Core)[0m! [[32m OK [0m] Stopped Switch Root. [[32m OK [0m] Created slice system-getty.slice. Mounting NFSD configuration filesystem... [[32m OK [0m] Stopped target Switch Root. [[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] Listening on /dev/initctl Compatibility Named Pipe. [[32m OK [0m] Listening on Delayed Shutdown Socket. Mounting Huge Pages File System... [[32m OK [0m] Created slice system-selinux\x2dpol...grate\x2dlocal\x2dchanges.slice. Mounting Debug File System... [[32m OK [0m] Stopped File System Check on Root Device. Stopping File System Check on Root Device... Starting Setup Virtual Console... [[32m OK [0m] Reached target Swap. [[32m OK [0m] Listening on udev Control Socket. [[32m OK [0m] Created slice system-serial\x2dgetty.slice. [[32m OK [0m] Listening on udev Kernel Socket. [[32m OK [0m] Stopped target Initrd File Systems. Starting Create list of required st... nodes for the current kernel... Mounting POSIX Message Queue File System... [[32m OK [0m] Reached target Encrypted Volumes. [[32m OK [0m] Stopped Journal Service. Starting Journal Service... Starting Remount Root and Kernel File Systems... [[32m OK [0m] Created slice User and Session Slice. [[32m OK [0m] Reached target Slices. Starting Apply Kernel Variables... [[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. [[32m OK [0m] Started Remount Root and Kernel File Systems. [[32m OK [0m] Started Apply Kernel Variables. Starting Load/Save Random Seed... Starting Rebuild Hardware Database... Starting Configure read-only root support... Starting Create Static Device Nodes in /dev... [[32m OK [0m] Started Load/Save Random Seed. [[32m OK [0m] Started Journal Service. Starting Flush Journal to Persistent Storage... [ 3.113290] Installing knfsd (copyright (C) 1996 okir@monad.spwb.de). [[32m OK [0m] Started Configure read-only root support. [[32m OK [0m] Mounted NFSD configuration filesystem. [ 3.133763] systemd-journald[395]: Received request to flush runtime journal from PID 1 [[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 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 Flush Journal to Persistent Storage. [[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 udev Kernel Device Manager. [[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... [ 3.241821] type=1305 audit(1534364082.165: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 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] Listening on D-Bus System Message Bus Socket. [[32m OK [0m] Reached target Paths. [[32m OK [0m] Listening on RPCbind Server Activation Socket. [[32m OK [0m] Reached target Sockets. [ 3.432017] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0 [[32m OK [0m] Reached target Timers. [[32m OK [0m] Reached target Basic System. [[32m OK [0m] Started D-Bus System Message Bus. [ 3.453150] [drm] Initialized drm 1.1.0 20060810 [ 3.456678] input: PC Speaker as /devices/platform/pcspkr/input/input5 [ 3.469399] ppdev: user-space parallel port driver [ 3.474411] [TTM] Zone kernel: Available graphics memory: 1940960 kiB [ 3.476471] [TTM] Initializing pool allocator [ 3.478081] [TTM] Initializing DMA pool allocator [ 3.478375] [drm] fb mappable at 0xFC000000 [ 3.478376] [drm] vram aper at 0xFC000000 [ 3.478376] [drm] size 33554432 [ 3.478377] [drm] fb depth is 24 [ 3.478377] [drm] pitch is 3072 [ 3.526542] fbcon: cirrusdrmfb (fb0) is primary device [ 3.550170] Console: switching to colour frame buffer device 128x48 [ 3.564720] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device Starting D-Bus System Message Bus... [[32m OK [0m] Started irqbalance daemon. [ 3.569207] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0 Starting irqbalance daemon... Starting GSSAPI Proxy Daemon... Starting Login Service... Starting Initial cloud-init job (pre-networking)... Starting Dump dmesg to /var/log/dmesg... Starting Authorization Manager... Starting NTP client/server... Starting LSB: Bring up/down networking... [[32m OK [0m] Found device /dev/ttyS0. [[32m OK [0m] Started Login Service. [[32m OK [0m] Started Dump dmesg to /var/log/dmesg. [[32m OK [0m] Started GSSAPI Proxy Daemon. [[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. [[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. [ 3.685367] AES CTR mode by8 optimization enabled [[32m OK [0m] Started NTP client/server. [ 3.690029] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni) [ 3.695881] alg: No test for crc32 (crc32-pclmul) [ 3.713335] intel_rapl: no valid rapl domains found in package 0 [ 3.721433] intel_rapl: no valid rapl domains found in package 0 [ 3.735941] intel_powerclamp: No package C-state available [ 3.740564] intel_powerclamp: No package C-state available[[32m OK [0m] Started Authorization Manager. [ 3.797791] cloud-init[497]: Cloud-init v. 0.7.5 running 'init-local' at Wed, 15 Aug 2018 20:14:43 +0000. Up 3.76 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 nginx - high performance web server... Starting Notify NFS peers of a restart... Starting Dynamic System Tuning Daemon... Starting Postfix Mail Transport Agent... Starting System Logging Service... [[32m OK [0m] Reached target Network is Online. 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 Cloudify REST Service. Starting Cloudify REST Service... [[32m OK [0m] Started InfluxDB Service. Starting InfluxDB Service... Starting RabbitMQ Service... Starting LSB: Starts Logstash as a daemon.... [[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] Mounted Arbitrary Executable File Formats File System. [[32m OK [0m] Started LSB: Starts Logstash as a daemon.. [[32m OK [0m] Started LSB: Supports the direct execution of binary formats.. [[32m OK [0m] Started nginx - high performance web server. [ 5.896716] cloud-init[798]: Cloud-init v. 0.7.5 running 'init' at Wed, 15 Aug 2018 20:14:45 +0000. Up 5.85 seconds. [[32m OK [0m] Created slice user-993.slice. [ 5.907997] cloud-init[798]: ci-info: +++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++ [ 5.910944] cloud-init[798]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 5.917300] cloud-init[798]: ci-info: | Device | Up | Address | Mask | Hw-Address | [ 5.921696] cloud-init[798]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 5.924453] cloud-init[798]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . | [ 5.942175] cloud-init[798]: ci-info: | eth0: | True | 192.168.120.10 | 255.255.255.0 | fa:16:3e:7b:5b:5c | [ 5.948602] cloud-init[798]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 5.955759] cloud-init[798]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ [ 5.961997] cloud-init[798]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 5.969200] cloud-init[798]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | [ 5.978292] cloud-init[798]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 5.988196] cloud-init[798]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG | [ 5.993893] cloud-init[798]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | eth0 | UGH | [ 5.996146] cloud-init[798]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | [ 5.999519] cloud-init[798]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [[32m OK [0m] Started Dynamic System Tuning Daemon. [[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: y 2018-08-15 20:14:52,711 - paramiko.transport - DEBUG - starting thread (client mode): 0xee6fee90L 2018-08-15 20:14:52,712 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-15 20:14:52,720 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1 2018-08-15 20:14:52,721 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1) 2018-08-15 20:14:52,741 - 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-15 20:14:52,742 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-15 20:14:52,742 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-15 20:14:52,742 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-15 20:14:52,742 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-15 20:14:52,742 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-15 20:14:52,749 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-15 20:14:52,750 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-15 20:14:52,776 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 172.30.9.204: 4c1f7c71f5a98b8370f02ab218eae423 2018-08-15 20:14:52,777 - paramiko.transport - DEBUG - Trying discovered key b8edf1ad20c4c185b79e8ffca704a528 in /tmp/tmpxz0Er6 2018-08-15 20:14:52,790 - paramiko.transport - DEBUG - userauth is OK 2018-08-15 20:15:02,886 - paramiko.transport - INFO - Authentication (publickey) failed. 2018-08-15 20:15:02,895 - paramiko.transport - DEBUG - Trying discovered key 53a32704d80d9fa5426a394ad4fcf413 in /root/.ssh/id_rsa 2018-08-15 20:15:02,906 - paramiko.transport - DEBUG - userauth is OK 2018-08-15 20:15:02,917 - paramiko.transport - INFO - Authentication (publickey) failed. 2018-08-15 20:15:02,927 - functest.core.singlevm - DEBUG - try 2: cannot connect to 172.30.9.204: Authentication failed. 2018-08-15 20:15:11,937 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-15 20:15:11,940 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/78d984cf-2142-4f36-8e29-36c2ea803b41/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}5251d3adfd7707680aed544c79922583be11f6d1" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-15 20:15:12,016 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:15:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5a3d1124-57c6-4db0-a07a-e02fbcd5322b x-compute-request-id: req-5a3d1124-57c6-4db0-a07a-e02fbcd5322b Content-Encoding: gzip Content-Length: 11756 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 1937890426 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.430009] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912)\n[ 0.433035] pid_max: default: 32768 minimum: 301\n[ 0.434679] Security Framework initialized\n[ 0.436194] SELinux: Initializing.\n[ 0.437867] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)\n[ 0.444580] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.448628] Mount-cache hash table entries: 4096\n[ 0.450555] Initializing cgroup subsys memory\n[ 0.452147] Initializing cgroup subsys devices\n[ 0.453738] Initializing cgroup subsys freezer\n[ 0.455303] Initializing cgroup subsys net_cls\n[ 0.456880] Initializing cgroup subsys blkio\n[ 0.458416] Initializing cgroup subsys perf_event\n[ 0.460037] Initializing cgroup subsys hugetlb\n[ 0.461635] Initializing cgroup subsys pids\n[ 0.463165] Initializing cgroup subsys net_prio\n[ 0.464857] CPU: Physical Processor ID: 0\n[ 0.467057] mce: CPU supports 10 MCE banks\n[ 0.468601] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.470349] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.472090] tlb_flushall_shift: 6\n[ 0.473647] Freeing SMP alternatives: 28k freed\n[ 0.477921] ACPI: Core revision 20130517\n[ 0.479845] ACPI: All ACPI Tables successfully acquired\n[ 0.481822] ftrace: allocating 25812 entries in 101 pages\n[ 0.504438] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.506477] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.508499] smpboot: Max logical packages: 2\n[ 0.510313] Enabling x2apic\n[ 0.511553] Enabled x2apic\n[ 0.513068] Switched APIC routing to physical x2apic.\n[ 0.516140] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.518141] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.521714] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.529968] KVM setup paravirtual spinlock\n[ 0.532829] smpboot: Booting Node 0, Processors #1 OK\n[ 0.534982] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock\n[ 0.556982] Brought up 2 CPUs\n[ 0.556985] KVM setup async PF for cpu 1\n[ 0.556988] kvm-stealtime: cpu 1, msr 13fd0f3c0\n[ 0.561300] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.564162] devtmpfs: initialized\n[ 0.566933] EVM: security.selinux\n[ 0.568276] EVM: security.ima\n[ 0.569534] EVM: security.capability\n[ 0.571601] atomic64 test passed for x86-64 platform with CX8 and with SSE\n[ 0.573743] pinctrl core: initialized pinctrl subsystem\n[ 0.575631] NET: Registered protocol family 16\n[ 0.577457] ACPI: bus type PCI registered\n[ 0.578955] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.581028] PCI: Using configuration type 1 for base access\n[ 0.586220] ACPI: Added _OSI(Module Device)\n[ 0.587785] ACPI: Added _OSI(Processor Device)\n[ 0.589341] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.590971] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.593836] ACPI: Interpreter enabled\n[ 0.595270] ACPI: (supports S0 S5)\n[ 0.596636] ACPI: Using IOAPIC for interrupt routing\n[ 0.598321] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.603307] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.605258] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.607337] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.609375] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.613122] acpiphp: Slot [3] registered\n[ 0.614608] acpiphp: Slot [4] registered\n[ 0.616102] acpiphp: Slot [5] registered\n[ 0.617608] acpiphp: Slot [6] registered\n[ 0.619078] acpiphp: Slot [7] registered\n[ 0.620545] acpiphp: Slot [8] registered\n[ 0.622024] acpiphp: Slot [9] registered\n[ 0.623500] acpiphp: Slot [10] registered\n[ 0.624988] acpiphp: Slot [11] registered\n[ 0.626493] acpiphp: Slot [12] registered\n[ 0.628006] acpiphp: Slot [13] registered\n[ 0.629498] acpiphp: Slot [14] registered\n[ 0.630990] acpiphp: Slot [15] registered\n[ 0.632499] acpiphp: Slot [16] registered\n[ 0.633993] acpiphp: Slot [17] registered\n[ 0.635485] acpiphp: Slot [18] registered\n[ 0.636987] acpiphp: Slot [19] registered\n[ 0.638521] acpiphp: Slot [20] registered\n[ 0.640034] acpiphp: Slot [21] registered\n[ 0.641527] acpiphp: Slot [22] registered\n[ 0.643039] acpiphp: Slot [23] registered\n[ 0.644553] acpiphp: Slot [24] registered\n[ 0.646072] acpiphp: Slot [25] registered\n[ 0.647565] acpiphp: Slot [26] registered\n[ 0.649075] acpiphp: Slot [27] registered\n[ 0.650603] acpiphp: Slot [28] registered\n[ 0.652094] acpiphp: Slot [29] registered\n[ 0.653600] acpiphp: Slot [30] registered\n[ 0.655110] acpiphp: Slot [31] registered\n[ 0.656602] PCI host bridge to bus 0000:00\n[ 0.658101] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.659897] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.661955] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.663993] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.666755] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\n[ 0.669503] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window]\n[ 0.674965] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.677178] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.679242] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.681363] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.685540] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.688260] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.712275] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.714884] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.717262] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.719642] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.721975] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.724172] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.726427] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.729318] vgaarb: loaded\n[ 0.730548] vgaarb: bridge control possible 0000:00:02.0\n[ 0.732527] SCSI subsystem initialized\n[ 0.734011] ACPI: bus type USB registered\n[ 0.735521] usbcore: registered new interface driver usbfs\n[ 0.737338] usbcore: registered new interface driver hub\n[ 0.739144] usbcore: registered new device driver usb\n[ 0.741072] PCI: Using ACPI for IRQ routing\n[ 0.742999] NetLabel: Initializing\n[ 0.744374] NetLabel: domain hash size = 128\n[ 0.745936] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.747669] NetLabel: unlabeled traffic allowed by default\n[ 0.749602] Switched to clocksource kvm-clock\n[ 0.759433] pnp: PnP ACPI init\n[ 0.760754] ACPI: bus type PNP registered\n[ 0.762678] pnp: PnP ACPI: found 5 devices\n[ 0.764173] ACPI: bus type PNP unregistered\n[ 0.771883] NET: Registered protocol family 2\n[ 0.773819] TCP established hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.776791] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)\n[ 0.779239] TCP: Hash tables configured (established 32768 bind 32768)\n[ 0.781355] TCP: reno registered\n[ 0.782684] UDP hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.784631] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.786704] NET: Registered protocol family 1\n[ 0.788282] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.790170] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.792028] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.812566] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.833082] Unpacking initramfs...\n[ 1.316427] Freeing initrd memory: 37508k freed\n[ 1.326144] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)\n[ 1.328224] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff]\n[ 1.331992] sha1_ssse3: Using AVX2 optimized SHA-1 implementation\n[ 1.333987] sha256_ssse3: Using AVX2 optimized SHA-256 implementation\n[ 1.336221] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 1.338172] Initialise system trusted keyring\n[ 1.339755] audit: initializing netlink socket (disabled)\n[ 1.341536] type=2000 audit(1534364080.385:1): initialized\n[ 1.358810] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.360796] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.363620] zpool: loaded\n[ 1.364849] zbud: loaded\n[ 1.366208] VFS: Disk quotas dquot_6.5.2\n[ 1.367705] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.369857] msgmni has been set to 7578\n[ 1.371355] Key type big_key registered\n[ 1.373537] NET: Registered protocol family 38\n[ 1.375126] Key type asymmetric registered\n[ 1.376623] Asymmetric key parser 'x509' registered\n[ 1.378288] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)\n[ 1.381096] io scheduler noop registered\n[ 1.382578] io scheduler deadline registered (default)\n[ 1.398225] io scheduler cfq registered\n[ 1.399762] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.401581] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.403713] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.406438] ACPI: Power Button [PWRF]\n[ 1.407986] GHES: HEST is not enabled!\n[ 1.409501] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled\n[ 1.433679] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A\n[ 1.436006] Non-volatile memory driver v1.3\n[ 1.437557] Linux agpgart interface v0.103\n[ 1.439197] crash memory driver: version 1.1\n[ 1.440798] rdac: device handler registered\n[ 1.442364] hp_sw: device handler registered\n[ 1.443914] emc: device handler registered\n[ 1.445412] alua: device handler registered\n[ 1.446949] libphy: Fixed MDIO Bus: probed\n[ 1.448521] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.450526] ehci-pci: EHCI PCI platform driver\n[ 1.452093] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.454024] ohci-pci: OHCI PCI platform driver\n[ 1.455598] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.476052] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.477868] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.480628] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.482367] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.484288] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.486325] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.489022] usb usb1: Product: UHCI Host Controller\n[ 1.490674] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd\n[ 1.492776] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.494495] hub 1-0:1.0: USB hub found\n[ 1.495922] hub 1-0:1.0: 2 ports detected\n[ 1.497527] usbcore: registered new interface driver usbserial\n[ 1.499386] usbcore: registered new interface driver usbserial_generic\n[ 1.501417] usbserial: USB Serial support registered for generic\n[ 1.503319] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.506906] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.508582] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.510352] mousedev: PS/2 mouse device common for all mice\n[ 1.512523] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.516081] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2\n[ 1.519102] rtc_cmos 00:00: RTC can wake from S4\n[ 1.521015] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.521281] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.525984] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.528054] cpuidle: using governor menu\n[ 1.529583] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.531409] usbcore: registered new interface driver usbhid\n[ 1.533182] usbhid: USB HID core driver\n[ 1.534634] drop_monitor: Initializing network drop monitor service\n[ 1.536617] TCP: cubic registered\n[ 1.537941] Initializing XFRM netlink socket\n[ 1.539527] NET: Registered protocol family 10\n[ 1.541425] NET: Registered protocol family 17\n[ 1.543376] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.545233] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.547351] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.550831] Loading compiled-in X.509 certificates\n[ 1.552707] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717'\n[ 1.556295] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b'\n[ 1.560369] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106'\n[ 1.563997] registered taskstats version 1\n[ 1.567655] Key type trusted registered\n[ 1.570619] Key type encrypted registered\n[ 1.573492] IMA: No TPM chip found, activating TPM-bypass!\n[ 1.576031] rtc_cmos 00:00: setting system clock to 2018-08-15 20:14:40 UTC (1534364080)\n[ 1.580008] Freeing unused kernel memory: 1680k freed\n[ 1.585670] 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.591212] systemd[1]: Detected virtualization kvm.\n[ 1.592900] systemd[1]: Detected architecture x86-64.\n[ 1.594616] systemd[1]: Running in initial RAM disk.\n\nWelcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m!\n\n[ 1.597784] systemd[1]: No hostname configured.\n[ 1.599378] systemd[1]: Set hostname to .\n[ 1.601114] systemd[1]: Initializing machine ID from KVM UUID.\n[[32m OK [0m] Reached target Timers.\n[ 1.624709] systemd[1]: Reached target Timers.\n[ 1.626316] systemd[1]: Starting Timers.\n[ 1.627834] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.\n[ 1.630707] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.\n[[32m OK [0m] Reached target Paths.\n[ 1.634534] systemd[1]: Reached target Paths.\n[ 1.636109] systemd[1]: Starting Paths.\n[[32m OK [0m] Reached target Local File Systems.\n[ 1.638669] systemd[1]: Reached target Local File Systems.\n[ 1.640481] systemd[1]: Starting Local File Systems.\n[[32m OK [0m] Created slice Root Slice.\n[ 1.643224] systemd[1]: Created slice Root Slice.\n[ 1.644868] systemd[1]: Starting Root Slice.\n[[32m OK [0m] Created slice System Slice.\n[ 1.647521] systemd[1]: Created slice System Slice.\n[ 1.649233] systemd[1]: Starting System Slice.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[ 1.651903] systemd[1]: Listening on udev Kernel Socket.\n[ 1.653686] systemd[1]: Starting udev Kernel Socket.\n[[32m OK [0m] Listening on udev Control Socket.\n[ 1.656463] systemd[1]: Listening on udev Control Socket.\n[ 1.658253] systemd[1]: Starting udev Control Socket.\n[[32m OK [0m] Reached target Slices.\n[ 1.660906] systemd[1]: Reached target Slices.\n[ 1.662492] systemd[1]: Starting Slices.\n[[32m OK [0m] Reached target Swap.\n[ 1.665262] systemd[1]: Reached target Swap.\n[ 1.666810] systemd[1]: Starting Swap.\n[[32m OK [0m] Listening on Journal Socket.\n[ 1.669273] systemd[1]: Listening on Journal Socket.\n[ 1.670966] systemd[1]: Starting Journal Socket.\n[ 1.672983] systemd[1]: Starting dracut cmdline hook...\n Starting dracut cmdline hook...\n[[32m OK [0m] Reached target Sockets.\n[ 1.676734] systemd[1]: Reached target Sockets.\n[ 1.678329] systemd[1]: Starting Sockets.\n[ 1.680250] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 1.683130] systemd[1]: Starting Apply Kernel Variables...\n Starting Apply Kernel Variables...\n[ 1.686127] 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] Started Apply Kernel Variables.\n[ 1.692122] systemd[1]: Started Apply Kernel Variables.\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[ 1.699330] systemd[1]: Started Create list of required static device nodes for the current kernel.\n[[32m OK [0m] Started Journal Service.\n[ 1.703455] 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.750154] RPC: Registered named UNIX socket transport module.\n[ 1.752374] RPC: Registered udp transport module.\n[ 1.754214] RPC: Registered tcp transport module.\n[ 1.756080] RPC: Registered tcp NFSv4.1 backchannel transport module.\n[ 1.798624] usb 1-1: new full-speed USB device number 2 using uhci_hcd\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] Started udev Coldplug all Devices.\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 Starting dracut initqueue hook...\n[ 1.850911] scsi host0: ata_piix\n[ 1.859481] FDC 0 is a S82078B\n[ 1.862624] scsi host1: ata_piix\n[ 1.864374] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.866406] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.888527] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.929539] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.936113] vda: vda1\n[ 1.951192] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.953242] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.955338] usb 1-1: Product: QEMU USB Tablet\n[ 1.956911] usb 1-1: Manufacturer: QEMU\n[ 1.958365] usb 1-1: SerialNumber: 42\n[ 1.968357] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4\n[ 1.971720] 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] 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[[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[ 2.057347] SGI XFS with ACLs, security attributes, no debug enabled\n[ 2.060553] XFS (vda1): Mounting V4 Filesystem\n[ 2.085368] 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 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 Slices.\n[[32m OK [0m] Stopped target Paths.\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 dracut initqueue hook.\n Stopping dracut initqueue hook...\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.319454] systemd-journald[109]: Received SIGTERM from PID 1 (systemd).\n[ 2.332650] tsc: Refined TSC clocksource calibration: 3491.843 MHz\n[ 2.432153] SELinux: Disabled at runtime.\n[ 2.468613] type=1404 audit(1534364081.392:2): selinux=0 auid=4294967295 ses=4294967295\n[ 2.613817] ip_tables: (C) 2000-2006 Netfilter Core Team\n[ 2.615750] 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] Created slice system-getty.slice.\n Mounting NFSD configuration filesystem...\n[[32m OK [0m] Stopped target Switch Root.\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] Listening on /dev/initctl Compatibility Named Pipe.\n[[32m OK [0m] Listening on Delayed Shutdown Socket.\n Mounting Huge Pages File System...\n[[32m OK [0m] Created slice system-selinux\\x2dpol...grate\\x2dlocal\\x2dchanges.slice.\n Mounting Debug File System...\n[[32m OK [0m] Stopped File System Check on Root Device.\n Stopping File System Check on Root Device...\n Starting Setup Virtual Console...\n[[32m OK [0m] Reached target Swap.\n[[32m OK [0m] Listening on udev Control Socket.\n[[32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[[32m OK [0m] Stopped target Initrd File Systems.\n Starting Create list of required st... nodes for the current kernel...\n Mounting POSIX Message Queue File System...\n[[32m OK [0m] Reached target Encrypted Volumes.\n[[32m OK [0m] Stopped Journal Service.\n Starting Journal Service...\n Starting Remount Root and Kernel File Systems...\n[[32m OK [0m] Created slice User and Session Slice.\n[[32m OK [0m] Reached target Slices.\n Starting Apply Kernel Variables...\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[[32m OK [0m] Started Remount Root and Kernel File Systems.\n[[32m OK [0m] Started Apply Kernel Variables.\n Starting Load/Save Random Seed...\n Starting Rebuild Hardware Database...\n Starting Configure read-only root support...\n Starting Create Static Device Nodes in /dev...\n[[32m OK [0m] Started Load/Save Random Seed.\n[[32m OK [0m] Started Journal Service.\n Starting Flush Journal to Persistent Storage...\n[ 3.113290] Installing knfsd (copyright (C) 1996 okir@monad.spwb.de).\n[[32m OK [0m] Started Configure read-only root support.\n[[32m OK [0m] Mounted NFSD configuration filesystem.\n[ 3.133763] systemd-journald[395]: Received request to flush runtime journal from PID 1\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 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 Flush Journal to Persistent Storage.\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 udev Kernel Device Manager.\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[ 3.241821] type=1305 audit(1534364082.165: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 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] Listening on D-Bus System Message Bus Socket.\n[[32m OK [0m] Reached target Paths.\n[[32m OK [0m] Listening on RPCbind Server Activation Socket.\n[[32m OK [0m] Reached target Sockets.\n[ 3.432017] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0\n[[32m OK [0m] Reached target Timers.\n[[32m OK [0m] Reached target Basic System.\n[[32m OK [0m] Started D-Bus System Message Bus.\n[ 3.453150] [drm] Initialized drm 1.1.0 20060810\n[ 3.456678] input: PC Speaker as /devices/platform/pcspkr/input/input5\n[ 3.469399] ppdev: user-space parallel port driver\n[ 3.474411] [TTM] Zone kernel: Available graphics memory: 1940960 kiB\n[ 3.476471] [TTM] Initializing pool allocator\n[ 3.478081] [TTM] Initializing DMA pool allocator\n[ 3.478375] [drm] fb mappable at 0xFC000000\n[ 3.478376] [drm] vram aper at 0xFC000000\n[ 3.478376] [drm] size 33554432\n[ 3.478377] [drm] fb depth is 24\n[ 3.478377] [drm] pitch is 3072\n[ 3.526542] fbcon: cirrusdrmfb (fb0) is primary device\n[ 3.550170] Console: switching to colour frame buffer device 128x48\n[ 3.564720] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device\n Starting D-Bus System Message Bus...\n[[32m OK [0m] Started irqbalance daemon.\n[ 3.569207] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0\n Starting irqbalance daemon...\n Starting GSSAPI Proxy Daemon...\n Starting Login Service...\n Starting Initial cloud-init job (pre-networking)...\n Starting Dump dmesg to /var/log/dmesg...\n Starting Authorization Manager...\n Starting NTP client/server...\n Starting LSB: Bring up/down networking...\n[[32m OK [0m] Found device /dev/ttyS0.\n[[32m OK [0m] Started Login Service.\n[[32m OK [0m] Started Dump dmesg to /var/log/dmesg.\n[[32m OK [0m] Started GSSAPI Proxy Daemon.\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[[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[ 3.685367] AES CTR mode by8 optimization enabled\n[[32m OK [0m] Started NTP client/server.\n[ 3.690029] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)\n[ 3.695881] alg: No test for crc32 (crc32-pclmul)\n[ 3.713335] intel_rapl: no valid rapl domains found in package 0\n[ 3.721433] intel_rapl: no valid rapl domains found in package 0\n[ 3.735941] intel_powerclamp: No package C-state available\n[ 3.740564] intel_powerclamp: No package C-state available[[32m OK [0m] Started Authorization Manager.\n[ 3.797791] cloud-init[497]: Cloud-init v. 0.7.5 running 'init-local' at Wed, 15 Aug 2018 20:14:43 +0000. Up 3.76 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 nginx - high performance web server...\n Starting Notify NFS peers of a restart...\n Starting Dynamic System Tuning Daemon...\n Starting Postfix Mail Transport Agent...\n Starting System Logging Service...\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 Stage Service.\n Starting Cloudify Stage Service...\n Starting Crash recovery kernel arming...\n[[32m OK [0m] Started Cloudify REST Service.\n Starting Cloudify REST Service...\n[[32m OK [0m] Started InfluxDB Service.\n Starting InfluxDB Service...\n Starting RabbitMQ Service...\n Starting LSB: Starts Logstash as a daemon....\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] Mounted Arbitrary Executable File Formats File System.\n[[32m OK [0m] Started LSB: Starts Logstash as a daemon..\n[[32m OK [0m] Started LSB: Supports the direct execution of binary formats..\n[[32m OK [0m] Started nginx - high performance web server.\n[ 5.896716] cloud-init[798]: Cloud-init v. 0.7.5 running 'init' at Wed, 15 Aug 2018 20:14:45 +0000. Up 5.85 seconds.\n[[32m OK [0m] Created slice user-993.slice.\n[ 5.907997] cloud-init[798]: ci-info: +++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++\n[ 5.910944] cloud-init[798]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 5.917300] cloud-init[798]: ci-info: | Device | Up | Address | Mask | Hw-Address |\n[ 5.921696] cloud-init[798]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 5.924453] cloud-init[798]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . |\n[ 5.942175] cloud-init[798]: ci-info: | eth0: | True | 192.168.120.10 | 255.255.255.0 | fa:16:3e:7b:5b:5c |\n[ 5.948602] cloud-init[798]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 5.955759] cloud-init[798]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\n[ 5.961997] cloud-init[798]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 5.969200] cloud-init[798]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 5.978292] cloud-init[798]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 5.988196] cloud-init[798]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG |\n[ 5.993893] cloud-init[798]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | eth0 | UGH |\n[ 5.996146] cloud-init[798]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\n[ 5.999519] cloud-init[798]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[[32m OK [0m] Started Dynamic System Tuning Daemon.\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: y"} 2018-08-15 20:15:12,017 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/78d984cf-2142-4f36-8e29-36c2ea803b41/action used request id req-5a3d1124-57c6-4db0-a07a-e02fbcd5322b 2018-08-15 20:15:12,017 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0798571109772s 2018-08-15 20:15:12,018 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/78d984cf-2142-4f36-8e29-36c2ea803b41/action used request id req-5a3d1124-57c6-4db0-a07a-e02fbcd5322b 2018-08-15 20:15:12,019 - 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 1937890426 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.430009] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912) [ 0.433035] pid_max: default: 32768 minimum: 301 [ 0.434679] Security Framework initialized [ 0.436194] SELinux: Initializing. [ 0.437867] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.444580] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.448628] Mount-cache hash table entries: 4096 [ 0.450555] Initializing cgroup subsys memory [ 0.452147] Initializing cgroup subsys devices [ 0.453738] Initializing cgroup subsys freezer [ 0.455303] Initializing cgroup subsys net_cls [ 0.456880] Initializing cgroup subsys blkio [ 0.458416] Initializing cgroup subsys perf_event [ 0.460037] Initializing cgroup subsys hugetlb [ 0.461635] Initializing cgroup subsys pids [ 0.463165] Initializing cgroup subsys net_prio [ 0.464857] CPU: Physical Processor ID: 0 [ 0.467057] mce: CPU supports 10 MCE banks [ 0.468601] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.470349] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.472090] tlb_flushall_shift: 6 [ 0.473647] Freeing SMP alternatives: 28k freed [ 0.477921] ACPI: Core revision 20130517 [ 0.479845] ACPI: All ACPI Tables successfully acquired [ 0.481822] ftrace: allocating 25812 entries in 101 pages [ 0.504438] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.506477] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.508499] smpboot: Max logical packages: 2 [ 0.510313] Enabling x2apic [ 0.511553] Enabled x2apic [ 0.513068] Switched APIC routing to physical x2apic. [ 0.516140] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.518141] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.521714] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.529968] KVM setup paravirtual spinlock [ 0.532829] smpboot: Booting Node 0, Processors #1 OK [ 0.534982] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock [ 0.556982] Brought up 2 CPUs [ 0.556985] KVM setup async PF for cpu 1 [ 0.556988] kvm-stealtime: cpu 1, msr 13fd0f3c0 [ 0.561300] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.564162] devtmpfs: initialized [ 0.566933] EVM: security.selinux [ 0.568276] EVM: security.ima [ 0.569534] EVM: security.capability [ 0.571601] atomic64 test passed for x86-64 platform with CX8 and with SSE [ 0.573743] pinctrl core: initialized pinctrl subsystem [ 0.575631] NET: Registered protocol family 16 [ 0.577457] ACPI: bus type PCI registered [ 0.578955] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.581028] PCI: Using configuration type 1 for base access [ 0.586220] ACPI: Added _OSI(Module Device) [ 0.587785] ACPI: Added _OSI(Processor Device) [ 0.589341] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.590971] ACPI: Added _OSI(Processor Aggregator Device) [ 0.593836] ACPI: Interpreter enabled [ 0.595270] ACPI: (supports S0 S5) [ 0.596636] ACPI: Using IOAPIC for interrupt routing [ 0.598321] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.603307] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.605258] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.607337] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.609375] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.613122] acpiphp: Slot [3] registered [ 0.614608] acpiphp: Slot [4] registered [ 0.616102] acpiphp: Slot [5] registered [ 0.617608] acpiphp: Slot [6] registered [ 0.619078] acpiphp: Slot [7] registered [ 0.620545] acpiphp: Slot [8] registered [ 0.622024] acpiphp: Slot [9] registered [ 0.623500] acpiphp: Slot [10] registered [ 0.624988] acpiphp: Slot [11] registered [ 0.626493] acpiphp: Slot [12] registered [ 0.628006] acpiphp: Slot [13] registered [ 0.629498] acpiphp: Slot [14] registered [ 0.630990] acpiphp: Slot [15] registered [ 0.632499] acpiphp: Slot [16] registered [ 0.633993] acpiphp: Slot [17] registered [ 0.635485] acpiphp: Slot [18] registered [ 0.636987] acpiphp: Slot [19] registered [ 0.638521] acpiphp: Slot [20] registered [ 0.640034] acpiphp: Slot [21] registered [ 0.641527] acpiphp: Slot [22] registered [ 0.643039] acpiphp: Slot [23] registered [ 0.644553] acpiphp: Slot [24] registered [ 0.646072] acpiphp: Slot [25] registered [ 0.647565] acpiphp: Slot [26] registered [ 0.649075] acpiphp: Slot [27] registered [ 0.650603] acpiphp: Slot [28] registered [ 0.652094] acpiphp: Slot [29] registered [ 0.653600] acpiphp: Slot [30] registered [ 0.655110] acpiphp: Slot [31] registered [ 0.656602] PCI host bridge to bus 0000:00 [ 0.658101] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.659897] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.661955] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.663993] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.666755] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window] [ 0.669503] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window] [ 0.674965] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.677178] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.679242] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.681363] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.685540] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.688260] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.712275] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.714884] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.717262] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.719642] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.721975] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.724172] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.726427] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.729318] vgaarb: loaded [ 0.730548] vgaarb: bridge control possible 0000:00:02.0 [ 0.732527] SCSI subsystem initialized [ 0.734011] ACPI: bus type USB registered [ 0.735521] usbcore: registered new interface driver usbfs [ 0.737338] usbcore: registered new interface driver hub [ 0.739144] usbcore: registered new device driver usb [ 0.741072] PCI: Using ACPI for IRQ routing [ 0.742999] NetLabel: Initializing [ 0.744374] NetLabel: domain hash size = 128 [ 0.745936] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.747669] NetLabel: unlabeled traffic allowed by default [ 0.749602] Switched to clocksource kvm-clock [ 0.759433] pnp: PnP ACPI init [ 0.760754] ACPI: bus type PNP registered [ 0.762678] pnp: PnP ACPI: found 5 devices [ 0.764173] ACPI: bus type PNP unregistered [ 0.771883] NET: Registered protocol family 2 [ 0.773819] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 0.776791] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 0.779239] TCP: Hash tables configured (established 32768 bind 32768) [ 0.781355] TCP: reno registered [ 0.782684] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.784631] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.786704] NET: Registered protocol family 1 [ 0.788282] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.790170] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.792028] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.812566] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.833082] Unpacking initramfs... [ 1.316427] Freeing initrd memory: 37508k freed [ 1.326144] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.328224] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff] [ 1.331992] sha1_ssse3: Using AVX2 optimized SHA-1 implementation [ 1.333987] sha256_ssse3: Using AVX2 optimized SHA-256 implementation [ 1.336221] futex hash table entries: 512 (order: 3, 32768 bytes) [ 1.338172] Initialise system trusted keyring [ 1.339755] audit: initializing netlink socket (disabled) [ 1.341536] type=2000 audit(1534364080.385:1): initialized [ 1.358810] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.360796] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.363620] zpool: loaded [ 1.364849] zbud: loaded [ 1.366208] VFS: Disk quotas dquot_6.5.2 [ 1.367705] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.369857] msgmni has been set to 7578 [ 1.371355] Key type big_key registered [ 1.373537] NET: Registered protocol family 38 [ 1.375126] Key type asymmetric registered [ 1.376623] Asymmetric key parser 'x509' registered [ 1.378288] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 1.381096] io scheduler noop registered [ 1.382578] io scheduler deadline registered (default) [ 1.398225] io scheduler cfq registered [ 1.399762] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.401581] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.403713] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.406438] ACPI: Power Button [PWRF] [ 1.407986] GHES: HEST is not enabled! [ 1.409501] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.433679] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.436006] Non-volatile memory driver v1.3 [ 1.437557] Linux agpgart interface v0.103 [ 1.439197] crash memory driver: version 1.1 [ 1.440798] rdac: device handler registered [ 1.442364] hp_sw: device handler registered [ 1.443914] emc: device handler registered [ 1.445412] alua: device handler registered [ 1.446949] libphy: Fixed MDIO Bus: probed [ 1.448521] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.450526] ehci-pci: EHCI PCI platform driver [ 1.452093] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.454024] ohci-pci: OHCI PCI platform driver [ 1.455598] uhci_hcd: USB Universal Host Controller Interface driver [ 1.476052] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.477868] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.480628] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.482367] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.484288] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.486325] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.489022] usb usb1: Product: UHCI Host Controller [ 1.490674] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd [ 1.492776] usb usb1: SerialNumber: 0000:00:01.2 [ 1.494495] hub 1-0:1.0: USB hub found [ 1.495922] hub 1-0:1.0: 2 ports detected [ 1.497527] usbcore: registered new interface driver usbserial [ 1.499386] usbcore: registered new interface driver usbserial_generic [ 1.501417] usbserial: USB Serial support registered for generic [ 1.503319] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.506906] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.508582] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.510352] mousedev: PS/2 mouse device common for all mice [ 1.512523] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.516081] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2 [ 1.519102] rtc_cmos 00:00: RTC can wake from S4 [ 1.521015] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.521281] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.525984] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.528054] cpuidle: using governor menu [ 1.529583] hidraw: raw HID events driver (C) Jiri Kosina [ 1.531409] usbcore: registered new interface driver usbhid [ 1.533182] usbhid: USB HID core driver [ 1.534634] drop_monitor: Initializing network drop monitor service [ 1.536617] TCP: cubic registered [ 1.537941] Initializing XFRM netlink socket [ 1.539527] NET: Registered protocol family 10 [ 1.541425] NET: Registered protocol family 17 [ 1.543376] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 1.545233] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 1.547351] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 1.550831] Loading compiled-in X.509 certificates [ 1.552707] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717' [ 1.556295] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b' [ 1.560369] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106' [ 1.563997] registered taskstats version 1 [ 1.567655] Key type trusted registered [ 1.570619] Key type encrypted registered [ 1.573492] IMA: No TPM chip found, activating TPM-bypass! [ 1.576031] rtc_cmos 00:00: setting system clock to 2018-08-15 20:14:40 UTC (1534364080) [ 1.580008] Freeing unused kernel memory: 1680k freed [ 1.585670] 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.591212] systemd[1]: Detected virtualization kvm. [ 1.592900] systemd[1]: Detected architecture x86-64. [ 1.594616] systemd[1]: Running in initial RAM disk. Welcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m! [ 1.597784] systemd[1]: No hostname configured. [ 1.599378] systemd[1]: Set hostname to . [ 1.601114] systemd[1]: Initializing machine ID from KVM UUID. [[32m OK [0m] Reached target Timers. [ 1.624709] systemd[1]: Reached target Timers. [ 1.626316] systemd[1]: Starting Timers. [ 1.627834] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 1.630707] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch. [[32m OK [0m] Reached target Paths. [ 1.634534] systemd[1]: Reached target Paths. [ 1.636109] systemd[1]: Starting Paths. [[32m OK [0m] Reached target Local File Systems. [ 1.638669] systemd[1]: Reached target Local File Systems. [ 1.640481] systemd[1]: Starting Local File Systems. [[32m OK [0m] Created slice Root Slice. [ 1.643224] systemd[1]: Created slice Root Slice. [ 1.644868] systemd[1]: Starting Root Slice. [[32m OK [0m] Created slice System Slice. [ 1.647521] systemd[1]: Created slice System Slice. [ 1.649233] systemd[1]: Starting System Slice. [[32m OK [0m] Listening on udev Kernel Socket. [ 1.651903] systemd[1]: Listening on udev Kernel Socket. [ 1.653686] systemd[1]: Starting udev Kernel Socket. [[32m OK [0m] Listening on udev Control Socket. [ 1.656463] systemd[1]: Listening on udev Control Socket. [ 1.658253] systemd[1]: Starting udev Control Socket. [[32m OK [0m] Reached target Slices. [ 1.660906] systemd[1]: Reached target Slices. [ 1.662492] systemd[1]: Starting Slices. [[32m OK [0m] Reached target Swap. [ 1.665262] systemd[1]: Reached target Swap. [ 1.666810] systemd[1]: Starting Swap. [[32m OK [0m] Listening on Journal Socket. [ 1.669273] systemd[1]: Listening on Journal Socket. [ 1.670966] systemd[1]: Starting Journal Socket. [ 1.672983] systemd[1]: Starting dracut cmdline hook... Starting dracut cmdline hook... [[32m OK [0m] Reached target Sockets. [ 1.676734] systemd[1]: Reached target Sockets. [ 1.678329] systemd[1]: Starting Sockets. [ 1.680250] systemd[1]: Starting Journal Service... Starting Journal Service... [ 1.683130] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables... [ 1.686127] 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] Started Apply Kernel Variables. [ 1.692122] systemd[1]: Started Apply Kernel Variables. [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [ 1.699330] systemd[1]: Started Create list of required static device nodes for the current kernel. [[32m OK [0m] Started Journal Service. [ 1.703455] 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.750154] RPC: Registered named UNIX socket transport module. [ 1.752374] RPC: Registered udp transport module. [ 1.754214] RPC: Registered tcp transport module. [ 1.756080] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 1.798624] usb 1-1: new full-speed USB device number 2 using uhci_hcd [[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] Started udev Coldplug all Devices. [[32m OK [0m] Mounted Configuration File System. [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target Basic System. Starting dracut initqueue hook... [ 1.850911] scsi host0: ata_piix [ 1.859481] FDC 0 is a S82078B [ 1.862624] scsi host1: ata_piix [ 1.864374] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.866406] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.888527] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.929539] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.936113] vda: vda1 [ 1.951192] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.953242] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.955338] usb 1-1: Product: QEMU USB Tablet [ 1.956911] usb 1-1: Manufacturer: QEMU [ 1.958365] usb 1-1: SerialNumber: 42 [ 1.968357] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4 [ 1.971720] 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] 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. [[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. [ 2.057347] SGI XFS with ACLs, security attributes, no debug enabled [ 2.060553] XFS (vda1): Mounting V4 Filesystem [ 2.085368] 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 target Initrd Default Target. [[32m OK [0m] Stopped target Basic System. [[32m OK [0m] Stopped target Sockets. [[32m OK [0m] Stopped target Slices. [[32m OK [0m] Stopped target Paths. [[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 dracut initqueue hook. Stopping dracut initqueue hook... [[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.319454] systemd-journald[109]: Received SIGTERM from PID 1 (systemd). [ 2.332650] tsc: Refined TSC clocksource calibration: 3491.843 MHz [ 2.432153] SELinux: Disabled at runtime. [ 2.468613] type=1404 audit(1534364081.392:2): selinux=0 auid=4294967295 ses=4294967295 [ 2.613817] ip_tables: (C) 2000-2006 Netfilter Core Team [ 2.615750] systemd[1]: Inserted module 'ip_tables' Welcome to [0;31mCentOS Linux 7 (Core)[0m! [[32m OK [0m] Stopped Switch Root. [[32m OK [0m] Created slice system-getty.slice. Mounting NFSD configuration filesystem... [[32m OK [0m] Stopped target Switch Root. [[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] Listening on /dev/initctl Compatibility Named Pipe. [[32m OK [0m] Listening on Delayed Shutdown Socket. Mounting Huge Pages File System... [[32m OK [0m] Created slice system-selinux\x2dpol...grate\x2dlocal\x2dchanges.slice. Mounting Debug File System... [[32m OK [0m] Stopped File System Check on Root Device. Stopping File System Check on Root Device... Starting Setup Virtual Console... [[32m OK [0m] Reached target Swap. [[32m OK [0m] Listening on udev Control Socket. [[32m OK [0m] Created slice system-serial\x2dgetty.slice. [[32m OK [0m] Listening on udev Kernel Socket. [[32m OK [0m] Stopped target Initrd File Systems. Starting Create list of required st... nodes for the current kernel... Mounting POSIX Message Queue File System... [[32m OK [0m] Reached target Encrypted Volumes. [[32m OK [0m] Stopped Journal Service. Starting Journal Service... Starting Remount Root and Kernel File Systems... [[32m OK [0m] Created slice User and Session Slice. [[32m OK [0m] Reached target Slices. Starting Apply Kernel Variables... [[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. [[32m OK [0m] Started Remount Root and Kernel File Systems. [[32m OK [0m] Started Apply Kernel Variables. Starting Load/Save Random Seed... Starting Rebuild Hardware Database... Starting Configure read-only root support... Starting Create Static Device Nodes in /dev... [[32m OK [0m] Started Load/Save Random Seed. [[32m OK [0m] Started Journal Service. Starting Flush Journal to Persistent Storage... [ 3.113290] Installing knfsd (copyright (C) 1996 okir@monad.spwb.de). [[32m OK [0m] Started Configure read-only root support. [[32m OK [0m] Mounted NFSD configuration filesystem. [ 3.133763] systemd-journald[395]: Received request to flush runtime journal from PID 1 [[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 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 Flush Journal to Persistent Storage. [[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 udev Kernel Device Manager. [[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... [ 3.241821] type=1305 audit(1534364082.165: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 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] Listening on D-Bus System Message Bus Socket. [[32m OK [0m] Reached target Paths. [[32m OK [0m] Listening on RPCbind Server Activation Socket. [[32m OK [0m] Reached target Sockets. [ 3.432017] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0 [[32m OK [0m] Reached target Timers. [[32m OK [0m] Reached target Basic System. [[32m OK [0m] Started D-Bus System Message Bus. [ 3.453150] [drm] Initialized drm 1.1.0 20060810 [ 3.456678] input: PC Speaker as /devices/platform/pcspkr/input/input5 [ 3.469399] ppdev: user-space parallel port driver [ 3.474411] [TTM] Zone kernel: Available graphics memory: 1940960 kiB [ 3.476471] [TTM] Initializing pool allocator [ 3.478081] [TTM] Initializing DMA pool allocator [ 3.478375] [drm] fb mappable at 0xFC000000 [ 3.478376] [drm] vram aper at 0xFC000000 [ 3.478376] [drm] size 33554432 [ 3.478377] [drm] fb depth is 24 [ 3.478377] [drm] pitch is 3072 [ 3.526542] fbcon: cirrusdrmfb (fb0) is primary device [ 3.550170] Console: switching to colour frame buffer device 128x48 [ 3.564720] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device Starting D-Bus System Message Bus... [[32m OK [0m] Started irqbalance daemon. [ 3.569207] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0 Starting irqbalance daemon... Starting GSSAPI Proxy Daemon... Starting Login Service... Starting Initial cloud-init job (pre-networking)... Starting Dump dmesg to /var/log/dmesg... Starting Authorization Manager... Starting NTP client/server... Starting LSB: Bring up/down networking... [[32m OK [0m] Found device /dev/ttyS0. [[32m OK [0m] Started Login Service. [[32m OK [0m] Started Dump dmesg to /var/log/dmesg. [[32m OK [0m] Started GSSAPI Proxy Daemon. [[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. [[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. [ 3.685367] AES CTR mode by8 optimization enabled [[32m OK [0m] Started NTP client/server. [ 3.690029] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni) [ 3.695881] alg: No test for crc32 (crc32-pclmul) [ 3.713335] intel_rapl: no valid rapl domains found in package 0 [ 3.721433] intel_rapl: no valid rapl domains found in package 0 [ 3.735941] intel_powerclamp: No package C-state available [ 3.740564] intel_powerclamp: No package C-state available[[32m OK [0m] Started Authorization Manager. [ 3.797791] cloud-init[497]: Cloud-init v. 0.7.5 running 'init-local' at Wed, 15 Aug 2018 20:14:43 +0000. Up 3.76 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 nginx - high performance web server... Starting Notify NFS peers of a restart... Starting Dynamic System Tuning Daemon... Starting Postfix Mail Transport Agent... Starting System Logging Service... [[32m OK [0m] Reached target Network is Online. 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 Cloudify REST Service. Starting Cloudify REST Service... [[32m OK [0m] Started InfluxDB Service. Starting InfluxDB Service... Starting RabbitMQ Service... Starting LSB: Starts Logstash as a daemon.... [[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] Mounted Arbitrary Executable File Formats File System. [[32m OK [0m] Started LSB: Starts Logstash as a daemon.. [[32m OK [0m] Started LSB: Supports the direct execution of binary formats.. [[32m OK [0m] Started nginx - high performance web server. [ 5.896716] cloud-init[798]: Cloud-init v. 0.7.5 running 'init' at Wed, 15 Aug 2018 20:14:45 +0000. Up 5.85 seconds. [[32m OK [0m] Created slice user-993.slice. [ 5.907997] cloud-init[798]: ci-info: +++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++ [ 5.910944] cloud-init[798]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 5.917300] cloud-init[798]: ci-info: | Device | Up | Address | Mask | Hw-Address | [ 5.921696] cloud-init[798]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 5.924453] cloud-init[798]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . | [ 5.942175] cloud-init[798]: ci-info: | eth0: | True | 192.168.120.10 | 255.255.255.0 | fa:16:3e:7b:5b:5c | [ 5.948602] cloud-init[798]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 5.955759] cloud-init[798]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ [ 5.961997] cloud-init[798]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 5.969200] cloud-init[798]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | [ 5.978292] cloud-init[798]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 5.988196] cloud-init[798]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG | [ 5.993893] cloud-init[798]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | eth0 | UGH | [ 5.996146] cloud-init[798]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | [ 5.999519] cloud-init[798]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [[32m OK [0m] Started Dynamic System Tuning Daemon. [[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: y 2018-08-15 20:15:12,022 - paramiko.transport - DEBUG - starting thread (client mode): 0xee6c3fd0L 2018-08-15 20:15:12,022 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-15 20:15:12,028 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1 2018-08-15 20:15:12,029 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1) 2018-08-15 20:15:12,030 - 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-15 20:15:12,031 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-15 20:15:12,031 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-15 20:15:12,031 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-15 20:15:12,031 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-15 20:15:12,031 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-15 20:15:12,036 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-15 20:15:12,037 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-15 20:15:12,038 - paramiko.transport - DEBUG - Trying discovered key b8edf1ad20c4c185b79e8ffca704a528 in /tmp/tmpxz0Er6 2018-08-15 20:15:12,076 - paramiko.transport - DEBUG - userauth is OK 2018-08-15 20:15:22,095 - paramiko.transport - INFO - Authentication (publickey) failed. 2018-08-15 20:15:22,119 - paramiko.transport - DEBUG - Trying discovered key 53a32704d80d9fa5426a394ad4fcf413 in /root/.ssh/id_rsa 2018-08-15 20:15:22,120 - paramiko.transport - DEBUG - userauth is OK 2018-08-15 20:15:22,126 - paramiko.transport - INFO - Authentication (publickey) failed. 2018-08-15 20:15:22,127 - functest.core.singlevm - DEBUG - try 3: cannot connect to 172.30.9.204: Authentication failed. 2018-08-15 20:15:31,137 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-15 20:15:31,140 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/78d984cf-2142-4f36-8e29-36c2ea803b41/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}5251d3adfd7707680aed544c79922583be11f6d1" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-15 20:15:31,214 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:15:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2141773f-7caa-4b06-905d-d8ee970cbff1 x-compute-request-id: req-2141773f-7caa-4b06-905d-d8ee970cbff1 Content-Encoding: gzip Content-Length: 11756 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 1937890426 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.430009] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912)\n[ 0.433035] pid_max: default: 32768 minimum: 301\n[ 0.434679] Security Framework initialized\n[ 0.436194] SELinux: Initializing.\n[ 0.437867] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)\n[ 0.444580] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.448628] Mount-cache hash table entries: 4096\n[ 0.450555] Initializing cgroup subsys memory\n[ 0.452147] Initializing cgroup subsys devices\n[ 0.453738] Initializing cgroup subsys freezer\n[ 0.455303] Initializing cgroup subsys net_cls\n[ 0.456880] Initializing cgroup subsys blkio\n[ 0.458416] Initializing cgroup subsys perf_event\n[ 0.460037] Initializing cgroup subsys hugetlb\n[ 0.461635] Initializing cgroup subsys pids\n[ 0.463165] Initializing cgroup subsys net_prio\n[ 0.464857] CPU: Physical Processor ID: 0\n[ 0.467057] mce: CPU supports 10 MCE banks\n[ 0.468601] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.470349] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.472090] tlb_flushall_shift: 6\n[ 0.473647] Freeing SMP alternatives: 28k freed\n[ 0.477921] ACPI: Core revision 20130517\n[ 0.479845] ACPI: All ACPI Tables successfully acquired\n[ 0.481822] ftrace: allocating 25812 entries in 101 pages\n[ 0.504438] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.506477] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.508499] smpboot: Max logical packages: 2\n[ 0.510313] Enabling x2apic\n[ 0.511553] Enabled x2apic\n[ 0.513068] Switched APIC routing to physical x2apic.\n[ 0.516140] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.518141] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.521714] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.529968] KVM setup paravirtual spinlock\n[ 0.532829] smpboot: Booting Node 0, Processors #1 OK\n[ 0.534982] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock\n[ 0.556982] Brought up 2 CPUs\n[ 0.556985] KVM setup async PF for cpu 1\n[ 0.556988] kvm-stealtime: cpu 1, msr 13fd0f3c0\n[ 0.561300] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.564162] devtmpfs: initialized\n[ 0.566933] EVM: security.selinux\n[ 0.568276] EVM: security.ima\n[ 0.569534] EVM: security.capability\n[ 0.571601] atomic64 test passed for x86-64 platform with CX8 and with SSE\n[ 0.573743] pinctrl core: initialized pinctrl subsystem\n[ 0.575631] NET: Registered protocol family 16\n[ 0.577457] ACPI: bus type PCI registered\n[ 0.578955] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.581028] PCI: Using configuration type 1 for base access\n[ 0.586220] ACPI: Added _OSI(Module Device)\n[ 0.587785] ACPI: Added _OSI(Processor Device)\n[ 0.589341] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.590971] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.593836] ACPI: Interpreter enabled\n[ 0.595270] ACPI: (supports S0 S5)\n[ 0.596636] ACPI: Using IOAPIC for interrupt routing\n[ 0.598321] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.603307] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.605258] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.607337] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.609375] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.613122] acpiphp: Slot [3] registered\n[ 0.614608] acpiphp: Slot [4] registered\n[ 0.616102] acpiphp: Slot [5] registered\n[ 0.617608] acpiphp: Slot [6] registered\n[ 0.619078] acpiphp: Slot [7] registered\n[ 0.620545] acpiphp: Slot [8] registered\n[ 0.622024] acpiphp: Slot [9] registered\n[ 0.623500] acpiphp: Slot [10] registered\n[ 0.624988] acpiphp: Slot [11] registered\n[ 0.626493] acpiphp: Slot [12] registered\n[ 0.628006] acpiphp: Slot [13] registered\n[ 0.629498] acpiphp: Slot [14] registered\n[ 0.630990] acpiphp: Slot [15] registered\n[ 0.632499] acpiphp: Slot [16] registered\n[ 0.633993] acpiphp: Slot [17] registered\n[ 0.635485] acpiphp: Slot [18] registered\n[ 0.636987] acpiphp: Slot [19] registered\n[ 0.638521] acpiphp: Slot [20] registered\n[ 0.640034] acpiphp: Slot [21] registered\n[ 0.641527] acpiphp: Slot [22] registered\n[ 0.643039] acpiphp: Slot [23] registered\n[ 0.644553] acpiphp: Slot [24] registered\n[ 0.646072] acpiphp: Slot [25] registered\n[ 0.647565] acpiphp: Slot [26] registered\n[ 0.649075] acpiphp: Slot [27] registered\n[ 0.650603] acpiphp: Slot [28] registered\n[ 0.652094] acpiphp: Slot [29] registered\n[ 0.653600] acpiphp: Slot [30] registered\n[ 0.655110] acpiphp: Slot [31] registered\n[ 0.656602] PCI host bridge to bus 0000:00\n[ 0.658101] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.659897] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.661955] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.663993] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.666755] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\n[ 0.669503] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window]\n[ 0.674965] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.677178] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.679242] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.681363] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.685540] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.688260] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.712275] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.714884] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.717262] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.719642] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.721975] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.724172] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.726427] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.729318] vgaarb: loaded\n[ 0.730548] vgaarb: bridge control possible 0000:00:02.0\n[ 0.732527] SCSI subsystem initialized\n[ 0.734011] ACPI: bus type USB registered\n[ 0.735521] usbcore: registered new interface driver usbfs\n[ 0.737338] usbcore: registered new interface driver hub\n[ 0.739144] usbcore: registered new device driver usb\n[ 0.741072] PCI: Using ACPI for IRQ routing\n[ 0.742999] NetLabel: Initializing\n[ 0.744374] NetLabel: domain hash size = 128\n[ 0.745936] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.747669] NetLabel: unlabeled traffic allowed by default\n[ 0.749602] Switched to clocksource kvm-clock\n[ 0.759433] pnp: PnP ACPI init\n[ 0.760754] ACPI: bus type PNP registered\n[ 0.762678] pnp: PnP ACPI: found 5 devices\n[ 0.764173] ACPI: bus type PNP unregistered\n[ 0.771883] NET: Registered protocol family 2\n[ 0.773819] TCP established hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.776791] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)\n[ 0.779239] TCP: Hash tables configured (established 32768 bind 32768)\n[ 0.781355] TCP: reno registered\n[ 0.782684] UDP hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.784631] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.786704] NET: Registered protocol family 1\n[ 0.788282] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.790170] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.792028] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.812566] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.833082] Unpacking initramfs...\n[ 1.316427] Freeing initrd memory: 37508k freed\n[ 1.326144] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)\n[ 1.328224] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff]\n[ 1.331992] sha1_ssse3: Using AVX2 optimized SHA-1 implementation\n[ 1.333987] sha256_ssse3: Using AVX2 optimized SHA-256 implementation\n[ 1.336221] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 1.338172] Initialise system trusted keyring\n[ 1.339755] audit: initializing netlink socket (disabled)\n[ 1.341536] type=2000 audit(1534364080.385:1): initialized\n[ 1.358810] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.360796] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.363620] zpool: loaded\n[ 1.364849] zbud: loaded\n[ 1.366208] VFS: Disk quotas dquot_6.5.2\n[ 1.367705] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.369857] msgmni has been set to 7578\n[ 1.371355] Key type big_key registered\n[ 1.373537] NET: Registered protocol family 38\n[ 1.375126] Key type asymmetric registered\n[ 1.376623] Asymmetric key parser 'x509' registered\n[ 1.378288] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)\n[ 1.381096] io scheduler noop registered\n[ 1.382578] io scheduler deadline registered (default)\n[ 1.398225] io scheduler cfq registered\n[ 1.399762] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.401581] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.403713] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.406438] ACPI: Power Button [PWRF]\n[ 1.407986] GHES: HEST is not enabled!\n[ 1.409501] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled\n[ 1.433679] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A\n[ 1.436006] Non-volatile memory driver v1.3\n[ 1.437557] Linux agpgart interface v0.103\n[ 1.439197] crash memory driver: version 1.1\n[ 1.440798] rdac: device handler registered\n[ 1.442364] hp_sw: device handler registered\n[ 1.443914] emc: device handler registered\n[ 1.445412] alua: device handler registered\n[ 1.446949] libphy: Fixed MDIO Bus: probed\n[ 1.448521] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.450526] ehci-pci: EHCI PCI platform driver\n[ 1.452093] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.454024] ohci-pci: OHCI PCI platform driver\n[ 1.455598] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.476052] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.477868] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.480628] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.482367] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.484288] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.486325] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.489022] usb usb1: Product: UHCI Host Controller\n[ 1.490674] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd\n[ 1.492776] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.494495] hub 1-0:1.0: USB hub found\n[ 1.495922] hub 1-0:1.0: 2 ports detected\n[ 1.497527] usbcore: registered new interface driver usbserial\n[ 1.499386] usbcore: registered new interface driver usbserial_generic\n[ 1.501417] usbserial: USB Serial support registered for generic\n[ 1.503319] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.506906] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.508582] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.510352] mousedev: PS/2 mouse device common for all mice\n[ 1.512523] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.516081] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2\n[ 1.519102] rtc_cmos 00:00: RTC can wake from S4\n[ 1.521015] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.521281] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.525984] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.528054] cpuidle: using governor menu\n[ 1.529583] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.531409] usbcore: registered new interface driver usbhid\n[ 1.533182] usbhid: USB HID core driver\n[ 1.534634] drop_monitor: Initializing network drop monitor service\n[ 1.536617] TCP: cubic registered\n[ 1.537941] Initializing XFRM netlink socket\n[ 1.539527] NET: Registered protocol family 10\n[ 1.541425] NET: Registered protocol family 17\n[ 1.543376] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.545233] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.547351] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.550831] Loading compiled-in X.509 certificates\n[ 1.552707] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717'\n[ 1.556295] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b'\n[ 1.560369] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106'\n[ 1.563997] registered taskstats version 1\n[ 1.567655] Key type trusted registered\n[ 1.570619] Key type encrypted registered\n[ 1.573492] IMA: No TPM chip found, activating TPM-bypass!\n[ 1.576031] rtc_cmos 00:00: setting system clock to 2018-08-15 20:14:40 UTC (1534364080)\n[ 1.580008] Freeing unused kernel memory: 1680k freed\n[ 1.585670] 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.591212] systemd[1]: Detected virtualization kvm.\n[ 1.592900] systemd[1]: Detected architecture x86-64.\n[ 1.594616] systemd[1]: Running in initial RAM disk.\n\nWelcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m!\n\n[ 1.597784] systemd[1]: No hostname configured.\n[ 1.599378] systemd[1]: Set hostname to .\n[ 1.601114] systemd[1]: Initializing machine ID from KVM UUID.\n[[32m OK [0m] Reached target Timers.\n[ 1.624709] systemd[1]: Reached target Timers.\n[ 1.626316] systemd[1]: Starting Timers.\n[ 1.627834] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.\n[ 1.630707] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.\n[[32m OK [0m] Reached target Paths.\n[ 1.634534] systemd[1]: Reached target Paths.\n[ 1.636109] systemd[1]: Starting Paths.\n[[32m OK [0m] Reached target Local File Systems.\n[ 1.638669] systemd[1]: Reached target Local File Systems.\n[ 1.640481] systemd[1]: Starting Local File Systems.\n[[32m OK [0m] Created slice Root Slice.\n[ 1.643224] systemd[1]: Created slice Root Slice.\n[ 1.644868] systemd[1]: Starting Root Slice.\n[[32m OK [0m] Created slice System Slice.\n[ 1.647521] systemd[1]: Created slice System Slice.\n[ 1.649233] systemd[1]: Starting System Slice.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[ 1.651903] systemd[1]: Listening on udev Kernel Socket.\n[ 1.653686] systemd[1]: Starting udev Kernel Socket.\n[[32m OK [0m] Listening on udev Control Socket.\n[ 1.656463] systemd[1]: Listening on udev Control Socket.\n[ 1.658253] systemd[1]: Starting udev Control Socket.\n[[32m OK [0m] Reached target Slices.\n[ 1.660906] systemd[1]: Reached target Slices.\n[ 1.662492] systemd[1]: Starting Slices.\n[[32m OK [0m] Reached target Swap.\n[ 1.665262] systemd[1]: Reached target Swap.\n[ 1.666810] systemd[1]: Starting Swap.\n[[32m OK [0m] Listening on Journal Socket.\n[ 1.669273] systemd[1]: Listening on Journal Socket.\n[ 1.670966] systemd[1]: Starting Journal Socket.\n[ 1.672983] systemd[1]: Starting dracut cmdline hook...\n Starting dracut cmdline hook...\n[[32m OK [0m] Reached target Sockets.\n[ 1.676734] systemd[1]: Reached target Sockets.\n[ 1.678329] systemd[1]: Starting Sockets.\n[ 1.680250] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 1.683130] systemd[1]: Starting Apply Kernel Variables...\n Starting Apply Kernel Variables...\n[ 1.686127] 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] Started Apply Kernel Variables.\n[ 1.692122] systemd[1]: Started Apply Kernel Variables.\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[ 1.699330] systemd[1]: Started Create list of required static device nodes for the current kernel.\n[[32m OK [0m] Started Journal Service.\n[ 1.703455] 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.750154] RPC: Registered named UNIX socket transport module.\n[ 1.752374] RPC: Registered udp transport module.\n[ 1.754214] RPC: Registered tcp transport module.\n[ 1.756080] RPC: Registered tcp NFSv4.1 backchannel transport module.\n[ 1.798624] usb 1-1: new full-speed USB device number 2 using uhci_hcd\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] Started udev Coldplug all Devices.\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 Starting dracut initqueue hook...\n[ 1.850911] scsi host0: ata_piix\n[ 1.859481] FDC 0 is a S82078B\n[ 1.862624] scsi host1: ata_piix\n[ 1.864374] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.866406] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.888527] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.929539] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.936113] vda: vda1\n[ 1.951192] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.953242] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.955338] usb 1-1: Product: QEMU USB Tablet\n[ 1.956911] usb 1-1: Manufacturer: QEMU\n[ 1.958365] usb 1-1: SerialNumber: 42\n[ 1.968357] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4\n[ 1.971720] 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] 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[[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[ 2.057347] SGI XFS with ACLs, security attributes, no debug enabled\n[ 2.060553] XFS (vda1): Mounting V4 Filesystem\n[ 2.085368] 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 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 Slices.\n[[32m OK [0m] Stopped target Paths.\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 dracut initqueue hook.\n Stopping dracut initqueue hook...\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.319454] systemd-journald[109]: Received SIGTERM from PID 1 (systemd).\n[ 2.332650] tsc: Refined TSC clocksource calibration: 3491.843 MHz\n[ 2.432153] SELinux: Disabled at runtime.\n[ 2.468613] type=1404 audit(1534364081.392:2): selinux=0 auid=4294967295 ses=4294967295\n[ 2.613817] ip_tables: (C) 2000-2006 Netfilter Core Team\n[ 2.615750] 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] Created slice system-getty.slice.\n Mounting NFSD configuration filesystem...\n[[32m OK [0m] Stopped target Switch Root.\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] Listening on /dev/initctl Compatibility Named Pipe.\n[[32m OK [0m] Listening on Delayed Shutdown Socket.\n Mounting Huge Pages File System...\n[[32m OK [0m] Created slice system-selinux\\x2dpol...grate\\x2dlocal\\x2dchanges.slice.\n Mounting Debug File System...\n[[32m OK [0m] Stopped File System Check on Root Device.\n Stopping File System Check on Root Device...\n Starting Setup Virtual Console...\n[[32m OK [0m] Reached target Swap.\n[[32m OK [0m] Listening on udev Control Socket.\n[[32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[[32m OK [0m] Stopped target Initrd File Systems.\n Starting Create list of required st... nodes for the current kernel...\n Mounting POSIX Message Queue File System...\n[[32m OK [0m] Reached target Encrypted Volumes.\n[[32m OK [0m] Stopped Journal Service.\n Starting Journal Service...\n Starting Remount Root and Kernel File Systems...\n[[32m OK [0m] Created slice User and Session Slice.\n[[32m OK [0m] Reached target Slices.\n Starting Apply Kernel Variables...\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[[32m OK [0m] Started Remount Root and Kernel File Systems.\n[[32m OK [0m] Started Apply Kernel Variables.\n Starting Load/Save Random Seed...\n Starting Rebuild Hardware Database...\n Starting Configure read-only root support...\n Starting Create Static Device Nodes in /dev...\n[[32m OK [0m] Started Load/Save Random Seed.\n[[32m OK [0m] Started Journal Service.\n Starting Flush Journal to Persistent Storage...\n[ 3.113290] Installing knfsd (copyright (C) 1996 okir@monad.spwb.de).\n[[32m OK [0m] Started Configure read-only root support.\n[[32m OK [0m] Mounted NFSD configuration filesystem.\n[ 3.133763] systemd-journald[395]: Received request to flush runtime journal from PID 1\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 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 Flush Journal to Persistent Storage.\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 udev Kernel Device Manager.\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[ 3.241821] type=1305 audit(1534364082.165: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 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] Listening on D-Bus System Message Bus Socket.\n[[32m OK [0m] Reached target Paths.\n[[32m OK [0m] Listening on RPCbind Server Activation Socket.\n[[32m OK [0m] Reached target Sockets.\n[ 3.432017] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0\n[[32m OK [0m] Reached target Timers.\n[[32m OK [0m] Reached target Basic System.\n[[32m OK [0m] Started D-Bus System Message Bus.\n[ 3.453150] [drm] Initialized drm 1.1.0 20060810\n[ 3.456678] input: PC Speaker as /devices/platform/pcspkr/input/input5\n[ 3.469399] ppdev: user-space parallel port driver\n[ 3.474411] [TTM] Zone kernel: Available graphics memory: 1940960 kiB\n[ 3.476471] [TTM] Initializing pool allocator\n[ 3.478081] [TTM] Initializing DMA pool allocator\n[ 3.478375] [drm] fb mappable at 0xFC000000\n[ 3.478376] [drm] vram aper at 0xFC000000\n[ 3.478376] [drm] size 33554432\n[ 3.478377] [drm] fb depth is 24\n[ 3.478377] [drm] pitch is 3072\n[ 3.526542] fbcon: cirrusdrmfb (fb0) is primary device\n[ 3.550170] Console: switching to colour frame buffer device 128x48\n[ 3.564720] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device\n Starting D-Bus System Message Bus...\n[[32m OK [0m] Started irqbalance daemon.\n[ 3.569207] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0\n Starting irqbalance daemon...\n Starting GSSAPI Proxy Daemon...\n Starting Login Service...\n Starting Initial cloud-init job (pre-networking)...\n Starting Dump dmesg to /var/log/dmesg...\n Starting Authorization Manager...\n Starting NTP client/server...\n Starting LSB: Bring up/down networking...\n[[32m OK [0m] Found device /dev/ttyS0.\n[[32m OK [0m] Started Login Service.\n[[32m OK [0m] Started Dump dmesg to /var/log/dmesg.\n[[32m OK [0m] Started GSSAPI Proxy Daemon.\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[[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[ 3.685367] AES CTR mode by8 optimization enabled\n[[32m OK [0m] Started NTP client/server.\n[ 3.690029] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)\n[ 3.695881] alg: No test for crc32 (crc32-pclmul)\n[ 3.713335] intel_rapl: no valid rapl domains found in package 0\n[ 3.721433] intel_rapl: no valid rapl domains found in package 0\n[ 3.735941] intel_powerclamp: No package C-state available\n[ 3.740564] intel_powerclamp: No package C-state available[[32m OK [0m] Started Authorization Manager.\n[ 3.797791] cloud-init[497]: Cloud-init v. 0.7.5 running 'init-local' at Wed, 15 Aug 2018 20:14:43 +0000. Up 3.76 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 nginx - high performance web server...\n Starting Notify NFS peers of a restart...\n Starting Dynamic System Tuning Daemon...\n Starting Postfix Mail Transport Agent...\n Starting System Logging Service...\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 Stage Service.\n Starting Cloudify Stage Service...\n Starting Crash recovery kernel arming...\n[[32m OK [0m] Started Cloudify REST Service.\n Starting Cloudify REST Service...\n[[32m OK [0m] Started InfluxDB Service.\n Starting InfluxDB Service...\n Starting RabbitMQ Service...\n Starting LSB: Starts Logstash as a daemon....\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] Mounted Arbitrary Executable File Formats File System.\n[[32m OK [0m] Started LSB: Starts Logstash as a daemon..\n[[32m OK [0m] Started LSB: Supports the direct execution of binary formats..\n[[32m OK [0m] Started nginx - high performance web server.\n[ 5.896716] cloud-init[798]: Cloud-init v. 0.7.5 running 'init' at Wed, 15 Aug 2018 20:14:45 +0000. Up 5.85 seconds.\n[[32m OK [0m] Created slice user-993.slice.\n[ 5.907997] cloud-init[798]: ci-info: +++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++\n[ 5.910944] cloud-init[798]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 5.917300] cloud-init[798]: ci-info: | Device | Up | Address | Mask | Hw-Address |\n[ 5.921696] cloud-init[798]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 5.924453] cloud-init[798]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . |\n[ 5.942175] cloud-init[798]: ci-info: | eth0: | True | 192.168.120.10 | 255.255.255.0 | fa:16:3e:7b:5b:5c |\n[ 5.948602] cloud-init[798]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 5.955759] cloud-init[798]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\n[ 5.961997] cloud-init[798]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 5.969200] cloud-init[798]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 5.978292] cloud-init[798]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 5.988196] cloud-init[798]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG |\n[ 5.993893] cloud-init[798]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | eth0 | UGH |\n[ 5.996146] cloud-init[798]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\n[ 5.999519] cloud-init[798]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[[32m OK [0m] Started Dynamic System Tuning Daemon.\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: y"} 2018-08-15 20:15:31,215 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/78d984cf-2142-4f36-8e29-36c2ea803b41/action used request id req-2141773f-7caa-4b06-905d-d8ee970cbff1 2018-08-15 20:15:31,215 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0777578353882s 2018-08-15 20:15:31,216 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/78d984cf-2142-4f36-8e29-36c2ea803b41/action used request id req-2141773f-7caa-4b06-905d-d8ee970cbff1 2018-08-15 20:15:31,217 - 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 1937890426 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.430009] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912) [ 0.433035] pid_max: default: 32768 minimum: 301 [ 0.434679] Security Framework initialized [ 0.436194] SELinux: Initializing. [ 0.437867] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.444580] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.448628] Mount-cache hash table entries: 4096 [ 0.450555] Initializing cgroup subsys memory [ 0.452147] Initializing cgroup subsys devices [ 0.453738] Initializing cgroup subsys freezer [ 0.455303] Initializing cgroup subsys net_cls [ 0.456880] Initializing cgroup subsys blkio [ 0.458416] Initializing cgroup subsys perf_event [ 0.460037] Initializing cgroup subsys hugetlb [ 0.461635] Initializing cgroup subsys pids [ 0.463165] Initializing cgroup subsys net_prio [ 0.464857] CPU: Physical Processor ID: 0 [ 0.467057] mce: CPU supports 10 MCE banks [ 0.468601] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.470349] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.472090] tlb_flushall_shift: 6 [ 0.473647] Freeing SMP alternatives: 28k freed [ 0.477921] ACPI: Core revision 20130517 [ 0.479845] ACPI: All ACPI Tables successfully acquired [ 0.481822] ftrace: allocating 25812 entries in 101 pages [ 0.504438] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.506477] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.508499] smpboot: Max logical packages: 2 [ 0.510313] Enabling x2apic [ 0.511553] Enabled x2apic [ 0.513068] Switched APIC routing to physical x2apic. [ 0.516140] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.518141] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.521714] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.529968] KVM setup paravirtual spinlock [ 0.532829] smpboot: Booting Node 0, Processors #1 OK [ 0.534982] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock [ 0.556982] Brought up 2 CPUs [ 0.556985] KVM setup async PF for cpu 1 [ 0.556988] kvm-stealtime: cpu 1, msr 13fd0f3c0 [ 0.561300] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.564162] devtmpfs: initialized [ 0.566933] EVM: security.selinux [ 0.568276] EVM: security.ima [ 0.569534] EVM: security.capability [ 0.571601] atomic64 test passed for x86-64 platform with CX8 and with SSE [ 0.573743] pinctrl core: initialized pinctrl subsystem [ 0.575631] NET: Registered protocol family 16 [ 0.577457] ACPI: bus type PCI registered [ 0.578955] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.581028] PCI: Using configuration type 1 for base access [ 0.586220] ACPI: Added _OSI(Module Device) [ 0.587785] ACPI: Added _OSI(Processor Device) [ 0.589341] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.590971] ACPI: Added _OSI(Processor Aggregator Device) [ 0.593836] ACPI: Interpreter enabled [ 0.595270] ACPI: (supports S0 S5) [ 0.596636] ACPI: Using IOAPIC for interrupt routing [ 0.598321] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.603307] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.605258] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.607337] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.609375] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.613122] acpiphp: Slot [3] registered [ 0.614608] acpiphp: Slot [4] registered [ 0.616102] acpiphp: Slot [5] registered [ 0.617608] acpiphp: Slot [6] registered [ 0.619078] acpiphp: Slot [7] registered [ 0.620545] acpiphp: Slot [8] registered [ 0.622024] acpiphp: Slot [9] registered [ 0.623500] acpiphp: Slot [10] registered [ 0.624988] acpiphp: Slot [11] registered [ 0.626493] acpiphp: Slot [12] registered [ 0.628006] acpiphp: Slot [13] registered [ 0.629498] acpiphp: Slot [14] registered [ 0.630990] acpiphp: Slot [15] registered [ 0.632499] acpiphp: Slot [16] registered [ 0.633993] acpiphp: Slot [17] registered [ 0.635485] acpiphp: Slot [18] registered [ 0.636987] acpiphp: Slot [19] registered [ 0.638521] acpiphp: Slot [20] registered [ 0.640034] acpiphp: Slot [21] registered [ 0.641527] acpiphp: Slot [22] registered [ 0.643039] acpiphp: Slot [23] registered [ 0.644553] acpiphp: Slot [24] registered [ 0.646072] acpiphp: Slot [25] registered [ 0.647565] acpiphp: Slot [26] registered [ 0.649075] acpiphp: Slot [27] registered [ 0.650603] acpiphp: Slot [28] registered [ 0.652094] acpiphp: Slot [29] registered [ 0.653600] acpiphp: Slot [30] registered [ 0.655110] acpiphp: Slot [31] registered [ 0.656602] PCI host bridge to bus 0000:00 [ 0.658101] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.659897] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.661955] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.663993] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.666755] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window] [ 0.669503] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window] [ 0.674965] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.677178] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.679242] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.681363] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.685540] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.688260] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.712275] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.714884] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.717262] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.719642] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.721975] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.724172] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.726427] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.729318] vgaarb: loaded [ 0.730548] vgaarb: bridge control possible 0000:00:02.0 [ 0.732527] SCSI subsystem initialized [ 0.734011] ACPI: bus type USB registered [ 0.735521] usbcore: registered new interface driver usbfs [ 0.737338] usbcore: registered new interface driver hub [ 0.739144] usbcore: registered new device driver usb [ 0.741072] PCI: Using ACPI for IRQ routing [ 0.742999] NetLabel: Initializing [ 0.744374] NetLabel: domain hash size = 128 [ 0.745936] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.747669] NetLabel: unlabeled traffic allowed by default [ 0.749602] Switched to clocksource kvm-clock [ 0.759433] pnp: PnP ACPI init [ 0.760754] ACPI: bus type PNP registered [ 0.762678] pnp: PnP ACPI: found 5 devices [ 0.764173] ACPI: bus type PNP unregistered [ 0.771883] NET: Registered protocol family 2 [ 0.773819] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 0.776791] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 0.779239] TCP: Hash tables configured (established 32768 bind 32768) [ 0.781355] TCP: reno registered [ 0.782684] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.784631] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.786704] NET: Registered protocol family 1 [ 0.788282] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.790170] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.792028] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.812566] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.833082] Unpacking initramfs... [ 1.316427] Freeing initrd memory: 37508k freed [ 1.326144] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.328224] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff] [ 1.331992] sha1_ssse3: Using AVX2 optimized SHA-1 implementation [ 1.333987] sha256_ssse3: Using AVX2 optimized SHA-256 implementation [ 1.336221] futex hash table entries: 512 (order: 3, 32768 bytes) [ 1.338172] Initialise system trusted keyring [ 1.339755] audit: initializing netlink socket (disabled) [ 1.341536] type=2000 audit(1534364080.385:1): initialized [ 1.358810] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.360796] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.363620] zpool: loaded [ 1.364849] zbud: loaded [ 1.366208] VFS: Disk quotas dquot_6.5.2 [ 1.367705] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.369857] msgmni has been set to 7578 [ 1.371355] Key type big_key registered [ 1.373537] NET: Registered protocol family 38 [ 1.375126] Key type asymmetric registered [ 1.376623] Asymmetric key parser 'x509' registered [ 1.378288] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 1.381096] io scheduler noop registered [ 1.382578] io scheduler deadline registered (default) [ 1.398225] io scheduler cfq registered [ 1.399762] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.401581] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.403713] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.406438] ACPI: Power Button [PWRF] [ 1.407986] GHES: HEST is not enabled! [ 1.409501] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.433679] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.436006] Non-volatile memory driver v1.3 [ 1.437557] Linux agpgart interface v0.103 [ 1.439197] crash memory driver: version 1.1 [ 1.440798] rdac: device handler registered [ 1.442364] hp_sw: device handler registered [ 1.443914] emc: device handler registered [ 1.445412] alua: device handler registered [ 1.446949] libphy: Fixed MDIO Bus: probed [ 1.448521] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.450526] ehci-pci: EHCI PCI platform driver [ 1.452093] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.454024] ohci-pci: OHCI PCI platform driver [ 1.455598] uhci_hcd: USB Universal Host Controller Interface driver [ 1.476052] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.477868] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.480628] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.482367] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.484288] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.486325] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.489022] usb usb1: Product: UHCI Host Controller [ 1.490674] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd [ 1.492776] usb usb1: SerialNumber: 0000:00:01.2 [ 1.494495] hub 1-0:1.0: USB hub found [ 1.495922] hub 1-0:1.0: 2 ports detected [ 1.497527] usbcore: registered new interface driver usbserial [ 1.499386] usbcore: registered new interface driver usbserial_generic [ 1.501417] usbserial: USB Serial support registered for generic [ 1.503319] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.506906] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.508582] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.510352] mousedev: PS/2 mouse device common for all mice [ 1.512523] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.516081] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2 [ 1.519102] rtc_cmos 00:00: RTC can wake from S4 [ 1.521015] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.521281] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.525984] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.528054] cpuidle: using governor menu [ 1.529583] hidraw: raw HID events driver (C) Jiri Kosina [ 1.531409] usbcore: registered new interface driver usbhid [ 1.533182] usbhid: USB HID core driver [ 1.534634] drop_monitor: Initializing network drop monitor service [ 1.536617] TCP: cubic registered [ 1.537941] Initializing XFRM netlink socket [ 1.539527] NET: Registered protocol family 10 [ 1.541425] NET: Registered protocol family 17 [ 1.543376] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 1.545233] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 1.547351] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 1.550831] Loading compiled-in X.509 certificates [ 1.552707] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717' [ 1.556295] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b' [ 1.560369] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106' [ 1.563997] registered taskstats version 1 [ 1.567655] Key type trusted registered [ 1.570619] Key type encrypted registered [ 1.573492] IMA: No TPM chip found, activating TPM-bypass! [ 1.576031] rtc_cmos 00:00: setting system clock to 2018-08-15 20:14:40 UTC (1534364080) [ 1.580008] Freeing unused kernel memory: 1680k freed [ 1.585670] 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.591212] systemd[1]: Detected virtualization kvm. [ 1.592900] systemd[1]: Detected architecture x86-64. [ 1.594616] systemd[1]: Running in initial RAM disk. Welcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m! [ 1.597784] systemd[1]: No hostname configured. [ 1.599378] systemd[1]: Set hostname to . [ 1.601114] systemd[1]: Initializing machine ID from KVM UUID. [[32m OK [0m] Reached target Timers. [ 1.624709] systemd[1]: Reached target Timers. [ 1.626316] systemd[1]: Starting Timers. [ 1.627834] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 1.630707] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch. [[32m OK [0m] Reached target Paths. [ 1.634534] systemd[1]: Reached target Paths. [ 1.636109] systemd[1]: Starting Paths. [[32m OK [0m] Reached target Local File Systems. [ 1.638669] systemd[1]: Reached target Local File Systems. [ 1.640481] systemd[1]: Starting Local File Systems. [[32m OK [0m] Created slice Root Slice. [ 1.643224] systemd[1]: Created slice Root Slice. [ 1.644868] systemd[1]: Starting Root Slice. [[32m OK [0m] Created slice System Slice. [ 1.647521] systemd[1]: Created slice System Slice. [ 1.649233] systemd[1]: Starting System Slice. [[32m OK [0m] Listening on udev Kernel Socket. [ 1.651903] systemd[1]: Listening on udev Kernel Socket. [ 1.653686] systemd[1]: Starting udev Kernel Socket. [[32m OK [0m] Listening on udev Control Socket. [ 1.656463] systemd[1]: Listening on udev Control Socket. [ 1.658253] systemd[1]: Starting udev Control Socket. [[32m OK [0m] Reached target Slices. [ 1.660906] systemd[1]: Reached target Slices. [ 1.662492] systemd[1]: Starting Slices. [[32m OK [0m] Reached target Swap. [ 1.665262] systemd[1]: Reached target Swap. [ 1.666810] systemd[1]: Starting Swap. [[32m OK [0m] Listening on Journal Socket. [ 1.669273] systemd[1]: Listening on Journal Socket. [ 1.670966] systemd[1]: Starting Journal Socket. [ 1.672983] systemd[1]: Starting dracut cmdline hook... Starting dracut cmdline hook... [[32m OK [0m] Reached target Sockets. [ 1.676734] systemd[1]: Reached target Sockets. [ 1.678329] systemd[1]: Starting Sockets. [ 1.680250] systemd[1]: Starting Journal Service... Starting Journal Service... [ 1.683130] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables... [ 1.686127] 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] Started Apply Kernel Variables. [ 1.692122] systemd[1]: Started Apply Kernel Variables. [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [ 1.699330] systemd[1]: Started Create list of required static device nodes for the current kernel. [[32m OK [0m] Started Journal Service. [ 1.703455] 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.750154] RPC: Registered named UNIX socket transport module. [ 1.752374] RPC: Registered udp transport module. [ 1.754214] RPC: Registered tcp transport module. [ 1.756080] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 1.798624] usb 1-1: new full-speed USB device number 2 using uhci_hcd [[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] Started udev Coldplug all Devices. [[32m OK [0m] Mounted Configuration File System. [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target Basic System. Starting dracut initqueue hook... [ 1.850911] scsi host0: ata_piix [ 1.859481] FDC 0 is a S82078B [ 1.862624] scsi host1: ata_piix [ 1.864374] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.866406] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.888527] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.929539] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.936113] vda: vda1 [ 1.951192] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.953242] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.955338] usb 1-1: Product: QEMU USB Tablet [ 1.956911] usb 1-1: Manufacturer: QEMU [ 1.958365] usb 1-1: SerialNumber: 42 [ 1.968357] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4 [ 1.971720] 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] 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. [[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. [ 2.057347] SGI XFS with ACLs, security attributes, no debug enabled [ 2.060553] XFS (vda1): Mounting V4 Filesystem [ 2.085368] 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 target Initrd Default Target. [[32m OK [0m] Stopped target Basic System. [[32m OK [0m] Stopped target Sockets. [[32m OK [0m] Stopped target Slices. [[32m OK [0m] Stopped target Paths. [[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 dracut initqueue hook. Stopping dracut initqueue hook... [[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.319454] systemd-journald[109]: Received SIGTERM from PID 1 (systemd). [ 2.332650] tsc: Refined TSC clocksource calibration: 3491.843 MHz [ 2.432153] SELinux: Disabled at runtime. [ 2.468613] type=1404 audit(1534364081.392:2): selinux=0 auid=4294967295 ses=4294967295 [ 2.613817] ip_tables: (C) 2000-2006 Netfilter Core Team [ 2.615750] systemd[1]: Inserted module 'ip_tables' Welcome to [0;31mCentOS Linux 7 (Core)[0m! [[32m OK [0m] Stopped Switch Root. [[32m OK [0m] Created slice system-getty.slice. Mounting NFSD configuration filesystem... [[32m OK [0m] Stopped target Switch Root. [[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] Listening on /dev/initctl Compatibility Named Pipe. [[32m OK [0m] Listening on Delayed Shutdown Socket. Mounting Huge Pages File System... [[32m OK [0m] Created slice system-selinux\x2dpol...grate\x2dlocal\x2dchanges.slice. Mounting Debug File System... [[32m OK [0m] Stopped File System Check on Root Device. Stopping File System Check on Root Device... Starting Setup Virtual Console... [[32m OK [0m] Reached target Swap. [[32m OK [0m] Listening on udev Control Socket. [[32m OK [0m] Created slice system-serial\x2dgetty.slice. [[32m OK [0m] Listening on udev Kernel Socket. [[32m OK [0m] Stopped target Initrd File Systems. Starting Create list of required st... nodes for the current kernel... Mounting POSIX Message Queue File System... [[32m OK [0m] Reached target Encrypted Volumes. [[32m OK [0m] Stopped Journal Service. Starting Journal Service... Starting Remount Root and Kernel File Systems... [[32m OK [0m] Created slice User and Session Slice. [[32m OK [0m] Reached target Slices. Starting Apply Kernel Variables... [[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. [[32m OK [0m] Started Remount Root and Kernel File Systems. [[32m OK [0m] Started Apply Kernel Variables. Starting Load/Save Random Seed... Starting Rebuild Hardware Database... Starting Configure read-only root support... Starting Create Static Device Nodes in /dev... [[32m OK [0m] Started Load/Save Random Seed. [[32m OK [0m] Started Journal Service. Starting Flush Journal to Persistent Storage... [ 3.113290] Installing knfsd (copyright (C) 1996 okir@monad.spwb.de). [[32m OK [0m] Started Configure read-only root support. [[32m OK [0m] Mounted NFSD configuration filesystem. [ 3.133763] systemd-journald[395]: Received request to flush runtime journal from PID 1 [[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 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 Flush Journal to Persistent Storage. [[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 udev Kernel Device Manager. [[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... [ 3.241821] type=1305 audit(1534364082.165: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 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] Listening on D-Bus System Message Bus Socket. [[32m OK [0m] Reached target Paths. [[32m OK [0m] Listening on RPCbind Server Activation Socket. [[32m OK [0m] Reached target Sockets. [ 3.432017] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0 [[32m OK [0m] Reached target Timers. [[32m OK [0m] Reached target Basic System. [[32m OK [0m] Started D-Bus System Message Bus. [ 3.453150] [drm] Initialized drm 1.1.0 20060810 [ 3.456678] input: PC Speaker as /devices/platform/pcspkr/input/input5 [ 3.469399] ppdev: user-space parallel port driver [ 3.474411] [TTM] Zone kernel: Available graphics memory: 1940960 kiB [ 3.476471] [TTM] Initializing pool allocator [ 3.478081] [TTM] Initializing DMA pool allocator [ 3.478375] [drm] fb mappable at 0xFC000000 [ 3.478376] [drm] vram aper at 0xFC000000 [ 3.478376] [drm] size 33554432 [ 3.478377] [drm] fb depth is 24 [ 3.478377] [drm] pitch is 3072 [ 3.526542] fbcon: cirrusdrmfb (fb0) is primary device [ 3.550170] Console: switching to colour frame buffer device 128x48 [ 3.564720] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device Starting D-Bus System Message Bus... [[32m OK [0m] Started irqbalance daemon. [ 3.569207] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0 Starting irqbalance daemon... Starting GSSAPI Proxy Daemon... Starting Login Service... Starting Initial cloud-init job (pre-networking)... Starting Dump dmesg to /var/log/dmesg... Starting Authorization Manager... Starting NTP client/server... Starting LSB: Bring up/down networking... [[32m OK [0m] Found device /dev/ttyS0. [[32m OK [0m] Started Login Service. [[32m OK [0m] Started Dump dmesg to /var/log/dmesg. [[32m OK [0m] Started GSSAPI Proxy Daemon. [[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. [[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. [ 3.685367] AES CTR mode by8 optimization enabled [[32m OK [0m] Started NTP client/server. [ 3.690029] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni) [ 3.695881] alg: No test for crc32 (crc32-pclmul) [ 3.713335] intel_rapl: no valid rapl domains found in package 0 [ 3.721433] intel_rapl: no valid rapl domains found in package 0 [ 3.735941] intel_powerclamp: No package C-state available [ 3.740564] intel_powerclamp: No package C-state available[[32m OK [0m] Started Authorization Manager. [ 3.797791] cloud-init[497]: Cloud-init v. 0.7.5 running 'init-local' at Wed, 15 Aug 2018 20:14:43 +0000. Up 3.76 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 nginx - high performance web server... Starting Notify NFS peers of a restart... Starting Dynamic System Tuning Daemon... Starting Postfix Mail Transport Agent... Starting System Logging Service... [[32m OK [0m] Reached target Network is Online. 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 Cloudify REST Service. Starting Cloudify REST Service... [[32m OK [0m] Started InfluxDB Service. Starting InfluxDB Service... Starting RabbitMQ Service... Starting LSB: Starts Logstash as a daemon.... [[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] Mounted Arbitrary Executable File Formats File System. [[32m OK [0m] Started LSB: Starts Logstash as a daemon.. [[32m OK [0m] Started LSB: Supports the direct execution of binary formats.. [[32m OK [0m] Started nginx - high performance web server. [ 5.896716] cloud-init[798]: Cloud-init v. 0.7.5 running 'init' at Wed, 15 Aug 2018 20:14:45 +0000. Up 5.85 seconds. [[32m OK [0m] Created slice user-993.slice. [ 5.907997] cloud-init[798]: ci-info: +++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++ [ 5.910944] cloud-init[798]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 5.917300] cloud-init[798]: ci-info: | Device | Up | Address | Mask | Hw-Address | [ 5.921696] cloud-init[798]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 5.924453] cloud-init[798]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . | [ 5.942175] cloud-init[798]: ci-info: | eth0: | True | 192.168.120.10 | 255.255.255.0 | fa:16:3e:7b:5b:5c | [ 5.948602] cloud-init[798]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 5.955759] cloud-init[798]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ [ 5.961997] cloud-init[798]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 5.969200] cloud-init[798]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | [ 5.978292] cloud-init[798]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 5.988196] cloud-init[798]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG | [ 5.993893] cloud-init[798]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | eth0 | UGH | [ 5.996146] cloud-init[798]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | [ 5.999519] cloud-init[798]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [[32m OK [0m] Started Dynamic System Tuning Daemon. [[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: y 2018-08-15 20:15:31,220 - paramiko.transport - DEBUG - starting thread (client mode): 0xee6c3490L 2018-08-15 20:15:31,220 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-15 20:15:31,226 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1 2018-08-15 20:15:31,227 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1) 2018-08-15 20:15:31,229 - 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-15 20:15:31,229 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-15 20:15:31,229 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-15 20:15:31,229 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-15 20:15:31,229 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-15 20:15:31,229 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-15 20:15:31,234 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-15 20:15:31,235 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-15 20:15:31,236 - paramiko.transport - DEBUG - Trying discovered key b8edf1ad20c4c185b79e8ffca704a528 in /tmp/tmpxz0Er6 2018-08-15 20:15:31,275 - paramiko.transport - DEBUG - userauth is OK 2018-08-15 20:15:41,294 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-15 20:15:41,316 - cloudify.rest_client.http - DEBUG - Setting `Authorization` header: * 2018-08-15 20:15:41,316 - cloudify.rest_client.http - DEBUG - Setting `Tenant` header: default_tenant 2018-08-15 20:15:41,317 - functest.core.cloudify - INFO - Attemps running status of the Manager 2018-08-15 20:15:41,317 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/status 2018-08-15 20:15:41,503 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-15 20:15:41,503 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-15 20:15:41,503 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-15 20:15:41,503 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-15 20:15:41,503 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-15 20:15:41,503 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-15 20:15:41,503 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-15 20:15:41,503 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "running", "services": [{"instances": [{"LoadState": "loaded", "Description": "InfluxDB Service", "state": "running", "MainPID": 826, "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": 7997, "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": 865, "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": 812, "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": 866, "Id": "nginx.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Webserver"}]} 2018-08-15 20:15:41,504 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-15 20:15:41,504 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 15 Aug 2018 20:15:40 GMT 2018-08-15 20:15:41,504 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-15 20:15:41,504 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2378 2018-08-15 20:15:41,504 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-15 20:15:41,504 - functest.core.cloudify - DEBUG - status {u'status': u'running', u'services': [{u'instances': [{u'LoadState': u'loaded', u'Description': u'InfluxDB Service', u'MainPID': 826, 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': 7997, 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': 865, 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': 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': 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': 866, u'state': u'running', u'Id': u'nginx.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Webserver'}]} 2018-08-15 20:15:41,505 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/status 2018-08-15 20:15:41,635 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-15 20:15:41,635 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-15 20:15:41,635 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-15 20:15:41,635 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-15 20:15:41,635 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-15 20:15:41,635 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-15 20:15:41,636 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-15 20:15:41,636 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "running", "services": [{"instances": [{"LoadState": "loaded", "Description": "InfluxDB Service", "state": "running", "MainPID": 826, "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": 7997, "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": 865, "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": 812, "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": 866, "Id": "nginx.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Webserver"}]} 2018-08-15 20:15:41,636 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-15 20:15:41,636 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 15 Aug 2018 20:15:41 GMT 2018-08-15 20:15:41,636 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-15 20:15:41,636 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2378 2018-08-15 20:15:41,636 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-15 20:15:41,637 - functest.core.cloudify - INFO - The current manager status is running 2018-08-15 20:15:41,637 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.204:80/api/v3/secrets/foo; body: {"update_if_exists": false, "visibility": "tenant", "value": "bar"} 2018-08-15 20:15:41,703 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-15 20:15:41,703 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-15 20:15:41,703 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-15 20:15:41,703 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-15 20:15:41,703 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-15 20:15:41,703 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-15 20:15:41,703 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-15 20:15:41,703 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 67 2018-08-15 20:15:41,704 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-08-15T20:15:41.136Z", "updated_at": "2018-08-15T20:15:41.136Z", "created_by": "admin", "private_resource": false, "value": "bar", "key": "foo"} 2018-08-15 20:15:41,704 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-15 20:15:41,704 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 15 Aug 2018 20:15:41 GMT 2018-08-15 20:15:41,704 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-15 20:15:41,704 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 197 2018-08-15 20:15:41,704 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-15 20:15:41,704 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.204:80/api/v3/secrets 2018-08-15 20:15:41,753 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-15 20:15:41,753 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-15 20:15:41,753 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-15 20:15:41,753 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-15 20:15:41,753 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-15 20:15:41,753 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-15 20:15:41,753 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-15 20:15:41,754 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"permission": null, "tenant_name": "default_tenant", "created_at": "2018-08-15T20:15:41.136Z", "updated_at": "2018-08-15T20:15:41.136Z", "created_by": "admin", "key": "foo"}], "metadata": {"pagination": {"total": 1, "offset": 0, "size": 0}}} 2018-08-15 20:15:41,754 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-15 20:15:41,754 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 15 Aug 2018 20:15:41 GMT 2018-08-15 20:15:41,754 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-15 20:15:41,754 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 253 2018-08-15 20:15:41,754 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-15 20:15:41,754 - functest.core.cloudify - DEBUG - List secrets: 2018-08-15 20:15:41,755 - cloudify.rest_client.http - DEBUG - Sending request: DELETE http://172.30.9.204:80/api/v3/secrets/foo 2018-08-15 20:15:41,803 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-15 20:15:41,803 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-15 20:15:41,803 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-15 20:15:41,803 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-15 20:15:41,803 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-15 20:15:41,804 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-15 20:15:41,804 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-15 20:15:41,804 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 0 2018-08-15 20:15:41,804 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-08-15T20:15:41.136Z", "updated_at": "2018-08-15T20:15:41.136Z", "created_by": "admin", "private_resource": false, "value": "bar", "key": "foo"} 2018-08-15 20:15:41,804 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-15 20:15:41,804 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 15 Aug 2018 20:15:41 GMT 2018-08-15 20:15:41,804 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-15 20:15:41,804 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 197 2018-08-15 20:15:41,804 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-15 20:15:41,805 - functest.core.cloudify - INFO - Secrets API successfully reached 2018-08-15 20:15:41,805 - functest.core.cloudify - INFO - Cloudify Manager is up and running 2018-08-15 20:15:41,927 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-15 20:15:41,927 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | cloudify | functest | 04:60 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-15 20:15:41,935 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-15 20:15:41,935 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/floatingips/4ea42efc-fd74-4698-8269-ed1c6fb2c7e6.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5251d3adfd7707680aed544c79922583be11f6d1" 2018-08-15 20:15:43,170 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-7ed5f491-7310-4189-a4a2-3244a0a0a514 Content-Length: 0 Date: Wed, 15 Aug 2018 20:15:43 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-15 20:15:43,170 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/floatingips/4ea42efc-fd74-4698-8269-ed1c6fb2c7e6.json used request id req-7ed5f491-7310-4189-a4a2-3244a0a0a514 2018-08-15 20:15:43,170 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 1.23521089554s 2018-08-15 20:15:43,170 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/floatingips/4ea42efc-fd74-4698-8269-ed1c6fb2c7e6.json used request id req-7ed5f491-7310-4189-a4a2-3244a0a0a514 2018-08-15 20:15:43,175 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-15 20:15:43,176 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5251d3adfd7707680aed544c79922583be11f6d1" 2018-08-15 20:15:43,222 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-00d1cce3-a1d6-41ea-bbdb-a7840a52c628 Date: Wed, 15 Aug 2018 20:15:43 GMT RESP BODY: {"floatingips": []} 2018-08-15 20:15:43,222 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-00d1cce3-a1d6-41ea-bbdb-a7840a52c628 2018-08-15 20:15:43,223 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0470299720764s 2018-08-15 20:15:43,223 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-00d1cce3-a1d6-41ea-bbdb-a7840a52c628 2018-08-15 20:15:43,224 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-15 20:15:43,227 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/servers/78d984cf-2142-4f36-8e29-36c2ea803b41 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5251d3adfd7707680aed544c79922583be11f6d1" 2018-08-15 20:15:43,366 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 15 Aug 2018 20:15:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-3215ead1-37f2-456f-8069-5575cb4e8823 x-compute-request-id: req-3215ead1-37f2-456f-8069-5575cb4e8823 Content-Type: application/json 2018-08-15 20:15:43,366 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/servers/78d984cf-2142-4f36-8e29-36c2ea803b41 used request id req-3215ead1-37f2-456f-8069-5575cb4e8823 2018-08-15 20:15:43,366 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.142441987991s 2018-08-15 20:15:43,366 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/servers/78d984cf-2142-4f36-8e29-36c2ea803b41 used request id req-3215ead1-37f2-456f-8069-5575cb4e8823 2018-08-15 20:15:43,367 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:15:43,369 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5251d3adfd7707680aed544c79922583be11f6d1" 2018-08-15 20:15:43,794 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:15:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9a6630ac-cb56-4260-b3b0-e0e3990e5e7e x-compute-request-id: req-9a6630ac-cb56-4260-b3b0-e0e3990e5e7e Content-Encoding: gzip Content-Length: 766 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"cloudify-net_953759b1-b60f-4be9-b61c-b438c5b3c5e2": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7b:5b:5c", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7b:5b:5c", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/78d984cf-2142-4f36-8e29-36c2ea803b41", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/78d984cf-2142-4f36-8e29-36c2ea803b41", "rel": "bookmark"}], "image": {"id": "af37bea3-f448-45b0-9e35-03eea33911d2", "links": [{"href": "http://172.30.9.27:8774/images/af37bea3-f448-45b0-9e35-03eea33911d2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:14:37.000000", "flavor": {"id": "b7421eb0-3d5b-4e9c-898c-9ebbd714979d", "links": [{"href": "http://172.30.9.27:8774/flavors/b7421eb0-3d5b-4e9c-898c-9ebbd714979d", "rel": "bookmark"}]}, "id": "78d984cf-2142-4f36-8e29-36c2ea803b41", "security_groups": [{"name": "cloudify-sg_953759b1-b60f-4be9-b61c-b438c5b3c5e2"}], "user_id": "82b63cd4f2254481bb6058c2929854a4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:15:43Z", "hostId": "003939214126ba7bbb2e03b72cb6458161f18a533a3ca80e9d1892f6", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_953759b1-b60f-4be9-b61c-b438c5b3c5e2", "name": "cloudify-vm_953759b1-b60f-4be9-b61c-b438c5b3c5e2", "created": "2018-08-15T20:12:26Z", "tenant_id": "56d23d475b1940009ec8c0a045979522", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:15:43,794 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-9a6630ac-cb56-4260-b3b0-e0e3990e5e7e 2018-08-15 20:15:43,794 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.427335977554s 2018-08-15 20:15:43,795 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-9a6630ac-cb56-4260-b3b0-e0e3990e5e7e 2018-08-15 20:15:43,796 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 20:15:45,799 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:15:45,801 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5251d3adfd7707680aed544c79922583be11f6d1" 2018-08-15 20:15:45,869 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:15:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-2b161ad1-fd0b-4569-b543-aaf564dd3ebe x-compute-request-id: req-2b161ad1-fd0b-4569-b543-aaf564dd3ebe Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-15 20:15:45,869 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-2b161ad1-fd0b-4569-b543-aaf564dd3ebe 2018-08-15 20:15:45,869 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0703201293945s 2018-08-15 20:15:45,869 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-2b161ad1-fd0b-4569-b543-aaf564dd3ebe 2018-08-15 20:15:45,873 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-15 20:15:45,874 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5251d3adfd7707680aed544c79922583be11f6d1" 2018-08-15 20:15:45,972 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 6825 X-Openstack-Request-Id: req-72ec8e92-f4c5-4670-9683-bd5dfc9e0406 Date: Wed, 15 Aug 2018 20:15:45 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "56d23d475b1940009ec8c0a045979522", "created_at": "2018-08-15T20:10:42Z", "updated_at": "2018-08-15T20:10:42Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T20:10:42Z", "revision_number": 0, "id": "1831dc1c-3775-46f2-8bb8-a86670d35d63", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T20:10:42Z", "security_group_id": "237d663c-5f1b-4cbc-a241-0db155438744", "tenant_id": "56d23d475b1940009ec8c0a045979522", "port_range_min": null, "ethertype": "IPv6", "project_id": "56d23d475b1940009ec8c0a045979522"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T20:10:42Z", "revision_number": 0, "id": "843220c4-46cf-4af9-bd0a-e19b7cf51a15", "remote_group_id": "237d663c-5f1b-4cbc-a241-0db155438744", "remote_ip_prefix": null, "created_at": "2018-08-15T20:10:42Z", "security_group_id": "237d663c-5f1b-4cbc-a241-0db155438744", "tenant_id": "56d23d475b1940009ec8c0a045979522", "port_range_min": null, "ethertype": "IPv4", "project_id": "56d23d475b1940009ec8c0a045979522"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T20:10:42Z", "revision_number": 0, "id": "a20f48aa-33b7-4266-b19d-6d43b01f33da", "remote_group_id": "237d663c-5f1b-4cbc-a241-0db155438744", "remote_ip_prefix": null, "created_at": "2018-08-15T20:10:42Z", "security_group_id": "237d663c-5f1b-4cbc-a241-0db155438744", "tenant_id": "56d23d475b1940009ec8c0a045979522", "port_range_min": null, "ethertype": "IPv6", "project_id": "56d23d475b1940009ec8c0a045979522"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T20:10:42Z", "revision_number": 0, "id": "faba408c-7eca-4458-877b-2a4c60a6c8bb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T20:10:42Z", "security_group_id": "237d663c-5f1b-4cbc-a241-0db155438744", "tenant_id": "56d23d475b1940009ec8c0a045979522", "port_range_min": null, "ethertype": "IPv4", "project_id": "56d23d475b1940009ec8c0a045979522"}], "revision_number": 1, "project_id": "56d23d475b1940009ec8c0a045979522", "id": "237d663c-5f1b-4cbc-a241-0db155438744", "name": "default"}, {"description": "created by OPNFV Functest (cloudify)", "tags": [], "tenant_id": "56d23d475b1940009ec8c0a045979522", "created_at": "2018-08-15T20:12:22Z", "updated_at": "2018-08-15T20:12:23Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-08-15T20:12:23Z", "revision_number": 0, "id": "08cd4a4c-83bd-47d7-94a4-6ee6655060bf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T20:12:23Z", "security_group_id": "6405e70a-cd99-4ac5-8282-79be53bef291", "tenant_id": "56d23d475b1940009ec8c0a045979522", "port_range_min": 443, "ethertype": "IPv4", "project_id": "56d23d475b1940009ec8c0a045979522"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5671, "updated_at": "2018-08-15T20:12:23Z", "revision_number": 0, "id": "64b3f636-097f-4a7f-9910-02c06e823c02", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T20:12:23Z", "security_group_id": "6405e70a-cd99-4ac5-8282-79be53bef291", "tenant_id": "56d23d475b1940009ec8c0a045979522", "port_range_min": 5671, "ethertype": "IPv4", "project_id": "56d23d475b1940009ec8c0a045979522"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T20:12:22Z", "revision_number": 0, "id": "7075fdb7-e63d-4550-a7ef-cb4333660707", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T20:12:22Z", "security_group_id": "6405e70a-cd99-4ac5-8282-79be53bef291", "tenant_id": "56d23d475b1940009ec8c0a045979522", "port_range_min": null, "ethertype": "IPv4", "project_id": "56d23d475b1940009ec8c0a045979522"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T20:12:22Z", "revision_number": 0, "id": "9a333f5b-95d1-4942-9192-9c84b08caf39", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T20:12:22Z", "security_group_id": "6405e70a-cd99-4ac5-8282-79be53bef291", "tenant_id": "56d23d475b1940009ec8c0a045979522", "port_range_min": null, "ethertype": "IPv6", "project_id": "56d23d475b1940009ec8c0a045979522"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-15T20:12:22Z", "revision_number": 0, "id": "b7487286-2e8d-400d-855c-51efb3143c0c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T20:12:22Z", "security_group_id": "6405e70a-cd99-4ac5-8282-79be53bef291", "tenant_id": "56d23d475b1940009ec8c0a045979522", "port_range_min": 22, "ethertype": "IPv4", "project_id": "56d23d475b1940009ec8c0a045979522"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-15T20:12:23Z", "revision_number": 0, "id": "bbdcc6c8-835c-41a1-9187-27dfccf57923", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T20:12:23Z", "security_group_id": "6405e70a-cd99-4ac5-8282-79be53bef291", "tenant_id": "56d23d475b1940009ec8c0a045979522", "port_range_min": null, "ethertype": "IPv4", "project_id": "56d23d475b1940009ec8c0a045979522"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-15T20:12:23Z", "revision_number": 0, "id": "d11d799e-befe-4dc2-a91b-4ef3e9e2c7b1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T20:12:23Z", "security_group_id": "6405e70a-cd99-4ac5-8282-79be53bef291", "tenant_id": "56d23d475b1940009ec8c0a045979522", "port_range_min": 80, "ethertype": "IPv4", "project_id": "56d23d475b1940009ec8c0a045979522"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 53333, "updated_at": "2018-08-15T20:12:23Z", "revision_number": 0, "id": "f9b06922-ab05-4b35-8972-06cbf8352899", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T20:12:23Z", "security_group_id": "6405e70a-cd99-4ac5-8282-79be53bef291", "tenant_id": "56d23d475b1940009ec8c0a045979522", "port_range_min": 53333, "ethertype": "IPv4", "project_id": "56d23d475b1940009ec8c0a045979522"}], "revision_number": 7, "project_id": "56d23d475b1940009ec8c0a045979522", "id": "6405e70a-cd99-4ac5-8282-79be53bef291", "name": "cloudify-sg_953759b1-b60f-4be9-b61c-b438c5b3c5e2"}]} 2018-08-15 20:15:45,972 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-72ec8e92-f4c5-4670-9683-bd5dfc9e0406 2018-08-15 20:15:45,973 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0993149280548s 2018-08-15 20:15:45,973 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-72ec8e92-f4c5-4670-9683-bd5dfc9e0406 2018-08-15 20:15:45,976 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-08-15 20:15:45,976 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/security-groups/6405e70a-cd99-4ac5-8282-79be53bef291.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5251d3adfd7707680aed544c79922583be11f6d1" 2018-08-15 20:15:46,225 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-305ddde3-a745-4436-a1e0-a75a3156025f Content-Length: 0 Date: Wed, 15 Aug 2018 20:15:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-15 20:15:46,225 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/6405e70a-cd99-4ac5-8282-79be53bef291.json used request id req-305ddde3-a745-4436-a1e0-a75a3156025f 2018-08-15 20:15:46,225 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.249263048172s 2018-08-15 20:15:46,226 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/6405e70a-cd99-4ac5-8282-79be53bef291.json used request id req-305ddde3-a745-4436-a1e0-a75a3156025f 2018-08-15 20:15:46,226 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-08-15 20:15:46,229 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/os-keypairs/cloudify-kp_953759b1-b60f-4be9-b61c-b438c5b3c5e2 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5251d3adfd7707680aed544c79922583be11f6d1" 2018-08-15 20:15:46,272 - keystoneauth.session - DEBUG - RESP: [202] Date: Wed, 15 Aug 2018 20:15:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-5d3c85c0-b8f0-43e1-935e-f05050f7236e x-compute-request-id: req-5d3c85c0-b8f0-43e1-935e-f05050f7236e Content-Length: 0 Content-Type: application/json 2018-08-15 20:15:46,272 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/os-keypairs/cloudify-kp_953759b1-b60f-4be9-b61c-b438c5b3c5e2 used request id req-5d3c85c0-b8f0-43e1-935e-f05050f7236e 2018-08-15 20:15:46,273 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0464248657227s 2018-08-15 20:15:46,273 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/os-keypairs/cloudify-kp_953759b1-b60f-4be9-b61c-b438c5b3c5e2 used request id req-5d3c85c0-b8f0-43e1-935e-f05050f7236e 2018-08-15 20:15:46,273 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-15 20:15:46,274 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/d1d7769e-ecc6-4957-a97b-7794cb459137/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}5251d3adfd7707680aed544c79922583be11f6d1" -d '{"subnet_id": "942a8de9-2f9c-4c8b-a1f9-68347f64a2d6"}' 2018-08-15 20:15:48,080 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-82405059-8e45-459f-97d9-d299161537b9 Date: Wed, 15 Aug 2018 20:15:48 GMT RESP BODY: {"network_id": "424cd13e-6a62-4f18-9adc-956fd89fc147", "tenant_id": "56d23d475b1940009ec8c0a045979522", "subnet_id": "942a8de9-2f9c-4c8b-a1f9-68347f64a2d6", "subnet_ids": ["942a8de9-2f9c-4c8b-a1f9-68347f64a2d6"], "port_id": "6fddda14-661b-4637-b670-83256c0eb7cb", "id": "d1d7769e-ecc6-4957-a97b-7794cb459137"} 2018-08-15 20:15:48,080 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/d1d7769e-ecc6-4957-a97b-7794cb459137/remove_router_interface.json used request id req-82405059-8e45-459f-97d9-d299161537b9 2018-08-15 20:15:48,081 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.80721402168s 2018-08-15 20:15:48,081 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/d1d7769e-ecc6-4957-a97b-7794cb459137/remove_router_interface.json used request id req-82405059-8e45-459f-97d9-d299161537b9 returning object d1d7769e-ecc6-4957-a97b-7794cb459137 2018-08-15 20:15:48,081 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-15 20:15:48,082 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5251d3adfd7707680aed544c79922583be11f6d1" 2018-08-15 20:15:48,201 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-77205b35-caf2-4667-9a21-0ff6701442a2 Date: Wed, 15 Aug 2018 20:15:48 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "fc8ca119-27ab-4070-99fa-a2993d11ee48", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "3ef75223-733d-425d-bb3e-88e8a796bebc", "ip_address": "172.30.9.203"}]}, "description": "", "tags": [], "tenant_id": "56d23d475b1940009ec8c0a045979522", "created_at": "2018-08-15T20:10:43Z", "admin_state_up": true, "updated_at": "2018-08-15T20:15:47Z", "revision_number": 4, "routes": [], "project_id": "56d23d475b1940009ec8c0a045979522", "id": "d1d7769e-ecc6-4957-a97b-7794cb459137", "name": "cloudify-router_953759b1-b60f-4be9-b61c-b438c5b3c5e2"}]} 2018-08-15 20:15:48,201 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-77205b35-caf2-4667-9a21-0ff6701442a2 2018-08-15 20:15:48,201 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.119822978973s 2018-08-15 20:15:48,202 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-77205b35-caf2-4667-9a21-0ff6701442a2 2018-08-15 20:15:48,203 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-15 20:15:48,204 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/routers/d1d7769e-ecc6-4957-a97b-7794cb459137.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5251d3adfd7707680aed544c79922583be11f6d1" 2018-08-15 20:15:49,627 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-730891b6-0564-4157-9524-fe643724fc86 Content-Length: 0 Date: Wed, 15 Aug 2018 20:15:49 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-15 20:15:49,627 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/d1d7769e-ecc6-4957-a97b-7794cb459137.json used request id req-730891b6-0564-4157-9524-fe643724fc86 2018-08-15 20:15:49,627 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.42367291451s 2018-08-15 20:15:49,627 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/d1d7769e-ecc6-4957-a97b-7794cb459137.json used request id req-730891b6-0564-4157-9524-fe643724fc86 2018-08-15 20:15:49,628 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-15 20:15:49,628 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5251d3adfd7707680aed544c79922583be11f6d1" 2018-08-15 20:15:49,675 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-a60c052c-0bef-4161-93fb-eb97abdf871e Date: Wed, 15 Aug 2018 20:15:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"424cd13e-6a62-4f18-9adc-956fd89fc147","tenant_id":"56d23d475b1940009ec8c0a045979522","created_at":"2018-08-15T20:10:43Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-15T20:10:43Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"56d23d475b1940009ec8c0a045979522","id":"942a8de9-2f9c-4c8b-a1f9-68347f64a2d6","subnetpool_id":null,"name":"cloudify-subnet_953759b1-b60f-4be9-b61c-b438c5b3c5e2"}]} 2018-08-15 20:15:49,675 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-a60c052c-0bef-4161-93fb-eb97abdf871e 2018-08-15 20:15:49,675 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0472319126129s 2018-08-15 20:15:49,675 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-a60c052c-0bef-4161-93fb-eb97abdf871e 2018-08-15 20:15:49,677 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-15 20:15:49,677 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/subnets/942a8de9-2f9c-4c8b-a1f9-68347f64a2d6.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5251d3adfd7707680aed544c79922583be11f6d1" 2018-08-15 20:15:50,955 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-33d5834c-07ce-4f38-bd9b-40a2401f8e89 Date: Wed, 15 Aug 2018 20:15:50 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-15 20:15:50,955 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/942a8de9-2f9c-4c8b-a1f9-68347f64a2d6.json used request id req-33d5834c-07ce-4f38-bd9b-40a2401f8e89 2018-08-15 20:15:50,955 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 1.27844500542s 2018-08-15 20:15:50,955 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/942a8de9-2f9c-4c8b-a1f9-68347f64a2d6.json used request id req-33d5834c-07ce-4f38-bd9b-40a2401f8e89 2018-08-15 20:15:50,956 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-15 20:15:50,956 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5251d3adfd7707680aed544c79922583be11f6d1" 2018-08-15 20:15:51,050 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1152 X-Openstack-Request-Id: req-9d414a8d-4c89-48a3-abcf-512e0ac17475 Date: Wed, 15 Aug 2018 20:15:51 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-15T20:15:50Z","tenant_id":"56d23d475b1940009ec8c0a045979522","created_at":"2018-08-15T20:10:42Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"56d23d475b1940009ec8c0a045979522","id":"424cd13e-6a62-4f18-9adc-956fd89fc147","name":"cloudify-net_953759b1-b60f-4be9-b61c-b438c5b3c5e2"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["3ef75223-733d-425d-bb3e-88e8a796bebc"],"updated_at":"2018-08-15T17:41:36Z","tenant_id":"d2c267e1fee9461ba5e64a915b9518f5","created_at":"2018-08-15T17:16:26Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"d2c267e1fee9461ba5e64a915b9518f5","id":"fc8ca119-27ab-4070-99fa-a2993d11ee48","name":"external"}]} 2018-08-15 20:15:51,050 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-9d414a8d-4c89-48a3-abcf-512e0ac17475 2018-08-15 20:15:51,050 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0943510532379s 2018-08-15 20:15:51,051 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-9d414a8d-4c89-48a3-abcf-512e0ac17475 2018-08-15 20:15:51,052 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-15 20:15:51,052 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/networks/424cd13e-6a62-4f18-9adc-956fd89fc147.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5251d3adfd7707680aed544c79922583be11f6d1" 2018-08-15 20:15:52,897 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ffc6142e-9686-4e64-afa3-cf7860cddd7f Date: Wed, 15 Aug 2018 20:15:52 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-15 20:15:52,897 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/424cd13e-6a62-4f18-9adc-956fd89fc147.json used request id req-ffc6142e-9686-4e64-afa3-cf7860cddd7f 2018-08-15 20:15:52,897 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.84540390968s 2018-08-15 20:15:52,898 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/424cd13e-6a62-4f18-9adc-956fd89fc147.json used request id req-ffc6142e-9686-4e64-afa3-cf7860cddd7f 2018-08-15 20:15:52,902 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-15 20:15:52,906 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5251d3adfd7707680aed544c79922583be11f6d1" 2018-08-15 20:15:53,182 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-9d1157f0-422f-41a2-932f-6de7320b6f40 Date: Wed, 15 Aug 2018 20:15:53 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-15T20:12:21Z", "file": "/v2/images/af37bea3-f448-45b0-9e35-03eea33911d2/file", "owner": "56d23d475b1940009ec8c0a045979522", "id": "af37bea3-f448-45b0-9e35-03eea33911d2", "size": 4373348352, "self": "/v2/images/af37bea3-f448-45b0-9e35-03eea33911d2", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/af37bea3-f448-45b0-9e35-03eea33911d2/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "locations": [{"url": "rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/af37bea3-f448-45b0-9e35-03eea33911d2/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cloudify-img_953759b1-b60f-4be9-b61c-b438c5b3c5e2", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify-img_953759b1-b60f-4be9-b61c-b438c5b3c5e2", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-08-15T20:11:20Z", "os_hidden": false, "protected": false, "os_hash_value": "faa3b93f58a3a060092d8b73ed7dff4db788b7ba9f82a679e84462fcef54c0bf7feb5c08de6f9523de4f3ec4dcb084e02454ec94619fb84802ac5a0277ea1a5d"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-15 20:15:53,183 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-9d1157f0-422f-41a2-932f-6de7320b6f40 2018-08-15 20:15:53,183 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.280869960785s 2018-08-15 20:15:53,183 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-9d1157f0-422f-41a2-932f-6de7320b6f40 2018-08-15 20:15:53,185 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-15 20:15:53,188 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9292/v2/images/af37bea3-f448-45b0-9e35-03eea33911d2 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5251d3adfd7707680aed544c79922583be11f6d1" 2018-08-15 20:15:53,981 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-cac4e803-e8d6-4d59-9ae2-6220cbde88ad Date: Wed, 15 Aug 2018 20:15: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-15 20:15:53,981 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/af37bea3-f448-45b0-9e35-03eea33911d2 used request id req-cac4e803-e8d6-4d59-9ae2-6220cbde88ad 2018-08-15 20:15:53,981 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.796583175659s 2018-08-15 20:15:53,982 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/af37bea3-f448-45b0-9e35-03eea33911d2 used request id req-cac4e803-e8d6-4d59-9ae2-6220cbde88ad 2018-08-15 20:15:53,982 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-15 20:15:53,985 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}694f65bf7ca219fddddb59d70fdf707cd8900483" 2018-08-15 20:15:54,005 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:15:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3e0c27fb-c798-4c39-954f-992fa1e06d34 x-compute-request-id: req-3e0c27fb-c798-4c39-954f-992fa1e06d34 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cloudify-flavor_953759b1-b60f-4be9-b61c-b438c5b3c5e2", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/b7421eb0-3d5b-4e9c-898c-9ebbd714979d", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/b7421eb0-3d5b-4e9c-898c-9ebbd714979d", "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": "b7421eb0-3d5b-4e9c-898c-9ebbd714979d"}]} 2018-08-15 20:15:54,005 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-3e0c27fb-c798-4c39-954f-992fa1e06d34 2018-08-15 20:15:54,005 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0230460166931s 2018-08-15 20:15:54,006 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-3e0c27fb-c798-4c39-954f-992fa1e06d34 2018-08-15 20:15:54,007 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-15 20:15:54,009 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/flavors/b7421eb0-3d5b-4e9c-898c-9ebbd714979d -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}694f65bf7ca219fddddb59d70fdf707cd8900483" 2018-08-15 20:15:54,052 - keystoneauth.session - DEBUG - RESP: [202] Date: Wed, 15 Aug 2018 20:15:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-47c6f888-01e0-46d3-886d-1efeebdb3f01 x-compute-request-id: req-47c6f888-01e0-46d3-886d-1efeebdb3f01 Content-Length: 0 Content-Type: application/json 2018-08-15 20:15:54,053 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/b7421eb0-3d5b-4e9c-898c-9ebbd714979d used request id req-47c6f888-01e0-46d3-886d-1efeebdb3f01 2018-08-15 20:15:54,053 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0456218719482s 2018-08-15 20:15:54,053 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/b7421eb0-3d5b-4e9c-898c-9ebbd714979d used request id req-47c6f888-01e0-46d3-886d-1efeebdb3f01 2018-08-15 20:15:54,053 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-15 20:15:54,057 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}694f65bf7ca219fddddb59d70fdf707cd8900483" 2018-08-15 20:15:54,261 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:15:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0094a72b-6b2c-4880-8fe4-dceca4975982 Content-Encoding: gzip Content-Length: 836 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/033f0039d025473a84de241284491a58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "033f0039d025473a84de241284491a58", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/2422d0f285314705b46615565d3917fe"}, "domain_id": "e4bd2a4e6bb349a78f956295c49df949", "enabled": true, "options": {}, "id": "2422d0f285314705b46615565d3917fe", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/2cc8b8ad456045c2a30e4360994a4487"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2cc8b8ad456045c2a30e4360994a4487", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/3c466aad8ead4318838e33dd234eb81d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3c466aad8ead4318838e33dd234eb81d", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/56e811cfd4b242068dd78826118576f4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "56e811cfd4b242068dd78826118576f4", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6fad7e5ef0254b2a9cdb215018bcab91"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6fad7e5ef0254b2a9cdb215018bcab91", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.27:5000/v3/users/7d91ea49860f4c2a8deabf649cf4ed37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d91ea49860f4c2a8deabf649cf4ed37", "email": "panko@localhost", "password_expires_at": null}, {"name": "cloudify-user_953759b1-b60f-4be9-b61c-b438c5b3c5e2", "links": {"self": "http://172.30.9.27:5000/v3/users/82b63cd4f2254481bb6058c2929854a4"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "82b63cd4f2254481bb6058c2929854a4", "domain_id": "default", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/8f968cf4475249f6abf2422d6dd7425f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8f968cf4475249f6abf2422d6dd7425f", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/9482390a0722494f8852b9f0e2b9de56"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9482390a0722494f8852b9f0e2b9de56", "email": "admin@example.com", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.27:5000/v3/users/a36076122cea45c6b3e4aa67c4ca811d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a36076122cea45c6b3e4aa67c4ca811d", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/acda52409b024c95bc0facaa98dbc356"}, "domain_id": "default", "enabled": true, "options": {}, "id": "acda52409b024c95bc0facaa98dbc356", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/b193f8790ad94e46993d7eb01f623f51"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b193f8790ad94e46993d7eb01f623f51", "email": "cinder@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/dba024f1937f490cae2e437356a668d7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dba024f1937f490cae2e437356a668d7", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/e6d2649e935e4b8db8107d76bfb30c3a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e6d2649e935e4b8db8107d76bfb30c3a", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-08-15 20:15:54,261 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-0094a72b-6b2c-4880-8fe4-dceca4975982 2018-08-15 20:15:54,262 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.207993030548s 2018-08-15 20:15:54,262 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-0094a72b-6b2c-4880-8fe4-dceca4975982 2018-08-15 20:15:54,268 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-15 20:15:54,271 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/users/82b63cd4f2254481bb6058c2929854a4 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}694f65bf7ca219fddddb59d70fdf707cd8900483" 2018-08-15 20:15:54,450 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:15:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a31b321b-5b26-4c80-b48b-f9b4ad1e292a Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"user": {"name": "cloudify-user_953759b1-b60f-4be9-b61c-b438c5b3c5e2", "links": {"self": "http://172.30.9.27:5000/v3/users/82b63cd4f2254481bb6058c2929854a4"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "82b63cd4f2254481bb6058c2929854a4", "description": null}} 2018-08-15 20:15:54,450 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/82b63cd4f2254481bb6058c2929854a4 used request id req-a31b321b-5b26-4c80-b48b-f9b4ad1e292a 2018-08-15 20:15:54,450 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.18191409111s 2018-08-15 20:15:54,450 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/82b63cd4f2254481bb6058c2929854a4 used request id req-a31b321b-5b26-4c80-b48b-f9b4ad1e292a 2018-08-15 20:15:54,451 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-15 20:15:54,454 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/users/82b63cd4f2254481bb6058c2929854a4 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}694f65bf7ca219fddddb59d70fdf707cd8900483" 2018-08-15 20:15:54,749 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 15 Aug 2018 20:15:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9bf9166c-d3b3-4acb-b908-21bbdc3fd74a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-15 20:15:54,749 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/82b63cd4f2254481bb6058c2929854a4 used request id req-9bf9166c-d3b3-4acb-b908-21bbdc3fd74a 2018-08-15 20:15:54,749 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.298433065414s 2018-08-15 20:15:54,750 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/82b63cd4f2254481bb6058c2929854a4 used request id req-9bf9166c-d3b3-4acb-b908-21bbdc3fd74a 2018-08-15 20:15:54,758 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-15 20:15:54,760 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}694f65bf7ca219fddddb59d70fdf707cd8900483" 2018-08-15 20:15:54,946 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:15:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4470fe45-35e5-4ff3-96e1-de57c9ed7506 Content-Encoding: gzip Content-Length: 383 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: cloudify", "links": {"self": "http://172.30.9.27:5000/v3/projects/56d23d475b1940009ec8c0a045979522"}, "tags": [], "enabled": true, "id": "56d23d475b1940009ec8c0a045979522", "parent_id": "default", "domain_id": "default", "name": "cloudify-project_953759b1-b60f-4be9-b61c-b438c5b3c5e2"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/a3688ea3a7924e1e8a441a00bd79aae5"}, "tags": [], "enabled": true, "id": "a3688ea3a7924e1e8a441a00bd79aae5", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.27:5000/v3/projects/d2c267e1fee9461ba5e64a915b9518f5"}, "tags": [], "enabled": true, "id": "d2c267e1fee9461ba5e64a915b9518f5", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-08-15 20:15:54,946 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects used request id req-4470fe45-35e5-4ff3-96e1-de57c9ed7506 2018-08-15 20:15:54,946 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.188294887543s 2018-08-15 20:15:54,947 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects used request id req-4470fe45-35e5-4ff3-96e1-de57c9ed7506 2018-08-15 20:15:54,951 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-15 20:15:54,954 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/projects/56d23d475b1940009ec8c0a045979522 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}694f65bf7ca219fddddb59d70fdf707cd8900483" 2018-08-15 20:15:55,207 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 15 Aug 2018 20:15:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c6f84d55-c2e9-41a5-b9b3-a7a17d4246f1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-15 20:15:55,207 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/56d23d475b1940009ec8c0a045979522 used request id req-c6f84d55-c2e9-41a5-b9b3-a7a17d4246f1 2018-08-15 20:15:55,208 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.256525039673s 2018-08-15 20:15:55,208 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/56d23d475b1940009ec8c0a045979522 used request id req-c6f84d55-c2e9-41a5-b9b3-a7a17d4246f1 2018-08-15 20:15:55,236 - xtesting.ci.run_tests - INFO - Loading test case 'cloudify_ims'... 2018-08-15 20:15:55,263 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-15 20:15:55,263 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-15 20:15:55,263 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-15 20:15:55,263 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-15 20:15:55,263 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-15 20:15:55,263 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-15 20:15:55,264 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-15 20:15:55,264 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-15 20:15:55,264 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-15 20:15:55,264 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-15 20:15:55,264 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-15 20:15:55,264 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-15 20:15:55,264 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-15 20:15:55,264 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-15 20:15:55,264 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-15 20:15:55,264 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-15 20:15:55,264 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-15 20:15:55,265 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-15 20:15:55,265 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-15 20:15:55,265 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-15 20:15:55,265 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-15 20:15:55,265 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-15 20:15:55,268 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-15 20:15:55,273 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:15:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9d302b5d-ab4c-49db-a3e0-f6511b4e09a4 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-08-15 20:15:55,273 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-9d302b5d-ab4c-49db-a3e0-f6511b4e09a4 2018-08-15 20:15:55,274 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-08-15 20:15:55,664 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "16212b6aa60a4fd1b8194c834bae86bf", "name": "member"}, {"id": "eeb4436830d24515952401292b7cfc55", "name": "reader"}, {"id": "382a39dc50214187b99e809cf7222e3c", "name": "admin"}], "expires_at": "2018-08-15T21:15:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3688ea3a7924e1e8a441a00bd79aae5", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.37:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "54e3c320cc3142e9824c171afe58d5c6"}, {"url": "http://172.30.9.27:8080/v1/AUTH_a3688ea3a7924e1e8a441a00bd79aae5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d00250537b54114937846660f377ed1"}, {"url": "http://12.0.0.37:8080/v1/AUTH_a3688ea3a7924e1e8a441a00bd79aae5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c790cb26fd2345ae9bac8a014d10a446"}], "type": "object-store", "id": "17183633b8774ff6a53da32b47c89b3c", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94631698a9884eb1bf4cb245c6f37b80"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c23f2a003e874719a2f1c41f92405a45"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e97257b46cb8440080352cd841246c5d"}], "type": "cloudformation", "id": "2dec96c2934d43bdbe2e431ef0b53392", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "287c0315393e4b22a228912ca3b004cc"}, {"url": "http://192.30.9.3:8776/v3/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62769da517ac4f44b88a6118413b8c30"}, {"url": "http://192.30.9.3:8776/v3/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c0b30400cd648249ab0a6a17cf1ebc1"}], "type": "volumev3", "id": "363b885c3f174fbfb4f17da9d41f332d", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d6cb188f65e4f77bab04c3d99f9469f"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70f7ced028794432bef835264c84489c"}, {"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77dd5cfb1dac4b31b21d705ba420c355"}], "type": "network", "id": "51b7a44223114d149d5300ae5b6d97ae", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19071864a1b848cc93bca3b1e1955c3f"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bc0345e40a36459fbc009797a6517deb"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5c7966f4757438480f39866a31a0265"}], "type": "image", "id": "5540e06daad441aa911fd4cb4d76f8d3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "68ad1d76386d437089226a0562004a39", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "03f40cbac74c4aafb48b4dd360509f6a"}, {"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18ed3fa9a0894200abaf76b71abfd912"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3d96a0aa5c344cb8ba659332ed497e85"}], "type": "identity", "id": "8096ce39bbf24c1683621ee563324790", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f60ea793ee64fc9a3d9a2d2ad889bd0"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7c9770175fc45379f2c2d142062b2c3"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e944b22c50da41179f2e29ce558807c1"}], "type": "compute", "id": "b3040d5c7e224dbca86f421bddd758e1", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5aad7caa3e6f4a35b9abdf5d46190371"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8b8b8bcfb3b40e5be77e13a4d2dda19"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d33016e2f5be49c28efb9905db488d41"}], "type": "placement", "id": "bb3127ed06e54fda901ea2348ddb72da", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "576142509dfd46c591c5e83bed8ffcc7"}, {"url": "http://192.30.9.3:8776/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cabe2973ef9144da9850a630dd2aedd5"}, {"url": "http://172.30.9.27:8776/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eb71f3f602d443c9a8605a7ff2e8aa8e"}], "type": "volume", "id": "becfeedd42e344c085611f3c7c465a3f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.3:8004/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "156b8e560e534c82a1d320da86608a19"}, {"url": "http://192.30.9.3:8004/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59154cecf6a54eb08ecc63bf95dca042"}, {"url": "http://172.30.9.27:8004/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f3aa5c8697e449f99c2cfbe2a371cab7"}], "type": "orchestration", "id": "c4334130b6d54a75804fe3f11a3b9e3e", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "39db2ebb65ae42659440fd9845949a6c"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ad23d2a65e74e3c87b1488af1f9f9ac"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d07664cbebb49149819cf7a6b20edb4"}], "type": "alarming", "id": "d878aa5c6b584d53a039f6a680fb6e8b", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e2bb44b06c0412ab74e54984b5b26b5"}, {"url": "http://192.30.9.3:8776/v2/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86bcb5a76e6c464bb4d42c969584d6f2"}, {"url": "http://172.30.9.27:8776/v2/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a391eed816af4966b335005bfe580d70"}], "type": "volumev2", "id": "e16298e148f54e96a50a134ca797deff", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b54cb5b666f74b91b0244b5332fdb3e5"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcc892608bd341e084be203695f810d1"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e980066294c34eb6866e6c4735e84a62"}], "type": "metric", "id": "f3a07a22777a4405b7eaf44da2e73e19", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.27:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1f66095afa4b74b4f26d432f5bfa55"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8dd5f30cc334148a7ed9d5ab68eee9b"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bfe7dd54acd947899871700a40dd0244"}], "type": "event", "id": "f6e223543cae4d9bad10258b0a294f12", "name": "panko"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "9482390a0722494f8852b9f0e2b9de56"}, "audit_ids": ["QervpRdoSQCjSfX0-H0Ifw"], "issued_at": "2018-08-15T20:15:55.000000Z"}} 2018-08-15 20:15:55,667 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-15 20:15:55,668 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}19cebb76d10e03fdb3b6b1f6148b1916c2e20836" 2018-08-15 20:15:55,998 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-0789cff1-168f-4cd4-a936-0a42d1e8f1fe Date: Wed, 15 Aug 2018 20:15:56 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"fc8ca119-27ab-4070-99fa-a2993d11ee48","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d2c267e1fee9461ba5e64a915b9518f5","status":"ACTIVE","subnets":["3ef75223-733d-425d-bb3e-88e8a796bebc"],"description":"","tags":[],"updated_at":"2018-08-15T17:41:36Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"d2c267e1fee9461ba5e64a915b9518f5","created_at":"2018-08-15T17:16:26Z","provider:network_type":"flat"}]} 2018-08-15 20:15:55,998 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json?router%3Aexternal=True used request id req-0789cff1-168f-4cd4-a936-0a42d1e8f1fe 2018-08-15 20:15:55,998 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.331186056137s 2018-08-15 20:15:55,999 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json?router%3Aexternal=True used request id req-0789cff1-168f-4cd4-a936-0a42d1e8f1fe 2018-08-15 20:15:56,002 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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-15 20:15:56,008 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 15 Aug 2018 20:15:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5e92f8c7-c781-4fa5-891d-6aec6a75ca33 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.27:5000/v3/", "rel": "self"}]}]}} 2018-08-15 20:15:56,008 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/ used request id req-5e92f8c7-c781-4fa5-891d-6aec6a75ca33 2018-08-15 20:15:56,009 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-15 20:15:56,012 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}19cebb76d10e03fdb3b6b1f6148b1916c2e20836" 2018-08-15 20:15:56,194 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:15:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-efca33a4-b86d-43ee-9fce-1c426806f0e2 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}, {"description": "", "links": {"self": "http://172.30.9.27:5000/v3/domains/e4bd2a4e6bb349a78f956295c49df949"}, "tags": [], "enabled": true, "id": "e4bd2a4e6bb349a78f956295c49df949", "name": "heat_stack"}], "links": {"self": "http://172.30.9.27:5000/v3/domains", "previous": null, "next": null}} 2018-08-15 20:15:56,194 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains used request id req-efca33a4-b86d-43ee-9fce-1c426806f0e2 2018-08-15 20:15:56,194 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.185523986816s 2018-08-15 20:15:56,195 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains used request id req-efca33a4-b86d-43ee-9fce-1c426806f0e2 2018-08-15 20:15:56,201 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-15 20:15:56,205 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}19cebb76d10e03fdb3b6b1f6148b1916c2e20836" -d '{"project": {"description": "Created by OPNFV Functest: cloudify_ims", "enabled": true, "domain_id": "default", "name": "cloudify_ims-project_d5fdef46-2f00-4857-be7d-99638883c979"}}' 2018-08-15 20:15:56,413 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 15 Aug 2018 20:15:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d2a1eda5-09d3-4411-9c93-dca55f69df95 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.27:5000/v3/projects/1b799198e46c4c52baa63ec1d55ae063"}, "tags": [], "enabled": true, "id": "1b799198e46c4c52baa63ec1d55ae063", "parent_id": "default", "domain_id": "default", "name": "cloudify_ims-project_d5fdef46-2f00-4857-be7d-99638883c979"}} 2018-08-15 20:15:56,413 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-d2a1eda5-09d3-4411-9c93-dca55f69df95 2018-08-15 20:15:56,413 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.211241960526s 2018-08-15 20:15:56,413 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-d2a1eda5-09d3-4411-9c93-dca55f69df95 2018-08-15 20:15:56,414 - 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'1b799198e46c4c52baa63ec1d55ae063', '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_d5fdef46-2f00-4857-be7d-99638883c979'}) 2018-08-15 20:15:56,421 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-15 20:15:56,425 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}19cebb76d10e03fdb3b6b1f6148b1916c2e20836" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "a66f4bcd-fe6c-475f-afc1-d1b3100bcd4e", "email": null, "name": "cloudify_ims-user_d5fdef46-2f00-4857-be7d-99638883c979"}}' 2018-08-15 20:15:56,911 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 15 Aug 2018 20:15:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3dec00dd-13cb-4b2d-864f-33b5b4be58aa Content-Length: 327 Content-Type: application/json RESP BODY: {"user": {"name": "cloudify_ims-user_d5fdef46-2f00-4857-be7d-99638883c979", "links": {"self": "http://172.30.9.27:5000/v3/users/539c1e769d89433db45267e6a540c4db"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "539c1e769d89433db45267e6a540c4db", "domain_id": "default", "password_expires_at": null}} 2018-08-15 20:15:56,912 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/users used request id req-3dec00dd-13cb-4b2d-864f-33b5b4be58aa 2018-08-15 20:15:56,912 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.490795850754s 2018-08-15 20:15:56,912 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/users used request id req-3dec00dd-13cb-4b2d-864f-33b5b4be58aa 2018-08-15 20:15:56,913 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'539c1e769d89433db45267e6a540c4db', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'cloudify_ims-user_d5fdef46-2f00-4857-be7d-99638883c979'}) 2018-08-15 20:15:56,916 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-15 20:15:56,920 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}19cebb76d10e03fdb3b6b1f6148b1916c2e20836" 2018-08-15 20:15:57,032 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:15:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e666034f-b7e8-481d-92cd-bf79d4ae08a6 Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "021fd4a1fb8b483eb2264cbf5b321379", "links": {"self": "http://172.30.9.27:5000/v3/roles/021fd4a1fb8b483eb2264cbf5b321379"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "16212b6aa60a4fd1b8194c834bae86bf", "links": {"self": "http://172.30.9.27:5000/v3/roles/16212b6aa60a4fd1b8194c834bae86bf"}, "name": "member"}, {"domain_id": null, "id": "1c1e1015ce2644848f1430e3bb28531b", "links": {"self": "http://172.30.9.27:5000/v3/roles/1c1e1015ce2644848f1430e3bb28531b"}, "name": "swiftoperator"}, {"domain_id": null, "id": "382a39dc50214187b99e809cf7222e3c", "links": {"self": "http://172.30.9.27:5000/v3/roles/382a39dc50214187b99e809cf7222e3c"}, "name": "admin"}, {"domain_id": null, "id": "9aed22da25b945dda36dee6e40a0785d", "links": {"self": "http://172.30.9.27:5000/v3/roles/9aed22da25b945dda36dee6e40a0785d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "eeb4436830d24515952401292b7cfc55", "links": {"self": "http://172.30.9.27:5000/v3/roles/eeb4436830d24515952401292b7cfc55"}, "name": "reader"}]} 2018-08-15 20:15:57,033 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-e666034f-b7e8-481d-92cd-bf79d4ae08a6 2018-08-15 20:15:57,033 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.116212129593s 2018-08-15 20:15:57,033 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-e666034f-b7e8-481d-92cd-bf79d4ae08a6 2018-08-15 20:15:57,038 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-15 20:15:57,041 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}19cebb76d10e03fdb3b6b1f6148b1916c2e20836" 2018-08-15 20:15:57,148 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:15:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b173ea0b-54a9-418e-a443-a324a3c41440 Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "021fd4a1fb8b483eb2264cbf5b321379", "links": {"self": "http://172.30.9.27:5000/v3/roles/021fd4a1fb8b483eb2264cbf5b321379"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "16212b6aa60a4fd1b8194c834bae86bf", "links": {"self": "http://172.30.9.27:5000/v3/roles/16212b6aa60a4fd1b8194c834bae86bf"}, "name": "member"}, {"domain_id": null, "id": "1c1e1015ce2644848f1430e3bb28531b", "links": {"self": "http://172.30.9.27:5000/v3/roles/1c1e1015ce2644848f1430e3bb28531b"}, "name": "swiftoperator"}, {"domain_id": null, "id": "382a39dc50214187b99e809cf7222e3c", "links": {"self": "http://172.30.9.27:5000/v3/roles/382a39dc50214187b99e809cf7222e3c"}, "name": "admin"}, {"domain_id": null, "id": "9aed22da25b945dda36dee6e40a0785d", "links": {"self": "http://172.30.9.27:5000/v3/roles/9aed22da25b945dda36dee6e40a0785d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "eeb4436830d24515952401292b7cfc55", "links": {"self": "http://172.30.9.27:5000/v3/roles/eeb4436830d24515952401292b7cfc55"}, "name": "reader"}]} 2018-08-15 20:15:57,148 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-b173ea0b-54a9-418e-a443-a324a3c41440 2018-08-15 20:15:57,148 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.110394954681s 2018-08-15 20:15:57,149 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-b173ea0b-54a9-418e-a443-a324a3c41440 2018-08-15 20:15:57,153 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-15 20:15:57,157 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}19cebb76d10e03fdb3b6b1f6148b1916c2e20836" 2018-08-15 20:15:57,256 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:15:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b9857be8-cdc5-4152-97fa-fa0b82152949 Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "021fd4a1fb8b483eb2264cbf5b321379", "links": {"self": "http://172.30.9.27:5000/v3/roles/021fd4a1fb8b483eb2264cbf5b321379"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "16212b6aa60a4fd1b8194c834bae86bf", "links": {"self": "http://172.30.9.27:5000/v3/roles/16212b6aa60a4fd1b8194c834bae86bf"}, "name": "member"}, {"domain_id": null, "id": "1c1e1015ce2644848f1430e3bb28531b", "links": {"self": "http://172.30.9.27:5000/v3/roles/1c1e1015ce2644848f1430e3bb28531b"}, "name": "swiftoperator"}, {"domain_id": null, "id": "382a39dc50214187b99e809cf7222e3c", "links": {"self": "http://172.30.9.27:5000/v3/roles/382a39dc50214187b99e809cf7222e3c"}, "name": "admin"}, {"domain_id": null, "id": "9aed22da25b945dda36dee6e40a0785d", "links": {"self": "http://172.30.9.27:5000/v3/roles/9aed22da25b945dda36dee6e40a0785d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "eeb4436830d24515952401292b7cfc55", "links": {"self": "http://172.30.9.27:5000/v3/roles/eeb4436830d24515952401292b7cfc55"}, "name": "reader"}]} 2018-08-15 20:15:57,256 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-b9857be8-cdc5-4152-97fa-fa0b82152949 2018-08-15 20:15:57,257 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.103177070618s 2018-08-15 20:15:57,257 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-b9857be8-cdc5-4152-97fa-fa0b82152949 2018-08-15 20:15:57,261 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-15 20:15:57,265 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}19cebb76d10e03fdb3b6b1f6148b1916c2e20836" 2018-08-15 20:15:57,442 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:15:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e4b99c6a-4a7d-4163-b7ca-b8c91dcb0305 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-15 20:15:57,442 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-e4b99c6a-4a7d-4163-b7ca-b8c91dcb0305 2018-08-15 20:15:57,442 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.180700063705s 2018-08-15 20:15:57,443 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-e4b99c6a-4a7d-4163-b7ca-b8c91dcb0305 2018-08-15 20:15:57,443 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-15 20:15:57,447 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}19cebb76d10e03fdb3b6b1f6148b1916c2e20836" 2018-08-15 20:15:57,651 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:15:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-25cebddd-ab5b-4eca-807d-464dc39f969d Content-Encoding: gzip Content-Length: 841 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/033f0039d025473a84de241284491a58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "033f0039d025473a84de241284491a58", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/2422d0f285314705b46615565d3917fe"}, "domain_id": "e4bd2a4e6bb349a78f956295c49df949", "enabled": true, "options": {}, "id": "2422d0f285314705b46615565d3917fe", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/2cc8b8ad456045c2a30e4360994a4487"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2cc8b8ad456045c2a30e4360994a4487", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/3c466aad8ead4318838e33dd234eb81d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3c466aad8ead4318838e33dd234eb81d", "email": "heat@localhost", "password_expires_at": null}, {"name": "cloudify_ims-user_d5fdef46-2f00-4857-be7d-99638883c979", "links": {"self": "http://172.30.9.27:5000/v3/users/539c1e769d89433db45267e6a540c4db"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "539c1e769d89433db45267e6a540c4db", "domain_id": "default", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/56e811cfd4b242068dd78826118576f4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "56e811cfd4b242068dd78826118576f4", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6fad7e5ef0254b2a9cdb215018bcab91"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6fad7e5ef0254b2a9cdb215018bcab91", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.27:5000/v3/users/7d91ea49860f4c2a8deabf649cf4ed37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d91ea49860f4c2a8deabf649cf4ed37", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/8f968cf4475249f6abf2422d6dd7425f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8f968cf4475249f6abf2422d6dd7425f", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/9482390a0722494f8852b9f0e2b9de56"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9482390a0722494f8852b9f0e2b9de56", "email": "admin@example.com", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.27:5000/v3/users/a36076122cea45c6b3e4aa67c4ca811d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a36076122cea45c6b3e4aa67c4ca811d", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/acda52409b024c95bc0facaa98dbc356"}, "domain_id": "default", "enabled": true, "options": {}, "id": "acda52409b024c95bc0facaa98dbc356", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/b193f8790ad94e46993d7eb01f623f51"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b193f8790ad94e46993d7eb01f623f51", "email": "cinder@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/dba024f1937f490cae2e437356a668d7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dba024f1937f490cae2e437356a668d7", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/e6d2649e935e4b8db8107d76bfb30c3a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e6d2649e935e4b8db8107d76bfb30c3a", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-08-15 20:15:57,651 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-25cebddd-ab5b-4eca-807d-464dc39f969d 2018-08-15 20:15:57,651 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.207543134689s 2018-08-15 20:15:57,652 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-25cebddd-ab5b-4eca-807d-464dc39f969d 2018-08-15 20:15:57,663 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-15 20:15:57,666 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}19cebb76d10e03fdb3b6b1f6148b1916c2e20836" 2018-08-15 20:15:57,850 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:15:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bd60e864-825f-48e2-9c0e-47ae0fbd75fa Content-Encoding: gzip Content-Length: 398 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/a3688ea3a7924e1e8a441a00bd79aae5"}, "tags": [], "enabled": true, "id": "a3688ea3a7924e1e8a441a00bd79aae5", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: cloudify_ims", "links": {"self": "http://172.30.9.27:5000/v3/projects/1b799198e46c4c52baa63ec1d55ae063"}, "tags": [], "enabled": true, "id": "1b799198e46c4c52baa63ec1d55ae063", "parent_id": "default", "domain_id": "default", "name": "cloudify_ims-project_d5fdef46-2f00-4857-be7d-99638883c979"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.27:5000/v3/projects/d2c267e1fee9461ba5e64a915b9518f5"}, "tags": [], "enabled": true, "id": "d2c267e1fee9461ba5e64a915b9518f5", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-08-15 20:15:57,850 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-bd60e864-825f-48e2-9c0e-47ae0fbd75fa 2018-08-15 20:15:57,850 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.187299013138s 2018-08-15 20:15:57,851 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-bd60e864-825f-48e2-9c0e-47ae0fbd75fa 2018-08-15 20:15:57,858 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-15 20:15:57,861 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:5000/v3/role_assignments?user.id=539c1e769d89433db45267e6a540c4db&role.id=16212b6aa60a4fd1b8194c834bae86bf&scope.project.id=1b799198e46c4c52baa63ec1d55ae063" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}19cebb76d10e03fdb3b6b1f6148b1916c2e20836" 2018-08-15 20:15:57,961 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:15:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8d2cb8bc-e09f-4649-a66e-172906c7a9ac Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.27:5000/v3/role_assignments?user.id=539c1e769d89433db45267e6a540c4db&role.id=16212b6aa60a4fd1b8194c834bae86bf&scope.project.id=1b799198e46c4c52baa63ec1d55ae063", "previous": null, "next": null}} 2018-08-15 20:15:57,962 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=539c1e769d89433db45267e6a540c4db&role.id=16212b6aa60a4fd1b8194c834bae86bf&scope.project.id=1b799198e46c4c52baa63ec1d55ae063 used request id req-8d2cb8bc-e09f-4649-a66e-172906c7a9ac 2018-08-15 20:15:57,962 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.103772163391s 2018-08-15 20:15:57,962 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=539c1e769d89433db45267e6a540c4db&role.id=16212b6aa60a4fd1b8194c834bae86bf&scope.project.id=1b799198e46c4c52baa63ec1d55ae063 used request id req-8d2cb8bc-e09f-4649-a66e-172906c7a9ac 2018-08-15 20:15:57,966 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-15 20:15:57,969 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:5000/v3/projects/1b799198e46c4c52baa63ec1d55ae063/users/539c1e769d89433db45267e6a540c4db/roles/16212b6aa60a4fd1b8194c834bae86bf -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}19cebb76d10e03fdb3b6b1f6148b1916c2e20836" 2018-08-15 20:15:58,126 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 15 Aug 2018 20:15:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6f37440a-ee24-45fc-b0b5-cb520f09dad2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-15 20:15:58,126 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/1b799198e46c4c52baa63ec1d55ae063/users/539c1e769d89433db45267e6a540c4db/roles/16212b6aa60a4fd1b8194c834bae86bf used request id req-6f37440a-ee24-45fc-b0b5-cb520f09dad2 2018-08-15 20:15:58,127 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.160914182663s 2018-08-15 20:15:58,127 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/1b799198e46c4c52baa63ec1d55ae063/users/539c1e769d89433db45267e6a540c4db/roles/16212b6aa60a4fd1b8194c834bae86bf used request id req-6f37440a-ee24-45fc-b0b5-cb520f09dad2 2018-08-15 20:15:58,127 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'cloudify_ims-project_d5fdef46-2f00-4857-be7d-99638883c979', 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'1b799198e46c4c52baa63ec1d55ae063', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': 'a66f4bcd-fe6c-475f-afc1-d1b3100bcd4e', 'username': u'cloudify_ims-user_d5fdef46-2f00-4857-be7d-99638883c979', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.27:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-08-15 20:15:58,129 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-15 20:15:58,129 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-15 20:15:58,129 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-15 20:15:58,129 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-15 20:15:58,129 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-15 20:15:58,129 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-15 20:15:58,129 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-15 20:15:58,130 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-15 20:15:58,130 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-15 20:15:58,130 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-15 20:15:58,130 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-15 20:15:58,130 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-15 20:15:58,130 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-15 20:15:58,130 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-15 20:15:58,130 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-15 20:15:58,130 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-15 20:15:58,131 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-15 20:15:58,131 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-15 20:15:58,131 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-15 20:15:58,131 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-15 20:15:58,131 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-15 20:15:58,131 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-15 20:15:58,132 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'cloudify_ims-user_d5fdef46-2f00-4857-be7d-99638883c979', 'password': 'a66f4bcd-fe6c-475f-afc1-d1b3100bcd4e', 'project_name': 'cloudify_ims-project_d5fdef46-2f00-4857-be7d-99638883c979', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.27:5000/v3', 'project_id': '1b799198e46c4c52baa63ec1d55ae063', 'project_domain_name': 'Default'} 2018-08-15 20:15:58,183 - 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-15 20:15:58,198 - xtesting.ci.run_tests - INFO - Running test case 'cloudify_ims'... 2018-08-15 20:15:58,198 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-15 20:15:58,203 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:15:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ac62a217-1dc2-485f-bb6c-9184dbee515d Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-08-15 20:15:58,204 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-ac62a217-1dc2-485f-bb6c-9184dbee515d 2018-08-15 20:15:58,204 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-08-15 20:15:58,599 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "16212b6aa60a4fd1b8194c834bae86bf", "name": "member"}, {"id": "eeb4436830d24515952401292b7cfc55", "name": "reader"}], "expires_at": "2018-08-15T21:15:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1b799198e46c4c52baa63ec1d55ae063", "name": "cloudify_ims-project_d5fdef46-2f00-4857-be7d-99638883c979"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.37:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "54e3c320cc3142e9824c171afe58d5c6"}, {"url": "http://172.30.9.27:8080/v1/AUTH_1b799198e46c4c52baa63ec1d55ae063", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d00250537b54114937846660f377ed1"}, {"url": "http://12.0.0.37:8080/v1/AUTH_1b799198e46c4c52baa63ec1d55ae063", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c790cb26fd2345ae9bac8a014d10a446"}], "type": "object-store", "id": "17183633b8774ff6a53da32b47c89b3c", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94631698a9884eb1bf4cb245c6f37b80"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c23f2a003e874719a2f1c41f92405a45"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e97257b46cb8440080352cd841246c5d"}], "type": "cloudformation", "id": "2dec96c2934d43bdbe2e431ef0b53392", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/1b799198e46c4c52baa63ec1d55ae063", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "287c0315393e4b22a228912ca3b004cc"}, {"url": "http://192.30.9.3:8776/v3/1b799198e46c4c52baa63ec1d55ae063", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62769da517ac4f44b88a6118413b8c30"}, {"url": "http://192.30.9.3:8776/v3/1b799198e46c4c52baa63ec1d55ae063", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c0b30400cd648249ab0a6a17cf1ebc1"}], "type": "volumev3", "id": "363b885c3f174fbfb4f17da9d41f332d", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d6cb188f65e4f77bab04c3d99f9469f"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70f7ced028794432bef835264c84489c"}, {"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77dd5cfb1dac4b31b21d705ba420c355"}], "type": "network", "id": "51b7a44223114d149d5300ae5b6d97ae", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19071864a1b848cc93bca3b1e1955c3f"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bc0345e40a36459fbc009797a6517deb"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5c7966f4757438480f39866a31a0265"}], "type": "image", "id": "5540e06daad441aa911fd4cb4d76f8d3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "68ad1d76386d437089226a0562004a39", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "03f40cbac74c4aafb48b4dd360509f6a"}, {"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18ed3fa9a0894200abaf76b71abfd912"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3d96a0aa5c344cb8ba659332ed497e85"}], "type": "identity", "id": "8096ce39bbf24c1683621ee563324790", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f60ea793ee64fc9a3d9a2d2ad889bd0"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7c9770175fc45379f2c2d142062b2c3"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e944b22c50da41179f2e29ce558807c1"}], "type": "compute", "id": "b3040d5c7e224dbca86f421bddd758e1", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5aad7caa3e6f4a35b9abdf5d46190371"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8b8b8bcfb3b40e5be77e13a4d2dda19"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d33016e2f5be49c28efb9905db488d41"}], "type": "placement", "id": "bb3127ed06e54fda901ea2348ddb72da", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/1b799198e46c4c52baa63ec1d55ae063", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "576142509dfd46c591c5e83bed8ffcc7"}, {"url": "http://192.30.9.3:8776/v1/1b799198e46c4c52baa63ec1d55ae063", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cabe2973ef9144da9850a630dd2aedd5"}, {"url": "http://172.30.9.27:8776/v1/1b799198e46c4c52baa63ec1d55ae063", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eb71f3f602d443c9a8605a7ff2e8aa8e"}], "type": "volume", "id": "becfeedd42e344c085611f3c7c465a3f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.3:8004/v1/1b799198e46c4c52baa63ec1d55ae063", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "156b8e560e534c82a1d320da86608a19"}, {"url": "http://192.30.9.3:8004/v1/1b799198e46c4c52baa63ec1d55ae063", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59154cecf6a54eb08ecc63bf95dca042"}, {"url": "http://172.30.9.27:8004/v1/1b799198e46c4c52baa63ec1d55ae063", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f3aa5c8697e449f99c2cfbe2a371cab7"}], "type": "orchestration", "id": "c4334130b6d54a75804fe3f11a3b9e3e", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "39db2ebb65ae42659440fd9845949a6c"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ad23d2a65e74e3c87b1488af1f9f9ac"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d07664cbebb49149819cf7a6b20edb4"}], "type": "alarming", "id": "d878aa5c6b584d53a039f6a680fb6e8b", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/1b799198e46c4c52baa63ec1d55ae063", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e2bb44b06c0412ab74e54984b5b26b5"}, {"url": "http://192.30.9.3:8776/v2/1b799198e46c4c52baa63ec1d55ae063", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86bcb5a76e6c464bb4d42c969584d6f2"}, {"url": "http://172.30.9.27:8776/v2/1b799198e46c4c52baa63ec1d55ae063", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a391eed816af4966b335005bfe580d70"}], "type": "volumev2", "id": "e16298e148f54e96a50a134ca797deff", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b54cb5b666f74b91b0244b5332fdb3e5"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcc892608bd341e084be203695f810d1"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e980066294c34eb6866e6c4735e84a62"}], "type": "metric", "id": "f3a07a22777a4405b7eaf44da2e73e19", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.27:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1f66095afa4b74b4f26d432f5bfa55"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8dd5f30cc334148a7ed9d5ab68eee9b"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bfe7dd54acd947899871700a40dd0244"}], "type": "event", "id": "f6e223543cae4d9bad10258b0a294f12", "name": "panko"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "cloudify_ims-user_d5fdef46-2f00-4857-be7d-99638883c979", "id": "539c1e769d89433db45267e6a540c4db"}, "audit_ids": ["C9bEsTQpSne8BzLYCc4UTg"], "issued_at": "2018-08-15T20:15:58.000000Z"}} 2018-08-15 20:15:58,602 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-15 20:15:58,603 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d734bed0dd813c8df56e0d31219e62e042ba0e38" -d '{"network": {"name": "cloudify_ims-net_d5fdef46-2f00-4857-be7d-99638883c979", "admin_state_up": true}}' 2018-08-15 20:15:59,307 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-8d6910f3-26d3-49ca-88ef-0455fbfa8232 Date: Wed, 15 Aug 2018 20:15:59 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"1b799198e46c4c52baa63ec1d55ae063","created_at":"2018-08-15T20:15:59Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-15T20:15:59Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"1b799198e46c4c52baa63ec1d55ae063","id":"c1c39edd-a079-417d-9308-401db7c9e8b8","name":"cloudify_ims-net_d5fdef46-2f00-4857-be7d-99638883c979"}} 2018-08-15 20:15:59,307 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-8d6910f3-26d3-49ca-88ef-0455fbfa8232 2018-08-15 20:15:59,307 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.705013036728s 2018-08-15 20:15:59,307 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-8d6910f3-26d3-49ca-88ef-0455fbfa8232 2018-08-15 20:15:59,308 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-15T20:15:59Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'c1c39edd-a079-417d-9308-401db7c9e8b8', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'cloudify_ims-net_d5fdef46-2f00-4857-be7d-99638883c979', u'admin_state_up': True, u'tenant_id': u'1b799198e46c4c52baa63ec1d55ae063', u'created_at': u'2018-08-15T20:15:59Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'1b799198e46c4c52baa63ec1d55ae063'}) 2018-08-15 20:15:59,308 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-15 20:15:59,309 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d734bed0dd813c8df56e0d31219e62e042ba0e38" 2018-08-15 20:15:59,481 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1150 X-Openstack-Request-Id: req-a22e80ba-576f-4bed-9267-2bfb62eeebd0 Date: Wed, 15 Aug 2018 20:15:59 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-15T20:15:59Z","tenant_id":"1b799198e46c4c52baa63ec1d55ae063","created_at":"2018-08-15T20:15:59Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"1b799198e46c4c52baa63ec1d55ae063","id":"c1c39edd-a079-417d-9308-401db7c9e8b8","name":"cloudify_ims-net_d5fdef46-2f00-4857-be7d-99638883c979"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["3ef75223-733d-425d-bb3e-88e8a796bebc"],"updated_at":"2018-08-15T17:41:36Z","tenant_id":"d2c267e1fee9461ba5e64a915b9518f5","created_at":"2018-08-15T17:16:26Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"d2c267e1fee9461ba5e64a915b9518f5","id":"fc8ca119-27ab-4070-99fa-a2993d11ee48","name":"external"}]} 2018-08-15 20:15:59,481 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-a22e80ba-576f-4bed-9267-2bfb62eeebd0 2018-08-15 20:15:59,481 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.172312021255s 2018-08-15 20:15:59,481 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-a22e80ba-576f-4bed-9267-2bfb62eeebd0 2018-08-15 20:15:59,483 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-15 20:15:59,483 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d734bed0dd813c8df56e0d31219e62e042ba0e38" -d '{"subnet": {"name": "cloudify_ims-subnet_d5fdef46-2f00-4857-be7d-99638883c979", "enable_dhcp": true, "network_id": "c1c39edd-a079-417d-9308-401db7c9e8b8", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-15 20:16:00,098 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-898bd9f4-c597-4fa7-aca5-63ad6ca2326e Date: Wed, 15 Aug 2018 20:16:00 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c1c39edd-a079-417d-9308-401db7c9e8b8","tenant_id":"1b799198e46c4c52baa63ec1d55ae063","created_at":"2018-08-15T20:15:59Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-15T20:15: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":"1b799198e46c4c52baa63ec1d55ae063","id":"02523c7f-e4ce-4a9c-adb0-3126f8b0735f","subnetpool_id":null,"name":"cloudify_ims-subnet_d5fdef46-2f00-4857-be7d-99638883c979"}} 2018-08-15 20:16:00,098 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-898bd9f4-c597-4fa7-aca5-63ad6ca2326e 2018-08-15 20:16:00,098 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.615365982056s 2018-08-15 20:16:00,099 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-898bd9f4-c597-4fa7-aca5-63ad6ca2326e 2018-08-15 20:16:00,099 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-15T20:15: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'02523c7f-e4ce-4a9c-adb0-3126f8b0735f', u'subnetpool_id': None, u'service_types': [], u'name': u'cloudify_ims-subnet_d5fdef46-2f00-4857-be7d-99638883c979', u'enable_dhcp': True, u'network_id': u'c1c39edd-a079-417d-9308-401db7c9e8b8', u'tenant_id': u'1b799198e46c4c52baa63ec1d55ae063', u'created_at': u'2018-08-15T20:15: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'1b799198e46c4c52baa63ec1d55ae063'}) 2018-08-15 20:16:00,100 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-15 20:16:00,100 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d734bed0dd813c8df56e0d31219e62e042ba0e38" -d '{"router": {"external_gateway_info": {"network_id": "fc8ca119-27ab-4070-99fa-a2993d11ee48"}, "name": "cloudify_ims-router_d5fdef46-2f00-4857-be7d-99638883c979", "admin_state_up": true}}' 2018-08-15 20:16:01,323 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 623 X-Openstack-Request-Id: req-2d366a2c-d3d8-4acc-9cf8-612129abe0d4 Date: Wed, 15 Aug 2018 20:16:01 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "fc8ca119-27ab-4070-99fa-a2993d11ee48", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "3ef75223-733d-425d-bb3e-88e8a796bebc", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "1b799198e46c4c52baa63ec1d55ae063", "created_at": "2018-08-15T20:16:00Z", "admin_state_up": true, "updated_at": "2018-08-15T20:16:01Z", "revision_number": 2, "routes": [], "project_id": "1b799198e46c4c52baa63ec1d55ae063", "id": "eb1254c8-e3b7-4ace-8a49-b6ebb507913f", "name": "cloudify_ims-router_d5fdef46-2f00-4857-be7d-99638883c979"}} 2018-08-15 20:16:01,323 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-2d366a2c-d3d8-4acc-9cf8-612129abe0d4 2018-08-15 20:16:01,324 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.22374296188s 2018-08-15 20:16:01,324 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-2d366a2c-d3d8-4acc-9cf8-612129abe0d4 2018-08-15 20:16:01,324 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'fc8ca119-27ab-4070-99fa-a2993d11ee48', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'3ef75223-733d-425d-bb3e-88e8a796bebc', u'ip_address': u'172.30.9.204'}]}, u'description': u'', u'tags': [], u'tenant_id': u'1b799198e46c4c52baa63ec1d55ae063', u'created_at': u'2018-08-15T20:16:00Z', u'admin_state_up': True, u'updated_at': u'2018-08-15T20:16:01Z', u'revision_number': 2, u'routes': [], u'project_id': u'1b799198e46c4c52baa63ec1d55ae063', u'id': u'eb1254c8-e3b7-4ace-8a49-b6ebb507913f', u'name': u'cloudify_ims-router_d5fdef46-2f00-4857-be7d-99638883c979'}) 2018-08-15 20:16:01,324 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-15 20:16:01,325 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/eb1254c8-e3b7-4ace-8a49-b6ebb507913f/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}d734bed0dd813c8df56e0d31219e62e042ba0e38" -d '{"subnet_id": "02523c7f-e4ce-4a9c-adb0-3126f8b0735f"}' 2018-08-15 20:16:03,434 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-4b2edaa0-69fd-4a3d-bbc9-9509850ade5d Date: Wed, 15 Aug 2018 20:16:03 GMT RESP BODY: {"network_id": "c1c39edd-a079-417d-9308-401db7c9e8b8", "tenant_id": "1b799198e46c4c52baa63ec1d55ae063", "subnet_id": "02523c7f-e4ce-4a9c-adb0-3126f8b0735f", "subnet_ids": ["02523c7f-e4ce-4a9c-adb0-3126f8b0735f"], "port_id": "cde66a46-131d-42af-900c-c8aafb223d10", "id": "eb1254c8-e3b7-4ace-8a49-b6ebb507913f"} 2018-08-15 20:16:03,435 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/eb1254c8-e3b7-4ace-8a49-b6ebb507913f/add_router_interface.json used request id req-4b2edaa0-69fd-4a3d-bbc9-9509850ade5d 2018-08-15 20:16:03,435 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.11052107811s 2018-08-15 20:16:03,435 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/eb1254c8-e3b7-4ace-8a49-b6ebb507913f/add_router_interface.json used request id req-4b2edaa0-69fd-4a3d-bbc9-9509850ade5d returning object eb1254c8-e3b7-4ace-8a49-b6ebb507913f 2018-08-15 20:16:03,436 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2 2018-08-15 20:16:26,382 - shade - DEBUG - Image file /home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2 md5:d9fa9deb2e0906ab7da21bd97d305fa1 sha256:e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a 2018-08-15 20:16:26,385 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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-15 20:16:26,389 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Wed, 15 Aug 2018 20:16:26 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}]} 2018-08-15 20:16:26,391 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-15 20:16:26,392 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d734bed0dd813c8df56e0d31219e62e042ba0e38" 2018-08-15 20:16:27,093 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-53d236d9-2005-4433-8f54-7267de9fc3f4 Date: Wed, 15 Aug 2018 20:16:27 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-15 20:16:27,093 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-53d236d9-2005-4433-8f54-7267de9fc3f4 2018-08-15 20:16:27,093 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.702391862869s 2018-08-15 20:16:27,094 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-53d236d9-2005-4433-8f54-7267de9fc3f4 2018-08-15 20:16:27,102 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-15 20:16:27,105 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d734bed0dd813c8df56e0d31219e62e042ba0e38" -d '{"owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "owner_specified.shade.object": "images/cloudify_ims-img_d5fdef46-2f00-4857-be7d-99638883c979", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "cloudify_ims-img_d5fdef46-2f00-4857-be7d-99638883c979"}' 2018-08-15 20:16:27,160 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 941 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/8054c143-b64d-46fb-8afd-2cd0e546b8fc Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-9ae3fbd2-18a2-40e0-8b62-7a835ec2f333 Date: Wed, 15 Aug 2018 20:16:27 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-15T20:16:27Z", "file": "/v2/images/8054c143-b64d-46fb-8afd-2cd0e546b8fc/file", "owner": "1b799198e46c4c52baa63ec1d55ae063", "id": "8054c143-b64d-46fb-8afd-2cd0e546b8fc", "size": null, "self": "/v2/images/8054c143-b64d-46fb-8afd-2cd0e546b8fc", "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_d5fdef46-2f00-4857-be7d-99638883c979", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify_ims-img_d5fdef46-2f00-4857-be7d-99638883c979", "checksum": null, "created_at": "2018-08-15T20:16:27Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-15 20:16:27,160 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-9ae3fbd2-18a2-40e0-8b62-7a835ec2f333 2018-08-15 20:16:27,161 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0585570335388s 2018-08-15 20:16:27,161 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-9ae3fbd2-18a2-40e0-8b62-7a835ec2f333 returning object 8054c143-b64d-46fb-8afd-2cd0e546b8fc 2018-08-15 20:16:27,162 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-15 20:16:27,165 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9292/v2/images/8054c143-b64d-46fb-8afd-2cd0e546b8fc/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}d734bed0dd813c8df56e0d31219e62e042ba0e38" -d '' 2018-08-15 20:17:27,507 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-245de56a-9c35-48de-adbd-b06b51831e38 Date: Wed, 15 Aug 2018 20:17: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-15 20:17:27,507 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/8054c143-b64d-46fb-8afd-2cd0e546b8fc/file used request id req-245de56a-9c35-48de-adbd-b06b51831e38 2018-08-15 20:17:27,508 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 60.3459670544s 2018-08-15 20:17:27,508 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/8054c143-b64d-46fb-8afd-2cd0e546b8fc/file used request id req-245de56a-9c35-48de-adbd-b06b51831e38 2018-08-15 20:17:27,512 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-15 20:17:27,515 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d734bed0dd813c8df56e0d31219e62e042ba0e38" 2018-08-15 20:17:27,562 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1403 Content-Type: application/json X-Openstack-Request-Id: req-676ce80e-a09a-48ef-ac66-f35fd17a22f3 Date: Wed, 15 Aug 2018 20:17:27 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-15T20:17:27Z", "file": "/v2/images/8054c143-b64d-46fb-8afd-2cd0e546b8fc/file", "owner": "1b799198e46c4c52baa63ec1d55ae063", "id": "8054c143-b64d-46fb-8afd-2cd0e546b8fc", "size": 4373348352, "self": "/v2/images/8054c143-b64d-46fb-8afd-2cd0e546b8fc", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/8054c143-b64d-46fb-8afd-2cd0e546b8fc/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "locations": [{"url": "rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/8054c143-b64d-46fb-8afd-2cd0e546b8fc/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_d5fdef46-2f00-4857-be7d-99638883c979", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify_ims-img_d5fdef46-2f00-4857-be7d-99638883c979", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-08-15T20:16:27Z", "os_hidden": false, "protected": false, "os_hash_value": "faa3b93f58a3a060092d8b73ed7dff4db788b7ba9f82a679e84462fcef54c0bf7feb5c08de6f9523de4f3ec4dcb084e02454ec94619fb84802ac5a0277ea1a5d"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-15 20:17:27,563 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-676ce80e-a09a-48ef-ac66-f35fd17a22f3 2018-08-15 20:17:27,563 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0505409240723s 2018-08-15 20:17:27,563 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-676ce80e-a09a-48ef-ac66-f35fd17a22f3 2018-08-15 20:17:27,565 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/8054c143-b64d-46fb-8afd-2cd0e546b8fc/snap', u'metadata': Munch({})})], 'file': u'/v2/images/8054c143-b64d-46fb-8afd-2cd0e546b8fc/file', 'owner': u'1b799198e46c4c52baa63ec1d55ae063', 'id': u'8054c143-b64d-46fb-8afd-2cd0e546b8fc', 'size': 4373348352, u'self': u'/v2/images/8054c143-b64d-46fb-8afd-2cd0e546b8fc', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'1b799198e46c4c52baa63ec1d55ae063', 'name': 'cloudify_ims-project_d5fdef46-2f00-4857-be7d-99638883c979', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/8054c143-b64d-46fb-8afd-2cd0e546b8fc/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-15T20:17:27Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-15T20:17:27Z', u'owner_specified.shade.sha256': u'e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a', u'owner_specified.shade.object': u'images/cloudify_ims-img_d5fdef46-2f00-4857-be7d-99638883c979', '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/8054c143-b64d-46fb-8afd-2cd0e546b8fc', 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_d5fdef46-2f00-4857-be7d-99638883c979', u'owner_specified.shade.md5': u'd9fa9deb2e0906ab7da21bd97d305fa1', u'schema': u'/v2/schemas/image'}, 'name': u'cloudify_ims-img_d5fdef46-2f00-4857-be7d-99638883c979', 'created': u'2018-08-15T20:16:27Z', 'checksum': u'd9fa9deb2e0906ab7da21bd97d305fa1', 'created_at': u'2018-08-15T20:16:27Z', 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/8054c143-b64d-46fb-8afd-2cd0e546b8fc', 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_d5fdef46-2f00-4857-be7d-99638883c979', u'owner_specified.shade.md5': u'd9fa9deb2e0906ab7da21bd97d305fa1', u'schema': u'/v2/schemas/image'}}) 2018-08-15 20:17:27,565 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-15 20:17:27,568 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}19cebb76d10e03fdb3b6b1f6148b1916c2e20836" -d '{"flavor": {"vcpus": 2, "ram": 4096, "name": "cloudify_ims-flavor_d5fdef46-2f00-4857-be7d-99638883c979", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 40, "id": null, "swap": 0}}' 2018-08-15 20:17:27,963 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:17: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-28677c60-cff5-4cb0-8ad6-d1c085d8c814 x-compute-request-id: req-28677c60-cff5-4cb0-8ad6-d1c085d8c814 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"flavor": {"name": "cloudify_ims-flavor_d5fdef46-2f00-4857-be7d-99638883c979", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/a39cef24-d443-4129-9485-7dcf222c5918", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/a39cef24-d443-4129-9485-7dcf222c5918", "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": "a39cef24-d443-4129-9485-7dcf222c5918"}} 2018-08-15 20:17:27,963 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-28677c60-cff5-4cb0-8ad6-d1c085d8c814 2018-08-15 20:17:27,963 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.397671937943s 2018-08-15 20:17:27,964 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-28677c60-cff5-4cb0-8ad6-d1c085d8c814 2018-08-15 20:17:27,965 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'cloudify_ims-flavor_d5fdef46-2f00-4857-be7d-99638883c979', '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'a3688ea3a7924e1e8a441a00bd79aae5', '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'a39cef24-d443-4129-9485-7dcf222c5918', 'swap': 0}) 2018-08-15 20:17:27,966 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-15 20:17:27,969 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/flavors/a39cef24-d443-4129-9485-7dcf222c5918/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}19cebb76d10e03fdb3b6b1f6148b1916c2e20836" -d '{"extra_specs": {}}' 2018-08-15 20:17:27,990 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:17: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-87bf5795-785e-4528-b1c7-a20e9f933041 x-compute-request-id: req-87bf5795-785e-4528-b1c7-a20e9f933041 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-15 20:17:27,990 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/a39cef24-d443-4129-9485-7dcf222c5918/os-extra_specs used request id req-87bf5795-785e-4528-b1c7-a20e9f933041 2018-08-15 20:17:27,990 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0241529941559s 2018-08-15 20:17:27,990 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/a39cef24-d443-4129-9485-7dcf222c5918/os-extra_specs used request id req-87bf5795-785e-4528-b1c7-a20e9f933041 2018-08-15 20:17:27,991 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-08-15 20:17:27,994 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/os-keypairs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d734bed0dd813c8df56e0d31219e62e042ba0e38" -d '{"keypair": {"name": "cloudify_ims-kp_d5fdef46-2f00-4857-be7d-99638883c979"}}' 2018-08-15 20:17:28,489 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:17: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-5dcb93d2-c99d-4533-9515-8c54551d4e64 x-compute-request-id: req-5dcb93d2-c99d-4533-9515-8c54551d4e64 Content-Encoding: gzip Content-Length: 1811 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC46i0x3jEGgvZprbVHQBH2mvvPWwy9oE31QsddPfee/3YciNClOO4vqpkGBMzOP8CE9P7uBC0/FEqHuMoO7yDuf3PH3h3x7b/mPjJDBbH6z4Sa++gGVO34mfuOjl8XYnaeVUhuvYLr402g+aMURTFXQiH+EkLXSXJ0T3y8ZZZI8yi+IvEGrhAAhiOKJq0TQFqxbgZAyuj+530bZjbYviIGXgNLULptWUesNDpUW30rPnMjhwrEPIH5p9pcESRY0UwmVY3TrW8dFBBModlRqJmw6f80+kpyKd3dUDZzoztzAdwOdUngTKHVuw0nolMAoUYYvkam0f8nYVRTcC9ht2tP Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEAuOotMd4xBoL2aa21R0AR9pr7z1sMvaBN9ULHXT33nv92HIjQ\npTjuL6qZBgTMzj/AhPT+7gQtPxRKh7jKDu8g7n9zx94d8e2/5j4yQwWx+s+Emvvo\nBlTt+Jn7jo5fF2J2nlVIbr2C6+NNoPmjFEUxV0Ih/hJC10lydE98vGWWSPMoviLx\nBq4QAIYjiiatE0BasW4GQMro/ud9G2Y22L4iBl4DS1C6bVlHrDQ6VFt9Kz5zI4cK\nxDyB+afaXBEkWNFMJlWN061vHRQQTKHZUaiZsOn/NPpKcind3VA2c6M7cwHcDnVJ\n4Eyh1bsNJ6JTAKFGGL5GptH/J2FUU3AvYbdrTwIDAQABAoIBAQCFTOs/o7kbxJT2\nIa8oqdtJNviHxk8s876/K2CkquMyz13JvCcMtDmgSw7888Dgfby/HA4abxBfBLWl\nmWSv11qaE27Xiht0J7vKstNw1U40TBx/zVC6H8ddC0P4xFFwfh6cjUYl7p/OhJGV\nleAl4KttB9ORYICmyd+kURjOhz0LYGRZbSr2ymX9Ac9JO1+i33xN6upyv/aj3UMU\njB+DSdG/hpSBg2f0xlwVDBWr0j6kUZL1E4Iym/3DI+xpxEFBbsidZjzpQuhdEUML\nb7G0QRapfesDNJu3i7ztO+DcqNAJuJOTpMrzz0adrQRSx5vnMXn56Qs3EnxSCdc6\n++BbwlohAoGBAOoiFHq3maxTyL5SSUfeVI68x4ND2di8sVKi+13x8IiBdoa0NLTq\nX5WSKZwKZzOVOC5AhKWKUnvbpsg0qFfvZ5AvSVt0c6CzsdDWPvmLOlMguLEYJib4\nlEoGW5DysyiPQbdmVNTFOD1JEImrdmPTn03C8/XhX0j9d5iq4aQGc+JbAoGBAMov\nU/L7aGsBCKuJQrhLnofjtH1om8mks7Yncemz4ct+Zmnibfc0kL37kODfxTJWPBHU\nFXOQO4/odWE8XX1VUgLRlAqUdbpiZU2tYb2oztejyIxr21GZDxVXPnAB78Q9dXd/\nDRwKh5/CdvXXh+g/E7GSDSHufaOQYRxHoeG7cQUdAoGAJL1sUUV2S+Bp49OtxCVT\nR4LAHA0NpkEV4k3I/Bj3EbSfEMw+aRVOIn5pIR9Qyntj8X4WUpO+FcmGBmyc7g+X\nRLzm2f8QFeucv5SfFTGP2XONB90uP3dKbcNJoxkym+6+9TSNo0W/aX6JpdDOJyQS\nH3W0KqVO+nkrxz0pYz/P93kCgYEAmgrtHxfFOqGTBX6Swu96XXZzsYjeCQfflE0B\nUVmoEu6/ALVvqwT1sonUnEBhcjSZl8vKfD3L45zssaTYZgF3doZPELCD8fm9zSzo\nZyQSU+GJjtMuSkEfaNcLzzLqhs18jgrS5iZvppz3Hd+UwLIuQwBP2SZnuxLpqi45\nfE7fkVECgYEAy4LIArVlL2PK/NwMML5Dfr+nWzBkSvYXBWBSpBmcevMKvba+coNI\n3DYJ3ZEr7xqRfD/bfv9zm+BNNGNGl+5aVr3QoYS8kFwOmTTCFjpWOJi0OFC27im5\nV1EWMIDE/RG/CgqoyqdKbp3V1IDaU9n4WuFn+duOuhrSyc8VFyhHXkA=\n-----END RSA PRIVATE KEY-----\n", "user_id": "539c1e769d89433db45267e6a540c4db", "name": "cloudify_ims-kp_d5fdef46-2f00-4857-be7d-99638883c979", "fingerprint": "21:ce:57:02:aa:d4:d1:6b:78:e4:6f:92:10:ec:0e:78"}} 2018-08-15 20:17:28,489 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/os-keypairs used request id req-5dcb93d2-c99d-4533-9515-8c54551d4e64 2018-08-15 20:17:28,489 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.498482942581s 2018-08-15 20:17:28,490 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/os-keypairs used request id req-5dcb93d2-c99d-4533-9515-8c54551d4e64 2018-08-15 20:17:28,491 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC46i0x3jEGgvZprbVHQBH2mvvPWwy9oE31QsddPfee/3YciNClOO4vqpkGBMzOP8CE9P7uBC0/FEqHuMoO7yDuf3PH3h3x7b/mPjJDBbH6z4Sa++gGVO34mfuOjl8XYnaeVUhuvYLr402g+aMURTFXQiH+EkLXSXJ0T3y8ZZZI8yi+IvEGrhAAhiOKJq0TQFqxbgZAyuj+530bZjbYviIGXgNLULptWUesNDpUW30rPnMjhwrEPIH5p9pcESRY0UwmVY3TrW8dFBBModlRqJmw6f80+kpyKd3dUDZzoztzAdwOdUngTKHVuw0nolMAoUYYvkam0f8nYVRTcC9ht2tP Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEAuOotMd4xBoL2aa21R0AR9pr7z1sMvaBN9ULHXT33nv92HIjQ\npTjuL6qZBgTMzj/AhPT+7gQtPxRKh7jKDu8g7n9zx94d8e2/5j4yQwWx+s+Emvvo\nBlTt+Jn7jo5fF2J2nlVIbr2C6+NNoPmjFEUxV0Ih/hJC10lydE98vGWWSPMoviLx\nBq4QAIYjiiatE0BasW4GQMro/ud9G2Y22L4iBl4DS1C6bVlHrDQ6VFt9Kz5zI4cK\nxDyB+afaXBEkWNFMJlWN061vHRQQTKHZUaiZsOn/NPpKcind3VA2c6M7cwHcDnVJ\n4Eyh1bsNJ6JTAKFGGL5GptH/J2FUU3AvYbdrTwIDAQABAoIBAQCFTOs/o7kbxJT2\nIa8oqdtJNviHxk8s876/K2CkquMyz13JvCcMtDmgSw7888Dgfby/HA4abxBfBLWl\nmWSv11qaE27Xiht0J7vKstNw1U40TBx/zVC6H8ddC0P4xFFwfh6cjUYl7p/OhJGV\nleAl4KttB9ORYICmyd+kURjOhz0LYGRZbSr2ymX9Ac9JO1+i33xN6upyv/aj3UMU\njB+DSdG/hpSBg2f0xlwVDBWr0j6kUZL1E4Iym/3DI+xpxEFBbsidZjzpQuhdEUML\nb7G0QRapfesDNJu3i7ztO+DcqNAJuJOTpMrzz0adrQRSx5vnMXn56Qs3EnxSCdc6\n++BbwlohAoGBAOoiFHq3maxTyL5SSUfeVI68x4ND2di8sVKi+13x8IiBdoa0NLTq\nX5WSKZwKZzOVOC5AhKWKUnvbpsg0qFfvZ5AvSVt0c6CzsdDWPvmLOlMguLEYJib4\nlEoGW5DysyiPQbdmVNTFOD1JEImrdmPTn03C8/XhX0j9d5iq4aQGc+JbAoGBAMov\nU/L7aGsBCKuJQrhLnofjtH1om8mks7Yncemz4ct+Zmnibfc0kL37kODfxTJWPBHU\nFXOQO4/odWE8XX1VUgLRlAqUdbpiZU2tYb2oztejyIxr21GZDxVXPnAB78Q9dXd/\nDRwKh5/CdvXXh+g/E7GSDSHufaOQYRxHoeG7cQUdAoGAJL1sUUV2S+Bp49OtxCVT\nR4LAHA0NpkEV4k3I/Bj3EbSfEMw+aRVOIn5pIR9Qyntj8X4WUpO+FcmGBmyc7g+X\nRLzm2f8QFeucv5SfFTGP2XONB90uP3dKbcNJoxkym+6+9TSNo0W/aX6JpdDOJyQS\nH3W0KqVO+nkrxz0pYz/P93kCgYEAmgrtHxfFOqGTBX6Swu96XXZzsYjeCQfflE0B\nUVmoEu6/ALVvqwT1sonUnEBhcjSZl8vKfD3L45zssaTYZgF3doZPELCD8fm9zSzo\nZyQSU+GJjtMuSkEfaNcLzzLqhs18jgrS5iZvppz3Hd+UwLIuQwBP2SZnuxLpqi45\nfE7fkVECgYEAy4LIArVlL2PK/NwMML5Dfr+nWzBkSvYXBWBSpBmcevMKvba+coNI\n3DYJ3ZEr7xqRfD/bfv9zm+BNNGNGl+5aVr3QoYS8kFwOmTTCFjpWOJi0OFC27im5\nV1EWMIDE/RG/CgqoyqdKbp3V1IDaU9n4WuFn+duOuhrSyc8VFyhHXkA=\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'539c1e769d89433db45267e6a540c4db', 'name': u'cloudify_ims-kp_d5fdef46-2f00-4857-be7d-99638883c979', 'created_at': '2018-08-15T20:17:28.490962', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'1b799198e46c4c52baa63ec1d55ae063', 'name': 'cloudify_ims-project_d5fdef46-2f00-4857-be7d-99638883c979', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'21:ce:57:02:aa:d4:d1:6b:78:e4:6f:92:10:ec:0e:78', 'type': 'ssh', 'id': u'cloudify_ims-kp_d5fdef46-2f00-4857-be7d-99638883c979'}) 2018-08-15 20:17:28,491 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpQIBAAKCAQEAuOotMd4xBoL2aa21R0AR9pr7z1sMvaBN9ULHXT33nv92HIjQ pTjuL6qZBgTMzj/AhPT+7gQtPxRKh7jKDu8g7n9zx94d8e2/5j4yQwWx+s+Emvvo BlTt+Jn7jo5fF2J2nlVIbr2C6+NNoPmjFEUxV0Ih/hJC10lydE98vGWWSPMoviLx Bq4QAIYjiiatE0BasW4GQMro/ud9G2Y22L4iBl4DS1C6bVlHrDQ6VFt9Kz5zI4cK xDyB+afaXBEkWNFMJlWN061vHRQQTKHZUaiZsOn/NPpKcind3VA2c6M7cwHcDnVJ 4Eyh1bsNJ6JTAKFGGL5GptH/J2FUU3AvYbdrTwIDAQABAoIBAQCFTOs/o7kbxJT2 Ia8oqdtJNviHxk8s876/K2CkquMyz13JvCcMtDmgSw7888Dgfby/HA4abxBfBLWl mWSv11qaE27Xiht0J7vKstNw1U40TBx/zVC6H8ddC0P4xFFwfh6cjUYl7p/OhJGV leAl4KttB9ORYICmyd+kURjOhz0LYGRZbSr2ymX9Ac9JO1+i33xN6upyv/aj3UMU jB+DSdG/hpSBg2f0xlwVDBWr0j6kUZL1E4Iym/3DI+xpxEFBbsidZjzpQuhdEUML b7G0QRapfesDNJu3i7ztO+DcqNAJuJOTpMrzz0adrQRSx5vnMXn56Qs3EnxSCdc6 ++BbwlohAoGBAOoiFHq3maxTyL5SSUfeVI68x4ND2di8sVKi+13x8IiBdoa0NLTq X5WSKZwKZzOVOC5AhKWKUnvbpsg0qFfvZ5AvSVt0c6CzsdDWPvmLOlMguLEYJib4 lEoGW5DysyiPQbdmVNTFOD1JEImrdmPTn03C8/XhX0j9d5iq4aQGc+JbAoGBAMov U/L7aGsBCKuJQrhLnofjtH1om8mks7Yncemz4ct+Zmnibfc0kL37kODfxTJWPBHU FXOQO4/odWE8XX1VUgLRlAqUdbpiZU2tYb2oztejyIxr21GZDxVXPnAB78Q9dXd/ DRwKh5/CdvXXh+g/E7GSDSHufaOQYRxHoeG7cQUdAoGAJL1sUUV2S+Bp49OtxCVT R4LAHA0NpkEV4k3I/Bj3EbSfEMw+aRVOIn5pIR9Qyntj8X4WUpO+FcmGBmyc7g+X RLzm2f8QFeucv5SfFTGP2XONB90uP3dKbcNJoxkym+6+9TSNo0W/aX6JpdDOJyQS H3W0KqVO+nkrxz0pYz/P93kCgYEAmgrtHxfFOqGTBX6Swu96XXZzsYjeCQfflE0B UVmoEu6/ALVvqwT1sonUnEBhcjSZl8vKfD3L45zssaTYZgF3doZPELCD8fm9zSzo ZyQSU+GJjtMuSkEfaNcLzzLqhs18jgrS5iZvppz3Hd+UwLIuQwBP2SZnuxLpqi45 fE7fkVECgYEAy4LIArVlL2PK/NwMML5Dfr+nWzBkSvYXBWBSpBmcevMKvba+coNI 3DYJ3ZEr7xqRfD/bfv9zm+BNNGNGl+5aVr3QoYS8kFwOmTTCFjpWOJi0OFC27im5 V1EWMIDE/RG/CgqoyqdKbp3V1IDaU9n4WuFn+duOuhrSyc8VFyhHXkA= -----END RSA PRIVATE KEY----- 2018-08-15 20:17:28,494 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-08-15 20:17:28,495 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d734bed0dd813c8df56e0d31219e62e042ba0e38" -d '{"security_group": {"name": "cloudify_ims-sg_d5fdef46-2f00-4857-be7d-99638883c979", "description": "created by OPNFV Functest (cloudify_ims)"}}' 2018-08-15 20:17:29,279 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1424 X-Openstack-Request-Id: req-8501cc6a-4590-40da-8cff-f5d094d5a1e7 Date: Wed, 15 Aug 2018 20:17:29 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "1b799198e46c4c52baa63ec1d55ae063", "created_at": "2018-08-15T20:17:29Z", "updated_at": "2018-08-15T20:17:29Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T20:17:29Z", "revision_number": 0, "id": "1d3a9f55-5f6b-41c0-a68d-7c883f91347d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T20:17:29Z", "security_group_id": "9729e524-0fbc-4e7d-b8f4-eb374171b0e4", "tenant_id": "1b799198e46c4c52baa63ec1d55ae063", "port_range_min": null, "ethertype": "IPv6", "project_id": "1b799198e46c4c52baa63ec1d55ae063"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T20:17:29Z", "revision_number": 0, "id": "a451b850-2042-49e9-a94b-5c66ecb1adb2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T20:17:29Z", "security_group_id": "9729e524-0fbc-4e7d-b8f4-eb374171b0e4", "tenant_id": "1b799198e46c4c52baa63ec1d55ae063", "port_range_min": null, "ethertype": "IPv4", "project_id": "1b799198e46c4c52baa63ec1d55ae063"}], "revision_number": 1, "project_id": "1b799198e46c4c52baa63ec1d55ae063", "id": "9729e524-0fbc-4e7d-b8f4-eb374171b0e4", "name": "cloudify_ims-sg_d5fdef46-2f00-4857-be7d-99638883c979"}} 2018-08-15 20:17:29,279 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-8501cc6a-4590-40da-8cff-f5d094d5a1e7 2018-08-15 20:17:29,279 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.784937143326s 2018-08-15 20:17:29,279 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-8501cc6a-4590-40da-8cff-f5d094d5a1e7 2018-08-15 20:17:29,284 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-15 20:17:29,285 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d734bed0dd813c8df56e0d31219e62e042ba0e38" 2018-08-15 20:17:29,403 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3840 X-Openstack-Request-Id: req-79c8e450-ed05-4c65-9c51-46aa43d0ee88 Date: Wed, 15 Aug 2018 20:17:29 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "1b799198e46c4c52baa63ec1d55ae063", "created_at": "2018-08-15T20:15:58Z", "updated_at": "2018-08-15T20:15:58Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T20:15:58Z", "revision_number": 0, "id": "231b5817-7d41-4a5f-a7ff-aa5c108b3cea", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T20:15:58Z", "security_group_id": "8b922b73-36fa-4e3f-a09f-e679987f1d08", "tenant_id": "1b799198e46c4c52baa63ec1d55ae063", "port_range_min": null, "ethertype": "IPv6", "project_id": "1b799198e46c4c52baa63ec1d55ae063"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T20:15:58Z", "revision_number": 0, "id": "39ed8152-9334-4137-b294-0ac8198e70bc", "remote_group_id": "8b922b73-36fa-4e3f-a09f-e679987f1d08", "remote_ip_prefix": null, "created_at": "2018-08-15T20:15:58Z", "security_group_id": "8b922b73-36fa-4e3f-a09f-e679987f1d08", "tenant_id": "1b799198e46c4c52baa63ec1d55ae063", "port_range_min": null, "ethertype": "IPv4", "project_id": "1b799198e46c4c52baa63ec1d55ae063"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T20:15:58Z", "revision_number": 0, "id": "5a01e01e-84a9-4ed9-b5cf-a5300d1dccce", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T20:15:58Z", "security_group_id": "8b922b73-36fa-4e3f-a09f-e679987f1d08", "tenant_id": "1b799198e46c4c52baa63ec1d55ae063", "port_range_min": null, "ethertype": "IPv4", "project_id": "1b799198e46c4c52baa63ec1d55ae063"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T20:15:58Z", "revision_number": 0, "id": "df1a2e33-311a-40ad-9bae-e23367de24fc", "remote_group_id": "8b922b73-36fa-4e3f-a09f-e679987f1d08", "remote_ip_prefix": null, "created_at": "2018-08-15T20:15:58Z", "security_group_id": "8b922b73-36fa-4e3f-a09f-e679987f1d08", "tenant_id": "1b799198e46c4c52baa63ec1d55ae063", "port_range_min": null, "ethertype": "IPv6", "project_id": "1b799198e46c4c52baa63ec1d55ae063"}], "revision_number": 1, "project_id": "1b799198e46c4c52baa63ec1d55ae063", "id": "8b922b73-36fa-4e3f-a09f-e679987f1d08", "name": "default"}, {"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "1b799198e46c4c52baa63ec1d55ae063", "created_at": "2018-08-15T20:17:29Z", "updated_at": "2018-08-15T20:17:29Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T20:17:29Z", "revision_number": 0, "id": "1d3a9f55-5f6b-41c0-a68d-7c883f91347d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T20:17:29Z", "security_group_id": "9729e524-0fbc-4e7d-b8f4-eb374171b0e4", "tenant_id": "1b799198e46c4c52baa63ec1d55ae063", "port_range_min": null, "ethertype": "IPv6", "project_id": "1b799198e46c4c52baa63ec1d55ae063"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T20:17:29Z", "revision_number": 0, "id": "a451b850-2042-49e9-a94b-5c66ecb1adb2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T20:17:29Z", "security_group_id": "9729e524-0fbc-4e7d-b8f4-eb374171b0e4", "tenant_id": "1b799198e46c4c52baa63ec1d55ae063", "port_range_min": null, "ethertype": "IPv4", "project_id": "1b799198e46c4c52baa63ec1d55ae063"}], "revision_number": 1, "project_id": "1b799198e46c4c52baa63ec1d55ae063", "id": "9729e524-0fbc-4e7d-b8f4-eb374171b0e4", "name": "cloudify_ims-sg_d5fdef46-2f00-4857-be7d-99638883c979"}]} 2018-08-15 20:17:29,404 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-79c8e450-ed05-4c65-9c51-46aa43d0ee88 2018-08-15 20:17:29,404 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.119384050369s 2018-08-15 20:17:29,404 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-79c8e450-ed05-4c65-9c51-46aa43d0ee88 2018-08-15 20:17:29,408 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-15 20:17:29,409 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d734bed0dd813c8df56e0d31219e62e042ba0e38" -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": "9729e524-0fbc-4e7d-b8f4-eb374171b0e4"}}' 2018-08-15 20:17:29,592 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-1a986644-8123-4ad0-9104-c032398a19b6 Date: Wed, 15 Aug 2018 20:17:29 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-15T20:17:29Z", "security_group_id": "9729e524-0fbc-4e7d-b8f4-eb374171b0e4", "port_range_min": 22, "revision_number": 0, "tenant_id": "1b799198e46c4c52baa63ec1d55ae063", "created_at": "2018-08-15T20:17:29Z", "project_id": "1b799198e46c4c52baa63ec1d55ae063", "id": "a2ff6d18-cc49-40b8-9e06-a063f8b9739f"}} 2018-08-15 20:17:29,592 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules.json used request id req-1a986644-8123-4ad0-9104-c032398a19b6 2018-08-15 20:17:29,592 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.184183120728s 2018-08-15 20:17:29,593 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules.json used request id req-1a986644-8123-4ad0-9104-c032398a19b6 2018-08-15 20:17:29,596 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-15 20:17:29,597 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d734bed0dd813c8df56e0d31219e62e042ba0e38" 2018-08-15 20:17:29,644 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4336 X-Openstack-Request-Id: req-6f823515-1757-428f-86c7-ebddf9e727a1 Date: Wed, 15 Aug 2018 20:17:29 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "1b799198e46c4c52baa63ec1d55ae063", "created_at": "2018-08-15T20:15:58Z", "updated_at": "2018-08-15T20:15:58Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T20:15:58Z", "revision_number": 0, "id": "231b5817-7d41-4a5f-a7ff-aa5c108b3cea", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T20:15:58Z", "security_group_id": "8b922b73-36fa-4e3f-a09f-e679987f1d08", "tenant_id": "1b799198e46c4c52baa63ec1d55ae063", "port_range_min": null, "ethertype": "IPv6", "project_id": "1b799198e46c4c52baa63ec1d55ae063"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T20:15:58Z", "revision_number": 0, "id": "39ed8152-9334-4137-b294-0ac8198e70bc", "remote_group_id": "8b922b73-36fa-4e3f-a09f-e679987f1d08", "remote_ip_prefix": null, "created_at": "2018-08-15T20:15:58Z", "security_group_id": "8b922b73-36fa-4e3f-a09f-e679987f1d08", "tenant_id": "1b799198e46c4c52baa63ec1d55ae063", "port_range_min": null, "ethertype": "IPv4", "project_id": "1b799198e46c4c52baa63ec1d55ae063"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T20:15:58Z", "revision_number": 0, "id": "5a01e01e-84a9-4ed9-b5cf-a5300d1dccce", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T20:15:58Z", "security_group_id": "8b922b73-36fa-4e3f-a09f-e679987f1d08", "tenant_id": "1b799198e46c4c52baa63ec1d55ae063", "port_range_min": null, "ethertype": "IPv4", "project_id": "1b799198e46c4c52baa63ec1d55ae063"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T20:15:58Z", "revision_number": 0, "id": "df1a2e33-311a-40ad-9bae-e23367de24fc", "remote_group_id": "8b922b73-36fa-4e3f-a09f-e679987f1d08", "remote_ip_prefix": null, "created_at": "2018-08-15T20:15:58Z", "security_group_id": "8b922b73-36fa-4e3f-a09f-e679987f1d08", "tenant_id": "1b799198e46c4c52baa63ec1d55ae063", "port_range_min": null, "ethertype": "IPv6", "project_id": "1b799198e46c4c52baa63ec1d55ae063"}], "revision_number": 1, "project_id": "1b799198e46c4c52baa63ec1d55ae063", "id": "8b922b73-36fa-4e3f-a09f-e679987f1d08", "name": "default"}, {"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "1b799198e46c4c52baa63ec1d55ae063", "created_at": "2018-08-15T20:17:29Z", "updated_at": "2018-08-15T20:17:29Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T20:17:29Z", "revision_number": 0, "id": "1d3a9f55-5f6b-41c0-a68d-7c883f91347d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T20:17:29Z", "security_group_id": "9729e524-0fbc-4e7d-b8f4-eb374171b0e4", "tenant_id": "1b799198e46c4c52baa63ec1d55ae063", "port_range_min": null, "ethertype": "IPv6", "project_id": "1b799198e46c4c52baa63ec1d55ae063"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-15T20:17:29Z", "revision_number": 0, "id": "a2ff6d18-cc49-40b8-9e06-a063f8b9739f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T20:17:29Z", "security_group_id": "9729e524-0fbc-4e7d-b8f4-eb374171b0e4", "tenant_id": "1b799198e46c4c52baa63ec1d55ae063", "port_range_min": 22, "ethertype": "IPv4", "project_id": "1b799198e46c4c52baa63ec1d55ae063"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T20:17:29Z", "revision_number": 0, "id": "a451b850-2042-49e9-a94b-5c66ecb1adb2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T20:17:29Z", "security_group_id": "9729e524-0fbc-4e7d-b8f4-eb374171b0e4", "tenant_id": "1b799198e46c4c52baa63ec1d55ae063", "port_range_min": null, "ethertype": "IPv4", "project_id": "1b799198e46c4c52baa63ec1d55ae063"}], "revision_number": 2, "project_id": "1b799198e46c4c52baa63ec1d55ae063", "id": "9729e524-0fbc-4e7d-b8f4-eb374171b0e4", "name": "cloudify_ims-sg_d5fdef46-2f00-4857-be7d-99638883c979"}]} 2018-08-15 20:17:29,644 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-6f823515-1757-428f-86c7-ebddf9e727a1 2018-08-15 20:17:29,644 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0476741790771s 2018-08-15 20:17:29,644 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-6f823515-1757-428f-86c7-ebddf9e727a1 2018-08-15 20:17:29,647 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-15 20:17:29,648 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d734bed0dd813c8df56e0d31219e62e042ba0e38" -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": "9729e524-0fbc-4e7d-b8f4-eb374171b0e4"}}' 2018-08-15 20:17:29,800 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-ca5ee099-378b-4d51-a71f-a46090e4df84 Date: Wed, 15 Aug 2018 20:17:29 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-15T20:17:29Z", "security_group_id": "9729e524-0fbc-4e7d-b8f4-eb374171b0e4", "port_range_min": null, "revision_number": 0, "tenant_id": "1b799198e46c4c52baa63ec1d55ae063", "created_at": "2018-08-15T20:17:29Z", "project_id": "1b799198e46c4c52baa63ec1d55ae063", "id": "3d713fb9-3f73-43ca-9188-e95bf99662b6"}} 2018-08-15 20:17:29,800 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules.json used request id req-ca5ee099-378b-4d51-a71f-a46090e4df84 2018-08-15 20:17:29,800 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.152830123901s 2018-08-15 20:17:29,800 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules.json used request id req-ca5ee099-378b-4d51-a71f-a46090e4df84 2018-08-15 20:17:29,804 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-15 20:17:29,804 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d734bed0dd813c8df56e0d31219e62e042ba0e38" 2018-08-15 20:17:29,850 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4837 X-Openstack-Request-Id: req-f5be65bf-4130-42ba-a7b4-c393e0deafc6 Date: Wed, 15 Aug 2018 20:17:29 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "1b799198e46c4c52baa63ec1d55ae063", "created_at": "2018-08-15T20:15:58Z", "updated_at": "2018-08-15T20:15:58Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T20:15:58Z", "revision_number": 0, "id": "231b5817-7d41-4a5f-a7ff-aa5c108b3cea", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T20:15:58Z", "security_group_id": "8b922b73-36fa-4e3f-a09f-e679987f1d08", "tenant_id": "1b799198e46c4c52baa63ec1d55ae063", "port_range_min": null, "ethertype": "IPv6", "project_id": "1b799198e46c4c52baa63ec1d55ae063"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T20:15:58Z", "revision_number": 0, "id": "39ed8152-9334-4137-b294-0ac8198e70bc", "remote_group_id": "8b922b73-36fa-4e3f-a09f-e679987f1d08", "remote_ip_prefix": null, "created_at": "2018-08-15T20:15:58Z", "security_group_id": "8b922b73-36fa-4e3f-a09f-e679987f1d08", "tenant_id": "1b799198e46c4c52baa63ec1d55ae063", "port_range_min": null, "ethertype": "IPv4", "project_id": "1b799198e46c4c52baa63ec1d55ae063"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T20:15:58Z", "revision_number": 0, "id": "5a01e01e-84a9-4ed9-b5cf-a5300d1dccce", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T20:15:58Z", "security_group_id": "8b922b73-36fa-4e3f-a09f-e679987f1d08", "tenant_id": "1b799198e46c4c52baa63ec1d55ae063", "port_range_min": null, "ethertype": "IPv4", "project_id": "1b799198e46c4c52baa63ec1d55ae063"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T20:15:58Z", "revision_number": 0, "id": "df1a2e33-311a-40ad-9bae-e23367de24fc", "remote_group_id": "8b922b73-36fa-4e3f-a09f-e679987f1d08", "remote_ip_prefix": null, "created_at": "2018-08-15T20:15:58Z", "security_group_id": "8b922b73-36fa-4e3f-a09f-e679987f1d08", "tenant_id": "1b799198e46c4c52baa63ec1d55ae063", "port_range_min": null, "ethertype": "IPv6", "project_id": "1b799198e46c4c52baa63ec1d55ae063"}], "revision_number": 1, "project_id": "1b799198e46c4c52baa63ec1d55ae063", "id": "8b922b73-36fa-4e3f-a09f-e679987f1d08", "name": "default"}, {"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "1b799198e46c4c52baa63ec1d55ae063", "created_at": "2018-08-15T20:17:29Z", "updated_at": "2018-08-15T20:17:29Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T20:17:29Z", "revision_number": 0, "id": "1d3a9f55-5f6b-41c0-a68d-7c883f91347d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T20:17:29Z", "security_group_id": "9729e524-0fbc-4e7d-b8f4-eb374171b0e4", "tenant_id": "1b799198e46c4c52baa63ec1d55ae063", "port_range_min": null, "ethertype": "IPv6", "project_id": "1b799198e46c4c52baa63ec1d55ae063"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-15T20:17:29Z", "revision_number": 0, "id": "3d713fb9-3f73-43ca-9188-e95bf99662b6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T20:17:29Z", "security_group_id": "9729e524-0fbc-4e7d-b8f4-eb374171b0e4", "tenant_id": "1b799198e46c4c52baa63ec1d55ae063", "port_range_min": null, "ethertype": "IPv4", "project_id": "1b799198e46c4c52baa63ec1d55ae063"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-15T20:17:29Z", "revision_number": 0, "id": "a2ff6d18-cc49-40b8-9e06-a063f8b9739f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T20:17:29Z", "security_group_id": "9729e524-0fbc-4e7d-b8f4-eb374171b0e4", "tenant_id": "1b799198e46c4c52baa63ec1d55ae063", "port_range_min": 22, "ethertype": "IPv4", "project_id": "1b799198e46c4c52baa63ec1d55ae063"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T20:17:29Z", "revision_number": 0, "id": "a451b850-2042-49e9-a94b-5c66ecb1adb2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T20:17:29Z", "security_group_id": "9729e524-0fbc-4e7d-b8f4-eb374171b0e4", "tenant_id": "1b799198e46c4c52baa63ec1d55ae063", "port_range_min": null, "ethertype": "IPv4", "project_id": "1b799198e46c4c52baa63ec1d55ae063"}], "revision_number": 3, "project_id": "1b799198e46c4c52baa63ec1d55ae063", "id": "9729e524-0fbc-4e7d-b8f4-eb374171b0e4", "name": "cloudify_ims-sg_d5fdef46-2f00-4857-be7d-99638883c979"}]} 2018-08-15 20:17:29,850 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-f5be65bf-4130-42ba-a7b4-c393e0deafc6 2018-08-15 20:17:29,850 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0460779666901s 2018-08-15 20:17:29,850 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-f5be65bf-4130-42ba-a7b4-c393e0deafc6 2018-08-15 20:17:29,854 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-15 20:17:29,854 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d734bed0dd813c8df56e0d31219e62e042ba0e38" -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": "9729e524-0fbc-4e7d-b8f4-eb374171b0e4"}}' 2018-08-15 20:17:29,985 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-5b4ede4c-e8f7-4f62-a0c1-98f6b1cbb275 Date: Wed, 15 Aug 2018 20:17:30 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-15T20:17:29Z", "security_group_id": "9729e524-0fbc-4e7d-b8f4-eb374171b0e4", "port_range_min": 80, "revision_number": 0, "tenant_id": "1b799198e46c4c52baa63ec1d55ae063", "created_at": "2018-08-15T20:17:29Z", "project_id": "1b799198e46c4c52baa63ec1d55ae063", "id": "ef0a4a83-5e95-4383-8704-50e67a224922"}} 2018-08-15 20:17:29,985 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules.json used request id req-5b4ede4c-e8f7-4f62-a0c1-98f6b1cbb275 2018-08-15 20:17:29,986 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.132031917572s 2018-08-15 20:17:29,986 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules.json used request id req-5b4ede4c-e8f7-4f62-a0c1-98f6b1cbb275 2018-08-15 20:17:29,990 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-15 20:17:29,991 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d734bed0dd813c8df56e0d31219e62e042ba0e38" 2018-08-15 20:17:30,050 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5333 X-Openstack-Request-Id: req-ad254ad2-dcf9-43dd-aca2-b7eb027eeb0f Date: Wed, 15 Aug 2018 20:17:30 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "1b799198e46c4c52baa63ec1d55ae063", "created_at": "2018-08-15T20:15:58Z", "updated_at": "2018-08-15T20:15:58Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T20:15:58Z", "revision_number": 0, "id": "231b5817-7d41-4a5f-a7ff-aa5c108b3cea", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T20:15:58Z", "security_group_id": "8b922b73-36fa-4e3f-a09f-e679987f1d08", "tenant_id": "1b799198e46c4c52baa63ec1d55ae063", "port_range_min": null, "ethertype": "IPv6", "project_id": "1b799198e46c4c52baa63ec1d55ae063"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T20:15:58Z", "revision_number": 0, "id": "39ed8152-9334-4137-b294-0ac8198e70bc", "remote_group_id": "8b922b73-36fa-4e3f-a09f-e679987f1d08", "remote_ip_prefix": null, "created_at": "2018-08-15T20:15:58Z", "security_group_id": "8b922b73-36fa-4e3f-a09f-e679987f1d08", "tenant_id": "1b799198e46c4c52baa63ec1d55ae063", "port_range_min": null, "ethertype": "IPv4", "project_id": "1b799198e46c4c52baa63ec1d55ae063"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T20:15:58Z", "revision_number": 0, "id": "5a01e01e-84a9-4ed9-b5cf-a5300d1dccce", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T20:15:58Z", "security_group_id": "8b922b73-36fa-4e3f-a09f-e679987f1d08", "tenant_id": "1b799198e46c4c52baa63ec1d55ae063", "port_range_min": null, "ethertype": "IPv4", "project_id": "1b799198e46c4c52baa63ec1d55ae063"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T20:15:58Z", "revision_number": 0, "id": "df1a2e33-311a-40ad-9bae-e23367de24fc", "remote_group_id": "8b922b73-36fa-4e3f-a09f-e679987f1d08", "remote_ip_prefix": null, "created_at": "2018-08-15T20:15:58Z", "security_group_id": "8b922b73-36fa-4e3f-a09f-e679987f1d08", "tenant_id": "1b799198e46c4c52baa63ec1d55ae063", "port_range_min": null, "ethertype": "IPv6", "project_id": "1b799198e46c4c52baa63ec1d55ae063"}], "revision_number": 1, "project_id": "1b799198e46c4c52baa63ec1d55ae063", "id": "8b922b73-36fa-4e3f-a09f-e679987f1d08", "name": "default"}, {"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "1b799198e46c4c52baa63ec1d55ae063", "created_at": "2018-08-15T20:17:29Z", "updated_at": "2018-08-15T20:17:29Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T20:17:29Z", "revision_number": 0, "id": "1d3a9f55-5f6b-41c0-a68d-7c883f91347d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T20:17:29Z", "security_group_id": "9729e524-0fbc-4e7d-b8f4-eb374171b0e4", "tenant_id": "1b799198e46c4c52baa63ec1d55ae063", "port_range_min": null, "ethertype": "IPv6", "project_id": "1b799198e46c4c52baa63ec1d55ae063"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-15T20:17:29Z", "revision_number": 0, "id": "3d713fb9-3f73-43ca-9188-e95bf99662b6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T20:17:29Z", "security_group_id": "9729e524-0fbc-4e7d-b8f4-eb374171b0e4", "tenant_id": "1b799198e46c4c52baa63ec1d55ae063", "port_range_min": null, "ethertype": "IPv4", "project_id": "1b799198e46c4c52baa63ec1d55ae063"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-15T20:17:29Z", "revision_number": 0, "id": "a2ff6d18-cc49-40b8-9e06-a063f8b9739f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T20:17:29Z", "security_group_id": "9729e524-0fbc-4e7d-b8f4-eb374171b0e4", "tenant_id": "1b799198e46c4c52baa63ec1d55ae063", "port_range_min": 22, "ethertype": "IPv4", "project_id": "1b799198e46c4c52baa63ec1d55ae063"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T20:17:29Z", "revision_number": 0, "id": "a451b850-2042-49e9-a94b-5c66ecb1adb2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T20:17:29Z", "security_group_id": "9729e524-0fbc-4e7d-b8f4-eb374171b0e4", "tenant_id": "1b799198e46c4c52baa63ec1d55ae063", "port_range_min": null, "ethertype": "IPv4", "project_id": "1b799198e46c4c52baa63ec1d55ae063"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-15T20:17:29Z", "revision_number": 0, "id": "ef0a4a83-5e95-4383-8704-50e67a224922", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T20:17:29Z", "security_group_id": "9729e524-0fbc-4e7d-b8f4-eb374171b0e4", "tenant_id": "1b799198e46c4c52baa63ec1d55ae063", "port_range_min": 80, "ethertype": "IPv4", "project_id": "1b799198e46c4c52baa63ec1d55ae063"}], "revision_number": 4, "project_id": "1b799198e46c4c52baa63ec1d55ae063", "id": "9729e524-0fbc-4e7d-b8f4-eb374171b0e4", "name": "cloudify_ims-sg_d5fdef46-2f00-4857-be7d-99638883c979"}]} 2018-08-15 20:17:30,051 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-ad254ad2-dcf9-43dd-aca2-b7eb027eeb0f 2018-08-15 20:17:30,051 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0605440139771s 2018-08-15 20:17:30,051 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-ad254ad2-dcf9-43dd-aca2-b7eb027eeb0f 2018-08-15 20:17:30,054 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-15 20:17:30,055 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d734bed0dd813c8df56e0d31219e62e042ba0e38" -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": "9729e524-0fbc-4e7d-b8f4-eb374171b0e4"}}' 2018-08-15 20:17:30,244 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-16ac893a-7036-4c4b-85ad-b4a8793ac4b3 Date: Wed, 15 Aug 2018 20:17:30 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-15T20:17:30Z", "security_group_id": "9729e524-0fbc-4e7d-b8f4-eb374171b0e4", "port_range_min": 443, "revision_number": 0, "tenant_id": "1b799198e46c4c52baa63ec1d55ae063", "created_at": "2018-08-15T20:17:30Z", "project_id": "1b799198e46c4c52baa63ec1d55ae063", "id": "b8923bf6-c68f-4910-8edf-dc8b2819de4c"}} 2018-08-15 20:17:30,244 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules.json used request id req-16ac893a-7036-4c4b-85ad-b4a8793ac4b3 2018-08-15 20:17:30,245 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.19024014473s 2018-08-15 20:17:30,245 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules.json used request id req-16ac893a-7036-4c4b-85ad-b4a8793ac4b3 2018-08-15 20:17:30,248 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-15 20:17:30,249 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d734bed0dd813c8df56e0d31219e62e042ba0e38" 2018-08-15 20:17:30,302 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5831 X-Openstack-Request-Id: req-1abc90ea-7e09-447f-98c1-59c9dbd295a9 Date: Wed, 15 Aug 2018 20:17:30 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "1b799198e46c4c52baa63ec1d55ae063", "created_at": "2018-08-15T20:15:58Z", "updated_at": "2018-08-15T20:15:58Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T20:15:58Z", "revision_number": 0, "id": "231b5817-7d41-4a5f-a7ff-aa5c108b3cea", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T20:15:58Z", "security_group_id": "8b922b73-36fa-4e3f-a09f-e679987f1d08", "tenant_id": "1b799198e46c4c52baa63ec1d55ae063", "port_range_min": null, "ethertype": "IPv6", "project_id": "1b799198e46c4c52baa63ec1d55ae063"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T20:15:58Z", "revision_number": 0, "id": "39ed8152-9334-4137-b294-0ac8198e70bc", "remote_group_id": "8b922b73-36fa-4e3f-a09f-e679987f1d08", "remote_ip_prefix": null, "created_at": "2018-08-15T20:15:58Z", "security_group_id": "8b922b73-36fa-4e3f-a09f-e679987f1d08", "tenant_id": "1b799198e46c4c52baa63ec1d55ae063", "port_range_min": null, "ethertype": "IPv4", "project_id": "1b799198e46c4c52baa63ec1d55ae063"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T20:15:58Z", "revision_number": 0, "id": "5a01e01e-84a9-4ed9-b5cf-a5300d1dccce", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T20:15:58Z", "security_group_id": "8b922b73-36fa-4e3f-a09f-e679987f1d08", "tenant_id": "1b799198e46c4c52baa63ec1d55ae063", "port_range_min": null, "ethertype": "IPv4", "project_id": "1b799198e46c4c52baa63ec1d55ae063"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T20:15:58Z", "revision_number": 0, "id": "df1a2e33-311a-40ad-9bae-e23367de24fc", "remote_group_id": "8b922b73-36fa-4e3f-a09f-e679987f1d08", "remote_ip_prefix": null, "created_at": "2018-08-15T20:15:58Z", "security_group_id": "8b922b73-36fa-4e3f-a09f-e679987f1d08", "tenant_id": "1b799198e46c4c52baa63ec1d55ae063", "port_range_min": null, "ethertype": "IPv6", "project_id": "1b799198e46c4c52baa63ec1d55ae063"}], "revision_number": 1, "project_id": "1b799198e46c4c52baa63ec1d55ae063", "id": "8b922b73-36fa-4e3f-a09f-e679987f1d08", "name": "default"}, {"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "1b799198e46c4c52baa63ec1d55ae063", "created_at": "2018-08-15T20:17:29Z", "updated_at": "2018-08-15T20:17:30Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T20:17:29Z", "revision_number": 0, "id": "1d3a9f55-5f6b-41c0-a68d-7c883f91347d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T20:17:29Z", "security_group_id": "9729e524-0fbc-4e7d-b8f4-eb374171b0e4", "tenant_id": "1b799198e46c4c52baa63ec1d55ae063", "port_range_min": null, "ethertype": "IPv6", "project_id": "1b799198e46c4c52baa63ec1d55ae063"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-15T20:17:29Z", "revision_number": 0, "id": "3d713fb9-3f73-43ca-9188-e95bf99662b6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T20:17:29Z", "security_group_id": "9729e524-0fbc-4e7d-b8f4-eb374171b0e4", "tenant_id": "1b799198e46c4c52baa63ec1d55ae063", "port_range_min": null, "ethertype": "IPv4", "project_id": "1b799198e46c4c52baa63ec1d55ae063"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-15T20:17:29Z", "revision_number": 0, "id": "a2ff6d18-cc49-40b8-9e06-a063f8b9739f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T20:17:29Z", "security_group_id": "9729e524-0fbc-4e7d-b8f4-eb374171b0e4", "tenant_id": "1b799198e46c4c52baa63ec1d55ae063", "port_range_min": 22, "ethertype": "IPv4", "project_id": "1b799198e46c4c52baa63ec1d55ae063"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T20:17:29Z", "revision_number": 0, "id": "a451b850-2042-49e9-a94b-5c66ecb1adb2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T20:17:29Z", "security_group_id": "9729e524-0fbc-4e7d-b8f4-eb374171b0e4", "tenant_id": "1b799198e46c4c52baa63ec1d55ae063", "port_range_min": null, "ethertype": "IPv4", "project_id": "1b799198e46c4c52baa63ec1d55ae063"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-08-15T20:17:30Z", "revision_number": 0, "id": "b8923bf6-c68f-4910-8edf-dc8b2819de4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T20:17:30Z", "security_group_id": "9729e524-0fbc-4e7d-b8f4-eb374171b0e4", "tenant_id": "1b799198e46c4c52baa63ec1d55ae063", "port_range_min": 443, "ethertype": "IPv4", "project_id": "1b799198e46c4c52baa63ec1d55ae063"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-15T20:17:29Z", "revision_number": 0, "id": "ef0a4a83-5e95-4383-8704-50e67a224922", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T20:17:29Z", "security_group_id": "9729e524-0fbc-4e7d-b8f4-eb374171b0e4", "tenant_id": "1b799198e46c4c52baa63ec1d55ae063", "port_range_min": 80, "ethertype": "IPv4", "project_id": "1b799198e46c4c52baa63ec1d55ae063"}], "revision_number": 5, "project_id": "1b799198e46c4c52baa63ec1d55ae063", "id": "9729e524-0fbc-4e7d-b8f4-eb374171b0e4", "name": "cloudify_ims-sg_d5fdef46-2f00-4857-be7d-99638883c979"}]} 2018-08-15 20:17:30,302 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-1abc90ea-7e09-447f-98c1-59c9dbd295a9 2018-08-15 20:17:30,302 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.053426027298s 2018-08-15 20:17:30,303 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-1abc90ea-7e09-447f-98c1-59c9dbd295a9 2018-08-15 20:17:30,307 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-15 20:17:30,308 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d734bed0dd813c8df56e0d31219e62e042ba0e38" -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": "9729e524-0fbc-4e7d-b8f4-eb374171b0e4"}}' 2018-08-15 20:17:30,454 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 511 X-Openstack-Request-Id: req-c1cd9112-8c3e-4faa-aa69-4fc28d80ac00 Date: Wed, 15 Aug 2018 20:17:30 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-15T20:17:30Z", "security_group_id": "9729e524-0fbc-4e7d-b8f4-eb374171b0e4", "port_range_min": 5671, "revision_number": 0, "tenant_id": "1b799198e46c4c52baa63ec1d55ae063", "created_at": "2018-08-15T20:17:30Z", "project_id": "1b799198e46c4c52baa63ec1d55ae063", "id": "3fae384c-50a7-4fde-81b6-f18eeba5d54a"}} 2018-08-15 20:17:30,454 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules.json used request id req-c1cd9112-8c3e-4faa-aa69-4fc28d80ac00 2018-08-15 20:17:30,454 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.146966218948s 2018-08-15 20:17:30,455 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules.json used request id req-c1cd9112-8c3e-4faa-aa69-4fc28d80ac00 2018-08-15 20:17:30,458 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-15 20:17:30,459 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d734bed0dd813c8df56e0d31219e62e042ba0e38" 2018-08-15 20:17:30,510 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 6331 X-Openstack-Request-Id: req-e289e251-d8cc-428b-b819-06d1126b7581 Date: Wed, 15 Aug 2018 20:17:30 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "1b799198e46c4c52baa63ec1d55ae063", "created_at": "2018-08-15T20:15:58Z", "updated_at": "2018-08-15T20:15:58Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T20:15:58Z", "revision_number": 0, "id": "231b5817-7d41-4a5f-a7ff-aa5c108b3cea", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T20:15:58Z", "security_group_id": "8b922b73-36fa-4e3f-a09f-e679987f1d08", "tenant_id": "1b799198e46c4c52baa63ec1d55ae063", "port_range_min": null, "ethertype": "IPv6", "project_id": "1b799198e46c4c52baa63ec1d55ae063"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T20:15:58Z", "revision_number": 0, "id": "39ed8152-9334-4137-b294-0ac8198e70bc", "remote_group_id": "8b922b73-36fa-4e3f-a09f-e679987f1d08", "remote_ip_prefix": null, "created_at": "2018-08-15T20:15:58Z", "security_group_id": "8b922b73-36fa-4e3f-a09f-e679987f1d08", "tenant_id": "1b799198e46c4c52baa63ec1d55ae063", "port_range_min": null, "ethertype": "IPv4", "project_id": "1b799198e46c4c52baa63ec1d55ae063"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T20:15:58Z", "revision_number": 0, "id": "5a01e01e-84a9-4ed9-b5cf-a5300d1dccce", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T20:15:58Z", "security_group_id": "8b922b73-36fa-4e3f-a09f-e679987f1d08", "tenant_id": "1b799198e46c4c52baa63ec1d55ae063", "port_range_min": null, "ethertype": "IPv4", "project_id": "1b799198e46c4c52baa63ec1d55ae063"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T20:15:58Z", "revision_number": 0, "id": "df1a2e33-311a-40ad-9bae-e23367de24fc", "remote_group_id": "8b922b73-36fa-4e3f-a09f-e679987f1d08", "remote_ip_prefix": null, "created_at": "2018-08-15T20:15:58Z", "security_group_id": "8b922b73-36fa-4e3f-a09f-e679987f1d08", "tenant_id": "1b799198e46c4c52baa63ec1d55ae063", "port_range_min": null, "ethertype": "IPv6", "project_id": "1b799198e46c4c52baa63ec1d55ae063"}], "revision_number": 1, "project_id": "1b799198e46c4c52baa63ec1d55ae063", "id": "8b922b73-36fa-4e3f-a09f-e679987f1d08", "name": "default"}, {"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "1b799198e46c4c52baa63ec1d55ae063", "created_at": "2018-08-15T20:17:29Z", "updated_at": "2018-08-15T20:17:30Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T20:17:29Z", "revision_number": 0, "id": "1d3a9f55-5f6b-41c0-a68d-7c883f91347d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T20:17:29Z", "security_group_id": "9729e524-0fbc-4e7d-b8f4-eb374171b0e4", "tenant_id": "1b799198e46c4c52baa63ec1d55ae063", "port_range_min": null, "ethertype": "IPv6", "project_id": "1b799198e46c4c52baa63ec1d55ae063"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-15T20:17:29Z", "revision_number": 0, "id": "3d713fb9-3f73-43ca-9188-e95bf99662b6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T20:17:29Z", "security_group_id": "9729e524-0fbc-4e7d-b8f4-eb374171b0e4", "tenant_id": "1b799198e46c4c52baa63ec1d55ae063", "port_range_min": null, "ethertype": "IPv4", "project_id": "1b799198e46c4c52baa63ec1d55ae063"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5671, "updated_at": "2018-08-15T20:17:30Z", "revision_number": 0, "id": "3fae384c-50a7-4fde-81b6-f18eeba5d54a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T20:17:30Z", "security_group_id": "9729e524-0fbc-4e7d-b8f4-eb374171b0e4", "tenant_id": "1b799198e46c4c52baa63ec1d55ae063", "port_range_min": 5671, "ethertype": "IPv4", "project_id": "1b799198e46c4c52baa63ec1d55ae063"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-15T20:17:29Z", "revision_number": 0, "id": "a2ff6d18-cc49-40b8-9e06-a063f8b9739f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T20:17:29Z", "security_group_id": "9729e524-0fbc-4e7d-b8f4-eb374171b0e4", "tenant_id": "1b799198e46c4c52baa63ec1d55ae063", "port_range_min": 22, "ethertype": "IPv4", "project_id": "1b799198e46c4c52baa63ec1d55ae063"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T20:17:29Z", "revision_number": 0, "id": "a451b850-2042-49e9-a94b-5c66ecb1adb2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T20:17:29Z", "security_group_id": "9729e524-0fbc-4e7d-b8f4-eb374171b0e4", "tenant_id": "1b799198e46c4c52baa63ec1d55ae063", "port_range_min": null, "ethertype": "IPv4", "project_id": "1b799198e46c4c52baa63ec1d55ae063"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-08-15T20:17:30Z", "revision_number": 0, "id": "b8923bf6-c68f-4910-8edf-dc8b2819de4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T20:17:30Z", "security_group_id": "9729e524-0fbc-4e7d-b8f4-eb374171b0e4", "tenant_id": "1b799198e46c4c52baa63ec1d55ae063", "port_range_min": 443, "ethertype": "IPv4", "project_id": "1b799198e46c4c52baa63ec1d55ae063"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-15T20:17:29Z", "revision_number": 0, "id": "ef0a4a83-5e95-4383-8704-50e67a224922", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T20:17:29Z", "security_group_id": "9729e524-0fbc-4e7d-b8f4-eb374171b0e4", "tenant_id": "1b799198e46c4c52baa63ec1d55ae063", "port_range_min": 80, "ethertype": "IPv4", "project_id": "1b799198e46c4c52baa63ec1d55ae063"}], "revision_number": 6, "project_id": "1b799198e46c4c52baa63ec1d55ae063", "id": "9729e524-0fbc-4e7d-b8f4-eb374171b0e4", "name": "cloudify_ims-sg_d5fdef46-2f00-4857-be7d-99638883c979"}]} 2018-08-15 20:17:30,510 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-e289e251-d8cc-428b-b819-06d1126b7581 2018-08-15 20:17:30,510 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0520870685577s 2018-08-15 20:17:30,511 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-e289e251-d8cc-428b-b819-06d1126b7581 2018-08-15 20:17:30,514 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-15 20:17:30,515 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d734bed0dd813c8df56e0d31219e62e042ba0e38" -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": "9729e524-0fbc-4e7d-b8f4-eb374171b0e4"}}' 2018-08-15 20:17:30,692 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 513 X-Openstack-Request-Id: req-f3064d0f-dd4f-4602-846e-8b31449fd95b Date: Wed, 15 Aug 2018 20:17:30 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-15T20:17:30Z", "security_group_id": "9729e524-0fbc-4e7d-b8f4-eb374171b0e4", "port_range_min": 53333, "revision_number": 0, "tenant_id": "1b799198e46c4c52baa63ec1d55ae063", "created_at": "2018-08-15T20:17:30Z", "project_id": "1b799198e46c4c52baa63ec1d55ae063", "id": "a04a2692-dff1-453b-85eb-bbaabad5e233"}} 2018-08-15 20:17:30,693 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules.json used request id req-f3064d0f-dd4f-4602-846e-8b31449fd95b 2018-08-15 20:17:30,693 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.178385972977s 2018-08-15 20:17:30,693 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules.json used request id req-f3064d0f-dd4f-4602-846e-8b31449fd95b 2018-08-15 20:17:30,695 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-15 20:17:30,695 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d734bed0dd813c8df56e0d31219e62e042ba0e38" 2018-08-15 20:17:30,793 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-a1b518ff-b4a2-4289-b790-ff31e52d2691 Date: Wed, 15 Aug 2018 20:17:30 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":["02523c7f-e4ce-4a9c-adb0-3126f8b0735f"],"updated_at":"2018-08-15T20:15:59Z","tenant_id":"1b799198e46c4c52baa63ec1d55ae063","created_at":"2018-08-15T20:15:59Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"1b799198e46c4c52baa63ec1d55ae063","id":"c1c39edd-a079-417d-9308-401db7c9e8b8","name":"cloudify_ims-net_d5fdef46-2f00-4857-be7d-99638883c979"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["3ef75223-733d-425d-bb3e-88e8a796bebc"],"updated_at":"2018-08-15T17:41:36Z","tenant_id":"d2c267e1fee9461ba5e64a915b9518f5","created_at":"2018-08-15T17:16:26Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"d2c267e1fee9461ba5e64a915b9518f5","id":"fc8ca119-27ab-4070-99fa-a2993d11ee48","name":"external"}]} 2018-08-15 20:17:30,793 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-a1b518ff-b4a2-4289-b790-ff31e52d2691 2018-08-15 20:17:30,793 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0984528064728s 2018-08-15 20:17:30,793 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-a1b518ff-b4a2-4289-b790-ff31e52d2691 2018-08-15 20:17:30,798 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-15 20:17:30,802 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d734bed0dd813c8df56e0d31219e62e042ba0e38" 2018-08-15 20:17:30,833 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1403 Content-Type: application/json X-Openstack-Request-Id: req-f59466c1-e699-4c0c-a5f3-a4c568471ec8 Date: Wed, 15 Aug 2018 20:17:30 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-15T20:17:27Z", "file": "/v2/images/8054c143-b64d-46fb-8afd-2cd0e546b8fc/file", "owner": "1b799198e46c4c52baa63ec1d55ae063", "id": "8054c143-b64d-46fb-8afd-2cd0e546b8fc", "size": 4373348352, "self": "/v2/images/8054c143-b64d-46fb-8afd-2cd0e546b8fc", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/8054c143-b64d-46fb-8afd-2cd0e546b8fc/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "locations": [{"url": "rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/8054c143-b64d-46fb-8afd-2cd0e546b8fc/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_d5fdef46-2f00-4857-be7d-99638883c979", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify_ims-img_d5fdef46-2f00-4857-be7d-99638883c979", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-08-15T20:16:27Z", "os_hidden": false, "protected": false, "os_hash_value": "faa3b93f58a3a060092d8b73ed7dff4db788b7ba9f82a679e84462fcef54c0bf7feb5c08de6f9523de4f3ec4dcb084e02454ec94619fb84802ac5a0277ea1a5d"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-15 20:17:30,833 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-f59466c1-e699-4c0c-a5f3-a4c568471ec8 2018-08-15 20:17:30,833 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0350840091705s 2018-08-15 20:17:30,834 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-f59466c1-e699-4c0c-a5f3-a4c568471ec8 2018-08-15 20:17:30,835 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-15 20:17:30,838 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d734bed0dd813c8df56e0d31219e62e042ba0e38" 2018-08-15 20:17:30,859 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:17: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-21183c09-91f4-40bb-9a3c-db2cfc4a2be7 x-compute-request-id: req-21183c09-91f4-40bb-9a3c-db2cfc4a2be7 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cloudify_ims-flavor_d5fdef46-2f00-4857-be7d-99638883c979", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/a39cef24-d443-4129-9485-7dcf222c5918", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/a39cef24-d443-4129-9485-7dcf222c5918", "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": "a39cef24-d443-4129-9485-7dcf222c5918"}]} 2018-08-15 20:17:30,860 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-21183c09-91f4-40bb-9a3c-db2cfc4a2be7 2018-08-15 20:17:30,860 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0244271755219s 2018-08-15 20:17:30,860 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-21183c09-91f4-40bb-9a3c-db2cfc4a2be7 2018-08-15 20:17:30,862 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-15 20:17:30,865 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d734bed0dd813c8df56e0d31219e62e042ba0e38" -d '{"server": {"name": "cloudify_ims-vm_d5fdef46-2f00-4857-be7d-99638883c979", "imageRef": "8054c143-b64d-46fb-8afd-2cd0e546b8fc", "key_name": "cloudify_ims-kp_d5fdef46-2f00-4857-be7d-99638883c979", "flavorRef": "a39cef24-d443-4129-9485-7dcf222c5918", "max_count": 1, "min_count": 1, "networks": [{"uuid": "c1c39edd-a079-417d-9308-401db7c9e8b8"}], "security_groups": [{"name": "9729e524-0fbc-4e7d-b8f4-eb374171b0e4"}]}}' 2018-08-15 20:17:32,450 - keystoneauth.session - DEBUG - RESP: [202] Date: Wed, 15 Aug 2018 20:17: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-776ca7ce-9d03-4bab-9d48-f34b06f5860d x-compute-request-id: req-776ca7ce-9d03-4bab-9d48-f34b06f5860d Content-Length: 403 location: http://172.30.9.27:8774/v2.1/servers/b384caf8-3793-4f79-81ad-36a9aab2d38d Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "9729e524-0fbc-4e7d-b8f4-eb374171b0e4"}], "OS-DCF:diskConfig": "MANUAL", "id": "b384caf8-3793-4f79-81ad-36a9aab2d38d", "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/b384caf8-3793-4f79-81ad-36a9aab2d38d", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/b384caf8-3793-4f79-81ad-36a9aab2d38d", "rel": "bookmark"}], "adminPass": "W5Xw878aph8m"}} 2018-08-15 20:17:32,451 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-776ca7ce-9d03-4bab-9d48-f34b06f5860d 2018-08-15 20:17:32,451 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 1.58878207207s 2018-08-15 20:17:32,451 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-776ca7ce-9d03-4bab-9d48-f34b06f5860d 2018-08-15 20:17:32,452 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:17:32,455 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d734bed0dd813c8df56e0d31219e62e042ba0e38" 2018-08-15 20:17:33,086 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:17:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-958a436f-7d73-4eb6-8f8a-fb789eae6ed7 x-compute-request-id: req-958a436f-7d73-4eb6-8f8a-fb789eae6ed7 Content-Encoding: gzip Content-Length: 607 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/b384caf8-3793-4f79-81ad-36a9aab2d38d", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/b384caf8-3793-4f79-81ad-36a9aab2d38d", "rel": "bookmark"}], "image": {"id": "8054c143-b64d-46fb-8afd-2cd0e546b8fc", "links": [{"href": "http://172.30.9.27:8774/images/8054c143-b64d-46fb-8afd-2cd0e546b8fc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a39cef24-d443-4129-9485-7dcf222c5918", "links": [{"href": "http://172.30.9.27:8774/flavors/a39cef24-d443-4129-9485-7dcf222c5918", "rel": "bookmark"}]}, "id": "b384caf8-3793-4f79-81ad-36a9aab2d38d", "user_id": "539c1e769d89433db45267e6a540c4db", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T20:17:32Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_d5fdef46-2f00-4857-be7d-99638883c979", "name": "cloudify_ims-vm_d5fdef46-2f00-4857-be7d-99638883c979", "created": "2018-08-15T20:17:32Z", "tenant_id": "1b799198e46c4c52baa63ec1d55ae063", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:17:33,086 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-958a436f-7d73-4eb6-8f8a-fb789eae6ed7 2018-08-15 20:17:33,086 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.63431096077s 2018-08-15 20:17:33,087 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-958a436f-7d73-4eb6-8f8a-fb789eae6ed7 2018-08-15 20:17:33,096 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-15 20:17:33,096 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d734bed0dd813c8df56e0d31219e62e042ba0e38" 2018-08-15 20:17:33,187 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-348e061e-e0cb-4aa2-989a-1b0f1e37ad87 Date: Wed, 15 Aug 2018 20:17: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":["02523c7f-e4ce-4a9c-adb0-3126f8b0735f"],"updated_at":"2018-08-15T20:15:59Z","tenant_id":"1b799198e46c4c52baa63ec1d55ae063","created_at":"2018-08-15T20:15:59Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"1b799198e46c4c52baa63ec1d55ae063","id":"c1c39edd-a079-417d-9308-401db7c9e8b8","name":"cloudify_ims-net_d5fdef46-2f00-4857-be7d-99638883c979"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["3ef75223-733d-425d-bb3e-88e8a796bebc"],"updated_at":"2018-08-15T17:41:36Z","tenant_id":"d2c267e1fee9461ba5e64a915b9518f5","created_at":"2018-08-15T17:16:26Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"d2c267e1fee9461ba5e64a915b9518f5","id":"fc8ca119-27ab-4070-99fa-a2993d11ee48","name":"external"}]} 2018-08-15 20:17:33,187 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-348e061e-e0cb-4aa2-989a-1b0f1e37ad87 2018-08-15 20:17:33,187 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0915660858154s 2018-08-15 20:17:33,188 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-348e061e-e0cb-4aa2-989a-1b0f1e37ad87 2018-08-15 20:17:33,188 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-15 20:17:33,189 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d734bed0dd813c8df56e0d31219e62e042ba0e38" 2018-08-15 20:17:33,233 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 683 X-Openstack-Request-Id: req-0a4d3f9d-0b6d-4f09-b18c-2675091e5842 Date: Wed, 15 Aug 2018 20:17:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c1c39edd-a079-417d-9308-401db7c9e8b8","tenant_id":"1b799198e46c4c52baa63ec1d55ae063","created_at":"2018-08-15T20:15:59Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-15T20:15: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":"1b799198e46c4c52baa63ec1d55ae063","id":"02523c7f-e4ce-4a9c-adb0-3126f8b0735f","subnetpool_id":null,"name":"cloudify_ims-subnet_d5fdef46-2f00-4857-be7d-99638883c979"}]} 2018-08-15 20:17:33,233 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-0a4d3f9d-0b6d-4f09-b18c-2675091e5842 2018-08-15 20:17:33,233 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0448741912842s 2018-08-15 20:17:33,234 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-0a4d3f9d-0b6d-4f09-b18c-2675091e5842 2018-08-15 20:17:33,234 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 20:17:35,237 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:17:35,240 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d734bed0dd813c8df56e0d31219e62e042ba0e38" 2018-08-15 20:17:36,059 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:17:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-27af1402-6cc1-4225-9794-8ac4a15b338e x-compute-request-id: req-27af1402-6cc1-4225-9794-8ac4a15b338e Content-Encoding: gzip Content-Length: 674 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/b384caf8-3793-4f79-81ad-36a9aab2d38d", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/b384caf8-3793-4f79-81ad-36a9aab2d38d", "rel": "bookmark"}], "image": {"id": "8054c143-b64d-46fb-8afd-2cd0e546b8fc", "links": [{"href": "http://172.30.9.27:8774/images/8054c143-b64d-46fb-8afd-2cd0e546b8fc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a39cef24-d443-4129-9485-7dcf222c5918", "links": [{"href": "http://172.30.9.27:8774/flavors/a39cef24-d443-4129-9485-7dcf222c5918", "rel": "bookmark"}]}, "id": "b384caf8-3793-4f79-81ad-36a9aab2d38d", "security_groups": [{"name": "cloudify_ims-sg_d5fdef46-2f00-4857-be7d-99638883c979"}], "user_id": "539c1e769d89433db45267e6a540c4db", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T20:17:35Z", "hostId": "676d88501149fc90ef2c20ebaa609d8f91451f7da15cecf9ef9cb8db", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_d5fdef46-2f00-4857-be7d-99638883c979", "name": "cloudify_ims-vm_d5fdef46-2f00-4857-be7d-99638883c979", "created": "2018-08-15T20:17:32Z", "tenant_id": "1b799198e46c4c52baa63ec1d55ae063", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:17:36,060 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-27af1402-6cc1-4225-9794-8ac4a15b338e 2018-08-15 20:17:36,060 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.822607040405s 2018-08-15 20:17:36,060 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-27af1402-6cc1-4225-9794-8ac4a15b338e 2018-08-15 20:17:36,064 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 20:17:38,067 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:17:38,070 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d734bed0dd813c8df56e0d31219e62e042ba0e38" 2018-08-15 20:17:38,510 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:17: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-cae94a1d-3989-4da7-ac64-2693b026e123 x-compute-request-id: req-cae94a1d-3989-4da7-ac64-2693b026e123 Content-Encoding: gzip Content-Length: 674 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/b384caf8-3793-4f79-81ad-36a9aab2d38d", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/b384caf8-3793-4f79-81ad-36a9aab2d38d", "rel": "bookmark"}], "image": {"id": "8054c143-b64d-46fb-8afd-2cd0e546b8fc", "links": [{"href": "http://172.30.9.27:8774/images/8054c143-b64d-46fb-8afd-2cd0e546b8fc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a39cef24-d443-4129-9485-7dcf222c5918", "links": [{"href": "http://172.30.9.27:8774/flavors/a39cef24-d443-4129-9485-7dcf222c5918", "rel": "bookmark"}]}, "id": "b384caf8-3793-4f79-81ad-36a9aab2d38d", "security_groups": [{"name": "cloudify_ims-sg_d5fdef46-2f00-4857-be7d-99638883c979"}], "user_id": "539c1e769d89433db45267e6a540c4db", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T20:17:35Z", "hostId": "676d88501149fc90ef2c20ebaa609d8f91451f7da15cecf9ef9cb8db", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_d5fdef46-2f00-4857-be7d-99638883c979", "name": "cloudify_ims-vm_d5fdef46-2f00-4857-be7d-99638883c979", "created": "2018-08-15T20:17:32Z", "tenant_id": "1b799198e46c4c52baa63ec1d55ae063", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:17:38,511 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-cae94a1d-3989-4da7-ac64-2693b026e123 2018-08-15 20:17:38,511 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.443451881409s 2018-08-15 20:17:38,511 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-cae94a1d-3989-4da7-ac64-2693b026e123 2018-08-15 20:17:38,515 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 20:17:40,518 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:17:40,521 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d734bed0dd813c8df56e0d31219e62e042ba0e38" 2018-08-15 20:17:40,902 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:17: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-54f3885b-a16d-4994-848e-22f0ff9aa42a x-compute-request-id: req-54f3885b-a16d-4994-848e-22f0ff9aa42a Content-Encoding: gzip Content-Length: 674 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/b384caf8-3793-4f79-81ad-36a9aab2d38d", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/b384caf8-3793-4f79-81ad-36a9aab2d38d", "rel": "bookmark"}], "image": {"id": "8054c143-b64d-46fb-8afd-2cd0e546b8fc", "links": [{"href": "http://172.30.9.27:8774/images/8054c143-b64d-46fb-8afd-2cd0e546b8fc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a39cef24-d443-4129-9485-7dcf222c5918", "links": [{"href": "http://172.30.9.27:8774/flavors/a39cef24-d443-4129-9485-7dcf222c5918", "rel": "bookmark"}]}, "id": "b384caf8-3793-4f79-81ad-36a9aab2d38d", "security_groups": [{"name": "cloudify_ims-sg_d5fdef46-2f00-4857-be7d-99638883c979"}], "user_id": "539c1e769d89433db45267e6a540c4db", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T20:17:35Z", "hostId": "676d88501149fc90ef2c20ebaa609d8f91451f7da15cecf9ef9cb8db", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_d5fdef46-2f00-4857-be7d-99638883c979", "name": "cloudify_ims-vm_d5fdef46-2f00-4857-be7d-99638883c979", "created": "2018-08-15T20:17:32Z", "tenant_id": "1b799198e46c4c52baa63ec1d55ae063", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:17:40,903 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-54f3885b-a16d-4994-848e-22f0ff9aa42a 2018-08-15 20:17:40,903 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.384773015976s 2018-08-15 20:17:40,903 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-54f3885b-a16d-4994-848e-22f0ff9aa42a 2018-08-15 20:17:40,907 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 20:17:42,910 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:17:42,913 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d734bed0dd813c8df56e0d31219e62e042ba0e38" 2018-08-15 20:17:43,387 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:17: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-dd7edc67-7faa-451c-9297-953e2d4cfca6 x-compute-request-id: req-dd7edc67-7faa-451c-9297-953e2d4cfca6 Content-Encoding: gzip Content-Length: 674 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/b384caf8-3793-4f79-81ad-36a9aab2d38d", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/b384caf8-3793-4f79-81ad-36a9aab2d38d", "rel": "bookmark"}], "image": {"id": "8054c143-b64d-46fb-8afd-2cd0e546b8fc", "links": [{"href": "http://172.30.9.27:8774/images/8054c143-b64d-46fb-8afd-2cd0e546b8fc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a39cef24-d443-4129-9485-7dcf222c5918", "links": [{"href": "http://172.30.9.27:8774/flavors/a39cef24-d443-4129-9485-7dcf222c5918", "rel": "bookmark"}]}, "id": "b384caf8-3793-4f79-81ad-36a9aab2d38d", "security_groups": [{"name": "cloudify_ims-sg_d5fdef46-2f00-4857-be7d-99638883c979"}], "user_id": "539c1e769d89433db45267e6a540c4db", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T20:17:35Z", "hostId": "676d88501149fc90ef2c20ebaa609d8f91451f7da15cecf9ef9cb8db", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_d5fdef46-2f00-4857-be7d-99638883c979", "name": "cloudify_ims-vm_d5fdef46-2f00-4857-be7d-99638883c979", "created": "2018-08-15T20:17:32Z", "tenant_id": "1b799198e46c4c52baa63ec1d55ae063", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:17:43,387 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-dd7edc67-7faa-451c-9297-953e2d4cfca6 2018-08-15 20:17:43,387 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.477094173431s 2018-08-15 20:17:43,387 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-dd7edc67-7faa-451c-9297-953e2d4cfca6 2018-08-15 20:17:43,392 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 20:17:45,395 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:17:45,398 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d734bed0dd813c8df56e0d31219e62e042ba0e38" 2018-08-15 20:17:45,886 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:17:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9832681e-f5e5-427d-a809-f9b9b846aaf9 x-compute-request-id: req-9832681e-f5e5-427d-a809-f9b9b846aaf9 Content-Encoding: gzip Content-Length: 674 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/b384caf8-3793-4f79-81ad-36a9aab2d38d", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/b384caf8-3793-4f79-81ad-36a9aab2d38d", "rel": "bookmark"}], "image": {"id": "8054c143-b64d-46fb-8afd-2cd0e546b8fc", "links": [{"href": "http://172.30.9.27:8774/images/8054c143-b64d-46fb-8afd-2cd0e546b8fc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a39cef24-d443-4129-9485-7dcf222c5918", "links": [{"href": "http://172.30.9.27:8774/flavors/a39cef24-d443-4129-9485-7dcf222c5918", "rel": "bookmark"}]}, "id": "b384caf8-3793-4f79-81ad-36a9aab2d38d", "security_groups": [{"name": "cloudify_ims-sg_d5fdef46-2f00-4857-be7d-99638883c979"}], "user_id": "539c1e769d89433db45267e6a540c4db", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T20:17:35Z", "hostId": "676d88501149fc90ef2c20ebaa609d8f91451f7da15cecf9ef9cb8db", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_d5fdef46-2f00-4857-be7d-99638883c979", "name": "cloudify_ims-vm_d5fdef46-2f00-4857-be7d-99638883c979", "created": "2018-08-15T20:17:32Z", "tenant_id": "1b799198e46c4c52baa63ec1d55ae063", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:17:45,886 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-9832681e-f5e5-427d-a809-f9b9b846aaf9 2018-08-15 20:17:45,887 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.491374969482s 2018-08-15 20:17:45,887 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-9832681e-f5e5-427d-a809-f9b9b846aaf9 2018-08-15 20:17:45,891 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 20:17:47,893 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:17:47,896 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d734bed0dd813c8df56e0d31219e62e042ba0e38" 2018-08-15 20:17:48,303 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:17: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-3e8d1b59-fe0c-4d37-a7a1-3bbe3f605975 x-compute-request-id: req-3e8d1b59-fe0c-4d37-a7a1-3bbe3f605975 Content-Encoding: gzip Content-Length: 674 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/b384caf8-3793-4f79-81ad-36a9aab2d38d", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/b384caf8-3793-4f79-81ad-36a9aab2d38d", "rel": "bookmark"}], "image": {"id": "8054c143-b64d-46fb-8afd-2cd0e546b8fc", "links": [{"href": "http://172.30.9.27:8774/images/8054c143-b64d-46fb-8afd-2cd0e546b8fc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a39cef24-d443-4129-9485-7dcf222c5918", "links": [{"href": "http://172.30.9.27:8774/flavors/a39cef24-d443-4129-9485-7dcf222c5918", "rel": "bookmark"}]}, "id": "b384caf8-3793-4f79-81ad-36a9aab2d38d", "security_groups": [{"name": "cloudify_ims-sg_d5fdef46-2f00-4857-be7d-99638883c979"}], "user_id": "539c1e769d89433db45267e6a540c4db", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T20:17:35Z", "hostId": "676d88501149fc90ef2c20ebaa609d8f91451f7da15cecf9ef9cb8db", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_d5fdef46-2f00-4857-be7d-99638883c979", "name": "cloudify_ims-vm_d5fdef46-2f00-4857-be7d-99638883c979", "created": "2018-08-15T20:17:32Z", "tenant_id": "1b799198e46c4c52baa63ec1d55ae063", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:17:48,303 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-3e8d1b59-fe0c-4d37-a7a1-3bbe3f605975 2018-08-15 20:17:48,303 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.409927129745s 2018-08-15 20:17:48,304 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-3e8d1b59-fe0c-4d37-a7a1-3bbe3f605975 2018-08-15 20:17:48,308 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 20:17:50,310 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:17:50,313 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d734bed0dd813c8df56e0d31219e62e042ba0e38" 2018-08-15 20:17:50,728 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:17: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-617f53a6-3a98-4826-9c29-9bb8b2baa960 x-compute-request-id: req-617f53a6-3a98-4826-9c29-9bb8b2baa960 Content-Encoding: gzip Content-Length: 674 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/b384caf8-3793-4f79-81ad-36a9aab2d38d", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/b384caf8-3793-4f79-81ad-36a9aab2d38d", "rel": "bookmark"}], "image": {"id": "8054c143-b64d-46fb-8afd-2cd0e546b8fc", "links": [{"href": "http://172.30.9.27:8774/images/8054c143-b64d-46fb-8afd-2cd0e546b8fc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a39cef24-d443-4129-9485-7dcf222c5918", "links": [{"href": "http://172.30.9.27:8774/flavors/a39cef24-d443-4129-9485-7dcf222c5918", "rel": "bookmark"}]}, "id": "b384caf8-3793-4f79-81ad-36a9aab2d38d", "security_groups": [{"name": "cloudify_ims-sg_d5fdef46-2f00-4857-be7d-99638883c979"}], "user_id": "539c1e769d89433db45267e6a540c4db", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T20:17:35Z", "hostId": "676d88501149fc90ef2c20ebaa609d8f91451f7da15cecf9ef9cb8db", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_d5fdef46-2f00-4857-be7d-99638883c979", "name": "cloudify_ims-vm_d5fdef46-2f00-4857-be7d-99638883c979", "created": "2018-08-15T20:17:32Z", "tenant_id": "1b799198e46c4c52baa63ec1d55ae063", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:17:50,729 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-617f53a6-3a98-4826-9c29-9bb8b2baa960 2018-08-15 20:17:50,729 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.418532133102s 2018-08-15 20:17:50,729 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-617f53a6-3a98-4826-9c29-9bb8b2baa960 2018-08-15 20:17:50,734 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 20:17:52,737 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:17:52,740 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d734bed0dd813c8df56e0d31219e62e042ba0e38" 2018-08-15 20:17:52,928 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:17:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-485f64dc-6335-4604-bfb4-62ee3b462e7e x-compute-request-id: req-485f64dc-6335-4604-bfb4-62ee3b462e7e Content-Encoding: gzip Content-Length: 674 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/b384caf8-3793-4f79-81ad-36a9aab2d38d", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/b384caf8-3793-4f79-81ad-36a9aab2d38d", "rel": "bookmark"}], "image": {"id": "8054c143-b64d-46fb-8afd-2cd0e546b8fc", "links": [{"href": "http://172.30.9.27:8774/images/8054c143-b64d-46fb-8afd-2cd0e546b8fc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a39cef24-d443-4129-9485-7dcf222c5918", "links": [{"href": "http://172.30.9.27:8774/flavors/a39cef24-d443-4129-9485-7dcf222c5918", "rel": "bookmark"}]}, "id": "b384caf8-3793-4f79-81ad-36a9aab2d38d", "security_groups": [{"name": "cloudify_ims-sg_d5fdef46-2f00-4857-be7d-99638883c979"}], "user_id": "539c1e769d89433db45267e6a540c4db", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T20:17:35Z", "hostId": "676d88501149fc90ef2c20ebaa609d8f91451f7da15cecf9ef9cb8db", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_d5fdef46-2f00-4857-be7d-99638883c979", "name": "cloudify_ims-vm_d5fdef46-2f00-4857-be7d-99638883c979", "created": "2018-08-15T20:17:32Z", "tenant_id": "1b799198e46c4c52baa63ec1d55ae063", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:17:52,928 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-485f64dc-6335-4604-bfb4-62ee3b462e7e 2018-08-15 20:17:52,929 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.191429138184s 2018-08-15 20:17:52,929 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-485f64dc-6335-4604-bfb4-62ee3b462e7e 2018-08-15 20:17:52,933 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 20:17:54,935 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:17:54,938 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d734bed0dd813c8df56e0d31219e62e042ba0e38" 2018-08-15 20:17:55,751 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:17:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ee01f3a5-3c3c-44b9-8365-628cf475cd51 x-compute-request-id: req-ee01f3a5-3c3c-44b9-8365-628cf475cd51 Content-Encoding: gzip Content-Length: 674 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/b384caf8-3793-4f79-81ad-36a9aab2d38d", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/b384caf8-3793-4f79-81ad-36a9aab2d38d", "rel": "bookmark"}], "image": {"id": "8054c143-b64d-46fb-8afd-2cd0e546b8fc", "links": [{"href": "http://172.30.9.27:8774/images/8054c143-b64d-46fb-8afd-2cd0e546b8fc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a39cef24-d443-4129-9485-7dcf222c5918", "links": [{"href": "http://172.30.9.27:8774/flavors/a39cef24-d443-4129-9485-7dcf222c5918", "rel": "bookmark"}]}, "id": "b384caf8-3793-4f79-81ad-36a9aab2d38d", "security_groups": [{"name": "cloudify_ims-sg_d5fdef46-2f00-4857-be7d-99638883c979"}], "user_id": "539c1e769d89433db45267e6a540c4db", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T20:17:35Z", "hostId": "676d88501149fc90ef2c20ebaa609d8f91451f7da15cecf9ef9cb8db", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_d5fdef46-2f00-4857-be7d-99638883c979", "name": "cloudify_ims-vm_d5fdef46-2f00-4857-be7d-99638883c979", "created": "2018-08-15T20:17:32Z", "tenant_id": "1b799198e46c4c52baa63ec1d55ae063", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:17:55,752 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-ee01f3a5-3c3c-44b9-8365-628cf475cd51 2018-08-15 20:17:55,752 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.816642999649s 2018-08-15 20:17:55,752 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-ee01f3a5-3c3c-44b9-8365-628cf475cd51 2018-08-15 20:17:55,756 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 20:17:57,759 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:17:57,762 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d734bed0dd813c8df56e0d31219e62e042ba0e38" 2018-08-15 20:17:57,934 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:17:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2ee37902-13d4-4896-a401-e8d47d077c86 x-compute-request-id: req-2ee37902-13d4-4896-a401-e8d47d077c86 Content-Encoding: gzip Content-Length: 674 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/b384caf8-3793-4f79-81ad-36a9aab2d38d", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/b384caf8-3793-4f79-81ad-36a9aab2d38d", "rel": "bookmark"}], "image": {"id": "8054c143-b64d-46fb-8afd-2cd0e546b8fc", "links": [{"href": "http://172.30.9.27:8774/images/8054c143-b64d-46fb-8afd-2cd0e546b8fc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a39cef24-d443-4129-9485-7dcf222c5918", "links": [{"href": "http://172.30.9.27:8774/flavors/a39cef24-d443-4129-9485-7dcf222c5918", "rel": "bookmark"}]}, "id": "b384caf8-3793-4f79-81ad-36a9aab2d38d", "security_groups": [{"name": "cloudify_ims-sg_d5fdef46-2f00-4857-be7d-99638883c979"}], "user_id": "539c1e769d89433db45267e6a540c4db", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T20:17:35Z", "hostId": "676d88501149fc90ef2c20ebaa609d8f91451f7da15cecf9ef9cb8db", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_d5fdef46-2f00-4857-be7d-99638883c979", "name": "cloudify_ims-vm_d5fdef46-2f00-4857-be7d-99638883c979", "created": "2018-08-15T20:17:32Z", "tenant_id": "1b799198e46c4c52baa63ec1d55ae063", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:17:57,934 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-2ee37902-13d4-4896-a401-e8d47d077c86 2018-08-15 20:17:57,934 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.175092935562s 2018-08-15 20:17:57,935 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-2ee37902-13d4-4896-a401-e8d47d077c86 2018-08-15 20:17:57,939 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 20:17:59,941 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:17:59,945 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d734bed0dd813c8df56e0d31219e62e042ba0e38" 2018-08-15 20:18:00,391 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:17: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-8d8eb8b2-27ed-4445-9508-a829d37aeafd x-compute-request-id: req-8d8eb8b2-27ed-4445-9508-a829d37aeafd Content-Encoding: gzip Content-Length: 674 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/b384caf8-3793-4f79-81ad-36a9aab2d38d", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/b384caf8-3793-4f79-81ad-36a9aab2d38d", "rel": "bookmark"}], "image": {"id": "8054c143-b64d-46fb-8afd-2cd0e546b8fc", "links": [{"href": "http://172.30.9.27:8774/images/8054c143-b64d-46fb-8afd-2cd0e546b8fc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a39cef24-d443-4129-9485-7dcf222c5918", "links": [{"href": "http://172.30.9.27:8774/flavors/a39cef24-d443-4129-9485-7dcf222c5918", "rel": "bookmark"}]}, "id": "b384caf8-3793-4f79-81ad-36a9aab2d38d", "security_groups": [{"name": "cloudify_ims-sg_d5fdef46-2f00-4857-be7d-99638883c979"}], "user_id": "539c1e769d89433db45267e6a540c4db", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T20:17:35Z", "hostId": "676d88501149fc90ef2c20ebaa609d8f91451f7da15cecf9ef9cb8db", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_d5fdef46-2f00-4857-be7d-99638883c979", "name": "cloudify_ims-vm_d5fdef46-2f00-4857-be7d-99638883c979", "created": "2018-08-15T20:17:32Z", "tenant_id": "1b799198e46c4c52baa63ec1d55ae063", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:18:00,391 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-8d8eb8b2-27ed-4445-9508-a829d37aeafd 2018-08-15 20:18:00,391 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.449738025665s 2018-08-15 20:18:00,392 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-8d8eb8b2-27ed-4445-9508-a829d37aeafd 2018-08-15 20:18:00,396 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 20:18:02,398 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:18:02,401 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d734bed0dd813c8df56e0d31219e62e042ba0e38" 2018-08-15 20:18:02,750 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:18:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e6c5b591-6e5a-428e-b298-d5d6c6592872 x-compute-request-id: req-e6c5b591-6e5a-428e-b298-d5d6c6592872 Content-Encoding: gzip Content-Length: 674 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/b384caf8-3793-4f79-81ad-36a9aab2d38d", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/b384caf8-3793-4f79-81ad-36a9aab2d38d", "rel": "bookmark"}], "image": {"id": "8054c143-b64d-46fb-8afd-2cd0e546b8fc", "links": [{"href": "http://172.30.9.27:8774/images/8054c143-b64d-46fb-8afd-2cd0e546b8fc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a39cef24-d443-4129-9485-7dcf222c5918", "links": [{"href": "http://172.30.9.27:8774/flavors/a39cef24-d443-4129-9485-7dcf222c5918", "rel": "bookmark"}]}, "id": "b384caf8-3793-4f79-81ad-36a9aab2d38d", "security_groups": [{"name": "cloudify_ims-sg_d5fdef46-2f00-4857-be7d-99638883c979"}], "user_id": "539c1e769d89433db45267e6a540c4db", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T20:17:35Z", "hostId": "676d88501149fc90ef2c20ebaa609d8f91451f7da15cecf9ef9cb8db", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_d5fdef46-2f00-4857-be7d-99638883c979", "name": "cloudify_ims-vm_d5fdef46-2f00-4857-be7d-99638883c979", "created": "2018-08-15T20:17:32Z", "tenant_id": "1b799198e46c4c52baa63ec1d55ae063", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:18:02,750 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-e6c5b591-6e5a-428e-b298-d5d6c6592872 2018-08-15 20:18:02,750 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.351686000824s 2018-08-15 20:18:02,751 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-e6c5b591-6e5a-428e-b298-d5d6c6592872 2018-08-15 20:18:02,755 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 20:18:04,758 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:18:04,762 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d734bed0dd813c8df56e0d31219e62e042ba0e38" 2018-08-15 20:18:05,096 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:18:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-298bb8e0-980c-4731-9678-5dbd5490a5c9 x-compute-request-id: req-298bb8e0-980c-4731-9678-5dbd5490a5c9 Content-Encoding: gzip Content-Length: 674 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/b384caf8-3793-4f79-81ad-36a9aab2d38d", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/b384caf8-3793-4f79-81ad-36a9aab2d38d", "rel": "bookmark"}], "image": {"id": "8054c143-b64d-46fb-8afd-2cd0e546b8fc", "links": [{"href": "http://172.30.9.27:8774/images/8054c143-b64d-46fb-8afd-2cd0e546b8fc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a39cef24-d443-4129-9485-7dcf222c5918", "links": [{"href": "http://172.30.9.27:8774/flavors/a39cef24-d443-4129-9485-7dcf222c5918", "rel": "bookmark"}]}, "id": "b384caf8-3793-4f79-81ad-36a9aab2d38d", "security_groups": [{"name": "cloudify_ims-sg_d5fdef46-2f00-4857-be7d-99638883c979"}], "user_id": "539c1e769d89433db45267e6a540c4db", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T20:17:35Z", "hostId": "676d88501149fc90ef2c20ebaa609d8f91451f7da15cecf9ef9cb8db", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_d5fdef46-2f00-4857-be7d-99638883c979", "name": "cloudify_ims-vm_d5fdef46-2f00-4857-be7d-99638883c979", "created": "2018-08-15T20:17:32Z", "tenant_id": "1b799198e46c4c52baa63ec1d55ae063", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:18:05,096 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-298bb8e0-980c-4731-9678-5dbd5490a5c9 2018-08-15 20:18:05,097 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.338215112686s 2018-08-15 20:18:05,097 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-298bb8e0-980c-4731-9678-5dbd5490a5c9 2018-08-15 20:18:05,101 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 20:18:07,103 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:18:07,106 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d734bed0dd813c8df56e0d31219e62e042ba0e38" 2018-08-15 20:18:08,051 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:18:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e11877de-458d-4ea3-adc4-8239e35414f5 x-compute-request-id: req-e11877de-458d-4ea3-adc4-8239e35414f5 Content-Encoding: gzip Content-Length: 674 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/b384caf8-3793-4f79-81ad-36a9aab2d38d", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/b384caf8-3793-4f79-81ad-36a9aab2d38d", "rel": "bookmark"}], "image": {"id": "8054c143-b64d-46fb-8afd-2cd0e546b8fc", "links": [{"href": "http://172.30.9.27:8774/images/8054c143-b64d-46fb-8afd-2cd0e546b8fc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a39cef24-d443-4129-9485-7dcf222c5918", "links": [{"href": "http://172.30.9.27:8774/flavors/a39cef24-d443-4129-9485-7dcf222c5918", "rel": "bookmark"}]}, "id": "b384caf8-3793-4f79-81ad-36a9aab2d38d", "security_groups": [{"name": "cloudify_ims-sg_d5fdef46-2f00-4857-be7d-99638883c979"}], "user_id": "539c1e769d89433db45267e6a540c4db", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T20:17:35Z", "hostId": "676d88501149fc90ef2c20ebaa609d8f91451f7da15cecf9ef9cb8db", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_d5fdef46-2f00-4857-be7d-99638883c979", "name": "cloudify_ims-vm_d5fdef46-2f00-4857-be7d-99638883c979", "created": "2018-08-15T20:17:32Z", "tenant_id": "1b799198e46c4c52baa63ec1d55ae063", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:18:08,051 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-e11877de-458d-4ea3-adc4-8239e35414f5 2018-08-15 20:18:08,052 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.948040962219s 2018-08-15 20:18:08,052 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-e11877de-458d-4ea3-adc4-8239e35414f5 2018-08-15 20:18:08,056 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 20:18:10,059 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:18:10,062 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d734bed0dd813c8df56e0d31219e62e042ba0e38" 2018-08-15 20:18:10,231 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:18:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-96ba24d9-813d-4462-8acb-9d66cf852387 x-compute-request-id: req-96ba24d9-813d-4462-8acb-9d66cf852387 Content-Encoding: gzip Content-Length: 674 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/b384caf8-3793-4f79-81ad-36a9aab2d38d", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/b384caf8-3793-4f79-81ad-36a9aab2d38d", "rel": "bookmark"}], "image": {"id": "8054c143-b64d-46fb-8afd-2cd0e546b8fc", "links": [{"href": "http://172.30.9.27:8774/images/8054c143-b64d-46fb-8afd-2cd0e546b8fc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a39cef24-d443-4129-9485-7dcf222c5918", "links": [{"href": "http://172.30.9.27:8774/flavors/a39cef24-d443-4129-9485-7dcf222c5918", "rel": "bookmark"}]}, "id": "b384caf8-3793-4f79-81ad-36a9aab2d38d", "security_groups": [{"name": "cloudify_ims-sg_d5fdef46-2f00-4857-be7d-99638883c979"}], "user_id": "539c1e769d89433db45267e6a540c4db", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T20:17:35Z", "hostId": "676d88501149fc90ef2c20ebaa609d8f91451f7da15cecf9ef9cb8db", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_d5fdef46-2f00-4857-be7d-99638883c979", "name": "cloudify_ims-vm_d5fdef46-2f00-4857-be7d-99638883c979", "created": "2018-08-15T20:17:32Z", "tenant_id": "1b799198e46c4c52baa63ec1d55ae063", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:18:10,231 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-96ba24d9-813d-4462-8acb-9d66cf852387 2018-08-15 20:18:10,231 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.172476053238s 2018-08-15 20:18:10,232 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-96ba24d9-813d-4462-8acb-9d66cf852387 2018-08-15 20:18:10,236 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 20:18:12,239 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:18:12,242 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d734bed0dd813c8df56e0d31219e62e042ba0e38" 2018-08-15 20:18:12,581 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:18:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2a60f609-5ae9-4e27-a4e7-7c8a61e77bd0 x-compute-request-id: req-2a60f609-5ae9-4e27-a4e7-7c8a61e77bd0 Content-Encoding: gzip Content-Length: 674 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/b384caf8-3793-4f79-81ad-36a9aab2d38d", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/b384caf8-3793-4f79-81ad-36a9aab2d38d", "rel": "bookmark"}], "image": {"id": "8054c143-b64d-46fb-8afd-2cd0e546b8fc", "links": [{"href": "http://172.30.9.27:8774/images/8054c143-b64d-46fb-8afd-2cd0e546b8fc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a39cef24-d443-4129-9485-7dcf222c5918", "links": [{"href": "http://172.30.9.27:8774/flavors/a39cef24-d443-4129-9485-7dcf222c5918", "rel": "bookmark"}]}, "id": "b384caf8-3793-4f79-81ad-36a9aab2d38d", "security_groups": [{"name": "cloudify_ims-sg_d5fdef46-2f00-4857-be7d-99638883c979"}], "user_id": "539c1e769d89433db45267e6a540c4db", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T20:17:35Z", "hostId": "676d88501149fc90ef2c20ebaa609d8f91451f7da15cecf9ef9cb8db", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_d5fdef46-2f00-4857-be7d-99638883c979", "name": "cloudify_ims-vm_d5fdef46-2f00-4857-be7d-99638883c979", "created": "2018-08-15T20:17:32Z", "tenant_id": "1b799198e46c4c52baa63ec1d55ae063", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:18:12,581 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-2a60f609-5ae9-4e27-a4e7-7c8a61e77bd0 2018-08-15 20:18:12,581 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.342455148697s 2018-08-15 20:18:12,582 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-2a60f609-5ae9-4e27-a4e7-7c8a61e77bd0 2018-08-15 20:18:12,586 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 20:18:14,588 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:18:14,591 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d734bed0dd813c8df56e0d31219e62e042ba0e38" 2018-08-15 20:18:15,022 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:18:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8a9d05fa-c575-4ae7-8823-338f030fed42 x-compute-request-id: req-8a9d05fa-c575-4ae7-8823-338f030fed42 Content-Encoding: gzip Content-Length: 674 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/b384caf8-3793-4f79-81ad-36a9aab2d38d", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/b384caf8-3793-4f79-81ad-36a9aab2d38d", "rel": "bookmark"}], "image": {"id": "8054c143-b64d-46fb-8afd-2cd0e546b8fc", "links": [{"href": "http://172.30.9.27:8774/images/8054c143-b64d-46fb-8afd-2cd0e546b8fc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a39cef24-d443-4129-9485-7dcf222c5918", "links": [{"href": "http://172.30.9.27:8774/flavors/a39cef24-d443-4129-9485-7dcf222c5918", "rel": "bookmark"}]}, "id": "b384caf8-3793-4f79-81ad-36a9aab2d38d", "security_groups": [{"name": "cloudify_ims-sg_d5fdef46-2f00-4857-be7d-99638883c979"}], "user_id": "539c1e769d89433db45267e6a540c4db", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T20:17:35Z", "hostId": "676d88501149fc90ef2c20ebaa609d8f91451f7da15cecf9ef9cb8db", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_d5fdef46-2f00-4857-be7d-99638883c979", "name": "cloudify_ims-vm_d5fdef46-2f00-4857-be7d-99638883c979", "created": "2018-08-15T20:17:32Z", "tenant_id": "1b799198e46c4c52baa63ec1d55ae063", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:18:15,022 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-8a9d05fa-c575-4ae7-8823-338f030fed42 2018-08-15 20:18:15,022 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.43397808075s 2018-08-15 20:18:15,023 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-8a9d05fa-c575-4ae7-8823-338f030fed42 2018-08-15 20:18:15,027 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 20:18:17,029 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:18:17,032 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d734bed0dd813c8df56e0d31219e62e042ba0e38" 2018-08-15 20:18:17,713 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:18:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7d260ba5-fcd8-412b-9f84-85043a48f39e x-compute-request-id: req-7d260ba5-fcd8-412b-9f84-85043a48f39e Content-Encoding: gzip Content-Length: 674 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/b384caf8-3793-4f79-81ad-36a9aab2d38d", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/b384caf8-3793-4f79-81ad-36a9aab2d38d", "rel": "bookmark"}], "image": {"id": "8054c143-b64d-46fb-8afd-2cd0e546b8fc", "links": [{"href": "http://172.30.9.27:8774/images/8054c143-b64d-46fb-8afd-2cd0e546b8fc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a39cef24-d443-4129-9485-7dcf222c5918", "links": [{"href": "http://172.30.9.27:8774/flavors/a39cef24-d443-4129-9485-7dcf222c5918", "rel": "bookmark"}]}, "id": "b384caf8-3793-4f79-81ad-36a9aab2d38d", "security_groups": [{"name": "cloudify_ims-sg_d5fdef46-2f00-4857-be7d-99638883c979"}], "user_id": "539c1e769d89433db45267e6a540c4db", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T20:17:35Z", "hostId": "676d88501149fc90ef2c20ebaa609d8f91451f7da15cecf9ef9cb8db", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_d5fdef46-2f00-4857-be7d-99638883c979", "name": "cloudify_ims-vm_d5fdef46-2f00-4857-be7d-99638883c979", "created": "2018-08-15T20:17:32Z", "tenant_id": "1b799198e46c4c52baa63ec1d55ae063", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:18:17,713 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-7d260ba5-fcd8-412b-9f84-85043a48f39e 2018-08-15 20:18:17,713 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.68358206749s 2018-08-15 20:18:17,713 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-7d260ba5-fcd8-412b-9f84-85043a48f39e 2018-08-15 20:18:17,717 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 20:18:19,719 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:18:19,723 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d734bed0dd813c8df56e0d31219e62e042ba0e38" 2018-08-15 20:18:20,085 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:18:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c0fcbbd9-1865-43ba-9071-9f0b7eac0530 x-compute-request-id: req-c0fcbbd9-1865-43ba-9071-9f0b7eac0530 Content-Encoding: gzip Content-Length: 674 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/b384caf8-3793-4f79-81ad-36a9aab2d38d", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/b384caf8-3793-4f79-81ad-36a9aab2d38d", "rel": "bookmark"}], "image": {"id": "8054c143-b64d-46fb-8afd-2cd0e546b8fc", "links": [{"href": "http://172.30.9.27:8774/images/8054c143-b64d-46fb-8afd-2cd0e546b8fc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a39cef24-d443-4129-9485-7dcf222c5918", "links": [{"href": "http://172.30.9.27:8774/flavors/a39cef24-d443-4129-9485-7dcf222c5918", "rel": "bookmark"}]}, "id": "b384caf8-3793-4f79-81ad-36a9aab2d38d", "security_groups": [{"name": "cloudify_ims-sg_d5fdef46-2f00-4857-be7d-99638883c979"}], "user_id": "539c1e769d89433db45267e6a540c4db", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T20:17:35Z", "hostId": "676d88501149fc90ef2c20ebaa609d8f91451f7da15cecf9ef9cb8db", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_d5fdef46-2f00-4857-be7d-99638883c979", "name": "cloudify_ims-vm_d5fdef46-2f00-4857-be7d-99638883c979", "created": "2018-08-15T20:17:32Z", "tenant_id": "1b799198e46c4c52baa63ec1d55ae063", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:18:20,085 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-c0fcbbd9-1865-43ba-9071-9f0b7eac0530 2018-08-15 20:18:20,085 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.365531921387s 2018-08-15 20:18:20,085 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-c0fcbbd9-1865-43ba-9071-9f0b7eac0530 2018-08-15 20:18:20,090 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 20:18:22,092 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:18:22,095 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d734bed0dd813c8df56e0d31219e62e042ba0e38" 2018-08-15 20:18:22,662 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:18: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-0c44df98-3c3e-4083-ad8c-c9919cd971b4 x-compute-request-id: req-0c44df98-3c3e-4083-ad8c-c9919cd971b4 Content-Encoding: gzip Content-Length: 674 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/b384caf8-3793-4f79-81ad-36a9aab2d38d", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/b384caf8-3793-4f79-81ad-36a9aab2d38d", "rel": "bookmark"}], "image": {"id": "8054c143-b64d-46fb-8afd-2cd0e546b8fc", "links": [{"href": "http://172.30.9.27:8774/images/8054c143-b64d-46fb-8afd-2cd0e546b8fc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a39cef24-d443-4129-9485-7dcf222c5918", "links": [{"href": "http://172.30.9.27:8774/flavors/a39cef24-d443-4129-9485-7dcf222c5918", "rel": "bookmark"}]}, "id": "b384caf8-3793-4f79-81ad-36a9aab2d38d", "security_groups": [{"name": "cloudify_ims-sg_d5fdef46-2f00-4857-be7d-99638883c979"}], "user_id": "539c1e769d89433db45267e6a540c4db", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T20:17:35Z", "hostId": "676d88501149fc90ef2c20ebaa609d8f91451f7da15cecf9ef9cb8db", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_d5fdef46-2f00-4857-be7d-99638883c979", "name": "cloudify_ims-vm_d5fdef46-2f00-4857-be7d-99638883c979", "created": "2018-08-15T20:17:32Z", "tenant_id": "1b799198e46c4c52baa63ec1d55ae063", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:18:22,663 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-0c44df98-3c3e-4083-ad8c-c9919cd971b4 2018-08-15 20:18:22,663 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.570165872574s 2018-08-15 20:18:22,663 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-0c44df98-3c3e-4083-ad8c-c9919cd971b4 2018-08-15 20:18:22,668 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 20:18:24,670 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:18:24,673 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d734bed0dd813c8df56e0d31219e62e042ba0e38" 2018-08-15 20:18:24,841 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:18: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-4447aa18-f7d0-4bc2-8c2d-ee21e44c4a3b x-compute-request-id: req-4447aa18-f7d0-4bc2-8c2d-ee21e44c4a3b Content-Encoding: gzip Content-Length: 674 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/b384caf8-3793-4f79-81ad-36a9aab2d38d", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/b384caf8-3793-4f79-81ad-36a9aab2d38d", "rel": "bookmark"}], "image": {"id": "8054c143-b64d-46fb-8afd-2cd0e546b8fc", "links": [{"href": "http://172.30.9.27:8774/images/8054c143-b64d-46fb-8afd-2cd0e546b8fc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a39cef24-d443-4129-9485-7dcf222c5918", "links": [{"href": "http://172.30.9.27:8774/flavors/a39cef24-d443-4129-9485-7dcf222c5918", "rel": "bookmark"}]}, "id": "b384caf8-3793-4f79-81ad-36a9aab2d38d", "security_groups": [{"name": "cloudify_ims-sg_d5fdef46-2f00-4857-be7d-99638883c979"}], "user_id": "539c1e769d89433db45267e6a540c4db", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T20:17:35Z", "hostId": "676d88501149fc90ef2c20ebaa609d8f91451f7da15cecf9ef9cb8db", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_d5fdef46-2f00-4857-be7d-99638883c979", "name": "cloudify_ims-vm_d5fdef46-2f00-4857-be7d-99638883c979", "created": "2018-08-15T20:17:32Z", "tenant_id": "1b799198e46c4c52baa63ec1d55ae063", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:18:24,841 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-4447aa18-f7d0-4bc2-8c2d-ee21e44c4a3b 2018-08-15 20:18:24,841 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.171004056931s 2018-08-15 20:18:24,842 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-4447aa18-f7d0-4bc2-8c2d-ee21e44c4a3b 2018-08-15 20:18:24,845 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 20:18:26,848 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:18:26,851 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d734bed0dd813c8df56e0d31219e62e042ba0e38" 2018-08-15 20:18:27,197 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:18:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a0333d17-9cbd-469b-9766-6255eea668d9 x-compute-request-id: req-a0333d17-9cbd-469b-9766-6255eea668d9 Content-Encoding: gzip Content-Length: 674 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/b384caf8-3793-4f79-81ad-36a9aab2d38d", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/b384caf8-3793-4f79-81ad-36a9aab2d38d", "rel": "bookmark"}], "image": {"id": "8054c143-b64d-46fb-8afd-2cd0e546b8fc", "links": [{"href": "http://172.30.9.27:8774/images/8054c143-b64d-46fb-8afd-2cd0e546b8fc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a39cef24-d443-4129-9485-7dcf222c5918", "links": [{"href": "http://172.30.9.27:8774/flavors/a39cef24-d443-4129-9485-7dcf222c5918", "rel": "bookmark"}]}, "id": "b384caf8-3793-4f79-81ad-36a9aab2d38d", "security_groups": [{"name": "cloudify_ims-sg_d5fdef46-2f00-4857-be7d-99638883c979"}], "user_id": "539c1e769d89433db45267e6a540c4db", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T20:17:35Z", "hostId": "676d88501149fc90ef2c20ebaa609d8f91451f7da15cecf9ef9cb8db", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_d5fdef46-2f00-4857-be7d-99638883c979", "name": "cloudify_ims-vm_d5fdef46-2f00-4857-be7d-99638883c979", "created": "2018-08-15T20:17:32Z", "tenant_id": "1b799198e46c4c52baa63ec1d55ae063", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:18:27,198 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-a0333d17-9cbd-469b-9766-6255eea668d9 2018-08-15 20:18:27,198 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.349531888962s 2018-08-15 20:18:27,198 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-a0333d17-9cbd-469b-9766-6255eea668d9 2018-08-15 20:18:27,202 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 20:18:29,205 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:18:29,208 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d734bed0dd813c8df56e0d31219e62e042ba0e38" 2018-08-15 20:18:29,380 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:18: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-20c15bc2-25f8-44bd-94dd-a82c73e92679 x-compute-request-id: req-20c15bc2-25f8-44bd-94dd-a82c73e92679 Content-Encoding: gzip Content-Length: 674 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/b384caf8-3793-4f79-81ad-36a9aab2d38d", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/b384caf8-3793-4f79-81ad-36a9aab2d38d", "rel": "bookmark"}], "image": {"id": "8054c143-b64d-46fb-8afd-2cd0e546b8fc", "links": [{"href": "http://172.30.9.27:8774/images/8054c143-b64d-46fb-8afd-2cd0e546b8fc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a39cef24-d443-4129-9485-7dcf222c5918", "links": [{"href": "http://172.30.9.27:8774/flavors/a39cef24-d443-4129-9485-7dcf222c5918", "rel": "bookmark"}]}, "id": "b384caf8-3793-4f79-81ad-36a9aab2d38d", "security_groups": [{"name": "cloudify_ims-sg_d5fdef46-2f00-4857-be7d-99638883c979"}], "user_id": "539c1e769d89433db45267e6a540c4db", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T20:17:35Z", "hostId": "676d88501149fc90ef2c20ebaa609d8f91451f7da15cecf9ef9cb8db", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_d5fdef46-2f00-4857-be7d-99638883c979", "name": "cloudify_ims-vm_d5fdef46-2f00-4857-be7d-99638883c979", "created": "2018-08-15T20:17:32Z", "tenant_id": "1b799198e46c4c52baa63ec1d55ae063", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:18:29,380 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-20c15bc2-25f8-44bd-94dd-a82c73e92679 2018-08-15 20:18:29,381 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.175616979599s 2018-08-15 20:18:29,381 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-20c15bc2-25f8-44bd-94dd-a82c73e92679 2018-08-15 20:18:29,387 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 20:18:31,390 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:18:31,393 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d734bed0dd813c8df56e0d31219e62e042ba0e38" 2018-08-15 20:18:32,016 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:18:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-19781104-88b4-4634-8b41-9ed6c6b83560 x-compute-request-id: req-19781104-88b4-4634-8b41-9ed6c6b83560 Content-Encoding: gzip Content-Length: 674 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/b384caf8-3793-4f79-81ad-36a9aab2d38d", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/b384caf8-3793-4f79-81ad-36a9aab2d38d", "rel": "bookmark"}], "image": {"id": "8054c143-b64d-46fb-8afd-2cd0e546b8fc", "links": [{"href": "http://172.30.9.27:8774/images/8054c143-b64d-46fb-8afd-2cd0e546b8fc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a39cef24-d443-4129-9485-7dcf222c5918", "links": [{"href": "http://172.30.9.27:8774/flavors/a39cef24-d443-4129-9485-7dcf222c5918", "rel": "bookmark"}]}, "id": "b384caf8-3793-4f79-81ad-36a9aab2d38d", "security_groups": [{"name": "cloudify_ims-sg_d5fdef46-2f00-4857-be7d-99638883c979"}], "user_id": "539c1e769d89433db45267e6a540c4db", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T20:17:35Z", "hostId": "676d88501149fc90ef2c20ebaa609d8f91451f7da15cecf9ef9cb8db", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_d5fdef46-2f00-4857-be7d-99638883c979", "name": "cloudify_ims-vm_d5fdef46-2f00-4857-be7d-99638883c979", "created": "2018-08-15T20:17:32Z", "tenant_id": "1b799198e46c4c52baa63ec1d55ae063", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:18:32,016 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-19781104-88b4-4634-8b41-9ed6c6b83560 2018-08-15 20:18:32,016 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.626029968262s 2018-08-15 20:18:32,017 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-19781104-88b4-4634-8b41-9ed6c6b83560 2018-08-15 20:18:32,020 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 20:18:34,023 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:18:34,026 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d734bed0dd813c8df56e0d31219e62e042ba0e38" 2018-08-15 20:18:34,448 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:18:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-323eaa55-3079-40c2-a325-1e90ea2a7613 x-compute-request-id: req-323eaa55-3079-40c2-a325-1e90ea2a7613 Content-Encoding: gzip Content-Length: 674 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/b384caf8-3793-4f79-81ad-36a9aab2d38d", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/b384caf8-3793-4f79-81ad-36a9aab2d38d", "rel": "bookmark"}], "image": {"id": "8054c143-b64d-46fb-8afd-2cd0e546b8fc", "links": [{"href": "http://172.30.9.27:8774/images/8054c143-b64d-46fb-8afd-2cd0e546b8fc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a39cef24-d443-4129-9485-7dcf222c5918", "links": [{"href": "http://172.30.9.27:8774/flavors/a39cef24-d443-4129-9485-7dcf222c5918", "rel": "bookmark"}]}, "id": "b384caf8-3793-4f79-81ad-36a9aab2d38d", "security_groups": [{"name": "cloudify_ims-sg_d5fdef46-2f00-4857-be7d-99638883c979"}], "user_id": "539c1e769d89433db45267e6a540c4db", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T20:17:35Z", "hostId": "676d88501149fc90ef2c20ebaa609d8f91451f7da15cecf9ef9cb8db", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_d5fdef46-2f00-4857-be7d-99638883c979", "name": "cloudify_ims-vm_d5fdef46-2f00-4857-be7d-99638883c979", "created": "2018-08-15T20:17:32Z", "tenant_id": "1b799198e46c4c52baa63ec1d55ae063", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:18:34,449 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-323eaa55-3079-40c2-a325-1e90ea2a7613 2018-08-15 20:18:34,449 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.425565958023s 2018-08-15 20:18:34,449 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-323eaa55-3079-40c2-a325-1e90ea2a7613 2018-08-15 20:18:34,453 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 20:18:36,456 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:18:36,459 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d734bed0dd813c8df56e0d31219e62e042ba0e38" 2018-08-15 20:18:36,633 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:18: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-3485f73a-6166-427e-9f7a-20f6a5d03ab1 x-compute-request-id: req-3485f73a-6166-427e-9f7a-20f6a5d03ab1 Content-Encoding: gzip Content-Length: 674 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/b384caf8-3793-4f79-81ad-36a9aab2d38d", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/b384caf8-3793-4f79-81ad-36a9aab2d38d", "rel": "bookmark"}], "image": {"id": "8054c143-b64d-46fb-8afd-2cd0e546b8fc", "links": [{"href": "http://172.30.9.27:8774/images/8054c143-b64d-46fb-8afd-2cd0e546b8fc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a39cef24-d443-4129-9485-7dcf222c5918", "links": [{"href": "http://172.30.9.27:8774/flavors/a39cef24-d443-4129-9485-7dcf222c5918", "rel": "bookmark"}]}, "id": "b384caf8-3793-4f79-81ad-36a9aab2d38d", "security_groups": [{"name": "cloudify_ims-sg_d5fdef46-2f00-4857-be7d-99638883c979"}], "user_id": "539c1e769d89433db45267e6a540c4db", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T20:17:35Z", "hostId": "676d88501149fc90ef2c20ebaa609d8f91451f7da15cecf9ef9cb8db", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_d5fdef46-2f00-4857-be7d-99638883c979", "name": "cloudify_ims-vm_d5fdef46-2f00-4857-be7d-99638883c979", "created": "2018-08-15T20:17:32Z", "tenant_id": "1b799198e46c4c52baa63ec1d55ae063", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:18:36,633 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-3485f73a-6166-427e-9f7a-20f6a5d03ab1 2018-08-15 20:18:36,634 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.177698850632s 2018-08-15 20:18:36,634 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-3485f73a-6166-427e-9f7a-20f6a5d03ab1 2018-08-15 20:18:36,638 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 20:18:38,640 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:18:38,645 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d734bed0dd813c8df56e0d31219e62e042ba0e38" 2018-08-15 20:18:39,083 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:18:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b6c79ff3-7473-4275-a6a1-0c55673b470f x-compute-request-id: req-b6c79ff3-7473-4275-a6a1-0c55673b470f Content-Encoding: gzip Content-Length: 674 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/b384caf8-3793-4f79-81ad-36a9aab2d38d", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/b384caf8-3793-4f79-81ad-36a9aab2d38d", "rel": "bookmark"}], "image": {"id": "8054c143-b64d-46fb-8afd-2cd0e546b8fc", "links": [{"href": "http://172.30.9.27:8774/images/8054c143-b64d-46fb-8afd-2cd0e546b8fc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a39cef24-d443-4129-9485-7dcf222c5918", "links": [{"href": "http://172.30.9.27:8774/flavors/a39cef24-d443-4129-9485-7dcf222c5918", "rel": "bookmark"}]}, "id": "b384caf8-3793-4f79-81ad-36a9aab2d38d", "security_groups": [{"name": "cloudify_ims-sg_d5fdef46-2f00-4857-be7d-99638883c979"}], "user_id": "539c1e769d89433db45267e6a540c4db", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T20:17:35Z", "hostId": "676d88501149fc90ef2c20ebaa609d8f91451f7da15cecf9ef9cb8db", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_d5fdef46-2f00-4857-be7d-99638883c979", "name": "cloudify_ims-vm_d5fdef46-2f00-4857-be7d-99638883c979", "created": "2018-08-15T20:17:32Z", "tenant_id": "1b799198e46c4c52baa63ec1d55ae063", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:18:39,083 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-b6c79ff3-7473-4275-a6a1-0c55673b470f 2018-08-15 20:18:39,083 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.442818164825s 2018-08-15 20:18:39,084 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-b6c79ff3-7473-4275-a6a1-0c55673b470f 2018-08-15 20:18:39,088 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 20:18:41,090 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:18:41,093 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d734bed0dd813c8df56e0d31219e62e042ba0e38" 2018-08-15 20:18:41,581 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:18:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5e65ea38-04cd-4047-8bee-947f738d8305 x-compute-request-id: req-5e65ea38-04cd-4047-8bee-947f738d8305 Content-Encoding: gzip Content-Length: 674 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/b384caf8-3793-4f79-81ad-36a9aab2d38d", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/b384caf8-3793-4f79-81ad-36a9aab2d38d", "rel": "bookmark"}], "image": {"id": "8054c143-b64d-46fb-8afd-2cd0e546b8fc", "links": [{"href": "http://172.30.9.27:8774/images/8054c143-b64d-46fb-8afd-2cd0e546b8fc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a39cef24-d443-4129-9485-7dcf222c5918", "links": [{"href": "http://172.30.9.27:8774/flavors/a39cef24-d443-4129-9485-7dcf222c5918", "rel": "bookmark"}]}, "id": "b384caf8-3793-4f79-81ad-36a9aab2d38d", "security_groups": [{"name": "cloudify_ims-sg_d5fdef46-2f00-4857-be7d-99638883c979"}], "user_id": "539c1e769d89433db45267e6a540c4db", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T20:17:35Z", "hostId": "676d88501149fc90ef2c20ebaa609d8f91451f7da15cecf9ef9cb8db", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_d5fdef46-2f00-4857-be7d-99638883c979", "name": "cloudify_ims-vm_d5fdef46-2f00-4857-be7d-99638883c979", "created": "2018-08-15T20:17:32Z", "tenant_id": "1b799198e46c4c52baa63ec1d55ae063", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:18:41,581 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-5e65ea38-04cd-4047-8bee-947f738d8305 2018-08-15 20:18:41,582 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.491235017776s 2018-08-15 20:18:41,582 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-5e65ea38-04cd-4047-8bee-947f738d8305 2018-08-15 20:18:41,586 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 20:18:43,588 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:18:43,592 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d734bed0dd813c8df56e0d31219e62e042ba0e38" 2018-08-15 20:18:44,022 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:18: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-ef9182e8-3ea7-4c51-bf90-822531c479b0 x-compute-request-id: req-ef9182e8-3ea7-4c51-bf90-822531c479b0 Content-Encoding: gzip Content-Length: 674 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/b384caf8-3793-4f79-81ad-36a9aab2d38d", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/b384caf8-3793-4f79-81ad-36a9aab2d38d", "rel": "bookmark"}], "image": {"id": "8054c143-b64d-46fb-8afd-2cd0e546b8fc", "links": [{"href": "http://172.30.9.27:8774/images/8054c143-b64d-46fb-8afd-2cd0e546b8fc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a39cef24-d443-4129-9485-7dcf222c5918", "links": [{"href": "http://172.30.9.27:8774/flavors/a39cef24-d443-4129-9485-7dcf222c5918", "rel": "bookmark"}]}, "id": "b384caf8-3793-4f79-81ad-36a9aab2d38d", "security_groups": [{"name": "cloudify_ims-sg_d5fdef46-2f00-4857-be7d-99638883c979"}], "user_id": "539c1e769d89433db45267e6a540c4db", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T20:17:35Z", "hostId": "676d88501149fc90ef2c20ebaa609d8f91451f7da15cecf9ef9cb8db", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_d5fdef46-2f00-4857-be7d-99638883c979", "name": "cloudify_ims-vm_d5fdef46-2f00-4857-be7d-99638883c979", "created": "2018-08-15T20:17:32Z", "tenant_id": "1b799198e46c4c52baa63ec1d55ae063", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:18:44,023 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-ef9182e8-3ea7-4c51-bf90-822531c479b0 2018-08-15 20:18:44,023 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.434129953384s 2018-08-15 20:18:44,023 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-ef9182e8-3ea7-4c51-bf90-822531c479b0 2018-08-15 20:18:44,028 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 20:18:46,031 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:18:46,034 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d734bed0dd813c8df56e0d31219e62e042ba0e38" 2018-08-15 20:18:46,239 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:18:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-dba930a8-8ea1-43cb-9c8e-8f33103bb594 x-compute-request-id: req-dba930a8-8ea1-43cb-9c8e-8f33103bb594 Content-Encoding: gzip Content-Length: 674 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/b384caf8-3793-4f79-81ad-36a9aab2d38d", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/b384caf8-3793-4f79-81ad-36a9aab2d38d", "rel": "bookmark"}], "image": {"id": "8054c143-b64d-46fb-8afd-2cd0e546b8fc", "links": [{"href": "http://172.30.9.27:8774/images/8054c143-b64d-46fb-8afd-2cd0e546b8fc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a39cef24-d443-4129-9485-7dcf222c5918", "links": [{"href": "http://172.30.9.27:8774/flavors/a39cef24-d443-4129-9485-7dcf222c5918", "rel": "bookmark"}]}, "id": "b384caf8-3793-4f79-81ad-36a9aab2d38d", "security_groups": [{"name": "cloudify_ims-sg_d5fdef46-2f00-4857-be7d-99638883c979"}], "user_id": "539c1e769d89433db45267e6a540c4db", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T20:17:35Z", "hostId": "676d88501149fc90ef2c20ebaa609d8f91451f7da15cecf9ef9cb8db", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_d5fdef46-2f00-4857-be7d-99638883c979", "name": "cloudify_ims-vm_d5fdef46-2f00-4857-be7d-99638883c979", "created": "2018-08-15T20:17:32Z", "tenant_id": "1b799198e46c4c52baa63ec1d55ae063", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:18:46,240 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-dba930a8-8ea1-43cb-9c8e-8f33103bb594 2018-08-15 20:18:46,240 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.208860874176s 2018-08-15 20:18:46,240 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-dba930a8-8ea1-43cb-9c8e-8f33103bb594 2018-08-15 20:18:46,244 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 20:18:48,246 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:18:48,249 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d734bed0dd813c8df56e0d31219e62e042ba0e38" 2018-08-15 20:18:48,728 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:18:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c8df0f42-f84b-4074-b685-f716a5db772a x-compute-request-id: req-c8df0f42-f84b-4074-b685-f716a5db772a Content-Encoding: gzip Content-Length: 674 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/b384caf8-3793-4f79-81ad-36a9aab2d38d", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/b384caf8-3793-4f79-81ad-36a9aab2d38d", "rel": "bookmark"}], "image": {"id": "8054c143-b64d-46fb-8afd-2cd0e546b8fc", "links": [{"href": "http://172.30.9.27:8774/images/8054c143-b64d-46fb-8afd-2cd0e546b8fc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a39cef24-d443-4129-9485-7dcf222c5918", "links": [{"href": "http://172.30.9.27:8774/flavors/a39cef24-d443-4129-9485-7dcf222c5918", "rel": "bookmark"}]}, "id": "b384caf8-3793-4f79-81ad-36a9aab2d38d", "security_groups": [{"name": "cloudify_ims-sg_d5fdef46-2f00-4857-be7d-99638883c979"}], "user_id": "539c1e769d89433db45267e6a540c4db", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T20:17:35Z", "hostId": "676d88501149fc90ef2c20ebaa609d8f91451f7da15cecf9ef9cb8db", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_d5fdef46-2f00-4857-be7d-99638883c979", "name": "cloudify_ims-vm_d5fdef46-2f00-4857-be7d-99638883c979", "created": "2018-08-15T20:17:32Z", "tenant_id": "1b799198e46c4c52baa63ec1d55ae063", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:18:48,728 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-c8df0f42-f84b-4074-b685-f716a5db772a 2018-08-15 20:18:48,729 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.481793880463s 2018-08-15 20:18:48,729 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-c8df0f42-f84b-4074-b685-f716a5db772a 2018-08-15 20:18:48,733 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 20:18:50,736 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:18:50,739 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d734bed0dd813c8df56e0d31219e62e042ba0e38" 2018-08-15 20:18:51,356 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:18:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-522225ff-acaf-4afd-8746-110a0834ebec x-compute-request-id: req-522225ff-acaf-4afd-8746-110a0834ebec Content-Encoding: gzip Content-Length: 674 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/b384caf8-3793-4f79-81ad-36a9aab2d38d", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/b384caf8-3793-4f79-81ad-36a9aab2d38d", "rel": "bookmark"}], "image": {"id": "8054c143-b64d-46fb-8afd-2cd0e546b8fc", "links": [{"href": "http://172.30.9.27:8774/images/8054c143-b64d-46fb-8afd-2cd0e546b8fc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a39cef24-d443-4129-9485-7dcf222c5918", "links": [{"href": "http://172.30.9.27:8774/flavors/a39cef24-d443-4129-9485-7dcf222c5918", "rel": "bookmark"}]}, "id": "b384caf8-3793-4f79-81ad-36a9aab2d38d", "security_groups": [{"name": "cloudify_ims-sg_d5fdef46-2f00-4857-be7d-99638883c979"}], "user_id": "539c1e769d89433db45267e6a540c4db", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T20:17:35Z", "hostId": "676d88501149fc90ef2c20ebaa609d8f91451f7da15cecf9ef9cb8db", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_d5fdef46-2f00-4857-be7d-99638883c979", "name": "cloudify_ims-vm_d5fdef46-2f00-4857-be7d-99638883c979", "created": "2018-08-15T20:17:32Z", "tenant_id": "1b799198e46c4c52baa63ec1d55ae063", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:18:51,356 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-522225ff-acaf-4afd-8746-110a0834ebec 2018-08-15 20:18:51,356 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.619854927063s 2018-08-15 20:18:51,356 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-522225ff-acaf-4afd-8746-110a0834ebec 2018-08-15 20:18:51,360 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 20:18:53,363 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:18:53,366 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d734bed0dd813c8df56e0d31219e62e042ba0e38" 2018-08-15 20:18:53,540 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:18:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d9ee2b90-bc34-4b08-8e3b-56c4bd3d28d5 x-compute-request-id: req-d9ee2b90-bc34-4b08-8e3b-56c4bd3d28d5 Content-Encoding: gzip Content-Length: 674 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/b384caf8-3793-4f79-81ad-36a9aab2d38d", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/b384caf8-3793-4f79-81ad-36a9aab2d38d", "rel": "bookmark"}], "image": {"id": "8054c143-b64d-46fb-8afd-2cd0e546b8fc", "links": [{"href": "http://172.30.9.27:8774/images/8054c143-b64d-46fb-8afd-2cd0e546b8fc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a39cef24-d443-4129-9485-7dcf222c5918", "links": [{"href": "http://172.30.9.27:8774/flavors/a39cef24-d443-4129-9485-7dcf222c5918", "rel": "bookmark"}]}, "id": "b384caf8-3793-4f79-81ad-36a9aab2d38d", "security_groups": [{"name": "cloudify_ims-sg_d5fdef46-2f00-4857-be7d-99638883c979"}], "user_id": "539c1e769d89433db45267e6a540c4db", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T20:17:35Z", "hostId": "676d88501149fc90ef2c20ebaa609d8f91451f7da15cecf9ef9cb8db", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_d5fdef46-2f00-4857-be7d-99638883c979", "name": "cloudify_ims-vm_d5fdef46-2f00-4857-be7d-99638883c979", "created": "2018-08-15T20:17:32Z", "tenant_id": "1b799198e46c4c52baa63ec1d55ae063", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:18:53,540 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-d9ee2b90-bc34-4b08-8e3b-56c4bd3d28d5 2018-08-15 20:18:53,540 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.177462100983s 2018-08-15 20:18:53,541 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-d9ee2b90-bc34-4b08-8e3b-56c4bd3d28d5 2018-08-15 20:18:53,545 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 20:18:55,548 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:18:55,551 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d734bed0dd813c8df56e0d31219e62e042ba0e38" 2018-08-15 20:18:55,738 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:18: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-c7a0deb5-f053-4623-bd40-206d8942cd7b x-compute-request-id: req-c7a0deb5-f053-4623-bd40-206d8942cd7b Content-Encoding: gzip Content-Length: 674 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/b384caf8-3793-4f79-81ad-36a9aab2d38d", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/b384caf8-3793-4f79-81ad-36a9aab2d38d", "rel": "bookmark"}], "image": {"id": "8054c143-b64d-46fb-8afd-2cd0e546b8fc", "links": [{"href": "http://172.30.9.27:8774/images/8054c143-b64d-46fb-8afd-2cd0e546b8fc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a39cef24-d443-4129-9485-7dcf222c5918", "links": [{"href": "http://172.30.9.27:8774/flavors/a39cef24-d443-4129-9485-7dcf222c5918", "rel": "bookmark"}]}, "id": "b384caf8-3793-4f79-81ad-36a9aab2d38d", "security_groups": [{"name": "cloudify_ims-sg_d5fdef46-2f00-4857-be7d-99638883c979"}], "user_id": "539c1e769d89433db45267e6a540c4db", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T20:17:35Z", "hostId": "676d88501149fc90ef2c20ebaa609d8f91451f7da15cecf9ef9cb8db", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_d5fdef46-2f00-4857-be7d-99638883c979", "name": "cloudify_ims-vm_d5fdef46-2f00-4857-be7d-99638883c979", "created": "2018-08-15T20:17:32Z", "tenant_id": "1b799198e46c4c52baa63ec1d55ae063", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:18:55,738 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-c7a0deb5-f053-4623-bd40-206d8942cd7b 2018-08-15 20:18:55,738 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.189798116684s 2018-08-15 20:18:55,739 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-c7a0deb5-f053-4623-bd40-206d8942cd7b 2018-08-15 20:18:55,741 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 20:18:57,743 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:18:57,747 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d734bed0dd813c8df56e0d31219e62e042ba0e38" 2018-08-15 20:18:58,117 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:18:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9a89c359-27fc-4a22-9a2c-60a134295bdb x-compute-request-id: req-9a89c359-27fc-4a22-9a2c-60a134295bdb Content-Encoding: gzip Content-Length: 674 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/b384caf8-3793-4f79-81ad-36a9aab2d38d", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/b384caf8-3793-4f79-81ad-36a9aab2d38d", "rel": "bookmark"}], "image": {"id": "8054c143-b64d-46fb-8afd-2cd0e546b8fc", "links": [{"href": "http://172.30.9.27:8774/images/8054c143-b64d-46fb-8afd-2cd0e546b8fc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a39cef24-d443-4129-9485-7dcf222c5918", "links": [{"href": "http://172.30.9.27:8774/flavors/a39cef24-d443-4129-9485-7dcf222c5918", "rel": "bookmark"}]}, "id": "b384caf8-3793-4f79-81ad-36a9aab2d38d", "security_groups": [{"name": "cloudify_ims-sg_d5fdef46-2f00-4857-be7d-99638883c979"}], "user_id": "539c1e769d89433db45267e6a540c4db", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T20:17:35Z", "hostId": "676d88501149fc90ef2c20ebaa609d8f91451f7da15cecf9ef9cb8db", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_d5fdef46-2f00-4857-be7d-99638883c979", "name": "cloudify_ims-vm_d5fdef46-2f00-4857-be7d-99638883c979", "created": "2018-08-15T20:17:32Z", "tenant_id": "1b799198e46c4c52baa63ec1d55ae063", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:18:58,117 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-9a89c359-27fc-4a22-9a2c-60a134295bdb 2018-08-15 20:18:58,117 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.373372077942s 2018-08-15 20:18:58,117 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-9a89c359-27fc-4a22-9a2c-60a134295bdb 2018-08-15 20:18:58,122 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 20:19:00,125 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:19:00,128 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d734bed0dd813c8df56e0d31219e62e042ba0e38" 2018-08-15 20:19:00,550 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:19: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-c9860d2b-4c36-4eb5-b056-61850d3f070d x-compute-request-id: req-c9860d2b-4c36-4eb5-b056-61850d3f070d Content-Encoding: gzip Content-Length: 674 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/b384caf8-3793-4f79-81ad-36a9aab2d38d", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/b384caf8-3793-4f79-81ad-36a9aab2d38d", "rel": "bookmark"}], "image": {"id": "8054c143-b64d-46fb-8afd-2cd0e546b8fc", "links": [{"href": "http://172.30.9.27:8774/images/8054c143-b64d-46fb-8afd-2cd0e546b8fc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a39cef24-d443-4129-9485-7dcf222c5918", "links": [{"href": "http://172.30.9.27:8774/flavors/a39cef24-d443-4129-9485-7dcf222c5918", "rel": "bookmark"}]}, "id": "b384caf8-3793-4f79-81ad-36a9aab2d38d", "security_groups": [{"name": "cloudify_ims-sg_d5fdef46-2f00-4857-be7d-99638883c979"}], "user_id": "539c1e769d89433db45267e6a540c4db", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T20:17:35Z", "hostId": "676d88501149fc90ef2c20ebaa609d8f91451f7da15cecf9ef9cb8db", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_d5fdef46-2f00-4857-be7d-99638883c979", "name": "cloudify_ims-vm_d5fdef46-2f00-4857-be7d-99638883c979", "created": "2018-08-15T20:17:32Z", "tenant_id": "1b799198e46c4c52baa63ec1d55ae063", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:19:00,550 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-c9860d2b-4c36-4eb5-b056-61850d3f070d 2018-08-15 20:19:00,550 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.424847841263s 2018-08-15 20:19:00,550 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-c9860d2b-4c36-4eb5-b056-61850d3f070d 2018-08-15 20:19:00,555 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 20:19:02,557 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:19:02,562 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d734bed0dd813c8df56e0d31219e62e042ba0e38" 2018-08-15 20:19:02,908 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:19:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4263acb8-d86d-43bd-813e-3eae2b3135a2 x-compute-request-id: req-4263acb8-d86d-43bd-813e-3eae2b3135a2 Content-Encoding: gzip Content-Length: 674 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/b384caf8-3793-4f79-81ad-36a9aab2d38d", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/b384caf8-3793-4f79-81ad-36a9aab2d38d", "rel": "bookmark"}], "image": {"id": "8054c143-b64d-46fb-8afd-2cd0e546b8fc", "links": [{"href": "http://172.30.9.27:8774/images/8054c143-b64d-46fb-8afd-2cd0e546b8fc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a39cef24-d443-4129-9485-7dcf222c5918", "links": [{"href": "http://172.30.9.27:8774/flavors/a39cef24-d443-4129-9485-7dcf222c5918", "rel": "bookmark"}]}, "id": "b384caf8-3793-4f79-81ad-36a9aab2d38d", "security_groups": [{"name": "cloudify_ims-sg_d5fdef46-2f00-4857-be7d-99638883c979"}], "user_id": "539c1e769d89433db45267e6a540c4db", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T20:17:35Z", "hostId": "676d88501149fc90ef2c20ebaa609d8f91451f7da15cecf9ef9cb8db", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_d5fdef46-2f00-4857-be7d-99638883c979", "name": "cloudify_ims-vm_d5fdef46-2f00-4857-be7d-99638883c979", "created": "2018-08-15T20:17:32Z", "tenant_id": "1b799198e46c4c52baa63ec1d55ae063", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:19:02,908 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-4263acb8-d86d-43bd-813e-3eae2b3135a2 2018-08-15 20:19:02,909 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.350811958313s 2018-08-15 20:19:02,909 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-4263acb8-d86d-43bd-813e-3eae2b3135a2 2018-08-15 20:19:02,914 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 20:19:04,916 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:19:04,919 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d734bed0dd813c8df56e0d31219e62e042ba0e38" 2018-08-15 20:19:05,370 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:19:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1575255f-108d-43d3-a913-015e43a044e0 x-compute-request-id: req-1575255f-108d-43d3-a913-015e43a044e0 Content-Encoding: gzip Content-Length: 674 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/b384caf8-3793-4f79-81ad-36a9aab2d38d", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/b384caf8-3793-4f79-81ad-36a9aab2d38d", "rel": "bookmark"}], "image": {"id": "8054c143-b64d-46fb-8afd-2cd0e546b8fc", "links": [{"href": "http://172.30.9.27:8774/images/8054c143-b64d-46fb-8afd-2cd0e546b8fc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a39cef24-d443-4129-9485-7dcf222c5918", "links": [{"href": "http://172.30.9.27:8774/flavors/a39cef24-d443-4129-9485-7dcf222c5918", "rel": "bookmark"}]}, "id": "b384caf8-3793-4f79-81ad-36a9aab2d38d", "security_groups": [{"name": "cloudify_ims-sg_d5fdef46-2f00-4857-be7d-99638883c979"}], "user_id": "539c1e769d89433db45267e6a540c4db", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T20:17:35Z", "hostId": "676d88501149fc90ef2c20ebaa609d8f91451f7da15cecf9ef9cb8db", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_d5fdef46-2f00-4857-be7d-99638883c979", "name": "cloudify_ims-vm_d5fdef46-2f00-4857-be7d-99638883c979", "created": "2018-08-15T20:17:32Z", "tenant_id": "1b799198e46c4c52baa63ec1d55ae063", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:19:05,370 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-1575255f-108d-43d3-a913-015e43a044e0 2018-08-15 20:19:05,370 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.453619003296s 2018-08-15 20:19:05,371 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-1575255f-108d-43d3-a913-015e43a044e0 2018-08-15 20:19:05,375 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 20:19:07,376 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:19:07,379 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d734bed0dd813c8df56e0d31219e62e042ba0e38" 2018-08-15 20:19:07,578 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:19:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b6170dba-dc81-4e24-9346-07b7774f3dfe x-compute-request-id: req-b6170dba-dc81-4e24-9346-07b7774f3dfe Content-Encoding: gzip Content-Length: 674 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/b384caf8-3793-4f79-81ad-36a9aab2d38d", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/b384caf8-3793-4f79-81ad-36a9aab2d38d", "rel": "bookmark"}], "image": {"id": "8054c143-b64d-46fb-8afd-2cd0e546b8fc", "links": [{"href": "http://172.30.9.27:8774/images/8054c143-b64d-46fb-8afd-2cd0e546b8fc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a39cef24-d443-4129-9485-7dcf222c5918", "links": [{"href": "http://172.30.9.27:8774/flavors/a39cef24-d443-4129-9485-7dcf222c5918", "rel": "bookmark"}]}, "id": "b384caf8-3793-4f79-81ad-36a9aab2d38d", "security_groups": [{"name": "cloudify_ims-sg_d5fdef46-2f00-4857-be7d-99638883c979"}], "user_id": "539c1e769d89433db45267e6a540c4db", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T20:17:35Z", "hostId": "676d88501149fc90ef2c20ebaa609d8f91451f7da15cecf9ef9cb8db", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_d5fdef46-2f00-4857-be7d-99638883c979", "name": "cloudify_ims-vm_d5fdef46-2f00-4857-be7d-99638883c979", "created": "2018-08-15T20:17:32Z", "tenant_id": "1b799198e46c4c52baa63ec1d55ae063", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:19:07,578 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-b6170dba-dc81-4e24-9346-07b7774f3dfe 2018-08-15 20:19:07,579 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.202260017395s 2018-08-15 20:19:07,579 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-b6170dba-dc81-4e24-9346-07b7774f3dfe 2018-08-15 20:19:07,583 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 20:19:09,586 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:19:09,589 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d734bed0dd813c8df56e0d31219e62e042ba0e38" 2018-08-15 20:19:09,800 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:19: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-35cc66fa-6a53-48a8-8403-9587f0f5ad5b x-compute-request-id: req-35cc66fa-6a53-48a8-8403-9587f0f5ad5b Content-Encoding: gzip Content-Length: 674 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/b384caf8-3793-4f79-81ad-36a9aab2d38d", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/b384caf8-3793-4f79-81ad-36a9aab2d38d", "rel": "bookmark"}], "image": {"id": "8054c143-b64d-46fb-8afd-2cd0e546b8fc", "links": [{"href": "http://172.30.9.27:8774/images/8054c143-b64d-46fb-8afd-2cd0e546b8fc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a39cef24-d443-4129-9485-7dcf222c5918", "links": [{"href": "http://172.30.9.27:8774/flavors/a39cef24-d443-4129-9485-7dcf222c5918", "rel": "bookmark"}]}, "id": "b384caf8-3793-4f79-81ad-36a9aab2d38d", "security_groups": [{"name": "cloudify_ims-sg_d5fdef46-2f00-4857-be7d-99638883c979"}], "user_id": "539c1e769d89433db45267e6a540c4db", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T20:17:35Z", "hostId": "676d88501149fc90ef2c20ebaa609d8f91451f7da15cecf9ef9cb8db", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_d5fdef46-2f00-4857-be7d-99638883c979", "name": "cloudify_ims-vm_d5fdef46-2f00-4857-be7d-99638883c979", "created": "2018-08-15T20:17:32Z", "tenant_id": "1b799198e46c4c52baa63ec1d55ae063", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:19:09,800 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-35cc66fa-6a53-48a8-8403-9587f0f5ad5b 2018-08-15 20:19:09,800 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.214192152023s 2018-08-15 20:19:09,800 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-35cc66fa-6a53-48a8-8403-9587f0f5ad5b 2018-08-15 20:19:09,804 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 20:19:11,807 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:19:11,810 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d734bed0dd813c8df56e0d31219e62e042ba0e38" 2018-08-15 20:19:12,230 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:19: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-beb02340-cc7a-425d-88ca-e4d286dff038 x-compute-request-id: req-beb02340-cc7a-425d-88ca-e4d286dff038 Content-Encoding: gzip Content-Length: 674 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/b384caf8-3793-4f79-81ad-36a9aab2d38d", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/b384caf8-3793-4f79-81ad-36a9aab2d38d", "rel": "bookmark"}], "image": {"id": "8054c143-b64d-46fb-8afd-2cd0e546b8fc", "links": [{"href": "http://172.30.9.27:8774/images/8054c143-b64d-46fb-8afd-2cd0e546b8fc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a39cef24-d443-4129-9485-7dcf222c5918", "links": [{"href": "http://172.30.9.27:8774/flavors/a39cef24-d443-4129-9485-7dcf222c5918", "rel": "bookmark"}]}, "id": "b384caf8-3793-4f79-81ad-36a9aab2d38d", "security_groups": [{"name": "cloudify_ims-sg_d5fdef46-2f00-4857-be7d-99638883c979"}], "user_id": "539c1e769d89433db45267e6a540c4db", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T20:17:35Z", "hostId": "676d88501149fc90ef2c20ebaa609d8f91451f7da15cecf9ef9cb8db", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_d5fdef46-2f00-4857-be7d-99638883c979", "name": "cloudify_ims-vm_d5fdef46-2f00-4857-be7d-99638883c979", "created": "2018-08-15T20:17:32Z", "tenant_id": "1b799198e46c4c52baa63ec1d55ae063", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:19:12,230 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-beb02340-cc7a-425d-88ca-e4d286dff038 2018-08-15 20:19:12,230 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.422808170319s 2018-08-15 20:19:12,230 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-beb02340-cc7a-425d-88ca-e4d286dff038 2018-08-15 20:19:12,234 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 20:19:14,237 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:19:14,240 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d734bed0dd813c8df56e0d31219e62e042ba0e38" 2018-08-15 20:19:14,679 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:19:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-003f4055-c754-4353-9200-4821d01751c4 x-compute-request-id: req-003f4055-c754-4353-9200-4821d01751c4 Content-Encoding: gzip Content-Length: 674 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/b384caf8-3793-4f79-81ad-36a9aab2d38d", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/b384caf8-3793-4f79-81ad-36a9aab2d38d", "rel": "bookmark"}], "image": {"id": "8054c143-b64d-46fb-8afd-2cd0e546b8fc", "links": [{"href": "http://172.30.9.27:8774/images/8054c143-b64d-46fb-8afd-2cd0e546b8fc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a39cef24-d443-4129-9485-7dcf222c5918", "links": [{"href": "http://172.30.9.27:8774/flavors/a39cef24-d443-4129-9485-7dcf222c5918", "rel": "bookmark"}]}, "id": "b384caf8-3793-4f79-81ad-36a9aab2d38d", "security_groups": [{"name": "cloudify_ims-sg_d5fdef46-2f00-4857-be7d-99638883c979"}], "user_id": "539c1e769d89433db45267e6a540c4db", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T20:17:35Z", "hostId": "676d88501149fc90ef2c20ebaa609d8f91451f7da15cecf9ef9cb8db", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_d5fdef46-2f00-4857-be7d-99638883c979", "name": "cloudify_ims-vm_d5fdef46-2f00-4857-be7d-99638883c979", "created": "2018-08-15T20:17:32Z", "tenant_id": "1b799198e46c4c52baa63ec1d55ae063", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:19:14,679 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-003f4055-c754-4353-9200-4821d01751c4 2018-08-15 20:19:14,679 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.441679000854s 2018-08-15 20:19:14,679 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-003f4055-c754-4353-9200-4821d01751c4 2018-08-15 20:19:14,683 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 20:19:16,686 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:19:16,690 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d734bed0dd813c8df56e0d31219e62e042ba0e38" 2018-08-15 20:19:17,230 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:19:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b9a88a0a-579b-4aa8-8b26-2e249a43b669 x-compute-request-id: req-b9a88a0a-579b-4aa8-8b26-2e249a43b669 Content-Encoding: gzip Content-Length: 674 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/b384caf8-3793-4f79-81ad-36a9aab2d38d", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/b384caf8-3793-4f79-81ad-36a9aab2d38d", "rel": "bookmark"}], "image": {"id": "8054c143-b64d-46fb-8afd-2cd0e546b8fc", "links": [{"href": "http://172.30.9.27:8774/images/8054c143-b64d-46fb-8afd-2cd0e546b8fc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a39cef24-d443-4129-9485-7dcf222c5918", "links": [{"href": "http://172.30.9.27:8774/flavors/a39cef24-d443-4129-9485-7dcf222c5918", "rel": "bookmark"}]}, "id": "b384caf8-3793-4f79-81ad-36a9aab2d38d", "security_groups": [{"name": "cloudify_ims-sg_d5fdef46-2f00-4857-be7d-99638883c979"}], "user_id": "539c1e769d89433db45267e6a540c4db", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T20:17:35Z", "hostId": "676d88501149fc90ef2c20ebaa609d8f91451f7da15cecf9ef9cb8db", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_d5fdef46-2f00-4857-be7d-99638883c979", "name": "cloudify_ims-vm_d5fdef46-2f00-4857-be7d-99638883c979", "created": "2018-08-15T20:17:32Z", "tenant_id": "1b799198e46c4c52baa63ec1d55ae063", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:19:17,230 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-b9a88a0a-579b-4aa8-8b26-2e249a43b669 2018-08-15 20:19:17,231 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.54424905777s 2018-08-15 20:19:17,231 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-b9a88a0a-579b-4aa8-8b26-2e249a43b669 2018-08-15 20:19:17,235 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 20:19:19,238 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:19:19,241 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d734bed0dd813c8df56e0d31219e62e042ba0e38" 2018-08-15 20:19:19,704 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:19:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5b79d27f-672e-472f-8841-f6f9abbc5d26 x-compute-request-id: req-5b79d27f-672e-472f-8841-f6f9abbc5d26 Content-Encoding: gzip Content-Length: 674 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/b384caf8-3793-4f79-81ad-36a9aab2d38d", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/b384caf8-3793-4f79-81ad-36a9aab2d38d", "rel": "bookmark"}], "image": {"id": "8054c143-b64d-46fb-8afd-2cd0e546b8fc", "links": [{"href": "http://172.30.9.27:8774/images/8054c143-b64d-46fb-8afd-2cd0e546b8fc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a39cef24-d443-4129-9485-7dcf222c5918", "links": [{"href": "http://172.30.9.27:8774/flavors/a39cef24-d443-4129-9485-7dcf222c5918", "rel": "bookmark"}]}, "id": "b384caf8-3793-4f79-81ad-36a9aab2d38d", "security_groups": [{"name": "cloudify_ims-sg_d5fdef46-2f00-4857-be7d-99638883c979"}], "user_id": "539c1e769d89433db45267e6a540c4db", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T20:17:35Z", "hostId": "676d88501149fc90ef2c20ebaa609d8f91451f7da15cecf9ef9cb8db", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_d5fdef46-2f00-4857-be7d-99638883c979", "name": "cloudify_ims-vm_d5fdef46-2f00-4857-be7d-99638883c979", "created": "2018-08-15T20:17:32Z", "tenant_id": "1b799198e46c4c52baa63ec1d55ae063", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:19:19,704 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-5b79d27f-672e-472f-8841-f6f9abbc5d26 2018-08-15 20:19:19,705 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.466469049454s 2018-08-15 20:19:19,705 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-5b79d27f-672e-472f-8841-f6f9abbc5d26 2018-08-15 20:19:19,709 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 20:19:21,711 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:19:21,714 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d734bed0dd813c8df56e0d31219e62e042ba0e38" 2018-08-15 20:19:22,139 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:19:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8187e3c2-faea-4241-a0b0-e0142ecdfaaf x-compute-request-id: req-8187e3c2-faea-4241-a0b0-e0142ecdfaaf Content-Encoding: gzip Content-Length: 674 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/b384caf8-3793-4f79-81ad-36a9aab2d38d", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/b384caf8-3793-4f79-81ad-36a9aab2d38d", "rel": "bookmark"}], "image": {"id": "8054c143-b64d-46fb-8afd-2cd0e546b8fc", "links": [{"href": "http://172.30.9.27:8774/images/8054c143-b64d-46fb-8afd-2cd0e546b8fc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a39cef24-d443-4129-9485-7dcf222c5918", "links": [{"href": "http://172.30.9.27:8774/flavors/a39cef24-d443-4129-9485-7dcf222c5918", "rel": "bookmark"}]}, "id": "b384caf8-3793-4f79-81ad-36a9aab2d38d", "security_groups": [{"name": "cloudify_ims-sg_d5fdef46-2f00-4857-be7d-99638883c979"}], "user_id": "539c1e769d89433db45267e6a540c4db", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T20:17:35Z", "hostId": "676d88501149fc90ef2c20ebaa609d8f91451f7da15cecf9ef9cb8db", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_d5fdef46-2f00-4857-be7d-99638883c979", "name": "cloudify_ims-vm_d5fdef46-2f00-4857-be7d-99638883c979", "created": "2018-08-15T20:17:32Z", "tenant_id": "1b799198e46c4c52baa63ec1d55ae063", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:19:22,139 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-8187e3c2-faea-4241-a0b0-e0142ecdfaaf 2018-08-15 20:19:22,139 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.42737197876s 2018-08-15 20:19:22,139 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-8187e3c2-faea-4241-a0b0-e0142ecdfaaf 2018-08-15 20:19:22,143 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 20:19:24,145 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:19:24,149 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d734bed0dd813c8df56e0d31219e62e042ba0e38" 2018-08-15 20:19:24,510 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:19:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a9bdcb37-2eb7-4f5d-b489-97398848411f x-compute-request-id: req-a9bdcb37-2eb7-4f5d-b489-97398848411f Content-Encoding: gzip Content-Length: 674 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/b384caf8-3793-4f79-81ad-36a9aab2d38d", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/b384caf8-3793-4f79-81ad-36a9aab2d38d", "rel": "bookmark"}], "image": {"id": "8054c143-b64d-46fb-8afd-2cd0e546b8fc", "links": [{"href": "http://172.30.9.27:8774/images/8054c143-b64d-46fb-8afd-2cd0e546b8fc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a39cef24-d443-4129-9485-7dcf222c5918", "links": [{"href": "http://172.30.9.27:8774/flavors/a39cef24-d443-4129-9485-7dcf222c5918", "rel": "bookmark"}]}, "id": "b384caf8-3793-4f79-81ad-36a9aab2d38d", "security_groups": [{"name": "cloudify_ims-sg_d5fdef46-2f00-4857-be7d-99638883c979"}], "user_id": "539c1e769d89433db45267e6a540c4db", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T20:17:35Z", "hostId": "676d88501149fc90ef2c20ebaa609d8f91451f7da15cecf9ef9cb8db", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_d5fdef46-2f00-4857-be7d-99638883c979", "name": "cloudify_ims-vm_d5fdef46-2f00-4857-be7d-99638883c979", "created": "2018-08-15T20:17:32Z", "tenant_id": "1b799198e46c4c52baa63ec1d55ae063", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:19:24,510 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-a9bdcb37-2eb7-4f5d-b489-97398848411f 2018-08-15 20:19:24,510 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.364515066147s 2018-08-15 20:19:24,511 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-a9bdcb37-2eb7-4f5d-b489-97398848411f 2018-08-15 20:19:24,514 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 20:19:26,517 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:19:26,520 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d734bed0dd813c8df56e0d31219e62e042ba0e38" 2018-08-15 20:19:26,948 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:19: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-84c3a54d-ac2d-41b5-9e75-06bf76359397 x-compute-request-id: req-84c3a54d-ac2d-41b5-9e75-06bf76359397 Content-Encoding: gzip Content-Length: 674 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/b384caf8-3793-4f79-81ad-36a9aab2d38d", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/b384caf8-3793-4f79-81ad-36a9aab2d38d", "rel": "bookmark"}], "image": {"id": "8054c143-b64d-46fb-8afd-2cd0e546b8fc", "links": [{"href": "http://172.30.9.27:8774/images/8054c143-b64d-46fb-8afd-2cd0e546b8fc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a39cef24-d443-4129-9485-7dcf222c5918", "links": [{"href": "http://172.30.9.27:8774/flavors/a39cef24-d443-4129-9485-7dcf222c5918", "rel": "bookmark"}]}, "id": "b384caf8-3793-4f79-81ad-36a9aab2d38d", "security_groups": [{"name": "cloudify_ims-sg_d5fdef46-2f00-4857-be7d-99638883c979"}], "user_id": "539c1e769d89433db45267e6a540c4db", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T20:17:35Z", "hostId": "676d88501149fc90ef2c20ebaa609d8f91451f7da15cecf9ef9cb8db", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_d5fdef46-2f00-4857-be7d-99638883c979", "name": "cloudify_ims-vm_d5fdef46-2f00-4857-be7d-99638883c979", "created": "2018-08-15T20:17:32Z", "tenant_id": "1b799198e46c4c52baa63ec1d55ae063", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:19:26,948 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-84c3a54d-ac2d-41b5-9e75-06bf76359397 2018-08-15 20:19:26,948 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.431184053421s 2018-08-15 20:19:26,949 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-84c3a54d-ac2d-41b5-9e75-06bf76359397 2018-08-15 20:19:26,953 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 20:19:28,955 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:19:28,958 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d734bed0dd813c8df56e0d31219e62e042ba0e38" 2018-08-15 20:19:29,135 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:19:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8f057499-d73b-4fde-9c15-fd506ff74721 x-compute-request-id: req-8f057499-d73b-4fde-9c15-fd506ff74721 Content-Encoding: gzip Content-Length: 674 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/b384caf8-3793-4f79-81ad-36a9aab2d38d", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/b384caf8-3793-4f79-81ad-36a9aab2d38d", "rel": "bookmark"}], "image": {"id": "8054c143-b64d-46fb-8afd-2cd0e546b8fc", "links": [{"href": "http://172.30.9.27:8774/images/8054c143-b64d-46fb-8afd-2cd0e546b8fc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a39cef24-d443-4129-9485-7dcf222c5918", "links": [{"href": "http://172.30.9.27:8774/flavors/a39cef24-d443-4129-9485-7dcf222c5918", "rel": "bookmark"}]}, "id": "b384caf8-3793-4f79-81ad-36a9aab2d38d", "security_groups": [{"name": "cloudify_ims-sg_d5fdef46-2f00-4857-be7d-99638883c979"}], "user_id": "539c1e769d89433db45267e6a540c4db", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T20:17:35Z", "hostId": "676d88501149fc90ef2c20ebaa609d8f91451f7da15cecf9ef9cb8db", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_d5fdef46-2f00-4857-be7d-99638883c979", "name": "cloudify_ims-vm_d5fdef46-2f00-4857-be7d-99638883c979", "created": "2018-08-15T20:17:32Z", "tenant_id": "1b799198e46c4c52baa63ec1d55ae063", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:19:29,135 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-8f057499-d73b-4fde-9c15-fd506ff74721 2018-08-15 20:19:29,135 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.179604053497s 2018-08-15 20:19:29,135 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-8f057499-d73b-4fde-9c15-fd506ff74721 2018-08-15 20:19:29,139 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 20:19:31,142 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:19:31,145 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d734bed0dd813c8df56e0d31219e62e042ba0e38" 2018-08-15 20:19:31,520 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:19: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-96e71bde-b3e1-4aae-a789-3b170fc8b385 x-compute-request-id: req-96e71bde-b3e1-4aae-a789-3b170fc8b385 Content-Encoding: gzip Content-Length: 674 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/b384caf8-3793-4f79-81ad-36a9aab2d38d", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/b384caf8-3793-4f79-81ad-36a9aab2d38d", "rel": "bookmark"}], "image": {"id": "8054c143-b64d-46fb-8afd-2cd0e546b8fc", "links": [{"href": "http://172.30.9.27:8774/images/8054c143-b64d-46fb-8afd-2cd0e546b8fc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a39cef24-d443-4129-9485-7dcf222c5918", "links": [{"href": "http://172.30.9.27:8774/flavors/a39cef24-d443-4129-9485-7dcf222c5918", "rel": "bookmark"}]}, "id": "b384caf8-3793-4f79-81ad-36a9aab2d38d", "security_groups": [{"name": "cloudify_ims-sg_d5fdef46-2f00-4857-be7d-99638883c979"}], "user_id": "539c1e769d89433db45267e6a540c4db", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T20:17:35Z", "hostId": "676d88501149fc90ef2c20ebaa609d8f91451f7da15cecf9ef9cb8db", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_d5fdef46-2f00-4857-be7d-99638883c979", "name": "cloudify_ims-vm_d5fdef46-2f00-4857-be7d-99638883c979", "created": "2018-08-15T20:17:32Z", "tenant_id": "1b799198e46c4c52baa63ec1d55ae063", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:19:31,520 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-96e71bde-b3e1-4aae-a789-3b170fc8b385 2018-08-15 20:19:31,521 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.378188848495s 2018-08-15 20:19:31,521 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-96e71bde-b3e1-4aae-a789-3b170fc8b385 2018-08-15 20:19:31,525 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 20:19:33,527 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:19:33,530 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d734bed0dd813c8df56e0d31219e62e042ba0e38" 2018-08-15 20:19:33,920 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:19:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f890bd93-1663-429c-aae9-24f4a031941b x-compute-request-id: req-f890bd93-1663-429c-aae9-24f4a031941b Content-Encoding: gzip Content-Length: 674 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/b384caf8-3793-4f79-81ad-36a9aab2d38d", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/b384caf8-3793-4f79-81ad-36a9aab2d38d", "rel": "bookmark"}], "image": {"id": "8054c143-b64d-46fb-8afd-2cd0e546b8fc", "links": [{"href": "http://172.30.9.27:8774/images/8054c143-b64d-46fb-8afd-2cd0e546b8fc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a39cef24-d443-4129-9485-7dcf222c5918", "links": [{"href": "http://172.30.9.27:8774/flavors/a39cef24-d443-4129-9485-7dcf222c5918", "rel": "bookmark"}]}, "id": "b384caf8-3793-4f79-81ad-36a9aab2d38d", "security_groups": [{"name": "cloudify_ims-sg_d5fdef46-2f00-4857-be7d-99638883c979"}], "user_id": "539c1e769d89433db45267e6a540c4db", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T20:17:35Z", "hostId": "676d88501149fc90ef2c20ebaa609d8f91451f7da15cecf9ef9cb8db", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_d5fdef46-2f00-4857-be7d-99638883c979", "name": "cloudify_ims-vm_d5fdef46-2f00-4857-be7d-99638883c979", "created": "2018-08-15T20:17:32Z", "tenant_id": "1b799198e46c4c52baa63ec1d55ae063", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:19:33,921 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-f890bd93-1663-429c-aae9-24f4a031941b 2018-08-15 20:19:33,921 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.393226146698s 2018-08-15 20:19:33,921 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-f890bd93-1663-429c-aae9-24f4a031941b 2018-08-15 20:19:33,925 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 20:19:35,928 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:19:35,932 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d734bed0dd813c8df56e0d31219e62e042ba0e38" 2018-08-15 20:19:36,593 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:19: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-6ed55055-d774-4a9b-8fd5-14d5d1626dc5 x-compute-request-id: req-6ed55055-d774-4a9b-8fd5-14d5d1626dc5 Content-Encoding: gzip Content-Length: 674 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/b384caf8-3793-4f79-81ad-36a9aab2d38d", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/b384caf8-3793-4f79-81ad-36a9aab2d38d", "rel": "bookmark"}], "image": {"id": "8054c143-b64d-46fb-8afd-2cd0e546b8fc", "links": [{"href": "http://172.30.9.27:8774/images/8054c143-b64d-46fb-8afd-2cd0e546b8fc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a39cef24-d443-4129-9485-7dcf222c5918", "links": [{"href": "http://172.30.9.27:8774/flavors/a39cef24-d443-4129-9485-7dcf222c5918", "rel": "bookmark"}]}, "id": "b384caf8-3793-4f79-81ad-36a9aab2d38d", "security_groups": [{"name": "cloudify_ims-sg_d5fdef46-2f00-4857-be7d-99638883c979"}], "user_id": "539c1e769d89433db45267e6a540c4db", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T20:17:35Z", "hostId": "676d88501149fc90ef2c20ebaa609d8f91451f7da15cecf9ef9cb8db", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_d5fdef46-2f00-4857-be7d-99638883c979", "name": "cloudify_ims-vm_d5fdef46-2f00-4857-be7d-99638883c979", "created": "2018-08-15T20:17:32Z", "tenant_id": "1b799198e46c4c52baa63ec1d55ae063", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:19:36,593 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-6ed55055-d774-4a9b-8fd5-14d5d1626dc5 2018-08-15 20:19:36,594 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.665135145187s 2018-08-15 20:19:36,594 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-6ed55055-d774-4a9b-8fd5-14d5d1626dc5 2018-08-15 20:19:36,598 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 20:19:38,601 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:19:38,604 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d734bed0dd813c8df56e0d31219e62e042ba0e38" 2018-08-15 20:19:38,775 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:19: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-e6df3d9c-c6c5-4f5e-b4c8-1311db20589d x-compute-request-id: req-e6df3d9c-c6c5-4f5e-b4c8-1311db20589d Content-Encoding: gzip Content-Length: 674 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/b384caf8-3793-4f79-81ad-36a9aab2d38d", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/b384caf8-3793-4f79-81ad-36a9aab2d38d", "rel": "bookmark"}], "image": {"id": "8054c143-b64d-46fb-8afd-2cd0e546b8fc", "links": [{"href": "http://172.30.9.27:8774/images/8054c143-b64d-46fb-8afd-2cd0e546b8fc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a39cef24-d443-4129-9485-7dcf222c5918", "links": [{"href": "http://172.30.9.27:8774/flavors/a39cef24-d443-4129-9485-7dcf222c5918", "rel": "bookmark"}]}, "id": "b384caf8-3793-4f79-81ad-36a9aab2d38d", "security_groups": [{"name": "cloudify_ims-sg_d5fdef46-2f00-4857-be7d-99638883c979"}], "user_id": "539c1e769d89433db45267e6a540c4db", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T20:17:35Z", "hostId": "676d88501149fc90ef2c20ebaa609d8f91451f7da15cecf9ef9cb8db", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_d5fdef46-2f00-4857-be7d-99638883c979", "name": "cloudify_ims-vm_d5fdef46-2f00-4857-be7d-99638883c979", "created": "2018-08-15T20:17:32Z", "tenant_id": "1b799198e46c4c52baa63ec1d55ae063", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:19:38,776 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-e6df3d9c-c6c5-4f5e-b4c8-1311db20589d 2018-08-15 20:19:38,776 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.174666881561s 2018-08-15 20:19:38,776 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-e6df3d9c-c6c5-4f5e-b4c8-1311db20589d 2018-08-15 20:19:38,780 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 20:19:40,782 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:19:40,786 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d734bed0dd813c8df56e0d31219e62e042ba0e38" 2018-08-15 20:19:40,953 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:19: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-3e471399-df9a-4759-96f9-ee6f1ccda479 x-compute-request-id: req-3e471399-df9a-4759-96f9-ee6f1ccda479 Content-Encoding: gzip Content-Length: 674 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/b384caf8-3793-4f79-81ad-36a9aab2d38d", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/b384caf8-3793-4f79-81ad-36a9aab2d38d", "rel": "bookmark"}], "image": {"id": "8054c143-b64d-46fb-8afd-2cd0e546b8fc", "links": [{"href": "http://172.30.9.27:8774/images/8054c143-b64d-46fb-8afd-2cd0e546b8fc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a39cef24-d443-4129-9485-7dcf222c5918", "links": [{"href": "http://172.30.9.27:8774/flavors/a39cef24-d443-4129-9485-7dcf222c5918", "rel": "bookmark"}]}, "id": "b384caf8-3793-4f79-81ad-36a9aab2d38d", "security_groups": [{"name": "cloudify_ims-sg_d5fdef46-2f00-4857-be7d-99638883c979"}], "user_id": "539c1e769d89433db45267e6a540c4db", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T20:17:35Z", "hostId": "676d88501149fc90ef2c20ebaa609d8f91451f7da15cecf9ef9cb8db", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_d5fdef46-2f00-4857-be7d-99638883c979", "name": "cloudify_ims-vm_d5fdef46-2f00-4857-be7d-99638883c979", "created": "2018-08-15T20:17:32Z", "tenant_id": "1b799198e46c4c52baa63ec1d55ae063", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:19:40,953 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-3e471399-df9a-4759-96f9-ee6f1ccda479 2018-08-15 20:19:40,953 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.170825958252s 2018-08-15 20:19:40,954 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-3e471399-df9a-4759-96f9-ee6f1ccda479 2018-08-15 20:19:40,958 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 20:19:42,960 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:19:42,963 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d734bed0dd813c8df56e0d31219e62e042ba0e38" 2018-08-15 20:19:43,163 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:19:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-122379c2-4851-4153-aa5d-26bb8f913d5c x-compute-request-id: req-122379c2-4851-4153-aa5d-26bb8f913d5c Content-Encoding: gzip Content-Length: 674 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/b384caf8-3793-4f79-81ad-36a9aab2d38d", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/b384caf8-3793-4f79-81ad-36a9aab2d38d", "rel": "bookmark"}], "image": {"id": "8054c143-b64d-46fb-8afd-2cd0e546b8fc", "links": [{"href": "http://172.30.9.27:8774/images/8054c143-b64d-46fb-8afd-2cd0e546b8fc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a39cef24-d443-4129-9485-7dcf222c5918", "links": [{"href": "http://172.30.9.27:8774/flavors/a39cef24-d443-4129-9485-7dcf222c5918", "rel": "bookmark"}]}, "id": "b384caf8-3793-4f79-81ad-36a9aab2d38d", "security_groups": [{"name": "cloudify_ims-sg_d5fdef46-2f00-4857-be7d-99638883c979"}], "user_id": "539c1e769d89433db45267e6a540c4db", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T20:17:35Z", "hostId": "676d88501149fc90ef2c20ebaa609d8f91451f7da15cecf9ef9cb8db", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_d5fdef46-2f00-4857-be7d-99638883c979", "name": "cloudify_ims-vm_d5fdef46-2f00-4857-be7d-99638883c979", "created": "2018-08-15T20:17:32Z", "tenant_id": "1b799198e46c4c52baa63ec1d55ae063", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:19:43,163 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-122379c2-4851-4153-aa5d-26bb8f913d5c 2018-08-15 20:19:43,163 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.202973127365s 2018-08-15 20:19:43,164 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-122379c2-4851-4153-aa5d-26bb8f913d5c 2018-08-15 20:19:43,168 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 20:19:45,170 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:19:45,173 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d734bed0dd813c8df56e0d31219e62e042ba0e38" 2018-08-15 20:19:45,628 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:19:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cdabb9de-c5b8-4a7e-b472-2c9797d2966b x-compute-request-id: req-cdabb9de-c5b8-4a7e-b472-2c9797d2966b Content-Encoding: gzip Content-Length: 674 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/b384caf8-3793-4f79-81ad-36a9aab2d38d", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/b384caf8-3793-4f79-81ad-36a9aab2d38d", "rel": "bookmark"}], "image": {"id": "8054c143-b64d-46fb-8afd-2cd0e546b8fc", "links": [{"href": "http://172.30.9.27:8774/images/8054c143-b64d-46fb-8afd-2cd0e546b8fc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a39cef24-d443-4129-9485-7dcf222c5918", "links": [{"href": "http://172.30.9.27:8774/flavors/a39cef24-d443-4129-9485-7dcf222c5918", "rel": "bookmark"}]}, "id": "b384caf8-3793-4f79-81ad-36a9aab2d38d", "security_groups": [{"name": "cloudify_ims-sg_d5fdef46-2f00-4857-be7d-99638883c979"}], "user_id": "539c1e769d89433db45267e6a540c4db", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T20:17:35Z", "hostId": "676d88501149fc90ef2c20ebaa609d8f91451f7da15cecf9ef9cb8db", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_d5fdef46-2f00-4857-be7d-99638883c979", "name": "cloudify_ims-vm_d5fdef46-2f00-4857-be7d-99638883c979", "created": "2018-08-15T20:17:32Z", "tenant_id": "1b799198e46c4c52baa63ec1d55ae063", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:19:45,628 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-cdabb9de-c5b8-4a7e-b472-2c9797d2966b 2018-08-15 20:19:45,628 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.457965135574s 2018-08-15 20:19:45,629 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-cdabb9de-c5b8-4a7e-b472-2c9797d2966b 2018-08-15 20:19:45,633 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 20:19:47,634 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:19:47,637 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d734bed0dd813c8df56e0d31219e62e042ba0e38" 2018-08-15 20:19:48,208 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:19: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-9c28eb9a-0b35-4ebd-b662-fb679eb13d10 x-compute-request-id: req-9c28eb9a-0b35-4ebd-b662-fb679eb13d10 Content-Encoding: gzip Content-Length: 674 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/b384caf8-3793-4f79-81ad-36a9aab2d38d", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/b384caf8-3793-4f79-81ad-36a9aab2d38d", "rel": "bookmark"}], "image": {"id": "8054c143-b64d-46fb-8afd-2cd0e546b8fc", "links": [{"href": "http://172.30.9.27:8774/images/8054c143-b64d-46fb-8afd-2cd0e546b8fc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a39cef24-d443-4129-9485-7dcf222c5918", "links": [{"href": "http://172.30.9.27:8774/flavors/a39cef24-d443-4129-9485-7dcf222c5918", "rel": "bookmark"}]}, "id": "b384caf8-3793-4f79-81ad-36a9aab2d38d", "security_groups": [{"name": "cloudify_ims-sg_d5fdef46-2f00-4857-be7d-99638883c979"}], "user_id": "539c1e769d89433db45267e6a540c4db", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T20:17:35Z", "hostId": "676d88501149fc90ef2c20ebaa609d8f91451f7da15cecf9ef9cb8db", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_d5fdef46-2f00-4857-be7d-99638883c979", "name": "cloudify_ims-vm_d5fdef46-2f00-4857-be7d-99638883c979", "created": "2018-08-15T20:17:32Z", "tenant_id": "1b799198e46c4c52baa63ec1d55ae063", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:19:48,209 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-9c28eb9a-0b35-4ebd-b662-fb679eb13d10 2018-08-15 20:19:48,209 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.57465004921s 2018-08-15 20:19:48,209 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-9c28eb9a-0b35-4ebd-b662-fb679eb13d10 2018-08-15 20:19:48,213 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 20:19:50,216 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:19:50,219 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d734bed0dd813c8df56e0d31219e62e042ba0e38" 2018-08-15 20:19:50,656 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:19: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-1248ae10-45f7-43a3-aace-cde5d423f982 x-compute-request-id: req-1248ae10-45f7-43a3-aace-cde5d423f982 Content-Encoding: gzip Content-Length: 750 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cloudify_ims-net_d5fdef46-2f00-4857-be7d-99638883c979": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1e:e4:5e", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/b384caf8-3793-4f79-81ad-36a9aab2d38d", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/b384caf8-3793-4f79-81ad-36a9aab2d38d", "rel": "bookmark"}], "image": {"id": "8054c143-b64d-46fb-8afd-2cd0e546b8fc", "links": [{"href": "http://172.30.9.27:8774/images/8054c143-b64d-46fb-8afd-2cd0e546b8fc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:19:49.000000", "flavor": {"id": "a39cef24-d443-4129-9485-7dcf222c5918", "links": [{"href": "http://172.30.9.27:8774/flavors/a39cef24-d443-4129-9485-7dcf222c5918", "rel": "bookmark"}]}, "id": "b384caf8-3793-4f79-81ad-36a9aab2d38d", "security_groups": [{"name": "cloudify_ims-sg_d5fdef46-2f00-4857-be7d-99638883c979"}], "user_id": "539c1e769d89433db45267e6a540c4db", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:19:49Z", "hostId": "676d88501149fc90ef2c20ebaa609d8f91451f7da15cecf9ef9cb8db", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_d5fdef46-2f00-4857-be7d-99638883c979", "name": "cloudify_ims-vm_d5fdef46-2f00-4857-be7d-99638883c979", "created": "2018-08-15T20:17:32Z", "tenant_id": "1b799198e46c4c52baa63ec1d55ae063", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:19:50,656 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-1248ae10-45f7-43a3-aace-cde5d423f982 2018-08-15 20:19:50,656 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.439793109894s 2018-08-15 20:19:50,656 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-1248ae10-45f7-43a3-aace-cde5d423f982 2018-08-15 20:19:50,661 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-15 20:19:50,662 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/ports.json?device_id=b384caf8-3793-4f79-81ad-36a9aab2d38d" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d734bed0dd813c8df56e0d31219e62e042ba0e38" 2018-08-15 20:19:50,712 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-7ec3c72c-39d2-48af-b732-60f1ac24f324 Date: Wed, 15 Aug 2018 20:19:50 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"c1c39edd-a079-417d-9308-401db7c9e8b8","tenant_id":"1b799198e46c4c52baa63ec1d55ae063","created_at":"2018-08-15T20:17:35Z","admin_state_up":true,"updated_at":"2018-08-15T20:19:48Z","binding:vnic_type":"normal","device_id":"b384caf8-3793-4f79-81ad-36a9aab2d38d","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:1e:e4:5e","id":"4da68352-9f0a-491d-b6ff-b7abf1d0e9e7","port_security_enabled":true,"project_id":"1b799198e46c4c52baa63ec1d55ae063","fixed_ips":[{"subnet_id":"02523c7f-e4ce-4a9c-adb0-3126f8b0735f","ip_address":"192.168.120.10"}],"extra_dhcp_opts":[],"security_groups":["9729e524-0fbc-4e7d-b8f4-eb374171b0e4"],"name":""}]} 2018-08-15 20:19:50,712 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=b384caf8-3793-4f79-81ad-36a9aab2d38d used request id req-7ec3c72c-39d2-48af-b732-60f1ac24f324 2018-08-15 20:19:50,712 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0510292053223s 2018-08-15 20:19:50,712 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=b384caf8-3793-4f79-81ad-36a9aab2d38d used request id req-7ec3c72c-39d2-48af-b732-60f1ac24f324 2018-08-15 20:19:50,718 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-15 20:19:50,719 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/floatingips.json?port_id=4da68352-9f0a-491d-b6ff-b7abf1d0e9e7" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d734bed0dd813c8df56e0d31219e62e042ba0e38" 2018-08-15 20:19:50,988 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-4c9e43d6-cc88-49aa-ba9e-c402f7bb3264 Date: Wed, 15 Aug 2018 20:19:51 GMT RESP BODY: {"floatingips": []} 2018-08-15 20:19:50,988 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json?port_id=4da68352-9f0a-491d-b6ff-b7abf1d0e9e7 used request id req-4c9e43d6-cc88-49aa-ba9e-c402f7bb3264 2018-08-15 20:19:50,988 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.270165205002s 2018-08-15 20:19:50,989 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json?port_id=4da68352-9f0a-491d-b6ff-b7abf1d0e9e7 used request id req-4c9e43d6-cc88-49aa-ba9e-c402f7bb3264 2018-08-15 20:19:50,989 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'cloudify_ims-net_d5fdef46-2f00-4857-be7d-99638883c979': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:1e:e4:5e', u'version': 4, u'addr': u'192.168.120.10', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'8054c143-b64d-46fb-8afd-2cd0e546b8fc'}), 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-15T20:19:49.000000', 'flavor': Munch({u'id': u'a39cef24-d443-4129-9485-7dcf222c5918'}), 'az': u'nova', 'id': u'b384caf8-3793-4f79-81ad-36a9aab2d38d', 'security_groups': [Munch({u'name': u'cloudify_ims-sg_d5fdef46-2f00-4857-be7d-99638883c979'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'539c1e769d89433db45267e6a540c4db', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'1b799198e46c4c52baa63ec1d55ae063', 'name': 'cloudify_ims-project_d5fdef46-2f00-4857-be7d-99638883c979', '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-15T20:19:49.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-15T20:19:49Z', 'hostId': u'676d88501149fc90ef2c20ebaa609d8f91451f7da15cecf9ef9cb8db', u'OS-SRV-USG:terminated_at': None, 'key_name': u'cloudify_ims-kp_d5fdef46-2f00-4857-be7d-99638883c979', 'public_v6': '', 'private_v4': u'192.168.120.10', 'cloud': 'envvars', 'host_id': u'676d88501149fc90ef2c20ebaa609d8f91451f7da15cecf9ef9cb8db', '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-15T20:19:49.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'1b799198e46c4c52baa63ec1d55ae063', 'name': u'cloudify_ims-vm_d5fdef46-2f00-4857-be7d-99638883c979', 'adminPass': u'W5Xw878aph8m', 'tenant_id': u'1b799198e46c4c52baa63ec1d55ae063', 'created_at': u'2018-08-15T20:17:32Z', 'created': u'2018-08-15T20:17:32Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-15 20:19:50,992 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-15 20:19:50,993 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d734bed0dd813c8df56e0d31219e62e042ba0e38" 2018-08-15 20:19:51,090 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-7a47046b-ad29-4242-bc7f-c835b8a51da2 Date: Wed, 15 Aug 2018 20:19:51 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["02523c7f-e4ce-4a9c-adb0-3126f8b0735f"],"updated_at":"2018-08-15T20:15:59Z","tenant_id":"1b799198e46c4c52baa63ec1d55ae063","created_at":"2018-08-15T20:15:59Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"1b799198e46c4c52baa63ec1d55ae063","id":"c1c39edd-a079-417d-9308-401db7c9e8b8","name":"cloudify_ims-net_d5fdef46-2f00-4857-be7d-99638883c979"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["3ef75223-733d-425d-bb3e-88e8a796bebc"],"updated_at":"2018-08-15T17:41:36Z","tenant_id":"d2c267e1fee9461ba5e64a915b9518f5","created_at":"2018-08-15T17:16:26Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"d2c267e1fee9461ba5e64a915b9518f5","id":"fc8ca119-27ab-4070-99fa-a2993d11ee48","name":"external"}]} 2018-08-15 20:19:51,090 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-7a47046b-ad29-4242-bc7f-c835b8a51da2 2018-08-15 20:19:51,090 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0977640151978s 2018-08-15 20:19:51,091 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-7a47046b-ad29-4242-bc7f-c835b8a51da2 2018-08-15 20:19:51,092 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-15 20:19:51,093 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/ports.json?device_id=b384caf8-3793-4f79-81ad-36a9aab2d38d" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d734bed0dd813c8df56e0d31219e62e042ba0e38" 2018-08-15 20:19:51,141 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-31c4e490-4f1d-487c-8705-a57c0acd6948 Date: Wed, 15 Aug 2018 20:19:51 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"c1c39edd-a079-417d-9308-401db7c9e8b8","tenant_id":"1b799198e46c4c52baa63ec1d55ae063","created_at":"2018-08-15T20:17:35Z","admin_state_up":true,"updated_at":"2018-08-15T20:19:48Z","binding:vnic_type":"normal","device_id":"b384caf8-3793-4f79-81ad-36a9aab2d38d","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:1e:e4:5e","id":"4da68352-9f0a-491d-b6ff-b7abf1d0e9e7","port_security_enabled":true,"project_id":"1b799198e46c4c52baa63ec1d55ae063","fixed_ips":[{"subnet_id":"02523c7f-e4ce-4a9c-adb0-3126f8b0735f","ip_address":"192.168.120.10"}],"extra_dhcp_opts":[],"security_groups":["9729e524-0fbc-4e7d-b8f4-eb374171b0e4"],"name":""}]} 2018-08-15 20:19:51,141 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=b384caf8-3793-4f79-81ad-36a9aab2d38d used request id req-31c4e490-4f1d-487c-8705-a57c0acd6948 2018-08-15 20:19:51,141 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0490119457245s 2018-08-15 20:19:51,141 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=b384caf8-3793-4f79-81ad-36a9aab2d38d used request id req-31c4e490-4f1d-487c-8705-a57c0acd6948 2018-08-15 20:19:51,142 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-08-15 20:19:51,143 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d734bed0dd813c8df56e0d31219e62e042ba0e38" -d '{"floatingip": {"floating_network_id": "fc8ca119-27ab-4070-99fa-a2993d11ee48", "fixed_ip_address": "192.168.120.10", "port_id": "4da68352-9f0a-491d-b6ff-b7abf1d0e9e7"}}' 2018-08-15 20:19:53,057 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 554 X-Openstack-Request-Id: req-d28c11a7-546c-442f-8af1-bb7cb3d5ba6d Date: Wed, 15 Aug 2018 20:19:53 GMT RESP BODY: {"floatingip": {"router_id": "eb1254c8-e3b7-4ace-8a49-b6ebb507913f", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-15T20:19:51Z", "floating_network_id": "fc8ca119-27ab-4070-99fa-a2993d11ee48", "fixed_ip_address": "192.168.120.10", "floating_ip_address": "172.30.9.202", "revision_number": 0, "port_id": "4da68352-9f0a-491d-b6ff-b7abf1d0e9e7", "id": "1efe6d77-48a9-49d4-9a9c-c889e0480ac1", "tenant_id": "1b799198e46c4c52baa63ec1d55ae063", "created_at": "2018-08-15T20:19:51Z", "project_id": "1b799198e46c4c52baa63ec1d55ae063"}} 2018-08-15 20:19:53,057 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-d28c11a7-546c-442f-8af1-bb7cb3d5ba6d 2018-08-15 20:19:53,057 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.91487908363s 2018-08-15 20:19:53,057 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-d28c11a7-546c-442f-8af1-bb7cb3d5ba6d 2018-08-15 20:19:53,066 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-15 20:19:53,066 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d734bed0dd813c8df56e0d31219e62e042ba0e38" 2018-08-15 20:19:53,126 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 557 X-Openstack-Request-Id: req-d4c6f5ac-61f4-4a21-b85b-4118304b9942 Date: Wed, 15 Aug 2018 20:19:53 GMT RESP BODY: {"floatingips": [{"router_id": "eb1254c8-e3b7-4ace-8a49-b6ebb507913f", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-15T20:19:51Z", "floating_network_id": "fc8ca119-27ab-4070-99fa-a2993d11ee48", "fixed_ip_address": "192.168.120.10", "floating_ip_address": "172.30.9.202", "revision_number": 0, "port_id": "4da68352-9f0a-491d-b6ff-b7abf1d0e9e7", "id": "1efe6d77-48a9-49d4-9a9c-c889e0480ac1", "tenant_id": "1b799198e46c4c52baa63ec1d55ae063", "created_at": "2018-08-15T20:19:51Z", "project_id": "1b799198e46c4c52baa63ec1d55ae063"}]} 2018-08-15 20:19:53,127 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-d4c6f5ac-61f4-4a21-b85b-4118304b9942 2018-08-15 20:19:53,127 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0609679222107s 2018-08-15 20:19:53,127 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-d4c6f5ac-61f4-4a21-b85b-4118304b9942 2018-08-15 20:19:53,131 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'eb1254c8-e3b7-4ace-8a49-b6ebb507913f', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'1b799198e46c4c52baa63ec1d55ae063', 'created_at': u'2018-08-15T20:19:51Z', 'attached': True, 'updated_at': u'2018-08-15T20:19:51Z', 'id': u'1efe6d77-48a9-49d4-9a9c-c889e0480ac1', 'floating_network_id': u'fc8ca119-27ab-4070-99fa-a2993d11ee48', 'fixed_ip_address': u'192.168.120.10', 'floating_ip_address': u'172.30.9.202', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'1b799198e46c4c52baa63ec1d55ae063', 'name': 'cloudify_ims-project_d5fdef46-2f00-4857-be7d-99638883c979', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'eb1254c8-e3b7-4ace-8a49-b6ebb507913f', 'project_id': u'1b799198e46c4c52baa63ec1d55ae063', 'port_id': u'4da68352-9f0a-491d-b6ff-b7abf1d0e9e7', 'port': u'4da68352-9f0a-491d-b6ff-b7abf1d0e9e7', 'network': u'fc8ca119-27ab-4070-99fa-a2993d11ee48'}) 2018-08-15 20:19:53,132 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-15 20:19:53,135 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/b384caf8-3793-4f79-81ad-36a9aab2d38d/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}d734bed0dd813c8df56e0d31219e62e042ba0e38" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-15 20:19:53,205 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:19:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6ea0368c-2c93-4e9e-a51c-56d2f325b84d x-compute-request-id: req-6ea0368c-2c93-4e9e-a51c-56d2f325b84d Content-Encoding: gzip Content-Length: 9052 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 1844052148 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.434584] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912)\n[ 0.437882] pid_max: default: 32768 minimum: 301\n[ 0.439639] Security Framework initialized\n[ 0.441255] SELinux: Initializing.\n[ 0.443010] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)\n[ 0.449550] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.453633] Mount-cache hash table entries: 4096\n[ 0.455652] Initializing cgroup subsys memory\n[ 0.457364] Initializing cgroup subsys devices\n[ 0.459049] Initializing cgroup subsys freezer\n[ 0.460746] Initializing cgroup subsys net_cls\n[ 0.462427] Initializing cgroup subsys blkio\n[ 0.464066] Initializing cgroup subsys perf_event\n[ 0.465832] Initializing cgroup subsys hugetlb\n[ 0.467539] Initializing cgroup subsys pids\n[ 0.469176] Initializing cgroup subsys net_prio\n[ 0.470985] CPU: Physical Processor ID: 0\n[ 0.473329] mce: CPU supports 10 MCE banks\n[ 0.474967] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.476884] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.478787] tlb_flushall_shift: 6\n[ 0.480404] Freeing SMP alternatives: 28k freed\n[ 0.484757] ACPI: Core revision 20130517\n[ 0.486788] ACPI: All ACPI Tables successfully acquired\n[ 0.488906] ftrace: allocating 25812 entries in 101 pages\n[ 0.510750] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.512962] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.515157] smpboot: Max logical packages: 2\n[ 0.517102] Enabling x2apic\n[ 0.518429] Enabled x2apic\n[ 0.520013] Switched APIC routing to physical x2apic.\n[ 0.523216] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.525327] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.529103] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.537494] KVM setup paravirtual spinlock\n[ 0.540380] smpboot: Booting Node 0, Processors #1 OK\n[ 0.542626] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock\n[ 0.564723] Brought up 2 CPUs\n[ 0.564725] KVM setup async PF for cpu 1\n[ 0.564728] kvm-stealtime: cpu 1, msr 13fd0f3c0\n[ 0.569315] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.572366] devtmpfs: initialized\n[ 0.575176] EVM: security.selinux\n[ 0.576578] EVM: security.ima\n[ 0.577932] EVM: security.capability\n[ 0.580105] atomic64 test passed for x86-64 platform with CX8 and with SSE\n[ 0.582367] pinctrl core: initialized pinctrl subsystem\n[ 0.584413] NET: Registered protocol family 16\n[ 0.586336] ACPI: bus type PCI registered\n[ 0.587968] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.590178] PCI: Using configuration type 1 for base access\n[ 0.595518] ACPI: Added _OSI(Module Device)\n[ 0.597183] ACPI: Added _OSI(Processor Device)\n[ 0.598925] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.600613] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.603583] ACPI: Interpreter enabled\n[ 0.605098] ACPI: (supports S0 S5)\n[ 0.606523] ACPI: Using IOAPIC for interrupt routing\n[ 0.608305] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.613443] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.615518] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.617749] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.619925] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.623927] acpiphp: Slot [3] registered\n[ 0.625440] acpiphp: Slot [4] registered\n[ 0.627030] acpiphp: Slot [5] registered\n[ 0.628630] acpiphp: Slot [6] registered\n[ 0.630193] acpiphp: Slot [7] registered\n[ 0.631743] acpiphp: Slot [8] registered\n[ 0.633345] acpiphp: Slot [9] registered\n[ 0.634904] acpiphp: Slot [10] registered\n[ 0.636523] acpiphp: Slot [11] registered\n[ 0.638101] acpiphp: Slot [12] registered\n[ 0.639717] acpiphp: Slot [13] registered\n[ 0.641330] acpiphp: Slot [14] registered\n[ 0.642942] acpiphp: Slot [15] registered\n[ 0.644572] acpiphp: Slot [16] registered\n[ 0.646148] acpiphp: Slot [17] registered\n[ 0.647794] acpiphp: Slot [18] registered\n[ 0.649388] acpiphp: Slot [19] registered\n[ 0.650970] acpiphp: Slot [20] registered\n[ 0.652560] acpiphp: Slot [21] registered\n[ 0.654191] acpiphp: Slot [22] registered\n[ 0.655790] acpiphp: Slot [23] registered\n[ 0.657334] acpiphp: Slot [24] registered\n[ 0.658973] acpiphp: Slot [25] registered\n[ 0.660513] acpiphp: Slot [26] registered\n[ 0.662113] acpiphp: Slot [27] registered\n[ 0.663692] acpiphp: Slot [28] registered\n[ 0.665277] acpiphp: Slot [29] registered\n[ 0.666857] acpiphp: Slot [30] registered\n[ 0.668432] acpiphp: Slot [31] registered\n[ 0.670049] PCI host bridge to bus 0000:00\n[ 0.671626] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.673516] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.675725] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.677919] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.680839] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\n[ 0.683759] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window]\n[ 0.689505] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.691799] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.693919] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.696187] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.700724] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.703597] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.728846] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.732063] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.734570] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.737091] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.739571] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.741929] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.744315] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.747427] vgaarb: loaded\n[ 0.748691] vgaarb: bridge control possible 0000:00:02.0\n[ 0.750765] SCSI subsystem initialized\n[ 0.752305] ACPI: bus type USB registered\n[ 0.753942] usbcore: registered new interface driver usbfs\n[ 0.755881] usbcore: registered new interface driver hub\n[ 0.757755] usbcore: registered new device driver usb\n[ 0.759809] PCI: Using ACPI for IRQ routing\n[ 0.761828] NetLabel: Initializing\n[ 0.763272] NetLabel: domain hash size = 128\n[ 0.764905] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.766700] NetLabel: unlabeled traffic allowed by default\n[ 0.768726] Switched to clocksource kvm-clock\n[ 0.778399] pnp: PnP ACPI init\n[ 0.779737] ACPI: bus type PNP registered\n[ 0.781709] pnp: PnP ACPI: found 5 devices\n[ 0.783255] ACPI: bus type PNP unregistered\n[ 0.791029] NET: Registered protocol family 2\n[ 0.793037] TCP established hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.796146] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)\n[ 0.798636] TCP: Hash tables configured (established 32768 bind 32768)\n[ 0.800793] TCP: reno registered\n[ 0.802126] UDP hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.804111] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.806242] NET: Registered protocol family 1\n[ 0.807835] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.809743] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.811634] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.831970] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.852230] Unpacking initramfs...\n[ 1.342458] Freeing initrd memory: 37508k freed\n[ 1.352452] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)\n[ 1.354553] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff]\n[ 1.358329] sha1_ssse3: Using AVX2 optimized SHA-1 implementation\n[ 1.360359] sha256_ssse3: Using AVX2 optimized SHA-256 implementation\n[ 1.362687] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 1.364725] Initialise system trusted keyring\n[ 1.366340] audit: initializing netlink socket (disabled)\n[ 1.368144] type=2000 audit(1534364391.759:1): initialized\n[ 1.385149] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.387160] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.389996] zpool: loaded\n[ 1.391233] zbud: loaded\n[ 1.392621] VFS: Disk quotas dquot_6.5.2\n[ 1.394187] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.396401] msgmni has been set to 7578\n[ 1.397953] Key type big_key registered\n[ 1.400201] NET: Registered protocol family 38\n[ 1.401798] Key type asymmetric registered\n[ 1.403310] Asymmetric key parser 'x509' registered\n[ 1.404995] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)\n[ 1.407776] io scheduler noop registered\n[ 1.409263] io scheduler deadline registered (default)\n[ 1.424708] io scheduler cfq registered\n[ 1.426264] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.428081] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.430190] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.432900] ACPI: Power Button [PWRF]\n[ 1.434440] GHES: HEST is not enabled!\n[ 1.435957] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled\n[ 1.460953] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A\n[ 1.463222] Non-volatile memory driver v1.3\n[ 1.464757] Linux agpgart interface v0.103\n[ 1.466387] crash memory driver: version 1.1\n[ 1.467999] rdac: device handler registered\n[ 1.469620] hp_sw: device handler registered\n[ 1.471202] emc: device handler registered\n[ 1.472721] alua: device handler registered\n[ 1.474306] libphy: Fixed MDIO Bus: probed\n[ 1.475934] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.478033] ehci-pci: EHCI PCI platform driver\n[ 1.479665] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.481645] ohci-pci: OHCI PCI platform driver\n[ 1.483260] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.503538] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.505420] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.508279] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.510113] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.512136] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.514216] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.516966] usb usb1: Product: UHCI Host Controller\n[ 1.518652] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd\n[ 1.520781] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.522545] hub 1-0:1.0: USB hub found\n[ 1.523998] hub 1-0:1.0: 2 ports detected\n[ 1.525673] usbcore: registered new interface driver usbserial\n[ 1.527577] usbcore: registered new interface driver usbserial_generic\n[ 1.529625] usbserial: USB Serial support registered for generic\n[ 1.531557] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.535175] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.536877] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.538678] mousedev: PS/2 mouse device common for all mice\n[ 1.540874] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.544034] rtc_cmos 00:00: RTC can wake from S4\n[ 1.544683] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2\n[ 1.549445] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.549772] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.554804] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.556984] cpuidle: using governor menu\n[ 1.558593] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.560553] usbcore: registered new interface driver usbhid\n[ 1.562483] usbhid: USB HID core driver\n[ 1.564051] drop_monitor: Initializing network drop monitor service\n[ 1.566153] TCP: cubic registered\n[ 1.567556] Initializing XFRM netlink socket\n[ 1.569258] NET: Registered protocol family 10\n[ 1.571167] NET: Registered protocol family 17\n[ 1.573010] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.574888] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.576924] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.580267] Loading compiled-in X.509 certificates\n[ 1.582031] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717'\n[ 1.585437] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b'\n[ 1.589201] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106'\n[ 1.592549] registered taskstats version 1\n[ 1.596119] Key type trusted registered\n[ 1.598977] Key type encrypted registered\n[ 1.601795] IMA: No TPM chip found, activating TPM-bypass!\n[ 1.604180] rtc_cmos 00:00: setting system clock to 2018-08-15 20:19:52 UTC (1534364392)\n[ 1.607948] Freeing unused kernel memory: 1680k freed\n[ 1.613811] 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.619456] systemd[1]: Detected virtualization kvm.\n[ 1.621180] systemd[1]: Detected architecture x86-64.\n[ 1.622902] systemd[1]: Running in initial RAM disk.\n\nWelcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m!\n\n[ 1.626110] systemd[1]: No hostname configured.\n[ 1.627751] systemd[1]: Set hostname to .\n[ 1.629530] systemd[1]: Initializing machine ID from KVM UUID.\n[[32m OK [0m] Created slice Root Slice.\n[ 1.653490] systemd[1]: Created slice Root Slice.\n[ 1.655269] systemd[1]: Starting Root Slice.\n[[32m OK [0m] Listening on Journal Socket.\n[ 1.657863] systemd[1]: Listening on Journal Socket.\n[ 1.659708] systemd[1]: Starting Journal Socket.\n[[32m OK [0m] Listening on udev Control Socket.\n[ 1.662446] systemd[1]: Listening on udev Control Socket.\n[ 1.664251] systemd[1]: Starting udev Control Socket.\n[[32m OK [0m] Reached target Local File Systems.\n[ 1.667088] systemd[1]: Reached target Local File Systems.\n[ 1.668876] systemd[1]: Starting Local File Systems.\n[[32m OK [0m] Reached target Timers.\n[ 1.671510] systemd[1]: Reached target Timers.\n[ 1.673099] systemd[1]: Starting Timers.\n[ 1.674611] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.\n[ 1.677516] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.\n[[32m OK [0m] Reached target Paths.\n[ 1.681329] systemd[1]: Reached target Paths.\n[ 1.682897] systemd[1]: Starting Paths.\n[[32m OK [0m] Reached target Swap.\n[ 1.685281] systemd[1]: Reached target Swap.\n[ 1.686845] systemd[1]: Starting Swap.\n[[32m OK [0m] Created slice System Slice.\n[ 1.689301] systemd[1]: Created slice System Slice.\n[ 1.690972] systemd[1]: Starting System Slice.\n[ 1.693015] 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 Slices.\n[ 1.698532] systemd[1]: Reached target Slices.\n[ 1.700170] systemd[1]: Starting Slices.\n[ 1.702152] systemd[1]: Starting Apply Kernel Variables...\n Starting Apply Kernel Variables...\n[ 1.705377] systemd[1]: Starting dracut cmdline hook...\n Starting dracut cmdline hook...\n[ 1.708459] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[[32m OK [0m] Listening on udev Kernel Socket.\n[ 1.712119] systemd[1]: Listening on udev Kernel Socket.\n[ 1.713920] systemd[1]: Starting udev Kernel Socket.\n[[32m OK [0m] Reached target Sockets.\n[ 1.716948] systemd[1]: Reached target Sockets.\n[ 1.718586] systemd[1]: Starting Sockets.\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[ 1.721877] systemd[1]: Started Create list of required static device nodes for the current kernel.\n[[32m OK [0m] Started Apply Kernel Variables.\n[ 1.726381] systemd[1]: Started Apply Kernel Variables.\n[[32m OK [0m] Started Journal Service.\n[ 1.729274] 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.778579] RPC: Registered named UNIX socket transport module.\n[ 1.780542] RPC: Registered udp transport module.\n[ 1.782218] RPC: Registered tcp transport module.\n[ 1.783902] RPC: Registered tcp NFSv4.1 backchannel transport module.\n[ 1.826746] usb 1-1: new full-speed USB device number 2 using uhci_hcd\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 Starting dracut initqueue hook...\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Reached target Basic System.\n[ 1.886807] FDC 0 is a S82078B\n[ 1.911199] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.914737] scsi host0: ata_piix\n[ 1.916383] scsi host1: ata_piix\n[ 1.917799] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.919967] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.960660] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.967247] vda: vda1\n[ 1.979354] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.981616] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.983929] usb 1-1: Product: QEMU USB Tablet\n[ 1.985636] usb 1-1: Manufacturer: QEMU\n[ 1.987205] usb 1-1: SerialNumber: 42\n[ 1.997787] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4\n[ 2.001450] 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] 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[[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[ 2.094293] SGI XFS with ACLs, security attributes, no debug enabled\n[ 2.097680] XFS (vda1): Mounting V4 Filesystem\n[ 2.135305] 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 Sockets.\n[[32m OK [0m] Stopped target Paths.\n[[32m OK [0m] Stopped target System Initialization.\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 Apply Kernel Variables.\n Stopping Apply Kernel Variables...\n[[32m OK [0m] Stopped target Swap.\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] Stopp"} 2018-08-15 20:19:53,206 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/b384caf8-3793-4f79-81ad-36a9aab2d38d/action used request id req-6ea0368c-2c93-4e9e-a51c-56d2f325b84d 2018-08-15 20:19:53,206 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0741910934448s 2018-08-15 20:19:53,207 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/b384caf8-3793-4f79-81ad-36a9aab2d38d/action used request id req-6ea0368c-2c93-4e9e-a51c-56d2f325b84d 2018-08-15 20:19:53,207 - 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 1844052148 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.434584] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912) [ 0.437882] pid_max: default: 32768 minimum: 301 [ 0.439639] Security Framework initialized [ 0.441255] SELinux: Initializing. [ 0.443010] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.449550] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.453633] Mount-cache hash table entries: 4096 [ 0.455652] Initializing cgroup subsys memory [ 0.457364] Initializing cgroup subsys devices [ 0.459049] Initializing cgroup subsys freezer [ 0.460746] Initializing cgroup subsys net_cls [ 0.462427] Initializing cgroup subsys blkio [ 0.464066] Initializing cgroup subsys perf_event [ 0.465832] Initializing cgroup subsys hugetlb [ 0.467539] Initializing cgroup subsys pids [ 0.469176] Initializing cgroup subsys net_prio [ 0.470985] CPU: Physical Processor ID: 0 [ 0.473329] mce: CPU supports 10 MCE banks [ 0.474967] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.476884] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.478787] tlb_flushall_shift: 6 [ 0.480404] Freeing SMP alternatives: 28k freed [ 0.484757] ACPI: Core revision 20130517 [ 0.486788] ACPI: All ACPI Tables successfully acquired [ 0.488906] ftrace: allocating 25812 entries in 101 pages [ 0.510750] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.512962] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.515157] smpboot: Max logical packages: 2 [ 0.517102] Enabling x2apic [ 0.518429] Enabled x2apic [ 0.520013] Switched APIC routing to physical x2apic. [ 0.523216] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.525327] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.529103] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.537494] KVM setup paravirtual spinlock [ 0.540380] smpboot: Booting Node 0, Processors #1 OK [ 0.542626] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock [ 0.564723] Brought up 2 CPUs [ 0.564725] KVM setup async PF for cpu 1 [ 0.564728] kvm-stealtime: cpu 1, msr 13fd0f3c0 [ 0.569315] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.572366] devtmpfs: initialized [ 0.575176] EVM: security.selinux [ 0.576578] EVM: security.ima [ 0.577932] EVM: security.capability [ 0.580105] atomic64 test passed for x86-64 platform with CX8 and with SSE [ 0.582367] pinctrl core: initialized pinctrl subsystem [ 0.584413] NET: Registered protocol family 16 [ 0.586336] ACPI: bus type PCI registered [ 0.587968] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.590178] PCI: Using configuration type 1 for base access [ 0.595518] ACPI: Added _OSI(Module Device) [ 0.597183] ACPI: Added _OSI(Processor Device) [ 0.598925] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.600613] ACPI: Added _OSI(Processor Aggregator Device) [ 0.603583] ACPI: Interpreter enabled [ 0.605098] ACPI: (supports S0 S5) [ 0.606523] ACPI: Using IOAPIC for interrupt routing [ 0.608305] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.613443] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.615518] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.617749] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.619925] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.623927] acpiphp: Slot [3] registered [ 0.625440] acpiphp: Slot [4] registered [ 0.627030] acpiphp: Slot [5] registered [ 0.628630] acpiphp: Slot [6] registered [ 0.630193] acpiphp: Slot [7] registered [ 0.631743] acpiphp: Slot [8] registered [ 0.633345] acpiphp: Slot [9] registered [ 0.634904] acpiphp: Slot [10] registered [ 0.636523] acpiphp: Slot [11] registered [ 0.638101] acpiphp: Slot [12] registered [ 0.639717] acpiphp: Slot [13] registered [ 0.641330] acpiphp: Slot [14] registered [ 0.642942] acpiphp: Slot [15] registered [ 0.644572] acpiphp: Slot [16] registered [ 0.646148] acpiphp: Slot [17] registered [ 0.647794] acpiphp: Slot [18] registered [ 0.649388] acpiphp: Slot [19] registered [ 0.650970] acpiphp: Slot [20] registered [ 0.652560] acpiphp: Slot [21] registered [ 0.654191] acpiphp: Slot [22] registered [ 0.655790] acpiphp: Slot [23] registered [ 0.657334] acpiphp: Slot [24] registered [ 0.658973] acpiphp: Slot [25] registered [ 0.660513] acpiphp: Slot [26] registered [ 0.662113] acpiphp: Slot [27] registered [ 0.663692] acpiphp: Slot [28] registered [ 0.665277] acpiphp: Slot [29] registered [ 0.666857] acpiphp: Slot [30] registered [ 0.668432] acpiphp: Slot [31] registered [ 0.670049] PCI host bridge to bus 0000:00 [ 0.671626] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.673516] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.675725] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.677919] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.680839] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window] [ 0.683759] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window] [ 0.689505] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.691799] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.693919] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.696187] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.700724] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.703597] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.728846] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.732063] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.734570] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.737091] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.739571] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.741929] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.744315] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.747427] vgaarb: loaded [ 0.748691] vgaarb: bridge control possible 0000:00:02.0 [ 0.750765] SCSI subsystem initialized [ 0.752305] ACPI: bus type USB registered [ 0.753942] usbcore: registered new interface driver usbfs [ 0.755881] usbcore: registered new interface driver hub [ 0.757755] usbcore: registered new device driver usb [ 0.759809] PCI: Using ACPI for IRQ routing [ 0.761828] NetLabel: Initializing [ 0.763272] NetLabel: domain hash size = 128 [ 0.764905] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.766700] NetLabel: unlabeled traffic allowed by default [ 0.768726] Switched to clocksource kvm-clock [ 0.778399] pnp: PnP ACPI init [ 0.779737] ACPI: bus type PNP registered [ 0.781709] pnp: PnP ACPI: found 5 devices [ 0.783255] ACPI: bus type PNP unregistered [ 0.791029] NET: Registered protocol family 2 [ 0.793037] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 0.796146] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 0.798636] TCP: Hash tables configured (established 32768 bind 32768) [ 0.800793] TCP: reno registered [ 0.802126] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.804111] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.806242] NET: Registered protocol family 1 [ 0.807835] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.809743] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.811634] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.831970] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.852230] Unpacking initramfs... [ 1.342458] Freeing initrd memory: 37508k freed [ 1.352452] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.354553] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff] [ 1.358329] sha1_ssse3: Using AVX2 optimized SHA-1 implementation [ 1.360359] sha256_ssse3: Using AVX2 optimized SHA-256 implementation [ 1.362687] futex hash table entries: 512 (order: 3, 32768 bytes) [ 1.364725] Initialise system trusted keyring [ 1.366340] audit: initializing netlink socket (disabled) [ 1.368144] type=2000 audit(1534364391.759:1): initialized [ 1.385149] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.387160] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.389996] zpool: loaded [ 1.391233] zbud: loaded [ 1.392621] VFS: Disk quotas dquot_6.5.2 [ 1.394187] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.396401] msgmni has been set to 7578 [ 1.397953] Key type big_key registered [ 1.400201] NET: Registered protocol family 38 [ 1.401798] Key type asymmetric registered [ 1.403310] Asymmetric key parser 'x509' registered [ 1.404995] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 1.407776] io scheduler noop registered [ 1.409263] io scheduler deadline registered (default) [ 1.424708] io scheduler cfq registered [ 1.426264] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.428081] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.430190] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.432900] ACPI: Power Button [PWRF] [ 1.434440] GHES: HEST is not enabled! [ 1.435957] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.460953] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.463222] Non-volatile memory driver v1.3 [ 1.464757] Linux agpgart interface v0.103 [ 1.466387] crash memory driver: version 1.1 [ 1.467999] rdac: device handler registered [ 1.469620] hp_sw: device handler registered [ 1.471202] emc: device handler registered [ 1.472721] alua: device handler registered [ 1.474306] libphy: Fixed MDIO Bus: probed [ 1.475934] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.478033] ehci-pci: EHCI PCI platform driver [ 1.479665] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.481645] ohci-pci: OHCI PCI platform driver [ 1.483260] uhci_hcd: USB Universal Host Controller Interface driver [ 1.503538] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.505420] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.508279] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.510113] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.512136] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.514216] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.516966] usb usb1: Product: UHCI Host Controller [ 1.518652] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd [ 1.520781] usb usb1: SerialNumber: 0000:00:01.2 [ 1.522545] hub 1-0:1.0: USB hub found [ 1.523998] hub 1-0:1.0: 2 ports detected [ 1.525673] usbcore: registered new interface driver usbserial [ 1.527577] usbcore: registered new interface driver usbserial_generic [ 1.529625] usbserial: USB Serial support registered for generic [ 1.531557] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.535175] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.536877] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.538678] mousedev: PS/2 mouse device common for all mice [ 1.540874] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.544034] rtc_cmos 00:00: RTC can wake from S4 [ 1.544683] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2 [ 1.549445] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.549772] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.554804] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.556984] cpuidle: using governor menu [ 1.558593] hidraw: raw HID events driver (C) Jiri Kosina [ 1.560553] usbcore: registered new interface driver usbhid [ 1.562483] usbhid: USB HID core driver [ 1.564051] drop_monitor: Initializing network drop monitor service [ 1.566153] TCP: cubic registered [ 1.567556] Initializing XFRM netlink socket [ 1.569258] NET: Registered protocol family 10 [ 1.571167] NET: Registered protocol family 17 [ 1.573010] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 1.574888] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 1.576924] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 1.580267] Loading compiled-in X.509 certificates [ 1.582031] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717' [ 1.585437] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b' [ 1.589201] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106' [ 1.592549] registered taskstats version 1 [ 1.596119] Key type trusted registered [ 1.598977] Key type encrypted registered [ 1.601795] IMA: No TPM chip found, activating TPM-bypass! [ 1.604180] rtc_cmos 00:00: setting system clock to 2018-08-15 20:19:52 UTC (1534364392) [ 1.607948] Freeing unused kernel memory: 1680k freed [ 1.613811] 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.619456] systemd[1]: Detected virtualization kvm. [ 1.621180] systemd[1]: Detected architecture x86-64. [ 1.622902] systemd[1]: Running in initial RAM disk. Welcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m! [ 1.626110] systemd[1]: No hostname configured. [ 1.627751] systemd[1]: Set hostname to . [ 1.629530] systemd[1]: Initializing machine ID from KVM UUID. [[32m OK [0m] Created slice Root Slice. [ 1.653490] systemd[1]: Created slice Root Slice. [ 1.655269] systemd[1]: Starting Root Slice. [[32m OK [0m] Listening on Journal Socket. [ 1.657863] systemd[1]: Listening on Journal Socket. [ 1.659708] systemd[1]: Starting Journal Socket. [[32m OK [0m] Listening on udev Control Socket. [ 1.662446] systemd[1]: Listening on udev Control Socket. [ 1.664251] systemd[1]: Starting udev Control Socket. [[32m OK [0m] Reached target Local File Systems. [ 1.667088] systemd[1]: Reached target Local File Systems. [ 1.668876] systemd[1]: Starting Local File Systems. [[32m OK [0m] Reached target Timers. [ 1.671510] systemd[1]: Reached target Timers. [ 1.673099] systemd[1]: Starting Timers. [ 1.674611] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 1.677516] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch. [[32m OK [0m] Reached target Paths. [ 1.681329] systemd[1]: Reached target Paths. [ 1.682897] systemd[1]: Starting Paths. [[32m OK [0m] Reached target Swap. [ 1.685281] systemd[1]: Reached target Swap. [ 1.686845] systemd[1]: Starting Swap. [[32m OK [0m] Created slice System Slice. [ 1.689301] systemd[1]: Created slice System Slice. [ 1.690972] systemd[1]: Starting System Slice. [ 1.693015] 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 Slices. [ 1.698532] systemd[1]: Reached target Slices. [ 1.700170] systemd[1]: Starting Slices. [ 1.702152] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables... [ 1.705377] systemd[1]: Starting dracut cmdline hook... Starting dracut cmdline hook... [ 1.708459] systemd[1]: Starting Journal Service... Starting Journal Service... [[32m OK [0m] Listening on udev Kernel Socket. [ 1.712119] systemd[1]: Listening on udev Kernel Socket. [ 1.713920] systemd[1]: Starting udev Kernel Socket. [[32m OK [0m] Reached target Sockets. [ 1.716948] systemd[1]: Reached target Sockets. [ 1.718586] systemd[1]: Starting Sockets. [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [ 1.721877] systemd[1]: Started Create list of required static device nodes for the current kernel. [[32m OK [0m] Started Apply Kernel Variables. [ 1.726381] systemd[1]: Started Apply Kernel Variables. [[32m OK [0m] Started Journal Service. [ 1.729274] 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.778579] RPC: Registered named UNIX socket transport module. [ 1.780542] RPC: Registered udp transport module. [ 1.782218] RPC: Registered tcp transport module. [ 1.783902] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 1.826746] usb 1-1: new full-speed USB device number 2 using uhci_hcd [[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. Starting dracut initqueue hook... [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target Basic System. [ 1.886807] FDC 0 is a S82078B [ 1.911199] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.914737] scsi host0: ata_piix [ 1.916383] scsi host1: ata_piix [ 1.917799] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.919967] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.960660] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.967247] vda: vda1 [ 1.979354] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.981616] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.983929] usb 1-1: Product: QEMU USB Tablet [ 1.985636] usb 1-1: Manufacturer: QEMU [ 1.987205] usb 1-1: SerialNumber: 42 [ 1.997787] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4 [ 2.001450] 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] 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. [[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. [ 2.094293] SGI XFS with ACLs, security attributes, no debug enabled [ 2.097680] XFS (vda1): Mounting V4 Filesystem [ 2.135305] 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 Sockets. [[32m OK [0m] Stopped target Paths. [[32m OK [0m] Stopped target System Initialization. [[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 Apply Kernel Variables. Stopping Apply Kernel Variables... [[32m OK [0m] Stopped target Swap. [[32m OK [0m] Stopped udev Kernel Device Manager. [[32m OK [0m] Stopped dracut pre-udev hook. Stopping dracut pre-udev hook... [[32m OK [0m] Stopp 2018-08-15 20:19:54,210 - functest.core.singlevm - DEBUG - try 1: cannot connect to 172.30.9.202: timed out 2018-08-15 20:20:03,220 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-15 20:20:03,223 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/b384caf8-3793-4f79-81ad-36a9aab2d38d/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}d734bed0dd813c8df56e0d31219e62e042ba0e38" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-15 20:20:03,293 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:20:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e94fae88-c8d0-4fe5-8da5-78a6d006936b x-compute-request-id: req-e94fae88-c8d0-4fe5-8da5-78a6d006936b Content-Encoding: gzip Content-Length: 11807 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 1844052148 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.434584] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912)\n[ 0.437882] pid_max: default: 32768 minimum: 301\n[ 0.439639] Security Framework initialized\n[ 0.441255] SELinux: Initializing.\n[ 0.443010] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)\n[ 0.449550] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.453633] Mount-cache hash table entries: 4096\n[ 0.455652] Initializing cgroup subsys memory\n[ 0.457364] Initializing cgroup subsys devices\n[ 0.459049] Initializing cgroup subsys freezer\n[ 0.460746] Initializing cgroup subsys net_cls\n[ 0.462427] Initializing cgroup subsys blkio\n[ 0.464066] Initializing cgroup subsys perf_event\n[ 0.465832] Initializing cgroup subsys hugetlb\n[ 0.467539] Initializing cgroup subsys pids\n[ 0.469176] Initializing cgroup subsys net_prio\n[ 0.470985] CPU: Physical Processor ID: 0\n[ 0.473329] mce: CPU supports 10 MCE banks\n[ 0.474967] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.476884] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.478787] tlb_flushall_shift: 6\n[ 0.480404] Freeing SMP alternatives: 28k freed\n[ 0.484757] ACPI: Core revision 20130517\n[ 0.486788] ACPI: All ACPI Tables successfully acquired\n[ 0.488906] ftrace: allocating 25812 entries in 101 pages\n[ 0.510750] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.512962] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.515157] smpboot: Max logical packages: 2\n[ 0.517102] Enabling x2apic\n[ 0.518429] Enabled x2apic\n[ 0.520013] Switched APIC routing to physical x2apic.\n[ 0.523216] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.525327] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.529103] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.537494] KVM setup paravirtual spinlock\n[ 0.540380] smpboot: Booting Node 0, Processors #1 OK\n[ 0.542626] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock\n[ 0.564723] Brought up 2 CPUs\n[ 0.564725] KVM setup async PF for cpu 1\n[ 0.564728] kvm-stealtime: cpu 1, msr 13fd0f3c0\n[ 0.569315] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.572366] devtmpfs: initialized\n[ 0.575176] EVM: security.selinux\n[ 0.576578] EVM: security.ima\n[ 0.577932] EVM: security.capability\n[ 0.580105] atomic64 test passed for x86-64 platform with CX8 and with SSE\n[ 0.582367] pinctrl core: initialized pinctrl subsystem\n[ 0.584413] NET: Registered protocol family 16\n[ 0.586336] ACPI: bus type PCI registered\n[ 0.587968] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.590178] PCI: Using configuration type 1 for base access\n[ 0.595518] ACPI: Added _OSI(Module Device)\n[ 0.597183] ACPI: Added _OSI(Processor Device)\n[ 0.598925] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.600613] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.603583] ACPI: Interpreter enabled\n[ 0.605098] ACPI: (supports S0 S5)\n[ 0.606523] ACPI: Using IOAPIC for interrupt routing\n[ 0.608305] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.613443] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.615518] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.617749] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.619925] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.623927] acpiphp: Slot [3] registered\n[ 0.625440] acpiphp: Slot [4] registered\n[ 0.627030] acpiphp: Slot [5] registered\n[ 0.628630] acpiphp: Slot [6] registered\n[ 0.630193] acpiphp: Slot [7] registered\n[ 0.631743] acpiphp: Slot [8] registered\n[ 0.633345] acpiphp: Slot [9] registered\n[ 0.634904] acpiphp: Slot [10] registered\n[ 0.636523] acpiphp: Slot [11] registered\n[ 0.638101] acpiphp: Slot [12] registered\n[ 0.639717] acpiphp: Slot [13] registered\n[ 0.641330] acpiphp: Slot [14] registered\n[ 0.642942] acpiphp: Slot [15] registered\n[ 0.644572] acpiphp: Slot [16] registered\n[ 0.646148] acpiphp: Slot [17] registered\n[ 0.647794] acpiphp: Slot [18] registered\n[ 0.649388] acpiphp: Slot [19] registered\n[ 0.650970] acpiphp: Slot [20] registered\n[ 0.652560] acpiphp: Slot [21] registered\n[ 0.654191] acpiphp: Slot [22] registered\n[ 0.655790] acpiphp: Slot [23] registered\n[ 0.657334] acpiphp: Slot [24] registered\n[ 0.658973] acpiphp: Slot [25] registered\n[ 0.660513] acpiphp: Slot [26] registered\n[ 0.662113] acpiphp: Slot [27] registered\n[ 0.663692] acpiphp: Slot [28] registered\n[ 0.665277] acpiphp: Slot [29] registered\n[ 0.666857] acpiphp: Slot [30] registered\n[ 0.668432] acpiphp: Slot [31] registered\n[ 0.670049] PCI host bridge to bus 0000:00\n[ 0.671626] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.673516] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.675725] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.677919] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.680839] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\n[ 0.683759] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window]\n[ 0.689505] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.691799] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.693919] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.696187] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.700724] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.703597] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.728846] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.732063] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.734570] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.737091] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.739571] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.741929] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.744315] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.747427] vgaarb: loaded\n[ 0.748691] vgaarb: bridge control possible 0000:00:02.0\n[ 0.750765] SCSI subsystem initialized\n[ 0.752305] ACPI: bus type USB registered\n[ 0.753942] usbcore: registered new interface driver usbfs\n[ 0.755881] usbcore: registered new interface driver hub\n[ 0.757755] usbcore: registered new device driver usb\n[ 0.759809] PCI: Using ACPI for IRQ routing\n[ 0.761828] NetLabel: Initializing\n[ 0.763272] NetLabel: domain hash size = 128\n[ 0.764905] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.766700] NetLabel: unlabeled traffic allowed by default\n[ 0.768726] Switched to clocksource kvm-clock\n[ 0.778399] pnp: PnP ACPI init\n[ 0.779737] ACPI: bus type PNP registered\n[ 0.781709] pnp: PnP ACPI: found 5 devices\n[ 0.783255] ACPI: bus type PNP unregistered\n[ 0.791029] NET: Registered protocol family 2\n[ 0.793037] TCP established hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.796146] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)\n[ 0.798636] TCP: Hash tables configured (established 32768 bind 32768)\n[ 0.800793] TCP: reno registered\n[ 0.802126] UDP hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.804111] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.806242] NET: Registered protocol family 1\n[ 0.807835] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.809743] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.811634] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.831970] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.852230] Unpacking initramfs...\n[ 1.342458] Freeing initrd memory: 37508k freed\n[ 1.352452] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)\n[ 1.354553] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff]\n[ 1.358329] sha1_ssse3: Using AVX2 optimized SHA-1 implementation\n[ 1.360359] sha256_ssse3: Using AVX2 optimized SHA-256 implementation\n[ 1.362687] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 1.364725] Initialise system trusted keyring\n[ 1.366340] audit: initializing netlink socket (disabled)\n[ 1.368144] type=2000 audit(1534364391.759:1): initialized\n[ 1.385149] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.387160] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.389996] zpool: loaded\n[ 1.391233] zbud: loaded\n[ 1.392621] VFS: Disk quotas dquot_6.5.2\n[ 1.394187] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.396401] msgmni has been set to 7578\n[ 1.397953] Key type big_key registered\n[ 1.400201] NET: Registered protocol family 38\n[ 1.401798] Key type asymmetric registered\n[ 1.403310] Asymmetric key parser 'x509' registered\n[ 1.404995] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)\n[ 1.407776] io scheduler noop registered\n[ 1.409263] io scheduler deadline registered (default)\n[ 1.424708] io scheduler cfq registered\n[ 1.426264] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.428081] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.430190] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.432900] ACPI: Power Button [PWRF]\n[ 1.434440] GHES: HEST is not enabled!\n[ 1.435957] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled\n[ 1.460953] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A\n[ 1.463222] Non-volatile memory driver v1.3\n[ 1.464757] Linux agpgart interface v0.103\n[ 1.466387] crash memory driver: version 1.1\n[ 1.467999] rdac: device handler registered\n[ 1.469620] hp_sw: device handler registered\n[ 1.471202] emc: device handler registered\n[ 1.472721] alua: device handler registered\n[ 1.474306] libphy: Fixed MDIO Bus: probed\n[ 1.475934] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.478033] ehci-pci: EHCI PCI platform driver\n[ 1.479665] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.481645] ohci-pci: OHCI PCI platform driver\n[ 1.483260] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.503538] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.505420] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.508279] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.510113] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.512136] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.514216] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.516966] usb usb1: Product: UHCI Host Controller\n[ 1.518652] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd\n[ 1.520781] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.522545] hub 1-0:1.0: USB hub found\n[ 1.523998] hub 1-0:1.0: 2 ports detected\n[ 1.525673] usbcore: registered new interface driver usbserial\n[ 1.527577] usbcore: registered new interface driver usbserial_generic\n[ 1.529625] usbserial: USB Serial support registered for generic\n[ 1.531557] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.535175] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.536877] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.538678] mousedev: PS/2 mouse device common for all mice\n[ 1.540874] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.544034] rtc_cmos 00:00: RTC can wake from S4\n[ 1.544683] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2\n[ 1.549445] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.549772] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.554804] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.556984] cpuidle: using governor menu\n[ 1.558593] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.560553] usbcore: registered new interface driver usbhid\n[ 1.562483] usbhid: USB HID core driver\n[ 1.564051] drop_monitor: Initializing network drop monitor service\n[ 1.566153] TCP: cubic registered\n[ 1.567556] Initializing XFRM netlink socket\n[ 1.569258] NET: Registered protocol family 10\n[ 1.571167] NET: Registered protocol family 17\n[ 1.573010] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.574888] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.576924] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.580267] Loading compiled-in X.509 certificates\n[ 1.582031] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717'\n[ 1.585437] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b'\n[ 1.589201] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106'\n[ 1.592549] registered taskstats version 1\n[ 1.596119] Key type trusted registered\n[ 1.598977] Key type encrypted registered\n[ 1.601795] IMA: No TPM chip found, activating TPM-bypass!\n[ 1.604180] rtc_cmos 00:00: setting system clock to 2018-08-15 20:19:52 UTC (1534364392)\n[ 1.607948] Freeing unused kernel memory: 1680k freed\n[ 1.613811] 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.619456] systemd[1]: Detected virtualization kvm.\n[ 1.621180] systemd[1]: Detected architecture x86-64.\n[ 1.622902] systemd[1]: Running in initial RAM disk.\n\nWelcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m!\n\n[ 1.626110] systemd[1]: No hostname configured.\n[ 1.627751] systemd[1]: Set hostname to .\n[ 1.629530] systemd[1]: Initializing machine ID from KVM UUID.\n[[32m OK [0m] Created slice Root Slice.\n[ 1.653490] systemd[1]: Created slice Root Slice.\n[ 1.655269] systemd[1]: Starting Root Slice.\n[[32m OK [0m] Listening on Journal Socket.\n[ 1.657863] systemd[1]: Listening on Journal Socket.\n[ 1.659708] systemd[1]: Starting Journal Socket.\n[[32m OK [0m] Listening on udev Control Socket.\n[ 1.662446] systemd[1]: Listening on udev Control Socket.\n[ 1.664251] systemd[1]: Starting udev Control Socket.\n[[32m OK [0m] Reached target Local File Systems.\n[ 1.667088] systemd[1]: Reached target Local File Systems.\n[ 1.668876] systemd[1]: Starting Local File Systems.\n[[32m OK [0m] Reached target Timers.\n[ 1.671510] systemd[1]: Reached target Timers.\n[ 1.673099] systemd[1]: Starting Timers.\n[ 1.674611] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.\n[ 1.677516] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.\n[[32m OK [0m] Reached target Paths.\n[ 1.681329] systemd[1]: Reached target Paths.\n[ 1.682897] systemd[1]: Starting Paths.\n[[32m OK [0m] Reached target Swap.\n[ 1.685281] systemd[1]: Reached target Swap.\n[ 1.686845] systemd[1]: Starting Swap.\n[[32m OK [0m] Created slice System Slice.\n[ 1.689301] systemd[1]: Created slice System Slice.\n[ 1.690972] systemd[1]: Starting System Slice.\n[ 1.693015] 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 Slices.\n[ 1.698532] systemd[1]: Reached target Slices.\n[ 1.700170] systemd[1]: Starting Slices.\n[ 1.702152] systemd[1]: Starting Apply Kernel Variables...\n Starting Apply Kernel Variables...\n[ 1.705377] systemd[1]: Starting dracut cmdline hook...\n Starting dracut cmdline hook...\n[ 1.708459] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[[32m OK [0m] Listening on udev Kernel Socket.\n[ 1.712119] systemd[1]: Listening on udev Kernel Socket.\n[ 1.713920] systemd[1]: Starting udev Kernel Socket.\n[[32m OK [0m] Reached target Sockets.\n[ 1.716948] systemd[1]: Reached target Sockets.\n[ 1.718586] systemd[1]: Starting Sockets.\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[ 1.721877] systemd[1]: Started Create list of required static device nodes for the current kernel.\n[[32m OK [0m] Started Apply Kernel Variables.\n[ 1.726381] systemd[1]: Started Apply Kernel Variables.\n[[32m OK [0m] Started Journal Service.\n[ 1.729274] 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.778579] RPC: Registered named UNIX socket transport module.\n[ 1.780542] RPC: Registered udp transport module.\n[ 1.782218] RPC: Registered tcp transport module.\n[ 1.783902] RPC: Registered tcp NFSv4.1 backchannel transport module.\n[ 1.826746] usb 1-1: new full-speed USB device number 2 using uhci_hcd\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 Starting dracut initqueue hook...\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Reached target Basic System.\n[ 1.886807] FDC 0 is a S82078B\n[ 1.911199] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.914737] scsi host0: ata_piix\n[ 1.916383] scsi host1: ata_piix\n[ 1.917799] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.919967] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.960660] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.967247] vda: vda1\n[ 1.979354] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.981616] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.983929] usb 1-1: Product: QEMU USB Tablet\n[ 1.985636] usb 1-1: Manufacturer: QEMU\n[ 1.987205] usb 1-1: SerialNumber: 42\n[ 1.997787] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4\n[ 2.001450] 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] 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[[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[ 2.094293] SGI XFS with ACLs, security attributes, no debug enabled\n[ 2.097680] XFS (vda1): Mounting V4 Filesystem\n[ 2.135305] 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 Sockets.\n[[32m OK [0m] Stopped target Paths.\n[[32m OK [0m] Stopped target System Initialization.\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 Apply Kernel Variables.\n Stopping Apply Kernel Variables...\n[[32m OK [0m] Stopped target Swap.\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...[ 2.360870] tsc: Refined TSC clocksource calibration: 3491.841 MHz\n\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.381740] systemd-journald[112]: Received SIGTERM from PID 1 (systemd).\n[ 2.555081] SELinux: Disabled at runtime.\n[ 2.592771] type=1404 audit(1534364393.488:2): selinux=0 auid=4294967295 ses=4294967295\n[ 2.630185] ip_tables: (C) 2000-2006 Netfilter Core Team\n[ 2.632154] 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] Set up automount Arbitrary Executab...ats File System Automount Point.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[[32m OK [0m] Created slice system-selinux\\x2dpol...grate\\x2dlocal\\x2dchanges.slice.\n Mounting NFSD configuration filesystem...\n[[32m OK [0m] Reached target Swap.\n[[32m OK [0m] Stopped Journal Service.\n Starting Journal Service...\n[[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[[32m OK [0m] Created slice User and Session Slice.\n Mounting Huge Pages File System...\n[[32m OK [0m] Reached target Encrypted Volumes.\n Mounting POSIX Message Queue File System...\n Starting Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[[32m OK [0m] Created slice system-getty.slice.\n[[32m OK [0m] Stopped File System Check on Root Device.\n Stopping File System Check on Root Device...\n Starting Setup Virtual Console...\n Starting Apply Kernel Variables...\n Starting Remount Root and Kernel File Systems...\n[[32m OK [0m] Reached target Slices.\n Mounting Debug File System...\n[[32m OK [0m] Listening on udev Control Socket.\n[[32m OK [0m] Listening on Delayed Shutdown Socket.\n[[32m OK [0m] Stopped target Switch Root.\n[[32m OK [0m] Stopped target Initrd File Systems.\n[ 2.878625] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).\n[[32m OK [0m] Stopped target Initrd Root File System.\n[[32m OK [0m] Mounted NFSD configuration filesystem.\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 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] Started Apply Kernel Variables.\n[[32m OK [0m] Started Load/Save Random Seed.\n[[32m OK [0m] Started Configure read-only root support.\n[ 3.004494] systemd-journald[384]: Received request to flush runtime journal from PID 1\n[[32m OK [0m] Started Flush Journal to Persistent Storage.\n[[32m OK [0m] Started Setup Virtual Console.\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n[[32m OK [0m] Reached target Local File Systems (Pre).\n[[32m OK [0m] Reached target Local File Systems.\n Starting Mark the need to relabel after reboot...\n Starting Preprocess NFS configuration...\n Starting Import network configuration from initramfs...\n Starting Rebuild Journal Catalog...\n Starting 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 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 udev Kernel Device Manager.\n[ 3.188800] type=1305 audit(1534364394.084:3): audit_pid=430 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[[ 3.342386] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0\n[32m OK [0m] Started udev Coldplug all Devices.\n[[32m OK [0m] Reached target System Initialization.[ 3.354656] [drm] Initialized drm 1.1.0 20060810\n[ 3.356643] input: PC Speaker as /devices/platform/pcspkr/input/input5\n\n[[32m OK [0m] Reached target Timers.\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 Paths.\n[[32m OK [0m] [ 3.388325] [TTM] Zone kernel: Available graphics memory: 1940960 kiB\nReached target Basic System.\n[ 3.390718] [TTM] Initializing pool allocator\n[ 3.393476] [TTM] Initializing DMA pool allocator\n Starting LSB: Br[ 3.396301] [drm] fb mappable at 0xFC000000\ning up/down networking...\n[ 3.398189] [drm] vram aper at 0xFC000000\n[ 3.398189] [drm] size 33554432\n[ 3.398190] [drm] fb depth is 24\n[ 3.398190] [drm] pitch is 3072\n[ 3.404475] ppdev: user-space parallel port driver\n[ 3.404599] fbcon: cirrusdrmfb (fb0) is primary device\n[ 3.429503] Console: switching to colour frame buffer device 128x48\n[ 3.444835] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device\n Starting Initial cloud-init job (pre-networking)...\n Starting NTP client/server...[ 3.449999] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0\n\n Starting GSSAPI Proxy Daemon...\n[[32m OK [0m] Started irqbalance daemon.\n Starting irqbalance daemon...\n Starting Login Service...\n Starting Dump dmesg to /var/log/dmesg...\n[[32m OK [0m] Started D-Bus System Message Bus.\n Starting D-Bus System Message Bus...\n Starting Authorization Manager...\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 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[ 3.556684] AES CTR mode by8 optimization enabled\n] Reached target Remote File Systems.\n Starting Permit User Sessions...\n[ 3.568354] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)\n[[32m OK [0m] Started Permit User Sessions.\n[[32m OK [0m] Started Serial Getty on ttyS0.\n Starting Serial Getty on ttyS0...\n[[32m OK [0m] Started Command Scheduler.\n Starting Command Scheduler...\n[[32m OK [0m] Started Getty on tty1.\n Starting Getty on tty1...\n[ 3.595463] alg: No test for crc32 (crc32-pclmul)\n[[32m OK [0m] Reached target Login Prompts.\n[ 3.600935] intel_rapl: no valid rapl domains found in package 0\n[ 3.604599] intel_powerclamp: No package C-state available[[32m OK [0m] Started Authorization Manager.\n\n[ 3.612213] intel_powerclamp: No package C-state available[ 3.483899] cloud-init[482]: Cloud-init v. 0.7.5 running 'init-local' at Wed, 15 Aug 2018 20:19:54 +0000. Up 3.45 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 nginx - high performance web server...\n Starting Initial cloud-init job (metadata service crawler)...\n Starting PostgreSQL 9.5 database server...\n Starting Dynamic System Tuning Daemon...\n Starting Postfix Mail Transport Agent...\n Starting System Logging Service...\n Starting OpenSSH server daemon...\n Starting Notify NFS peers of a restart...\n[[32m OK [0m] Reached target Network is Online.\n Starting LSB: Supports the direct execution of binary formats....\n Starting Crash recovery kernel arming...\n Starting LSB: Starts Logstash as a daemon....\n[[32m OK [0m] Started InfluxDB Service.\n Starting InfluxDB Service...\n[[32m OK [0m] Started Cloudify Stage Service.\n Starting Cloudify Stage Service...\n[[32m OK [0m] Started Cloudify REST Service.\n Starting Cloudify REST Service...\n Starting RabbitMQ Service...\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[ 5.740625] cloud-init[794]: Cloud-init v. 0.7.5 running 'init' at Wed, 15 Aug 2018 20:19:57 +0000. Up 5.70 seconds.\n[ 5.783240] cloud-init[794]: ci-info: +++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++\n[ 5.787362] cloud-init[794]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 5.791695] cloud-init[794]: ci-info: | Device | Up | Address | Mask | Hw-Address |\n[ 5.797314] cloud-init[794]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 5.811654] cloud-init[794]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . |[[32m OK [0m] Started Dynamic System Tuning Daemon.\n\n[ 5.821832] cloud-init[794]: ci-info: | eth0: | True | 192.168.120.10 | 255.255.255.0 | fa:16:3e:1e:e4:5e |\n[ 5.830451] cloud-init[794]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 5.842560] cloud-init[794]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\n[ 5.854041] cloud-init[794]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 5.864479] cloud-init[794]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 5.880831] cloud-init[794]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 5.892165] cloud-init[794]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG |\n[ 5.897590] cloud-init[794]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | eth0 | UGH |\n[ 5.905545] cloud-init[794]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\n[ 5.916488] cloud-init[794]: 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-15 20:20:03,294 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/b384caf8-3793-4f79-81ad-36a9aab2d38d/action used request id req-e94fae88-c8d0-4fe5-8da5-78a6d006936b 2018-08-15 20:20:03,294 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0737209320068s 2018-08-15 20:20:03,295 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/b384caf8-3793-4f79-81ad-36a9aab2d38d/action used request id req-e94fae88-c8d0-4fe5-8da5-78a6d006936b 2018-08-15 20:20:03,295 - 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 1844052148 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.434584] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912) [ 0.437882] pid_max: default: 32768 minimum: 301 [ 0.439639] Security Framework initialized [ 0.441255] SELinux: Initializing. [ 0.443010] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.449550] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.453633] Mount-cache hash table entries: 4096 [ 0.455652] Initializing cgroup subsys memory [ 0.457364] Initializing cgroup subsys devices [ 0.459049] Initializing cgroup subsys freezer [ 0.460746] Initializing cgroup subsys net_cls [ 0.462427] Initializing cgroup subsys blkio [ 0.464066] Initializing cgroup subsys perf_event [ 0.465832] Initializing cgroup subsys hugetlb [ 0.467539] Initializing cgroup subsys pids [ 0.469176] Initializing cgroup subsys net_prio [ 0.470985] CPU: Physical Processor ID: 0 [ 0.473329] mce: CPU supports 10 MCE banks [ 0.474967] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.476884] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.478787] tlb_flushall_shift: 6 [ 0.480404] Freeing SMP alternatives: 28k freed [ 0.484757] ACPI: Core revision 20130517 [ 0.486788] ACPI: All ACPI Tables successfully acquired [ 0.488906] ftrace: allocating 25812 entries in 101 pages [ 0.510750] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.512962] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.515157] smpboot: Max logical packages: 2 [ 0.517102] Enabling x2apic [ 0.518429] Enabled x2apic [ 0.520013] Switched APIC routing to physical x2apic. [ 0.523216] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.525327] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.529103] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.537494] KVM setup paravirtual spinlock [ 0.540380] smpboot: Booting Node 0, Processors #1 OK [ 0.542626] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock [ 0.564723] Brought up 2 CPUs [ 0.564725] KVM setup async PF for cpu 1 [ 0.564728] kvm-stealtime: cpu 1, msr 13fd0f3c0 [ 0.569315] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.572366] devtmpfs: initialized [ 0.575176] EVM: security.selinux [ 0.576578] EVM: security.ima [ 0.577932] EVM: security.capability [ 0.580105] atomic64 test passed for x86-64 platform with CX8 and with SSE [ 0.582367] pinctrl core: initialized pinctrl subsystem [ 0.584413] NET: Registered protocol family 16 [ 0.586336] ACPI: bus type PCI registered [ 0.587968] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.590178] PCI: Using configuration type 1 for base access [ 0.595518] ACPI: Added _OSI(Module Device) [ 0.597183] ACPI: Added _OSI(Processor Device) [ 0.598925] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.600613] ACPI: Added _OSI(Processor Aggregator Device) [ 0.603583] ACPI: Interpreter enabled [ 0.605098] ACPI: (supports S0 S5) [ 0.606523] ACPI: Using IOAPIC for interrupt routing [ 0.608305] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.613443] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.615518] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.617749] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.619925] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.623927] acpiphp: Slot [3] registered [ 0.625440] acpiphp: Slot [4] registered [ 0.627030] acpiphp: Slot [5] registered [ 0.628630] acpiphp: Slot [6] registered [ 0.630193] acpiphp: Slot [7] registered [ 0.631743] acpiphp: Slot [8] registered [ 0.633345] acpiphp: Slot [9] registered [ 0.634904] acpiphp: Slot [10] registered [ 0.636523] acpiphp: Slot [11] registered [ 0.638101] acpiphp: Slot [12] registered [ 0.639717] acpiphp: Slot [13] registered [ 0.641330] acpiphp: Slot [14] registered [ 0.642942] acpiphp: Slot [15] registered [ 0.644572] acpiphp: Slot [16] registered [ 0.646148] acpiphp: Slot [17] registered [ 0.647794] acpiphp: Slot [18] registered [ 0.649388] acpiphp: Slot [19] registered [ 0.650970] acpiphp: Slot [20] registered [ 0.652560] acpiphp: Slot [21] registered [ 0.654191] acpiphp: Slot [22] registered [ 0.655790] acpiphp: Slot [23] registered [ 0.657334] acpiphp: Slot [24] registered [ 0.658973] acpiphp: Slot [25] registered [ 0.660513] acpiphp: Slot [26] registered [ 0.662113] acpiphp: Slot [27] registered [ 0.663692] acpiphp: Slot [28] registered [ 0.665277] acpiphp: Slot [29] registered [ 0.666857] acpiphp: Slot [30] registered [ 0.668432] acpiphp: Slot [31] registered [ 0.670049] PCI host bridge to bus 0000:00 [ 0.671626] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.673516] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.675725] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.677919] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.680839] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window] [ 0.683759] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window] [ 0.689505] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.691799] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.693919] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.696187] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.700724] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.703597] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.728846] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.732063] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.734570] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.737091] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.739571] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.741929] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.744315] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.747427] vgaarb: loaded [ 0.748691] vgaarb: bridge control possible 0000:00:02.0 [ 0.750765] SCSI subsystem initialized [ 0.752305] ACPI: bus type USB registered [ 0.753942] usbcore: registered new interface driver usbfs [ 0.755881] usbcore: registered new interface driver hub [ 0.757755] usbcore: registered new device driver usb [ 0.759809] PCI: Using ACPI for IRQ routing [ 0.761828] NetLabel: Initializing [ 0.763272] NetLabel: domain hash size = 128 [ 0.764905] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.766700] NetLabel: unlabeled traffic allowed by default [ 0.768726] Switched to clocksource kvm-clock [ 0.778399] pnp: PnP ACPI init [ 0.779737] ACPI: bus type PNP registered [ 0.781709] pnp: PnP ACPI: found 5 devices [ 0.783255] ACPI: bus type PNP unregistered [ 0.791029] NET: Registered protocol family 2 [ 0.793037] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 0.796146] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 0.798636] TCP: Hash tables configured (established 32768 bind 32768) [ 0.800793] TCP: reno registered [ 0.802126] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.804111] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.806242] NET: Registered protocol family 1 [ 0.807835] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.809743] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.811634] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.831970] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.852230] Unpacking initramfs... [ 1.342458] Freeing initrd memory: 37508k freed [ 1.352452] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.354553] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff] [ 1.358329] sha1_ssse3: Using AVX2 optimized SHA-1 implementation [ 1.360359] sha256_ssse3: Using AVX2 optimized SHA-256 implementation [ 1.362687] futex hash table entries: 512 (order: 3, 32768 bytes) [ 1.364725] Initialise system trusted keyring [ 1.366340] audit: initializing netlink socket (disabled) [ 1.368144] type=2000 audit(1534364391.759:1): initialized [ 1.385149] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.387160] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.389996] zpool: loaded [ 1.391233] zbud: loaded [ 1.392621] VFS: Disk quotas dquot_6.5.2 [ 1.394187] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.396401] msgmni has been set to 7578 [ 1.397953] Key type big_key registered [ 1.400201] NET: Registered protocol family 38 [ 1.401798] Key type asymmetric registered [ 1.403310] Asymmetric key parser 'x509' registered [ 1.404995] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 1.407776] io scheduler noop registered [ 1.409263] io scheduler deadline registered (default) [ 1.424708] io scheduler cfq registered [ 1.426264] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.428081] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.430190] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.432900] ACPI: Power Button [PWRF] [ 1.434440] GHES: HEST is not enabled! [ 1.435957] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.460953] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.463222] Non-volatile memory driver v1.3 [ 1.464757] Linux agpgart interface v0.103 [ 1.466387] crash memory driver: version 1.1 [ 1.467999] rdac: device handler registered [ 1.469620] hp_sw: device handler registered [ 1.471202] emc: device handler registered [ 1.472721] alua: device handler registered [ 1.474306] libphy: Fixed MDIO Bus: probed [ 1.475934] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.478033] ehci-pci: EHCI PCI platform driver [ 1.479665] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.481645] ohci-pci: OHCI PCI platform driver [ 1.483260] uhci_hcd: USB Universal Host Controller Interface driver [ 1.503538] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.505420] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.508279] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.510113] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.512136] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.514216] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.516966] usb usb1: Product: UHCI Host Controller [ 1.518652] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd [ 1.520781] usb usb1: SerialNumber: 0000:00:01.2 [ 1.522545] hub 1-0:1.0: USB hub found [ 1.523998] hub 1-0:1.0: 2 ports detected [ 1.525673] usbcore: registered new interface driver usbserial [ 1.527577] usbcore: registered new interface driver usbserial_generic [ 1.529625] usbserial: USB Serial support registered for generic [ 1.531557] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.535175] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.536877] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.538678] mousedev: PS/2 mouse device common for all mice [ 1.540874] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.544034] rtc_cmos 00:00: RTC can wake from S4 [ 1.544683] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2 [ 1.549445] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.549772] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.554804] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.556984] cpuidle: using governor menu [ 1.558593] hidraw: raw HID events driver (C) Jiri Kosina [ 1.560553] usbcore: registered new interface driver usbhid [ 1.562483] usbhid: USB HID core driver [ 1.564051] drop_monitor: Initializing network drop monitor service [ 1.566153] TCP: cubic registered [ 1.567556] Initializing XFRM netlink socket [ 1.569258] NET: Registered protocol family 10 [ 1.571167] NET: Registered protocol family 17 [ 1.573010] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 1.574888] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 1.576924] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 1.580267] Loading compiled-in X.509 certificates [ 1.582031] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717' [ 1.585437] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b' [ 1.589201] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106' [ 1.592549] registered taskstats version 1 [ 1.596119] Key type trusted registered [ 1.598977] Key type encrypted registered [ 1.601795] IMA: No TPM chip found, activating TPM-bypass! [ 1.604180] rtc_cmos 00:00: setting system clock to 2018-08-15 20:19:52 UTC (1534364392) [ 1.607948] Freeing unused kernel memory: 1680k freed [ 1.613811] 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.619456] systemd[1]: Detected virtualization kvm. [ 1.621180] systemd[1]: Detected architecture x86-64. [ 1.622902] systemd[1]: Running in initial RAM disk. Welcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m! [ 1.626110] systemd[1]: No hostname configured. [ 1.627751] systemd[1]: Set hostname to . [ 1.629530] systemd[1]: Initializing machine ID from KVM UUID. [[32m OK [0m] Created slice Root Slice. [ 1.653490] systemd[1]: Created slice Root Slice. [ 1.655269] systemd[1]: Starting Root Slice. [[32m OK [0m] Listening on Journal Socket. [ 1.657863] systemd[1]: Listening on Journal Socket. [ 1.659708] systemd[1]: Starting Journal Socket. [[32m OK [0m] Listening on udev Control Socket. [ 1.662446] systemd[1]: Listening on udev Control Socket. [ 1.664251] systemd[1]: Starting udev Control Socket. [[32m OK [0m] Reached target Local File Systems. [ 1.667088] systemd[1]: Reached target Local File Systems. [ 1.668876] systemd[1]: Starting Local File Systems. [[32m OK [0m] Reached target Timers. [ 1.671510] systemd[1]: Reached target Timers. [ 1.673099] systemd[1]: Starting Timers. [ 1.674611] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 1.677516] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch. [[32m OK [0m] Reached target Paths. [ 1.681329] systemd[1]: Reached target Paths. [ 1.682897] systemd[1]: Starting Paths. [[32m OK [0m] Reached target Swap. [ 1.685281] systemd[1]: Reached target Swap. [ 1.686845] systemd[1]: Starting Swap. [[32m OK [0m] Created slice System Slice. [ 1.689301] systemd[1]: Created slice System Slice. [ 1.690972] systemd[1]: Starting System Slice. [ 1.693015] 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 Slices. [ 1.698532] systemd[1]: Reached target Slices. [ 1.700170] systemd[1]: Starting Slices. [ 1.702152] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables... [ 1.705377] systemd[1]: Starting dracut cmdline hook... Starting dracut cmdline hook... [ 1.708459] systemd[1]: Starting Journal Service... Starting Journal Service... [[32m OK [0m] Listening on udev Kernel Socket. [ 1.712119] systemd[1]: Listening on udev Kernel Socket. [ 1.713920] systemd[1]: Starting udev Kernel Socket. [[32m OK [0m] Reached target Sockets. [ 1.716948] systemd[1]: Reached target Sockets. [ 1.718586] systemd[1]: Starting Sockets. [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [ 1.721877] systemd[1]: Started Create list of required static device nodes for the current kernel. [[32m OK [0m] Started Apply Kernel Variables. [ 1.726381] systemd[1]: Started Apply Kernel Variables. [[32m OK [0m] Started Journal Service. [ 1.729274] 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.778579] RPC: Registered named UNIX socket transport module. [ 1.780542] RPC: Registered udp transport module. [ 1.782218] RPC: Registered tcp transport module. [ 1.783902] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 1.826746] usb 1-1: new full-speed USB device number 2 using uhci_hcd [[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. Starting dracut initqueue hook... [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target Basic System. [ 1.886807] FDC 0 is a S82078B [ 1.911199] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.914737] scsi host0: ata_piix [ 1.916383] scsi host1: ata_piix [ 1.917799] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.919967] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.960660] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.967247] vda: vda1 [ 1.979354] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.981616] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.983929] usb 1-1: Product: QEMU USB Tablet [ 1.985636] usb 1-1: Manufacturer: QEMU [ 1.987205] usb 1-1: SerialNumber: 42 [ 1.997787] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4 [ 2.001450] 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] 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. [[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. [ 2.094293] SGI XFS with ACLs, security attributes, no debug enabled [ 2.097680] XFS (vda1): Mounting V4 Filesystem [ 2.135305] 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 Sockets. [[32m OK [0m] Stopped target Paths. [[32m OK [0m] Stopped target System Initialization. [[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 Apply Kernel Variables. Stopping Apply Kernel Variables... [[32m OK [0m] Stopped target Swap. [[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...[ 2.360870] tsc: Refined TSC clocksource calibration: 3491.841 MHz [[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.381740] systemd-journald[112]: Received SIGTERM from PID 1 (systemd). [ 2.555081] SELinux: Disabled at runtime. [ 2.592771] type=1404 audit(1534364393.488:2): selinux=0 auid=4294967295 ses=4294967295 [ 2.630185] ip_tables: (C) 2000-2006 Netfilter Core Team [ 2.632154] systemd[1]: Inserted module 'ip_tables' Welcome to [0;31mCentOS Linux 7 (Core)[0m! [[32m OK [0m] Stopped Switch Root. [[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [[32m OK [0m] Listening on udev Kernel Socket. [[32m OK [0m] Created slice system-selinux\x2dpol...grate\x2dlocal\x2dchanges.slice. Mounting NFSD configuration filesystem... [[32m OK [0m] Reached target Swap. [[32m OK [0m] Stopped Journal Service. Starting Journal Service... [[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [[32m OK [0m] Created slice User and Session Slice. Mounting Huge Pages File System... [[32m OK [0m] Reached target Encrypted Volumes. Mounting POSIX Message Queue File System... Starting Create list of required st... nodes for the current kernel... [[32m OK [0m] Created slice system-serial\x2dgetty.slice. [[32m OK [0m] Created slice system-getty.slice. [[32m OK [0m] Stopped File System Check on Root Device. Stopping File System Check on Root Device... Starting Setup Virtual Console... Starting Apply Kernel Variables... Starting Remount Root and Kernel File Systems... [[32m OK [0m] Reached target Slices. Mounting Debug File System... [[32m OK [0m] Listening on udev Control Socket. [[32m OK [0m] Listening on Delayed Shutdown Socket. [[32m OK [0m] Stopped target Switch Root. [[32m OK [0m] Stopped target Initrd File Systems. [ 2.878625] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). [[32m OK [0m] Stopped target Initrd Root File System. [[32m OK [0m] Mounted NFSD configuration filesystem. [[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. 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] Started Apply Kernel Variables. [[32m OK [0m] Started Load/Save Random Seed. [[32m OK [0m] Started Configure read-only root support. [ 3.004494] systemd-journald[384]: Received request to flush runtime journal from PID 1 [[32m OK [0m] Started Flush Journal to Persistent Storage. [[32m OK [0m] Started Setup Virtual Console. [[32m OK [0m] Started Create Static Device Nodes in /dev. [[32m OK [0m] Reached target Local File Systems (Pre). [[32m OK [0m] Reached target Local File Systems. Starting Mark the need to relabel after reboot... Starting Preprocess NFS configuration... Starting Import network configuration from initramfs... Starting Rebuild Journal Catalog... Starting 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 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 udev Kernel Device Manager. [ 3.188800] type=1305 audit(1534364394.084:3): audit_pid=430 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. [[ 3.342386] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0 [32m OK [0m] Started udev Coldplug all Devices. [[32m OK [0m] Reached target System Initialization.[ 3.354656] [drm] Initialized drm 1.1.0 20060810 [ 3.356643] input: PC Speaker as /devices/platform/pcspkr/input/input5 [[32m OK [0m] Reached target Timers. [[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 Paths. [[32m OK [0m] [ 3.388325] [TTM] Zone kernel: Available graphics memory: 1940960 kiB Reached target Basic System. [ 3.390718] [TTM] Initializing pool allocator [ 3.393476] [TTM] Initializing DMA pool allocator Starting LSB: Br[ 3.396301] [drm] fb mappable at 0xFC000000 ing up/down networking... [ 3.398189] [drm] vram aper at 0xFC000000 [ 3.398189] [drm] size 33554432 [ 3.398190] [drm] fb depth is 24 [ 3.398190] [drm] pitch is 3072 [ 3.404475] ppdev: user-space parallel port driver [ 3.404599] fbcon: cirrusdrmfb (fb0) is primary device [ 3.429503] Console: switching to colour frame buffer device 128x48 [ 3.444835] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device Starting Initial cloud-init job (pre-networking)... Starting NTP client/server...[ 3.449999] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0 Starting GSSAPI Proxy Daemon... [[32m OK [0m] Started irqbalance daemon. Starting irqbalance daemon... Starting Login Service... Starting Dump dmesg to /var/log/dmesg... [[32m OK [0m] Started D-Bus System Message Bus. Starting D-Bus System Message Bus... Starting Authorization Manager... [[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 Login Service. [[32m OK [0m] Reached target NFS client services. [[32m OK [0m] Reached target Remote File Systems (Pre). [[32m OK [0m[ 3.556684] AES CTR mode by8 optimization enabled ] Reached target Remote File Systems. Starting Permit User Sessions... [ 3.568354] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni) [[32m OK [0m] Started Permit User Sessions. [[32m OK [0m] Started Serial Getty on ttyS0. Starting Serial Getty on ttyS0... [[32m OK [0m] Started Command Scheduler. Starting Command Scheduler... [[32m OK [0m] Started Getty on tty1. Starting Getty on tty1... [ 3.595463] alg: No test for crc32 (crc32-pclmul) [[32m OK [0m] Reached target Login Prompts. [ 3.600935] intel_rapl: no valid rapl domains found in package 0 [ 3.604599] intel_powerclamp: No package C-state available[[32m OK [0m] Started Authorization Manager. [ 3.612213] intel_powerclamp: No package C-state available[ 3.483899] cloud-init[482]: Cloud-init v. 0.7.5 running 'init-local' at Wed, 15 Aug 2018 20:19:54 +0000. Up 3.45 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 nginx - high performance web server... Starting Initial cloud-init job (metadata service crawler)... Starting PostgreSQL 9.5 database server... Starting Dynamic System Tuning Daemon... Starting Postfix Mail Transport Agent... Starting System Logging Service... Starting OpenSSH server daemon... Starting Notify NFS peers of a restart... [[32m OK [0m] Reached target Network is Online. Starting LSB: Supports the direct execution of binary formats.... Starting Crash recovery kernel arming... Starting LSB: Starts Logstash as a daemon.... [[32m OK [0m] Started InfluxDB Service. Starting InfluxDB Service... [[32m OK [0m] Started Cloudify Stage Service. Starting Cloudify Stage Service... [[32m OK [0m] Started Cloudify REST Service. Starting Cloudify REST Service... Starting RabbitMQ Service... [[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. [ 5.740625] cloud-init[794]: Cloud-init v. 0.7.5 running 'init' at Wed, 15 Aug 2018 20:19:57 +0000. Up 5.70 seconds. [ 5.783240] cloud-init[794]: ci-info: +++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++ [ 5.787362] cloud-init[794]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 5.791695] cloud-init[794]: ci-info: | Device | Up | Address | Mask | Hw-Address | [ 5.797314] cloud-init[794]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 5.811654] cloud-init[794]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . |[[32m OK [0m] Started Dynamic System Tuning Daemon. [ 5.821832] cloud-init[794]: ci-info: | eth0: | True | 192.168.120.10 | 255.255.255.0 | fa:16:3e:1e:e4:5e | [ 5.830451] cloud-init[794]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 5.842560] cloud-init[794]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ [ 5.854041] cloud-init[794]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 5.864479] cloud-init[794]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | [ 5.880831] cloud-init[794]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 5.892165] cloud-init[794]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG | [ 5.897590] cloud-init[794]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | eth0 | UGH | [ 5.905545] cloud-init[794]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | [ 5.916488] cloud-init[794]: 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-15 20:20:03,300 - paramiko.transport - DEBUG - starting thread (client mode): 0xee36fc50L 2018-08-15 20:20:03,301 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-15 20:20:03,311 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1 2018-08-15 20:20:03,311 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1) 2018-08-15 20:20:03,320 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-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-15 20:20:03,321 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-15 20:20:03,321 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-15 20:20:03,321 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-15 20:20:03,321 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-15 20:20:03,321 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-15 20:20:03,326 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-15 20:20:03,327 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-15 20:20:03,332 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 172.30.9.202: 4c1f7c71f5a98b8370f02ab218eae423 2018-08-15 20:20:03,333 - paramiko.transport - DEBUG - Trying discovered key 21ce5702aad4d16b78e46f9210ec0e78 in /tmp/tmpHC4WVS 2018-08-15 20:20:03,367 - paramiko.transport - DEBUG - userauth is OK 2018-08-15 20:20:13,407 - paramiko.transport - INFO - Authentication (publickey) failed. 2018-08-15 20:20:13,415 - paramiko.transport - DEBUG - Trying discovered key 53a32704d80d9fa5426a394ad4fcf413 in /root/.ssh/id_rsa 2018-08-15 20:20:13,421 - paramiko.transport - DEBUG - userauth is OK 2018-08-15 20:20:13,433 - paramiko.transport - INFO - Authentication (publickey) failed. 2018-08-15 20:20:13,447 - functest.core.singlevm - DEBUG - try 2: cannot connect to 172.30.9.202: Authentication failed. 2018-08-15 20:20:22,457 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-15 20:20:22,460 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/b384caf8-3793-4f79-81ad-36a9aab2d38d/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}d734bed0dd813c8df56e0d31219e62e042ba0e38" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-15 20:20:22,535 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:20:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a91be377-0299-4556-bf40-a4258742c25a x-compute-request-id: req-a91be377-0299-4556-bf40-a4258742c25a Content-Encoding: gzip Content-Length: 11807 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 1844052148 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.434584] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912)\n[ 0.437882] pid_max: default: 32768 minimum: 301\n[ 0.439639] Security Framework initialized\n[ 0.441255] SELinux: Initializing.\n[ 0.443010] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)\n[ 0.449550] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.453633] Mount-cache hash table entries: 4096\n[ 0.455652] Initializing cgroup subsys memory\n[ 0.457364] Initializing cgroup subsys devices\n[ 0.459049] Initializing cgroup subsys freezer\n[ 0.460746] Initializing cgroup subsys net_cls\n[ 0.462427] Initializing cgroup subsys blkio\n[ 0.464066] Initializing cgroup subsys perf_event\n[ 0.465832] Initializing cgroup subsys hugetlb\n[ 0.467539] Initializing cgroup subsys pids\n[ 0.469176] Initializing cgroup subsys net_prio\n[ 0.470985] CPU: Physical Processor ID: 0\n[ 0.473329] mce: CPU supports 10 MCE banks\n[ 0.474967] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.476884] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.478787] tlb_flushall_shift: 6\n[ 0.480404] Freeing SMP alternatives: 28k freed\n[ 0.484757] ACPI: Core revision 20130517\n[ 0.486788] ACPI: All ACPI Tables successfully acquired\n[ 0.488906] ftrace: allocating 25812 entries in 101 pages\n[ 0.510750] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.512962] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.515157] smpboot: Max logical packages: 2\n[ 0.517102] Enabling x2apic\n[ 0.518429] Enabled x2apic\n[ 0.520013] Switched APIC routing to physical x2apic.\n[ 0.523216] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.525327] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.529103] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.537494] KVM setup paravirtual spinlock\n[ 0.540380] smpboot: Booting Node 0, Processors #1 OK\n[ 0.542626] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock\n[ 0.564723] Brought up 2 CPUs\n[ 0.564725] KVM setup async PF for cpu 1\n[ 0.564728] kvm-stealtime: cpu 1, msr 13fd0f3c0\n[ 0.569315] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.572366] devtmpfs: initialized\n[ 0.575176] EVM: security.selinux\n[ 0.576578] EVM: security.ima\n[ 0.577932] EVM: security.capability\n[ 0.580105] atomic64 test passed for x86-64 platform with CX8 and with SSE\n[ 0.582367] pinctrl core: initialized pinctrl subsystem\n[ 0.584413] NET: Registered protocol family 16\n[ 0.586336] ACPI: bus type PCI registered\n[ 0.587968] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.590178] PCI: Using configuration type 1 for base access\n[ 0.595518] ACPI: Added _OSI(Module Device)\n[ 0.597183] ACPI: Added _OSI(Processor Device)\n[ 0.598925] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.600613] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.603583] ACPI: Interpreter enabled\n[ 0.605098] ACPI: (supports S0 S5)\n[ 0.606523] ACPI: Using IOAPIC for interrupt routing\n[ 0.608305] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.613443] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.615518] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.617749] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.619925] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.623927] acpiphp: Slot [3] registered\n[ 0.625440] acpiphp: Slot [4] registered\n[ 0.627030] acpiphp: Slot [5] registered\n[ 0.628630] acpiphp: Slot [6] registered\n[ 0.630193] acpiphp: Slot [7] registered\n[ 0.631743] acpiphp: Slot [8] registered\n[ 0.633345] acpiphp: Slot [9] registered\n[ 0.634904] acpiphp: Slot [10] registered\n[ 0.636523] acpiphp: Slot [11] registered\n[ 0.638101] acpiphp: Slot [12] registered\n[ 0.639717] acpiphp: Slot [13] registered\n[ 0.641330] acpiphp: Slot [14] registered\n[ 0.642942] acpiphp: Slot [15] registered\n[ 0.644572] acpiphp: Slot [16] registered\n[ 0.646148] acpiphp: Slot [17] registered\n[ 0.647794] acpiphp: Slot [18] registered\n[ 0.649388] acpiphp: Slot [19] registered\n[ 0.650970] acpiphp: Slot [20] registered\n[ 0.652560] acpiphp: Slot [21] registered\n[ 0.654191] acpiphp: Slot [22] registered\n[ 0.655790] acpiphp: Slot [23] registered\n[ 0.657334] acpiphp: Slot [24] registered\n[ 0.658973] acpiphp: Slot [25] registered\n[ 0.660513] acpiphp: Slot [26] registered\n[ 0.662113] acpiphp: Slot [27] registered\n[ 0.663692] acpiphp: Slot [28] registered\n[ 0.665277] acpiphp: Slot [29] registered\n[ 0.666857] acpiphp: Slot [30] registered\n[ 0.668432] acpiphp: Slot [31] registered\n[ 0.670049] PCI host bridge to bus 0000:00\n[ 0.671626] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.673516] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.675725] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.677919] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.680839] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\n[ 0.683759] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window]\n[ 0.689505] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.691799] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.693919] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.696187] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.700724] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.703597] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.728846] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.732063] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.734570] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.737091] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.739571] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.741929] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.744315] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.747427] vgaarb: loaded\n[ 0.748691] vgaarb: bridge control possible 0000:00:02.0\n[ 0.750765] SCSI subsystem initialized\n[ 0.752305] ACPI: bus type USB registered\n[ 0.753942] usbcore: registered new interface driver usbfs\n[ 0.755881] usbcore: registered new interface driver hub\n[ 0.757755] usbcore: registered new device driver usb\n[ 0.759809] PCI: Using ACPI for IRQ routing\n[ 0.761828] NetLabel: Initializing\n[ 0.763272] NetLabel: domain hash size = 128\n[ 0.764905] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.766700] NetLabel: unlabeled traffic allowed by default\n[ 0.768726] Switched to clocksource kvm-clock\n[ 0.778399] pnp: PnP ACPI init\n[ 0.779737] ACPI: bus type PNP registered\n[ 0.781709] pnp: PnP ACPI: found 5 devices\n[ 0.783255] ACPI: bus type PNP unregistered\n[ 0.791029] NET: Registered protocol family 2\n[ 0.793037] TCP established hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.796146] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)\n[ 0.798636] TCP: Hash tables configured (established 32768 bind 32768)\n[ 0.800793] TCP: reno registered\n[ 0.802126] UDP hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.804111] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.806242] NET: Registered protocol family 1\n[ 0.807835] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.809743] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.811634] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.831970] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.852230] Unpacking initramfs...\n[ 1.342458] Freeing initrd memory: 37508k freed\n[ 1.352452] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)\n[ 1.354553] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff]\n[ 1.358329] sha1_ssse3: Using AVX2 optimized SHA-1 implementation\n[ 1.360359] sha256_ssse3: Using AVX2 optimized SHA-256 implementation\n[ 1.362687] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 1.364725] Initialise system trusted keyring\n[ 1.366340] audit: initializing netlink socket (disabled)\n[ 1.368144] type=2000 audit(1534364391.759:1): initialized\n[ 1.385149] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.387160] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.389996] zpool: loaded\n[ 1.391233] zbud: loaded\n[ 1.392621] VFS: Disk quotas dquot_6.5.2\n[ 1.394187] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.396401] msgmni has been set to 7578\n[ 1.397953] Key type big_key registered\n[ 1.400201] NET: Registered protocol family 38\n[ 1.401798] Key type asymmetric registered\n[ 1.403310] Asymmetric key parser 'x509' registered\n[ 1.404995] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)\n[ 1.407776] io scheduler noop registered\n[ 1.409263] io scheduler deadline registered (default)\n[ 1.424708] io scheduler cfq registered\n[ 1.426264] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.428081] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.430190] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.432900] ACPI: Power Button [PWRF]\n[ 1.434440] GHES: HEST is not enabled!\n[ 1.435957] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled\n[ 1.460953] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A\n[ 1.463222] Non-volatile memory driver v1.3\n[ 1.464757] Linux agpgart interface v0.103\n[ 1.466387] crash memory driver: version 1.1\n[ 1.467999] rdac: device handler registered\n[ 1.469620] hp_sw: device handler registered\n[ 1.471202] emc: device handler registered\n[ 1.472721] alua: device handler registered\n[ 1.474306] libphy: Fixed MDIO Bus: probed\n[ 1.475934] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.478033] ehci-pci: EHCI PCI platform driver\n[ 1.479665] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.481645] ohci-pci: OHCI PCI platform driver\n[ 1.483260] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.503538] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.505420] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.508279] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.510113] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.512136] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.514216] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.516966] usb usb1: Product: UHCI Host Controller\n[ 1.518652] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd\n[ 1.520781] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.522545] hub 1-0:1.0: USB hub found\n[ 1.523998] hub 1-0:1.0: 2 ports detected\n[ 1.525673] usbcore: registered new interface driver usbserial\n[ 1.527577] usbcore: registered new interface driver usbserial_generic\n[ 1.529625] usbserial: USB Serial support registered for generic\n[ 1.531557] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.535175] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.536877] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.538678] mousedev: PS/2 mouse device common for all mice\n[ 1.540874] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.544034] rtc_cmos 00:00: RTC can wake from S4\n[ 1.544683] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2\n[ 1.549445] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.549772] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.554804] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.556984] cpuidle: using governor menu\n[ 1.558593] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.560553] usbcore: registered new interface driver usbhid\n[ 1.562483] usbhid: USB HID core driver\n[ 1.564051] drop_monitor: Initializing network drop monitor service\n[ 1.566153] TCP: cubic registered\n[ 1.567556] Initializing XFRM netlink socket\n[ 1.569258] NET: Registered protocol family 10\n[ 1.571167] NET: Registered protocol family 17\n[ 1.573010] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.574888] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.576924] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.580267] Loading compiled-in X.509 certificates\n[ 1.582031] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717'\n[ 1.585437] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b'\n[ 1.589201] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106'\n[ 1.592549] registered taskstats version 1\n[ 1.596119] Key type trusted registered\n[ 1.598977] Key type encrypted registered\n[ 1.601795] IMA: No TPM chip found, activating TPM-bypass!\n[ 1.604180] rtc_cmos 00:00: setting system clock to 2018-08-15 20:19:52 UTC (1534364392)\n[ 1.607948] Freeing unused kernel memory: 1680k freed\n[ 1.613811] 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.619456] systemd[1]: Detected virtualization kvm.\n[ 1.621180] systemd[1]: Detected architecture x86-64.\n[ 1.622902] systemd[1]: Running in initial RAM disk.\n\nWelcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m!\n\n[ 1.626110] systemd[1]: No hostname configured.\n[ 1.627751] systemd[1]: Set hostname to .\n[ 1.629530] systemd[1]: Initializing machine ID from KVM UUID.\n[[32m OK [0m] Created slice Root Slice.\n[ 1.653490] systemd[1]: Created slice Root Slice.\n[ 1.655269] systemd[1]: Starting Root Slice.\n[[32m OK [0m] Listening on Journal Socket.\n[ 1.657863] systemd[1]: Listening on Journal Socket.\n[ 1.659708] systemd[1]: Starting Journal Socket.\n[[32m OK [0m] Listening on udev Control Socket.\n[ 1.662446] systemd[1]: Listening on udev Control Socket.\n[ 1.664251] systemd[1]: Starting udev Control Socket.\n[[32m OK [0m] Reached target Local File Systems.\n[ 1.667088] systemd[1]: Reached target Local File Systems.\n[ 1.668876] systemd[1]: Starting Local File Systems.\n[[32m OK [0m] Reached target Timers.\n[ 1.671510] systemd[1]: Reached target Timers.\n[ 1.673099] systemd[1]: Starting Timers.\n[ 1.674611] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.\n[ 1.677516] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.\n[[32m OK [0m] Reached target Paths.\n[ 1.681329] systemd[1]: Reached target Paths.\n[ 1.682897] systemd[1]: Starting Paths.\n[[32m OK [0m] Reached target Swap.\n[ 1.685281] systemd[1]: Reached target Swap.\n[ 1.686845] systemd[1]: Starting Swap.\n[[32m OK [0m] Created slice System Slice.\n[ 1.689301] systemd[1]: Created slice System Slice.\n[ 1.690972] systemd[1]: Starting System Slice.\n[ 1.693015] 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 Slices.\n[ 1.698532] systemd[1]: Reached target Slices.\n[ 1.700170] systemd[1]: Starting Slices.\n[ 1.702152] systemd[1]: Starting Apply Kernel Variables...\n Starting Apply Kernel Variables...\n[ 1.705377] systemd[1]: Starting dracut cmdline hook...\n Starting dracut cmdline hook...\n[ 1.708459] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[[32m OK [0m] Listening on udev Kernel Socket.\n[ 1.712119] systemd[1]: Listening on udev Kernel Socket.\n[ 1.713920] systemd[1]: Starting udev Kernel Socket.\n[[32m OK [0m] Reached target Sockets.\n[ 1.716948] systemd[1]: Reached target Sockets.\n[ 1.718586] systemd[1]: Starting Sockets.\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[ 1.721877] systemd[1]: Started Create list of required static device nodes for the current kernel.\n[[32m OK [0m] Started Apply Kernel Variables.\n[ 1.726381] systemd[1]: Started Apply Kernel Variables.\n[[32m OK [0m] Started Journal Service.\n[ 1.729274] 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.778579] RPC: Registered named UNIX socket transport module.\n[ 1.780542] RPC: Registered udp transport module.\n[ 1.782218] RPC: Registered tcp transport module.\n[ 1.783902] RPC: Registered tcp NFSv4.1 backchannel transport module.\n[ 1.826746] usb 1-1: new full-speed USB device number 2 using uhci_hcd\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 Starting dracut initqueue hook...\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Reached target Basic System.\n[ 1.886807] FDC 0 is a S82078B\n[ 1.911199] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.914737] scsi host0: ata_piix\n[ 1.916383] scsi host1: ata_piix\n[ 1.917799] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.919967] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.960660] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.967247] vda: vda1\n[ 1.979354] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.981616] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.983929] usb 1-1: Product: QEMU USB Tablet\n[ 1.985636] usb 1-1: Manufacturer: QEMU\n[ 1.987205] usb 1-1: SerialNumber: 42\n[ 1.997787] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4\n[ 2.001450] 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] 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[[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[ 2.094293] SGI XFS with ACLs, security attributes, no debug enabled\n[ 2.097680] XFS (vda1): Mounting V4 Filesystem\n[ 2.135305] 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 Sockets.\n[[32m OK [0m] Stopped target Paths.\n[[32m OK [0m] Stopped target System Initialization.\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 Apply Kernel Variables.\n Stopping Apply Kernel Variables...\n[[32m OK [0m] Stopped target Swap.\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...[ 2.360870] tsc: Refined TSC clocksource calibration: 3491.841 MHz\n\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.381740] systemd-journald[112]: Received SIGTERM from PID 1 (systemd).\n[ 2.555081] SELinux: Disabled at runtime.\n[ 2.592771] type=1404 audit(1534364393.488:2): selinux=0 auid=4294967295 ses=4294967295\n[ 2.630185] ip_tables: (C) 2000-2006 Netfilter Core Team\n[ 2.632154] 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] Set up automount Arbitrary Executab...ats File System Automount Point.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[[32m OK [0m] Created slice system-selinux\\x2dpol...grate\\x2dlocal\\x2dchanges.slice.\n Mounting NFSD configuration filesystem...\n[[32m OK [0m] Reached target Swap.\n[[32m OK [0m] Stopped Journal Service.\n Starting Journal Service...\n[[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[[32m OK [0m] Created slice User and Session Slice.\n Mounting Huge Pages File System...\n[[32m OK [0m] Reached target Encrypted Volumes.\n Mounting POSIX Message Queue File System...\n Starting Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[[32m OK [0m] Created slice system-getty.slice.\n[[32m OK [0m] Stopped File System Check on Root Device.\n Stopping File System Check on Root Device...\n Starting Setup Virtual Console...\n Starting Apply Kernel Variables...\n Starting Remount Root and Kernel File Systems...\n[[32m OK [0m] Reached target Slices.\n Mounting Debug File System...\n[[32m OK [0m] Listening on udev Control Socket.\n[[32m OK [0m] Listening on Delayed Shutdown Socket.\n[[32m OK [0m] Stopped target Switch Root.\n[[32m OK [0m] Stopped target Initrd File Systems.\n[ 2.878625] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).\n[[32m OK [0m] Stopped target Initrd Root File System.\n[[32m OK [0m] Mounted NFSD configuration filesystem.\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 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] Started Apply Kernel Variables.\n[[32m OK [0m] Started Load/Save Random Seed.\n[[32m OK [0m] Started Configure read-only root support.\n[ 3.004494] systemd-journald[384]: Received request to flush runtime journal from PID 1\n[[32m OK [0m] Started Flush Journal to Persistent Storage.\n[[32m OK [0m] Started Setup Virtual Console.\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n[[32m OK [0m] Reached target Local File Systems (Pre).\n[[32m OK [0m] Reached target Local File Systems.\n Starting Mark the need to relabel after reboot...\n Starting Preprocess NFS configuration...\n Starting Import network configuration from initramfs...\n Starting Rebuild Journal Catalog...\n Starting 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 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 udev Kernel Device Manager.\n[ 3.188800] type=1305 audit(1534364394.084:3): audit_pid=430 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[[ 3.342386] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0\n[32m OK [0m] Started udev Coldplug all Devices.\n[[32m OK [0m] Reached target System Initialization.[ 3.354656] [drm] Initialized drm 1.1.0 20060810\n[ 3.356643] input: PC Speaker as /devices/platform/pcspkr/input/input5\n\n[[32m OK [0m] Reached target Timers.\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 Paths.\n[[32m OK [0m] [ 3.388325] [TTM] Zone kernel: Available graphics memory: 1940960 kiB\nReached target Basic System.\n[ 3.390718] [TTM] Initializing pool allocator\n[ 3.393476] [TTM] Initializing DMA pool allocator\n Starting LSB: Br[ 3.396301] [drm] fb mappable at 0xFC000000\ning up/down networking...\n[ 3.398189] [drm] vram aper at 0xFC000000\n[ 3.398189] [drm] size 33554432\n[ 3.398190] [drm] fb depth is 24\n[ 3.398190] [drm] pitch is 3072\n[ 3.404475] ppdev: user-space parallel port driver\n[ 3.404599] fbcon: cirrusdrmfb (fb0) is primary device\n[ 3.429503] Console: switching to colour frame buffer device 128x48\n[ 3.444835] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device\n Starting Initial cloud-init job (pre-networking)...\n Starting NTP client/server...[ 3.449999] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0\n\n Starting GSSAPI Proxy Daemon...\n[[32m OK [0m] Started irqbalance daemon.\n Starting irqbalance daemon...\n Starting Login Service...\n Starting Dump dmesg to /var/log/dmesg...\n[[32m OK [0m] Started D-Bus System Message Bus.\n Starting D-Bus System Message Bus...\n Starting Authorization Manager...\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 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[ 3.556684] AES CTR mode by8 optimization enabled\n] Reached target Remote File Systems.\n Starting Permit User Sessions...\n[ 3.568354] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)\n[[32m OK [0m] Started Permit User Sessions.\n[[32m OK [0m] Started Serial Getty on ttyS0.\n Starting Serial Getty on ttyS0...\n[[32m OK [0m] Started Command Scheduler.\n Starting Command Scheduler...\n[[32m OK [0m] Started Getty on tty1.\n Starting Getty on tty1...\n[ 3.595463] alg: No test for crc32 (crc32-pclmul)\n[[32m OK [0m] Reached target Login Prompts.\n[ 3.600935] intel_rapl: no valid rapl domains found in package 0\n[ 3.604599] intel_powerclamp: No package C-state available[[32m OK [0m] Started Authorization Manager.\n\n[ 3.612213] intel_powerclamp: No package C-state available[ 3.483899] cloud-init[482]: Cloud-init v. 0.7.5 running 'init-local' at Wed, 15 Aug 2018 20:19:54 +0000. Up 3.45 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 nginx - high performance web server...\n Starting Initial cloud-init job (metadata service crawler)...\n Starting PostgreSQL 9.5 database server...\n Starting Dynamic System Tuning Daemon...\n Starting Postfix Mail Transport Agent...\n Starting System Logging Service...\n Starting OpenSSH server daemon...\n Starting Notify NFS peers of a restart...\n[[32m OK [0m] Reached target Network is Online.\n Starting LSB: Supports the direct execution of binary formats....\n Starting Crash recovery kernel arming...\n Starting LSB: Starts Logstash as a daemon....\n[[32m OK [0m] Started InfluxDB Service.\n Starting InfluxDB Service...\n[[32m OK [0m] Started Cloudify Stage Service.\n Starting Cloudify Stage Service...\n[[32m OK [0m] Started Cloudify REST Service.\n Starting Cloudify REST Service...\n Starting RabbitMQ Service...\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[ 5.740625] cloud-init[794]: Cloud-init v. 0.7.5 running 'init' at Wed, 15 Aug 2018 20:19:57 +0000. Up 5.70 seconds.\n[ 5.783240] cloud-init[794]: ci-info: +++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++\n[ 5.787362] cloud-init[794]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 5.791695] cloud-init[794]: ci-info: | Device | Up | Address | Mask | Hw-Address |\n[ 5.797314] cloud-init[794]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 5.811654] cloud-init[794]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . |[[32m OK [0m] Started Dynamic System Tuning Daemon.\n\n[ 5.821832] cloud-init[794]: ci-info: | eth0: | True | 192.168.120.10 | 255.255.255.0 | fa:16:3e:1e:e4:5e |\n[ 5.830451] cloud-init[794]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 5.842560] cloud-init[794]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\n[ 5.854041] cloud-init[794]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 5.864479] cloud-init[794]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 5.880831] cloud-init[794]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 5.892165] cloud-init[794]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG |\n[ 5.897590] cloud-init[794]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | eth0 | UGH |\n[ 5.905545] cloud-init[794]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\n[ 5.916488] cloud-init[794]: 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-15 20:20:22,536 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/b384caf8-3793-4f79-81ad-36a9aab2d38d/action used request id req-a91be377-0299-4556-bf40-a4258742c25a 2018-08-15 20:20:22,537 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0791699886322s 2018-08-15 20:20:22,538 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/b384caf8-3793-4f79-81ad-36a9aab2d38d/action used request id req-a91be377-0299-4556-bf40-a4258742c25a 2018-08-15 20:20:22,538 - 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 1844052148 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.434584] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912) [ 0.437882] pid_max: default: 32768 minimum: 301 [ 0.439639] Security Framework initialized [ 0.441255] SELinux: Initializing. [ 0.443010] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.449550] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.453633] Mount-cache hash table entries: 4096 [ 0.455652] Initializing cgroup subsys memory [ 0.457364] Initializing cgroup subsys devices [ 0.459049] Initializing cgroup subsys freezer [ 0.460746] Initializing cgroup subsys net_cls [ 0.462427] Initializing cgroup subsys blkio [ 0.464066] Initializing cgroup subsys perf_event [ 0.465832] Initializing cgroup subsys hugetlb [ 0.467539] Initializing cgroup subsys pids [ 0.469176] Initializing cgroup subsys net_prio [ 0.470985] CPU: Physical Processor ID: 0 [ 0.473329] mce: CPU supports 10 MCE banks [ 0.474967] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.476884] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.478787] tlb_flushall_shift: 6 [ 0.480404] Freeing SMP alternatives: 28k freed [ 0.484757] ACPI: Core revision 20130517 [ 0.486788] ACPI: All ACPI Tables successfully acquired [ 0.488906] ftrace: allocating 25812 entries in 101 pages [ 0.510750] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.512962] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.515157] smpboot: Max logical packages: 2 [ 0.517102] Enabling x2apic [ 0.518429] Enabled x2apic [ 0.520013] Switched APIC routing to physical x2apic. [ 0.523216] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.525327] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.529103] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.537494] KVM setup paravirtual spinlock [ 0.540380] smpboot: Booting Node 0, Processors #1 OK [ 0.542626] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock [ 0.564723] Brought up 2 CPUs [ 0.564725] KVM setup async PF for cpu 1 [ 0.564728] kvm-stealtime: cpu 1, msr 13fd0f3c0 [ 0.569315] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.572366] devtmpfs: initialized [ 0.575176] EVM: security.selinux [ 0.576578] EVM: security.ima [ 0.577932] EVM: security.capability [ 0.580105] atomic64 test passed for x86-64 platform with CX8 and with SSE [ 0.582367] pinctrl core: initialized pinctrl subsystem [ 0.584413] NET: Registered protocol family 16 [ 0.586336] ACPI: bus type PCI registered [ 0.587968] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.590178] PCI: Using configuration type 1 for base access [ 0.595518] ACPI: Added _OSI(Module Device) [ 0.597183] ACPI: Added _OSI(Processor Device) [ 0.598925] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.600613] ACPI: Added _OSI(Processor Aggregator Device) [ 0.603583] ACPI: Interpreter enabled [ 0.605098] ACPI: (supports S0 S5) [ 0.606523] ACPI: Using IOAPIC for interrupt routing [ 0.608305] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.613443] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.615518] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.617749] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.619925] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.623927] acpiphp: Slot [3] registered [ 0.625440] acpiphp: Slot [4] registered [ 0.627030] acpiphp: Slot [5] registered [ 0.628630] acpiphp: Slot [6] registered [ 0.630193] acpiphp: Slot [7] registered [ 0.631743] acpiphp: Slot [8] registered [ 0.633345] acpiphp: Slot [9] registered [ 0.634904] acpiphp: Slot [10] registered [ 0.636523] acpiphp: Slot [11] registered [ 0.638101] acpiphp: Slot [12] registered [ 0.639717] acpiphp: Slot [13] registered [ 0.641330] acpiphp: Slot [14] registered [ 0.642942] acpiphp: Slot [15] registered [ 0.644572] acpiphp: Slot [16] registered [ 0.646148] acpiphp: Slot [17] registered [ 0.647794] acpiphp: Slot [18] registered [ 0.649388] acpiphp: Slot [19] registered [ 0.650970] acpiphp: Slot [20] registered [ 0.652560] acpiphp: Slot [21] registered [ 0.654191] acpiphp: Slot [22] registered [ 0.655790] acpiphp: Slot [23] registered [ 0.657334] acpiphp: Slot [24] registered [ 0.658973] acpiphp: Slot [25] registered [ 0.660513] acpiphp: Slot [26] registered [ 0.662113] acpiphp: Slot [27] registered [ 0.663692] acpiphp: Slot [28] registered [ 0.665277] acpiphp: Slot [29] registered [ 0.666857] acpiphp: Slot [30] registered [ 0.668432] acpiphp: Slot [31] registered [ 0.670049] PCI host bridge to bus 0000:00 [ 0.671626] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.673516] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.675725] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.677919] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.680839] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window] [ 0.683759] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window] [ 0.689505] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.691799] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.693919] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.696187] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.700724] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.703597] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.728846] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.732063] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.734570] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.737091] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.739571] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.741929] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.744315] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.747427] vgaarb: loaded [ 0.748691] vgaarb: bridge control possible 0000:00:02.0 [ 0.750765] SCSI subsystem initialized [ 0.752305] ACPI: bus type USB registered [ 0.753942] usbcore: registered new interface driver usbfs [ 0.755881] usbcore: registered new interface driver hub [ 0.757755] usbcore: registered new device driver usb [ 0.759809] PCI: Using ACPI for IRQ routing [ 0.761828] NetLabel: Initializing [ 0.763272] NetLabel: domain hash size = 128 [ 0.764905] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.766700] NetLabel: unlabeled traffic allowed by default [ 0.768726] Switched to clocksource kvm-clock [ 0.778399] pnp: PnP ACPI init [ 0.779737] ACPI: bus type PNP registered [ 0.781709] pnp: PnP ACPI: found 5 devices [ 0.783255] ACPI: bus type PNP unregistered [ 0.791029] NET: Registered protocol family 2 [ 0.793037] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 0.796146] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 0.798636] TCP: Hash tables configured (established 32768 bind 32768) [ 0.800793] TCP: reno registered [ 0.802126] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.804111] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.806242] NET: Registered protocol family 1 [ 0.807835] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.809743] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.811634] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.831970] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.852230] Unpacking initramfs... [ 1.342458] Freeing initrd memory: 37508k freed [ 1.352452] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.354553] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff] [ 1.358329] sha1_ssse3: Using AVX2 optimized SHA-1 implementation [ 1.360359] sha256_ssse3: Using AVX2 optimized SHA-256 implementation [ 1.362687] futex hash table entries: 512 (order: 3, 32768 bytes) [ 1.364725] Initialise system trusted keyring [ 1.366340] audit: initializing netlink socket (disabled) [ 1.368144] type=2000 audit(1534364391.759:1): initialized [ 1.385149] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.387160] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.389996] zpool: loaded [ 1.391233] zbud: loaded [ 1.392621] VFS: Disk quotas dquot_6.5.2 [ 1.394187] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.396401] msgmni has been set to 7578 [ 1.397953] Key type big_key registered [ 1.400201] NET: Registered protocol family 38 [ 1.401798] Key type asymmetric registered [ 1.403310] Asymmetric key parser 'x509' registered [ 1.404995] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 1.407776] io scheduler noop registered [ 1.409263] io scheduler deadline registered (default) [ 1.424708] io scheduler cfq registered [ 1.426264] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.428081] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.430190] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.432900] ACPI: Power Button [PWRF] [ 1.434440] GHES: HEST is not enabled! [ 1.435957] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.460953] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.463222] Non-volatile memory driver v1.3 [ 1.464757] Linux agpgart interface v0.103 [ 1.466387] crash memory driver: version 1.1 [ 1.467999] rdac: device handler registered [ 1.469620] hp_sw: device handler registered [ 1.471202] emc: device handler registered [ 1.472721] alua: device handler registered [ 1.474306] libphy: Fixed MDIO Bus: probed [ 1.475934] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.478033] ehci-pci: EHCI PCI platform driver [ 1.479665] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.481645] ohci-pci: OHCI PCI platform driver [ 1.483260] uhci_hcd: USB Universal Host Controller Interface driver [ 1.503538] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.505420] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.508279] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.510113] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.512136] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.514216] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.516966] usb usb1: Product: UHCI Host Controller [ 1.518652] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd [ 1.520781] usb usb1: SerialNumber: 0000:00:01.2 [ 1.522545] hub 1-0:1.0: USB hub found [ 1.523998] hub 1-0:1.0: 2 ports detected [ 1.525673] usbcore: registered new interface driver usbserial [ 1.527577] usbcore: registered new interface driver usbserial_generic [ 1.529625] usbserial: USB Serial support registered for generic [ 1.531557] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.535175] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.536877] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.538678] mousedev: PS/2 mouse device common for all mice [ 1.540874] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.544034] rtc_cmos 00:00: RTC can wake from S4 [ 1.544683] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2 [ 1.549445] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.549772] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.554804] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.556984] cpuidle: using governor menu [ 1.558593] hidraw: raw HID events driver (C) Jiri Kosina [ 1.560553] usbcore: registered new interface driver usbhid [ 1.562483] usbhid: USB HID core driver [ 1.564051] drop_monitor: Initializing network drop monitor service [ 1.566153] TCP: cubic registered [ 1.567556] Initializing XFRM netlink socket [ 1.569258] NET: Registered protocol family 10 [ 1.571167] NET: Registered protocol family 17 [ 1.573010] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 1.574888] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 1.576924] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 1.580267] Loading compiled-in X.509 certificates [ 1.582031] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717' [ 1.585437] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b' [ 1.589201] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106' [ 1.592549] registered taskstats version 1 [ 1.596119] Key type trusted registered [ 1.598977] Key type encrypted registered [ 1.601795] IMA: No TPM chip found, activating TPM-bypass! [ 1.604180] rtc_cmos 00:00: setting system clock to 2018-08-15 20:19:52 UTC (1534364392) [ 1.607948] Freeing unused kernel memory: 1680k freed [ 1.613811] 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.619456] systemd[1]: Detected virtualization kvm. [ 1.621180] systemd[1]: Detected architecture x86-64. [ 1.622902] systemd[1]: Running in initial RAM disk. Welcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m! [ 1.626110] systemd[1]: No hostname configured. [ 1.627751] systemd[1]: Set hostname to . [ 1.629530] systemd[1]: Initializing machine ID from KVM UUID. [[32m OK [0m] Created slice Root Slice. [ 1.653490] systemd[1]: Created slice Root Slice. [ 1.655269] systemd[1]: Starting Root Slice. [[32m OK [0m] Listening on Journal Socket. [ 1.657863] systemd[1]: Listening on Journal Socket. [ 1.659708] systemd[1]: Starting Journal Socket. [[32m OK [0m] Listening on udev Control Socket. [ 1.662446] systemd[1]: Listening on udev Control Socket. [ 1.664251] systemd[1]: Starting udev Control Socket. [[32m OK [0m] Reached target Local File Systems. [ 1.667088] systemd[1]: Reached target Local File Systems. [ 1.668876] systemd[1]: Starting Local File Systems. [[32m OK [0m] Reached target Timers. [ 1.671510] systemd[1]: Reached target Timers. [ 1.673099] systemd[1]: Starting Timers. [ 1.674611] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 1.677516] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch. [[32m OK [0m] Reached target Paths. [ 1.681329] systemd[1]: Reached target Paths. [ 1.682897] systemd[1]: Starting Paths. [[32m OK [0m] Reached target Swap. [ 1.685281] systemd[1]: Reached target Swap. [ 1.686845] systemd[1]: Starting Swap. [[32m OK [0m] Created slice System Slice. [ 1.689301] systemd[1]: Created slice System Slice. [ 1.690972] systemd[1]: Starting System Slice. [ 1.693015] 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 Slices. [ 1.698532] systemd[1]: Reached target Slices. [ 1.700170] systemd[1]: Starting Slices. [ 1.702152] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables... [ 1.705377] systemd[1]: Starting dracut cmdline hook... Starting dracut cmdline hook... [ 1.708459] systemd[1]: Starting Journal Service... Starting Journal Service... [[32m OK [0m] Listening on udev Kernel Socket. [ 1.712119] systemd[1]: Listening on udev Kernel Socket. [ 1.713920] systemd[1]: Starting udev Kernel Socket. [[32m OK [0m] Reached target Sockets. [ 1.716948] systemd[1]: Reached target Sockets. [ 1.718586] systemd[1]: Starting Sockets. [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [ 1.721877] systemd[1]: Started Create list of required static device nodes for the current kernel. [[32m OK [0m] Started Apply Kernel Variables. [ 1.726381] systemd[1]: Started Apply Kernel Variables. [[32m OK [0m] Started Journal Service. [ 1.729274] 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.778579] RPC: Registered named UNIX socket transport module. [ 1.780542] RPC: Registered udp transport module. [ 1.782218] RPC: Registered tcp transport module. [ 1.783902] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 1.826746] usb 1-1: new full-speed USB device number 2 using uhci_hcd [[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. Starting dracut initqueue hook... [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target Basic System. [ 1.886807] FDC 0 is a S82078B [ 1.911199] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.914737] scsi host0: ata_piix [ 1.916383] scsi host1: ata_piix [ 1.917799] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.919967] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.960660] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.967247] vda: vda1 [ 1.979354] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.981616] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.983929] usb 1-1: Product: QEMU USB Tablet [ 1.985636] usb 1-1: Manufacturer: QEMU [ 1.987205] usb 1-1: SerialNumber: 42 [ 1.997787] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4 [ 2.001450] 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] 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. [[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. [ 2.094293] SGI XFS with ACLs, security attributes, no debug enabled [ 2.097680] XFS (vda1): Mounting V4 Filesystem [ 2.135305] 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 Sockets. [[32m OK [0m] Stopped target Paths. [[32m OK [0m] Stopped target System Initialization. [[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 Apply Kernel Variables. Stopping Apply Kernel Variables... [[32m OK [0m] Stopped target Swap. [[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...[ 2.360870] tsc: Refined TSC clocksource calibration: 3491.841 MHz [[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.381740] systemd-journald[112]: Received SIGTERM from PID 1 (systemd). [ 2.555081] SELinux: Disabled at runtime. [ 2.592771] type=1404 audit(1534364393.488:2): selinux=0 auid=4294967295 ses=4294967295 [ 2.630185] ip_tables: (C) 2000-2006 Netfilter Core Team [ 2.632154] systemd[1]: Inserted module 'ip_tables' Welcome to [0;31mCentOS Linux 7 (Core)[0m! [[32m OK [0m] Stopped Switch Root. [[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [[32m OK [0m] Listening on udev Kernel Socket. [[32m OK [0m] Created slice system-selinux\x2dpol...grate\x2dlocal\x2dchanges.slice. Mounting NFSD configuration filesystem... [[32m OK [0m] Reached target Swap. [[32m OK [0m] Stopped Journal Service. Starting Journal Service... [[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [[32m OK [0m] Created slice User and Session Slice. Mounting Huge Pages File System... [[32m OK [0m] Reached target Encrypted Volumes. Mounting POSIX Message Queue File System... Starting Create list of required st... nodes for the current kernel... [[32m OK [0m] Created slice system-serial\x2dgetty.slice. [[32m OK [0m] Created slice system-getty.slice. [[32m OK [0m] Stopped File System Check on Root Device. Stopping File System Check on Root Device... Starting Setup Virtual Console... Starting Apply Kernel Variables... Starting Remount Root and Kernel File Systems... [[32m OK [0m] Reached target Slices. Mounting Debug File System... [[32m OK [0m] Listening on udev Control Socket. [[32m OK [0m] Listening on Delayed Shutdown Socket. [[32m OK [0m] Stopped target Switch Root. [[32m OK [0m] Stopped target Initrd File Systems. [ 2.878625] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). [[32m OK [0m] Stopped target Initrd Root File System. [[32m OK [0m] Mounted NFSD configuration filesystem. [[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. 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] Started Apply Kernel Variables. [[32m OK [0m] Started Load/Save Random Seed. [[32m OK [0m] Started Configure read-only root support. [ 3.004494] systemd-journald[384]: Received request to flush runtime journal from PID 1 [[32m OK [0m] Started Flush Journal to Persistent Storage. [[32m OK [0m] Started Setup Virtual Console. [[32m OK [0m] Started Create Static Device Nodes in /dev. [[32m OK [0m] Reached target Local File Systems (Pre). [[32m OK [0m] Reached target Local File Systems. Starting Mark the need to relabel after reboot... Starting Preprocess NFS configuration... Starting Import network configuration from initramfs... Starting Rebuild Journal Catalog... Starting 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 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 udev Kernel Device Manager. [ 3.188800] type=1305 audit(1534364394.084:3): audit_pid=430 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. [[ 3.342386] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0 [32m OK [0m] Started udev Coldplug all Devices. [[32m OK [0m] Reached target System Initialization.[ 3.354656] [drm] Initialized drm 1.1.0 20060810 [ 3.356643] input: PC Speaker as /devices/platform/pcspkr/input/input5 [[32m OK [0m] Reached target Timers. [[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 Paths. [[32m OK [0m] [ 3.388325] [TTM] Zone kernel: Available graphics memory: 1940960 kiB Reached target Basic System. [ 3.390718] [TTM] Initializing pool allocator [ 3.393476] [TTM] Initializing DMA pool allocator Starting LSB: Br[ 3.396301] [drm] fb mappable at 0xFC000000 ing up/down networking... [ 3.398189] [drm] vram aper at 0xFC000000 [ 3.398189] [drm] size 33554432 [ 3.398190] [drm] fb depth is 24 [ 3.398190] [drm] pitch is 3072 [ 3.404475] ppdev: user-space parallel port driver [ 3.404599] fbcon: cirrusdrmfb (fb0) is primary device [ 3.429503] Console: switching to colour frame buffer device 128x48 [ 3.444835] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device Starting Initial cloud-init job (pre-networking)... Starting NTP client/server...[ 3.449999] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0 Starting GSSAPI Proxy Daemon... [[32m OK [0m] Started irqbalance daemon. Starting irqbalance daemon... Starting Login Service... Starting Dump dmesg to /var/log/dmesg... [[32m OK [0m] Started D-Bus System Message Bus. Starting D-Bus System Message Bus... Starting Authorization Manager... [[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 Login Service. [[32m OK [0m] Reached target NFS client services. [[32m OK [0m] Reached target Remote File Systems (Pre). [[32m OK [0m[ 3.556684] AES CTR mode by8 optimization enabled ] Reached target Remote File Systems. Starting Permit User Sessions... [ 3.568354] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni) [[32m OK [0m] Started Permit User Sessions. [[32m OK [0m] Started Serial Getty on ttyS0. Starting Serial Getty on ttyS0... [[32m OK [0m] Started Command Scheduler. Starting Command Scheduler... [[32m OK [0m] Started Getty on tty1. Starting Getty on tty1... [ 3.595463] alg: No test for crc32 (crc32-pclmul) [[32m OK [0m] Reached target Login Prompts. [ 3.600935] intel_rapl: no valid rapl domains found in package 0 [ 3.604599] intel_powerclamp: No package C-state available[[32m OK [0m] Started Authorization Manager. [ 3.612213] intel_powerclamp: No package C-state available[ 3.483899] cloud-init[482]: Cloud-init v. 0.7.5 running 'init-local' at Wed, 15 Aug 2018 20:19:54 +0000. Up 3.45 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 nginx - high performance web server... Starting Initial cloud-init job (metadata service crawler)... Starting PostgreSQL 9.5 database server... Starting Dynamic System Tuning Daemon... Starting Postfix Mail Transport Agent... Starting System Logging Service... Starting OpenSSH server daemon... Starting Notify NFS peers of a restart... [[32m OK [0m] Reached target Network is Online. Starting LSB: Supports the direct execution of binary formats.... Starting Crash recovery kernel arming... Starting LSB: Starts Logstash as a daemon.... [[32m OK [0m] Started InfluxDB Service. Starting InfluxDB Service... [[32m OK [0m] Started Cloudify Stage Service. Starting Cloudify Stage Service... [[32m OK [0m] Started Cloudify REST Service. Starting Cloudify REST Service... Starting RabbitMQ Service... [[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. [ 5.740625] cloud-init[794]: Cloud-init v. 0.7.5 running 'init' at Wed, 15 Aug 2018 20:19:57 +0000. Up 5.70 seconds. [ 5.783240] cloud-init[794]: ci-info: +++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++ [ 5.787362] cloud-init[794]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 5.791695] cloud-init[794]: ci-info: | Device | Up | Address | Mask | Hw-Address | [ 5.797314] cloud-init[794]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 5.811654] cloud-init[794]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . |[[32m OK [0m] Started Dynamic System Tuning Daemon. [ 5.821832] cloud-init[794]: ci-info: | eth0: | True | 192.168.120.10 | 255.255.255.0 | fa:16:3e:1e:e4:5e | [ 5.830451] cloud-init[794]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 5.842560] cloud-init[794]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ [ 5.854041] cloud-init[794]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 5.864479] cloud-init[794]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | [ 5.880831] cloud-init[794]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 5.892165] cloud-init[794]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG | [ 5.897590] cloud-init[794]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | eth0 | UGH | [ 5.905545] cloud-init[794]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | [ 5.916488] cloud-init[794]: 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-15 20:20:22,541 - paramiko.transport - DEBUG - starting thread (client mode): 0xee353d90L 2018-08-15 20:20:22,541 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-15 20:20:22,546 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1 2018-08-15 20:20:22,546 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1) 2018-08-15 20:20:22,548 - 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-15 20:20:22,548 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-15 20:20:22,548 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-15 20:20:22,548 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-15 20:20:22,548 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-15 20:20:22,548 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-15 20:20:22,553 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-15 20:20:22,554 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-15 20:20:22,557 - paramiko.transport - DEBUG - Trying discovered key 21ce5702aad4d16b78e46f9210ec0e78 in /tmp/tmpHC4WVS 2018-08-15 20:20:22,593 - paramiko.transport - DEBUG - userauth is OK 2018-08-15 20:20:32,609 - paramiko.transport - INFO - Authentication (publickey) failed. 2018-08-15 20:20:32,638 - paramiko.transport - DEBUG - Trying discovered key 53a32704d80d9fa5426a394ad4fcf413 in /root/.ssh/id_rsa 2018-08-15 20:20:32,639 - paramiko.transport - DEBUG - userauth is OK 2018-08-15 20:20:32,646 - paramiko.transport - INFO - Authentication (publickey) failed. 2018-08-15 20:20:32,646 - functest.core.singlevm - DEBUG - try 3: cannot connect to 172.30.9.202: Authentication failed. 2018-08-15 20:20:41,648 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-15 20:20:41,651 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/b384caf8-3793-4f79-81ad-36a9aab2d38d/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}d734bed0dd813c8df56e0d31219e62e042ba0e38" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-15 20:20:41,727 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:20:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a0ae9fab-cfe5-4612-90fd-c67de330a5d2 x-compute-request-id: req-a0ae9fab-cfe5-4612-90fd-c67de330a5d2 Content-Encoding: gzip Content-Length: 11807 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 1844052148 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.434584] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912)\n[ 0.437882] pid_max: default: 32768 minimum: 301\n[ 0.439639] Security Framework initialized\n[ 0.441255] SELinux: Initializing.\n[ 0.443010] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)\n[ 0.449550] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.453633] Mount-cache hash table entries: 4096\n[ 0.455652] Initializing cgroup subsys memory\n[ 0.457364] Initializing cgroup subsys devices\n[ 0.459049] Initializing cgroup subsys freezer\n[ 0.460746] Initializing cgroup subsys net_cls\n[ 0.462427] Initializing cgroup subsys blkio\n[ 0.464066] Initializing cgroup subsys perf_event\n[ 0.465832] Initializing cgroup subsys hugetlb\n[ 0.467539] Initializing cgroup subsys pids\n[ 0.469176] Initializing cgroup subsys net_prio\n[ 0.470985] CPU: Physical Processor ID: 0\n[ 0.473329] mce: CPU supports 10 MCE banks\n[ 0.474967] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.476884] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.478787] tlb_flushall_shift: 6\n[ 0.480404] Freeing SMP alternatives: 28k freed\n[ 0.484757] ACPI: Core revision 20130517\n[ 0.486788] ACPI: All ACPI Tables successfully acquired\n[ 0.488906] ftrace: allocating 25812 entries in 101 pages\n[ 0.510750] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.512962] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.515157] smpboot: Max logical packages: 2\n[ 0.517102] Enabling x2apic\n[ 0.518429] Enabled x2apic\n[ 0.520013] Switched APIC routing to physical x2apic.\n[ 0.523216] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.525327] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.529103] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.537494] KVM setup paravirtual spinlock\n[ 0.540380] smpboot: Booting Node 0, Processors #1 OK\n[ 0.542626] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock\n[ 0.564723] Brought up 2 CPUs\n[ 0.564725] KVM setup async PF for cpu 1\n[ 0.564728] kvm-stealtime: cpu 1, msr 13fd0f3c0\n[ 0.569315] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.572366] devtmpfs: initialized\n[ 0.575176] EVM: security.selinux\n[ 0.576578] EVM: security.ima\n[ 0.577932] EVM: security.capability\n[ 0.580105] atomic64 test passed for x86-64 platform with CX8 and with SSE\n[ 0.582367] pinctrl core: initialized pinctrl subsystem\n[ 0.584413] NET: Registered protocol family 16\n[ 0.586336] ACPI: bus type PCI registered\n[ 0.587968] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.590178] PCI: Using configuration type 1 for base access\n[ 0.595518] ACPI: Added _OSI(Module Device)\n[ 0.597183] ACPI: Added _OSI(Processor Device)\n[ 0.598925] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.600613] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.603583] ACPI: Interpreter enabled\n[ 0.605098] ACPI: (supports S0 S5)\n[ 0.606523] ACPI: Using IOAPIC for interrupt routing\n[ 0.608305] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.613443] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.615518] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.617749] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.619925] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.623927] acpiphp: Slot [3] registered\n[ 0.625440] acpiphp: Slot [4] registered\n[ 0.627030] acpiphp: Slot [5] registered\n[ 0.628630] acpiphp: Slot [6] registered\n[ 0.630193] acpiphp: Slot [7] registered\n[ 0.631743] acpiphp: Slot [8] registered\n[ 0.633345] acpiphp: Slot [9] registered\n[ 0.634904] acpiphp: Slot [10] registered\n[ 0.636523] acpiphp: Slot [11] registered\n[ 0.638101] acpiphp: Slot [12] registered\n[ 0.639717] acpiphp: Slot [13] registered\n[ 0.641330] acpiphp: Slot [14] registered\n[ 0.642942] acpiphp: Slot [15] registered\n[ 0.644572] acpiphp: Slot [16] registered\n[ 0.646148] acpiphp: Slot [17] registered\n[ 0.647794] acpiphp: Slot [18] registered\n[ 0.649388] acpiphp: Slot [19] registered\n[ 0.650970] acpiphp: Slot [20] registered\n[ 0.652560] acpiphp: Slot [21] registered\n[ 0.654191] acpiphp: Slot [22] registered\n[ 0.655790] acpiphp: Slot [23] registered\n[ 0.657334] acpiphp: Slot [24] registered\n[ 0.658973] acpiphp: Slot [25] registered\n[ 0.660513] acpiphp: Slot [26] registered\n[ 0.662113] acpiphp: Slot [27] registered\n[ 0.663692] acpiphp: Slot [28] registered\n[ 0.665277] acpiphp: Slot [29] registered\n[ 0.666857] acpiphp: Slot [30] registered\n[ 0.668432] acpiphp: Slot [31] registered\n[ 0.670049] PCI host bridge to bus 0000:00\n[ 0.671626] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.673516] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.675725] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.677919] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.680839] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\n[ 0.683759] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window]\n[ 0.689505] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.691799] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.693919] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.696187] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.700724] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.703597] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.728846] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.732063] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.734570] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.737091] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.739571] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.741929] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.744315] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.747427] vgaarb: loaded\n[ 0.748691] vgaarb: bridge control possible 0000:00:02.0\n[ 0.750765] SCSI subsystem initialized\n[ 0.752305] ACPI: bus type USB registered\n[ 0.753942] usbcore: registered new interface driver usbfs\n[ 0.755881] usbcore: registered new interface driver hub\n[ 0.757755] usbcore: registered new device driver usb\n[ 0.759809] PCI: Using ACPI for IRQ routing\n[ 0.761828] NetLabel: Initializing\n[ 0.763272] NetLabel: domain hash size = 128\n[ 0.764905] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.766700] NetLabel: unlabeled traffic allowed by default\n[ 0.768726] Switched to clocksource kvm-clock\n[ 0.778399] pnp: PnP ACPI init\n[ 0.779737] ACPI: bus type PNP registered\n[ 0.781709] pnp: PnP ACPI: found 5 devices\n[ 0.783255] ACPI: bus type PNP unregistered\n[ 0.791029] NET: Registered protocol family 2\n[ 0.793037] TCP established hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.796146] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)\n[ 0.798636] TCP: Hash tables configured (established 32768 bind 32768)\n[ 0.800793] TCP: reno registered\n[ 0.802126] UDP hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.804111] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.806242] NET: Registered protocol family 1\n[ 0.807835] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.809743] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.811634] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.831970] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.852230] Unpacking initramfs...\n[ 1.342458] Freeing initrd memory: 37508k freed\n[ 1.352452] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)\n[ 1.354553] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff]\n[ 1.358329] sha1_ssse3: Using AVX2 optimized SHA-1 implementation\n[ 1.360359] sha256_ssse3: Using AVX2 optimized SHA-256 implementation\n[ 1.362687] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 1.364725] Initialise system trusted keyring\n[ 1.366340] audit: initializing netlink socket (disabled)\n[ 1.368144] type=2000 audit(1534364391.759:1): initialized\n[ 1.385149] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.387160] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.389996] zpool: loaded\n[ 1.391233] zbud: loaded\n[ 1.392621] VFS: Disk quotas dquot_6.5.2\n[ 1.394187] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.396401] msgmni has been set to 7578\n[ 1.397953] Key type big_key registered\n[ 1.400201] NET: Registered protocol family 38\n[ 1.401798] Key type asymmetric registered\n[ 1.403310] Asymmetric key parser 'x509' registered\n[ 1.404995] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)\n[ 1.407776] io scheduler noop registered\n[ 1.409263] io scheduler deadline registered (default)\n[ 1.424708] io scheduler cfq registered\n[ 1.426264] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.428081] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.430190] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.432900] ACPI: Power Button [PWRF]\n[ 1.434440] GHES: HEST is not enabled!\n[ 1.435957] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled\n[ 1.460953] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A\n[ 1.463222] Non-volatile memory driver v1.3\n[ 1.464757] Linux agpgart interface v0.103\n[ 1.466387] crash memory driver: version 1.1\n[ 1.467999] rdac: device handler registered\n[ 1.469620] hp_sw: device handler registered\n[ 1.471202] emc: device handler registered\n[ 1.472721] alua: device handler registered\n[ 1.474306] libphy: Fixed MDIO Bus: probed\n[ 1.475934] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.478033] ehci-pci: EHCI PCI platform driver\n[ 1.479665] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.481645] ohci-pci: OHCI PCI platform driver\n[ 1.483260] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.503538] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.505420] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.508279] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.510113] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.512136] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.514216] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.516966] usb usb1: Product: UHCI Host Controller\n[ 1.518652] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd\n[ 1.520781] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.522545] hub 1-0:1.0: USB hub found\n[ 1.523998] hub 1-0:1.0: 2 ports detected\n[ 1.525673] usbcore: registered new interface driver usbserial\n[ 1.527577] usbcore: registered new interface driver usbserial_generic\n[ 1.529625] usbserial: USB Serial support registered for generic\n[ 1.531557] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.535175] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.536877] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.538678] mousedev: PS/2 mouse device common for all mice\n[ 1.540874] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.544034] rtc_cmos 00:00: RTC can wake from S4\n[ 1.544683] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2\n[ 1.549445] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.549772] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.554804] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.556984] cpuidle: using governor menu\n[ 1.558593] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.560553] usbcore: registered new interface driver usbhid\n[ 1.562483] usbhid: USB HID core driver\n[ 1.564051] drop_monitor: Initializing network drop monitor service\n[ 1.566153] TCP: cubic registered\n[ 1.567556] Initializing XFRM netlink socket\n[ 1.569258] NET: Registered protocol family 10\n[ 1.571167] NET: Registered protocol family 17\n[ 1.573010] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.574888] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.576924] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.580267] Loading compiled-in X.509 certificates\n[ 1.582031] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717'\n[ 1.585437] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b'\n[ 1.589201] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106'\n[ 1.592549] registered taskstats version 1\n[ 1.596119] Key type trusted registered\n[ 1.598977] Key type encrypted registered\n[ 1.601795] IMA: No TPM chip found, activating TPM-bypass!\n[ 1.604180] rtc_cmos 00:00: setting system clock to 2018-08-15 20:19:52 UTC (1534364392)\n[ 1.607948] Freeing unused kernel memory: 1680k freed\n[ 1.613811] 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.619456] systemd[1]: Detected virtualization kvm.\n[ 1.621180] systemd[1]: Detected architecture x86-64.\n[ 1.622902] systemd[1]: Running in initial RAM disk.\n\nWelcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m!\n\n[ 1.626110] systemd[1]: No hostname configured.\n[ 1.627751] systemd[1]: Set hostname to .\n[ 1.629530] systemd[1]: Initializing machine ID from KVM UUID.\n[[32m OK [0m] Created slice Root Slice.\n[ 1.653490] systemd[1]: Created slice Root Slice.\n[ 1.655269] systemd[1]: Starting Root Slice.\n[[32m OK [0m] Listening on Journal Socket.\n[ 1.657863] systemd[1]: Listening on Journal Socket.\n[ 1.659708] systemd[1]: Starting Journal Socket.\n[[32m OK [0m] Listening on udev Control Socket.\n[ 1.662446] systemd[1]: Listening on udev Control Socket.\n[ 1.664251] systemd[1]: Starting udev Control Socket.\n[[32m OK [0m] Reached target Local File Systems.\n[ 1.667088] systemd[1]: Reached target Local File Systems.\n[ 1.668876] systemd[1]: Starting Local File Systems.\n[[32m OK [0m] Reached target Timers.\n[ 1.671510] systemd[1]: Reached target Timers.\n[ 1.673099] systemd[1]: Starting Timers.\n[ 1.674611] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.\n[ 1.677516] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.\n[[32m OK [0m] Reached target Paths.\n[ 1.681329] systemd[1]: Reached target Paths.\n[ 1.682897] systemd[1]: Starting Paths.\n[[32m OK [0m] Reached target Swap.\n[ 1.685281] systemd[1]: Reached target Swap.\n[ 1.686845] systemd[1]: Starting Swap.\n[[32m OK [0m] Created slice System Slice.\n[ 1.689301] systemd[1]: Created slice System Slice.\n[ 1.690972] systemd[1]: Starting System Slice.\n[ 1.693015] 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 Slices.\n[ 1.698532] systemd[1]: Reached target Slices.\n[ 1.700170] systemd[1]: Starting Slices.\n[ 1.702152] systemd[1]: Starting Apply Kernel Variables...\n Starting Apply Kernel Variables...\n[ 1.705377] systemd[1]: Starting dracut cmdline hook...\n Starting dracut cmdline hook...\n[ 1.708459] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[[32m OK [0m] Listening on udev Kernel Socket.\n[ 1.712119] systemd[1]: Listening on udev Kernel Socket.\n[ 1.713920] systemd[1]: Starting udev Kernel Socket.\n[[32m OK [0m] Reached target Sockets.\n[ 1.716948] systemd[1]: Reached target Sockets.\n[ 1.718586] systemd[1]: Starting Sockets.\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[ 1.721877] systemd[1]: Started Create list of required static device nodes for the current kernel.\n[[32m OK [0m] Started Apply Kernel Variables.\n[ 1.726381] systemd[1]: Started Apply Kernel Variables.\n[[32m OK [0m] Started Journal Service.\n[ 1.729274] 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.778579] RPC: Registered named UNIX socket transport module.\n[ 1.780542] RPC: Registered udp transport module.\n[ 1.782218] RPC: Registered tcp transport module.\n[ 1.783902] RPC: Registered tcp NFSv4.1 backchannel transport module.\n[ 1.826746] usb 1-1: new full-speed USB device number 2 using uhci_hcd\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 Starting dracut initqueue hook...\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Reached target Basic System.\n[ 1.886807] FDC 0 is a S82078B\n[ 1.911199] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.914737] scsi host0: ata_piix\n[ 1.916383] scsi host1: ata_piix\n[ 1.917799] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.919967] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.960660] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.967247] vda: vda1\n[ 1.979354] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.981616] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.983929] usb 1-1: Product: QEMU USB Tablet\n[ 1.985636] usb 1-1: Manufacturer: QEMU\n[ 1.987205] usb 1-1: SerialNumber: 42\n[ 1.997787] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4\n[ 2.001450] 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] 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[[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[ 2.094293] SGI XFS with ACLs, security attributes, no debug enabled\n[ 2.097680] XFS (vda1): Mounting V4 Filesystem\n[ 2.135305] 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 Sockets.\n[[32m OK [0m] Stopped target Paths.\n[[32m OK [0m] Stopped target System Initialization.\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 Apply Kernel Variables.\n Stopping Apply Kernel Variables...\n[[32m OK [0m] Stopped target Swap.\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...[ 2.360870] tsc: Refined TSC clocksource calibration: 3491.841 MHz\n\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.381740] systemd-journald[112]: Received SIGTERM from PID 1 (systemd).\n[ 2.555081] SELinux: Disabled at runtime.\n[ 2.592771] type=1404 audit(1534364393.488:2): selinux=0 auid=4294967295 ses=4294967295\n[ 2.630185] ip_tables: (C) 2000-2006 Netfilter Core Team\n[ 2.632154] 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] Set up automount Arbitrary Executab...ats File System Automount Point.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[[32m OK [0m] Created slice system-selinux\\x2dpol...grate\\x2dlocal\\x2dchanges.slice.\n Mounting NFSD configuration filesystem...\n[[32m OK [0m] Reached target Swap.\n[[32m OK [0m] Stopped Journal Service.\n Starting Journal Service...\n[[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[[32m OK [0m] Created slice User and Session Slice.\n Mounting Huge Pages File System...\n[[32m OK [0m] Reached target Encrypted Volumes.\n Mounting POSIX Message Queue File System...\n Starting Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[[32m OK [0m] Created slice system-getty.slice.\n[[32m OK [0m] Stopped File System Check on Root Device.\n Stopping File System Check on Root Device...\n Starting Setup Virtual Console...\n Starting Apply Kernel Variables...\n Starting Remount Root and Kernel File Systems...\n[[32m OK [0m] Reached target Slices.\n Mounting Debug File System...\n[[32m OK [0m] Listening on udev Control Socket.\n[[32m OK [0m] Listening on Delayed Shutdown Socket.\n[[32m OK [0m] Stopped target Switch Root.\n[[32m OK [0m] Stopped target Initrd File Systems.\n[ 2.878625] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).\n[[32m OK [0m] Stopped target Initrd Root File System.\n[[32m OK [0m] Mounted NFSD configuration filesystem.\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 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] Started Apply Kernel Variables.\n[[32m OK [0m] Started Load/Save Random Seed.\n[[32m OK [0m] Started Configure read-only root support.\n[ 3.004494] systemd-journald[384]: Received request to flush runtime journal from PID 1\n[[32m OK [0m] Started Flush Journal to Persistent Storage.\n[[32m OK [0m] Started Setup Virtual Console.\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n[[32m OK [0m] Reached target Local File Systems (Pre).\n[[32m OK [0m] Reached target Local File Systems.\n Starting Mark the need to relabel after reboot...\n Starting Preprocess NFS configuration...\n Starting Import network configuration from initramfs...\n Starting Rebuild Journal Catalog...\n Starting 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 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 udev Kernel Device Manager.\n[ 3.188800] type=1305 audit(1534364394.084:3): audit_pid=430 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[[ 3.342386] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0\n[32m OK [0m] Started udev Coldplug all Devices.\n[[32m OK [0m] Reached target System Initialization.[ 3.354656] [drm] Initialized drm 1.1.0 20060810\n[ 3.356643] input: PC Speaker as /devices/platform/pcspkr/input/input5\n\n[[32m OK [0m] Reached target Timers.\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 Paths.\n[[32m OK [0m] [ 3.388325] [TTM] Zone kernel: Available graphics memory: 1940960 kiB\nReached target Basic System.\n[ 3.390718] [TTM] Initializing pool allocator\n[ 3.393476] [TTM] Initializing DMA pool allocator\n Starting LSB: Br[ 3.396301] [drm] fb mappable at 0xFC000000\ning up/down networking...\n[ 3.398189] [drm] vram aper at 0xFC000000\n[ 3.398189] [drm] size 33554432\n[ 3.398190] [drm] fb depth is 24\n[ 3.398190] [drm] pitch is 3072\n[ 3.404475] ppdev: user-space parallel port driver\n[ 3.404599] fbcon: cirrusdrmfb (fb0) is primary device\n[ 3.429503] Console: switching to colour frame buffer device 128x48\n[ 3.444835] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device\n Starting Initial cloud-init job (pre-networking)...\n Starting NTP client/server...[ 3.449999] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0\n\n Starting GSSAPI Proxy Daemon...\n[[32m OK [0m] Started irqbalance daemon.\n Starting irqbalance daemon...\n Starting Login Service...\n Starting Dump dmesg to /var/log/dmesg...\n[[32m OK [0m] Started D-Bus System Message Bus.\n Starting D-Bus System Message Bus...\n Starting Authorization Manager...\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 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[ 3.556684] AES CTR mode by8 optimization enabled\n] Reached target Remote File Systems.\n Starting Permit User Sessions...\n[ 3.568354] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)\n[[32m OK [0m] Started Permit User Sessions.\n[[32m OK [0m] Started Serial Getty on ttyS0.\n Starting Serial Getty on ttyS0...\n[[32m OK [0m] Started Command Scheduler.\n Starting Command Scheduler...\n[[32m OK [0m] Started Getty on tty1.\n Starting Getty on tty1...\n[ 3.595463] alg: No test for crc32 (crc32-pclmul)\n[[32m OK [0m] Reached target Login Prompts.\n[ 3.600935] intel_rapl: no valid rapl domains found in package 0\n[ 3.604599] intel_powerclamp: No package C-state available[[32m OK [0m] Started Authorization Manager.\n\n[ 3.612213] intel_powerclamp: No package C-state available[ 3.483899] cloud-init[482]: Cloud-init v. 0.7.5 running 'init-local' at Wed, 15 Aug 2018 20:19:54 +0000. Up 3.45 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 nginx - high performance web server...\n Starting Initial cloud-init job (metadata service crawler)...\n Starting PostgreSQL 9.5 database server...\n Starting Dynamic System Tuning Daemon...\n Starting Postfix Mail Transport Agent...\n Starting System Logging Service...\n Starting OpenSSH server daemon...\n Starting Notify NFS peers of a restart...\n[[32m OK [0m] Reached target Network is Online.\n Starting LSB: Supports the direct execution of binary formats....\n Starting Crash recovery kernel arming...\n Starting LSB: Starts Logstash as a daemon....\n[[32m OK [0m] Started InfluxDB Service.\n Starting InfluxDB Service...\n[[32m OK [0m] Started Cloudify Stage Service.\n Starting Cloudify Stage Service...\n[[32m OK [0m] Started Cloudify REST Service.\n Starting Cloudify REST Service...\n Starting RabbitMQ Service...\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[ 5.740625] cloud-init[794]: Cloud-init v. 0.7.5 running 'init' at Wed, 15 Aug 2018 20:19:57 +0000. Up 5.70 seconds.\n[ 5.783240] cloud-init[794]: ci-info: +++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++\n[ 5.787362] cloud-init[794]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 5.791695] cloud-init[794]: ci-info: | Device | Up | Address | Mask | Hw-Address |\n[ 5.797314] cloud-init[794]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 5.811654] cloud-init[794]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . |[[32m OK [0m] Started Dynamic System Tuning Daemon.\n\n[ 5.821832] cloud-init[794]: ci-info: | eth0: | True | 192.168.120.10 | 255.255.255.0 | fa:16:3e:1e:e4:5e |\n[ 5.830451] cloud-init[794]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 5.842560] cloud-init[794]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\n[ 5.854041] cloud-init[794]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 5.864479] cloud-init[794]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 5.880831] cloud-init[794]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 5.892165] cloud-init[794]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG |\n[ 5.897590] cloud-init[794]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | eth0 | UGH |\n[ 5.905545] cloud-init[794]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\n[ 5.916488] cloud-init[794]: 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-15 20:20:41,728 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/b384caf8-3793-4f79-81ad-36a9aab2d38d/action used request id req-a0ae9fab-cfe5-4612-90fd-c67de330a5d2 2018-08-15 20:20:41,728 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.080363035202s 2018-08-15 20:20:41,729 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/b384caf8-3793-4f79-81ad-36a9aab2d38d/action used request id req-a0ae9fab-cfe5-4612-90fd-c67de330a5d2 2018-08-15 20:20:41,730 - 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 1844052148 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.434584] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912) [ 0.437882] pid_max: default: 32768 minimum: 301 [ 0.439639] Security Framework initialized [ 0.441255] SELinux: Initializing. [ 0.443010] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.449550] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.453633] Mount-cache hash table entries: 4096 [ 0.455652] Initializing cgroup subsys memory [ 0.457364] Initializing cgroup subsys devices [ 0.459049] Initializing cgroup subsys freezer [ 0.460746] Initializing cgroup subsys net_cls [ 0.462427] Initializing cgroup subsys blkio [ 0.464066] Initializing cgroup subsys perf_event [ 0.465832] Initializing cgroup subsys hugetlb [ 0.467539] Initializing cgroup subsys pids [ 0.469176] Initializing cgroup subsys net_prio [ 0.470985] CPU: Physical Processor ID: 0 [ 0.473329] mce: CPU supports 10 MCE banks [ 0.474967] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.476884] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.478787] tlb_flushall_shift: 6 [ 0.480404] Freeing SMP alternatives: 28k freed [ 0.484757] ACPI: Core revision 20130517 [ 0.486788] ACPI: All ACPI Tables successfully acquired [ 0.488906] ftrace: allocating 25812 entries in 101 pages [ 0.510750] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.512962] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.515157] smpboot: Max logical packages: 2 [ 0.517102] Enabling x2apic [ 0.518429] Enabled x2apic [ 0.520013] Switched APIC routing to physical x2apic. [ 0.523216] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.525327] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.529103] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.537494] KVM setup paravirtual spinlock [ 0.540380] smpboot: Booting Node 0, Processors #1 OK [ 0.542626] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock [ 0.564723] Brought up 2 CPUs [ 0.564725] KVM setup async PF for cpu 1 [ 0.564728] kvm-stealtime: cpu 1, msr 13fd0f3c0 [ 0.569315] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.572366] devtmpfs: initialized [ 0.575176] EVM: security.selinux [ 0.576578] EVM: security.ima [ 0.577932] EVM: security.capability [ 0.580105] atomic64 test passed for x86-64 platform with CX8 and with SSE [ 0.582367] pinctrl core: initialized pinctrl subsystem [ 0.584413] NET: Registered protocol family 16 [ 0.586336] ACPI: bus type PCI registered [ 0.587968] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.590178] PCI: Using configuration type 1 for base access [ 0.595518] ACPI: Added _OSI(Module Device) [ 0.597183] ACPI: Added _OSI(Processor Device) [ 0.598925] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.600613] ACPI: Added _OSI(Processor Aggregator Device) [ 0.603583] ACPI: Interpreter enabled [ 0.605098] ACPI: (supports S0 S5) [ 0.606523] ACPI: Using IOAPIC for interrupt routing [ 0.608305] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.613443] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.615518] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.617749] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.619925] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.623927] acpiphp: Slot [3] registered [ 0.625440] acpiphp: Slot [4] registered [ 0.627030] acpiphp: Slot [5] registered [ 0.628630] acpiphp: Slot [6] registered [ 0.630193] acpiphp: Slot [7] registered [ 0.631743] acpiphp: Slot [8] registered [ 0.633345] acpiphp: Slot [9] registered [ 0.634904] acpiphp: Slot [10] registered [ 0.636523] acpiphp: Slot [11] registered [ 0.638101] acpiphp: Slot [12] registered [ 0.639717] acpiphp: Slot [13] registered [ 0.641330] acpiphp: Slot [14] registered [ 0.642942] acpiphp: Slot [15] registered [ 0.644572] acpiphp: Slot [16] registered [ 0.646148] acpiphp: Slot [17] registered [ 0.647794] acpiphp: Slot [18] registered [ 0.649388] acpiphp: Slot [19] registered [ 0.650970] acpiphp: Slot [20] registered [ 0.652560] acpiphp: Slot [21] registered [ 0.654191] acpiphp: Slot [22] registered [ 0.655790] acpiphp: Slot [23] registered [ 0.657334] acpiphp: Slot [24] registered [ 0.658973] acpiphp: Slot [25] registered [ 0.660513] acpiphp: Slot [26] registered [ 0.662113] acpiphp: Slot [27] registered [ 0.663692] acpiphp: Slot [28] registered [ 0.665277] acpiphp: Slot [29] registered [ 0.666857] acpiphp: Slot [30] registered [ 0.668432] acpiphp: Slot [31] registered [ 0.670049] PCI host bridge to bus 0000:00 [ 0.671626] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.673516] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.675725] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.677919] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.680839] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window] [ 0.683759] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window] [ 0.689505] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.691799] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.693919] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.696187] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.700724] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.703597] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.728846] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.732063] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.734570] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.737091] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.739571] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.741929] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.744315] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.747427] vgaarb: loaded [ 0.748691] vgaarb: bridge control possible 0000:00:02.0 [ 0.750765] SCSI subsystem initialized [ 0.752305] ACPI: bus type USB registered [ 0.753942] usbcore: registered new interface driver usbfs [ 0.755881] usbcore: registered new interface driver hub [ 0.757755] usbcore: registered new device driver usb [ 0.759809] PCI: Using ACPI for IRQ routing [ 0.761828] NetLabel: Initializing [ 0.763272] NetLabel: domain hash size = 128 [ 0.764905] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.766700] NetLabel: unlabeled traffic allowed by default [ 0.768726] Switched to clocksource kvm-clock [ 0.778399] pnp: PnP ACPI init [ 0.779737] ACPI: bus type PNP registered [ 0.781709] pnp: PnP ACPI: found 5 devices [ 0.783255] ACPI: bus type PNP unregistered [ 0.791029] NET: Registered protocol family 2 [ 0.793037] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 0.796146] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 0.798636] TCP: Hash tables configured (established 32768 bind 32768) [ 0.800793] TCP: reno registered [ 0.802126] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.804111] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.806242] NET: Registered protocol family 1 [ 0.807835] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.809743] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.811634] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.831970] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.852230] Unpacking initramfs... [ 1.342458] Freeing initrd memory: 37508k freed [ 1.352452] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.354553] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff] [ 1.358329] sha1_ssse3: Using AVX2 optimized SHA-1 implementation [ 1.360359] sha256_ssse3: Using AVX2 optimized SHA-256 implementation [ 1.362687] futex hash table entries: 512 (order: 3, 32768 bytes) [ 1.364725] Initialise system trusted keyring [ 1.366340] audit: initializing netlink socket (disabled) [ 1.368144] type=2000 audit(1534364391.759:1): initialized [ 1.385149] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.387160] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.389996] zpool: loaded [ 1.391233] zbud: loaded [ 1.392621] VFS: Disk quotas dquot_6.5.2 [ 1.394187] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.396401] msgmni has been set to 7578 [ 1.397953] Key type big_key registered [ 1.400201] NET: Registered protocol family 38 [ 1.401798] Key type asymmetric registered [ 1.403310] Asymmetric key parser 'x509' registered [ 1.404995] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 1.407776] io scheduler noop registered [ 1.409263] io scheduler deadline registered (default) [ 1.424708] io scheduler cfq registered [ 1.426264] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.428081] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.430190] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.432900] ACPI: Power Button [PWRF] [ 1.434440] GHES: HEST is not enabled! [ 1.435957] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.460953] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.463222] Non-volatile memory driver v1.3 [ 1.464757] Linux agpgart interface v0.103 [ 1.466387] crash memory driver: version 1.1 [ 1.467999] rdac: device handler registered [ 1.469620] hp_sw: device handler registered [ 1.471202] emc: device handler registered [ 1.472721] alua: device handler registered [ 1.474306] libphy: Fixed MDIO Bus: probed [ 1.475934] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.478033] ehci-pci: EHCI PCI platform driver [ 1.479665] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.481645] ohci-pci: OHCI PCI platform driver [ 1.483260] uhci_hcd: USB Universal Host Controller Interface driver [ 1.503538] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.505420] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.508279] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.510113] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.512136] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.514216] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.516966] usb usb1: Product: UHCI Host Controller [ 1.518652] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd [ 1.520781] usb usb1: SerialNumber: 0000:00:01.2 [ 1.522545] hub 1-0:1.0: USB hub found [ 1.523998] hub 1-0:1.0: 2 ports detected [ 1.525673] usbcore: registered new interface driver usbserial [ 1.527577] usbcore: registered new interface driver usbserial_generic [ 1.529625] usbserial: USB Serial support registered for generic [ 1.531557] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.535175] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.536877] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.538678] mousedev: PS/2 mouse device common for all mice [ 1.540874] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.544034] rtc_cmos 00:00: RTC can wake from S4 [ 1.544683] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2 [ 1.549445] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.549772] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.554804] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.556984] cpuidle: using governor menu [ 1.558593] hidraw: raw HID events driver (C) Jiri Kosina [ 1.560553] usbcore: registered new interface driver usbhid [ 1.562483] usbhid: USB HID core driver [ 1.564051] drop_monitor: Initializing network drop monitor service [ 1.566153] TCP: cubic registered [ 1.567556] Initializing XFRM netlink socket [ 1.569258] NET: Registered protocol family 10 [ 1.571167] NET: Registered protocol family 17 [ 1.573010] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 1.574888] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 1.576924] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 1.580267] Loading compiled-in X.509 certificates [ 1.582031] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717' [ 1.585437] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b' [ 1.589201] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106' [ 1.592549] registered taskstats version 1 [ 1.596119] Key type trusted registered [ 1.598977] Key type encrypted registered [ 1.601795] IMA: No TPM chip found, activating TPM-bypass! [ 1.604180] rtc_cmos 00:00: setting system clock to 2018-08-15 20:19:52 UTC (1534364392) [ 1.607948] Freeing unused kernel memory: 1680k freed [ 1.613811] 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.619456] systemd[1]: Detected virtualization kvm. [ 1.621180] systemd[1]: Detected architecture x86-64. [ 1.622902] systemd[1]: Running in initial RAM disk. Welcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m! [ 1.626110] systemd[1]: No hostname configured. [ 1.627751] systemd[1]: Set hostname to . [ 1.629530] systemd[1]: Initializing machine ID from KVM UUID. [[32m OK [0m] Created slice Root Slice. [ 1.653490] systemd[1]: Created slice Root Slice. [ 1.655269] systemd[1]: Starting Root Slice. [[32m OK [0m] Listening on Journal Socket. [ 1.657863] systemd[1]: Listening on Journal Socket. [ 1.659708] systemd[1]: Starting Journal Socket. [[32m OK [0m] Listening on udev Control Socket. [ 1.662446] systemd[1]: Listening on udev Control Socket. [ 1.664251] systemd[1]: Starting udev Control Socket. [[32m OK [0m] Reached target Local File Systems. [ 1.667088] systemd[1]: Reached target Local File Systems. [ 1.668876] systemd[1]: Starting Local File Systems. [[32m OK [0m] Reached target Timers. [ 1.671510] systemd[1]: Reached target Timers. [ 1.673099] systemd[1]: Starting Timers. [ 1.674611] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 1.677516] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch. [[32m OK [0m] Reached target Paths. [ 1.681329] systemd[1]: Reached target Paths. [ 1.682897] systemd[1]: Starting Paths. [[32m OK [0m] Reached target Swap. [ 1.685281] systemd[1]: Reached target Swap. [ 1.686845] systemd[1]: Starting Swap. [[32m OK [0m] Created slice System Slice. [ 1.689301] systemd[1]: Created slice System Slice. [ 1.690972] systemd[1]: Starting System Slice. [ 1.693015] 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 Slices. [ 1.698532] systemd[1]: Reached target Slices. [ 1.700170] systemd[1]: Starting Slices. [ 1.702152] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables... [ 1.705377] systemd[1]: Starting dracut cmdline hook... Starting dracut cmdline hook... [ 1.708459] systemd[1]: Starting Journal Service... Starting Journal Service... [[32m OK [0m] Listening on udev Kernel Socket. [ 1.712119] systemd[1]: Listening on udev Kernel Socket. [ 1.713920] systemd[1]: Starting udev Kernel Socket. [[32m OK [0m] Reached target Sockets. [ 1.716948] systemd[1]: Reached target Sockets. [ 1.718586] systemd[1]: Starting Sockets. [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [ 1.721877] systemd[1]: Started Create list of required static device nodes for the current kernel. [[32m OK [0m] Started Apply Kernel Variables. [ 1.726381] systemd[1]: Started Apply Kernel Variables. [[32m OK [0m] Started Journal Service. [ 1.729274] 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.778579] RPC: Registered named UNIX socket transport module. [ 1.780542] RPC: Registered udp transport module. [ 1.782218] RPC: Registered tcp transport module. [ 1.783902] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 1.826746] usb 1-1: new full-speed USB device number 2 using uhci_hcd [[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. Starting dracut initqueue hook... [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target Basic System. [ 1.886807] FDC 0 is a S82078B [ 1.911199] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.914737] scsi host0: ata_piix [ 1.916383] scsi host1: ata_piix [ 1.917799] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.919967] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.960660] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.967247] vda: vda1 [ 1.979354] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.981616] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.983929] usb 1-1: Product: QEMU USB Tablet [ 1.985636] usb 1-1: Manufacturer: QEMU [ 1.987205] usb 1-1: SerialNumber: 42 [ 1.997787] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4 [ 2.001450] 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] 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. [[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. [ 2.094293] SGI XFS with ACLs, security attributes, no debug enabled [ 2.097680] XFS (vda1): Mounting V4 Filesystem [ 2.135305] 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 Sockets. [[32m OK [0m] Stopped target Paths. [[32m OK [0m] Stopped target System Initialization. [[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 Apply Kernel Variables. Stopping Apply Kernel Variables... [[32m OK [0m] Stopped target Swap. [[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...[ 2.360870] tsc: Refined TSC clocksource calibration: 3491.841 MHz [[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.381740] systemd-journald[112]: Received SIGTERM from PID 1 (systemd). [ 2.555081] SELinux: Disabled at runtime. [ 2.592771] type=1404 audit(1534364393.488:2): selinux=0 auid=4294967295 ses=4294967295 [ 2.630185] ip_tables: (C) 2000-2006 Netfilter Core Team [ 2.632154] systemd[1]: Inserted module 'ip_tables' Welcome to [0;31mCentOS Linux 7 (Core)[0m! [[32m OK [0m] Stopped Switch Root. [[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [[32m OK [0m] Listening on udev Kernel Socket. [[32m OK [0m] Created slice system-selinux\x2dpol...grate\x2dlocal\x2dchanges.slice. Mounting NFSD configuration filesystem... [[32m OK [0m] Reached target Swap. [[32m OK [0m] Stopped Journal Service. Starting Journal Service... [[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [[32m OK [0m] Created slice User and Session Slice. Mounting Huge Pages File System... [[32m OK [0m] Reached target Encrypted Volumes. Mounting POSIX Message Queue File System... Starting Create list of required st... nodes for the current kernel... [[32m OK [0m] Created slice system-serial\x2dgetty.slice. [[32m OK [0m] Created slice system-getty.slice. [[32m OK [0m] Stopped File System Check on Root Device. Stopping File System Check on Root Device... Starting Setup Virtual Console... Starting Apply Kernel Variables... Starting Remount Root and Kernel File Systems... [[32m OK [0m] Reached target Slices. Mounting Debug File System... [[32m OK [0m] Listening on udev Control Socket. [[32m OK [0m] Listening on Delayed Shutdown Socket. [[32m OK [0m] Stopped target Switch Root. [[32m OK [0m] Stopped target Initrd File Systems. [ 2.878625] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). [[32m OK [0m] Stopped target Initrd Root File System. [[32m OK [0m] Mounted NFSD configuration filesystem. [[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. 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] Started Apply Kernel Variables. [[32m OK [0m] Started Load/Save Random Seed. [[32m OK [0m] Started Configure read-only root support. [ 3.004494] systemd-journald[384]: Received request to flush runtime journal from PID 1 [[32m OK [0m] Started Flush Journal to Persistent Storage. [[32m OK [0m] Started Setup Virtual Console. [[32m OK [0m] Started Create Static Device Nodes in /dev. [[32m OK [0m] Reached target Local File Systems (Pre). [[32m OK [0m] Reached target Local File Systems. Starting Mark the need to relabel after reboot... Starting Preprocess NFS configuration... Starting Import network configuration from initramfs... Starting Rebuild Journal Catalog... Starting 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 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 udev Kernel Device Manager. [ 3.188800] type=1305 audit(1534364394.084:3): audit_pid=430 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. [[ 3.342386] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0 [32m OK [0m] Started udev Coldplug all Devices. [[32m OK [0m] Reached target System Initialization.[ 3.354656] [drm] Initialized drm 1.1.0 20060810 [ 3.356643] input: PC Speaker as /devices/platform/pcspkr/input/input5 [[32m OK [0m] Reached target Timers. [[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 Paths. [[32m OK [0m] [ 3.388325] [TTM] Zone kernel: Available graphics memory: 1940960 kiB Reached target Basic System. [ 3.390718] [TTM] Initializing pool allocator [ 3.393476] [TTM] Initializing DMA pool allocator Starting LSB: Br[ 3.396301] [drm] fb mappable at 0xFC000000 ing up/down networking... [ 3.398189] [drm] vram aper at 0xFC000000 [ 3.398189] [drm] size 33554432 [ 3.398190] [drm] fb depth is 24 [ 3.398190] [drm] pitch is 3072 [ 3.404475] ppdev: user-space parallel port driver [ 3.404599] fbcon: cirrusdrmfb (fb0) is primary device [ 3.429503] Console: switching to colour frame buffer device 128x48 [ 3.444835] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device Starting Initial cloud-init job (pre-networking)... Starting NTP client/server...[ 3.449999] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0 Starting GSSAPI Proxy Daemon... [[32m OK [0m] Started irqbalance daemon. Starting irqbalance daemon... Starting Login Service... Starting Dump dmesg to /var/log/dmesg... [[32m OK [0m] Started D-Bus System Message Bus. Starting D-Bus System Message Bus... Starting Authorization Manager... [[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 Login Service. [[32m OK [0m] Reached target NFS client services. [[32m OK [0m] Reached target Remote File Systems (Pre). [[32m OK [0m[ 3.556684] AES CTR mode by8 optimization enabled ] Reached target Remote File Systems. Starting Permit User Sessions... [ 3.568354] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni) [[32m OK [0m] Started Permit User Sessions. [[32m OK [0m] Started Serial Getty on ttyS0. Starting Serial Getty on ttyS0... [[32m OK [0m] Started Command Scheduler. Starting Command Scheduler... [[32m OK [0m] Started Getty on tty1. Starting Getty on tty1... [ 3.595463] alg: No test for crc32 (crc32-pclmul) [[32m OK [0m] Reached target Login Prompts. [ 3.600935] intel_rapl: no valid rapl domains found in package 0 [ 3.604599] intel_powerclamp: No package C-state available[[32m OK [0m] Started Authorization Manager. [ 3.612213] intel_powerclamp: No package C-state available[ 3.483899] cloud-init[482]: Cloud-init v. 0.7.5 running 'init-local' at Wed, 15 Aug 2018 20:19:54 +0000. Up 3.45 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 nginx - high performance web server... Starting Initial cloud-init job (metadata service crawler)... Starting PostgreSQL 9.5 database server... Starting Dynamic System Tuning Daemon... Starting Postfix Mail Transport Agent... Starting System Logging Service... Starting OpenSSH server daemon... Starting Notify NFS peers of a restart... [[32m OK [0m] Reached target Network is Online. Starting LSB: Supports the direct execution of binary formats.... Starting Crash recovery kernel arming... Starting LSB: Starts Logstash as a daemon.... [[32m OK [0m] Started InfluxDB Service. Starting InfluxDB Service... [[32m OK [0m] Started Cloudify Stage Service. Starting Cloudify Stage Service... [[32m OK [0m] Started Cloudify REST Service. Starting Cloudify REST Service... Starting RabbitMQ Service... [[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. [ 5.740625] cloud-init[794]: Cloud-init v. 0.7.5 running 'init' at Wed, 15 Aug 2018 20:19:57 +0000. Up 5.70 seconds. [ 5.783240] cloud-init[794]: ci-info: +++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++ [ 5.787362] cloud-init[794]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 5.791695] cloud-init[794]: ci-info: | Device | Up | Address | Mask | Hw-Address | [ 5.797314] cloud-init[794]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 5.811654] cloud-init[794]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . |[[32m OK [0m] Started Dynamic System Tuning Daemon. [ 5.821832] cloud-init[794]: ci-info: | eth0: | True | 192.168.120.10 | 255.255.255.0 | fa:16:3e:1e:e4:5e | [ 5.830451] cloud-init[794]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 5.842560] cloud-init[794]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ [ 5.854041] cloud-init[794]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 5.864479] cloud-init[794]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | [ 5.880831] cloud-init[794]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 5.892165] cloud-init[794]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG | [ 5.897590] cloud-init[794]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | eth0 | UGH | [ 5.905545] cloud-init[794]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | [ 5.916488] cloud-init[794]: 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-15 20:20:41,733 - paramiko.transport - DEBUG - starting thread (client mode): 0xee35ba10L 2018-08-15 20:20:41,734 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-15 20:20:41,739 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1 2018-08-15 20:20:41,740 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1) 2018-08-15 20:20:41,741 - 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-15 20:20:41,741 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-15 20:20:41,742 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-15 20:20:41,742 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-15 20:20:41,742 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-15 20:20:41,742 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-15 20:20:41,747 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-15 20:20:41,748 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-15 20:20:41,750 - paramiko.transport - DEBUG - Trying discovered key 21ce5702aad4d16b78e46f9210ec0e78 in /tmp/tmpHC4WVS 2018-08-15 20:20:41,788 - paramiko.transport - DEBUG - userauth is OK 2018-08-15 20:20:51,811 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-15 20:20:51,830 - cloudify.rest_client.http - DEBUG - Setting `Authorization` header: * 2018-08-15 20:20:51,830 - cloudify.rest_client.http - DEBUG - Setting `Tenant` header: default_tenant 2018-08-15 20:20:51,831 - functest.core.cloudify - INFO - Attemps running status of the Manager 2018-08-15 20:20:51,831 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/status 2018-08-15 20:20:52,028 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-15 20:20:52,029 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-15 20:20:52,029 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-15 20:20:52,029 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-15 20:20:52,029 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-15 20:20:52,029 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-15 20:20:52,029 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-15 20:20:52,029 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "running", "services": [{"instances": [{"LoadState": "loaded", "Description": "InfluxDB Service", "state": "running", "MainPID": 809, "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": 7996, "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": 876, "Id": "postgresql-9.5.service", "ActiveState": "active", "SubState": "running"}], "display_name": "PostgreSQL"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify REST Service", "state": "running", "MainPID": 820, "Id": "cloudify-restservice.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Manager Rest-Service"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Stage Service", "state": "running", "MainPID": 818, "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": 846, "Id": "nginx.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Webserver"}]} 2018-08-15 20:20:52,029 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-15 20:20:52,029 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 15 Aug 2018 20:20:52 GMT 2018-08-15 20:20:52,029 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-15 20:20:52,030 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2378 2018-08-15 20:20:52,030 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-15 20:20:52,030 - functest.core.cloudify - DEBUG - status {u'status': u'running', u'services': [{u'instances': [{u'LoadState': u'loaded', u'Description': u'InfluxDB Service', u'MainPID': 809, 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': 7996, 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': 876, 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': 820, 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': 818, 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': 846, u'state': u'running', u'Id': u'nginx.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Webserver'}]} 2018-08-15 20:20:52,031 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/status 2018-08-15 20:20:52,127 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-15 20:20:52,127 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-15 20:20:52,127 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-15 20:20:52,127 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-15 20:20:52,127 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-15 20:20:52,127 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-15 20:20:52,128 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-15 20:20:52,128 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "running", "services": [{"instances": [{"LoadState": "loaded", "Description": "InfluxDB Service", "state": "running", "MainPID": 809, "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": 7996, "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": 876, "Id": "postgresql-9.5.service", "ActiveState": "active", "SubState": "running"}], "display_name": "PostgreSQL"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify REST Service", "state": "running", "MainPID": 820, "Id": "cloudify-restservice.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Manager Rest-Service"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Stage Service", "state": "running", "MainPID": 818, "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": 846, "Id": "nginx.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Webserver"}]} 2018-08-15 20:20:52,128 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-15 20:20:52,128 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 15 Aug 2018 20:20:52 GMT 2018-08-15 20:20:52,128 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-15 20:20:52,128 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2378 2018-08-15 20:20:52,128 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-15 20:20:52,129 - functest.core.cloudify - INFO - The current manager status is running 2018-08-15 20:20:52,129 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.202:80/api/v3/secrets/foo; body: {"update_if_exists": false, "visibility": "tenant", "value": "bar"} 2018-08-15 20:20:52,226 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-15 20:20:52,226 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-15 20:20:52,227 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-15 20:20:52,227 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-15 20:20:52,227 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-15 20:20:52,227 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-15 20:20:52,227 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-15 20:20:52,227 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 67 2018-08-15 20:20:52,227 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-08-15T20:20:52.268Z", "updated_at": "2018-08-15T20:20:52.268Z", "created_by": "admin", "private_resource": false, "value": "bar", "key": "foo"} 2018-08-15 20:20:52,227 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-15 20:20:52,227 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 15 Aug 2018 20:20:52 GMT 2018-08-15 20:20:52,227 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-15 20:20:52,228 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 197 2018-08-15 20:20:52,228 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-15 20:20:52,228 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/secrets 2018-08-15 20:20:52,279 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-15 20:20:52,279 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-15 20:20:52,279 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-15 20:20:52,279 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-15 20:20:52,279 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-15 20:20:52,279 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-15 20:20:52,279 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-15 20:20:52,279 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"permission": null, "tenant_name": "default_tenant", "created_at": "2018-08-15T20:20:52.268Z", "updated_at": "2018-08-15T20:20:52.268Z", "created_by": "admin", "key": "foo"}], "metadata": {"pagination": {"total": 1, "offset": 0, "size": 0}}} 2018-08-15 20:20:52,280 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-15 20:20:52,280 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 15 Aug 2018 20:20:52 GMT 2018-08-15 20:20:52,280 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-15 20:20:52,280 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 253 2018-08-15 20:20:52,280 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-15 20:20:52,280 - functest.core.cloudify - DEBUG - List secrets: 2018-08-15 20:20:52,280 - cloudify.rest_client.http - DEBUG - Sending request: DELETE http://172.30.9.202:80/api/v3/secrets/foo 2018-08-15 20:20:52,329 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-15 20:20:52,329 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-15 20:20:52,329 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-15 20:20:52,330 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-15 20:20:52,330 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-15 20:20:52,330 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-15 20:20:52,330 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-15 20:20:52,330 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 0 2018-08-15 20:20:52,330 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-08-15T20:20:52.268Z", "updated_at": "2018-08-15T20:20:52.268Z", "created_by": "admin", "private_resource": false, "value": "bar", "key": "foo"} 2018-08-15 20:20:52,330 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-15 20:20:52,330 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 15 Aug 2018 20:20:52 GMT 2018-08-15 20:20:52,330 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-15 20:20:52,330 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 197 2018-08-15 20:20:52,331 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-15 20:20:52,331 - functest.core.cloudify - INFO - Secrets API successfully reached 2018-08-15 20:20:52,331 - functest.core.cloudify - INFO - Cloudify Manager is up and running 2018-08-15 20:20:52,338 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-15 20:20:52,341 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}19cebb76d10e03fdb3b6b1f6148b1916c2e20836" 2018-08-15 20:20:52,523 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:20:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cd1ea8b5-f9f1-4034-8fb5-5cff4baa168d Content-Encoding: gzip Content-Length: 388 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: cloudify_ims", "links": {"self": "http://172.30.9.27:5000/v3/projects/1b799198e46c4c52baa63ec1d55ae063"}, "tags": [], "enabled": true, "id": "1b799198e46c4c52baa63ec1d55ae063", "parent_id": "default", "domain_id": "default", "name": "cloudify_ims-project_d5fdef46-2f00-4857-be7d-99638883c979"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/a3688ea3a7924e1e8a441a00bd79aae5"}, "tags": [], "enabled": true, "id": "a3688ea3a7924e1e8a441a00bd79aae5", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.27:5000/v3/projects/d2c267e1fee9461ba5e64a915b9518f5"}, "tags": [], "enabled": true, "id": "d2c267e1fee9461ba5e64a915b9518f5", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-08-15 20:20:52,523 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects used request id req-cd1ea8b5-f9f1-4034-8fb5-5cff4baa168d 2018-08-15 20:20:52,523 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.184710979462s 2018-08-15 20:20:52,523 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects used request id req-cd1ea8b5-f9f1-4034-8fb5-5cff4baa168d 2018-08-15 20:20:52,526 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.quotas 2018-08-15 20:20:52,526 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/quotas/1b799198e46c4c52baa63ec1d55ae063.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}19cebb76d10e03fdb3b6b1f6148b1916c2e20836" -d '{"quota": {"security_group": 20, "security_group_rule": 100, "port": 50}}' 2018-08-15 20:20:52,969 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 186 X-Openstack-Request-Id: req-82b112fb-a6a3-4436-b4f4-22d752835a26 Date: Wed, 15 Aug 2018 20:20:52 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-15 20:20:52,969 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/quotas/1b799198e46c4c52baa63ec1d55ae063.json used request id req-82b112fb-a6a3-4436-b4f4-22d752835a26 2018-08-15 20:20:52,969 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.quotas in 0.443153858185s 2018-08-15 20:20:52,969 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/quotas/1b799198e46c4c52baa63ec1d55ae063.json used request id req-82b112fb-a6a3-4436-b4f4-22d752835a26 2018-08-15 20:20:52,969 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Put OpenStack creds in manager 2018-08-15 20:20:52,973 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.services 2018-08-15 20:20:52,977 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.3: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-15 20:20:52,984 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 15 Aug 2018 20:20:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-215bf10f-23ed-497c-979a-452267bbf1a9 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.3:35357/v3/", "rel": "self"}]}]}} 2018-08-15 20:20:52,984 - keystoneauth.session - DEBUG - GET call to None for http://192.30.9.3:35357/ used request id req-215bf10f-23ed-497c-979a-452267bbf1a9 2018-08-15 20:20:52,984 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.3: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}19cebb76d10e03fdb3b6b1f6148b1916c2e20836" 2018-08-15 20:20:53,168 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:20:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0302446a-4caf-4cda-9579-76a3d287955d Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"services": [{"description": "Openstack Object-Store Service", "links": {"self": "http://192.30.9.3:35357/v3/services/17183633b8774ff6a53da32b47c89b3c"}, "enabled": true, "type": "object-store", "id": "17183633b8774ff6a53da32b47c89b3c", "name": "swift"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://192.30.9.3:35357/v3/services/2dec96c2934d43bdbe2e431ef0b53392"}, "enabled": true, "type": "cloudformation", "id": "2dec96c2934d43bdbe2e431ef0b53392", "name": "heat-cfn"}, {"description": "Cinder Service v3", "links": {"self": "http://192.30.9.3:35357/v3/services/363b885c3f174fbfb4f17da9d41f332d"}, "enabled": true, "type": "volumev3", "id": "363b885c3f174fbfb4f17da9d41f332d", "name": "cinderv3"}, {"description": "Neutron Networking Service", "links": {"self": "http://192.30.9.3:35357/v3/services/51b7a44223114d149d5300ae5b6d97ae"}, "enabled": true, "type": "network", "id": "51b7a44223114d149d5300ae5b6d97ae", "name": "neutron"}, {"description": "OpenStack Image Service", "links": {"self": "http://192.30.9.3:35357/v3/services/5540e06daad441aa911fd4cb4d76f8d3"}, "enabled": true, "type": "image", "id": "5540e06daad441aa911fd4cb4d76f8d3", "name": "glance"}, {"description": "Openstack Metering Service", "links": {"self": "http://192.30.9.3:35357/v3/services/68ad1d76386d437089226a0562004a39"}, "enabled": true, "type": "metering", "id": "68ad1d76386d437089226a0562004a39", "name": "ceilometer"}, {"description": "OpenStack Identity Service", "links": {"self": "http://192.30.9.3:35357/v3/services/8096ce39bbf24c1683621ee563324790"}, "enabled": true, "type": "identity", "id": "8096ce39bbf24c1683621ee563324790", "name": "keystone"}, {"description": "Openstack Compute Service", "links": {"self": "http://192.30.9.3:35357/v3/services/b3040d5c7e224dbca86f421bddd758e1"}, "enabled": true, "type": "compute", "id": "b3040d5c7e224dbca86f421bddd758e1", "name": "nova"}, {"description": "Openstack Placement Service", "links": {"self": "http://192.30.9.3:35357/v3/services/bb3127ed06e54fda901ea2348ddb72da"}, "enabled": true, "type": "placement", "id": "bb3127ed06e54fda901ea2348ddb72da", "name": "placement"}, {"description": "Cinder Service", "links": {"self": "http://192.30.9.3:35357/v3/services/becfeedd42e344c085611f3c7c465a3f"}, "enabled": true, "type": "volume", "id": "becfeedd42e344c085611f3c7c465a3f", "name": "cinder"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://192.30.9.3:35357/v3/services/c4334130b6d54a75804fe3f11a3b9e3e"}, "enabled": true, "type": "orchestration", "id": "c4334130b6d54a75804fe3f11a3b9e3e", "name": "heat"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://192.30.9.3:35357/v3/services/d878aa5c6b584d53a039f6a680fb6e8b"}, "enabled": true, "type": "alarming", "id": "d878aa5c6b584d53a039f6a680fb6e8b", "name": "aodh"}, {"description": "Cinder Service v2", "links": {"self": "http://192.30.9.3:35357/v3/services/e16298e148f54e96a50a134ca797deff"}, "enabled": true, "type": "volumev2", "id": "e16298e148f54e96a50a134ca797deff", "name": "cinderv2"}, {"description": "OpenStack Metric Service", "links": {"self": "http://192.30.9.3:35357/v3/services/f3a07a22777a4405b7eaf44da2e73e19"}, "enabled": true, "type": "metric", "id": "f3a07a22777a4405b7eaf44da2e73e19", "name": "gnocchi"}, {"description": "OpenStack Event Service", "links": {"self": "http://192.30.9.3:35357/v3/services/f6e223543cae4d9bad10258b0a294f12"}, "enabled": true, "type": "event", "id": "f6e223543cae4d9bad10258b0a294f12", "name": "panko"}], "links": {"self": "http://192.30.9.3:35357/v3/services", "previous": null, "next": null}} 2018-08-15 20:20:53,169 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.3:35357/v3/services used request id req-0302446a-4caf-4cda-9579-76a3d287955d 2018-08-15 20:20:53,169 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.services in 0.19509601593s 2018-08-15 20:20:53,169 - shade.request_ids - DEBUG - GET call to identity for http://192.30.9.3:35357/v3/services used request id req-0302446a-4caf-4cda-9579-76a3d287955d 2018-08-15 20:20:53,178 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.endpoints 2018-08-15 20:20:53,181 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}19cebb76d10e03fdb3b6b1f6148b1916c2e20836" 2018-08-15 20:20:53,361 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:20:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9e58ba0e-db64-49ca-9653-27b678035d8d Content-Encoding: gzip Content-Length: 1980 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/03f40cbac74c4aafb48b4dd360509f6a"}, "url": "http://192.30.9.3:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "8096ce39bbf24c1683621ee563324790", "id": "03f40cbac74c4aafb48b4dd360509f6a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/156b8e560e534c82a1d320da86608a19"}, "url": "http://192.30.9.3:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "c4334130b6d54a75804fe3f11a3b9e3e", "id": "156b8e560e534c82a1d320da86608a19"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/18ed3fa9a0894200abaf76b71abfd912"}, "url": "http://172.30.9.27:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "8096ce39bbf24c1683621ee563324790", "id": "18ed3fa9a0894200abaf76b71abfd912"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/19071864a1b848cc93bca3b1e1955c3f"}, "url": "http://172.30.9.27:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "5540e06daad441aa911fd4cb4d76f8d3", "id": "19071864a1b848cc93bca3b1e1955c3f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/1d6cb188f65e4f77bab04c3d99f9469f"}, "url": "http://192.30.9.3:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "51b7a44223114d149d5300ae5b6d97ae", "id": "1d6cb188f65e4f77bab04c3d99f9469f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/287c0315393e4b22a228912ca3b004cc"}, "url": "http://172.30.9.27:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "363b885c3f174fbfb4f17da9d41f332d", "id": "287c0315393e4b22a228912ca3b004cc"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/39db2ebb65ae42659440fd9845949a6c"}, "url": "http://192.30.9.3:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "d878aa5c6b584d53a039f6a680fb6e8b", "id": "39db2ebb65ae42659440fd9845949a6c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/3ad23d2a65e74e3c87b1488af1f9f9ac"}, "url": "http://172.30.9.27:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "d878aa5c6b584d53a039f6a680fb6e8b", "id": "3ad23d2a65e74e3c87b1488af1f9f9ac"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/3d96a0aa5c344cb8ba659332ed497e85"}, "url": "http://192.30.9.3:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "8096ce39bbf24c1683621ee563324790", "id": "3d96a0aa5c344cb8ba659332ed497e85"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/54e3c320cc3142e9824c171afe58d5c6"}, "url": "http://12.0.0.37:8080", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "17183633b8774ff6a53da32b47c89b3c", "id": "54e3c320cc3142e9824c171afe58d5c6"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/576142509dfd46c591c5e83bed8ffcc7"}, "url": "http://192.30.9.3:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "becfeedd42e344c085611f3c7c465a3f", "id": "576142509dfd46c591c5e83bed8ffcc7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/59154cecf6a54eb08ecc63bf95dca042"}, "url": "http://192.30.9.3:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "c4334130b6d54a75804fe3f11a3b9e3e", "id": "59154cecf6a54eb08ecc63bf95dca042"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/5aad7caa3e6f4a35b9abdf5d46190371"}, "url": "http://192.30.9.3:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "bb3127ed06e54fda901ea2348ddb72da", "id": "5aad7caa3e6f4a35b9abdf5d46190371"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/5d07664cbebb49149819cf7a6b20edb4"}, "url": "http://192.30.9.3:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "d878aa5c6b584d53a039f6a680fb6e8b", "id": "5d07664cbebb49149819cf7a6b20edb4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/62769da517ac4f44b88a6118413b8c30"}, "url": "http://192.30.9.3:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "363b885c3f174fbfb4f17da9d41f332d", "id": "62769da517ac4f44b88a6118413b8c30"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/6c0b30400cd648249ab0a6a17cf1ebc1"}, "url": "http://192.30.9.3:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "363b885c3f174fbfb4f17da9d41f332d", "id": "6c0b30400cd648249ab0a6a17cf1ebc1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/6e2bb44b06c0412ab74e54984b5b26b5"}, "url": "http://192.30.9.3:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "e16298e148f54e96a50a134ca797deff", "id": "6e2bb44b06c0412ab74e54984b5b26b5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/70f7ced028794432bef835264c84489c"}, "url": "http://192.30.9.3:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "51b7a44223114d149d5300ae5b6d97ae", "id": "70f7ced028794432bef835264c84489c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/77dd5cfb1dac4b31b21d705ba420c355"}, "url": "http://172.30.9.27:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "51b7a44223114d149d5300ae5b6d97ae", "id": "77dd5cfb1dac4b31b21d705ba420c355"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/7d00250537b54114937846660f377ed1"}, "url": "http://172.30.9.27:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "17183633b8774ff6a53da32b47c89b3c", "id": "7d00250537b54114937846660f377ed1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/7f1f66095afa4b74b4f26d432f5bfa55"}, "url": "http://172.30.9.27:8977", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "f6e223543cae4d9bad10258b0a294f12", "id": "7f1f66095afa4b74b4f26d432f5bfa55"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/86bcb5a76e6c464bb4d42c969584d6f2"}, "url": "http://192.30.9.3:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "e16298e148f54e96a50a134ca797deff", "id": "86bcb5a76e6c464bb4d42c969584d6f2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/8f60ea793ee64fc9a3d9a2d2ad889bd0"}, "url": "http://172.30.9.27:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "b3040d5c7e224dbca86f421bddd758e1", "id": "8f60ea793ee64fc9a3d9a2d2ad889bd0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/94631698a9884eb1bf4cb245c6f37b80"}, "url": "http://192.30.9.3:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "2dec96c2934d43bdbe2e431ef0b53392", "id": "94631698a9884eb1bf4cb245c6f37b80"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/a391eed816af4966b335005bfe580d70"}, "url": "http://172.30.9.27:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "e16298e148f54e96a50a134ca797deff", "id": "a391eed816af4966b335005bfe580d70"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/b54cb5b666f74b91b0244b5332fdb3e5"}, "url": "http://172.30.9.27:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "f3a07a22777a4405b7eaf44da2e73e19", "id": "b54cb5b666f74b91b0244b5332fdb3e5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/b8dd5f30cc334148a7ed9d5ab68eee9b"}, "url": "http://192.30.9.3:8977", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "f6e223543cae4d9bad10258b0a294f12", "id": "b8dd5f30cc334148a7ed9d5ab68eee9b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/bc0345e40a36459fbc009797a6517deb"}, "url": "http://192.30.9.3:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "5540e06daad441aa911fd4cb4d76f8d3", "id": "bc0345e40a36459fbc009797a6517deb"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/bfe7dd54acd947899871700a40dd0244"}, "url": "http://192.30.9.3:8977", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "f6e223543cae4d9bad10258b0a294f12", "id": "bfe7dd54acd947899871700a40dd0244"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/c23f2a003e874719a2f1c41f92405a45"}, "url": "http://172.30.9.27:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "2dec96c2934d43bdbe2e431ef0b53392", "id": "c23f2a003e874719a2f1c41f92405a45"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/c790cb26fd2345ae9bac8a014d10a446"}, "url": "http://12.0.0.37:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "17183633b8774ff6a53da32b47c89b3c", "id": "c790cb26fd2345ae9bac8a014d10a446"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/c7c9770175fc45379f2c2d142062b2c3"}, "url": "http://192.30.9.3:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "b3040d5c7e224dbca86f421bddd758e1", "id": "c7c9770175fc45379f2c2d142062b2c3"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/c8b8b8bcfb3b40e5be77e13a4d2dda19"}, "url": "http://172.30.9.27:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "bb3127ed06e54fda901ea2348ddb72da", "id": "c8b8b8bcfb3b40e5be77e13a4d2dda19"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/cabe2973ef9144da9850a630dd2aedd5"}, "url": "http://192.30.9.3:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "becfeedd42e344c085611f3c7c465a3f", "id": "cabe2973ef9144da9850a630dd2aedd5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/d33016e2f5be49c28efb9905db488d41"}, "url": "http://192.30.9.3:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "bb3127ed06e54fda901ea2348ddb72da", "id": "d33016e2f5be49c28efb9905db488d41"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/dcc892608bd341e084be203695f810d1"}, "url": "http://192.30.9.3:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "f3a07a22777a4405b7eaf44da2e73e19", "id": "dcc892608bd341e084be203695f810d1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/e5c7966f4757438480f39866a31a0265"}, "url": "http://192.30.9.3:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "5540e06daad441aa911fd4cb4d76f8d3", "id": "e5c7966f4757438480f39866a31a0265"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/e944b22c50da41179f2e29ce558807c1"}, "url": "http://192.30.9.3:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "b3040d5c7e224dbca86f421bddd758e1", "id": "e944b22c50da41179f2e29ce558807c1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/e97257b46cb8440080352cd841246c5d"}, "url": "http://192.30.9.3:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "2dec96c2934d43bdbe2e431ef0b53392", "id": "e97257b46cb8440080352cd841246c5d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/e980066294c34eb6866e6c4735e84a62"}, "url": "http://192.30.9.3:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "f3a07a22777a4405b7eaf44da2e73e19", "id": "e980066294c34eb6866e6c4735e84a62"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/eb71f3f602d443c9a8605a7ff2e8aa8e"}, "url": "http://172.30.9.27:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "becfeedd42e344c085611f3c7c465a3f", "id": "eb71f3f602d443c9a8605a7ff2e8aa8e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/f3aa5c8697e449f99c2cfbe2a371cab7"}, "url": "http://172.30.9.27:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "c4334130b6d54a75804fe3f11a3b9e3e", "id": "f3aa5c8697e449f99c2cfbe2a371cab7"}], "links": {"self": "http://172.30.9.27:5000/v3/endpoints", "previous": null, "next": null}} 2018-08-15 20:20:53,361 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/endpoints used request id req-9e58ba0e-db64-49ca-9653-27b678035d8d 2018-08-15 20:20:53,362 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.endpoints in 0.183319091797s 2018-08-15 20:20:53,362 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/endpoints used request id req-9e58ba0e-db64-49ca-9653-27b678035d8d 2018-08-15 20:20:53,370 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Set creds for cloudify manager {'keystone_password': 'a66f4bcd-fe6c-475f-afc1-d1b3100bcd4e', 'keystone_tenant_name': u'cloudify_ims-project_d5fdef46-2f00-4857-be7d-99638883c979', 'region': 'regionOne', 'keystone_url': u'http://172.30.9.27:5000', 'user_domain_name': 'Default', 'keystone_username': u'cloudify_ims-user_d5fdef46-2f00-4857-be7d-99638883c979', 'project_domain_name': 'Default'} 2018-08-15 20:20:53,370 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/secrets 2018-08-15 20:20:53,424 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-15 20:20:53,424 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-15 20:20:53,424 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-15 20:20:53,424 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-15 20:20:53,425 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-15 20:20:53,425 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-15 20:20:53,425 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-15 20:20:53,425 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 0, "offset": 0, "size": 0}}} 2018-08-15 20:20:53,425 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-15 20:20:53,425 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 15 Aug 2018 20:20:53 GMT 2018-08-15 20:20:53,425 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-15 20:20:53,425 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 79 2018-08-15 20:20:53,425 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-15 20:20:53,426 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.202:80/api/v3/secrets/keystone_password; body: {"update_if_exists": false, "visibility": "tenant", "value": "a66f4bcd-fe6c-475f-afc1-d1b3100bcd4e"} 2018-08-15 20:20:53,486 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-15 20:20:53,486 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-15 20:20:53,486 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-15 20:20:53,487 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-15 20:20:53,487 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-15 20:20:53,487 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-15 20:20:53,487 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-15 20:20:53,487 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 100 2018-08-15 20:20:53,487 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-08-15T20:20:53.532Z", "updated_at": "2018-08-15T20:20:53.532Z", "created_by": "admin", "private_resource": false, "value": "a66f4bcd-fe6c-475f-afc1-d1b3100bcd4e", "key": "keystone_password"} 2018-08-15 20:20:53,487 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-15 20:20:53,487 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 15 Aug 2018 20:20:53 GMT 2018-08-15 20:20:53,487 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-15 20:20:53,487 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 244 2018-08-15 20:20:53,488 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-15 20:20:53,488 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.202:80/api/v3/secrets/keystone_tenant_name; body: {"update_if_exists": false, "visibility": "tenant", "value": "cloudify_ims-project_d5fdef46-2f00-4857-be7d-99638883c979"} 2018-08-15 20:20:53,582 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-15 20:20:53,583 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-15 20:20:53,583 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-15 20:20:53,583 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-15 20:20:53,583 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-15 20:20:53,583 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-15 20:20:53,583 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-15 20:20:53,583 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 121 2018-08-15 20:20:53,583 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-08-15T20:20:53.627Z", "updated_at": "2018-08-15T20:20:53.627Z", "created_by": "admin", "private_resource": false, "value": "cloudify_ims-project_d5fdef46-2f00-4857-be7d-99638883c979", "key": "keystone_tenant_name"} 2018-08-15 20:20:53,584 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-15 20:20:53,584 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 15 Aug 2018 20:20:53 GMT 2018-08-15 20:20:53,584 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-15 20:20:53,584 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 268 2018-08-15 20:20:53,584 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-15 20:20:53,584 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.202:80/api/v3/secrets/region; body: {"update_if_exists": false, "visibility": "tenant", "value": "regionOne"} 2018-08-15 20:20:53,641 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-15 20:20:53,641 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-15 20:20:53,641 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-15 20:20:53,641 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-15 20:20:53,641 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-15 20:20:53,642 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-15 20:20:53,642 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-15 20:20:53,642 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 73 2018-08-15 20:20:53,642 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-08-15T20:20:53.689Z", "updated_at": "2018-08-15T20:20:53.689Z", "created_by": "admin", "private_resource": false, "value": "regionOne", "key": "region"} 2018-08-15 20:20:53,642 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-15 20:20:53,642 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 15 Aug 2018 20:20:53 GMT 2018-08-15 20:20:53,642 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-15 20:20:53,642 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 206 2018-08-15 20:20:53,642 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-15 20:20:53,643 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.202:80/api/v3/secrets/keystone_url; body: {"update_if_exists": false, "visibility": "tenant", "value": "http://172.30.9.27:5000"} 2018-08-15 20:20:53,697 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-15 20:20:53,697 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-15 20:20:53,697 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-15 20:20:53,697 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-15 20:20:53,697 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-15 20:20:53,697 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-15 20:20:53,697 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-15 20:20:53,698 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 87 2018-08-15 20:20:53,698 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-08-15T20:20:53.746Z", "updated_at": "2018-08-15T20:20:53.746Z", "created_by": "admin", "private_resource": false, "value": "http://172.30.9.27:5000", "key": "keystone_url"} 2018-08-15 20:20:53,698 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-15 20:20:53,698 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 15 Aug 2018 20:20:53 GMT 2018-08-15 20:20:53,698 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-15 20:20:53,698 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 226 2018-08-15 20:20:53,698 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-15 20:20:53,699 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.202:80/api/v3/secrets/user_domain_name; body: {"update_if_exists": false, "visibility": "tenant", "value": "Default"} 2018-08-15 20:20:53,752 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-15 20:20:53,752 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-15 20:20:53,752 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-15 20:20:53,752 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-15 20:20:53,752 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-15 20:20:53,752 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-15 20:20:53,753 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-15 20:20:53,753 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 71 2018-08-15 20:20:53,753 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-08-15T20:20:53.801Z", "updated_at": "2018-08-15T20:20:53.801Z", "created_by": "admin", "private_resource": false, "value": "Default", "key": "user_domain_name"} 2018-08-15 20:20:53,753 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-15 20:20:53,753 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 15 Aug 2018 20:20:53 GMT 2018-08-15 20:20:53,753 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-15 20:20:53,753 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 214 2018-08-15 20:20:53,753 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-15 20:20:53,754 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.202:80/api/v3/secrets/keystone_username; body: {"update_if_exists": false, "visibility": "tenant", "value": "cloudify_ims-user_d5fdef46-2f00-4857-be7d-99638883c979"} 2018-08-15 20:20:53,927 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-15 20:20:53,927 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-15 20:20:53,927 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-15 20:20:53,927 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-15 20:20:53,928 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-15 20:20:53,928 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-15 20:20:53,928 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-15 20:20:53,928 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 118 2018-08-15 20:20:53,928 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-08-15T20:20:53.891Z", "updated_at": "2018-08-15T20:20:53.891Z", "created_by": "admin", "private_resource": false, "value": "cloudify_ims-user_d5fdef46-2f00-4857-be7d-99638883c979", "key": "keystone_username"} 2018-08-15 20:20:53,928 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-15 20:20:53,928 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 15 Aug 2018 20:20:53 GMT 2018-08-15 20:20:53,928 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-15 20:20:53,928 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 262 2018-08-15 20:20:53,928 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-15 20:20:53,929 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.202:80/api/v3/secrets/project_domain_name; body: {"update_if_exists": false, "visibility": "tenant", "value": "Default"} 2018-08-15 20:20:53,984 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-15 20:20:53,985 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-15 20:20:53,985 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-15 20:20:53,985 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-15 20:20:53,985 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-15 20:20:53,985 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-15 20:20:53,985 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-15 20:20:53,985 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 71 2018-08-15 20:20:53,985 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-08-15T20:20:54.034Z", "updated_at": "2018-08-15T20:20:54.034Z", "created_by": "admin", "private_resource": false, "value": "Default", "key": "project_domain_name"} 2018-08-15 20:20:53,986 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-15 20:20:53,986 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 15 Aug 2018 20:20:54 GMT 2018-08-15 20:20:53,986 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-15 20:20:53,986 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 217 2018-08-15 20:20:53,986 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-15 20:20:53,986 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Put private keypair in manager 2018-08-15 20:20:53,987 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-15 20:20:53,988 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-15 20:20:53,988 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-15 20:20:53,991 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-15 20:20:54,026 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-15 20:20:54,027 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-15 20:20:54,028 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-15 20:20:54,067 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-15 20:20:54,067 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-15 20:20:54,093 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-15 20:21:15,027 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-15 20:21:15,028 - 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-15 20:21:15,028 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-15 20:21:15,029 - 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-15 20:21:15,032 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-15 20:21:15,032 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d734bed0dd813c8df56e0d31219e62e042ba0e38" 2018-08-15 20:21:15,086 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 6833 X-Openstack-Request-Id: req-c27cc9fc-b495-4037-a8ac-d91fe7b09375 Date: Wed, 15 Aug 2018 20:21:15 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "1b799198e46c4c52baa63ec1d55ae063", "created_at": "2018-08-15T20:15:58Z", "updated_at": "2018-08-15T20:15:58Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T20:15:58Z", "revision_number": 0, "id": "231b5817-7d41-4a5f-a7ff-aa5c108b3cea", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T20:15:58Z", "security_group_id": "8b922b73-36fa-4e3f-a09f-e679987f1d08", "tenant_id": "1b799198e46c4c52baa63ec1d55ae063", "port_range_min": null, "ethertype": "IPv6", "project_id": "1b799198e46c4c52baa63ec1d55ae063"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T20:15:58Z", "revision_number": 0, "id": "39ed8152-9334-4137-b294-0ac8198e70bc", "remote_group_id": "8b922b73-36fa-4e3f-a09f-e679987f1d08", "remote_ip_prefix": null, "created_at": "2018-08-15T20:15:58Z", "security_group_id": "8b922b73-36fa-4e3f-a09f-e679987f1d08", "tenant_id": "1b799198e46c4c52baa63ec1d55ae063", "port_range_min": null, "ethertype": "IPv4", "project_id": "1b799198e46c4c52baa63ec1d55ae063"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T20:15:58Z", "revision_number": 0, "id": "5a01e01e-84a9-4ed9-b5cf-a5300d1dccce", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T20:15:58Z", "security_group_id": "8b922b73-36fa-4e3f-a09f-e679987f1d08", "tenant_id": "1b799198e46c4c52baa63ec1d55ae063", "port_range_min": null, "ethertype": "IPv4", "project_id": "1b799198e46c4c52baa63ec1d55ae063"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T20:15:58Z", "revision_number": 0, "id": "df1a2e33-311a-40ad-9bae-e23367de24fc", "remote_group_id": "8b922b73-36fa-4e3f-a09f-e679987f1d08", "remote_ip_prefix": null, "created_at": "2018-08-15T20:15:58Z", "security_group_id": "8b922b73-36fa-4e3f-a09f-e679987f1d08", "tenant_id": "1b799198e46c4c52baa63ec1d55ae063", "port_range_min": null, "ethertype": "IPv6", "project_id": "1b799198e46c4c52baa63ec1d55ae063"}], "revision_number": 1, "project_id": "1b799198e46c4c52baa63ec1d55ae063", "id": "8b922b73-36fa-4e3f-a09f-e679987f1d08", "name": "default"}, {"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "1b799198e46c4c52baa63ec1d55ae063", "created_at": "2018-08-15T20:17:29Z", "updated_at": "2018-08-15T20:17:30Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T20:17:29Z", "revision_number": 0, "id": "1d3a9f55-5f6b-41c0-a68d-7c883f91347d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T20:17:29Z", "security_group_id": "9729e524-0fbc-4e7d-b8f4-eb374171b0e4", "tenant_id": "1b799198e46c4c52baa63ec1d55ae063", "port_range_min": null, "ethertype": "IPv6", "project_id": "1b799198e46c4c52baa63ec1d55ae063"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-15T20:17:29Z", "revision_number": 0, "id": "3d713fb9-3f73-43ca-9188-e95bf99662b6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T20:17:29Z", "security_group_id": "9729e524-0fbc-4e7d-b8f4-eb374171b0e4", "tenant_id": "1b799198e46c4c52baa63ec1d55ae063", "port_range_min": null, "ethertype": "IPv4", "project_id": "1b799198e46c4c52baa63ec1d55ae063"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5671, "updated_at": "2018-08-15T20:17:30Z", "revision_number": 0, "id": "3fae384c-50a7-4fde-81b6-f18eeba5d54a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T20:17:30Z", "security_group_id": "9729e524-0fbc-4e7d-b8f4-eb374171b0e4", "tenant_id": "1b799198e46c4c52baa63ec1d55ae063", "port_range_min": 5671, "ethertype": "IPv4", "project_id": "1b799198e46c4c52baa63ec1d55ae063"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 53333, "updated_at": "2018-08-15T20:17:30Z", "revision_number": 0, "id": "a04a2692-dff1-453b-85eb-bbaabad5e233", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T20:17:30Z", "security_group_id": "9729e524-0fbc-4e7d-b8f4-eb374171b0e4", "tenant_id": "1b799198e46c4c52baa63ec1d55ae063", "port_range_min": 53333, "ethertype": "IPv4", "project_id": "1b799198e46c4c52baa63ec1d55ae063"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-15T20:17:29Z", "revision_number": 0, "id": "a2ff6d18-cc49-40b8-9e06-a063f8b9739f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T20:17:29Z", "security_group_id": "9729e524-0fbc-4e7d-b8f4-eb374171b0e4", "tenant_id": "1b799198e46c4c52baa63ec1d55ae063", "port_range_min": 22, "ethertype": "IPv4", "project_id": "1b799198e46c4c52baa63ec1d55ae063"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T20:17:29Z", "revision_number": 0, "id": "a451b850-2042-49e9-a94b-5c66ecb1adb2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T20:17:29Z", "security_group_id": "9729e524-0fbc-4e7d-b8f4-eb374171b0e4", "tenant_id": "1b799198e46c4c52baa63ec1d55ae063", "port_range_min": null, "ethertype": "IPv4", "project_id": "1b799198e46c4c52baa63ec1d55ae063"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-08-15T20:17:30Z", "revision_number": 0, "id": "b8923bf6-c68f-4910-8edf-dc8b2819de4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T20:17:30Z", "security_group_id": "9729e524-0fbc-4e7d-b8f4-eb374171b0e4", "tenant_id": "1b799198e46c4c52baa63ec1d55ae063", "port_range_min": 443, "ethertype": "IPv4", "project_id": "1b799198e46c4c52baa63ec1d55ae063"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-15T20:17:29Z", "revision_number": 0, "id": "ef0a4a83-5e95-4383-8704-50e67a224922", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T20:17:29Z", "security_group_id": "9729e524-0fbc-4e7d-b8f4-eb374171b0e4", "tenant_id": "1b799198e46c4c52baa63ec1d55ae063", "port_range_min": 80, "ethertype": "IPv4", "project_id": "1b799198e46c4c52baa63ec1d55ae063"}], "revision_number": 7, "project_id": "1b799198e46c4c52baa63ec1d55ae063", "id": "9729e524-0fbc-4e7d-b8f4-eb374171b0e4", "name": "cloudify_ims-sg_d5fdef46-2f00-4857-be7d-99638883c979"}]} 2018-08-15 20:21:15,087 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-c27cc9fc-b495-4037-a8ac-d91fe7b09375 2018-08-15 20:21:15,087 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0548658370972s 2018-08-15 20:21:15,087 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-c27cc9fc-b495-4037-a8ac-d91fe7b09375 2018-08-15 20:21:15,091 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-15 20:21:15,091 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d734bed0dd813c8df56e0d31219e62e042ba0e38" -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": "8b922b73-36fa-4e3f-a09f-e679987f1d08"}}' 2018-08-15 20:21:15,326 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-062da883-61e9-4d2e-8769-41d5b05aed57 Date: Wed, 15 Aug 2018 20:21:15 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-15T20:21:15Z", "security_group_id": "8b922b73-36fa-4e3f-a09f-e679987f1d08", "port_range_min": 22, "revision_number": 0, "tenant_id": "1b799198e46c4c52baa63ec1d55ae063", "created_at": "2018-08-15T20:21:15Z", "project_id": "1b799198e46c4c52baa63ec1d55ae063", "id": "3141f49d-1b63-4d36-b3b0-a606c3e4bcc6"}} 2018-08-15 20:21:15,326 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules.json used request id req-062da883-61e9-4d2e-8769-41d5b05aed57 2018-08-15 20:21:15,326 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.235234022141s 2018-08-15 20:21:15,327 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules.json used request id req-062da883-61e9-4d2e-8769-41d5b05aed57 2018-08-15 20:21:15,327 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Upload VNFD 2018-08-15 20:21:15,418 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.202:80/api/v3/blueprints/clearwater-opnfv; body: bytes data 2018-08-15 20:21:18,105 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-15 20:21:18,105 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-15 20:21:18,106 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-15 20:21:18,106 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-15 20:21:18,106 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-15 20:21:18,106 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-15 20:21:18,106 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-15 20:21:18,106 - cloudify.rest_client.http - DEBUG - request header: Transfer-Encoding: chunked 2018-08-15 20:21:18,107 - cloudify.rest_client.http - DEBUG - reply: "201 CREATED" {"main_file_name": "openstack-blueprint.yaml", "description": null, "tenant_name": "default_tenant", "created_at": "2018-08-15T20:21:18.111Z", "updated_at": "2018-08-15T20:21:18.111Z", "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"}}}, "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.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.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.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.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.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.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"}, "dime_cluster_size": {"default": 1, "type": "integer", "description": "number of dime instance"}, "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"}, "image_id": {"type": "string", "description": "Image ID of the agent VM's (Ubuntu 14.04 for clearwater)"}, "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"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "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"}}, "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"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "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"}}, "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"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "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"}}, "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": {"floatingip": {"floating_network_name": {"get_input": "external_network_name"}}, "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, "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.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"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "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"}}, "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"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "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"}}, "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": {"floatingip": {"floating_network_name": {"get_input": "external_network_name"}}, "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, "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": "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"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "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"}}, "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"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "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"}}, "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"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "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"}}, "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": {"floatingip": {"floating_network_name": {"get_input": "external_network_name"}}, "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, "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": "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-15 20:21:18,109 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-15 20:21:18,109 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 15 Aug 2018 20:21:18 GMT 2018-08-15 20:21:18,109 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-15 20:21:18,109 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 515398 2018-08-15 20:21:18,109 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-15 20:21:18,134 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img 2018-08-15 20:21:20,120 - shade - DEBUG - Image file /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img md5:d7ba271c24da7bd727354314039ce602 sha256:8a5bc3fdf061a08326c1ce8f48bb660eec107547806d0401c5681e49e710a555 2018-08-15 20:21:20,122 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-15 20:21:20,124 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d734bed0dd813c8df56e0d31219e62e042ba0e38" 2018-08-15 20:21:20,845 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1403 Content-Type: application/json X-Openstack-Request-Id: req-8c5d5748-f24f-4ad8-96ea-9564cfa12bbb Date: Wed, 15 Aug 2018 20:21:20 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-15T20:17:27Z", "file": "/v2/images/8054c143-b64d-46fb-8afd-2cd0e546b8fc/file", "owner": "1b799198e46c4c52baa63ec1d55ae063", "id": "8054c143-b64d-46fb-8afd-2cd0e546b8fc", "size": 4373348352, "self": "/v2/images/8054c143-b64d-46fb-8afd-2cd0e546b8fc", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/8054c143-b64d-46fb-8afd-2cd0e546b8fc/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "locations": [{"url": "rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/8054c143-b64d-46fb-8afd-2cd0e546b8fc/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_d5fdef46-2f00-4857-be7d-99638883c979", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify_ims-img_d5fdef46-2f00-4857-be7d-99638883c979", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-08-15T20:16:27Z", "os_hidden": false, "protected": false, "os_hash_value": "faa3b93f58a3a060092d8b73ed7dff4db788b7ba9f82a679e84462fcef54c0bf7feb5c08de6f9523de4f3ec4dcb084e02454ec94619fb84802ac5a0277ea1a5d"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-15 20:21:20,845 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-8c5d5748-f24f-4ad8-96ea-9564cfa12bbb 2018-08-15 20:21:20,845 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.723075151443s 2018-08-15 20:21:20,846 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-8c5d5748-f24f-4ad8-96ea-9564cfa12bbb 2018-08-15 20:21:20,855 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-15 20:21:20,859 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d734bed0dd813c8df56e0d31219e62e042ba0e38" -d '{"owner_specified.shade.md5": "d7ba271c24da7bd727354314039ce602", "owner_specified.shade.sha256": "8a5bc3fdf061a08326c1ce8f48bb660eec107547806d0401c5681e49e710a555", "owner_specified.shade.object": "images/cloudify_ims-img_alt_d5fdef46-2f00-4857-be7d-99638883c979", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "cloudify_ims-img_alt_d5fdef46-2f00-4857-be7d-99638883c979"}' 2018-08-15 20:21:20,917 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 949 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/3cd44544-6694-4e7b-b835-6c4b6dbca49e Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-df5f5b12-9ff8-4e76-ac63-de46ddbe0aa0 Date: Wed, 15 Aug 2018 20:21:20 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-15T20:21:20Z", "file": "/v2/images/3cd44544-6694-4e7b-b835-6c4b6dbca49e/file", "owner": "1b799198e46c4c52baa63ec1d55ae063", "id": "3cd44544-6694-4e7b-b835-6c4b6dbca49e", "size": null, "self": "/v2/images/3cd44544-6694-4e7b-b835-6c4b6dbca49e", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "8a5bc3fdf061a08326c1ce8f48bb660eec107547806d0401c5681e49e710a555", "locations": [], "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_alt_d5fdef46-2f00-4857-be7d-99638883c979", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d7ba271c24da7bd727354314039ce602", "name": "cloudify_ims-img_alt_d5fdef46-2f00-4857-be7d-99638883c979", "checksum": null, "created_at": "2018-08-15T20:21:20Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-15 20:21:20,917 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-df5f5b12-9ff8-4e76-ac63-de46ddbe0aa0 2018-08-15 20:21:20,918 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0620229244232s 2018-08-15 20:21:20,918 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-df5f5b12-9ff8-4e76-ac63-de46ddbe0aa0 returning object 3cd44544-6694-4e7b-b835-6c4b6dbca49e 2018-08-15 20:21:20,919 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-15 20:21:20,922 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9292/v2/images/3cd44544-6694-4e7b-b835-6c4b6dbca49e/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}d734bed0dd813c8df56e0d31219e62e042ba0e38" -d '' 2018-08-15 20:21:25,897 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d0f4b6bf-98fb-4b20-91f4-4144711c244c Date: Wed, 15 Aug 2018 20:21: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-15 20:21:25,897 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/3cd44544-6694-4e7b-b835-6c4b6dbca49e/file used request id req-d0f4b6bf-98fb-4b20-91f4-4144711c244c 2018-08-15 20:21:25,897 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 4.97828197479s 2018-08-15 20:21:25,897 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/3cd44544-6694-4e7b-b835-6c4b6dbca49e/file used request id req-d0f4b6bf-98fb-4b20-91f4-4144711c244c 2018-08-15 20:21:25,901 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-15 20:21:25,905 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d734bed0dd813c8df56e0d31219e62e042ba0e38" 2018-08-15 20:21:26,005 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2746 Content-Type: application/json X-Openstack-Request-Id: req-8782aa85-f852-481b-aee3-3a20b26d5cc3 Date: Wed, 15 Aug 2018 20:21:26 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-15T20:21:25Z", "file": "/v2/images/3cd44544-6694-4e7b-b835-6c4b6dbca49e/file", "owner": "1b799198e46c4c52baa63ec1d55ae063", "id": "3cd44544-6694-4e7b-b835-6c4b6dbca49e", "size": 263324160, "self": "/v2/images/3cd44544-6694-4e7b-b835-6c4b6dbca49e", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/3cd44544-6694-4e7b-b835-6c4b6dbca49e/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "8a5bc3fdf061a08326c1ce8f48bb660eec107547806d0401c5681e49e710a555", "locations": [{"url": "rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/3cd44544-6694-4e7b-b835-6c4b6dbca49e/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_alt_d5fdef46-2f00-4857-be7d-99638883c979", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d7ba271c24da7bd727354314039ce602", "name": "cloudify_ims-img_alt_d5fdef46-2f00-4857-be7d-99638883c979", "checksum": "d7ba271c24da7bd727354314039ce602", "created_at": "2018-08-15T20:21:20Z", "os_hidden": false, "protected": false, "os_hash_value": "c7186c493b45e03a3d4fb45863d0be88fa34d1e960098a7303cdc88af5e043f547c4a4c85be80eef584e8ed98e3d8de823928c5fb6aa99a8342e3347b0cef4a5"}, {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-15T20:17:27Z", "file": "/v2/images/8054c143-b64d-46fb-8afd-2cd0e546b8fc/file", "owner": "1b799198e46c4c52baa63ec1d55ae063", "id": "8054c143-b64d-46fb-8afd-2cd0e546b8fc", "size": 4373348352, "self": "/v2/images/8054c143-b64d-46fb-8afd-2cd0e546b8fc", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/8054c143-b64d-46fb-8afd-2cd0e546b8fc/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "locations": [{"url": "rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/8054c143-b64d-46fb-8afd-2cd0e546b8fc/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_d5fdef46-2f00-4857-be7d-99638883c979", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify_ims-img_d5fdef46-2f00-4857-be7d-99638883c979", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-08-15T20:16:27Z", "os_hidden": false, "protected": false, "os_hash_value": "faa3b93f58a3a060092d8b73ed7dff4db788b7ba9f82a679e84462fcef54c0bf7feb5c08de6f9523de4f3ec4dcb084e02454ec94619fb84802ac5a0277ea1a5d"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-15 20:21:26,005 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-8782aa85-f852-481b-aee3-3a20b26d5cc3 2018-08-15 20:21:26,006 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.1042740345s 2018-08-15 20:21:26,006 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-8782aa85-f852-481b-aee3-3a20b26d5cc3 2018-08-15 20:21:26,008 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/3cd44544-6694-4e7b-b835-6c4b6dbca49e/snap', u'metadata': Munch({})})], 'file': u'/v2/images/3cd44544-6694-4e7b-b835-6c4b6dbca49e/file', 'owner': u'1b799198e46c4c52baa63ec1d55ae063', 'id': u'3cd44544-6694-4e7b-b835-6c4b6dbca49e', 'size': 263324160, u'self': u'/v2/images/3cd44544-6694-4e7b-b835-6c4b6dbca49e', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'1b799198e46c4c52baa63ec1d55ae063', 'name': 'cloudify_ims-project_d5fdef46-2f00-4857-be7d-99638883c979', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/3cd44544-6694-4e7b-b835-6c4b6dbca49e/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-15T20:21:25Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-15T20:21:25Z', u'owner_specified.shade.sha256': u'8a5bc3fdf061a08326c1ce8f48bb660eec107547806d0401c5681e49e710a555', u'owner_specified.shade.object': u'images/cloudify_ims-img_alt_d5fdef46-2f00-4857-be7d-99638883c979', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'd7ba271c24da7bd727354314039ce602', 'properties': {u'os_hash_value': u'c7186c493b45e03a3d4fb45863d0be88fa34d1e960098a7303cdc88af5e043f547c4a4c85be80eef584e8ed98e3d8de823928c5fb6aa99a8342e3347b0cef4a5', u'self': u'/v2/images/3cd44544-6694-4e7b-b835-6c4b6dbca49e', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'8a5bc3fdf061a08326c1ce8f48bb660eec107547806d0401c5681e49e710a555', u'owner_specified.shade.object': u'images/cloudify_ims-img_alt_d5fdef46-2f00-4857-be7d-99638883c979', u'owner_specified.shade.md5': u'd7ba271c24da7bd727354314039ce602', u'schema': u'/v2/schemas/image'}, 'name': u'cloudify_ims-img_alt_d5fdef46-2f00-4857-be7d-99638883c979', 'created': u'2018-08-15T20:21:20Z', 'checksum': u'd7ba271c24da7bd727354314039ce602', 'created_at': u'2018-08-15T20:21:20Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'c7186c493b45e03a3d4fb45863d0be88fa34d1e960098a7303cdc88af5e043f547c4a4c85be80eef584e8ed98e3d8de823928c5fb6aa99a8342e3347b0cef4a5', 'metadata': {u'os_hash_value': u'c7186c493b45e03a3d4fb45863d0be88fa34d1e960098a7303cdc88af5e043f547c4a4c85be80eef584e8ed98e3d8de823928c5fb6aa99a8342e3347b0cef4a5', u'self': u'/v2/images/3cd44544-6694-4e7b-b835-6c4b6dbca49e', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'8a5bc3fdf061a08326c1ce8f48bb660eec107547806d0401c5681e49e710a555', u'owner_specified.shade.object': u'images/cloudify_ims-img_alt_d5fdef46-2f00-4857-be7d-99638883c979', u'owner_specified.shade.md5': u'd7ba271c24da7bd727354314039ce602', u'schema': u'/v2/schemas/image'}}) 2018-08-15 20:21:26,009 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-15 20:21:26,012 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}19cebb76d10e03fdb3b6b1f6148b1916c2e20836" -d '{"flavor": {"vcpus": 2, "ram": 2048, "name": "cloudify_ims-flavor_alt_d5fdef46-2f00-4857-be7d-99638883c979", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 25, "id": null, "swap": 0}}' 2018-08-15 20:21:26,077 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:21: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-c3a97582-3747-4e9c-81ea-d9662b3d6502 x-compute-request-id: req-c3a97582-3747-4e9c-81ea-d9662b3d6502 Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"flavor": {"name": "cloudify_ims-flavor_alt_d5fdef46-2f00-4857-be7d-99638883c979", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/3f8dbd76-c79d-4e12-9f46-0e269aa9abde", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/3f8dbd76-c79d-4e12-9f46-0e269aa9abde", "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": "3f8dbd76-c79d-4e12-9f46-0e269aa9abde"}} 2018-08-15 20:21:26,077 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-c3a97582-3747-4e9c-81ea-d9662b3d6502 2018-08-15 20:21:26,077 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0675961971283s 2018-08-15 20:21:26,077 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-c3a97582-3747-4e9c-81ea-d9662b3d6502 2018-08-15 20:21:26,078 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'cloudify_ims-flavor_alt_d5fdef46-2f00-4857-be7d-99638883c979', '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'a3688ea3a7924e1e8a441a00bd79aae5', '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'3f8dbd76-c79d-4e12-9f46-0e269aa9abde', 'swap': 0}) 2018-08-15 20:21:26,079 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-15 20:21:26,082 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/flavors/3f8dbd76-c79d-4e12-9f46-0e269aa9abde/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}19cebb76d10e03fdb3b6b1f6148b1916c2e20836" -d '{"extra_specs": {}}' 2018-08-15 20:21:26,101 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:21: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-bb3b1bc1-cda5-4dcb-8d72-b750f7e5a7b1 x-compute-request-id: req-bb3b1bc1-cda5-4dcb-8d72-b750f7e5a7b1 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-15 20:21:26,101 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/3f8dbd76-c79d-4e12-9f46-0e269aa9abde/os-extra_specs used request id req-bb3b1bc1-cda5-4dcb-8d72-b750f7e5a7b1 2018-08-15 20:21:26,101 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.022145986557s 2018-08-15 20:21:26,101 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/3f8dbd76-c79d-4e12-9f46-0e269aa9abde/os-extra_specs used request id req-bb3b1bc1-cda5-4dcb-8d72-b750f7e5a7b1 2018-08-15 20:21:26,102 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Create VNF Instance 2018-08-15 20:21:26,102 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.202:80/api/v3/deployments/clearwater-opnfv; body: {"inputs": {"vellum_cluster_size": 1, "agent_user": "ubuntu", "image_id": "3cd44544-6694-4e7b-b835-6c4b6dbca49e", "external_network_name": "external", "dime_cluster_size": 1, "key_pair_name": "cloudify_ims-kp_d5fdef46-2f00-4857-be7d-99638883c979", "bono_cluster_size": 1, "flavor_id": "3f8dbd76-c79d-4e12-9f46-0e269aa9abde", "public_domain": "clearwater.opnfv", "homer_cluster_size": 1, "release": "repo129", "network_name": "cloudify_ims-net_d5fdef46-2f00-4857-be7d-99638883c979", "private_key_path": "/etc/cloudify/cloudify_ims.pem", "sprout_cluster_size": 1}, "skip_plugins_validation": false, "visibility": "tenant", "blueprint_id": "clearwater-opnfv"} 2018-08-15 20:21:27,878 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-15 20:21:27,879 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-15 20:21:27,879 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-15 20:21:27,879 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-15 20:21:27,879 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-15 20:21:27,879 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-15 20:21:27,879 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-15 20:21:27,879 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 656 2018-08-15 20:21:27,879 - cloudify.rest_client.http - DEBUG - reply: "500 INTERNAL SERVER ERROR" {"status": 500, "message": "Internal Server Error"} 2018-08-15 20:21:27,879 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-15 20:21:27,880 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 15 Aug 2018 20:21:27 GMT 2018-08-15 20:21:27,880 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-15 20:21:27,880 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 51 2018-08-15 20:21:27,880 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-15 20:21:27,880 - 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 429, 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-15 20:21:28,007 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-15 20:21:28,007 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | cloudify_ims | functest | 05:30 | FAIL | +----------------------+------------------+------------------+----------------+ 2018-08-15 20:21:28,012 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Deleting the current deployment 2018-08-15 20:21:28,013 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions 2018-08-15 20:21:28,071 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-15 20:21:28,071 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-15 20:21:28,071 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-15 20:21:28,071 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-15 20:21:28,071 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-15 20:21:28,072 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-15 20:21:28,072 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-15 20:21:28,072 - 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-15T20:21:27.190Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "clearwater-opnfv", "id": "045688b1-cffd-43b1-8d9c-679c3828c825"}], "metadata": {"pagination": {"total": 1, "offset": 0, "size": 0}}} 2018-08-15 20:21:28,072 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-15 20:21:28,072 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 15 Aug 2018 20:21:28 GMT 2018-08-15 20:21:28,072 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-15 20:21:28,072 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6369 2018-08-15 20:21:28,072 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-15 20:21:28,073 - cloudify.rest_client.http - DEBUG - Sending request: POST http://172.30.9.202:80/api/v3/executions; body: {"allow_custom_parameters": "false", "deployment_id": "clearwater-opnfv", "force": "true", "workflow_id": "uninstall", "parameters": {"ignore_failure": true}} 2018-08-15 20:21:28,134 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-15 20:21:28,134 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-15 20:21:28,134 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-15 20:21:28,134 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-15 20:21:28,135 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-15 20:21:28,135 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-15 20:21:28,135 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-15 20:21:28,135 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 158 2018-08-15 20:21:28,135 - 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-15 20:21:28,135 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-15 20:21:28,135 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 15 Aug 2018 20:21:28 GMT 2018-08-15 20:21:28,135 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-15 20:21:28,135 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1203 2018-08-15 20:21:28,135 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-15 20:21:28,136 - 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-15 20:21:28,137 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-15 20:21:28,141 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9292/v2/images/3cd44544-6694-4e7b-b835-6c4b6dbca49e -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d734bed0dd813c8df56e0d31219e62e042ba0e38" 2018-08-15 20:21:29,327 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-92e2401f-ccb1-473b-ad88-6a06041667b3 Date: Wed, 15 Aug 2018 20:21: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-15 20:21:29,327 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/3cd44544-6694-4e7b-b835-6c4b6dbca49e used request id req-92e2401f-ccb1-473b-ad88-6a06041667b3 2018-08-15 20:21:29,327 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.19044589996s 2018-08-15 20:21:29,327 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/3cd44544-6694-4e7b-b835-6c4b6dbca49e used request id req-92e2401f-ccb1-473b-ad88-6a06041667b3 2018-08-15 20:21:29,328 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-15 20:21:29,331 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}19cebb76d10e03fdb3b6b1f6148b1916c2e20836" 2018-08-15 20:21:29,350 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:21: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-bbe454de-eb4e-4b0f-a373-15222e506dd1 x-compute-request-id: req-bbe454de-eb4e-4b0f-a373-15222e506dd1 Content-Encoding: gzip Content-Length: 371 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cloudify_ims-flavor_alt_d5fdef46-2f00-4857-be7d-99638883c979", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/3f8dbd76-c79d-4e12-9f46-0e269aa9abde", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/3f8dbd76-c79d-4e12-9f46-0e269aa9abde", "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": "3f8dbd76-c79d-4e12-9f46-0e269aa9abde"}, {"name": "cloudify_ims-flavor_d5fdef46-2f00-4857-be7d-99638883c979", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/a39cef24-d443-4129-9485-7dcf222c5918", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/a39cef24-d443-4129-9485-7dcf222c5918", "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": "a39cef24-d443-4129-9485-7dcf222c5918"}]} 2018-08-15 20:21:29,351 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-bbe454de-eb4e-4b0f-a373-15222e506dd1 2018-08-15 20:21:29,351 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0228168964386s 2018-08-15 20:21:29,351 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-bbe454de-eb4e-4b0f-a373-15222e506dd1 2018-08-15 20:21:29,354 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-15 20:21:29,356 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/flavors/3f8dbd76-c79d-4e12-9f46-0e269aa9abde -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}19cebb76d10e03fdb3b6b1f6148b1916c2e20836" 2018-08-15 20:21:29,381 - keystoneauth.session - DEBUG - RESP: [202] Date: Wed, 15 Aug 2018 20:21: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-8db49309-0467-4454-87d1-2c5b270c7977 x-compute-request-id: req-8db49309-0467-4454-87d1-2c5b270c7977 Content-Length: 0 Content-Type: application/json 2018-08-15 20:21:29,381 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/3f8dbd76-c79d-4e12-9f46-0e269aa9abde used request id req-8db49309-0467-4454-87d1-2c5b270c7977 2018-08-15 20:21:29,381 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0272440910339s 2018-08-15 20:21:29,381 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/3f8dbd76-c79d-4e12-9f46-0e269aa9abde used request id req-8db49309-0467-4454-87d1-2c5b270c7977 2018-08-15 20:21:29,383 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-15 20:21:29,384 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/floatingips/1efe6d77-48a9-49d4-9a9c-c889e0480ac1.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d734bed0dd813c8df56e0d31219e62e042ba0e38" 2018-08-15 20:21:30,578 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b79537af-70b5-4a7b-9abb-382e140326bf Content-Length: 0 Date: Wed, 15 Aug 2018 20:21:30 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-15 20:21:30,578 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/floatingips/1efe6d77-48a9-49d4-9a9c-c889e0480ac1.json used request id req-b79537af-70b5-4a7b-9abb-382e140326bf 2018-08-15 20:21:30,578 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 1.19467592239s 2018-08-15 20:21:30,578 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/floatingips/1efe6d77-48a9-49d4-9a9c-c889e0480ac1.json used request id req-b79537af-70b5-4a7b-9abb-382e140326bf 2018-08-15 20:21:30,583 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-15 20:21:30,584 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d734bed0dd813c8df56e0d31219e62e042ba0e38" 2018-08-15 20:21:30,626 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-acbb16f1-c9b5-4f06-b31c-dae3255ed8a6 Date: Wed, 15 Aug 2018 20:21:30 GMT RESP BODY: {"floatingips": []} 2018-08-15 20:21:30,627 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-acbb16f1-c9b5-4f06-b31c-dae3255ed8a6 2018-08-15 20:21:30,627 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0431480407715s 2018-08-15 20:21:30,627 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-acbb16f1-c9b5-4f06-b31c-dae3255ed8a6 2018-08-15 20:21:30,627 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-15 20:21:30,630 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/servers/b384caf8-3793-4f79-81ad-36a9aab2d38d -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d734bed0dd813c8df56e0d31219e62e042ba0e38" 2018-08-15 20:21:30,836 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 15 Aug 2018 20:21: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-e0423791-d1ca-4960-aa32-6741150cd4ec x-compute-request-id: req-e0423791-d1ca-4960-aa32-6741150cd4ec Content-Type: application/json 2018-08-15 20:21:30,836 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/servers/b384caf8-3793-4f79-81ad-36a9aab2d38d used request id req-e0423791-d1ca-4960-aa32-6741150cd4ec 2018-08-15 20:21:30,837 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.209023952484s 2018-08-15 20:21:30,837 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/servers/b384caf8-3793-4f79-81ad-36a9aab2d38d used request id req-e0423791-d1ca-4960-aa32-6741150cd4ec 2018-08-15 20:21:30,837 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:21:30,840 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d734bed0dd813c8df56e0d31219e62e042ba0e38" 2018-08-15 20:21:31,063 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:21: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-13e1cbe7-10c5-4938-bb98-f0cd2c7e530f x-compute-request-id: req-13e1cbe7-10c5-4938-bb98-f0cd2c7e530f Content-Encoding: gzip Content-Length: 773 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"cloudify_ims-net_d5fdef46-2f00-4857-be7d-99638883c979": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1e:e4:5e", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1e:e4:5e", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/b384caf8-3793-4f79-81ad-36a9aab2d38d", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/b384caf8-3793-4f79-81ad-36a9aab2d38d", "rel": "bookmark"}], "image": {"id": "8054c143-b64d-46fb-8afd-2cd0e546b8fc", "links": [{"href": "http://172.30.9.27:8774/images/8054c143-b64d-46fb-8afd-2cd0e546b8fc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:19:49.000000", "flavor": {"id": "a39cef24-d443-4129-9485-7dcf222c5918", "links": [{"href": "http://172.30.9.27:8774/flavors/a39cef24-d443-4129-9485-7dcf222c5918", "rel": "bookmark"}]}, "id": "b384caf8-3793-4f79-81ad-36a9aab2d38d", "security_groups": [{"name": "cloudify_ims-sg_d5fdef46-2f00-4857-be7d-99638883c979"}], "user_id": "539c1e769d89433db45267e6a540c4db", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:21:30Z", "hostId": "676d88501149fc90ef2c20ebaa609d8f91451f7da15cecf9ef9cb8db", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_d5fdef46-2f00-4857-be7d-99638883c979", "name": "cloudify_ims-vm_d5fdef46-2f00-4857-be7d-99638883c979", "created": "2018-08-15T20:17:32Z", "tenant_id": "1b799198e46c4c52baa63ec1d55ae063", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:21:31,063 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-13e1cbe7-10c5-4938-bb98-f0cd2c7e530f 2018-08-15 20:21:31,063 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.225654125214s 2018-08-15 20:21:31,063 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-13e1cbe7-10c5-4938-bb98-f0cd2c7e530f 2018-08-15 20:21:31,065 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 20:21:33,067 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:21:33,070 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d734bed0dd813c8df56e0d31219e62e042ba0e38" 2018-08-15 20:21:33,184 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:21: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-e07034ea-6ed4-43e0-b5f9-3476c98ae657 x-compute-request-id: req-e07034ea-6ed4-43e0-b5f9-3476c98ae657 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-15 20:21:33,185 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-e07034ea-6ed4-43e0-b5f9-3476c98ae657 2018-08-15 20:21:33,185 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.117317914963s 2018-08-15 20:21:33,185 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-e07034ea-6ed4-43e0-b5f9-3476c98ae657 2018-08-15 20:21:33,187 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-15 20:21:33,188 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d734bed0dd813c8df56e0d31219e62e042ba0e38" 2018-08-15 20:21:33,234 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7329 X-Openstack-Request-Id: req-14a7c9f4-b2bb-4b6c-9963-c2793a2ac87d Date: Wed, 15 Aug 2018 20:21:33 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "1b799198e46c4c52baa63ec1d55ae063", "created_at": "2018-08-15T20:15:58Z", "updated_at": "2018-08-15T20:21:15Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T20:15:58Z", "revision_number": 0, "id": "231b5817-7d41-4a5f-a7ff-aa5c108b3cea", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T20:15:58Z", "security_group_id": "8b922b73-36fa-4e3f-a09f-e679987f1d08", "tenant_id": "1b799198e46c4c52baa63ec1d55ae063", "port_range_min": null, "ethertype": "IPv6", "project_id": "1b799198e46c4c52baa63ec1d55ae063"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-15T20:21:15Z", "revision_number": 0, "id": "3141f49d-1b63-4d36-b3b0-a606c3e4bcc6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T20:21:15Z", "security_group_id": "8b922b73-36fa-4e3f-a09f-e679987f1d08", "tenant_id": "1b799198e46c4c52baa63ec1d55ae063", "port_range_min": 22, "ethertype": "IPv4", "project_id": "1b799198e46c4c52baa63ec1d55ae063"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T20:15:58Z", "revision_number": 0, "id": "39ed8152-9334-4137-b294-0ac8198e70bc", "remote_group_id": "8b922b73-36fa-4e3f-a09f-e679987f1d08", "remote_ip_prefix": null, "created_at": "2018-08-15T20:15:58Z", "security_group_id": "8b922b73-36fa-4e3f-a09f-e679987f1d08", "tenant_id": "1b799198e46c4c52baa63ec1d55ae063", "port_range_min": null, "ethertype": "IPv4", "project_id": "1b799198e46c4c52baa63ec1d55ae063"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T20:15:58Z", "revision_number": 0, "id": "5a01e01e-84a9-4ed9-b5cf-a5300d1dccce", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T20:15:58Z", "security_group_id": "8b922b73-36fa-4e3f-a09f-e679987f1d08", "tenant_id": "1b799198e46c4c52baa63ec1d55ae063", "port_range_min": null, "ethertype": "IPv4", "project_id": "1b799198e46c4c52baa63ec1d55ae063"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T20:15:58Z", "revision_number": 0, "id": "df1a2e33-311a-40ad-9bae-e23367de24fc", "remote_group_id": "8b922b73-36fa-4e3f-a09f-e679987f1d08", "remote_ip_prefix": null, "created_at": "2018-08-15T20:15:58Z", "security_group_id": "8b922b73-36fa-4e3f-a09f-e679987f1d08", "tenant_id": "1b799198e46c4c52baa63ec1d55ae063", "port_range_min": null, "ethertype": "IPv6", "project_id": "1b799198e46c4c52baa63ec1d55ae063"}], "revision_number": 2, "project_id": "1b799198e46c4c52baa63ec1d55ae063", "id": "8b922b73-36fa-4e3f-a09f-e679987f1d08", "name": "default"}, {"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "1b799198e46c4c52baa63ec1d55ae063", "created_at": "2018-08-15T20:17:29Z", "updated_at": "2018-08-15T20:17:30Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T20:17:29Z", "revision_number": 0, "id": "1d3a9f55-5f6b-41c0-a68d-7c883f91347d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T20:17:29Z", "security_group_id": "9729e524-0fbc-4e7d-b8f4-eb374171b0e4", "tenant_id": "1b799198e46c4c52baa63ec1d55ae063", "port_range_min": null, "ethertype": "IPv6", "project_id": "1b799198e46c4c52baa63ec1d55ae063"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-15T20:17:29Z", "revision_number": 0, "id": "3d713fb9-3f73-43ca-9188-e95bf99662b6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T20:17:29Z", "security_group_id": "9729e524-0fbc-4e7d-b8f4-eb374171b0e4", "tenant_id": "1b799198e46c4c52baa63ec1d55ae063", "port_range_min": null, "ethertype": "IPv4", "project_id": "1b799198e46c4c52baa63ec1d55ae063"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5671, "updated_at": "2018-08-15T20:17:30Z", "revision_number": 0, "id": "3fae384c-50a7-4fde-81b6-f18eeba5d54a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T20:17:30Z", "security_group_id": "9729e524-0fbc-4e7d-b8f4-eb374171b0e4", "tenant_id": "1b799198e46c4c52baa63ec1d55ae063", "port_range_min": 5671, "ethertype": "IPv4", "project_id": "1b799198e46c4c52baa63ec1d55ae063"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 53333, "updated_at": "2018-08-15T20:17:30Z", "revision_number": 0, "id": "a04a2692-dff1-453b-85eb-bbaabad5e233", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T20:17:30Z", "security_group_id": "9729e524-0fbc-4e7d-b8f4-eb374171b0e4", "tenant_id": "1b799198e46c4c52baa63ec1d55ae063", "port_range_min": 53333, "ethertype": "IPv4", "project_id": "1b799198e46c4c52baa63ec1d55ae063"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-15T20:17:29Z", "revision_number": 0, "id": "a2ff6d18-cc49-40b8-9e06-a063f8b9739f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T20:17:29Z", "security_group_id": "9729e524-0fbc-4e7d-b8f4-eb374171b0e4", "tenant_id": "1b799198e46c4c52baa63ec1d55ae063", "port_range_min": 22, "ethertype": "IPv4", "project_id": "1b799198e46c4c52baa63ec1d55ae063"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T20:17:29Z", "revision_number": 0, "id": "a451b850-2042-49e9-a94b-5c66ecb1adb2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T20:17:29Z", "security_group_id": "9729e524-0fbc-4e7d-b8f4-eb374171b0e4", "tenant_id": "1b799198e46c4c52baa63ec1d55ae063", "port_range_min": null, "ethertype": "IPv4", "project_id": "1b799198e46c4c52baa63ec1d55ae063"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-08-15T20:17:30Z", "revision_number": 0, "id": "b8923bf6-c68f-4910-8edf-dc8b2819de4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T20:17:30Z", "security_group_id": "9729e524-0fbc-4e7d-b8f4-eb374171b0e4", "tenant_id": "1b799198e46c4c52baa63ec1d55ae063", "port_range_min": 443, "ethertype": "IPv4", "project_id": "1b799198e46c4c52baa63ec1d55ae063"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-15T20:17:29Z", "revision_number": 0, "id": "ef0a4a83-5e95-4383-8704-50e67a224922", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T20:17:29Z", "security_group_id": "9729e524-0fbc-4e7d-b8f4-eb374171b0e4", "tenant_id": "1b799198e46c4c52baa63ec1d55ae063", "port_range_min": 80, "ethertype": "IPv4", "project_id": "1b799198e46c4c52baa63ec1d55ae063"}], "revision_number": 7, "project_id": "1b799198e46c4c52baa63ec1d55ae063", "id": "9729e524-0fbc-4e7d-b8f4-eb374171b0e4", "name": "cloudify_ims-sg_d5fdef46-2f00-4857-be7d-99638883c979"}]} 2018-08-15 20:21:33,234 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-14a7c9f4-b2bb-4b6c-9963-c2793a2ac87d 2018-08-15 20:21:33,235 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0470089912415s 2018-08-15 20:21:33,235 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-14a7c9f4-b2bb-4b6c-9963-c2793a2ac87d 2018-08-15 20:21:33,238 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-08-15 20:21:33,239 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/security-groups/9729e524-0fbc-4e7d-b8f4-eb374171b0e4.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d734bed0dd813c8df56e0d31219e62e042ba0e38" 2018-08-15 20:21:33,431 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d6ad49ba-229a-4bcc-98ec-a80dd5e981c3 Content-Length: 0 Date: Wed, 15 Aug 2018 20:21:33 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-15 20:21:33,431 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/9729e524-0fbc-4e7d-b8f4-eb374171b0e4.json used request id req-d6ad49ba-229a-4bcc-98ec-a80dd5e981c3 2018-08-15 20:21:33,431 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.192749977112s 2018-08-15 20:21:33,432 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/9729e524-0fbc-4e7d-b8f4-eb374171b0e4.json used request id req-d6ad49ba-229a-4bcc-98ec-a80dd5e981c3 2018-08-15 20:21:33,432 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-08-15 20:21:33,435 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/os-keypairs/cloudify_ims-kp_d5fdef46-2f00-4857-be7d-99638883c979 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d734bed0dd813c8df56e0d31219e62e042ba0e38" 2018-08-15 20:21:33,473 - keystoneauth.session - DEBUG - RESP: [202] Date: Wed, 15 Aug 2018 20:21: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-ed838c79-97f6-4c76-bec1-e96ecd5442ee x-compute-request-id: req-ed838c79-97f6-4c76-bec1-e96ecd5442ee Content-Length: 0 Content-Type: application/json 2018-08-15 20:21:33,473 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/os-keypairs/cloudify_ims-kp_d5fdef46-2f00-4857-be7d-99638883c979 used request id req-ed838c79-97f6-4c76-bec1-e96ecd5442ee 2018-08-15 20:21:33,473 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0408108234406s 2018-08-15 20:21:33,473 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/os-keypairs/cloudify_ims-kp_d5fdef46-2f00-4857-be7d-99638883c979 used request id req-ed838c79-97f6-4c76-bec1-e96ecd5442ee 2018-08-15 20:21:33,474 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-15 20:21:33,474 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/eb1254c8-e3b7-4ace-8a49-b6ebb507913f/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}d734bed0dd813c8df56e0d31219e62e042ba0e38" -d '{"subnet_id": "02523c7f-e4ce-4a9c-adb0-3126f8b0735f"}' 2018-08-15 20:21:35,172 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-bd212c74-c766-4922-b67f-8f2be8d2c6c8 Date: Wed, 15 Aug 2018 20:21:35 GMT RESP BODY: {"network_id": "c1c39edd-a079-417d-9308-401db7c9e8b8", "tenant_id": "1b799198e46c4c52baa63ec1d55ae063", "subnet_id": "02523c7f-e4ce-4a9c-adb0-3126f8b0735f", "subnet_ids": ["02523c7f-e4ce-4a9c-adb0-3126f8b0735f"], "port_id": "cde66a46-131d-42af-900c-c8aafb223d10", "id": "eb1254c8-e3b7-4ace-8a49-b6ebb507913f"} 2018-08-15 20:21:35,172 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/eb1254c8-e3b7-4ace-8a49-b6ebb507913f/remove_router_interface.json used request id req-bd212c74-c766-4922-b67f-8f2be8d2c6c8 2018-08-15 20:21:35,172 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.69820690155s 2018-08-15 20:21:35,172 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/eb1254c8-e3b7-4ace-8a49-b6ebb507913f/remove_router_interface.json used request id req-bd212c74-c766-4922-b67f-8f2be8d2c6c8 returning object eb1254c8-e3b7-4ace-8a49-b6ebb507913f 2018-08-15 20:21:35,173 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-15 20:21:35,173 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d734bed0dd813c8df56e0d31219e62e042ba0e38" 2018-08-15 20:21:35,283 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 626 X-Openstack-Request-Id: req-c289c499-4f1f-4296-84cd-0a0cf7936e6c Date: Wed, 15 Aug 2018 20:21:35 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "fc8ca119-27ab-4070-99fa-a2993d11ee48", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "3ef75223-733d-425d-bb3e-88e8a796bebc", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "1b799198e46c4c52baa63ec1d55ae063", "created_at": "2018-08-15T20:16:00Z", "admin_state_up": true, "updated_at": "2018-08-15T20:21:34Z", "revision_number": 4, "routes": [], "project_id": "1b799198e46c4c52baa63ec1d55ae063", "id": "eb1254c8-e3b7-4ace-8a49-b6ebb507913f", "name": "cloudify_ims-router_d5fdef46-2f00-4857-be7d-99638883c979"}]} 2018-08-15 20:21:35,283 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-c289c499-4f1f-4296-84cd-0a0cf7936e6c 2018-08-15 20:21:35,283 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.110116004944s 2018-08-15 20:21:35,283 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-c289c499-4f1f-4296-84cd-0a0cf7936e6c 2018-08-15 20:21:35,285 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-15 20:21:35,285 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/routers/eb1254c8-e3b7-4ace-8a49-b6ebb507913f.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d734bed0dd813c8df56e0d31219e62e042ba0e38" 2018-08-15 20:21:36,621 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-9c3d7dc2-8dad-418b-a37b-512f3f2a3a0e Content-Length: 0 Date: Wed, 15 Aug 2018 20:21:36 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-15 20:21:36,621 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/eb1254c8-e3b7-4ace-8a49-b6ebb507913f.json used request id req-9c3d7dc2-8dad-418b-a37b-512f3f2a3a0e 2018-08-15 20:21:36,621 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.33643603325s 2018-08-15 20:21:36,621 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/eb1254c8-e3b7-4ace-8a49-b6ebb507913f.json used request id req-9c3d7dc2-8dad-418b-a37b-512f3f2a3a0e 2018-08-15 20:21:36,622 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-15 20:21:36,622 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d734bed0dd813c8df56e0d31219e62e042ba0e38" 2018-08-15 20:21:36,662 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 683 X-Openstack-Request-Id: req-720a326e-5003-4a3e-aa12-257661584cfb Date: Wed, 15 Aug 2018 20:21:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c1c39edd-a079-417d-9308-401db7c9e8b8","tenant_id":"1b799198e46c4c52baa63ec1d55ae063","created_at":"2018-08-15T20:15:59Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-15T20:15: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":"1b799198e46c4c52baa63ec1d55ae063","id":"02523c7f-e4ce-4a9c-adb0-3126f8b0735f","subnetpool_id":null,"name":"cloudify_ims-subnet_d5fdef46-2f00-4857-be7d-99638883c979"}]} 2018-08-15 20:21:36,662 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-720a326e-5003-4a3e-aa12-257661584cfb 2018-08-15 20:21:36,662 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0399830341339s 2018-08-15 20:21:36,662 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-720a326e-5003-4a3e-aa12-257661584cfb 2018-08-15 20:21:36,663 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-15 20:21:36,664 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/subnets/02523c7f-e4ce-4a9c-adb0-3126f8b0735f.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d734bed0dd813c8df56e0d31219e62e042ba0e38" 2018-08-15 20:21:37,881 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b99b89ab-334d-4621-9f79-5bdefcb7b35b Date: Wed, 15 Aug 2018 20:21:37 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-15 20:21:37,882 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/02523c7f-e4ce-4a9c-adb0-3126f8b0735f.json used request id req-b99b89ab-334d-4621-9f79-5bdefcb7b35b 2018-08-15 20:21:37,882 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 1.2181019783s 2018-08-15 20:21:37,882 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/02523c7f-e4ce-4a9c-adb0-3126f8b0735f.json used request id req-b99b89ab-334d-4621-9f79-5bdefcb7b35b 2018-08-15 20:21:37,882 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-15 20:21:37,883 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d734bed0dd813c8df56e0d31219e62e042ba0e38" 2018-08-15 20:21:37,975 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1156 X-Openstack-Request-Id: req-6dfa5300-26dd-4009-85e1-5c6499b307c4 Date: Wed, 15 Aug 2018 20:21: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-15T20:21:37Z","tenant_id":"1b799198e46c4c52baa63ec1d55ae063","created_at":"2018-08-15T20:15:59Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"1b799198e46c4c52baa63ec1d55ae063","id":"c1c39edd-a079-417d-9308-401db7c9e8b8","name":"cloudify_ims-net_d5fdef46-2f00-4857-be7d-99638883c979"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["3ef75223-733d-425d-bb3e-88e8a796bebc"],"updated_at":"2018-08-15T17:41:36Z","tenant_id":"d2c267e1fee9461ba5e64a915b9518f5","created_at":"2018-08-15T17:16:26Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"d2c267e1fee9461ba5e64a915b9518f5","id":"fc8ca119-27ab-4070-99fa-a2993d11ee48","name":"external"}]} 2018-08-15 20:21:37,975 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-6dfa5300-26dd-4009-85e1-5c6499b307c4 2018-08-15 20:21:37,976 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0930099487305s 2018-08-15 20:21:37,976 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-6dfa5300-26dd-4009-85e1-5c6499b307c4 2018-08-15 20:21:37,977 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-15 20:21:37,978 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/networks/c1c39edd-a079-417d-9308-401db7c9e8b8.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d734bed0dd813c8df56e0d31219e62e042ba0e38" 2018-08-15 20:21:39,382 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a72e609e-d8a2-498f-b9c1-d45bc988316c Date: Wed, 15 Aug 2018 20:21:39 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-15 20:21:39,382 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/c1c39edd-a079-417d-9308-401db7c9e8b8.json used request id req-a72e609e-d8a2-498f-b9c1-d45bc988316c 2018-08-15 20:21:39,383 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.40531992912s 2018-08-15 20:21:39,383 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/c1c39edd-a079-417d-9308-401db7c9e8b8.json used request id req-a72e609e-d8a2-498f-b9c1-d45bc988316c 2018-08-15 20:21:39,387 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-15 20:21:39,392 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d734bed0dd813c8df56e0d31219e62e042ba0e38" 2018-08-15 20:21:40,084 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1403 Content-Type: application/json X-Openstack-Request-Id: req-333e5983-68cc-465e-971e-4f2718c23c1d Date: Wed, 15 Aug 2018 20:21:40 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-15T20:17:27Z", "file": "/v2/images/8054c143-b64d-46fb-8afd-2cd0e546b8fc/file", "owner": "1b799198e46c4c52baa63ec1d55ae063", "id": "8054c143-b64d-46fb-8afd-2cd0e546b8fc", "size": 4373348352, "self": "/v2/images/8054c143-b64d-46fb-8afd-2cd0e546b8fc", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/8054c143-b64d-46fb-8afd-2cd0e546b8fc/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "locations": [{"url": "rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/8054c143-b64d-46fb-8afd-2cd0e546b8fc/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_d5fdef46-2f00-4857-be7d-99638883c979", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify_ims-img_d5fdef46-2f00-4857-be7d-99638883c979", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-08-15T20:16:27Z", "os_hidden": false, "protected": false, "os_hash_value": "faa3b93f58a3a060092d8b73ed7dff4db788b7ba9f82a679e84462fcef54c0bf7feb5c08de6f9523de4f3ec4dcb084e02454ec94619fb84802ac5a0277ea1a5d"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-15 20:21:40,084 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-333e5983-68cc-465e-971e-4f2718c23c1d 2018-08-15 20:21:40,084 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.697327852249s 2018-08-15 20:21:40,084 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-333e5983-68cc-465e-971e-4f2718c23c1d 2018-08-15 20:21:40,087 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-15 20:21:40,090 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9292/v2/images/8054c143-b64d-46fb-8afd-2cd0e546b8fc -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d734bed0dd813c8df56e0d31219e62e042ba0e38" 2018-08-15 20:21:41,558 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-0d7e0a5c-e080-4338-be9d-33390c049ea7 Date: Wed, 15 Aug 2018 20:21: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-15 20:21:41,558 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/8054c143-b64d-46fb-8afd-2cd0e546b8fc used request id req-0d7e0a5c-e080-4338-be9d-33390c049ea7 2018-08-15 20:21:41,558 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.47159719467s 2018-08-15 20:21:41,559 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/8054c143-b64d-46fb-8afd-2cd0e546b8fc used request id req-0d7e0a5c-e080-4338-be9d-33390c049ea7 2018-08-15 20:21:41,559 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-15 20:21:41,562 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}19cebb76d10e03fdb3b6b1f6148b1916c2e20836" 2018-08-15 20:21:41,584 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:21: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-ac3fb6dd-f61a-467d-afd9-721680e6aa20 x-compute-request-id: req-ac3fb6dd-f61a-467d-afd9-721680e6aa20 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cloudify_ims-flavor_d5fdef46-2f00-4857-be7d-99638883c979", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/a39cef24-d443-4129-9485-7dcf222c5918", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/a39cef24-d443-4129-9485-7dcf222c5918", "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": "a39cef24-d443-4129-9485-7dcf222c5918"}]} 2018-08-15 20:21:41,584 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-ac3fb6dd-f61a-467d-afd9-721680e6aa20 2018-08-15 20:21:41,584 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0249829292297s 2018-08-15 20:21:41,584 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-ac3fb6dd-f61a-467d-afd9-721680e6aa20 2018-08-15 20:21:41,586 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-15 20:21:41,588 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/flavors/a39cef24-d443-4129-9485-7dcf222c5918 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}19cebb76d10e03fdb3b6b1f6148b1916c2e20836" 2018-08-15 20:21:41,617 - keystoneauth.session - DEBUG - RESP: [202] Date: Wed, 15 Aug 2018 20:21: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-5962210a-eb03-4f19-a700-5a82d4f3223b x-compute-request-id: req-5962210a-eb03-4f19-a700-5a82d4f3223b Content-Length: 0 Content-Type: application/json 2018-08-15 20:21:41,617 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/a39cef24-d443-4129-9485-7dcf222c5918 used request id req-5962210a-eb03-4f19-a700-5a82d4f3223b 2018-08-15 20:21:41,617 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0311460494995s 2018-08-15 20:21:41,617 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/a39cef24-d443-4129-9485-7dcf222c5918 used request id req-5962210a-eb03-4f19-a700-5a82d4f3223b 2018-08-15 20:21:41,618 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-15 20:21:41,620 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}19cebb76d10e03fdb3b6b1f6148b1916c2e20836" 2018-08-15 20:21:41,830 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:21:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-31b0fd05-0de4-4bbb-9a99-ca539f737d55 Content-Encoding: gzip Content-Length: 841 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/033f0039d025473a84de241284491a58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "033f0039d025473a84de241284491a58", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/2422d0f285314705b46615565d3917fe"}, "domain_id": "e4bd2a4e6bb349a78f956295c49df949", "enabled": true, "options": {}, "id": "2422d0f285314705b46615565d3917fe", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/2cc8b8ad456045c2a30e4360994a4487"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2cc8b8ad456045c2a30e4360994a4487", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/3c466aad8ead4318838e33dd234eb81d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3c466aad8ead4318838e33dd234eb81d", "email": "heat@localhost", "password_expires_at": null}, {"name": "cloudify_ims-user_d5fdef46-2f00-4857-be7d-99638883c979", "links": {"self": "http://172.30.9.27:5000/v3/users/539c1e769d89433db45267e6a540c4db"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "539c1e769d89433db45267e6a540c4db", "domain_id": "default", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/56e811cfd4b242068dd78826118576f4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "56e811cfd4b242068dd78826118576f4", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6fad7e5ef0254b2a9cdb215018bcab91"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6fad7e5ef0254b2a9cdb215018bcab91", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.27:5000/v3/users/7d91ea49860f4c2a8deabf649cf4ed37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d91ea49860f4c2a8deabf649cf4ed37", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/8f968cf4475249f6abf2422d6dd7425f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8f968cf4475249f6abf2422d6dd7425f", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/9482390a0722494f8852b9f0e2b9de56"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9482390a0722494f8852b9f0e2b9de56", "email": "admin@example.com", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.27:5000/v3/users/a36076122cea45c6b3e4aa67c4ca811d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a36076122cea45c6b3e4aa67c4ca811d", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/acda52409b024c95bc0facaa98dbc356"}, "domain_id": "default", "enabled": true, "options": {}, "id": "acda52409b024c95bc0facaa98dbc356", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/b193f8790ad94e46993d7eb01f623f51"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b193f8790ad94e46993d7eb01f623f51", "email": "cinder@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/dba024f1937f490cae2e437356a668d7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dba024f1937f490cae2e437356a668d7", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/e6d2649e935e4b8db8107d76bfb30c3a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e6d2649e935e4b8db8107d76bfb30c3a", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-08-15 20:21:41,830 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-31b0fd05-0de4-4bbb-9a99-ca539f737d55 2018-08-15 20:21:41,830 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.212329149246s 2018-08-15 20:21:41,830 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-31b0fd05-0de4-4bbb-9a99-ca539f737d55 2018-08-15 20:21:41,836 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-15 20:21:41,839 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/users/539c1e769d89433db45267e6a540c4db -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}19cebb76d10e03fdb3b6b1f6148b1916c2e20836" 2018-08-15 20:21:42,036 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:21:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1ba73aef-8ca5-4e28-b774-85dd19ac88e4 Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"user": {"name": "cloudify_ims-user_d5fdef46-2f00-4857-be7d-99638883c979", "links": {"self": "http://172.30.9.27:5000/v3/users/539c1e769d89433db45267e6a540c4db"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "539c1e769d89433db45267e6a540c4db", "description": null}} 2018-08-15 20:21:42,036 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/539c1e769d89433db45267e6a540c4db used request id req-1ba73aef-8ca5-4e28-b774-85dd19ac88e4 2018-08-15 20:21:42,036 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.199820041656s 2018-08-15 20:21:42,036 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/539c1e769d89433db45267e6a540c4db used request id req-1ba73aef-8ca5-4e28-b774-85dd19ac88e4 2018-08-15 20:21:42,037 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-15 20:21:42,040 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/users/539c1e769d89433db45267e6a540c4db -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}19cebb76d10e03fdb3b6b1f6148b1916c2e20836" 2018-08-15 20:21:42,438 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 15 Aug 2018 20:21:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-89e78e42-25a3-4100-8961-8ae01948d972 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-15 20:21:42,438 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/539c1e769d89433db45267e6a540c4db used request id req-89e78e42-25a3-4100-8961-8ae01948d972 2018-08-15 20:21:42,438 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.400880098343s 2018-08-15 20:21:42,438 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/539c1e769d89433db45267e6a540c4db used request id req-89e78e42-25a3-4100-8961-8ae01948d972 2018-08-15 20:21:42,444 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-15 20:21:42,447 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}19cebb76d10e03fdb3b6b1f6148b1916c2e20836" 2018-08-15 20:21:42,725 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:21:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a64dcfde-e222-4624-a408-fb8fbd311aad Content-Encoding: gzip Content-Length: 388 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: cloudify_ims", "links": {"self": "http://172.30.9.27:5000/v3/projects/1b799198e46c4c52baa63ec1d55ae063"}, "tags": [], "enabled": true, "id": "1b799198e46c4c52baa63ec1d55ae063", "parent_id": "default", "domain_id": "default", "name": "cloudify_ims-project_d5fdef46-2f00-4857-be7d-99638883c979"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/a3688ea3a7924e1e8a441a00bd79aae5"}, "tags": [], "enabled": true, "id": "a3688ea3a7924e1e8a441a00bd79aae5", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.27:5000/v3/projects/d2c267e1fee9461ba5e64a915b9518f5"}, "tags": [], "enabled": true, "id": "d2c267e1fee9461ba5e64a915b9518f5", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-08-15 20:21:42,725 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects used request id req-a64dcfde-e222-4624-a408-fb8fbd311aad 2018-08-15 20:21:42,726 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.281495094299s 2018-08-15 20:21:42,726 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects used request id req-a64dcfde-e222-4624-a408-fb8fbd311aad 2018-08-15 20:21:42,730 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-15 20:21:42,734 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/projects/1b799198e46c4c52baa63ec1d55ae063 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}19cebb76d10e03fdb3b6b1f6148b1916c2e20836" 2018-08-15 20:21:42,985 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 15 Aug 2018 20:21:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-823b0574-cb06-4867-8821-94605236ab13 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-15 20:21:42,986 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/1b799198e46c4c52baa63ec1d55ae063 used request id req-823b0574-cb06-4867-8821-94605236ab13 2018-08-15 20:21:42,986 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.255279064178s 2018-08-15 20:21:42,986 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/1b799198e46c4c52baa63ec1d55ae063 used request id req-823b0574-cb06-4867-8821-94605236ab13 2018-08-15 20:21:42,986 - xtesting.ci.run_tests - ERROR - The test case 'cloudify_ims' failed. 2018-08-15 20:21:43,016 - xtesting.ci.run_tests - INFO - Loading test case 'heat_ims'... 2018-08-15 20:21:43,040 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-15 20:21:43,040 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-15 20:21:43,040 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-15 20:21:43,040 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-15 20:21:43,040 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-15 20:21:43,040 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-15 20:21:43,040 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-15 20:21:43,040 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-15 20:21:43,040 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-15 20:21:43,040 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-15 20:21:43,041 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-15 20:21:43,041 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-15 20:21:43,041 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-15 20:21:43,041 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-15 20:21:43,041 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-15 20:21:43,041 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-15 20:21:43,041 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-15 20:21:43,041 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-15 20:21:43,041 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-15 20:21:43,041 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-15 20:21:43,042 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-15 20:21:43,042 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-15 20:21:43,044 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-15 20:21:43,049 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:21:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f68c8437-4e43-448c-8e5f-f74c9c352b90 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-08-15 20:21:43,049 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-f68c8437-4e43-448c-8e5f-f74c9c352b90 2018-08-15 20:21:43,050 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-08-15 20:21:43,451 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "16212b6aa60a4fd1b8194c834bae86bf", "name": "member"}, {"id": "eeb4436830d24515952401292b7cfc55", "name": "reader"}, {"id": "382a39dc50214187b99e809cf7222e3c", "name": "admin"}], "expires_at": "2018-08-15T21:21:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3688ea3a7924e1e8a441a00bd79aae5", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.37:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "54e3c320cc3142e9824c171afe58d5c6"}, {"url": "http://172.30.9.27:8080/v1/AUTH_a3688ea3a7924e1e8a441a00bd79aae5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d00250537b54114937846660f377ed1"}, {"url": "http://12.0.0.37:8080/v1/AUTH_a3688ea3a7924e1e8a441a00bd79aae5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c790cb26fd2345ae9bac8a014d10a446"}], "type": "object-store", "id": "17183633b8774ff6a53da32b47c89b3c", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94631698a9884eb1bf4cb245c6f37b80"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c23f2a003e874719a2f1c41f92405a45"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e97257b46cb8440080352cd841246c5d"}], "type": "cloudformation", "id": "2dec96c2934d43bdbe2e431ef0b53392", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "287c0315393e4b22a228912ca3b004cc"}, {"url": "http://192.30.9.3:8776/v3/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62769da517ac4f44b88a6118413b8c30"}, {"url": "http://192.30.9.3:8776/v3/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c0b30400cd648249ab0a6a17cf1ebc1"}], "type": "volumev3", "id": "363b885c3f174fbfb4f17da9d41f332d", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d6cb188f65e4f77bab04c3d99f9469f"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70f7ced028794432bef835264c84489c"}, {"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77dd5cfb1dac4b31b21d705ba420c355"}], "type": "network", "id": "51b7a44223114d149d5300ae5b6d97ae", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19071864a1b848cc93bca3b1e1955c3f"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bc0345e40a36459fbc009797a6517deb"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5c7966f4757438480f39866a31a0265"}], "type": "image", "id": "5540e06daad441aa911fd4cb4d76f8d3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "68ad1d76386d437089226a0562004a39", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "03f40cbac74c4aafb48b4dd360509f6a"}, {"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18ed3fa9a0894200abaf76b71abfd912"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3d96a0aa5c344cb8ba659332ed497e85"}], "type": "identity", "id": "8096ce39bbf24c1683621ee563324790", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f60ea793ee64fc9a3d9a2d2ad889bd0"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7c9770175fc45379f2c2d142062b2c3"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e944b22c50da41179f2e29ce558807c1"}], "type": "compute", "id": "b3040d5c7e224dbca86f421bddd758e1", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5aad7caa3e6f4a35b9abdf5d46190371"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8b8b8bcfb3b40e5be77e13a4d2dda19"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d33016e2f5be49c28efb9905db488d41"}], "type": "placement", "id": "bb3127ed06e54fda901ea2348ddb72da", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "576142509dfd46c591c5e83bed8ffcc7"}, {"url": "http://192.30.9.3:8776/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cabe2973ef9144da9850a630dd2aedd5"}, {"url": "http://172.30.9.27:8776/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eb71f3f602d443c9a8605a7ff2e8aa8e"}], "type": "volume", "id": "becfeedd42e344c085611f3c7c465a3f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.3:8004/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "156b8e560e534c82a1d320da86608a19"}, {"url": "http://192.30.9.3:8004/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59154cecf6a54eb08ecc63bf95dca042"}, {"url": "http://172.30.9.27:8004/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f3aa5c8697e449f99c2cfbe2a371cab7"}], "type": "orchestration", "id": "c4334130b6d54a75804fe3f11a3b9e3e", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "39db2ebb65ae42659440fd9845949a6c"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ad23d2a65e74e3c87b1488af1f9f9ac"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d07664cbebb49149819cf7a6b20edb4"}], "type": "alarming", "id": "d878aa5c6b584d53a039f6a680fb6e8b", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e2bb44b06c0412ab74e54984b5b26b5"}, {"url": "http://192.30.9.3:8776/v2/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86bcb5a76e6c464bb4d42c969584d6f2"}, {"url": "http://172.30.9.27:8776/v2/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a391eed816af4966b335005bfe580d70"}], "type": "volumev2", "id": "e16298e148f54e96a50a134ca797deff", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b54cb5b666f74b91b0244b5332fdb3e5"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcc892608bd341e084be203695f810d1"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e980066294c34eb6866e6c4735e84a62"}], "type": "metric", "id": "f3a07a22777a4405b7eaf44da2e73e19", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.27:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1f66095afa4b74b4f26d432f5bfa55"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8dd5f30cc334148a7ed9d5ab68eee9b"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bfe7dd54acd947899871700a40dd0244"}], "type": "event", "id": "f6e223543cae4d9bad10258b0a294f12", "name": "panko"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "9482390a0722494f8852b9f0e2b9de56"}, "audit_ids": ["nHBJVvYxTCOkT-7e7G_Cyw"], "issued_at": "2018-08-15T20:21:43.000000Z"}} 2018-08-15 20:21:43,454 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-15 20:21:43,454 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}74d012ea7b3dfbe89eaa07ce6cb8070fee26de19" 2018-08-15 20:21:43,805 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-e99abc78-6088-454c-a42e-2eaf4ba847ed Date: Wed, 15 Aug 2018 20:21:43 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"fc8ca119-27ab-4070-99fa-a2993d11ee48","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d2c267e1fee9461ba5e64a915b9518f5","status":"ACTIVE","subnets":["3ef75223-733d-425d-bb3e-88e8a796bebc"],"description":"","tags":[],"updated_at":"2018-08-15T17:41:36Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"d2c267e1fee9461ba5e64a915b9518f5","created_at":"2018-08-15T17:16:26Z","provider:network_type":"flat"}]} 2018-08-15 20:21:43,805 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json?router%3Aexternal=True used request id req-e99abc78-6088-454c-a42e-2eaf4ba847ed 2018-08-15 20:21:43,805 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.351379156113s 2018-08-15 20:21:43,806 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json?router%3Aexternal=True used request id req-e99abc78-6088-454c-a42e-2eaf4ba847ed 2018-08-15 20:21:43,809 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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-15 20:21:43,814 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 15 Aug 2018 20:21:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e83a8c00-c998-4a08-b43c-fed2e9d04bd9 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.27:5000/v3/", "rel": "self"}]}]}} 2018-08-15 20:21:43,815 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/ used request id req-e83a8c00-c998-4a08-b43c-fed2e9d04bd9 2018-08-15 20:21:43,815 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-15 20:21:43,819 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}74d012ea7b3dfbe89eaa07ce6cb8070fee26de19" 2018-08-15 20:21:43,996 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:21:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a64dd7c0-2395-4b65-9ab6-669501a107e2 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}, {"description": "", "links": {"self": "http://172.30.9.27:5000/v3/domains/e4bd2a4e6bb349a78f956295c49df949"}, "tags": [], "enabled": true, "id": "e4bd2a4e6bb349a78f956295c49df949", "name": "heat_stack"}], "links": {"self": "http://172.30.9.27:5000/v3/domains", "previous": null, "next": null}} 2018-08-15 20:21:43,996 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains used request id req-a64dd7c0-2395-4b65-9ab6-669501a107e2 2018-08-15 20:21:43,996 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.180616140366s 2018-08-15 20:21:43,997 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains used request id req-a64dd7c0-2395-4b65-9ab6-669501a107e2 2018-08-15 20:21:44,003 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-15 20:21:44,007 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}74d012ea7b3dfbe89eaa07ce6cb8070fee26de19" -d '{"project": {"description": "Created by OPNFV Functest: heat_ims", "enabled": true, "domain_id": "default", "name": "heat_ims-project_9e546dd3-ce1a-4117-ae36-6e5da837d045"}}' 2018-08-15 20:21:44,248 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 15 Aug 2018 20:21:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-93b0be33-d859-4637-a61a-8d82121107ba 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.27:5000/v3/projects/134cf6cfc60c4b0290f266120d6d93be"}, "tags": [], "enabled": true, "id": "134cf6cfc60c4b0290f266120d6d93be", "parent_id": "default", "domain_id": "default", "name": "heat_ims-project_9e546dd3-ce1a-4117-ae36-6e5da837d045"}} 2018-08-15 20:21:44,249 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-93b0be33-d859-4637-a61a-8d82121107ba 2018-08-15 20:21:44,249 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.245164871216s 2018-08-15 20:21:44,249 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-93b0be33-d859-4637-a61a-8d82121107ba 2018-08-15 20:21:44,249 - 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'134cf6cfc60c4b0290f266120d6d93be', '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_9e546dd3-ce1a-4117-ae36-6e5da837d045'}) 2018-08-15 20:21:44,255 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-15 20:21:44,259 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}74d012ea7b3dfbe89eaa07ce6cb8070fee26de19" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "32ecf8cb-6c24-4f65-ac58-958025a32697", "email": null, "name": "heat_ims-user_9e546dd3-ce1a-4117-ae36-6e5da837d045"}}' 2018-08-15 20:21:44,722 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 15 Aug 2018 20:21:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d78871e8-ba7e-4b5b-956c-e1fddbf4a49d Content-Length: 323 Content-Type: application/json RESP BODY: {"user": {"name": "heat_ims-user_9e546dd3-ce1a-4117-ae36-6e5da837d045", "links": {"self": "http://172.30.9.27:5000/v3/users/e7c934d74bea46e895ab59586a943288"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "e7c934d74bea46e895ab59586a943288", "domain_id": "default", "password_expires_at": null}} 2018-08-15 20:21:44,722 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/users used request id req-d78871e8-ba7e-4b5b-956c-e1fddbf4a49d 2018-08-15 20:21:44,722 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.466723918915s 2018-08-15 20:21:44,722 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/users used request id req-d78871e8-ba7e-4b5b-956c-e1fddbf4a49d 2018-08-15 20:21:44,723 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'e7c934d74bea46e895ab59586a943288', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'heat_ims-user_9e546dd3-ce1a-4117-ae36-6e5da837d045'}) 2018-08-15 20:21:44,727 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-15 20:21:44,730 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}74d012ea7b3dfbe89eaa07ce6cb8070fee26de19" 2018-08-15 20:21:44,833 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:21:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9608a75b-4753-4c38-b855-a6634c583f47 Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "021fd4a1fb8b483eb2264cbf5b321379", "links": {"self": "http://172.30.9.27:5000/v3/roles/021fd4a1fb8b483eb2264cbf5b321379"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "16212b6aa60a4fd1b8194c834bae86bf", "links": {"self": "http://172.30.9.27:5000/v3/roles/16212b6aa60a4fd1b8194c834bae86bf"}, "name": "member"}, {"domain_id": null, "id": "1c1e1015ce2644848f1430e3bb28531b", "links": {"self": "http://172.30.9.27:5000/v3/roles/1c1e1015ce2644848f1430e3bb28531b"}, "name": "swiftoperator"}, {"domain_id": null, "id": "382a39dc50214187b99e809cf7222e3c", "links": {"self": "http://172.30.9.27:5000/v3/roles/382a39dc50214187b99e809cf7222e3c"}, "name": "admin"}, {"domain_id": null, "id": "9aed22da25b945dda36dee6e40a0785d", "links": {"self": "http://172.30.9.27:5000/v3/roles/9aed22da25b945dda36dee6e40a0785d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "eeb4436830d24515952401292b7cfc55", "links": {"self": "http://172.30.9.27:5000/v3/roles/eeb4436830d24515952401292b7cfc55"}, "name": "reader"}]} 2018-08-15 20:21:44,834 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-9608a75b-4753-4c38-b855-a6634c583f47 2018-08-15 20:21:44,834 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.106990098953s 2018-08-15 20:21:44,834 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-9608a75b-4753-4c38-b855-a6634c583f47 2018-08-15 20:21:44,839 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-15 20:21:44,843 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}74d012ea7b3dfbe89eaa07ce6cb8070fee26de19" 2018-08-15 20:21:44,986 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:21:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ec93b91d-96b4-4642-8fa4-b733c639d366 Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "021fd4a1fb8b483eb2264cbf5b321379", "links": {"self": "http://172.30.9.27:5000/v3/roles/021fd4a1fb8b483eb2264cbf5b321379"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "16212b6aa60a4fd1b8194c834bae86bf", "links": {"self": "http://172.30.9.27:5000/v3/roles/16212b6aa60a4fd1b8194c834bae86bf"}, "name": "member"}, {"domain_id": null, "id": "1c1e1015ce2644848f1430e3bb28531b", "links": {"self": "http://172.30.9.27:5000/v3/roles/1c1e1015ce2644848f1430e3bb28531b"}, "name": "swiftoperator"}, {"domain_id": null, "id": "382a39dc50214187b99e809cf7222e3c", "links": {"self": "http://172.30.9.27:5000/v3/roles/382a39dc50214187b99e809cf7222e3c"}, "name": "admin"}, {"domain_id": null, "id": "9aed22da25b945dda36dee6e40a0785d", "links": {"self": "http://172.30.9.27:5000/v3/roles/9aed22da25b945dda36dee6e40a0785d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "eeb4436830d24515952401292b7cfc55", "links": {"self": "http://172.30.9.27:5000/v3/roles/eeb4436830d24515952401292b7cfc55"}, "name": "reader"}]} 2018-08-15 20:21:44,986 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-ec93b91d-96b4-4642-8fa4-b733c639d366 2018-08-15 20:21:44,986 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.146318912506s 2018-08-15 20:21:44,987 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-ec93b91d-96b4-4642-8fa4-b733c639d366 2018-08-15 20:21:44,992 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-15 20:21:44,996 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}74d012ea7b3dfbe89eaa07ce6cb8070fee26de19" 2018-08-15 20:21:45,203 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:21:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fdacab23-85ab-44da-b67c-ac8f548f9978 Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "021fd4a1fb8b483eb2264cbf5b321379", "links": {"self": "http://172.30.9.27:5000/v3/roles/021fd4a1fb8b483eb2264cbf5b321379"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "16212b6aa60a4fd1b8194c834bae86bf", "links": {"self": "http://172.30.9.27:5000/v3/roles/16212b6aa60a4fd1b8194c834bae86bf"}, "name": "member"}, {"domain_id": null, "id": "1c1e1015ce2644848f1430e3bb28531b", "links": {"self": "http://172.30.9.27:5000/v3/roles/1c1e1015ce2644848f1430e3bb28531b"}, "name": "swiftoperator"}, {"domain_id": null, "id": "382a39dc50214187b99e809cf7222e3c", "links": {"self": "http://172.30.9.27:5000/v3/roles/382a39dc50214187b99e809cf7222e3c"}, "name": "admin"}, {"domain_id": null, "id": "9aed22da25b945dda36dee6e40a0785d", "links": {"self": "http://172.30.9.27:5000/v3/roles/9aed22da25b945dda36dee6e40a0785d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "eeb4436830d24515952401292b7cfc55", "links": {"self": "http://172.30.9.27:5000/v3/roles/eeb4436830d24515952401292b7cfc55"}, "name": "reader"}]} 2018-08-15 20:21:45,203 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-fdacab23-85ab-44da-b67c-ac8f548f9978 2018-08-15 20:21:45,204 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.210984945297s 2018-08-15 20:21:45,204 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-fdacab23-85ab-44da-b67c-ac8f548f9978 2018-08-15 20:21:45,209 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-15 20:21:45,212 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}74d012ea7b3dfbe89eaa07ce6cb8070fee26de19" 2018-08-15 20:21:45,311 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:21:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-49ba49dc-0e58-47ed-85fa-342103a015bb Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-15 20:21:45,312 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-49ba49dc-0e58-47ed-85fa-342103a015bb 2018-08-15 20:21:45,312 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.102319002151s 2018-08-15 20:21:45,312 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-49ba49dc-0e58-47ed-85fa-342103a015bb 2018-08-15 20:21:45,313 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-15 20:21:45,316 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}74d012ea7b3dfbe89eaa07ce6cb8070fee26de19" 2018-08-15 20:21:45,473 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:21:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d57a1363-a297-4c7b-b663-42a48d93a0af Content-Encoding: gzip Content-Length: 832 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/033f0039d025473a84de241284491a58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "033f0039d025473a84de241284491a58", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/2422d0f285314705b46615565d3917fe"}, "domain_id": "e4bd2a4e6bb349a78f956295c49df949", "enabled": true, "options": {}, "id": "2422d0f285314705b46615565d3917fe", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/2cc8b8ad456045c2a30e4360994a4487"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2cc8b8ad456045c2a30e4360994a4487", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/3c466aad8ead4318838e33dd234eb81d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3c466aad8ead4318838e33dd234eb81d", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/56e811cfd4b242068dd78826118576f4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "56e811cfd4b242068dd78826118576f4", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6fad7e5ef0254b2a9cdb215018bcab91"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6fad7e5ef0254b2a9cdb215018bcab91", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.27:5000/v3/users/7d91ea49860f4c2a8deabf649cf4ed37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d91ea49860f4c2a8deabf649cf4ed37", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/8f968cf4475249f6abf2422d6dd7425f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8f968cf4475249f6abf2422d6dd7425f", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/9482390a0722494f8852b9f0e2b9de56"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9482390a0722494f8852b9f0e2b9de56", "email": "admin@example.com", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.27:5000/v3/users/a36076122cea45c6b3e4aa67c4ca811d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a36076122cea45c6b3e4aa67c4ca811d", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/acda52409b024c95bc0facaa98dbc356"}, "domain_id": "default", "enabled": true, "options": {}, "id": "acda52409b024c95bc0facaa98dbc356", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/b193f8790ad94e46993d7eb01f623f51"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b193f8790ad94e46993d7eb01f623f51", "email": "cinder@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/dba024f1937f490cae2e437356a668d7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dba024f1937f490cae2e437356a668d7", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/e6d2649e935e4b8db8107d76bfb30c3a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e6d2649e935e4b8db8107d76bfb30c3a", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_ims-user_9e546dd3-ce1a-4117-ae36-6e5da837d045", "links": {"self": "http://172.30.9.27:5000/v3/users/e7c934d74bea46e895ab59586a943288"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "e7c934d74bea46e895ab59586a943288", "domain_id": "default", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-08-15 20:21:45,473 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-d57a1363-a297-4c7b-b663-42a48d93a0af 2018-08-15 20:21:45,473 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.159982919693s 2018-08-15 20:21:45,473 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-d57a1363-a297-4c7b-b663-42a48d93a0af 2018-08-15 20:21:45,482 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-15 20:21:45,484 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}74d012ea7b3dfbe89eaa07ce6cb8070fee26de19" 2018-08-15 20:21:45,587 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:21:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-965f7060-f2e1-4c9b-a0bd-25f1e47fbb02 Content-Encoding: gzip Content-Length: 394 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/a3688ea3a7924e1e8a441a00bd79aae5"}, "tags": [], "enabled": true, "id": "a3688ea3a7924e1e8a441a00bd79aae5", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: heat_ims", "links": {"self": "http://172.30.9.27:5000/v3/projects/134cf6cfc60c4b0290f266120d6d93be"}, "tags": [], "enabled": true, "id": "134cf6cfc60c4b0290f266120d6d93be", "parent_id": "default", "domain_id": "default", "name": "heat_ims-project_9e546dd3-ce1a-4117-ae36-6e5da837d045"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.27:5000/v3/projects/d2c267e1fee9461ba5e64a915b9518f5"}, "tags": [], "enabled": true, "id": "d2c267e1fee9461ba5e64a915b9518f5", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-08-15 20:21:45,587 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-965f7060-f2e1-4c9b-a0bd-25f1e47fbb02 2018-08-15 20:21:45,587 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.10470700264s 2018-08-15 20:21:45,588 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-965f7060-f2e1-4c9b-a0bd-25f1e47fbb02 2018-08-15 20:21:45,597 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-15 20:21:45,600 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:5000/v3/role_assignments?user.id=e7c934d74bea46e895ab59586a943288&role.id=16212b6aa60a4fd1b8194c834bae86bf&scope.project.id=134cf6cfc60c4b0290f266120d6d93be" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}74d012ea7b3dfbe89eaa07ce6cb8070fee26de19" 2018-08-15 20:21:45,732 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:21:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9be91cda-4f1a-4231-a7a3-e9a2b7416c14 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.27:5000/v3/role_assignments?user.id=e7c934d74bea46e895ab59586a943288&role.id=16212b6aa60a4fd1b8194c834bae86bf&scope.project.id=134cf6cfc60c4b0290f266120d6d93be", "previous": null, "next": null}} 2018-08-15 20:21:45,732 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=e7c934d74bea46e895ab59586a943288&role.id=16212b6aa60a4fd1b8194c834bae86bf&scope.project.id=134cf6cfc60c4b0290f266120d6d93be used request id req-9be91cda-4f1a-4231-a7a3-e9a2b7416c14 2018-08-15 20:21:45,732 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.135340929031s 2018-08-15 20:21:45,732 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=e7c934d74bea46e895ab59586a943288&role.id=16212b6aa60a4fd1b8194c834bae86bf&scope.project.id=134cf6cfc60c4b0290f266120d6d93be used request id req-9be91cda-4f1a-4231-a7a3-e9a2b7416c14 2018-08-15 20:21:45,736 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-15 20:21:45,739 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:5000/v3/projects/134cf6cfc60c4b0290f266120d6d93be/users/e7c934d74bea46e895ab59586a943288/roles/16212b6aa60a4fd1b8194c834bae86bf -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}74d012ea7b3dfbe89eaa07ce6cb8070fee26de19" 2018-08-15 20:21:45,886 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 15 Aug 2018 20:21:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3ddacff0-bd22-4d28-b3b5-8f735c0d0c54 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-15 20:21:45,886 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/134cf6cfc60c4b0290f266120d6d93be/users/e7c934d74bea46e895ab59586a943288/roles/16212b6aa60a4fd1b8194c834bae86bf used request id req-3ddacff0-bd22-4d28-b3b5-8f735c0d0c54 2018-08-15 20:21:45,886 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.150296926498s 2018-08-15 20:21:45,887 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/134cf6cfc60c4b0290f266120d6d93be/users/e7c934d74bea46e895ab59586a943288/roles/16212b6aa60a4fd1b8194c834bae86bf used request id req-3ddacff0-bd22-4d28-b3b5-8f735c0d0c54 2018-08-15 20:21:45,887 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'heat_ims-project_9e546dd3-ce1a-4117-ae36-6e5da837d045', 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'134cf6cfc60c4b0290f266120d6d93be', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '32ecf8cb-6c24-4f65-ac58-958025a32697', 'username': u'heat_ims-user_9e546dd3-ce1a-4117-ae36-6e5da837d045', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.27:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-08-15 20:21:45,889 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-15 20:21:45,889 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-15 20:21:45,889 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-15 20:21:45,889 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-15 20:21:45,889 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-15 20:21:45,890 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-15 20:21:45,890 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-15 20:21:45,890 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-15 20:21:45,890 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-15 20:21:45,890 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-15 20:21:45,890 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-15 20:21:45,890 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-15 20:21:45,890 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-15 20:21:45,891 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-15 20:21:45,891 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-15 20:21:45,891 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-15 20:21:45,891 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-15 20:21:45,891 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-15 20:21:45,891 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-15 20:21:45,891 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-15 20:21:45,892 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-15 20:21:45,892 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-15 20:21:45,893 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'heat_ims-user_9e546dd3-ce1a-4117-ae36-6e5da837d045', 'password': '32ecf8cb-6c24-4f65-ac58-958025a32697', 'project_name': 'heat_ims-project_9e546dd3-ce1a-4117-ae36-6e5da837d045', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.27:5000/v3', 'project_id': '134cf6cfc60c4b0290f266120d6d93be', 'project_domain_name': 'Default'} 2018-08-15 20:21:45,928 - 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-15 20:21:45,928 - xtesting.ci.run_tests - INFO - Running test case 'heat_ims'... 2018-08-15 20:21:45,934 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-15 20:21:45,937 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}74d012ea7b3dfbe89eaa07ce6cb8070fee26de19" 2018-08-15 20:21:46,043 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:21:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dc0f02a2-a74b-4ade-9e3c-31c1e2c3a6b6 Content-Encoding: gzip Content-Length: 383 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: heat_ims", "links": {"self": "http://172.30.9.27:5000/v3/projects/134cf6cfc60c4b0290f266120d6d93be"}, "tags": [], "enabled": true, "id": "134cf6cfc60c4b0290f266120d6d93be", "parent_id": "default", "domain_id": "default", "name": "heat_ims-project_9e546dd3-ce1a-4117-ae36-6e5da837d045"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/a3688ea3a7924e1e8a441a00bd79aae5"}, "tags": [], "enabled": true, "id": "a3688ea3a7924e1e8a441a00bd79aae5", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.27:5000/v3/projects/d2c267e1fee9461ba5e64a915b9518f5"}, "tags": [], "enabled": true, "id": "d2c267e1fee9461ba5e64a915b9518f5", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-08-15 20:21:46,043 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects used request id req-dc0f02a2-a74b-4ade-9e3c-31c1e2c3a6b6 2018-08-15 20:21:46,043 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.10892701149s 2018-08-15 20:21:46,043 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects used request id req-dc0f02a2-a74b-4ade-9e3c-31c1e2c3a6b6 2018-08-15 20:21:46,045 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.quotas 2018-08-15 20:21:46,046 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/quotas/134cf6cfc60c4b0290f266120d6d93be.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}74d012ea7b3dfbe89eaa07ce6cb8070fee26de19" -d '{"quota": {"security_group": 20, "security_group_rule": 100, "port": 50}}' 2018-08-15 20:21:46,136 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 186 X-Openstack-Request-Id: req-dcb6b618-d11f-49cf-ae49-56706635bfd5 Date: Wed, 15 Aug 2018 20:21:46 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-15 20:21:46,136 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/quotas/134cf6cfc60c4b0290f266120d6d93be.json used request id req-dcb6b618-d11f-49cf-ae49-56706635bfd5 2018-08-15 20:21:46,136 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.quotas in 0.0909540653229s 2018-08-15 20:21:46,137 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/quotas/134cf6cfc60c4b0290f266120d6d93be.json used request id req-dcb6b618-d11f-49cf-ae49-56706635bfd5 2018-08-15 20:21:46,140 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-15 20:21:46,142 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}74d012ea7b3dfbe89eaa07ce6cb8070fee26de19" 2018-08-15 20:21:46,323 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:21:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1a299e43-b7cc-4236-8d08-e0bafbdc6388 Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "021fd4a1fb8b483eb2264cbf5b321379", "links": {"self": "http://172.30.9.27:5000/v3/roles/021fd4a1fb8b483eb2264cbf5b321379"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "16212b6aa60a4fd1b8194c834bae86bf", "links": {"self": "http://172.30.9.27:5000/v3/roles/16212b6aa60a4fd1b8194c834bae86bf"}, "name": "member"}, {"domain_id": null, "id": "1c1e1015ce2644848f1430e3bb28531b", "links": {"self": "http://172.30.9.27:5000/v3/roles/1c1e1015ce2644848f1430e3bb28531b"}, "name": "swiftoperator"}, {"domain_id": null, "id": "382a39dc50214187b99e809cf7222e3c", "links": {"self": "http://172.30.9.27:5000/v3/roles/382a39dc50214187b99e809cf7222e3c"}, "name": "admin"}, {"domain_id": null, "id": "9aed22da25b945dda36dee6e40a0785d", "links": {"self": "http://172.30.9.27:5000/v3/roles/9aed22da25b945dda36dee6e40a0785d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "eeb4436830d24515952401292b7cfc55", "links": {"self": "http://172.30.9.27:5000/v3/roles/eeb4436830d24515952401292b7cfc55"}, "name": "reader"}]} 2018-08-15 20:21:46,323 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-1a299e43-b7cc-4236-8d08-e0bafbdc6388 2018-08-15 20:21:46,324 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.183796882629s 2018-08-15 20:21:46,324 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-1a299e43-b7cc-4236-8d08-e0bafbdc6388 2018-08-15 20:21:46,329 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.roles 2018-08-15 20:21:46,333 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}74d012ea7b3dfbe89eaa07ce6cb8070fee26de19" -d '{"role": {"name": "heat_stack_owner"}}' 2018-08-15 20:21:46,523 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 15 Aug 2018 20:21:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bee71168-1fd1-427a-bff8-3d242caf6527 Content-Length: 187 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "b19d5ebcb5034cfea672602765721038", "links": {"self": "http://172.30.9.27:5000/v3/roles/b19d5ebcb5034cfea672602765721038"}, "name": "heat_stack_owner"}} 2018-08-15 20:21:46,524 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-bee71168-1fd1-427a-bff8-3d242caf6527 2018-08-15 20:21:46,524 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.roles in 0.194776058197s 2018-08-15 20:21:46,524 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-bee71168-1fd1-427a-bff8-3d242caf6527 2018-08-15 20:21:46,527 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-15 20:21:46,530 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}74d012ea7b3dfbe89eaa07ce6cb8070fee26de19" 2018-08-15 20:21:46,633 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:21:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-de10dd2a-2171-4ae6-8d6a-d3ce5e37aa74 Content-Encoding: gzip Content-Length: 414 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "021fd4a1fb8b483eb2264cbf5b321379", "links": {"self": "http://172.30.9.27:5000/v3/roles/021fd4a1fb8b483eb2264cbf5b321379"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "16212b6aa60a4fd1b8194c834bae86bf", "links": {"self": "http://172.30.9.27:5000/v3/roles/16212b6aa60a4fd1b8194c834bae86bf"}, "name": "member"}, {"domain_id": null, "id": "1c1e1015ce2644848f1430e3bb28531b", "links": {"self": "http://172.30.9.27:5000/v3/roles/1c1e1015ce2644848f1430e3bb28531b"}, "name": "swiftoperator"}, {"domain_id": null, "id": "382a39dc50214187b99e809cf7222e3c", "links": {"self": "http://172.30.9.27:5000/v3/roles/382a39dc50214187b99e809cf7222e3c"}, "name": "admin"}, {"domain_id": null, "id": "9aed22da25b945dda36dee6e40a0785d", "links": {"self": "http://172.30.9.27:5000/v3/roles/9aed22da25b945dda36dee6e40a0785d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b19d5ebcb5034cfea672602765721038", "links": {"self": "http://172.30.9.27:5000/v3/roles/b19d5ebcb5034cfea672602765721038"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "eeb4436830d24515952401292b7cfc55", "links": {"self": "http://172.30.9.27:5000/v3/roles/eeb4436830d24515952401292b7cfc55"}, "name": "reader"}]} 2018-08-15 20:21:46,633 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-de10dd2a-2171-4ae6-8d6a-d3ce5e37aa74 2018-08-15 20:21:46,634 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.106046915054s 2018-08-15 20:21:46,634 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-de10dd2a-2171-4ae6-8d6a-d3ce5e37aa74 2018-08-15 20:21:46,639 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-15 20:21:46,642 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}74d012ea7b3dfbe89eaa07ce6cb8070fee26de19" 2018-08-15 20:21:46,738 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:21:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-414d5d73-ea27-4d75-9694-96a5559f7f29 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-15 20:21:46,738 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-414d5d73-ea27-4d75-9694-96a5559f7f29 2018-08-15 20:21:46,738 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.0993070602417s 2018-08-15 20:21:46,739 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-414d5d73-ea27-4d75-9694-96a5559f7f29 2018-08-15 20:21:46,740 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-15 20:21:46,743 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}74d012ea7b3dfbe89eaa07ce6cb8070fee26de19" 2018-08-15 20:21:46,864 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:21:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d4470b98-c23f-49df-a8a2-846963a765ee Content-Encoding: gzip Content-Length: 832 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/033f0039d025473a84de241284491a58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "033f0039d025473a84de241284491a58", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/2422d0f285314705b46615565d3917fe"}, "domain_id": "e4bd2a4e6bb349a78f956295c49df949", "enabled": true, "options": {}, "id": "2422d0f285314705b46615565d3917fe", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/2cc8b8ad456045c2a30e4360994a4487"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2cc8b8ad456045c2a30e4360994a4487", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/3c466aad8ead4318838e33dd234eb81d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3c466aad8ead4318838e33dd234eb81d", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/56e811cfd4b242068dd78826118576f4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "56e811cfd4b242068dd78826118576f4", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6fad7e5ef0254b2a9cdb215018bcab91"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6fad7e5ef0254b2a9cdb215018bcab91", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.27:5000/v3/users/7d91ea49860f4c2a8deabf649cf4ed37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d91ea49860f4c2a8deabf649cf4ed37", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/8f968cf4475249f6abf2422d6dd7425f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8f968cf4475249f6abf2422d6dd7425f", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/9482390a0722494f8852b9f0e2b9de56"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9482390a0722494f8852b9f0e2b9de56", "email": "admin@example.com", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.27:5000/v3/users/a36076122cea45c6b3e4aa67c4ca811d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a36076122cea45c6b3e4aa67c4ca811d", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/acda52409b024c95bc0facaa98dbc356"}, "domain_id": "default", "enabled": true, "options": {}, "id": "acda52409b024c95bc0facaa98dbc356", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/b193f8790ad94e46993d7eb01f623f51"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b193f8790ad94e46993d7eb01f623f51", "email": "cinder@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/dba024f1937f490cae2e437356a668d7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dba024f1937f490cae2e437356a668d7", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/e6d2649e935e4b8db8107d76bfb30c3a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e6d2649e935e4b8db8107d76bfb30c3a", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_ims-user_9e546dd3-ce1a-4117-ae36-6e5da837d045", "links": {"self": "http://172.30.9.27:5000/v3/users/e7c934d74bea46e895ab59586a943288"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "e7c934d74bea46e895ab59586a943288", "domain_id": "default", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-08-15 20:21:46,865 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-d4470b98-c23f-49df-a8a2-846963a765ee 2018-08-15 20:21:46,865 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.125055074692s 2018-08-15 20:21:46,865 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-d4470b98-c23f-49df-a8a2-846963a765ee 2018-08-15 20:21:46,877 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-15 20:21:46,882 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}74d012ea7b3dfbe89eaa07ce6cb8070fee26de19" 2018-08-15 20:21:47,062 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:21:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8cf09070-4a11-4532-b646-351f5245a3e0 Content-Encoding: gzip Content-Length: 394 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/a3688ea3a7924e1e8a441a00bd79aae5"}, "tags": [], "enabled": true, "id": "a3688ea3a7924e1e8a441a00bd79aae5", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: heat_ims", "links": {"self": "http://172.30.9.27:5000/v3/projects/134cf6cfc60c4b0290f266120d6d93be"}, "tags": [], "enabled": true, "id": "134cf6cfc60c4b0290f266120d6d93be", "parent_id": "default", "domain_id": "default", "name": "heat_ims-project_9e546dd3-ce1a-4117-ae36-6e5da837d045"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.27:5000/v3/projects/d2c267e1fee9461ba5e64a915b9518f5"}, "tags": [], "enabled": true, "id": "d2c267e1fee9461ba5e64a915b9518f5", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-08-15 20:21:47,062 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-8cf09070-4a11-4532-b646-351f5245a3e0 2018-08-15 20:21:47,062 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.184417963028s 2018-08-15 20:21:47,062 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-8cf09070-4a11-4532-b646-351f5245a3e0 2018-08-15 20:21:47,069 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-15 20:21:47,072 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:5000/v3/role_assignments?user.id=e7c934d74bea46e895ab59586a943288&role.id=b19d5ebcb5034cfea672602765721038&scope.project.id=134cf6cfc60c4b0290f266120d6d93be" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}74d012ea7b3dfbe89eaa07ce6cb8070fee26de19" 2018-08-15 20:21:47,176 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:21:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-24b1a96c-827a-4417-a8e4-74fe855f4bfb Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.27:5000/v3/role_assignments?user.id=e7c934d74bea46e895ab59586a943288&role.id=b19d5ebcb5034cfea672602765721038&scope.project.id=134cf6cfc60c4b0290f266120d6d93be", "previous": null, "next": null}} 2018-08-15 20:21:47,177 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=e7c934d74bea46e895ab59586a943288&role.id=b19d5ebcb5034cfea672602765721038&scope.project.id=134cf6cfc60c4b0290f266120d6d93be used request id req-24b1a96c-827a-4417-a8e4-74fe855f4bfb 2018-08-15 20:21:47,177 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.107223987579s 2018-08-15 20:21:47,177 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=e7c934d74bea46e895ab59586a943288&role.id=b19d5ebcb5034cfea672602765721038&scope.project.id=134cf6cfc60c4b0290f266120d6d93be used request id req-24b1a96c-827a-4417-a8e4-74fe855f4bfb 2018-08-15 20:21:47,180 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-15 20:21:47,184 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:5000/v3/projects/134cf6cfc60c4b0290f266120d6d93be/users/e7c934d74bea46e895ab59586a943288/roles/b19d5ebcb5034cfea672602765721038 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}74d012ea7b3dfbe89eaa07ce6cb8070fee26de19" 2018-08-15 20:21:47,345 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 15 Aug 2018 20:21:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2112ccff-ebdc-4645-812a-b3bbca98120d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-15 20:21:47,345 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/134cf6cfc60c4b0290f266120d6d93be/users/e7c934d74bea46e895ab59586a943288/roles/b19d5ebcb5034cfea672602765721038 used request id req-2112ccff-ebdc-4645-812a-b3bbca98120d 2018-08-15 20:21:47,346 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.164972066879s 2018-08-15 20:21:47,346 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/134cf6cfc60c4b0290f266120d6d93be/users/e7c934d74bea46e895ab59586a943288/roles/b19d5ebcb5034cfea672602765721038 used request id req-2112ccff-ebdc-4645-812a-b3bbca98120d 2018-08-15 20:21:47,347 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-08-15 20:21:47,347 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-15 20:21:47,354 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:21:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e9ec8791-5519-4f65-9254-80a559c83126 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-08-15 20:21:47,354 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-e9ec8791-5519-4f65-9254-80a559c83126 2018-08-15 20:21:47,354 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-08-15 20:21:47,758 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "16212b6aa60a4fd1b8194c834bae86bf", "name": "member"}, {"id": "b19d5ebcb5034cfea672602765721038", "name": "heat_stack_owner"}, {"id": "eeb4436830d24515952401292b7cfc55", "name": "reader"}], "expires_at": "2018-08-15T21:21:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "134cf6cfc60c4b0290f266120d6d93be", "name": "heat_ims-project_9e546dd3-ce1a-4117-ae36-6e5da837d045"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.37:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "54e3c320cc3142e9824c171afe58d5c6"}, {"url": "http://172.30.9.27:8080/v1/AUTH_134cf6cfc60c4b0290f266120d6d93be", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d00250537b54114937846660f377ed1"}, {"url": "http://12.0.0.37:8080/v1/AUTH_134cf6cfc60c4b0290f266120d6d93be", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c790cb26fd2345ae9bac8a014d10a446"}], "type": "object-store", "id": "17183633b8774ff6a53da32b47c89b3c", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94631698a9884eb1bf4cb245c6f37b80"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c23f2a003e874719a2f1c41f92405a45"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e97257b46cb8440080352cd841246c5d"}], "type": "cloudformation", "id": "2dec96c2934d43bdbe2e431ef0b53392", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/134cf6cfc60c4b0290f266120d6d93be", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "287c0315393e4b22a228912ca3b004cc"}, {"url": "http://192.30.9.3:8776/v3/134cf6cfc60c4b0290f266120d6d93be", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62769da517ac4f44b88a6118413b8c30"}, {"url": "http://192.30.9.3:8776/v3/134cf6cfc60c4b0290f266120d6d93be", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c0b30400cd648249ab0a6a17cf1ebc1"}], "type": "volumev3", "id": "363b885c3f174fbfb4f17da9d41f332d", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d6cb188f65e4f77bab04c3d99f9469f"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70f7ced028794432bef835264c84489c"}, {"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77dd5cfb1dac4b31b21d705ba420c355"}], "type": "network", "id": "51b7a44223114d149d5300ae5b6d97ae", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19071864a1b848cc93bca3b1e1955c3f"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bc0345e40a36459fbc009797a6517deb"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5c7966f4757438480f39866a31a0265"}], "type": "image", "id": "5540e06daad441aa911fd4cb4d76f8d3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "68ad1d76386d437089226a0562004a39", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "03f40cbac74c4aafb48b4dd360509f6a"}, {"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18ed3fa9a0894200abaf76b71abfd912"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3d96a0aa5c344cb8ba659332ed497e85"}], "type": "identity", "id": "8096ce39bbf24c1683621ee563324790", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f60ea793ee64fc9a3d9a2d2ad889bd0"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7c9770175fc45379f2c2d142062b2c3"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e944b22c50da41179f2e29ce558807c1"}], "type": "compute", "id": "b3040d5c7e224dbca86f421bddd758e1", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5aad7caa3e6f4a35b9abdf5d46190371"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8b8b8bcfb3b40e5be77e13a4d2dda19"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d33016e2f5be49c28efb9905db488d41"}], "type": "placement", "id": "bb3127ed06e54fda901ea2348ddb72da", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/134cf6cfc60c4b0290f266120d6d93be", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "576142509dfd46c591c5e83bed8ffcc7"}, {"url": "http://192.30.9.3:8776/v1/134cf6cfc60c4b0290f266120d6d93be", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cabe2973ef9144da9850a630dd2aedd5"}, {"url": "http://172.30.9.27:8776/v1/134cf6cfc60c4b0290f266120d6d93be", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eb71f3f602d443c9a8605a7ff2e8aa8e"}], "type": "volume", "id": "becfeedd42e344c085611f3c7c465a3f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.3:8004/v1/134cf6cfc60c4b0290f266120d6d93be", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "156b8e560e534c82a1d320da86608a19"}, {"url": "http://192.30.9.3:8004/v1/134cf6cfc60c4b0290f266120d6d93be", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59154cecf6a54eb08ecc63bf95dca042"}, {"url": "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f3aa5c8697e449f99c2cfbe2a371cab7"}], "type": "orchestration", "id": "c4334130b6d54a75804fe3f11a3b9e3e", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "39db2ebb65ae42659440fd9845949a6c"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ad23d2a65e74e3c87b1488af1f9f9ac"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d07664cbebb49149819cf7a6b20edb4"}], "type": "alarming", "id": "d878aa5c6b584d53a039f6a680fb6e8b", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/134cf6cfc60c4b0290f266120d6d93be", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e2bb44b06c0412ab74e54984b5b26b5"}, {"url": "http://192.30.9.3:8776/v2/134cf6cfc60c4b0290f266120d6d93be", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86bcb5a76e6c464bb4d42c969584d6f2"}, {"url": "http://172.30.9.27:8776/v2/134cf6cfc60c4b0290f266120d6d93be", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a391eed816af4966b335005bfe580d70"}], "type": "volumev2", "id": "e16298e148f54e96a50a134ca797deff", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b54cb5b666f74b91b0244b5332fdb3e5"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcc892608bd341e084be203695f810d1"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e980066294c34eb6866e6c4735e84a62"}], "type": "metric", "id": "f3a07a22777a4405b7eaf44da2e73e19", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.27:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1f66095afa4b74b4f26d432f5bfa55"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8dd5f30cc334148a7ed9d5ab68eee9b"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bfe7dd54acd947899871700a40dd0244"}], "type": "event", "id": "f6e223543cae4d9bad10258b0a294f12", "name": "panko"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "heat_ims-user_9e546dd3-ce1a-4117-ae36-6e5da837d045", "id": "e7c934d74bea46e895ab59586a943288"}, "audit_ids": ["8D4ptEVDQ2-h7TPAlffyPA"], "issued_at": "2018-08-15T20:21:47.000000Z"}} 2018-08-15 20:21:47,761 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/os-keypairs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" -d '{"keypair": {"name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045"}}' 2018-08-15 20:21:48,113 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:21:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-280aa696-cb38-48a1-b6c6-6d04412f8140 x-compute-request-id: req-280aa696-cb38-48a1-b6c6-6d04412f8140 Content-Encoding: gzip Content-Length: 1805 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDmqQYVq9i2YRr5Vc2F4fF1aVvg5Dh4NxnW67qR0zjToLlibr+Wss+U0qGPp3MYL3E84uJTKdBOimNDy5nClyPIvXuNYTC5vvx5YYrvRvZszft1eShJT3sI27+Z/5mQnMZrDSLjdEenHvYxbLCspc9AsnalpTshslRvOjfXMFX6NqGviN2HflxUmQ6vdYQJhTKEoTqorwFS85CE8w+QEzeO8QJ9QaOxaSKltSFJq2PHZtWM1UTQvsTFd/4vrWAeprSLW07Ptyvhx2+1oc9VMMdQ+MxuBWY9DMpvOr1uuTTQZ+APMs5aRnuyrjJVVgt1t9N/B3nqL6TEJWu4rgAet2V7 Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEA5qkGFavYtmEa+VXNheHxdWlb4OQ4eDcZ1uu6kdM406C5Ym6/\nlrLPlNKhj6dzGC9xPOLiUynQTopjQ8uZwpcjyL17jWEwub78eWGK70b2bM37dXko\nSU97CNu/mf+ZkJzGaw0i43RHpx72MWywrKXPQLJ2paU7IbJUbzo31zBV+jahr4jd\nh35cVJkOr3WECYUyhKE6qK8BUvOQhPMPkBM3jvECfUGjsWkipbUhSatjx2bVjNVE\n0L7ExXf+L61gHqa0i1tOz7cr4cdvtaHPVTDHUPjMbgVmPQzKbzq9brk00GfgDzLO\nWkZ7sq4yVVYLdbfTfwd56i+kxCVruK4AHrdlewIDAQABAoIBAErbbfsYg0NlLlDe\n9M1Pb4JwR/4rctwo3bzvUeRDjXy4+5EjahApRc8BsKcja+ncc76Tz2m39z+WD/MP\nn34UeOuL+w3+DccqYVuvOVzARfc3vjT4tgdcwQw17O+4kQjqqEZTxA/XS+3D0Zhm\nssvFIAbaJEFL523fJyHV3gt7R1vlQzOJSwuI2i/W1zDg0QvyiCtMYKP4Zrcv6OYy\nwTSSYiMTKNsP6dOs/ym/tU1VueLXNvnU455fgGWneeVFiEp3R7RBNZ9EiI0uBOg0\nL0xqsHfjdWYJ2/8bT/PneVagyFb/ut7Lhq4CCcMZ9vlQ4ay+h9TRRJKW1XS6QLaK\n1Z4F+HkCgYEA+t4sTj7U6jhs5SDjKIOndqaR1FJGDnmjQZvG3t0uF3SYGf+hl/85\ntjuthZMubwanWs8mGftdo/tHzJwDkWHXFoLY1UxLv9YCyL3X/p6Q9qX9MMWX2mn3\nWYR3b+z1nMSgQVxx+Joajcjg1VCFhzGE8PClwOt4a9/qn7EQObboL1UCgYEA62EF\nVnNU8TeRGS3MvxofTmMmpIA2Ja7g07fQ4MYcIoExonLnU3MIbYZK4OWfNW3dZFEY\nKqNFVst3M4Fyfnet/3Xrr3dhppgObwVBf4iJleAsEA4SQzKsHFjwIpJ7IsRX78rh\nmqVh17qNDXGHMRBhSj6j234jm8l5+3SJx+M/IY8CgYB2dxwtBva8dFDYEqOyqhkW\nqqoKvZ9fjolNniZXb9MoOGLrRBAnGttB9wSGI26190poU5IGivE5UpwhPztgF/fe\nJYQHlbPfr0w5R40MLA0ArHnX4jdHaOrpVuif7iI+GYwj0WfwobUQZ1/k29Vydiv1\nK27an1eKeX7uUkr7NiiG0QKBgQCg0YwdEfWiTa3kfydaFlX3b8USNctJGd/gp8Ge\nIZ1NcengrRMiMAE9G7kDSb/qeGMATGvvjdgtQhzyYupAQDLwzLe4Dh/4/AE4l2W1\n5iri7OQOIB8YLIHtaFLBvEVHbtEKNBrKV16vT3VaDwwoWKGwYXYA3IElypV+WZRd\nrwUOPwKBgDKVn2QSZx/jQNac1HT96+HLJ1lzqCmUuMsn96GUlgDFzlR8GQ94sqpv\nJcgELu77Zvqskth6epAQKeq0IOYm0cBjOalhJFhiicA5PtIiClz41bmWLU5gGnUq\nLtBgyYjMgOkKu5CXRYKCNBvwfo8uTyLlNCldpwcgzoqJH0gGusBW\n-----END RSA PRIVATE KEY-----\n", "user_id": "e7c934d74bea46e895ab59586a943288", "name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "fingerprint": "cb:82:2f:b5:6b:67:db:9f:f1:98:9f:eb:b7:58:bb:2c"}} 2018-08-15 20:21:48,113 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/os-keypairs used request id req-280aa696-cb38-48a1-b6c6-6d04412f8140 2018-08-15 20:21:48,113 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.766403913498s 2018-08-15 20:21:48,114 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/os-keypairs used request id req-280aa696-cb38-48a1-b6c6-6d04412f8140 2018-08-15 20:21:48,114 - functest.opnfv_tests.vnf.ims.heat_ims - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDmqQYVq9i2YRr5Vc2F4fF1aVvg5Dh4NxnW67qR0zjToLlibr+Wss+U0qGPp3MYL3E84uJTKdBOimNDy5nClyPIvXuNYTC5vvx5YYrvRvZszft1eShJT3sI27+Z/5mQnMZrDSLjdEenHvYxbLCspc9AsnalpTshslRvOjfXMFX6NqGviN2HflxUmQ6vdYQJhTKEoTqorwFS85CE8w+QEzeO8QJ9QaOxaSKltSFJq2PHZtWM1UTQvsTFd/4vrWAeprSLW07Ptyvhx2+1oc9VMMdQ+MxuBWY9DMpvOr1uuTTQZ+APMs5aRnuyrjJVVgt1t9N/B3nqL6TEJWu4rgAet2V7 Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEA5qkGFavYtmEa+VXNheHxdWlb4OQ4eDcZ1uu6kdM406C5Ym6/\nlrLPlNKhj6dzGC9xPOLiUynQTopjQ8uZwpcjyL17jWEwub78eWGK70b2bM37dXko\nSU97CNu/mf+ZkJzGaw0i43RHpx72MWywrKXPQLJ2paU7IbJUbzo31zBV+jahr4jd\nh35cVJkOr3WECYUyhKE6qK8BUvOQhPMPkBM3jvECfUGjsWkipbUhSatjx2bVjNVE\n0L7ExXf+L61gHqa0i1tOz7cr4cdvtaHPVTDHUPjMbgVmPQzKbzq9brk00GfgDzLO\nWkZ7sq4yVVYLdbfTfwd56i+kxCVruK4AHrdlewIDAQABAoIBAErbbfsYg0NlLlDe\n9M1Pb4JwR/4rctwo3bzvUeRDjXy4+5EjahApRc8BsKcja+ncc76Tz2m39z+WD/MP\nn34UeOuL+w3+DccqYVuvOVzARfc3vjT4tgdcwQw17O+4kQjqqEZTxA/XS+3D0Zhm\nssvFIAbaJEFL523fJyHV3gt7R1vlQzOJSwuI2i/W1zDg0QvyiCtMYKP4Zrcv6OYy\nwTSSYiMTKNsP6dOs/ym/tU1VueLXNvnU455fgGWneeVFiEp3R7RBNZ9EiI0uBOg0\nL0xqsHfjdWYJ2/8bT/PneVagyFb/ut7Lhq4CCcMZ9vlQ4ay+h9TRRJKW1XS6QLaK\n1Z4F+HkCgYEA+t4sTj7U6jhs5SDjKIOndqaR1FJGDnmjQZvG3t0uF3SYGf+hl/85\ntjuthZMubwanWs8mGftdo/tHzJwDkWHXFoLY1UxLv9YCyL3X/p6Q9qX9MMWX2mn3\nWYR3b+z1nMSgQVxx+Joajcjg1VCFhzGE8PClwOt4a9/qn7EQObboL1UCgYEA62EF\nVnNU8TeRGS3MvxofTmMmpIA2Ja7g07fQ4MYcIoExonLnU3MIbYZK4OWfNW3dZFEY\nKqNFVst3M4Fyfnet/3Xrr3dhppgObwVBf4iJleAsEA4SQzKsHFjwIpJ7IsRX78rh\nmqVh17qNDXGHMRBhSj6j234jm8l5+3SJx+M/IY8CgYB2dxwtBva8dFDYEqOyqhkW\nqqoKvZ9fjolNniZXb9MoOGLrRBAnGttB9wSGI26190poU5IGivE5UpwhPztgF/fe\nJYQHlbPfr0w5R40MLA0ArHnX4jdHaOrpVuif7iI+GYwj0WfwobUQZ1/k29Vydiv1\nK27an1eKeX7uUkr7NiiG0QKBgQCg0YwdEfWiTa3kfydaFlX3b8USNctJGd/gp8Ge\nIZ1NcengrRMiMAE9G7kDSb/qeGMATGvvjdgtQhzyYupAQDLwzLe4Dh/4/AE4l2W1\n5iri7OQOIB8YLIHtaFLBvEVHbtEKNBrKV16vT3VaDwwoWKGwYXYA3IElypV+WZRd\nrwUOPwKBgDKVn2QSZx/jQNac1HT96+HLJ1lzqCmUuMsn96GUlgDFzlR8GQ94sqpv\nJcgELu77Zvqskth6epAQKeq0IOYm0cBjOalhJFhiicA5PtIiClz41bmWLU5gGnUq\nLtBgyYjMgOkKu5CXRYKCNBvwfo8uTyLlNCldpwcgzoqJH0gGusBW\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'e7c934d74bea46e895ab59586a943288', 'name': u'heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045', 'created_at': '2018-08-15T20:21:48.114834', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'134cf6cfc60c4b0290f266120d6d93be', 'name': 'heat_ims-project_9e546dd3-ce1a-4117-ae36-6e5da837d045', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'cb:82:2f:b5:6b:67:db:9f:f1:98:9f:eb:b7:58:bb:2c', 'type': 'ssh', 'id': u'heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045'}) 2018-08-15 20:21:48,115 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img 2018-08-15 20:21:50,571 - shade - DEBUG - Image file /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img md5:d7ba271c24da7bd727354314039ce602 sha256:8a5bc3fdf061a08326c1ce8f48bb660eec107547806d0401c5681e49e710a555 2018-08-15 20:21:50,574 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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-15 20:21:50,579 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Wed, 15 Aug 2018 20:21:50 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}]} 2018-08-15 20:21:50,582 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-15 20:21:50,584 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" 2018-08-15 20:21:50,860 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-85ba433c-9ef0-461d-9d81-9fd8d764a256 Date: Wed, 15 Aug 2018 20:21:50 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-15 20:21:50,860 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-85ba433c-9ef0-461d-9d81-9fd8d764a256 2018-08-15 20:21:50,860 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.277546167374s 2018-08-15 20:21:50,860 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-85ba433c-9ef0-461d-9d81-9fd8d764a256 2018-08-15 20:21:50,868 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-15 20:21:50,871 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" -d '{"owner_specified.shade.md5": "d7ba271c24da7bd727354314039ce602", "owner_specified.shade.sha256": "8a5bc3fdf061a08326c1ce8f48bb660eec107547806d0401c5681e49e710a555", "owner_specified.shade.object": "images/heat_ims-img_alt_9e546dd3-ce1a-4117-ae36-6e5da837d045", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "heat_ims-img_alt_9e546dd3-ce1a-4117-ae36-6e5da837d045"}' 2018-08-15 20:21:50,935 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 941 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/8c261b69-581d-4db7-9afd-3818fc0bf702 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-90a5eb33-4e81-468e-9db3-3aaa7550d277 Date: Wed, 15 Aug 2018 20:21:50 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-15T20:21:50Z", "file": "/v2/images/8c261b69-581d-4db7-9afd-3818fc0bf702/file", "owner": "134cf6cfc60c4b0290f266120d6d93be", "id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "size": null, "self": "/v2/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "8a5bc3fdf061a08326c1ce8f48bb660eec107547806d0401c5681e49e710a555", "locations": [], "visibility": "private", "owner_specified.shade.object": "images/heat_ims-img_alt_9e546dd3-ce1a-4117-ae36-6e5da837d045", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d7ba271c24da7bd727354314039ce602", "name": "heat_ims-img_alt_9e546dd3-ce1a-4117-ae36-6e5da837d045", "checksum": null, "created_at": "2018-08-15T20:21:50Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-15 20:21:50,935 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-90a5eb33-4e81-468e-9db3-3aaa7550d277 2018-08-15 20:21:50,935 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0671479701996s 2018-08-15 20:21:50,935 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-90a5eb33-4e81-468e-9db3-3aaa7550d277 returning object 8c261b69-581d-4db7-9afd-3818fc0bf702 2018-08-15 20:21:50,936 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-15 20:21:50,940 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9292/v2/images/8c261b69-581d-4db7-9afd-3818fc0bf702/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}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" -d '' 2018-08-15 20:21:55,375 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-2dbfd98b-4560-48e2-8eae-7655662e42c6 Date: Wed, 15 Aug 2018 20:21: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-15 20:21:55,376 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/8c261b69-581d-4db7-9afd-3818fc0bf702/file used request id req-2dbfd98b-4560-48e2-8eae-7655662e42c6 2018-08-15 20:21:55,376 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 4.43947291374s 2018-08-15 20:21:55,376 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/8c261b69-581d-4db7-9afd-3818fc0bf702/file used request id req-2dbfd98b-4560-48e2-8eae-7655662e42c6 2018-08-15 20:21:55,380 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-15 20:21:55,384 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" 2018-08-15 20:21:55,417 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1402 Content-Type: application/json X-Openstack-Request-Id: req-ea83e97c-7d5d-4506-bae1-f4f5e9f174b9 Date: Wed, 15 Aug 2018 20:21:55 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-15T20:21:55Z", "file": "/v2/images/8c261b69-581d-4db7-9afd-3818fc0bf702/file", "owner": "134cf6cfc60c4b0290f266120d6d93be", "id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "size": 263324160, "self": "/v2/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/8c261b69-581d-4db7-9afd-3818fc0bf702/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "8a5bc3fdf061a08326c1ce8f48bb660eec107547806d0401c5681e49e710a555", "locations": [{"url": "rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/8c261b69-581d-4db7-9afd-3818fc0bf702/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/heat_ims-img_alt_9e546dd3-ce1a-4117-ae36-6e5da837d045", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d7ba271c24da7bd727354314039ce602", "name": "heat_ims-img_alt_9e546dd3-ce1a-4117-ae36-6e5da837d045", "checksum": "d7ba271c24da7bd727354314039ce602", "created_at": "2018-08-15T20:21:50Z", "os_hidden": false, "protected": false, "os_hash_value": "c7186c493b45e03a3d4fb45863d0be88fa34d1e960098a7303cdc88af5e043f547c4a4c85be80eef584e8ed98e3d8de823928c5fb6aa99a8342e3347b0cef4a5"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-15 20:21:55,417 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-ea83e97c-7d5d-4506-bae1-f4f5e9f174b9 2018-08-15 20:21:55,417 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0366809368134s 2018-08-15 20:21:55,417 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-ea83e97c-7d5d-4506-bae1-f4f5e9f174b9 2018-08-15 20:21:55,419 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/8c261b69-581d-4db7-9afd-3818fc0bf702/snap', u'metadata': Munch({})})], 'file': u'/v2/images/8c261b69-581d-4db7-9afd-3818fc0bf702/file', 'owner': u'134cf6cfc60c4b0290f266120d6d93be', 'id': u'8c261b69-581d-4db7-9afd-3818fc0bf702', 'size': 263324160, u'self': u'/v2/images/8c261b69-581d-4db7-9afd-3818fc0bf702', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'134cf6cfc60c4b0290f266120d6d93be', 'name': 'heat_ims-project_9e546dd3-ce1a-4117-ae36-6e5da837d045', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/8c261b69-581d-4db7-9afd-3818fc0bf702/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-15T20:21:55Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-15T20:21:55Z', u'owner_specified.shade.sha256': u'8a5bc3fdf061a08326c1ce8f48bb660eec107547806d0401c5681e49e710a555', u'owner_specified.shade.object': u'images/heat_ims-img_alt_9e546dd3-ce1a-4117-ae36-6e5da837d045', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'd7ba271c24da7bd727354314039ce602', 'properties': {u'os_hash_value': u'c7186c493b45e03a3d4fb45863d0be88fa34d1e960098a7303cdc88af5e043f547c4a4c85be80eef584e8ed98e3d8de823928c5fb6aa99a8342e3347b0cef4a5', u'self': u'/v2/images/8c261b69-581d-4db7-9afd-3818fc0bf702', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'8a5bc3fdf061a08326c1ce8f48bb660eec107547806d0401c5681e49e710a555', u'owner_specified.shade.object': u'images/heat_ims-img_alt_9e546dd3-ce1a-4117-ae36-6e5da837d045', u'owner_specified.shade.md5': u'd7ba271c24da7bd727354314039ce602', u'schema': u'/v2/schemas/image'}, 'name': u'heat_ims-img_alt_9e546dd3-ce1a-4117-ae36-6e5da837d045', 'created': u'2018-08-15T20:21:50Z', 'checksum': u'd7ba271c24da7bd727354314039ce602', 'created_at': u'2018-08-15T20:21:50Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'c7186c493b45e03a3d4fb45863d0be88fa34d1e960098a7303cdc88af5e043f547c4a4c85be80eef584e8ed98e3d8de823928c5fb6aa99a8342e3347b0cef4a5', 'metadata': {u'os_hash_value': u'c7186c493b45e03a3d4fb45863d0be88fa34d1e960098a7303cdc88af5e043f547c4a4c85be80eef584e8ed98e3d8de823928c5fb6aa99a8342e3347b0cef4a5', u'self': u'/v2/images/8c261b69-581d-4db7-9afd-3818fc0bf702', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'8a5bc3fdf061a08326c1ce8f48bb660eec107547806d0401c5681e49e710a555', u'owner_specified.shade.object': u'images/heat_ims-img_alt_9e546dd3-ce1a-4117-ae36-6e5da837d045', u'owner_specified.shade.md5': u'd7ba271c24da7bd727354314039ce602', u'schema': u'/v2/schemas/image'}}) 2018-08-15 20:21:55,420 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-15 20:21:55,423 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}74d012ea7b3dfbe89eaa07ce6cb8070fee26de19" -d '{"flavor": {"vcpus": 2, "ram": 2048, "name": "heat_ims-flavor_alt_9e546dd3-ce1a-4117-ae36-6e5da837d045", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 25, "id": null, "swap": 0}}' 2018-08-15 20:21:55,706 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:21: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-635259f9-192f-4b5a-975e-d03c47fbeb8e x-compute-request-id: req-635259f9-192f-4b5a-975e-d03c47fbeb8e Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"flavor": {"name": "heat_ims-flavor_alt_9e546dd3-ce1a-4117-ae36-6e5da837d045", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "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": "96fb1ce7-8528-40c6-bf7c-d3fd38601875"}} 2018-08-15 20:21:55,706 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-635259f9-192f-4b5a-975e-d03c47fbeb8e 2018-08-15 20:21:55,706 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.285659074783s 2018-08-15 20:21:55,706 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-635259f9-192f-4b5a-975e-d03c47fbeb8e 2018-08-15 20:21:55,707 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'heat_ims-flavor_alt_9e546dd3-ce1a-4117-ae36-6e5da837d045', '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'a3688ea3a7924e1e8a441a00bd79aae5', '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'96fb1ce7-8528-40c6-bf7c-d3fd38601875', 'swap': 0}) 2018-08-15 20:21:55,708 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-15 20:21:55,710 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875/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}74d012ea7b3dfbe89eaa07ce6cb8070fee26de19" -d '{"extra_specs": {}}' 2018-08-15 20:21:55,727 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:21: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-3f7910bd-c41f-4d62-a772-d8cdf9bb56d7 x-compute-request-id: req-3f7910bd-c41f-4d62-a772-d8cdf9bb56d7 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-15 20:21:55,727 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875/os-extra_specs used request id req-3f7910bd-c41f-4d62-a772-d8cdf9bb56d7 2018-08-15 20:21:55,727 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0193731784821s 2018-08-15 20:21:55,727 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875/os-extra_specs used request id req-3f7910bd-c41f-4d62-a772-d8cdf9bb56d7 2018-08-15 20:21:55,727 - functest.opnfv_tests.vnf.ims.heat_ims - INFO - Create Heat Stack 2018-08-15 20:21:56,570 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.POST.stacks 2018-08-15 20:21:56,573 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/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}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" -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_9e546dd3-ce1a-4117-ae36-6e5da837d045", "image": "heat_ims-img_alt_9e546dd3-ce1a-4117-ae36-6e5da837d045", "public_sig_net_id": "fc8ca119-27ab-4070-99fa-a2993d11ee48", "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": "fc8ca119-27ab-4070-99fa-a2993d11ee48", "flavor": "heat_ims-flavor_alt_9e546dd3-ce1a-4117-ae36-6e5da837d045", "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-15 20:22:02,582 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 15 Aug 2018 20:21:56 GMT Server: Apache x-openstack-request-id: req-0c2828a3-ff1e-4d86-9d11-b8887bfc24df Location: http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc Content-Length: 217 Content-Type: application/json RESP BODY: {"stack": {"id": "b45c2a9f-03f4-4ded-917d-30870e43d5dc", "links": [{"href": "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc", "rel": "self"}]}} 2018-08-15 20:22:02,582 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks used request id req-0c2828a3-ff1e-4d86-9d11-b8887bfc24df 2018-08-15 20:22:02,582 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.POST.stacks in 6.01185393333s 2018-08-15 20:22:02,582 - shade.request_ids - DEBUG - POST call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks used request id req-0c2828a3-ff1e-4d86-9d11-b8887bfc24df 2018-08-15 20:22:02,583 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-15 20:22:02,586 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/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}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" 2018-08-15 20:22:03,287 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 15 Aug 2018 20:22:02 GMT Server: Apache x-openstack-request-id: req-2a6678eb-0e21-42f6-bda7-7f7a3e705f97 Location: http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/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-15 20:22:04,082 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:22:03 GMT Server: Apache x-openstack-request-id: req-15f96d60-e187-41cb-b95f-bae0c4e84f9b Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 498 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "clearwater-opnfv", "event_time": "2018-08-15T20:22:02Z", "links": [{"href": "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/resources/clearwater-opnfv/events/ae45c0bd-5f09-4139-a4d4-1f37f1151ec2", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/resources/clearwater-opnfv", "rel": "resource"}, {"href": "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc", "rel": "stack"}], "logical_resource_id": "clearwater-opnfv", "resource_status_reason": "Stack CREATE started", "resource_status": "CREATE_IN_PROGRESS", "physical_resource_id": "b45c2a9f-03f4-4ded-917d-30870e43d5dc", "id": "ae45c0bd-5f09-4139-a4d4-1f37f1151ec2"}, {"resource_name": "sig_network", "event_time": "2018-08-15T20:22:02Z", "links": [{"href": "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/resources/sig_network/events/e0052470-d034-4b3a-8dfb-6d7b71ae834c", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/resources/sig_network", "rel": "resource"}, {"href": "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc", "rel": "stack"}], "logical_resource_id": "sig_network", "resource_status_reason": "state changed", "resource_status": "CREATE_IN_PROGRESS", "physical_resource_id": "clearwater-opnfv-sig_network-jgcy65cjo5u4", "id": "e0052470-d034-4b3a-8dfb-6d7b71ae834c"}, {"resource_name": "mgmt_network", "event_time": "2018-08-15T20:22:04Z", "links": [{"href": "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/resources/mgmt_network/events/341ba066-1c1b-424d-9000-72bdd9fdd634", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/resources/mgmt_network", "rel": "resource"}, {"href": "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc", "rel": "stack"}], "logical_resource_id": "mgmt_network", "resource_status_reason": "state changed", "resource_status": "CREATE_IN_PROGRESS", "physical_resource_id": "clearwater-opnfv-mgmt_network-u5nzxmav2mhs", "id": "341ba066-1c1b-424d-9000-72bdd9fdd634"}]} 2018-08-15 20:22:04,083 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?sort_dir=asc&sort_dir=asc used request id req-15f96d60-e187-41cb-b95f-bae0c4e84f9b 2018-08-15 20:22:04,083 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 1.49968099594s 2018-08-15 20:22:04,083 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?sort_dir=asc&sort_dir=asc used request id req-15f96d60-e187-41cb-b95f-bae0c4e84f9b 2018-08-15 20:22:09,090 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-15 20:22:09,094 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/events?marker=341ba066-1c1b-424d-9000-72bdd9fdd634&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}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" 2018-08-15 20:22:09,871 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 15 Aug 2018 20:22:09 GMT Server: Apache x-openstack-request-id: req-6d33839b-f5bd-4ee1-b788-dc558cd231db Location: http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=341ba066-1c1b-424d-9000-72bdd9fdd634&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-15 20:22:10,777 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:22:09 GMT Server: Apache x-openstack-request-id: req-cb1e1e84-3d94-4b84-93dc-e2f67030b1b2 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 358 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "security_groups", "event_time": "2018-08-15T20:22:05Z", "links": [{"href": "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/resources/security_groups/events/73b494db-d447-4be3-8e34-c5a29e2b7736", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/resources/security_groups", "rel": "resource"}, {"href": "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc", "rel": "stack"}], "logical_resource_id": "security_groups", "resource_status_reason": "state changed", "resource_status": "CREATE_IN_PROGRESS", "physical_resource_id": "clearwater-opnfv-security_groups-flsvj4hzlcfx", "id": "73b494db-d447-4be3-8e34-c5a29e2b7736"}]} 2018-08-15 20:22:10,778 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=341ba066-1c1b-424d-9000-72bdd9fdd634&sort_dir=asc&marker=341ba066-1c1b-424d-9000-72bdd9fdd634&sort_dir=asc used request id req-cb1e1e84-3d94-4b84-93dc-e2f67030b1b2 2018-08-15 20:22:10,778 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 1.68723487854s 2018-08-15 20:22:10,778 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=341ba066-1c1b-424d-9000-72bdd9fdd634&sort_dir=asc&marker=341ba066-1c1b-424d-9000-72bdd9fdd634&sort_dir=asc used request id req-cb1e1e84-3d94-4b84-93dc-e2f67030b1b2 2018-08-15 20:22:15,784 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-15 20:22:15,788 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/events?marker=73b494db-d447-4be3-8e34-c5a29e2b7736&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}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" 2018-08-15 20:22:16,464 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 15 Aug 2018 20:22:15 GMT Server: Apache x-openstack-request-id: req-b28e60ad-6838-4abe-89f7-b9a50b5e02ce Location: http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=73b494db-d447-4be3-8e34-c5a29e2b7736&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-15 20:22:17,187 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:22:16 GMT Server: Apache x-openstack-request-id: req-4ac66396-f2bb-411f-ac7e-2f33c8466619 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 447 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "sig_network", "event_time": "2018-08-15T20:22:13Z", "links": [{"href": "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/resources/sig_network/events/3aab4ca1-e33b-47b9-be0c-dc707247672e", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/resources/sig_network", "rel": "resource"}, {"href": "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc", "rel": "stack"}], "logical_resource_id": "sig_network", "resource_status_reason": "state changed", "resource_status": "CREATE_COMPLETE", "physical_resource_id": "ad588f40-f6b2-444d-b611-6e7076b9f18a", "id": "3aab4ca1-e33b-47b9-be0c-dc707247672e"}, {"resource_name": "mgmt_network", "event_time": "2018-08-15T20:22:16Z", "links": [{"href": "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/resources/mgmt_network/events/64dfaed4-f174-42d3-b375-6307814b5d5e", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/resources/mgmt_network", "rel": "resource"}, {"href": "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc", "rel": "stack"}], "logical_resource_id": "mgmt_network", "resource_status_reason": "state changed", "resource_status": "CREATE_COMPLETE", "physical_resource_id": "f831d8cb-531a-4d0b-9cc3-0d566352f655", "id": "64dfaed4-f174-42d3-b375-6307814b5d5e"}]} 2018-08-15 20:22:17,187 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=73b494db-d447-4be3-8e34-c5a29e2b7736&sort_dir=asc&marker=73b494db-d447-4be3-8e34-c5a29e2b7736&sort_dir=asc used request id req-4ac66396-f2bb-411f-ac7e-2f33c8466619 2018-08-15 20:22:17,187 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 1.40241408348s 2018-08-15 20:22:17,187 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=73b494db-d447-4be3-8e34-c5a29e2b7736&sort_dir=asc&marker=73b494db-d447-4be3-8e34-c5a29e2b7736&sort_dir=asc used request id req-4ac66396-f2bb-411f-ac7e-2f33c8466619 2018-08-15 20:22:22,191 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-15 20:22:22,194 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/events?marker=64dfaed4-f174-42d3-b375-6307814b5d5e&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}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" 2018-08-15 20:22:22,895 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 15 Aug 2018 20:22:22 GMT Server: Apache x-openstack-request-id: req-43d9b36f-3ad6-4583-8efe-3e4b6d6bc098 Location: http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=64dfaed4-f174-42d3-b375-6307814b5d5e&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-15 20:22:23,685 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:22:22 GMT Server: Apache x-openstack-request-id: req-4469e4a7-018c-435b-834b-876d6f8c2042 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 452 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "security_groups", "event_time": "2018-08-15T20:22:18Z", "links": [{"href": "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/resources/security_groups/events/36eaeb73-9949-42b6-97c1-5ee2b9e3fd64", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/resources/security_groups", "rel": "resource"}, {"href": "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc", "rel": "stack"}], "logical_resource_id": "security_groups", "resource_status_reason": "state changed", "resource_status": "CREATE_COMPLETE", "physical_resource_id": "d8c79ab1-5e52-4901-a7ba-2d1ae5f0cb61", "id": "36eaeb73-9949-42b6-97c1-5ee2b9e3fd64"}, {"resource_name": "dns", "event_time": "2018-08-15T20:22:18Z", "links": [{"href": "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/resources/dns/events/8a656de6-b936-4081-85a3-d9b3b1fa08b0", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/resources/dns", "rel": "resource"}, {"href": "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc", "rel": "stack"}], "logical_resource_id": "dns", "resource_status_reason": "state changed", "resource_status": "CREATE_IN_PROGRESS", "physical_resource_id": "clearwater-opnfv-dns-isbd377xdocn", "id": "8a656de6-b936-4081-85a3-d9b3b1fa08b0"}]} 2018-08-15 20:22:23,685 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=64dfaed4-f174-42d3-b375-6307814b5d5e&sort_dir=asc&marker=64dfaed4-f174-42d3-b375-6307814b5d5e&sort_dir=asc used request id req-4469e4a7-018c-435b-834b-876d6f8c2042 2018-08-15 20:22:23,686 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 1.49402308464s 2018-08-15 20:22:23,686 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=64dfaed4-f174-42d3-b375-6307814b5d5e&sort_dir=asc&marker=64dfaed4-f174-42d3-b375-6307814b5d5e&sort_dir=asc used request id req-4469e4a7-018c-435b-834b-876d6f8c2042 2018-08-15 20:22:28,692 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-15 20:22:28,695 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/events?marker=8a656de6-b936-4081-85a3-d9b3b1fa08b0&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}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" 2018-08-15 20:22:28,723 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 15 Aug 2018 20:22:28 GMT Server: Apache x-openstack-request-id: req-d56a5fa1-055c-4548-ba86-9deaf36fa596 Location: http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=8a656de6-b936-4081-85a3-d9b3b1fa08b0&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-15 20:22:28,763 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:22:28 GMT Server: Apache x-openstack-request-id: req-d5b0c303-2a90-4290-8e5b-7c49f9e8ff2a Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-15 20:22:28,763 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=8a656de6-b936-4081-85a3-d9b3b1fa08b0&sort_dir=asc&marker=8a656de6-b936-4081-85a3-d9b3b1fa08b0&sort_dir=asc used request id req-d5b0c303-2a90-4290-8e5b-7c49f9e8ff2a 2018-08-15 20:22:28,764 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0711920261383s 2018-08-15 20:22:28,764 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=8a656de6-b936-4081-85a3-d9b3b1fa08b0&sort_dir=asc&marker=8a656de6-b936-4081-85a3-d9b3b1fa08b0&sort_dir=asc used request id req-d5b0c303-2a90-4290-8e5b-7c49f9e8ff2a 2018-08-15 20:22:33,770 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-15 20:22:33,773 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/events?marker=8a656de6-b936-4081-85a3-d9b3b1fa08b0&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}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" 2018-08-15 20:22:33,800 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 15 Aug 2018 20:22:33 GMT Server: Apache x-openstack-request-id: req-2b691db8-3328-4122-b238-62717ba527ae Location: http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=8a656de6-b936-4081-85a3-d9b3b1fa08b0&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-15 20:22:34,526 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:22:33 GMT Server: Apache x-openstack-request-id: req-63c500ed-706f-44a3-9b43-03b53e0c548f Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-15 20:22:34,526 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=8a656de6-b936-4081-85a3-d9b3b1fa08b0&sort_dir=asc&marker=8a656de6-b936-4081-85a3-d9b3b1fa08b0&sort_dir=asc used request id req-63c500ed-706f-44a3-9b43-03b53e0c548f 2018-08-15 20:22:34,526 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.756495952606s 2018-08-15 20:22:34,527 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=8a656de6-b936-4081-85a3-d9b3b1fa08b0&sort_dir=asc&marker=8a656de6-b936-4081-85a3-d9b3b1fa08b0&sort_dir=asc used request id req-63c500ed-706f-44a3-9b43-03b53e0c548f 2018-08-15 20:22:34,527 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-15 20:22:34,530 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/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}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" 2018-08-15 20:22:35,236 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 15 Aug 2018 20:22:34 GMT Server: Apache x-openstack-request-id: req-5d99b697-7bea-4026-b0dc-3f891ed2e4ef Location: http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc?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-15 20:22:35,967 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:22:35 GMT Server: Apache x-openstack-request-id: req-0a318105-9aa3-4dc2-9660-d8566572dd6f Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 877 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "134cf6cfc60c4b0290f266120d6d93be", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_9e546dd3-ce1a-4117-ae36-6e5da837d045", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_9e546dd3-ce1a-4117-ae36-6e5da837d045", "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_9e546dd3-ce1a-4117-ae36-6e5da837d045", "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": "fc8ca119-27ab-4070-99fa-a2993d11ee48", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "b45c2a9f-03f4-4ded-917d-30870e43d5dc", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "fc8ca119-27ab-4070-99fa-a2993d11ee48"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "f2456361ef254a98a357ede595eb45b5", "tags": null, "creation_time": "2018-08-15T20:22:02Z", "links": [{"href": "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "b45c2a9f-03f4-4ded-917d-30870e43d5dc", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-15 20:22:35,967 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc?resolve_outputs=False used request id req-0a318105-9aa3-4dc2-9660-d8566572dd6f 2018-08-15 20:22:35,967 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 1.43974614143s 2018-08-15 20:22:35,967 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc?resolve_outputs=False used request id req-0a318105-9aa3-4dc2-9660-d8566572dd6f 2018-08-15 20:22:40,975 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-15 20:22:40,979 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/events?marker=8a656de6-b936-4081-85a3-d9b3b1fa08b0&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}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" 2018-08-15 20:22:41,006 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 15 Aug 2018 20:22:41 GMT Server: Apache x-openstack-request-id: req-8c493809-fb51-4dd2-b27e-f68a98e9d6bd Location: http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=8a656de6-b936-4081-85a3-d9b3b1fa08b0&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-15 20:22:41,047 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:22:41 GMT Server: Apache x-openstack-request-id: req-303f5356-e9cf-4242-80ef-5e8caa96bf48 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-15 20:22:41,048 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=8a656de6-b936-4081-85a3-d9b3b1fa08b0&sort_dir=asc&marker=8a656de6-b936-4081-85a3-d9b3b1fa08b0&sort_dir=asc used request id req-303f5356-e9cf-4242-80ef-5e8caa96bf48 2018-08-15 20:22:41,048 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0726752281189s 2018-08-15 20:22:41,048 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=8a656de6-b936-4081-85a3-d9b3b1fa08b0&sort_dir=asc&marker=8a656de6-b936-4081-85a3-d9b3b1fa08b0&sort_dir=asc used request id req-303f5356-e9cf-4242-80ef-5e8caa96bf48 2018-08-15 20:22:46,054 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-15 20:22:46,057 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/events?marker=8a656de6-b936-4081-85a3-d9b3b1fa08b0&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}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" 2018-08-15 20:22:46,084 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 15 Aug 2018 20:22:46 GMT Server: Apache x-openstack-request-id: req-c4158ba0-29f8-424a-ad9b-e33bb3f3b9fb Location: http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=8a656de6-b936-4081-85a3-d9b3b1fa08b0&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-15 20:22:46,125 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:22:46 GMT Server: Apache x-openstack-request-id: req-0a9d7d32-9ca3-47f8-80ca-4949e326fc78 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-15 20:22:46,126 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=8a656de6-b936-4081-85a3-d9b3b1fa08b0&sort_dir=asc&marker=8a656de6-b936-4081-85a3-d9b3b1fa08b0&sort_dir=asc used request id req-0a9d7d32-9ca3-47f8-80ca-4949e326fc78 2018-08-15 20:22:46,126 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0719449520111s 2018-08-15 20:22:46,126 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=8a656de6-b936-4081-85a3-d9b3b1fa08b0&sort_dir=asc&marker=8a656de6-b936-4081-85a3-d9b3b1fa08b0&sort_dir=asc used request id req-0a9d7d32-9ca3-47f8-80ca-4949e326fc78 2018-08-15 20:22:46,127 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-15 20:22:46,129 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/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}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" 2018-08-15 20:22:46,157 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 15 Aug 2018 20:22:46 GMT Server: Apache x-openstack-request-id: req-753e3aa3-39ae-4ab6-921b-7d382717e12c Location: http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc?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-15 20:22:46,198 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:22:46 GMT Server: Apache x-openstack-request-id: req-1c9804ac-f857-48fc-870f-7a21f90f2885 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 877 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "134cf6cfc60c4b0290f266120d6d93be", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_9e546dd3-ce1a-4117-ae36-6e5da837d045", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_9e546dd3-ce1a-4117-ae36-6e5da837d045", "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_9e546dd3-ce1a-4117-ae36-6e5da837d045", "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": "fc8ca119-27ab-4070-99fa-a2993d11ee48", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "b45c2a9f-03f4-4ded-917d-30870e43d5dc", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "fc8ca119-27ab-4070-99fa-a2993d11ee48"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "f2456361ef254a98a357ede595eb45b5", "tags": null, "creation_time": "2018-08-15T20:22:02Z", "links": [{"href": "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "b45c2a9f-03f4-4ded-917d-30870e43d5dc", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-15 20:22:46,198 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc?resolve_outputs=False used request id req-1c9804ac-f857-48fc-870f-7a21f90f2885 2018-08-15 20:22:46,198 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0714828968048s 2018-08-15 20:22:46,199 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc?resolve_outputs=False used request id req-1c9804ac-f857-48fc-870f-7a21f90f2885 2018-08-15 20:22:51,205 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-15 20:22:51,208 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/events?marker=8a656de6-b936-4081-85a3-d9b3b1fa08b0&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}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" 2018-08-15 20:22:51,235 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 15 Aug 2018 20:22:51 GMT Server: Apache x-openstack-request-id: req-1d3933f2-81c8-42f7-aea1-555e2f4a6c01 Location: http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=8a656de6-b936-4081-85a3-d9b3b1fa08b0&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-15 20:22:51,276 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:22:51 GMT Server: Apache x-openstack-request-id: req-3dfd6f7b-b4d5-4487-ba27-c677b9e66615 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-15 20:22:51,276 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=8a656de6-b936-4081-85a3-d9b3b1fa08b0&sort_dir=asc&marker=8a656de6-b936-4081-85a3-d9b3b1fa08b0&sort_dir=asc used request id req-3dfd6f7b-b4d5-4487-ba27-c677b9e66615 2018-08-15 20:22:51,276 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0709030628204s 2018-08-15 20:22:51,276 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=8a656de6-b936-4081-85a3-d9b3b1fa08b0&sort_dir=asc&marker=8a656de6-b936-4081-85a3-d9b3b1fa08b0&sort_dir=asc used request id req-3dfd6f7b-b4d5-4487-ba27-c677b9e66615 2018-08-15 20:22:56,282 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-15 20:22:56,285 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/events?marker=8a656de6-b936-4081-85a3-d9b3b1fa08b0&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}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" 2018-08-15 20:22:56,312 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 15 Aug 2018 20:22:56 GMT Server: Apache x-openstack-request-id: req-5f67d924-7d8e-4659-940e-9a4214abc660 Location: http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=8a656de6-b936-4081-85a3-d9b3b1fa08b0&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-15 20:22:56,353 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:22:56 GMT Server: Apache x-openstack-request-id: req-9bf3eab1-5d4b-48f0-966a-2b3c038ec6b4 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-15 20:22:56,353 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=8a656de6-b936-4081-85a3-d9b3b1fa08b0&sort_dir=asc&marker=8a656de6-b936-4081-85a3-d9b3b1fa08b0&sort_dir=asc used request id req-9bf3eab1-5d4b-48f0-966a-2b3c038ec6b4 2018-08-15 20:22:56,353 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0711660385132s 2018-08-15 20:22:56,354 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=8a656de6-b936-4081-85a3-d9b3b1fa08b0&sort_dir=asc&marker=8a656de6-b936-4081-85a3-d9b3b1fa08b0&sort_dir=asc used request id req-9bf3eab1-5d4b-48f0-966a-2b3c038ec6b4 2018-08-15 20:22:56,354 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-15 20:22:56,357 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/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}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" 2018-08-15 20:22:56,384 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 15 Aug 2018 20:22:56 GMT Server: Apache x-openstack-request-id: req-1c089ddb-2036-4867-b3e2-f271dc41baea Location: http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc?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-15 20:22:56,409 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:22:56 GMT Server: Apache x-openstack-request-id: req-3a980202-36b4-466c-afac-7e867654faba Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 877 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "134cf6cfc60c4b0290f266120d6d93be", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_9e546dd3-ce1a-4117-ae36-6e5da837d045", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_9e546dd3-ce1a-4117-ae36-6e5da837d045", "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_9e546dd3-ce1a-4117-ae36-6e5da837d045", "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": "fc8ca119-27ab-4070-99fa-a2993d11ee48", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "b45c2a9f-03f4-4ded-917d-30870e43d5dc", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "fc8ca119-27ab-4070-99fa-a2993d11ee48"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "f2456361ef254a98a357ede595eb45b5", "tags": null, "creation_time": "2018-08-15T20:22:02Z", "links": [{"href": "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "b45c2a9f-03f4-4ded-917d-30870e43d5dc", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-15 20:22:56,409 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc?resolve_outputs=False used request id req-3a980202-36b4-466c-afac-7e867654faba 2018-08-15 20:22:56,410 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0552430152893s 2018-08-15 20:22:56,410 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc?resolve_outputs=False used request id req-3a980202-36b4-466c-afac-7e867654faba 2018-08-15 20:23:01,416 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-15 20:23:01,419 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/events?marker=8a656de6-b936-4081-85a3-d9b3b1fa08b0&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}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" 2018-08-15 20:23:01,446 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 15 Aug 2018 20:23:01 GMT Server: Apache x-openstack-request-id: req-44b53c4b-e9b1-4ef3-9fec-22b60a11b973 Location: http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=8a656de6-b936-4081-85a3-d9b3b1fa08b0&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-15 20:23:01,487 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:23:01 GMT Server: Apache x-openstack-request-id: req-6257a528-2a87-465d-80fa-ff3c71771ba0 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-15 20:23:01,488 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=8a656de6-b936-4081-85a3-d9b3b1fa08b0&sort_dir=asc&marker=8a656de6-b936-4081-85a3-d9b3b1fa08b0&sort_dir=asc used request id req-6257a528-2a87-465d-80fa-ff3c71771ba0 2018-08-15 20:23:01,488 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0711100101471s 2018-08-15 20:23:01,488 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=8a656de6-b936-4081-85a3-d9b3b1fa08b0&sort_dir=asc&marker=8a656de6-b936-4081-85a3-d9b3b1fa08b0&sort_dir=asc used request id req-6257a528-2a87-465d-80fa-ff3c71771ba0 2018-08-15 20:23:06,494 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-15 20:23:06,497 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/events?marker=8a656de6-b936-4081-85a3-d9b3b1fa08b0&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}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" 2018-08-15 20:23:06,523 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 15 Aug 2018 20:23:06 GMT Server: Apache x-openstack-request-id: req-3db1c69e-585e-43e7-a94d-9af0dc22b787 Location: http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=8a656de6-b936-4081-85a3-d9b3b1fa08b0&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-15 20:23:06,565 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:23:06 GMT Server: Apache x-openstack-request-id: req-ac58fcc0-5668-4c26-8ead-a8db9015fba3 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-15 20:23:06,565 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=8a656de6-b936-4081-85a3-d9b3b1fa08b0&sort_dir=asc&marker=8a656de6-b936-4081-85a3-d9b3b1fa08b0&sort_dir=asc used request id req-ac58fcc0-5668-4c26-8ead-a8db9015fba3 2018-08-15 20:23:06,566 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0713548660278s 2018-08-15 20:23:06,566 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=8a656de6-b936-4081-85a3-d9b3b1fa08b0&sort_dir=asc&marker=8a656de6-b936-4081-85a3-d9b3b1fa08b0&sort_dir=asc used request id req-ac58fcc0-5668-4c26-8ead-a8db9015fba3 2018-08-15 20:23:06,566 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-15 20:23:06,569 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/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}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" 2018-08-15 20:23:06,595 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 15 Aug 2018 20:23:06 GMT Server: Apache x-openstack-request-id: req-8ddbf72a-c3d6-47f1-8f0e-483833262c82 Location: http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc?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-15 20:23:06,637 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:23:06 GMT Server: Apache x-openstack-request-id: req-82ce0d02-0c75-42ee-a41f-2382e96606f8 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 877 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "134cf6cfc60c4b0290f266120d6d93be", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_9e546dd3-ce1a-4117-ae36-6e5da837d045", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_9e546dd3-ce1a-4117-ae36-6e5da837d045", "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_9e546dd3-ce1a-4117-ae36-6e5da837d045", "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": "fc8ca119-27ab-4070-99fa-a2993d11ee48", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "b45c2a9f-03f4-4ded-917d-30870e43d5dc", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "fc8ca119-27ab-4070-99fa-a2993d11ee48"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "f2456361ef254a98a357ede595eb45b5", "tags": null, "creation_time": "2018-08-15T20:22:02Z", "links": [{"href": "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "b45c2a9f-03f4-4ded-917d-30870e43d5dc", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-15 20:23:06,637 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc?resolve_outputs=False used request id req-82ce0d02-0c75-42ee-a41f-2382e96606f8 2018-08-15 20:23:06,638 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0711531639099s 2018-08-15 20:23:06,638 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc?resolve_outputs=False used request id req-82ce0d02-0c75-42ee-a41f-2382e96606f8 2018-08-15 20:23:11,645 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-15 20:23:11,648 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/events?marker=8a656de6-b936-4081-85a3-d9b3b1fa08b0&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}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" 2018-08-15 20:23:11,674 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 15 Aug 2018 20:23:11 GMT Server: Apache x-openstack-request-id: req-43ac7f64-20a6-45a4-8365-f62c054d2969 Location: http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=8a656de6-b936-4081-85a3-d9b3b1fa08b0&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-15 20:23:11,715 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:23:11 GMT Server: Apache x-openstack-request-id: req-0de8c34a-7b85-4570-9f32-f275e65ed8da Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-15 20:23:11,716 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=8a656de6-b936-4081-85a3-d9b3b1fa08b0&sort_dir=asc&marker=8a656de6-b936-4081-85a3-d9b3b1fa08b0&sort_dir=asc used request id req-0de8c34a-7b85-4570-9f32-f275e65ed8da 2018-08-15 20:23:11,716 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0709028244019s 2018-08-15 20:23:11,716 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=8a656de6-b936-4081-85a3-d9b3b1fa08b0&sort_dir=asc&marker=8a656de6-b936-4081-85a3-d9b3b1fa08b0&sort_dir=asc used request id req-0de8c34a-7b85-4570-9f32-f275e65ed8da 2018-08-15 20:23:16,722 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-15 20:23:16,724 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/events?marker=8a656de6-b936-4081-85a3-d9b3b1fa08b0&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}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" 2018-08-15 20:23:16,750 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 15 Aug 2018 20:23:16 GMT Server: Apache x-openstack-request-id: req-29d22c18-1fa8-48aa-a6ec-4caf52de7bd7 Location: http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=8a656de6-b936-4081-85a3-d9b3b1fa08b0&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-15 20:23:16,790 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:23:16 GMT Server: Apache x-openstack-request-id: req-c0678ada-8f75-4f68-9e0c-6c786804dcef Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-15 20:23:16,790 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=8a656de6-b936-4081-85a3-d9b3b1fa08b0&sort_dir=asc&marker=8a656de6-b936-4081-85a3-d9b3b1fa08b0&sort_dir=asc used request id req-c0678ada-8f75-4f68-9e0c-6c786804dcef 2018-08-15 20:23:16,790 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0681281089783s 2018-08-15 20:23:16,790 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=8a656de6-b936-4081-85a3-d9b3b1fa08b0&sort_dir=asc&marker=8a656de6-b936-4081-85a3-d9b3b1fa08b0&sort_dir=asc used request id req-c0678ada-8f75-4f68-9e0c-6c786804dcef 2018-08-15 20:23:16,790 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-15 20:23:16,793 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/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}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" 2018-08-15 20:23:16,834 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 15 Aug 2018 20:23:16 GMT Server: Apache x-openstack-request-id: req-72868a66-1e2c-4186-9f59-07971fc235f1 Location: http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc?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-15 20:23:16,858 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:23:16 GMT Server: Apache x-openstack-request-id: req-031c11b9-1555-48e2-847d-ab87bd1f08a9 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 877 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "134cf6cfc60c4b0290f266120d6d93be", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_9e546dd3-ce1a-4117-ae36-6e5da837d045", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_9e546dd3-ce1a-4117-ae36-6e5da837d045", "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_9e546dd3-ce1a-4117-ae36-6e5da837d045", "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": "fc8ca119-27ab-4070-99fa-a2993d11ee48", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "b45c2a9f-03f4-4ded-917d-30870e43d5dc", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "fc8ca119-27ab-4070-99fa-a2993d11ee48"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "f2456361ef254a98a357ede595eb45b5", "tags": null, "creation_time": "2018-08-15T20:22:02Z", "links": [{"href": "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "b45c2a9f-03f4-4ded-917d-30870e43d5dc", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-15 20:23:16,858 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc?resolve_outputs=False used request id req-031c11b9-1555-48e2-847d-ab87bd1f08a9 2018-08-15 20:23:16,858 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0678210258484s 2018-08-15 20:23:16,859 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc?resolve_outputs=False used request id req-031c11b9-1555-48e2-847d-ab87bd1f08a9 2018-08-15 20:23:21,865 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-15 20:23:21,868 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/events?marker=8a656de6-b936-4081-85a3-d9b3b1fa08b0&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}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" 2018-08-15 20:23:21,894 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 15 Aug 2018 20:23:21 GMT Server: Apache x-openstack-request-id: req-9825a1f8-3c4e-48e7-aa1c-dee72680ba26 Location: http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=8a656de6-b936-4081-85a3-d9b3b1fa08b0&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-15 20:23:21,936 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:23:21 GMT Server: Apache x-openstack-request-id: req-891619ea-98b2-4463-8aad-d1fcdc60bf2e Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-15 20:23:21,936 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=8a656de6-b936-4081-85a3-d9b3b1fa08b0&sort_dir=asc&marker=8a656de6-b936-4081-85a3-d9b3b1fa08b0&sort_dir=asc used request id req-891619ea-98b2-4463-8aad-d1fcdc60bf2e 2018-08-15 20:23:21,936 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0711469650269s 2018-08-15 20:23:21,936 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=8a656de6-b936-4081-85a3-d9b3b1fa08b0&sort_dir=asc&marker=8a656de6-b936-4081-85a3-d9b3b1fa08b0&sort_dir=asc used request id req-891619ea-98b2-4463-8aad-d1fcdc60bf2e 2018-08-15 20:23:26,941 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-15 20:23:26,944 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/events?marker=8a656de6-b936-4081-85a3-d9b3b1fa08b0&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}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" 2018-08-15 20:23:26,971 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 15 Aug 2018 20:23:26 GMT Server: Apache x-openstack-request-id: req-2277a322-0501-44a9-a88f-660e19e0ae93 Location: http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=8a656de6-b936-4081-85a3-d9b3b1fa08b0&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-15 20:23:27,012 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:23:26 GMT Server: Apache x-openstack-request-id: req-528ff3bf-732e-4922-aeda-cf76a01869af Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-15 20:23:27,012 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=8a656de6-b936-4081-85a3-d9b3b1fa08b0&sort_dir=asc&marker=8a656de6-b936-4081-85a3-d9b3b1fa08b0&sort_dir=asc used request id req-528ff3bf-732e-4922-aeda-cf76a01869af 2018-08-15 20:23:27,012 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0704128742218s 2018-08-15 20:23:27,012 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=8a656de6-b936-4081-85a3-d9b3b1fa08b0&sort_dir=asc&marker=8a656de6-b936-4081-85a3-d9b3b1fa08b0&sort_dir=asc used request id req-528ff3bf-732e-4922-aeda-cf76a01869af 2018-08-15 20:23:27,013 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-15 20:23:27,015 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/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}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" 2018-08-15 20:23:27,041 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 15 Aug 2018 20:23:27 GMT Server: Apache x-openstack-request-id: req-f83c6d21-621e-41ad-bbf9-a07f40033bf4 Location: http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc?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-15 20:23:27,070 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:23:27 GMT Server: Apache x-openstack-request-id: req-224fcf0b-3ff8-4e1c-bcb7-9fcfada9cf7a Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 877 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "134cf6cfc60c4b0290f266120d6d93be", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_9e546dd3-ce1a-4117-ae36-6e5da837d045", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_9e546dd3-ce1a-4117-ae36-6e5da837d045", "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_9e546dd3-ce1a-4117-ae36-6e5da837d045", "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": "fc8ca119-27ab-4070-99fa-a2993d11ee48", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "b45c2a9f-03f4-4ded-917d-30870e43d5dc", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "fc8ca119-27ab-4070-99fa-a2993d11ee48"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "f2456361ef254a98a357ede595eb45b5", "tags": null, "creation_time": "2018-08-15T20:22:02Z", "links": [{"href": "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "b45c2a9f-03f4-4ded-917d-30870e43d5dc", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-15 20:23:27,070 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc?resolve_outputs=False used request id req-224fcf0b-3ff8-4e1c-bcb7-9fcfada9cf7a 2018-08-15 20:23:27,070 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.056939125061s 2018-08-15 20:23:27,070 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc?resolve_outputs=False used request id req-224fcf0b-3ff8-4e1c-bcb7-9fcfada9cf7a 2018-08-15 20:23:32,076 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-15 20:23:32,078 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/events?marker=8a656de6-b936-4081-85a3-d9b3b1fa08b0&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}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" 2018-08-15 20:23:32,105 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 15 Aug 2018 20:23:32 GMT Server: Apache x-openstack-request-id: req-f37ff8cc-4a0f-48fd-a78b-0a97bdafc98b Location: http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=8a656de6-b936-4081-85a3-d9b3b1fa08b0&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-15 20:23:32,146 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:23:32 GMT Server: Apache x-openstack-request-id: req-5ff7c4f4-cd91-43a1-af82-af0e3519fef8 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-15 20:23:32,146 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=8a656de6-b936-4081-85a3-d9b3b1fa08b0&sort_dir=asc&marker=8a656de6-b936-4081-85a3-d9b3b1fa08b0&sort_dir=asc used request id req-5ff7c4f4-cd91-43a1-af82-af0e3519fef8 2018-08-15 20:23:32,146 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.069766998291s 2018-08-15 20:23:32,146 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=8a656de6-b936-4081-85a3-d9b3b1fa08b0&sort_dir=asc&marker=8a656de6-b936-4081-85a3-d9b3b1fa08b0&sort_dir=asc used request id req-5ff7c4f4-cd91-43a1-af82-af0e3519fef8 2018-08-15 20:23:37,152 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-15 20:23:37,155 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/events?marker=8a656de6-b936-4081-85a3-d9b3b1fa08b0&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}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" 2018-08-15 20:23:37,181 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 15 Aug 2018 20:23:37 GMT Server: Apache x-openstack-request-id: req-024daabb-e9ed-4508-bb29-aa4e61d5d995 Location: http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=8a656de6-b936-4081-85a3-d9b3b1fa08b0&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-15 20:23:37,222 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:23:37 GMT Server: Apache x-openstack-request-id: req-5ba277e9-b768-42f5-8462-614918627c57 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-15 20:23:37,223 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=8a656de6-b936-4081-85a3-d9b3b1fa08b0&sort_dir=asc&marker=8a656de6-b936-4081-85a3-d9b3b1fa08b0&sort_dir=asc used request id req-5ba277e9-b768-42f5-8462-614918627c57 2018-08-15 20:23:37,223 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0703318119049s 2018-08-15 20:23:37,223 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=8a656de6-b936-4081-85a3-d9b3b1fa08b0&sort_dir=asc&marker=8a656de6-b936-4081-85a3-d9b3b1fa08b0&sort_dir=asc used request id req-5ba277e9-b768-42f5-8462-614918627c57 2018-08-15 20:23:37,223 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-15 20:23:37,226 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/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}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" 2018-08-15 20:23:37,251 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 15 Aug 2018 20:23:37 GMT Server: Apache x-openstack-request-id: req-be2ddef0-98a8-4a2f-b2a8-e9dc657fadea Location: http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc?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-15 20:23:37,294 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:23:37 GMT Server: Apache x-openstack-request-id: req-6aa6a2c1-8af8-47a7-96b2-b51559edcce3 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 877 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "134cf6cfc60c4b0290f266120d6d93be", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_9e546dd3-ce1a-4117-ae36-6e5da837d045", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_9e546dd3-ce1a-4117-ae36-6e5da837d045", "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_9e546dd3-ce1a-4117-ae36-6e5da837d045", "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": "fc8ca119-27ab-4070-99fa-a2993d11ee48", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "b45c2a9f-03f4-4ded-917d-30870e43d5dc", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "fc8ca119-27ab-4070-99fa-a2993d11ee48"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "f2456361ef254a98a357ede595eb45b5", "tags": null, "creation_time": "2018-08-15T20:22:02Z", "links": [{"href": "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "b45c2a9f-03f4-4ded-917d-30870e43d5dc", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-15 20:23:37,294 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc?resolve_outputs=False used request id req-6aa6a2c1-8af8-47a7-96b2-b51559edcce3 2018-08-15 20:23:37,294 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0703349113464s 2018-08-15 20:23:37,294 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc?resolve_outputs=False used request id req-6aa6a2c1-8af8-47a7-96b2-b51559edcce3 2018-08-15 20:23:42,301 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-15 20:23:42,304 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/events?marker=8a656de6-b936-4081-85a3-d9b3b1fa08b0&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}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" 2018-08-15 20:23:42,330 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 15 Aug 2018 20:23:42 GMT Server: Apache x-openstack-request-id: req-e15149ed-014a-49ef-b5e5-7b90a71147ef Location: http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=8a656de6-b936-4081-85a3-d9b3b1fa08b0&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-15 20:23:42,373 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:23:42 GMT Server: Apache x-openstack-request-id: req-46627a2b-281d-43d6-afad-69c1f8d73074 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-15 20:23:42,373 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=8a656de6-b936-4081-85a3-d9b3b1fa08b0&sort_dir=asc&marker=8a656de6-b936-4081-85a3-d9b3b1fa08b0&sort_dir=asc used request id req-46627a2b-281d-43d6-afad-69c1f8d73074 2018-08-15 20:23:42,373 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0722959041595s 2018-08-15 20:23:42,374 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=8a656de6-b936-4081-85a3-d9b3b1fa08b0&sort_dir=asc&marker=8a656de6-b936-4081-85a3-d9b3b1fa08b0&sort_dir=asc used request id req-46627a2b-281d-43d6-afad-69c1f8d73074 2018-08-15 20:23:47,379 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-15 20:23:47,381 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/events?marker=8a656de6-b936-4081-85a3-d9b3b1fa08b0&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}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" 2018-08-15 20:23:47,408 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 15 Aug 2018 20:23:47 GMT Server: Apache x-openstack-request-id: req-38bc5c41-a311-4b30-bdf0-63ffb7e374e1 Location: http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=8a656de6-b936-4081-85a3-d9b3b1fa08b0&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-15 20:23:47,449 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:23:47 GMT Server: Apache x-openstack-request-id: req-30cff214-a4b4-4e04-a982-8965559d3afa Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-15 20:23:47,449 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=8a656de6-b936-4081-85a3-d9b3b1fa08b0&sort_dir=asc&marker=8a656de6-b936-4081-85a3-d9b3b1fa08b0&sort_dir=asc used request id req-30cff214-a4b4-4e04-a982-8965559d3afa 2018-08-15 20:23:47,449 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0698869228363s 2018-08-15 20:23:47,449 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=8a656de6-b936-4081-85a3-d9b3b1fa08b0&sort_dir=asc&marker=8a656de6-b936-4081-85a3-d9b3b1fa08b0&sort_dir=asc used request id req-30cff214-a4b4-4e04-a982-8965559d3afa 2018-08-15 20:23:47,450 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-15 20:23:47,451 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/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}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" 2018-08-15 20:23:47,476 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 15 Aug 2018 20:23:47 GMT Server: Apache x-openstack-request-id: req-9326c639-068d-4893-8f9b-6c0edca16e49 Location: http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc?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-15 20:23:47,516 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:23:47 GMT Server: Apache x-openstack-request-id: req-b06db6b4-5cc8-45b1-ad6a-998ec39bc4bd Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 877 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "134cf6cfc60c4b0290f266120d6d93be", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_9e546dd3-ce1a-4117-ae36-6e5da837d045", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_9e546dd3-ce1a-4117-ae36-6e5da837d045", "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_9e546dd3-ce1a-4117-ae36-6e5da837d045", "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": "fc8ca119-27ab-4070-99fa-a2993d11ee48", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "b45c2a9f-03f4-4ded-917d-30870e43d5dc", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "fc8ca119-27ab-4070-99fa-a2993d11ee48"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "f2456361ef254a98a357ede595eb45b5", "tags": null, "creation_time": "2018-08-15T20:22:02Z", "links": [{"href": "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "b45c2a9f-03f4-4ded-917d-30870e43d5dc", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-15 20:23:47,516 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc?resolve_outputs=False used request id req-b06db6b4-5cc8-45b1-ad6a-998ec39bc4bd 2018-08-15 20:23:47,516 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0667209625244s 2018-08-15 20:23:47,517 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc?resolve_outputs=False used request id req-b06db6b4-5cc8-45b1-ad6a-998ec39bc4bd 2018-08-15 20:23:52,522 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-15 20:23:52,525 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/events?marker=8a656de6-b936-4081-85a3-d9b3b1fa08b0&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}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" 2018-08-15 20:23:52,552 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 15 Aug 2018 20:23:52 GMT Server: Apache x-openstack-request-id: req-07af4886-41e8-40b8-94f2-a8cad5e15f63 Location: http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=8a656de6-b936-4081-85a3-d9b3b1fa08b0&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-15 20:23:52,594 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:23:52 GMT Server: Apache x-openstack-request-id: req-58fef056-dd60-4014-90be-571f4795811c Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-15 20:23:52,594 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=8a656de6-b936-4081-85a3-d9b3b1fa08b0&sort_dir=asc&marker=8a656de6-b936-4081-85a3-d9b3b1fa08b0&sort_dir=asc used request id req-58fef056-dd60-4014-90be-571f4795811c 2018-08-15 20:23:52,594 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0716781616211s 2018-08-15 20:23:52,595 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=8a656de6-b936-4081-85a3-d9b3b1fa08b0&sort_dir=asc&marker=8a656de6-b936-4081-85a3-d9b3b1fa08b0&sort_dir=asc used request id req-58fef056-dd60-4014-90be-571f4795811c 2018-08-15 20:23:57,596 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-15 20:23:57,599 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/events?marker=8a656de6-b936-4081-85a3-d9b3b1fa08b0&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}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" 2018-08-15 20:23:57,626 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 15 Aug 2018 20:23:57 GMT Server: Apache x-openstack-request-id: req-5353e428-70db-499f-86a5-cf60f0579550 Location: http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=8a656de6-b936-4081-85a3-d9b3b1fa08b0&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-15 20:23:57,669 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:23:57 GMT Server: Apache x-openstack-request-id: req-ba09e7f0-3dd7-4362-bea5-4083cbc9fc52 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-15 20:23:57,670 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=8a656de6-b936-4081-85a3-d9b3b1fa08b0&sort_dir=asc&marker=8a656de6-b936-4081-85a3-d9b3b1fa08b0&sort_dir=asc used request id req-ba09e7f0-3dd7-4362-bea5-4083cbc9fc52 2018-08-15 20:23:57,670 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0735499858856s 2018-08-15 20:23:57,670 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=8a656de6-b936-4081-85a3-d9b3b1fa08b0&sort_dir=asc&marker=8a656de6-b936-4081-85a3-d9b3b1fa08b0&sort_dir=asc used request id req-ba09e7f0-3dd7-4362-bea5-4083cbc9fc52 2018-08-15 20:23:57,670 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-15 20:23:57,673 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/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}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" 2018-08-15 20:23:57,700 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 15 Aug 2018 20:23:57 GMT Server: Apache x-openstack-request-id: req-4333e568-afce-40bd-9a56-2b1d6b1d5f8f Location: http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc?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-15 20:23:57,742 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:23:57 GMT Server: Apache x-openstack-request-id: req-56414ee6-dd08-4cf9-b92e-69d22372ff1e Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 877 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "134cf6cfc60c4b0290f266120d6d93be", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_9e546dd3-ce1a-4117-ae36-6e5da837d045", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_9e546dd3-ce1a-4117-ae36-6e5da837d045", "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_9e546dd3-ce1a-4117-ae36-6e5da837d045", "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": "fc8ca119-27ab-4070-99fa-a2993d11ee48", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "b45c2a9f-03f4-4ded-917d-30870e43d5dc", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "fc8ca119-27ab-4070-99fa-a2993d11ee48"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "f2456361ef254a98a357ede595eb45b5", "tags": null, "creation_time": "2018-08-15T20:22:02Z", "links": [{"href": "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "b45c2a9f-03f4-4ded-917d-30870e43d5dc", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-15 20:23:57,742 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc?resolve_outputs=False used request id req-56414ee6-dd08-4cf9-b92e-69d22372ff1e 2018-08-15 20:23:57,742 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0717980861664s 2018-08-15 20:23:57,743 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc?resolve_outputs=False used request id req-56414ee6-dd08-4cf9-b92e-69d22372ff1e 2018-08-15 20:24:02,749 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-15 20:24:02,750 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/events?marker=8a656de6-b936-4081-85a3-d9b3b1fa08b0&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}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" 2018-08-15 20:24:02,775 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 15 Aug 2018 20:24:02 GMT Server: Apache x-openstack-request-id: req-2b9221b6-1e5f-42d0-b9ba-aa351bbae4f6 Location: http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=8a656de6-b936-4081-85a3-d9b3b1fa08b0&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-15 20:24:02,814 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:24:02 GMT Server: Apache x-openstack-request-id: req-9a352c3b-245e-4b59-a7dc-3706155e0d54 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-15 20:24:02,814 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=8a656de6-b936-4081-85a3-d9b3b1fa08b0&sort_dir=asc&marker=8a656de6-b936-4081-85a3-d9b3b1fa08b0&sort_dir=asc used request id req-9a352c3b-245e-4b59-a7dc-3706155e0d54 2018-08-15 20:24:02,814 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0645380020142s 2018-08-15 20:24:02,814 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=8a656de6-b936-4081-85a3-d9b3b1fa08b0&sort_dir=asc&marker=8a656de6-b936-4081-85a3-d9b3b1fa08b0&sort_dir=asc used request id req-9a352c3b-245e-4b59-a7dc-3706155e0d54 2018-08-15 20:24:07,820 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-15 20:24:07,822 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/events?marker=8a656de6-b936-4081-85a3-d9b3b1fa08b0&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}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" 2018-08-15 20:24:07,848 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 15 Aug 2018 20:24:07 GMT Server: Apache x-openstack-request-id: req-e79fa606-4731-4141-8447-d49a68a68045 Location: http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=8a656de6-b936-4081-85a3-d9b3b1fa08b0&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-15 20:24:07,888 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:24:07 GMT Server: Apache x-openstack-request-id: req-0556cce3-142c-41fb-a937-b611f0b39594 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-15 20:24:07,888 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=8a656de6-b936-4081-85a3-d9b3b1fa08b0&sort_dir=asc&marker=8a656de6-b936-4081-85a3-d9b3b1fa08b0&sort_dir=asc used request id req-0556cce3-142c-41fb-a937-b611f0b39594 2018-08-15 20:24:07,888 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0683760643005s 2018-08-15 20:24:07,888 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=8a656de6-b936-4081-85a3-d9b3b1fa08b0&sort_dir=asc&marker=8a656de6-b936-4081-85a3-d9b3b1fa08b0&sort_dir=asc used request id req-0556cce3-142c-41fb-a937-b611f0b39594 2018-08-15 20:24:07,889 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-15 20:24:07,890 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/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}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" 2018-08-15 20:24:07,915 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 15 Aug 2018 20:24:07 GMT Server: Apache x-openstack-request-id: req-0f3bd5c2-91f5-4b23-9ad3-ee184c7171fa Location: http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc?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-15 20:24:07,938 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:24:07 GMT Server: Apache x-openstack-request-id: req-0f5fbfcf-9d94-4f3a-8191-88481ae62a2c Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 877 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "134cf6cfc60c4b0290f266120d6d93be", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_9e546dd3-ce1a-4117-ae36-6e5da837d045", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_9e546dd3-ce1a-4117-ae36-6e5da837d045", "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_9e546dd3-ce1a-4117-ae36-6e5da837d045", "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": "fc8ca119-27ab-4070-99fa-a2993d11ee48", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "b45c2a9f-03f4-4ded-917d-30870e43d5dc", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "fc8ca119-27ab-4070-99fa-a2993d11ee48"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "f2456361ef254a98a357ede595eb45b5", "tags": null, "creation_time": "2018-08-15T20:22:02Z", "links": [{"href": "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "b45c2a9f-03f4-4ded-917d-30870e43d5dc", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-15 20:24:07,938 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc?resolve_outputs=False used request id req-0f5fbfcf-9d94-4f3a-8191-88481ae62a2c 2018-08-15 20:24:07,938 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0497088432312s 2018-08-15 20:24:07,939 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc?resolve_outputs=False used request id req-0f5fbfcf-9d94-4f3a-8191-88481ae62a2c 2018-08-15 20:24:12,945 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-15 20:24:12,948 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/events?marker=8a656de6-b936-4081-85a3-d9b3b1fa08b0&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}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" 2018-08-15 20:24:12,976 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 15 Aug 2018 20:24:12 GMT Server: Apache x-openstack-request-id: req-6723659e-7570-410d-aef2-be8a833eb1b6 Location: http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=8a656de6-b936-4081-85a3-d9b3b1fa08b0&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-15 20:24:13,018 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:24:12 GMT Server: Apache x-openstack-request-id: req-c4405131-d003-4a65-8b88-61b026afc8dd Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-15 20:24:13,018 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=8a656de6-b936-4081-85a3-d9b3b1fa08b0&sort_dir=asc&marker=8a656de6-b936-4081-85a3-d9b3b1fa08b0&sort_dir=asc used request id req-c4405131-d003-4a65-8b88-61b026afc8dd 2018-08-15 20:24:13,018 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0730609893799s 2018-08-15 20:24:13,018 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=8a656de6-b936-4081-85a3-d9b3b1fa08b0&sort_dir=asc&marker=8a656de6-b936-4081-85a3-d9b3b1fa08b0&sort_dir=asc used request id req-c4405131-d003-4a65-8b88-61b026afc8dd 2018-08-15 20:24:18,024 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-15 20:24:18,027 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/events?marker=8a656de6-b936-4081-85a3-d9b3b1fa08b0&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}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" 2018-08-15 20:24:18,104 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 15 Aug 2018 20:24:18 GMT Server: Apache x-openstack-request-id: req-e74db8d5-05d0-4890-ae1a-518b05291d37 Location: http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=8a656de6-b936-4081-85a3-d9b3b1fa08b0&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-15 20:24:18,146 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:24:18 GMT Server: Apache x-openstack-request-id: req-d6c7a52b-77ba-4b50-8805-02324d26605d Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 447 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "dns", "event_time": "2018-08-15T20:24:14Z", "links": [{"href": "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/resources/dns/events/1fed72cd-44c1-42bf-ab37-f17adfa521f0", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/resources/dns", "rel": "resource"}, {"href": "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc", "rel": "stack"}], "logical_resource_id": "dns", "resource_status_reason": "state changed", "resource_status": "CREATE_COMPLETE", "physical_resource_id": "5621a51c-f161-4140-ba2b-3f10b9ae6804", "id": "1fed72cd-44c1-42bf-ab37-f17adfa521f0"}, {"resource_name": "ellis", "event_time": "2018-08-15T20:24:14Z", "links": [{"href": "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/resources/ellis/events/cc4379f8-337f-42f7-bd28-3d642e054e2d", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/resources/ellis", "rel": "resource"}, {"href": "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc", "rel": "stack"}], "logical_resource_id": "ellis", "resource_status_reason": "state changed", "resource_status": "CREATE_IN_PROGRESS", "physical_resource_id": "clearwater-opnfv-ellis-nckulqz656wu", "id": "cc4379f8-337f-42f7-bd28-3d642e054e2d"}]} 2018-08-15 20:24:18,147 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=8a656de6-b936-4081-85a3-d9b3b1fa08b0&sort_dir=asc&marker=8a656de6-b936-4081-85a3-d9b3b1fa08b0&sort_dir=asc used request id req-d6c7a52b-77ba-4b50-8805-02324d26605d 2018-08-15 20:24:18,147 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.122850894928s 2018-08-15 20:24:18,147 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=8a656de6-b936-4081-85a3-d9b3b1fa08b0&sort_dir=asc&marker=8a656de6-b936-4081-85a3-d9b3b1fa08b0&sort_dir=asc used request id req-d6c7a52b-77ba-4b50-8805-02324d26605d 2018-08-15 20:24:23,153 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-15 20:24:23,156 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/events?marker=cc4379f8-337f-42f7-bd28-3d642e054e2d&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}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" 2018-08-15 20:24:23,181 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 15 Aug 2018 20:24:23 GMT Server: Apache x-openstack-request-id: req-3a911e8e-5a23-4307-bdca-173adc41c52b Location: http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=cc4379f8-337f-42f7-bd28-3d642e054e2d&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-15 20:24:23,221 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:24:23 GMT Server: Apache x-openstack-request-id: req-78b09be0-f726-4e44-a88d-8dd9e0ba2d31 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-15 20:24:23,221 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=cc4379f8-337f-42f7-bd28-3d642e054e2d&sort_dir=asc&marker=cc4379f8-337f-42f7-bd28-3d642e054e2d&sort_dir=asc used request id req-78b09be0-f726-4e44-a88d-8dd9e0ba2d31 2018-08-15 20:24:23,221 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0677461624146s 2018-08-15 20:24:23,222 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=cc4379f8-337f-42f7-bd28-3d642e054e2d&sort_dir=asc&marker=cc4379f8-337f-42f7-bd28-3d642e054e2d&sort_dir=asc used request id req-78b09be0-f726-4e44-a88d-8dd9e0ba2d31 2018-08-15 20:24:28,226 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-15 20:24:28,229 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/events?marker=cc4379f8-337f-42f7-bd28-3d642e054e2d&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}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" 2018-08-15 20:24:28,255 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 15 Aug 2018 20:24:28 GMT Server: Apache x-openstack-request-id: req-9a3fee04-84e0-47b9-b16a-08f0afa862f2 Location: http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=cc4379f8-337f-42f7-bd28-3d642e054e2d&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-15 20:24:28,298 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:24:28 GMT Server: Apache x-openstack-request-id: req-fb6e327b-b623-43f8-ab19-6cf6724fa75b Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-15 20:24:28,298 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=cc4379f8-337f-42f7-bd28-3d642e054e2d&sort_dir=asc&marker=cc4379f8-337f-42f7-bd28-3d642e054e2d&sort_dir=asc used request id req-fb6e327b-b623-43f8-ab19-6cf6724fa75b 2018-08-15 20:24:28,298 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0717468261719s 2018-08-15 20:24:28,299 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=cc4379f8-337f-42f7-bd28-3d642e054e2d&sort_dir=asc&marker=cc4379f8-337f-42f7-bd28-3d642e054e2d&sort_dir=asc used request id req-fb6e327b-b623-43f8-ab19-6cf6724fa75b 2018-08-15 20:24:28,299 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-15 20:24:28,301 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/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}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" 2018-08-15 20:24:28,327 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 15 Aug 2018 20:24:28 GMT Server: Apache x-openstack-request-id: req-0cd4e737-80d3-4234-be7f-146506dbdf68 Location: http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc?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-15 20:24:28,351 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:24:28 GMT Server: Apache x-openstack-request-id: req-09093504-7140-4eeb-a1d5-7a80740581fe Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 877 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "134cf6cfc60c4b0290f266120d6d93be", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_9e546dd3-ce1a-4117-ae36-6e5da837d045", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_9e546dd3-ce1a-4117-ae36-6e5da837d045", "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_9e546dd3-ce1a-4117-ae36-6e5da837d045", "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": "fc8ca119-27ab-4070-99fa-a2993d11ee48", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "b45c2a9f-03f4-4ded-917d-30870e43d5dc", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "fc8ca119-27ab-4070-99fa-a2993d11ee48"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "f2456361ef254a98a357ede595eb45b5", "tags": null, "creation_time": "2018-08-15T20:22:02Z", "links": [{"href": "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "b45c2a9f-03f4-4ded-917d-30870e43d5dc", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-15 20:24:28,351 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc?resolve_outputs=False used request id req-09093504-7140-4eeb-a1d5-7a80740581fe 2018-08-15 20:24:28,351 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0521848201752s 2018-08-15 20:24:28,351 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc?resolve_outputs=False used request id req-09093504-7140-4eeb-a1d5-7a80740581fe 2018-08-15 20:24:33,358 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-15 20:24:33,360 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/events?marker=cc4379f8-337f-42f7-bd28-3d642e054e2d&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}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" 2018-08-15 20:24:33,398 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 15 Aug 2018 20:24:33 GMT Server: Apache x-openstack-request-id: req-1b6a35be-8e4f-4c34-9033-173b500dd9df Location: http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=cc4379f8-337f-42f7-bd28-3d642e054e2d&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-15 20:24:33,440 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:24:33 GMT Server: Apache x-openstack-request-id: req-0dfb6647-d4ef-42a2-ab7a-4abf416623bf Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-15 20:24:33,440 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=cc4379f8-337f-42f7-bd28-3d642e054e2d&sort_dir=asc&marker=cc4379f8-337f-42f7-bd28-3d642e054e2d&sort_dir=asc used request id req-0dfb6647-d4ef-42a2-ab7a-4abf416623bf 2018-08-15 20:24:33,440 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0825040340424s 2018-08-15 20:24:33,440 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=cc4379f8-337f-42f7-bd28-3d642e054e2d&sort_dir=asc&marker=cc4379f8-337f-42f7-bd28-3d642e054e2d&sort_dir=asc used request id req-0dfb6647-d4ef-42a2-ab7a-4abf416623bf 2018-08-15 20:24:38,446 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-15 20:24:38,449 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/events?marker=cc4379f8-337f-42f7-bd28-3d642e054e2d&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}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" 2018-08-15 20:24:38,475 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 15 Aug 2018 20:24:38 GMT Server: Apache x-openstack-request-id: req-2b19060e-5c3c-4f71-9748-c4597e8255ae Location: http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=cc4379f8-337f-42f7-bd28-3d642e054e2d&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-15 20:24:38,515 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:24:38 GMT Server: Apache x-openstack-request-id: req-d735a4a0-c37c-45e8-8485-88320f8a89ab Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-15 20:24:38,515 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=cc4379f8-337f-42f7-bd28-3d642e054e2d&sort_dir=asc&marker=cc4379f8-337f-42f7-bd28-3d642e054e2d&sort_dir=asc used request id req-d735a4a0-c37c-45e8-8485-88320f8a89ab 2018-08-15 20:24:38,515 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.069048166275s 2018-08-15 20:24:38,516 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=cc4379f8-337f-42f7-bd28-3d642e054e2d&sort_dir=asc&marker=cc4379f8-337f-42f7-bd28-3d642e054e2d&sort_dir=asc used request id req-d735a4a0-c37c-45e8-8485-88320f8a89ab 2018-08-15 20:24:38,516 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-15 20:24:38,518 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/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}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" 2018-08-15 20:24:38,542 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 15 Aug 2018 20:24:38 GMT Server: Apache x-openstack-request-id: req-d7e3560b-189d-4dbc-a01f-63403cd84652 Location: http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc?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-15 20:24:38,584 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:24:38 GMT Server: Apache x-openstack-request-id: req-0e2f1543-623f-43d5-b5a7-783473ede4fe Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 877 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "134cf6cfc60c4b0290f266120d6d93be", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_9e546dd3-ce1a-4117-ae36-6e5da837d045", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_9e546dd3-ce1a-4117-ae36-6e5da837d045", "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_9e546dd3-ce1a-4117-ae36-6e5da837d045", "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": "fc8ca119-27ab-4070-99fa-a2993d11ee48", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "b45c2a9f-03f4-4ded-917d-30870e43d5dc", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "fc8ca119-27ab-4070-99fa-a2993d11ee48"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "f2456361ef254a98a357ede595eb45b5", "tags": null, "creation_time": "2018-08-15T20:22:02Z", "links": [{"href": "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "b45c2a9f-03f4-4ded-917d-30870e43d5dc", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-15 20:24:38,584 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc?resolve_outputs=False used request id req-0e2f1543-623f-43d5-b5a7-783473ede4fe 2018-08-15 20:24:38,584 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0682559013367s 2018-08-15 20:24:38,585 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc?resolve_outputs=False used request id req-0e2f1543-623f-43d5-b5a7-783473ede4fe 2018-08-15 20:24:43,591 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-15 20:24:43,594 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/events?marker=cc4379f8-337f-42f7-bd28-3d642e054e2d&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}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" 2018-08-15 20:24:43,620 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 15 Aug 2018 20:24:43 GMT Server: Apache x-openstack-request-id: req-b32d7dd6-e17a-47d8-8036-054294a81321 Location: http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=cc4379f8-337f-42f7-bd28-3d642e054e2d&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-15 20:24:43,663 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:24:43 GMT Server: Apache x-openstack-request-id: req-0af10865-f9ba-4f22-b4b7-b3cafc512e56 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-15 20:24:43,663 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=cc4379f8-337f-42f7-bd28-3d642e054e2d&sort_dir=asc&marker=cc4379f8-337f-42f7-bd28-3d642e054e2d&sort_dir=asc used request id req-0af10865-f9ba-4f22-b4b7-b3cafc512e56 2018-08-15 20:24:43,664 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0720191001892s 2018-08-15 20:24:43,664 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=cc4379f8-337f-42f7-bd28-3d642e054e2d&sort_dir=asc&marker=cc4379f8-337f-42f7-bd28-3d642e054e2d&sort_dir=asc used request id req-0af10865-f9ba-4f22-b4b7-b3cafc512e56 2018-08-15 20:24:48,670 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-15 20:24:48,673 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/events?marker=cc4379f8-337f-42f7-bd28-3d642e054e2d&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}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" 2018-08-15 20:24:48,699 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 15 Aug 2018 20:24:48 GMT Server: Apache x-openstack-request-id: req-6640f72e-861b-4af9-84df-d2f7de698090 Location: http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=cc4379f8-337f-42f7-bd28-3d642e054e2d&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-15 20:24:48,741 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:24:48 GMT Server: Apache x-openstack-request-id: req-2e41c0f1-a49b-42be-b275-4ee6bef518b5 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-15 20:24:48,741 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=cc4379f8-337f-42f7-bd28-3d642e054e2d&sort_dir=asc&marker=cc4379f8-337f-42f7-bd28-3d642e054e2d&sort_dir=asc used request id req-2e41c0f1-a49b-42be-b275-4ee6bef518b5 2018-08-15 20:24:48,742 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0717270374298s 2018-08-15 20:24:48,742 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=cc4379f8-337f-42f7-bd28-3d642e054e2d&sort_dir=asc&marker=cc4379f8-337f-42f7-bd28-3d642e054e2d&sort_dir=asc used request id req-2e41c0f1-a49b-42be-b275-4ee6bef518b5 2018-08-15 20:24:48,742 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-15 20:24:48,745 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/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}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" 2018-08-15 20:24:48,771 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 15 Aug 2018 20:24:48 GMT Server: Apache x-openstack-request-id: req-a6107179-d675-45ae-990b-14ef2e464f6c Location: http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc?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-15 20:24:48,813 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:24:48 GMT Server: Apache x-openstack-request-id: req-6b2b745b-fa2d-4284-84fe-e4b422be6b7c Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 877 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "134cf6cfc60c4b0290f266120d6d93be", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_9e546dd3-ce1a-4117-ae36-6e5da837d045", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_9e546dd3-ce1a-4117-ae36-6e5da837d045", "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_9e546dd3-ce1a-4117-ae36-6e5da837d045", "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": "fc8ca119-27ab-4070-99fa-a2993d11ee48", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "b45c2a9f-03f4-4ded-917d-30870e43d5dc", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "fc8ca119-27ab-4070-99fa-a2993d11ee48"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "f2456361ef254a98a357ede595eb45b5", "tags": null, "creation_time": "2018-08-15T20:22:02Z", "links": [{"href": "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "b45c2a9f-03f4-4ded-917d-30870e43d5dc", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-15 20:24:48,814 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc?resolve_outputs=False used request id req-6b2b745b-fa2d-4284-84fe-e4b422be6b7c 2018-08-15 20:24:48,814 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0711510181427s 2018-08-15 20:24:48,814 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc?resolve_outputs=False used request id req-6b2b745b-fa2d-4284-84fe-e4b422be6b7c 2018-08-15 20:24:53,821 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-15 20:24:53,825 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/events?marker=cc4379f8-337f-42f7-bd28-3d642e054e2d&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}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" 2018-08-15 20:24:53,852 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 15 Aug 2018 20:24:53 GMT Server: Apache x-openstack-request-id: req-0b7fb080-72db-46aa-a005-84925593b453 Location: http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=cc4379f8-337f-42f7-bd28-3d642e054e2d&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-15 20:24:53,894 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:24:53 GMT Server: Apache x-openstack-request-id: req-f68f53f7-f95c-4c6d-b7b0-69290c81253f Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-15 20:24:53,894 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=cc4379f8-337f-42f7-bd28-3d642e054e2d&sort_dir=asc&marker=cc4379f8-337f-42f7-bd28-3d642e054e2d&sort_dir=asc used request id req-f68f53f7-f95c-4c6d-b7b0-69290c81253f 2018-08-15 20:24:53,894 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0729928016663s 2018-08-15 20:24:53,894 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=cc4379f8-337f-42f7-bd28-3d642e054e2d&sort_dir=asc&marker=cc4379f8-337f-42f7-bd28-3d642e054e2d&sort_dir=asc used request id req-f68f53f7-f95c-4c6d-b7b0-69290c81253f 2018-08-15 20:24:58,900 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-15 20:24:58,903 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/events?marker=cc4379f8-337f-42f7-bd28-3d642e054e2d&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}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" 2018-08-15 20:24:58,929 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 15 Aug 2018 20:24:58 GMT Server: Apache x-openstack-request-id: req-37a708ea-9c1a-45cb-9fc4-e60cecd9fc18 Location: http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=cc4379f8-337f-42f7-bd28-3d642e054e2d&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-15 20:24:58,970 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:24:58 GMT Server: Apache x-openstack-request-id: req-f7e87bb7-68f7-4e59-90c7-0c9405a97d85 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-15 20:24:58,970 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=cc4379f8-337f-42f7-bd28-3d642e054e2d&sort_dir=asc&marker=cc4379f8-337f-42f7-bd28-3d642e054e2d&sort_dir=asc used request id req-f7e87bb7-68f7-4e59-90c7-0c9405a97d85 2018-08-15 20:24:58,970 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0702579021454s 2018-08-15 20:24:58,971 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=cc4379f8-337f-42f7-bd28-3d642e054e2d&sort_dir=asc&marker=cc4379f8-337f-42f7-bd28-3d642e054e2d&sort_dir=asc used request id req-f7e87bb7-68f7-4e59-90c7-0c9405a97d85 2018-08-15 20:24:58,971 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-15 20:24:58,974 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/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}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" 2018-08-15 20:24:59,000 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 15 Aug 2018 20:24:58 GMT Server: Apache x-openstack-request-id: req-f2efcf6b-bd3d-4d24-acd0-36b8a7c32474 Location: http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc?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-15 20:24:59,054 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:24:59 GMT Server: Apache x-openstack-request-id: req-c6a1927e-d2fe-4d5e-adbe-a7849a2e09d2 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 877 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "134cf6cfc60c4b0290f266120d6d93be", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_9e546dd3-ce1a-4117-ae36-6e5da837d045", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_9e546dd3-ce1a-4117-ae36-6e5da837d045", "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_9e546dd3-ce1a-4117-ae36-6e5da837d045", "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": "fc8ca119-27ab-4070-99fa-a2993d11ee48", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "b45c2a9f-03f4-4ded-917d-30870e43d5dc", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "fc8ca119-27ab-4070-99fa-a2993d11ee48"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "f2456361ef254a98a357ede595eb45b5", "tags": null, "creation_time": "2018-08-15T20:22:02Z", "links": [{"href": "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "b45c2a9f-03f4-4ded-917d-30870e43d5dc", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-15 20:24:59,054 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc?resolve_outputs=False used request id req-c6a1927e-d2fe-4d5e-adbe-a7849a2e09d2 2018-08-15 20:24:59,054 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0828168392181s 2018-08-15 20:24:59,054 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc?resolve_outputs=False used request id req-c6a1927e-d2fe-4d5e-adbe-a7849a2e09d2 2018-08-15 20:25:04,061 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-15 20:25:04,064 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/events?marker=cc4379f8-337f-42f7-bd28-3d642e054e2d&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}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" 2018-08-15 20:25:04,091 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 15 Aug 2018 20:25:04 GMT Server: Apache x-openstack-request-id: req-c6086b1d-a9c7-4c75-8794-207fabbf282c Location: http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=cc4379f8-337f-42f7-bd28-3d642e054e2d&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-15 20:25:04,132 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:25:04 GMT Server: Apache x-openstack-request-id: req-6122f5dd-a3f7-4b03-8751-bc623991421a Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-15 20:25:04,133 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=cc4379f8-337f-42f7-bd28-3d642e054e2d&sort_dir=asc&marker=cc4379f8-337f-42f7-bd28-3d642e054e2d&sort_dir=asc used request id req-6122f5dd-a3f7-4b03-8751-bc623991421a 2018-08-15 20:25:04,133 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0718011856079s 2018-08-15 20:25:04,133 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=cc4379f8-337f-42f7-bd28-3d642e054e2d&sort_dir=asc&marker=cc4379f8-337f-42f7-bd28-3d642e054e2d&sort_dir=asc used request id req-6122f5dd-a3f7-4b03-8751-bc623991421a 2018-08-15 20:25:09,139 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-15 20:25:09,142 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/events?marker=cc4379f8-337f-42f7-bd28-3d642e054e2d&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}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" 2018-08-15 20:25:09,176 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 15 Aug 2018 20:25:09 GMT Server: Apache x-openstack-request-id: req-206ca242-339b-4dc3-8654-f918d7d07ffd Location: http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=cc4379f8-337f-42f7-bd28-3d642e054e2d&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-15 20:25:09,218 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:25:09 GMT Server: Apache x-openstack-request-id: req-77b2f26b-9dd0-4303-a0c5-a00a9c07d029 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-15 20:25:09,218 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=cc4379f8-337f-42f7-bd28-3d642e054e2d&sort_dir=asc&marker=cc4379f8-337f-42f7-bd28-3d642e054e2d&sort_dir=asc used request id req-77b2f26b-9dd0-4303-a0c5-a00a9c07d029 2018-08-15 20:25:09,218 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0790939331055s 2018-08-15 20:25:09,219 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=cc4379f8-337f-42f7-bd28-3d642e054e2d&sort_dir=asc&marker=cc4379f8-337f-42f7-bd28-3d642e054e2d&sort_dir=asc used request id req-77b2f26b-9dd0-4303-a0c5-a00a9c07d029 2018-08-15 20:25:09,219 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-15 20:25:09,222 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/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}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" 2018-08-15 20:25:09,249 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 15 Aug 2018 20:25:09 GMT Server: Apache x-openstack-request-id: req-bdd85092-ca31-4e94-bfe0-cfc7a253c0ef Location: http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc?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-15 20:25:09,290 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:25:09 GMT Server: Apache x-openstack-request-id: req-7a00775c-a5d7-4ef7-ade6-6dc393b75cfd Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 877 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "134cf6cfc60c4b0290f266120d6d93be", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_9e546dd3-ce1a-4117-ae36-6e5da837d045", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_9e546dd3-ce1a-4117-ae36-6e5da837d045", "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_9e546dd3-ce1a-4117-ae36-6e5da837d045", "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": "fc8ca119-27ab-4070-99fa-a2993d11ee48", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "b45c2a9f-03f4-4ded-917d-30870e43d5dc", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "fc8ca119-27ab-4070-99fa-a2993d11ee48"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "f2456361ef254a98a357ede595eb45b5", "tags": null, "creation_time": "2018-08-15T20:22:02Z", "links": [{"href": "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "b45c2a9f-03f4-4ded-917d-30870e43d5dc", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-15 20:25:09,290 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc?resolve_outputs=False used request id req-7a00775c-a5d7-4ef7-ade6-6dc393b75cfd 2018-08-15 20:25:09,290 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0711650848389s 2018-08-15 20:25:09,291 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc?resolve_outputs=False used request id req-7a00775c-a5d7-4ef7-ade6-6dc393b75cfd 2018-08-15 20:25:14,298 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-15 20:25:14,301 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/events?marker=cc4379f8-337f-42f7-bd28-3d642e054e2d&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}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" 2018-08-15 20:25:14,329 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 15 Aug 2018 20:25:14 GMT Server: Apache x-openstack-request-id: req-75a5fdad-abc4-4419-8b0f-7eb432e49570 Location: http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=cc4379f8-337f-42f7-bd28-3d642e054e2d&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-15 20:25:14,371 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:25:14 GMT Server: Apache x-openstack-request-id: req-5cb82fe7-66fd-4860-a24b-bc230a4a3bf9 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-15 20:25:14,371 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=cc4379f8-337f-42f7-bd28-3d642e054e2d&sort_dir=asc&marker=cc4379f8-337f-42f7-bd28-3d642e054e2d&sort_dir=asc used request id req-5cb82fe7-66fd-4860-a24b-bc230a4a3bf9 2018-08-15 20:25:14,372 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0736920833588s 2018-08-15 20:25:14,372 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=cc4379f8-337f-42f7-bd28-3d642e054e2d&sort_dir=asc&marker=cc4379f8-337f-42f7-bd28-3d642e054e2d&sort_dir=asc used request id req-5cb82fe7-66fd-4860-a24b-bc230a4a3bf9 2018-08-15 20:25:19,378 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-15 20:25:19,381 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/events?marker=cc4379f8-337f-42f7-bd28-3d642e054e2d&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}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" 2018-08-15 20:25:19,408 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 15 Aug 2018 20:25:19 GMT Server: Apache x-openstack-request-id: req-1daaf5e6-bafe-4abd-a889-1f5be75081b5 Location: http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=cc4379f8-337f-42f7-bd28-3d642e054e2d&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-15 20:25:19,449 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:25:19 GMT Server: Apache x-openstack-request-id: req-dfd57c01-9c15-4703-b6ea-8dea08718a57 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-15 20:25:19,449 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=cc4379f8-337f-42f7-bd28-3d642e054e2d&sort_dir=asc&marker=cc4379f8-337f-42f7-bd28-3d642e054e2d&sort_dir=asc used request id req-dfd57c01-9c15-4703-b6ea-8dea08718a57 2018-08-15 20:25:19,450 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0714778900146s 2018-08-15 20:25:19,450 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=cc4379f8-337f-42f7-bd28-3d642e054e2d&sort_dir=asc&marker=cc4379f8-337f-42f7-bd28-3d642e054e2d&sort_dir=asc used request id req-dfd57c01-9c15-4703-b6ea-8dea08718a57 2018-08-15 20:25:19,450 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-15 20:25:19,453 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/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}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" 2018-08-15 20:25:19,479 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 15 Aug 2018 20:25:19 GMT Server: Apache x-openstack-request-id: req-ed2a07a7-5d71-4717-8e8e-9730b734c1e3 Location: http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc?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-15 20:25:19,505 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:25:19 GMT Server: Apache x-openstack-request-id: req-1725ef1d-5439-4fda-bdee-483a3722ae11 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 877 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "134cf6cfc60c4b0290f266120d6d93be", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_9e546dd3-ce1a-4117-ae36-6e5da837d045", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_9e546dd3-ce1a-4117-ae36-6e5da837d045", "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_9e546dd3-ce1a-4117-ae36-6e5da837d045", "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": "fc8ca119-27ab-4070-99fa-a2993d11ee48", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "b45c2a9f-03f4-4ded-917d-30870e43d5dc", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "fc8ca119-27ab-4070-99fa-a2993d11ee48"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "f2456361ef254a98a357ede595eb45b5", "tags": null, "creation_time": "2018-08-15T20:22:02Z", "links": [{"href": "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "b45c2a9f-03f4-4ded-917d-30870e43d5dc", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-15 20:25:19,505 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc?resolve_outputs=False used request id req-1725ef1d-5439-4fda-bdee-483a3722ae11 2018-08-15 20:25:19,505 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0545980930328s 2018-08-15 20:25:19,505 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc?resolve_outputs=False used request id req-1725ef1d-5439-4fda-bdee-483a3722ae11 2018-08-15 20:25:24,512 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-15 20:25:24,515 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/events?marker=cc4379f8-337f-42f7-bd28-3d642e054e2d&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}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" 2018-08-15 20:25:24,541 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 15 Aug 2018 20:25:24 GMT Server: Apache x-openstack-request-id: req-a2373f0b-2a96-45bf-baef-434cda6dcc26 Location: http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=cc4379f8-337f-42f7-bd28-3d642e054e2d&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-15 20:25:24,585 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:25:24 GMT Server: Apache x-openstack-request-id: req-524c83ff-e84a-40bd-8c9d-bf4d939f87da Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-15 20:25:24,585 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=cc4379f8-337f-42f7-bd28-3d642e054e2d&sort_dir=asc&marker=cc4379f8-337f-42f7-bd28-3d642e054e2d&sort_dir=asc used request id req-524c83ff-e84a-40bd-8c9d-bf4d939f87da 2018-08-15 20:25:24,586 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0733711719513s 2018-08-15 20:25:24,586 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=cc4379f8-337f-42f7-bd28-3d642e054e2d&sort_dir=asc&marker=cc4379f8-337f-42f7-bd28-3d642e054e2d&sort_dir=asc used request id req-524c83ff-e84a-40bd-8c9d-bf4d939f87da 2018-08-15 20:25:29,592 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-15 20:25:29,595 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/events?marker=cc4379f8-337f-42f7-bd28-3d642e054e2d&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}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" 2018-08-15 20:25:29,622 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 15 Aug 2018 20:25:29 GMT Server: Apache x-openstack-request-id: req-74d2ea3e-81c9-4cbe-a5c5-8f805b617b40 Location: http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=cc4379f8-337f-42f7-bd28-3d642e054e2d&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-15 20:25:29,666 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:25:29 GMT Server: Apache x-openstack-request-id: req-8401f919-f5ff-43e3-a3a3-13e569daec53 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-15 20:25:29,666 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=cc4379f8-337f-42f7-bd28-3d642e054e2d&sort_dir=asc&marker=cc4379f8-337f-42f7-bd28-3d642e054e2d&sort_dir=asc used request id req-8401f919-f5ff-43e3-a3a3-13e569daec53 2018-08-15 20:25:29,666 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0745840072632s 2018-08-15 20:25:29,667 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=cc4379f8-337f-42f7-bd28-3d642e054e2d&sort_dir=asc&marker=cc4379f8-337f-42f7-bd28-3d642e054e2d&sort_dir=asc used request id req-8401f919-f5ff-43e3-a3a3-13e569daec53 2018-08-15 20:25:29,667 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-15 20:25:29,670 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/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}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" 2018-08-15 20:25:29,695 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 15 Aug 2018 20:25:29 GMT Server: Apache x-openstack-request-id: req-709c0e7a-4ce0-4572-ba50-e1b46ec4d910 Location: http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc?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-15 20:25:29,736 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:25:29 GMT Server: Apache x-openstack-request-id: req-1c19f6cc-82f2-43d2-bb4b-0b49d45d1970 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 877 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "134cf6cfc60c4b0290f266120d6d93be", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_9e546dd3-ce1a-4117-ae36-6e5da837d045", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_9e546dd3-ce1a-4117-ae36-6e5da837d045", "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_9e546dd3-ce1a-4117-ae36-6e5da837d045", "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": "fc8ca119-27ab-4070-99fa-a2993d11ee48", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "b45c2a9f-03f4-4ded-917d-30870e43d5dc", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "fc8ca119-27ab-4070-99fa-a2993d11ee48"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "f2456361ef254a98a357ede595eb45b5", "tags": null, "creation_time": "2018-08-15T20:22:02Z", "links": [{"href": "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "b45c2a9f-03f4-4ded-917d-30870e43d5dc", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-15 20:25:29,736 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc?resolve_outputs=False used request id req-1c19f6cc-82f2-43d2-bb4b-0b49d45d1970 2018-08-15 20:25:29,736 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0687580108643s 2018-08-15 20:25:29,736 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc?resolve_outputs=False used request id req-1c19f6cc-82f2-43d2-bb4b-0b49d45d1970 2018-08-15 20:25:34,743 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-15 20:25:34,746 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/events?marker=cc4379f8-337f-42f7-bd28-3d642e054e2d&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}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" 2018-08-15 20:25:34,773 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 15 Aug 2018 20:25:34 GMT Server: Apache x-openstack-request-id: req-8aafe86e-f2ec-46a0-823e-7556d1b72fd4 Location: http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=cc4379f8-337f-42f7-bd28-3d642e054e2d&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-15 20:25:34,814 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:25:34 GMT Server: Apache x-openstack-request-id: req-72d47ebd-0729-4c9a-ac4d-fdcbada9312d Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-15 20:25:34,814 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=cc4379f8-337f-42f7-bd28-3d642e054e2d&sort_dir=asc&marker=cc4379f8-337f-42f7-bd28-3d642e054e2d&sort_dir=asc used request id req-72d47ebd-0729-4c9a-ac4d-fdcbada9312d 2018-08-15 20:25:34,814 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0713648796082s 2018-08-15 20:25:34,815 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=cc4379f8-337f-42f7-bd28-3d642e054e2d&sort_dir=asc&marker=cc4379f8-337f-42f7-bd28-3d642e054e2d&sort_dir=asc used request id req-72d47ebd-0729-4c9a-ac4d-fdcbada9312d 2018-08-15 20:25:39,820 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-15 20:25:39,824 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/events?marker=cc4379f8-337f-42f7-bd28-3d642e054e2d&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}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" 2018-08-15 20:25:39,851 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 15 Aug 2018 20:25:39 GMT Server: Apache x-openstack-request-id: req-529266f9-eb4c-49f0-a41f-025aabfa5198 Location: http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=cc4379f8-337f-42f7-bd28-3d642e054e2d&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-15 20:25:39,892 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:25:39 GMT Server: Apache x-openstack-request-id: req-c6a1834c-e06c-457f-931b-ac06b69021cb Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-15 20:25:39,892 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=cc4379f8-337f-42f7-bd28-3d642e054e2d&sort_dir=asc&marker=cc4379f8-337f-42f7-bd28-3d642e054e2d&sort_dir=asc used request id req-c6a1834c-e06c-457f-931b-ac06b69021cb 2018-08-15 20:25:39,893 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0719320774078s 2018-08-15 20:25:39,893 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=cc4379f8-337f-42f7-bd28-3d642e054e2d&sort_dir=asc&marker=cc4379f8-337f-42f7-bd28-3d642e054e2d&sort_dir=asc used request id req-c6a1834c-e06c-457f-931b-ac06b69021cb 2018-08-15 20:25:39,893 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-15 20:25:39,896 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/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}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" 2018-08-15 20:25:39,921 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 15 Aug 2018 20:25:39 GMT Server: Apache x-openstack-request-id: req-96b08cc9-6e20-4438-8d97-9d360eb49620 Location: http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc?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-15 20:25:39,962 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:25:39 GMT Server: Apache x-openstack-request-id: req-c33daaf7-b47c-4a85-8a16-de1e0b55f67b Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 877 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "134cf6cfc60c4b0290f266120d6d93be", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_9e546dd3-ce1a-4117-ae36-6e5da837d045", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_9e546dd3-ce1a-4117-ae36-6e5da837d045", "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_9e546dd3-ce1a-4117-ae36-6e5da837d045", "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": "fc8ca119-27ab-4070-99fa-a2993d11ee48", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "b45c2a9f-03f4-4ded-917d-30870e43d5dc", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "fc8ca119-27ab-4070-99fa-a2993d11ee48"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "f2456361ef254a98a357ede595eb45b5", "tags": null, "creation_time": "2018-08-15T20:22:02Z", "links": [{"href": "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "b45c2a9f-03f4-4ded-917d-30870e43d5dc", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-15 20:25:39,962 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc?resolve_outputs=False used request id req-c33daaf7-b47c-4a85-8a16-de1e0b55f67b 2018-08-15 20:25:39,962 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0689561367035s 2018-08-15 20:25:39,963 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc?resolve_outputs=False used request id req-c33daaf7-b47c-4a85-8a16-de1e0b55f67b 2018-08-15 20:25:44,969 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-15 20:25:44,972 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/events?marker=cc4379f8-337f-42f7-bd28-3d642e054e2d&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}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" 2018-08-15 20:25:44,999 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 15 Aug 2018 20:25:44 GMT Server: Apache x-openstack-request-id: req-f6cf9f37-7916-4f60-979e-2f723a0483c9 Location: http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=cc4379f8-337f-42f7-bd28-3d642e054e2d&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-15 20:25:45,041 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:25:45 GMT Server: Apache x-openstack-request-id: req-3dc13163-4045-48d6-b325-43aa247bceda Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-15 20:25:45,041 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=cc4379f8-337f-42f7-bd28-3d642e054e2d&sort_dir=asc&marker=cc4379f8-337f-42f7-bd28-3d642e054e2d&sort_dir=asc used request id req-3dc13163-4045-48d6-b325-43aa247bceda 2018-08-15 20:25:45,042 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0722548961639s 2018-08-15 20:25:45,042 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=cc4379f8-337f-42f7-bd28-3d642e054e2d&sort_dir=asc&marker=cc4379f8-337f-42f7-bd28-3d642e054e2d&sort_dir=asc used request id req-3dc13163-4045-48d6-b325-43aa247bceda 2018-08-15 20:25:50,048 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-15 20:25:50,051 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/events?marker=cc4379f8-337f-42f7-bd28-3d642e054e2d&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}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" 2018-08-15 20:25:50,077 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 15 Aug 2018 20:25:50 GMT Server: Apache x-openstack-request-id: req-faac1892-41e6-4c8a-9da6-e493e92f6f70 Location: http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=cc4379f8-337f-42f7-bd28-3d642e054e2d&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-15 20:25:50,118 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:25:50 GMT Server: Apache x-openstack-request-id: req-c398c484-226e-400c-aeea-cf2fdd4891ee Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-15 20:25:50,118 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=cc4379f8-337f-42f7-bd28-3d642e054e2d&sort_dir=asc&marker=cc4379f8-337f-42f7-bd28-3d642e054e2d&sort_dir=asc used request id req-c398c484-226e-400c-aeea-cf2fdd4891ee 2018-08-15 20:25:50,118 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0705919265747s 2018-08-15 20:25:50,119 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=cc4379f8-337f-42f7-bd28-3d642e054e2d&sort_dir=asc&marker=cc4379f8-337f-42f7-bd28-3d642e054e2d&sort_dir=asc used request id req-c398c484-226e-400c-aeea-cf2fdd4891ee 2018-08-15 20:25:50,119 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-15 20:25:50,121 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/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}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" 2018-08-15 20:25:50,146 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 15 Aug 2018 20:25:50 GMT Server: Apache x-openstack-request-id: req-b438f404-82a8-461a-805b-277e9685741e Location: http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc?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-15 20:25:50,170 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:25:50 GMT Server: Apache x-openstack-request-id: req-be2117a5-2c07-45af-8598-d8f2bed2076f Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 877 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "134cf6cfc60c4b0290f266120d6d93be", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_9e546dd3-ce1a-4117-ae36-6e5da837d045", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_9e546dd3-ce1a-4117-ae36-6e5da837d045", "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_9e546dd3-ce1a-4117-ae36-6e5da837d045", "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": "fc8ca119-27ab-4070-99fa-a2993d11ee48", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "b45c2a9f-03f4-4ded-917d-30870e43d5dc", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "fc8ca119-27ab-4070-99fa-a2993d11ee48"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "f2456361ef254a98a357ede595eb45b5", "tags": null, "creation_time": "2018-08-15T20:22:02Z", "links": [{"href": "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "b45c2a9f-03f4-4ded-917d-30870e43d5dc", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-15 20:25:50,171 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc?resolve_outputs=False used request id req-be2117a5-2c07-45af-8598-d8f2bed2076f 2018-08-15 20:25:50,171 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.05157995224s 2018-08-15 20:25:50,171 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc?resolve_outputs=False used request id req-be2117a5-2c07-45af-8598-d8f2bed2076f 2018-08-15 20:25:55,177 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-15 20:25:55,180 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/events?marker=cc4379f8-337f-42f7-bd28-3d642e054e2d&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}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" 2018-08-15 20:25:55,206 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 15 Aug 2018 20:25:55 GMT Server: Apache x-openstack-request-id: req-7cb0c218-1a05-4ed5-b4b2-2ad79aa3ecd3 Location: http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=cc4379f8-337f-42f7-bd28-3d642e054e2d&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-15 20:25:55,247 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:25:55 GMT Server: Apache x-openstack-request-id: req-44e71884-2246-4fba-aeb0-d482c58dacf2 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-15 20:25:55,247 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=cc4379f8-337f-42f7-bd28-3d642e054e2d&sort_dir=asc&marker=cc4379f8-337f-42f7-bd28-3d642e054e2d&sort_dir=asc used request id req-44e71884-2246-4fba-aeb0-d482c58dacf2 2018-08-15 20:25:55,248 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0702619552612s 2018-08-15 20:25:55,248 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=cc4379f8-337f-42f7-bd28-3d642e054e2d&sort_dir=asc&marker=cc4379f8-337f-42f7-bd28-3d642e054e2d&sort_dir=asc used request id req-44e71884-2246-4fba-aeb0-d482c58dacf2 2018-08-15 20:26:00,254 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-15 20:26:00,257 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/events?marker=cc4379f8-337f-42f7-bd28-3d642e054e2d&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}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" 2018-08-15 20:26:00,285 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 15 Aug 2018 20:26:00 GMT Server: Apache x-openstack-request-id: req-e300bf83-cc62-4e87-ae90-3ae8fef12eda Location: http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=cc4379f8-337f-42f7-bd28-3d642e054e2d&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-15 20:26:00,326 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:26:00 GMT Server: Apache x-openstack-request-id: req-7f7a78d2-6d8e-40ea-964b-3101eded1c08 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-15 20:26:00,326 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=cc4379f8-337f-42f7-bd28-3d642e054e2d&sort_dir=asc&marker=cc4379f8-337f-42f7-bd28-3d642e054e2d&sort_dir=asc used request id req-7f7a78d2-6d8e-40ea-964b-3101eded1c08 2018-08-15 20:26:00,327 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.072478055954s 2018-08-15 20:26:00,327 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=cc4379f8-337f-42f7-bd28-3d642e054e2d&sort_dir=asc&marker=cc4379f8-337f-42f7-bd28-3d642e054e2d&sort_dir=asc used request id req-7f7a78d2-6d8e-40ea-964b-3101eded1c08 2018-08-15 20:26:00,327 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-15 20:26:00,330 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/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}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" 2018-08-15 20:26:00,356 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 15 Aug 2018 20:26:00 GMT Server: Apache x-openstack-request-id: req-9f1768b3-042b-434a-bfdd-cdc55ca1a932 Location: http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc?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-15 20:26:00,399 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:26:00 GMT Server: Apache x-openstack-request-id: req-26c9076c-0ea6-44af-824f-5bb099aa7453 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 877 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "134cf6cfc60c4b0290f266120d6d93be", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_9e546dd3-ce1a-4117-ae36-6e5da837d045", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_9e546dd3-ce1a-4117-ae36-6e5da837d045", "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_9e546dd3-ce1a-4117-ae36-6e5da837d045", "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": "fc8ca119-27ab-4070-99fa-a2993d11ee48", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "b45c2a9f-03f4-4ded-917d-30870e43d5dc", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "fc8ca119-27ab-4070-99fa-a2993d11ee48"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "f2456361ef254a98a357ede595eb45b5", "tags": null, "creation_time": "2018-08-15T20:22:02Z", "links": [{"href": "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "b45c2a9f-03f4-4ded-917d-30870e43d5dc", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-15 20:26:00,399 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc?resolve_outputs=False used request id req-26c9076c-0ea6-44af-824f-5bb099aa7453 2018-08-15 20:26:00,399 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0718071460724s 2018-08-15 20:26:00,400 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc?resolve_outputs=False used request id req-26c9076c-0ea6-44af-824f-5bb099aa7453 2018-08-15 20:26:05,406 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-15 20:26:05,410 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/events?marker=cc4379f8-337f-42f7-bd28-3d642e054e2d&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}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" 2018-08-15 20:26:05,436 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 15 Aug 2018 20:26:05 GMT Server: Apache x-openstack-request-id: req-928f02d2-7717-4b5d-bc0a-2a35d2a869a2 Location: http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=cc4379f8-337f-42f7-bd28-3d642e054e2d&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-15 20:26:05,478 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:26:05 GMT Server: Apache x-openstack-request-id: req-b402efd2-3a48-4ca9-b990-f74eae0d3617 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-15 20:26:05,478 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=cc4379f8-337f-42f7-bd28-3d642e054e2d&sort_dir=asc&marker=cc4379f8-337f-42f7-bd28-3d642e054e2d&sort_dir=asc used request id req-b402efd2-3a48-4ca9-b990-f74eae0d3617 2018-08-15 20:26:05,479 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0719079971313s 2018-08-15 20:26:05,479 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=cc4379f8-337f-42f7-bd28-3d642e054e2d&sort_dir=asc&marker=cc4379f8-337f-42f7-bd28-3d642e054e2d&sort_dir=asc used request id req-b402efd2-3a48-4ca9-b990-f74eae0d3617 2018-08-15 20:26:10,485 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-15 20:26:10,488 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/events?marker=cc4379f8-337f-42f7-bd28-3d642e054e2d&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}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" 2018-08-15 20:26:10,514 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 15 Aug 2018 20:26:10 GMT Server: Apache x-openstack-request-id: req-6eca097c-d8e0-4d1f-90f5-a9e0ba5f1278 Location: http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=cc4379f8-337f-42f7-bd28-3d642e054e2d&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-15 20:26:10,559 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:26:10 GMT Server: Apache x-openstack-request-id: req-2907d966-d6c7-42b4-b38c-dc2517382632 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 711 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "ellis", "event_time": "2018-08-15T20:26:07Z", "links": [{"href": "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/resources/ellis/events/b6ef6f65-101c-43a9-a36e-4d37b63f750a", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/resources/ellis", "rel": "resource"}, {"href": "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc", "rel": "stack"}], "logical_resource_id": "ellis", "resource_status_reason": "state changed", "resource_status": "CREATE_COMPLETE", "physical_resource_id": "792322bd-78e7-4b9e-ac8f-d1748462fc55", "id": "b6ef6f65-101c-43a9-a36e-4d37b63f750a"}, {"resource_name": "dime", "event_time": "2018-08-15T20:26:07Z", "links": [{"href": "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/resources/dime/events/d1020c61-b1cc-4eed-a514-1159b4fecb45", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/resources/dime", "rel": "resource"}, {"href": "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc", "rel": "stack"}], "logical_resource_id": "dime", "resource_status_reason": "state changed", "resource_status": "CREATE_IN_PROGRESS", "physical_resource_id": "clearwater-opnfv-dime-2n7nh3oymkqt", "id": "d1020c61-b1cc-4eed-a514-1159b4fecb45"}, {"resource_name": "bono", "event_time": "2018-08-15T20:26:07Z", "links": [{"href": "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/resources/bono/events/8628567e-743e-45bc-9900-f33e2cd612fa", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/resources/bono", "rel": "resource"}, {"href": "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc", "rel": "stack"}], "logical_resource_id": "bono", "resource_status_reason": "state changed", "resource_status": "CREATE_IN_PROGRESS", "physical_resource_id": "clearwater-opnfv-bono-pygfv6iujfx7", "id": "8628567e-743e-45bc-9900-f33e2cd612fa"}, {"resource_name": "vellum", "event_time": "2018-08-15T20:26:07Z", "links": [{"href": "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/resources/vellum/events/4fb7cf0f-aa22-47f5-869d-dd75f48a8590", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/resources/vellum", "rel": "resource"}, {"href": "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc", "rel": "stack"}], "logical_resource_id": "vellum", "resource_status_reason": "state changed", "resource_status": "CREATE_IN_PROGRESS", "physical_resource_id": "clearwater-opnfv-vellum-elfbcp6qrd6c", "id": "4fb7cf0f-aa22-47f5-869d-dd75f48a8590"}, {"resource_name": "homer", "event_time": "2018-08-15T20:26:07Z", "links": [{"href": "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/resources/homer/events/93c65ae9-b758-4d2a-afbb-1909fbc68898", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/resources/homer", "rel": "resource"}, {"href": "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc", "rel": "stack"}], "logical_resource_id": "homer", "resource_status_reason": "state changed", "resource_status": "CREATE_IN_PROGRESS", "physical_resource_id": "clearwater-opnfv-homer-nzblcxrxuc3k", "id": "93c65ae9-b758-4d2a-afbb-1909fbc68898"}, {"resource_name": "sprout", "event_time": "2018-08-15T20:26:07Z", "links": [{"href": "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/resources/sprout/events/0d275163-8956-4f55-8f50-947fe79dc028", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/resources/sprout", "rel": "resource"}, {"href": "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc", "rel": "stack"}], "logical_resource_id": "sprout", "resource_status_reason": "state changed", "resource_status": "CREATE_IN_PROGRESS", "physical_resource_id": "clearwater-opnfv-sprout-nxigcpwvtrgx", "id": "0d275163-8956-4f55-8f50-947fe79dc028"}]} 2018-08-15 20:26:10,559 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=cc4379f8-337f-42f7-bd28-3d642e054e2d&sort_dir=asc&marker=cc4379f8-337f-42f7-bd28-3d642e054e2d&sort_dir=asc used request id req-2907d966-d6c7-42b4-b38c-dc2517382632 2018-08-15 20:26:10,559 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0745289325714s 2018-08-15 20:26:10,560 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=cc4379f8-337f-42f7-bd28-3d642e054e2d&sort_dir=asc&marker=cc4379f8-337f-42f7-bd28-3d642e054e2d&sort_dir=asc used request id req-2907d966-d6c7-42b4-b38c-dc2517382632 2018-08-15 20:26:15,567 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-15 20:26:15,570 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/events?marker=0d275163-8956-4f55-8f50-947fe79dc028&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}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" 2018-08-15 20:26:15,597 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 15 Aug 2018 20:26:15 GMT Server: Apache x-openstack-request-id: req-052d3e3b-7042-4b65-a4e2-a55ab07987f4 Location: http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=0d275163-8956-4f55-8f50-947fe79dc028&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-15 20:26:15,672 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:26:15 GMT Server: Apache x-openstack-request-id: req-837e33dc-d8af-4cff-bef2-89674c9fc5cf Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-15 20:26:15,673 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=0d275163-8956-4f55-8f50-947fe79dc028&sort_dir=asc&marker=0d275163-8956-4f55-8f50-947fe79dc028&sort_dir=asc used request id req-837e33dc-d8af-4cff-bef2-89674c9fc5cf 2018-08-15 20:26:15,673 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.106091022491s 2018-08-15 20:26:15,673 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=0d275163-8956-4f55-8f50-947fe79dc028&sort_dir=asc&marker=0d275163-8956-4f55-8f50-947fe79dc028&sort_dir=asc used request id req-837e33dc-d8af-4cff-bef2-89674c9fc5cf 2018-08-15 20:26:20,678 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-15 20:26:20,681 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/events?marker=0d275163-8956-4f55-8f50-947fe79dc028&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}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" 2018-08-15 20:26:20,709 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 15 Aug 2018 20:26:20 GMT Server: Apache x-openstack-request-id: req-a9515363-6f24-427f-a83b-bee958b0ce3b Location: http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=0d275163-8956-4f55-8f50-947fe79dc028&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-15 20:26:20,752 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:26:20 GMT Server: Apache x-openstack-request-id: req-df2be3f9-299b-49bb-8d7e-ffa3894bdf8f Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-15 20:26:20,752 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=0d275163-8956-4f55-8f50-947fe79dc028&sort_dir=asc&marker=0d275163-8956-4f55-8f50-947fe79dc028&sort_dir=asc used request id req-df2be3f9-299b-49bb-8d7e-ffa3894bdf8f 2018-08-15 20:26:20,752 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0738880634308s 2018-08-15 20:26:20,753 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=0d275163-8956-4f55-8f50-947fe79dc028&sort_dir=asc&marker=0d275163-8956-4f55-8f50-947fe79dc028&sort_dir=asc used request id req-df2be3f9-299b-49bb-8d7e-ffa3894bdf8f 2018-08-15 20:26:20,753 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-15 20:26:20,756 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/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}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" 2018-08-15 20:26:20,799 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 15 Aug 2018 20:26:20 GMT Server: Apache x-openstack-request-id: req-e5f05146-9ad8-45b3-bfb5-80c903a9103d Location: http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc?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-15 20:26:20,840 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:26:20 GMT Server: Apache x-openstack-request-id: req-6b39cd90-4d83-4c2d-aa64-2d14f01f6758 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 877 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "134cf6cfc60c4b0290f266120d6d93be", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_9e546dd3-ce1a-4117-ae36-6e5da837d045", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_9e546dd3-ce1a-4117-ae36-6e5da837d045", "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_9e546dd3-ce1a-4117-ae36-6e5da837d045", "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": "fc8ca119-27ab-4070-99fa-a2993d11ee48", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "b45c2a9f-03f4-4ded-917d-30870e43d5dc", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "fc8ca119-27ab-4070-99fa-a2993d11ee48"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "f2456361ef254a98a357ede595eb45b5", "tags": null, "creation_time": "2018-08-15T20:22:02Z", "links": [{"href": "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "b45c2a9f-03f4-4ded-917d-30870e43d5dc", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-15 20:26:20,840 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc?resolve_outputs=False used request id req-6b39cd90-4d83-4c2d-aa64-2d14f01f6758 2018-08-15 20:26:20,841 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0872461795807s 2018-08-15 20:26:20,841 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc?resolve_outputs=False used request id req-6b39cd90-4d83-4c2d-aa64-2d14f01f6758 2018-08-15 20:26:25,848 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-15 20:26:25,851 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/events?marker=0d275163-8956-4f55-8f50-947fe79dc028&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}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" 2018-08-15 20:26:27,628 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 15 Aug 2018 20:26:25 GMT Server: Apache x-openstack-request-id: req-f45f9e87-897d-4fc9-b203-4a29f62525f0 Location: http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=0d275163-8956-4f55-8f50-947fe79dc028&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-15 20:26:27,669 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:26:27 GMT Server: Apache x-openstack-request-id: req-f8af1f7a-0944-48d6-ae54-58ec62340eac Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-15 20:26:27,669 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=0d275163-8956-4f55-8f50-947fe79dc028&sort_dir=asc&marker=0d275163-8956-4f55-8f50-947fe79dc028&sort_dir=asc used request id req-f8af1f7a-0944-48d6-ae54-58ec62340eac 2018-08-15 20:26:27,669 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 1.82161402702s 2018-08-15 20:26:27,670 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=0d275163-8956-4f55-8f50-947fe79dc028&sort_dir=asc&marker=0d275163-8956-4f55-8f50-947fe79dc028&sort_dir=asc used request id req-f8af1f7a-0944-48d6-ae54-58ec62340eac 2018-08-15 20:26:32,675 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-15 20:26:32,679 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/events?marker=0d275163-8956-4f55-8f50-947fe79dc028&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}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" 2018-08-15 20:26:32,705 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 15 Aug 2018 20:26:32 GMT Server: Apache x-openstack-request-id: req-65cb86ec-6363-437a-ac52-e4f7d60c0c44 Location: http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=0d275163-8956-4f55-8f50-947fe79dc028&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-15 20:26:32,746 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:26:32 GMT Server: Apache x-openstack-request-id: req-b1df93f3-ed69-43a6-803e-7f9d03e26f59 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-15 20:26:32,746 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=0d275163-8956-4f55-8f50-947fe79dc028&sort_dir=asc&marker=0d275163-8956-4f55-8f50-947fe79dc028&sort_dir=asc used request id req-b1df93f3-ed69-43a6-803e-7f9d03e26f59 2018-08-15 20:26:32,746 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.070611000061s 2018-08-15 20:26:32,746 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=0d275163-8956-4f55-8f50-947fe79dc028&sort_dir=asc&marker=0d275163-8956-4f55-8f50-947fe79dc028&sort_dir=asc used request id req-b1df93f3-ed69-43a6-803e-7f9d03e26f59 2018-08-15 20:26:32,747 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-15 20:26:32,750 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/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}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" 2018-08-15 20:26:32,776 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 15 Aug 2018 20:26:32 GMT Server: Apache x-openstack-request-id: req-8c262c72-6c6c-4cf5-a66b-8dc1d7557906 Location: http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc?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-15 20:26:32,817 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:26:32 GMT Server: Apache x-openstack-request-id: req-7f0d8409-63fb-4fa0-8769-4310f272f48c Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 877 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "134cf6cfc60c4b0290f266120d6d93be", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_9e546dd3-ce1a-4117-ae36-6e5da837d045", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_9e546dd3-ce1a-4117-ae36-6e5da837d045", "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_9e546dd3-ce1a-4117-ae36-6e5da837d045", "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": "fc8ca119-27ab-4070-99fa-a2993d11ee48", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "b45c2a9f-03f4-4ded-917d-30870e43d5dc", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "fc8ca119-27ab-4070-99fa-a2993d11ee48"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "f2456361ef254a98a357ede595eb45b5", "tags": null, "creation_time": "2018-08-15T20:22:02Z", "links": [{"href": "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "b45c2a9f-03f4-4ded-917d-30870e43d5dc", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-15 20:26:32,817 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc?resolve_outputs=False used request id req-7f0d8409-63fb-4fa0-8769-4310f272f48c 2018-08-15 20:26:32,818 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0706560611725s 2018-08-15 20:26:32,818 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc?resolve_outputs=False used request id req-7f0d8409-63fb-4fa0-8769-4310f272f48c 2018-08-15 20:26:37,824 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-15 20:26:37,827 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/events?marker=0d275163-8956-4f55-8f50-947fe79dc028&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}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" 2018-08-15 20:26:37,854 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 15 Aug 2018 20:26:37 GMT Server: Apache x-openstack-request-id: req-e287d109-fff8-4019-b025-dd1e2eff5dd7 Location: http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=0d275163-8956-4f55-8f50-947fe79dc028&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-15 20:26:37,898 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:26:37 GMT Server: Apache x-openstack-request-id: req-d8dc0107-5c61-4ca1-bbc6-de39574ae207 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-15 20:26:37,898 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=0d275163-8956-4f55-8f50-947fe79dc028&sort_dir=asc&marker=0d275163-8956-4f55-8f50-947fe79dc028&sort_dir=asc used request id req-d8dc0107-5c61-4ca1-bbc6-de39574ae207 2018-08-15 20:26:37,898 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0736620426178s 2018-08-15 20:26:37,899 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=0d275163-8956-4f55-8f50-947fe79dc028&sort_dir=asc&marker=0d275163-8956-4f55-8f50-947fe79dc028&sort_dir=asc used request id req-d8dc0107-5c61-4ca1-bbc6-de39574ae207 2018-08-15 20:26:42,904 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-15 20:26:42,907 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/events?marker=0d275163-8956-4f55-8f50-947fe79dc028&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}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" 2018-08-15 20:26:42,934 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 15 Aug 2018 20:26:42 GMT Server: Apache x-openstack-request-id: req-91b5f8fd-38f2-429a-b80a-1b527e8c7372 Location: http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=0d275163-8956-4f55-8f50-947fe79dc028&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-15 20:26:42,975 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:26:42 GMT Server: Apache x-openstack-request-id: req-c3b1d2c2-65cd-4163-95d2-6fd62fdab905 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-15 20:26:42,975 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=0d275163-8956-4f55-8f50-947fe79dc028&sort_dir=asc&marker=0d275163-8956-4f55-8f50-947fe79dc028&sort_dir=asc used request id req-c3b1d2c2-65cd-4163-95d2-6fd62fdab905 2018-08-15 20:26:42,975 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0707590579987s 2018-08-15 20:26:42,976 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=0d275163-8956-4f55-8f50-947fe79dc028&sort_dir=asc&marker=0d275163-8956-4f55-8f50-947fe79dc028&sort_dir=asc used request id req-c3b1d2c2-65cd-4163-95d2-6fd62fdab905 2018-08-15 20:26:42,976 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-15 20:26:42,979 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/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}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" 2018-08-15 20:26:43,006 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 15 Aug 2018 20:26:43 GMT Server: Apache x-openstack-request-id: req-9901e94c-2010-4320-af07-d97dc5019a76 Location: http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc?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-15 20:26:43,047 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:26:43 GMT Server: Apache x-openstack-request-id: req-865036cc-c292-4ffc-accc-9b13e6e8bdc2 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 877 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "134cf6cfc60c4b0290f266120d6d93be", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_9e546dd3-ce1a-4117-ae36-6e5da837d045", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_9e546dd3-ce1a-4117-ae36-6e5da837d045", "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_9e546dd3-ce1a-4117-ae36-6e5da837d045", "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": "fc8ca119-27ab-4070-99fa-a2993d11ee48", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "b45c2a9f-03f4-4ded-917d-30870e43d5dc", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "fc8ca119-27ab-4070-99fa-a2993d11ee48"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "f2456361ef254a98a357ede595eb45b5", "tags": null, "creation_time": "2018-08-15T20:22:02Z", "links": [{"href": "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "b45c2a9f-03f4-4ded-917d-30870e43d5dc", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-15 20:26:43,047 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc?resolve_outputs=False used request id req-865036cc-c292-4ffc-accc-9b13e6e8bdc2 2018-08-15 20:26:43,047 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0712821483612s 2018-08-15 20:26:43,048 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc?resolve_outputs=False used request id req-865036cc-c292-4ffc-accc-9b13e6e8bdc2 2018-08-15 20:26:48,054 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-15 20:26:48,057 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/events?marker=0d275163-8956-4f55-8f50-947fe79dc028&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}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" 2018-08-15 20:26:48,085 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 15 Aug 2018 20:26:48 GMT Server: Apache x-openstack-request-id: req-02cb2556-3447-4ec1-ab4d-11685435156c Location: http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=0d275163-8956-4f55-8f50-947fe79dc028&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-15 20:26:48,127 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:26:48 GMT Server: Apache x-openstack-request-id: req-14a52377-ca51-4e92-9e5a-6588df57a3e8 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-15 20:26:48,127 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=0d275163-8956-4f55-8f50-947fe79dc028&sort_dir=asc&marker=0d275163-8956-4f55-8f50-947fe79dc028&sort_dir=asc used request id req-14a52377-ca51-4e92-9e5a-6588df57a3e8 2018-08-15 20:26:48,127 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0727548599243s 2018-08-15 20:26:48,127 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=0d275163-8956-4f55-8f50-947fe79dc028&sort_dir=asc&marker=0d275163-8956-4f55-8f50-947fe79dc028&sort_dir=asc used request id req-14a52377-ca51-4e92-9e5a-6588df57a3e8 2018-08-15 20:26:53,133 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-15 20:26:53,136 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/events?marker=0d275163-8956-4f55-8f50-947fe79dc028&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}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" 2018-08-15 20:26:53,178 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 15 Aug 2018 20:26:53 GMT Server: Apache x-openstack-request-id: req-e698b9bd-9cae-4141-8830-f9e52dd885cf Location: http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=0d275163-8956-4f55-8f50-947fe79dc028&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-15 20:26:53,220 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:26:53 GMT Server: Apache x-openstack-request-id: req-333d8846-e60f-47d0-a8df-0581f6673a8c Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-15 20:26:53,220 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=0d275163-8956-4f55-8f50-947fe79dc028&sort_dir=asc&marker=0d275163-8956-4f55-8f50-947fe79dc028&sort_dir=asc used request id req-333d8846-e60f-47d0-a8df-0581f6673a8c 2018-08-15 20:26:53,220 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0871779918671s 2018-08-15 20:26:53,220 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=0d275163-8956-4f55-8f50-947fe79dc028&sort_dir=asc&marker=0d275163-8956-4f55-8f50-947fe79dc028&sort_dir=asc used request id req-333d8846-e60f-47d0-a8df-0581f6673a8c 2018-08-15 20:26:53,221 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-15 20:26:53,223 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/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}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" 2018-08-15 20:26:53,249 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 15 Aug 2018 20:26:53 GMT Server: Apache x-openstack-request-id: req-df809920-1e91-4a9d-8049-986e2d5e1650 Location: http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc?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-15 20:26:53,412 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:26:53 GMT Server: Apache x-openstack-request-id: req-eb92345c-fb6c-48a3-aedc-daddda174098 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 877 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "134cf6cfc60c4b0290f266120d6d93be", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_9e546dd3-ce1a-4117-ae36-6e5da837d045", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_9e546dd3-ce1a-4117-ae36-6e5da837d045", "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_9e546dd3-ce1a-4117-ae36-6e5da837d045", "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": "fc8ca119-27ab-4070-99fa-a2993d11ee48", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "b45c2a9f-03f4-4ded-917d-30870e43d5dc", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "fc8ca119-27ab-4070-99fa-a2993d11ee48"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "f2456361ef254a98a357ede595eb45b5", "tags": null, "creation_time": "2018-08-15T20:22:02Z", "links": [{"href": "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "b45c2a9f-03f4-4ded-917d-30870e43d5dc", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-15 20:26:53,412 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc?resolve_outputs=False used request id req-eb92345c-fb6c-48a3-aedc-daddda174098 2018-08-15 20:26:53,413 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.191489934921s 2018-08-15 20:26:53,413 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc?resolve_outputs=False used request id req-eb92345c-fb6c-48a3-aedc-daddda174098 2018-08-15 20:26:58,419 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-15 20:26:58,422 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/events?marker=0d275163-8956-4f55-8f50-947fe79dc028&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}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" 2018-08-15 20:26:58,450 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 15 Aug 2018 20:26:58 GMT Server: Apache x-openstack-request-id: req-4745ff0d-df7c-4b13-893f-948cdeb6b33e Location: http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=0d275163-8956-4f55-8f50-947fe79dc028&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-15 20:26:58,491 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:26:58 GMT Server: Apache x-openstack-request-id: req-9f1d1a1a-5106-4806-86ff-27b7397e5378 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-15 20:26:58,491 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=0d275163-8956-4f55-8f50-947fe79dc028&sort_dir=asc&marker=0d275163-8956-4f55-8f50-947fe79dc028&sort_dir=asc used request id req-9f1d1a1a-5106-4806-86ff-27b7397e5378 2018-08-15 20:26:58,491 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0715990066528s 2018-08-15 20:26:58,491 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=0d275163-8956-4f55-8f50-947fe79dc028&sort_dir=asc&marker=0d275163-8956-4f55-8f50-947fe79dc028&sort_dir=asc used request id req-9f1d1a1a-5106-4806-86ff-27b7397e5378 2018-08-15 20:27:03,497 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-15 20:27:03,500 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/events?marker=0d275163-8956-4f55-8f50-947fe79dc028&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}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" 2018-08-15 20:27:03,527 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 15 Aug 2018 20:27:03 GMT Server: Apache x-openstack-request-id: req-1fe73b06-5d32-4ad5-afe6-09941d8527c8 Location: http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=0d275163-8956-4f55-8f50-947fe79dc028&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-15 20:27:03,867 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:27:03 GMT Server: Apache x-openstack-request-id: req-5d021a6b-9561-4a35-954e-a94f6da3568f Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-15 20:27:03,867 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=0d275163-8956-4f55-8f50-947fe79dc028&sort_dir=asc&marker=0d275163-8956-4f55-8f50-947fe79dc028&sort_dir=asc used request id req-5d021a6b-9561-4a35-954e-a94f6da3568f 2018-08-15 20:27:03,868 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.370114088058s 2018-08-15 20:27:03,868 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=0d275163-8956-4f55-8f50-947fe79dc028&sort_dir=asc&marker=0d275163-8956-4f55-8f50-947fe79dc028&sort_dir=asc used request id req-5d021a6b-9561-4a35-954e-a94f6da3568f 2018-08-15 20:27:03,868 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-15 20:27:03,871 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/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}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" 2018-08-15 20:27:03,897 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 15 Aug 2018 20:27:03 GMT Server: Apache x-openstack-request-id: req-bb037f6c-ac84-4ef5-abad-91b253711267 Location: http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc?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-15 20:27:03,945 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:27:03 GMT Server: Apache x-openstack-request-id: req-0cb6866c-c80f-4af0-8c43-5c9032d29013 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 877 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "134cf6cfc60c4b0290f266120d6d93be", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_9e546dd3-ce1a-4117-ae36-6e5da837d045", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_9e546dd3-ce1a-4117-ae36-6e5da837d045", "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_9e546dd3-ce1a-4117-ae36-6e5da837d045", "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": "fc8ca119-27ab-4070-99fa-a2993d11ee48", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "b45c2a9f-03f4-4ded-917d-30870e43d5dc", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "fc8ca119-27ab-4070-99fa-a2993d11ee48"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "f2456361ef254a98a357ede595eb45b5", "tags": null, "creation_time": "2018-08-15T20:22:02Z", "links": [{"href": "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "b45c2a9f-03f4-4ded-917d-30870e43d5dc", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-15 20:27:03,945 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc?resolve_outputs=False used request id req-0cb6866c-c80f-4af0-8c43-5c9032d29013 2018-08-15 20:27:03,945 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0766940116882s 2018-08-15 20:27:03,945 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc?resolve_outputs=False used request id req-0cb6866c-c80f-4af0-8c43-5c9032d29013 2018-08-15 20:27:08,952 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-15 20:27:08,955 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/events?marker=0d275163-8956-4f55-8f50-947fe79dc028&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}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" 2018-08-15 20:27:08,983 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 15 Aug 2018 20:27:08 GMT Server: Apache x-openstack-request-id: req-3a3b7c15-104f-47f1-8098-7bc14f91184c Location: http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=0d275163-8956-4f55-8f50-947fe79dc028&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-15 20:27:09,303 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:27:09 GMT Server: Apache x-openstack-request-id: req-5629bcff-f3c1-4000-8e29-d7c8716b66ab Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-15 20:27:09,303 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=0d275163-8956-4f55-8f50-947fe79dc028&sort_dir=asc&marker=0d275163-8956-4f55-8f50-947fe79dc028&sort_dir=asc used request id req-5629bcff-f3c1-4000-8e29-d7c8716b66ab 2018-08-15 20:27:09,304 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.351385116577s 2018-08-15 20:27:09,304 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=0d275163-8956-4f55-8f50-947fe79dc028&sort_dir=asc&marker=0d275163-8956-4f55-8f50-947fe79dc028&sort_dir=asc used request id req-5629bcff-f3c1-4000-8e29-d7c8716b66ab 2018-08-15 20:27:14,309 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-15 20:27:14,313 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/events?marker=0d275163-8956-4f55-8f50-947fe79dc028&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}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" 2018-08-15 20:27:14,339 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 15 Aug 2018 20:27:14 GMT Server: Apache x-openstack-request-id: req-45ac51ed-9770-475f-95af-c8cca023a9b9 Location: http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=0d275163-8956-4f55-8f50-947fe79dc028&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-15 20:27:14,382 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:27:14 GMT Server: Apache x-openstack-request-id: req-52184c95-c87c-4537-b7fa-4f3d17656df5 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 354 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "homer", "event_time": "2018-08-15T20:27:14Z", "links": [{"href": "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/resources/homer/events/bb6d515e-964d-40f4-a42e-4f00f02295a3", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/resources/homer", "rel": "resource"}, {"href": "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc", "rel": "stack"}], "logical_resource_id": "homer", "resource_status_reason": "state changed", "resource_status": "CREATE_COMPLETE", "physical_resource_id": "7c56bb25-6a3b-4dc5-ae9d-e911579b9df2", "id": "bb6d515e-964d-40f4-a42e-4f00f02295a3"}]} 2018-08-15 20:27:14,382 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=0d275163-8956-4f55-8f50-947fe79dc028&sort_dir=asc&marker=0d275163-8956-4f55-8f50-947fe79dc028&sort_dir=asc used request id req-52184c95-c87c-4537-b7fa-4f3d17656df5 2018-08-15 20:27:14,382 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0722839832306s 2018-08-15 20:27:14,382 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=0d275163-8956-4f55-8f50-947fe79dc028&sort_dir=asc&marker=0d275163-8956-4f55-8f50-947fe79dc028&sort_dir=asc used request id req-52184c95-c87c-4537-b7fa-4f3d17656df5 2018-08-15 20:27:19,388 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-15 20:27:19,392 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/events?marker=bb6d515e-964d-40f4-a42e-4f00f02295a3&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}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" 2018-08-15 20:27:19,698 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 15 Aug 2018 20:27:19 GMT Server: Apache x-openstack-request-id: req-4445fe28-130e-41bf-817a-fe3be58b6916 Location: http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=bb6d515e-964d-40f4-a42e-4f00f02295a3&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-15 20:27:19,741 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:27:19 GMT Server: Apache x-openstack-request-id: req-1bbff469-e02a-4cca-9808-0f6705f57159 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 354 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "vellum", "event_time": "2018-08-15T20:27:14Z", "links": [{"href": "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/resources/vellum/events/21084231-d95b-4668-ab27-5d49d3c0c6a3", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/resources/vellum", "rel": "resource"}, {"href": "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc", "rel": "stack"}], "logical_resource_id": "vellum", "resource_status_reason": "state changed", "resource_status": "CREATE_COMPLETE", "physical_resource_id": "60df2c0d-f54d-4028-aedd-044ec1718f50", "id": "21084231-d95b-4668-ab27-5d49d3c0c6a3"}]} 2018-08-15 20:27:19,742 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=bb6d515e-964d-40f4-a42e-4f00f02295a3&sort_dir=asc&marker=bb6d515e-964d-40f4-a42e-4f00f02295a3&sort_dir=asc used request id req-1bbff469-e02a-4cca-9808-0f6705f57159 2018-08-15 20:27:19,742 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.353244066238s 2018-08-15 20:27:19,742 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=bb6d515e-964d-40f4-a42e-4f00f02295a3&sort_dir=asc&marker=bb6d515e-964d-40f4-a42e-4f00f02295a3&sort_dir=asc used request id req-1bbff469-e02a-4cca-9808-0f6705f57159 2018-08-15 20:27:24,744 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-15 20:27:24,747 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/events?marker=21084231-d95b-4668-ab27-5d49d3c0c6a3&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}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" 2018-08-15 20:27:24,773 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 15 Aug 2018 20:27:24 GMT Server: Apache x-openstack-request-id: req-6b2372db-6ea1-448a-b2d5-a964748b3235 Location: http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=21084231-d95b-4668-ab27-5d49d3c0c6a3&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-15 20:27:25,076 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:27:24 GMT Server: Apache x-openstack-request-id: req-3492deb6-f1a1-40c2-bab1-2d8499aeddf4 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 600 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "sprout", "event_time": "2018-08-15T20:27:21Z", "links": [{"href": "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/resources/sprout/events/da6b9aae-a0dd-4675-9d4c-e0bea2d0351a", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/resources/sprout", "rel": "resource"}, {"href": "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc", "rel": "stack"}], "logical_resource_id": "sprout", "resource_status_reason": "state changed", "resource_status": "CREATE_COMPLETE", "physical_resource_id": "a8790ae6-0777-491b-85ed-34ed0cff0ddc", "id": "da6b9aae-a0dd-4675-9d4c-e0bea2d0351a"}, {"resource_name": "dime", "event_time": "2018-08-15T20:27:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/resources/dime/events/f83c7f6e-0de0-46c0-9d50-8c11a816d7fb", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/resources/dime", "rel": "resource"}, {"href": "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc", "rel": "stack"}], "logical_resource_id": "dime", "resource_status_reason": "state changed", "resource_status": "CREATE_COMPLETE", "physical_resource_id": "0025e336-2f75-4119-90b7-11ee0120e2ac", "id": "f83c7f6e-0de0-46c0-9d50-8c11a816d7fb"}, {"resource_name": "bono", "event_time": "2018-08-15T20:27:24Z", "links": [{"href": "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/resources/bono/events/51fcf2dd-d645-419e-9b43-890ae2daddf9", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/resources/bono", "rel": "resource"}, {"href": "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc", "rel": "stack"}], "logical_resource_id": "bono", "resource_status_reason": "state changed", "resource_status": "CREATE_COMPLETE", "physical_resource_id": "f69856f7-2e41-46be-8340-cb5f6da666c0", "id": "51fcf2dd-d645-419e-9b43-890ae2daddf9"}, {"resource_name": "clearwater-opnfv", "event_time": "2018-08-15T20:27:24Z", "links": [{"href": "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/resources/clearwater-opnfv/events/7a439f62-78c9-40e8-aa20-fc10f5cc41a4", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/resources/clearwater-opnfv", "rel": "resource"}, {"href": "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc", "rel": "stack"}], "logical_resource_id": "clearwater-opnfv", "resource_status_reason": "Stack CREATE completed successfully", "resource_status": "CREATE_COMPLETE", "physical_resource_id": "b45c2a9f-03f4-4ded-917d-30870e43d5dc", "id": "7a439f62-78c9-40e8-aa20-fc10f5cc41a4"}]} 2018-08-15 20:27:25,076 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=21084231-d95b-4668-ab27-5d49d3c0c6a3&sort_dir=asc&marker=21084231-d95b-4668-ab27-5d49d3c0c6a3&sort_dir=asc used request id req-3492deb6-f1a1-40c2-bab1-2d8499aeddf4 2018-08-15 20:27:25,076 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.33198595047s 2018-08-15 20:27:25,077 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=21084231-d95b-4668-ab27-5d49d3c0c6a3&sort_dir=asc&marker=21084231-d95b-4668-ab27-5d49d3c0c6a3&sort_dir=asc used request id req-3492deb6-f1a1-40c2-bab1-2d8499aeddf4 2018-08-15 20:27:25,078 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-15 20:27:25,081 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/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}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" 2018-08-15 20:27:25,350 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 15 Aug 2018 20:27:25 GMT Server: Apache x-openstack-request-id: req-65eb3819-629e-4bbe-983c-a92e04735380 Location: http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc 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-15 20:27:25,424 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:27:25 GMT Server: Apache x-openstack-request-id: req-3f6b1286-bd12-44cd-ae8d-58f24e2b402b Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 948 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "134cf6cfc60c4b0290f266120d6d93be", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_9e546dd3-ce1a-4117-ae36-6e5da837d045", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_9e546dd3-ce1a-4117-ae36-6e5da837d045", "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_9e546dd3-ce1a-4117-ae36-6e5da837d045", "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": "fc8ca119-27ab-4070-99fa-a2993d11ee48", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "b45c2a9f-03f4-4ded-917d-30870e43d5dc", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "fc8ca119-27ab-4070-99fa-a2993d11ee48"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "f2456361ef254a98a357ede595eb45b5", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-08-15T20:22:02Z", "links": [{"href": "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": 60, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "b45c2a9f-03f4-4ded-917d-30870e43d5dc", "outputs": [{"output_value": "172.30.9.201", "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-15 20:27:25,424 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc used request id req-3f6b1286-bd12-44cd-ae8d-58f24e2b402b 2018-08-15 20:27:25,424 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.346220016479s 2018-08-15 20:27:25,425 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc used request id req-3f6b1286-bd12-44cd-ae8d-58f24e2b402b 2018-08-15 20:27:25,426 - functest.opnfv_tests.vnf.ims.heat_ims - DEBUG - stack: Munch({'stack_name': u'clearwater-opnfv', 'creation_time': u'2018-08-15T20:22:02Z', 'updated_at': None, 'notification_topics': [], 'timeout_mins': 60, 'owner': None, 'tempate_description': u'Clearwater deployment\n', 'deleted_at': None, 'id': u'b45c2a9f-03f4-4ded-917d-30870e43d5dc', 'parameters': Munch({u'OS::project_id': u'134cf6cfc60c4b0290f266120d6d93be', u'private_sig_net_ip_version': u'4', u'image': u'heat_ims-img_alt_9e546dd3-ce1a-4117-ae36-6e5da837d045', u'private_mgmt_net_pool_start': u'192.168.0.1', u'dime_cluster_size': u'1', u'flavor': u'heat_ims-flavor_alt_9e546dd3-ce1a-4117-ae36-6e5da837d045', 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_9e546dd3-ce1a-4117-ae36-6e5da837d045', 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'fc8ca119-27ab-4070-99fa-a2993d11ee48', 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'b45c2a9f-03f4-4ded-917d-30870e43d5dc', u'dnssec_key': u'GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==', u'bono_cluster_size': u'1', u'public_mgmt_net_id': u'fc8ca119-27ab-4070-99fa-a2993d11ee48'}), 'deletion_time': None, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'134cf6cfc60c4b0290f266120d6d93be', 'name': 'heat_ims-project_9e546dd3-ce1a-4117-ae36-6e5da837d045', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'stack_user_project_id': u'f2456361ef254a98a357ede595eb45b5', 'status': u'COMPLETE', 'disable_rollback': False, 'description': u'Clearwater deployment\n', 'parent': None, 'tags': None, 'outputs': [Munch({u'output_value': u'172.30.9.201', 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-15T20:22:02Z', 'stack_status_reason': u'Stack CREATE completed successfully', 'updated_time': None, 'action': u'CREATE', 'identifier': 'clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc'}) 2018-08-15 20:27:25,427 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:27:25,430 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" 2018-08-15 20:27:25,748 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:27: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-65ee5c77-1bd4-46e2-b644-26fe4aa6178a x-compute-request-id: req-65ee5c77-1bd4-46e2-b644-26fe4aa6178a Content-Encoding: gzip Content-Length: 1508 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:64:be:e5", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:64:be:e5", "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:27:5d:15", "version": 4, "addr": "192.168.1.2", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:27:5d:15", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/862ca86b-06ec-4d59-ae70-d91b3227a810", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/862ca86b-06ec-4d59-ae70-d91b3227a810", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:27:10.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "862ca86b-06ec-4d59-ae70-d91b3227a810", "security_groups": [{"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:27:10Z", "hostId": "019940e19a7b1ae7bcf66d3fa083c7498a80fd0bd54c47880af1a37a", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "homer-0.clearwater.opnfv", "created": "2018-08-15T20:26:30Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:40:77:5b", "version": 4, "addr": "192.168.0.18", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:40:77:5b", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d1:da:9d", "version": 4, "addr": "192.168.1.29", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d1:da:9d", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e6950a11-a5a7-4554-9dbb-df77b86ba400", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e6950a11-a5a7-4554-9dbb-df77b86ba400", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:27:22.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "e6950a11-a5a7-4554-9dbb-df77b86ba400", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:27:22Z", "hostId": "b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "bono-0.clearwater.opnfv", "created": "2018-08-15T20:26:30Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:51:74", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:51:74", "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:66:5e:3a", "version": 4, "addr": "192.168.1.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/ffc54980-6efe-4637-8bb5-39036958536d", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/ffc54980-6efe-4637-8bb5-39036958536d", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:27:20.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "ffc54980-6efe-4637-8bb5-39036958536d", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-mgmt"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:27:20Z", "hostId": "b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "dime-0.clearwater.opnfv", "created": "2018-08-15T20:26:30Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:a0:d6:2a", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:d6:2a", "version": 4, "addr": "172.30.9.213", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:0c:21", "version": 4, "addr": "192.168.1.21", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/59e09722-d046-47e2-8d46-98d35b577bb4", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/59e09722-d046-47e2-8d46-98d35b577bb4", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:27:18.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "59e09722-d046-47e2-8d46-98d35b577bb4", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:27:18Z", "hostId": "b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-15T20:26:29Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:67:a8:44", "version": 4, "addr": "192.168.0.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:67:a8:44", "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:5b:b2:38", "version": 4, "addr": "192.168.1.3", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/a76c441e-39fd-4d5f-93ae-d1b09ddfc9da", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/a76c441e-39fd-4d5f-93ae-d1b09ddfc9da", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:27:12.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "a76c441e-39fd-4d5f-93ae-d1b09ddfc9da", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:27:12Z", "hostId": "b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-15T20:26:29Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:9f:75:cc", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:75:cc", "version": 4, "addr": "172.30.9.217", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e0dd32cc-fa1d-4798-8b82-04894a6f8bfa", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e0dd32cc-fa1d-4798-8b82-04894a6f8bfa", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:26:06.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "e0dd32cc-fa1d-4798-8b82-04894a6f8bfa", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:26:06Z", "hostId": "019940e19a7b1ae7bcf66d3fa083c7498a80fd0bd54c47880af1a37a", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-15T20:24:22Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:e5:cc:ec", "version": 4, "addr": "192.168.0.2", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e5:cc:ec", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:01:52:92", "version": 4, "addr": "192.168.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/99cb71c2-331c-48dd-b548-d074f602efeb", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/99cb71c2-331c-48dd-b548-d074f602efeb", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:24:12.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "99cb71c2-331c-48dd-b548-d074f602efeb", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:24:12Z", "hostId": "b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "ns.clearwater.opnfv", "created": "2018-08-15T20:22:28Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:27:25,749 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-65ee5c77-1bd4-46e2-b644-26fe4aa6178a 2018-08-15 20:27:25,749 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.321575164795s 2018-08-15 20:27:25,749 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-65ee5c77-1bd4-46e2-b644-26fe4aa6178a 2018-08-15 20:27:25,760 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-15 20:27:25,760 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" 2018-08-15 20:27:26,510 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1761 X-Openstack-Request-Id: req-af999e82-4ded-4958-8bdb-e6e3fbb379e4 Date: Wed, 15 Aug 2018 20:27:26 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":["3ded4c3b-bc2b-4af0-bf41-ba685d31ae31"],"updated_at":"2018-08-15T20:22:06Z","tenant_id":"134cf6cfc60c4b0290f266120d6d93be","created_at":"2018-08-15T20:22:04Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"134cf6cfc60c4b0290f266120d6d93be","id":"55731950-47a7-4c3a-906f-634c8bfe26ef","name":"clearwater-opnfv-private-signaling"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["bef58085-9e56-4ca5-b301-f88bb87f6112"],"updated_at":"2018-08-15T20:22:07Z","tenant_id":"134cf6cfc60c4b0290f266120d6d93be","created_at":"2018-08-15T20:22:05Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"134cf6cfc60c4b0290f266120d6d93be","id":"b4ece992-6b04-447e-b4d5-9a515cbd8d23","name":"clearwater-opnfv-private-management"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["3ef75223-733d-425d-bb3e-88e8a796bebc"],"updated_at":"2018-08-15T17:41:36Z","tenant_id":"d2c267e1fee9461ba5e64a915b9518f5","created_at":"2018-08-15T17:16:26Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"d2c267e1fee9461ba5e64a915b9518f5","id":"fc8ca119-27ab-4070-99fa-a2993d11ee48","name":"external"}]} 2018-08-15 20:27:26,510 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-af999e82-4ded-4958-8bdb-e6e3fbb379e4 2018-08-15 20:27:26,510 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.749963998795s 2018-08-15 20:27:26,510 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-af999e82-4ded-4958-8bdb-e6e3fbb379e4 2018-08-15 20:27:26,511 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-15 20:27:26,512 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" 2018-08-15 20:27:26,802 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1298 X-Openstack-Request-Id: req-fa6cd6c8-d2b0-4d40-af72-68cf75a63b26 Date: Wed, 15 Aug 2018 20:27:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"55731950-47a7-4c3a-906f-634c8bfe26ef","tenant_id":"134cf6cfc60c4b0290f266120d6d93be","created_at":"2018-08-15T20:22:06Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-15T20:22:06Z","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":"134cf6cfc60c4b0290f266120d6d93be","id":"3ded4c3b-bc2b-4af0-bf41-ba685d31ae31","subnetpool_id":null,"name":"clearwater-opnfv-private-signaling"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b4ece992-6b04-447e-b4d5-9a515cbd8d23","tenant_id":"134cf6cfc60c4b0290f266120d6d93be","created_at":"2018-08-15T20:22:07Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-15T20:22:07Z","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":"134cf6cfc60c4b0290f266120d6d93be","id":"bef58085-9e56-4ca5-b301-f88bb87f6112","subnetpool_id":null,"name":"clearwater-opnfv-private-management"}]} 2018-08-15 20:27:26,802 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-fa6cd6c8-d2b0-4d40-af72-68cf75a63b26 2018-08-15 20:27:26,803 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.290902853012s 2018-08-15 20:27:26,803 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-fa6cd6c8-d2b0-4d40-af72-68cf75a63b26 2018-08-15 20:27:28,807 - 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-15 20:27:28,807 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-15 20:27:28,810 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" 2018-08-15 20:27:28,833 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:27:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fcaa25d1-a472-4261-b63a-35e4df25cb3c x-compute-request-id: req-fcaa25d1-a472-4261-b63a-35e4df25cb3c Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavors": [{"name": "heat_ims-flavor_alt_9e546dd3-ce1a-4117-ae36-6e5da837d045", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "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": "96fb1ce7-8528-40c6-bf7c-d3fd38601875"}]} 2018-08-15 20:27:28,834 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-fcaa25d1-a472-4261-b63a-35e4df25cb3c 2018-08-15 20:27:28,834 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0262730121613s 2018-08-15 20:27:28,834 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-fcaa25d1-a472-4261-b63a-35e4df25cb3c 2018-08-15 20:27:28,836 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.os-security-groups 2018-08-15 20:27:28,839 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/862ca86b-06ec-4d59-ae70-d91b3227a810/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}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" 2018-08-15 20:27:29,465 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:27:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-90acc477-a718-4329-b307-50c76a737b2c x-compute-request-id: req-90acc477-a718-4329-b307-50c76a737b2c Content-Encoding: gzip Content-Length: 743 Content-Type: application/json RESP BODY: {"security_groups": [{"rules": [{"from_port": 4000, "group": {"tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "name": "clearwater-opnfv-base-mgmt"}, "ip_protocol": "tcp", "to_port": 4000, "parent_group_id": "996e06d8-ab10-49fc-bf7a-b35ea7a4fd5f", "ip_range": {}, "id": "1f0846fd-06dd-4695-9a05-638c8b09bb7e"}, {"from_port": 22, "group": {}, "ip_protocol": "tcp", "to_port": 22, "parent_group_id": "996e06d8-ab10-49fc-bf7a-b35ea7a4fd5f", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "48c3ccf4-2242-424a-9f5c-9c1bfce0049f"}, {"from_port": 2380, "group": {"tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "name": "clearwater-opnfv-base-mgmt"}, "ip_protocol": "tcp", "to_port": 2380, "parent_group_id": "996e06d8-ab10-49fc-bf7a-b35ea7a4fd5f", "ip_range": {}, "id": "6bda4906-848b-4cc9-ae20-a511f5bab7ef"}, {"from_port": -1, "group": {}, "ip_protocol": "icmp", "to_port": -1, "parent_group_id": "996e06d8-ab10-49fc-bf7a-b35ea7a4fd5f", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "82b609f2-0ad7-48ba-a76d-84ca6b1a8d1c"}, {"from_port": 161, "group": {}, "ip_protocol": "udp", "to_port": 161, "parent_group_id": "996e06d8-ab10-49fc-bf7a-b35ea7a4fd5f", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "d4e0fa04-5b9a-4f0b-8018-34730919421d"}], "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "id": "996e06d8-ab10-49fc-bf7a-b35ea7a4fd5f", "name": "clearwater-opnfv-base-mgmt", "description": "Base security group for all Clearwater nodes (management)"}, {"rules": [{"from_port": 7888, "group": {"tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "name": "clearwater-opnfv-sprout-sig-outbound"}, "ip_protocol": "tcp", "to_port": 7888, "parent_group_id": "363a0ea4-beb5-4052-af62-7c9dabe828e1", "ip_range": {}, "id": "c78cca3a-840d-48fe-bea2-95a8e6bee700"}, {"from_port": 7888, "group": {}, "ip_protocol": "tcp", "to_port": 7888, "parent_group_id": "363a0ea4-beb5-4052-af62-7c9dabe828e1", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "ea6a69b9-ee71-4754-aff7-0b353f9a2eec"}], "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "id": "363a0ea4-beb5-4052-af62-7c9dabe828e1", "name": "clearwater-opnfv-homer-mgmt", "description": "Security group for Homer nodes (management)"}, {"rules": [{"from_port": 7888, "group": {}, "ip_protocol": "tcp", "to_port": 7888, "parent_group_id": "8a466d2b-ffc2-4883-b68c-3708196900a7", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "2d983e46-3f16-4259-a4e5-3155db052cd7"}, {"from_port": 9160, "group": {"tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "name": "clearwater-opnfv-homer-sig"}, "ip_protocol": "tcp", "to_port": 9160, "parent_group_id": "8a466d2b-ffc2-4883-b68c-3708196900a7", "ip_range": {}, "id": "2da60773-6928-429b-ac28-db73ccacee8f"}, {"from_port": 7888, "group": {"tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "name": "clearwater-opnfv-sprout-sig-outbound"}, "ip_protocol": "tcp", "to_port": 7888, "parent_group_id": "8a466d2b-ffc2-4883-b68c-3708196900a7", "ip_range": {}, "id": "b925aa8b-f183-4c9b-8d4e-b728cc818c5e"}], "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "id": "8a466d2b-ffc2-4883-b68c-3708196900a7", "name": "clearwater-opnfv-homer-sig", "description": "Security group for Homer nodes (signaling)"}]} 2018-08-15 20:27:29,466 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/862ca86b-06ec-4d59-ae70-d91b3227a810/os-security-groups used request id req-90acc477-a718-4329-b307-50c76a737b2c 2018-08-15 20:27:29,466 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.os-security-groups in 0.629961967468s 2018-08-15 20:27:29,466 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/862ca86b-06ec-4d59-ae70-d91b3227a810/os-security-groups used request id req-90acc477-a718-4329-b307-50c76a737b2c 2018-08-15 20:27:29,474 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-15 20:27:29,478 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" 2018-08-15 20:27:29,514 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1402 Content-Type: application/json X-Openstack-Request-Id: req-4a0f3c9b-79ea-4f43-bff5-e34bb64d4290 Date: Wed, 15 Aug 2018 20:27:29 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-15T20:21:55Z", "file": "/v2/images/8c261b69-581d-4db7-9afd-3818fc0bf702/file", "owner": "134cf6cfc60c4b0290f266120d6d93be", "id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "size": 263324160, "self": "/v2/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/8c261b69-581d-4db7-9afd-3818fc0bf702/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "8a5bc3fdf061a08326c1ce8f48bb660eec107547806d0401c5681e49e710a555", "locations": [{"url": "rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/8c261b69-581d-4db7-9afd-3818fc0bf702/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/heat_ims-img_alt_9e546dd3-ce1a-4117-ae36-6e5da837d045", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d7ba271c24da7bd727354314039ce602", "name": "heat_ims-img_alt_9e546dd3-ce1a-4117-ae36-6e5da837d045", "checksum": "d7ba271c24da7bd727354314039ce602", "created_at": "2018-08-15T20:21:50Z", "os_hidden": false, "protected": false, "os_hash_value": "c7186c493b45e03a3d4fb45863d0be88fa34d1e960098a7303cdc88af5e043f547c4a4c85be80eef584e8ed98e3d8de823928c5fb6aa99a8342e3347b0cef4a5"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-15 20:27:29,514 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-4a0f3c9b-79ea-4f43-bff5-e34bb64d4290 2018-08-15 20:27:29,515 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0401759147644s 2018-08-15 20:27:29,515 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-4a0f3c9b-79ea-4f43-bff5-e34bb64d4290 2018-08-15 20:27:29,518 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-15 20:27:29,520 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8776/v3/134cf6cfc60c4b0290f266120d6d93be/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}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" 2018-08-15 20:27:30,311 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:27:29 GMT Server: Apache x-compute-request-id: req-48c37dfb-c115-49e5-b3d6-909d885c9768 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-48c37dfb-c115-49e5-b3d6-909d885c9768 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-08-15 20:27:30,311 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/134cf6cfc60c4b0290f266120d6d93be/volumes/detail used request id req-48c37dfb-c115-49e5-b3d6-909d885c9768 2018-08-15 20:27:30,311 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.793119192123s 2018-08-15 20:27:30,311 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/134cf6cfc60c4b0290f266120d6d93be/volumes/detail used request id req-48c37dfb-c115-49e5-b3d6-909d885c9768 2018-08-15 20:27:32,314 - 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-15 20:27:32,315 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-15 20:27:32,318 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" 2018-08-15 20:27:32,504 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:27: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-96f66370-8098-4268-a6b3-c944b024ff47 x-compute-request-id: req-96f66370-8098-4268-a6b3-c944b024ff47 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavors": [{"name": "heat_ims-flavor_alt_9e546dd3-ce1a-4117-ae36-6e5da837d045", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "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": "96fb1ce7-8528-40c6-bf7c-d3fd38601875"}]} 2018-08-15 20:27:32,505 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-96f66370-8098-4268-a6b3-c944b024ff47 2018-08-15 20:27:32,505 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.189357995987s 2018-08-15 20:27:32,505 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-96f66370-8098-4268-a6b3-c944b024ff47 2018-08-15 20:27:32,506 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.os-security-groups 2018-08-15 20:27:32,508 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/e6950a11-a5a7-4554-9dbb-df77b86ba400/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}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" 2018-08-15 20:27:32,691 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:27: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-c94c6a97-847b-4a80-a46d-c5ff20df904d x-compute-request-id: req-c94c6a97-847b-4a80-a46d-c5ff20df904d Content-Encoding: gzip Content-Length: 808 Content-Type: application/json RESP BODY: {"security_groups": [{"rules": [{"from_port": 4000, "group": {"tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "name": "clearwater-opnfv-base-mgmt"}, "ip_protocol": "tcp", "to_port": 4000, "parent_group_id": "996e06d8-ab10-49fc-bf7a-b35ea7a4fd5f", "ip_range": {}, "id": "1f0846fd-06dd-4695-9a05-638c8b09bb7e"}, {"from_port": 22, "group": {}, "ip_protocol": "tcp", "to_port": 22, "parent_group_id": "996e06d8-ab10-49fc-bf7a-b35ea7a4fd5f", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "48c3ccf4-2242-424a-9f5c-9c1bfce0049f"}, {"from_port": 2380, "group": {"tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "name": "clearwater-opnfv-base-mgmt"}, "ip_protocol": "tcp", "to_port": 2380, "parent_group_id": "996e06d8-ab10-49fc-bf7a-b35ea7a4fd5f", "ip_range": {}, "id": "6bda4906-848b-4cc9-ae20-a511f5bab7ef"}, {"from_port": -1, "group": {}, "ip_protocol": "icmp", "to_port": -1, "parent_group_id": "996e06d8-ab10-49fc-bf7a-b35ea7a4fd5f", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "82b609f2-0ad7-48ba-a76d-84ca6b1a8d1c"}, {"from_port": 161, "group": {}, "ip_protocol": "udp", "to_port": 161, "parent_group_id": "996e06d8-ab10-49fc-bf7a-b35ea7a4fd5f", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "d4e0fa04-5b9a-4f0b-8018-34730919421d"}], "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "id": "996e06d8-ab10-49fc-bf7a-b35ea7a4fd5f", "name": "clearwater-opnfv-base-mgmt", "description": "Base security group for all Clearwater nodes (management)"}, {"rules": [{"from_port": 5060, "group": {}, "ip_protocol": "udp", "to_port": 5060, "parent_group_id": "37778ab4-c20b-4231-9384-dc5e08800386", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "0ff44fae-5b29-46d2-b49c-f91b43417c05"}, {"from_port": 3478, "group": {}, "ip_protocol": "tcp", "to_port": 3478, "parent_group_id": "37778ab4-c20b-4231-9384-dc5e08800386", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "7c7b0807-b2f8-4262-a627-3b0722df423d"}, {"from_port": 3478, "group": {}, "ip_protocol": "udp", "to_port": 3478, "parent_group_id": "37778ab4-c20b-4231-9384-dc5e08800386", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "8a4b7218-460d-4ad7-a1c2-43a667e4671a"}, {"from_port": 5058, "group": {"tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "name": "clearwater-opnfv-sprout-sig-outbound"}, "ip_protocol": "tcp", "to_port": 5058, "parent_group_id": "37778ab4-c20b-4231-9384-dc5e08800386", "ip_range": {}, "id": "8eb990a8-5d89-4c5b-83f7-943ce53d73ff"}, {"from_port": 5060, "group": {}, "ip_protocol": "tcp", "to_port": 5060, "parent_group_id": "37778ab4-c20b-4231-9384-dc5e08800386", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "93e2c045-85ca-416e-9235-7a153fdf9aa7"}, {"from_port": 32768, "group": {}, "ip_protocol": "udp", "to_port": 65535, "parent_group_id": "37778ab4-c20b-4231-9384-dc5e08800386", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "ba2722f3-ea4f-4c0c-ae68-7c8f6c3f08e2"}, {"from_port": 5062, "group": {}, "ip_protocol": "tcp", "to_port": 5062, "parent_group_id": "37778ab4-c20b-4231-9384-dc5e08800386", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "f10e34d6-55db-400c-b931-9fc2178482f7"}, {"from_port": 5058, "group": {"tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "name": "clearwater-opnfv-bono-sig"}, "ip_protocol": "tcp", "to_port": 5058, "parent_group_id": "37778ab4-c20b-4231-9384-dc5e08800386", "ip_range": {}, "id": "f34cb60d-496c-4880-919a-6bb019911c30"}], "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "id": "37778ab4-c20b-4231-9384-dc5e08800386", "name": "clearwater-opnfv-bono-sig", "description": "Security group for Bono nodes (signaling)"}]} 2018-08-15 20:27:32,691 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/e6950a11-a5a7-4554-9dbb-df77b86ba400/os-security-groups used request id req-c94c6a97-847b-4a80-a46d-c5ff20df904d 2018-08-15 20:27:32,691 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.os-security-groups in 0.185130834579s 2018-08-15 20:27:32,692 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/e6950a11-a5a7-4554-9dbb-df77b86ba400/os-security-groups used request id req-c94c6a97-847b-4a80-a46d-c5ff20df904d 2018-08-15 20:27:32,699 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-15 20:27:32,702 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" 2018-08-15 20:27:32,737 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1402 Content-Type: application/json X-Openstack-Request-Id: req-d627c705-bb7e-4118-bd94-aa93ab3a5757 Date: Wed, 15 Aug 2018 20:27:32 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-15T20:21:55Z", "file": "/v2/images/8c261b69-581d-4db7-9afd-3818fc0bf702/file", "owner": "134cf6cfc60c4b0290f266120d6d93be", "id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "size": 263324160, "self": "/v2/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/8c261b69-581d-4db7-9afd-3818fc0bf702/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "8a5bc3fdf061a08326c1ce8f48bb660eec107547806d0401c5681e49e710a555", "locations": [{"url": "rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/8c261b69-581d-4db7-9afd-3818fc0bf702/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/heat_ims-img_alt_9e546dd3-ce1a-4117-ae36-6e5da837d045", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d7ba271c24da7bd727354314039ce602", "name": "heat_ims-img_alt_9e546dd3-ce1a-4117-ae36-6e5da837d045", "checksum": "d7ba271c24da7bd727354314039ce602", "created_at": "2018-08-15T20:21:50Z", "os_hidden": false, "protected": false, "os_hash_value": "c7186c493b45e03a3d4fb45863d0be88fa34d1e960098a7303cdc88af5e043f547c4a4c85be80eef584e8ed98e3d8de823928c5fb6aa99a8342e3347b0cef4a5"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-15 20:27:32,737 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-d627c705-bb7e-4118-bd94-aa93ab3a5757 2018-08-15 20:27:32,737 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0378770828247s 2018-08-15 20:27:32,737 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-d627c705-bb7e-4118-bd94-aa93ab3a5757 2018-08-15 20:27:32,738 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-15 20:27:32,739 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8776/v3/134cf6cfc60c4b0290f266120d6d93be/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}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" 2018-08-15 20:27:33,423 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:27:32 GMT Server: Apache x-compute-request-id: req-3d73535f-f0e1-45fe-8f2c-001b7a1fff8a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-3d73535f-f0e1-45fe-8f2c-001b7a1fff8a Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-08-15 20:27:33,423 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/134cf6cfc60c4b0290f266120d6d93be/volumes/detail used request id req-3d73535f-f0e1-45fe-8f2c-001b7a1fff8a 2018-08-15 20:27:33,423 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.684849977493s 2018-08-15 20:27:33,424 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/134cf6cfc60c4b0290f266120d6d93be/volumes/detail used request id req-3d73535f-f0e1-45fe-8f2c-001b7a1fff8a 2018-08-15 20:27:33,424 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-15 20:27:33,427 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" 2018-08-15 20:27:33,447 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:27: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-4be355d1-a44a-4f3c-9898-26023bd6148d x-compute-request-id: req-4be355d1-a44a-4f3c-9898-26023bd6148d Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavors": [{"name": "heat_ims-flavor_alt_9e546dd3-ce1a-4117-ae36-6e5da837d045", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "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": "96fb1ce7-8528-40c6-bf7c-d3fd38601875"}]} 2018-08-15 20:27:33,447 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-4be355d1-a44a-4f3c-9898-26023bd6148d 2018-08-15 20:27:33,447 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.023020029068s 2018-08-15 20:27:33,448 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-4be355d1-a44a-4f3c-9898-26023bd6148d 2018-08-15 20:27:33,450 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.os-security-groups 2018-08-15 20:27:33,453 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/ffc54980-6efe-4637-8bb5-39036958536d/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}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" 2018-08-15 20:27:33,991 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:27: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-d9348090-34f3-487b-ac9c-3fa641550618 x-compute-request-id: req-d9348090-34f3-487b-ac9c-3fa641550618 Content-Encoding: gzip Content-Length: 789 Content-Type: application/json RESP BODY: {"security_groups": [{"rules": [{"from_port": 4000, "group": {"tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "name": "clearwater-opnfv-base-mgmt"}, "ip_protocol": "tcp", "to_port": 4000, "parent_group_id": "996e06d8-ab10-49fc-bf7a-b35ea7a4fd5f", "ip_range": {}, "id": "1f0846fd-06dd-4695-9a05-638c8b09bb7e"}, {"from_port": 22, "group": {}, "ip_protocol": "tcp", "to_port": 22, "parent_group_id": "996e06d8-ab10-49fc-bf7a-b35ea7a4fd5f", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "48c3ccf4-2242-424a-9f5c-9c1bfce0049f"}, {"from_port": 2380, "group": {"tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "name": "clearwater-opnfv-base-mgmt"}, "ip_protocol": "tcp", "to_port": 2380, "parent_group_id": "996e06d8-ab10-49fc-bf7a-b35ea7a4fd5f", "ip_range": {}, "id": "6bda4906-848b-4cc9-ae20-a511f5bab7ef"}, {"from_port": -1, "group": {}, "ip_protocol": "icmp", "to_port": -1, "parent_group_id": "996e06d8-ab10-49fc-bf7a-b35ea7a4fd5f", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "82b609f2-0ad7-48ba-a76d-84ca6b1a8d1c"}, {"from_port": 161, "group": {}, "ip_protocol": "udp", "to_port": 161, "parent_group_id": "996e06d8-ab10-49fc-bf7a-b35ea7a4fd5f", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "d4e0fa04-5b9a-4f0b-8018-34730919421d"}], "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "id": "996e06d8-ab10-49fc-bf7a-b35ea7a4fd5f", "name": "clearwater-opnfv-base-mgmt", "description": "Base security group for all Clearwater nodes (management)"}, {"rules": [{"from_port": 8889, "group": {"tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "name": "clearwater-opnfv-ellis-mgmt"}, "ip_protocol": "tcp", "to_port": 8889, "parent_group_id": "de9a516a-99ad-4264-8d63-00792c0f3b67", "ip_range": {}, "id": "1283c842-e400-4ef1-b419-e40bc6f02bd1"}], "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "id": "de9a516a-99ad-4264-8d63-00792c0f3b67", "name": "clearwater-opnfv-dime-mgmt", "description": "Security group for Dime nodes (management)"}, {"rules": [{"from_port": 10888, "group": {"tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "name": "clearwater-opnfv-sprout-sig-outbound"}, "ip_protocol": "tcp", "to_port": 10888, "parent_group_id": "e4102261-b1de-46a0-ae6c-90e02fd3d2e2", "ip_range": {}, "id": "35ebc255-34bd-4836-8f53-1ad9f5a0fe55"}, {"from_port": 10888, "group": {"tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "name": "clearwater-opnfv-vellum-sig-outbound"}, "ip_protocol": "tcp", "to_port": 10888, "parent_group_id": "e4102261-b1de-46a0-ae6c-90e02fd3d2e2", "ip_range": {}, "id": "3bbeac14-875a-4fcc-8e52-d4c8add121f6"}, {"from_port": 8888, "group": {"tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "name": "clearwater-opnfv-bono-sig"}, "ip_protocol": "tcp", "to_port": 8888, "parent_group_id": "e4102261-b1de-46a0-ae6c-90e02fd3d2e2", "ip_range": {}, "id": "84a9a678-f2fd-4e1e-812e-a3477801fc3f"}, {"from_port": 10888, "group": {"tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "name": "clearwater-opnfv-bono-sig"}, "ip_protocol": "tcp", "to_port": 10888, "parent_group_id": "e4102261-b1de-46a0-ae6c-90e02fd3d2e2", "ip_range": {}, "id": "8d7b695a-8159-4a2e-af81-58cdd617a84b"}, {"from_port": 8888, "group": {"tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "name": "clearwater-opnfv-sprout-sig-outbound"}, "ip_protocol": "tcp", "to_port": 8888, "parent_group_id": "e4102261-b1de-46a0-ae6c-90e02fd3d2e2", "ip_range": {}, "id": "a6291429-baba-4ba9-a6e8-5c5ec798b2bb"}], "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "id": "e4102261-b1de-46a0-ae6c-90e02fd3d2e2", "name": "clearwater-opnfv-dime-sig", "description": "Security group for Dime nodes (signaling)"}]} 2018-08-15 20:27:33,991 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/ffc54980-6efe-4637-8bb5-39036958536d/os-security-groups used request id req-d9348090-34f3-487b-ac9c-3fa641550618 2018-08-15 20:27:33,991 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.os-security-groups in 0.540494918823s 2018-08-15 20:27:33,992 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/ffc54980-6efe-4637-8bb5-39036958536d/os-security-groups used request id req-d9348090-34f3-487b-ac9c-3fa641550618 2018-08-15 20:27:34,000 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-15 20:27:34,004 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" 2018-08-15 20:27:34,034 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1402 Content-Type: application/json X-Openstack-Request-Id: req-af0be4ab-d091-46bf-a783-ea8b78cd7052 Date: Wed, 15 Aug 2018 20:27:34 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-15T20:21:55Z", "file": "/v2/images/8c261b69-581d-4db7-9afd-3818fc0bf702/file", "owner": "134cf6cfc60c4b0290f266120d6d93be", "id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "size": 263324160, "self": "/v2/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/8c261b69-581d-4db7-9afd-3818fc0bf702/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "8a5bc3fdf061a08326c1ce8f48bb660eec107547806d0401c5681e49e710a555", "locations": [{"url": "rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/8c261b69-581d-4db7-9afd-3818fc0bf702/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/heat_ims-img_alt_9e546dd3-ce1a-4117-ae36-6e5da837d045", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d7ba271c24da7bd727354314039ce602", "name": "heat_ims-img_alt_9e546dd3-ce1a-4117-ae36-6e5da837d045", "checksum": "d7ba271c24da7bd727354314039ce602", "created_at": "2018-08-15T20:21:50Z", "os_hidden": false, "protected": false, "os_hash_value": "c7186c493b45e03a3d4fb45863d0be88fa34d1e960098a7303cdc88af5e043f547c4a4c85be80eef584e8ed98e3d8de823928c5fb6aa99a8342e3347b0cef4a5"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-15 20:27:34,035 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-af0be4ab-d091-46bf-a783-ea8b78cd7052 2018-08-15 20:27:34,035 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0347108840942s 2018-08-15 20:27:34,035 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-af0be4ab-d091-46bf-a783-ea8b78cd7052 2018-08-15 20:27:34,041 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-15 20:27:34,043 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8776/v3/134cf6cfc60c4b0290f266120d6d93be/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}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" 2018-08-15 20:27:34,882 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:27:34 GMT Server: Apache x-compute-request-id: req-1ca7e581-12b5-462b-a01d-fb890493581d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-1ca7e581-12b5-462b-a01d-fb890493581d Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-08-15 20:27:34,882 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/134cf6cfc60c4b0290f266120d6d93be/volumes/detail used request id req-1ca7e581-12b5-462b-a01d-fb890493581d 2018-08-15 20:27:34,882 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.841180801392s 2018-08-15 20:27:34,882 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/134cf6cfc60c4b0290f266120d6d93be/volumes/detail used request id req-1ca7e581-12b5-462b-a01d-fb890493581d 2018-08-15 20:27:34,883 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-15 20:27:34,886 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" 2018-08-15 20:27:34,907 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:27:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a4f2c7b3-0c4e-4fe9-9536-9393b8faafca x-compute-request-id: req-a4f2c7b3-0c4e-4fe9-9536-9393b8faafca Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavors": [{"name": "heat_ims-flavor_alt_9e546dd3-ce1a-4117-ae36-6e5da837d045", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "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": "96fb1ce7-8528-40c6-bf7c-d3fd38601875"}]} 2018-08-15 20:27:34,907 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-a4f2c7b3-0c4e-4fe9-9536-9393b8faafca 2018-08-15 20:27:34,907 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0237560272217s 2018-08-15 20:27:34,907 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-a4f2c7b3-0c4e-4fe9-9536-9393b8faafca 2018-08-15 20:27:34,908 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.os-security-groups 2018-08-15 20:27:34,911 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/59e09722-d046-47e2-8d46-98d35b577bb4/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}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" 2018-08-15 20:27:35,167 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:27:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a31a895c-157c-4216-b8e7-d2eb466943b7 x-compute-request-id: req-a31a895c-157c-4216-b8e7-d2eb466943b7 Content-Encoding: gzip Content-Length: 811 Content-Type: application/json RESP BODY: {"security_groups": [{"rules": [{"from_port": 4000, "group": {"tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "name": "clearwater-opnfv-base-mgmt"}, "ip_protocol": "tcp", "to_port": 4000, "parent_group_id": "996e06d8-ab10-49fc-bf7a-b35ea7a4fd5f", "ip_range": {}, "id": "1f0846fd-06dd-4695-9a05-638c8b09bb7e"}, {"from_port": 22, "group": {}, "ip_protocol": "tcp", "to_port": 22, "parent_group_id": "996e06d8-ab10-49fc-bf7a-b35ea7a4fd5f", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "48c3ccf4-2242-424a-9f5c-9c1bfce0049f"}, {"from_port": 2380, "group": {"tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "name": "clearwater-opnfv-base-mgmt"}, "ip_protocol": "tcp", "to_port": 2380, "parent_group_id": "996e06d8-ab10-49fc-bf7a-b35ea7a4fd5f", "ip_range": {}, "id": "6bda4906-848b-4cc9-ae20-a511f5bab7ef"}, {"from_port": -1, "group": {}, "ip_protocol": "icmp", "to_port": -1, "parent_group_id": "996e06d8-ab10-49fc-bf7a-b35ea7a4fd5f", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "82b609f2-0ad7-48ba-a76d-84ca6b1a8d1c"}, {"from_port": 161, "group": {}, "ip_protocol": "udp", "to_port": 161, "parent_group_id": "996e06d8-ab10-49fc-bf7a-b35ea7a4fd5f", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "d4e0fa04-5b9a-4f0b-8018-34730919421d"}], "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "id": "996e06d8-ab10-49fc-bf7a-b35ea7a4fd5f", "name": "clearwater-opnfv-base-mgmt", "description": "Base security group for all Clearwater nodes (management)"}, {"rules": [{"from_port": 5054, "group": {"tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "name": "clearwater-opnfv-bono-sig"}, "ip_protocol": "tcp", "to_port": 5054, "parent_group_id": "4a1a1446-4742-4ff0-b5f8-a95dcf42c010", "ip_range": {}, "id": "1e50e4c3-9efc-4e50-ac9e-9778a4cf91c1"}, {"from_port": 9888, "group": {"tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "name": "clearwater-opnfv-vellum-sig-outbound"}, "ip_protocol": "tcp", "to_port": 9888, "parent_group_id": "4a1a1446-4742-4ff0-b5f8-a95dcf42c010", "ip_range": {}, "id": "63121131-253c-4ad7-aa3f-6712aae5c7ce"}, {"from_port": 9888, "group": {"tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "name": "clearwater-opnfv-dime-sig"}, "ip_protocol": "tcp", "to_port": 9888, "parent_group_id": "4a1a1446-4742-4ff0-b5f8-a95dcf42c010", "ip_range": {}, "id": "bfbf6ee8-caa8-429b-9cea-e0a88c100556"}, {"from_port": 5052, "group": {"tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "name": "clearwater-opnfv-bono-sig"}, "ip_protocol": "tcp", "to_port": 5052, "parent_group_id": "4a1a1446-4742-4ff0-b5f8-a95dcf42c010", "ip_range": {}, "id": "d15d3f02-9dc6-4946-8569-313ef9718d81"}], "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "id": "4a1a1446-4742-4ff0-b5f8-a95dcf42c010", "name": "clearwater-opnfv-sprout-sig-inbound", "description": "Security group for Sprout nodes inbound traffic (signaling)"}, {"rules": [{"from_port": 5054, "group": {"tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "name": "clearwater-opnfv-sprout-sig-outbound"}, "ip_protocol": "tcp", "to_port": 5054, "parent_group_id": "3b17c573-858f-40f1-8db7-dc7f37489d43", "ip_range": {}, "id": "6215315a-7864-402b-8ee7-44cfcf7566ae"}, {"from_port": 5052, "group": {"tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "name": "clearwater-opnfv-sprout-sig-outbound"}, "ip_protocol": "tcp", "to_port": 5052, "parent_group_id": "3b17c573-858f-40f1-8db7-dc7f37489d43", "ip_range": {}, "id": "d44c92ec-a6c4-4889-a2d0-a4b67556381a"}], "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "id": "3b17c573-858f-40f1-8db7-dc7f37489d43", "name": "clearwater-opnfv-sprout-sig-outbound", "description": "Security group for Sprout nodes outbound traffic (signaling)"}]} 2018-08-15 20:27:35,167 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/59e09722-d046-47e2-8d46-98d35b577bb4/os-security-groups used request id req-a31a895c-157c-4216-b8e7-d2eb466943b7 2018-08-15 20:27:35,167 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.os-security-groups in 0.258646965027s 2018-08-15 20:27:35,167 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/59e09722-d046-47e2-8d46-98d35b577bb4/os-security-groups used request id req-a31a895c-157c-4216-b8e7-d2eb466943b7 2018-08-15 20:27:35,177 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-15 20:27:35,180 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" 2018-08-15 20:27:35,212 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1402 Content-Type: application/json X-Openstack-Request-Id: req-c8d493fb-9b7c-416b-b12d-8d76e275683e Date: Wed, 15 Aug 2018 20:27:35 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-15T20:21:55Z", "file": "/v2/images/8c261b69-581d-4db7-9afd-3818fc0bf702/file", "owner": "134cf6cfc60c4b0290f266120d6d93be", "id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "size": 263324160, "self": "/v2/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/8c261b69-581d-4db7-9afd-3818fc0bf702/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "8a5bc3fdf061a08326c1ce8f48bb660eec107547806d0401c5681e49e710a555", "locations": [{"url": "rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/8c261b69-581d-4db7-9afd-3818fc0bf702/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/heat_ims-img_alt_9e546dd3-ce1a-4117-ae36-6e5da837d045", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d7ba271c24da7bd727354314039ce602", "name": "heat_ims-img_alt_9e546dd3-ce1a-4117-ae36-6e5da837d045", "checksum": "d7ba271c24da7bd727354314039ce602", "created_at": "2018-08-15T20:21:50Z", "os_hidden": false, "protected": false, "os_hash_value": "c7186c493b45e03a3d4fb45863d0be88fa34d1e960098a7303cdc88af5e043f547c4a4c85be80eef584e8ed98e3d8de823928c5fb6aa99a8342e3347b0cef4a5"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-15 20:27:35,212 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-c8d493fb-9b7c-416b-b12d-8d76e275683e 2018-08-15 20:27:35,212 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0352261066437s 2018-08-15 20:27:35,212 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-c8d493fb-9b7c-416b-b12d-8d76e275683e 2018-08-15 20:27:35,216 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-15 20:27:35,218 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8776/v3/134cf6cfc60c4b0290f266120d6d93be/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}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" 2018-08-15 20:27:36,032 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:27:35 GMT Server: Apache x-compute-request-id: req-76872b6b-aed7-499d-bf57-4310ba0098d2 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-76872b6b-aed7-499d-bf57-4310ba0098d2 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-08-15 20:27:36,032 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/134cf6cfc60c4b0290f266120d6d93be/volumes/detail used request id req-76872b6b-aed7-499d-bf57-4310ba0098d2 2018-08-15 20:27:36,032 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.816291093826s 2018-08-15 20:27:36,033 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/134cf6cfc60c4b0290f266120d6d93be/volumes/detail used request id req-76872b6b-aed7-499d-bf57-4310ba0098d2 2018-08-15 20:27:36,033 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-15 20:27:36,036 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" 2018-08-15 20:27:36,059 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:27: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-2c825b0e-9f7a-4b65-a400-e6b1665d06a4 x-compute-request-id: req-2c825b0e-9f7a-4b65-a400-e6b1665d06a4 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavors": [{"name": "heat_ims-flavor_alt_9e546dd3-ce1a-4117-ae36-6e5da837d045", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "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": "96fb1ce7-8528-40c6-bf7c-d3fd38601875"}]} 2018-08-15 20:27:36,059 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-2c825b0e-9f7a-4b65-a400-e6b1665d06a4 2018-08-15 20:27:36,059 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0255279541016s 2018-08-15 20:27:36,059 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-2c825b0e-9f7a-4b65-a400-e6b1665d06a4 2018-08-15 20:27:36,060 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.os-security-groups 2018-08-15 20:27:36,063 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/a76c441e-39fd-4d5f-93ae-d1b09ddfc9da/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}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" 2018-08-15 20:27:36,308 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:27: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-898336fd-1fc5-4e71-8f72-068c3a474f80 x-compute-request-id: req-898336fd-1fc5-4e71-8f72-068c3a474f80 Content-Encoding: gzip Content-Length: 916 Content-Type: application/json RESP BODY: {"security_groups": [{"rules": [{"from_port": 4000, "group": {"tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "name": "clearwater-opnfv-base-mgmt"}, "ip_protocol": "tcp", "to_port": 4000, "parent_group_id": "996e06d8-ab10-49fc-bf7a-b35ea7a4fd5f", "ip_range": {}, "id": "1f0846fd-06dd-4695-9a05-638c8b09bb7e"}, {"from_port": 22, "group": {}, "ip_protocol": "tcp", "to_port": 22, "parent_group_id": "996e06d8-ab10-49fc-bf7a-b35ea7a4fd5f", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "48c3ccf4-2242-424a-9f5c-9c1bfce0049f"}, {"from_port": 2380, "group": {"tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "name": "clearwater-opnfv-base-mgmt"}, "ip_protocol": "tcp", "to_port": 2380, "parent_group_id": "996e06d8-ab10-49fc-bf7a-b35ea7a4fd5f", "ip_range": {}, "id": "6bda4906-848b-4cc9-ae20-a511f5bab7ef"}, {"from_port": -1, "group": {}, "ip_protocol": "icmp", "to_port": -1, "parent_group_id": "996e06d8-ab10-49fc-bf7a-b35ea7a4fd5f", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "82b609f2-0ad7-48ba-a76d-84ca6b1a8d1c"}, {"from_port": 161, "group": {}, "ip_protocol": "udp", "to_port": 161, "parent_group_id": "996e06d8-ab10-49fc-bf7a-b35ea7a4fd5f", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "d4e0fa04-5b9a-4f0b-8018-34730919421d"}], "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "id": "996e06d8-ab10-49fc-bf7a-b35ea7a4fd5f", "name": "clearwater-opnfv-base-mgmt", "description": "Base security group for all Clearwater nodes (management)"}, {"rules": [{"from_port": 11311, "group": {"tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "name": "clearwater-opnfv-sprout-sig-outbound"}, "ip_protocol": "tcp", "to_port": 11311, "parent_group_id": "0fca88d9-cf95-4fc6-a756-16825ed20403", "ip_range": {}, "id": "62a22cae-f1ff-47a7-b6a7-910dec67d7f8"}, {"from_port": 9160, "group": {"tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "name": "clearwater-opnfv-homer-sig"}, "ip_protocol": "tcp", "to_port": 9160, "parent_group_id": "0fca88d9-cf95-4fc6-a756-16825ed20403", "ip_range": {}, "id": "8c6899aa-bd7c-4a0e-86dd-6266169f3955"}, {"from_port": 11311, "group": {"tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "name": "clearwater-opnfv-dime-sig"}, "ip_protocol": "tcp", "to_port": 11311, "parent_group_id": "0fca88d9-cf95-4fc6-a756-16825ed20403", "ip_range": {}, "id": "93366c2b-2f52-4cb0-8a36-03d300bfa858"}, {"from_port": 7253, "group": {"tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "name": "clearwater-opnfv-sprout-sig-outbound"}, "ip_protocol": "tcp", "to_port": 7253, "parent_group_id": "0fca88d9-cf95-4fc6-a756-16825ed20403", "ip_range": {}, "id": "9cf0dd99-faa1-4be0-8d87-3826fe161e46"}, {"from_port": 9160, "group": {"tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "name": "clearwater-opnfv-dime-sig"}, "ip_protocol": "tcp", "to_port": 9160, "parent_group_id": "0fca88d9-cf95-4fc6-a756-16825ed20403", "ip_range": {}, "id": "b1d7ba0e-a300-4245-acd1-75c92167c337"}, {"from_port": 7253, "group": {"tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "name": "clearwater-opnfv-dime-sig"}, "ip_protocol": "tcp", "to_port": 7253, "parent_group_id": "0fca88d9-cf95-4fc6-a756-16825ed20403", "ip_range": {}, "id": "e63fd826-7d62-452d-b384-9f81157f0914"}], "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "id": "0fca88d9-cf95-4fc6-a756-16825ed20403", "name": "clearwater-opnfv-vellum-sig-inbound", "description": "Security group for Vellum nodes inbound traffic (signaling)"}, {"rules": [{"from_port": 7253, "group": {"tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "name": "clearwater-opnfv-vellum-sig-outbound"}, "ip_protocol": "tcp", "to_port": 7253, "parent_group_id": "aa976c13-0926-4c96-9d03-edb464451a7a", "ip_range": {}, "id": "13f302bc-f8be-4c87-9fac-6dae4214337e"}, {"from_port": 7000, "group": {"tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "name": "clearwater-opnfv-vellum-sig-outbound"}, "ip_protocol": "tcp", "to_port": 7000, "parent_group_id": "aa976c13-0926-4c96-9d03-edb464451a7a", "ip_range": {}, "id": "6959c3ff-5658-4930-89d0-6025e4a12db4"}, {"from_port": 11211, "group": {"tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "name": "clearwater-opnfv-vellum-sig-outbound"}, "ip_protocol": "tcp", "to_port": 11211, "parent_group_id": "aa976c13-0926-4c96-9d03-edb464451a7a", "ip_range": {}, "id": "6c91a362-ca31-4ce1-98ee-3cb17d458885"}], "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "id": "aa976c13-0926-4c96-9d03-edb464451a7a", "name": "clearwater-opnfv-vellum-sig-outbound", "description": "Security group for Vellum nodes outbound traffic (signaling)"}]} 2018-08-15 20:27:36,308 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/a76c441e-39fd-4d5f-93ae-d1b09ddfc9da/os-security-groups used request id req-898336fd-1fc5-4e71-8f72-068c3a474f80 2018-08-15 20:27:36,309 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.os-security-groups in 0.247917890549s 2018-08-15 20:27:36,309 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/a76c441e-39fd-4d5f-93ae-d1b09ddfc9da/os-security-groups used request id req-898336fd-1fc5-4e71-8f72-068c3a474f80 2018-08-15 20:27:36,318 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-15 20:27:36,322 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" 2018-08-15 20:27:36,356 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1402 Content-Type: application/json X-Openstack-Request-Id: req-6a2a130a-3628-44f5-87e3-d2e930769724 Date: Wed, 15 Aug 2018 20:27:36 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-15T20:21:55Z", "file": "/v2/images/8c261b69-581d-4db7-9afd-3818fc0bf702/file", "owner": "134cf6cfc60c4b0290f266120d6d93be", "id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "size": 263324160, "self": "/v2/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/8c261b69-581d-4db7-9afd-3818fc0bf702/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "8a5bc3fdf061a08326c1ce8f48bb660eec107547806d0401c5681e49e710a555", "locations": [{"url": "rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/8c261b69-581d-4db7-9afd-3818fc0bf702/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/heat_ims-img_alt_9e546dd3-ce1a-4117-ae36-6e5da837d045", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d7ba271c24da7bd727354314039ce602", "name": "heat_ims-img_alt_9e546dd3-ce1a-4117-ae36-6e5da837d045", "checksum": "d7ba271c24da7bd727354314039ce602", "created_at": "2018-08-15T20:21:50Z", "os_hidden": false, "protected": false, "os_hash_value": "c7186c493b45e03a3d4fb45863d0be88fa34d1e960098a7303cdc88af5e043f547c4a4c85be80eef584e8ed98e3d8de823928c5fb6aa99a8342e3347b0cef4a5"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-15 20:27:36,356 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-6a2a130a-3628-44f5-87e3-d2e930769724 2018-08-15 20:27:36,357 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0384571552277s 2018-08-15 20:27:36,357 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-6a2a130a-3628-44f5-87e3-d2e930769724 2018-08-15 20:27:36,361 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-15 20:27:36,363 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8776/v3/134cf6cfc60c4b0290f266120d6d93be/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}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" 2018-08-15 20:27:37,090 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:27:36 GMT Server: Apache x-compute-request-id: req-b23b251f-61d8-4bb7-9e5e-d3f2d0c425d4 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-b23b251f-61d8-4bb7-9e5e-d3f2d0c425d4 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-08-15 20:27:37,090 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/134cf6cfc60c4b0290f266120d6d93be/volumes/detail used request id req-b23b251f-61d8-4bb7-9e5e-d3f2d0c425d4 2018-08-15 20:27:37,090 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.729192972183s 2018-08-15 20:27:37,090 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/134cf6cfc60c4b0290f266120d6d93be/volumes/detail used request id req-b23b251f-61d8-4bb7-9e5e-d3f2d0c425d4 2018-08-15 20:27:37,091 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-15 20:27:37,095 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" 2018-08-15 20:27:37,115 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:27:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cb97272e-d350-46ce-aed6-1ef1958d9a84 x-compute-request-id: req-cb97272e-d350-46ce-aed6-1ef1958d9a84 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavors": [{"name": "heat_ims-flavor_alt_9e546dd3-ce1a-4117-ae36-6e5da837d045", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "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": "96fb1ce7-8528-40c6-bf7c-d3fd38601875"}]} 2018-08-15 20:27:37,116 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-cb97272e-d350-46ce-aed6-1ef1958d9a84 2018-08-15 20:27:37,116 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0245988368988s 2018-08-15 20:27:37,116 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-cb97272e-d350-46ce-aed6-1ef1958d9a84 2018-08-15 20:27:37,117 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.os-security-groups 2018-08-15 20:27:37,120 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/e0dd32cc-fa1d-4798-8b82-04894a6f8bfa/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}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" 2018-08-15 20:27:37,459 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:27:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-307e746c-8f45-482e-b4ab-f8fbd860d9e1 x-compute-request-id: req-307e746c-8f45-482e-b4ab-f8fbd860d9e1 Content-Encoding: gzip Content-Length: 581 Content-Type: application/json RESP BODY: {"security_groups": [{"rules": [{"from_port": 4000, "group": {"tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "name": "clearwater-opnfv-base-mgmt"}, "ip_protocol": "tcp", "to_port": 4000, "parent_group_id": "996e06d8-ab10-49fc-bf7a-b35ea7a4fd5f", "ip_range": {}, "id": "1f0846fd-06dd-4695-9a05-638c8b09bb7e"}, {"from_port": 22, "group": {}, "ip_protocol": "tcp", "to_port": 22, "parent_group_id": "996e06d8-ab10-49fc-bf7a-b35ea7a4fd5f", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "48c3ccf4-2242-424a-9f5c-9c1bfce0049f"}, {"from_port": 2380, "group": {"tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "name": "clearwater-opnfv-base-mgmt"}, "ip_protocol": "tcp", "to_port": 2380, "parent_group_id": "996e06d8-ab10-49fc-bf7a-b35ea7a4fd5f", "ip_range": {}, "id": "6bda4906-848b-4cc9-ae20-a511f5bab7ef"}, {"from_port": -1, "group": {}, "ip_protocol": "icmp", "to_port": -1, "parent_group_id": "996e06d8-ab10-49fc-bf7a-b35ea7a4fd5f", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "82b609f2-0ad7-48ba-a76d-84ca6b1a8d1c"}, {"from_port": 161, "group": {}, "ip_protocol": "udp", "to_port": 161, "parent_group_id": "996e06d8-ab10-49fc-bf7a-b35ea7a4fd5f", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "d4e0fa04-5b9a-4f0b-8018-34730919421d"}], "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "id": "996e06d8-ab10-49fc-bf7a-b35ea7a4fd5f", "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": "855917b6-424f-4a47-a4e7-7cb1bd148cad", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "66f3a6d7-d506-48ab-992b-11495b38baa8"}, {"from_port": 80, "group": {}, "ip_protocol": "tcp", "to_port": 80, "parent_group_id": "855917b6-424f-4a47-a4e7-7cb1bd148cad", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "c3e46a45-81fa-4393-a577-5c43092be404"}], "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "id": "855917b6-424f-4a47-a4e7-7cb1bd148cad", "name": "clearwater-opnfv-ellis-mgmt", "description": "Security group for Ellis nodes (management)"}]} 2018-08-15 20:27:37,459 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/e0dd32cc-fa1d-4798-8b82-04894a6f8bfa/os-security-groups used request id req-307e746c-8f45-482e-b4ab-f8fbd860d9e1 2018-08-15 20:27:37,459 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.os-security-groups in 0.341514110565s 2018-08-15 20:27:37,459 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/e0dd32cc-fa1d-4798-8b82-04894a6f8bfa/os-security-groups used request id req-307e746c-8f45-482e-b4ab-f8fbd860d9e1 2018-08-15 20:27:37,466 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-15 20:27:37,470 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" 2018-08-15 20:27:37,502 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1402 Content-Type: application/json X-Openstack-Request-Id: req-980b8e79-c260-4136-abb7-8b816ff04392 Date: Wed, 15 Aug 2018 20:27:37 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-15T20:21:55Z", "file": "/v2/images/8c261b69-581d-4db7-9afd-3818fc0bf702/file", "owner": "134cf6cfc60c4b0290f266120d6d93be", "id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "size": 263324160, "self": "/v2/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/8c261b69-581d-4db7-9afd-3818fc0bf702/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "8a5bc3fdf061a08326c1ce8f48bb660eec107547806d0401c5681e49e710a555", "locations": [{"url": "rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/8c261b69-581d-4db7-9afd-3818fc0bf702/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/heat_ims-img_alt_9e546dd3-ce1a-4117-ae36-6e5da837d045", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d7ba271c24da7bd727354314039ce602", "name": "heat_ims-img_alt_9e546dd3-ce1a-4117-ae36-6e5da837d045", "checksum": "d7ba271c24da7bd727354314039ce602", "created_at": "2018-08-15T20:21:50Z", "os_hidden": false, "protected": false, "os_hash_value": "c7186c493b45e03a3d4fb45863d0be88fa34d1e960098a7303cdc88af5e043f547c4a4c85be80eef584e8ed98e3d8de823928c5fb6aa99a8342e3347b0cef4a5"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-15 20:27:37,502 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-980b8e79-c260-4136-abb7-8b816ff04392 2018-08-15 20:27:37,502 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.03551197052s 2018-08-15 20:27:37,502 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-980b8e79-c260-4136-abb7-8b816ff04392 2018-08-15 20:27:37,506 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-15 20:27:37,509 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8776/v3/134cf6cfc60c4b0290f266120d6d93be/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}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" 2018-08-15 20:27:38,203 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:27:37 GMT Server: Apache x-compute-request-id: req-b39cd857-1d22-408b-b5f2-1faa63f1d709 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-b39cd857-1d22-408b-b5f2-1faa63f1d709 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-08-15 20:27:38,204 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/134cf6cfc60c4b0290f266120d6d93be/volumes/detail used request id req-b39cd857-1d22-408b-b5f2-1faa63f1d709 2018-08-15 20:27:38,204 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.697568178177s 2018-08-15 20:27:38,204 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/134cf6cfc60c4b0290f266120d6d93be/volumes/detail used request id req-b39cd857-1d22-408b-b5f2-1faa63f1d709 2018-08-15 20:27:38,205 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-15 20:27:38,208 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" 2018-08-15 20:27:38,233 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:27: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-e5de2217-c792-426f-8faf-a075b62d3011 x-compute-request-id: req-e5de2217-c792-426f-8faf-a075b62d3011 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavors": [{"name": "heat_ims-flavor_alt_9e546dd3-ce1a-4117-ae36-6e5da837d045", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "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": "96fb1ce7-8528-40c6-bf7c-d3fd38601875"}]} 2018-08-15 20:27:38,233 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-e5de2217-c792-426f-8faf-a075b62d3011 2018-08-15 20:27:38,233 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0280129909515s 2018-08-15 20:27:38,233 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-e5de2217-c792-426f-8faf-a075b62d3011 2018-08-15 20:27:38,235 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.os-security-groups 2018-08-15 20:27:38,237 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/99cb71c2-331c-48dd-b548-d074f602efeb/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}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" 2018-08-15 20:27:38,384 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:27: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-2e9d1ccb-0368-4b77-94b0-5e32528082ac x-compute-request-id: req-2e9d1ccb-0368-4b77-94b0-5e32528082ac Content-Encoding: gzip Content-Length: 396 Content-Type: application/json RESP BODY: {"security_groups": [{"rules": [{"from_port": -1, "group": {}, "ip_protocol": "icmp", "to_port": -1, "parent_group_id": "5f3b0331-8579-46a3-8172-056d9721183e", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "0e8a4d43-87e1-49ea-ad2b-4a45cae6ee6b"}, {"from_port": 53, "group": {}, "ip_protocol": "tcp", "to_port": 53, "parent_group_id": "5f3b0331-8579-46a3-8172-056d9721183e", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "677b492c-eef3-4ce3-9b70-fca82500fb89"}, {"from_port": 53, "group": {}, "ip_protocol": "udp", "to_port": 53, "parent_group_id": "5f3b0331-8579-46a3-8172-056d9721183e", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "85c9e227-a755-4cd3-ab72-03a34277142f"}, {"from_port": 22, "group": {}, "ip_protocol": "tcp", "to_port": 22, "parent_group_id": "5f3b0331-8579-46a3-8172-056d9721183e", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "c08092c7-5e1c-4d9a-a04a-02dd0ad0d961"}], "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "id": "5f3b0331-8579-46a3-8172-056d9721183e", "name": "clearwater-opnfv-dns", "description": "Security group for DNS nodes"}, {"rules": [{"from_port": -1, "group": {}, "ip_protocol": "icmp", "to_port": -1, "parent_group_id": "5f3b0331-8579-46a3-8172-056d9721183e", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "0e8a4d43-87e1-49ea-ad2b-4a45cae6ee6b"}, {"from_port": 53, "group": {}, "ip_protocol": "tcp", "to_port": 53, "parent_group_id": "5f3b0331-8579-46a3-8172-056d9721183e", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "677b492c-eef3-4ce3-9b70-fca82500fb89"}, {"from_port": 53, "group": {}, "ip_protocol": "udp", "to_port": 53, "parent_group_id": "5f3b0331-8579-46a3-8172-056d9721183e", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "85c9e227-a755-4cd3-ab72-03a34277142f"}, {"from_port": 22, "group": {}, "ip_protocol": "tcp", "to_port": 22, "parent_group_id": "5f3b0331-8579-46a3-8172-056d9721183e", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "c08092c7-5e1c-4d9a-a04a-02dd0ad0d961"}], "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "id": "5f3b0331-8579-46a3-8172-056d9721183e", "name": "clearwater-opnfv-dns", "description": "Security group for DNS nodes"}]} 2018-08-15 20:27:38,384 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/99cb71c2-331c-48dd-b548-d074f602efeb/os-security-groups used request id req-2e9d1ccb-0368-4b77-94b0-5e32528082ac 2018-08-15 20:27:38,384 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.os-security-groups in 0.149683952332s 2018-08-15 20:27:38,385 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/99cb71c2-331c-48dd-b548-d074f602efeb/os-security-groups used request id req-2e9d1ccb-0368-4b77-94b0-5e32528082ac 2018-08-15 20:27:38,392 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-15 20:27:38,395 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" 2018-08-15 20:27:38,427 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1402 Content-Type: application/json X-Openstack-Request-Id: req-0b37ad0a-17ce-4a71-989f-8c084722bed4 Date: Wed, 15 Aug 2018 20:27:38 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-15T20:21:55Z", "file": "/v2/images/8c261b69-581d-4db7-9afd-3818fc0bf702/file", "owner": "134cf6cfc60c4b0290f266120d6d93be", "id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "size": 263324160, "self": "/v2/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/8c261b69-581d-4db7-9afd-3818fc0bf702/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "8a5bc3fdf061a08326c1ce8f48bb660eec107547806d0401c5681e49e710a555", "locations": [{"url": "rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/8c261b69-581d-4db7-9afd-3818fc0bf702/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/heat_ims-img_alt_9e546dd3-ce1a-4117-ae36-6e5da837d045", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d7ba271c24da7bd727354314039ce602", "name": "heat_ims-img_alt_9e546dd3-ce1a-4117-ae36-6e5da837d045", "checksum": "d7ba271c24da7bd727354314039ce602", "created_at": "2018-08-15T20:21:50Z", "os_hidden": false, "protected": false, "os_hash_value": "c7186c493b45e03a3d4fb45863d0be88fa34d1e960098a7303cdc88af5e043f547c4a4c85be80eef584e8ed98e3d8de823928c5fb6aa99a8342e3347b0cef4a5"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-15 20:27:38,427 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-0b37ad0a-17ce-4a71-989f-8c084722bed4 2018-08-15 20:27:38,427 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0352709293365s 2018-08-15 20:27:38,428 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-0b37ad0a-17ce-4a71-989f-8c084722bed4 2018-08-15 20:27:38,431 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-15 20:27:38,434 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8776/v3/134cf6cfc60c4b0290f266120d6d93be/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}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" 2018-08-15 20:27:38,469 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:27:38 GMT Server: Apache x-compute-request-id: req-9e1207f2-c300-40e2-83bc-a8b0dc0bb5f6 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-9e1207f2-c300-40e2-83bc-a8b0dc0bb5f6 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-08-15 20:27:38,469 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/134cf6cfc60c4b0290f266120d6d93be/volumes/detail used request id req-9e1207f2-c300-40e2-83bc-a8b0dc0bb5f6 2018-08-15 20:27:38,469 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0375120639801s 2018-08-15 20:27:38,469 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/134cf6cfc60c4b0290f266120d6d93be/volumes/detail used request id req-9e1207f2-c300-40e2-83bc-a8b0dc0bb5f6 2018-08-15 20:27:38,469 - 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:27:5d:15', u'version': 4, u'addr': u'192.168.1.2', u'OS-EXT-IPS:type': u'fixed'}), Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:27:5d:15', u'version': 4, u'addr': u'172.30.9.214', u'OS-EXT-IPS:type': u'floating'})], u'clearwater-opnfv-private-management': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:64:be:e5', u'version': 4, u'addr': u'192.168.0.10', u'OS-EXT-IPS:type': u'fixed'}), Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:64:be:e5', 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'8c261b69-581d-4db7-9afd-3818fc0bf702', 'name': u'heat_ims-img_alt_9e546dd3-ce1a-4117-ae36-6e5da837d045'}), 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-15T20:27:10.000000', 'flavor': Munch({u'id': u'96fb1ce7-8528-40c6-bf7c-d3fd38601875', 'name': u'heat_ims-flavor_alt_9e546dd3-ce1a-4117-ae36-6e5da837d045'}), 'az': u'nova', 'id': u'862ca86b-06ec-4d59-ae70-d91b3227a810', 'security_groups': [Munch({'description': u'Base security group for all Clearwater nodes (management)', 'tenant_id': u'134cf6cfc60c4b0290f266120d6d93be', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 4000, 'security_group_id': u'996e06d8-ab10-49fc-bf7a-b35ea7a4fd5f', 'tenant_id': '', 'port_range_min': 4000, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'134cf6cfc60c4b0290f266120d6d93be', 'name': 'heat_ims-project_9e546dd3-ce1a-4117-ae36-6e5da837d045', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'134cf6cfc60c4b0290f266120d6d93be', u'name': u'clearwater-opnfv-base-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'134cf6cfc60c4b0290f266120d6d93be', u'name': u'clearwater-opnfv-base-mgmt'}), 'project_id': '', 'id': u'1f0846fd-06dd-4695-9a05-638c8b09bb7e'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 22, 'security_group_id': u'996e06d8-ab10-49fc-bf7a-b35ea7a4fd5f', 'tenant_id': '', 'port_range_min': 22, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'134cf6cfc60c4b0290f266120d6d93be', 'name': 'heat_ims-project_9e546dd3-ce1a-4117-ae36-6e5da837d045', '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'48c3ccf4-2242-424a-9f5c-9c1bfce0049f'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 2380, 'security_group_id': u'996e06d8-ab10-49fc-bf7a-b35ea7a4fd5f', 'tenant_id': '', 'port_range_min': 2380, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'134cf6cfc60c4b0290f266120d6d93be', 'name': 'heat_ims-project_9e546dd3-ce1a-4117-ae36-6e5da837d045', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'134cf6cfc60c4b0290f266120d6d93be', u'name': u'clearwater-opnfv-base-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'134cf6cfc60c4b0290f266120d6d93be', u'name': u'clearwater-opnfv-base-mgmt'}), 'project_id': '', 'id': u'6bda4906-848b-4cc9-ae20-a511f5bab7ef'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'icmp', 'ethertype': 'IPv4', 'port_range_max': None, 'security_group_id': u'996e06d8-ab10-49fc-bf7a-b35ea7a4fd5f', 'tenant_id': '', 'port_range_min': None, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'134cf6cfc60c4b0290f266120d6d93be', 'name': 'heat_ims-project_9e546dd3-ce1a-4117-ae36-6e5da837d045', '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'82b609f2-0ad7-48ba-a76d-84ca6b1a8d1c'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 161, 'security_group_id': u'996e06d8-ab10-49fc-bf7a-b35ea7a4fd5f', 'tenant_id': '', 'port_range_min': 161, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'134cf6cfc60c4b0290f266120d6d93be', 'name': 'heat_ims-project_9e546dd3-ce1a-4117-ae36-6e5da837d045', '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'd4e0fa04-5b9a-4f0b-8018-34730919421d'})], 'id': u'996e06d8-ab10-49fc-bf7a-b35ea7a4fd5f', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'134cf6cfc60c4b0290f266120d6d93be', 'name': 'heat_ims-project_9e546dd3-ce1a-4117-ae36-6e5da837d045', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'134cf6cfc60c4b0290f266120d6d93be', 'properties': Munch({}), 'name': u'clearwater-opnfv-base-mgmt'}), Munch({'description': u'Security group for Homer nodes (management)', 'tenant_id': u'134cf6cfc60c4b0290f266120d6d93be', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 7888, 'security_group_id': u'363a0ea4-beb5-4052-af62-7c9dabe828e1', 'tenant_id': '', 'port_range_min': 7888, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'134cf6cfc60c4b0290f266120d6d93be', 'name': 'heat_ims-project_9e546dd3-ce1a-4117-ae36-6e5da837d045', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'134cf6cfc60c4b0290f266120d6d93be', u'name': u'clearwater-opnfv-sprout-sig-outbound'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'134cf6cfc60c4b0290f266120d6d93be', u'name': u'clearwater-opnfv-sprout-sig-outbound'}), 'project_id': '', 'id': u'c78cca3a-840d-48fe-bea2-95a8e6bee700'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 7888, 'security_group_id': u'363a0ea4-beb5-4052-af62-7c9dabe828e1', 'tenant_id': '', 'port_range_min': 7888, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'134cf6cfc60c4b0290f266120d6d93be', 'name': 'heat_ims-project_9e546dd3-ce1a-4117-ae36-6e5da837d045', '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'ea6a69b9-ee71-4754-aff7-0b353f9a2eec'})], 'id': u'363a0ea4-beb5-4052-af62-7c9dabe828e1', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'134cf6cfc60c4b0290f266120d6d93be', 'name': 'heat_ims-project_9e546dd3-ce1a-4117-ae36-6e5da837d045', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'134cf6cfc60c4b0290f266120d6d93be', 'properties': Munch({}), 'name': u'clearwater-opnfv-homer-mgmt'}), Munch({'description': u'Security group for Homer nodes (signaling)', 'tenant_id': u'134cf6cfc60c4b0290f266120d6d93be', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 7888, 'security_group_id': u'8a466d2b-ffc2-4883-b68c-3708196900a7', 'tenant_id': '', 'port_range_min': 7888, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'134cf6cfc60c4b0290f266120d6d93be', 'name': 'heat_ims-project_9e546dd3-ce1a-4117-ae36-6e5da837d045', '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'2d983e46-3f16-4259-a4e5-3155db052cd7'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 9160, 'security_group_id': u'8a466d2b-ffc2-4883-b68c-3708196900a7', 'tenant_id': '', 'port_range_min': 9160, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'134cf6cfc60c4b0290f266120d6d93be', 'name': 'heat_ims-project_9e546dd3-ce1a-4117-ae36-6e5da837d045', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'134cf6cfc60c4b0290f266120d6d93be', u'name': u'clearwater-opnfv-homer-sig'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'134cf6cfc60c4b0290f266120d6d93be', u'name': u'clearwater-opnfv-homer-sig'}), 'project_id': '', 'id': u'2da60773-6928-429b-ac28-db73ccacee8f'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 7888, 'security_group_id': u'8a466d2b-ffc2-4883-b68c-3708196900a7', 'tenant_id': '', 'port_range_min': 7888, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'134cf6cfc60c4b0290f266120d6d93be', 'name': 'heat_ims-project_9e546dd3-ce1a-4117-ae36-6e5da837d045', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'134cf6cfc60c4b0290f266120d6d93be', u'name': u'clearwater-opnfv-sprout-sig-outbound'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'134cf6cfc60c4b0290f266120d6d93be', u'name': u'clearwater-opnfv-sprout-sig-outbound'}), 'project_id': '', 'id': u'b925aa8b-f183-4c9b-8d4e-b728cc818c5e'})], 'id': u'8a466d2b-ffc2-4883-b68c-3708196900a7', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'134cf6cfc60c4b0290f266120d6d93be', 'name': 'heat_ims-project_9e546dd3-ce1a-4117-ae36-6e5da837d045', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'134cf6cfc60c4b0290f266120d6d93be', 'properties': Munch({}), 'name': u'clearwater-opnfv-homer-sig'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'e7c934d74bea46e895ab59586a943288', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': u'172.30.9.214', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'134cf6cfc60c4b0290f266120d6d93be', 'name': 'heat_ims-project_9e546dd3-ce1a-4117-ae36-6e5da837d045', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': u'172.30.9.214', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': u'172.30.9.214', 'launched_at': u'2018-08-15T20:27:10.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-15T20:27:10Z', 'hostId': u'019940e19a7b1ae7bcf66d3fa083c7498a80fd0bd54c47880af1a37a', u'OS-SRV-USG:terminated_at': None, 'key_name': u'heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045', 'public_v6': '', 'private_v4': u'192.168.1.2', 'cloud': 'envvars', 'host_id': u'019940e19a7b1ae7bcf66d3fa083c7498a80fd0bd54c47880af1a37a', '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-15T20:27:10.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'134cf6cfc60c4b0290f266120d6d93be', 'name': u'homer-0.clearwater.opnfv', 'adminPass': None, 'tenant_id': u'134cf6cfc60c4b0290f266120d6d93be', 'created_at': u'2018-08-15T20:26:30Z', 'created': u'2018-08-15T20:26:30Z', '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:d1:da:9d', u'version': 4, u'addr': u'192.168.1.29', u'OS-EXT-IPS:type': u'fixed'}), Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:d1:da:9d', u'version': 4, u'addr': u'172.30.9.209', u'OS-EXT-IPS:type': u'floating'})], u'clearwater-opnfv-private-management': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:40:77:5b', u'version': 4, u'addr': u'192.168.0.18', u'OS-EXT-IPS:type': u'fixed'}), Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:40:77:5b', u'version': 4, u'addr': u'172.30.9.203', u'OS-EXT-IPS:type': u'floating'})]}), 'terminated_at': None, 'image': Munch({u'id': u'8c261b69-581d-4db7-9afd-3818fc0bf702', 'name': u'heat_ims-img_alt_9e546dd3-ce1a-4117-ae36-6e5da837d045'}), 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-15T20:27:22.000000', 'flavor': Munch({u'id': u'96fb1ce7-8528-40c6-bf7c-d3fd38601875', 'name': u'heat_ims-flavor_alt_9e546dd3-ce1a-4117-ae36-6e5da837d045'}), 'az': u'nova', 'id': u'e6950a11-a5a7-4554-9dbb-df77b86ba400', 'security_groups': [Munch({'description': u'Base security group for all Clearwater nodes (management)', 'tenant_id': u'134cf6cfc60c4b0290f266120d6d93be', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 4000, 'security_group_id': u'996e06d8-ab10-49fc-bf7a-b35ea7a4fd5f', 'tenant_id': '', 'port_range_min': 4000, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'134cf6cfc60c4b0290f266120d6d93be', 'name': 'heat_ims-project_9e546dd3-ce1a-4117-ae36-6e5da837d045', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'134cf6cfc60c4b0290f266120d6d93be', u'name': u'clearwater-opnfv-base-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'134cf6cfc60c4b0290f266120d6d93be', u'name': u'clearwater-opnfv-base-mgmt'}), 'project_id': '', 'id': u'1f0846fd-06dd-4695-9a05-638c8b09bb7e'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 22, 'security_group_id': u'996e06d8-ab10-49fc-bf7a-b35ea7a4fd5f', 'tenant_id': '', 'port_range_min': 22, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'134cf6cfc60c4b0290f266120d6d93be', 'name': 'heat_ims-project_9e546dd3-ce1a-4117-ae36-6e5da837d045', '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'48c3ccf4-2242-424a-9f5c-9c1bfce0049f'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 2380, 'security_group_id': u'996e06d8-ab10-49fc-bf7a-b35ea7a4fd5f', 'tenant_id': '', 'port_range_min': 2380, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'134cf6cfc60c4b0290f266120d6d93be', 'name': 'heat_ims-project_9e546dd3-ce1a-4117-ae36-6e5da837d045', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'134cf6cfc60c4b0290f266120d6d93be', u'name': u'clearwater-opnfv-base-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'134cf6cfc60c4b0290f266120d6d93be', u'name': u'clearwater-opnfv-base-mgmt'}), 'project_id': '', 'id': u'6bda4906-848b-4cc9-ae20-a511f5bab7ef'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'icmp', 'ethertype': 'IPv4', 'port_range_max': None, 'security_group_id': u'996e06d8-ab10-49fc-bf7a-b35ea7a4fd5f', 'tenant_id': '', 'port_range_min': None, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'134cf6cfc60c4b0290f266120d6d93be', 'name': 'heat_ims-project_9e546dd3-ce1a-4117-ae36-6e5da837d045', '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'82b609f2-0ad7-48ba-a76d-84ca6b1a8d1c'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 161, 'security_group_id': u'996e06d8-ab10-49fc-bf7a-b35ea7a4fd5f', 'tenant_id': '', 'port_range_min': 161, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'134cf6cfc60c4b0290f266120d6d93be', 'name': 'heat_ims-project_9e546dd3-ce1a-4117-ae36-6e5da837d045', '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'd4e0fa04-5b9a-4f0b-8018-34730919421d'})], 'id': u'996e06d8-ab10-49fc-bf7a-b35ea7a4fd5f', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'134cf6cfc60c4b0290f266120d6d93be', 'name': 'heat_ims-project_9e546dd3-ce1a-4117-ae36-6e5da837d045', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'134cf6cfc60c4b0290f266120d6d93be', 'properties': Munch({}), 'name': u'clearwater-opnfv-base-mgmt'}), Munch({'description': u'Security group for Bono nodes (signaling)', 'tenant_id': u'134cf6cfc60c4b0290f266120d6d93be', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 5060, 'security_group_id': u'37778ab4-c20b-4231-9384-dc5e08800386', 'tenant_id': '', 'port_range_min': 5060, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'134cf6cfc60c4b0290f266120d6d93be', 'name': 'heat_ims-project_9e546dd3-ce1a-4117-ae36-6e5da837d045', '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'0ff44fae-5b29-46d2-b49c-f91b43417c05'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 3478, 'security_group_id': u'37778ab4-c20b-4231-9384-dc5e08800386', 'tenant_id': '', 'port_range_min': 3478, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'134cf6cfc60c4b0290f266120d6d93be', 'name': 'heat_ims-project_9e546dd3-ce1a-4117-ae36-6e5da837d045', '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'7c7b0807-b2f8-4262-a627-3b0722df423d'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 3478, 'security_group_id': u'37778ab4-c20b-4231-9384-dc5e08800386', 'tenant_id': '', 'port_range_min': 3478, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'134cf6cfc60c4b0290f266120d6d93be', 'name': 'heat_ims-project_9e546dd3-ce1a-4117-ae36-6e5da837d045', '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'8a4b7218-460d-4ad7-a1c2-43a667e4671a'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5058, 'security_group_id': u'37778ab4-c20b-4231-9384-dc5e08800386', 'tenant_id': '', 'port_range_min': 5058, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'134cf6cfc60c4b0290f266120d6d93be', 'name': 'heat_ims-project_9e546dd3-ce1a-4117-ae36-6e5da837d045', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'134cf6cfc60c4b0290f266120d6d93be', u'name': u'clearwater-opnfv-sprout-sig-outbound'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'134cf6cfc60c4b0290f266120d6d93be', u'name': u'clearwater-opnfv-sprout-sig-outbound'}), 'project_id': '', 'id': u'8eb990a8-5d89-4c5b-83f7-943ce53d73ff'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5060, 'security_group_id': u'37778ab4-c20b-4231-9384-dc5e08800386', 'tenant_id': '', 'port_range_min': 5060, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'134cf6cfc60c4b0290f266120d6d93be', 'name': 'heat_ims-project_9e546dd3-ce1a-4117-ae36-6e5da837d045', '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'93e2c045-85ca-416e-9235-7a153fdf9aa7'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 65535, 'security_group_id': u'37778ab4-c20b-4231-9384-dc5e08800386', 'tenant_id': '', 'port_range_min': 32768, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'134cf6cfc60c4b0290f266120d6d93be', 'name': 'heat_ims-project_9e546dd3-ce1a-4117-ae36-6e5da837d045', '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'ba2722f3-ea4f-4c0c-ae68-7c8f6c3f08e2'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5062, 'security_group_id': u'37778ab4-c20b-4231-9384-dc5e08800386', 'tenant_id': '', 'port_range_min': 5062, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'134cf6cfc60c4b0290f266120d6d93be', 'name': 'heat_ims-project_9e546dd3-ce1a-4117-ae36-6e5da837d045', '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'f10e34d6-55db-400c-b931-9fc2178482f7'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5058, 'security_group_id': u'37778ab4-c20b-4231-9384-dc5e08800386', 'tenant_id': '', 'port_range_min': 5058, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'134cf6cfc60c4b0290f266120d6d93be', 'name': 'heat_ims-project_9e546dd3-ce1a-4117-ae36-6e5da837d045', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'134cf6cfc60c4b0290f266120d6d93be', u'name': u'clearwater-opnfv-bono-sig'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'134cf6cfc60c4b0290f266120d6d93be', u'name': u'clearwater-opnfv-bono-sig'}), 'project_id': '', 'id': u'f34cb60d-496c-4880-919a-6bb019911c30'})], 'id': u'37778ab4-c20b-4231-9384-dc5e08800386', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'134cf6cfc60c4b0290f266120d6d93be', 'name': 'heat_ims-project_9e546dd3-ce1a-4117-ae36-6e5da837d045', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'134cf6cfc60c4b0290f266120d6d93be', 'properties': Munch({}), 'name': u'clearwater-opnfv-bono-sig'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'e7c934d74bea46e895ab59586a943288', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': u'172.30.9.209', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'134cf6cfc60c4b0290f266120d6d93be', 'name': 'heat_ims-project_9e546dd3-ce1a-4117-ae36-6e5da837d045', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': u'172.30.9.209', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': u'172.30.9.209', 'launched_at': u'2018-08-15T20:27:22.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-15T20:27:22Z', 'hostId': u'b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e', u'OS-SRV-USG:terminated_at': None, 'key_name': u'heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045', 'public_v6': '', 'private_v4': u'192.168.1.29', 'cloud': 'envvars', 'host_id': u'b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e', '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-15T20:27:22.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'134cf6cfc60c4b0290f266120d6d93be', 'name': u'bono-0.clearwater.opnfv', 'adminPass': None, 'tenant_id': u'134cf6cfc60c4b0290f266120d6d93be', 'created_at': u'2018-08-15T20:26:30Z', 'created': u'2018-08-15T20:26:30Z', '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:66:5e:3a', u'version': 4, u'addr': u'192.168.1.12', u'OS-EXT-IPS:type': u'fixed'})], u'clearwater-opnfv-private-management': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:3b:51:74', u'version': 4, u'addr': u'192.168.0.11', u'OS-EXT-IPS:type': u'fixed'}), Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:3b:51:74', 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'8c261b69-581d-4db7-9afd-3818fc0bf702', 'name': u'heat_ims-img_alt_9e546dd3-ce1a-4117-ae36-6e5da837d045'}), 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-15T20:27:20.000000', 'flavor': Munch({u'id': u'96fb1ce7-8528-40c6-bf7c-d3fd38601875', 'name': u'heat_ims-flavor_alt_9e546dd3-ce1a-4117-ae36-6e5da837d045'}), 'az': u'nova', 'id': u'ffc54980-6efe-4637-8bb5-39036958536d', 'security_groups': [Munch({'description': u'Base security group for all Clearwater nodes (management)', 'tenant_id': u'134cf6cfc60c4b0290f266120d6d93be', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 4000, 'security_group_id': u'996e06d8-ab10-49fc-bf7a-b35ea7a4fd5f', 'tenant_id': '', 'port_range_min': 4000, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'134cf6cfc60c4b0290f266120d6d93be', 'name': 'heat_ims-project_9e546dd3-ce1a-4117-ae36-6e5da837d045', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'134cf6cfc60c4b0290f266120d6d93be', u'name': u'clearwater-opnfv-base-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'134cf6cfc60c4b0290f266120d6d93be', u'name': u'clearwater-opnfv-base-mgmt'}), 'project_id': '', 'id': u'1f0846fd-06dd-4695-9a05-638c8b09bb7e'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 22, 'security_group_id': u'996e06d8-ab10-49fc-bf7a-b35ea7a4fd5f', 'tenant_id': '', 'port_range_min': 22, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'134cf6cfc60c4b0290f266120d6d93be', 'name': 'heat_ims-project_9e546dd3-ce1a-4117-ae36-6e5da837d045', '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'48c3ccf4-2242-424a-9f5c-9c1bfce0049f'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 2380, 'security_group_id': u'996e06d8-ab10-49fc-bf7a-b35ea7a4fd5f', 'tenant_id': '', 'port_range_min': 2380, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'134cf6cfc60c4b0290f266120d6d93be', 'name': 'heat_ims-project_9e546dd3-ce1a-4117-ae36-6e5da837d045', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'134cf6cfc60c4b0290f266120d6d93be', u'name': u'clearwater-opnfv-base-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'134cf6cfc60c4b0290f266120d6d93be', u'name': u'clearwater-opnfv-base-mgmt'}), 'project_id': '', 'id': u'6bda4906-848b-4cc9-ae20-a511f5bab7ef'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'icmp', 'ethertype': 'IPv4', 'port_range_max': None, 'security_group_id': u'996e06d8-ab10-49fc-bf7a-b35ea7a4fd5f', 'tenant_id': '', 'port_range_min': None, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'134cf6cfc60c4b0290f266120d6d93be', 'name': 'heat_ims-project_9e546dd3-ce1a-4117-ae36-6e5da837d045', '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'82b609f2-0ad7-48ba-a76d-84ca6b1a8d1c'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 161, 'security_group_id': u'996e06d8-ab10-49fc-bf7a-b35ea7a4fd5f', 'tenant_id': '', 'port_range_min': 161, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'134cf6cfc60c4b0290f266120d6d93be', 'name': 'heat_ims-project_9e546dd3-ce1a-4117-ae36-6e5da837d045', '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'd4e0fa04-5b9a-4f0b-8018-34730919421d'})], 'id': u'996e06d8-ab10-49fc-bf7a-b35ea7a4fd5f', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'134cf6cfc60c4b0290f266120d6d93be', 'name': 'heat_ims-project_9e546dd3-ce1a-4117-ae36-6e5da837d045', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'134cf6cfc60c4b0290f266120d6d93be', 'properties': Munch({}), 'name': u'clearwater-opnfv-base-mgmt'}), Munch({'description': u'Security group for Dime nodes (management)', 'tenant_id': u'134cf6cfc60c4b0290f266120d6d93be', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 8889, 'security_group_id': u'de9a516a-99ad-4264-8d63-00792c0f3b67', 'tenant_id': '', 'port_range_min': 8889, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'134cf6cfc60c4b0290f266120d6d93be', 'name': 'heat_ims-project_9e546dd3-ce1a-4117-ae36-6e5da837d045', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'134cf6cfc60c4b0290f266120d6d93be', u'name': u'clearwater-opnfv-ellis-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'134cf6cfc60c4b0290f266120d6d93be', u'name': u'clearwater-opnfv-ellis-mgmt'}), 'project_id': '', 'id': u'1283c842-e400-4ef1-b419-e40bc6f02bd1'})], 'id': u'de9a516a-99ad-4264-8d63-00792c0f3b67', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'134cf6cfc60c4b0290f266120d6d93be', 'name': 'heat_ims-project_9e546dd3-ce1a-4117-ae36-6e5da837d045', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'134cf6cfc60c4b0290f266120d6d93be', 'properties': Munch({}), 'name': u'clearwater-opnfv-dime-mgmt'}), Munch({'description': u'Security group for Dime nodes (signaling)', 'tenant_id': u'134cf6cfc60c4b0290f266120d6d93be', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 10888, 'security_group_id': u'e4102261-b1de-46a0-ae6c-90e02fd3d2e2', 'tenant_id': '', 'port_range_min': 10888, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'134cf6cfc60c4b0290f266120d6d93be', 'name': 'heat_ims-project_9e546dd3-ce1a-4117-ae36-6e5da837d045', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'134cf6cfc60c4b0290f266120d6d93be', u'name': u'clearwater-opnfv-sprout-sig-outbound'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'134cf6cfc60c4b0290f266120d6d93be', u'name': u'clearwater-opnfv-sprout-sig-outbound'}), 'project_id': '', 'id': u'35ebc255-34bd-4836-8f53-1ad9f5a0fe55'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 10888, 'security_group_id': u'e4102261-b1de-46a0-ae6c-90e02fd3d2e2', 'tenant_id': '', 'port_range_min': 10888, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'134cf6cfc60c4b0290f266120d6d93be', 'name': 'heat_ims-project_9e546dd3-ce1a-4117-ae36-6e5da837d045', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'134cf6cfc60c4b0290f266120d6d93be', u'name': u'clearwater-opnfv-vellum-sig-outbound'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'134cf6cfc60c4b0290f266120d6d93be', u'name': u'clearwater-opnfv-vellum-sig-outbound'}), 'project_id': '', 'id': u'3bbeac14-875a-4fcc-8e52-d4c8add121f6'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 8888, 'security_group_id': u'e4102261-b1de-46a0-ae6c-90e02fd3d2e2', 'tenant_id': '', 'port_range_min': 8888, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'134cf6cfc60c4b0290f266120d6d93be', 'name': 'heat_ims-project_9e546dd3-ce1a-4117-ae36-6e5da837d045', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'134cf6cfc60c4b0290f266120d6d93be', u'name': u'clearwater-opnfv-bono-sig'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'134cf6cfc60c4b0290f266120d6d93be', u'name': u'clearwater-opnfv-bono-sig'}), 'project_id': '', 'id': u'84a9a678-f2fd-4e1e-812e-a3477801fc3f'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 10888, 'security_group_id': u'e4102261-b1de-46a0-ae6c-90e02fd3d2e2', 'tenant_id': '', 'port_range_min': 10888, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'134cf6cfc60c4b0290f266120d6d93be', 'name': 'heat_ims-project_9e546dd3-ce1a-4117-ae36-6e5da837d045', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'134cf6cfc60c4b0290f266120d6d93be', u'name': u'clearwater-opnfv-bono-sig'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'134cf6cfc60c4b0290f266120d6d93be', u'name': u'clearwater-opnfv-bono-sig'}), 'project_id': '', 'id': u'8d7b695a-8159-4a2e-af81-58cdd617a84b'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 8888, 'security_group_id': u'e4102261-b1de-46a0-ae6c-90e02fd3d2e2', 'tenant_id': '', 'port_range_min': 8888, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'134cf6cfc60c4b0290f266120d6d93be', 'name': 'heat_ims-project_9e546dd3-ce1a-4117-ae36-6e5da837d045', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'134cf6cfc60c4b0290f266120d6d93be', u'name': u'clearwater-opnfv-sprout-sig-outbound'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'134cf6cfc60c4b0290f266120d6d93be', u'name': u'clearwater-opnfv-sprout-sig-outbound'}), 'project_id': '', 'id': u'a6291429-baba-4ba9-a6e8-5c5ec798b2bb'})], 'id': u'e4102261-b1de-46a0-ae6c-90e02fd3d2e2', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'134cf6cfc60c4b0290f266120d6d93be', 'name': 'heat_ims-project_9e546dd3-ce1a-4117-ae36-6e5da837d045', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'134cf6cfc60c4b0290f266120d6d93be', 'properties': Munch({}), 'name': u'clearwater-opnfv-dime-sig'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'e7c934d74bea46e895ab59586a943288', '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'134cf6cfc60c4b0290f266120d6d93be', 'name': 'heat_ims-project_9e546dd3-ce1a-4117-ae36-6e5da837d045', '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-15T20:27:20.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-15T20:27:20Z', 'hostId': u'b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e', u'OS-SRV-USG:terminated_at': None, 'key_name': u'heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045', 'public_v6': '', 'private_v4': u'192.168.0.11', 'cloud': 'envvars', 'host_id': u'b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e', '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-15T20:27:20.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'134cf6cfc60c4b0290f266120d6d93be', 'name': u'dime-0.clearwater.opnfv', 'adminPass': None, 'tenant_id': u'134cf6cfc60c4b0290f266120d6d93be', 'created_at': u'2018-08-15T20:26:30Z', 'created': u'2018-08-15T20:26:30Z', '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:92:0c:21', u'version': 4, u'addr': u'192.168.1.21', u'OS-EXT-IPS:type': u'fixed'})], u'clearwater-opnfv-private-management': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:a0:d6:2a', u'version': 4, u'addr': u'192.168.0.8', u'OS-EXT-IPS:type': u'fixed'}), Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:a0:d6:2a', u'version': 4, u'addr': u'172.30.9.213', u'OS-EXT-IPS:type': u'floating'})]}), 'terminated_at': None, 'image': Munch({u'id': u'8c261b69-581d-4db7-9afd-3818fc0bf702', 'name': u'heat_ims-img_alt_9e546dd3-ce1a-4117-ae36-6e5da837d045'}), 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-15T20:27:18.000000', 'flavor': Munch({u'id': u'96fb1ce7-8528-40c6-bf7c-d3fd38601875', 'name': u'heat_ims-flavor_alt_9e546dd3-ce1a-4117-ae36-6e5da837d045'}), 'az': u'nova', 'id': u'59e09722-d046-47e2-8d46-98d35b577bb4', 'security_groups': [Munch({'description': u'Base security group for all Clearwater nodes (management)', 'tenant_id': u'134cf6cfc60c4b0290f266120d6d93be', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 4000, 'security_group_id': u'996e06d8-ab10-49fc-bf7a-b35ea7a4fd5f', 'tenant_id': '', 'port_range_min': 4000, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'134cf6cfc60c4b0290f266120d6d93be', 'name': 'heat_ims-project_9e546dd3-ce1a-4117-ae36-6e5da837d045', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'134cf6cfc60c4b0290f266120d6d93be', u'name': u'clearwater-opnfv-base-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'134cf6cfc60c4b0290f266120d6d93be', u'name': u'clearwater-opnfv-base-mgmt'}), 'project_id': '', 'id': u'1f0846fd-06dd-4695-9a05-638c8b09bb7e'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 22, 'security_group_id': u'996e06d8-ab10-49fc-bf7a-b35ea7a4fd5f', 'tenant_id': '', 'port_range_min': 22, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'134cf6cfc60c4b0290f266120d6d93be', 'name': 'heat_ims-project_9e546dd3-ce1a-4117-ae36-6e5da837d045', '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'48c3ccf4-2242-424a-9f5c-9c1bfce0049f'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 2380, 'security_group_id': u'996e06d8-ab10-49fc-bf7a-b35ea7a4fd5f', 'tenant_id': '', 'port_range_min': 2380, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'134cf6cfc60c4b0290f266120d6d93be', 'name': 'heat_ims-project_9e546dd3-ce1a-4117-ae36-6e5da837d045', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'134cf6cfc60c4b0290f266120d6d93be', u'name': u'clearwater-opnfv-base-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'134cf6cfc60c4b0290f266120d6d93be', u'name': u'clearwater-opnfv-base-mgmt'}), 'project_id': '', 'id': u'6bda4906-848b-4cc9-ae20-a511f5bab7ef'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'icmp', 'ethertype': 'IPv4', 'port_range_max': None, 'security_group_id': u'996e06d8-ab10-49fc-bf7a-b35ea7a4fd5f', 'tenant_id': '', 'port_range_min': None, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'134cf6cfc60c4b0290f266120d6d93be', 'name': 'heat_ims-project_9e546dd3-ce1a-4117-ae36-6e5da837d045', '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'82b609f2-0ad7-48ba-a76d-84ca6b1a8d1c'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 161, 'security_group_id': u'996e06d8-ab10-49fc-bf7a-b35ea7a4fd5f', 'tenant_id': '', 'port_range_min': 161, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'134cf6cfc60c4b0290f266120d6d93be', 'name': 'heat_ims-project_9e546dd3-ce1a-4117-ae36-6e5da837d045', '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'd4e0fa04-5b9a-4f0b-8018-34730919421d'})], 'id': u'996e06d8-ab10-49fc-bf7a-b35ea7a4fd5f', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'134cf6cfc60c4b0290f266120d6d93be', 'name': 'heat_ims-project_9e546dd3-ce1a-4117-ae36-6e5da837d045', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'134cf6cfc60c4b0290f266120d6d93be', 'properties': Munch({}), 'name': u'clearwater-opnfv-base-mgmt'}), Munch({'description': u'Security group for Sprout nodes inbound traffic (signaling)', 'tenant_id': u'134cf6cfc60c4b0290f266120d6d93be', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5054, 'security_group_id': u'4a1a1446-4742-4ff0-b5f8-a95dcf42c010', 'tenant_id': '', 'port_range_min': 5054, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'134cf6cfc60c4b0290f266120d6d93be', 'name': 'heat_ims-project_9e546dd3-ce1a-4117-ae36-6e5da837d045', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'134cf6cfc60c4b0290f266120d6d93be', u'name': u'clearwater-opnfv-bono-sig'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'134cf6cfc60c4b0290f266120d6d93be', u'name': u'clearwater-opnfv-bono-sig'}), 'project_id': '', 'id': u'1e50e4c3-9efc-4e50-ac9e-9778a4cf91c1'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 9888, 'security_group_id': u'4a1a1446-4742-4ff0-b5f8-a95dcf42c010', 'tenant_id': '', 'port_range_min': 9888, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'134cf6cfc60c4b0290f266120d6d93be', 'name': 'heat_ims-project_9e546dd3-ce1a-4117-ae36-6e5da837d045', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'134cf6cfc60c4b0290f266120d6d93be', u'name': u'clearwater-opnfv-vellum-sig-outbound'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'134cf6cfc60c4b0290f266120d6d93be', u'name': u'clearwater-opnfv-vellum-sig-outbound'}), 'project_id': '', 'id': u'63121131-253c-4ad7-aa3f-6712aae5c7ce'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 9888, 'security_group_id': u'4a1a1446-4742-4ff0-b5f8-a95dcf42c010', 'tenant_id': '', 'port_range_min': 9888, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'134cf6cfc60c4b0290f266120d6d93be', 'name': 'heat_ims-project_9e546dd3-ce1a-4117-ae36-6e5da837d045', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'134cf6cfc60c4b0290f266120d6d93be', u'name': u'clearwater-opnfv-dime-sig'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'134cf6cfc60c4b0290f266120d6d93be', u'name': u'clearwater-opnfv-dime-sig'}), 'project_id': '', 'id': u'bfbf6ee8-caa8-429b-9cea-e0a88c100556'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5052, 'security_group_id': u'4a1a1446-4742-4ff0-b5f8-a95dcf42c010', 'tenant_id': '', 'port_range_min': 5052, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'134cf6cfc60c4b0290f266120d6d93be', 'name': 'heat_ims-project_9e546dd3-ce1a-4117-ae36-6e5da837d045', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'134cf6cfc60c4b0290f266120d6d93be', u'name': u'clearwater-opnfv-bono-sig'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'134cf6cfc60c4b0290f266120d6d93be', u'name': u'clearwater-opnfv-bono-sig'}), 'project_id': '', 'id': u'd15d3f02-9dc6-4946-8569-313ef9718d81'})], 'id': u'4a1a1446-4742-4ff0-b5f8-a95dcf42c010', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'134cf6cfc60c4b0290f266120d6d93be', 'name': 'heat_ims-project_9e546dd3-ce1a-4117-ae36-6e5da837d045', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'134cf6cfc60c4b0290f266120d6d93be', 'properties': Munch({}), 'name': u'clearwater-opnfv-sprout-sig-inbound'}), Munch({'description': u'Security group for Sprout nodes outbound traffic (signaling)', 'tenant_id': u'134cf6cfc60c4b0290f266120d6d93be', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5054, 'security_group_id': u'3b17c573-858f-40f1-8db7-dc7f37489d43', 'tenant_id': '', 'port_range_min': 5054, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'134cf6cfc60c4b0290f266120d6d93be', 'name': 'heat_ims-project_9e546dd3-ce1a-4117-ae36-6e5da837d045', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'134cf6cfc60c4b0290f266120d6d93be', u'name': u'clearwater-opnfv-sprout-sig-outbound'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'134cf6cfc60c4b0290f266120d6d93be', u'name': u'clearwater-opnfv-sprout-sig-outbound'}), 'project_id': '', 'id': u'6215315a-7864-402b-8ee7-44cfcf7566ae'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5052, 'security_group_id': u'3b17c573-858f-40f1-8db7-dc7f37489d43', 'tenant_id': '', 'port_range_min': 5052, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'134cf6cfc60c4b0290f266120d6d93be', 'name': 'heat_ims-project_9e546dd3-ce1a-4117-ae36-6e5da837d045', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'134cf6cfc60c4b0290f266120d6d93be', u'name': u'clearwater-opnfv-sprout-sig-outbound'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'134cf6cfc60c4b0290f266120d6d93be', u'name': u'clearwater-opnfv-sprout-sig-outbound'}), 'project_id': '', 'id': u'd44c92ec-a6c4-4889-a2d0-a4b67556381a'})], 'id': u'3b17c573-858f-40f1-8db7-dc7f37489d43', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'134cf6cfc60c4b0290f266120d6d93be', 'name': 'heat_ims-project_9e546dd3-ce1a-4117-ae36-6e5da837d045', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'134cf6cfc60c4b0290f266120d6d93be', 'properties': Munch({}), 'name': u'clearwater-opnfv-sprout-sig-outbound'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'e7c934d74bea46e895ab59586a943288', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': u'172.30.9.213', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'134cf6cfc60c4b0290f266120d6d93be', 'name': 'heat_ims-project_9e546dd3-ce1a-4117-ae36-6e5da837d045', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': u'172.30.9.213', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': u'172.30.9.213', 'launched_at': u'2018-08-15T20:27:18.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-15T20:27:18Z', 'hostId': u'b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e', u'OS-SRV-USG:terminated_at': None, 'key_name': u'heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045', 'public_v6': '', 'private_v4': u'192.168.0.8', 'cloud': 'envvars', 'host_id': u'b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e', '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-15T20:27:18.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'134cf6cfc60c4b0290f266120d6d93be', 'name': u'sprout-0.clearwater.opnfv', 'adminPass': None, 'tenant_id': u'134cf6cfc60c4b0290f266120d6d93be', 'created_at': u'2018-08-15T20:26:29Z', 'created': u'2018-08-15T20:26:29Z', '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:5b:b2:38', u'version': 4, u'addr': u'192.168.1.3', u'OS-EXT-IPS:type': u'fixed'})], u'clearwater-opnfv-private-management': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:67:a8:44', u'version': 4, u'addr': u'192.168.0.14', u'OS-EXT-IPS:type': u'fixed'}), Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:67:a8:44', 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'8c261b69-581d-4db7-9afd-3818fc0bf702', 'name': u'heat_ims-img_alt_9e546dd3-ce1a-4117-ae36-6e5da837d045'}), 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-15T20:27:12.000000', 'flavor': Munch({u'id': u'96fb1ce7-8528-40c6-bf7c-d3fd38601875', 'name': u'heat_ims-flavor_alt_9e546dd3-ce1a-4117-ae36-6e5da837d045'}), 'az': u'nova', 'id': u'a76c441e-39fd-4d5f-93ae-d1b09ddfc9da', 'security_groups': [Munch({'description': u'Base security group for all Clearwater nodes (management)', 'tenant_id': u'134cf6cfc60c4b0290f266120d6d93be', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 4000, 'security_group_id': u'996e06d8-ab10-49fc-bf7a-b35ea7a4fd5f', 'tenant_id': '', 'port_range_min': 4000, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'134cf6cfc60c4b0290f266120d6d93be', 'name': 'heat_ims-project_9e546dd3-ce1a-4117-ae36-6e5da837d045', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'134cf6cfc60c4b0290f266120d6d93be', u'name': u'clearwater-opnfv-base-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'134cf6cfc60c4b0290f266120d6d93be', u'name': u'clearwater-opnfv-base-mgmt'}), 'project_id': '', 'id': u'1f0846fd-06dd-4695-9a05-638c8b09bb7e'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 22, 'security_group_id': u'996e06d8-ab10-49fc-bf7a-b35ea7a4fd5f', 'tenant_id': '', 'port_range_min': 22, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'134cf6cfc60c4b0290f266120d6d93be', 'name': 'heat_ims-project_9e546dd3-ce1a-4117-ae36-6e5da837d045', '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'48c3ccf4-2242-424a-9f5c-9c1bfce0049f'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 2380, 'security_group_id': u'996e06d8-ab10-49fc-bf7a-b35ea7a4fd5f', 'tenant_id': '', 'port_range_min': 2380, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'134cf6cfc60c4b0290f266120d6d93be', 'name': 'heat_ims-project_9e546dd3-ce1a-4117-ae36-6e5da837d045', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'134cf6cfc60c4b0290f266120d6d93be', u'name': u'clearwater-opnfv-base-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'134cf6cfc60c4b0290f266120d6d93be', u'name': u'clearwater-opnfv-base-mgmt'}), 'project_id': '', 'id': u'6bda4906-848b-4cc9-ae20-a511f5bab7ef'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'icmp', 'ethertype': 'IPv4', 'port_range_max': None, 'security_group_id': u'996e06d8-ab10-49fc-bf7a-b35ea7a4fd5f', 'tenant_id': '', 'port_range_min': None, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'134cf6cfc60c4b0290f266120d6d93be', 'name': 'heat_ims-project_9e546dd3-ce1a-4117-ae36-6e5da837d045', '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'82b609f2-0ad7-48ba-a76d-84ca6b1a8d1c'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 161, 'security_group_id': u'996e06d8-ab10-49fc-bf7a-b35ea7a4fd5f', 'tenant_id': '', 'port_range_min': 161, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'134cf6cfc60c4b0290f266120d6d93be', 'name': 'heat_ims-project_9e546dd3-ce1a-4117-ae36-6e5da837d045', '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'd4e0fa04-5b9a-4f0b-8018-34730919421d'})], 'id': u'996e06d8-ab10-49fc-bf7a-b35ea7a4fd5f', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'134cf6cfc60c4b0290f266120d6d93be', 'name': 'heat_ims-project_9e546dd3-ce1a-4117-ae36-6e5da837d045', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'134cf6cfc60c4b0290f266120d6d93be', 'properties': Munch({}), 'name': u'clearwater-opnfv-base-mgmt'}), Munch({'description': u'Security group for Vellum nodes inbound traffic (signaling)', 'tenant_id': u'134cf6cfc60c4b0290f266120d6d93be', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 11311, 'security_group_id': u'0fca88d9-cf95-4fc6-a756-16825ed20403', 'tenant_id': '', 'port_range_min': 11311, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'134cf6cfc60c4b0290f266120d6d93be', 'name': 'heat_ims-project_9e546dd3-ce1a-4117-ae36-6e5da837d045', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'134cf6cfc60c4b0290f266120d6d93be', u'name': u'clearwater-opnfv-sprout-sig-outbound'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'134cf6cfc60c4b0290f266120d6d93be', u'name': u'clearwater-opnfv-sprout-sig-outbound'}), 'project_id': '', 'id': u'62a22cae-f1ff-47a7-b6a7-910dec67d7f8'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 9160, 'security_group_id': u'0fca88d9-cf95-4fc6-a756-16825ed20403', 'tenant_id': '', 'port_range_min': 9160, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'134cf6cfc60c4b0290f266120d6d93be', 'name': 'heat_ims-project_9e546dd3-ce1a-4117-ae36-6e5da837d045', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'134cf6cfc60c4b0290f266120d6d93be', u'name': u'clearwater-opnfv-homer-sig'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'134cf6cfc60c4b0290f266120d6d93be', u'name': u'clearwater-opnfv-homer-sig'}), 'project_id': '', 'id': u'8c6899aa-bd7c-4a0e-86dd-6266169f3955'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 11311, 'security_group_id': u'0fca88d9-cf95-4fc6-a756-16825ed20403', 'tenant_id': '', 'port_range_min': 11311, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'134cf6cfc60c4b0290f266120d6d93be', 'name': 'heat_ims-project_9e546dd3-ce1a-4117-ae36-6e5da837d045', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'134cf6cfc60c4b0290f266120d6d93be', u'name': u'clearwater-opnfv-dime-sig'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'134cf6cfc60c4b0290f266120d6d93be', u'name': u'clearwater-opnfv-dime-sig'}), 'project_id': '', 'id': u'93366c2b-2f52-4cb0-8a36-03d300bfa858'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 7253, 'security_group_id': u'0fca88d9-cf95-4fc6-a756-16825ed20403', 'tenant_id': '', 'port_range_min': 7253, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'134cf6cfc60c4b0290f266120d6d93be', 'name': 'heat_ims-project_9e546dd3-ce1a-4117-ae36-6e5da837d045', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'134cf6cfc60c4b0290f266120d6d93be', u'name': u'clearwater-opnfv-sprout-sig-outbound'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'134cf6cfc60c4b0290f266120d6d93be', u'name': u'clearwater-opnfv-sprout-sig-outbound'}), 'project_id': '', 'id': u'9cf0dd99-faa1-4be0-8d87-3826fe161e46'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 9160, 'security_group_id': u'0fca88d9-cf95-4fc6-a756-16825ed20403', 'tenant_id': '', 'port_range_min': 9160, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'134cf6cfc60c4b0290f266120d6d93be', 'name': 'heat_ims-project_9e546dd3-ce1a-4117-ae36-6e5da837d045', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'134cf6cfc60c4b0290f266120d6d93be', u'name': u'clearwater-opnfv-dime-sig'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'134cf6cfc60c4b0290f266120d6d93be', u'name': u'clearwater-opnfv-dime-sig'}), 'project_id': '', 'id': u'b1d7ba0e-a300-4245-acd1-75c92167c337'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 7253, 'security_group_id': u'0fca88d9-cf95-4fc6-a756-16825ed20403', 'tenant_id': '', 'port_range_min': 7253, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'134cf6cfc60c4b0290f266120d6d93be', 'name': 'heat_ims-project_9e546dd3-ce1a-4117-ae36-6e5da837d045', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'134cf6cfc60c4b0290f266120d6d93be', u'name': u'clearwater-opnfv-dime-sig'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'134cf6cfc60c4b0290f266120d6d93be', u'name': u'clearwater-opnfv-dime-sig'}), 'project_id': '', 'id': u'e63fd826-7d62-452d-b384-9f81157f0914'})], 'id': u'0fca88d9-cf95-4fc6-a756-16825ed20403', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'134cf6cfc60c4b0290f266120d6d93be', 'name': 'heat_ims-project_9e546dd3-ce1a-4117-ae36-6e5da837d045', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'134cf6cfc60c4b0290f266120d6d93be', 'properties': Munch({}), 'name': u'clearwater-opnfv-vellum-sig-inbound'}), Munch({'description': u'Security group for Vellum nodes outbound traffic (signaling)', 'tenant_id': u'134cf6cfc60c4b0290f266120d6d93be', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 7253, 'security_group_id': u'aa976c13-0926-4c96-9d03-edb464451a7a', 'tenant_id': '', 'port_range_min': 7253, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'134cf6cfc60c4b0290f266120d6d93be', 'name': 'heat_ims-project_9e546dd3-ce1a-4117-ae36-6e5da837d045', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'134cf6cfc60c4b0290f266120d6d93be', u'name': u'clearwater-opnfv-vellum-sig-outbound'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'134cf6cfc60c4b0290f266120d6d93be', u'name': u'clearwater-opnfv-vellum-sig-outbound'}), 'project_id': '', 'id': u'13f302bc-f8be-4c87-9fac-6dae4214337e'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 7000, 'security_group_id': u'aa976c13-0926-4c96-9d03-edb464451a7a', 'tenant_id': '', 'port_range_min': 7000, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'134cf6cfc60c4b0290f266120d6d93be', 'name': 'heat_ims-project_9e546dd3-ce1a-4117-ae36-6e5da837d045', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'134cf6cfc60c4b0290f266120d6d93be', u'name': u'clearwater-opnfv-vellum-sig-outbound'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'134cf6cfc60c4b0290f266120d6d93be', u'name': u'clearwater-opnfv-vellum-sig-outbound'}), 'project_id': '', 'id': u'6959c3ff-5658-4930-89d0-6025e4a12db4'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 11211, 'security_group_id': u'aa976c13-0926-4c96-9d03-edb464451a7a', 'tenant_id': '', 'port_range_min': 11211, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'134cf6cfc60c4b0290f266120d6d93be', 'name': 'heat_ims-project_9e546dd3-ce1a-4117-ae36-6e5da837d045', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'134cf6cfc60c4b0290f266120d6d93be', u'name': u'clearwater-opnfv-vellum-sig-outbound'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'134cf6cfc60c4b0290f266120d6d93be', u'name': u'clearwater-opnfv-vellum-sig-outbound'}), 'project_id': '', 'id': u'6c91a362-ca31-4ce1-98ee-3cb17d458885'})], 'id': u'aa976c13-0926-4c96-9d03-edb464451a7a', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'134cf6cfc60c4b0290f266120d6d93be', 'name': 'heat_ims-project_9e546dd3-ce1a-4117-ae36-6e5da837d045', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'134cf6cfc60c4b0290f266120d6d93be', 'properties': Munch({}), 'name': u'clearwater-opnfv-vellum-sig-outbound'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'e7c934d74bea46e895ab59586a943288', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': u'172.30.9.204', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'134cf6cfc60c4b0290f266120d6d93be', 'name': 'heat_ims-project_9e546dd3-ce1a-4117-ae36-6e5da837d045', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': u'172.30.9.204', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': u'172.30.9.204', 'launched_at': u'2018-08-15T20:27:12.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-15T20:27:12Z', 'hostId': u'b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e', u'OS-SRV-USG:terminated_at': None, 'key_name': u'heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045', 'public_v6': '', 'private_v4': u'192.168.0.14', 'cloud': 'envvars', 'host_id': u'b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e', '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-15T20:27:12.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'134cf6cfc60c4b0290f266120d6d93be', 'name': u'vellum-0.clearwater.opnfv', 'adminPass': None, 'tenant_id': u'134cf6cfc60c4b0290f266120d6d93be', 'created_at': u'2018-08-15T20:26:29Z', 'created': u'2018-08-15T20:26:29Z', '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:9f:75:cc', u'version': 4, u'addr': u'192.168.0.12', u'OS-EXT-IPS:type': u'fixed'}), Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:9f:75:cc', 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'8c261b69-581d-4db7-9afd-3818fc0bf702', 'name': u'heat_ims-img_alt_9e546dd3-ce1a-4117-ae36-6e5da837d045'}), 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-15T20:26:06.000000', 'flavor': Munch({u'id': u'96fb1ce7-8528-40c6-bf7c-d3fd38601875', 'name': u'heat_ims-flavor_alt_9e546dd3-ce1a-4117-ae36-6e5da837d045'}), 'az': u'nova', 'id': u'e0dd32cc-fa1d-4798-8b82-04894a6f8bfa', 'security_groups': [Munch({'description': u'Base security group for all Clearwater nodes (management)', 'tenant_id': u'134cf6cfc60c4b0290f266120d6d93be', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 4000, 'security_group_id': u'996e06d8-ab10-49fc-bf7a-b35ea7a4fd5f', 'tenant_id': '', 'port_range_min': 4000, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'134cf6cfc60c4b0290f266120d6d93be', 'name': 'heat_ims-project_9e546dd3-ce1a-4117-ae36-6e5da837d045', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'134cf6cfc60c4b0290f266120d6d93be', u'name': u'clearwater-opnfv-base-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'134cf6cfc60c4b0290f266120d6d93be', u'name': u'clearwater-opnfv-base-mgmt'}), 'project_id': '', 'id': u'1f0846fd-06dd-4695-9a05-638c8b09bb7e'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 22, 'security_group_id': u'996e06d8-ab10-49fc-bf7a-b35ea7a4fd5f', 'tenant_id': '', 'port_range_min': 22, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'134cf6cfc60c4b0290f266120d6d93be', 'name': 'heat_ims-project_9e546dd3-ce1a-4117-ae36-6e5da837d045', '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'48c3ccf4-2242-424a-9f5c-9c1bfce0049f'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 2380, 'security_group_id': u'996e06d8-ab10-49fc-bf7a-b35ea7a4fd5f', 'tenant_id': '', 'port_range_min': 2380, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'134cf6cfc60c4b0290f266120d6d93be', 'name': 'heat_ims-project_9e546dd3-ce1a-4117-ae36-6e5da837d045', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'134cf6cfc60c4b0290f266120d6d93be', u'name': u'clearwater-opnfv-base-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'134cf6cfc60c4b0290f266120d6d93be', u'name': u'clearwater-opnfv-base-mgmt'}), 'project_id': '', 'id': u'6bda4906-848b-4cc9-ae20-a511f5bab7ef'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'icmp', 'ethertype': 'IPv4', 'port_range_max': None, 'security_group_id': u'996e06d8-ab10-49fc-bf7a-b35ea7a4fd5f', 'tenant_id': '', 'port_range_min': None, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'134cf6cfc60c4b0290f266120d6d93be', 'name': 'heat_ims-project_9e546dd3-ce1a-4117-ae36-6e5da837d045', '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'82b609f2-0ad7-48ba-a76d-84ca6b1a8d1c'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 161, 'security_group_id': u'996e06d8-ab10-49fc-bf7a-b35ea7a4fd5f', 'tenant_id': '', 'port_range_min': 161, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'134cf6cfc60c4b0290f266120d6d93be', 'name': 'heat_ims-project_9e546dd3-ce1a-4117-ae36-6e5da837d045', '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'd4e0fa04-5b9a-4f0b-8018-34730919421d'})], 'id': u'996e06d8-ab10-49fc-bf7a-b35ea7a4fd5f', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'134cf6cfc60c4b0290f266120d6d93be', 'name': 'heat_ims-project_9e546dd3-ce1a-4117-ae36-6e5da837d045', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'134cf6cfc60c4b0290f266120d6d93be', 'properties': Munch({}), 'name': u'clearwater-opnfv-base-mgmt'}), Munch({'description': u'Security group for Ellis nodes (management)', 'tenant_id': u'134cf6cfc60c4b0290f266120d6d93be', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 443, 'security_group_id': u'855917b6-424f-4a47-a4e7-7cb1bd148cad', 'tenant_id': '', 'port_range_min': 443, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'134cf6cfc60c4b0290f266120d6d93be', 'name': 'heat_ims-project_9e546dd3-ce1a-4117-ae36-6e5da837d045', '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'66f3a6d7-d506-48ab-992b-11495b38baa8'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 80, 'security_group_id': u'855917b6-424f-4a47-a4e7-7cb1bd148cad', 'tenant_id': '', 'port_range_min': 80, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'134cf6cfc60c4b0290f266120d6d93be', 'name': 'heat_ims-project_9e546dd3-ce1a-4117-ae36-6e5da837d045', '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'c3e46a45-81fa-4393-a577-5c43092be404'})], 'id': u'855917b6-424f-4a47-a4e7-7cb1bd148cad', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'134cf6cfc60c4b0290f266120d6d93be', 'name': 'heat_ims-project_9e546dd3-ce1a-4117-ae36-6e5da837d045', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'134cf6cfc60c4b0290f266120d6d93be', 'properties': Munch({}), 'name': u'clearwater-opnfv-ellis-mgmt'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'e7c934d74bea46e895ab59586a943288', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': u'172.30.9.217', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'134cf6cfc60c4b0290f266120d6d93be', 'name': 'heat_ims-project_9e546dd3-ce1a-4117-ae36-6e5da837d045', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': u'172.30.9.217', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': u'172.30.9.217', 'launched_at': u'2018-08-15T20:26:06.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-15T20:26:06Z', 'hostId': u'019940e19a7b1ae7bcf66d3fa083c7498a80fd0bd54c47880af1a37a', u'OS-SRV-USG:terminated_at': None, 'key_name': u'heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045', 'public_v6': '', 'private_v4': u'192.168.0.12', 'cloud': 'envvars', 'host_id': u'019940e19a7b1ae7bcf66d3fa083c7498a80fd0bd54c47880af1a37a', '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-15T20:26:06.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'134cf6cfc60c4b0290f266120d6d93be', 'name': u'ellis-0.clearwater.opnfv', 'adminPass': None, 'tenant_id': u'134cf6cfc60c4b0290f266120d6d93be', 'created_at': u'2018-08-15T20:24:22Z', 'created': u'2018-08-15T20:24:22Z', '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:01:52:92', u'version': 4, u'addr': u'192.168.1.11', u'OS-EXT-IPS:type': u'fixed'})], u'clearwater-opnfv-private-management': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:e5:cc:ec', u'version': 4, u'addr': u'192.168.0.2', u'OS-EXT-IPS:type': u'fixed'}), Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:e5:cc:ec', u'version': 4, u'addr': u'172.30.9.201', u'OS-EXT-IPS:type': u'floating'})]}), 'terminated_at': None, 'image': Munch({u'id': u'8c261b69-581d-4db7-9afd-3818fc0bf702', 'name': u'heat_ims-img_alt_9e546dd3-ce1a-4117-ae36-6e5da837d045'}), 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-15T20:24:12.000000', 'flavor': Munch({u'id': u'96fb1ce7-8528-40c6-bf7c-d3fd38601875', 'name': u'heat_ims-flavor_alt_9e546dd3-ce1a-4117-ae36-6e5da837d045'}), 'az': u'nova', 'id': u'99cb71c2-331c-48dd-b548-d074f602efeb', 'security_groups': [Munch({'description': u'Security group for DNS nodes', 'tenant_id': u'134cf6cfc60c4b0290f266120d6d93be', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'icmp', 'ethertype': 'IPv4', 'port_range_max': None, 'security_group_id': u'5f3b0331-8579-46a3-8172-056d9721183e', 'tenant_id': '', 'port_range_min': None, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'134cf6cfc60c4b0290f266120d6d93be', 'name': 'heat_ims-project_9e546dd3-ce1a-4117-ae36-6e5da837d045', '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'0e8a4d43-87e1-49ea-ad2b-4a45cae6ee6b'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 53, 'security_group_id': u'5f3b0331-8579-46a3-8172-056d9721183e', 'tenant_id': '', 'port_range_min': 53, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'134cf6cfc60c4b0290f266120d6d93be', 'name': 'heat_ims-project_9e546dd3-ce1a-4117-ae36-6e5da837d045', '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'677b492c-eef3-4ce3-9b70-fca82500fb89'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 53, 'security_group_id': u'5f3b0331-8579-46a3-8172-056d9721183e', 'tenant_id': '', 'port_range_min': 53, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'134cf6cfc60c4b0290f266120d6d93be', 'name': 'heat_ims-project_9e546dd3-ce1a-4117-ae36-6e5da837d045', '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'85c9e227-a755-4cd3-ab72-03a34277142f'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 22, 'security_group_id': u'5f3b0331-8579-46a3-8172-056d9721183e', 'tenant_id': '', 'port_range_min': 22, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'134cf6cfc60c4b0290f266120d6d93be', 'name': 'heat_ims-project_9e546dd3-ce1a-4117-ae36-6e5da837d045', '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'c08092c7-5e1c-4d9a-a04a-02dd0ad0d961'})], 'id': u'5f3b0331-8579-46a3-8172-056d9721183e', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'134cf6cfc60c4b0290f266120d6d93be', 'name': 'heat_ims-project_9e546dd3-ce1a-4117-ae36-6e5da837d045', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'134cf6cfc60c4b0290f266120d6d93be', 'properties': Munch({}), 'name': u'clearwater-opnfv-dns'}), Munch({'description': u'Security group for DNS nodes', 'tenant_id': u'134cf6cfc60c4b0290f266120d6d93be', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'icmp', 'ethertype': 'IPv4', 'port_range_max': None, 'security_group_id': u'5f3b0331-8579-46a3-8172-056d9721183e', 'tenant_id': '', 'port_range_min': None, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'134cf6cfc60c4b0290f266120d6d93be', 'name': 'heat_ims-project_9e546dd3-ce1a-4117-ae36-6e5da837d045', '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'0e8a4d43-87e1-49ea-ad2b-4a45cae6ee6b'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 53, 'security_group_id': u'5f3b0331-8579-46a3-8172-056d9721183e', 'tenant_id': '', 'port_range_min': 53, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'134cf6cfc60c4b0290f266120d6d93be', 'name': 'heat_ims-project_9e546dd3-ce1a-4117-ae36-6e5da837d045', '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'677b492c-eef3-4ce3-9b70-fca82500fb89'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 53, 'security_group_id': u'5f3b0331-8579-46a3-8172-056d9721183e', 'tenant_id': '', 'port_range_min': 53, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'134cf6cfc60c4b0290f266120d6d93be', 'name': 'heat_ims-project_9e546dd3-ce1a-4117-ae36-6e5da837d045', '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'85c9e227-a755-4cd3-ab72-03a34277142f'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 22, 'security_group_id': u'5f3b0331-8579-46a3-8172-056d9721183e', 'tenant_id': '', 'port_range_min': 22, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'134cf6cfc60c4b0290f266120d6d93be', 'name': 'heat_ims-project_9e546dd3-ce1a-4117-ae36-6e5da837d045', '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'c08092c7-5e1c-4d9a-a04a-02dd0ad0d961'})], 'id': u'5f3b0331-8579-46a3-8172-056d9721183e', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'134cf6cfc60c4b0290f266120d6d93be', 'name': 'heat_ims-project_9e546dd3-ce1a-4117-ae36-6e5da837d045', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'134cf6cfc60c4b0290f266120d6d93be', 'properties': Munch({}), 'name': u'clearwater-opnfv-dns'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'e7c934d74bea46e895ab59586a943288', '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'134cf6cfc60c4b0290f266120d6d93be', 'name': 'heat_ims-project_9e546dd3-ce1a-4117-ae36-6e5da837d045', '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-15T20:24:12.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-15T20:24:12Z', 'hostId': u'b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e', u'OS-SRV-USG:terminated_at': None, 'key_name': u'heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045', 'public_v6': '', 'private_v4': u'192.168.0.2', 'cloud': 'envvars', 'host_id': u'b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e', '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-15T20:24:12.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'134cf6cfc60c4b0290f266120d6d93be', 'name': u'ns.clearwater.opnfv', 'adminPass': None, 'tenant_id': u'134cf6cfc60c4b0290f266120d6d93be', 'created_at': u'2018-08-15T20:22:28Z', 'created': u'2018-08-15T20:22:28Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'})] 2018-08-15 20:27:38,483 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:27:38,485 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" 2018-08-15 20:27:38,787 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:27: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-26179e95-cb5c-4215-b760-06302769e487 x-compute-request-id: req-26179e95-cb5c-4215-b760-06302769e487 Content-Encoding: gzip Content-Length: 1508 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:64:be:e5", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:64:be:e5", "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:27:5d:15", "version": 4, "addr": "192.168.1.2", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:27:5d:15", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/862ca86b-06ec-4d59-ae70-d91b3227a810", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/862ca86b-06ec-4d59-ae70-d91b3227a810", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:27:10.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "862ca86b-06ec-4d59-ae70-d91b3227a810", "security_groups": [{"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:27:10Z", "hostId": "019940e19a7b1ae7bcf66d3fa083c7498a80fd0bd54c47880af1a37a", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "homer-0.clearwater.opnfv", "created": "2018-08-15T20:26:30Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:40:77:5b", "version": 4, "addr": "192.168.0.18", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:40:77:5b", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d1:da:9d", "version": 4, "addr": "192.168.1.29", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d1:da:9d", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e6950a11-a5a7-4554-9dbb-df77b86ba400", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e6950a11-a5a7-4554-9dbb-df77b86ba400", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:27:22.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "e6950a11-a5a7-4554-9dbb-df77b86ba400", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:27:22Z", "hostId": "b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "bono-0.clearwater.opnfv", "created": "2018-08-15T20:26:30Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:51:74", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:51:74", "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:66:5e:3a", "version": 4, "addr": "192.168.1.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/ffc54980-6efe-4637-8bb5-39036958536d", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/ffc54980-6efe-4637-8bb5-39036958536d", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:27:20.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "ffc54980-6efe-4637-8bb5-39036958536d", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-mgmt"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:27:20Z", "hostId": "b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "dime-0.clearwater.opnfv", "created": "2018-08-15T20:26:30Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:a0:d6:2a", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:d6:2a", "version": 4, "addr": "172.30.9.213", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:0c:21", "version": 4, "addr": "192.168.1.21", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/59e09722-d046-47e2-8d46-98d35b577bb4", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/59e09722-d046-47e2-8d46-98d35b577bb4", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:27:18.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "59e09722-d046-47e2-8d46-98d35b577bb4", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:27:18Z", "hostId": "b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-15T20:26:29Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:67:a8:44", "version": 4, "addr": "192.168.0.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:67:a8:44", "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:5b:b2:38", "version": 4, "addr": "192.168.1.3", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/a76c441e-39fd-4d5f-93ae-d1b09ddfc9da", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/a76c441e-39fd-4d5f-93ae-d1b09ddfc9da", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:27:12.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "a76c441e-39fd-4d5f-93ae-d1b09ddfc9da", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:27:12Z", "hostId": "b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-15T20:26:29Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:9f:75:cc", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:75:cc", "version": 4, "addr": "172.30.9.217", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e0dd32cc-fa1d-4798-8b82-04894a6f8bfa", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e0dd32cc-fa1d-4798-8b82-04894a6f8bfa", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:26:06.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "e0dd32cc-fa1d-4798-8b82-04894a6f8bfa", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:26:06Z", "hostId": "019940e19a7b1ae7bcf66d3fa083c7498a80fd0bd54c47880af1a37a", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-15T20:24:22Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:e5:cc:ec", "version": 4, "addr": "192.168.0.2", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e5:cc:ec", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:01:52:92", "version": 4, "addr": "192.168.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/99cb71c2-331c-48dd-b548-d074f602efeb", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/99cb71c2-331c-48dd-b548-d074f602efeb", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:24:12.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "99cb71c2-331c-48dd-b548-d074f602efeb", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:24:12Z", "hostId": "b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "ns.clearwater.opnfv", "created": "2018-08-15T20:22:28Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:27:38,787 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-26179e95-cb5c-4215-b760-06302769e487 2018-08-15 20:27:38,787 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.304583072662s 2018-08-15 20:27:38,788 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-26179e95-cb5c-4215-b760-06302769e487 2018-08-15 20:27:38,795 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-15 20:27:38,798 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/862ca86b-06ec-4d59-ae70-d91b3227a810/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}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-15 20:27:38,869 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:27: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-deee9650-6073-4329-bb4f-7810f3286c13 x-compute-request-id: req-deee9650-6073-4329-bb4f-7810f3286c13 Content-Encoding: gzip Content-Length: 8565 Content-Type: application/json RESP BODY: {"output": "[ 0.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-155-generic (buildd@lgw01-amd64-033) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #205-Ubuntu SMP Fri Aug 10 15:53:26 UTC 2018 (Ubuntu 3.13.0-155.205-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-155-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-155-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: 2039688K/2096616K available (7492K kernel code, 1163K rwdata, 3440K rodata, 1368K init, 1448K bss, 56928K 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.008106] Security Framework initialized\n[ 0.009336] AppArmor: AppArmor initialized\n[ 0.010475] Yama: becoming mindful.\n[ 0.012250] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.016383] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.019035] 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.022252] Initializing cgroup subsys memory\n[ 0.024027] Initializing cgroup subsys devices\n[ 0.025236] Initializing cgroup subsys freezer\n[ 0.026447] Initializing cgroup subsys blkio\n[ 0.027617] Initializing cgroup subsys perf_event\n[ 0.028008] Initializing cgroup subsys hugetlb\n[ 0.029341] FEATURE SPEC_CTRL Not Present\n[ 0.032242] mce: CPU supports 10 MCE banks\n[ 0.033431] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.033431] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.036012] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.037636] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.039626] Speculative Store Bypass: Vulnerable\n[ 0.040530] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.047548] ACPI: Core revision 20131115\n[ 0.048558] ACPI: All ACPI Tables successfully acquired\n[ 0.050182] ftrace: allocating 28746 entries in 113 pages\n[ 0.072260] smpboot: Max logical packages: 2\n[ 0.073437] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.076003] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.077922] Enabling x2apic\n[ 0.078794] Enabled x2apic\n[ 0.080007] Switched APIC routing to physical x2apic.\n[ 0.082662] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.084002] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.086810] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.093709] KVM setup paravirtual spinlock\n[ 0.096945] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.098882] x86: Booting SMP configuration:\n[ 0.100004] .... node #0, CPUs: #1[ 0.096890] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.116018] x86: Booted up 1 node, 2 CPUs\n[ 0.116012] KVM setup async PF for cpu 1\n[ 0.116014] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.119784] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.120415] devtmpfs: initialized\n[ 0.122342] EVM: security.selinux\n[ 0.123327] EVM: security.SMACK64\n[ 0.124005] EVM: security.ima\n[ 0.124920] EVM: security.capability\n[ 0.125993] pinctrl core: initialized pinctrl subsystem\n[ 0.128055] regulator-dummy: no parameters\n[ 0.129295] RTC time: 20:27:11, date: 08/15/18\n[ 0.130557] NET: Registered protocol family 16\n[ 0.131899] cpuidle: using governor ladder\n[ 0.132004] cpuidle: using governor menu\n[ 0.133165] ACPI: bus type PCI registered\n[ 0.134284] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.136028] PCI: Using configuration type 1 for base access\n[ 0.138118] bio: create slab at 0\n[ 0.138118] ACPI: Added _OSI(Module Device)\n[ 0.140003] ACPI: Added _OSI(Processor Device)\n[ 0.141216] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.142474] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.145233] ACPI: Interpreter enabled\n[ 0.146296] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.148738] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.151321] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.153680] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.156006] ACPI: (supports S0 S5)\n[ 0.160003] ACPI: Using IOAPIC for interrupt routing\n[ 0.161334] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.163905] ACPI: No dock devices found.\n[ 0.165995] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.167577] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.168007] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.169678] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.172206] acpiphp: Slot [3] registered\n[ 0.173325] acpiphp: Slot [4] registered\n[ 0.174455] acpiphp: Slot [5] registered\n[ 0.175572] acpiphp: Slot [6] registered\n[ 0.176023] acpiphp: Slot [7] registered\n[ 0.177135] acpiphp: Slot [8] registered\n[ 0.178239] acpiphp: Slot [9] registered\n[ 0.179358] acpiphp: Slot [10] registered\n[ 0.180020] acpiphp: Slot [11] registered\n[ 0.181150] acpiphp: Slot [12] registered\n[ 0.182281] acpiphp: Slot [13] registered\n[ 0.183421] acpiphp: Slot [14] registered\n[ 0.184020] acpiphp: Slot [15] registered\n[ 0.185164] acpiphp: Slot [16] registered\n[ 0.186386] acpiphp: Slot [17] registered\n[ 0.187513] acpiphp: Slot [18] registered\n[ 0.188027] acpiphp: Slot [19] registered\n[ 0.189175] acpiphp: Slot [20] registered\n[ 0.190316] acpiphp: Slot [21] registered\n[ 0.191456] acpiphp: Slot [22] registered\n[ 0.192020] acpiphp: Slot [23] registered\n[ 0.193169] acpiphp: Slot [24] registered\n[ 0.194300] acpiphp: Slot [25] registered\n[ 0.195430] acpiphp: Slot [26] registered\n[ 0.196020] acpiphp: Slot [27] registered\n[ 0.197157] acpiphp: Slot [28] registered\n[ 0.198282] acpiphp: Slot [29] registered\n[ 0.199419] acpiphp: Slot [30] registered\n[ 0.200028] acpiphp: Slot [31] registered\n[ 0.201153] PCI host bridge to bus 0000:00\n[ 0.202283] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.203706] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.204004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.205569] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.207254] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.208003] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.215404] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.216014] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.242589] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.244564] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.246554] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.248537] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.250602] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.252221] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.253996] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.253996] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.256004] vgaarb: loaded\n[ 0.256851] vgaarb: bridge control possible 0000:00:02.0\n[ 0.258504] SCSI subsystem initialized\n[ 0.259740] ACPI: bus type USB registered\n[ 0.260031] usbcore: registered new interface driver usbfs\n[ 0.261464] usbcore: registered new interface driver hub\n[ 0.262890] usbcore: registered new device driver usb\n[ 0.264117] PCI: Using ACPI for IRQ routing\n[ 0.265563] NetLabel: Initializing\n[ 0.266574] NetLabel: domain hash size = 128\n[ 0.267767] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.268065] NetLabel: unlabeled traffic allowed by default\n[ 0.269514] Switched to clocksource kvm-clock\n[ 0.277200] AppArmor: AppArmor Filesystem Enabled\n[ 0.278522] pnp: PnP ACPI init\n[ 0.279459] ACPI: bus type PNP registered\n[ 0.281044] pnp: PnP ACPI: found 8 devices\n[ 0.282190] ACPI: bus type PNP unregistered\n[ 0.289689] NET: Registered protocol family 2\n[ 0.291177] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.293302] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.295192] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.296969] TCP: reno registered\n[ 0.297924] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.299471] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.301196] NET: Registered protocol family 1\n[ 0.302418] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.303943] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.305436] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.327969] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.350648] Trying to unpack rootfs image as initramfs...\n[ 0.453190] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.455495] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.457011] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.459050] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.462092] Scanning for low memory corruption every 60 seconds\n[ 0.464447] Initialise system trusted keyring\n[ 0.466051] audit: initializing netlink socket (disabled)\n[ 0.467885] type=2000 audit(1534364831.701:1): initialized\n[ 0.488781] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.491863] zbud: loaded\n[ 0.493140] VFS: Disk quotas dquot_6.5.2\n[ 0.494642] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.497221] fuse init (API version 7.22)\n[ 0.498734] msgmni has been set to 3997\n[ 0.500194] Key type big_key registered\n[ 0.502033] Key type asymmetric registered\n[ 0.503545] Asymmetric key parser 'x509' registered\n[ 0.505292] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.507915] io scheduler noop registered\n[ 0.509356] io scheduler deadline registered (default)\n[ 0.511093] io scheduler cfq registered\n[ 0.512565] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.514479] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516729] ipmi message handler version 39.2\n[ 0.518350] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.520935] ACPI: Power Button [PWRF]\n[ 0.522390] GHES: HEST is not enabled!\n[ 0.544858] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.590233] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.613936] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.616443] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.641284] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.644836] Linux agpgart interface v0.103\n[ 0.647364] brd: module loaded\n[ 0.649078] loop: module loaded\n[ 0.650657] blk-mq: CPU -> queue map\n[ 0.652017] CPU 0 -> Queue 0\n[ 0.653198] CPU 1 -> Queue 0\n[ 0.655193] vda: vda1\n[ 0.656705] scsi0 : ata_piix\n[ 0.657713] scsi1 : ata_piix\n[ 0.658633] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.660320] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.662209] libphy: Fixed MDIO Bus: probed\n[ 0.663440] tun: Universal TUN/TAP device driver, 1.6\n[ 0.664793] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.668050] PPP generic driver version 2.4.2\n[ 0.669265] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.670858] ehci-pci: EHCI PCI platform driver\n[ 0.672049] ehci-platform: EHCI generic platform driver\n[ 0.673391] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.674937] ohci-pci: OHCI PCI platform driver\n[ 0.676141] ohci-platform: OHCI generic platform driver\n[ 0.677500] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.699950] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.701312] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.703371] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.704944] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.706610] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.708547] usb usb1: Product: UHCI Host Controller\n[ 0.709815] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd\n[ 0.711390] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.712688] hub 1-0:1.0: USB hub found\n[ 0.713768] hub 1-0:1.0: 2 ports detected\n[ 0.715006] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.717825] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.719119] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.720560] mousedev: PS/2 mouse device common for all mice\n[ 0.722256] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.724616] rtc_cmos 00:00: RTC can wake from S4\n[ 0.726169] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.727788] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.729474] device-mapper: uevent: version 1.0.3\n[ 0.730785] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.733032] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.734637] TCP: cubic registered\n[ 0.735699] NET: Registered protocol family 10\n[ 0.737225] NET: Registered protocol family 17\n[ 0.738446] Key type dns_resolver registered\n[ 0.739802] Loading compiled-in X.509 certificates\n[ 0.741621] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b'\n[ 0.751227] registered taskstats version 1\n[ 0.754184] Key type trusted registered\n[ 0.757971] Key type encrypted registered\n[ 0.759092] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.760498] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.762459] regulator-dummy: disabling\n[ 0.763597] Magic number: 14:188:498\n[ 0.764794] rtc_cmos 00:00: setting system clock to 2018-08-15 20:27:12 UTC (1534364832)\n[ 0.767033] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.768557] EDD information not available.\n[ 0.817412] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.819593] Write protecting the kernel read-only data: 12288k\n[ 0.821720] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000)\n[ 0.825115] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000)\nLoading, please wait...\n[ 0.838303] systemd-udevd[107]: starting version 204\n[ 0.880864] FDC 0 is a S82078B\n[ 1.024046] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.188789] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.190538] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.192360] usb 1-1: Product: QEMU USB Tablet\n[ 1.193588] usb 1-1: Manufacturer: QEMU\n[ 1.194687] usb 1-1: SerialNumber: 42\n[ 1.452077] tsc: Refined TSC clocksource calibration: 3491.871 MHz\n[ 1.893036] 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.236554] 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.534411] random: init urandom read with 10 bits of entropy available\n[ 2.652842] 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 Wed, 15 Aug 2018 20:27:14 +0000. Up 3.17 seconds.\ncloud-init-nonet[3.34]: 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 Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[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 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 configure network device[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[4.46]: 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 Wed, 15 Aug 2018 20:27:16 +0000. Up 4.71 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:27:5d:15 |\nci-info: | eth0 | True | 192.168.0.10 | 255.255.255.0 | fa:16:3e:64:be:e5 |\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: +-------+-----------------+---------------+-----------------+-----------+-------+\n"} 2018-08-15 20:27:38,870 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/862ca86b-06ec-4d59-ae70-d91b3227a810/action used request id req-deee9650-6073-4329-bb4f-7810f3286c13 2018-08-15 20:27:38,870 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0745069980621s 2018-08-15 20:27:38,871 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/862ca86b-06ec-4d59-ae70-d91b3227a810/action used request id req-deee9650-6073-4329-bb4f-7810f3286c13 2018-08-15 20:27:38,871 - 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-155-generic (buildd@lgw01-amd64-033) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #205-Ubuntu SMP Fri Aug 10 15:53:26 UTC 2018 (Ubuntu 3.13.0-155.205-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-155-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-155-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: 2039688K/2096616K available (7492K kernel code, 1163K rwdata, 3440K rodata, 1368K init, 1448K bss, 56928K 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.008106] Security Framework initialized [ 0.009336] AppArmor: AppArmor initialized [ 0.010475] Yama: becoming mindful. [ 0.012250] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.016383] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.019035] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.020005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.022252] Initializing cgroup subsys memory [ 0.024027] Initializing cgroup subsys devices [ 0.025236] Initializing cgroup subsys freezer [ 0.026447] Initializing cgroup subsys blkio [ 0.027617] Initializing cgroup subsys perf_event [ 0.028008] Initializing cgroup subsys hugetlb [ 0.029341] FEATURE SPEC_CTRL Not Present [ 0.032242] mce: CPU supports 10 MCE banks [ 0.033431] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.033431] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.036012] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.037636] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.039626] Speculative Store Bypass: Vulnerable [ 0.040530] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.047548] ACPI: Core revision 20131115 [ 0.048558] ACPI: All ACPI Tables successfully acquired [ 0.050182] ftrace: allocating 28746 entries in 113 pages [ 0.072260] smpboot: Max logical packages: 2 [ 0.073437] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.076003] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.077922] Enabling x2apic [ 0.078794] Enabled x2apic [ 0.080007] Switched APIC routing to physical x2apic. [ 0.082662] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.084002] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.086810] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.093709] KVM setup paravirtual spinlock [ 0.096945] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.098882] x86: Booting SMP configuration: [ 0.100004] .... node #0, CPUs: #1[ 0.096890] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.116018] x86: Booted up 1 node, 2 CPUs [ 0.116012] KVM setup async PF for cpu 1 [ 0.116014] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.119784] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.120415] devtmpfs: initialized [ 0.122342] EVM: security.selinux [ 0.123327] EVM: security.SMACK64 [ 0.124005] EVM: security.ima [ 0.124920] EVM: security.capability [ 0.125993] pinctrl core: initialized pinctrl subsystem [ 0.128055] regulator-dummy: no parameters [ 0.129295] RTC time: 20:27:11, date: 08/15/18 [ 0.130557] NET: Registered protocol family 16 [ 0.131899] cpuidle: using governor ladder [ 0.132004] cpuidle: using governor menu [ 0.133165] ACPI: bus type PCI registered [ 0.134284] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.136028] PCI: Using configuration type 1 for base access [ 0.138118] bio: create slab at 0 [ 0.138118] ACPI: Added _OSI(Module Device) [ 0.140003] ACPI: Added _OSI(Processor Device) [ 0.141216] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.142474] ACPI: Added _OSI(Processor Aggregator Device) [ 0.145233] ACPI: Interpreter enabled [ 0.146296] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.148738] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.151321] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.153680] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.156006] ACPI: (supports S0 S5) [ 0.160003] ACPI: Using IOAPIC for interrupt routing [ 0.161334] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.163905] ACPI: No dock devices found. [ 0.165995] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.167577] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.168007] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.169678] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.172206] acpiphp: Slot [3] registered [ 0.173325] acpiphp: Slot [4] registered [ 0.174455] acpiphp: Slot [5] registered [ 0.175572] acpiphp: Slot [6] registered [ 0.176023] acpiphp: Slot [7] registered [ 0.177135] acpiphp: Slot [8] registered [ 0.178239] acpiphp: Slot [9] registered [ 0.179358] acpiphp: Slot [10] registered [ 0.180020] acpiphp: Slot [11] registered [ 0.181150] acpiphp: Slot [12] registered [ 0.182281] acpiphp: Slot [13] registered [ 0.183421] acpiphp: Slot [14] registered [ 0.184020] acpiphp: Slot [15] registered [ 0.185164] acpiphp: Slot [16] registered [ 0.186386] acpiphp: Slot [17] registered [ 0.187513] acpiphp: Slot [18] registered [ 0.188027] acpiphp: Slot [19] registered [ 0.189175] acpiphp: Slot [20] registered [ 0.190316] acpiphp: Slot [21] registered [ 0.191456] acpiphp: Slot [22] registered [ 0.192020] acpiphp: Slot [23] registered [ 0.193169] acpiphp: Slot [24] registered [ 0.194300] acpiphp: Slot [25] registered [ 0.195430] acpiphp: Slot [26] registered [ 0.196020] acpiphp: Slot [27] registered [ 0.197157] acpiphp: Slot [28] registered [ 0.198282] acpiphp: Slot [29] registered [ 0.199419] acpiphp: Slot [30] registered [ 0.200028] acpiphp: Slot [31] registered [ 0.201153] PCI host bridge to bus 0000:00 [ 0.202283] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.203706] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.204004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.205569] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.207254] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.208003] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.215404] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.216014] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.242589] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.244564] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.246554] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.248537] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.250602] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.252221] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.253996] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.253996] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.256004] vgaarb: loaded [ 0.256851] vgaarb: bridge control possible 0000:00:02.0 [ 0.258504] SCSI subsystem initialized [ 0.259740] ACPI: bus type USB registered [ 0.260031] usbcore: registered new interface driver usbfs [ 0.261464] usbcore: registered new interface driver hub [ 0.262890] usbcore: registered new device driver usb [ 0.264117] PCI: Using ACPI for IRQ routing [ 0.265563] NetLabel: Initializing [ 0.266574] NetLabel: domain hash size = 128 [ 0.267767] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.268065] NetLabel: unlabeled traffic allowed by default [ 0.269514] Switched to clocksource kvm-clock [ 0.277200] AppArmor: AppArmor Filesystem Enabled [ 0.278522] pnp: PnP ACPI init [ 0.279459] ACPI: bus type PNP registered [ 0.281044] pnp: PnP ACPI: found 8 devices [ 0.282190] ACPI: bus type PNP unregistered [ 0.289689] NET: Registered protocol family 2 [ 0.291177] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.293302] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.295192] TCP: Hash tables configured (established 16384 bind 16384) [ 0.296969] TCP: reno registered [ 0.297924] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.299471] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.301196] NET: Registered protocol family 1 [ 0.302418] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.303943] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.305436] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.327969] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.350648] Trying to unpack rootfs image as initramfs... [ 0.453190] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.455495] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.457011] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.459050] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.462092] Scanning for low memory corruption every 60 seconds [ 0.464447] Initialise system trusted keyring [ 0.466051] audit: initializing netlink socket (disabled) [ 0.467885] type=2000 audit(1534364831.701:1): initialized [ 0.488781] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.491863] zbud: loaded [ 0.493140] VFS: Disk quotas dquot_6.5.2 [ 0.494642] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.497221] fuse init (API version 7.22) [ 0.498734] msgmni has been set to 3997 [ 0.500194] Key type big_key registered [ 0.502033] Key type asymmetric registered [ 0.503545] Asymmetric key parser 'x509' registered [ 0.505292] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.507915] io scheduler noop registered [ 0.509356] io scheduler deadline registered (default) [ 0.511093] io scheduler cfq registered [ 0.512565] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.514479] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.516729] ipmi message handler version 39.2 [ 0.518350] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.520935] ACPI: Power Button [PWRF] [ 0.522390] GHES: HEST is not enabled! [ 0.544858] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.590233] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.613936] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.616443] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.641284] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.644836] Linux agpgart interface v0.103 [ 0.647364] brd: module loaded [ 0.649078] loop: module loaded [ 0.650657] blk-mq: CPU -> queue map [ 0.652017] CPU 0 -> Queue 0 [ 0.653198] CPU 1 -> Queue 0 [ 0.655193] vda: vda1 [ 0.656705] scsi0 : ata_piix [ 0.657713] scsi1 : ata_piix [ 0.658633] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.660320] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.662209] libphy: Fixed MDIO Bus: probed [ 0.663440] tun: Universal TUN/TAP device driver, 1.6 [ 0.664793] tun: (C) 1999-2004 Max Krasnyansky [ 0.668050] PPP generic driver version 2.4.2 [ 0.669265] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.670858] ehci-pci: EHCI PCI platform driver [ 0.672049] ehci-platform: EHCI generic platform driver [ 0.673391] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.674937] ohci-pci: OHCI PCI platform driver [ 0.676141] ohci-platform: OHCI generic platform driver [ 0.677500] uhci_hcd: USB Universal Host Controller Interface driver [ 0.699950] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.701312] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.703371] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.704944] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.706610] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.708547] usb usb1: Product: UHCI Host Controller [ 0.709815] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd [ 0.711390] usb usb1: SerialNumber: 0000:00:01.2 [ 0.712688] hub 1-0:1.0: USB hub found [ 0.713768] hub 1-0:1.0: 2 ports detected [ 0.715006] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.717825] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.719119] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.720560] mousedev: PS/2 mouse device common for all mice [ 0.722256] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.724616] rtc_cmos 00:00: RTC can wake from S4 [ 0.726169] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.727788] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.729474] device-mapper: uevent: version 1.0.3 [ 0.730785] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.733032] ledtrig-cpu: registered to indicate activity on CPUs [ 0.734637] TCP: cubic registered [ 0.735699] NET: Registered protocol family 10 [ 0.737225] NET: Registered protocol family 17 [ 0.738446] Key type dns_resolver registered [ 0.739802] Loading compiled-in X.509 certificates [ 0.741621] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b' [ 0.751227] registered taskstats version 1 [ 0.754184] Key type trusted registered [ 0.757971] Key type encrypted registered [ 0.759092] AppArmor: AppArmor sha1 policy hashing enabled [ 0.760498] IMA: No TPM chip found, activating TPM-bypass! [ 0.762459] regulator-dummy: disabling [ 0.763597] Magic number: 14:188:498 [ 0.764794] rtc_cmos 00:00: setting system clock to 2018-08-15 20:27:12 UTC (1534364832) [ 0.767033] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.768557] EDD information not available. [ 0.817412] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.819593] Write protecting the kernel read-only data: 12288k [ 0.821720] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000) [ 0.825115] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000) Loading, please wait... [ 0.838303] systemd-udevd[107]: starting version 204 [ 0.880864] FDC 0 is a S82078B [ 1.024046] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.188789] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.190538] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.192360] usb 1-1: Product: QEMU USB Tablet [ 1.193588] usb 1-1: Manufacturer: QEMU [ 1.194687] usb 1-1: SerialNumber: 42 [ 1.452077] tsc: Refined TSC clocksource calibration: 3491.871 MHz [ 1.893036] 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.236554] 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.534411] random: init urandom read with 10 bits of entropy available [ 2.652842] 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 Wed, 15 Aug 2018 20:27:14 +0000. Up 3.17 seconds. cloud-init-nonet[3.34]: 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 Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[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 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 configure network device[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[4.46]: 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 Wed, 15 Aug 2018 20:27:16 +0000. Up 4.71 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:27:5d:15 | ci-info: | eth0 | True | 192.168.0.10 | 255.255.255.0 | fa:16:3e:64:be:e5 | 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: +-------+-----------------+---------------+-----------------+-----------+-------+ 2018-08-15 20:27:38,872 - functest.core.singlevm - DEBUG - try 1: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-15 20:27:48,883 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:27:48,886 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" 2018-08-15 20:27:49,452 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:27:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a9db99e8-08f6-42c9-a90e-cb107cc5e6cc x-compute-request-id: req-a9db99e8-08f6-42c9-a90e-cb107cc5e6cc Content-Encoding: gzip Content-Length: 1508 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:64:be:e5", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:64:be:e5", "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:27:5d:15", "version": 4, "addr": "192.168.1.2", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:27:5d:15", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/862ca86b-06ec-4d59-ae70-d91b3227a810", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/862ca86b-06ec-4d59-ae70-d91b3227a810", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:27:10.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "862ca86b-06ec-4d59-ae70-d91b3227a810", "security_groups": [{"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:27:10Z", "hostId": "019940e19a7b1ae7bcf66d3fa083c7498a80fd0bd54c47880af1a37a", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "homer-0.clearwater.opnfv", "created": "2018-08-15T20:26:30Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:40:77:5b", "version": 4, "addr": "192.168.0.18", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:40:77:5b", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d1:da:9d", "version": 4, "addr": "192.168.1.29", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d1:da:9d", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e6950a11-a5a7-4554-9dbb-df77b86ba400", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e6950a11-a5a7-4554-9dbb-df77b86ba400", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:27:22.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "e6950a11-a5a7-4554-9dbb-df77b86ba400", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:27:22Z", "hostId": "b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "bono-0.clearwater.opnfv", "created": "2018-08-15T20:26:30Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:51:74", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:51:74", "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:66:5e:3a", "version": 4, "addr": "192.168.1.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/ffc54980-6efe-4637-8bb5-39036958536d", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/ffc54980-6efe-4637-8bb5-39036958536d", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:27:20.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "ffc54980-6efe-4637-8bb5-39036958536d", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-mgmt"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:27:20Z", "hostId": "b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "dime-0.clearwater.opnfv", "created": "2018-08-15T20:26:30Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:a0:d6:2a", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:d6:2a", "version": 4, "addr": "172.30.9.213", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:0c:21", "version": 4, "addr": "192.168.1.21", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/59e09722-d046-47e2-8d46-98d35b577bb4", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/59e09722-d046-47e2-8d46-98d35b577bb4", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:27:18.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "59e09722-d046-47e2-8d46-98d35b577bb4", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:27:18Z", "hostId": "b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-15T20:26:29Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:67:a8:44", "version": 4, "addr": "192.168.0.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:67:a8:44", "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:5b:b2:38", "version": 4, "addr": "192.168.1.3", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/a76c441e-39fd-4d5f-93ae-d1b09ddfc9da", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/a76c441e-39fd-4d5f-93ae-d1b09ddfc9da", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:27:12.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "a76c441e-39fd-4d5f-93ae-d1b09ddfc9da", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:27:12Z", "hostId": "b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-15T20:26:29Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:9f:75:cc", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:75:cc", "version": 4, "addr": "172.30.9.217", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e0dd32cc-fa1d-4798-8b82-04894a6f8bfa", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e0dd32cc-fa1d-4798-8b82-04894a6f8bfa", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:26:06.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "e0dd32cc-fa1d-4798-8b82-04894a6f8bfa", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:26:06Z", "hostId": "019940e19a7b1ae7bcf66d3fa083c7498a80fd0bd54c47880af1a37a", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-15T20:24:22Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:e5:cc:ec", "version": 4, "addr": "192.168.0.2", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e5:cc:ec", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:01:52:92", "version": 4, "addr": "192.168.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/99cb71c2-331c-48dd-b548-d074f602efeb", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/99cb71c2-331c-48dd-b548-d074f602efeb", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:24:12.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "99cb71c2-331c-48dd-b548-d074f602efeb", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:24:12Z", "hostId": "b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "ns.clearwater.opnfv", "created": "2018-08-15T20:22:28Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:27:49,452 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-a9db99e8-08f6-42c9-a90e-cb107cc5e6cc 2018-08-15 20:27:49,452 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.569272994995s 2018-08-15 20:27:49,453 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-a9db99e8-08f6-42c9-a90e-cb107cc5e6cc 2018-08-15 20:27:49,460 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-15 20:27:49,463 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/862ca86b-06ec-4d59-ae70-d91b3227a810/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}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-15 20:27:49,532 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:27:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-11242515-5202-4d18-9595-9ca74e27cd8a x-compute-request-id: req-11242515-5202-4d18-9595-9ca74e27cd8a Content-Encoding: gzip Content-Length: 8565 Content-Type: application/json RESP BODY: {"output": "[ 0.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-155-generic (buildd@lgw01-amd64-033) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #205-Ubuntu SMP Fri Aug 10 15:53:26 UTC 2018 (Ubuntu 3.13.0-155.205-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-155-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-155-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: 2039688K/2096616K available (7492K kernel code, 1163K rwdata, 3440K rodata, 1368K init, 1448K bss, 56928K 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.008106] Security Framework initialized\n[ 0.009336] AppArmor: AppArmor initialized\n[ 0.010475] Yama: becoming mindful.\n[ 0.012250] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.016383] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.019035] 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.022252] Initializing cgroup subsys memory\n[ 0.024027] Initializing cgroup subsys devices\n[ 0.025236] Initializing cgroup subsys freezer\n[ 0.026447] Initializing cgroup subsys blkio\n[ 0.027617] Initializing cgroup subsys perf_event\n[ 0.028008] Initializing cgroup subsys hugetlb\n[ 0.029341] FEATURE SPEC_CTRL Not Present\n[ 0.032242] mce: CPU supports 10 MCE banks\n[ 0.033431] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.033431] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.036012] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.037636] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.039626] Speculative Store Bypass: Vulnerable\n[ 0.040530] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.047548] ACPI: Core revision 20131115\n[ 0.048558] ACPI: All ACPI Tables successfully acquired\n[ 0.050182] ftrace: allocating 28746 entries in 113 pages\n[ 0.072260] smpboot: Max logical packages: 2\n[ 0.073437] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.076003] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.077922] Enabling x2apic\n[ 0.078794] Enabled x2apic\n[ 0.080007] Switched APIC routing to physical x2apic.\n[ 0.082662] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.084002] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.086810] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.093709] KVM setup paravirtual spinlock\n[ 0.096945] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.098882] x86: Booting SMP configuration:\n[ 0.100004] .... node #0, CPUs: #1[ 0.096890] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.116018] x86: Booted up 1 node, 2 CPUs\n[ 0.116012] KVM setup async PF for cpu 1\n[ 0.116014] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.119784] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.120415] devtmpfs: initialized\n[ 0.122342] EVM: security.selinux\n[ 0.123327] EVM: security.SMACK64\n[ 0.124005] EVM: security.ima\n[ 0.124920] EVM: security.capability\n[ 0.125993] pinctrl core: initialized pinctrl subsystem\n[ 0.128055] regulator-dummy: no parameters\n[ 0.129295] RTC time: 20:27:11, date: 08/15/18\n[ 0.130557] NET: Registered protocol family 16\n[ 0.131899] cpuidle: using governor ladder\n[ 0.132004] cpuidle: using governor menu\n[ 0.133165] ACPI: bus type PCI registered\n[ 0.134284] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.136028] PCI: Using configuration type 1 for base access\n[ 0.138118] bio: create slab at 0\n[ 0.138118] ACPI: Added _OSI(Module Device)\n[ 0.140003] ACPI: Added _OSI(Processor Device)\n[ 0.141216] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.142474] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.145233] ACPI: Interpreter enabled\n[ 0.146296] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.148738] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.151321] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.153680] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.156006] ACPI: (supports S0 S5)\n[ 0.160003] ACPI: Using IOAPIC for interrupt routing\n[ 0.161334] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.163905] ACPI: No dock devices found.\n[ 0.165995] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.167577] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.168007] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.169678] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.172206] acpiphp: Slot [3] registered\n[ 0.173325] acpiphp: Slot [4] registered\n[ 0.174455] acpiphp: Slot [5] registered\n[ 0.175572] acpiphp: Slot [6] registered\n[ 0.176023] acpiphp: Slot [7] registered\n[ 0.177135] acpiphp: Slot [8] registered\n[ 0.178239] acpiphp: Slot [9] registered\n[ 0.179358] acpiphp: Slot [10] registered\n[ 0.180020] acpiphp: Slot [11] registered\n[ 0.181150] acpiphp: Slot [12] registered\n[ 0.182281] acpiphp: Slot [13] registered\n[ 0.183421] acpiphp: Slot [14] registered\n[ 0.184020] acpiphp: Slot [15] registered\n[ 0.185164] acpiphp: Slot [16] registered\n[ 0.186386] acpiphp: Slot [17] registered\n[ 0.187513] acpiphp: Slot [18] registered\n[ 0.188027] acpiphp: Slot [19] registered\n[ 0.189175] acpiphp: Slot [20] registered\n[ 0.190316] acpiphp: Slot [21] registered\n[ 0.191456] acpiphp: Slot [22] registered\n[ 0.192020] acpiphp: Slot [23] registered\n[ 0.193169] acpiphp: Slot [24] registered\n[ 0.194300] acpiphp: Slot [25] registered\n[ 0.195430] acpiphp: Slot [26] registered\n[ 0.196020] acpiphp: Slot [27] registered\n[ 0.197157] acpiphp: Slot [28] registered\n[ 0.198282] acpiphp: Slot [29] registered\n[ 0.199419] acpiphp: Slot [30] registered\n[ 0.200028] acpiphp: Slot [31] registered\n[ 0.201153] PCI host bridge to bus 0000:00\n[ 0.202283] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.203706] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.204004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.205569] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.207254] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.208003] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.215404] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.216014] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.242589] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.244564] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.246554] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.248537] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.250602] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.252221] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.253996] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.253996] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.256004] vgaarb: loaded\n[ 0.256851] vgaarb: bridge control possible 0000:00:02.0\n[ 0.258504] SCSI subsystem initialized\n[ 0.259740] ACPI: bus type USB registered\n[ 0.260031] usbcore: registered new interface driver usbfs\n[ 0.261464] usbcore: registered new interface driver hub\n[ 0.262890] usbcore: registered new device driver usb\n[ 0.264117] PCI: Using ACPI for IRQ routing\n[ 0.265563] NetLabel: Initializing\n[ 0.266574] NetLabel: domain hash size = 128\n[ 0.267767] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.268065] NetLabel: unlabeled traffic allowed by default\n[ 0.269514] Switched to clocksource kvm-clock\n[ 0.277200] AppArmor: AppArmor Filesystem Enabled\n[ 0.278522] pnp: PnP ACPI init\n[ 0.279459] ACPI: bus type PNP registered\n[ 0.281044] pnp: PnP ACPI: found 8 devices\n[ 0.282190] ACPI: bus type PNP unregistered\n[ 0.289689] NET: Registered protocol family 2\n[ 0.291177] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.293302] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.295192] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.296969] TCP: reno registered\n[ 0.297924] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.299471] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.301196] NET: Registered protocol family 1\n[ 0.302418] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.303943] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.305436] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.327969] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.350648] Trying to unpack rootfs image as initramfs...\n[ 0.453190] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.455495] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.457011] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.459050] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.462092] Scanning for low memory corruption every 60 seconds\n[ 0.464447] Initialise system trusted keyring\n[ 0.466051] audit: initializing netlink socket (disabled)\n[ 0.467885] type=2000 audit(1534364831.701:1): initialized\n[ 0.488781] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.491863] zbud: loaded\n[ 0.493140] VFS: Disk quotas dquot_6.5.2\n[ 0.494642] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.497221] fuse init (API version 7.22)\n[ 0.498734] msgmni has been set to 3997\n[ 0.500194] Key type big_key registered\n[ 0.502033] Key type asymmetric registered\n[ 0.503545] Asymmetric key parser 'x509' registered\n[ 0.505292] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.507915] io scheduler noop registered\n[ 0.509356] io scheduler deadline registered (default)\n[ 0.511093] io scheduler cfq registered\n[ 0.512565] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.514479] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516729] ipmi message handler version 39.2\n[ 0.518350] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.520935] ACPI: Power Button [PWRF]\n[ 0.522390] GHES: HEST is not enabled!\n[ 0.544858] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.590233] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.613936] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.616443] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.641284] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.644836] Linux agpgart interface v0.103\n[ 0.647364] brd: module loaded\n[ 0.649078] loop: module loaded\n[ 0.650657] blk-mq: CPU -> queue map\n[ 0.652017] CPU 0 -> Queue 0\n[ 0.653198] CPU 1 -> Queue 0\n[ 0.655193] vda: vda1\n[ 0.656705] scsi0 : ata_piix\n[ 0.657713] scsi1 : ata_piix\n[ 0.658633] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.660320] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.662209] libphy: Fixed MDIO Bus: probed\n[ 0.663440] tun: Universal TUN/TAP device driver, 1.6\n[ 0.664793] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.668050] PPP generic driver version 2.4.2\n[ 0.669265] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.670858] ehci-pci: EHCI PCI platform driver\n[ 0.672049] ehci-platform: EHCI generic platform driver\n[ 0.673391] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.674937] ohci-pci: OHCI PCI platform driver\n[ 0.676141] ohci-platform: OHCI generic platform driver\n[ 0.677500] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.699950] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.701312] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.703371] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.704944] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.706610] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.708547] usb usb1: Product: UHCI Host Controller\n[ 0.709815] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd\n[ 0.711390] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.712688] hub 1-0:1.0: USB hub found\n[ 0.713768] hub 1-0:1.0: 2 ports detected\n[ 0.715006] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.717825] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.719119] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.720560] mousedev: PS/2 mouse device common for all mice\n[ 0.722256] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.724616] rtc_cmos 00:00: RTC can wake from S4\n[ 0.726169] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.727788] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.729474] device-mapper: uevent: version 1.0.3\n[ 0.730785] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.733032] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.734637] TCP: cubic registered\n[ 0.735699] NET: Registered protocol family 10\n[ 0.737225] NET: Registered protocol family 17\n[ 0.738446] Key type dns_resolver registered\n[ 0.739802] Loading compiled-in X.509 certificates\n[ 0.741621] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b'\n[ 0.751227] registered taskstats version 1\n[ 0.754184] Key type trusted registered\n[ 0.757971] Key type encrypted registered\n[ 0.759092] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.760498] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.762459] regulator-dummy: disabling\n[ 0.763597] Magic number: 14:188:498\n[ 0.764794] rtc_cmos 00:00: setting system clock to 2018-08-15 20:27:12 UTC (1534364832)\n[ 0.767033] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.768557] EDD information not available.\n[ 0.817412] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.819593] Write protecting the kernel read-only data: 12288k\n[ 0.821720] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000)\n[ 0.825115] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000)\nLoading, please wait...\n[ 0.838303] systemd-udevd[107]: starting version 204\n[ 0.880864] FDC 0 is a S82078B\n[ 1.024046] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.188789] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.190538] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.192360] usb 1-1: Product: QEMU USB Tablet\n[ 1.193588] usb 1-1: Manufacturer: QEMU\n[ 1.194687] usb 1-1: SerialNumber: 42\n[ 1.452077] tsc: Refined TSC clocksource calibration: 3491.871 MHz\n[ 1.893036] 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.236554] 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.534411] random: init urandom read with 10 bits of entropy available\n[ 2.652842] 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 Wed, 15 Aug 2018 20:27:14 +0000. Up 3.17 seconds.\ncloud-init-nonet[3.34]: 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 Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[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 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 configure network device[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[4.46]: 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 Wed, 15 Aug 2018 20:27:16 +0000. Up 4.71 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:27:5d:15 |\nci-info: | eth0 | True | 192.168.0.10 | 255.255.255.0 | fa:16:3e:64:be:e5 |\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: +-------+-----------------+---------------+-----------------+-----------+-------+\n"} 2018-08-15 20:27:49,533 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/862ca86b-06ec-4d59-ae70-d91b3227a810/action used request id req-11242515-5202-4d18-9595-9ca74e27cd8a 2018-08-15 20:27:49,533 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0725319385529s 2018-08-15 20:27:49,534 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/862ca86b-06ec-4d59-ae70-d91b3227a810/action used request id req-11242515-5202-4d18-9595-9ca74e27cd8a 2018-08-15 20:27:49,534 - 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-155-generic (buildd@lgw01-amd64-033) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #205-Ubuntu SMP Fri Aug 10 15:53:26 UTC 2018 (Ubuntu 3.13.0-155.205-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-155-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-155-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: 2039688K/2096616K available (7492K kernel code, 1163K rwdata, 3440K rodata, 1368K init, 1448K bss, 56928K 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.008106] Security Framework initialized [ 0.009336] AppArmor: AppArmor initialized [ 0.010475] Yama: becoming mindful. [ 0.012250] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.016383] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.019035] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.020005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.022252] Initializing cgroup subsys memory [ 0.024027] Initializing cgroup subsys devices [ 0.025236] Initializing cgroup subsys freezer [ 0.026447] Initializing cgroup subsys blkio [ 0.027617] Initializing cgroup subsys perf_event [ 0.028008] Initializing cgroup subsys hugetlb [ 0.029341] FEATURE SPEC_CTRL Not Present [ 0.032242] mce: CPU supports 10 MCE banks [ 0.033431] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.033431] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.036012] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.037636] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.039626] Speculative Store Bypass: Vulnerable [ 0.040530] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.047548] ACPI: Core revision 20131115 [ 0.048558] ACPI: All ACPI Tables successfully acquired [ 0.050182] ftrace: allocating 28746 entries in 113 pages [ 0.072260] smpboot: Max logical packages: 2 [ 0.073437] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.076003] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.077922] Enabling x2apic [ 0.078794] Enabled x2apic [ 0.080007] Switched APIC routing to physical x2apic. [ 0.082662] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.084002] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.086810] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.093709] KVM setup paravirtual spinlock [ 0.096945] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.098882] x86: Booting SMP configuration: [ 0.100004] .... node #0, CPUs: #1[ 0.096890] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.116018] x86: Booted up 1 node, 2 CPUs [ 0.116012] KVM setup async PF for cpu 1 [ 0.116014] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.119784] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.120415] devtmpfs: initialized [ 0.122342] EVM: security.selinux [ 0.123327] EVM: security.SMACK64 [ 0.124005] EVM: security.ima [ 0.124920] EVM: security.capability [ 0.125993] pinctrl core: initialized pinctrl subsystem [ 0.128055] regulator-dummy: no parameters [ 0.129295] RTC time: 20:27:11, date: 08/15/18 [ 0.130557] NET: Registered protocol family 16 [ 0.131899] cpuidle: using governor ladder [ 0.132004] cpuidle: using governor menu [ 0.133165] ACPI: bus type PCI registered [ 0.134284] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.136028] PCI: Using configuration type 1 for base access [ 0.138118] bio: create slab at 0 [ 0.138118] ACPI: Added _OSI(Module Device) [ 0.140003] ACPI: Added _OSI(Processor Device) [ 0.141216] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.142474] ACPI: Added _OSI(Processor Aggregator Device) [ 0.145233] ACPI: Interpreter enabled [ 0.146296] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.148738] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.151321] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.153680] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.156006] ACPI: (supports S0 S5) [ 0.160003] ACPI: Using IOAPIC for interrupt routing [ 0.161334] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.163905] ACPI: No dock devices found. [ 0.165995] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.167577] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.168007] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.169678] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.172206] acpiphp: Slot [3] registered [ 0.173325] acpiphp: Slot [4] registered [ 0.174455] acpiphp: Slot [5] registered [ 0.175572] acpiphp: Slot [6] registered [ 0.176023] acpiphp: Slot [7] registered [ 0.177135] acpiphp: Slot [8] registered [ 0.178239] acpiphp: Slot [9] registered [ 0.179358] acpiphp: Slot [10] registered [ 0.180020] acpiphp: Slot [11] registered [ 0.181150] acpiphp: Slot [12] registered [ 0.182281] acpiphp: Slot [13] registered [ 0.183421] acpiphp: Slot [14] registered [ 0.184020] acpiphp: Slot [15] registered [ 0.185164] acpiphp: Slot [16] registered [ 0.186386] acpiphp: Slot [17] registered [ 0.187513] acpiphp: Slot [18] registered [ 0.188027] acpiphp: Slot [19] registered [ 0.189175] acpiphp: Slot [20] registered [ 0.190316] acpiphp: Slot [21] registered [ 0.191456] acpiphp: Slot [22] registered [ 0.192020] acpiphp: Slot [23] registered [ 0.193169] acpiphp: Slot [24] registered [ 0.194300] acpiphp: Slot [25] registered [ 0.195430] acpiphp: Slot [26] registered [ 0.196020] acpiphp: Slot [27] registered [ 0.197157] acpiphp: Slot [28] registered [ 0.198282] acpiphp: Slot [29] registered [ 0.199419] acpiphp: Slot [30] registered [ 0.200028] acpiphp: Slot [31] registered [ 0.201153] PCI host bridge to bus 0000:00 [ 0.202283] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.203706] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.204004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.205569] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.207254] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.208003] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.215404] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.216014] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.242589] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.244564] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.246554] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.248537] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.250602] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.252221] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.253996] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.253996] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.256004] vgaarb: loaded [ 0.256851] vgaarb: bridge control possible 0000:00:02.0 [ 0.258504] SCSI subsystem initialized [ 0.259740] ACPI: bus type USB registered [ 0.260031] usbcore: registered new interface driver usbfs [ 0.261464] usbcore: registered new interface driver hub [ 0.262890] usbcore: registered new device driver usb [ 0.264117] PCI: Using ACPI for IRQ routing [ 0.265563] NetLabel: Initializing [ 0.266574] NetLabel: domain hash size = 128 [ 0.267767] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.268065] NetLabel: unlabeled traffic allowed by default [ 0.269514] Switched to clocksource kvm-clock [ 0.277200] AppArmor: AppArmor Filesystem Enabled [ 0.278522] pnp: PnP ACPI init [ 0.279459] ACPI: bus type PNP registered [ 0.281044] pnp: PnP ACPI: found 8 devices [ 0.282190] ACPI: bus type PNP unregistered [ 0.289689] NET: Registered protocol family 2 [ 0.291177] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.293302] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.295192] TCP: Hash tables configured (established 16384 bind 16384) [ 0.296969] TCP: reno registered [ 0.297924] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.299471] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.301196] NET: Registered protocol family 1 [ 0.302418] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.303943] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.305436] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.327969] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.350648] Trying to unpack rootfs image as initramfs... [ 0.453190] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.455495] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.457011] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.459050] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.462092] Scanning for low memory corruption every 60 seconds [ 0.464447] Initialise system trusted keyring [ 0.466051] audit: initializing netlink socket (disabled) [ 0.467885] type=2000 audit(1534364831.701:1): initialized [ 0.488781] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.491863] zbud: loaded [ 0.493140] VFS: Disk quotas dquot_6.5.2 [ 0.494642] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.497221] fuse init (API version 7.22) [ 0.498734] msgmni has been set to 3997 [ 0.500194] Key type big_key registered [ 0.502033] Key type asymmetric registered [ 0.503545] Asymmetric key parser 'x509' registered [ 0.505292] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.507915] io scheduler noop registered [ 0.509356] io scheduler deadline registered (default) [ 0.511093] io scheduler cfq registered [ 0.512565] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.514479] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.516729] ipmi message handler version 39.2 [ 0.518350] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.520935] ACPI: Power Button [PWRF] [ 0.522390] GHES: HEST is not enabled! [ 0.544858] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.590233] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.613936] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.616443] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.641284] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.644836] Linux agpgart interface v0.103 [ 0.647364] brd: module loaded [ 0.649078] loop: module loaded [ 0.650657] blk-mq: CPU -> queue map [ 0.652017] CPU 0 -> Queue 0 [ 0.653198] CPU 1 -> Queue 0 [ 0.655193] vda: vda1 [ 0.656705] scsi0 : ata_piix [ 0.657713] scsi1 : ata_piix [ 0.658633] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.660320] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.662209] libphy: Fixed MDIO Bus: probed [ 0.663440] tun: Universal TUN/TAP device driver, 1.6 [ 0.664793] tun: (C) 1999-2004 Max Krasnyansky [ 0.668050] PPP generic driver version 2.4.2 [ 0.669265] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.670858] ehci-pci: EHCI PCI platform driver [ 0.672049] ehci-platform: EHCI generic platform driver [ 0.673391] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.674937] ohci-pci: OHCI PCI platform driver [ 0.676141] ohci-platform: OHCI generic platform driver [ 0.677500] uhci_hcd: USB Universal Host Controller Interface driver [ 0.699950] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.701312] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.703371] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.704944] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.706610] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.708547] usb usb1: Product: UHCI Host Controller [ 0.709815] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd [ 0.711390] usb usb1: SerialNumber: 0000:00:01.2 [ 0.712688] hub 1-0:1.0: USB hub found [ 0.713768] hub 1-0:1.0: 2 ports detected [ 0.715006] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.717825] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.719119] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.720560] mousedev: PS/2 mouse device common for all mice [ 0.722256] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.724616] rtc_cmos 00:00: RTC can wake from S4 [ 0.726169] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.727788] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.729474] device-mapper: uevent: version 1.0.3 [ 0.730785] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.733032] ledtrig-cpu: registered to indicate activity on CPUs [ 0.734637] TCP: cubic registered [ 0.735699] NET: Registered protocol family 10 [ 0.737225] NET: Registered protocol family 17 [ 0.738446] Key type dns_resolver registered [ 0.739802] Loading compiled-in X.509 certificates [ 0.741621] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b' [ 0.751227] registered taskstats version 1 [ 0.754184] Key type trusted registered [ 0.757971] Key type encrypted registered [ 0.759092] AppArmor: AppArmor sha1 policy hashing enabled [ 0.760498] IMA: No TPM chip found, activating TPM-bypass! [ 0.762459] regulator-dummy: disabling [ 0.763597] Magic number: 14:188:498 [ 0.764794] rtc_cmos 00:00: setting system clock to 2018-08-15 20:27:12 UTC (1534364832) [ 0.767033] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.768557] EDD information not available. [ 0.817412] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.819593] Write protecting the kernel read-only data: 12288k [ 0.821720] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000) [ 0.825115] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000) Loading, please wait... [ 0.838303] systemd-udevd[107]: starting version 204 [ 0.880864] FDC 0 is a S82078B [ 1.024046] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.188789] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.190538] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.192360] usb 1-1: Product: QEMU USB Tablet [ 1.193588] usb 1-1: Manufacturer: QEMU [ 1.194687] usb 1-1: SerialNumber: 42 [ 1.452077] tsc: Refined TSC clocksource calibration: 3491.871 MHz [ 1.893036] 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.236554] 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.534411] random: init urandom read with 10 bits of entropy available [ 2.652842] 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 Wed, 15 Aug 2018 20:27:14 +0000. Up 3.17 seconds. cloud-init-nonet[3.34]: 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 Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[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 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 configure network device[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[4.46]: 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 Wed, 15 Aug 2018 20:27:16 +0000. Up 4.71 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:27:5d:15 | ci-info: | eth0 | True | 192.168.0.10 | 255.255.255.0 | fa:16:3e:64:be:e5 | 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: +-------+-----------------+---------------+-----------------+-----------+-------+ 2018-08-15 20:27:49,535 - functest.core.singlevm - DEBUG - try 2: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-15 20:27:59,545 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:27:59,548 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" 2018-08-15 20:27:59,848 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:27:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0563253b-f7aa-4aca-824c-57a6e30d5804 x-compute-request-id: req-0563253b-f7aa-4aca-824c-57a6e30d5804 Content-Encoding: gzip Content-Length: 1508 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:64:be:e5", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:64:be:e5", "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:27:5d:15", "version": 4, "addr": "192.168.1.2", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:27:5d:15", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/862ca86b-06ec-4d59-ae70-d91b3227a810", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/862ca86b-06ec-4d59-ae70-d91b3227a810", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:27:10.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "862ca86b-06ec-4d59-ae70-d91b3227a810", "security_groups": [{"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:27:10Z", "hostId": "019940e19a7b1ae7bcf66d3fa083c7498a80fd0bd54c47880af1a37a", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "homer-0.clearwater.opnfv", "created": "2018-08-15T20:26:30Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:40:77:5b", "version": 4, "addr": "192.168.0.18", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:40:77:5b", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d1:da:9d", "version": 4, "addr": "192.168.1.29", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d1:da:9d", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e6950a11-a5a7-4554-9dbb-df77b86ba400", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e6950a11-a5a7-4554-9dbb-df77b86ba400", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:27:22.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "e6950a11-a5a7-4554-9dbb-df77b86ba400", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:27:22Z", "hostId": "b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "bono-0.clearwater.opnfv", "created": "2018-08-15T20:26:30Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:51:74", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:51:74", "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:66:5e:3a", "version": 4, "addr": "192.168.1.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/ffc54980-6efe-4637-8bb5-39036958536d", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/ffc54980-6efe-4637-8bb5-39036958536d", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:27:20.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "ffc54980-6efe-4637-8bb5-39036958536d", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-mgmt"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:27:20Z", "hostId": "b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "dime-0.clearwater.opnfv", "created": "2018-08-15T20:26:30Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:a0:d6:2a", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:d6:2a", "version": 4, "addr": "172.30.9.213", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:0c:21", "version": 4, "addr": "192.168.1.21", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/59e09722-d046-47e2-8d46-98d35b577bb4", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/59e09722-d046-47e2-8d46-98d35b577bb4", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:27:18.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "59e09722-d046-47e2-8d46-98d35b577bb4", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:27:18Z", "hostId": "b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-15T20:26:29Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:67:a8:44", "version": 4, "addr": "192.168.0.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:67:a8:44", "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:5b:b2:38", "version": 4, "addr": "192.168.1.3", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/a76c441e-39fd-4d5f-93ae-d1b09ddfc9da", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/a76c441e-39fd-4d5f-93ae-d1b09ddfc9da", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:27:12.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "a76c441e-39fd-4d5f-93ae-d1b09ddfc9da", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:27:12Z", "hostId": "b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-15T20:26:29Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:9f:75:cc", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:75:cc", "version": 4, "addr": "172.30.9.217", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e0dd32cc-fa1d-4798-8b82-04894a6f8bfa", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e0dd32cc-fa1d-4798-8b82-04894a6f8bfa", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:26:06.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "e0dd32cc-fa1d-4798-8b82-04894a6f8bfa", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:26:06Z", "hostId": "019940e19a7b1ae7bcf66d3fa083c7498a80fd0bd54c47880af1a37a", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-15T20:24:22Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:e5:cc:ec", "version": 4, "addr": "192.168.0.2", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e5:cc:ec", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:01:52:92", "version": 4, "addr": "192.168.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/99cb71c2-331c-48dd-b548-d074f602efeb", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/99cb71c2-331c-48dd-b548-d074f602efeb", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:24:12.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "99cb71c2-331c-48dd-b548-d074f602efeb", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:24:12Z", "hostId": "b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "ns.clearwater.opnfv", "created": "2018-08-15T20:22:28Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:27:59,848 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-0563253b-f7aa-4aca-824c-57a6e30d5804 2018-08-15 20:27:59,848 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.30260181427s 2018-08-15 20:27:59,849 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-0563253b-f7aa-4aca-824c-57a6e30d5804 2018-08-15 20:27:59,857 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-15 20:27:59,859 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/862ca86b-06ec-4d59-ae70-d91b3227a810/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}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-15 20:27:59,932 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:27:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5da64901-36e6-4248-9250-205bfd40fb6b x-compute-request-id: req-5da64901-36e6-4248-9250-205bfd40fb6b Content-Encoding: gzip Content-Length: 8565 Content-Type: application/json RESP BODY: {"output": "[ 0.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-155-generic (buildd@lgw01-amd64-033) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #205-Ubuntu SMP Fri Aug 10 15:53:26 UTC 2018 (Ubuntu 3.13.0-155.205-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-155-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-155-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: 2039688K/2096616K available (7492K kernel code, 1163K rwdata, 3440K rodata, 1368K init, 1448K bss, 56928K 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.008106] Security Framework initialized\n[ 0.009336] AppArmor: AppArmor initialized\n[ 0.010475] Yama: becoming mindful.\n[ 0.012250] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.016383] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.019035] 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.022252] Initializing cgroup subsys memory\n[ 0.024027] Initializing cgroup subsys devices\n[ 0.025236] Initializing cgroup subsys freezer\n[ 0.026447] Initializing cgroup subsys blkio\n[ 0.027617] Initializing cgroup subsys perf_event\n[ 0.028008] Initializing cgroup subsys hugetlb\n[ 0.029341] FEATURE SPEC_CTRL Not Present\n[ 0.032242] mce: CPU supports 10 MCE banks\n[ 0.033431] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.033431] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.036012] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.037636] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.039626] Speculative Store Bypass: Vulnerable\n[ 0.040530] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.047548] ACPI: Core revision 20131115\n[ 0.048558] ACPI: All ACPI Tables successfully acquired\n[ 0.050182] ftrace: allocating 28746 entries in 113 pages\n[ 0.072260] smpboot: Max logical packages: 2\n[ 0.073437] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.076003] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.077922] Enabling x2apic\n[ 0.078794] Enabled x2apic\n[ 0.080007] Switched APIC routing to physical x2apic.\n[ 0.082662] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.084002] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.086810] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.093709] KVM setup paravirtual spinlock\n[ 0.096945] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.098882] x86: Booting SMP configuration:\n[ 0.100004] .... node #0, CPUs: #1[ 0.096890] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.116018] x86: Booted up 1 node, 2 CPUs\n[ 0.116012] KVM setup async PF for cpu 1\n[ 0.116014] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.119784] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.120415] devtmpfs: initialized\n[ 0.122342] EVM: security.selinux\n[ 0.123327] EVM: security.SMACK64\n[ 0.124005] EVM: security.ima\n[ 0.124920] EVM: security.capability\n[ 0.125993] pinctrl core: initialized pinctrl subsystem\n[ 0.128055] regulator-dummy: no parameters\n[ 0.129295] RTC time: 20:27:11, date: 08/15/18\n[ 0.130557] NET: Registered protocol family 16\n[ 0.131899] cpuidle: using governor ladder\n[ 0.132004] cpuidle: using governor menu\n[ 0.133165] ACPI: bus type PCI registered\n[ 0.134284] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.136028] PCI: Using configuration type 1 for base access\n[ 0.138118] bio: create slab at 0\n[ 0.138118] ACPI: Added _OSI(Module Device)\n[ 0.140003] ACPI: Added _OSI(Processor Device)\n[ 0.141216] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.142474] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.145233] ACPI: Interpreter enabled\n[ 0.146296] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.148738] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.151321] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.153680] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.156006] ACPI: (supports S0 S5)\n[ 0.160003] ACPI: Using IOAPIC for interrupt routing\n[ 0.161334] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.163905] ACPI: No dock devices found.\n[ 0.165995] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.167577] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.168007] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.169678] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.172206] acpiphp: Slot [3] registered\n[ 0.173325] acpiphp: Slot [4] registered\n[ 0.174455] acpiphp: Slot [5] registered\n[ 0.175572] acpiphp: Slot [6] registered\n[ 0.176023] acpiphp: Slot [7] registered\n[ 0.177135] acpiphp: Slot [8] registered\n[ 0.178239] acpiphp: Slot [9] registered\n[ 0.179358] acpiphp: Slot [10] registered\n[ 0.180020] acpiphp: Slot [11] registered\n[ 0.181150] acpiphp: Slot [12] registered\n[ 0.182281] acpiphp: Slot [13] registered\n[ 0.183421] acpiphp: Slot [14] registered\n[ 0.184020] acpiphp: Slot [15] registered\n[ 0.185164] acpiphp: Slot [16] registered\n[ 0.186386] acpiphp: Slot [17] registered\n[ 0.187513] acpiphp: Slot [18] registered\n[ 0.188027] acpiphp: Slot [19] registered\n[ 0.189175] acpiphp: Slot [20] registered\n[ 0.190316] acpiphp: Slot [21] registered\n[ 0.191456] acpiphp: Slot [22] registered\n[ 0.192020] acpiphp: Slot [23] registered\n[ 0.193169] acpiphp: Slot [24] registered\n[ 0.194300] acpiphp: Slot [25] registered\n[ 0.195430] acpiphp: Slot [26] registered\n[ 0.196020] acpiphp: Slot [27] registered\n[ 0.197157] acpiphp: Slot [28] registered\n[ 0.198282] acpiphp: Slot [29] registered\n[ 0.199419] acpiphp: Slot [30] registered\n[ 0.200028] acpiphp: Slot [31] registered\n[ 0.201153] PCI host bridge to bus 0000:00\n[ 0.202283] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.203706] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.204004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.205569] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.207254] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.208003] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.215404] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.216014] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.242589] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.244564] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.246554] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.248537] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.250602] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.252221] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.253996] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.253996] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.256004] vgaarb: loaded\n[ 0.256851] vgaarb: bridge control possible 0000:00:02.0\n[ 0.258504] SCSI subsystem initialized\n[ 0.259740] ACPI: bus type USB registered\n[ 0.260031] usbcore: registered new interface driver usbfs\n[ 0.261464] usbcore: registered new interface driver hub\n[ 0.262890] usbcore: registered new device driver usb\n[ 0.264117] PCI: Using ACPI for IRQ routing\n[ 0.265563] NetLabel: Initializing\n[ 0.266574] NetLabel: domain hash size = 128\n[ 0.267767] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.268065] NetLabel: unlabeled traffic allowed by default\n[ 0.269514] Switched to clocksource kvm-clock\n[ 0.277200] AppArmor: AppArmor Filesystem Enabled\n[ 0.278522] pnp: PnP ACPI init\n[ 0.279459] ACPI: bus type PNP registered\n[ 0.281044] pnp: PnP ACPI: found 8 devices\n[ 0.282190] ACPI: bus type PNP unregistered\n[ 0.289689] NET: Registered protocol family 2\n[ 0.291177] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.293302] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.295192] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.296969] TCP: reno registered\n[ 0.297924] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.299471] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.301196] NET: Registered protocol family 1\n[ 0.302418] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.303943] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.305436] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.327969] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.350648] Trying to unpack rootfs image as initramfs...\n[ 0.453190] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.455495] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.457011] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.459050] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.462092] Scanning for low memory corruption every 60 seconds\n[ 0.464447] Initialise system trusted keyring\n[ 0.466051] audit: initializing netlink socket (disabled)\n[ 0.467885] type=2000 audit(1534364831.701:1): initialized\n[ 0.488781] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.491863] zbud: loaded\n[ 0.493140] VFS: Disk quotas dquot_6.5.2\n[ 0.494642] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.497221] fuse init (API version 7.22)\n[ 0.498734] msgmni has been set to 3997\n[ 0.500194] Key type big_key registered\n[ 0.502033] Key type asymmetric registered\n[ 0.503545] Asymmetric key parser 'x509' registered\n[ 0.505292] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.507915] io scheduler noop registered\n[ 0.509356] io scheduler deadline registered (default)\n[ 0.511093] io scheduler cfq registered\n[ 0.512565] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.514479] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516729] ipmi message handler version 39.2\n[ 0.518350] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.520935] ACPI: Power Button [PWRF]\n[ 0.522390] GHES: HEST is not enabled!\n[ 0.544858] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.590233] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.613936] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.616443] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.641284] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.644836] Linux agpgart interface v0.103\n[ 0.647364] brd: module loaded\n[ 0.649078] loop: module loaded\n[ 0.650657] blk-mq: CPU -> queue map\n[ 0.652017] CPU 0 -> Queue 0\n[ 0.653198] CPU 1 -> Queue 0\n[ 0.655193] vda: vda1\n[ 0.656705] scsi0 : ata_piix\n[ 0.657713] scsi1 : ata_piix\n[ 0.658633] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.660320] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.662209] libphy: Fixed MDIO Bus: probed\n[ 0.663440] tun: Universal TUN/TAP device driver, 1.6\n[ 0.664793] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.668050] PPP generic driver version 2.4.2\n[ 0.669265] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.670858] ehci-pci: EHCI PCI platform driver\n[ 0.672049] ehci-platform: EHCI generic platform driver\n[ 0.673391] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.674937] ohci-pci: OHCI PCI platform driver\n[ 0.676141] ohci-platform: OHCI generic platform driver\n[ 0.677500] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.699950] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.701312] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.703371] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.704944] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.706610] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.708547] usb usb1: Product: UHCI Host Controller\n[ 0.709815] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd\n[ 0.711390] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.712688] hub 1-0:1.0: USB hub found\n[ 0.713768] hub 1-0:1.0: 2 ports detected\n[ 0.715006] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.717825] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.719119] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.720560] mousedev: PS/2 mouse device common for all mice\n[ 0.722256] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.724616] rtc_cmos 00:00: RTC can wake from S4\n[ 0.726169] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.727788] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.729474] device-mapper: uevent: version 1.0.3\n[ 0.730785] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.733032] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.734637] TCP: cubic registered\n[ 0.735699] NET: Registered protocol family 10\n[ 0.737225] NET: Registered protocol family 17\n[ 0.738446] Key type dns_resolver registered\n[ 0.739802] Loading compiled-in X.509 certificates\n[ 0.741621] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b'\n[ 0.751227] registered taskstats version 1\n[ 0.754184] Key type trusted registered\n[ 0.757971] Key type encrypted registered\n[ 0.759092] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.760498] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.762459] regulator-dummy: disabling\n[ 0.763597] Magic number: 14:188:498\n[ 0.764794] rtc_cmos 00:00: setting system clock to 2018-08-15 20:27:12 UTC (1534364832)\n[ 0.767033] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.768557] EDD information not available.\n[ 0.817412] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.819593] Write protecting the kernel read-only data: 12288k\n[ 0.821720] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000)\n[ 0.825115] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000)\nLoading, please wait...\n[ 0.838303] systemd-udevd[107]: starting version 204\n[ 0.880864] FDC 0 is a S82078B\n[ 1.024046] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.188789] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.190538] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.192360] usb 1-1: Product: QEMU USB Tablet\n[ 1.193588] usb 1-1: Manufacturer: QEMU\n[ 1.194687] usb 1-1: SerialNumber: 42\n[ 1.452077] tsc: Refined TSC clocksource calibration: 3491.871 MHz\n[ 1.893036] 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.236554] 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.534411] random: init urandom read with 10 bits of entropy available\n[ 2.652842] 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 Wed, 15 Aug 2018 20:27:14 +0000. Up 3.17 seconds.\ncloud-init-nonet[3.34]: 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 Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[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 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 configure network device[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[4.46]: 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 Wed, 15 Aug 2018 20:27:16 +0000. Up 4.71 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:27:5d:15 |\nci-info: | eth0 | True | 192.168.0.10 | 255.255.255.0 | fa:16:3e:64:be:e5 |\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: +-------+-----------------+---------------+-----------------+-----------+-------+\n"} 2018-08-15 20:27:59,932 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/862ca86b-06ec-4d59-ae70-d91b3227a810/action used request id req-5da64901-36e6-4248-9250-205bfd40fb6b 2018-08-15 20:27:59,932 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0755391120911s 2018-08-15 20:27:59,933 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/862ca86b-06ec-4d59-ae70-d91b3227a810/action used request id req-5da64901-36e6-4248-9250-205bfd40fb6b 2018-08-15 20:27:59,933 - 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-155-generic (buildd@lgw01-amd64-033) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #205-Ubuntu SMP Fri Aug 10 15:53:26 UTC 2018 (Ubuntu 3.13.0-155.205-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-155-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-155-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: 2039688K/2096616K available (7492K kernel code, 1163K rwdata, 3440K rodata, 1368K init, 1448K bss, 56928K 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.008106] Security Framework initialized [ 0.009336] AppArmor: AppArmor initialized [ 0.010475] Yama: becoming mindful. [ 0.012250] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.016383] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.019035] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.020005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.022252] Initializing cgroup subsys memory [ 0.024027] Initializing cgroup subsys devices [ 0.025236] Initializing cgroup subsys freezer [ 0.026447] Initializing cgroup subsys blkio [ 0.027617] Initializing cgroup subsys perf_event [ 0.028008] Initializing cgroup subsys hugetlb [ 0.029341] FEATURE SPEC_CTRL Not Present [ 0.032242] mce: CPU supports 10 MCE banks [ 0.033431] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.033431] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.036012] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.037636] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.039626] Speculative Store Bypass: Vulnerable [ 0.040530] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.047548] ACPI: Core revision 20131115 [ 0.048558] ACPI: All ACPI Tables successfully acquired [ 0.050182] ftrace: allocating 28746 entries in 113 pages [ 0.072260] smpboot: Max logical packages: 2 [ 0.073437] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.076003] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.077922] Enabling x2apic [ 0.078794] Enabled x2apic [ 0.080007] Switched APIC routing to physical x2apic. [ 0.082662] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.084002] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.086810] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.093709] KVM setup paravirtual spinlock [ 0.096945] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.098882] x86: Booting SMP configuration: [ 0.100004] .... node #0, CPUs: #1[ 0.096890] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.116018] x86: Booted up 1 node, 2 CPUs [ 0.116012] KVM setup async PF for cpu 1 [ 0.116014] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.119784] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.120415] devtmpfs: initialized [ 0.122342] EVM: security.selinux [ 0.123327] EVM: security.SMACK64 [ 0.124005] EVM: security.ima [ 0.124920] EVM: security.capability [ 0.125993] pinctrl core: initialized pinctrl subsystem [ 0.128055] regulator-dummy: no parameters [ 0.129295] RTC time: 20:27:11, date: 08/15/18 [ 0.130557] NET: Registered protocol family 16 [ 0.131899] cpuidle: using governor ladder [ 0.132004] cpuidle: using governor menu [ 0.133165] ACPI: bus type PCI registered [ 0.134284] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.136028] PCI: Using configuration type 1 for base access [ 0.138118] bio: create slab at 0 [ 0.138118] ACPI: Added _OSI(Module Device) [ 0.140003] ACPI: Added _OSI(Processor Device) [ 0.141216] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.142474] ACPI: Added _OSI(Processor Aggregator Device) [ 0.145233] ACPI: Interpreter enabled [ 0.146296] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.148738] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.151321] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.153680] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.156006] ACPI: (supports S0 S5) [ 0.160003] ACPI: Using IOAPIC for interrupt routing [ 0.161334] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.163905] ACPI: No dock devices found. [ 0.165995] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.167577] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.168007] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.169678] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.172206] acpiphp: Slot [3] registered [ 0.173325] acpiphp: Slot [4] registered [ 0.174455] acpiphp: Slot [5] registered [ 0.175572] acpiphp: Slot [6] registered [ 0.176023] acpiphp: Slot [7] registered [ 0.177135] acpiphp: Slot [8] registered [ 0.178239] acpiphp: Slot [9] registered [ 0.179358] acpiphp: Slot [10] registered [ 0.180020] acpiphp: Slot [11] registered [ 0.181150] acpiphp: Slot [12] registered [ 0.182281] acpiphp: Slot [13] registered [ 0.183421] acpiphp: Slot [14] registered [ 0.184020] acpiphp: Slot [15] registered [ 0.185164] acpiphp: Slot [16] registered [ 0.186386] acpiphp: Slot [17] registered [ 0.187513] acpiphp: Slot [18] registered [ 0.188027] acpiphp: Slot [19] registered [ 0.189175] acpiphp: Slot [20] registered [ 0.190316] acpiphp: Slot [21] registered [ 0.191456] acpiphp: Slot [22] registered [ 0.192020] acpiphp: Slot [23] registered [ 0.193169] acpiphp: Slot [24] registered [ 0.194300] acpiphp: Slot [25] registered [ 0.195430] acpiphp: Slot [26] registered [ 0.196020] acpiphp: Slot [27] registered [ 0.197157] acpiphp: Slot [28] registered [ 0.198282] acpiphp: Slot [29] registered [ 0.199419] acpiphp: Slot [30] registered [ 0.200028] acpiphp: Slot [31] registered [ 0.201153] PCI host bridge to bus 0000:00 [ 0.202283] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.203706] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.204004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.205569] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.207254] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.208003] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.215404] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.216014] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.242589] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.244564] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.246554] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.248537] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.250602] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.252221] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.253996] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.253996] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.256004] vgaarb: loaded [ 0.256851] vgaarb: bridge control possible 0000:00:02.0 [ 0.258504] SCSI subsystem initialized [ 0.259740] ACPI: bus type USB registered [ 0.260031] usbcore: registered new interface driver usbfs [ 0.261464] usbcore: registered new interface driver hub [ 0.262890] usbcore: registered new device driver usb [ 0.264117] PCI: Using ACPI for IRQ routing [ 0.265563] NetLabel: Initializing [ 0.266574] NetLabel: domain hash size = 128 [ 0.267767] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.268065] NetLabel: unlabeled traffic allowed by default [ 0.269514] Switched to clocksource kvm-clock [ 0.277200] AppArmor: AppArmor Filesystem Enabled [ 0.278522] pnp: PnP ACPI init [ 0.279459] ACPI: bus type PNP registered [ 0.281044] pnp: PnP ACPI: found 8 devices [ 0.282190] ACPI: bus type PNP unregistered [ 0.289689] NET: Registered protocol family 2 [ 0.291177] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.293302] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.295192] TCP: Hash tables configured (established 16384 bind 16384) [ 0.296969] TCP: reno registered [ 0.297924] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.299471] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.301196] NET: Registered protocol family 1 [ 0.302418] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.303943] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.305436] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.327969] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.350648] Trying to unpack rootfs image as initramfs... [ 0.453190] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.455495] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.457011] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.459050] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.462092] Scanning for low memory corruption every 60 seconds [ 0.464447] Initialise system trusted keyring [ 0.466051] audit: initializing netlink socket (disabled) [ 0.467885] type=2000 audit(1534364831.701:1): initialized [ 0.488781] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.491863] zbud: loaded [ 0.493140] VFS: Disk quotas dquot_6.5.2 [ 0.494642] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.497221] fuse init (API version 7.22) [ 0.498734] msgmni has been set to 3997 [ 0.500194] Key type big_key registered [ 0.502033] Key type asymmetric registered [ 0.503545] Asymmetric key parser 'x509' registered [ 0.505292] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.507915] io scheduler noop registered [ 0.509356] io scheduler deadline registered (default) [ 0.511093] io scheduler cfq registered [ 0.512565] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.514479] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.516729] ipmi message handler version 39.2 [ 0.518350] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.520935] ACPI: Power Button [PWRF] [ 0.522390] GHES: HEST is not enabled! [ 0.544858] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.590233] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.613936] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.616443] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.641284] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.644836] Linux agpgart interface v0.103 [ 0.647364] brd: module loaded [ 0.649078] loop: module loaded [ 0.650657] blk-mq: CPU -> queue map [ 0.652017] CPU 0 -> Queue 0 [ 0.653198] CPU 1 -> Queue 0 [ 0.655193] vda: vda1 [ 0.656705] scsi0 : ata_piix [ 0.657713] scsi1 : ata_piix [ 0.658633] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.660320] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.662209] libphy: Fixed MDIO Bus: probed [ 0.663440] tun: Universal TUN/TAP device driver, 1.6 [ 0.664793] tun: (C) 1999-2004 Max Krasnyansky [ 0.668050] PPP generic driver version 2.4.2 [ 0.669265] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.670858] ehci-pci: EHCI PCI platform driver [ 0.672049] ehci-platform: EHCI generic platform driver [ 0.673391] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.674937] ohci-pci: OHCI PCI platform driver [ 0.676141] ohci-platform: OHCI generic platform driver [ 0.677500] uhci_hcd: USB Universal Host Controller Interface driver [ 0.699950] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.701312] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.703371] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.704944] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.706610] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.708547] usb usb1: Product: UHCI Host Controller [ 0.709815] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd [ 0.711390] usb usb1: SerialNumber: 0000:00:01.2 [ 0.712688] hub 1-0:1.0: USB hub found [ 0.713768] hub 1-0:1.0: 2 ports detected [ 0.715006] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.717825] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.719119] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.720560] mousedev: PS/2 mouse device common for all mice [ 0.722256] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.724616] rtc_cmos 00:00: RTC can wake from S4 [ 0.726169] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.727788] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.729474] device-mapper: uevent: version 1.0.3 [ 0.730785] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.733032] ledtrig-cpu: registered to indicate activity on CPUs [ 0.734637] TCP: cubic registered [ 0.735699] NET: Registered protocol family 10 [ 0.737225] NET: Registered protocol family 17 [ 0.738446] Key type dns_resolver registered [ 0.739802] Loading compiled-in X.509 certificates [ 0.741621] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b' [ 0.751227] registered taskstats version 1 [ 0.754184] Key type trusted registered [ 0.757971] Key type encrypted registered [ 0.759092] AppArmor: AppArmor sha1 policy hashing enabled [ 0.760498] IMA: No TPM chip found, activating TPM-bypass! [ 0.762459] regulator-dummy: disabling [ 0.763597] Magic number: 14:188:498 [ 0.764794] rtc_cmos 00:00: setting system clock to 2018-08-15 20:27:12 UTC (1534364832) [ 0.767033] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.768557] EDD information not available. [ 0.817412] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.819593] Write protecting the kernel read-only data: 12288k [ 0.821720] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000) [ 0.825115] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000) Loading, please wait... [ 0.838303] systemd-udevd[107]: starting version 204 [ 0.880864] FDC 0 is a S82078B [ 1.024046] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.188789] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.190538] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.192360] usb 1-1: Product: QEMU USB Tablet [ 1.193588] usb 1-1: Manufacturer: QEMU [ 1.194687] usb 1-1: SerialNumber: 42 [ 1.452077] tsc: Refined TSC clocksource calibration: 3491.871 MHz [ 1.893036] 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.236554] 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.534411] random: init urandom read with 10 bits of entropy available [ 2.652842] 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 Wed, 15 Aug 2018 20:27:14 +0000. Up 3.17 seconds. cloud-init-nonet[3.34]: 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 Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[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 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 configure network device[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[4.46]: 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 Wed, 15 Aug 2018 20:27:16 +0000. Up 4.71 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:27:5d:15 | ci-info: | eth0 | True | 192.168.0.10 | 255.255.255.0 | fa:16:3e:64:be:e5 | 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: +-------+-----------------+---------------+-----------------+-----------+-------+ 2018-08-15 20:27:59,934 - functest.core.singlevm - DEBUG - try 3: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-15 20:28:09,945 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:28:09,948 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" 2018-08-15 20:28:10,505 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:28:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b46a8b64-4252-4062-b08f-232d6a6e51af x-compute-request-id: req-b46a8b64-4252-4062-b08f-232d6a6e51af Content-Encoding: gzip Content-Length: 1508 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:64:be:e5", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:64:be:e5", "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:27:5d:15", "version": 4, "addr": "192.168.1.2", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:27:5d:15", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/862ca86b-06ec-4d59-ae70-d91b3227a810", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/862ca86b-06ec-4d59-ae70-d91b3227a810", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:27:10.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "862ca86b-06ec-4d59-ae70-d91b3227a810", "security_groups": [{"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:27:10Z", "hostId": "019940e19a7b1ae7bcf66d3fa083c7498a80fd0bd54c47880af1a37a", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "homer-0.clearwater.opnfv", "created": "2018-08-15T20:26:30Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:40:77:5b", "version": 4, "addr": "192.168.0.18", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:40:77:5b", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d1:da:9d", "version": 4, "addr": "192.168.1.29", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d1:da:9d", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e6950a11-a5a7-4554-9dbb-df77b86ba400", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e6950a11-a5a7-4554-9dbb-df77b86ba400", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:27:22.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "e6950a11-a5a7-4554-9dbb-df77b86ba400", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:27:22Z", "hostId": "b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "bono-0.clearwater.opnfv", "created": "2018-08-15T20:26:30Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:51:74", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:51:74", "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:66:5e:3a", "version": 4, "addr": "192.168.1.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/ffc54980-6efe-4637-8bb5-39036958536d", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/ffc54980-6efe-4637-8bb5-39036958536d", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:27:20.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "ffc54980-6efe-4637-8bb5-39036958536d", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-mgmt"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:27:20Z", "hostId": "b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "dime-0.clearwater.opnfv", "created": "2018-08-15T20:26:30Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:a0:d6:2a", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:d6:2a", "version": 4, "addr": "172.30.9.213", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:0c:21", "version": 4, "addr": "192.168.1.21", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/59e09722-d046-47e2-8d46-98d35b577bb4", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/59e09722-d046-47e2-8d46-98d35b577bb4", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:27:18.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "59e09722-d046-47e2-8d46-98d35b577bb4", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:27:18Z", "hostId": "b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-15T20:26:29Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:67:a8:44", "version": 4, "addr": "192.168.0.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:67:a8:44", "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:5b:b2:38", "version": 4, "addr": "192.168.1.3", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/a76c441e-39fd-4d5f-93ae-d1b09ddfc9da", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/a76c441e-39fd-4d5f-93ae-d1b09ddfc9da", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:27:12.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "a76c441e-39fd-4d5f-93ae-d1b09ddfc9da", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:27:12Z", "hostId": "b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-15T20:26:29Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:9f:75:cc", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:75:cc", "version": 4, "addr": "172.30.9.217", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e0dd32cc-fa1d-4798-8b82-04894a6f8bfa", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e0dd32cc-fa1d-4798-8b82-04894a6f8bfa", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:26:06.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "e0dd32cc-fa1d-4798-8b82-04894a6f8bfa", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:26:06Z", "hostId": "019940e19a7b1ae7bcf66d3fa083c7498a80fd0bd54c47880af1a37a", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-15T20:24:22Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:e5:cc:ec", "version": 4, "addr": "192.168.0.2", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e5:cc:ec", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:01:52:92", "version": 4, "addr": "192.168.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/99cb71c2-331c-48dd-b548-d074f602efeb", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/99cb71c2-331c-48dd-b548-d074f602efeb", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:24:12.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "99cb71c2-331c-48dd-b548-d074f602efeb", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:24:12Z", "hostId": "b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "ns.clearwater.opnfv", "created": "2018-08-15T20:22:28Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:28:10,505 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-b46a8b64-4252-4062-b08f-232d6a6e51af 2018-08-15 20:28:10,505 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.560431003571s 2018-08-15 20:28:10,506 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-b46a8b64-4252-4062-b08f-232d6a6e51af 2018-08-15 20:28:10,514 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-15 20:28:10,517 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/862ca86b-06ec-4d59-ae70-d91b3227a810/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}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-15 20:28:10,586 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:28: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-2f8882d4-bcbc-47a0-9434-ec4450ebf188 x-compute-request-id: req-2f8882d4-bcbc-47a0-9434-ec4450ebf188 Content-Encoding: gzip Content-Length: 8565 Content-Type: application/json RESP BODY: {"output": "[ 0.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-155-generic (buildd@lgw01-amd64-033) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #205-Ubuntu SMP Fri Aug 10 15:53:26 UTC 2018 (Ubuntu 3.13.0-155.205-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-155-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-155-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: 2039688K/2096616K available (7492K kernel code, 1163K rwdata, 3440K rodata, 1368K init, 1448K bss, 56928K 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.008106] Security Framework initialized\n[ 0.009336] AppArmor: AppArmor initialized\n[ 0.010475] Yama: becoming mindful.\n[ 0.012250] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.016383] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.019035] 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.022252] Initializing cgroup subsys memory\n[ 0.024027] Initializing cgroup subsys devices\n[ 0.025236] Initializing cgroup subsys freezer\n[ 0.026447] Initializing cgroup subsys blkio\n[ 0.027617] Initializing cgroup subsys perf_event\n[ 0.028008] Initializing cgroup subsys hugetlb\n[ 0.029341] FEATURE SPEC_CTRL Not Present\n[ 0.032242] mce: CPU supports 10 MCE banks\n[ 0.033431] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.033431] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.036012] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.037636] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.039626] Speculative Store Bypass: Vulnerable\n[ 0.040530] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.047548] ACPI: Core revision 20131115\n[ 0.048558] ACPI: All ACPI Tables successfully acquired\n[ 0.050182] ftrace: allocating 28746 entries in 113 pages\n[ 0.072260] smpboot: Max logical packages: 2\n[ 0.073437] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.076003] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.077922] Enabling x2apic\n[ 0.078794] Enabled x2apic\n[ 0.080007] Switched APIC routing to physical x2apic.\n[ 0.082662] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.084002] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.086810] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.093709] KVM setup paravirtual spinlock\n[ 0.096945] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.098882] x86: Booting SMP configuration:\n[ 0.100004] .... node #0, CPUs: #1[ 0.096890] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.116018] x86: Booted up 1 node, 2 CPUs\n[ 0.116012] KVM setup async PF for cpu 1\n[ 0.116014] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.119784] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.120415] devtmpfs: initialized\n[ 0.122342] EVM: security.selinux\n[ 0.123327] EVM: security.SMACK64\n[ 0.124005] EVM: security.ima\n[ 0.124920] EVM: security.capability\n[ 0.125993] pinctrl core: initialized pinctrl subsystem\n[ 0.128055] regulator-dummy: no parameters\n[ 0.129295] RTC time: 20:27:11, date: 08/15/18\n[ 0.130557] NET: Registered protocol family 16\n[ 0.131899] cpuidle: using governor ladder\n[ 0.132004] cpuidle: using governor menu\n[ 0.133165] ACPI: bus type PCI registered\n[ 0.134284] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.136028] PCI: Using configuration type 1 for base access\n[ 0.138118] bio: create slab at 0\n[ 0.138118] ACPI: Added _OSI(Module Device)\n[ 0.140003] ACPI: Added _OSI(Processor Device)\n[ 0.141216] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.142474] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.145233] ACPI: Interpreter enabled\n[ 0.146296] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.148738] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.151321] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.153680] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.156006] ACPI: (supports S0 S5)\n[ 0.160003] ACPI: Using IOAPIC for interrupt routing\n[ 0.161334] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.163905] ACPI: No dock devices found.\n[ 0.165995] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.167577] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.168007] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.169678] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.172206] acpiphp: Slot [3] registered\n[ 0.173325] acpiphp: Slot [4] registered\n[ 0.174455] acpiphp: Slot [5] registered\n[ 0.175572] acpiphp: Slot [6] registered\n[ 0.176023] acpiphp: Slot [7] registered\n[ 0.177135] acpiphp: Slot [8] registered\n[ 0.178239] acpiphp: Slot [9] registered\n[ 0.179358] acpiphp: Slot [10] registered\n[ 0.180020] acpiphp: Slot [11] registered\n[ 0.181150] acpiphp: Slot [12] registered\n[ 0.182281] acpiphp: Slot [13] registered\n[ 0.183421] acpiphp: Slot [14] registered\n[ 0.184020] acpiphp: Slot [15] registered\n[ 0.185164] acpiphp: Slot [16] registered\n[ 0.186386] acpiphp: Slot [17] registered\n[ 0.187513] acpiphp: Slot [18] registered\n[ 0.188027] acpiphp: Slot [19] registered\n[ 0.189175] acpiphp: Slot [20] registered\n[ 0.190316] acpiphp: Slot [21] registered\n[ 0.191456] acpiphp: Slot [22] registered\n[ 0.192020] acpiphp: Slot [23] registered\n[ 0.193169] acpiphp: Slot [24] registered\n[ 0.194300] acpiphp: Slot [25] registered\n[ 0.195430] acpiphp: Slot [26] registered\n[ 0.196020] acpiphp: Slot [27] registered\n[ 0.197157] acpiphp: Slot [28] registered\n[ 0.198282] acpiphp: Slot [29] registered\n[ 0.199419] acpiphp: Slot [30] registered\n[ 0.200028] acpiphp: Slot [31] registered\n[ 0.201153] PCI host bridge to bus 0000:00\n[ 0.202283] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.203706] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.204004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.205569] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.207254] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.208003] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.215404] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.216014] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.242589] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.244564] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.246554] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.248537] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.250602] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.252221] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.253996] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.253996] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.256004] vgaarb: loaded\n[ 0.256851] vgaarb: bridge control possible 0000:00:02.0\n[ 0.258504] SCSI subsystem initialized\n[ 0.259740] ACPI: bus type USB registered\n[ 0.260031] usbcore: registered new interface driver usbfs\n[ 0.261464] usbcore: registered new interface driver hub\n[ 0.262890] usbcore: registered new device driver usb\n[ 0.264117] PCI: Using ACPI for IRQ routing\n[ 0.265563] NetLabel: Initializing\n[ 0.266574] NetLabel: domain hash size = 128\n[ 0.267767] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.268065] NetLabel: unlabeled traffic allowed by default\n[ 0.269514] Switched to clocksource kvm-clock\n[ 0.277200] AppArmor: AppArmor Filesystem Enabled\n[ 0.278522] pnp: PnP ACPI init\n[ 0.279459] ACPI: bus type PNP registered\n[ 0.281044] pnp: PnP ACPI: found 8 devices\n[ 0.282190] ACPI: bus type PNP unregistered\n[ 0.289689] NET: Registered protocol family 2\n[ 0.291177] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.293302] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.295192] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.296969] TCP: reno registered\n[ 0.297924] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.299471] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.301196] NET: Registered protocol family 1\n[ 0.302418] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.303943] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.305436] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.327969] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.350648] Trying to unpack rootfs image as initramfs...\n[ 0.453190] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.455495] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.457011] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.459050] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.462092] Scanning for low memory corruption every 60 seconds\n[ 0.464447] Initialise system trusted keyring\n[ 0.466051] audit: initializing netlink socket (disabled)\n[ 0.467885] type=2000 audit(1534364831.701:1): initialized\n[ 0.488781] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.491863] zbud: loaded\n[ 0.493140] VFS: Disk quotas dquot_6.5.2\n[ 0.494642] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.497221] fuse init (API version 7.22)\n[ 0.498734] msgmni has been set to 3997\n[ 0.500194] Key type big_key registered\n[ 0.502033] Key type asymmetric registered\n[ 0.503545] Asymmetric key parser 'x509' registered\n[ 0.505292] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.507915] io scheduler noop registered\n[ 0.509356] io scheduler deadline registered (default)\n[ 0.511093] io scheduler cfq registered\n[ 0.512565] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.514479] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516729] ipmi message handler version 39.2\n[ 0.518350] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.520935] ACPI: Power Button [PWRF]\n[ 0.522390] GHES: HEST is not enabled!\n[ 0.544858] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.590233] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.613936] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.616443] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.641284] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.644836] Linux agpgart interface v0.103\n[ 0.647364] brd: module loaded\n[ 0.649078] loop: module loaded\n[ 0.650657] blk-mq: CPU -> queue map\n[ 0.652017] CPU 0 -> Queue 0\n[ 0.653198] CPU 1 -> Queue 0\n[ 0.655193] vda: vda1\n[ 0.656705] scsi0 : ata_piix\n[ 0.657713] scsi1 : ata_piix\n[ 0.658633] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.660320] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.662209] libphy: Fixed MDIO Bus: probed\n[ 0.663440] tun: Universal TUN/TAP device driver, 1.6\n[ 0.664793] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.668050] PPP generic driver version 2.4.2\n[ 0.669265] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.670858] ehci-pci: EHCI PCI platform driver\n[ 0.672049] ehci-platform: EHCI generic platform driver\n[ 0.673391] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.674937] ohci-pci: OHCI PCI platform driver\n[ 0.676141] ohci-platform: OHCI generic platform driver\n[ 0.677500] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.699950] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.701312] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.703371] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.704944] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.706610] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.708547] usb usb1: Product: UHCI Host Controller\n[ 0.709815] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd\n[ 0.711390] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.712688] hub 1-0:1.0: USB hub found\n[ 0.713768] hub 1-0:1.0: 2 ports detected\n[ 0.715006] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.717825] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.719119] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.720560] mousedev: PS/2 mouse device common for all mice\n[ 0.722256] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.724616] rtc_cmos 00:00: RTC can wake from S4\n[ 0.726169] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.727788] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.729474] device-mapper: uevent: version 1.0.3\n[ 0.730785] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.733032] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.734637] TCP: cubic registered\n[ 0.735699] NET: Registered protocol family 10\n[ 0.737225] NET: Registered protocol family 17\n[ 0.738446] Key type dns_resolver registered\n[ 0.739802] Loading compiled-in X.509 certificates\n[ 0.741621] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b'\n[ 0.751227] registered taskstats version 1\n[ 0.754184] Key type trusted registered\n[ 0.757971] Key type encrypted registered\n[ 0.759092] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.760498] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.762459] regulator-dummy: disabling\n[ 0.763597] Magic number: 14:188:498\n[ 0.764794] rtc_cmos 00:00: setting system clock to 2018-08-15 20:27:12 UTC (1534364832)\n[ 0.767033] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.768557] EDD information not available.\n[ 0.817412] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.819593] Write protecting the kernel read-only data: 12288k\n[ 0.821720] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000)\n[ 0.825115] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000)\nLoading, please wait...\n[ 0.838303] systemd-udevd[107]: starting version 204\n[ 0.880864] FDC 0 is a S82078B\n[ 1.024046] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.188789] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.190538] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.192360] usb 1-1: Product: QEMU USB Tablet\n[ 1.193588] usb 1-1: Manufacturer: QEMU\n[ 1.194687] usb 1-1: SerialNumber: 42\n[ 1.452077] tsc: Refined TSC clocksource calibration: 3491.871 MHz\n[ 1.893036] 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.236554] 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.534411] random: init urandom read with 10 bits of entropy available\n[ 2.652842] 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 Wed, 15 Aug 2018 20:27:14 +0000. Up 3.17 seconds.\ncloud-init-nonet[3.34]: 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 Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[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 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 configure network device[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[4.46]: 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 Wed, 15 Aug 2018 20:27:16 +0000. Up 4.71 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:27:5d:15 |\nci-info: | eth0 | True | 192.168.0.10 | 255.255.255.0 | fa:16:3e:64:be:e5 |\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: +-------+-----------------+---------------+-----------------+-----------+-------+\n"} 2018-08-15 20:28:10,586 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/862ca86b-06ec-4d59-ae70-d91b3227a810/action used request id req-2f8882d4-bcbc-47a0-9434-ec4450ebf188 2018-08-15 20:28:10,586 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0718767642975s 2018-08-15 20:28:10,587 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/862ca86b-06ec-4d59-ae70-d91b3227a810/action used request id req-2f8882d4-bcbc-47a0-9434-ec4450ebf188 2018-08-15 20:28:10,587 - 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-155-generic (buildd@lgw01-amd64-033) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #205-Ubuntu SMP Fri Aug 10 15:53:26 UTC 2018 (Ubuntu 3.13.0-155.205-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-155-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-155-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: 2039688K/2096616K available (7492K kernel code, 1163K rwdata, 3440K rodata, 1368K init, 1448K bss, 56928K 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.008106] Security Framework initialized [ 0.009336] AppArmor: AppArmor initialized [ 0.010475] Yama: becoming mindful. [ 0.012250] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.016383] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.019035] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.020005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.022252] Initializing cgroup subsys memory [ 0.024027] Initializing cgroup subsys devices [ 0.025236] Initializing cgroup subsys freezer [ 0.026447] Initializing cgroup subsys blkio [ 0.027617] Initializing cgroup subsys perf_event [ 0.028008] Initializing cgroup subsys hugetlb [ 0.029341] FEATURE SPEC_CTRL Not Present [ 0.032242] mce: CPU supports 10 MCE banks [ 0.033431] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.033431] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.036012] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.037636] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.039626] Speculative Store Bypass: Vulnerable [ 0.040530] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.047548] ACPI: Core revision 20131115 [ 0.048558] ACPI: All ACPI Tables successfully acquired [ 0.050182] ftrace: allocating 28746 entries in 113 pages [ 0.072260] smpboot: Max logical packages: 2 [ 0.073437] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.076003] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.077922] Enabling x2apic [ 0.078794] Enabled x2apic [ 0.080007] Switched APIC routing to physical x2apic. [ 0.082662] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.084002] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.086810] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.093709] KVM setup paravirtual spinlock [ 0.096945] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.098882] x86: Booting SMP configuration: [ 0.100004] .... node #0, CPUs: #1[ 0.096890] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.116018] x86: Booted up 1 node, 2 CPUs [ 0.116012] KVM setup async PF for cpu 1 [ 0.116014] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.119784] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.120415] devtmpfs: initialized [ 0.122342] EVM: security.selinux [ 0.123327] EVM: security.SMACK64 [ 0.124005] EVM: security.ima [ 0.124920] EVM: security.capability [ 0.125993] pinctrl core: initialized pinctrl subsystem [ 0.128055] regulator-dummy: no parameters [ 0.129295] RTC time: 20:27:11, date: 08/15/18 [ 0.130557] NET: Registered protocol family 16 [ 0.131899] cpuidle: using governor ladder [ 0.132004] cpuidle: using governor menu [ 0.133165] ACPI: bus type PCI registered [ 0.134284] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.136028] PCI: Using configuration type 1 for base access [ 0.138118] bio: create slab at 0 [ 0.138118] ACPI: Added _OSI(Module Device) [ 0.140003] ACPI: Added _OSI(Processor Device) [ 0.141216] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.142474] ACPI: Added _OSI(Processor Aggregator Device) [ 0.145233] ACPI: Interpreter enabled [ 0.146296] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.148738] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.151321] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.153680] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.156006] ACPI: (supports S0 S5) [ 0.160003] ACPI: Using IOAPIC for interrupt routing [ 0.161334] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.163905] ACPI: No dock devices found. [ 0.165995] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.167577] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.168007] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.169678] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.172206] acpiphp: Slot [3] registered [ 0.173325] acpiphp: Slot [4] registered [ 0.174455] acpiphp: Slot [5] registered [ 0.175572] acpiphp: Slot [6] registered [ 0.176023] acpiphp: Slot [7] registered [ 0.177135] acpiphp: Slot [8] registered [ 0.178239] acpiphp: Slot [9] registered [ 0.179358] acpiphp: Slot [10] registered [ 0.180020] acpiphp: Slot [11] registered [ 0.181150] acpiphp: Slot [12] registered [ 0.182281] acpiphp: Slot [13] registered [ 0.183421] acpiphp: Slot [14] registered [ 0.184020] acpiphp: Slot [15] registered [ 0.185164] acpiphp: Slot [16] registered [ 0.186386] acpiphp: Slot [17] registered [ 0.187513] acpiphp: Slot [18] registered [ 0.188027] acpiphp: Slot [19] registered [ 0.189175] acpiphp: Slot [20] registered [ 0.190316] acpiphp: Slot [21] registered [ 0.191456] acpiphp: Slot [22] registered [ 0.192020] acpiphp: Slot [23] registered [ 0.193169] acpiphp: Slot [24] registered [ 0.194300] acpiphp: Slot [25] registered [ 0.195430] acpiphp: Slot [26] registered [ 0.196020] acpiphp: Slot [27] registered [ 0.197157] acpiphp: Slot [28] registered [ 0.198282] acpiphp: Slot [29] registered [ 0.199419] acpiphp: Slot [30] registered [ 0.200028] acpiphp: Slot [31] registered [ 0.201153] PCI host bridge to bus 0000:00 [ 0.202283] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.203706] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.204004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.205569] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.207254] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.208003] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.215404] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.216014] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.242589] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.244564] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.246554] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.248537] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.250602] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.252221] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.253996] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.253996] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.256004] vgaarb: loaded [ 0.256851] vgaarb: bridge control possible 0000:00:02.0 [ 0.258504] SCSI subsystem initialized [ 0.259740] ACPI: bus type USB registered [ 0.260031] usbcore: registered new interface driver usbfs [ 0.261464] usbcore: registered new interface driver hub [ 0.262890] usbcore: registered new device driver usb [ 0.264117] PCI: Using ACPI for IRQ routing [ 0.265563] NetLabel: Initializing [ 0.266574] NetLabel: domain hash size = 128 [ 0.267767] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.268065] NetLabel: unlabeled traffic allowed by default [ 0.269514] Switched to clocksource kvm-clock [ 0.277200] AppArmor: AppArmor Filesystem Enabled [ 0.278522] pnp: PnP ACPI init [ 0.279459] ACPI: bus type PNP registered [ 0.281044] pnp: PnP ACPI: found 8 devices [ 0.282190] ACPI: bus type PNP unregistered [ 0.289689] NET: Registered protocol family 2 [ 0.291177] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.293302] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.295192] TCP: Hash tables configured (established 16384 bind 16384) [ 0.296969] TCP: reno registered [ 0.297924] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.299471] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.301196] NET: Registered protocol family 1 [ 0.302418] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.303943] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.305436] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.327969] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.350648] Trying to unpack rootfs image as initramfs... [ 0.453190] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.455495] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.457011] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.459050] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.462092] Scanning for low memory corruption every 60 seconds [ 0.464447] Initialise system trusted keyring [ 0.466051] audit: initializing netlink socket (disabled) [ 0.467885] type=2000 audit(1534364831.701:1): initialized [ 0.488781] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.491863] zbud: loaded [ 0.493140] VFS: Disk quotas dquot_6.5.2 [ 0.494642] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.497221] fuse init (API version 7.22) [ 0.498734] msgmni has been set to 3997 [ 0.500194] Key type big_key registered [ 0.502033] Key type asymmetric registered [ 0.503545] Asymmetric key parser 'x509' registered [ 0.505292] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.507915] io scheduler noop registered [ 0.509356] io scheduler deadline registered (default) [ 0.511093] io scheduler cfq registered [ 0.512565] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.514479] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.516729] ipmi message handler version 39.2 [ 0.518350] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.520935] ACPI: Power Button [PWRF] [ 0.522390] GHES: HEST is not enabled! [ 0.544858] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.590233] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.613936] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.616443] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.641284] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.644836] Linux agpgart interface v0.103 [ 0.647364] brd: module loaded [ 0.649078] loop: module loaded [ 0.650657] blk-mq: CPU -> queue map [ 0.652017] CPU 0 -> Queue 0 [ 0.653198] CPU 1 -> Queue 0 [ 0.655193] vda: vda1 [ 0.656705] scsi0 : ata_piix [ 0.657713] scsi1 : ata_piix [ 0.658633] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.660320] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.662209] libphy: Fixed MDIO Bus: probed [ 0.663440] tun: Universal TUN/TAP device driver, 1.6 [ 0.664793] tun: (C) 1999-2004 Max Krasnyansky [ 0.668050] PPP generic driver version 2.4.2 [ 0.669265] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.670858] ehci-pci: EHCI PCI platform driver [ 0.672049] ehci-platform: EHCI generic platform driver [ 0.673391] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.674937] ohci-pci: OHCI PCI platform driver [ 0.676141] ohci-platform: OHCI generic platform driver [ 0.677500] uhci_hcd: USB Universal Host Controller Interface driver [ 0.699950] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.701312] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.703371] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.704944] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.706610] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.708547] usb usb1: Product: UHCI Host Controller [ 0.709815] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd [ 0.711390] usb usb1: SerialNumber: 0000:00:01.2 [ 0.712688] hub 1-0:1.0: USB hub found [ 0.713768] hub 1-0:1.0: 2 ports detected [ 0.715006] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.717825] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.719119] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.720560] mousedev: PS/2 mouse device common for all mice [ 0.722256] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.724616] rtc_cmos 00:00: RTC can wake from S4 [ 0.726169] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.727788] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.729474] device-mapper: uevent: version 1.0.3 [ 0.730785] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.733032] ledtrig-cpu: registered to indicate activity on CPUs [ 0.734637] TCP: cubic registered [ 0.735699] NET: Registered protocol family 10 [ 0.737225] NET: Registered protocol family 17 [ 0.738446] Key type dns_resolver registered [ 0.739802] Loading compiled-in X.509 certificates [ 0.741621] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b' [ 0.751227] registered taskstats version 1 [ 0.754184] Key type trusted registered [ 0.757971] Key type encrypted registered [ 0.759092] AppArmor: AppArmor sha1 policy hashing enabled [ 0.760498] IMA: No TPM chip found, activating TPM-bypass! [ 0.762459] regulator-dummy: disabling [ 0.763597] Magic number: 14:188:498 [ 0.764794] rtc_cmos 00:00: setting system clock to 2018-08-15 20:27:12 UTC (1534364832) [ 0.767033] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.768557] EDD information not available. [ 0.817412] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.819593] Write protecting the kernel read-only data: 12288k [ 0.821720] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000) [ 0.825115] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000) Loading, please wait... [ 0.838303] systemd-udevd[107]: starting version 204 [ 0.880864] FDC 0 is a S82078B [ 1.024046] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.188789] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.190538] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.192360] usb 1-1: Product: QEMU USB Tablet [ 1.193588] usb 1-1: Manufacturer: QEMU [ 1.194687] usb 1-1: SerialNumber: 42 [ 1.452077] tsc: Refined TSC clocksource calibration: 3491.871 MHz [ 1.893036] 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.236554] 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.534411] random: init urandom read with 10 bits of entropy available [ 2.652842] 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 Wed, 15 Aug 2018 20:27:14 +0000. Up 3.17 seconds. cloud-init-nonet[3.34]: 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 Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[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 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 configure network device[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[4.46]: 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 Wed, 15 Aug 2018 20:27:16 +0000. Up 4.71 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:27:5d:15 | ci-info: | eth0 | True | 192.168.0.10 | 255.255.255.0 | fa:16:3e:64:be:e5 | 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: +-------+-----------------+---------------+-----------------+-----------+-------+ 2018-08-15 20:28:10,588 - functest.core.singlevm - DEBUG - try 4: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-15 20:28:20,599 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:28:20,603 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" 2018-08-15 20:28:21,192 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:28:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ff275007-f628-4ed2-8e83-7857aff27cec x-compute-request-id: req-ff275007-f628-4ed2-8e83-7857aff27cec Content-Encoding: gzip Content-Length: 1508 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:64:be:e5", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:64:be:e5", "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:27:5d:15", "version": 4, "addr": "192.168.1.2", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:27:5d:15", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/862ca86b-06ec-4d59-ae70-d91b3227a810", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/862ca86b-06ec-4d59-ae70-d91b3227a810", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:27:10.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "862ca86b-06ec-4d59-ae70-d91b3227a810", "security_groups": [{"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:27:10Z", "hostId": "019940e19a7b1ae7bcf66d3fa083c7498a80fd0bd54c47880af1a37a", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "homer-0.clearwater.opnfv", "created": "2018-08-15T20:26:30Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:40:77:5b", "version": 4, "addr": "192.168.0.18", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:40:77:5b", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d1:da:9d", "version": 4, "addr": "192.168.1.29", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d1:da:9d", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e6950a11-a5a7-4554-9dbb-df77b86ba400", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e6950a11-a5a7-4554-9dbb-df77b86ba400", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:27:22.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "e6950a11-a5a7-4554-9dbb-df77b86ba400", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:27:22Z", "hostId": "b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "bono-0.clearwater.opnfv", "created": "2018-08-15T20:26:30Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:51:74", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:51:74", "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:66:5e:3a", "version": 4, "addr": "192.168.1.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/ffc54980-6efe-4637-8bb5-39036958536d", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/ffc54980-6efe-4637-8bb5-39036958536d", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:27:20.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "ffc54980-6efe-4637-8bb5-39036958536d", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-mgmt"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:27:20Z", "hostId": "b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "dime-0.clearwater.opnfv", "created": "2018-08-15T20:26:30Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:a0:d6:2a", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:d6:2a", "version": 4, "addr": "172.30.9.213", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:0c:21", "version": 4, "addr": "192.168.1.21", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/59e09722-d046-47e2-8d46-98d35b577bb4", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/59e09722-d046-47e2-8d46-98d35b577bb4", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:27:18.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "59e09722-d046-47e2-8d46-98d35b577bb4", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:27:18Z", "hostId": "b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-15T20:26:29Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:67:a8:44", "version": 4, "addr": "192.168.0.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:67:a8:44", "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:5b:b2:38", "version": 4, "addr": "192.168.1.3", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/a76c441e-39fd-4d5f-93ae-d1b09ddfc9da", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/a76c441e-39fd-4d5f-93ae-d1b09ddfc9da", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:27:12.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "a76c441e-39fd-4d5f-93ae-d1b09ddfc9da", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:27:12Z", "hostId": "b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-15T20:26:29Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:9f:75:cc", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:75:cc", "version": 4, "addr": "172.30.9.217", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e0dd32cc-fa1d-4798-8b82-04894a6f8bfa", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e0dd32cc-fa1d-4798-8b82-04894a6f8bfa", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:26:06.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "e0dd32cc-fa1d-4798-8b82-04894a6f8bfa", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:26:06Z", "hostId": "019940e19a7b1ae7bcf66d3fa083c7498a80fd0bd54c47880af1a37a", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-15T20:24:22Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:e5:cc:ec", "version": 4, "addr": "192.168.0.2", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e5:cc:ec", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:01:52:92", "version": 4, "addr": "192.168.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/99cb71c2-331c-48dd-b548-d074f602efeb", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/99cb71c2-331c-48dd-b548-d074f602efeb", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:24:12.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "99cb71c2-331c-48dd-b548-d074f602efeb", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:24:12Z", "hostId": "b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "ns.clearwater.opnfv", "created": "2018-08-15T20:22:28Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:28:21,192 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-ff275007-f628-4ed2-8e83-7857aff27cec 2018-08-15 20:28:21,192 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.593116044998s 2018-08-15 20:28:21,193 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-ff275007-f628-4ed2-8e83-7857aff27cec 2018-08-15 20:28:21,199 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-15 20:28:21,202 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/862ca86b-06ec-4d59-ae70-d91b3227a810/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}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-15 20:28:21,453 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:28: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-9821e3c1-0e02-4ace-969a-7fdcd3c403ab x-compute-request-id: req-9821e3c1-0e02-4ace-969a-7fdcd3c403ab Content-Encoding: gzip Content-Length: 8588 Content-Type: application/json RESP BODY: {"output": "[ 0.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-155-generic (buildd@lgw01-amd64-033) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #205-Ubuntu SMP Fri Aug 10 15:53:26 UTC 2018 (Ubuntu 3.13.0-155.205-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-155-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-155-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: 2039688K/2096616K available (7492K kernel code, 1163K rwdata, 3440K rodata, 1368K init, 1448K bss, 56928K 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.008106] Security Framework initialized\n[ 0.009336] AppArmor: AppArmor initialized\n[ 0.010475] Yama: becoming mindful.\n[ 0.012250] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.016383] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.019035] 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.022252] Initializing cgroup subsys memory\n[ 0.024027] Initializing cgroup subsys devices\n[ 0.025236] Initializing cgroup subsys freezer\n[ 0.026447] Initializing cgroup subsys blkio\n[ 0.027617] Initializing cgroup subsys perf_event\n[ 0.028008] Initializing cgroup subsys hugetlb\n[ 0.029341] FEATURE SPEC_CTRL Not Present\n[ 0.032242] mce: CPU supports 10 MCE banks\n[ 0.033431] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.033431] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.036012] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.037636] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.039626] Speculative Store Bypass: Vulnerable\n[ 0.040530] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.047548] ACPI: Core revision 20131115\n[ 0.048558] ACPI: All ACPI Tables successfully acquired\n[ 0.050182] ftrace: allocating 28746 entries in 113 pages\n[ 0.072260] smpboot: Max logical packages: 2\n[ 0.073437] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.076003] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.077922] Enabling x2apic\n[ 0.078794] Enabled x2apic\n[ 0.080007] Switched APIC routing to physical x2apic.\n[ 0.082662] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.084002] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.086810] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.093709] KVM setup paravirtual spinlock\n[ 0.096945] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.098882] x86: Booting SMP configuration:\n[ 0.100004] .... node #0, CPUs: #1[ 0.096890] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.116018] x86: Booted up 1 node, 2 CPUs\n[ 0.116012] KVM setup async PF for cpu 1\n[ 0.116014] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.119784] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.120415] devtmpfs: initialized\n[ 0.122342] EVM: security.selinux\n[ 0.123327] EVM: security.SMACK64\n[ 0.124005] EVM: security.ima\n[ 0.124920] EVM: security.capability\n[ 0.125993] pinctrl core: initialized pinctrl subsystem\n[ 0.128055] regulator-dummy: no parameters\n[ 0.129295] RTC time: 20:27:11, date: 08/15/18\n[ 0.130557] NET: Registered protocol family 16\n[ 0.131899] cpuidle: using governor ladder\n[ 0.132004] cpuidle: using governor menu\n[ 0.133165] ACPI: bus type PCI registered\n[ 0.134284] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.136028] PCI: Using configuration type 1 for base access\n[ 0.138118] bio: create slab at 0\n[ 0.138118] ACPI: Added _OSI(Module Device)\n[ 0.140003] ACPI: Added _OSI(Processor Device)\n[ 0.141216] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.142474] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.145233] ACPI: Interpreter enabled\n[ 0.146296] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.148738] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.151321] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.153680] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.156006] ACPI: (supports S0 S5)\n[ 0.160003] ACPI: Using IOAPIC for interrupt routing\n[ 0.161334] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.163905] ACPI: No dock devices found.\n[ 0.165995] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.167577] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.168007] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.169678] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.172206] acpiphp: Slot [3] registered\n[ 0.173325] acpiphp: Slot [4] registered\n[ 0.174455] acpiphp: Slot [5] registered\n[ 0.175572] acpiphp: Slot [6] registered\n[ 0.176023] acpiphp: Slot [7] registered\n[ 0.177135] acpiphp: Slot [8] registered\n[ 0.178239] acpiphp: Slot [9] registered\n[ 0.179358] acpiphp: Slot [10] registered\n[ 0.180020] acpiphp: Slot [11] registered\n[ 0.181150] acpiphp: Slot [12] registered\n[ 0.182281] acpiphp: Slot [13] registered\n[ 0.183421] acpiphp: Slot [14] registered\n[ 0.184020] acpiphp: Slot [15] registered\n[ 0.185164] acpiphp: Slot [16] registered\n[ 0.186386] acpiphp: Slot [17] registered\n[ 0.187513] acpiphp: Slot [18] registered\n[ 0.188027] acpiphp: Slot [19] registered\n[ 0.189175] acpiphp: Slot [20] registered\n[ 0.190316] acpiphp: Slot [21] registered\n[ 0.191456] acpiphp: Slot [22] registered\n[ 0.192020] acpiphp: Slot [23] registered\n[ 0.193169] acpiphp: Slot [24] registered\n[ 0.194300] acpiphp: Slot [25] registered\n[ 0.195430] acpiphp: Slot [26] registered\n[ 0.196020] acpiphp: Slot [27] registered\n[ 0.197157] acpiphp: Slot [28] registered\n[ 0.198282] acpiphp: Slot [29] registered\n[ 0.199419] acpiphp: Slot [30] registered\n[ 0.200028] acpiphp: Slot [31] registered\n[ 0.201153] PCI host bridge to bus 0000:00\n[ 0.202283] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.203706] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.204004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.205569] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.207254] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.208003] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.215404] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.216014] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.242589] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.244564] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.246554] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.248537] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.250602] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.252221] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.253996] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.253996] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.256004] vgaarb: loaded\n[ 0.256851] vgaarb: bridge control possible 0000:00:02.0\n[ 0.258504] SCSI subsystem initialized\n[ 0.259740] ACPI: bus type USB registered\n[ 0.260031] usbcore: registered new interface driver usbfs\n[ 0.261464] usbcore: registered new interface driver hub\n[ 0.262890] usbcore: registered new device driver usb\n[ 0.264117] PCI: Using ACPI for IRQ routing\n[ 0.265563] NetLabel: Initializing\n[ 0.266574] NetLabel: domain hash size = 128\n[ 0.267767] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.268065] NetLabel: unlabeled traffic allowed by default\n[ 0.269514] Switched to clocksource kvm-clock\n[ 0.277200] AppArmor: AppArmor Filesystem Enabled\n[ 0.278522] pnp: PnP ACPI init\n[ 0.279459] ACPI: bus type PNP registered\n[ 0.281044] pnp: PnP ACPI: found 8 devices\n[ 0.282190] ACPI: bus type PNP unregistered\n[ 0.289689] NET: Registered protocol family 2\n[ 0.291177] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.293302] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.295192] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.296969] TCP: reno registered\n[ 0.297924] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.299471] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.301196] NET: Registered protocol family 1\n[ 0.302418] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.303943] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.305436] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.327969] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.350648] Trying to unpack rootfs image as initramfs...\n[ 0.453190] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.455495] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.457011] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.459050] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.462092] Scanning for low memory corruption every 60 seconds\n[ 0.464447] Initialise system trusted keyring\n[ 0.466051] audit: initializing netlink socket (disabled)\n[ 0.467885] type=2000 audit(1534364831.701:1): initialized\n[ 0.488781] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.491863] zbud: loaded\n[ 0.493140] VFS: Disk quotas dquot_6.5.2\n[ 0.494642] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.497221] fuse init (API version 7.22)\n[ 0.498734] msgmni has been set to 3997\n[ 0.500194] Key type big_key registered\n[ 0.502033] Key type asymmetric registered\n[ 0.503545] Asymmetric key parser 'x509' registered\n[ 0.505292] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.507915] io scheduler noop registered\n[ 0.509356] io scheduler deadline registered (default)\n[ 0.511093] io scheduler cfq registered\n[ 0.512565] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.514479] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516729] ipmi message handler version 39.2\n[ 0.518350] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.520935] ACPI: Power Button [PWRF]\n[ 0.522390] GHES: HEST is not enabled!\n[ 0.544858] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.590233] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.613936] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.616443] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.641284] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.644836] Linux agpgart interface v0.103\n[ 0.647364] brd: module loaded\n[ 0.649078] loop: module loaded\n[ 0.650657] blk-mq: CPU -> queue map\n[ 0.652017] CPU 0 -> Queue 0\n[ 0.653198] CPU 1 -> Queue 0\n[ 0.655193] vda: vda1\n[ 0.656705] scsi0 : ata_piix\n[ 0.657713] scsi1 : ata_piix\n[ 0.658633] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.660320] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.662209] libphy: Fixed MDIO Bus: probed\n[ 0.663440] tun: Universal TUN/TAP device driver, 1.6\n[ 0.664793] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.668050] PPP generic driver version 2.4.2\n[ 0.669265] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.670858] ehci-pci: EHCI PCI platform driver\n[ 0.672049] ehci-platform: EHCI generic platform driver\n[ 0.673391] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.674937] ohci-pci: OHCI PCI platform driver\n[ 0.676141] ohci-platform: OHCI generic platform driver\n[ 0.677500] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.699950] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.701312] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.703371] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.704944] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.706610] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.708547] usb usb1: Product: UHCI Host Controller\n[ 0.709815] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd\n[ 0.711390] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.712688] hub 1-0:1.0: USB hub found\n[ 0.713768] hub 1-0:1.0: 2 ports detected\n[ 0.715006] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.717825] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.719119] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.720560] mousedev: PS/2 mouse device common for all mice\n[ 0.722256] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.724616] rtc_cmos 00:00: RTC can wake from S4\n[ 0.726169] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.727788] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.729474] device-mapper: uevent: version 1.0.3\n[ 0.730785] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.733032] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.734637] TCP: cubic registered\n[ 0.735699] NET: Registered protocol family 10\n[ 0.737225] NET: Registered protocol family 17\n[ 0.738446] Key type dns_resolver registered\n[ 0.739802] Loading compiled-in X.509 certificates\n[ 0.741621] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b'\n[ 0.751227] registered taskstats version 1\n[ 0.754184] Key type trusted registered\n[ 0.757971] Key type encrypted registered\n[ 0.759092] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.760498] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.762459] regulator-dummy: disabling\n[ 0.763597] Magic number: 14:188:498\n[ 0.764794] rtc_cmos 00:00: setting system clock to 2018-08-15 20:27:12 UTC (1534364832)\n[ 0.767033] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.768557] EDD information not available.\n[ 0.817412] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.819593] Write protecting the kernel read-only data: 12288k\n[ 0.821720] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000)\n[ 0.825115] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000)\nLoading, please wait...\n[ 0.838303] systemd-udevd[107]: starting version 204\n[ 0.880864] FDC 0 is a S82078B\n[ 1.024046] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.188789] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.190538] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.192360] usb 1-1: Product: QEMU USB Tablet\n[ 1.193588] usb 1-1: Manufacturer: QEMU\n[ 1.194687] usb 1-1: SerialNumber: 42\n[ 1.452077] tsc: Refined TSC clocksource calibration: 3491.871 MHz\n[ 1.893036] 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.236554] 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.534411] random: init urandom read with 10 bits of entropy available\n[ 2.652842] 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 Wed, 15 Aug 2018 20:27:14 +0000. Up 3.17 seconds.\ncloud-init-nonet[3.34]: 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 Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[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 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 configure network device[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[4.46]: 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 Wed, 15 Aug 2018 20:27:16 +0000. Up 4.71 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:27:5d:15 |\nci-info: | eth0 | True | 192.168.0.10 | 255.255.255.0 | fa:16:3e:64:be:e5 |\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\n"} 2018-08-15 20:28:21,453 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/862ca86b-06ec-4d59-ae70-d91b3227a810/action used request id req-9821e3c1-0e02-4ace-969a-7fdcd3c403ab 2018-08-15 20:28:21,454 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.2541680336s 2018-08-15 20:28:21,454 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/862ca86b-06ec-4d59-ae70-d91b3227a810/action used request id req-9821e3c1-0e02-4ace-969a-7fdcd3c403ab 2018-08-15 20:28:21,455 - 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-155-generic (buildd@lgw01-amd64-033) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #205-Ubuntu SMP Fri Aug 10 15:53:26 UTC 2018 (Ubuntu 3.13.0-155.205-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-155-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-155-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: 2039688K/2096616K available (7492K kernel code, 1163K rwdata, 3440K rodata, 1368K init, 1448K bss, 56928K 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.008106] Security Framework initialized [ 0.009336] AppArmor: AppArmor initialized [ 0.010475] Yama: becoming mindful. [ 0.012250] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.016383] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.019035] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.020005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.022252] Initializing cgroup subsys memory [ 0.024027] Initializing cgroup subsys devices [ 0.025236] Initializing cgroup subsys freezer [ 0.026447] Initializing cgroup subsys blkio [ 0.027617] Initializing cgroup subsys perf_event [ 0.028008] Initializing cgroup subsys hugetlb [ 0.029341] FEATURE SPEC_CTRL Not Present [ 0.032242] mce: CPU supports 10 MCE banks [ 0.033431] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.033431] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.036012] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.037636] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.039626] Speculative Store Bypass: Vulnerable [ 0.040530] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.047548] ACPI: Core revision 20131115 [ 0.048558] ACPI: All ACPI Tables successfully acquired [ 0.050182] ftrace: allocating 28746 entries in 113 pages [ 0.072260] smpboot: Max logical packages: 2 [ 0.073437] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.076003] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.077922] Enabling x2apic [ 0.078794] Enabled x2apic [ 0.080007] Switched APIC routing to physical x2apic. [ 0.082662] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.084002] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.086810] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.093709] KVM setup paravirtual spinlock [ 0.096945] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.098882] x86: Booting SMP configuration: [ 0.100004] .... node #0, CPUs: #1[ 0.096890] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.116018] x86: Booted up 1 node, 2 CPUs [ 0.116012] KVM setup async PF for cpu 1 [ 0.116014] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.119784] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.120415] devtmpfs: initialized [ 0.122342] EVM: security.selinux [ 0.123327] EVM: security.SMACK64 [ 0.124005] EVM: security.ima [ 0.124920] EVM: security.capability [ 0.125993] pinctrl core: initialized pinctrl subsystem [ 0.128055] regulator-dummy: no parameters [ 0.129295] RTC time: 20:27:11, date: 08/15/18 [ 0.130557] NET: Registered protocol family 16 [ 0.131899] cpuidle: using governor ladder [ 0.132004] cpuidle: using governor menu [ 0.133165] ACPI: bus type PCI registered [ 0.134284] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.136028] PCI: Using configuration type 1 for base access [ 0.138118] bio: create slab at 0 [ 0.138118] ACPI: Added _OSI(Module Device) [ 0.140003] ACPI: Added _OSI(Processor Device) [ 0.141216] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.142474] ACPI: Added _OSI(Processor Aggregator Device) [ 0.145233] ACPI: Interpreter enabled [ 0.146296] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.148738] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.151321] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.153680] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.156006] ACPI: (supports S0 S5) [ 0.160003] ACPI: Using IOAPIC for interrupt routing [ 0.161334] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.163905] ACPI: No dock devices found. [ 0.165995] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.167577] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.168007] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.169678] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.172206] acpiphp: Slot [3] registered [ 0.173325] acpiphp: Slot [4] registered [ 0.174455] acpiphp: Slot [5] registered [ 0.175572] acpiphp: Slot [6] registered [ 0.176023] acpiphp: Slot [7] registered [ 0.177135] acpiphp: Slot [8] registered [ 0.178239] acpiphp: Slot [9] registered [ 0.179358] acpiphp: Slot [10] registered [ 0.180020] acpiphp: Slot [11] registered [ 0.181150] acpiphp: Slot [12] registered [ 0.182281] acpiphp: Slot [13] registered [ 0.183421] acpiphp: Slot [14] registered [ 0.184020] acpiphp: Slot [15] registered [ 0.185164] acpiphp: Slot [16] registered [ 0.186386] acpiphp: Slot [17] registered [ 0.187513] acpiphp: Slot [18] registered [ 0.188027] acpiphp: Slot [19] registered [ 0.189175] acpiphp: Slot [20] registered [ 0.190316] acpiphp: Slot [21] registered [ 0.191456] acpiphp: Slot [22] registered [ 0.192020] acpiphp: Slot [23] registered [ 0.193169] acpiphp: Slot [24] registered [ 0.194300] acpiphp: Slot [25] registered [ 0.195430] acpiphp: Slot [26] registered [ 0.196020] acpiphp: Slot [27] registered [ 0.197157] acpiphp: Slot [28] registered [ 0.198282] acpiphp: Slot [29] registered [ 0.199419] acpiphp: Slot [30] registered [ 0.200028] acpiphp: Slot [31] registered [ 0.201153] PCI host bridge to bus 0000:00 [ 0.202283] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.203706] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.204004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.205569] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.207254] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.208003] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.215404] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.216014] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.242589] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.244564] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.246554] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.248537] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.250602] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.252221] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.253996] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.253996] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.256004] vgaarb: loaded [ 0.256851] vgaarb: bridge control possible 0000:00:02.0 [ 0.258504] SCSI subsystem initialized [ 0.259740] ACPI: bus type USB registered [ 0.260031] usbcore: registered new interface driver usbfs [ 0.261464] usbcore: registered new interface driver hub [ 0.262890] usbcore: registered new device driver usb [ 0.264117] PCI: Using ACPI for IRQ routing [ 0.265563] NetLabel: Initializing [ 0.266574] NetLabel: domain hash size = 128 [ 0.267767] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.268065] NetLabel: unlabeled traffic allowed by default [ 0.269514] Switched to clocksource kvm-clock [ 0.277200] AppArmor: AppArmor Filesystem Enabled [ 0.278522] pnp: PnP ACPI init [ 0.279459] ACPI: bus type PNP registered [ 0.281044] pnp: PnP ACPI: found 8 devices [ 0.282190] ACPI: bus type PNP unregistered [ 0.289689] NET: Registered protocol family 2 [ 0.291177] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.293302] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.295192] TCP: Hash tables configured (established 16384 bind 16384) [ 0.296969] TCP: reno registered [ 0.297924] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.299471] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.301196] NET: Registered protocol family 1 [ 0.302418] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.303943] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.305436] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.327969] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.350648] Trying to unpack rootfs image as initramfs... [ 0.453190] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.455495] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.457011] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.459050] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.462092] Scanning for low memory corruption every 60 seconds [ 0.464447] Initialise system trusted keyring [ 0.466051] audit: initializing netlink socket (disabled) [ 0.467885] type=2000 audit(1534364831.701:1): initialized [ 0.488781] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.491863] zbud: loaded [ 0.493140] VFS: Disk quotas dquot_6.5.2 [ 0.494642] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.497221] fuse init (API version 7.22) [ 0.498734] msgmni has been set to 3997 [ 0.500194] Key type big_key registered [ 0.502033] Key type asymmetric registered [ 0.503545] Asymmetric key parser 'x509' registered [ 0.505292] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.507915] io scheduler noop registered [ 0.509356] io scheduler deadline registered (default) [ 0.511093] io scheduler cfq registered [ 0.512565] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.514479] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.516729] ipmi message handler version 39.2 [ 0.518350] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.520935] ACPI: Power Button [PWRF] [ 0.522390] GHES: HEST is not enabled! [ 0.544858] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.590233] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.613936] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.616443] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.641284] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.644836] Linux agpgart interface v0.103 [ 0.647364] brd: module loaded [ 0.649078] loop: module loaded [ 0.650657] blk-mq: CPU -> queue map [ 0.652017] CPU 0 -> Queue 0 [ 0.653198] CPU 1 -> Queue 0 [ 0.655193] vda: vda1 [ 0.656705] scsi0 : ata_piix [ 0.657713] scsi1 : ata_piix [ 0.658633] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.660320] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.662209] libphy: Fixed MDIO Bus: probed [ 0.663440] tun: Universal TUN/TAP device driver, 1.6 [ 0.664793] tun: (C) 1999-2004 Max Krasnyansky [ 0.668050] PPP generic driver version 2.4.2 [ 0.669265] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.670858] ehci-pci: EHCI PCI platform driver [ 0.672049] ehci-platform: EHCI generic platform driver [ 0.673391] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.674937] ohci-pci: OHCI PCI platform driver [ 0.676141] ohci-platform: OHCI generic platform driver [ 0.677500] uhci_hcd: USB Universal Host Controller Interface driver [ 0.699950] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.701312] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.703371] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.704944] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.706610] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.708547] usb usb1: Product: UHCI Host Controller [ 0.709815] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd [ 0.711390] usb usb1: SerialNumber: 0000:00:01.2 [ 0.712688] hub 1-0:1.0: USB hub found [ 0.713768] hub 1-0:1.0: 2 ports detected [ 0.715006] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.717825] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.719119] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.720560] mousedev: PS/2 mouse device common for all mice [ 0.722256] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.724616] rtc_cmos 00:00: RTC can wake from S4 [ 0.726169] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.727788] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.729474] device-mapper: uevent: version 1.0.3 [ 0.730785] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.733032] ledtrig-cpu: registered to indicate activity on CPUs [ 0.734637] TCP: cubic registered [ 0.735699] NET: Registered protocol family 10 [ 0.737225] NET: Registered protocol family 17 [ 0.738446] Key type dns_resolver registered [ 0.739802] Loading compiled-in X.509 certificates [ 0.741621] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b' [ 0.751227] registered taskstats version 1 [ 0.754184] Key type trusted registered [ 0.757971] Key type encrypted registered [ 0.759092] AppArmor: AppArmor sha1 policy hashing enabled [ 0.760498] IMA: No TPM chip found, activating TPM-bypass! [ 0.762459] regulator-dummy: disabling [ 0.763597] Magic number: 14:188:498 [ 0.764794] rtc_cmos 00:00: setting system clock to 2018-08-15 20:27:12 UTC (1534364832) [ 0.767033] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.768557] EDD information not available. [ 0.817412] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.819593] Write protecting the kernel read-only data: 12288k [ 0.821720] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000) [ 0.825115] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000) Loading, please wait... [ 0.838303] systemd-udevd[107]: starting version 204 [ 0.880864] FDC 0 is a S82078B [ 1.024046] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.188789] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.190538] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.192360] usb 1-1: Product: QEMU USB Tablet [ 1.193588] usb 1-1: Manufacturer: QEMU [ 1.194687] usb 1-1: SerialNumber: 42 [ 1.452077] tsc: Refined TSC clocksource calibration: 3491.871 MHz [ 1.893036] 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.236554] 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.534411] random: init urandom read with 10 bits of entropy available [ 2.652842] 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 Wed, 15 Aug 2018 20:27:14 +0000. Up 3.17 seconds. cloud-init-nonet[3.34]: 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 Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[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 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 configure network device[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[4.46]: 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 Wed, 15 Aug 2018 20:27:16 +0000. Up 4.71 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:27:5d:15 | ci-info: | eth0 | True | 192.168.0.10 | 255.255.255.0 | fa:16:3e:64:be:e5 | 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 2018-08-15 20:28:21,455 - functest.core.singlevm - DEBUG - try 5: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-15 20:28:31,466 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:28:31,469 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" 2018-08-15 20:28:31,884 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:28:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4efcb2af-01a3-4117-98f0-bc391dcbbd84 x-compute-request-id: req-4efcb2af-01a3-4117-98f0-bc391dcbbd84 Content-Encoding: gzip Content-Length: 1508 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:64:be:e5", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:64:be:e5", "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:27:5d:15", "version": 4, "addr": "192.168.1.2", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:27:5d:15", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/862ca86b-06ec-4d59-ae70-d91b3227a810", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/862ca86b-06ec-4d59-ae70-d91b3227a810", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:27:10.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "862ca86b-06ec-4d59-ae70-d91b3227a810", "security_groups": [{"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:27:10Z", "hostId": "019940e19a7b1ae7bcf66d3fa083c7498a80fd0bd54c47880af1a37a", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "homer-0.clearwater.opnfv", "created": "2018-08-15T20:26:30Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:40:77:5b", "version": 4, "addr": "192.168.0.18", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:40:77:5b", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d1:da:9d", "version": 4, "addr": "192.168.1.29", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d1:da:9d", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e6950a11-a5a7-4554-9dbb-df77b86ba400", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e6950a11-a5a7-4554-9dbb-df77b86ba400", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:27:22.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "e6950a11-a5a7-4554-9dbb-df77b86ba400", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:27:22Z", "hostId": "b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "bono-0.clearwater.opnfv", "created": "2018-08-15T20:26:30Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:51:74", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:51:74", "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:66:5e:3a", "version": 4, "addr": "192.168.1.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/ffc54980-6efe-4637-8bb5-39036958536d", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/ffc54980-6efe-4637-8bb5-39036958536d", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:27:20.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "ffc54980-6efe-4637-8bb5-39036958536d", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-mgmt"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:27:20Z", "hostId": "b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "dime-0.clearwater.opnfv", "created": "2018-08-15T20:26:30Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:a0:d6:2a", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:d6:2a", "version": 4, "addr": "172.30.9.213", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:0c:21", "version": 4, "addr": "192.168.1.21", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/59e09722-d046-47e2-8d46-98d35b577bb4", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/59e09722-d046-47e2-8d46-98d35b577bb4", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:27:18.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "59e09722-d046-47e2-8d46-98d35b577bb4", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:27:18Z", "hostId": "b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-15T20:26:29Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:67:a8:44", "version": 4, "addr": "192.168.0.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:67:a8:44", "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:5b:b2:38", "version": 4, "addr": "192.168.1.3", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/a76c441e-39fd-4d5f-93ae-d1b09ddfc9da", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/a76c441e-39fd-4d5f-93ae-d1b09ddfc9da", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:27:12.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "a76c441e-39fd-4d5f-93ae-d1b09ddfc9da", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:27:12Z", "hostId": "b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-15T20:26:29Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:9f:75:cc", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:75:cc", "version": 4, "addr": "172.30.9.217", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e0dd32cc-fa1d-4798-8b82-04894a6f8bfa", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e0dd32cc-fa1d-4798-8b82-04894a6f8bfa", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:26:06.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "e0dd32cc-fa1d-4798-8b82-04894a6f8bfa", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:26:06Z", "hostId": "019940e19a7b1ae7bcf66d3fa083c7498a80fd0bd54c47880af1a37a", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-15T20:24:22Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:e5:cc:ec", "version": 4, "addr": "192.168.0.2", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e5:cc:ec", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:01:52:92", "version": 4, "addr": "192.168.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/99cb71c2-331c-48dd-b548-d074f602efeb", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/99cb71c2-331c-48dd-b548-d074f602efeb", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:24:12.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "99cb71c2-331c-48dd-b548-d074f602efeb", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:24:12Z", "hostId": "b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "ns.clearwater.opnfv", "created": "2018-08-15T20:22:28Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:28:31,885 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-4efcb2af-01a3-4117-98f0-bc391dcbbd84 2018-08-15 20:28:31,885 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.418724060059s 2018-08-15 20:28:31,886 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-4efcb2af-01a3-4117-98f0-bc391dcbbd84 2018-08-15 20:28:31,893 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-15 20:28:31,895 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/862ca86b-06ec-4d59-ae70-d91b3227a810/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}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-15 20:28:31,969 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:28:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ce9ba11e-9015-48c5-9233-e4fe197486d7 x-compute-request-id: req-ce9ba11e-9015-48c5-9233-e4fe197486d7 Content-Encoding: gzip Content-Length: 8588 Content-Type: application/json RESP BODY: {"output": "[ 0.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-155-generic (buildd@lgw01-amd64-033) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #205-Ubuntu SMP Fri Aug 10 15:53:26 UTC 2018 (Ubuntu 3.13.0-155.205-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-155-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-155-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: 2039688K/2096616K available (7492K kernel code, 1163K rwdata, 3440K rodata, 1368K init, 1448K bss, 56928K 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.008106] Security Framework initialized\n[ 0.009336] AppArmor: AppArmor initialized\n[ 0.010475] Yama: becoming mindful.\n[ 0.012250] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.016383] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.019035] 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.022252] Initializing cgroup subsys memory\n[ 0.024027] Initializing cgroup subsys devices\n[ 0.025236] Initializing cgroup subsys freezer\n[ 0.026447] Initializing cgroup subsys blkio\n[ 0.027617] Initializing cgroup subsys perf_event\n[ 0.028008] Initializing cgroup subsys hugetlb\n[ 0.029341] FEATURE SPEC_CTRL Not Present\n[ 0.032242] mce: CPU supports 10 MCE banks\n[ 0.033431] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.033431] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.036012] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.037636] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.039626] Speculative Store Bypass: Vulnerable\n[ 0.040530] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.047548] ACPI: Core revision 20131115\n[ 0.048558] ACPI: All ACPI Tables successfully acquired\n[ 0.050182] ftrace: allocating 28746 entries in 113 pages\n[ 0.072260] smpboot: Max logical packages: 2\n[ 0.073437] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.076003] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.077922] Enabling x2apic\n[ 0.078794] Enabled x2apic\n[ 0.080007] Switched APIC routing to physical x2apic.\n[ 0.082662] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.084002] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.086810] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.093709] KVM setup paravirtual spinlock\n[ 0.096945] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.098882] x86: Booting SMP configuration:\n[ 0.100004] .... node #0, CPUs: #1[ 0.096890] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.116018] x86: Booted up 1 node, 2 CPUs\n[ 0.116012] KVM setup async PF for cpu 1\n[ 0.116014] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.119784] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.120415] devtmpfs: initialized\n[ 0.122342] EVM: security.selinux\n[ 0.123327] EVM: security.SMACK64\n[ 0.124005] EVM: security.ima\n[ 0.124920] EVM: security.capability\n[ 0.125993] pinctrl core: initialized pinctrl subsystem\n[ 0.128055] regulator-dummy: no parameters\n[ 0.129295] RTC time: 20:27:11, date: 08/15/18\n[ 0.130557] NET: Registered protocol family 16\n[ 0.131899] cpuidle: using governor ladder\n[ 0.132004] cpuidle: using governor menu\n[ 0.133165] ACPI: bus type PCI registered\n[ 0.134284] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.136028] PCI: Using configuration type 1 for base access\n[ 0.138118] bio: create slab at 0\n[ 0.138118] ACPI: Added _OSI(Module Device)\n[ 0.140003] ACPI: Added _OSI(Processor Device)\n[ 0.141216] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.142474] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.145233] ACPI: Interpreter enabled\n[ 0.146296] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.148738] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.151321] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.153680] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.156006] ACPI: (supports S0 S5)\n[ 0.160003] ACPI: Using IOAPIC for interrupt routing\n[ 0.161334] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.163905] ACPI: No dock devices found.\n[ 0.165995] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.167577] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.168007] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.169678] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.172206] acpiphp: Slot [3] registered\n[ 0.173325] acpiphp: Slot [4] registered\n[ 0.174455] acpiphp: Slot [5] registered\n[ 0.175572] acpiphp: Slot [6] registered\n[ 0.176023] acpiphp: Slot [7] registered\n[ 0.177135] acpiphp: Slot [8] registered\n[ 0.178239] acpiphp: Slot [9] registered\n[ 0.179358] acpiphp: Slot [10] registered\n[ 0.180020] acpiphp: Slot [11] registered\n[ 0.181150] acpiphp: Slot [12] registered\n[ 0.182281] acpiphp: Slot [13] registered\n[ 0.183421] acpiphp: Slot [14] registered\n[ 0.184020] acpiphp: Slot [15] registered\n[ 0.185164] acpiphp: Slot [16] registered\n[ 0.186386] acpiphp: Slot [17] registered\n[ 0.187513] acpiphp: Slot [18] registered\n[ 0.188027] acpiphp: Slot [19] registered\n[ 0.189175] acpiphp: Slot [20] registered\n[ 0.190316] acpiphp: Slot [21] registered\n[ 0.191456] acpiphp: Slot [22] registered\n[ 0.192020] acpiphp: Slot [23] registered\n[ 0.193169] acpiphp: Slot [24] registered\n[ 0.194300] acpiphp: Slot [25] registered\n[ 0.195430] acpiphp: Slot [26] registered\n[ 0.196020] acpiphp: Slot [27] registered\n[ 0.197157] acpiphp: Slot [28] registered\n[ 0.198282] acpiphp: Slot [29] registered\n[ 0.199419] acpiphp: Slot [30] registered\n[ 0.200028] acpiphp: Slot [31] registered\n[ 0.201153] PCI host bridge to bus 0000:00\n[ 0.202283] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.203706] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.204004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.205569] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.207254] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.208003] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.215404] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.216014] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.242589] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.244564] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.246554] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.248537] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.250602] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.252221] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.253996] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.253996] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.256004] vgaarb: loaded\n[ 0.256851] vgaarb: bridge control possible 0000:00:02.0\n[ 0.258504] SCSI subsystem initialized\n[ 0.259740] ACPI: bus type USB registered\n[ 0.260031] usbcore: registered new interface driver usbfs\n[ 0.261464] usbcore: registered new interface driver hub\n[ 0.262890] usbcore: registered new device driver usb\n[ 0.264117] PCI: Using ACPI for IRQ routing\n[ 0.265563] NetLabel: Initializing\n[ 0.266574] NetLabel: domain hash size = 128\n[ 0.267767] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.268065] NetLabel: unlabeled traffic allowed by default\n[ 0.269514] Switched to clocksource kvm-clock\n[ 0.277200] AppArmor: AppArmor Filesystem Enabled\n[ 0.278522] pnp: PnP ACPI init\n[ 0.279459] ACPI: bus type PNP registered\n[ 0.281044] pnp: PnP ACPI: found 8 devices\n[ 0.282190] ACPI: bus type PNP unregistered\n[ 0.289689] NET: Registered protocol family 2\n[ 0.291177] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.293302] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.295192] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.296969] TCP: reno registered\n[ 0.297924] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.299471] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.301196] NET: Registered protocol family 1\n[ 0.302418] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.303943] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.305436] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.327969] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.350648] Trying to unpack rootfs image as initramfs...\n[ 0.453190] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.455495] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.457011] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.459050] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.462092] Scanning for low memory corruption every 60 seconds\n[ 0.464447] Initialise system trusted keyring\n[ 0.466051] audit: initializing netlink socket (disabled)\n[ 0.467885] type=2000 audit(1534364831.701:1): initialized\n[ 0.488781] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.491863] zbud: loaded\n[ 0.493140] VFS: Disk quotas dquot_6.5.2\n[ 0.494642] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.497221] fuse init (API version 7.22)\n[ 0.498734] msgmni has been set to 3997\n[ 0.500194] Key type big_key registered\n[ 0.502033] Key type asymmetric registered\n[ 0.503545] Asymmetric key parser 'x509' registered\n[ 0.505292] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.507915] io scheduler noop registered\n[ 0.509356] io scheduler deadline registered (default)\n[ 0.511093] io scheduler cfq registered\n[ 0.512565] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.514479] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516729] ipmi message handler version 39.2\n[ 0.518350] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.520935] ACPI: Power Button [PWRF]\n[ 0.522390] GHES: HEST is not enabled!\n[ 0.544858] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.590233] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.613936] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.616443] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.641284] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.644836] Linux agpgart interface v0.103\n[ 0.647364] brd: module loaded\n[ 0.649078] loop: module loaded\n[ 0.650657] blk-mq: CPU -> queue map\n[ 0.652017] CPU 0 -> Queue 0\n[ 0.653198] CPU 1 -> Queue 0\n[ 0.655193] vda: vda1\n[ 0.656705] scsi0 : ata_piix\n[ 0.657713] scsi1 : ata_piix\n[ 0.658633] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.660320] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.662209] libphy: Fixed MDIO Bus: probed\n[ 0.663440] tun: Universal TUN/TAP device driver, 1.6\n[ 0.664793] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.668050] PPP generic driver version 2.4.2\n[ 0.669265] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.670858] ehci-pci: EHCI PCI platform driver\n[ 0.672049] ehci-platform: EHCI generic platform driver\n[ 0.673391] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.674937] ohci-pci: OHCI PCI platform driver\n[ 0.676141] ohci-platform: OHCI generic platform driver\n[ 0.677500] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.699950] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.701312] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.703371] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.704944] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.706610] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.708547] usb usb1: Product: UHCI Host Controller\n[ 0.709815] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd\n[ 0.711390] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.712688] hub 1-0:1.0: USB hub found\n[ 0.713768] hub 1-0:1.0: 2 ports detected\n[ 0.715006] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.717825] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.719119] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.720560] mousedev: PS/2 mouse device common for all mice\n[ 0.722256] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.724616] rtc_cmos 00:00: RTC can wake from S4\n[ 0.726169] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.727788] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.729474] device-mapper: uevent: version 1.0.3\n[ 0.730785] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.733032] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.734637] TCP: cubic registered\n[ 0.735699] NET: Registered protocol family 10\n[ 0.737225] NET: Registered protocol family 17\n[ 0.738446] Key type dns_resolver registered\n[ 0.739802] Loading compiled-in X.509 certificates\n[ 0.741621] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b'\n[ 0.751227] registered taskstats version 1\n[ 0.754184] Key type trusted registered\n[ 0.757971] Key type encrypted registered\n[ 0.759092] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.760498] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.762459] regulator-dummy: disabling\n[ 0.763597] Magic number: 14:188:498\n[ 0.764794] rtc_cmos 00:00: setting system clock to 2018-08-15 20:27:12 UTC (1534364832)\n[ 0.767033] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.768557] EDD information not available.\n[ 0.817412] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.819593] Write protecting the kernel read-only data: 12288k\n[ 0.821720] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000)\n[ 0.825115] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000)\nLoading, please wait...\n[ 0.838303] systemd-udevd[107]: starting version 204\n[ 0.880864] FDC 0 is a S82078B\n[ 1.024046] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.188789] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.190538] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.192360] usb 1-1: Product: QEMU USB Tablet\n[ 1.193588] usb 1-1: Manufacturer: QEMU\n[ 1.194687] usb 1-1: SerialNumber: 42\n[ 1.452077] tsc: Refined TSC clocksource calibration: 3491.871 MHz\n[ 1.893036] 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.236554] 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.534411] random: init urandom read with 10 bits of entropy available\n[ 2.652842] 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 Wed, 15 Aug 2018 20:27:14 +0000. Up 3.17 seconds.\ncloud-init-nonet[3.34]: 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 Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[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 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 configure network device[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[4.46]: 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 Wed, 15 Aug 2018 20:27:16 +0000. Up 4.71 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:27:5d:15 |\nci-info: | eth0 | True | 192.168.0.10 | 255.255.255.0 | fa:16:3e:64:be:e5 |\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\n"} 2018-08-15 20:28:31,970 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/862ca86b-06ec-4d59-ae70-d91b3227a810/action used request id req-ce9ba11e-9015-48c5-9233-e4fe197486d7 2018-08-15 20:28:31,970 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0771510601044s 2018-08-15 20:28:31,971 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/862ca86b-06ec-4d59-ae70-d91b3227a810/action used request id req-ce9ba11e-9015-48c5-9233-e4fe197486d7 2018-08-15 20:28:31,971 - 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-155-generic (buildd@lgw01-amd64-033) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #205-Ubuntu SMP Fri Aug 10 15:53:26 UTC 2018 (Ubuntu 3.13.0-155.205-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-155-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-155-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: 2039688K/2096616K available (7492K kernel code, 1163K rwdata, 3440K rodata, 1368K init, 1448K bss, 56928K 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.008106] Security Framework initialized [ 0.009336] AppArmor: AppArmor initialized [ 0.010475] Yama: becoming mindful. [ 0.012250] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.016383] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.019035] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.020005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.022252] Initializing cgroup subsys memory [ 0.024027] Initializing cgroup subsys devices [ 0.025236] Initializing cgroup subsys freezer [ 0.026447] Initializing cgroup subsys blkio [ 0.027617] Initializing cgroup subsys perf_event [ 0.028008] Initializing cgroup subsys hugetlb [ 0.029341] FEATURE SPEC_CTRL Not Present [ 0.032242] mce: CPU supports 10 MCE banks [ 0.033431] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.033431] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.036012] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.037636] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.039626] Speculative Store Bypass: Vulnerable [ 0.040530] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.047548] ACPI: Core revision 20131115 [ 0.048558] ACPI: All ACPI Tables successfully acquired [ 0.050182] ftrace: allocating 28746 entries in 113 pages [ 0.072260] smpboot: Max logical packages: 2 [ 0.073437] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.076003] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.077922] Enabling x2apic [ 0.078794] Enabled x2apic [ 0.080007] Switched APIC routing to physical x2apic. [ 0.082662] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.084002] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.086810] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.093709] KVM setup paravirtual spinlock [ 0.096945] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.098882] x86: Booting SMP configuration: [ 0.100004] .... node #0, CPUs: #1[ 0.096890] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.116018] x86: Booted up 1 node, 2 CPUs [ 0.116012] KVM setup async PF for cpu 1 [ 0.116014] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.119784] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.120415] devtmpfs: initialized [ 0.122342] EVM: security.selinux [ 0.123327] EVM: security.SMACK64 [ 0.124005] EVM: security.ima [ 0.124920] EVM: security.capability [ 0.125993] pinctrl core: initialized pinctrl subsystem [ 0.128055] regulator-dummy: no parameters [ 0.129295] RTC time: 20:27:11, date: 08/15/18 [ 0.130557] NET: Registered protocol family 16 [ 0.131899] cpuidle: using governor ladder [ 0.132004] cpuidle: using governor menu [ 0.133165] ACPI: bus type PCI registered [ 0.134284] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.136028] PCI: Using configuration type 1 for base access [ 0.138118] bio: create slab at 0 [ 0.138118] ACPI: Added _OSI(Module Device) [ 0.140003] ACPI: Added _OSI(Processor Device) [ 0.141216] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.142474] ACPI: Added _OSI(Processor Aggregator Device) [ 0.145233] ACPI: Interpreter enabled [ 0.146296] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.148738] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.151321] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.153680] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.156006] ACPI: (supports S0 S5) [ 0.160003] ACPI: Using IOAPIC for interrupt routing [ 0.161334] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.163905] ACPI: No dock devices found. [ 0.165995] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.167577] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.168007] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.169678] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.172206] acpiphp: Slot [3] registered [ 0.173325] acpiphp: Slot [4] registered [ 0.174455] acpiphp: Slot [5] registered [ 0.175572] acpiphp: Slot [6] registered [ 0.176023] acpiphp: Slot [7] registered [ 0.177135] acpiphp: Slot [8] registered [ 0.178239] acpiphp: Slot [9] registered [ 0.179358] acpiphp: Slot [10] registered [ 0.180020] acpiphp: Slot [11] registered [ 0.181150] acpiphp: Slot [12] registered [ 0.182281] acpiphp: Slot [13] registered [ 0.183421] acpiphp: Slot [14] registered [ 0.184020] acpiphp: Slot [15] registered [ 0.185164] acpiphp: Slot [16] registered [ 0.186386] acpiphp: Slot [17] registered [ 0.187513] acpiphp: Slot [18] registered [ 0.188027] acpiphp: Slot [19] registered [ 0.189175] acpiphp: Slot [20] registered [ 0.190316] acpiphp: Slot [21] registered [ 0.191456] acpiphp: Slot [22] registered [ 0.192020] acpiphp: Slot [23] registered [ 0.193169] acpiphp: Slot [24] registered [ 0.194300] acpiphp: Slot [25] registered [ 0.195430] acpiphp: Slot [26] registered [ 0.196020] acpiphp: Slot [27] registered [ 0.197157] acpiphp: Slot [28] registered [ 0.198282] acpiphp: Slot [29] registered [ 0.199419] acpiphp: Slot [30] registered [ 0.200028] acpiphp: Slot [31] registered [ 0.201153] PCI host bridge to bus 0000:00 [ 0.202283] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.203706] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.204004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.205569] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.207254] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.208003] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.215404] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.216014] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.242589] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.244564] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.246554] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.248537] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.250602] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.252221] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.253996] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.253996] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.256004] vgaarb: loaded [ 0.256851] vgaarb: bridge control possible 0000:00:02.0 [ 0.258504] SCSI subsystem initialized [ 0.259740] ACPI: bus type USB registered [ 0.260031] usbcore: registered new interface driver usbfs [ 0.261464] usbcore: registered new interface driver hub [ 0.262890] usbcore: registered new device driver usb [ 0.264117] PCI: Using ACPI for IRQ routing [ 0.265563] NetLabel: Initializing [ 0.266574] NetLabel: domain hash size = 128 [ 0.267767] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.268065] NetLabel: unlabeled traffic allowed by default [ 0.269514] Switched to clocksource kvm-clock [ 0.277200] AppArmor: AppArmor Filesystem Enabled [ 0.278522] pnp: PnP ACPI init [ 0.279459] ACPI: bus type PNP registered [ 0.281044] pnp: PnP ACPI: found 8 devices [ 0.282190] ACPI: bus type PNP unregistered [ 0.289689] NET: Registered protocol family 2 [ 0.291177] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.293302] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.295192] TCP: Hash tables configured (established 16384 bind 16384) [ 0.296969] TCP: reno registered [ 0.297924] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.299471] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.301196] NET: Registered protocol family 1 [ 0.302418] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.303943] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.305436] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.327969] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.350648] Trying to unpack rootfs image as initramfs... [ 0.453190] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.455495] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.457011] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.459050] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.462092] Scanning for low memory corruption every 60 seconds [ 0.464447] Initialise system trusted keyring [ 0.466051] audit: initializing netlink socket (disabled) [ 0.467885] type=2000 audit(1534364831.701:1): initialized [ 0.488781] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.491863] zbud: loaded [ 0.493140] VFS: Disk quotas dquot_6.5.2 [ 0.494642] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.497221] fuse init (API version 7.22) [ 0.498734] msgmni has been set to 3997 [ 0.500194] Key type big_key registered [ 0.502033] Key type asymmetric registered [ 0.503545] Asymmetric key parser 'x509' registered [ 0.505292] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.507915] io scheduler noop registered [ 0.509356] io scheduler deadline registered (default) [ 0.511093] io scheduler cfq registered [ 0.512565] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.514479] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.516729] ipmi message handler version 39.2 [ 0.518350] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.520935] ACPI: Power Button [PWRF] [ 0.522390] GHES: HEST is not enabled! [ 0.544858] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.590233] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.613936] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.616443] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.641284] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.644836] Linux agpgart interface v0.103 [ 0.647364] brd: module loaded [ 0.649078] loop: module loaded [ 0.650657] blk-mq: CPU -> queue map [ 0.652017] CPU 0 -> Queue 0 [ 0.653198] CPU 1 -> Queue 0 [ 0.655193] vda: vda1 [ 0.656705] scsi0 : ata_piix [ 0.657713] scsi1 : ata_piix [ 0.658633] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.660320] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.662209] libphy: Fixed MDIO Bus: probed [ 0.663440] tun: Universal TUN/TAP device driver, 1.6 [ 0.664793] tun: (C) 1999-2004 Max Krasnyansky [ 0.668050] PPP generic driver version 2.4.2 [ 0.669265] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.670858] ehci-pci: EHCI PCI platform driver [ 0.672049] ehci-platform: EHCI generic platform driver [ 0.673391] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.674937] ohci-pci: OHCI PCI platform driver [ 0.676141] ohci-platform: OHCI generic platform driver [ 0.677500] uhci_hcd: USB Universal Host Controller Interface driver [ 0.699950] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.701312] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.703371] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.704944] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.706610] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.708547] usb usb1: Product: UHCI Host Controller [ 0.709815] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd [ 0.711390] usb usb1: SerialNumber: 0000:00:01.2 [ 0.712688] hub 1-0:1.0: USB hub found [ 0.713768] hub 1-0:1.0: 2 ports detected [ 0.715006] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.717825] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.719119] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.720560] mousedev: PS/2 mouse device common for all mice [ 0.722256] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.724616] rtc_cmos 00:00: RTC can wake from S4 [ 0.726169] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.727788] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.729474] device-mapper: uevent: version 1.0.3 [ 0.730785] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.733032] ledtrig-cpu: registered to indicate activity on CPUs [ 0.734637] TCP: cubic registered [ 0.735699] NET: Registered protocol family 10 [ 0.737225] NET: Registered protocol family 17 [ 0.738446] Key type dns_resolver registered [ 0.739802] Loading compiled-in X.509 certificates [ 0.741621] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b' [ 0.751227] registered taskstats version 1 [ 0.754184] Key type trusted registered [ 0.757971] Key type encrypted registered [ 0.759092] AppArmor: AppArmor sha1 policy hashing enabled [ 0.760498] IMA: No TPM chip found, activating TPM-bypass! [ 0.762459] regulator-dummy: disabling [ 0.763597] Magic number: 14:188:498 [ 0.764794] rtc_cmos 00:00: setting system clock to 2018-08-15 20:27:12 UTC (1534364832) [ 0.767033] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.768557] EDD information not available. [ 0.817412] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.819593] Write protecting the kernel read-only data: 12288k [ 0.821720] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000) [ 0.825115] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000) Loading, please wait... [ 0.838303] systemd-udevd[107]: starting version 204 [ 0.880864] FDC 0 is a S82078B [ 1.024046] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.188789] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.190538] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.192360] usb 1-1: Product: QEMU USB Tablet [ 1.193588] usb 1-1: Manufacturer: QEMU [ 1.194687] usb 1-1: SerialNumber: 42 [ 1.452077] tsc: Refined TSC clocksource calibration: 3491.871 MHz [ 1.893036] 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.236554] 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.534411] random: init urandom read with 10 bits of entropy available [ 2.652842] 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 Wed, 15 Aug 2018 20:27:14 +0000. Up 3.17 seconds. cloud-init-nonet[3.34]: 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 Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[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 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 configure network device[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[4.46]: 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 Wed, 15 Aug 2018 20:27:16 +0000. Up 4.71 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:27:5d:15 | ci-info: | eth0 | True | 192.168.0.10 | 255.255.255.0 | fa:16:3e:64:be:e5 | 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 2018-08-15 20:28:31,972 - functest.core.singlevm - DEBUG - try 6: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-15 20:28:41,983 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:28:41,986 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" 2018-08-15 20:28:42,305 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:28:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6e8b6b3b-dcf0-4502-9ace-42009cbfe9da x-compute-request-id: req-6e8b6b3b-dcf0-4502-9ace-42009cbfe9da Content-Encoding: gzip Content-Length: 1508 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:64:be:e5", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:64:be:e5", "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:27:5d:15", "version": 4, "addr": "192.168.1.2", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:27:5d:15", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/862ca86b-06ec-4d59-ae70-d91b3227a810", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/862ca86b-06ec-4d59-ae70-d91b3227a810", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:27:10.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "862ca86b-06ec-4d59-ae70-d91b3227a810", "security_groups": [{"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:27:10Z", "hostId": "019940e19a7b1ae7bcf66d3fa083c7498a80fd0bd54c47880af1a37a", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "homer-0.clearwater.opnfv", "created": "2018-08-15T20:26:30Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:40:77:5b", "version": 4, "addr": "192.168.0.18", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:40:77:5b", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d1:da:9d", "version": 4, "addr": "192.168.1.29", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d1:da:9d", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e6950a11-a5a7-4554-9dbb-df77b86ba400", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e6950a11-a5a7-4554-9dbb-df77b86ba400", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:27:22.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "e6950a11-a5a7-4554-9dbb-df77b86ba400", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:27:22Z", "hostId": "b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "bono-0.clearwater.opnfv", "created": "2018-08-15T20:26:30Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:51:74", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:51:74", "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:66:5e:3a", "version": 4, "addr": "192.168.1.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/ffc54980-6efe-4637-8bb5-39036958536d", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/ffc54980-6efe-4637-8bb5-39036958536d", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:27:20.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "ffc54980-6efe-4637-8bb5-39036958536d", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-mgmt"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:27:20Z", "hostId": "b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "dime-0.clearwater.opnfv", "created": "2018-08-15T20:26:30Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:a0:d6:2a", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:d6:2a", "version": 4, "addr": "172.30.9.213", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:0c:21", "version": 4, "addr": "192.168.1.21", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/59e09722-d046-47e2-8d46-98d35b577bb4", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/59e09722-d046-47e2-8d46-98d35b577bb4", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:27:18.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "59e09722-d046-47e2-8d46-98d35b577bb4", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:27:18Z", "hostId": "b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-15T20:26:29Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:67:a8:44", "version": 4, "addr": "192.168.0.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:67:a8:44", "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:5b:b2:38", "version": 4, "addr": "192.168.1.3", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/a76c441e-39fd-4d5f-93ae-d1b09ddfc9da", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/a76c441e-39fd-4d5f-93ae-d1b09ddfc9da", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:27:12.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "a76c441e-39fd-4d5f-93ae-d1b09ddfc9da", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:27:12Z", "hostId": "b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-15T20:26:29Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:9f:75:cc", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:75:cc", "version": 4, "addr": "172.30.9.217", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e0dd32cc-fa1d-4798-8b82-04894a6f8bfa", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e0dd32cc-fa1d-4798-8b82-04894a6f8bfa", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:26:06.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "e0dd32cc-fa1d-4798-8b82-04894a6f8bfa", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:26:06Z", "hostId": "019940e19a7b1ae7bcf66d3fa083c7498a80fd0bd54c47880af1a37a", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-15T20:24:22Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:e5:cc:ec", "version": 4, "addr": "192.168.0.2", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e5:cc:ec", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:01:52:92", "version": 4, "addr": "192.168.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/99cb71c2-331c-48dd-b548-d074f602efeb", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/99cb71c2-331c-48dd-b548-d074f602efeb", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:24:12.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "99cb71c2-331c-48dd-b548-d074f602efeb", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:24:12Z", "hostId": "b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "ns.clearwater.opnfv", "created": "2018-08-15T20:22:28Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:28:42,305 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-6e8b6b3b-dcf0-4502-9ace-42009cbfe9da 2018-08-15 20:28:42,306 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.322816133499s 2018-08-15 20:28:42,306 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-6e8b6b3b-dcf0-4502-9ace-42009cbfe9da 2018-08-15 20:28:42,313 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-15 20:28:42,316 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/862ca86b-06ec-4d59-ae70-d91b3227a810/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}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-15 20:28:42,438 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:28:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c04200a2-2cb5-4f27-89c5-fda2cd10c0ca x-compute-request-id: req-c04200a2-2cb5-4f27-89c5-fda2cd10c0ca Content-Encoding: gzip Content-Length: 9655 Content-Type: application/json RESP BODY: {"output": "[ 0.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-155-generic (buildd@lgw01-amd64-033) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #205-Ubuntu SMP Fri Aug 10 15:53:26 UTC 2018 (Ubuntu 3.13.0-155.205-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-155-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-155-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: 2039688K/2096616K available (7492K kernel code, 1163K rwdata, 3440K rodata, 1368K init, 1448K bss, 56928K 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.008106] Security Framework initialized\n[ 0.009336] AppArmor: AppArmor initialized\n[ 0.010475] Yama: becoming mindful.\n[ 0.012250] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.016383] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.019035] 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.022252] Initializing cgroup subsys memory\n[ 0.024027] Initializing cgroup subsys devices\n[ 0.025236] Initializing cgroup subsys freezer\n[ 0.026447] Initializing cgroup subsys blkio\n[ 0.027617] Initializing cgroup subsys perf_event\n[ 0.028008] Initializing cgroup subsys hugetlb\n[ 0.029341] FEATURE SPEC_CTRL Not Present\n[ 0.032242] mce: CPU supports 10 MCE banks\n[ 0.033431] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.033431] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.036012] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.037636] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.039626] Speculative Store Bypass: Vulnerable\n[ 0.040530] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.047548] ACPI: Core revision 20131115\n[ 0.048558] ACPI: All ACPI Tables successfully acquired\n[ 0.050182] ftrace: allocating 28746 entries in 113 pages\n[ 0.072260] smpboot: Max logical packages: 2\n[ 0.073437] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.076003] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.077922] Enabling x2apic\n[ 0.078794] Enabled x2apic\n[ 0.080007] Switched APIC routing to physical x2apic.\n[ 0.082662] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.084002] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.086810] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.093709] KVM setup paravirtual spinlock\n[ 0.096945] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.098882] x86: Booting SMP configuration:\n[ 0.100004] .... node #0, CPUs: #1[ 0.096890] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.116018] x86: Booted up 1 node, 2 CPUs\n[ 0.116012] KVM setup async PF for cpu 1\n[ 0.116014] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.119784] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.120415] devtmpfs: initialized\n[ 0.122342] EVM: security.selinux\n[ 0.123327] EVM: security.SMACK64\n[ 0.124005] EVM: security.ima\n[ 0.124920] EVM: security.capability\n[ 0.125993] pinctrl core: initialized pinctrl subsystem\n[ 0.128055] regulator-dummy: no parameters\n[ 0.129295] RTC time: 20:27:11, date: 08/15/18\n[ 0.130557] NET: Registered protocol family 16\n[ 0.131899] cpuidle: using governor ladder\n[ 0.132004] cpuidle: using governor menu\n[ 0.133165] ACPI: bus type PCI registered\n[ 0.134284] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.136028] PCI: Using configuration type 1 for base access\n[ 0.138118] bio: create slab at 0\n[ 0.138118] ACPI: Added _OSI(Module Device)\n[ 0.140003] ACPI: Added _OSI(Processor Device)\n[ 0.141216] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.142474] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.145233] ACPI: Interpreter enabled\n[ 0.146296] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.148738] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.151321] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.153680] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.156006] ACPI: (supports S0 S5)\n[ 0.160003] ACPI: Using IOAPIC for interrupt routing\n[ 0.161334] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.163905] ACPI: No dock devices found.\n[ 0.165995] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.167577] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.168007] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.169678] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.172206] acpiphp: Slot [3] registered\n[ 0.173325] acpiphp: Slot [4] registered\n[ 0.174455] acpiphp: Slot [5] registered\n[ 0.175572] acpiphp: Slot [6] registered\n[ 0.176023] acpiphp: Slot [7] registered\n[ 0.177135] acpiphp: Slot [8] registered\n[ 0.178239] acpiphp: Slot [9] registered\n[ 0.179358] acpiphp: Slot [10] registered\n[ 0.180020] acpiphp: Slot [11] registered\n[ 0.181150] acpiphp: Slot [12] registered\n[ 0.182281] acpiphp: Slot [13] registered\n[ 0.183421] acpiphp: Slot [14] registered\n[ 0.184020] acpiphp: Slot [15] registered\n[ 0.185164] acpiphp: Slot [16] registered\n[ 0.186386] acpiphp: Slot [17] registered\n[ 0.187513] acpiphp: Slot [18] registered\n[ 0.188027] acpiphp: Slot [19] registered\n[ 0.189175] acpiphp: Slot [20] registered\n[ 0.190316] acpiphp: Slot [21] registered\n[ 0.191456] acpiphp: Slot [22] registered\n[ 0.192020] acpiphp: Slot [23] registered\n[ 0.193169] acpiphp: Slot [24] registered\n[ 0.194300] acpiphp: Slot [25] registered\n[ 0.195430] acpiphp: Slot [26] registered\n[ 0.196020] acpiphp: Slot [27] registered\n[ 0.197157] acpiphp: Slot [28] registered\n[ 0.198282] acpiphp: Slot [29] registered\n[ 0.199419] acpiphp: Slot [30] registered\n[ 0.200028] acpiphp: Slot [31] registered\n[ 0.201153] PCI host bridge to bus 0000:00\n[ 0.202283] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.203706] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.204004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.205569] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.207254] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.208003] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.215404] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.216014] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.242589] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.244564] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.246554] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.248537] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.250602] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.252221] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.253996] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.253996] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.256004] vgaarb: loaded\n[ 0.256851] vgaarb: bridge control possible 0000:00:02.0\n[ 0.258504] SCSI subsystem initialized\n[ 0.259740] ACPI: bus type USB registered\n[ 0.260031] usbcore: registered new interface driver usbfs\n[ 0.261464] usbcore: registered new interface driver hub\n[ 0.262890] usbcore: registered new device driver usb\n[ 0.264117] PCI: Using ACPI for IRQ routing\n[ 0.265563] NetLabel: Initializing\n[ 0.266574] NetLabel: domain hash size = 128\n[ 0.267767] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.268065] NetLabel: unlabeled traffic allowed by default\n[ 0.269514] Switched to clocksource kvm-clock\n[ 0.277200] AppArmor: AppArmor Filesystem Enabled\n[ 0.278522] pnp: PnP ACPI init\n[ 0.279459] ACPI: bus type PNP registered\n[ 0.281044] pnp: PnP ACPI: found 8 devices\n[ 0.282190] ACPI: bus type PNP unregistered\n[ 0.289689] NET: Registered protocol family 2\n[ 0.291177] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.293302] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.295192] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.296969] TCP: reno registered\n[ 0.297924] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.299471] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.301196] NET: Registered protocol family 1\n[ 0.302418] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.303943] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.305436] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.327969] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.350648] Trying to unpack rootfs image as initramfs...\n[ 0.453190] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.455495] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.457011] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.459050] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.462092] Scanning for low memory corruption every 60 seconds\n[ 0.464447] Initialise system trusted keyring\n[ 0.466051] audit: initializing netlink socket (disabled)\n[ 0.467885] type=2000 audit(1534364831.701:1): initialized\n[ 0.488781] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.491863] zbud: loaded\n[ 0.493140] VFS: Disk quotas dquot_6.5.2\n[ 0.494642] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.497221] fuse init (API version 7.22)\n[ 0.498734] msgmni has been set to 3997\n[ 0.500194] Key type big_key registered\n[ 0.502033] Key type asymmetric registered\n[ 0.503545] Asymmetric key parser 'x509' registered\n[ 0.505292] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.507915] io scheduler noop registered\n[ 0.509356] io scheduler deadline registered (default)\n[ 0.511093] io scheduler cfq registered\n[ 0.512565] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.514479] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516729] ipmi message handler version 39.2\n[ 0.518350] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.520935] ACPI: Power Button [PWRF]\n[ 0.522390] GHES: HEST is not enabled!\n[ 0.544858] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.590233] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.613936] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.616443] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.641284] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.644836] Linux agpgart interface v0.103\n[ 0.647364] brd: module loaded\n[ 0.649078] loop: module loaded\n[ 0.650657] blk-mq: CPU -> queue map\n[ 0.652017] CPU 0 -> Queue 0\n[ 0.653198] CPU 1 -> Queue 0\n[ 0.655193] vda: vda1\n[ 0.656705] scsi0 : ata_piix\n[ 0.657713] scsi1 : ata_piix\n[ 0.658633] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.660320] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.662209] libphy: Fixed MDIO Bus: probed\n[ 0.663440] tun: Universal TUN/TAP device driver, 1.6\n[ 0.664793] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.668050] PPP generic driver version 2.4.2\n[ 0.669265] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.670858] ehci-pci: EHCI PCI platform driver\n[ 0.672049] ehci-platform: EHCI generic platform driver\n[ 0.673391] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.674937] ohci-pci: OHCI PCI platform driver\n[ 0.676141] ohci-platform: OHCI generic platform driver\n[ 0.677500] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.699950] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.701312] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.703371] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.704944] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.706610] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.708547] usb usb1: Product: UHCI Host Controller\n[ 0.709815] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd\n[ 0.711390] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.712688] hub 1-0:1.0: USB hub found\n[ 0.713768] hub 1-0:1.0: 2 ports detected\n[ 0.715006] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.717825] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.719119] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.720560] mousedev: PS/2 mouse device common for all mice\n[ 0.722256] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.724616] rtc_cmos 00:00: RTC can wake from S4\n[ 0.726169] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.727788] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.729474] device-mapper: uevent: version 1.0.3\n[ 0.730785] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.733032] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.734637] TCP: cubic registered\n[ 0.735699] NET: Registered protocol family 10\n[ 0.737225] NET: Registered protocol family 17\n[ 0.738446] Key type dns_resolver registered\n[ 0.739802] Loading compiled-in X.509 certificates\n[ 0.741621] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b'\n[ 0.751227] registered taskstats version 1\n[ 0.754184] Key type trusted registered\n[ 0.757971] Key type encrypted registered\n[ 0.759092] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.760498] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.762459] regulator-dummy: disabling\n[ 0.763597] Magic number: 14:188:498\n[ 0.764794] rtc_cmos 00:00: setting system clock to 2018-08-15 20:27:12 UTC (1534364832)\n[ 0.767033] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.768557] EDD information not available.\n[ 0.817412] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.819593] Write protecting the kernel read-only data: 12288k\n[ 0.821720] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000)\n[ 0.825115] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000)\nLoading, please wait...\n[ 0.838303] systemd-udevd[107]: starting version 204\n[ 0.880864] FDC 0 is a S82078B\n[ 1.024046] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.188789] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.190538] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.192360] usb 1-1: Product: QEMU USB Tablet\n[ 1.193588] usb 1-1: Manufacturer: QEMU\n[ 1.194687] usb 1-1: SerialNumber: 42\n[ 1.452077] tsc: Refined TSC clocksource calibration: 3491.871 MHz\n[ 1.893036] 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.236554] 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.534411] random: init urandom read with 10 bits of entropy available\n[ 2.652842] 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 Wed, 15 Aug 2018 20:27:14 +0000. Up 3.17 seconds.\ncloud-init-nonet[3.34]: 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 Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[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 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 configure network device[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[4.46]: 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 Wed, 15 Aug 2018 20:27:16 +0000. Up 4.71 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:27:5d:15 |\nci-info: | eth0 | True | 192.168.0.10 | 255.255.255.0 | fa:16:3e:64:be:e5 |\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:\nb9:a8:5a:f7:52:2f:b6:57:37:93:46:52:71:37:e2:0b root@homer-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| ..oo|\n| . o.o|\n| E o |\n| . o o |\n| S + . |\n| ... . * |\n| . o... . o o |\n| . o..o o |\n| ... oo+ |\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:\n68:2f:42:6b:a2:79:09:cb:ea:ee:2e:54:ee:9c:65:d2 root@homer-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| |\n| |\n| |\n| . . |\n| o o o S |\n|.. + E . |\n|oo+.O . . |\n|o+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:\n36:3a:40:d4:de:8a:4c:57:31:ba:df:da:6d:25:4b:ea root@homer-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| .. o. |\n| . .... |\n| ...o |\n| .. o.. |\n| o.o..S |\n| o..+ o o . |\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:\n4d:f1:20:da:01:74:a6:fe:cd:da:9a:4e:d2:45:dd:22 root@homer-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| .o.= o |\n| * o = . |\n| o . E + . |\n| . + . . |\n| . S o |\n| o + |\n| . + o |\n| o + |\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 * 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 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 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 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: "} 2018-08-15 20:28:42,439 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/862ca86b-06ec-4d59-ae70-d91b3227a810/action used request id req-c04200a2-2cb5-4f27-89c5-fda2cd10c0ca 2018-08-15 20:28:42,439 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.125540018082s 2018-08-15 20:28:42,440 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/862ca86b-06ec-4d59-ae70-d91b3227a810/action used request id req-c04200a2-2cb5-4f27-89c5-fda2cd10c0ca 2018-08-15 20:28:42,440 - 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-155-generic (buildd@lgw01-amd64-033) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #205-Ubuntu SMP Fri Aug 10 15:53:26 UTC 2018 (Ubuntu 3.13.0-155.205-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-155-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-155-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: 2039688K/2096616K available (7492K kernel code, 1163K rwdata, 3440K rodata, 1368K init, 1448K bss, 56928K 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.008106] Security Framework initialized [ 0.009336] AppArmor: AppArmor initialized [ 0.010475] Yama: becoming mindful. [ 0.012250] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.016383] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.019035] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.020005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.022252] Initializing cgroup subsys memory [ 0.024027] Initializing cgroup subsys devices [ 0.025236] Initializing cgroup subsys freezer [ 0.026447] Initializing cgroup subsys blkio [ 0.027617] Initializing cgroup subsys perf_event [ 0.028008] Initializing cgroup subsys hugetlb [ 0.029341] FEATURE SPEC_CTRL Not Present [ 0.032242] mce: CPU supports 10 MCE banks [ 0.033431] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.033431] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.036012] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.037636] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.039626] Speculative Store Bypass: Vulnerable [ 0.040530] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.047548] ACPI: Core revision 20131115 [ 0.048558] ACPI: All ACPI Tables successfully acquired [ 0.050182] ftrace: allocating 28746 entries in 113 pages [ 0.072260] smpboot: Max logical packages: 2 [ 0.073437] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.076003] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.077922] Enabling x2apic [ 0.078794] Enabled x2apic [ 0.080007] Switched APIC routing to physical x2apic. [ 0.082662] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.084002] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.086810] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.093709] KVM setup paravirtual spinlock [ 0.096945] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.098882] x86: Booting SMP configuration: [ 0.100004] .... node #0, CPUs: #1[ 0.096890] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.116018] x86: Booted up 1 node, 2 CPUs [ 0.116012] KVM setup async PF for cpu 1 [ 0.116014] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.119784] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.120415] devtmpfs: initialized [ 0.122342] EVM: security.selinux [ 0.123327] EVM: security.SMACK64 [ 0.124005] EVM: security.ima [ 0.124920] EVM: security.capability [ 0.125993] pinctrl core: initialized pinctrl subsystem [ 0.128055] regulator-dummy: no parameters [ 0.129295] RTC time: 20:27:11, date: 08/15/18 [ 0.130557] NET: Registered protocol family 16 [ 0.131899] cpuidle: using governor ladder [ 0.132004] cpuidle: using governor menu [ 0.133165] ACPI: bus type PCI registered [ 0.134284] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.136028] PCI: Using configuration type 1 for base access [ 0.138118] bio: create slab at 0 [ 0.138118] ACPI: Added _OSI(Module Device) [ 0.140003] ACPI: Added _OSI(Processor Device) [ 0.141216] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.142474] ACPI: Added _OSI(Processor Aggregator Device) [ 0.145233] ACPI: Interpreter enabled [ 0.146296] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.148738] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.151321] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.153680] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.156006] ACPI: (supports S0 S5) [ 0.160003] ACPI: Using IOAPIC for interrupt routing [ 0.161334] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.163905] ACPI: No dock devices found. [ 0.165995] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.167577] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.168007] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.169678] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.172206] acpiphp: Slot [3] registered [ 0.173325] acpiphp: Slot [4] registered [ 0.174455] acpiphp: Slot [5] registered [ 0.175572] acpiphp: Slot [6] registered [ 0.176023] acpiphp: Slot [7] registered [ 0.177135] acpiphp: Slot [8] registered [ 0.178239] acpiphp: Slot [9] registered [ 0.179358] acpiphp: Slot [10] registered [ 0.180020] acpiphp: Slot [11] registered [ 0.181150] acpiphp: Slot [12] registered [ 0.182281] acpiphp: Slot [13] registered [ 0.183421] acpiphp: Slot [14] registered [ 0.184020] acpiphp: Slot [15] registered [ 0.185164] acpiphp: Slot [16] registered [ 0.186386] acpiphp: Slot [17] registered [ 0.187513] acpiphp: Slot [18] registered [ 0.188027] acpiphp: Slot [19] registered [ 0.189175] acpiphp: Slot [20] registered [ 0.190316] acpiphp: Slot [21] registered [ 0.191456] acpiphp: Slot [22] registered [ 0.192020] acpiphp: Slot [23] registered [ 0.193169] acpiphp: Slot [24] registered [ 0.194300] acpiphp: Slot [25] registered [ 0.195430] acpiphp: Slot [26] registered [ 0.196020] acpiphp: Slot [27] registered [ 0.197157] acpiphp: Slot [28] registered [ 0.198282] acpiphp: Slot [29] registered [ 0.199419] acpiphp: Slot [30] registered [ 0.200028] acpiphp: Slot [31] registered [ 0.201153] PCI host bridge to bus 0000:00 [ 0.202283] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.203706] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.204004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.205569] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.207254] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.208003] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.215404] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.216014] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.242589] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.244564] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.246554] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.248537] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.250602] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.252221] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.253996] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.253996] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.256004] vgaarb: loaded [ 0.256851] vgaarb: bridge control possible 0000:00:02.0 [ 0.258504] SCSI subsystem initialized [ 0.259740] ACPI: bus type USB registered [ 0.260031] usbcore: registered new interface driver usbfs [ 0.261464] usbcore: registered new interface driver hub [ 0.262890] usbcore: registered new device driver usb [ 0.264117] PCI: Using ACPI for IRQ routing [ 0.265563] NetLabel: Initializing [ 0.266574] NetLabel: domain hash size = 128 [ 0.267767] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.268065] NetLabel: unlabeled traffic allowed by default [ 0.269514] Switched to clocksource kvm-clock [ 0.277200] AppArmor: AppArmor Filesystem Enabled [ 0.278522] pnp: PnP ACPI init [ 0.279459] ACPI: bus type PNP registered [ 0.281044] pnp: PnP ACPI: found 8 devices [ 0.282190] ACPI: bus type PNP unregistered [ 0.289689] NET: Registered protocol family 2 [ 0.291177] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.293302] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.295192] TCP: Hash tables configured (established 16384 bind 16384) [ 0.296969] TCP: reno registered [ 0.297924] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.299471] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.301196] NET: Registered protocol family 1 [ 0.302418] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.303943] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.305436] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.327969] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.350648] Trying to unpack rootfs image as initramfs... [ 0.453190] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.455495] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.457011] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.459050] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.462092] Scanning for low memory corruption every 60 seconds [ 0.464447] Initialise system trusted keyring [ 0.466051] audit: initializing netlink socket (disabled) [ 0.467885] type=2000 audit(1534364831.701:1): initialized [ 0.488781] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.491863] zbud: loaded [ 0.493140] VFS: Disk quotas dquot_6.5.2 [ 0.494642] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.497221] fuse init (API version 7.22) [ 0.498734] msgmni has been set to 3997 [ 0.500194] Key type big_key registered [ 0.502033] Key type asymmetric registered [ 0.503545] Asymmetric key parser 'x509' registered [ 0.505292] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.507915] io scheduler noop registered [ 0.509356] io scheduler deadline registered (default) [ 0.511093] io scheduler cfq registered [ 0.512565] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.514479] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.516729] ipmi message handler version 39.2 [ 0.518350] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.520935] ACPI: Power Button [PWRF] [ 0.522390] GHES: HEST is not enabled! [ 0.544858] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.590233] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.613936] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.616443] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.641284] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.644836] Linux agpgart interface v0.103 [ 0.647364] brd: module loaded [ 0.649078] loop: module loaded [ 0.650657] blk-mq: CPU -> queue map [ 0.652017] CPU 0 -> Queue 0 [ 0.653198] CPU 1 -> Queue 0 [ 0.655193] vda: vda1 [ 0.656705] scsi0 : ata_piix [ 0.657713] scsi1 : ata_piix [ 0.658633] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.660320] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.662209] libphy: Fixed MDIO Bus: probed [ 0.663440] tun: Universal TUN/TAP device driver, 1.6 [ 0.664793] tun: (C) 1999-2004 Max Krasnyansky [ 0.668050] PPP generic driver version 2.4.2 [ 0.669265] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.670858] ehci-pci: EHCI PCI platform driver [ 0.672049] ehci-platform: EHCI generic platform driver [ 0.673391] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.674937] ohci-pci: OHCI PCI platform driver [ 0.676141] ohci-platform: OHCI generic platform driver [ 0.677500] uhci_hcd: USB Universal Host Controller Interface driver [ 0.699950] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.701312] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.703371] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.704944] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.706610] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.708547] usb usb1: Product: UHCI Host Controller [ 0.709815] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd [ 0.711390] usb usb1: SerialNumber: 0000:00:01.2 [ 0.712688] hub 1-0:1.0: USB hub found [ 0.713768] hub 1-0:1.0: 2 ports detected [ 0.715006] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.717825] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.719119] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.720560] mousedev: PS/2 mouse device common for all mice [ 0.722256] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.724616] rtc_cmos 00:00: RTC can wake from S4 [ 0.726169] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.727788] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.729474] device-mapper: uevent: version 1.0.3 [ 0.730785] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.733032] ledtrig-cpu: registered to indicate activity on CPUs [ 0.734637] TCP: cubic registered [ 0.735699] NET: Registered protocol family 10 [ 0.737225] NET: Registered protocol family 17 [ 0.738446] Key type dns_resolver registered [ 0.739802] Loading compiled-in X.509 certificates [ 0.741621] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b' [ 0.751227] registered taskstats version 1 [ 0.754184] Key type trusted registered [ 0.757971] Key type encrypted registered [ 0.759092] AppArmor: AppArmor sha1 policy hashing enabled [ 0.760498] IMA: No TPM chip found, activating TPM-bypass! [ 0.762459] regulator-dummy: disabling [ 0.763597] Magic number: 14:188:498 [ 0.764794] rtc_cmos 00:00: setting system clock to 2018-08-15 20:27:12 UTC (1534364832) [ 0.767033] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.768557] EDD information not available. [ 0.817412] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.819593] Write protecting the kernel read-only data: 12288k [ 0.821720] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000) [ 0.825115] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000) Loading, please wait... [ 0.838303] systemd-udevd[107]: starting version 204 [ 0.880864] FDC 0 is a S82078B [ 1.024046] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.188789] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.190538] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.192360] usb 1-1: Product: QEMU USB Tablet [ 1.193588] usb 1-1: Manufacturer: QEMU [ 1.194687] usb 1-1: SerialNumber: 42 [ 1.452077] tsc: Refined TSC clocksource calibration: 3491.871 MHz [ 1.893036] 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.236554] 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.534411] random: init urandom read with 10 bits of entropy available [ 2.652842] 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 Wed, 15 Aug 2018 20:27:14 +0000. Up 3.17 seconds. cloud-init-nonet[3.34]: 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 Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[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 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 configure network device[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[4.46]: 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 Wed, 15 Aug 2018 20:27:16 +0000. Up 4.71 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:27:5d:15 | ci-info: | eth0 | True | 192.168.0.10 | 255.255.255.0 | fa:16:3e:64:be:e5 | 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: b9:a8:5a:f7:52:2f:b6:57:37:93:46:52:71:37:e2:0b root@homer-0 The key's randomart image is: +--[ RSA 2048]----+ | ..oo| | . o.o| | E o | | . o o | | S + . | | ... . * | | . o... . o o | | . o..o o | | ... oo+ | +-----------------+ 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: 68:2f:42:6b:a2:79:09:cb:ea:ee:2e:54:ee:9c:65:d2 root@homer-0 The key's randomart image is: +--[ DSA 1024]----+ | | | | | | | . . | | o o o S | |.. + E . | |oo+.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: 36:3a:40:d4:de:8a:4c:57:31:ba:df:da:6d:25:4b:ea root@homer-0 The key's randomart image is: +--[ECDSA 256]---+ | .. o. | | . .... | | ...o | | .. o.. | | o.o..S | | o..+ o o . | | 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: 4d:f1:20:da:01:74:a6:fe:cd:da:9a:4e:d2:45:dd:22 root@homer-0 The key's randomart image is: +--[ED25519 256--+ | .o.= o | | * o = . | | o . E + . | | . + . . | | . S o | | o + | | . + 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 D-Bus system message bus[74G[ OK ] * Starting SystemD login management service[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 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 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: 2018-08-15 20:28:42,441 - functest.core.singlevm - DEBUG - try 7: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-15 20:28:52,452 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:28:52,455 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" 2018-08-15 20:28:53,042 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:28: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-7f2b7be8-16ca-4881-9c22-2da8acce6b9f x-compute-request-id: req-7f2b7be8-16ca-4881-9c22-2da8acce6b9f Content-Encoding: gzip Content-Length: 1508 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:64:be:e5", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:64:be:e5", "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:27:5d:15", "version": 4, "addr": "192.168.1.2", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:27:5d:15", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/862ca86b-06ec-4d59-ae70-d91b3227a810", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/862ca86b-06ec-4d59-ae70-d91b3227a810", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:27:10.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "862ca86b-06ec-4d59-ae70-d91b3227a810", "security_groups": [{"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:27:10Z", "hostId": "019940e19a7b1ae7bcf66d3fa083c7498a80fd0bd54c47880af1a37a", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "homer-0.clearwater.opnfv", "created": "2018-08-15T20:26:30Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:40:77:5b", "version": 4, "addr": "192.168.0.18", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:40:77:5b", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d1:da:9d", "version": 4, "addr": "192.168.1.29", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d1:da:9d", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e6950a11-a5a7-4554-9dbb-df77b86ba400", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e6950a11-a5a7-4554-9dbb-df77b86ba400", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:27:22.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "e6950a11-a5a7-4554-9dbb-df77b86ba400", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:27:22Z", "hostId": "b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "bono-0.clearwater.opnfv", "created": "2018-08-15T20:26:30Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:51:74", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:51:74", "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:66:5e:3a", "version": 4, "addr": "192.168.1.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/ffc54980-6efe-4637-8bb5-39036958536d", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/ffc54980-6efe-4637-8bb5-39036958536d", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:27:20.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "ffc54980-6efe-4637-8bb5-39036958536d", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-mgmt"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:27:20Z", "hostId": "b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "dime-0.clearwater.opnfv", "created": "2018-08-15T20:26:30Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:a0:d6:2a", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:d6:2a", "version": 4, "addr": "172.30.9.213", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:0c:21", "version": 4, "addr": "192.168.1.21", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/59e09722-d046-47e2-8d46-98d35b577bb4", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/59e09722-d046-47e2-8d46-98d35b577bb4", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:27:18.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "59e09722-d046-47e2-8d46-98d35b577bb4", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:27:18Z", "hostId": "b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-15T20:26:29Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:67:a8:44", "version": 4, "addr": "192.168.0.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:67:a8:44", "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:5b:b2:38", "version": 4, "addr": "192.168.1.3", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/a76c441e-39fd-4d5f-93ae-d1b09ddfc9da", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/a76c441e-39fd-4d5f-93ae-d1b09ddfc9da", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:27:12.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "a76c441e-39fd-4d5f-93ae-d1b09ddfc9da", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:27:12Z", "hostId": "b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-15T20:26:29Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:9f:75:cc", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:75:cc", "version": 4, "addr": "172.30.9.217", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e0dd32cc-fa1d-4798-8b82-04894a6f8bfa", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e0dd32cc-fa1d-4798-8b82-04894a6f8bfa", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:26:06.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "e0dd32cc-fa1d-4798-8b82-04894a6f8bfa", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:26:06Z", "hostId": "019940e19a7b1ae7bcf66d3fa083c7498a80fd0bd54c47880af1a37a", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-15T20:24:22Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:e5:cc:ec", "version": 4, "addr": "192.168.0.2", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e5:cc:ec", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:01:52:92", "version": 4, "addr": "192.168.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/99cb71c2-331c-48dd-b548-d074f602efeb", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/99cb71c2-331c-48dd-b548-d074f602efeb", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:24:12.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "99cb71c2-331c-48dd-b548-d074f602efeb", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:24:12Z", "hostId": "b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "ns.clearwater.opnfv", "created": "2018-08-15T20:22:28Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:28:53,042 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-7f2b7be8-16ca-4881-9c22-2da8acce6b9f 2018-08-15 20:28:53,042 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.590296030045s 2018-08-15 20:28:53,043 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-7f2b7be8-16ca-4881-9c22-2da8acce6b9f 2018-08-15 20:28:53,050 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-15 20:28:53,053 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/862ca86b-06ec-4d59-ae70-d91b3227a810/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}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-15 20:28:53,130 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:28:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-016dfb90-591d-443e-a33b-9f5b1f258db9 x-compute-request-id: req-016dfb90-591d-443e-a33b-9f5b1f258db9 Content-Encoding: gzip Content-Length: 9655 Content-Type: application/json RESP BODY: {"output": "[ 0.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-155-generic (buildd@lgw01-amd64-033) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #205-Ubuntu SMP Fri Aug 10 15:53:26 UTC 2018 (Ubuntu 3.13.0-155.205-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-155-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-155-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: 2039688K/2096616K available (7492K kernel code, 1163K rwdata, 3440K rodata, 1368K init, 1448K bss, 56928K 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.008106] Security Framework initialized\n[ 0.009336] AppArmor: AppArmor initialized\n[ 0.010475] Yama: becoming mindful.\n[ 0.012250] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.016383] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.019035] 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.022252] Initializing cgroup subsys memory\n[ 0.024027] Initializing cgroup subsys devices\n[ 0.025236] Initializing cgroup subsys freezer\n[ 0.026447] Initializing cgroup subsys blkio\n[ 0.027617] Initializing cgroup subsys perf_event\n[ 0.028008] Initializing cgroup subsys hugetlb\n[ 0.029341] FEATURE SPEC_CTRL Not Present\n[ 0.032242] mce: CPU supports 10 MCE banks\n[ 0.033431] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.033431] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.036012] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.037636] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.039626] Speculative Store Bypass: Vulnerable\n[ 0.040530] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.047548] ACPI: Core revision 20131115\n[ 0.048558] ACPI: All ACPI Tables successfully acquired\n[ 0.050182] ftrace: allocating 28746 entries in 113 pages\n[ 0.072260] smpboot: Max logical packages: 2\n[ 0.073437] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.076003] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.077922] Enabling x2apic\n[ 0.078794] Enabled x2apic\n[ 0.080007] Switched APIC routing to physical x2apic.\n[ 0.082662] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.084002] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.086810] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.093709] KVM setup paravirtual spinlock\n[ 0.096945] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.098882] x86: Booting SMP configuration:\n[ 0.100004] .... node #0, CPUs: #1[ 0.096890] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.116018] x86: Booted up 1 node, 2 CPUs\n[ 0.116012] KVM setup async PF for cpu 1\n[ 0.116014] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.119784] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.120415] devtmpfs: initialized\n[ 0.122342] EVM: security.selinux\n[ 0.123327] EVM: security.SMACK64\n[ 0.124005] EVM: security.ima\n[ 0.124920] EVM: security.capability\n[ 0.125993] pinctrl core: initialized pinctrl subsystem\n[ 0.128055] regulator-dummy: no parameters\n[ 0.129295] RTC time: 20:27:11, date: 08/15/18\n[ 0.130557] NET: Registered protocol family 16\n[ 0.131899] cpuidle: using governor ladder\n[ 0.132004] cpuidle: using governor menu\n[ 0.133165] ACPI: bus type PCI registered\n[ 0.134284] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.136028] PCI: Using configuration type 1 for base access\n[ 0.138118] bio: create slab at 0\n[ 0.138118] ACPI: Added _OSI(Module Device)\n[ 0.140003] ACPI: Added _OSI(Processor Device)\n[ 0.141216] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.142474] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.145233] ACPI: Interpreter enabled\n[ 0.146296] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.148738] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.151321] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.153680] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.156006] ACPI: (supports S0 S5)\n[ 0.160003] ACPI: Using IOAPIC for interrupt routing\n[ 0.161334] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.163905] ACPI: No dock devices found.\n[ 0.165995] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.167577] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.168007] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.169678] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.172206] acpiphp: Slot [3] registered\n[ 0.173325] acpiphp: Slot [4] registered\n[ 0.174455] acpiphp: Slot [5] registered\n[ 0.175572] acpiphp: Slot [6] registered\n[ 0.176023] acpiphp: Slot [7] registered\n[ 0.177135] acpiphp: Slot [8] registered\n[ 0.178239] acpiphp: Slot [9] registered\n[ 0.179358] acpiphp: Slot [10] registered\n[ 0.180020] acpiphp: Slot [11] registered\n[ 0.181150] acpiphp: Slot [12] registered\n[ 0.182281] acpiphp: Slot [13] registered\n[ 0.183421] acpiphp: Slot [14] registered\n[ 0.184020] acpiphp: Slot [15] registered\n[ 0.185164] acpiphp: Slot [16] registered\n[ 0.186386] acpiphp: Slot [17] registered\n[ 0.187513] acpiphp: Slot [18] registered\n[ 0.188027] acpiphp: Slot [19] registered\n[ 0.189175] acpiphp: Slot [20] registered\n[ 0.190316] acpiphp: Slot [21] registered\n[ 0.191456] acpiphp: Slot [22] registered\n[ 0.192020] acpiphp: Slot [23] registered\n[ 0.193169] acpiphp: Slot [24] registered\n[ 0.194300] acpiphp: Slot [25] registered\n[ 0.195430] acpiphp: Slot [26] registered\n[ 0.196020] acpiphp: Slot [27] registered\n[ 0.197157] acpiphp: Slot [28] registered\n[ 0.198282] acpiphp: Slot [29] registered\n[ 0.199419] acpiphp: Slot [30] registered\n[ 0.200028] acpiphp: Slot [31] registered\n[ 0.201153] PCI host bridge to bus 0000:00\n[ 0.202283] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.203706] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.204004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.205569] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.207254] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.208003] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.215404] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.216014] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.242589] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.244564] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.246554] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.248537] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.250602] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.252221] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.253996] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.253996] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.256004] vgaarb: loaded\n[ 0.256851] vgaarb: bridge control possible 0000:00:02.0\n[ 0.258504] SCSI subsystem initialized\n[ 0.259740] ACPI: bus type USB registered\n[ 0.260031] usbcore: registered new interface driver usbfs\n[ 0.261464] usbcore: registered new interface driver hub\n[ 0.262890] usbcore: registered new device driver usb\n[ 0.264117] PCI: Using ACPI for IRQ routing\n[ 0.265563] NetLabel: Initializing\n[ 0.266574] NetLabel: domain hash size = 128\n[ 0.267767] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.268065] NetLabel: unlabeled traffic allowed by default\n[ 0.269514] Switched to clocksource kvm-clock\n[ 0.277200] AppArmor: AppArmor Filesystem Enabled\n[ 0.278522] pnp: PnP ACPI init\n[ 0.279459] ACPI: bus type PNP registered\n[ 0.281044] pnp: PnP ACPI: found 8 devices\n[ 0.282190] ACPI: bus type PNP unregistered\n[ 0.289689] NET: Registered protocol family 2\n[ 0.291177] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.293302] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.295192] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.296969] TCP: reno registered\n[ 0.297924] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.299471] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.301196] NET: Registered protocol family 1\n[ 0.302418] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.303943] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.305436] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.327969] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.350648] Trying to unpack rootfs image as initramfs...\n[ 0.453190] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.455495] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.457011] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.459050] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.462092] Scanning for low memory corruption every 60 seconds\n[ 0.464447] Initialise system trusted keyring\n[ 0.466051] audit: initializing netlink socket (disabled)\n[ 0.467885] type=2000 audit(1534364831.701:1): initialized\n[ 0.488781] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.491863] zbud: loaded\n[ 0.493140] VFS: Disk quotas dquot_6.5.2\n[ 0.494642] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.497221] fuse init (API version 7.22)\n[ 0.498734] msgmni has been set to 3997\n[ 0.500194] Key type big_key registered\n[ 0.502033] Key type asymmetric registered\n[ 0.503545] Asymmetric key parser 'x509' registered\n[ 0.505292] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.507915] io scheduler noop registered\n[ 0.509356] io scheduler deadline registered (default)\n[ 0.511093] io scheduler cfq registered\n[ 0.512565] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.514479] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516729] ipmi message handler version 39.2\n[ 0.518350] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.520935] ACPI: Power Button [PWRF]\n[ 0.522390] GHES: HEST is not enabled!\n[ 0.544858] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.590233] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.613936] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.616443] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.641284] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.644836] Linux agpgart interface v0.103\n[ 0.647364] brd: module loaded\n[ 0.649078] loop: module loaded\n[ 0.650657] blk-mq: CPU -> queue map\n[ 0.652017] CPU 0 -> Queue 0\n[ 0.653198] CPU 1 -> Queue 0\n[ 0.655193] vda: vda1\n[ 0.656705] scsi0 : ata_piix\n[ 0.657713] scsi1 : ata_piix\n[ 0.658633] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.660320] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.662209] libphy: Fixed MDIO Bus: probed\n[ 0.663440] tun: Universal TUN/TAP device driver, 1.6\n[ 0.664793] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.668050] PPP generic driver version 2.4.2\n[ 0.669265] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.670858] ehci-pci: EHCI PCI platform driver\n[ 0.672049] ehci-platform: EHCI generic platform driver\n[ 0.673391] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.674937] ohci-pci: OHCI PCI platform driver\n[ 0.676141] ohci-platform: OHCI generic platform driver\n[ 0.677500] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.699950] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.701312] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.703371] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.704944] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.706610] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.708547] usb usb1: Product: UHCI Host Controller\n[ 0.709815] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd\n[ 0.711390] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.712688] hub 1-0:1.0: USB hub found\n[ 0.713768] hub 1-0:1.0: 2 ports detected\n[ 0.715006] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.717825] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.719119] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.720560] mousedev: PS/2 mouse device common for all mice\n[ 0.722256] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.724616] rtc_cmos 00:00: RTC can wake from S4\n[ 0.726169] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.727788] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.729474] device-mapper: uevent: version 1.0.3\n[ 0.730785] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.733032] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.734637] TCP: cubic registered\n[ 0.735699] NET: Registered protocol family 10\n[ 0.737225] NET: Registered protocol family 17\n[ 0.738446] Key type dns_resolver registered\n[ 0.739802] Loading compiled-in X.509 certificates\n[ 0.741621] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b'\n[ 0.751227] registered taskstats version 1\n[ 0.754184] Key type trusted registered\n[ 0.757971] Key type encrypted registered\n[ 0.759092] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.760498] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.762459] regulator-dummy: disabling\n[ 0.763597] Magic number: 14:188:498\n[ 0.764794] rtc_cmos 00:00: setting system clock to 2018-08-15 20:27:12 UTC (1534364832)\n[ 0.767033] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.768557] EDD information not available.\n[ 0.817412] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.819593] Write protecting the kernel read-only data: 12288k\n[ 0.821720] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000)\n[ 0.825115] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000)\nLoading, please wait...\n[ 0.838303] systemd-udevd[107]: starting version 204\n[ 0.880864] FDC 0 is a S82078B\n[ 1.024046] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.188789] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.190538] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.192360] usb 1-1: Product: QEMU USB Tablet\n[ 1.193588] usb 1-1: Manufacturer: QEMU\n[ 1.194687] usb 1-1: SerialNumber: 42\n[ 1.452077] tsc: Refined TSC clocksource calibration: 3491.871 MHz\n[ 1.893036] 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.236554] 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.534411] random: init urandom read with 10 bits of entropy available\n[ 2.652842] 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 Wed, 15 Aug 2018 20:27:14 +0000. Up 3.17 seconds.\ncloud-init-nonet[3.34]: 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 Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[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 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 configure network device[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[4.46]: 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 Wed, 15 Aug 2018 20:27:16 +0000. Up 4.71 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:27:5d:15 |\nci-info: | eth0 | True | 192.168.0.10 | 255.255.255.0 | fa:16:3e:64:be:e5 |\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:\nb9:a8:5a:f7:52:2f:b6:57:37:93:46:52:71:37:e2:0b root@homer-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| ..oo|\n| . o.o|\n| E o |\n| . o o |\n| S + . |\n| ... . * |\n| . o... . o o |\n| . o..o o |\n| ... oo+ |\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:\n68:2f:42:6b:a2:79:09:cb:ea:ee:2e:54:ee:9c:65:d2 root@homer-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| |\n| |\n| |\n| . . |\n| o o o S |\n|.. + E . |\n|oo+.O . . |\n|o+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:\n36:3a:40:d4:de:8a:4c:57:31:ba:df:da:6d:25:4b:ea root@homer-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| .. o. |\n| . .... |\n| ...o |\n| .. o.. |\n| o.o..S |\n| o..+ o o . |\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:\n4d:f1:20:da:01:74:a6:fe:cd:da:9a:4e:d2:45:dd:22 root@homer-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| .o.= o |\n| * o = . |\n| o . E + . |\n| . + . . |\n| . S o |\n| o + |\n| . + o |\n| o + |\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 * 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 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 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 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: "} 2018-08-15 20:28:53,131 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/862ca86b-06ec-4d59-ae70-d91b3227a810/action used request id req-016dfb90-591d-443e-a33b-9f5b1f258db9 2018-08-15 20:28:53,131 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0805640220642s 2018-08-15 20:28:53,132 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/862ca86b-06ec-4d59-ae70-d91b3227a810/action used request id req-016dfb90-591d-443e-a33b-9f5b1f258db9 2018-08-15 20:28:53,132 - 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-155-generic (buildd@lgw01-amd64-033) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #205-Ubuntu SMP Fri Aug 10 15:53:26 UTC 2018 (Ubuntu 3.13.0-155.205-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-155-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-155-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: 2039688K/2096616K available (7492K kernel code, 1163K rwdata, 3440K rodata, 1368K init, 1448K bss, 56928K 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.008106] Security Framework initialized [ 0.009336] AppArmor: AppArmor initialized [ 0.010475] Yama: becoming mindful. [ 0.012250] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.016383] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.019035] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.020005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.022252] Initializing cgroup subsys memory [ 0.024027] Initializing cgroup subsys devices [ 0.025236] Initializing cgroup subsys freezer [ 0.026447] Initializing cgroup subsys blkio [ 0.027617] Initializing cgroup subsys perf_event [ 0.028008] Initializing cgroup subsys hugetlb [ 0.029341] FEATURE SPEC_CTRL Not Present [ 0.032242] mce: CPU supports 10 MCE banks [ 0.033431] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.033431] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.036012] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.037636] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.039626] Speculative Store Bypass: Vulnerable [ 0.040530] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.047548] ACPI: Core revision 20131115 [ 0.048558] ACPI: All ACPI Tables successfully acquired [ 0.050182] ftrace: allocating 28746 entries in 113 pages [ 0.072260] smpboot: Max logical packages: 2 [ 0.073437] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.076003] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.077922] Enabling x2apic [ 0.078794] Enabled x2apic [ 0.080007] Switched APIC routing to physical x2apic. [ 0.082662] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.084002] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.086810] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.093709] KVM setup paravirtual spinlock [ 0.096945] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.098882] x86: Booting SMP configuration: [ 0.100004] .... node #0, CPUs: #1[ 0.096890] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.116018] x86: Booted up 1 node, 2 CPUs [ 0.116012] KVM setup async PF for cpu 1 [ 0.116014] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.119784] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.120415] devtmpfs: initialized [ 0.122342] EVM: security.selinux [ 0.123327] EVM: security.SMACK64 [ 0.124005] EVM: security.ima [ 0.124920] EVM: security.capability [ 0.125993] pinctrl core: initialized pinctrl subsystem [ 0.128055] regulator-dummy: no parameters [ 0.129295] RTC time: 20:27:11, date: 08/15/18 [ 0.130557] NET: Registered protocol family 16 [ 0.131899] cpuidle: using governor ladder [ 0.132004] cpuidle: using governor menu [ 0.133165] ACPI: bus type PCI registered [ 0.134284] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.136028] PCI: Using configuration type 1 for base access [ 0.138118] bio: create slab at 0 [ 0.138118] ACPI: Added _OSI(Module Device) [ 0.140003] ACPI: Added _OSI(Processor Device) [ 0.141216] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.142474] ACPI: Added _OSI(Processor Aggregator Device) [ 0.145233] ACPI: Interpreter enabled [ 0.146296] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.148738] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.151321] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.153680] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.156006] ACPI: (supports S0 S5) [ 0.160003] ACPI: Using IOAPIC for interrupt routing [ 0.161334] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.163905] ACPI: No dock devices found. [ 0.165995] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.167577] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.168007] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.169678] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.172206] acpiphp: Slot [3] registered [ 0.173325] acpiphp: Slot [4] registered [ 0.174455] acpiphp: Slot [5] registered [ 0.175572] acpiphp: Slot [6] registered [ 0.176023] acpiphp: Slot [7] registered [ 0.177135] acpiphp: Slot [8] registered [ 0.178239] acpiphp: Slot [9] registered [ 0.179358] acpiphp: Slot [10] registered [ 0.180020] acpiphp: Slot [11] registered [ 0.181150] acpiphp: Slot [12] registered [ 0.182281] acpiphp: Slot [13] registered [ 0.183421] acpiphp: Slot [14] registered [ 0.184020] acpiphp: Slot [15] registered [ 0.185164] acpiphp: Slot [16] registered [ 0.186386] acpiphp: Slot [17] registered [ 0.187513] acpiphp: Slot [18] registered [ 0.188027] acpiphp: Slot [19] registered [ 0.189175] acpiphp: Slot [20] registered [ 0.190316] acpiphp: Slot [21] registered [ 0.191456] acpiphp: Slot [22] registered [ 0.192020] acpiphp: Slot [23] registered [ 0.193169] acpiphp: Slot [24] registered [ 0.194300] acpiphp: Slot [25] registered [ 0.195430] acpiphp: Slot [26] registered [ 0.196020] acpiphp: Slot [27] registered [ 0.197157] acpiphp: Slot [28] registered [ 0.198282] acpiphp: Slot [29] registered [ 0.199419] acpiphp: Slot [30] registered [ 0.200028] acpiphp: Slot [31] registered [ 0.201153] PCI host bridge to bus 0000:00 [ 0.202283] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.203706] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.204004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.205569] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.207254] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.208003] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.215404] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.216014] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.242589] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.244564] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.246554] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.248537] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.250602] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.252221] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.253996] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.253996] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.256004] vgaarb: loaded [ 0.256851] vgaarb: bridge control possible 0000:00:02.0 [ 0.258504] SCSI subsystem initialized [ 0.259740] ACPI: bus type USB registered [ 0.260031] usbcore: registered new interface driver usbfs [ 0.261464] usbcore: registered new interface driver hub [ 0.262890] usbcore: registered new device driver usb [ 0.264117] PCI: Using ACPI for IRQ routing [ 0.265563] NetLabel: Initializing [ 0.266574] NetLabel: domain hash size = 128 [ 0.267767] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.268065] NetLabel: unlabeled traffic allowed by default [ 0.269514] Switched to clocksource kvm-clock [ 0.277200] AppArmor: AppArmor Filesystem Enabled [ 0.278522] pnp: PnP ACPI init [ 0.279459] ACPI: bus type PNP registered [ 0.281044] pnp: PnP ACPI: found 8 devices [ 0.282190] ACPI: bus type PNP unregistered [ 0.289689] NET: Registered protocol family 2 [ 0.291177] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.293302] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.295192] TCP: Hash tables configured (established 16384 bind 16384) [ 0.296969] TCP: reno registered [ 0.297924] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.299471] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.301196] NET: Registered protocol family 1 [ 0.302418] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.303943] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.305436] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.327969] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.350648] Trying to unpack rootfs image as initramfs... [ 0.453190] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.455495] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.457011] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.459050] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.462092] Scanning for low memory corruption every 60 seconds [ 0.464447] Initialise system trusted keyring [ 0.466051] audit: initializing netlink socket (disabled) [ 0.467885] type=2000 audit(1534364831.701:1): initialized [ 0.488781] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.491863] zbud: loaded [ 0.493140] VFS: Disk quotas dquot_6.5.2 [ 0.494642] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.497221] fuse init (API version 7.22) [ 0.498734] msgmni has been set to 3997 [ 0.500194] Key type big_key registered [ 0.502033] Key type asymmetric registered [ 0.503545] Asymmetric key parser 'x509' registered [ 0.505292] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.507915] io scheduler noop registered [ 0.509356] io scheduler deadline registered (default) [ 0.511093] io scheduler cfq registered [ 0.512565] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.514479] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.516729] ipmi message handler version 39.2 [ 0.518350] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.520935] ACPI: Power Button [PWRF] [ 0.522390] GHES: HEST is not enabled! [ 0.544858] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.590233] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.613936] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.616443] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.641284] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.644836] Linux agpgart interface v0.103 [ 0.647364] brd: module loaded [ 0.649078] loop: module loaded [ 0.650657] blk-mq: CPU -> queue map [ 0.652017] CPU 0 -> Queue 0 [ 0.653198] CPU 1 -> Queue 0 [ 0.655193] vda: vda1 [ 0.656705] scsi0 : ata_piix [ 0.657713] scsi1 : ata_piix [ 0.658633] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.660320] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.662209] libphy: Fixed MDIO Bus: probed [ 0.663440] tun: Universal TUN/TAP device driver, 1.6 [ 0.664793] tun: (C) 1999-2004 Max Krasnyansky [ 0.668050] PPP generic driver version 2.4.2 [ 0.669265] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.670858] ehci-pci: EHCI PCI platform driver [ 0.672049] ehci-platform: EHCI generic platform driver [ 0.673391] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.674937] ohci-pci: OHCI PCI platform driver [ 0.676141] ohci-platform: OHCI generic platform driver [ 0.677500] uhci_hcd: USB Universal Host Controller Interface driver [ 0.699950] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.701312] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.703371] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.704944] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.706610] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.708547] usb usb1: Product: UHCI Host Controller [ 0.709815] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd [ 0.711390] usb usb1: SerialNumber: 0000:00:01.2 [ 0.712688] hub 1-0:1.0: USB hub found [ 0.713768] hub 1-0:1.0: 2 ports detected [ 0.715006] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.717825] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.719119] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.720560] mousedev: PS/2 mouse device common for all mice [ 0.722256] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.724616] rtc_cmos 00:00: RTC can wake from S4 [ 0.726169] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.727788] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.729474] device-mapper: uevent: version 1.0.3 [ 0.730785] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.733032] ledtrig-cpu: registered to indicate activity on CPUs [ 0.734637] TCP: cubic registered [ 0.735699] NET: Registered protocol family 10 [ 0.737225] NET: Registered protocol family 17 [ 0.738446] Key type dns_resolver registered [ 0.739802] Loading compiled-in X.509 certificates [ 0.741621] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b' [ 0.751227] registered taskstats version 1 [ 0.754184] Key type trusted registered [ 0.757971] Key type encrypted registered [ 0.759092] AppArmor: AppArmor sha1 policy hashing enabled [ 0.760498] IMA: No TPM chip found, activating TPM-bypass! [ 0.762459] regulator-dummy: disabling [ 0.763597] Magic number: 14:188:498 [ 0.764794] rtc_cmos 00:00: setting system clock to 2018-08-15 20:27:12 UTC (1534364832) [ 0.767033] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.768557] EDD information not available. [ 0.817412] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.819593] Write protecting the kernel read-only data: 12288k [ 0.821720] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000) [ 0.825115] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000) Loading, please wait... [ 0.838303] systemd-udevd[107]: starting version 204 [ 0.880864] FDC 0 is a S82078B [ 1.024046] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.188789] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.190538] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.192360] usb 1-1: Product: QEMU USB Tablet [ 1.193588] usb 1-1: Manufacturer: QEMU [ 1.194687] usb 1-1: SerialNumber: 42 [ 1.452077] tsc: Refined TSC clocksource calibration: 3491.871 MHz [ 1.893036] 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.236554] 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.534411] random: init urandom read with 10 bits of entropy available [ 2.652842] 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 Wed, 15 Aug 2018 20:27:14 +0000. Up 3.17 seconds. cloud-init-nonet[3.34]: 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 Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[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 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 configure network device[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[4.46]: 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 Wed, 15 Aug 2018 20:27:16 +0000. Up 4.71 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:27:5d:15 | ci-info: | eth0 | True | 192.168.0.10 | 255.255.255.0 | fa:16:3e:64:be:e5 | 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: b9:a8:5a:f7:52:2f:b6:57:37:93:46:52:71:37:e2:0b root@homer-0 The key's randomart image is: +--[ RSA 2048]----+ | ..oo| | . o.o| | E o | | . o o | | S + . | | ... . * | | . o... . o o | | . o..o o | | ... oo+ | +-----------------+ 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: 68:2f:42:6b:a2:79:09:cb:ea:ee:2e:54:ee:9c:65:d2 root@homer-0 The key's randomart image is: +--[ DSA 1024]----+ | | | | | | | . . | | o o o S | |.. + E . | |oo+.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: 36:3a:40:d4:de:8a:4c:57:31:ba:df:da:6d:25:4b:ea root@homer-0 The key's randomart image is: +--[ECDSA 256]---+ | .. o. | | . .... | | ...o | | .. o.. | | o.o..S | | o..+ o o . | | 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: 4d:f1:20:da:01:74:a6:fe:cd:da:9a:4e:d2:45:dd:22 root@homer-0 The key's randomart image is: +--[ED25519 256--+ | .o.= o | | * o = . | | o . E + . | | . + . . | | . S o | | o + | | . + 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 D-Bus system message bus[74G[ OK ] * Starting SystemD login management service[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 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 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: 2018-08-15 20:28:53,133 - functest.core.singlevm - DEBUG - try 8: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-15 20:29:03,140 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:29:03,143 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" 2018-08-15 20:29:03,679 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:29: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-9c07f803-eb8e-4149-90f7-2010d09c1b89 x-compute-request-id: req-9c07f803-eb8e-4149-90f7-2010d09c1b89 Content-Encoding: gzip Content-Length: 1508 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:64:be:e5", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:64:be:e5", "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:27:5d:15", "version": 4, "addr": "192.168.1.2", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:27:5d:15", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/862ca86b-06ec-4d59-ae70-d91b3227a810", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/862ca86b-06ec-4d59-ae70-d91b3227a810", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:27:10.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "862ca86b-06ec-4d59-ae70-d91b3227a810", "security_groups": [{"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:27:10Z", "hostId": "019940e19a7b1ae7bcf66d3fa083c7498a80fd0bd54c47880af1a37a", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "homer-0.clearwater.opnfv", "created": "2018-08-15T20:26:30Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:40:77:5b", "version": 4, "addr": "192.168.0.18", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:40:77:5b", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d1:da:9d", "version": 4, "addr": "192.168.1.29", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d1:da:9d", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e6950a11-a5a7-4554-9dbb-df77b86ba400", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e6950a11-a5a7-4554-9dbb-df77b86ba400", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:27:22.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "e6950a11-a5a7-4554-9dbb-df77b86ba400", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:27:22Z", "hostId": "b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "bono-0.clearwater.opnfv", "created": "2018-08-15T20:26:30Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:51:74", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:51:74", "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:66:5e:3a", "version": 4, "addr": "192.168.1.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/ffc54980-6efe-4637-8bb5-39036958536d", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/ffc54980-6efe-4637-8bb5-39036958536d", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:27:20.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "ffc54980-6efe-4637-8bb5-39036958536d", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-mgmt"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:27:20Z", "hostId": "b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "dime-0.clearwater.opnfv", "created": "2018-08-15T20:26:30Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:a0:d6:2a", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:d6:2a", "version": 4, "addr": "172.30.9.213", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:0c:21", "version": 4, "addr": "192.168.1.21", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/59e09722-d046-47e2-8d46-98d35b577bb4", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/59e09722-d046-47e2-8d46-98d35b577bb4", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:27:18.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "59e09722-d046-47e2-8d46-98d35b577bb4", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:27:18Z", "hostId": "b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-15T20:26:29Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:67:a8:44", "version": 4, "addr": "192.168.0.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:67:a8:44", "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:5b:b2:38", "version": 4, "addr": "192.168.1.3", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/a76c441e-39fd-4d5f-93ae-d1b09ddfc9da", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/a76c441e-39fd-4d5f-93ae-d1b09ddfc9da", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:27:12.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "a76c441e-39fd-4d5f-93ae-d1b09ddfc9da", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:27:12Z", "hostId": "b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-15T20:26:29Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:9f:75:cc", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:75:cc", "version": 4, "addr": "172.30.9.217", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e0dd32cc-fa1d-4798-8b82-04894a6f8bfa", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e0dd32cc-fa1d-4798-8b82-04894a6f8bfa", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:26:06.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "e0dd32cc-fa1d-4798-8b82-04894a6f8bfa", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:26:06Z", "hostId": "019940e19a7b1ae7bcf66d3fa083c7498a80fd0bd54c47880af1a37a", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-15T20:24:22Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:e5:cc:ec", "version": 4, "addr": "192.168.0.2", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e5:cc:ec", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:01:52:92", "version": 4, "addr": "192.168.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/99cb71c2-331c-48dd-b548-d074f602efeb", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/99cb71c2-331c-48dd-b548-d074f602efeb", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:24:12.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "99cb71c2-331c-48dd-b548-d074f602efeb", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:24:12Z", "hostId": "b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "ns.clearwater.opnfv", "created": "2018-08-15T20:22:28Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:29:03,680 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-9c07f803-eb8e-4149-90f7-2010d09c1b89 2018-08-15 20:29:03,680 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.539324998856s 2018-08-15 20:29:03,681 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-9c07f803-eb8e-4149-90f7-2010d09c1b89 2018-08-15 20:29:03,688 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-15 20:29:03,690 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/862ca86b-06ec-4d59-ae70-d91b3227a810/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}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-15 20:29:03,785 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:29: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-7a8fea4e-ce0f-4429-aa3a-469ed126e559 x-compute-request-id: req-7a8fea4e-ce0f-4429-aa3a-469ed126e559 Content-Encoding: gzip Content-Length: 9655 Content-Type: application/json RESP BODY: {"output": "[ 0.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-155-generic (buildd@lgw01-amd64-033) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #205-Ubuntu SMP Fri Aug 10 15:53:26 UTC 2018 (Ubuntu 3.13.0-155.205-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-155-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-155-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: 2039688K/2096616K available (7492K kernel code, 1163K rwdata, 3440K rodata, 1368K init, 1448K bss, 56928K 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.008106] Security Framework initialized\n[ 0.009336] AppArmor: AppArmor initialized\n[ 0.010475] Yama: becoming mindful.\n[ 0.012250] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.016383] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.019035] 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.022252] Initializing cgroup subsys memory\n[ 0.024027] Initializing cgroup subsys devices\n[ 0.025236] Initializing cgroup subsys freezer\n[ 0.026447] Initializing cgroup subsys blkio\n[ 0.027617] Initializing cgroup subsys perf_event\n[ 0.028008] Initializing cgroup subsys hugetlb\n[ 0.029341] FEATURE SPEC_CTRL Not Present\n[ 0.032242] mce: CPU supports 10 MCE banks\n[ 0.033431] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.033431] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.036012] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.037636] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.039626] Speculative Store Bypass: Vulnerable\n[ 0.040530] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.047548] ACPI: Core revision 20131115\n[ 0.048558] ACPI: All ACPI Tables successfully acquired\n[ 0.050182] ftrace: allocating 28746 entries in 113 pages\n[ 0.072260] smpboot: Max logical packages: 2\n[ 0.073437] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.076003] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.077922] Enabling x2apic\n[ 0.078794] Enabled x2apic\n[ 0.080007] Switched APIC routing to physical x2apic.\n[ 0.082662] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.084002] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.086810] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.093709] KVM setup paravirtual spinlock\n[ 0.096945] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.098882] x86: Booting SMP configuration:\n[ 0.100004] .... node #0, CPUs: #1[ 0.096890] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.116018] x86: Booted up 1 node, 2 CPUs\n[ 0.116012] KVM setup async PF for cpu 1\n[ 0.116014] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.119784] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.120415] devtmpfs: initialized\n[ 0.122342] EVM: security.selinux\n[ 0.123327] EVM: security.SMACK64\n[ 0.124005] EVM: security.ima\n[ 0.124920] EVM: security.capability\n[ 0.125993] pinctrl core: initialized pinctrl subsystem\n[ 0.128055] regulator-dummy: no parameters\n[ 0.129295] RTC time: 20:27:11, date: 08/15/18\n[ 0.130557] NET: Registered protocol family 16\n[ 0.131899] cpuidle: using governor ladder\n[ 0.132004] cpuidle: using governor menu\n[ 0.133165] ACPI: bus type PCI registered\n[ 0.134284] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.136028] PCI: Using configuration type 1 for base access\n[ 0.138118] bio: create slab at 0\n[ 0.138118] ACPI: Added _OSI(Module Device)\n[ 0.140003] ACPI: Added _OSI(Processor Device)\n[ 0.141216] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.142474] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.145233] ACPI: Interpreter enabled\n[ 0.146296] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.148738] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.151321] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.153680] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.156006] ACPI: (supports S0 S5)\n[ 0.160003] ACPI: Using IOAPIC for interrupt routing\n[ 0.161334] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.163905] ACPI: No dock devices found.\n[ 0.165995] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.167577] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.168007] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.169678] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.172206] acpiphp: Slot [3] registered\n[ 0.173325] acpiphp: Slot [4] registered\n[ 0.174455] acpiphp: Slot [5] registered\n[ 0.175572] acpiphp: Slot [6] registered\n[ 0.176023] acpiphp: Slot [7] registered\n[ 0.177135] acpiphp: Slot [8] registered\n[ 0.178239] acpiphp: Slot [9] registered\n[ 0.179358] acpiphp: Slot [10] registered\n[ 0.180020] acpiphp: Slot [11] registered\n[ 0.181150] acpiphp: Slot [12] registered\n[ 0.182281] acpiphp: Slot [13] registered\n[ 0.183421] acpiphp: Slot [14] registered\n[ 0.184020] acpiphp: Slot [15] registered\n[ 0.185164] acpiphp: Slot [16] registered\n[ 0.186386] acpiphp: Slot [17] registered\n[ 0.187513] acpiphp: Slot [18] registered\n[ 0.188027] acpiphp: Slot [19] registered\n[ 0.189175] acpiphp: Slot [20] registered\n[ 0.190316] acpiphp: Slot [21] registered\n[ 0.191456] acpiphp: Slot [22] registered\n[ 0.192020] acpiphp: Slot [23] registered\n[ 0.193169] acpiphp: Slot [24] registered\n[ 0.194300] acpiphp: Slot [25] registered\n[ 0.195430] acpiphp: Slot [26] registered\n[ 0.196020] acpiphp: Slot [27] registered\n[ 0.197157] acpiphp: Slot [28] registered\n[ 0.198282] acpiphp: Slot [29] registered\n[ 0.199419] acpiphp: Slot [30] registered\n[ 0.200028] acpiphp: Slot [31] registered\n[ 0.201153] PCI host bridge to bus 0000:00\n[ 0.202283] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.203706] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.204004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.205569] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.207254] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.208003] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.215404] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.216014] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.242589] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.244564] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.246554] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.248537] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.250602] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.252221] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.253996] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.253996] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.256004] vgaarb: loaded\n[ 0.256851] vgaarb: bridge control possible 0000:00:02.0\n[ 0.258504] SCSI subsystem initialized\n[ 0.259740] ACPI: bus type USB registered\n[ 0.260031] usbcore: registered new interface driver usbfs\n[ 0.261464] usbcore: registered new interface driver hub\n[ 0.262890] usbcore: registered new device driver usb\n[ 0.264117] PCI: Using ACPI for IRQ routing\n[ 0.265563] NetLabel: Initializing\n[ 0.266574] NetLabel: domain hash size = 128\n[ 0.267767] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.268065] NetLabel: unlabeled traffic allowed by default\n[ 0.269514] Switched to clocksource kvm-clock\n[ 0.277200] AppArmor: AppArmor Filesystem Enabled\n[ 0.278522] pnp: PnP ACPI init\n[ 0.279459] ACPI: bus type PNP registered\n[ 0.281044] pnp: PnP ACPI: found 8 devices\n[ 0.282190] ACPI: bus type PNP unregistered\n[ 0.289689] NET: Registered protocol family 2\n[ 0.291177] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.293302] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.295192] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.296969] TCP: reno registered\n[ 0.297924] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.299471] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.301196] NET: Registered protocol family 1\n[ 0.302418] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.303943] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.305436] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.327969] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.350648] Trying to unpack rootfs image as initramfs...\n[ 0.453190] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.455495] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.457011] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.459050] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.462092] Scanning for low memory corruption every 60 seconds\n[ 0.464447] Initialise system trusted keyring\n[ 0.466051] audit: initializing netlink socket (disabled)\n[ 0.467885] type=2000 audit(1534364831.701:1): initialized\n[ 0.488781] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.491863] zbud: loaded\n[ 0.493140] VFS: Disk quotas dquot_6.5.2\n[ 0.494642] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.497221] fuse init (API version 7.22)\n[ 0.498734] msgmni has been set to 3997\n[ 0.500194] Key type big_key registered\n[ 0.502033] Key type asymmetric registered\n[ 0.503545] Asymmetric key parser 'x509' registered\n[ 0.505292] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.507915] io scheduler noop registered\n[ 0.509356] io scheduler deadline registered (default)\n[ 0.511093] io scheduler cfq registered\n[ 0.512565] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.514479] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516729] ipmi message handler version 39.2\n[ 0.518350] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.520935] ACPI: Power Button [PWRF]\n[ 0.522390] GHES: HEST is not enabled!\n[ 0.544858] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.590233] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.613936] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.616443] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.641284] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.644836] Linux agpgart interface v0.103\n[ 0.647364] brd: module loaded\n[ 0.649078] loop: module loaded\n[ 0.650657] blk-mq: CPU -> queue map\n[ 0.652017] CPU 0 -> Queue 0\n[ 0.653198] CPU 1 -> Queue 0\n[ 0.655193] vda: vda1\n[ 0.656705] scsi0 : ata_piix\n[ 0.657713] scsi1 : ata_piix\n[ 0.658633] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.660320] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.662209] libphy: Fixed MDIO Bus: probed\n[ 0.663440] tun: Universal TUN/TAP device driver, 1.6\n[ 0.664793] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.668050] PPP generic driver version 2.4.2\n[ 0.669265] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.670858] ehci-pci: EHCI PCI platform driver\n[ 0.672049] ehci-platform: EHCI generic platform driver\n[ 0.673391] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.674937] ohci-pci: OHCI PCI platform driver\n[ 0.676141] ohci-platform: OHCI generic platform driver\n[ 0.677500] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.699950] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.701312] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.703371] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.704944] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.706610] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.708547] usb usb1: Product: UHCI Host Controller\n[ 0.709815] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd\n[ 0.711390] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.712688] hub 1-0:1.0: USB hub found\n[ 0.713768] hub 1-0:1.0: 2 ports detected\n[ 0.715006] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.717825] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.719119] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.720560] mousedev: PS/2 mouse device common for all mice\n[ 0.722256] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.724616] rtc_cmos 00:00: RTC can wake from S4\n[ 0.726169] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.727788] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.729474] device-mapper: uevent: version 1.0.3\n[ 0.730785] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.733032] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.734637] TCP: cubic registered\n[ 0.735699] NET: Registered protocol family 10\n[ 0.737225] NET: Registered protocol family 17\n[ 0.738446] Key type dns_resolver registered\n[ 0.739802] Loading compiled-in X.509 certificates\n[ 0.741621] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b'\n[ 0.751227] registered taskstats version 1\n[ 0.754184] Key type trusted registered\n[ 0.757971] Key type encrypted registered\n[ 0.759092] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.760498] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.762459] regulator-dummy: disabling\n[ 0.763597] Magic number: 14:188:498\n[ 0.764794] rtc_cmos 00:00: setting system clock to 2018-08-15 20:27:12 UTC (1534364832)\n[ 0.767033] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.768557] EDD information not available.\n[ 0.817412] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.819593] Write protecting the kernel read-only data: 12288k\n[ 0.821720] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000)\n[ 0.825115] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000)\nLoading, please wait...\n[ 0.838303] systemd-udevd[107]: starting version 204\n[ 0.880864] FDC 0 is a S82078B\n[ 1.024046] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.188789] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.190538] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.192360] usb 1-1: Product: QEMU USB Tablet\n[ 1.193588] usb 1-1: Manufacturer: QEMU\n[ 1.194687] usb 1-1: SerialNumber: 42\n[ 1.452077] tsc: Refined TSC clocksource calibration: 3491.871 MHz\n[ 1.893036] 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.236554] 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.534411] random: init urandom read with 10 bits of entropy available\n[ 2.652842] 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 Wed, 15 Aug 2018 20:27:14 +0000. Up 3.17 seconds.\ncloud-init-nonet[3.34]: 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 Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[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 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 configure network device[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[4.46]: 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 Wed, 15 Aug 2018 20:27:16 +0000. Up 4.71 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:27:5d:15 |\nci-info: | eth0 | True | 192.168.0.10 | 255.255.255.0 | fa:16:3e:64:be:e5 |\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:\nb9:a8:5a:f7:52:2f:b6:57:37:93:46:52:71:37:e2:0b root@homer-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| ..oo|\n| . o.o|\n| E o |\n| . o o |\n| S + . |\n| ... . * |\n| . o... . o o |\n| . o..o o |\n| ... oo+ |\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:\n68:2f:42:6b:a2:79:09:cb:ea:ee:2e:54:ee:9c:65:d2 root@homer-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| |\n| |\n| |\n| . . |\n| o o o S |\n|.. + E . |\n|oo+.O . . |\n|o+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:\n36:3a:40:d4:de:8a:4c:57:31:ba:df:da:6d:25:4b:ea root@homer-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| .. o. |\n| . .... |\n| ...o |\n| .. o.. |\n| o.o..S |\n| o..+ o o . |\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:\n4d:f1:20:da:01:74:a6:fe:cd:da:9a:4e:d2:45:dd:22 root@homer-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| .o.= o |\n| * o = . |\n| o . E + . |\n| . + . . |\n| . S o |\n| o + |\n| . + o |\n| o + |\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 * 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 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 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 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: "} 2018-08-15 20:29:03,785 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/862ca86b-06ec-4d59-ae70-d91b3227a810/action used request id req-7a8fea4e-ce0f-4429-aa3a-469ed126e559 2018-08-15 20:29:03,785 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0974500179291s 2018-08-15 20:29:03,786 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/862ca86b-06ec-4d59-ae70-d91b3227a810/action used request id req-7a8fea4e-ce0f-4429-aa3a-469ed126e559 2018-08-15 20:29:03,786 - 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-155-generic (buildd@lgw01-amd64-033) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #205-Ubuntu SMP Fri Aug 10 15:53:26 UTC 2018 (Ubuntu 3.13.0-155.205-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-155-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-155-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: 2039688K/2096616K available (7492K kernel code, 1163K rwdata, 3440K rodata, 1368K init, 1448K bss, 56928K 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.008106] Security Framework initialized [ 0.009336] AppArmor: AppArmor initialized [ 0.010475] Yama: becoming mindful. [ 0.012250] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.016383] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.019035] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.020005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.022252] Initializing cgroup subsys memory [ 0.024027] Initializing cgroup subsys devices [ 0.025236] Initializing cgroup subsys freezer [ 0.026447] Initializing cgroup subsys blkio [ 0.027617] Initializing cgroup subsys perf_event [ 0.028008] Initializing cgroup subsys hugetlb [ 0.029341] FEATURE SPEC_CTRL Not Present [ 0.032242] mce: CPU supports 10 MCE banks [ 0.033431] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.033431] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.036012] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.037636] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.039626] Speculative Store Bypass: Vulnerable [ 0.040530] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.047548] ACPI: Core revision 20131115 [ 0.048558] ACPI: All ACPI Tables successfully acquired [ 0.050182] ftrace: allocating 28746 entries in 113 pages [ 0.072260] smpboot: Max logical packages: 2 [ 0.073437] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.076003] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.077922] Enabling x2apic [ 0.078794] Enabled x2apic [ 0.080007] Switched APIC routing to physical x2apic. [ 0.082662] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.084002] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.086810] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.093709] KVM setup paravirtual spinlock [ 0.096945] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.098882] x86: Booting SMP configuration: [ 0.100004] .... node #0, CPUs: #1[ 0.096890] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.116018] x86: Booted up 1 node, 2 CPUs [ 0.116012] KVM setup async PF for cpu 1 [ 0.116014] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.119784] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.120415] devtmpfs: initialized [ 0.122342] EVM: security.selinux [ 0.123327] EVM: security.SMACK64 [ 0.124005] EVM: security.ima [ 0.124920] EVM: security.capability [ 0.125993] pinctrl core: initialized pinctrl subsystem [ 0.128055] regulator-dummy: no parameters [ 0.129295] RTC time: 20:27:11, date: 08/15/18 [ 0.130557] NET: Registered protocol family 16 [ 0.131899] cpuidle: using governor ladder [ 0.132004] cpuidle: using governor menu [ 0.133165] ACPI: bus type PCI registered [ 0.134284] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.136028] PCI: Using configuration type 1 for base access [ 0.138118] bio: create slab at 0 [ 0.138118] ACPI: Added _OSI(Module Device) [ 0.140003] ACPI: Added _OSI(Processor Device) [ 0.141216] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.142474] ACPI: Added _OSI(Processor Aggregator Device) [ 0.145233] ACPI: Interpreter enabled [ 0.146296] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.148738] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.151321] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.153680] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.156006] ACPI: (supports S0 S5) [ 0.160003] ACPI: Using IOAPIC for interrupt routing [ 0.161334] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.163905] ACPI: No dock devices found. [ 0.165995] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.167577] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.168007] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.169678] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.172206] acpiphp: Slot [3] registered [ 0.173325] acpiphp: Slot [4] registered [ 0.174455] acpiphp: Slot [5] registered [ 0.175572] acpiphp: Slot [6] registered [ 0.176023] acpiphp: Slot [7] registered [ 0.177135] acpiphp: Slot [8] registered [ 0.178239] acpiphp: Slot [9] registered [ 0.179358] acpiphp: Slot [10] registered [ 0.180020] acpiphp: Slot [11] registered [ 0.181150] acpiphp: Slot [12] registered [ 0.182281] acpiphp: Slot [13] registered [ 0.183421] acpiphp: Slot [14] registered [ 0.184020] acpiphp: Slot [15] registered [ 0.185164] acpiphp: Slot [16] registered [ 0.186386] acpiphp: Slot [17] registered [ 0.187513] acpiphp: Slot [18] registered [ 0.188027] acpiphp: Slot [19] registered [ 0.189175] acpiphp: Slot [20] registered [ 0.190316] acpiphp: Slot [21] registered [ 0.191456] acpiphp: Slot [22] registered [ 0.192020] acpiphp: Slot [23] registered [ 0.193169] acpiphp: Slot [24] registered [ 0.194300] acpiphp: Slot [25] registered [ 0.195430] acpiphp: Slot [26] registered [ 0.196020] acpiphp: Slot [27] registered [ 0.197157] acpiphp: Slot [28] registered [ 0.198282] acpiphp: Slot [29] registered [ 0.199419] acpiphp: Slot [30] registered [ 0.200028] acpiphp: Slot [31] registered [ 0.201153] PCI host bridge to bus 0000:00 [ 0.202283] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.203706] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.204004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.205569] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.207254] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.208003] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.215404] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.216014] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.242589] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.244564] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.246554] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.248537] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.250602] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.252221] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.253996] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.253996] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.256004] vgaarb: loaded [ 0.256851] vgaarb: bridge control possible 0000:00:02.0 [ 0.258504] SCSI subsystem initialized [ 0.259740] ACPI: bus type USB registered [ 0.260031] usbcore: registered new interface driver usbfs [ 0.261464] usbcore: registered new interface driver hub [ 0.262890] usbcore: registered new device driver usb [ 0.264117] PCI: Using ACPI for IRQ routing [ 0.265563] NetLabel: Initializing [ 0.266574] NetLabel: domain hash size = 128 [ 0.267767] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.268065] NetLabel: unlabeled traffic allowed by default [ 0.269514] Switched to clocksource kvm-clock [ 0.277200] AppArmor: AppArmor Filesystem Enabled [ 0.278522] pnp: PnP ACPI init [ 0.279459] ACPI: bus type PNP registered [ 0.281044] pnp: PnP ACPI: found 8 devices [ 0.282190] ACPI: bus type PNP unregistered [ 0.289689] NET: Registered protocol family 2 [ 0.291177] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.293302] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.295192] TCP: Hash tables configured (established 16384 bind 16384) [ 0.296969] TCP: reno registered [ 0.297924] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.299471] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.301196] NET: Registered protocol family 1 [ 0.302418] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.303943] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.305436] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.327969] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.350648] Trying to unpack rootfs image as initramfs... [ 0.453190] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.455495] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.457011] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.459050] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.462092] Scanning for low memory corruption every 60 seconds [ 0.464447] Initialise system trusted keyring [ 0.466051] audit: initializing netlink socket (disabled) [ 0.467885] type=2000 audit(1534364831.701:1): initialized [ 0.488781] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.491863] zbud: loaded [ 0.493140] VFS: Disk quotas dquot_6.5.2 [ 0.494642] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.497221] fuse init (API version 7.22) [ 0.498734] msgmni has been set to 3997 [ 0.500194] Key type big_key registered [ 0.502033] Key type asymmetric registered [ 0.503545] Asymmetric key parser 'x509' registered [ 0.505292] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.507915] io scheduler noop registered [ 0.509356] io scheduler deadline registered (default) [ 0.511093] io scheduler cfq registered [ 0.512565] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.514479] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.516729] ipmi message handler version 39.2 [ 0.518350] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.520935] ACPI: Power Button [PWRF] [ 0.522390] GHES: HEST is not enabled! [ 0.544858] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.590233] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.613936] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.616443] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.641284] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.644836] Linux agpgart interface v0.103 [ 0.647364] brd: module loaded [ 0.649078] loop: module loaded [ 0.650657] blk-mq: CPU -> queue map [ 0.652017] CPU 0 -> Queue 0 [ 0.653198] CPU 1 -> Queue 0 [ 0.655193] vda: vda1 [ 0.656705] scsi0 : ata_piix [ 0.657713] scsi1 : ata_piix [ 0.658633] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.660320] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.662209] libphy: Fixed MDIO Bus: probed [ 0.663440] tun: Universal TUN/TAP device driver, 1.6 [ 0.664793] tun: (C) 1999-2004 Max Krasnyansky [ 0.668050] PPP generic driver version 2.4.2 [ 0.669265] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.670858] ehci-pci: EHCI PCI platform driver [ 0.672049] ehci-platform: EHCI generic platform driver [ 0.673391] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.674937] ohci-pci: OHCI PCI platform driver [ 0.676141] ohci-platform: OHCI generic platform driver [ 0.677500] uhci_hcd: USB Universal Host Controller Interface driver [ 0.699950] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.701312] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.703371] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.704944] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.706610] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.708547] usb usb1: Product: UHCI Host Controller [ 0.709815] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd [ 0.711390] usb usb1: SerialNumber: 0000:00:01.2 [ 0.712688] hub 1-0:1.0: USB hub found [ 0.713768] hub 1-0:1.0: 2 ports detected [ 0.715006] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.717825] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.719119] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.720560] mousedev: PS/2 mouse device common for all mice [ 0.722256] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.724616] rtc_cmos 00:00: RTC can wake from S4 [ 0.726169] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.727788] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.729474] device-mapper: uevent: version 1.0.3 [ 0.730785] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.733032] ledtrig-cpu: registered to indicate activity on CPUs [ 0.734637] TCP: cubic registered [ 0.735699] NET: Registered protocol family 10 [ 0.737225] NET: Registered protocol family 17 [ 0.738446] Key type dns_resolver registered [ 0.739802] Loading compiled-in X.509 certificates [ 0.741621] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b' [ 0.751227] registered taskstats version 1 [ 0.754184] Key type trusted registered [ 0.757971] Key type encrypted registered [ 0.759092] AppArmor: AppArmor sha1 policy hashing enabled [ 0.760498] IMA: No TPM chip found, activating TPM-bypass! [ 0.762459] regulator-dummy: disabling [ 0.763597] Magic number: 14:188:498 [ 0.764794] rtc_cmos 00:00: setting system clock to 2018-08-15 20:27:12 UTC (1534364832) [ 0.767033] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.768557] EDD information not available. [ 0.817412] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.819593] Write protecting the kernel read-only data: 12288k [ 0.821720] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000) [ 0.825115] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000) Loading, please wait... [ 0.838303] systemd-udevd[107]: starting version 204 [ 0.880864] FDC 0 is a S82078B [ 1.024046] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.188789] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.190538] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.192360] usb 1-1: Product: QEMU USB Tablet [ 1.193588] usb 1-1: Manufacturer: QEMU [ 1.194687] usb 1-1: SerialNumber: 42 [ 1.452077] tsc: Refined TSC clocksource calibration: 3491.871 MHz [ 1.893036] 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.236554] 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.534411] random: init urandom read with 10 bits of entropy available [ 2.652842] 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 Wed, 15 Aug 2018 20:27:14 +0000. Up 3.17 seconds. cloud-init-nonet[3.34]: 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 Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[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 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 configure network device[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[4.46]: 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 Wed, 15 Aug 2018 20:27:16 +0000. Up 4.71 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:27:5d:15 | ci-info: | eth0 | True | 192.168.0.10 | 255.255.255.0 | fa:16:3e:64:be:e5 | 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: b9:a8:5a:f7:52:2f:b6:57:37:93:46:52:71:37:e2:0b root@homer-0 The key's randomart image is: +--[ RSA 2048]----+ | ..oo| | . o.o| | E o | | . o o | | S + . | | ... . * | | . o... . o o | | . o..o o | | ... oo+ | +-----------------+ 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: 68:2f:42:6b:a2:79:09:cb:ea:ee:2e:54:ee:9c:65:d2 root@homer-0 The key's randomart image is: +--[ DSA 1024]----+ | | | | | | | . . | | o o o S | |.. + E . | |oo+.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: 36:3a:40:d4:de:8a:4c:57:31:ba:df:da:6d:25:4b:ea root@homer-0 The key's randomart image is: +--[ECDSA 256]---+ | .. o. | | . .... | | ...o | | .. o.. | | o.o..S | | o..+ o o . | | 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: 4d:f1:20:da:01:74:a6:fe:cd:da:9a:4e:d2:45:dd:22 root@homer-0 The key's randomart image is: +--[ED25519 256--+ | .o.= o | | * o = . | | o . E + . | | . + . . | | . S o | | o + | | . + 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 D-Bus system message bus[74G[ OK ] * Starting SystemD login management service[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 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 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: 2018-08-15 20:29:03,787 - functest.core.singlevm - DEBUG - try 9: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-15 20:29:13,796 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:29:13,799 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" 2018-08-15 20:29:14,280 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:29: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-9614ed3b-9f07-4d7f-ab1d-6f6f35d69af4 x-compute-request-id: req-9614ed3b-9f07-4d7f-ab1d-6f6f35d69af4 Content-Encoding: gzip Content-Length: 1508 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:64:be:e5", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:64:be:e5", "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:27:5d:15", "version": 4, "addr": "192.168.1.2", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:27:5d:15", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/862ca86b-06ec-4d59-ae70-d91b3227a810", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/862ca86b-06ec-4d59-ae70-d91b3227a810", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:27:10.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "862ca86b-06ec-4d59-ae70-d91b3227a810", "security_groups": [{"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:27:10Z", "hostId": "019940e19a7b1ae7bcf66d3fa083c7498a80fd0bd54c47880af1a37a", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "homer-0.clearwater.opnfv", "created": "2018-08-15T20:26:30Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:40:77:5b", "version": 4, "addr": "192.168.0.18", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:40:77:5b", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d1:da:9d", "version": 4, "addr": "192.168.1.29", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d1:da:9d", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e6950a11-a5a7-4554-9dbb-df77b86ba400", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e6950a11-a5a7-4554-9dbb-df77b86ba400", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:27:22.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "e6950a11-a5a7-4554-9dbb-df77b86ba400", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:27:22Z", "hostId": "b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "bono-0.clearwater.opnfv", "created": "2018-08-15T20:26:30Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:51:74", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:51:74", "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:66:5e:3a", "version": 4, "addr": "192.168.1.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/ffc54980-6efe-4637-8bb5-39036958536d", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/ffc54980-6efe-4637-8bb5-39036958536d", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:27:20.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "ffc54980-6efe-4637-8bb5-39036958536d", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-mgmt"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:27:20Z", "hostId": "b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "dime-0.clearwater.opnfv", "created": "2018-08-15T20:26:30Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:a0:d6:2a", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:d6:2a", "version": 4, "addr": "172.30.9.213", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:0c:21", "version": 4, "addr": "192.168.1.21", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/59e09722-d046-47e2-8d46-98d35b577bb4", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/59e09722-d046-47e2-8d46-98d35b577bb4", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:27:18.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "59e09722-d046-47e2-8d46-98d35b577bb4", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:27:18Z", "hostId": "b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-15T20:26:29Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:67:a8:44", "version": 4, "addr": "192.168.0.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:67:a8:44", "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:5b:b2:38", "version": 4, "addr": "192.168.1.3", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/a76c441e-39fd-4d5f-93ae-d1b09ddfc9da", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/a76c441e-39fd-4d5f-93ae-d1b09ddfc9da", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:27:12.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "a76c441e-39fd-4d5f-93ae-d1b09ddfc9da", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:27:12Z", "hostId": "b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-15T20:26:29Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:9f:75:cc", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:75:cc", "version": 4, "addr": "172.30.9.217", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e0dd32cc-fa1d-4798-8b82-04894a6f8bfa", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e0dd32cc-fa1d-4798-8b82-04894a6f8bfa", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:26:06.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "e0dd32cc-fa1d-4798-8b82-04894a6f8bfa", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:26:06Z", "hostId": "019940e19a7b1ae7bcf66d3fa083c7498a80fd0bd54c47880af1a37a", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-15T20:24:22Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:e5:cc:ec", "version": 4, "addr": "192.168.0.2", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e5:cc:ec", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:01:52:92", "version": 4, "addr": "192.168.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/99cb71c2-331c-48dd-b548-d074f602efeb", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/99cb71c2-331c-48dd-b548-d074f602efeb", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:24:12.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "99cb71c2-331c-48dd-b548-d074f602efeb", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:24:12Z", "hostId": "b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "ns.clearwater.opnfv", "created": "2018-08-15T20:22:28Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:29:14,281 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-9614ed3b-9f07-4d7f-ab1d-6f6f35d69af4 2018-08-15 20:29:14,281 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.484332799911s 2018-08-15 20:29:14,282 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-9614ed3b-9f07-4d7f-ab1d-6f6f35d69af4 2018-08-15 20:29:14,289 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-15 20:29:14,292 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/862ca86b-06ec-4d59-ae70-d91b3227a810/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}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-15 20:29:14,370 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:29: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-d3e69bd8-c3e2-4678-974c-d0888a4daad0 x-compute-request-id: req-d3e69bd8-c3e2-4678-974c-d0888a4daad0 Content-Encoding: gzip Content-Length: 9655 Content-Type: application/json RESP BODY: {"output": "[ 0.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-155-generic (buildd@lgw01-amd64-033) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #205-Ubuntu SMP Fri Aug 10 15:53:26 UTC 2018 (Ubuntu 3.13.0-155.205-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-155-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-155-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: 2039688K/2096616K available (7492K kernel code, 1163K rwdata, 3440K rodata, 1368K init, 1448K bss, 56928K 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.008106] Security Framework initialized\n[ 0.009336] AppArmor: AppArmor initialized\n[ 0.010475] Yama: becoming mindful.\n[ 0.012250] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.016383] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.019035] 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.022252] Initializing cgroup subsys memory\n[ 0.024027] Initializing cgroup subsys devices\n[ 0.025236] Initializing cgroup subsys freezer\n[ 0.026447] Initializing cgroup subsys blkio\n[ 0.027617] Initializing cgroup subsys perf_event\n[ 0.028008] Initializing cgroup subsys hugetlb\n[ 0.029341] FEATURE SPEC_CTRL Not Present\n[ 0.032242] mce: CPU supports 10 MCE banks\n[ 0.033431] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.033431] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.036012] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.037636] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.039626] Speculative Store Bypass: Vulnerable\n[ 0.040530] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.047548] ACPI: Core revision 20131115\n[ 0.048558] ACPI: All ACPI Tables successfully acquired\n[ 0.050182] ftrace: allocating 28746 entries in 113 pages\n[ 0.072260] smpboot: Max logical packages: 2\n[ 0.073437] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.076003] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.077922] Enabling x2apic\n[ 0.078794] Enabled x2apic\n[ 0.080007] Switched APIC routing to physical x2apic.\n[ 0.082662] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.084002] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.086810] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.093709] KVM setup paravirtual spinlock\n[ 0.096945] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.098882] x86: Booting SMP configuration:\n[ 0.100004] .... node #0, CPUs: #1[ 0.096890] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.116018] x86: Booted up 1 node, 2 CPUs\n[ 0.116012] KVM setup async PF for cpu 1\n[ 0.116014] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.119784] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.120415] devtmpfs: initialized\n[ 0.122342] EVM: security.selinux\n[ 0.123327] EVM: security.SMACK64\n[ 0.124005] EVM: security.ima\n[ 0.124920] EVM: security.capability\n[ 0.125993] pinctrl core: initialized pinctrl subsystem\n[ 0.128055] regulator-dummy: no parameters\n[ 0.129295] RTC time: 20:27:11, date: 08/15/18\n[ 0.130557] NET: Registered protocol family 16\n[ 0.131899] cpuidle: using governor ladder\n[ 0.132004] cpuidle: using governor menu\n[ 0.133165] ACPI: bus type PCI registered\n[ 0.134284] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.136028] PCI: Using configuration type 1 for base access\n[ 0.138118] bio: create slab at 0\n[ 0.138118] ACPI: Added _OSI(Module Device)\n[ 0.140003] ACPI: Added _OSI(Processor Device)\n[ 0.141216] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.142474] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.145233] ACPI: Interpreter enabled\n[ 0.146296] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.148738] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.151321] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.153680] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.156006] ACPI: (supports S0 S5)\n[ 0.160003] ACPI: Using IOAPIC for interrupt routing\n[ 0.161334] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.163905] ACPI: No dock devices found.\n[ 0.165995] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.167577] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.168007] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.169678] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.172206] acpiphp: Slot [3] registered\n[ 0.173325] acpiphp: Slot [4] registered\n[ 0.174455] acpiphp: Slot [5] registered\n[ 0.175572] acpiphp: Slot [6] registered\n[ 0.176023] acpiphp: Slot [7] registered\n[ 0.177135] acpiphp: Slot [8] registered\n[ 0.178239] acpiphp: Slot [9] registered\n[ 0.179358] acpiphp: Slot [10] registered\n[ 0.180020] acpiphp: Slot [11] registered\n[ 0.181150] acpiphp: Slot [12] registered\n[ 0.182281] acpiphp: Slot [13] registered\n[ 0.183421] acpiphp: Slot [14] registered\n[ 0.184020] acpiphp: Slot [15] registered\n[ 0.185164] acpiphp: Slot [16] registered\n[ 0.186386] acpiphp: Slot [17] registered\n[ 0.187513] acpiphp: Slot [18] registered\n[ 0.188027] acpiphp: Slot [19] registered\n[ 0.189175] acpiphp: Slot [20] registered\n[ 0.190316] acpiphp: Slot [21] registered\n[ 0.191456] acpiphp: Slot [22] registered\n[ 0.192020] acpiphp: Slot [23] registered\n[ 0.193169] acpiphp: Slot [24] registered\n[ 0.194300] acpiphp: Slot [25] registered\n[ 0.195430] acpiphp: Slot [26] registered\n[ 0.196020] acpiphp: Slot [27] registered\n[ 0.197157] acpiphp: Slot [28] registered\n[ 0.198282] acpiphp: Slot [29] registered\n[ 0.199419] acpiphp: Slot [30] registered\n[ 0.200028] acpiphp: Slot [31] registered\n[ 0.201153] PCI host bridge to bus 0000:00\n[ 0.202283] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.203706] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.204004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.205569] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.207254] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.208003] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.215404] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.216014] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.242589] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.244564] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.246554] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.248537] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.250602] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.252221] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.253996] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.253996] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.256004] vgaarb: loaded\n[ 0.256851] vgaarb: bridge control possible 0000:00:02.0\n[ 0.258504] SCSI subsystem initialized\n[ 0.259740] ACPI: bus type USB registered\n[ 0.260031] usbcore: registered new interface driver usbfs\n[ 0.261464] usbcore: registered new interface driver hub\n[ 0.262890] usbcore: registered new device driver usb\n[ 0.264117] PCI: Using ACPI for IRQ routing\n[ 0.265563] NetLabel: Initializing\n[ 0.266574] NetLabel: domain hash size = 128\n[ 0.267767] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.268065] NetLabel: unlabeled traffic allowed by default\n[ 0.269514] Switched to clocksource kvm-clock\n[ 0.277200] AppArmor: AppArmor Filesystem Enabled\n[ 0.278522] pnp: PnP ACPI init\n[ 0.279459] ACPI: bus type PNP registered\n[ 0.281044] pnp: PnP ACPI: found 8 devices\n[ 0.282190] ACPI: bus type PNP unregistered\n[ 0.289689] NET: Registered protocol family 2\n[ 0.291177] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.293302] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.295192] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.296969] TCP: reno registered\n[ 0.297924] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.299471] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.301196] NET: Registered protocol family 1\n[ 0.302418] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.303943] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.305436] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.327969] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.350648] Trying to unpack rootfs image as initramfs...\n[ 0.453190] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.455495] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.457011] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.459050] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.462092] Scanning for low memory corruption every 60 seconds\n[ 0.464447] Initialise system trusted keyring\n[ 0.466051] audit: initializing netlink socket (disabled)\n[ 0.467885] type=2000 audit(1534364831.701:1): initialized\n[ 0.488781] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.491863] zbud: loaded\n[ 0.493140] VFS: Disk quotas dquot_6.5.2\n[ 0.494642] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.497221] fuse init (API version 7.22)\n[ 0.498734] msgmni has been set to 3997\n[ 0.500194] Key type big_key registered\n[ 0.502033] Key type asymmetric registered\n[ 0.503545] Asymmetric key parser 'x509' registered\n[ 0.505292] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.507915] io scheduler noop registered\n[ 0.509356] io scheduler deadline registered (default)\n[ 0.511093] io scheduler cfq registered\n[ 0.512565] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.514479] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516729] ipmi message handler version 39.2\n[ 0.518350] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.520935] ACPI: Power Button [PWRF]\n[ 0.522390] GHES: HEST is not enabled!\n[ 0.544858] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.590233] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.613936] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.616443] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.641284] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.644836] Linux agpgart interface v0.103\n[ 0.647364] brd: module loaded\n[ 0.649078] loop: module loaded\n[ 0.650657] blk-mq: CPU -> queue map\n[ 0.652017] CPU 0 -> Queue 0\n[ 0.653198] CPU 1 -> Queue 0\n[ 0.655193] vda: vda1\n[ 0.656705] scsi0 : ata_piix\n[ 0.657713] scsi1 : ata_piix\n[ 0.658633] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.660320] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.662209] libphy: Fixed MDIO Bus: probed\n[ 0.663440] tun: Universal TUN/TAP device driver, 1.6\n[ 0.664793] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.668050] PPP generic driver version 2.4.2\n[ 0.669265] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.670858] ehci-pci: EHCI PCI platform driver\n[ 0.672049] ehci-platform: EHCI generic platform driver\n[ 0.673391] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.674937] ohci-pci: OHCI PCI platform driver\n[ 0.676141] ohci-platform: OHCI generic platform driver\n[ 0.677500] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.699950] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.701312] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.703371] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.704944] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.706610] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.708547] usb usb1: Product: UHCI Host Controller\n[ 0.709815] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd\n[ 0.711390] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.712688] hub 1-0:1.0: USB hub found\n[ 0.713768] hub 1-0:1.0: 2 ports detected\n[ 0.715006] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.717825] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.719119] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.720560] mousedev: PS/2 mouse device common for all mice\n[ 0.722256] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.724616] rtc_cmos 00:00: RTC can wake from S4\n[ 0.726169] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.727788] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.729474] device-mapper: uevent: version 1.0.3\n[ 0.730785] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.733032] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.734637] TCP: cubic registered\n[ 0.735699] NET: Registered protocol family 10\n[ 0.737225] NET: Registered protocol family 17\n[ 0.738446] Key type dns_resolver registered\n[ 0.739802] Loading compiled-in X.509 certificates\n[ 0.741621] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b'\n[ 0.751227] registered taskstats version 1\n[ 0.754184] Key type trusted registered\n[ 0.757971] Key type encrypted registered\n[ 0.759092] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.760498] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.762459] regulator-dummy: disabling\n[ 0.763597] Magic number: 14:188:498\n[ 0.764794] rtc_cmos 00:00: setting system clock to 2018-08-15 20:27:12 UTC (1534364832)\n[ 0.767033] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.768557] EDD information not available.\n[ 0.817412] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.819593] Write protecting the kernel read-only data: 12288k\n[ 0.821720] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000)\n[ 0.825115] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000)\nLoading, please wait...\n[ 0.838303] systemd-udevd[107]: starting version 204\n[ 0.880864] FDC 0 is a S82078B\n[ 1.024046] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.188789] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.190538] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.192360] usb 1-1: Product: QEMU USB Tablet\n[ 1.193588] usb 1-1: Manufacturer: QEMU\n[ 1.194687] usb 1-1: SerialNumber: 42\n[ 1.452077] tsc: Refined TSC clocksource calibration: 3491.871 MHz\n[ 1.893036] 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.236554] 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.534411] random: init urandom read with 10 bits of entropy available\n[ 2.652842] 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 Wed, 15 Aug 2018 20:27:14 +0000. Up 3.17 seconds.\ncloud-init-nonet[3.34]: 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 Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[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 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 configure network device[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[4.46]: 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 Wed, 15 Aug 2018 20:27:16 +0000. Up 4.71 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:27:5d:15 |\nci-info: | eth0 | True | 192.168.0.10 | 255.255.255.0 | fa:16:3e:64:be:e5 |\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:\nb9:a8:5a:f7:52:2f:b6:57:37:93:46:52:71:37:e2:0b root@homer-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| ..oo|\n| . o.o|\n| E o |\n| . o o |\n| S + . |\n| ... . * |\n| . o... . o o |\n| . o..o o |\n| ... oo+ |\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:\n68:2f:42:6b:a2:79:09:cb:ea:ee:2e:54:ee:9c:65:d2 root@homer-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| |\n| |\n| |\n| . . |\n| o o o S |\n|.. + E . |\n|oo+.O . . |\n|o+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:\n36:3a:40:d4:de:8a:4c:57:31:ba:df:da:6d:25:4b:ea root@homer-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| .. o. |\n| . .... |\n| ...o |\n| .. o.. |\n| o.o..S |\n| o..+ o o . |\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:\n4d:f1:20:da:01:74:a6:fe:cd:da:9a:4e:d2:45:dd:22 root@homer-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| .o.= o |\n| * o = . |\n| o . E + . |\n| . + . . |\n| . S o |\n| o + |\n| . + o |\n| o + |\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 * 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 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 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 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: "} 2018-08-15 20:29:14,371 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/862ca86b-06ec-4d59-ae70-d91b3227a810/action used request id req-d3e69bd8-c3e2-4678-974c-d0888a4daad0 2018-08-15 20:29:14,371 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0817370414734s 2018-08-15 20:29:14,372 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/862ca86b-06ec-4d59-ae70-d91b3227a810/action used request id req-d3e69bd8-c3e2-4678-974c-d0888a4daad0 2018-08-15 20:29:14,372 - 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-155-generic (buildd@lgw01-amd64-033) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #205-Ubuntu SMP Fri Aug 10 15:53:26 UTC 2018 (Ubuntu 3.13.0-155.205-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-155-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-155-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: 2039688K/2096616K available (7492K kernel code, 1163K rwdata, 3440K rodata, 1368K init, 1448K bss, 56928K 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.008106] Security Framework initialized [ 0.009336] AppArmor: AppArmor initialized [ 0.010475] Yama: becoming mindful. [ 0.012250] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.016383] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.019035] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.020005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.022252] Initializing cgroup subsys memory [ 0.024027] Initializing cgroup subsys devices [ 0.025236] Initializing cgroup subsys freezer [ 0.026447] Initializing cgroup subsys blkio [ 0.027617] Initializing cgroup subsys perf_event [ 0.028008] Initializing cgroup subsys hugetlb [ 0.029341] FEATURE SPEC_CTRL Not Present [ 0.032242] mce: CPU supports 10 MCE banks [ 0.033431] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.033431] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.036012] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.037636] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.039626] Speculative Store Bypass: Vulnerable [ 0.040530] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.047548] ACPI: Core revision 20131115 [ 0.048558] ACPI: All ACPI Tables successfully acquired [ 0.050182] ftrace: allocating 28746 entries in 113 pages [ 0.072260] smpboot: Max logical packages: 2 [ 0.073437] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.076003] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.077922] Enabling x2apic [ 0.078794] Enabled x2apic [ 0.080007] Switched APIC routing to physical x2apic. [ 0.082662] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.084002] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.086810] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.093709] KVM setup paravirtual spinlock [ 0.096945] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.098882] x86: Booting SMP configuration: [ 0.100004] .... node #0, CPUs: #1[ 0.096890] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.116018] x86: Booted up 1 node, 2 CPUs [ 0.116012] KVM setup async PF for cpu 1 [ 0.116014] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.119784] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.120415] devtmpfs: initialized [ 0.122342] EVM: security.selinux [ 0.123327] EVM: security.SMACK64 [ 0.124005] EVM: security.ima [ 0.124920] EVM: security.capability [ 0.125993] pinctrl core: initialized pinctrl subsystem [ 0.128055] regulator-dummy: no parameters [ 0.129295] RTC time: 20:27:11, date: 08/15/18 [ 0.130557] NET: Registered protocol family 16 [ 0.131899] cpuidle: using governor ladder [ 0.132004] cpuidle: using governor menu [ 0.133165] ACPI: bus type PCI registered [ 0.134284] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.136028] PCI: Using configuration type 1 for base access [ 0.138118] bio: create slab at 0 [ 0.138118] ACPI: Added _OSI(Module Device) [ 0.140003] ACPI: Added _OSI(Processor Device) [ 0.141216] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.142474] ACPI: Added _OSI(Processor Aggregator Device) [ 0.145233] ACPI: Interpreter enabled [ 0.146296] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.148738] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.151321] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.153680] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.156006] ACPI: (supports S0 S5) [ 0.160003] ACPI: Using IOAPIC for interrupt routing [ 0.161334] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.163905] ACPI: No dock devices found. [ 0.165995] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.167577] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.168007] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.169678] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.172206] acpiphp: Slot [3] registered [ 0.173325] acpiphp: Slot [4] registered [ 0.174455] acpiphp: Slot [5] registered [ 0.175572] acpiphp: Slot [6] registered [ 0.176023] acpiphp: Slot [7] registered [ 0.177135] acpiphp: Slot [8] registered [ 0.178239] acpiphp: Slot [9] registered [ 0.179358] acpiphp: Slot [10] registered [ 0.180020] acpiphp: Slot [11] registered [ 0.181150] acpiphp: Slot [12] registered [ 0.182281] acpiphp: Slot [13] registered [ 0.183421] acpiphp: Slot [14] registered [ 0.184020] acpiphp: Slot [15] registered [ 0.185164] acpiphp: Slot [16] registered [ 0.186386] acpiphp: Slot [17] registered [ 0.187513] acpiphp: Slot [18] registered [ 0.188027] acpiphp: Slot [19] registered [ 0.189175] acpiphp: Slot [20] registered [ 0.190316] acpiphp: Slot [21] registered [ 0.191456] acpiphp: Slot [22] registered [ 0.192020] acpiphp: Slot [23] registered [ 0.193169] acpiphp: Slot [24] registered [ 0.194300] acpiphp: Slot [25] registered [ 0.195430] acpiphp: Slot [26] registered [ 0.196020] acpiphp: Slot [27] registered [ 0.197157] acpiphp: Slot [28] registered [ 0.198282] acpiphp: Slot [29] registered [ 0.199419] acpiphp: Slot [30] registered [ 0.200028] acpiphp: Slot [31] registered [ 0.201153] PCI host bridge to bus 0000:00 [ 0.202283] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.203706] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.204004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.205569] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.207254] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.208003] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.215404] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.216014] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.242589] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.244564] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.246554] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.248537] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.250602] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.252221] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.253996] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.253996] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.256004] vgaarb: loaded [ 0.256851] vgaarb: bridge control possible 0000:00:02.0 [ 0.258504] SCSI subsystem initialized [ 0.259740] ACPI: bus type USB registered [ 0.260031] usbcore: registered new interface driver usbfs [ 0.261464] usbcore: registered new interface driver hub [ 0.262890] usbcore: registered new device driver usb [ 0.264117] PCI: Using ACPI for IRQ routing [ 0.265563] NetLabel: Initializing [ 0.266574] NetLabel: domain hash size = 128 [ 0.267767] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.268065] NetLabel: unlabeled traffic allowed by default [ 0.269514] Switched to clocksource kvm-clock [ 0.277200] AppArmor: AppArmor Filesystem Enabled [ 0.278522] pnp: PnP ACPI init [ 0.279459] ACPI: bus type PNP registered [ 0.281044] pnp: PnP ACPI: found 8 devices [ 0.282190] ACPI: bus type PNP unregistered [ 0.289689] NET: Registered protocol family 2 [ 0.291177] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.293302] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.295192] TCP: Hash tables configured (established 16384 bind 16384) [ 0.296969] TCP: reno registered [ 0.297924] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.299471] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.301196] NET: Registered protocol family 1 [ 0.302418] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.303943] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.305436] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.327969] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.350648] Trying to unpack rootfs image as initramfs... [ 0.453190] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.455495] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.457011] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.459050] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.462092] Scanning for low memory corruption every 60 seconds [ 0.464447] Initialise system trusted keyring [ 0.466051] audit: initializing netlink socket (disabled) [ 0.467885] type=2000 audit(1534364831.701:1): initialized [ 0.488781] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.491863] zbud: loaded [ 0.493140] VFS: Disk quotas dquot_6.5.2 [ 0.494642] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.497221] fuse init (API version 7.22) [ 0.498734] msgmni has been set to 3997 [ 0.500194] Key type big_key registered [ 0.502033] Key type asymmetric registered [ 0.503545] Asymmetric key parser 'x509' registered [ 0.505292] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.507915] io scheduler noop registered [ 0.509356] io scheduler deadline registered (default) [ 0.511093] io scheduler cfq registered [ 0.512565] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.514479] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.516729] ipmi message handler version 39.2 [ 0.518350] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.520935] ACPI: Power Button [PWRF] [ 0.522390] GHES: HEST is not enabled! [ 0.544858] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.590233] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.613936] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.616443] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.641284] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.644836] Linux agpgart interface v0.103 [ 0.647364] brd: module loaded [ 0.649078] loop: module loaded [ 0.650657] blk-mq: CPU -> queue map [ 0.652017] CPU 0 -> Queue 0 [ 0.653198] CPU 1 -> Queue 0 [ 0.655193] vda: vda1 [ 0.656705] scsi0 : ata_piix [ 0.657713] scsi1 : ata_piix [ 0.658633] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.660320] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.662209] libphy: Fixed MDIO Bus: probed [ 0.663440] tun: Universal TUN/TAP device driver, 1.6 [ 0.664793] tun: (C) 1999-2004 Max Krasnyansky [ 0.668050] PPP generic driver version 2.4.2 [ 0.669265] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.670858] ehci-pci: EHCI PCI platform driver [ 0.672049] ehci-platform: EHCI generic platform driver [ 0.673391] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.674937] ohci-pci: OHCI PCI platform driver [ 0.676141] ohci-platform: OHCI generic platform driver [ 0.677500] uhci_hcd: USB Universal Host Controller Interface driver [ 0.699950] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.701312] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.703371] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.704944] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.706610] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.708547] usb usb1: Product: UHCI Host Controller [ 0.709815] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd [ 0.711390] usb usb1: SerialNumber: 0000:00:01.2 [ 0.712688] hub 1-0:1.0: USB hub found [ 0.713768] hub 1-0:1.0: 2 ports detected [ 0.715006] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.717825] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.719119] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.720560] mousedev: PS/2 mouse device common for all mice [ 0.722256] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.724616] rtc_cmos 00:00: RTC can wake from S4 [ 0.726169] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.727788] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.729474] device-mapper: uevent: version 1.0.3 [ 0.730785] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.733032] ledtrig-cpu: registered to indicate activity on CPUs [ 0.734637] TCP: cubic registered [ 0.735699] NET: Registered protocol family 10 [ 0.737225] NET: Registered protocol family 17 [ 0.738446] Key type dns_resolver registered [ 0.739802] Loading compiled-in X.509 certificates [ 0.741621] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b' [ 0.751227] registered taskstats version 1 [ 0.754184] Key type trusted registered [ 0.757971] Key type encrypted registered [ 0.759092] AppArmor: AppArmor sha1 policy hashing enabled [ 0.760498] IMA: No TPM chip found, activating TPM-bypass! [ 0.762459] regulator-dummy: disabling [ 0.763597] Magic number: 14:188:498 [ 0.764794] rtc_cmos 00:00: setting system clock to 2018-08-15 20:27:12 UTC (1534364832) [ 0.767033] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.768557] EDD information not available. [ 0.817412] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.819593] Write protecting the kernel read-only data: 12288k [ 0.821720] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000) [ 0.825115] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000) Loading, please wait... [ 0.838303] systemd-udevd[107]: starting version 204 [ 0.880864] FDC 0 is a S82078B [ 1.024046] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.188789] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.190538] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.192360] usb 1-1: Product: QEMU USB Tablet [ 1.193588] usb 1-1: Manufacturer: QEMU [ 1.194687] usb 1-1: SerialNumber: 42 [ 1.452077] tsc: Refined TSC clocksource calibration: 3491.871 MHz [ 1.893036] 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.236554] 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.534411] random: init urandom read with 10 bits of entropy available [ 2.652842] 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 Wed, 15 Aug 2018 20:27:14 +0000. Up 3.17 seconds. cloud-init-nonet[3.34]: 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 Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[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 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 configure network device[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[4.46]: 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 Wed, 15 Aug 2018 20:27:16 +0000. Up 4.71 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:27:5d:15 | ci-info: | eth0 | True | 192.168.0.10 | 255.255.255.0 | fa:16:3e:64:be:e5 | 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: b9:a8:5a:f7:52:2f:b6:57:37:93:46:52:71:37:e2:0b root@homer-0 The key's randomart image is: +--[ RSA 2048]----+ | ..oo| | . o.o| | E o | | . o o | | S + . | | ... . * | | . o... . o o | | . o..o o | | ... oo+ | +-----------------+ 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: 68:2f:42:6b:a2:79:09:cb:ea:ee:2e:54:ee:9c:65:d2 root@homer-0 The key's randomart image is: +--[ DSA 1024]----+ | | | | | | | . . | | o o o S | |.. + E . | |oo+.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: 36:3a:40:d4:de:8a:4c:57:31:ba:df:da:6d:25:4b:ea root@homer-0 The key's randomart image is: +--[ECDSA 256]---+ | .. o. | | . .... | | ...o | | .. o.. | | o.o..S | | o..+ o o . | | 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: 4d:f1:20:da:01:74:a6:fe:cd:da:9a:4e:d2:45:dd:22 root@homer-0 The key's randomart image is: +--[ED25519 256--+ | .o.= o | | * o = . | | o . E + . | | . + . . | | . S o | | o + | | . + 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 D-Bus system message bus[74G[ OK ] * Starting SystemD login management service[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 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 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: 2018-08-15 20:29:14,373 - functest.core.singlevm - DEBUG - try 10: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-15 20:29:24,384 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:29:24,387 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" 2018-08-15 20:29:24,946 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:29:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9b48a2ef-da63-4347-a7b9-a89bdf6cc2f3 x-compute-request-id: req-9b48a2ef-da63-4347-a7b9-a89bdf6cc2f3 Content-Encoding: gzip Content-Length: 1508 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:64:be:e5", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:64:be:e5", "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:27:5d:15", "version": 4, "addr": "192.168.1.2", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:27:5d:15", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/862ca86b-06ec-4d59-ae70-d91b3227a810", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/862ca86b-06ec-4d59-ae70-d91b3227a810", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:27:10.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "862ca86b-06ec-4d59-ae70-d91b3227a810", "security_groups": [{"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:27:10Z", "hostId": "019940e19a7b1ae7bcf66d3fa083c7498a80fd0bd54c47880af1a37a", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "homer-0.clearwater.opnfv", "created": "2018-08-15T20:26:30Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:40:77:5b", "version": 4, "addr": "192.168.0.18", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:40:77:5b", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d1:da:9d", "version": 4, "addr": "192.168.1.29", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d1:da:9d", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e6950a11-a5a7-4554-9dbb-df77b86ba400", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e6950a11-a5a7-4554-9dbb-df77b86ba400", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:27:22.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "e6950a11-a5a7-4554-9dbb-df77b86ba400", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:27:22Z", "hostId": "b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "bono-0.clearwater.opnfv", "created": "2018-08-15T20:26:30Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:51:74", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:51:74", "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:66:5e:3a", "version": 4, "addr": "192.168.1.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/ffc54980-6efe-4637-8bb5-39036958536d", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/ffc54980-6efe-4637-8bb5-39036958536d", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:27:20.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "ffc54980-6efe-4637-8bb5-39036958536d", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-mgmt"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:27:20Z", "hostId": "b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "dime-0.clearwater.opnfv", "created": "2018-08-15T20:26:30Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:a0:d6:2a", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:d6:2a", "version": 4, "addr": "172.30.9.213", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:0c:21", "version": 4, "addr": "192.168.1.21", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/59e09722-d046-47e2-8d46-98d35b577bb4", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/59e09722-d046-47e2-8d46-98d35b577bb4", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:27:18.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "59e09722-d046-47e2-8d46-98d35b577bb4", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:27:18Z", "hostId": "b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-15T20:26:29Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:67:a8:44", "version": 4, "addr": "192.168.0.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:67:a8:44", "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:5b:b2:38", "version": 4, "addr": "192.168.1.3", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/a76c441e-39fd-4d5f-93ae-d1b09ddfc9da", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/a76c441e-39fd-4d5f-93ae-d1b09ddfc9da", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:27:12.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "a76c441e-39fd-4d5f-93ae-d1b09ddfc9da", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:27:12Z", "hostId": "b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-15T20:26:29Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:9f:75:cc", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:75:cc", "version": 4, "addr": "172.30.9.217", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e0dd32cc-fa1d-4798-8b82-04894a6f8bfa", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e0dd32cc-fa1d-4798-8b82-04894a6f8bfa", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:26:06.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "e0dd32cc-fa1d-4798-8b82-04894a6f8bfa", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:26:06Z", "hostId": "019940e19a7b1ae7bcf66d3fa083c7498a80fd0bd54c47880af1a37a", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-15T20:24:22Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:e5:cc:ec", "version": 4, "addr": "192.168.0.2", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e5:cc:ec", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:01:52:92", "version": 4, "addr": "192.168.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/99cb71c2-331c-48dd-b548-d074f602efeb", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/99cb71c2-331c-48dd-b548-d074f602efeb", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:24:12.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "99cb71c2-331c-48dd-b548-d074f602efeb", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:24:12Z", "hostId": "b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "ns.clearwater.opnfv", "created": "2018-08-15T20:22:28Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:29:24,946 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-9b48a2ef-da63-4347-a7b9-a89bdf6cc2f3 2018-08-15 20:29:24,946 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.562211990356s 2018-08-15 20:29:24,947 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-9b48a2ef-da63-4347-a7b9-a89bdf6cc2f3 2018-08-15 20:29:24,955 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-15 20:29:24,957 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/862ca86b-06ec-4d59-ae70-d91b3227a810/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}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-15 20:29:25,027 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:29:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9f18cad6-e171-4fa8-9fd3-f62b3cdcca1a x-compute-request-id: req-9f18cad6-e171-4fa8-9fd3-f62b3cdcca1a Content-Encoding: gzip Content-Length: 9716 Content-Type: application/json RESP BODY: {"output": "[ 0.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-155-generic (buildd@lgw01-amd64-033) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #205-Ubuntu SMP Fri Aug 10 15:53:26 UTC 2018 (Ubuntu 3.13.0-155.205-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-155-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-155-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: 2039688K/2096616K available (7492K kernel code, 1163K rwdata, 3440K rodata, 1368K init, 1448K bss, 56928K 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.008106] Security Framework initialized\n[ 0.009336] AppArmor: AppArmor initialized\n[ 0.010475] Yama: becoming mindful.\n[ 0.012250] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.016383] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.019035] 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.022252] Initializing cgroup subsys memory\n[ 0.024027] Initializing cgroup subsys devices\n[ 0.025236] Initializing cgroup subsys freezer\n[ 0.026447] Initializing cgroup subsys blkio\n[ 0.027617] Initializing cgroup subsys perf_event\n[ 0.028008] Initializing cgroup subsys hugetlb\n[ 0.029341] FEATURE SPEC_CTRL Not Present\n[ 0.032242] mce: CPU supports 10 MCE banks\n[ 0.033431] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.033431] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.036012] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.037636] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.039626] Speculative Store Bypass: Vulnerable\n[ 0.040530] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.047548] ACPI: Core revision 20131115\n[ 0.048558] ACPI: All ACPI Tables successfully acquired\n[ 0.050182] ftrace: allocating 28746 entries in 113 pages\n[ 0.072260] smpboot: Max logical packages: 2\n[ 0.073437] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.076003] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.077922] Enabling x2apic\n[ 0.078794] Enabled x2apic\n[ 0.080007] Switched APIC routing to physical x2apic.\n[ 0.082662] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.084002] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.086810] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.093709] KVM setup paravirtual spinlock\n[ 0.096945] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.098882] x86: Booting SMP configuration:\n[ 0.100004] .... node #0, CPUs: #1[ 0.096890] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.116018] x86: Booted up 1 node, 2 CPUs\n[ 0.116012] KVM setup async PF for cpu 1\n[ 0.116014] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.119784] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.120415] devtmpfs: initialized\n[ 0.122342] EVM: security.selinux\n[ 0.123327] EVM: security.SMACK64\n[ 0.124005] EVM: security.ima\n[ 0.124920] EVM: security.capability\n[ 0.125993] pinctrl core: initialized pinctrl subsystem\n[ 0.128055] regulator-dummy: no parameters\n[ 0.129295] RTC time: 20:27:11, date: 08/15/18\n[ 0.130557] NET: Registered protocol family 16\n[ 0.131899] cpuidle: using governor ladder\n[ 0.132004] cpuidle: using governor menu\n[ 0.133165] ACPI: bus type PCI registered\n[ 0.134284] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.136028] PCI: Using configuration type 1 for base access\n[ 0.138118] bio: create slab at 0\n[ 0.138118] ACPI: Added _OSI(Module Device)\n[ 0.140003] ACPI: Added _OSI(Processor Device)\n[ 0.141216] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.142474] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.145233] ACPI: Interpreter enabled\n[ 0.146296] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.148738] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.151321] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.153680] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.156006] ACPI: (supports S0 S5)\n[ 0.160003] ACPI: Using IOAPIC for interrupt routing\n[ 0.161334] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.163905] ACPI: No dock devices found.\n[ 0.165995] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.167577] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.168007] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.169678] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.172206] acpiphp: Slot [3] registered\n[ 0.173325] acpiphp: Slot [4] registered\n[ 0.174455] acpiphp: Slot [5] registered\n[ 0.175572] acpiphp: Slot [6] registered\n[ 0.176023] acpiphp: Slot [7] registered\n[ 0.177135] acpiphp: Slot [8] registered\n[ 0.178239] acpiphp: Slot [9] registered\n[ 0.179358] acpiphp: Slot [10] registered\n[ 0.180020] acpiphp: Slot [11] registered\n[ 0.181150] acpiphp: Slot [12] registered\n[ 0.182281] acpiphp: Slot [13] registered\n[ 0.183421] acpiphp: Slot [14] registered\n[ 0.184020] acpiphp: Slot [15] registered\n[ 0.185164] acpiphp: Slot [16] registered\n[ 0.186386] acpiphp: Slot [17] registered\n[ 0.187513] acpiphp: Slot [18] registered\n[ 0.188027] acpiphp: Slot [19] registered\n[ 0.189175] acpiphp: Slot [20] registered\n[ 0.190316] acpiphp: Slot [21] registered\n[ 0.191456] acpiphp: Slot [22] registered\n[ 0.192020] acpiphp: Slot [23] registered\n[ 0.193169] acpiphp: Slot [24] registered\n[ 0.194300] acpiphp: Slot [25] registered\n[ 0.195430] acpiphp: Slot [26] registered\n[ 0.196020] acpiphp: Slot [27] registered\n[ 0.197157] acpiphp: Slot [28] registered\n[ 0.198282] acpiphp: Slot [29] registered\n[ 0.199419] acpiphp: Slot [30] registered\n[ 0.200028] acpiphp: Slot [31] registered\n[ 0.201153] PCI host bridge to bus 0000:00\n[ 0.202283] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.203706] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.204004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.205569] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.207254] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.208003] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.215404] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.216014] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.242589] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.244564] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.246554] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.248537] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.250602] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.252221] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.253996] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.253996] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.256004] vgaarb: loaded\n[ 0.256851] vgaarb: bridge control possible 0000:00:02.0\n[ 0.258504] SCSI subsystem initialized\n[ 0.259740] ACPI: bus type USB registered\n[ 0.260031] usbcore: registered new interface driver usbfs\n[ 0.261464] usbcore: registered new interface driver hub\n[ 0.262890] usbcore: registered new device driver usb\n[ 0.264117] PCI: Using ACPI for IRQ routing\n[ 0.265563] NetLabel: Initializing\n[ 0.266574] NetLabel: domain hash size = 128\n[ 0.267767] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.268065] NetLabel: unlabeled traffic allowed by default\n[ 0.269514] Switched to clocksource kvm-clock\n[ 0.277200] AppArmor: AppArmor Filesystem Enabled\n[ 0.278522] pnp: PnP ACPI init\n[ 0.279459] ACPI: bus type PNP registered\n[ 0.281044] pnp: PnP ACPI: found 8 devices\n[ 0.282190] ACPI: bus type PNP unregistered\n[ 0.289689] NET: Registered protocol family 2\n[ 0.291177] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.293302] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.295192] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.296969] TCP: reno registered\n[ 0.297924] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.299471] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.301196] NET: Registered protocol family 1\n[ 0.302418] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.303943] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.305436] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.327969] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.350648] Trying to unpack rootfs image as initramfs...\n[ 0.453190] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.455495] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.457011] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.459050] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.462092] Scanning for low memory corruption every 60 seconds\n[ 0.464447] Initialise system trusted keyring\n[ 0.466051] audit: initializing netlink socket (disabled)\n[ 0.467885] type=2000 audit(1534364831.701:1): initialized\n[ 0.488781] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.491863] zbud: loaded\n[ 0.493140] VFS: Disk quotas dquot_6.5.2\n[ 0.494642] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.497221] fuse init (API version 7.22)\n[ 0.498734] msgmni has been set to 3997\n[ 0.500194] Key type big_key registered\n[ 0.502033] Key type asymmetric registered\n[ 0.503545] Asymmetric key parser 'x509' registered\n[ 0.505292] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.507915] io scheduler noop registered\n[ 0.509356] io scheduler deadline registered (default)\n[ 0.511093] io scheduler cfq registered\n[ 0.512565] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.514479] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516729] ipmi message handler version 39.2\n[ 0.518350] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.520935] ACPI: Power Button [PWRF]\n[ 0.522390] GHES: HEST is not enabled!\n[ 0.544858] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.590233] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.613936] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.616443] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.641284] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.644836] Linux agpgart interface v0.103\n[ 0.647364] brd: module loaded\n[ 0.649078] loop: module loaded\n[ 0.650657] blk-mq: CPU -> queue map\n[ 0.652017] CPU 0 -> Queue 0\n[ 0.653198] CPU 1 -> Queue 0\n[ 0.655193] vda: vda1\n[ 0.656705] scsi0 : ata_piix\n[ 0.657713] scsi1 : ata_piix\n[ 0.658633] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.660320] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.662209] libphy: Fixed MDIO Bus: probed\n[ 0.663440] tun: Universal TUN/TAP device driver, 1.6\n[ 0.664793] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.668050] PPP generic driver version 2.4.2\n[ 0.669265] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.670858] ehci-pci: EHCI PCI platform driver\n[ 0.672049] ehci-platform: EHCI generic platform driver\n[ 0.673391] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.674937] ohci-pci: OHCI PCI platform driver\n[ 0.676141] ohci-platform: OHCI generic platform driver\n[ 0.677500] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.699950] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.701312] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.703371] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.704944] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.706610] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.708547] usb usb1: Product: UHCI Host Controller\n[ 0.709815] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd\n[ 0.711390] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.712688] hub 1-0:1.0: USB hub found\n[ 0.713768] hub 1-0:1.0: 2 ports detected\n[ 0.715006] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.717825] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.719119] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.720560] mousedev: PS/2 mouse device common for all mice\n[ 0.722256] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.724616] rtc_cmos 00:00: RTC can wake from S4\n[ 0.726169] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.727788] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.729474] device-mapper: uevent: version 1.0.3\n[ 0.730785] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.733032] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.734637] TCP: cubic registered\n[ 0.735699] NET: Registered protocol family 10\n[ 0.737225] NET: Registered protocol family 17\n[ 0.738446] Key type dns_resolver registered\n[ 0.739802] Loading compiled-in X.509 certificates\n[ 0.741621] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b'\n[ 0.751227] registered taskstats version 1\n[ 0.754184] Key type trusted registered\n[ 0.757971] Key type encrypted registered\n[ 0.759092] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.760498] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.762459] regulator-dummy: disabling\n[ 0.763597] Magic number: 14:188:498\n[ 0.764794] rtc_cmos 00:00: setting system clock to 2018-08-15 20:27:12 UTC (1534364832)\n[ 0.767033] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.768557] EDD information not available.\n[ 0.817412] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.819593] Write protecting the kernel read-only data: 12288k\n[ 0.821720] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000)\n[ 0.825115] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000)\nLoading, please wait...\n[ 0.838303] systemd-udevd[107]: starting version 204\n[ 0.880864] FDC 0 is a S82078B\n[ 1.024046] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.188789] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.190538] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.192360] usb 1-1: Product: QEMU USB Tablet\n[ 1.193588] usb 1-1: Manufacturer: QEMU\n[ 1.194687] usb 1-1: SerialNumber: 42\n[ 1.452077] tsc: Refined TSC clocksource calibration: 3491.871 MHz\n[ 1.893036] 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.236554] 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.534411] random: init urandom read with 10 bits of entropy available\n[ 2.652842] 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 Wed, 15 Aug 2018 20:27:14 +0000. Up 3.17 seconds.\ncloud-init-nonet[3.34]: 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 Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[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 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 configure network device[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[4.46]: 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 Wed, 15 Aug 2018 20:27:16 +0000. Up 4.71 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:27:5d:15 |\nci-info: | eth0 | True | 192.168.0.10 | 255.255.255.0 | fa:16:3e:64:be:e5 |\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:\nb9:a8:5a:f7:52:2f:b6:57:37:93:46:52:71:37:e2:0b root@homer-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| ..oo|\n| . o.o|\n| E o |\n| . o o |\n| S + . |\n| ... . * |\n| . o... . o o |\n| . o..o o |\n| ... oo+ |\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:\n68:2f:42:6b:a2:79:09:cb:ea:ee:2e:54:ee:9c:65:d2 root@homer-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| |\n| |\n| |\n| . . |\n| o o o S |\n|.. + E . |\n|oo+.O . . |\n|o+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:\n36:3a:40:d4:de:8a:4c:57:31:ba:df:da:6d:25:4b:ea root@homer-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| .. o. |\n| . .... |\n| ...o |\n| .. o.. |\n| o.o..S |\n| o..+ o o . |\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:\n4d:f1:20:da:01:74:a6:fe:cd:da:9a:4e:d2:45:dd:22 root@homer-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| .o.= o |\n| * o = . |\n| o . E + . |\n| . + . . |\n| . S o |\n| o + |\n| . + o |\n| o + |\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 * 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 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 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 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 Wed, 15 Aug 2018 20:29:20 +0000. Up 128.93 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\n"} 2018-08-15 20:29:25,027 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/862ca86b-06ec-4d59-ae70-d91b3227a810/action used request id req-9f18cad6-e171-4fa8-9fd3-f62b3cdcca1a 2018-08-15 20:29:25,027 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0722050666809s 2018-08-15 20:29:25,028 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/862ca86b-06ec-4d59-ae70-d91b3227a810/action used request id req-9f18cad6-e171-4fa8-9fd3-f62b3cdcca1a 2018-08-15 20:29:25,028 - 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-155-generic (buildd@lgw01-amd64-033) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #205-Ubuntu SMP Fri Aug 10 15:53:26 UTC 2018 (Ubuntu 3.13.0-155.205-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-155-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-155-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: 2039688K/2096616K available (7492K kernel code, 1163K rwdata, 3440K rodata, 1368K init, 1448K bss, 56928K 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.008106] Security Framework initialized [ 0.009336] AppArmor: AppArmor initialized [ 0.010475] Yama: becoming mindful. [ 0.012250] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.016383] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.019035] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.020005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.022252] Initializing cgroup subsys memory [ 0.024027] Initializing cgroup subsys devices [ 0.025236] Initializing cgroup subsys freezer [ 0.026447] Initializing cgroup subsys blkio [ 0.027617] Initializing cgroup subsys perf_event [ 0.028008] Initializing cgroup subsys hugetlb [ 0.029341] FEATURE SPEC_CTRL Not Present [ 0.032242] mce: CPU supports 10 MCE banks [ 0.033431] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.033431] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.036012] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.037636] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.039626] Speculative Store Bypass: Vulnerable [ 0.040530] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.047548] ACPI: Core revision 20131115 [ 0.048558] ACPI: All ACPI Tables successfully acquired [ 0.050182] ftrace: allocating 28746 entries in 113 pages [ 0.072260] smpboot: Max logical packages: 2 [ 0.073437] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.076003] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.077922] Enabling x2apic [ 0.078794] Enabled x2apic [ 0.080007] Switched APIC routing to physical x2apic. [ 0.082662] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.084002] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.086810] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.093709] KVM setup paravirtual spinlock [ 0.096945] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.098882] x86: Booting SMP configuration: [ 0.100004] .... node #0, CPUs: #1[ 0.096890] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.116018] x86: Booted up 1 node, 2 CPUs [ 0.116012] KVM setup async PF for cpu 1 [ 0.116014] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.119784] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.120415] devtmpfs: initialized [ 0.122342] EVM: security.selinux [ 0.123327] EVM: security.SMACK64 [ 0.124005] EVM: security.ima [ 0.124920] EVM: security.capability [ 0.125993] pinctrl core: initialized pinctrl subsystem [ 0.128055] regulator-dummy: no parameters [ 0.129295] RTC time: 20:27:11, date: 08/15/18 [ 0.130557] NET: Registered protocol family 16 [ 0.131899] cpuidle: using governor ladder [ 0.132004] cpuidle: using governor menu [ 0.133165] ACPI: bus type PCI registered [ 0.134284] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.136028] PCI: Using configuration type 1 for base access [ 0.138118] bio: create slab at 0 [ 0.138118] ACPI: Added _OSI(Module Device) [ 0.140003] ACPI: Added _OSI(Processor Device) [ 0.141216] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.142474] ACPI: Added _OSI(Processor Aggregator Device) [ 0.145233] ACPI: Interpreter enabled [ 0.146296] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.148738] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.151321] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.153680] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.156006] ACPI: (supports S0 S5) [ 0.160003] ACPI: Using IOAPIC for interrupt routing [ 0.161334] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.163905] ACPI: No dock devices found. [ 0.165995] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.167577] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.168007] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.169678] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.172206] acpiphp: Slot [3] registered [ 0.173325] acpiphp: Slot [4] registered [ 0.174455] acpiphp: Slot [5] registered [ 0.175572] acpiphp: Slot [6] registered [ 0.176023] acpiphp: Slot [7] registered [ 0.177135] acpiphp: Slot [8] registered [ 0.178239] acpiphp: Slot [9] registered [ 0.179358] acpiphp: Slot [10] registered [ 0.180020] acpiphp: Slot [11] registered [ 0.181150] acpiphp: Slot [12] registered [ 0.182281] acpiphp: Slot [13] registered [ 0.183421] acpiphp: Slot [14] registered [ 0.184020] acpiphp: Slot [15] registered [ 0.185164] acpiphp: Slot [16] registered [ 0.186386] acpiphp: Slot [17] registered [ 0.187513] acpiphp: Slot [18] registered [ 0.188027] acpiphp: Slot [19] registered [ 0.189175] acpiphp: Slot [20] registered [ 0.190316] acpiphp: Slot [21] registered [ 0.191456] acpiphp: Slot [22] registered [ 0.192020] acpiphp: Slot [23] registered [ 0.193169] acpiphp: Slot [24] registered [ 0.194300] acpiphp: Slot [25] registered [ 0.195430] acpiphp: Slot [26] registered [ 0.196020] acpiphp: Slot [27] registered [ 0.197157] acpiphp: Slot [28] registered [ 0.198282] acpiphp: Slot [29] registered [ 0.199419] acpiphp: Slot [30] registered [ 0.200028] acpiphp: Slot [31] registered [ 0.201153] PCI host bridge to bus 0000:00 [ 0.202283] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.203706] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.204004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.205569] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.207254] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.208003] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.215404] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.216014] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.242589] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.244564] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.246554] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.248537] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.250602] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.252221] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.253996] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.253996] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.256004] vgaarb: loaded [ 0.256851] vgaarb: bridge control possible 0000:00:02.0 [ 0.258504] SCSI subsystem initialized [ 0.259740] ACPI: bus type USB registered [ 0.260031] usbcore: registered new interface driver usbfs [ 0.261464] usbcore: registered new interface driver hub [ 0.262890] usbcore: registered new device driver usb [ 0.264117] PCI: Using ACPI for IRQ routing [ 0.265563] NetLabel: Initializing [ 0.266574] NetLabel: domain hash size = 128 [ 0.267767] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.268065] NetLabel: unlabeled traffic allowed by default [ 0.269514] Switched to clocksource kvm-clock [ 0.277200] AppArmor: AppArmor Filesystem Enabled [ 0.278522] pnp: PnP ACPI init [ 0.279459] ACPI: bus type PNP registered [ 0.281044] pnp: PnP ACPI: found 8 devices [ 0.282190] ACPI: bus type PNP unregistered [ 0.289689] NET: Registered protocol family 2 [ 0.291177] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.293302] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.295192] TCP: Hash tables configured (established 16384 bind 16384) [ 0.296969] TCP: reno registered [ 0.297924] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.299471] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.301196] NET: Registered protocol family 1 [ 0.302418] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.303943] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.305436] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.327969] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.350648] Trying to unpack rootfs image as initramfs... [ 0.453190] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.455495] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.457011] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.459050] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.462092] Scanning for low memory corruption every 60 seconds [ 0.464447] Initialise system trusted keyring [ 0.466051] audit: initializing netlink socket (disabled) [ 0.467885] type=2000 audit(1534364831.701:1): initialized [ 0.488781] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.491863] zbud: loaded [ 0.493140] VFS: Disk quotas dquot_6.5.2 [ 0.494642] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.497221] fuse init (API version 7.22) [ 0.498734] msgmni has been set to 3997 [ 0.500194] Key type big_key registered [ 0.502033] Key type asymmetric registered [ 0.503545] Asymmetric key parser 'x509' registered [ 0.505292] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.507915] io scheduler noop registered [ 0.509356] io scheduler deadline registered (default) [ 0.511093] io scheduler cfq registered [ 0.512565] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.514479] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.516729] ipmi message handler version 39.2 [ 0.518350] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.520935] ACPI: Power Button [PWRF] [ 0.522390] GHES: HEST is not enabled! [ 0.544858] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.590233] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.613936] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.616443] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.641284] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.644836] Linux agpgart interface v0.103 [ 0.647364] brd: module loaded [ 0.649078] loop: module loaded [ 0.650657] blk-mq: CPU -> queue map [ 0.652017] CPU 0 -> Queue 0 [ 0.653198] CPU 1 -> Queue 0 [ 0.655193] vda: vda1 [ 0.656705] scsi0 : ata_piix [ 0.657713] scsi1 : ata_piix [ 0.658633] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.660320] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.662209] libphy: Fixed MDIO Bus: probed [ 0.663440] tun: Universal TUN/TAP device driver, 1.6 [ 0.664793] tun: (C) 1999-2004 Max Krasnyansky [ 0.668050] PPP generic driver version 2.4.2 [ 0.669265] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.670858] ehci-pci: EHCI PCI platform driver [ 0.672049] ehci-platform: EHCI generic platform driver [ 0.673391] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.674937] ohci-pci: OHCI PCI platform driver [ 0.676141] ohci-platform: OHCI generic platform driver [ 0.677500] uhci_hcd: USB Universal Host Controller Interface driver [ 0.699950] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.701312] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.703371] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.704944] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.706610] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.708547] usb usb1: Product: UHCI Host Controller [ 0.709815] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd [ 0.711390] usb usb1: SerialNumber: 0000:00:01.2 [ 0.712688] hub 1-0:1.0: USB hub found [ 0.713768] hub 1-0:1.0: 2 ports detected [ 0.715006] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.717825] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.719119] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.720560] mousedev: PS/2 mouse device common for all mice [ 0.722256] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.724616] rtc_cmos 00:00: RTC can wake from S4 [ 0.726169] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.727788] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.729474] device-mapper: uevent: version 1.0.3 [ 0.730785] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.733032] ledtrig-cpu: registered to indicate activity on CPUs [ 0.734637] TCP: cubic registered [ 0.735699] NET: Registered protocol family 10 [ 0.737225] NET: Registered protocol family 17 [ 0.738446] Key type dns_resolver registered [ 0.739802] Loading compiled-in X.509 certificates [ 0.741621] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b' [ 0.751227] registered taskstats version 1 [ 0.754184] Key type trusted registered [ 0.757971] Key type encrypted registered [ 0.759092] AppArmor: AppArmor sha1 policy hashing enabled [ 0.760498] IMA: No TPM chip found, activating TPM-bypass! [ 0.762459] regulator-dummy: disabling [ 0.763597] Magic number: 14:188:498 [ 0.764794] rtc_cmos 00:00: setting system clock to 2018-08-15 20:27:12 UTC (1534364832) [ 0.767033] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.768557] EDD information not available. [ 0.817412] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.819593] Write protecting the kernel read-only data: 12288k [ 0.821720] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000) [ 0.825115] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000) Loading, please wait... [ 0.838303] systemd-udevd[107]: starting version 204 [ 0.880864] FDC 0 is a S82078B [ 1.024046] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.188789] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.190538] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.192360] usb 1-1: Product: QEMU USB Tablet [ 1.193588] usb 1-1: Manufacturer: QEMU [ 1.194687] usb 1-1: SerialNumber: 42 [ 1.452077] tsc: Refined TSC clocksource calibration: 3491.871 MHz [ 1.893036] 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.236554] 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.534411] random: init urandom read with 10 bits of entropy available [ 2.652842] 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 Wed, 15 Aug 2018 20:27:14 +0000. Up 3.17 seconds. cloud-init-nonet[3.34]: 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 Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[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 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 configure network device[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[4.46]: 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 Wed, 15 Aug 2018 20:27:16 +0000. Up 4.71 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:27:5d:15 | ci-info: | eth0 | True | 192.168.0.10 | 255.255.255.0 | fa:16:3e:64:be:e5 | 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: b9:a8:5a:f7:52:2f:b6:57:37:93:46:52:71:37:e2:0b root@homer-0 The key's randomart image is: +--[ RSA 2048]----+ | ..oo| | . o.o| | E o | | . o o | | S + . | | ... . * | | . o... . o o | | . o..o o | | ... oo+ | +-----------------+ 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: 68:2f:42:6b:a2:79:09:cb:ea:ee:2e:54:ee:9c:65:d2 root@homer-0 The key's randomart image is: +--[ DSA 1024]----+ | | | | | | | . . | | o o o S | |.. + E . | |oo+.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: 36:3a:40:d4:de:8a:4c:57:31:ba:df:da:6d:25:4b:ea root@homer-0 The key's randomart image is: +--[ECDSA 256]---+ | .. o. | | . .... | | ...o | | .. o.. | | o.o..S | | o..+ o o . | | 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: 4d:f1:20:da:01:74:a6:fe:cd:da:9a:4e:d2:45:dd:22 root@homer-0 The key's randomart image is: +--[ED25519 256--+ | .o.= o | | * o = . | | o . E + . | | . + . . | | . S o | | o + | | . + 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 D-Bus system message bus[74G[ OK ] * Starting SystemD login management service[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 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 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 Wed, 15 Aug 2018 20:29:20 +0000. Up 128.93 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. 2018-08-15 20:29:25,029 - functest.core.singlevm - DEBUG - try 11: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-15 20:29:35,035 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:29:35,038 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" 2018-08-15 20:29:35,582 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:29: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-e8d814c6-0b3e-477c-b9f9-449468ec8f0d x-compute-request-id: req-e8d814c6-0b3e-477c-b9f9-449468ec8f0d Content-Encoding: gzip Content-Length: 1508 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:64:be:e5", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:64:be:e5", "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:27:5d:15", "version": 4, "addr": "192.168.1.2", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:27:5d:15", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/862ca86b-06ec-4d59-ae70-d91b3227a810", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/862ca86b-06ec-4d59-ae70-d91b3227a810", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:27:10.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "862ca86b-06ec-4d59-ae70-d91b3227a810", "security_groups": [{"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:27:10Z", "hostId": "019940e19a7b1ae7bcf66d3fa083c7498a80fd0bd54c47880af1a37a", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "homer-0.clearwater.opnfv", "created": "2018-08-15T20:26:30Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:40:77:5b", "version": 4, "addr": "192.168.0.18", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:40:77:5b", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d1:da:9d", "version": 4, "addr": "192.168.1.29", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d1:da:9d", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e6950a11-a5a7-4554-9dbb-df77b86ba400", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e6950a11-a5a7-4554-9dbb-df77b86ba400", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:27:22.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "e6950a11-a5a7-4554-9dbb-df77b86ba400", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:27:22Z", "hostId": "b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "bono-0.clearwater.opnfv", "created": "2018-08-15T20:26:30Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:51:74", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:51:74", "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:66:5e:3a", "version": 4, "addr": "192.168.1.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/ffc54980-6efe-4637-8bb5-39036958536d", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/ffc54980-6efe-4637-8bb5-39036958536d", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:27:20.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "ffc54980-6efe-4637-8bb5-39036958536d", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-mgmt"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:27:20Z", "hostId": "b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "dime-0.clearwater.opnfv", "created": "2018-08-15T20:26:30Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:a0:d6:2a", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:d6:2a", "version": 4, "addr": "172.30.9.213", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:0c:21", "version": 4, "addr": "192.168.1.21", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/59e09722-d046-47e2-8d46-98d35b577bb4", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/59e09722-d046-47e2-8d46-98d35b577bb4", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:27:18.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "59e09722-d046-47e2-8d46-98d35b577bb4", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:27:18Z", "hostId": "b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-15T20:26:29Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:67:a8:44", "version": 4, "addr": "192.168.0.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:67:a8:44", "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:5b:b2:38", "version": 4, "addr": "192.168.1.3", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/a76c441e-39fd-4d5f-93ae-d1b09ddfc9da", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/a76c441e-39fd-4d5f-93ae-d1b09ddfc9da", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:27:12.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "a76c441e-39fd-4d5f-93ae-d1b09ddfc9da", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:27:12Z", "hostId": "b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-15T20:26:29Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:9f:75:cc", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:75:cc", "version": 4, "addr": "172.30.9.217", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e0dd32cc-fa1d-4798-8b82-04894a6f8bfa", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e0dd32cc-fa1d-4798-8b82-04894a6f8bfa", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:26:06.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "e0dd32cc-fa1d-4798-8b82-04894a6f8bfa", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:26:06Z", "hostId": "019940e19a7b1ae7bcf66d3fa083c7498a80fd0bd54c47880af1a37a", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-15T20:24:22Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:e5:cc:ec", "version": 4, "addr": "192.168.0.2", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e5:cc:ec", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:01:52:92", "version": 4, "addr": "192.168.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/99cb71c2-331c-48dd-b548-d074f602efeb", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/99cb71c2-331c-48dd-b548-d074f602efeb", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:24:12.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "99cb71c2-331c-48dd-b548-d074f602efeb", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:24:12Z", "hostId": "b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "ns.clearwater.opnfv", "created": "2018-08-15T20:22:28Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:29:35,583 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-e8d814c6-0b3e-477c-b9f9-449468ec8f0d 2018-08-15 20:29:35,583 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.547086954117s 2018-08-15 20:29:35,584 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-e8d814c6-0b3e-477c-b9f9-449468ec8f0d 2018-08-15 20:29:35,591 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-15 20:29:35,593 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/862ca86b-06ec-4d59-ae70-d91b3227a810/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}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-15 20:29:35,664 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:29: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-8788cdaa-be79-4774-841f-21938c7935ab x-compute-request-id: req-8788cdaa-be79-4774-841f-21938c7935ab Content-Encoding: gzip Content-Length: 9716 Content-Type: application/json RESP BODY: {"output": "[ 0.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-155-generic (buildd@lgw01-amd64-033) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #205-Ubuntu SMP Fri Aug 10 15:53:26 UTC 2018 (Ubuntu 3.13.0-155.205-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-155-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-155-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: 2039688K/2096616K available (7492K kernel code, 1163K rwdata, 3440K rodata, 1368K init, 1448K bss, 56928K 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.008106] Security Framework initialized\n[ 0.009336] AppArmor: AppArmor initialized\n[ 0.010475] Yama: becoming mindful.\n[ 0.012250] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.016383] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.019035] 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.022252] Initializing cgroup subsys memory\n[ 0.024027] Initializing cgroup subsys devices\n[ 0.025236] Initializing cgroup subsys freezer\n[ 0.026447] Initializing cgroup subsys blkio\n[ 0.027617] Initializing cgroup subsys perf_event\n[ 0.028008] Initializing cgroup subsys hugetlb\n[ 0.029341] FEATURE SPEC_CTRL Not Present\n[ 0.032242] mce: CPU supports 10 MCE banks\n[ 0.033431] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.033431] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.036012] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.037636] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.039626] Speculative Store Bypass: Vulnerable\n[ 0.040530] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.047548] ACPI: Core revision 20131115\n[ 0.048558] ACPI: All ACPI Tables successfully acquired\n[ 0.050182] ftrace: allocating 28746 entries in 113 pages\n[ 0.072260] smpboot: Max logical packages: 2\n[ 0.073437] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.076003] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.077922] Enabling x2apic\n[ 0.078794] Enabled x2apic\n[ 0.080007] Switched APIC routing to physical x2apic.\n[ 0.082662] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.084002] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.086810] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.093709] KVM setup paravirtual spinlock\n[ 0.096945] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.098882] x86: Booting SMP configuration:\n[ 0.100004] .... node #0, CPUs: #1[ 0.096890] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.116018] x86: Booted up 1 node, 2 CPUs\n[ 0.116012] KVM setup async PF for cpu 1\n[ 0.116014] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.119784] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.120415] devtmpfs: initialized\n[ 0.122342] EVM: security.selinux\n[ 0.123327] EVM: security.SMACK64\n[ 0.124005] EVM: security.ima\n[ 0.124920] EVM: security.capability\n[ 0.125993] pinctrl core: initialized pinctrl subsystem\n[ 0.128055] regulator-dummy: no parameters\n[ 0.129295] RTC time: 20:27:11, date: 08/15/18\n[ 0.130557] NET: Registered protocol family 16\n[ 0.131899] cpuidle: using governor ladder\n[ 0.132004] cpuidle: using governor menu\n[ 0.133165] ACPI: bus type PCI registered\n[ 0.134284] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.136028] PCI: Using configuration type 1 for base access\n[ 0.138118] bio: create slab at 0\n[ 0.138118] ACPI: Added _OSI(Module Device)\n[ 0.140003] ACPI: Added _OSI(Processor Device)\n[ 0.141216] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.142474] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.145233] ACPI: Interpreter enabled\n[ 0.146296] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.148738] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.151321] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.153680] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.156006] ACPI: (supports S0 S5)\n[ 0.160003] ACPI: Using IOAPIC for interrupt routing\n[ 0.161334] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.163905] ACPI: No dock devices found.\n[ 0.165995] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.167577] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.168007] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.169678] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.172206] acpiphp: Slot [3] registered\n[ 0.173325] acpiphp: Slot [4] registered\n[ 0.174455] acpiphp: Slot [5] registered\n[ 0.175572] acpiphp: Slot [6] registered\n[ 0.176023] acpiphp: Slot [7] registered\n[ 0.177135] acpiphp: Slot [8] registered\n[ 0.178239] acpiphp: Slot [9] registered\n[ 0.179358] acpiphp: Slot [10] registered\n[ 0.180020] acpiphp: Slot [11] registered\n[ 0.181150] acpiphp: Slot [12] registered\n[ 0.182281] acpiphp: Slot [13] registered\n[ 0.183421] acpiphp: Slot [14] registered\n[ 0.184020] acpiphp: Slot [15] registered\n[ 0.185164] acpiphp: Slot [16] registered\n[ 0.186386] acpiphp: Slot [17] registered\n[ 0.187513] acpiphp: Slot [18] registered\n[ 0.188027] acpiphp: Slot [19] registered\n[ 0.189175] acpiphp: Slot [20] registered\n[ 0.190316] acpiphp: Slot [21] registered\n[ 0.191456] acpiphp: Slot [22] registered\n[ 0.192020] acpiphp: Slot [23] registered\n[ 0.193169] acpiphp: Slot [24] registered\n[ 0.194300] acpiphp: Slot [25] registered\n[ 0.195430] acpiphp: Slot [26] registered\n[ 0.196020] acpiphp: Slot [27] registered\n[ 0.197157] acpiphp: Slot [28] registered\n[ 0.198282] acpiphp: Slot [29] registered\n[ 0.199419] acpiphp: Slot [30] registered\n[ 0.200028] acpiphp: Slot [31] registered\n[ 0.201153] PCI host bridge to bus 0000:00\n[ 0.202283] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.203706] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.204004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.205569] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.207254] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.208003] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.215404] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.216014] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.242589] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.244564] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.246554] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.248537] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.250602] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.252221] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.253996] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.253996] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.256004] vgaarb: loaded\n[ 0.256851] vgaarb: bridge control possible 0000:00:02.0\n[ 0.258504] SCSI subsystem initialized\n[ 0.259740] ACPI: bus type USB registered\n[ 0.260031] usbcore: registered new interface driver usbfs\n[ 0.261464] usbcore: registered new interface driver hub\n[ 0.262890] usbcore: registered new device driver usb\n[ 0.264117] PCI: Using ACPI for IRQ routing\n[ 0.265563] NetLabel: Initializing\n[ 0.266574] NetLabel: domain hash size = 128\n[ 0.267767] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.268065] NetLabel: unlabeled traffic allowed by default\n[ 0.269514] Switched to clocksource kvm-clock\n[ 0.277200] AppArmor: AppArmor Filesystem Enabled\n[ 0.278522] pnp: PnP ACPI init\n[ 0.279459] ACPI: bus type PNP registered\n[ 0.281044] pnp: PnP ACPI: found 8 devices\n[ 0.282190] ACPI: bus type PNP unregistered\n[ 0.289689] NET: Registered protocol family 2\n[ 0.291177] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.293302] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.295192] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.296969] TCP: reno registered\n[ 0.297924] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.299471] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.301196] NET: Registered protocol family 1\n[ 0.302418] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.303943] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.305436] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.327969] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.350648] Trying to unpack rootfs image as initramfs...\n[ 0.453190] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.455495] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.457011] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.459050] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.462092] Scanning for low memory corruption every 60 seconds\n[ 0.464447] Initialise system trusted keyring\n[ 0.466051] audit: initializing netlink socket (disabled)\n[ 0.467885] type=2000 audit(1534364831.701:1): initialized\n[ 0.488781] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.491863] zbud: loaded\n[ 0.493140] VFS: Disk quotas dquot_6.5.2\n[ 0.494642] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.497221] fuse init (API version 7.22)\n[ 0.498734] msgmni has been set to 3997\n[ 0.500194] Key type big_key registered\n[ 0.502033] Key type asymmetric registered\n[ 0.503545] Asymmetric key parser 'x509' registered\n[ 0.505292] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.507915] io scheduler noop registered\n[ 0.509356] io scheduler deadline registered (default)\n[ 0.511093] io scheduler cfq registered\n[ 0.512565] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.514479] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516729] ipmi message handler version 39.2\n[ 0.518350] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.520935] ACPI: Power Button [PWRF]\n[ 0.522390] GHES: HEST is not enabled!\n[ 0.544858] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.590233] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.613936] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.616443] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.641284] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.644836] Linux agpgart interface v0.103\n[ 0.647364] brd: module loaded\n[ 0.649078] loop: module loaded\n[ 0.650657] blk-mq: CPU -> queue map\n[ 0.652017] CPU 0 -> Queue 0\n[ 0.653198] CPU 1 -> Queue 0\n[ 0.655193] vda: vda1\n[ 0.656705] scsi0 : ata_piix\n[ 0.657713] scsi1 : ata_piix\n[ 0.658633] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.660320] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.662209] libphy: Fixed MDIO Bus: probed\n[ 0.663440] tun: Universal TUN/TAP device driver, 1.6\n[ 0.664793] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.668050] PPP generic driver version 2.4.2\n[ 0.669265] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.670858] ehci-pci: EHCI PCI platform driver\n[ 0.672049] ehci-platform: EHCI generic platform driver\n[ 0.673391] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.674937] ohci-pci: OHCI PCI platform driver\n[ 0.676141] ohci-platform: OHCI generic platform driver\n[ 0.677500] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.699950] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.701312] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.703371] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.704944] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.706610] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.708547] usb usb1: Product: UHCI Host Controller\n[ 0.709815] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd\n[ 0.711390] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.712688] hub 1-0:1.0: USB hub found\n[ 0.713768] hub 1-0:1.0: 2 ports detected\n[ 0.715006] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.717825] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.719119] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.720560] mousedev: PS/2 mouse device common for all mice\n[ 0.722256] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.724616] rtc_cmos 00:00: RTC can wake from S4\n[ 0.726169] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.727788] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.729474] device-mapper: uevent: version 1.0.3\n[ 0.730785] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.733032] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.734637] TCP: cubic registered\n[ 0.735699] NET: Registered protocol family 10\n[ 0.737225] NET: Registered protocol family 17\n[ 0.738446] Key type dns_resolver registered\n[ 0.739802] Loading compiled-in X.509 certificates\n[ 0.741621] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b'\n[ 0.751227] registered taskstats version 1\n[ 0.754184] Key type trusted registered\n[ 0.757971] Key type encrypted registered\n[ 0.759092] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.760498] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.762459] regulator-dummy: disabling\n[ 0.763597] Magic number: 14:188:498\n[ 0.764794] rtc_cmos 00:00: setting system clock to 2018-08-15 20:27:12 UTC (1534364832)\n[ 0.767033] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.768557] EDD information not available.\n[ 0.817412] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.819593] Write protecting the kernel read-only data: 12288k\n[ 0.821720] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000)\n[ 0.825115] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000)\nLoading, please wait...\n[ 0.838303] systemd-udevd[107]: starting version 204\n[ 0.880864] FDC 0 is a S82078B\n[ 1.024046] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.188789] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.190538] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.192360] usb 1-1: Product: QEMU USB Tablet\n[ 1.193588] usb 1-1: Manufacturer: QEMU\n[ 1.194687] usb 1-1: SerialNumber: 42\n[ 1.452077] tsc: Refined TSC clocksource calibration: 3491.871 MHz\n[ 1.893036] 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.236554] 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.534411] random: init urandom read with 10 bits of entropy available\n[ 2.652842] 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 Wed, 15 Aug 2018 20:27:14 +0000. Up 3.17 seconds.\ncloud-init-nonet[3.34]: 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 Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[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 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 configure network device[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[4.46]: 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 Wed, 15 Aug 2018 20:27:16 +0000. Up 4.71 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:27:5d:15 |\nci-info: | eth0 | True | 192.168.0.10 | 255.255.255.0 | fa:16:3e:64:be:e5 |\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:\nb9:a8:5a:f7:52:2f:b6:57:37:93:46:52:71:37:e2:0b root@homer-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| ..oo|\n| . o.o|\n| E o |\n| . o o |\n| S + . |\n| ... . * |\n| . o... . o o |\n| . o..o o |\n| ... oo+ |\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:\n68:2f:42:6b:a2:79:09:cb:ea:ee:2e:54:ee:9c:65:d2 root@homer-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| |\n| |\n| |\n| . . |\n| o o o S |\n|.. + E . |\n|oo+.O . . |\n|o+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:\n36:3a:40:d4:de:8a:4c:57:31:ba:df:da:6d:25:4b:ea root@homer-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| .. o. |\n| . .... |\n| ...o |\n| .. o.. |\n| o.o..S |\n| o..+ o o . |\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:\n4d:f1:20:da:01:74:a6:fe:cd:da:9a:4e:d2:45:dd:22 root@homer-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| .o.= o |\n| * o = . |\n| o . E + . |\n| . + . . |\n| . S o |\n| o + |\n| . + o |\n| o + |\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 * 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 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 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 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 Wed, 15 Aug 2018 20:29:20 +0000. Up 128.93 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\n"} 2018-08-15 20:29:35,665 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/862ca86b-06ec-4d59-ae70-d91b3227a810/action used request id req-8788cdaa-be79-4774-841f-21938c7935ab 2018-08-15 20:29:35,665 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0738241672516s 2018-08-15 20:29:35,666 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/862ca86b-06ec-4d59-ae70-d91b3227a810/action used request id req-8788cdaa-be79-4774-841f-21938c7935ab 2018-08-15 20:29:35,666 - 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-155-generic (buildd@lgw01-amd64-033) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #205-Ubuntu SMP Fri Aug 10 15:53:26 UTC 2018 (Ubuntu 3.13.0-155.205-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-155-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-155-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: 2039688K/2096616K available (7492K kernel code, 1163K rwdata, 3440K rodata, 1368K init, 1448K bss, 56928K 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.008106] Security Framework initialized [ 0.009336] AppArmor: AppArmor initialized [ 0.010475] Yama: becoming mindful. [ 0.012250] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.016383] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.019035] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.020005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.022252] Initializing cgroup subsys memory [ 0.024027] Initializing cgroup subsys devices [ 0.025236] Initializing cgroup subsys freezer [ 0.026447] Initializing cgroup subsys blkio [ 0.027617] Initializing cgroup subsys perf_event [ 0.028008] Initializing cgroup subsys hugetlb [ 0.029341] FEATURE SPEC_CTRL Not Present [ 0.032242] mce: CPU supports 10 MCE banks [ 0.033431] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.033431] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.036012] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.037636] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.039626] Speculative Store Bypass: Vulnerable [ 0.040530] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.047548] ACPI: Core revision 20131115 [ 0.048558] ACPI: All ACPI Tables successfully acquired [ 0.050182] ftrace: allocating 28746 entries in 113 pages [ 0.072260] smpboot: Max logical packages: 2 [ 0.073437] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.076003] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.077922] Enabling x2apic [ 0.078794] Enabled x2apic [ 0.080007] Switched APIC routing to physical x2apic. [ 0.082662] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.084002] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.086810] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.093709] KVM setup paravirtual spinlock [ 0.096945] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.098882] x86: Booting SMP configuration: [ 0.100004] .... node #0, CPUs: #1[ 0.096890] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.116018] x86: Booted up 1 node, 2 CPUs [ 0.116012] KVM setup async PF for cpu 1 [ 0.116014] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.119784] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.120415] devtmpfs: initialized [ 0.122342] EVM: security.selinux [ 0.123327] EVM: security.SMACK64 [ 0.124005] EVM: security.ima [ 0.124920] EVM: security.capability [ 0.125993] pinctrl core: initialized pinctrl subsystem [ 0.128055] regulator-dummy: no parameters [ 0.129295] RTC time: 20:27:11, date: 08/15/18 [ 0.130557] NET: Registered protocol family 16 [ 0.131899] cpuidle: using governor ladder [ 0.132004] cpuidle: using governor menu [ 0.133165] ACPI: bus type PCI registered [ 0.134284] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.136028] PCI: Using configuration type 1 for base access [ 0.138118] bio: create slab at 0 [ 0.138118] ACPI: Added _OSI(Module Device) [ 0.140003] ACPI: Added _OSI(Processor Device) [ 0.141216] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.142474] ACPI: Added _OSI(Processor Aggregator Device) [ 0.145233] ACPI: Interpreter enabled [ 0.146296] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.148738] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.151321] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.153680] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.156006] ACPI: (supports S0 S5) [ 0.160003] ACPI: Using IOAPIC for interrupt routing [ 0.161334] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.163905] ACPI: No dock devices found. [ 0.165995] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.167577] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.168007] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.169678] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.172206] acpiphp: Slot [3] registered [ 0.173325] acpiphp: Slot [4] registered [ 0.174455] acpiphp: Slot [5] registered [ 0.175572] acpiphp: Slot [6] registered [ 0.176023] acpiphp: Slot [7] registered [ 0.177135] acpiphp: Slot [8] registered [ 0.178239] acpiphp: Slot [9] registered [ 0.179358] acpiphp: Slot [10] registered [ 0.180020] acpiphp: Slot [11] registered [ 0.181150] acpiphp: Slot [12] registered [ 0.182281] acpiphp: Slot [13] registered [ 0.183421] acpiphp: Slot [14] registered [ 0.184020] acpiphp: Slot [15] registered [ 0.185164] acpiphp: Slot [16] registered [ 0.186386] acpiphp: Slot [17] registered [ 0.187513] acpiphp: Slot [18] registered [ 0.188027] acpiphp: Slot [19] registered [ 0.189175] acpiphp: Slot [20] registered [ 0.190316] acpiphp: Slot [21] registered [ 0.191456] acpiphp: Slot [22] registered [ 0.192020] acpiphp: Slot [23] registered [ 0.193169] acpiphp: Slot [24] registered [ 0.194300] acpiphp: Slot [25] registered [ 0.195430] acpiphp: Slot [26] registered [ 0.196020] acpiphp: Slot [27] registered [ 0.197157] acpiphp: Slot [28] registered [ 0.198282] acpiphp: Slot [29] registered [ 0.199419] acpiphp: Slot [30] registered [ 0.200028] acpiphp: Slot [31] registered [ 0.201153] PCI host bridge to bus 0000:00 [ 0.202283] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.203706] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.204004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.205569] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.207254] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.208003] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.215404] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.216014] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.242589] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.244564] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.246554] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.248537] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.250602] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.252221] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.253996] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.253996] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.256004] vgaarb: loaded [ 0.256851] vgaarb: bridge control possible 0000:00:02.0 [ 0.258504] SCSI subsystem initialized [ 0.259740] ACPI: bus type USB registered [ 0.260031] usbcore: registered new interface driver usbfs [ 0.261464] usbcore: registered new interface driver hub [ 0.262890] usbcore: registered new device driver usb [ 0.264117] PCI: Using ACPI for IRQ routing [ 0.265563] NetLabel: Initializing [ 0.266574] NetLabel: domain hash size = 128 [ 0.267767] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.268065] NetLabel: unlabeled traffic allowed by default [ 0.269514] Switched to clocksource kvm-clock [ 0.277200] AppArmor: AppArmor Filesystem Enabled [ 0.278522] pnp: PnP ACPI init [ 0.279459] ACPI: bus type PNP registered [ 0.281044] pnp: PnP ACPI: found 8 devices [ 0.282190] ACPI: bus type PNP unregistered [ 0.289689] NET: Registered protocol family 2 [ 0.291177] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.293302] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.295192] TCP: Hash tables configured (established 16384 bind 16384) [ 0.296969] TCP: reno registered [ 0.297924] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.299471] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.301196] NET: Registered protocol family 1 [ 0.302418] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.303943] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.305436] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.327969] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.350648] Trying to unpack rootfs image as initramfs... [ 0.453190] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.455495] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.457011] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.459050] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.462092] Scanning for low memory corruption every 60 seconds [ 0.464447] Initialise system trusted keyring [ 0.466051] audit: initializing netlink socket (disabled) [ 0.467885] type=2000 audit(1534364831.701:1): initialized [ 0.488781] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.491863] zbud: loaded [ 0.493140] VFS: Disk quotas dquot_6.5.2 [ 0.494642] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.497221] fuse init (API version 7.22) [ 0.498734] msgmni has been set to 3997 [ 0.500194] Key type big_key registered [ 0.502033] Key type asymmetric registered [ 0.503545] Asymmetric key parser 'x509' registered [ 0.505292] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.507915] io scheduler noop registered [ 0.509356] io scheduler deadline registered (default) [ 0.511093] io scheduler cfq registered [ 0.512565] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.514479] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.516729] ipmi message handler version 39.2 [ 0.518350] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.520935] ACPI: Power Button [PWRF] [ 0.522390] GHES: HEST is not enabled! [ 0.544858] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.590233] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.613936] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.616443] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.641284] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.644836] Linux agpgart interface v0.103 [ 0.647364] brd: module loaded [ 0.649078] loop: module loaded [ 0.650657] blk-mq: CPU -> queue map [ 0.652017] CPU 0 -> Queue 0 [ 0.653198] CPU 1 -> Queue 0 [ 0.655193] vda: vda1 [ 0.656705] scsi0 : ata_piix [ 0.657713] scsi1 : ata_piix [ 0.658633] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.660320] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.662209] libphy: Fixed MDIO Bus: probed [ 0.663440] tun: Universal TUN/TAP device driver, 1.6 [ 0.664793] tun: (C) 1999-2004 Max Krasnyansky [ 0.668050] PPP generic driver version 2.4.2 [ 0.669265] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.670858] ehci-pci: EHCI PCI platform driver [ 0.672049] ehci-platform: EHCI generic platform driver [ 0.673391] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.674937] ohci-pci: OHCI PCI platform driver [ 0.676141] ohci-platform: OHCI generic platform driver [ 0.677500] uhci_hcd: USB Universal Host Controller Interface driver [ 0.699950] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.701312] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.703371] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.704944] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.706610] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.708547] usb usb1: Product: UHCI Host Controller [ 0.709815] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd [ 0.711390] usb usb1: SerialNumber: 0000:00:01.2 [ 0.712688] hub 1-0:1.0: USB hub found [ 0.713768] hub 1-0:1.0: 2 ports detected [ 0.715006] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.717825] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.719119] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.720560] mousedev: PS/2 mouse device common for all mice [ 0.722256] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.724616] rtc_cmos 00:00: RTC can wake from S4 [ 0.726169] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.727788] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.729474] device-mapper: uevent: version 1.0.3 [ 0.730785] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.733032] ledtrig-cpu: registered to indicate activity on CPUs [ 0.734637] TCP: cubic registered [ 0.735699] NET: Registered protocol family 10 [ 0.737225] NET: Registered protocol family 17 [ 0.738446] Key type dns_resolver registered [ 0.739802] Loading compiled-in X.509 certificates [ 0.741621] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b' [ 0.751227] registered taskstats version 1 [ 0.754184] Key type trusted registered [ 0.757971] Key type encrypted registered [ 0.759092] AppArmor: AppArmor sha1 policy hashing enabled [ 0.760498] IMA: No TPM chip found, activating TPM-bypass! [ 0.762459] regulator-dummy: disabling [ 0.763597] Magic number: 14:188:498 [ 0.764794] rtc_cmos 00:00: setting system clock to 2018-08-15 20:27:12 UTC (1534364832) [ 0.767033] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.768557] EDD information not available. [ 0.817412] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.819593] Write protecting the kernel read-only data: 12288k [ 0.821720] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000) [ 0.825115] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000) Loading, please wait... [ 0.838303] systemd-udevd[107]: starting version 204 [ 0.880864] FDC 0 is a S82078B [ 1.024046] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.188789] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.190538] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.192360] usb 1-1: Product: QEMU USB Tablet [ 1.193588] usb 1-1: Manufacturer: QEMU [ 1.194687] usb 1-1: SerialNumber: 42 [ 1.452077] tsc: Refined TSC clocksource calibration: 3491.871 MHz [ 1.893036] 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.236554] 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.534411] random: init urandom read with 10 bits of entropy available [ 2.652842] 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 Wed, 15 Aug 2018 20:27:14 +0000. Up 3.17 seconds. cloud-init-nonet[3.34]: 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 Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[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 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 configure network device[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[4.46]: 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 Wed, 15 Aug 2018 20:27:16 +0000. Up 4.71 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:27:5d:15 | ci-info: | eth0 | True | 192.168.0.10 | 255.255.255.0 | fa:16:3e:64:be:e5 | 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: b9:a8:5a:f7:52:2f:b6:57:37:93:46:52:71:37:e2:0b root@homer-0 The key's randomart image is: +--[ RSA 2048]----+ | ..oo| | . o.o| | E o | | . o o | | S + . | | ... . * | | . o... . o o | | . o..o o | | ... oo+ | +-----------------+ 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: 68:2f:42:6b:a2:79:09:cb:ea:ee:2e:54:ee:9c:65:d2 root@homer-0 The key's randomart image is: +--[ DSA 1024]----+ | | | | | | | . . | | o o o S | |.. + E . | |oo+.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: 36:3a:40:d4:de:8a:4c:57:31:ba:df:da:6d:25:4b:ea root@homer-0 The key's randomart image is: +--[ECDSA 256]---+ | .. o. | | . .... | | ...o | | .. o.. | | o.o..S | | o..+ o o . | | 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: 4d:f1:20:da:01:74:a6:fe:cd:da:9a:4e:d2:45:dd:22 root@homer-0 The key's randomart image is: +--[ED25519 256--+ | .o.= o | | * o = . | | o . E + . | | . + . . | | . S o | | o + | | . + 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 D-Bus system message bus[74G[ OK ] * Starting SystemD login management service[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 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 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 Wed, 15 Aug 2018 20:29:20 +0000. Up 128.93 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. 2018-08-15 20:29:35,667 - functest.core.singlevm - DEBUG - try 12: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-15 20:29:45,678 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:29:45,681 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" 2018-08-15 20:29:46,329 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:29: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-bb883526-5590-4ee5-8ea3-e111f22fb47f x-compute-request-id: req-bb883526-5590-4ee5-8ea3-e111f22fb47f Content-Encoding: gzip Content-Length: 1508 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:64:be:e5", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:64:be:e5", "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:27:5d:15", "version": 4, "addr": "192.168.1.2", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:27:5d:15", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/862ca86b-06ec-4d59-ae70-d91b3227a810", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/862ca86b-06ec-4d59-ae70-d91b3227a810", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:27:10.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "862ca86b-06ec-4d59-ae70-d91b3227a810", "security_groups": [{"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:27:10Z", "hostId": "019940e19a7b1ae7bcf66d3fa083c7498a80fd0bd54c47880af1a37a", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "homer-0.clearwater.opnfv", "created": "2018-08-15T20:26:30Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:40:77:5b", "version": 4, "addr": "192.168.0.18", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:40:77:5b", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d1:da:9d", "version": 4, "addr": "192.168.1.29", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d1:da:9d", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e6950a11-a5a7-4554-9dbb-df77b86ba400", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e6950a11-a5a7-4554-9dbb-df77b86ba400", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:27:22.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "e6950a11-a5a7-4554-9dbb-df77b86ba400", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:27:22Z", "hostId": "b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "bono-0.clearwater.opnfv", "created": "2018-08-15T20:26:30Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:51:74", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:51:74", "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:66:5e:3a", "version": 4, "addr": "192.168.1.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/ffc54980-6efe-4637-8bb5-39036958536d", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/ffc54980-6efe-4637-8bb5-39036958536d", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:27:20.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "ffc54980-6efe-4637-8bb5-39036958536d", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-mgmt"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:27:20Z", "hostId": "b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "dime-0.clearwater.opnfv", "created": "2018-08-15T20:26:30Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:a0:d6:2a", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:d6:2a", "version": 4, "addr": "172.30.9.213", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:0c:21", "version": 4, "addr": "192.168.1.21", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/59e09722-d046-47e2-8d46-98d35b577bb4", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/59e09722-d046-47e2-8d46-98d35b577bb4", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:27:18.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "59e09722-d046-47e2-8d46-98d35b577bb4", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:27:18Z", "hostId": "b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-15T20:26:29Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:67:a8:44", "version": 4, "addr": "192.168.0.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:67:a8:44", "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:5b:b2:38", "version": 4, "addr": "192.168.1.3", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/a76c441e-39fd-4d5f-93ae-d1b09ddfc9da", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/a76c441e-39fd-4d5f-93ae-d1b09ddfc9da", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:27:12.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "a76c441e-39fd-4d5f-93ae-d1b09ddfc9da", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:27:12Z", "hostId": "b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-15T20:26:29Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:9f:75:cc", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:75:cc", "version": 4, "addr": "172.30.9.217", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e0dd32cc-fa1d-4798-8b82-04894a6f8bfa", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e0dd32cc-fa1d-4798-8b82-04894a6f8bfa", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:26:06.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "e0dd32cc-fa1d-4798-8b82-04894a6f8bfa", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:26:06Z", "hostId": "019940e19a7b1ae7bcf66d3fa083c7498a80fd0bd54c47880af1a37a", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-15T20:24:22Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:e5:cc:ec", "version": 4, "addr": "192.168.0.2", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e5:cc:ec", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:01:52:92", "version": 4, "addr": "192.168.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/99cb71c2-331c-48dd-b548-d074f602efeb", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/99cb71c2-331c-48dd-b548-d074f602efeb", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:24:12.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "99cb71c2-331c-48dd-b548-d074f602efeb", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:24:12Z", "hostId": "b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "ns.clearwater.opnfv", "created": "2018-08-15T20:22:28Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:29:46,329 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-bb883526-5590-4ee5-8ea3-e111f22fb47f 2018-08-15 20:29:46,330 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.651718139648s 2018-08-15 20:29:46,330 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-bb883526-5590-4ee5-8ea3-e111f22fb47f 2018-08-15 20:29:46,338 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-15 20:29:46,341 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/862ca86b-06ec-4d59-ae70-d91b3227a810/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}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-15 20:29:46,410 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:29:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-eb60a5e9-1239-4c54-9520-1332d3e13f4b x-compute-request-id: req-eb60a5e9-1239-4c54-9520-1332d3e13f4b Content-Encoding: gzip Content-Length: 9716 Content-Type: application/json RESP BODY: {"output": "[ 0.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-155-generic (buildd@lgw01-amd64-033) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #205-Ubuntu SMP Fri Aug 10 15:53:26 UTC 2018 (Ubuntu 3.13.0-155.205-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-155-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-155-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: 2039688K/2096616K available (7492K kernel code, 1163K rwdata, 3440K rodata, 1368K init, 1448K bss, 56928K 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.008106] Security Framework initialized\n[ 0.009336] AppArmor: AppArmor initialized\n[ 0.010475] Yama: becoming mindful.\n[ 0.012250] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.016383] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.019035] 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.022252] Initializing cgroup subsys memory\n[ 0.024027] Initializing cgroup subsys devices\n[ 0.025236] Initializing cgroup subsys freezer\n[ 0.026447] Initializing cgroup subsys blkio\n[ 0.027617] Initializing cgroup subsys perf_event\n[ 0.028008] Initializing cgroup subsys hugetlb\n[ 0.029341] FEATURE SPEC_CTRL Not Present\n[ 0.032242] mce: CPU supports 10 MCE banks\n[ 0.033431] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.033431] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.036012] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.037636] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.039626] Speculative Store Bypass: Vulnerable\n[ 0.040530] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.047548] ACPI: Core revision 20131115\n[ 0.048558] ACPI: All ACPI Tables successfully acquired\n[ 0.050182] ftrace: allocating 28746 entries in 113 pages\n[ 0.072260] smpboot: Max logical packages: 2\n[ 0.073437] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.076003] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.077922] Enabling x2apic\n[ 0.078794] Enabled x2apic\n[ 0.080007] Switched APIC routing to physical x2apic.\n[ 0.082662] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.084002] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.086810] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.093709] KVM setup paravirtual spinlock\n[ 0.096945] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.098882] x86: Booting SMP configuration:\n[ 0.100004] .... node #0, CPUs: #1[ 0.096890] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.116018] x86: Booted up 1 node, 2 CPUs\n[ 0.116012] KVM setup async PF for cpu 1\n[ 0.116014] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.119784] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.120415] devtmpfs: initialized\n[ 0.122342] EVM: security.selinux\n[ 0.123327] EVM: security.SMACK64\n[ 0.124005] EVM: security.ima\n[ 0.124920] EVM: security.capability\n[ 0.125993] pinctrl core: initialized pinctrl subsystem\n[ 0.128055] regulator-dummy: no parameters\n[ 0.129295] RTC time: 20:27:11, date: 08/15/18\n[ 0.130557] NET: Registered protocol family 16\n[ 0.131899] cpuidle: using governor ladder\n[ 0.132004] cpuidle: using governor menu\n[ 0.133165] ACPI: bus type PCI registered\n[ 0.134284] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.136028] PCI: Using configuration type 1 for base access\n[ 0.138118] bio: create slab at 0\n[ 0.138118] ACPI: Added _OSI(Module Device)\n[ 0.140003] ACPI: Added _OSI(Processor Device)\n[ 0.141216] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.142474] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.145233] ACPI: Interpreter enabled\n[ 0.146296] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.148738] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.151321] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.153680] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.156006] ACPI: (supports S0 S5)\n[ 0.160003] ACPI: Using IOAPIC for interrupt routing\n[ 0.161334] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.163905] ACPI: No dock devices found.\n[ 0.165995] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.167577] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.168007] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.169678] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.172206] acpiphp: Slot [3] registered\n[ 0.173325] acpiphp: Slot [4] registered\n[ 0.174455] acpiphp: Slot [5] registered\n[ 0.175572] acpiphp: Slot [6] registered\n[ 0.176023] acpiphp: Slot [7] registered\n[ 0.177135] acpiphp: Slot [8] registered\n[ 0.178239] acpiphp: Slot [9] registered\n[ 0.179358] acpiphp: Slot [10] registered\n[ 0.180020] acpiphp: Slot [11] registered\n[ 0.181150] acpiphp: Slot [12] registered\n[ 0.182281] acpiphp: Slot [13] registered\n[ 0.183421] acpiphp: Slot [14] registered\n[ 0.184020] acpiphp: Slot [15] registered\n[ 0.185164] acpiphp: Slot [16] registered\n[ 0.186386] acpiphp: Slot [17] registered\n[ 0.187513] acpiphp: Slot [18] registered\n[ 0.188027] acpiphp: Slot [19] registered\n[ 0.189175] acpiphp: Slot [20] registered\n[ 0.190316] acpiphp: Slot [21] registered\n[ 0.191456] acpiphp: Slot [22] registered\n[ 0.192020] acpiphp: Slot [23] registered\n[ 0.193169] acpiphp: Slot [24] registered\n[ 0.194300] acpiphp: Slot [25] registered\n[ 0.195430] acpiphp: Slot [26] registered\n[ 0.196020] acpiphp: Slot [27] registered\n[ 0.197157] acpiphp: Slot [28] registered\n[ 0.198282] acpiphp: Slot [29] registered\n[ 0.199419] acpiphp: Slot [30] registered\n[ 0.200028] acpiphp: Slot [31] registered\n[ 0.201153] PCI host bridge to bus 0000:00\n[ 0.202283] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.203706] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.204004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.205569] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.207254] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.208003] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.215404] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.216014] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.242589] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.244564] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.246554] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.248537] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.250602] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.252221] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.253996] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.253996] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.256004] vgaarb: loaded\n[ 0.256851] vgaarb: bridge control possible 0000:00:02.0\n[ 0.258504] SCSI subsystem initialized\n[ 0.259740] ACPI: bus type USB registered\n[ 0.260031] usbcore: registered new interface driver usbfs\n[ 0.261464] usbcore: registered new interface driver hub\n[ 0.262890] usbcore: registered new device driver usb\n[ 0.264117] PCI: Using ACPI for IRQ routing\n[ 0.265563] NetLabel: Initializing\n[ 0.266574] NetLabel: domain hash size = 128\n[ 0.267767] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.268065] NetLabel: unlabeled traffic allowed by default\n[ 0.269514] Switched to clocksource kvm-clock\n[ 0.277200] AppArmor: AppArmor Filesystem Enabled\n[ 0.278522] pnp: PnP ACPI init\n[ 0.279459] ACPI: bus type PNP registered\n[ 0.281044] pnp: PnP ACPI: found 8 devices\n[ 0.282190] ACPI: bus type PNP unregistered\n[ 0.289689] NET: Registered protocol family 2\n[ 0.291177] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.293302] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.295192] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.296969] TCP: reno registered\n[ 0.297924] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.299471] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.301196] NET: Registered protocol family 1\n[ 0.302418] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.303943] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.305436] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.327969] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.350648] Trying to unpack rootfs image as initramfs...\n[ 0.453190] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.455495] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.457011] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.459050] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.462092] Scanning for low memory corruption every 60 seconds\n[ 0.464447] Initialise system trusted keyring\n[ 0.466051] audit: initializing netlink socket (disabled)\n[ 0.467885] type=2000 audit(1534364831.701:1): initialized\n[ 0.488781] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.491863] zbud: loaded\n[ 0.493140] VFS: Disk quotas dquot_6.5.2\n[ 0.494642] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.497221] fuse init (API version 7.22)\n[ 0.498734] msgmni has been set to 3997\n[ 0.500194] Key type big_key registered\n[ 0.502033] Key type asymmetric registered\n[ 0.503545] Asymmetric key parser 'x509' registered\n[ 0.505292] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.507915] io scheduler noop registered\n[ 0.509356] io scheduler deadline registered (default)\n[ 0.511093] io scheduler cfq registered\n[ 0.512565] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.514479] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516729] ipmi message handler version 39.2\n[ 0.518350] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.520935] ACPI: Power Button [PWRF]\n[ 0.522390] GHES: HEST is not enabled!\n[ 0.544858] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.590233] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.613936] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.616443] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.641284] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.644836] Linux agpgart interface v0.103\n[ 0.647364] brd: module loaded\n[ 0.649078] loop: module loaded\n[ 0.650657] blk-mq: CPU -> queue map\n[ 0.652017] CPU 0 -> Queue 0\n[ 0.653198] CPU 1 -> Queue 0\n[ 0.655193] vda: vda1\n[ 0.656705] scsi0 : ata_piix\n[ 0.657713] scsi1 : ata_piix\n[ 0.658633] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.660320] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.662209] libphy: Fixed MDIO Bus: probed\n[ 0.663440] tun: Universal TUN/TAP device driver, 1.6\n[ 0.664793] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.668050] PPP generic driver version 2.4.2\n[ 0.669265] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.670858] ehci-pci: EHCI PCI platform driver\n[ 0.672049] ehci-platform: EHCI generic platform driver\n[ 0.673391] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.674937] ohci-pci: OHCI PCI platform driver\n[ 0.676141] ohci-platform: OHCI generic platform driver\n[ 0.677500] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.699950] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.701312] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.703371] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.704944] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.706610] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.708547] usb usb1: Product: UHCI Host Controller\n[ 0.709815] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd\n[ 0.711390] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.712688] hub 1-0:1.0: USB hub found\n[ 0.713768] hub 1-0:1.0: 2 ports detected\n[ 0.715006] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.717825] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.719119] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.720560] mousedev: PS/2 mouse device common for all mice\n[ 0.722256] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.724616] rtc_cmos 00:00: RTC can wake from S4\n[ 0.726169] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.727788] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.729474] device-mapper: uevent: version 1.0.3\n[ 0.730785] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.733032] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.734637] TCP: cubic registered\n[ 0.735699] NET: Registered protocol family 10\n[ 0.737225] NET: Registered protocol family 17\n[ 0.738446] Key type dns_resolver registered\n[ 0.739802] Loading compiled-in X.509 certificates\n[ 0.741621] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b'\n[ 0.751227] registered taskstats version 1\n[ 0.754184] Key type trusted registered\n[ 0.757971] Key type encrypted registered\n[ 0.759092] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.760498] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.762459] regulator-dummy: disabling\n[ 0.763597] Magic number: 14:188:498\n[ 0.764794] rtc_cmos 00:00: setting system clock to 2018-08-15 20:27:12 UTC (1534364832)\n[ 0.767033] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.768557] EDD information not available.\n[ 0.817412] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.819593] Write protecting the kernel read-only data: 12288k\n[ 0.821720] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000)\n[ 0.825115] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000)\nLoading, please wait...\n[ 0.838303] systemd-udevd[107]: starting version 204\n[ 0.880864] FDC 0 is a S82078B\n[ 1.024046] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.188789] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.190538] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.192360] usb 1-1: Product: QEMU USB Tablet\n[ 1.193588] usb 1-1: Manufacturer: QEMU\n[ 1.194687] usb 1-1: SerialNumber: 42\n[ 1.452077] tsc: Refined TSC clocksource calibration: 3491.871 MHz\n[ 1.893036] 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.236554] 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.534411] random: init urandom read with 10 bits of entropy available\n[ 2.652842] 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 Wed, 15 Aug 2018 20:27:14 +0000. Up 3.17 seconds.\ncloud-init-nonet[3.34]: 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 Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[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 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 configure network device[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[4.46]: 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 Wed, 15 Aug 2018 20:27:16 +0000. Up 4.71 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:27:5d:15 |\nci-info: | eth0 | True | 192.168.0.10 | 255.255.255.0 | fa:16:3e:64:be:e5 |\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:\nb9:a8:5a:f7:52:2f:b6:57:37:93:46:52:71:37:e2:0b root@homer-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| ..oo|\n| . o.o|\n| E o |\n| . o o |\n| S + . |\n| ... . * |\n| . o... . o o |\n| . o..o o |\n| ... oo+ |\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:\n68:2f:42:6b:a2:79:09:cb:ea:ee:2e:54:ee:9c:65:d2 root@homer-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| |\n| |\n| |\n| . . |\n| o o o S |\n|.. + E . |\n|oo+.O . . |\n|o+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:\n36:3a:40:d4:de:8a:4c:57:31:ba:df:da:6d:25:4b:ea root@homer-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| .. o. |\n| . .... |\n| ...o |\n| .. o.. |\n| o.o..S |\n| o..+ o o . |\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:\n4d:f1:20:da:01:74:a6:fe:cd:da:9a:4e:d2:45:dd:22 root@homer-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| .o.= o |\n| * o = . |\n| o . E + . |\n| . + . . |\n| . S o |\n| o + |\n| . + o |\n| o + |\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 * 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 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 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 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 Wed, 15 Aug 2018 20:29:20 +0000. Up 128.93 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\n"} 2018-08-15 20:29:46,410 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/862ca86b-06ec-4d59-ae70-d91b3227a810/action used request id req-eb60a5e9-1239-4c54-9520-1332d3e13f4b 2018-08-15 20:29:46,411 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0725839138031s 2018-08-15 20:29:46,412 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/862ca86b-06ec-4d59-ae70-d91b3227a810/action used request id req-eb60a5e9-1239-4c54-9520-1332d3e13f4b 2018-08-15 20:29:46,412 - 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-155-generic (buildd@lgw01-amd64-033) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #205-Ubuntu SMP Fri Aug 10 15:53:26 UTC 2018 (Ubuntu 3.13.0-155.205-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-155-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-155-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: 2039688K/2096616K available (7492K kernel code, 1163K rwdata, 3440K rodata, 1368K init, 1448K bss, 56928K 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.008106] Security Framework initialized [ 0.009336] AppArmor: AppArmor initialized [ 0.010475] Yama: becoming mindful. [ 0.012250] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.016383] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.019035] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.020005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.022252] Initializing cgroup subsys memory [ 0.024027] Initializing cgroup subsys devices [ 0.025236] Initializing cgroup subsys freezer [ 0.026447] Initializing cgroup subsys blkio [ 0.027617] Initializing cgroup subsys perf_event [ 0.028008] Initializing cgroup subsys hugetlb [ 0.029341] FEATURE SPEC_CTRL Not Present [ 0.032242] mce: CPU supports 10 MCE banks [ 0.033431] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.033431] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.036012] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.037636] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.039626] Speculative Store Bypass: Vulnerable [ 0.040530] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.047548] ACPI: Core revision 20131115 [ 0.048558] ACPI: All ACPI Tables successfully acquired [ 0.050182] ftrace: allocating 28746 entries in 113 pages [ 0.072260] smpboot: Max logical packages: 2 [ 0.073437] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.076003] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.077922] Enabling x2apic [ 0.078794] Enabled x2apic [ 0.080007] Switched APIC routing to physical x2apic. [ 0.082662] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.084002] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.086810] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.093709] KVM setup paravirtual spinlock [ 0.096945] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.098882] x86: Booting SMP configuration: [ 0.100004] .... node #0, CPUs: #1[ 0.096890] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.116018] x86: Booted up 1 node, 2 CPUs [ 0.116012] KVM setup async PF for cpu 1 [ 0.116014] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.119784] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.120415] devtmpfs: initialized [ 0.122342] EVM: security.selinux [ 0.123327] EVM: security.SMACK64 [ 0.124005] EVM: security.ima [ 0.124920] EVM: security.capability [ 0.125993] pinctrl core: initialized pinctrl subsystem [ 0.128055] regulator-dummy: no parameters [ 0.129295] RTC time: 20:27:11, date: 08/15/18 [ 0.130557] NET: Registered protocol family 16 [ 0.131899] cpuidle: using governor ladder [ 0.132004] cpuidle: using governor menu [ 0.133165] ACPI: bus type PCI registered [ 0.134284] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.136028] PCI: Using configuration type 1 for base access [ 0.138118] bio: create slab at 0 [ 0.138118] ACPI: Added _OSI(Module Device) [ 0.140003] ACPI: Added _OSI(Processor Device) [ 0.141216] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.142474] ACPI: Added _OSI(Processor Aggregator Device) [ 0.145233] ACPI: Interpreter enabled [ 0.146296] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.148738] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.151321] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.153680] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.156006] ACPI: (supports S0 S5) [ 0.160003] ACPI: Using IOAPIC for interrupt routing [ 0.161334] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.163905] ACPI: No dock devices found. [ 0.165995] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.167577] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.168007] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.169678] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.172206] acpiphp: Slot [3] registered [ 0.173325] acpiphp: Slot [4] registered [ 0.174455] acpiphp: Slot [5] registered [ 0.175572] acpiphp: Slot [6] registered [ 0.176023] acpiphp: Slot [7] registered [ 0.177135] acpiphp: Slot [8] registered [ 0.178239] acpiphp: Slot [9] registered [ 0.179358] acpiphp: Slot [10] registered [ 0.180020] acpiphp: Slot [11] registered [ 0.181150] acpiphp: Slot [12] registered [ 0.182281] acpiphp: Slot [13] registered [ 0.183421] acpiphp: Slot [14] registered [ 0.184020] acpiphp: Slot [15] registered [ 0.185164] acpiphp: Slot [16] registered [ 0.186386] acpiphp: Slot [17] registered [ 0.187513] acpiphp: Slot [18] registered [ 0.188027] acpiphp: Slot [19] registered [ 0.189175] acpiphp: Slot [20] registered [ 0.190316] acpiphp: Slot [21] registered [ 0.191456] acpiphp: Slot [22] registered [ 0.192020] acpiphp: Slot [23] registered [ 0.193169] acpiphp: Slot [24] registered [ 0.194300] acpiphp: Slot [25] registered [ 0.195430] acpiphp: Slot [26] registered [ 0.196020] acpiphp: Slot [27] registered [ 0.197157] acpiphp: Slot [28] registered [ 0.198282] acpiphp: Slot [29] registered [ 0.199419] acpiphp: Slot [30] registered [ 0.200028] acpiphp: Slot [31] registered [ 0.201153] PCI host bridge to bus 0000:00 [ 0.202283] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.203706] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.204004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.205569] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.207254] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.208003] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.215404] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.216014] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.242589] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.244564] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.246554] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.248537] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.250602] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.252221] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.253996] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.253996] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.256004] vgaarb: loaded [ 0.256851] vgaarb: bridge control possible 0000:00:02.0 [ 0.258504] SCSI subsystem initialized [ 0.259740] ACPI: bus type USB registered [ 0.260031] usbcore: registered new interface driver usbfs [ 0.261464] usbcore: registered new interface driver hub [ 0.262890] usbcore: registered new device driver usb [ 0.264117] PCI: Using ACPI for IRQ routing [ 0.265563] NetLabel: Initializing [ 0.266574] NetLabel: domain hash size = 128 [ 0.267767] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.268065] NetLabel: unlabeled traffic allowed by default [ 0.269514] Switched to clocksource kvm-clock [ 0.277200] AppArmor: AppArmor Filesystem Enabled [ 0.278522] pnp: PnP ACPI init [ 0.279459] ACPI: bus type PNP registered [ 0.281044] pnp: PnP ACPI: found 8 devices [ 0.282190] ACPI: bus type PNP unregistered [ 0.289689] NET: Registered protocol family 2 [ 0.291177] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.293302] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.295192] TCP: Hash tables configured (established 16384 bind 16384) [ 0.296969] TCP: reno registered [ 0.297924] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.299471] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.301196] NET: Registered protocol family 1 [ 0.302418] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.303943] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.305436] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.327969] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.350648] Trying to unpack rootfs image as initramfs... [ 0.453190] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.455495] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.457011] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.459050] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.462092] Scanning for low memory corruption every 60 seconds [ 0.464447] Initialise system trusted keyring [ 0.466051] audit: initializing netlink socket (disabled) [ 0.467885] type=2000 audit(1534364831.701:1): initialized [ 0.488781] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.491863] zbud: loaded [ 0.493140] VFS: Disk quotas dquot_6.5.2 [ 0.494642] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.497221] fuse init (API version 7.22) [ 0.498734] msgmni has been set to 3997 [ 0.500194] Key type big_key registered [ 0.502033] Key type asymmetric registered [ 0.503545] Asymmetric key parser 'x509' registered [ 0.505292] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.507915] io scheduler noop registered [ 0.509356] io scheduler deadline registered (default) [ 0.511093] io scheduler cfq registered [ 0.512565] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.514479] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.516729] ipmi message handler version 39.2 [ 0.518350] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.520935] ACPI: Power Button [PWRF] [ 0.522390] GHES: HEST is not enabled! [ 0.544858] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.590233] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.613936] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.616443] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.641284] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.644836] Linux agpgart interface v0.103 [ 0.647364] brd: module loaded [ 0.649078] loop: module loaded [ 0.650657] blk-mq: CPU -> queue map [ 0.652017] CPU 0 -> Queue 0 [ 0.653198] CPU 1 -> Queue 0 [ 0.655193] vda: vda1 [ 0.656705] scsi0 : ata_piix [ 0.657713] scsi1 : ata_piix [ 0.658633] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.660320] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.662209] libphy: Fixed MDIO Bus: probed [ 0.663440] tun: Universal TUN/TAP device driver, 1.6 [ 0.664793] tun: (C) 1999-2004 Max Krasnyansky [ 0.668050] PPP generic driver version 2.4.2 [ 0.669265] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.670858] ehci-pci: EHCI PCI platform driver [ 0.672049] ehci-platform: EHCI generic platform driver [ 0.673391] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.674937] ohci-pci: OHCI PCI platform driver [ 0.676141] ohci-platform: OHCI generic platform driver [ 0.677500] uhci_hcd: USB Universal Host Controller Interface driver [ 0.699950] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.701312] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.703371] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.704944] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.706610] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.708547] usb usb1: Product: UHCI Host Controller [ 0.709815] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd [ 0.711390] usb usb1: SerialNumber: 0000:00:01.2 [ 0.712688] hub 1-0:1.0: USB hub found [ 0.713768] hub 1-0:1.0: 2 ports detected [ 0.715006] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.717825] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.719119] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.720560] mousedev: PS/2 mouse device common for all mice [ 0.722256] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.724616] rtc_cmos 00:00: RTC can wake from S4 [ 0.726169] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.727788] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.729474] device-mapper: uevent: version 1.0.3 [ 0.730785] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.733032] ledtrig-cpu: registered to indicate activity on CPUs [ 0.734637] TCP: cubic registered [ 0.735699] NET: Registered protocol family 10 [ 0.737225] NET: Registered protocol family 17 [ 0.738446] Key type dns_resolver registered [ 0.739802] Loading compiled-in X.509 certificates [ 0.741621] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b' [ 0.751227] registered taskstats version 1 [ 0.754184] Key type trusted registered [ 0.757971] Key type encrypted registered [ 0.759092] AppArmor: AppArmor sha1 policy hashing enabled [ 0.760498] IMA: No TPM chip found, activating TPM-bypass! [ 0.762459] regulator-dummy: disabling [ 0.763597] Magic number: 14:188:498 [ 0.764794] rtc_cmos 00:00: setting system clock to 2018-08-15 20:27:12 UTC (1534364832) [ 0.767033] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.768557] EDD information not available. [ 0.817412] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.819593] Write protecting the kernel read-only data: 12288k [ 0.821720] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000) [ 0.825115] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000) Loading, please wait... [ 0.838303] systemd-udevd[107]: starting version 204 [ 0.880864] FDC 0 is a S82078B [ 1.024046] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.188789] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.190538] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.192360] usb 1-1: Product: QEMU USB Tablet [ 1.193588] usb 1-1: Manufacturer: QEMU [ 1.194687] usb 1-1: SerialNumber: 42 [ 1.452077] tsc: Refined TSC clocksource calibration: 3491.871 MHz [ 1.893036] 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.236554] 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.534411] random: init urandom read with 10 bits of entropy available [ 2.652842] 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 Wed, 15 Aug 2018 20:27:14 +0000. Up 3.17 seconds. cloud-init-nonet[3.34]: 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 Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[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 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 configure network device[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[4.46]: 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 Wed, 15 Aug 2018 20:27:16 +0000. Up 4.71 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:27:5d:15 | ci-info: | eth0 | True | 192.168.0.10 | 255.255.255.0 | fa:16:3e:64:be:e5 | 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: b9:a8:5a:f7:52:2f:b6:57:37:93:46:52:71:37:e2:0b root@homer-0 The key's randomart image is: +--[ RSA 2048]----+ | ..oo| | . o.o| | E o | | . o o | | S + . | | ... . * | | . o... . o o | | . o..o o | | ... oo+ | +-----------------+ 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: 68:2f:42:6b:a2:79:09:cb:ea:ee:2e:54:ee:9c:65:d2 root@homer-0 The key's randomart image is: +--[ DSA 1024]----+ | | | | | | | . . | | o o o S | |.. + E . | |oo+.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: 36:3a:40:d4:de:8a:4c:57:31:ba:df:da:6d:25:4b:ea root@homer-0 The key's randomart image is: +--[ECDSA 256]---+ | .. o. | | . .... | | ...o | | .. o.. | | o.o..S | | o..+ o o . | | 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: 4d:f1:20:da:01:74:a6:fe:cd:da:9a:4e:d2:45:dd:22 root@homer-0 The key's randomart image is: +--[ED25519 256--+ | .o.= o | | * o = . | | o . E + . | | . + . . | | . S o | | o + | | . + 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 D-Bus system message bus[74G[ OK ] * Starting SystemD login management service[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 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 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 Wed, 15 Aug 2018 20:29:20 +0000. Up 128.93 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. 2018-08-15 20:29:46,413 - functest.core.singlevm - DEBUG - try 13: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-15 20:29:56,423 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:29:56,427 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" 2018-08-15 20:29:56,989 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:29: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-c674a9e8-e98f-462c-914b-a67f4c918045 x-compute-request-id: req-c674a9e8-e98f-462c-914b-a67f4c918045 Content-Encoding: gzip Content-Length: 1508 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:64:be:e5", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:64:be:e5", "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:27:5d:15", "version": 4, "addr": "192.168.1.2", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:27:5d:15", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/862ca86b-06ec-4d59-ae70-d91b3227a810", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/862ca86b-06ec-4d59-ae70-d91b3227a810", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:27:10.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "862ca86b-06ec-4d59-ae70-d91b3227a810", "security_groups": [{"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:27:10Z", "hostId": "019940e19a7b1ae7bcf66d3fa083c7498a80fd0bd54c47880af1a37a", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "homer-0.clearwater.opnfv", "created": "2018-08-15T20:26:30Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:40:77:5b", "version": 4, "addr": "192.168.0.18", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:40:77:5b", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d1:da:9d", "version": 4, "addr": "192.168.1.29", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d1:da:9d", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e6950a11-a5a7-4554-9dbb-df77b86ba400", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e6950a11-a5a7-4554-9dbb-df77b86ba400", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:27:22.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "e6950a11-a5a7-4554-9dbb-df77b86ba400", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:27:22Z", "hostId": "b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "bono-0.clearwater.opnfv", "created": "2018-08-15T20:26:30Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:51:74", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:51:74", "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:66:5e:3a", "version": 4, "addr": "192.168.1.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/ffc54980-6efe-4637-8bb5-39036958536d", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/ffc54980-6efe-4637-8bb5-39036958536d", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:27:20.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "ffc54980-6efe-4637-8bb5-39036958536d", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-mgmt"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:27:20Z", "hostId": "b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "dime-0.clearwater.opnfv", "created": "2018-08-15T20:26:30Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:a0:d6:2a", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:d6:2a", "version": 4, "addr": "172.30.9.213", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:0c:21", "version": 4, "addr": "192.168.1.21", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/59e09722-d046-47e2-8d46-98d35b577bb4", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/59e09722-d046-47e2-8d46-98d35b577bb4", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:27:18.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "59e09722-d046-47e2-8d46-98d35b577bb4", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:27:18Z", "hostId": "b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-15T20:26:29Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:67:a8:44", "version": 4, "addr": "192.168.0.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:67:a8:44", "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:5b:b2:38", "version": 4, "addr": "192.168.1.3", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/a76c441e-39fd-4d5f-93ae-d1b09ddfc9da", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/a76c441e-39fd-4d5f-93ae-d1b09ddfc9da", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:27:12.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "a76c441e-39fd-4d5f-93ae-d1b09ddfc9da", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:27:12Z", "hostId": "b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-15T20:26:29Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:9f:75:cc", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:75:cc", "version": 4, "addr": "172.30.9.217", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e0dd32cc-fa1d-4798-8b82-04894a6f8bfa", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e0dd32cc-fa1d-4798-8b82-04894a6f8bfa", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:26:06.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "e0dd32cc-fa1d-4798-8b82-04894a6f8bfa", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:26:06Z", "hostId": "019940e19a7b1ae7bcf66d3fa083c7498a80fd0bd54c47880af1a37a", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-15T20:24:22Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:e5:cc:ec", "version": 4, "addr": "192.168.0.2", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e5:cc:ec", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:01:52:92", "version": 4, "addr": "192.168.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/99cb71c2-331c-48dd-b548-d074f602efeb", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/99cb71c2-331c-48dd-b548-d074f602efeb", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:24:12.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "99cb71c2-331c-48dd-b548-d074f602efeb", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:24:12Z", "hostId": "b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "ns.clearwater.opnfv", "created": "2018-08-15T20:22:28Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:29:56,989 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-c674a9e8-e98f-462c-914b-a67f4c918045 2018-08-15 20:29:56,989 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.565313100815s 2018-08-15 20:29:56,990 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-c674a9e8-e98f-462c-914b-a67f4c918045 2018-08-15 20:29:56,997 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-15 20:29:57,000 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/862ca86b-06ec-4d59-ae70-d91b3227a810/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}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-15 20:29:57,072 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:29: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-5dca005a-e8b7-4839-b22c-e6c9c44bd485 x-compute-request-id: req-5dca005a-e8b7-4839-b22c-e6c9c44bd485 Content-Encoding: gzip Content-Length: 9716 Content-Type: application/json RESP BODY: {"output": "[ 0.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-155-generic (buildd@lgw01-amd64-033) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #205-Ubuntu SMP Fri Aug 10 15:53:26 UTC 2018 (Ubuntu 3.13.0-155.205-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-155-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-155-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: 2039688K/2096616K available (7492K kernel code, 1163K rwdata, 3440K rodata, 1368K init, 1448K bss, 56928K 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.008106] Security Framework initialized\n[ 0.009336] AppArmor: AppArmor initialized\n[ 0.010475] Yama: becoming mindful.\n[ 0.012250] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.016383] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.019035] 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.022252] Initializing cgroup subsys memory\n[ 0.024027] Initializing cgroup subsys devices\n[ 0.025236] Initializing cgroup subsys freezer\n[ 0.026447] Initializing cgroup subsys blkio\n[ 0.027617] Initializing cgroup subsys perf_event\n[ 0.028008] Initializing cgroup subsys hugetlb\n[ 0.029341] FEATURE SPEC_CTRL Not Present\n[ 0.032242] mce: CPU supports 10 MCE banks\n[ 0.033431] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.033431] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.036012] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.037636] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.039626] Speculative Store Bypass: Vulnerable\n[ 0.040530] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.047548] ACPI: Core revision 20131115\n[ 0.048558] ACPI: All ACPI Tables successfully acquired\n[ 0.050182] ftrace: allocating 28746 entries in 113 pages\n[ 0.072260] smpboot: Max logical packages: 2\n[ 0.073437] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.076003] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.077922] Enabling x2apic\n[ 0.078794] Enabled x2apic\n[ 0.080007] Switched APIC routing to physical x2apic.\n[ 0.082662] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.084002] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.086810] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.093709] KVM setup paravirtual spinlock\n[ 0.096945] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.098882] x86: Booting SMP configuration:\n[ 0.100004] .... node #0, CPUs: #1[ 0.096890] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.116018] x86: Booted up 1 node, 2 CPUs\n[ 0.116012] KVM setup async PF for cpu 1\n[ 0.116014] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.119784] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.120415] devtmpfs: initialized\n[ 0.122342] EVM: security.selinux\n[ 0.123327] EVM: security.SMACK64\n[ 0.124005] EVM: security.ima\n[ 0.124920] EVM: security.capability\n[ 0.125993] pinctrl core: initialized pinctrl subsystem\n[ 0.128055] regulator-dummy: no parameters\n[ 0.129295] RTC time: 20:27:11, date: 08/15/18\n[ 0.130557] NET: Registered protocol family 16\n[ 0.131899] cpuidle: using governor ladder\n[ 0.132004] cpuidle: using governor menu\n[ 0.133165] ACPI: bus type PCI registered\n[ 0.134284] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.136028] PCI: Using configuration type 1 for base access\n[ 0.138118] bio: create slab at 0\n[ 0.138118] ACPI: Added _OSI(Module Device)\n[ 0.140003] ACPI: Added _OSI(Processor Device)\n[ 0.141216] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.142474] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.145233] ACPI: Interpreter enabled\n[ 0.146296] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.148738] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.151321] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.153680] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.156006] ACPI: (supports S0 S5)\n[ 0.160003] ACPI: Using IOAPIC for interrupt routing\n[ 0.161334] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.163905] ACPI: No dock devices found.\n[ 0.165995] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.167577] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.168007] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.169678] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.172206] acpiphp: Slot [3] registered\n[ 0.173325] acpiphp: Slot [4] registered\n[ 0.174455] acpiphp: Slot [5] registered\n[ 0.175572] acpiphp: Slot [6] registered\n[ 0.176023] acpiphp: Slot [7] registered\n[ 0.177135] acpiphp: Slot [8] registered\n[ 0.178239] acpiphp: Slot [9] registered\n[ 0.179358] acpiphp: Slot [10] registered\n[ 0.180020] acpiphp: Slot [11] registered\n[ 0.181150] acpiphp: Slot [12] registered\n[ 0.182281] acpiphp: Slot [13] registered\n[ 0.183421] acpiphp: Slot [14] registered\n[ 0.184020] acpiphp: Slot [15] registered\n[ 0.185164] acpiphp: Slot [16] registered\n[ 0.186386] acpiphp: Slot [17] registered\n[ 0.187513] acpiphp: Slot [18] registered\n[ 0.188027] acpiphp: Slot [19] registered\n[ 0.189175] acpiphp: Slot [20] registered\n[ 0.190316] acpiphp: Slot [21] registered\n[ 0.191456] acpiphp: Slot [22] registered\n[ 0.192020] acpiphp: Slot [23] registered\n[ 0.193169] acpiphp: Slot [24] registered\n[ 0.194300] acpiphp: Slot [25] registered\n[ 0.195430] acpiphp: Slot [26] registered\n[ 0.196020] acpiphp: Slot [27] registered\n[ 0.197157] acpiphp: Slot [28] registered\n[ 0.198282] acpiphp: Slot [29] registered\n[ 0.199419] acpiphp: Slot [30] registered\n[ 0.200028] acpiphp: Slot [31] registered\n[ 0.201153] PCI host bridge to bus 0000:00\n[ 0.202283] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.203706] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.204004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.205569] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.207254] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.208003] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.215404] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.216014] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.242589] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.244564] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.246554] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.248537] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.250602] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.252221] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.253996] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.253996] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.256004] vgaarb: loaded\n[ 0.256851] vgaarb: bridge control possible 0000:00:02.0\n[ 0.258504] SCSI subsystem initialized\n[ 0.259740] ACPI: bus type USB registered\n[ 0.260031] usbcore: registered new interface driver usbfs\n[ 0.261464] usbcore: registered new interface driver hub\n[ 0.262890] usbcore: registered new device driver usb\n[ 0.264117] PCI: Using ACPI for IRQ routing\n[ 0.265563] NetLabel: Initializing\n[ 0.266574] NetLabel: domain hash size = 128\n[ 0.267767] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.268065] NetLabel: unlabeled traffic allowed by default\n[ 0.269514] Switched to clocksource kvm-clock\n[ 0.277200] AppArmor: AppArmor Filesystem Enabled\n[ 0.278522] pnp: PnP ACPI init\n[ 0.279459] ACPI: bus type PNP registered\n[ 0.281044] pnp: PnP ACPI: found 8 devices\n[ 0.282190] ACPI: bus type PNP unregistered\n[ 0.289689] NET: Registered protocol family 2\n[ 0.291177] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.293302] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.295192] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.296969] TCP: reno registered\n[ 0.297924] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.299471] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.301196] NET: Registered protocol family 1\n[ 0.302418] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.303943] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.305436] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.327969] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.350648] Trying to unpack rootfs image as initramfs...\n[ 0.453190] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.455495] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.457011] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.459050] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.462092] Scanning for low memory corruption every 60 seconds\n[ 0.464447] Initialise system trusted keyring\n[ 0.466051] audit: initializing netlink socket (disabled)\n[ 0.467885] type=2000 audit(1534364831.701:1): initialized\n[ 0.488781] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.491863] zbud: loaded\n[ 0.493140] VFS: Disk quotas dquot_6.5.2\n[ 0.494642] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.497221] fuse init (API version 7.22)\n[ 0.498734] msgmni has been set to 3997\n[ 0.500194] Key type big_key registered\n[ 0.502033] Key type asymmetric registered\n[ 0.503545] Asymmetric key parser 'x509' registered\n[ 0.505292] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.507915] io scheduler noop registered\n[ 0.509356] io scheduler deadline registered (default)\n[ 0.511093] io scheduler cfq registered\n[ 0.512565] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.514479] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516729] ipmi message handler version 39.2\n[ 0.518350] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.520935] ACPI: Power Button [PWRF]\n[ 0.522390] GHES: HEST is not enabled!\n[ 0.544858] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.590233] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.613936] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.616443] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.641284] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.644836] Linux agpgart interface v0.103\n[ 0.647364] brd: module loaded\n[ 0.649078] loop: module loaded\n[ 0.650657] blk-mq: CPU -> queue map\n[ 0.652017] CPU 0 -> Queue 0\n[ 0.653198] CPU 1 -> Queue 0\n[ 0.655193] vda: vda1\n[ 0.656705] scsi0 : ata_piix\n[ 0.657713] scsi1 : ata_piix\n[ 0.658633] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.660320] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.662209] libphy: Fixed MDIO Bus: probed\n[ 0.663440] tun: Universal TUN/TAP device driver, 1.6\n[ 0.664793] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.668050] PPP generic driver version 2.4.2\n[ 0.669265] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.670858] ehci-pci: EHCI PCI platform driver\n[ 0.672049] ehci-platform: EHCI generic platform driver\n[ 0.673391] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.674937] ohci-pci: OHCI PCI platform driver\n[ 0.676141] ohci-platform: OHCI generic platform driver\n[ 0.677500] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.699950] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.701312] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.703371] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.704944] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.706610] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.708547] usb usb1: Product: UHCI Host Controller\n[ 0.709815] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd\n[ 0.711390] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.712688] hub 1-0:1.0: USB hub found\n[ 0.713768] hub 1-0:1.0: 2 ports detected\n[ 0.715006] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.717825] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.719119] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.720560] mousedev: PS/2 mouse device common for all mice\n[ 0.722256] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.724616] rtc_cmos 00:00: RTC can wake from S4\n[ 0.726169] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.727788] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.729474] device-mapper: uevent: version 1.0.3\n[ 0.730785] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.733032] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.734637] TCP: cubic registered\n[ 0.735699] NET: Registered protocol family 10\n[ 0.737225] NET: Registered protocol family 17\n[ 0.738446] Key type dns_resolver registered\n[ 0.739802] Loading compiled-in X.509 certificates\n[ 0.741621] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b'\n[ 0.751227] registered taskstats version 1\n[ 0.754184] Key type trusted registered\n[ 0.757971] Key type encrypted registered\n[ 0.759092] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.760498] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.762459] regulator-dummy: disabling\n[ 0.763597] Magic number: 14:188:498\n[ 0.764794] rtc_cmos 00:00: setting system clock to 2018-08-15 20:27:12 UTC (1534364832)\n[ 0.767033] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.768557] EDD information not available.\n[ 0.817412] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.819593] Write protecting the kernel read-only data: 12288k\n[ 0.821720] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000)\n[ 0.825115] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000)\nLoading, please wait...\n[ 0.838303] systemd-udevd[107]: starting version 204\n[ 0.880864] FDC 0 is a S82078B\n[ 1.024046] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.188789] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.190538] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.192360] usb 1-1: Product: QEMU USB Tablet\n[ 1.193588] usb 1-1: Manufacturer: QEMU\n[ 1.194687] usb 1-1: SerialNumber: 42\n[ 1.452077] tsc: Refined TSC clocksource calibration: 3491.871 MHz\n[ 1.893036] 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.236554] 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.534411] random: init urandom read with 10 bits of entropy available\n[ 2.652842] 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 Wed, 15 Aug 2018 20:27:14 +0000. Up 3.17 seconds.\ncloud-init-nonet[3.34]: 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 Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[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 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 configure network device[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[4.46]: 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 Wed, 15 Aug 2018 20:27:16 +0000. Up 4.71 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:27:5d:15 |\nci-info: | eth0 | True | 192.168.0.10 | 255.255.255.0 | fa:16:3e:64:be:e5 |\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:\nb9:a8:5a:f7:52:2f:b6:57:37:93:46:52:71:37:e2:0b root@homer-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| ..oo|\n| . o.o|\n| E o |\n| . o o |\n| S + . |\n| ... . * |\n| . o... . o o |\n| . o..o o |\n| ... oo+ |\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:\n68:2f:42:6b:a2:79:09:cb:ea:ee:2e:54:ee:9c:65:d2 root@homer-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| |\n| |\n| |\n| . . |\n| o o o S |\n|.. + E . |\n|oo+.O . . |\n|o+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:\n36:3a:40:d4:de:8a:4c:57:31:ba:df:da:6d:25:4b:ea root@homer-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| .. o. |\n| . .... |\n| ...o |\n| .. o.. |\n| o.o..S |\n| o..+ o o . |\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:\n4d:f1:20:da:01:74:a6:fe:cd:da:9a:4e:d2:45:dd:22 root@homer-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| .o.= o |\n| * o = . |\n| o . E + . |\n| . + . . |\n| . S o |\n| o + |\n| . + o |\n| o + |\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 * 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 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 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 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 Wed, 15 Aug 2018 20:29:20 +0000. Up 128.93 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\n"} 2018-08-15 20:29:57,073 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/862ca86b-06ec-4d59-ae70-d91b3227a810/action used request id req-5dca005a-e8b7-4839-b22c-e6c9c44bd485 2018-08-15 20:29:57,073 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0758559703827s 2018-08-15 20:29:57,074 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/862ca86b-06ec-4d59-ae70-d91b3227a810/action used request id req-5dca005a-e8b7-4839-b22c-e6c9c44bd485 2018-08-15 20:29:57,074 - 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-155-generic (buildd@lgw01-amd64-033) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #205-Ubuntu SMP Fri Aug 10 15:53:26 UTC 2018 (Ubuntu 3.13.0-155.205-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-155-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-155-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: 2039688K/2096616K available (7492K kernel code, 1163K rwdata, 3440K rodata, 1368K init, 1448K bss, 56928K 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.008106] Security Framework initialized [ 0.009336] AppArmor: AppArmor initialized [ 0.010475] Yama: becoming mindful. [ 0.012250] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.016383] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.019035] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.020005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.022252] Initializing cgroup subsys memory [ 0.024027] Initializing cgroup subsys devices [ 0.025236] Initializing cgroup subsys freezer [ 0.026447] Initializing cgroup subsys blkio [ 0.027617] Initializing cgroup subsys perf_event [ 0.028008] Initializing cgroup subsys hugetlb [ 0.029341] FEATURE SPEC_CTRL Not Present [ 0.032242] mce: CPU supports 10 MCE banks [ 0.033431] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.033431] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.036012] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.037636] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.039626] Speculative Store Bypass: Vulnerable [ 0.040530] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.047548] ACPI: Core revision 20131115 [ 0.048558] ACPI: All ACPI Tables successfully acquired [ 0.050182] ftrace: allocating 28746 entries in 113 pages [ 0.072260] smpboot: Max logical packages: 2 [ 0.073437] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.076003] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.077922] Enabling x2apic [ 0.078794] Enabled x2apic [ 0.080007] Switched APIC routing to physical x2apic. [ 0.082662] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.084002] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.086810] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.093709] KVM setup paravirtual spinlock [ 0.096945] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.098882] x86: Booting SMP configuration: [ 0.100004] .... node #0, CPUs: #1[ 0.096890] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.116018] x86: Booted up 1 node, 2 CPUs [ 0.116012] KVM setup async PF for cpu 1 [ 0.116014] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.119784] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.120415] devtmpfs: initialized [ 0.122342] EVM: security.selinux [ 0.123327] EVM: security.SMACK64 [ 0.124005] EVM: security.ima [ 0.124920] EVM: security.capability [ 0.125993] pinctrl core: initialized pinctrl subsystem [ 0.128055] regulator-dummy: no parameters [ 0.129295] RTC time: 20:27:11, date: 08/15/18 [ 0.130557] NET: Registered protocol family 16 [ 0.131899] cpuidle: using governor ladder [ 0.132004] cpuidle: using governor menu [ 0.133165] ACPI: bus type PCI registered [ 0.134284] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.136028] PCI: Using configuration type 1 for base access [ 0.138118] bio: create slab at 0 [ 0.138118] ACPI: Added _OSI(Module Device) [ 0.140003] ACPI: Added _OSI(Processor Device) [ 0.141216] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.142474] ACPI: Added _OSI(Processor Aggregator Device) [ 0.145233] ACPI: Interpreter enabled [ 0.146296] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.148738] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.151321] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.153680] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.156006] ACPI: (supports S0 S5) [ 0.160003] ACPI: Using IOAPIC for interrupt routing [ 0.161334] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.163905] ACPI: No dock devices found. [ 0.165995] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.167577] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.168007] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.169678] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.172206] acpiphp: Slot [3] registered [ 0.173325] acpiphp: Slot [4] registered [ 0.174455] acpiphp: Slot [5] registered [ 0.175572] acpiphp: Slot [6] registered [ 0.176023] acpiphp: Slot [7] registered [ 0.177135] acpiphp: Slot [8] registered [ 0.178239] acpiphp: Slot [9] registered [ 0.179358] acpiphp: Slot [10] registered [ 0.180020] acpiphp: Slot [11] registered [ 0.181150] acpiphp: Slot [12] registered [ 0.182281] acpiphp: Slot [13] registered [ 0.183421] acpiphp: Slot [14] registered [ 0.184020] acpiphp: Slot [15] registered [ 0.185164] acpiphp: Slot [16] registered [ 0.186386] acpiphp: Slot [17] registered [ 0.187513] acpiphp: Slot [18] registered [ 0.188027] acpiphp: Slot [19] registered [ 0.189175] acpiphp: Slot [20] registered [ 0.190316] acpiphp: Slot [21] registered [ 0.191456] acpiphp: Slot [22] registered [ 0.192020] acpiphp: Slot [23] registered [ 0.193169] acpiphp: Slot [24] registered [ 0.194300] acpiphp: Slot [25] registered [ 0.195430] acpiphp: Slot [26] registered [ 0.196020] acpiphp: Slot [27] registered [ 0.197157] acpiphp: Slot [28] registered [ 0.198282] acpiphp: Slot [29] registered [ 0.199419] acpiphp: Slot [30] registered [ 0.200028] acpiphp: Slot [31] registered [ 0.201153] PCI host bridge to bus 0000:00 [ 0.202283] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.203706] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.204004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.205569] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.207254] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.208003] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.215404] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.216014] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.242589] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.244564] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.246554] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.248537] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.250602] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.252221] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.253996] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.253996] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.256004] vgaarb: loaded [ 0.256851] vgaarb: bridge control possible 0000:00:02.0 [ 0.258504] SCSI subsystem initialized [ 0.259740] ACPI: bus type USB registered [ 0.260031] usbcore: registered new interface driver usbfs [ 0.261464] usbcore: registered new interface driver hub [ 0.262890] usbcore: registered new device driver usb [ 0.264117] PCI: Using ACPI for IRQ routing [ 0.265563] NetLabel: Initializing [ 0.266574] NetLabel: domain hash size = 128 [ 0.267767] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.268065] NetLabel: unlabeled traffic allowed by default [ 0.269514] Switched to clocksource kvm-clock [ 0.277200] AppArmor: AppArmor Filesystem Enabled [ 0.278522] pnp: PnP ACPI init [ 0.279459] ACPI: bus type PNP registered [ 0.281044] pnp: PnP ACPI: found 8 devices [ 0.282190] ACPI: bus type PNP unregistered [ 0.289689] NET: Registered protocol family 2 [ 0.291177] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.293302] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.295192] TCP: Hash tables configured (established 16384 bind 16384) [ 0.296969] TCP: reno registered [ 0.297924] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.299471] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.301196] NET: Registered protocol family 1 [ 0.302418] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.303943] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.305436] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.327969] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.350648] Trying to unpack rootfs image as initramfs... [ 0.453190] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.455495] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.457011] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.459050] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.462092] Scanning for low memory corruption every 60 seconds [ 0.464447] Initialise system trusted keyring [ 0.466051] audit: initializing netlink socket (disabled) [ 0.467885] type=2000 audit(1534364831.701:1): initialized [ 0.488781] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.491863] zbud: loaded [ 0.493140] VFS: Disk quotas dquot_6.5.2 [ 0.494642] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.497221] fuse init (API version 7.22) [ 0.498734] msgmni has been set to 3997 [ 0.500194] Key type big_key registered [ 0.502033] Key type asymmetric registered [ 0.503545] Asymmetric key parser 'x509' registered [ 0.505292] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.507915] io scheduler noop registered [ 0.509356] io scheduler deadline registered (default) [ 0.511093] io scheduler cfq registered [ 0.512565] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.514479] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.516729] ipmi message handler version 39.2 [ 0.518350] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.520935] ACPI: Power Button [PWRF] [ 0.522390] GHES: HEST is not enabled! [ 0.544858] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.590233] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.613936] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.616443] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.641284] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.644836] Linux agpgart interface v0.103 [ 0.647364] brd: module loaded [ 0.649078] loop: module loaded [ 0.650657] blk-mq: CPU -> queue map [ 0.652017] CPU 0 -> Queue 0 [ 0.653198] CPU 1 -> Queue 0 [ 0.655193] vda: vda1 [ 0.656705] scsi0 : ata_piix [ 0.657713] scsi1 : ata_piix [ 0.658633] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.660320] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.662209] libphy: Fixed MDIO Bus: probed [ 0.663440] tun: Universal TUN/TAP device driver, 1.6 [ 0.664793] tun: (C) 1999-2004 Max Krasnyansky [ 0.668050] PPP generic driver version 2.4.2 [ 0.669265] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.670858] ehci-pci: EHCI PCI platform driver [ 0.672049] ehci-platform: EHCI generic platform driver [ 0.673391] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.674937] ohci-pci: OHCI PCI platform driver [ 0.676141] ohci-platform: OHCI generic platform driver [ 0.677500] uhci_hcd: USB Universal Host Controller Interface driver [ 0.699950] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.701312] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.703371] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.704944] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.706610] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.708547] usb usb1: Product: UHCI Host Controller [ 0.709815] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd [ 0.711390] usb usb1: SerialNumber: 0000:00:01.2 [ 0.712688] hub 1-0:1.0: USB hub found [ 0.713768] hub 1-0:1.0: 2 ports detected [ 0.715006] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.717825] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.719119] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.720560] mousedev: PS/2 mouse device common for all mice [ 0.722256] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.724616] rtc_cmos 00:00: RTC can wake from S4 [ 0.726169] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.727788] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.729474] device-mapper: uevent: version 1.0.3 [ 0.730785] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.733032] ledtrig-cpu: registered to indicate activity on CPUs [ 0.734637] TCP: cubic registered [ 0.735699] NET: Registered protocol family 10 [ 0.737225] NET: Registered protocol family 17 [ 0.738446] Key type dns_resolver registered [ 0.739802] Loading compiled-in X.509 certificates [ 0.741621] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b' [ 0.751227] registered taskstats version 1 [ 0.754184] Key type trusted registered [ 0.757971] Key type encrypted registered [ 0.759092] AppArmor: AppArmor sha1 policy hashing enabled [ 0.760498] IMA: No TPM chip found, activating TPM-bypass! [ 0.762459] regulator-dummy: disabling [ 0.763597] Magic number: 14:188:498 [ 0.764794] rtc_cmos 00:00: setting system clock to 2018-08-15 20:27:12 UTC (1534364832) [ 0.767033] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.768557] EDD information not available. [ 0.817412] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.819593] Write protecting the kernel read-only data: 12288k [ 0.821720] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000) [ 0.825115] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000) Loading, please wait... [ 0.838303] systemd-udevd[107]: starting version 204 [ 0.880864] FDC 0 is a S82078B [ 1.024046] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.188789] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.190538] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.192360] usb 1-1: Product: QEMU USB Tablet [ 1.193588] usb 1-1: Manufacturer: QEMU [ 1.194687] usb 1-1: SerialNumber: 42 [ 1.452077] tsc: Refined TSC clocksource calibration: 3491.871 MHz [ 1.893036] 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.236554] 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.534411] random: init urandom read with 10 bits of entropy available [ 2.652842] 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 Wed, 15 Aug 2018 20:27:14 +0000. Up 3.17 seconds. cloud-init-nonet[3.34]: 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 Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[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 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 configure network device[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[4.46]: 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 Wed, 15 Aug 2018 20:27:16 +0000. Up 4.71 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:27:5d:15 | ci-info: | eth0 | True | 192.168.0.10 | 255.255.255.0 | fa:16:3e:64:be:e5 | 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: b9:a8:5a:f7:52:2f:b6:57:37:93:46:52:71:37:e2:0b root@homer-0 The key's randomart image is: +--[ RSA 2048]----+ | ..oo| | . o.o| | E o | | . o o | | S + . | | ... . * | | . o... . o o | | . o..o o | | ... oo+ | +-----------------+ 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: 68:2f:42:6b:a2:79:09:cb:ea:ee:2e:54:ee:9c:65:d2 root@homer-0 The key's randomart image is: +--[ DSA 1024]----+ | | | | | | | . . | | o o o S | |.. + E . | |oo+.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: 36:3a:40:d4:de:8a:4c:57:31:ba:df:da:6d:25:4b:ea root@homer-0 The key's randomart image is: +--[ECDSA 256]---+ | .. o. | | . .... | | ...o | | .. o.. | | o.o..S | | o..+ o o . | | 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: 4d:f1:20:da:01:74:a6:fe:cd:da:9a:4e:d2:45:dd:22 root@homer-0 The key's randomart image is: +--[ED25519 256--+ | .o.= o | | * o = . | | o . E + . | | . + . . | | . S o | | o + | | . + 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 D-Bus system message bus[74G[ OK ] * Starting SystemD login management service[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 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 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 Wed, 15 Aug 2018 20:29:20 +0000. Up 128.93 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. 2018-08-15 20:29:57,075 - functest.core.singlevm - DEBUG - try 14: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-15 20:30:07,080 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:30:07,082 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" 2018-08-15 20:30:07,666 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:30:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2a5b7f3b-ff99-425a-8a9d-be2112ec7846 x-compute-request-id: req-2a5b7f3b-ff99-425a-8a9d-be2112ec7846 Content-Encoding: gzip Content-Length: 1508 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:64:be:e5", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:64:be:e5", "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:27:5d:15", "version": 4, "addr": "192.168.1.2", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:27:5d:15", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/862ca86b-06ec-4d59-ae70-d91b3227a810", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/862ca86b-06ec-4d59-ae70-d91b3227a810", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:27:10.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "862ca86b-06ec-4d59-ae70-d91b3227a810", "security_groups": [{"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:27:10Z", "hostId": "019940e19a7b1ae7bcf66d3fa083c7498a80fd0bd54c47880af1a37a", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "homer-0.clearwater.opnfv", "created": "2018-08-15T20:26:30Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:40:77:5b", "version": 4, "addr": "192.168.0.18", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:40:77:5b", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d1:da:9d", "version": 4, "addr": "192.168.1.29", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d1:da:9d", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e6950a11-a5a7-4554-9dbb-df77b86ba400", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e6950a11-a5a7-4554-9dbb-df77b86ba400", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:27:22.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "e6950a11-a5a7-4554-9dbb-df77b86ba400", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:27:22Z", "hostId": "b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "bono-0.clearwater.opnfv", "created": "2018-08-15T20:26:30Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:51:74", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:51:74", "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:66:5e:3a", "version": 4, "addr": "192.168.1.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/ffc54980-6efe-4637-8bb5-39036958536d", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/ffc54980-6efe-4637-8bb5-39036958536d", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:27:20.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "ffc54980-6efe-4637-8bb5-39036958536d", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-mgmt"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:27:20Z", "hostId": "b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "dime-0.clearwater.opnfv", "created": "2018-08-15T20:26:30Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:a0:d6:2a", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:d6:2a", "version": 4, "addr": "172.30.9.213", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:0c:21", "version": 4, "addr": "192.168.1.21", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/59e09722-d046-47e2-8d46-98d35b577bb4", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/59e09722-d046-47e2-8d46-98d35b577bb4", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:27:18.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "59e09722-d046-47e2-8d46-98d35b577bb4", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:27:18Z", "hostId": "b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-15T20:26:29Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:67:a8:44", "version": 4, "addr": "192.168.0.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:67:a8:44", "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:5b:b2:38", "version": 4, "addr": "192.168.1.3", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/a76c441e-39fd-4d5f-93ae-d1b09ddfc9da", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/a76c441e-39fd-4d5f-93ae-d1b09ddfc9da", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:27:12.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "a76c441e-39fd-4d5f-93ae-d1b09ddfc9da", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:27:12Z", "hostId": "b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-15T20:26:29Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:9f:75:cc", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:75:cc", "version": 4, "addr": "172.30.9.217", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e0dd32cc-fa1d-4798-8b82-04894a6f8bfa", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e0dd32cc-fa1d-4798-8b82-04894a6f8bfa", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:26:06.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "e0dd32cc-fa1d-4798-8b82-04894a6f8bfa", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:26:06Z", "hostId": "019940e19a7b1ae7bcf66d3fa083c7498a80fd0bd54c47880af1a37a", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-15T20:24:22Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:e5:cc:ec", "version": 4, "addr": "192.168.0.2", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e5:cc:ec", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:01:52:92", "version": 4, "addr": "192.168.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/99cb71c2-331c-48dd-b548-d074f602efeb", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/99cb71c2-331c-48dd-b548-d074f602efeb", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:24:12.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "99cb71c2-331c-48dd-b548-d074f602efeb", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:24:12Z", "hostId": "b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "ns.clearwater.opnfv", "created": "2018-08-15T20:22:28Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:30:07,666 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-2a5b7f3b-ff99-425a-8a9d-be2112ec7846 2018-08-15 20:30:07,666 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.58572602272s 2018-08-15 20:30:07,666 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-2a5b7f3b-ff99-425a-8a9d-be2112ec7846 2018-08-15 20:30:07,671 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-15 20:30:07,673 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/862ca86b-06ec-4d59-ae70-d91b3227a810/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}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-15 20:30:07,738 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:30:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-effe0d68-e6ca-4916-8ebb-ad02a72efa65 x-compute-request-id: req-effe0d68-e6ca-4916-8ebb-ad02a72efa65 Content-Encoding: gzip Content-Length: 9716 Content-Type: application/json RESP BODY: {"output": "[ 0.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-155-generic (buildd@lgw01-amd64-033) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #205-Ubuntu SMP Fri Aug 10 15:53:26 UTC 2018 (Ubuntu 3.13.0-155.205-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-155-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-155-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: 2039688K/2096616K available (7492K kernel code, 1163K rwdata, 3440K rodata, 1368K init, 1448K bss, 56928K 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.008106] Security Framework initialized\n[ 0.009336] AppArmor: AppArmor initialized\n[ 0.010475] Yama: becoming mindful.\n[ 0.012250] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.016383] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.019035] 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.022252] Initializing cgroup subsys memory\n[ 0.024027] Initializing cgroup subsys devices\n[ 0.025236] Initializing cgroup subsys freezer\n[ 0.026447] Initializing cgroup subsys blkio\n[ 0.027617] Initializing cgroup subsys perf_event\n[ 0.028008] Initializing cgroup subsys hugetlb\n[ 0.029341] FEATURE SPEC_CTRL Not Present\n[ 0.032242] mce: CPU supports 10 MCE banks\n[ 0.033431] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.033431] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.036012] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.037636] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.039626] Speculative Store Bypass: Vulnerable\n[ 0.040530] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.047548] ACPI: Core revision 20131115\n[ 0.048558] ACPI: All ACPI Tables successfully acquired\n[ 0.050182] ftrace: allocating 28746 entries in 113 pages\n[ 0.072260] smpboot: Max logical packages: 2\n[ 0.073437] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.076003] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.077922] Enabling x2apic\n[ 0.078794] Enabled x2apic\n[ 0.080007] Switched APIC routing to physical x2apic.\n[ 0.082662] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.084002] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.086810] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.093709] KVM setup paravirtual spinlock\n[ 0.096945] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.098882] x86: Booting SMP configuration:\n[ 0.100004] .... node #0, CPUs: #1[ 0.096890] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.116018] x86: Booted up 1 node, 2 CPUs\n[ 0.116012] KVM setup async PF for cpu 1\n[ 0.116014] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.119784] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.120415] devtmpfs: initialized\n[ 0.122342] EVM: security.selinux\n[ 0.123327] EVM: security.SMACK64\n[ 0.124005] EVM: security.ima\n[ 0.124920] EVM: security.capability\n[ 0.125993] pinctrl core: initialized pinctrl subsystem\n[ 0.128055] regulator-dummy: no parameters\n[ 0.129295] RTC time: 20:27:11, date: 08/15/18\n[ 0.130557] NET: Registered protocol family 16\n[ 0.131899] cpuidle: using governor ladder\n[ 0.132004] cpuidle: using governor menu\n[ 0.133165] ACPI: bus type PCI registered\n[ 0.134284] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.136028] PCI: Using configuration type 1 for base access\n[ 0.138118] bio: create slab at 0\n[ 0.138118] ACPI: Added _OSI(Module Device)\n[ 0.140003] ACPI: Added _OSI(Processor Device)\n[ 0.141216] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.142474] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.145233] ACPI: Interpreter enabled\n[ 0.146296] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.148738] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.151321] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.153680] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.156006] ACPI: (supports S0 S5)\n[ 0.160003] ACPI: Using IOAPIC for interrupt routing\n[ 0.161334] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.163905] ACPI: No dock devices found.\n[ 0.165995] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.167577] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.168007] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.169678] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.172206] acpiphp: Slot [3] registered\n[ 0.173325] acpiphp: Slot [4] registered\n[ 0.174455] acpiphp: Slot [5] registered\n[ 0.175572] acpiphp: Slot [6] registered\n[ 0.176023] acpiphp: Slot [7] registered\n[ 0.177135] acpiphp: Slot [8] registered\n[ 0.178239] acpiphp: Slot [9] registered\n[ 0.179358] acpiphp: Slot [10] registered\n[ 0.180020] acpiphp: Slot [11] registered\n[ 0.181150] acpiphp: Slot [12] registered\n[ 0.182281] acpiphp: Slot [13] registered\n[ 0.183421] acpiphp: Slot [14] registered\n[ 0.184020] acpiphp: Slot [15] registered\n[ 0.185164] acpiphp: Slot [16] registered\n[ 0.186386] acpiphp: Slot [17] registered\n[ 0.187513] acpiphp: Slot [18] registered\n[ 0.188027] acpiphp: Slot [19] registered\n[ 0.189175] acpiphp: Slot [20] registered\n[ 0.190316] acpiphp: Slot [21] registered\n[ 0.191456] acpiphp: Slot [22] registered\n[ 0.192020] acpiphp: Slot [23] registered\n[ 0.193169] acpiphp: Slot [24] registered\n[ 0.194300] acpiphp: Slot [25] registered\n[ 0.195430] acpiphp: Slot [26] registered\n[ 0.196020] acpiphp: Slot [27] registered\n[ 0.197157] acpiphp: Slot [28] registered\n[ 0.198282] acpiphp: Slot [29] registered\n[ 0.199419] acpiphp: Slot [30] registered\n[ 0.200028] acpiphp: Slot [31] registered\n[ 0.201153] PCI host bridge to bus 0000:00\n[ 0.202283] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.203706] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.204004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.205569] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.207254] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.208003] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.215404] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.216014] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.242589] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.244564] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.246554] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.248537] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.250602] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.252221] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.253996] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.253996] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.256004] vgaarb: loaded\n[ 0.256851] vgaarb: bridge control possible 0000:00:02.0\n[ 0.258504] SCSI subsystem initialized\n[ 0.259740] ACPI: bus type USB registered\n[ 0.260031] usbcore: registered new interface driver usbfs\n[ 0.261464] usbcore: registered new interface driver hub\n[ 0.262890] usbcore: registered new device driver usb\n[ 0.264117] PCI: Using ACPI for IRQ routing\n[ 0.265563] NetLabel: Initializing\n[ 0.266574] NetLabel: domain hash size = 128\n[ 0.267767] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.268065] NetLabel: unlabeled traffic allowed by default\n[ 0.269514] Switched to clocksource kvm-clock\n[ 0.277200] AppArmor: AppArmor Filesystem Enabled\n[ 0.278522] pnp: PnP ACPI init\n[ 0.279459] ACPI: bus type PNP registered\n[ 0.281044] pnp: PnP ACPI: found 8 devices\n[ 0.282190] ACPI: bus type PNP unregistered\n[ 0.289689] NET: Registered protocol family 2\n[ 0.291177] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.293302] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.295192] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.296969] TCP: reno registered\n[ 0.297924] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.299471] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.301196] NET: Registered protocol family 1\n[ 0.302418] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.303943] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.305436] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.327969] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.350648] Trying to unpack rootfs image as initramfs...\n[ 0.453190] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.455495] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.457011] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.459050] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.462092] Scanning for low memory corruption every 60 seconds\n[ 0.464447] Initialise system trusted keyring\n[ 0.466051] audit: initializing netlink socket (disabled)\n[ 0.467885] type=2000 audit(1534364831.701:1): initialized\n[ 0.488781] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.491863] zbud: loaded\n[ 0.493140] VFS: Disk quotas dquot_6.5.2\n[ 0.494642] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.497221] fuse init (API version 7.22)\n[ 0.498734] msgmni has been set to 3997\n[ 0.500194] Key type big_key registered\n[ 0.502033] Key type asymmetric registered\n[ 0.503545] Asymmetric key parser 'x509' registered\n[ 0.505292] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.507915] io scheduler noop registered\n[ 0.509356] io scheduler deadline registered (default)\n[ 0.511093] io scheduler cfq registered\n[ 0.512565] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.514479] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516729] ipmi message handler version 39.2\n[ 0.518350] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.520935] ACPI: Power Button [PWRF]\n[ 0.522390] GHES: HEST is not enabled!\n[ 0.544858] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.590233] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.613936] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.616443] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.641284] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.644836] Linux agpgart interface v0.103\n[ 0.647364] brd: module loaded\n[ 0.649078] loop: module loaded\n[ 0.650657] blk-mq: CPU -> queue map\n[ 0.652017] CPU 0 -> Queue 0\n[ 0.653198] CPU 1 -> Queue 0\n[ 0.655193] vda: vda1\n[ 0.656705] scsi0 : ata_piix\n[ 0.657713] scsi1 : ata_piix\n[ 0.658633] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.660320] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.662209] libphy: Fixed MDIO Bus: probed\n[ 0.663440] tun: Universal TUN/TAP device driver, 1.6\n[ 0.664793] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.668050] PPP generic driver version 2.4.2\n[ 0.669265] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.670858] ehci-pci: EHCI PCI platform driver\n[ 0.672049] ehci-platform: EHCI generic platform driver\n[ 0.673391] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.674937] ohci-pci: OHCI PCI platform driver\n[ 0.676141] ohci-platform: OHCI generic platform driver\n[ 0.677500] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.699950] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.701312] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.703371] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.704944] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.706610] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.708547] usb usb1: Product: UHCI Host Controller\n[ 0.709815] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd\n[ 0.711390] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.712688] hub 1-0:1.0: USB hub found\n[ 0.713768] hub 1-0:1.0: 2 ports detected\n[ 0.715006] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.717825] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.719119] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.720560] mousedev: PS/2 mouse device common for all mice\n[ 0.722256] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.724616] rtc_cmos 00:00: RTC can wake from S4\n[ 0.726169] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.727788] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.729474] device-mapper: uevent: version 1.0.3\n[ 0.730785] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.733032] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.734637] TCP: cubic registered\n[ 0.735699] NET: Registered protocol family 10\n[ 0.737225] NET: Registered protocol family 17\n[ 0.738446] Key type dns_resolver registered\n[ 0.739802] Loading compiled-in X.509 certificates\n[ 0.741621] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b'\n[ 0.751227] registered taskstats version 1\n[ 0.754184] Key type trusted registered\n[ 0.757971] Key type encrypted registered\n[ 0.759092] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.760498] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.762459] regulator-dummy: disabling\n[ 0.763597] Magic number: 14:188:498\n[ 0.764794] rtc_cmos 00:00: setting system clock to 2018-08-15 20:27:12 UTC (1534364832)\n[ 0.767033] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.768557] EDD information not available.\n[ 0.817412] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.819593] Write protecting the kernel read-only data: 12288k\n[ 0.821720] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000)\n[ 0.825115] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000)\nLoading, please wait...\n[ 0.838303] systemd-udevd[107]: starting version 204\n[ 0.880864] FDC 0 is a S82078B\n[ 1.024046] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.188789] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.190538] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.192360] usb 1-1: Product: QEMU USB Tablet\n[ 1.193588] usb 1-1: Manufacturer: QEMU\n[ 1.194687] usb 1-1: SerialNumber: 42\n[ 1.452077] tsc: Refined TSC clocksource calibration: 3491.871 MHz\n[ 1.893036] 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.236554] 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.534411] random: init urandom read with 10 bits of entropy available\n[ 2.652842] 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 Wed, 15 Aug 2018 20:27:14 +0000. Up 3.17 seconds.\ncloud-init-nonet[3.34]: 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 Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[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 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 configure network device[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[4.46]: 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 Wed, 15 Aug 2018 20:27:16 +0000. Up 4.71 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:27:5d:15 |\nci-info: | eth0 | True | 192.168.0.10 | 255.255.255.0 | fa:16:3e:64:be:e5 |\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:\nb9:a8:5a:f7:52:2f:b6:57:37:93:46:52:71:37:e2:0b root@homer-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| ..oo|\n| . o.o|\n| E o |\n| . o o |\n| S + . |\n| ... . * |\n| . o... . o o |\n| . o..o o |\n| ... oo+ |\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:\n68:2f:42:6b:a2:79:09:cb:ea:ee:2e:54:ee:9c:65:d2 root@homer-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| |\n| |\n| |\n| . . |\n| o o o S |\n|.. + E . |\n|oo+.O . . |\n|o+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:\n36:3a:40:d4:de:8a:4c:57:31:ba:df:da:6d:25:4b:ea root@homer-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| .. o. |\n| . .... |\n| ...o |\n| .. o.. |\n| o.o..S |\n| o..+ o o . |\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:\n4d:f1:20:da:01:74:a6:fe:cd:da:9a:4e:d2:45:dd:22 root@homer-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| .o.= o |\n| * o = . |\n| o . E + . |\n| . + . . |\n| . S o |\n| o + |\n| . + o |\n| o + |\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 * 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 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 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 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 Wed, 15 Aug 2018 20:29:20 +0000. Up 128.93 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\n"} 2018-08-15 20:30:07,738 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/862ca86b-06ec-4d59-ae70-d91b3227a810/action used request id req-effe0d68-e6ca-4916-8ebb-ad02a72efa65 2018-08-15 20:30:07,738 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0666310787201s 2018-08-15 20:30:07,738 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/862ca86b-06ec-4d59-ae70-d91b3227a810/action used request id req-effe0d68-e6ca-4916-8ebb-ad02a72efa65 2018-08-15 20:30:07,738 - 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-155-generic (buildd@lgw01-amd64-033) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #205-Ubuntu SMP Fri Aug 10 15:53:26 UTC 2018 (Ubuntu 3.13.0-155.205-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-155-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-155-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: 2039688K/2096616K available (7492K kernel code, 1163K rwdata, 3440K rodata, 1368K init, 1448K bss, 56928K 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.008106] Security Framework initialized [ 0.009336] AppArmor: AppArmor initialized [ 0.010475] Yama: becoming mindful. [ 0.012250] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.016383] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.019035] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.020005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.022252] Initializing cgroup subsys memory [ 0.024027] Initializing cgroup subsys devices [ 0.025236] Initializing cgroup subsys freezer [ 0.026447] Initializing cgroup subsys blkio [ 0.027617] Initializing cgroup subsys perf_event [ 0.028008] Initializing cgroup subsys hugetlb [ 0.029341] FEATURE SPEC_CTRL Not Present [ 0.032242] mce: CPU supports 10 MCE banks [ 0.033431] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.033431] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.036012] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.037636] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.039626] Speculative Store Bypass: Vulnerable [ 0.040530] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.047548] ACPI: Core revision 20131115 [ 0.048558] ACPI: All ACPI Tables successfully acquired [ 0.050182] ftrace: allocating 28746 entries in 113 pages [ 0.072260] smpboot: Max logical packages: 2 [ 0.073437] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.076003] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.077922] Enabling x2apic [ 0.078794] Enabled x2apic [ 0.080007] Switched APIC routing to physical x2apic. [ 0.082662] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.084002] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.086810] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.093709] KVM setup paravirtual spinlock [ 0.096945] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.098882] x86: Booting SMP configuration: [ 0.100004] .... node #0, CPUs: #1[ 0.096890] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.116018] x86: Booted up 1 node, 2 CPUs [ 0.116012] KVM setup async PF for cpu 1 [ 0.116014] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.119784] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.120415] devtmpfs: initialized [ 0.122342] EVM: security.selinux [ 0.123327] EVM: security.SMACK64 [ 0.124005] EVM: security.ima [ 0.124920] EVM: security.capability [ 0.125993] pinctrl core: initialized pinctrl subsystem [ 0.128055] regulator-dummy: no parameters [ 0.129295] RTC time: 20:27:11, date: 08/15/18 [ 0.130557] NET: Registered protocol family 16 [ 0.131899] cpuidle: using governor ladder [ 0.132004] cpuidle: using governor menu [ 0.133165] ACPI: bus type PCI registered [ 0.134284] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.136028] PCI: Using configuration type 1 for base access [ 0.138118] bio: create slab at 0 [ 0.138118] ACPI: Added _OSI(Module Device) [ 0.140003] ACPI: Added _OSI(Processor Device) [ 0.141216] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.142474] ACPI: Added _OSI(Processor Aggregator Device) [ 0.145233] ACPI: Interpreter enabled [ 0.146296] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.148738] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.151321] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.153680] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.156006] ACPI: (supports S0 S5) [ 0.160003] ACPI: Using IOAPIC for interrupt routing [ 0.161334] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.163905] ACPI: No dock devices found. [ 0.165995] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.167577] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.168007] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.169678] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.172206] acpiphp: Slot [3] registered [ 0.173325] acpiphp: Slot [4] registered [ 0.174455] acpiphp: Slot [5] registered [ 0.175572] acpiphp: Slot [6] registered [ 0.176023] acpiphp: Slot [7] registered [ 0.177135] acpiphp: Slot [8] registered [ 0.178239] acpiphp: Slot [9] registered [ 0.179358] acpiphp: Slot [10] registered [ 0.180020] acpiphp: Slot [11] registered [ 0.181150] acpiphp: Slot [12] registered [ 0.182281] acpiphp: Slot [13] registered [ 0.183421] acpiphp: Slot [14] registered [ 0.184020] acpiphp: Slot [15] registered [ 0.185164] acpiphp: Slot [16] registered [ 0.186386] acpiphp: Slot [17] registered [ 0.187513] acpiphp: Slot [18] registered [ 0.188027] acpiphp: Slot [19] registered [ 0.189175] acpiphp: Slot [20] registered [ 0.190316] acpiphp: Slot [21] registered [ 0.191456] acpiphp: Slot [22] registered [ 0.192020] acpiphp: Slot [23] registered [ 0.193169] acpiphp: Slot [24] registered [ 0.194300] acpiphp: Slot [25] registered [ 0.195430] acpiphp: Slot [26] registered [ 0.196020] acpiphp: Slot [27] registered [ 0.197157] acpiphp: Slot [28] registered [ 0.198282] acpiphp: Slot [29] registered [ 0.199419] acpiphp: Slot [30] registered [ 0.200028] acpiphp: Slot [31] registered [ 0.201153] PCI host bridge to bus 0000:00 [ 0.202283] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.203706] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.204004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.205569] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.207254] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.208003] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.215404] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.216014] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.242589] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.244564] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.246554] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.248537] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.250602] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.252221] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.253996] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.253996] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.256004] vgaarb: loaded [ 0.256851] vgaarb: bridge control possible 0000:00:02.0 [ 0.258504] SCSI subsystem initialized [ 0.259740] ACPI: bus type USB registered [ 0.260031] usbcore: registered new interface driver usbfs [ 0.261464] usbcore: registered new interface driver hub [ 0.262890] usbcore: registered new device driver usb [ 0.264117] PCI: Using ACPI for IRQ routing [ 0.265563] NetLabel: Initializing [ 0.266574] NetLabel: domain hash size = 128 [ 0.267767] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.268065] NetLabel: unlabeled traffic allowed by default [ 0.269514] Switched to clocksource kvm-clock [ 0.277200] AppArmor: AppArmor Filesystem Enabled [ 0.278522] pnp: PnP ACPI init [ 0.279459] ACPI: bus type PNP registered [ 0.281044] pnp: PnP ACPI: found 8 devices [ 0.282190] ACPI: bus type PNP unregistered [ 0.289689] NET: Registered protocol family 2 [ 0.291177] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.293302] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.295192] TCP: Hash tables configured (established 16384 bind 16384) [ 0.296969] TCP: reno registered [ 0.297924] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.299471] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.301196] NET: Registered protocol family 1 [ 0.302418] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.303943] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.305436] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.327969] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.350648] Trying to unpack rootfs image as initramfs... [ 0.453190] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.455495] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.457011] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.459050] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.462092] Scanning for low memory corruption every 60 seconds [ 0.464447] Initialise system trusted keyring [ 0.466051] audit: initializing netlink socket (disabled) [ 0.467885] type=2000 audit(1534364831.701:1): initialized [ 0.488781] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.491863] zbud: loaded [ 0.493140] VFS: Disk quotas dquot_6.5.2 [ 0.494642] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.497221] fuse init (API version 7.22) [ 0.498734] msgmni has been set to 3997 [ 0.500194] Key type big_key registered [ 0.502033] Key type asymmetric registered [ 0.503545] Asymmetric key parser 'x509' registered [ 0.505292] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.507915] io scheduler noop registered [ 0.509356] io scheduler deadline registered (default) [ 0.511093] io scheduler cfq registered [ 0.512565] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.514479] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.516729] ipmi message handler version 39.2 [ 0.518350] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.520935] ACPI: Power Button [PWRF] [ 0.522390] GHES: HEST is not enabled! [ 0.544858] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.590233] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.613936] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.616443] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.641284] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.644836] Linux agpgart interface v0.103 [ 0.647364] brd: module loaded [ 0.649078] loop: module loaded [ 0.650657] blk-mq: CPU -> queue map [ 0.652017] CPU 0 -> Queue 0 [ 0.653198] CPU 1 -> Queue 0 [ 0.655193] vda: vda1 [ 0.656705] scsi0 : ata_piix [ 0.657713] scsi1 : ata_piix [ 0.658633] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.660320] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.662209] libphy: Fixed MDIO Bus: probed [ 0.663440] tun: Universal TUN/TAP device driver, 1.6 [ 0.664793] tun: (C) 1999-2004 Max Krasnyansky [ 0.668050] PPP generic driver version 2.4.2 [ 0.669265] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.670858] ehci-pci: EHCI PCI platform driver [ 0.672049] ehci-platform: EHCI generic platform driver [ 0.673391] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.674937] ohci-pci: OHCI PCI platform driver [ 0.676141] ohci-platform: OHCI generic platform driver [ 0.677500] uhci_hcd: USB Universal Host Controller Interface driver [ 0.699950] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.701312] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.703371] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.704944] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.706610] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.708547] usb usb1: Product: UHCI Host Controller [ 0.709815] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd [ 0.711390] usb usb1: SerialNumber: 0000:00:01.2 [ 0.712688] hub 1-0:1.0: USB hub found [ 0.713768] hub 1-0:1.0: 2 ports detected [ 0.715006] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.717825] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.719119] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.720560] mousedev: PS/2 mouse device common for all mice [ 0.722256] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.724616] rtc_cmos 00:00: RTC can wake from S4 [ 0.726169] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.727788] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.729474] device-mapper: uevent: version 1.0.3 [ 0.730785] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.733032] ledtrig-cpu: registered to indicate activity on CPUs [ 0.734637] TCP: cubic registered [ 0.735699] NET: Registered protocol family 10 [ 0.737225] NET: Registered protocol family 17 [ 0.738446] Key type dns_resolver registered [ 0.739802] Loading compiled-in X.509 certificates [ 0.741621] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b' [ 0.751227] registered taskstats version 1 [ 0.754184] Key type trusted registered [ 0.757971] Key type encrypted registered [ 0.759092] AppArmor: AppArmor sha1 policy hashing enabled [ 0.760498] IMA: No TPM chip found, activating TPM-bypass! [ 0.762459] regulator-dummy: disabling [ 0.763597] Magic number: 14:188:498 [ 0.764794] rtc_cmos 00:00: setting system clock to 2018-08-15 20:27:12 UTC (1534364832) [ 0.767033] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.768557] EDD information not available. [ 0.817412] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.819593] Write protecting the kernel read-only data: 12288k [ 0.821720] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000) [ 0.825115] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000) Loading, please wait... [ 0.838303] systemd-udevd[107]: starting version 204 [ 0.880864] FDC 0 is a S82078B [ 1.024046] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.188789] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.190538] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.192360] usb 1-1: Product: QEMU USB Tablet [ 1.193588] usb 1-1: Manufacturer: QEMU [ 1.194687] usb 1-1: SerialNumber: 42 [ 1.452077] tsc: Refined TSC clocksource calibration: 3491.871 MHz [ 1.893036] 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.236554] 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.534411] random: init urandom read with 10 bits of entropy available [ 2.652842] 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 Wed, 15 Aug 2018 20:27:14 +0000. Up 3.17 seconds. cloud-init-nonet[3.34]: 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 Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[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 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 configure network device[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[4.46]: 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 Wed, 15 Aug 2018 20:27:16 +0000. Up 4.71 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:27:5d:15 | ci-info: | eth0 | True | 192.168.0.10 | 255.255.255.0 | fa:16:3e:64:be:e5 | 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: b9:a8:5a:f7:52:2f:b6:57:37:93:46:52:71:37:e2:0b root@homer-0 The key's randomart image is: +--[ RSA 2048]----+ | ..oo| | . o.o| | E o | | . o o | | S + . | | ... . * | | . o... . o o | | . o..o o | | ... oo+ | +-----------------+ 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: 68:2f:42:6b:a2:79:09:cb:ea:ee:2e:54:ee:9c:65:d2 root@homer-0 The key's randomart image is: +--[ DSA 1024]----+ | | | | | | | . . | | o o o S | |.. + E . | |oo+.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: 36:3a:40:d4:de:8a:4c:57:31:ba:df:da:6d:25:4b:ea root@homer-0 The key's randomart image is: +--[ECDSA 256]---+ | .. o. | | . .... | | ...o | | .. o.. | | o.o..S | | o..+ o o . | | 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: 4d:f1:20:da:01:74:a6:fe:cd:da:9a:4e:d2:45:dd:22 root@homer-0 The key's randomart image is: +--[ED25519 256--+ | .o.= o | | * o = . | | o . E + . | | . + . . | | . S o | | o + | | . + 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 D-Bus system message bus[74G[ OK ] * Starting SystemD login management service[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 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 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 Wed, 15 Aug 2018 20:29:20 +0000. Up 128.93 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. 2018-08-15 20:30:07,739 - functest.core.singlevm - DEBUG - try 15: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-15 20:30:17,749 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:30:17,753 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" 2018-08-15 20:30:18,053 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:30:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-98cb0399-e5ac-4801-931f-c6ccdbb6142f x-compute-request-id: req-98cb0399-e5ac-4801-931f-c6ccdbb6142f Content-Encoding: gzip Content-Length: 1508 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:64:be:e5", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:64:be:e5", "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:27:5d:15", "version": 4, "addr": "192.168.1.2", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:27:5d:15", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/862ca86b-06ec-4d59-ae70-d91b3227a810", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/862ca86b-06ec-4d59-ae70-d91b3227a810", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:27:10.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "862ca86b-06ec-4d59-ae70-d91b3227a810", "security_groups": [{"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:27:10Z", "hostId": "019940e19a7b1ae7bcf66d3fa083c7498a80fd0bd54c47880af1a37a", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "homer-0.clearwater.opnfv", "created": "2018-08-15T20:26:30Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:40:77:5b", "version": 4, "addr": "192.168.0.18", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:40:77:5b", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d1:da:9d", "version": 4, "addr": "192.168.1.29", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d1:da:9d", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e6950a11-a5a7-4554-9dbb-df77b86ba400", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e6950a11-a5a7-4554-9dbb-df77b86ba400", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:27:22.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "e6950a11-a5a7-4554-9dbb-df77b86ba400", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:27:22Z", "hostId": "b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "bono-0.clearwater.opnfv", "created": "2018-08-15T20:26:30Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:51:74", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:51:74", "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:66:5e:3a", "version": 4, "addr": "192.168.1.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/ffc54980-6efe-4637-8bb5-39036958536d", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/ffc54980-6efe-4637-8bb5-39036958536d", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:27:20.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "ffc54980-6efe-4637-8bb5-39036958536d", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-mgmt"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:27:20Z", "hostId": "b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "dime-0.clearwater.opnfv", "created": "2018-08-15T20:26:30Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:a0:d6:2a", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:d6:2a", "version": 4, "addr": "172.30.9.213", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:0c:21", "version": 4, "addr": "192.168.1.21", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/59e09722-d046-47e2-8d46-98d35b577bb4", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/59e09722-d046-47e2-8d46-98d35b577bb4", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:27:18.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "59e09722-d046-47e2-8d46-98d35b577bb4", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:27:18Z", "hostId": "b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-15T20:26:29Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:67:a8:44", "version": 4, "addr": "192.168.0.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:67:a8:44", "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:5b:b2:38", "version": 4, "addr": "192.168.1.3", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/a76c441e-39fd-4d5f-93ae-d1b09ddfc9da", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/a76c441e-39fd-4d5f-93ae-d1b09ddfc9da", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:27:12.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "a76c441e-39fd-4d5f-93ae-d1b09ddfc9da", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:27:12Z", "hostId": "b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-15T20:26:29Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:9f:75:cc", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:75:cc", "version": 4, "addr": "172.30.9.217", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e0dd32cc-fa1d-4798-8b82-04894a6f8bfa", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e0dd32cc-fa1d-4798-8b82-04894a6f8bfa", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:26:06.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "e0dd32cc-fa1d-4798-8b82-04894a6f8bfa", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:26:06Z", "hostId": "019940e19a7b1ae7bcf66d3fa083c7498a80fd0bd54c47880af1a37a", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-15T20:24:22Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:e5:cc:ec", "version": 4, "addr": "192.168.0.2", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e5:cc:ec", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:01:52:92", "version": 4, "addr": "192.168.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/99cb71c2-331c-48dd-b548-d074f602efeb", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/99cb71c2-331c-48dd-b548-d074f602efeb", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:24:12.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "99cb71c2-331c-48dd-b548-d074f602efeb", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:24:12Z", "hostId": "b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "ns.clearwater.opnfv", "created": "2018-08-15T20:22:28Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:30:18,053 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-98cb0399-e5ac-4801-931f-c6ccdbb6142f 2018-08-15 20:30:18,053 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.30372595787s 2018-08-15 20:30:18,054 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-98cb0399-e5ac-4801-931f-c6ccdbb6142f 2018-08-15 20:30:18,061 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-15 20:30:18,064 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/862ca86b-06ec-4d59-ae70-d91b3227a810/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}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-15 20:30:18,139 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:30: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-0da40071-bcde-40bd-8a12-4e0e55f94ce1 x-compute-request-id: req-0da40071-bcde-40bd-8a12-4e0e55f94ce1 Content-Encoding: gzip Content-Length: 9716 Content-Type: application/json RESP BODY: {"output": "[ 0.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-155-generic (buildd@lgw01-amd64-033) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #205-Ubuntu SMP Fri Aug 10 15:53:26 UTC 2018 (Ubuntu 3.13.0-155.205-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-155-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-155-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: 2039688K/2096616K available (7492K kernel code, 1163K rwdata, 3440K rodata, 1368K init, 1448K bss, 56928K 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.008106] Security Framework initialized\n[ 0.009336] AppArmor: AppArmor initialized\n[ 0.010475] Yama: becoming mindful.\n[ 0.012250] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.016383] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.019035] 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.022252] Initializing cgroup subsys memory\n[ 0.024027] Initializing cgroup subsys devices\n[ 0.025236] Initializing cgroup subsys freezer\n[ 0.026447] Initializing cgroup subsys blkio\n[ 0.027617] Initializing cgroup subsys perf_event\n[ 0.028008] Initializing cgroup subsys hugetlb\n[ 0.029341] FEATURE SPEC_CTRL Not Present\n[ 0.032242] mce: CPU supports 10 MCE banks\n[ 0.033431] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.033431] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.036012] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.037636] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.039626] Speculative Store Bypass: Vulnerable\n[ 0.040530] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.047548] ACPI: Core revision 20131115\n[ 0.048558] ACPI: All ACPI Tables successfully acquired\n[ 0.050182] ftrace: allocating 28746 entries in 113 pages\n[ 0.072260] smpboot: Max logical packages: 2\n[ 0.073437] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.076003] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.077922] Enabling x2apic\n[ 0.078794] Enabled x2apic\n[ 0.080007] Switched APIC routing to physical x2apic.\n[ 0.082662] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.084002] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.086810] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.093709] KVM setup paravirtual spinlock\n[ 0.096945] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.098882] x86: Booting SMP configuration:\n[ 0.100004] .... node #0, CPUs: #1[ 0.096890] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.116018] x86: Booted up 1 node, 2 CPUs\n[ 0.116012] KVM setup async PF for cpu 1\n[ 0.116014] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.119784] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.120415] devtmpfs: initialized\n[ 0.122342] EVM: security.selinux\n[ 0.123327] EVM: security.SMACK64\n[ 0.124005] EVM: security.ima\n[ 0.124920] EVM: security.capability\n[ 0.125993] pinctrl core: initialized pinctrl subsystem\n[ 0.128055] regulator-dummy: no parameters\n[ 0.129295] RTC time: 20:27:11, date: 08/15/18\n[ 0.130557] NET: Registered protocol family 16\n[ 0.131899] cpuidle: using governor ladder\n[ 0.132004] cpuidle: using governor menu\n[ 0.133165] ACPI: bus type PCI registered\n[ 0.134284] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.136028] PCI: Using configuration type 1 for base access\n[ 0.138118] bio: create slab at 0\n[ 0.138118] ACPI: Added _OSI(Module Device)\n[ 0.140003] ACPI: Added _OSI(Processor Device)\n[ 0.141216] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.142474] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.145233] ACPI: Interpreter enabled\n[ 0.146296] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.148738] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.151321] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.153680] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.156006] ACPI: (supports S0 S5)\n[ 0.160003] ACPI: Using IOAPIC for interrupt routing\n[ 0.161334] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.163905] ACPI: No dock devices found.\n[ 0.165995] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.167577] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.168007] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.169678] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.172206] acpiphp: Slot [3] registered\n[ 0.173325] acpiphp: Slot [4] registered\n[ 0.174455] acpiphp: Slot [5] registered\n[ 0.175572] acpiphp: Slot [6] registered\n[ 0.176023] acpiphp: Slot [7] registered\n[ 0.177135] acpiphp: Slot [8] registered\n[ 0.178239] acpiphp: Slot [9] registered\n[ 0.179358] acpiphp: Slot [10] registered\n[ 0.180020] acpiphp: Slot [11] registered\n[ 0.181150] acpiphp: Slot [12] registered\n[ 0.182281] acpiphp: Slot [13] registered\n[ 0.183421] acpiphp: Slot [14] registered\n[ 0.184020] acpiphp: Slot [15] registered\n[ 0.185164] acpiphp: Slot [16] registered\n[ 0.186386] acpiphp: Slot [17] registered\n[ 0.187513] acpiphp: Slot [18] registered\n[ 0.188027] acpiphp: Slot [19] registered\n[ 0.189175] acpiphp: Slot [20] registered\n[ 0.190316] acpiphp: Slot [21] registered\n[ 0.191456] acpiphp: Slot [22] registered\n[ 0.192020] acpiphp: Slot [23] registered\n[ 0.193169] acpiphp: Slot [24] registered\n[ 0.194300] acpiphp: Slot [25] registered\n[ 0.195430] acpiphp: Slot [26] registered\n[ 0.196020] acpiphp: Slot [27] registered\n[ 0.197157] acpiphp: Slot [28] registered\n[ 0.198282] acpiphp: Slot [29] registered\n[ 0.199419] acpiphp: Slot [30] registered\n[ 0.200028] acpiphp: Slot [31] registered\n[ 0.201153] PCI host bridge to bus 0000:00\n[ 0.202283] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.203706] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.204004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.205569] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.207254] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.208003] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.215404] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.216014] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.242589] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.244564] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.246554] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.248537] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.250602] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.252221] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.253996] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.253996] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.256004] vgaarb: loaded\n[ 0.256851] vgaarb: bridge control possible 0000:00:02.0\n[ 0.258504] SCSI subsystem initialized\n[ 0.259740] ACPI: bus type USB registered\n[ 0.260031] usbcore: registered new interface driver usbfs\n[ 0.261464] usbcore: registered new interface driver hub\n[ 0.262890] usbcore: registered new device driver usb\n[ 0.264117] PCI: Using ACPI for IRQ routing\n[ 0.265563] NetLabel: Initializing\n[ 0.266574] NetLabel: domain hash size = 128\n[ 0.267767] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.268065] NetLabel: unlabeled traffic allowed by default\n[ 0.269514] Switched to clocksource kvm-clock\n[ 0.277200] AppArmor: AppArmor Filesystem Enabled\n[ 0.278522] pnp: PnP ACPI init\n[ 0.279459] ACPI: bus type PNP registered\n[ 0.281044] pnp: PnP ACPI: found 8 devices\n[ 0.282190] ACPI: bus type PNP unregistered\n[ 0.289689] NET: Registered protocol family 2\n[ 0.291177] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.293302] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.295192] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.296969] TCP: reno registered\n[ 0.297924] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.299471] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.301196] NET: Registered protocol family 1\n[ 0.302418] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.303943] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.305436] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.327969] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.350648] Trying to unpack rootfs image as initramfs...\n[ 0.453190] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.455495] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.457011] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.459050] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.462092] Scanning for low memory corruption every 60 seconds\n[ 0.464447] Initialise system trusted keyring\n[ 0.466051] audit: initializing netlink socket (disabled)\n[ 0.467885] type=2000 audit(1534364831.701:1): initialized\n[ 0.488781] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.491863] zbud: loaded\n[ 0.493140] VFS: Disk quotas dquot_6.5.2\n[ 0.494642] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.497221] fuse init (API version 7.22)\n[ 0.498734] msgmni has been set to 3997\n[ 0.500194] Key type big_key registered\n[ 0.502033] Key type asymmetric registered\n[ 0.503545] Asymmetric key parser 'x509' registered\n[ 0.505292] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.507915] io scheduler noop registered\n[ 0.509356] io scheduler deadline registered (default)\n[ 0.511093] io scheduler cfq registered\n[ 0.512565] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.514479] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516729] ipmi message handler version 39.2\n[ 0.518350] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.520935] ACPI: Power Button [PWRF]\n[ 0.522390] GHES: HEST is not enabled!\n[ 0.544858] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.590233] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.613936] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.616443] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.641284] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.644836] Linux agpgart interface v0.103\n[ 0.647364] brd: module loaded\n[ 0.649078] loop: module loaded\n[ 0.650657] blk-mq: CPU -> queue map\n[ 0.652017] CPU 0 -> Queue 0\n[ 0.653198] CPU 1 -> Queue 0\n[ 0.655193] vda: vda1\n[ 0.656705] scsi0 : ata_piix\n[ 0.657713] scsi1 : ata_piix\n[ 0.658633] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.660320] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.662209] libphy: Fixed MDIO Bus: probed\n[ 0.663440] tun: Universal TUN/TAP device driver, 1.6\n[ 0.664793] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.668050] PPP generic driver version 2.4.2\n[ 0.669265] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.670858] ehci-pci: EHCI PCI platform driver\n[ 0.672049] ehci-platform: EHCI generic platform driver\n[ 0.673391] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.674937] ohci-pci: OHCI PCI platform driver\n[ 0.676141] ohci-platform: OHCI generic platform driver\n[ 0.677500] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.699950] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.701312] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.703371] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.704944] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.706610] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.708547] usb usb1: Product: UHCI Host Controller\n[ 0.709815] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd\n[ 0.711390] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.712688] hub 1-0:1.0: USB hub found\n[ 0.713768] hub 1-0:1.0: 2 ports detected\n[ 0.715006] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.717825] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.719119] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.720560] mousedev: PS/2 mouse device common for all mice\n[ 0.722256] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.724616] rtc_cmos 00:00: RTC can wake from S4\n[ 0.726169] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.727788] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.729474] device-mapper: uevent: version 1.0.3\n[ 0.730785] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.733032] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.734637] TCP: cubic registered\n[ 0.735699] NET: Registered protocol family 10\n[ 0.737225] NET: Registered protocol family 17\n[ 0.738446] Key type dns_resolver registered\n[ 0.739802] Loading compiled-in X.509 certificates\n[ 0.741621] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b'\n[ 0.751227] registered taskstats version 1\n[ 0.754184] Key type trusted registered\n[ 0.757971] Key type encrypted registered\n[ 0.759092] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.760498] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.762459] regulator-dummy: disabling\n[ 0.763597] Magic number: 14:188:498\n[ 0.764794] rtc_cmos 00:00: setting system clock to 2018-08-15 20:27:12 UTC (1534364832)\n[ 0.767033] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.768557] EDD information not available.\n[ 0.817412] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.819593] Write protecting the kernel read-only data: 12288k\n[ 0.821720] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000)\n[ 0.825115] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000)\nLoading, please wait...\n[ 0.838303] systemd-udevd[107]: starting version 204\n[ 0.880864] FDC 0 is a S82078B\n[ 1.024046] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.188789] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.190538] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.192360] usb 1-1: Product: QEMU USB Tablet\n[ 1.193588] usb 1-1: Manufacturer: QEMU\n[ 1.194687] usb 1-1: SerialNumber: 42\n[ 1.452077] tsc: Refined TSC clocksource calibration: 3491.871 MHz\n[ 1.893036] 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.236554] 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.534411] random: init urandom read with 10 bits of entropy available\n[ 2.652842] 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 Wed, 15 Aug 2018 20:27:14 +0000. Up 3.17 seconds.\ncloud-init-nonet[3.34]: 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 Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[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 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 configure network device[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[4.46]: 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 Wed, 15 Aug 2018 20:27:16 +0000. Up 4.71 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:27:5d:15 |\nci-info: | eth0 | True | 192.168.0.10 | 255.255.255.0 | fa:16:3e:64:be:e5 |\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:\nb9:a8:5a:f7:52:2f:b6:57:37:93:46:52:71:37:e2:0b root@homer-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| ..oo|\n| . o.o|\n| E o |\n| . o o |\n| S + . |\n| ... . * |\n| . o... . o o |\n| . o..o o |\n| ... oo+ |\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:\n68:2f:42:6b:a2:79:09:cb:ea:ee:2e:54:ee:9c:65:d2 root@homer-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| |\n| |\n| |\n| . . |\n| o o o S |\n|.. + E . |\n|oo+.O . . |\n|o+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:\n36:3a:40:d4:de:8a:4c:57:31:ba:df:da:6d:25:4b:ea root@homer-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| .. o. |\n| . .... |\n| ...o |\n| .. o.. |\n| o.o..S |\n| o..+ o o . |\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:\n4d:f1:20:da:01:74:a6:fe:cd:da:9a:4e:d2:45:dd:22 root@homer-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| .o.= o |\n| * o = . |\n| o . E + . |\n| . + . . |\n| . S o |\n| o + |\n| . + o |\n| o + |\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 * 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 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 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 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 Wed, 15 Aug 2018 20:29:20 +0000. Up 128.93 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\n"} 2018-08-15 20:30:18,140 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/862ca86b-06ec-4d59-ae70-d91b3227a810/action used request id req-0da40071-bcde-40bd-8a12-4e0e55f94ce1 2018-08-15 20:30:18,140 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0786159038544s 2018-08-15 20:30:18,141 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/862ca86b-06ec-4d59-ae70-d91b3227a810/action used request id req-0da40071-bcde-40bd-8a12-4e0e55f94ce1 2018-08-15 20:30:18,142 - 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-155-generic (buildd@lgw01-amd64-033) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #205-Ubuntu SMP Fri Aug 10 15:53:26 UTC 2018 (Ubuntu 3.13.0-155.205-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-155-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-155-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: 2039688K/2096616K available (7492K kernel code, 1163K rwdata, 3440K rodata, 1368K init, 1448K bss, 56928K 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.008106] Security Framework initialized [ 0.009336] AppArmor: AppArmor initialized [ 0.010475] Yama: becoming mindful. [ 0.012250] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.016383] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.019035] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.020005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.022252] Initializing cgroup subsys memory [ 0.024027] Initializing cgroup subsys devices [ 0.025236] Initializing cgroup subsys freezer [ 0.026447] Initializing cgroup subsys blkio [ 0.027617] Initializing cgroup subsys perf_event [ 0.028008] Initializing cgroup subsys hugetlb [ 0.029341] FEATURE SPEC_CTRL Not Present [ 0.032242] mce: CPU supports 10 MCE banks [ 0.033431] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.033431] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.036012] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.037636] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.039626] Speculative Store Bypass: Vulnerable [ 0.040530] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.047548] ACPI: Core revision 20131115 [ 0.048558] ACPI: All ACPI Tables successfully acquired [ 0.050182] ftrace: allocating 28746 entries in 113 pages [ 0.072260] smpboot: Max logical packages: 2 [ 0.073437] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.076003] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.077922] Enabling x2apic [ 0.078794] Enabled x2apic [ 0.080007] Switched APIC routing to physical x2apic. [ 0.082662] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.084002] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.086810] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.093709] KVM setup paravirtual spinlock [ 0.096945] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.098882] x86: Booting SMP configuration: [ 0.100004] .... node #0, CPUs: #1[ 0.096890] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.116018] x86: Booted up 1 node, 2 CPUs [ 0.116012] KVM setup async PF for cpu 1 [ 0.116014] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.119784] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.120415] devtmpfs: initialized [ 0.122342] EVM: security.selinux [ 0.123327] EVM: security.SMACK64 [ 0.124005] EVM: security.ima [ 0.124920] EVM: security.capability [ 0.125993] pinctrl core: initialized pinctrl subsystem [ 0.128055] regulator-dummy: no parameters [ 0.129295] RTC time: 20:27:11, date: 08/15/18 [ 0.130557] NET: Registered protocol family 16 [ 0.131899] cpuidle: using governor ladder [ 0.132004] cpuidle: using governor menu [ 0.133165] ACPI: bus type PCI registered [ 0.134284] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.136028] PCI: Using configuration type 1 for base access [ 0.138118] bio: create slab at 0 [ 0.138118] ACPI: Added _OSI(Module Device) [ 0.140003] ACPI: Added _OSI(Processor Device) [ 0.141216] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.142474] ACPI: Added _OSI(Processor Aggregator Device) [ 0.145233] ACPI: Interpreter enabled [ 0.146296] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.148738] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.151321] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.153680] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.156006] ACPI: (supports S0 S5) [ 0.160003] ACPI: Using IOAPIC for interrupt routing [ 0.161334] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.163905] ACPI: No dock devices found. [ 0.165995] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.167577] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.168007] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.169678] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.172206] acpiphp: Slot [3] registered [ 0.173325] acpiphp: Slot [4] registered [ 0.174455] acpiphp: Slot [5] registered [ 0.175572] acpiphp: Slot [6] registered [ 0.176023] acpiphp: Slot [7] registered [ 0.177135] acpiphp: Slot [8] registered [ 0.178239] acpiphp: Slot [9] registered [ 0.179358] acpiphp: Slot [10] registered [ 0.180020] acpiphp: Slot [11] registered [ 0.181150] acpiphp: Slot [12] registered [ 0.182281] acpiphp: Slot [13] registered [ 0.183421] acpiphp: Slot [14] registered [ 0.184020] acpiphp: Slot [15] registered [ 0.185164] acpiphp: Slot [16] registered [ 0.186386] acpiphp: Slot [17] registered [ 0.187513] acpiphp: Slot [18] registered [ 0.188027] acpiphp: Slot [19] registered [ 0.189175] acpiphp: Slot [20] registered [ 0.190316] acpiphp: Slot [21] registered [ 0.191456] acpiphp: Slot [22] registered [ 0.192020] acpiphp: Slot [23] registered [ 0.193169] acpiphp: Slot [24] registered [ 0.194300] acpiphp: Slot [25] registered [ 0.195430] acpiphp: Slot [26] registered [ 0.196020] acpiphp: Slot [27] registered [ 0.197157] acpiphp: Slot [28] registered [ 0.198282] acpiphp: Slot [29] registered [ 0.199419] acpiphp: Slot [30] registered [ 0.200028] acpiphp: Slot [31] registered [ 0.201153] PCI host bridge to bus 0000:00 [ 0.202283] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.203706] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.204004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.205569] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.207254] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.208003] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.215404] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.216014] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.242589] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.244564] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.246554] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.248537] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.250602] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.252221] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.253996] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.253996] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.256004] vgaarb: loaded [ 0.256851] vgaarb: bridge control possible 0000:00:02.0 [ 0.258504] SCSI subsystem initialized [ 0.259740] ACPI: bus type USB registered [ 0.260031] usbcore: registered new interface driver usbfs [ 0.261464] usbcore: registered new interface driver hub [ 0.262890] usbcore: registered new device driver usb [ 0.264117] PCI: Using ACPI for IRQ routing [ 0.265563] NetLabel: Initializing [ 0.266574] NetLabel: domain hash size = 128 [ 0.267767] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.268065] NetLabel: unlabeled traffic allowed by default [ 0.269514] Switched to clocksource kvm-clock [ 0.277200] AppArmor: AppArmor Filesystem Enabled [ 0.278522] pnp: PnP ACPI init [ 0.279459] ACPI: bus type PNP registered [ 0.281044] pnp: PnP ACPI: found 8 devices [ 0.282190] ACPI: bus type PNP unregistered [ 0.289689] NET: Registered protocol family 2 [ 0.291177] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.293302] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.295192] TCP: Hash tables configured (established 16384 bind 16384) [ 0.296969] TCP: reno registered [ 0.297924] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.299471] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.301196] NET: Registered protocol family 1 [ 0.302418] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.303943] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.305436] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.327969] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.350648] Trying to unpack rootfs image as initramfs... [ 0.453190] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.455495] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.457011] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.459050] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.462092] Scanning for low memory corruption every 60 seconds [ 0.464447] Initialise system trusted keyring [ 0.466051] audit: initializing netlink socket (disabled) [ 0.467885] type=2000 audit(1534364831.701:1): initialized [ 0.488781] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.491863] zbud: loaded [ 0.493140] VFS: Disk quotas dquot_6.5.2 [ 0.494642] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.497221] fuse init (API version 7.22) [ 0.498734] msgmni has been set to 3997 [ 0.500194] Key type big_key registered [ 0.502033] Key type asymmetric registered [ 0.503545] Asymmetric key parser 'x509' registered [ 0.505292] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.507915] io scheduler noop registered [ 0.509356] io scheduler deadline registered (default) [ 0.511093] io scheduler cfq registered [ 0.512565] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.514479] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.516729] ipmi message handler version 39.2 [ 0.518350] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.520935] ACPI: Power Button [PWRF] [ 0.522390] GHES: HEST is not enabled! [ 0.544858] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.590233] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.613936] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.616443] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.641284] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.644836] Linux agpgart interface v0.103 [ 0.647364] brd: module loaded [ 0.649078] loop: module loaded [ 0.650657] blk-mq: CPU -> queue map [ 0.652017] CPU 0 -> Queue 0 [ 0.653198] CPU 1 -> Queue 0 [ 0.655193] vda: vda1 [ 0.656705] scsi0 : ata_piix [ 0.657713] scsi1 : ata_piix [ 0.658633] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.660320] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.662209] libphy: Fixed MDIO Bus: probed [ 0.663440] tun: Universal TUN/TAP device driver, 1.6 [ 0.664793] tun: (C) 1999-2004 Max Krasnyansky [ 0.668050] PPP generic driver version 2.4.2 [ 0.669265] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.670858] ehci-pci: EHCI PCI platform driver [ 0.672049] ehci-platform: EHCI generic platform driver [ 0.673391] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.674937] ohci-pci: OHCI PCI platform driver [ 0.676141] ohci-platform: OHCI generic platform driver [ 0.677500] uhci_hcd: USB Universal Host Controller Interface driver [ 0.699950] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.701312] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.703371] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.704944] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.706610] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.708547] usb usb1: Product: UHCI Host Controller [ 0.709815] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd [ 0.711390] usb usb1: SerialNumber: 0000:00:01.2 [ 0.712688] hub 1-0:1.0: USB hub found [ 0.713768] hub 1-0:1.0: 2 ports detected [ 0.715006] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.717825] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.719119] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.720560] mousedev: PS/2 mouse device common for all mice [ 0.722256] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.724616] rtc_cmos 00:00: RTC can wake from S4 [ 0.726169] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.727788] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.729474] device-mapper: uevent: version 1.0.3 [ 0.730785] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.733032] ledtrig-cpu: registered to indicate activity on CPUs [ 0.734637] TCP: cubic registered [ 0.735699] NET: Registered protocol family 10 [ 0.737225] NET: Registered protocol family 17 [ 0.738446] Key type dns_resolver registered [ 0.739802] Loading compiled-in X.509 certificates [ 0.741621] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b' [ 0.751227] registered taskstats version 1 [ 0.754184] Key type trusted registered [ 0.757971] Key type encrypted registered [ 0.759092] AppArmor: AppArmor sha1 policy hashing enabled [ 0.760498] IMA: No TPM chip found, activating TPM-bypass! [ 0.762459] regulator-dummy: disabling [ 0.763597] Magic number: 14:188:498 [ 0.764794] rtc_cmos 00:00: setting system clock to 2018-08-15 20:27:12 UTC (1534364832) [ 0.767033] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.768557] EDD information not available. [ 0.817412] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.819593] Write protecting the kernel read-only data: 12288k [ 0.821720] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000) [ 0.825115] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000) Loading, please wait... [ 0.838303] systemd-udevd[107]: starting version 204 [ 0.880864] FDC 0 is a S82078B [ 1.024046] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.188789] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.190538] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.192360] usb 1-1: Product: QEMU USB Tablet [ 1.193588] usb 1-1: Manufacturer: QEMU [ 1.194687] usb 1-1: SerialNumber: 42 [ 1.452077] tsc: Refined TSC clocksource calibration: 3491.871 MHz [ 1.893036] 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.236554] 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.534411] random: init urandom read with 10 bits of entropy available [ 2.652842] 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 Wed, 15 Aug 2018 20:27:14 +0000. Up 3.17 seconds. cloud-init-nonet[3.34]: 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 Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[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 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 configure network device[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[4.46]: 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 Wed, 15 Aug 2018 20:27:16 +0000. Up 4.71 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:27:5d:15 | ci-info: | eth0 | True | 192.168.0.10 | 255.255.255.0 | fa:16:3e:64:be:e5 | 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: b9:a8:5a:f7:52:2f:b6:57:37:93:46:52:71:37:e2:0b root@homer-0 The key's randomart image is: +--[ RSA 2048]----+ | ..oo| | . o.o| | E o | | . o o | | S + . | | ... . * | | . o... . o o | | . o..o o | | ... oo+ | +-----------------+ 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: 68:2f:42:6b:a2:79:09:cb:ea:ee:2e:54:ee:9c:65:d2 root@homer-0 The key's randomart image is: +--[ DSA 1024]----+ | | | | | | | . . | | o o o S | |.. + E . | |oo+.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: 36:3a:40:d4:de:8a:4c:57:31:ba:df:da:6d:25:4b:ea root@homer-0 The key's randomart image is: +--[ECDSA 256]---+ | .. o. | | . .... | | ...o | | .. o.. | | o.o..S | | o..+ o o . | | 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: 4d:f1:20:da:01:74:a6:fe:cd:da:9a:4e:d2:45:dd:22 root@homer-0 The key's randomart image is: +--[ED25519 256--+ | .o.= o | | * o = . | | o . E + . | | . + . . | | . S o | | o + | | . + 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 D-Bus system message bus[74G[ OK ] * Starting SystemD login management service[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 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 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 Wed, 15 Aug 2018 20:29:20 +0000. Up 128.93 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. 2018-08-15 20:30:18,143 - functest.core.singlevm - DEBUG - try 16: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-15 20:30:28,153 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:30:28,156 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" 2018-08-15 20:30:28,709 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:30: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-d6167b36-ab16-468b-b150-bf604f600a25 x-compute-request-id: req-d6167b36-ab16-468b-b150-bf604f600a25 Content-Encoding: gzip Content-Length: 1508 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:64:be:e5", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:64:be:e5", "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:27:5d:15", "version": 4, "addr": "192.168.1.2", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:27:5d:15", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/862ca86b-06ec-4d59-ae70-d91b3227a810", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/862ca86b-06ec-4d59-ae70-d91b3227a810", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:27:10.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "862ca86b-06ec-4d59-ae70-d91b3227a810", "security_groups": [{"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:27:10Z", "hostId": "019940e19a7b1ae7bcf66d3fa083c7498a80fd0bd54c47880af1a37a", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "homer-0.clearwater.opnfv", "created": "2018-08-15T20:26:30Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:40:77:5b", "version": 4, "addr": "192.168.0.18", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:40:77:5b", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d1:da:9d", "version": 4, "addr": "192.168.1.29", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d1:da:9d", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e6950a11-a5a7-4554-9dbb-df77b86ba400", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e6950a11-a5a7-4554-9dbb-df77b86ba400", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:27:22.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "e6950a11-a5a7-4554-9dbb-df77b86ba400", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:27:22Z", "hostId": "b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "bono-0.clearwater.opnfv", "created": "2018-08-15T20:26:30Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:51:74", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:51:74", "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:66:5e:3a", "version": 4, "addr": "192.168.1.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/ffc54980-6efe-4637-8bb5-39036958536d", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/ffc54980-6efe-4637-8bb5-39036958536d", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:27:20.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "ffc54980-6efe-4637-8bb5-39036958536d", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-mgmt"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:27:20Z", "hostId": "b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "dime-0.clearwater.opnfv", "created": "2018-08-15T20:26:30Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:a0:d6:2a", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:d6:2a", "version": 4, "addr": "172.30.9.213", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:0c:21", "version": 4, "addr": "192.168.1.21", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/59e09722-d046-47e2-8d46-98d35b577bb4", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/59e09722-d046-47e2-8d46-98d35b577bb4", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:27:18.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "59e09722-d046-47e2-8d46-98d35b577bb4", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:27:18Z", "hostId": "b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-15T20:26:29Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:67:a8:44", "version": 4, "addr": "192.168.0.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:67:a8:44", "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:5b:b2:38", "version": 4, "addr": "192.168.1.3", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/a76c441e-39fd-4d5f-93ae-d1b09ddfc9da", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/a76c441e-39fd-4d5f-93ae-d1b09ddfc9da", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:27:12.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "a76c441e-39fd-4d5f-93ae-d1b09ddfc9da", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:27:12Z", "hostId": "b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-15T20:26:29Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:9f:75:cc", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:75:cc", "version": 4, "addr": "172.30.9.217", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e0dd32cc-fa1d-4798-8b82-04894a6f8bfa", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e0dd32cc-fa1d-4798-8b82-04894a6f8bfa", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:26:06.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "e0dd32cc-fa1d-4798-8b82-04894a6f8bfa", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:26:06Z", "hostId": "019940e19a7b1ae7bcf66d3fa083c7498a80fd0bd54c47880af1a37a", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-15T20:24:22Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:e5:cc:ec", "version": 4, "addr": "192.168.0.2", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e5:cc:ec", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:01:52:92", "version": 4, "addr": "192.168.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/99cb71c2-331c-48dd-b548-d074f602efeb", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/99cb71c2-331c-48dd-b548-d074f602efeb", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:24:12.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "99cb71c2-331c-48dd-b548-d074f602efeb", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:24:12Z", "hostId": "b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "ns.clearwater.opnfv", "created": "2018-08-15T20:22:28Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:30:28,710 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-d6167b36-ab16-468b-b150-bf604f600a25 2018-08-15 20:30:28,710 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.55632686615s 2018-08-15 20:30:28,711 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-d6167b36-ab16-468b-b150-bf604f600a25 2018-08-15 20:30:28,718 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-15 20:30:28,720 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/862ca86b-06ec-4d59-ae70-d91b3227a810/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}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-15 20:30:28,793 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:30: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-69d30d30-e1be-44a9-91c7-da890d360da8 x-compute-request-id: req-69d30d30-e1be-44a9-91c7-da890d360da8 Content-Encoding: gzip Content-Length: 9990 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.13.0-155-generic (buildd@lgw01-amd64-033) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #205-Ubuntu SMP Fri Aug 10 15:53:26 UTC 2018 (Ubuntu 3.13.0-155.205-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-155-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-155-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: 2039688K/2096616K available (7492K kernel code, 1163K rwdata, 3440K rodata, 1368K init, 1448K bss, 56928K 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.008106] Security Framework initialized\n[ 0.009336] AppArmor: AppArmor initialized\n[ 0.010475] Yama: becoming mindful.\n[ 0.012250] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.016383] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.019035] 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.022252] Initializing cgroup subsys memory\n[ 0.024027] Initializing cgroup subsys devices\n[ 0.025236] Initializing cgroup subsys freezer\n[ 0.026447] Initializing cgroup subsys blkio\n[ 0.027617] Initializing cgroup subsys perf_event\n[ 0.028008] Initializing cgroup subsys hugetlb\n[ 0.029341] FEATURE SPEC_CTRL Not Present\n[ 0.032242] mce: CPU supports 10 MCE banks\n[ 0.033431] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.033431] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.036012] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.037636] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.039626] Speculative Store Bypass: Vulnerable\n[ 0.040530] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.047548] ACPI: Core revision 20131115\n[ 0.048558] ACPI: All ACPI Tables successfully acquired\n[ 0.050182] ftrace: allocating 28746 entries in 113 pages\n[ 0.072260] smpboot: Max logical packages: 2\n[ 0.073437] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.076003] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.077922] Enabling x2apic\n[ 0.078794] Enabled x2apic\n[ 0.080007] Switched APIC routing to physical x2apic.\n[ 0.082662] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.084002] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.086810] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.093709] KVM setup paravirtual spinlock\n[ 0.096945] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.098882] x86: Booting SMP configuration:\n[ 0.100004] .... node #0, CPUs: #1[ 0.096890] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.116018] x86: Booted up 1 node, 2 CPUs\n[ 0.116012] KVM setup async PF for cpu 1\n[ 0.116014] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.119784] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.120415] devtmpfs: initialized\n[ 0.122342] EVM: security.selinux\n[ 0.123327] EVM: security.SMACK64\n[ 0.124005] EVM: security.ima\n[ 0.124920] EVM: security.capability\n[ 0.125993] pinctrl core: initialized pinctrl subsystem\n[ 0.128055] regulator-dummy: no parameters\n[ 0.129295] RTC time: 20:27:11, date: 08/15/18\n[ 0.130557] NET: Registered protocol family 16\n[ 0.131899] cpuidle: using governor ladder\n[ 0.132004] cpuidle: using governor menu\n[ 0.133165] ACPI: bus type PCI registered\n[ 0.134284] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.136028] PCI: Using configuration type 1 for base access\n[ 0.138118] bio: create slab at 0\n[ 0.138118] ACPI: Added _OSI(Module Device)\n[ 0.140003] ACPI: Added _OSI(Processor Device)\n[ 0.141216] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.142474] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.145233] ACPI: Interpreter enabled\n[ 0.146296] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.148738] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.151321] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.153680] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.156006] ACPI: (supports S0 S5)\n[ 0.160003] ACPI: Using IOAPIC for interrupt routing\n[ 0.161334] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.163905] ACPI: No dock devices found.\n[ 0.165995] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.167577] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.168007] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.169678] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.172206] acpiphp: Slot [3] registered\n[ 0.173325] acpiphp: Slot [4] registered\n[ 0.174455] acpiphp: Slot [5] registered\n[ 0.175572] acpiphp: Slot [6] registered\n[ 0.176023] acpiphp: Slot [7] registered\n[ 0.177135] acpiphp: Slot [8] registered\n[ 0.178239] acpiphp: Slot [9] registered\n[ 0.179358] acpiphp: Slot [10] registered\n[ 0.180020] acpiphp: Slot [11] registered\n[ 0.181150] acpiphp: Slot [12] registered\n[ 0.182281] acpiphp: Slot [13] registered\n[ 0.183421] acpiphp: Slot [14] registered\n[ 0.184020] acpiphp: Slot [15] registered\n[ 0.185164] acpiphp: Slot [16] registered\n[ 0.186386] acpiphp: Slot [17] registered\n[ 0.187513] acpiphp: Slot [18] registered\n[ 0.188027] acpiphp: Slot [19] registered\n[ 0.189175] acpiphp: Slot [20] registered\n[ 0.190316] acpiphp: Slot [21] registered\n[ 0.191456] acpiphp: Slot [22] registered\n[ 0.192020] acpiphp: Slot [23] registered\n[ 0.193169] acpiphp: Slot [24] registered\n[ 0.194300] acpiphp: Slot [25] registered\n[ 0.195430] acpiphp: Slot [26] registered\n[ 0.196020] acpiphp: Slot [27] registered\n[ 0.197157] acpiphp: Slot [28] registered\n[ 0.198282] acpiphp: Slot [29] registered\n[ 0.199419] acpiphp: Slot [30] registered\n[ 0.200028] acpiphp: Slot [31] registered\n[ 0.201153] PCI host bridge to bus 0000:00\n[ 0.202283] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.203706] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.204004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.205569] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.207254] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.208003] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.215404] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.216014] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.242589] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.244564] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.246554] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.248537] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.250602] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.252221] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.253996] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.253996] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.256004] vgaarb: loaded\n[ 0.256851] vgaarb: bridge control possible 0000:00:02.0\n[ 0.258504] SCSI subsystem initialized\n[ 0.259740] ACPI: bus type USB registered\n[ 0.260031] usbcore: registered new interface driver usbfs\n[ 0.261464] usbcore: registered new interface driver hub\n[ 0.262890] usbcore: registered new device driver usb\n[ 0.264117] PCI: Using ACPI for IRQ routing\n[ 0.265563] NetLabel: Initializing\n[ 0.266574] NetLabel: domain hash size = 128\n[ 0.267767] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.268065] NetLabel: unlabeled traffic allowed by default\n[ 0.269514] Switched to clocksource kvm-clock\n[ 0.277200] AppArmor: AppArmor Filesystem Enabled\n[ 0.278522] pnp: PnP ACPI init\n[ 0.279459] ACPI: bus type PNP registered\n[ 0.281044] pnp: PnP ACPI: found 8 devices\n[ 0.282190] ACPI: bus type PNP unregistered\n[ 0.289689] NET: Registered protocol family 2\n[ 0.291177] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.293302] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.295192] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.296969] TCP: reno registered\n[ 0.297924] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.299471] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.301196] NET: Registered protocol family 1\n[ 0.302418] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.303943] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.305436] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.327969] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.350648] Trying to unpack rootfs image as initramfs...\n[ 0.453190] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.455495] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.457011] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.459050] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.462092] Scanning for low memory corruption every 60 seconds\n[ 0.464447] Initialise system trusted keyring\n[ 0.466051] audit: initializing netlink socket (disabled)\n[ 0.467885] type=2000 audit(1534364831.701:1): initialized\n[ 0.488781] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.491863] zbud: loaded\n[ 0.493140] VFS: Disk quotas dquot_6.5.2\n[ 0.494642] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.497221] fuse init (API version 7.22)\n[ 0.498734] msgmni has been set to 3997\n[ 0.500194] Key type big_key registered\n[ 0.502033] Key type asymmetric registered\n[ 0.503545] Asymmetric key parser 'x509' registered\n[ 0.505292] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.507915] io scheduler noop registered\n[ 0.509356] io scheduler deadline registered (default)\n[ 0.511093] io scheduler cfq registered\n[ 0.512565] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.514479] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516729] ipmi message handler version 39.2\n[ 0.518350] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.520935] ACPI: Power Button [PWRF]\n[ 0.522390] GHES: HEST is not enabled!\n[ 0.544858] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.590233] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.613936] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.616443] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.641284] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.644836] Linux agpgart interface v0.103\n[ 0.647364] brd: module loaded\n[ 0.649078] loop: module loaded\n[ 0.650657] blk-mq: CPU -> queue map\n[ 0.652017] CPU 0 -> Queue 0\n[ 0.653198] CPU 1 -> Queue 0\n[ 0.655193] vda: vda1\n[ 0.656705] scsi0 : ata_piix\n[ 0.657713] scsi1 : ata_piix\n[ 0.658633] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.660320] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.662209] libphy: Fixed MDIO Bus: probed\n[ 0.663440] tun: Universal TUN/TAP device driver, 1.6\n[ 0.664793] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.668050] PPP generic driver version 2.4.2\n[ 0.669265] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.670858] ehci-pci: EHCI PCI platform driver\n[ 0.672049] ehci-platform: EHCI generic platform driver\n[ 0.673391] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.674937] ohci-pci: OHCI PCI platform driver\n[ 0.676141] ohci-platform: OHCI generic platform driver\n[ 0.677500] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.699950] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.701312] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.703371] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.704944] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.706610] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.708547] usb usb1: Product: UHCI Host Controller\n[ 0.709815] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd\n[ 0.711390] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.712688] hub 1-0:1.0: USB hub found\n[ 0.713768] hub 1-0:1.0: 2 ports detected\n[ 0.715006] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.717825] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.719119] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.720560] mousedev: PS/2 mouse device common for all mice\n[ 0.722256] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.724616] rtc_cmos 00:00: RTC can wake from S4\n[ 0.726169] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.727788] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.729474] device-mapper: uevent: version 1.0.3\n[ 0.730785] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.733032] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.734637] TCP: cubic registered\n[ 0.735699] NET: Registered protocol family 10\n[ 0.737225] NET: Registered protocol family 17\n[ 0.738446] Key type dns_resolver registered\n[ 0.739802] Loading compiled-in X.509 certificates\n[ 0.741621] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b'\n[ 0.751227] registered taskstats version 1\n[ 0.754184] Key type trusted registered\n[ 0.757971] Key type encrypted registered\n[ 0.759092] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.760498] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.762459] regulator-dummy: disabling\n[ 0.763597] Magic number: 14:188:498\n[ 0.764794] rtc_cmos 00:00: setting system clock to 2018-08-15 20:27:12 UTC (1534364832)\n[ 0.767033] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.768557] EDD information not available.\n[ 0.817412] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.819593] Write protecting the kernel read-only data: 12288k\n[ 0.821720] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000)\n[ 0.825115] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000)\nLoading, please wait...\n[ 0.838303] systemd-udevd[107]: starting version 204\n[ 0.880864] FDC 0 is a S82078B\n[ 1.024046] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.188789] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.190538] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.192360] usb 1-1: Product: QEMU USB Tablet\n[ 1.193588] usb 1-1: Manufacturer: QEMU\n[ 1.194687] usb 1-1: SerialNumber: 42\n[ 1.452077] tsc: Refined TSC clocksource calibration: 3491.871 MHz\n[ 1.893036] 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.236554] 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.534411] random: init urandom read with 10 bits of entropy available\n[ 2.652842] 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 Wed, 15 Aug 2018 20:27:14 +0000. Up 3.17 seconds.\ncloud-init-nonet[3.34]: 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 Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[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 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 configure network device[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[4.46]: 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 Wed, 15 Aug 2018 20:27:16 +0000. Up 4.71 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:27:5d:15 |\nci-info: | eth0 | True | 192.168.0.10 | 255.255.255.0 | fa:16:3e:64:be:e5 |\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:\nb9:a8:5a:f7:52:2f:b6:57:37:93:46:52:71:37:e2:0b root@homer-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| ..oo|\n| . o.o|\n| E o |\n| . o o |\n| S + . |\n| ... . * |\n| . o... . o o |\n| . o..o o |\n| ... oo+ |\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:\n68:2f:42:6b:a2:79:09:cb:ea:ee:2e:54:ee:9c:65:d2 root@homer-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| |\n| |\n| |\n| . . |\n| o o o S |\n|.. + E . |\n|oo+.O . . |\n|o+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:\n36:3a:40:d4:de:8a:4c:57:31:ba:df:da:6d:25:4b:ea root@homer-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| .. o. |\n| . .... |\n| ...o |\n| .. o.. |\n| o.o..S |\n| o..+ o o . |\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:\n4d:f1:20:da:01:74:a6:fe:cd:da:9a:4e:d2:45:dd:22 root@homer-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| .o.= o |\n| * o = . |\n| o . E + . |\n| . + . . |\n| . S o |\n| o + |\n| . + o |\n| o + |\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 * 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 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 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 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 Wed, 15 Aug 2018 20:29:20 +0000. Up 128.93 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Wed, 15 Aug 2018 20:30:21 +0000. Up 189.66 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"} 2018-08-15 20:30:28,794 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/862ca86b-06ec-4d59-ae70-d91b3227a810/action used request id req-69d30d30-e1be-44a9-91c7-da890d360da8 2018-08-15 20:30:28,794 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0760397911072s 2018-08-15 20:30:28,795 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/862ca86b-06ec-4d59-ae70-d91b3227a810/action used request id req-69d30d30-e1be-44a9-91c7-da890d360da8 2018-08-15 20:30:28,795 - 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-155-generic (buildd@lgw01-amd64-033) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #205-Ubuntu SMP Fri Aug 10 15:53:26 UTC 2018 (Ubuntu 3.13.0-155.205-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-155-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-155-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: 2039688K/2096616K available (7492K kernel code, 1163K rwdata, 3440K rodata, 1368K init, 1448K bss, 56928K 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.008106] Security Framework initialized [ 0.009336] AppArmor: AppArmor initialized [ 0.010475] Yama: becoming mindful. [ 0.012250] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.016383] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.019035] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.020005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.022252] Initializing cgroup subsys memory [ 0.024027] Initializing cgroup subsys devices [ 0.025236] Initializing cgroup subsys freezer [ 0.026447] Initializing cgroup subsys blkio [ 0.027617] Initializing cgroup subsys perf_event [ 0.028008] Initializing cgroup subsys hugetlb [ 0.029341] FEATURE SPEC_CTRL Not Present [ 0.032242] mce: CPU supports 10 MCE banks [ 0.033431] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.033431] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.036012] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.037636] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.039626] Speculative Store Bypass: Vulnerable [ 0.040530] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.047548] ACPI: Core revision 20131115 [ 0.048558] ACPI: All ACPI Tables successfully acquired [ 0.050182] ftrace: allocating 28746 entries in 113 pages [ 0.072260] smpboot: Max logical packages: 2 [ 0.073437] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.076003] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.077922] Enabling x2apic [ 0.078794] Enabled x2apic [ 0.080007] Switched APIC routing to physical x2apic. [ 0.082662] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.084002] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.086810] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.093709] KVM setup paravirtual spinlock [ 0.096945] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.098882] x86: Booting SMP configuration: [ 0.100004] .... node #0, CPUs: #1[ 0.096890] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.116018] x86: Booted up 1 node, 2 CPUs [ 0.116012] KVM setup async PF for cpu 1 [ 0.116014] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.119784] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.120415] devtmpfs: initialized [ 0.122342] EVM: security.selinux [ 0.123327] EVM: security.SMACK64 [ 0.124005] EVM: security.ima [ 0.124920] EVM: security.capability [ 0.125993] pinctrl core: initialized pinctrl subsystem [ 0.128055] regulator-dummy: no parameters [ 0.129295] RTC time: 20:27:11, date: 08/15/18 [ 0.130557] NET: Registered protocol family 16 [ 0.131899] cpuidle: using governor ladder [ 0.132004] cpuidle: using governor menu [ 0.133165] ACPI: bus type PCI registered [ 0.134284] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.136028] PCI: Using configuration type 1 for base access [ 0.138118] bio: create slab at 0 [ 0.138118] ACPI: Added _OSI(Module Device) [ 0.140003] ACPI: Added _OSI(Processor Device) [ 0.141216] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.142474] ACPI: Added _OSI(Processor Aggregator Device) [ 0.145233] ACPI: Interpreter enabled [ 0.146296] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.148738] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.151321] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.153680] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.156006] ACPI: (supports S0 S5) [ 0.160003] ACPI: Using IOAPIC for interrupt routing [ 0.161334] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.163905] ACPI: No dock devices found. [ 0.165995] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.167577] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.168007] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.169678] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.172206] acpiphp: Slot [3] registered [ 0.173325] acpiphp: Slot [4] registered [ 0.174455] acpiphp: Slot [5] registered [ 0.175572] acpiphp: Slot [6] registered [ 0.176023] acpiphp: Slot [7] registered [ 0.177135] acpiphp: Slot [8] registered [ 0.178239] acpiphp: Slot [9] registered [ 0.179358] acpiphp: Slot [10] registered [ 0.180020] acpiphp: Slot [11] registered [ 0.181150] acpiphp: Slot [12] registered [ 0.182281] acpiphp: Slot [13] registered [ 0.183421] acpiphp: Slot [14] registered [ 0.184020] acpiphp: Slot [15] registered [ 0.185164] acpiphp: Slot [16] registered [ 0.186386] acpiphp: Slot [17] registered [ 0.187513] acpiphp: Slot [18] registered [ 0.188027] acpiphp: Slot [19] registered [ 0.189175] acpiphp: Slot [20] registered [ 0.190316] acpiphp: Slot [21] registered [ 0.191456] acpiphp: Slot [22] registered [ 0.192020] acpiphp: Slot [23] registered [ 0.193169] acpiphp: Slot [24] registered [ 0.194300] acpiphp: Slot [25] registered [ 0.195430] acpiphp: Slot [26] registered [ 0.196020] acpiphp: Slot [27] registered [ 0.197157] acpiphp: Slot [28] registered [ 0.198282] acpiphp: Slot [29] registered [ 0.199419] acpiphp: Slot [30] registered [ 0.200028] acpiphp: Slot [31] registered [ 0.201153] PCI host bridge to bus 0000:00 [ 0.202283] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.203706] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.204004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.205569] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.207254] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.208003] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.215404] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.216014] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.242589] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.244564] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.246554] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.248537] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.250602] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.252221] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.253996] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.253996] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.256004] vgaarb: loaded [ 0.256851] vgaarb: bridge control possible 0000:00:02.0 [ 0.258504] SCSI subsystem initialized [ 0.259740] ACPI: bus type USB registered [ 0.260031] usbcore: registered new interface driver usbfs [ 0.261464] usbcore: registered new interface driver hub [ 0.262890] usbcore: registered new device driver usb [ 0.264117] PCI: Using ACPI for IRQ routing [ 0.265563] NetLabel: Initializing [ 0.266574] NetLabel: domain hash size = 128 [ 0.267767] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.268065] NetLabel: unlabeled traffic allowed by default [ 0.269514] Switched to clocksource kvm-clock [ 0.277200] AppArmor: AppArmor Filesystem Enabled [ 0.278522] pnp: PnP ACPI init [ 0.279459] ACPI: bus type PNP registered [ 0.281044] pnp: PnP ACPI: found 8 devices [ 0.282190] ACPI: bus type PNP unregistered [ 0.289689] NET: Registered protocol family 2 [ 0.291177] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.293302] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.295192] TCP: Hash tables configured (established 16384 bind 16384) [ 0.296969] TCP: reno registered [ 0.297924] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.299471] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.301196] NET: Registered protocol family 1 [ 0.302418] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.303943] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.305436] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.327969] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.350648] Trying to unpack rootfs image as initramfs... [ 0.453190] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.455495] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.457011] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.459050] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.462092] Scanning for low memory corruption every 60 seconds [ 0.464447] Initialise system trusted keyring [ 0.466051] audit: initializing netlink socket (disabled) [ 0.467885] type=2000 audit(1534364831.701:1): initialized [ 0.488781] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.491863] zbud: loaded [ 0.493140] VFS: Disk quotas dquot_6.5.2 [ 0.494642] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.497221] fuse init (API version 7.22) [ 0.498734] msgmni has been set to 3997 [ 0.500194] Key type big_key registered [ 0.502033] Key type asymmetric registered [ 0.503545] Asymmetric key parser 'x509' registered [ 0.505292] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.507915] io scheduler noop registered [ 0.509356] io scheduler deadline registered (default) [ 0.511093] io scheduler cfq registered [ 0.512565] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.514479] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.516729] ipmi message handler version 39.2 [ 0.518350] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.520935] ACPI: Power Button [PWRF] [ 0.522390] GHES: HEST is not enabled! [ 0.544858] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.590233] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.613936] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.616443] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.641284] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.644836] Linux agpgart interface v0.103 [ 0.647364] brd: module loaded [ 0.649078] loop: module loaded [ 0.650657] blk-mq: CPU -> queue map [ 0.652017] CPU 0 -> Queue 0 [ 0.653198] CPU 1 -> Queue 0 [ 0.655193] vda: vda1 [ 0.656705] scsi0 : ata_piix [ 0.657713] scsi1 : ata_piix [ 0.658633] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.660320] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.662209] libphy: Fixed MDIO Bus: probed [ 0.663440] tun: Universal TUN/TAP device driver, 1.6 [ 0.664793] tun: (C) 1999-2004 Max Krasnyansky [ 0.668050] PPP generic driver version 2.4.2 [ 0.669265] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.670858] ehci-pci: EHCI PCI platform driver [ 0.672049] ehci-platform: EHCI generic platform driver [ 0.673391] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.674937] ohci-pci: OHCI PCI platform driver [ 0.676141] ohci-platform: OHCI generic platform driver [ 0.677500] uhci_hcd: USB Universal Host Controller Interface driver [ 0.699950] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.701312] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.703371] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.704944] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.706610] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.708547] usb usb1: Product: UHCI Host Controller [ 0.709815] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd [ 0.711390] usb usb1: SerialNumber: 0000:00:01.2 [ 0.712688] hub 1-0:1.0: USB hub found [ 0.713768] hub 1-0:1.0: 2 ports detected [ 0.715006] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.717825] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.719119] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.720560] mousedev: PS/2 mouse device common for all mice [ 0.722256] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.724616] rtc_cmos 00:00: RTC can wake from S4 [ 0.726169] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.727788] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.729474] device-mapper: uevent: version 1.0.3 [ 0.730785] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.733032] ledtrig-cpu: registered to indicate activity on CPUs [ 0.734637] TCP: cubic registered [ 0.735699] NET: Registered protocol family 10 [ 0.737225] NET: Registered protocol family 17 [ 0.738446] Key type dns_resolver registered [ 0.739802] Loading compiled-in X.509 certificates [ 0.741621] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b' [ 0.751227] registered taskstats version 1 [ 0.754184] Key type trusted registered [ 0.757971] Key type encrypted registered [ 0.759092] AppArmor: AppArmor sha1 policy hashing enabled [ 0.760498] IMA: No TPM chip found, activating TPM-bypass! [ 0.762459] regulator-dummy: disabling [ 0.763597] Magic number: 14:188:498 [ 0.764794] rtc_cmos 00:00: setting system clock to 2018-08-15 20:27:12 UTC (1534364832) [ 0.767033] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.768557] EDD information not available. [ 0.817412] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.819593] Write protecting the kernel read-only data: 12288k [ 0.821720] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000) [ 0.825115] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000) Loading, please wait... [ 0.838303] systemd-udevd[107]: starting version 204 [ 0.880864] FDC 0 is a S82078B [ 1.024046] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.188789] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.190538] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.192360] usb 1-1: Product: QEMU USB Tablet [ 1.193588] usb 1-1: Manufacturer: QEMU [ 1.194687] usb 1-1: SerialNumber: 42 [ 1.452077] tsc: Refined TSC clocksource calibration: 3491.871 MHz [ 1.893036] 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.236554] 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.534411] random: init urandom read with 10 bits of entropy available [ 2.652842] 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 Wed, 15 Aug 2018 20:27:14 +0000. Up 3.17 seconds. cloud-init-nonet[3.34]: 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 Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[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 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 configure network device[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[4.46]: 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 Wed, 15 Aug 2018 20:27:16 +0000. Up 4.71 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:27:5d:15 | ci-info: | eth0 | True | 192.168.0.10 | 255.255.255.0 | fa:16:3e:64:be:e5 | 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: b9:a8:5a:f7:52:2f:b6:57:37:93:46:52:71:37:e2:0b root@homer-0 The key's randomart image is: +--[ RSA 2048]----+ | ..oo| | . o.o| | E o | | . o o | | S + . | | ... . * | | . o... . o o | | . o..o o | | ... oo+ | +-----------------+ 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: 68:2f:42:6b:a2:79:09:cb:ea:ee:2e:54:ee:9c:65:d2 root@homer-0 The key's randomart image is: +--[ DSA 1024]----+ | | | | | | | . . | | o o o S | |.. + E . | |oo+.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: 36:3a:40:d4:de:8a:4c:57:31:ba:df:da:6d:25:4b:ea root@homer-0 The key's randomart image is: +--[ECDSA 256]---+ | .. o. | | . .... | | ...o | | .. o.. | | o.o..S | | o..+ o o . | | 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: 4d:f1:20:da:01:74:a6:fe:cd:da:9a:4e:d2:45:dd:22 root@homer-0 The key's randomart image is: +--[ED25519 256--+ | .o.= o | | * o = . | | o . E + . | | . + . . | | . S o | | o + | | . + 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 D-Bus system message bus[74G[ OK ] * Starting SystemD login management service[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 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 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 Wed, 15 Aug 2018 20:29:20 +0000. Up 128.93 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Wed, 15 Aug 2018 20:30:21 +0000. Up 189.66 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 2018-08-15 20:30:28,796 - functest.core.singlevm - DEBUG - try 17: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-15 20:30:38,805 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:30:38,808 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" 2018-08-15 20:30:39,443 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:30: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-5272ad83-f4eb-4bea-9d60-1d6fa40f7b91 x-compute-request-id: req-5272ad83-f4eb-4bea-9d60-1d6fa40f7b91 Content-Encoding: gzip Content-Length: 1508 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:64:be:e5", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:64:be:e5", "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:27:5d:15", "version": 4, "addr": "192.168.1.2", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:27:5d:15", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/862ca86b-06ec-4d59-ae70-d91b3227a810", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/862ca86b-06ec-4d59-ae70-d91b3227a810", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:27:10.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "862ca86b-06ec-4d59-ae70-d91b3227a810", "security_groups": [{"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:27:10Z", "hostId": "019940e19a7b1ae7bcf66d3fa083c7498a80fd0bd54c47880af1a37a", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "homer-0.clearwater.opnfv", "created": "2018-08-15T20:26:30Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:40:77:5b", "version": 4, "addr": "192.168.0.18", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:40:77:5b", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d1:da:9d", "version": 4, "addr": "192.168.1.29", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d1:da:9d", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e6950a11-a5a7-4554-9dbb-df77b86ba400", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e6950a11-a5a7-4554-9dbb-df77b86ba400", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:27:22.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "e6950a11-a5a7-4554-9dbb-df77b86ba400", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:27:22Z", "hostId": "b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "bono-0.clearwater.opnfv", "created": "2018-08-15T20:26:30Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:51:74", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:51:74", "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:66:5e:3a", "version": 4, "addr": "192.168.1.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/ffc54980-6efe-4637-8bb5-39036958536d", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/ffc54980-6efe-4637-8bb5-39036958536d", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:27:20.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "ffc54980-6efe-4637-8bb5-39036958536d", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-mgmt"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:27:20Z", "hostId": "b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "dime-0.clearwater.opnfv", "created": "2018-08-15T20:26:30Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:a0:d6:2a", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:d6:2a", "version": 4, "addr": "172.30.9.213", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:0c:21", "version": 4, "addr": "192.168.1.21", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/59e09722-d046-47e2-8d46-98d35b577bb4", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/59e09722-d046-47e2-8d46-98d35b577bb4", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:27:18.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "59e09722-d046-47e2-8d46-98d35b577bb4", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:27:18Z", "hostId": "b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-15T20:26:29Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:67:a8:44", "version": 4, "addr": "192.168.0.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:67:a8:44", "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:5b:b2:38", "version": 4, "addr": "192.168.1.3", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/a76c441e-39fd-4d5f-93ae-d1b09ddfc9da", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/a76c441e-39fd-4d5f-93ae-d1b09ddfc9da", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:27:12.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "a76c441e-39fd-4d5f-93ae-d1b09ddfc9da", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:27:12Z", "hostId": "b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-15T20:26:29Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:9f:75:cc", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:75:cc", "version": 4, "addr": "172.30.9.217", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e0dd32cc-fa1d-4798-8b82-04894a6f8bfa", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e0dd32cc-fa1d-4798-8b82-04894a6f8bfa", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:26:06.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "e0dd32cc-fa1d-4798-8b82-04894a6f8bfa", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:26:06Z", "hostId": "019940e19a7b1ae7bcf66d3fa083c7498a80fd0bd54c47880af1a37a", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-15T20:24:22Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:e5:cc:ec", "version": 4, "addr": "192.168.0.2", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e5:cc:ec", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:01:52:92", "version": 4, "addr": "192.168.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/99cb71c2-331c-48dd-b548-d074f602efeb", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/99cb71c2-331c-48dd-b548-d074f602efeb", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:24:12.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "99cb71c2-331c-48dd-b548-d074f602efeb", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:24:12Z", "hostId": "b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "ns.clearwater.opnfv", "created": "2018-08-15T20:22:28Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:30:39,443 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-5272ad83-f4eb-4bea-9d60-1d6fa40f7b91 2018-08-15 20:30:39,443 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.637427091599s 2018-08-15 20:30:39,444 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-5272ad83-f4eb-4bea-9d60-1d6fa40f7b91 2018-08-15 20:30:39,452 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-15 20:30:39,454 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/862ca86b-06ec-4d59-ae70-d91b3227a810/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}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-15 20:30:39,525 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:30: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-a4592434-b6ab-4ecd-9aef-a9fe098b8c43 x-compute-request-id: req-a4592434-b6ab-4ecd-9aef-a9fe098b8c43 Content-Encoding: gzip Content-Length: 10031 Content-Type: application/json RESP BODY: {"output": "[ 0.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-155-generic (buildd@lgw01-amd64-033) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #205-Ubuntu SMP Fri Aug 10 15:53:26 UTC 2018 (Ubuntu 3.13.0-155.205-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-155-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-155-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: 2039688K/2096616K available (7492K kernel code, 1163K rwdata, 3440K rodata, 1368K init, 1448K bss, 56928K 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.008106] Security Framework initialized\n[ 0.009336] AppArmor: AppArmor initialized\n[ 0.010475] Yama: becoming mindful.\n[ 0.012250] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.016383] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.019035] 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.022252] Initializing cgroup subsys memory\n[ 0.024027] Initializing cgroup subsys devices\n[ 0.025236] Initializing cgroup subsys freezer\n[ 0.026447] Initializing cgroup subsys blkio\n[ 0.027617] Initializing cgroup subsys perf_event\n[ 0.028008] Initializing cgroup subsys hugetlb\n[ 0.029341] FEATURE SPEC_CTRL Not Present\n[ 0.032242] mce: CPU supports 10 MCE banks\n[ 0.033431] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.033431] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.036012] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.037636] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.039626] Speculative Store Bypass: Vulnerable\n[ 0.040530] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.047548] ACPI: Core revision 20131115\n[ 0.048558] ACPI: All ACPI Tables successfully acquired\n[ 0.050182] ftrace: allocating 28746 entries in 113 pages\n[ 0.072260] smpboot: Max logical packages: 2\n[ 0.073437] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.076003] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.077922] Enabling x2apic\n[ 0.078794] Enabled x2apic\n[ 0.080007] Switched APIC routing to physical x2apic.\n[ 0.082662] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.084002] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.086810] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.093709] KVM setup paravirtual spinlock\n[ 0.096945] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.098882] x86: Booting SMP configuration:\n[ 0.100004] .... node #0, CPUs: #1[ 0.096890] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.116018] x86: Booted up 1 node, 2 CPUs\n[ 0.116012] KVM setup async PF for cpu 1\n[ 0.116014] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.119784] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.120415] devtmpfs: initialized\n[ 0.122342] EVM: security.selinux\n[ 0.123327] EVM: security.SMACK64\n[ 0.124005] EVM: security.ima\n[ 0.124920] EVM: security.capability\n[ 0.125993] pinctrl core: initialized pinctrl subsystem\n[ 0.128055] regulator-dummy: no parameters\n[ 0.129295] RTC time: 20:27:11, date: 08/15/18\n[ 0.130557] NET: Registered protocol family 16\n[ 0.131899] cpuidle: using governor ladder\n[ 0.132004] cpuidle: using governor menu\n[ 0.133165] ACPI: bus type PCI registered\n[ 0.134284] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.136028] PCI: Using configuration type 1 for base access\n[ 0.138118] bio: create slab at 0\n[ 0.138118] ACPI: Added _OSI(Module Device)\n[ 0.140003] ACPI: Added _OSI(Processor Device)\n[ 0.141216] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.142474] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.145233] ACPI: Interpreter enabled\n[ 0.146296] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.148738] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.151321] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.153680] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.156006] ACPI: (supports S0 S5)\n[ 0.160003] ACPI: Using IOAPIC for interrupt routing\n[ 0.161334] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.163905] ACPI: No dock devices found.\n[ 0.165995] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.167577] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.168007] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.169678] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.172206] acpiphp: Slot [3] registered\n[ 0.173325] acpiphp: Slot [4] registered\n[ 0.174455] acpiphp: Slot [5] registered\n[ 0.175572] acpiphp: Slot [6] registered\n[ 0.176023] acpiphp: Slot [7] registered\n[ 0.177135] acpiphp: Slot [8] registered\n[ 0.178239] acpiphp: Slot [9] registered\n[ 0.179358] acpiphp: Slot [10] registered\n[ 0.180020] acpiphp: Slot [11] registered\n[ 0.181150] acpiphp: Slot [12] registered\n[ 0.182281] acpiphp: Slot [13] registered\n[ 0.183421] acpiphp: Slot [14] registered\n[ 0.184020] acpiphp: Slot [15] registered\n[ 0.185164] acpiphp: Slot [16] registered\n[ 0.186386] acpiphp: Slot [17] registered\n[ 0.187513] acpiphp: Slot [18] registered\n[ 0.188027] acpiphp: Slot [19] registered\n[ 0.189175] acpiphp: Slot [20] registered\n[ 0.190316] acpiphp: Slot [21] registered\n[ 0.191456] acpiphp: Slot [22] registered\n[ 0.192020] acpiphp: Slot [23] registered\n[ 0.193169] acpiphp: Slot [24] registered\n[ 0.194300] acpiphp: Slot [25] registered\n[ 0.195430] acpiphp: Slot [26] registered\n[ 0.196020] acpiphp: Slot [27] registered\n[ 0.197157] acpiphp: Slot [28] registered\n[ 0.198282] acpiphp: Slot [29] registered\n[ 0.199419] acpiphp: Slot [30] registered\n[ 0.200028] acpiphp: Slot [31] registered\n[ 0.201153] PCI host bridge to bus 0000:00\n[ 0.202283] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.203706] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.204004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.205569] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.207254] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.208003] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.215404] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.216014] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.242589] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.244564] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.246554] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.248537] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.250602] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.252221] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.253996] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.253996] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.256004] vgaarb: loaded\n[ 0.256851] vgaarb: bridge control possible 0000:00:02.0\n[ 0.258504] SCSI subsystem initialized\n[ 0.259740] ACPI: bus type USB registered\n[ 0.260031] usbcore: registered new interface driver usbfs\n[ 0.261464] usbcore: registered new interface driver hub\n[ 0.262890] usbcore: registered new device driver usb\n[ 0.264117] PCI: Using ACPI for IRQ routing\n[ 0.265563] NetLabel: Initializing\n[ 0.266574] NetLabel: domain hash size = 128\n[ 0.267767] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.268065] NetLabel: unlabeled traffic allowed by default\n[ 0.269514] Switched to clocksource kvm-clock\n[ 0.277200] AppArmor: AppArmor Filesystem Enabled\n[ 0.278522] pnp: PnP ACPI init\n[ 0.279459] ACPI: bus type PNP registered\n[ 0.281044] pnp: PnP ACPI: found 8 devices\n[ 0.282190] ACPI: bus type PNP unregistered\n[ 0.289689] NET: Registered protocol family 2\n[ 0.291177] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.293302] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.295192] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.296969] TCP: reno registered\n[ 0.297924] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.299471] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.301196] NET: Registered protocol family 1\n[ 0.302418] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.303943] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.305436] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.327969] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.350648] Trying to unpack rootfs image as initramfs...\n[ 0.453190] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.455495] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.457011] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.459050] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.462092] Scanning for low memory corruption every 60 seconds\n[ 0.464447] Initialise system trusted keyring\n[ 0.466051] audit: initializing netlink socket (disabled)\n[ 0.467885] type=2000 audit(1534364831.701:1): initialized\n[ 0.488781] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.491863] zbud: loaded\n[ 0.493140] VFS: Disk quotas dquot_6.5.2\n[ 0.494642] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.497221] fuse init (API version 7.22)\n[ 0.498734] msgmni has been set to 3997\n[ 0.500194] Key type big_key registered\n[ 0.502033] Key type asymmetric registered\n[ 0.503545] Asymmetric key parser 'x509' registered\n[ 0.505292] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.507915] io scheduler noop registered\n[ 0.509356] io scheduler deadline registered (default)\n[ 0.511093] io scheduler cfq registered\n[ 0.512565] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.514479] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516729] ipmi message handler version 39.2\n[ 0.518350] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.520935] ACPI: Power Button [PWRF]\n[ 0.522390] GHES: HEST is not enabled!\n[ 0.544858] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.590233] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.613936] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.616443] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.641284] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.644836] Linux agpgart interface v0.103\n[ 0.647364] brd: module loaded\n[ 0.649078] loop: module loaded\n[ 0.650657] blk-mq: CPU -> queue map\n[ 0.652017] CPU 0 -> Queue 0\n[ 0.653198] CPU 1 -> Queue 0\n[ 0.655193] vda: vda1\n[ 0.656705] scsi0 : ata_piix\n[ 0.657713] scsi1 : ata_piix\n[ 0.658633] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.660320] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.662209] libphy: Fixed MDIO Bus: probed\n[ 0.663440] tun: Universal TUN/TAP device driver, 1.6\n[ 0.664793] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.668050] PPP generic driver version 2.4.2\n[ 0.669265] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.670858] ehci-pci: EHCI PCI platform driver\n[ 0.672049] ehci-platform: EHCI generic platform driver\n[ 0.673391] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.674937] ohci-pci: OHCI PCI platform driver\n[ 0.676141] ohci-platform: OHCI generic platform driver\n[ 0.677500] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.699950] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.701312] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.703371] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.704944] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.706610] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.708547] usb usb1: Product: UHCI Host Controller\n[ 0.709815] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd\n[ 0.711390] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.712688] hub 1-0:1.0: USB hub found\n[ 0.713768] hub 1-0:1.0: 2 ports detected\n[ 0.715006] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.717825] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.719119] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.720560] mousedev: PS/2 mouse device common for all mice\n[ 0.722256] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.724616] rtc_cmos 00:00: RTC can wake from S4\n[ 0.726169] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.727788] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.729474] device-mapper: uevent: version 1.0.3\n[ 0.730785] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.733032] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.734637] TCP: cubic registered\n[ 0.735699] NET: Registered protocol family 10\n[ 0.737225] NET: Registered protocol family 17\n[ 0.738446] Key type dns_resolver registered\n[ 0.739802] Loading compiled-in X.509 certificates\n[ 0.741621] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b'\n[ 0.751227] registered taskstats version 1\n[ 0.754184] Key type trusted registered\n[ 0.757971] Key type encrypted registered\n[ 0.759092] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.760498] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.762459] regulator-dummy: disabling\n[ 0.763597] Magic number: 14:188:498\n[ 0.764794] rtc_cmos 00:00: setting system clock to 2018-08-15 20:27:12 UTC (1534364832)\n[ 0.767033] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.768557] EDD information not available.\n[ 0.817412] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.819593] Write protecting the kernel read-only data: 12288k\n[ 0.821720] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000)\n[ 0.825115] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000)\nLoading, please wait...\n[ 0.838303] systemd-udevd[107]: starting version 204\n[ 0.880864] FDC 0 is a S82078B\n[ 1.024046] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.188789] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.190538] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.192360] usb 1-1: Product: QEMU USB Tablet\n[ 1.193588] usb 1-1: Manufacturer: QEMU\n[ 1.194687] usb 1-1: SerialNumber: 42\n[ 1.452077] tsc: Refined TSC clocksource calibration: 3491.871 MHz\n[ 1.893036] 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.236554] 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.534411] random: init urandom read with 10 bits of entropy available\n[ 2.652842] 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 Wed, 15 Aug 2018 20:27:14 +0000. Up 3.17 seconds.\ncloud-init-nonet[3.34]: 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 Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[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 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 configure network device[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[4.46]: 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 Wed, 15 Aug 2018 20:27:16 +0000. Up 4.71 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:27:5d:15 |\nci-info: | eth0 | True | 192.168.0.10 | 255.255.255.0 | fa:16:3e:64:be:e5 |\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:\nb9:a8:5a:f7:52:2f:b6:57:37:93:46:52:71:37:e2:0b root@homer-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| ..oo|\n| . o.o|\n| E o |\n| . o o |\n| S + . |\n| ... . * |\n| . o... . o o |\n| . o..o o |\n| ... oo+ |\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:\n68:2f:42:6b:a2:79:09:cb:ea:ee:2e:54:ee:9c:65:d2 root@homer-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| |\n| |\n| |\n| . . |\n| o o o S |\n|.. + E . |\n|oo+.O . . |\n|o+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:\n36:3a:40:d4:de:8a:4c:57:31:ba:df:da:6d:25:4b:ea root@homer-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| .. o. |\n| . .... |\n| ...o |\n| .. o.. |\n| o.o..S |\n| o..+ o o . |\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:\n4d:f1:20:da:01:74:a6:fe:cd:da:9a:4e:d2:45:dd:22 root@homer-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| .o.= o |\n| * o = . |\n| o . E + . |\n| . + . . |\n| . S o |\n| o + |\n| . + o |\n| o + |\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 * 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 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 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 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 Wed, 15 Aug 2018 20:29:20 +0000. Up 128.93 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Wed, 15 Aug 2018 20:30:21 +0000. Up 189.66 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"} 2018-08-15 20:30:39,526 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/862ca86b-06ec-4d59-ae70-d91b3227a810/action used request id req-a4592434-b6ab-4ecd-9aef-a9fe098b8c43 2018-08-15 20:30:39,526 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0738830566406s 2018-08-15 20:30:39,527 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/862ca86b-06ec-4d59-ae70-d91b3227a810/action used request id req-a4592434-b6ab-4ecd-9aef-a9fe098b8c43 2018-08-15 20:30:39,527 - 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-155-generic (buildd@lgw01-amd64-033) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #205-Ubuntu SMP Fri Aug 10 15:53:26 UTC 2018 (Ubuntu 3.13.0-155.205-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-155-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-155-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: 2039688K/2096616K available (7492K kernel code, 1163K rwdata, 3440K rodata, 1368K init, 1448K bss, 56928K 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.008106] Security Framework initialized [ 0.009336] AppArmor: AppArmor initialized [ 0.010475] Yama: becoming mindful. [ 0.012250] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.016383] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.019035] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.020005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.022252] Initializing cgroup subsys memory [ 0.024027] Initializing cgroup subsys devices [ 0.025236] Initializing cgroup subsys freezer [ 0.026447] Initializing cgroup subsys blkio [ 0.027617] Initializing cgroup subsys perf_event [ 0.028008] Initializing cgroup subsys hugetlb [ 0.029341] FEATURE SPEC_CTRL Not Present [ 0.032242] mce: CPU supports 10 MCE banks [ 0.033431] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.033431] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.036012] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.037636] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.039626] Speculative Store Bypass: Vulnerable [ 0.040530] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.047548] ACPI: Core revision 20131115 [ 0.048558] ACPI: All ACPI Tables successfully acquired [ 0.050182] ftrace: allocating 28746 entries in 113 pages [ 0.072260] smpboot: Max logical packages: 2 [ 0.073437] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.076003] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.077922] Enabling x2apic [ 0.078794] Enabled x2apic [ 0.080007] Switched APIC routing to physical x2apic. [ 0.082662] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.084002] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.086810] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.093709] KVM setup paravirtual spinlock [ 0.096945] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.098882] x86: Booting SMP configuration: [ 0.100004] .... node #0, CPUs: #1[ 0.096890] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.116018] x86: Booted up 1 node, 2 CPUs [ 0.116012] KVM setup async PF for cpu 1 [ 0.116014] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.119784] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.120415] devtmpfs: initialized [ 0.122342] EVM: security.selinux [ 0.123327] EVM: security.SMACK64 [ 0.124005] EVM: security.ima [ 0.124920] EVM: security.capability [ 0.125993] pinctrl core: initialized pinctrl subsystem [ 0.128055] regulator-dummy: no parameters [ 0.129295] RTC time: 20:27:11, date: 08/15/18 [ 0.130557] NET: Registered protocol family 16 [ 0.131899] cpuidle: using governor ladder [ 0.132004] cpuidle: using governor menu [ 0.133165] ACPI: bus type PCI registered [ 0.134284] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.136028] PCI: Using configuration type 1 for base access [ 0.138118] bio: create slab at 0 [ 0.138118] ACPI: Added _OSI(Module Device) [ 0.140003] ACPI: Added _OSI(Processor Device) [ 0.141216] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.142474] ACPI: Added _OSI(Processor Aggregator Device) [ 0.145233] ACPI: Interpreter enabled [ 0.146296] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.148738] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.151321] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.153680] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.156006] ACPI: (supports S0 S5) [ 0.160003] ACPI: Using IOAPIC for interrupt routing [ 0.161334] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.163905] ACPI: No dock devices found. [ 0.165995] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.167577] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.168007] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.169678] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.172206] acpiphp: Slot [3] registered [ 0.173325] acpiphp: Slot [4] registered [ 0.174455] acpiphp: Slot [5] registered [ 0.175572] acpiphp: Slot [6] registered [ 0.176023] acpiphp: Slot [7] registered [ 0.177135] acpiphp: Slot [8] registered [ 0.178239] acpiphp: Slot [9] registered [ 0.179358] acpiphp: Slot [10] registered [ 0.180020] acpiphp: Slot [11] registered [ 0.181150] acpiphp: Slot [12] registered [ 0.182281] acpiphp: Slot [13] registered [ 0.183421] acpiphp: Slot [14] registered [ 0.184020] acpiphp: Slot [15] registered [ 0.185164] acpiphp: Slot [16] registered [ 0.186386] acpiphp: Slot [17] registered [ 0.187513] acpiphp: Slot [18] registered [ 0.188027] acpiphp: Slot [19] registered [ 0.189175] acpiphp: Slot [20] registered [ 0.190316] acpiphp: Slot [21] registered [ 0.191456] acpiphp: Slot [22] registered [ 0.192020] acpiphp: Slot [23] registered [ 0.193169] acpiphp: Slot [24] registered [ 0.194300] acpiphp: Slot [25] registered [ 0.195430] acpiphp: Slot [26] registered [ 0.196020] acpiphp: Slot [27] registered [ 0.197157] acpiphp: Slot [28] registered [ 0.198282] acpiphp: Slot [29] registered [ 0.199419] acpiphp: Slot [30] registered [ 0.200028] acpiphp: Slot [31] registered [ 0.201153] PCI host bridge to bus 0000:00 [ 0.202283] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.203706] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.204004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.205569] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.207254] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.208003] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.215404] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.216014] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.242589] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.244564] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.246554] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.248537] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.250602] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.252221] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.253996] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.253996] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.256004] vgaarb: loaded [ 0.256851] vgaarb: bridge control possible 0000:00:02.0 [ 0.258504] SCSI subsystem initialized [ 0.259740] ACPI: bus type USB registered [ 0.260031] usbcore: registered new interface driver usbfs [ 0.261464] usbcore: registered new interface driver hub [ 0.262890] usbcore: registered new device driver usb [ 0.264117] PCI: Using ACPI for IRQ routing [ 0.265563] NetLabel: Initializing [ 0.266574] NetLabel: domain hash size = 128 [ 0.267767] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.268065] NetLabel: unlabeled traffic allowed by default [ 0.269514] Switched to clocksource kvm-clock [ 0.277200] AppArmor: AppArmor Filesystem Enabled [ 0.278522] pnp: PnP ACPI init [ 0.279459] ACPI: bus type PNP registered [ 0.281044] pnp: PnP ACPI: found 8 devices [ 0.282190] ACPI: bus type PNP unregistered [ 0.289689] NET: Registered protocol family 2 [ 0.291177] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.293302] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.295192] TCP: Hash tables configured (established 16384 bind 16384) [ 0.296969] TCP: reno registered [ 0.297924] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.299471] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.301196] NET: Registered protocol family 1 [ 0.302418] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.303943] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.305436] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.327969] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.350648] Trying to unpack rootfs image as initramfs... [ 0.453190] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.455495] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.457011] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.459050] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.462092] Scanning for low memory corruption every 60 seconds [ 0.464447] Initialise system trusted keyring [ 0.466051] audit: initializing netlink socket (disabled) [ 0.467885] type=2000 audit(1534364831.701:1): initialized [ 0.488781] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.491863] zbud: loaded [ 0.493140] VFS: Disk quotas dquot_6.5.2 [ 0.494642] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.497221] fuse init (API version 7.22) [ 0.498734] msgmni has been set to 3997 [ 0.500194] Key type big_key registered [ 0.502033] Key type asymmetric registered [ 0.503545] Asymmetric key parser 'x509' registered [ 0.505292] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.507915] io scheduler noop registered [ 0.509356] io scheduler deadline registered (default) [ 0.511093] io scheduler cfq registered [ 0.512565] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.514479] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.516729] ipmi message handler version 39.2 [ 0.518350] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.520935] ACPI: Power Button [PWRF] [ 0.522390] GHES: HEST is not enabled! [ 0.544858] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.590233] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.613936] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.616443] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.641284] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.644836] Linux agpgart interface v0.103 [ 0.647364] brd: module loaded [ 0.649078] loop: module loaded [ 0.650657] blk-mq: CPU -> queue map [ 0.652017] CPU 0 -> Queue 0 [ 0.653198] CPU 1 -> Queue 0 [ 0.655193] vda: vda1 [ 0.656705] scsi0 : ata_piix [ 0.657713] scsi1 : ata_piix [ 0.658633] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.660320] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.662209] libphy: Fixed MDIO Bus: probed [ 0.663440] tun: Universal TUN/TAP device driver, 1.6 [ 0.664793] tun: (C) 1999-2004 Max Krasnyansky [ 0.668050] PPP generic driver version 2.4.2 [ 0.669265] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.670858] ehci-pci: EHCI PCI platform driver [ 0.672049] ehci-platform: EHCI generic platform driver [ 0.673391] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.674937] ohci-pci: OHCI PCI platform driver [ 0.676141] ohci-platform: OHCI generic platform driver [ 0.677500] uhci_hcd: USB Universal Host Controller Interface driver [ 0.699950] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.701312] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.703371] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.704944] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.706610] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.708547] usb usb1: Product: UHCI Host Controller [ 0.709815] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd [ 0.711390] usb usb1: SerialNumber: 0000:00:01.2 [ 0.712688] hub 1-0:1.0: USB hub found [ 0.713768] hub 1-0:1.0: 2 ports detected [ 0.715006] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.717825] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.719119] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.720560] mousedev: PS/2 mouse device common for all mice [ 0.722256] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.724616] rtc_cmos 00:00: RTC can wake from S4 [ 0.726169] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.727788] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.729474] device-mapper: uevent: version 1.0.3 [ 0.730785] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.733032] ledtrig-cpu: registered to indicate activity on CPUs [ 0.734637] TCP: cubic registered [ 0.735699] NET: Registered protocol family 10 [ 0.737225] NET: Registered protocol family 17 [ 0.738446] Key type dns_resolver registered [ 0.739802] Loading compiled-in X.509 certificates [ 0.741621] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b' [ 0.751227] registered taskstats version 1 [ 0.754184] Key type trusted registered [ 0.757971] Key type encrypted registered [ 0.759092] AppArmor: AppArmor sha1 policy hashing enabled [ 0.760498] IMA: No TPM chip found, activating TPM-bypass! [ 0.762459] regulator-dummy: disabling [ 0.763597] Magic number: 14:188:498 [ 0.764794] rtc_cmos 00:00: setting system clock to 2018-08-15 20:27:12 UTC (1534364832) [ 0.767033] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.768557] EDD information not available. [ 0.817412] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.819593] Write protecting the kernel read-only data: 12288k [ 0.821720] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000) [ 0.825115] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000) Loading, please wait... [ 0.838303] systemd-udevd[107]: starting version 204 [ 0.880864] FDC 0 is a S82078B [ 1.024046] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.188789] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.190538] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.192360] usb 1-1: Product: QEMU USB Tablet [ 1.193588] usb 1-1: Manufacturer: QEMU [ 1.194687] usb 1-1: SerialNumber: 42 [ 1.452077] tsc: Refined TSC clocksource calibration: 3491.871 MHz [ 1.893036] 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.236554] 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.534411] random: init urandom read with 10 bits of entropy available [ 2.652842] 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 Wed, 15 Aug 2018 20:27:14 +0000. Up 3.17 seconds. cloud-init-nonet[3.34]: 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 Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[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 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 configure network device[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[4.46]: 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 Wed, 15 Aug 2018 20:27:16 +0000. Up 4.71 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:27:5d:15 | ci-info: | eth0 | True | 192.168.0.10 | 255.255.255.0 | fa:16:3e:64:be:e5 | 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: b9:a8:5a:f7:52:2f:b6:57:37:93:46:52:71:37:e2:0b root@homer-0 The key's randomart image is: +--[ RSA 2048]----+ | ..oo| | . o.o| | E o | | . o o | | S + . | | ... . * | | . o... . o o | | . o..o o | | ... oo+ | +-----------------+ 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: 68:2f:42:6b:a2:79:09:cb:ea:ee:2e:54:ee:9c:65:d2 root@homer-0 The key's randomart image is: +--[ DSA 1024]----+ | | | | | | | . . | | o o o S | |.. + E . | |oo+.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: 36:3a:40:d4:de:8a:4c:57:31:ba:df:da:6d:25:4b:ea root@homer-0 The key's randomart image is: +--[ECDSA 256]---+ | .. o. | | . .... | | ...o | | .. o.. | | o.o..S | | o..+ o o . | | 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: 4d:f1:20:da:01:74:a6:fe:cd:da:9a:4e:d2:45:dd:22 root@homer-0 The key's randomart image is: +--[ED25519 256--+ | .o.= o | | * o = . | | o . E + . | | . + . . | | . S o | | o + | | . + 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 D-Bus system message bus[74G[ OK ] * Starting SystemD login management service[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 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 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 Wed, 15 Aug 2018 20:29:20 +0000. Up 128.93 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Wed, 15 Aug 2018 20:30:21 +0000. Up 189.66 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 2018-08-15 20:30:39,528 - functest.core.singlevm - DEBUG - try 18: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-15 20:30:49,539 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:30:49,544 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" 2018-08-15 20:30:50,288 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:30: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-29800651-1f99-4664-9bb5-2a4321f90d68 x-compute-request-id: req-29800651-1f99-4664-9bb5-2a4321f90d68 Content-Encoding: gzip Content-Length: 1508 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:64:be:e5", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:64:be:e5", "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:27:5d:15", "version": 4, "addr": "192.168.1.2", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:27:5d:15", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/862ca86b-06ec-4d59-ae70-d91b3227a810", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/862ca86b-06ec-4d59-ae70-d91b3227a810", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:27:10.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "862ca86b-06ec-4d59-ae70-d91b3227a810", "security_groups": [{"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:27:10Z", "hostId": "019940e19a7b1ae7bcf66d3fa083c7498a80fd0bd54c47880af1a37a", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "homer-0.clearwater.opnfv", "created": "2018-08-15T20:26:30Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:40:77:5b", "version": 4, "addr": "192.168.0.18", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:40:77:5b", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d1:da:9d", "version": 4, "addr": "192.168.1.29", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d1:da:9d", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e6950a11-a5a7-4554-9dbb-df77b86ba400", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e6950a11-a5a7-4554-9dbb-df77b86ba400", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:27:22.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "e6950a11-a5a7-4554-9dbb-df77b86ba400", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:27:22Z", "hostId": "b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "bono-0.clearwater.opnfv", "created": "2018-08-15T20:26:30Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:51:74", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:51:74", "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:66:5e:3a", "version": 4, "addr": "192.168.1.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/ffc54980-6efe-4637-8bb5-39036958536d", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/ffc54980-6efe-4637-8bb5-39036958536d", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:27:20.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "ffc54980-6efe-4637-8bb5-39036958536d", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-mgmt"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:27:20Z", "hostId": "b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "dime-0.clearwater.opnfv", "created": "2018-08-15T20:26:30Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:a0:d6:2a", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:d6:2a", "version": 4, "addr": "172.30.9.213", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:0c:21", "version": 4, "addr": "192.168.1.21", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/59e09722-d046-47e2-8d46-98d35b577bb4", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/59e09722-d046-47e2-8d46-98d35b577bb4", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:27:18.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "59e09722-d046-47e2-8d46-98d35b577bb4", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:27:18Z", "hostId": "b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-15T20:26:29Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:67:a8:44", "version": 4, "addr": "192.168.0.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:67:a8:44", "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:5b:b2:38", "version": 4, "addr": "192.168.1.3", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/a76c441e-39fd-4d5f-93ae-d1b09ddfc9da", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/a76c441e-39fd-4d5f-93ae-d1b09ddfc9da", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:27:12.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "a76c441e-39fd-4d5f-93ae-d1b09ddfc9da", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:27:12Z", "hostId": "b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-15T20:26:29Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:9f:75:cc", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:75:cc", "version": 4, "addr": "172.30.9.217", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e0dd32cc-fa1d-4798-8b82-04894a6f8bfa", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e0dd32cc-fa1d-4798-8b82-04894a6f8bfa", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:26:06.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "e0dd32cc-fa1d-4798-8b82-04894a6f8bfa", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:26:06Z", "hostId": "019940e19a7b1ae7bcf66d3fa083c7498a80fd0bd54c47880af1a37a", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-15T20:24:22Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:e5:cc:ec", "version": 4, "addr": "192.168.0.2", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e5:cc:ec", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:01:52:92", "version": 4, "addr": "192.168.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/99cb71c2-331c-48dd-b548-d074f602efeb", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/99cb71c2-331c-48dd-b548-d074f602efeb", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:24:12.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "99cb71c2-331c-48dd-b548-d074f602efeb", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:24:12Z", "hostId": "b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "ns.clearwater.opnfv", "created": "2018-08-15T20:22:28Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:30:50,289 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-29800651-1f99-4664-9bb5-2a4321f90d68 2018-08-15 20:30:50,289 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.749634027481s 2018-08-15 20:30:50,290 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-29800651-1f99-4664-9bb5-2a4321f90d68 2018-08-15 20:30:50,297 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-15 20:30:50,300 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/862ca86b-06ec-4d59-ae70-d91b3227a810/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}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-15 20:30:50,370 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:30: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-62ec7779-69d5-497b-9b99-7fbb347ffe1d x-compute-request-id: req-62ec7779-69d5-497b-9b99-7fbb347ffe1d Content-Encoding: gzip Content-Length: 10092 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.13.0-155-generic (buildd@lgw01-amd64-033) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #205-Ubuntu SMP Fri Aug 10 15:53:26 UTC 2018 (Ubuntu 3.13.0-155.205-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-155-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-155-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: 2039688K/2096616K available (7492K kernel code, 1163K rwdata, 3440K rodata, 1368K init, 1448K bss, 56928K 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.008106] Security Framework initialized\n[ 0.009336] AppArmor: AppArmor initialized\n[ 0.010475] Yama: becoming mindful.\n[ 0.012250] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.016383] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.019035] 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.022252] Initializing cgroup subsys memory\n[ 0.024027] Initializing cgroup subsys devices\n[ 0.025236] Initializing cgroup subsys freezer\n[ 0.026447] Initializing cgroup subsys blkio\n[ 0.027617] Initializing cgroup subsys perf_event\n[ 0.028008] Initializing cgroup subsys hugetlb\n[ 0.029341] FEATURE SPEC_CTRL Not Present\n[ 0.032242] mce: CPU supports 10 MCE banks\n[ 0.033431] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.033431] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.036012] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.037636] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.039626] Speculative Store Bypass: Vulnerable\n[ 0.040530] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.047548] ACPI: Core revision 20131115\n[ 0.048558] ACPI: All ACPI Tables successfully acquired\n[ 0.050182] ftrace: allocating 28746 entries in 113 pages\n[ 0.072260] smpboot: Max logical packages: 2\n[ 0.073437] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.076003] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.077922] Enabling x2apic\n[ 0.078794] Enabled x2apic\n[ 0.080007] Switched APIC routing to physical x2apic.\n[ 0.082662] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.084002] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.086810] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.093709] KVM setup paravirtual spinlock\n[ 0.096945] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.098882] x86: Booting SMP configuration:\n[ 0.100004] .... node #0, CPUs: #1[ 0.096890] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.116018] x86: Booted up 1 node, 2 CPUs\n[ 0.116012] KVM setup async PF for cpu 1\n[ 0.116014] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.119784] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.120415] devtmpfs: initialized\n[ 0.122342] EVM: security.selinux\n[ 0.123327] EVM: security.SMACK64\n[ 0.124005] EVM: security.ima\n[ 0.124920] EVM: security.capability\n[ 0.125993] pinctrl core: initialized pinctrl subsystem\n[ 0.128055] regulator-dummy: no parameters\n[ 0.129295] RTC time: 20:27:11, date: 08/15/18\n[ 0.130557] NET: Registered protocol family 16\n[ 0.131899] cpuidle: using governor ladder\n[ 0.132004] cpuidle: using governor menu\n[ 0.133165] ACPI: bus type PCI registered\n[ 0.134284] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.136028] PCI: Using configuration type 1 for base access\n[ 0.138118] bio: create slab at 0\n[ 0.138118] ACPI: Added _OSI(Module Device)\n[ 0.140003] ACPI: Added _OSI(Processor Device)\n[ 0.141216] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.142474] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.145233] ACPI: Interpreter enabled\n[ 0.146296] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.148738] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.151321] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.153680] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.156006] ACPI: (supports S0 S5)\n[ 0.160003] ACPI: Using IOAPIC for interrupt routing\n[ 0.161334] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.163905] ACPI: No dock devices found.\n[ 0.165995] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.167577] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.168007] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.169678] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.172206] acpiphp: Slot [3] registered\n[ 0.173325] acpiphp: Slot [4] registered\n[ 0.174455] acpiphp: Slot [5] registered\n[ 0.175572] acpiphp: Slot [6] registered\n[ 0.176023] acpiphp: Slot [7] registered\n[ 0.177135] acpiphp: Slot [8] registered\n[ 0.178239] acpiphp: Slot [9] registered\n[ 0.179358] acpiphp: Slot [10] registered\n[ 0.180020] acpiphp: Slot [11] registered\n[ 0.181150] acpiphp: Slot [12] registered\n[ 0.182281] acpiphp: Slot [13] registered\n[ 0.183421] acpiphp: Slot [14] registered\n[ 0.184020] acpiphp: Slot [15] registered\n[ 0.185164] acpiphp: Slot [16] registered\n[ 0.186386] acpiphp: Slot [17] registered\n[ 0.187513] acpiphp: Slot [18] registered\n[ 0.188027] acpiphp: Slot [19] registered\n[ 0.189175] acpiphp: Slot [20] registered\n[ 0.190316] acpiphp: Slot [21] registered\n[ 0.191456] acpiphp: Slot [22] registered\n[ 0.192020] acpiphp: Slot [23] registered\n[ 0.193169] acpiphp: Slot [24] registered\n[ 0.194300] acpiphp: Slot [25] registered\n[ 0.195430] acpiphp: Slot [26] registered\n[ 0.196020] acpiphp: Slot [27] registered\n[ 0.197157] acpiphp: Slot [28] registered\n[ 0.198282] acpiphp: Slot [29] registered\n[ 0.199419] acpiphp: Slot [30] registered\n[ 0.200028] acpiphp: Slot [31] registered\n[ 0.201153] PCI host bridge to bus 0000:00\n[ 0.202283] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.203706] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.204004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.205569] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.207254] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.208003] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.215404] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.216014] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.242589] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.244564] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.246554] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.248537] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.250602] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.252221] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.253996] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.253996] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.256004] vgaarb: loaded\n[ 0.256851] vgaarb: bridge control possible 0000:00:02.0\n[ 0.258504] SCSI subsystem initialized\n[ 0.259740] ACPI: bus type USB registered\n[ 0.260031] usbcore: registered new interface driver usbfs\n[ 0.261464] usbcore: registered new interface driver hub\n[ 0.262890] usbcore: registered new device driver usb\n[ 0.264117] PCI: Using ACPI for IRQ routing\n[ 0.265563] NetLabel: Initializing\n[ 0.266574] NetLabel: domain hash size = 128\n[ 0.267767] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.268065] NetLabel: unlabeled traffic allowed by default\n[ 0.269514] Switched to clocksource kvm-clock\n[ 0.277200] AppArmor: AppArmor Filesystem Enabled\n[ 0.278522] pnp: PnP ACPI init\n[ 0.279459] ACPI: bus type PNP registered\n[ 0.281044] pnp: PnP ACPI: found 8 devices\n[ 0.282190] ACPI: bus type PNP unregistered\n[ 0.289689] NET: Registered protocol family 2\n[ 0.291177] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.293302] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.295192] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.296969] TCP: reno registered\n[ 0.297924] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.299471] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.301196] NET: Registered protocol family 1\n[ 0.302418] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.303943] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.305436] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.327969] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.350648] Trying to unpack rootfs image as initramfs...\n[ 0.453190] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.455495] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.457011] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.459050] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.462092] Scanning for low memory corruption every 60 seconds\n[ 0.464447] Initialise system trusted keyring\n[ 0.466051] audit: initializing netlink socket (disabled)\n[ 0.467885] type=2000 audit(1534364831.701:1): initialized\n[ 0.488781] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.491863] zbud: loaded\n[ 0.493140] VFS: Disk quotas dquot_6.5.2\n[ 0.494642] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.497221] fuse init (API version 7.22)\n[ 0.498734] msgmni has been set to 3997\n[ 0.500194] Key type big_key registered\n[ 0.502033] Key type asymmetric registered\n[ 0.503545] Asymmetric key parser 'x509' registered\n[ 0.505292] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.507915] io scheduler noop registered\n[ 0.509356] io scheduler deadline registered (default)\n[ 0.511093] io scheduler cfq registered\n[ 0.512565] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.514479] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516729] ipmi message handler version 39.2\n[ 0.518350] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.520935] ACPI: Power Button [PWRF]\n[ 0.522390] GHES: HEST is not enabled!\n[ 0.544858] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.590233] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.613936] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.616443] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.641284] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.644836] Linux agpgart interface v0.103\n[ 0.647364] brd: module loaded\n[ 0.649078] loop: module loaded\n[ 0.650657] blk-mq: CPU -> queue map\n[ 0.652017] CPU 0 -> Queue 0\n[ 0.653198] CPU 1 -> Queue 0\n[ 0.655193] vda: vda1\n[ 0.656705] scsi0 : ata_piix\n[ 0.657713] scsi1 : ata_piix\n[ 0.658633] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.660320] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.662209] libphy: Fixed MDIO Bus: probed\n[ 0.663440] tun: Universal TUN/TAP device driver, 1.6\n[ 0.664793] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.668050] PPP generic driver version 2.4.2\n[ 0.669265] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.670858] ehci-pci: EHCI PCI platform driver\n[ 0.672049] ehci-platform: EHCI generic platform driver\n[ 0.673391] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.674937] ohci-pci: OHCI PCI platform driver\n[ 0.676141] ohci-platform: OHCI generic platform driver\n[ 0.677500] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.699950] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.701312] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.703371] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.704944] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.706610] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.708547] usb usb1: Product: UHCI Host Controller\n[ 0.709815] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd\n[ 0.711390] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.712688] hub 1-0:1.0: USB hub found\n[ 0.713768] hub 1-0:1.0: 2 ports detected\n[ 0.715006] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.717825] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.719119] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.720560] mousedev: PS/2 mouse device common for all mice\n[ 0.722256] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.724616] rtc_cmos 00:00: RTC can wake from S4\n[ 0.726169] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.727788] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.729474] device-mapper: uevent: version 1.0.3\n[ 0.730785] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.733032] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.734637] TCP: cubic registered\n[ 0.735699] NET: Registered protocol family 10\n[ 0.737225] NET: Registered protocol family 17\n[ 0.738446] Key type dns_resolver registered\n[ 0.739802] Loading compiled-in X.509 certificates\n[ 0.741621] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b'\n[ 0.751227] registered taskstats version 1\n[ 0.754184] Key type trusted registered\n[ 0.757971] Key type encrypted registered\n[ 0.759092] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.760498] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.762459] regulator-dummy: disabling\n[ 0.763597] Magic number: 14:188:498\n[ 0.764794] rtc_cmos 00:00: setting system clock to 2018-08-15 20:27:12 UTC (1534364832)\n[ 0.767033] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.768557] EDD information not available.\n[ 0.817412] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.819593] Write protecting the kernel read-only data: 12288k\n[ 0.821720] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000)\n[ 0.825115] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000)\nLoading, please wait...\n[ 0.838303] systemd-udevd[107]: starting version 204\n[ 0.880864] FDC 0 is a S82078B\n[ 1.024046] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.188789] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.190538] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.192360] usb 1-1: Product: QEMU USB Tablet\n[ 1.193588] usb 1-1: Manufacturer: QEMU\n[ 1.194687] usb 1-1: SerialNumber: 42\n[ 1.452077] tsc: Refined TSC clocksource calibration: 3491.871 MHz\n[ 1.893036] 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.236554] 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.534411] random: init urandom read with 10 bits of entropy available\n[ 2.652842] 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 Wed, 15 Aug 2018 20:27:14 +0000. Up 3.17 seconds.\ncloud-init-nonet[3.34]: 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 Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[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 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 configure network device[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[4.46]: 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 Wed, 15 Aug 2018 20:27:16 +0000. Up 4.71 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:27:5d:15 |\nci-info: | eth0 | True | 192.168.0.10 | 255.255.255.0 | fa:16:3e:64:be:e5 |\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:\nb9:a8:5a:f7:52:2f:b6:57:37:93:46:52:71:37:e2:0b root@homer-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| ..oo|\n| . o.o|\n| E o |\n| . o o |\n| S + . |\n| ... . * |\n| . o... . o o |\n| . o..o o |\n| ... oo+ |\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:\n68:2f:42:6b:a2:79:09:cb:ea:ee:2e:54:ee:9c:65:d2 root@homer-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| |\n| |\n| |\n| . . |\n| o o o S |\n|.. + E . |\n|oo+.O . . |\n|o+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:\n36:3a:40:d4:de:8a:4c:57:31:ba:df:da:6d:25:4b:ea root@homer-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| .. o. |\n| . .... |\n| ...o |\n| .. o.. |\n| o.o..S |\n| o..+ o o . |\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:\n4d:f1:20:da:01:74:a6:fe:cd:da:9a:4e:d2:45:dd:22 root@homer-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| .o.= o |\n| * o = . |\n| o . E + . |\n| . + . . |\n| . S o |\n| o + |\n| . + o |\n| o + |\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 * 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 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 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 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 Wed, 15 Aug 2018 20:29:20 +0000. Up 128.93 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Wed, 15 Aug 2018 20:30:21 +0000. Up 189.66 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\n"} 2018-08-15 20:30:50,371 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/862ca86b-06ec-4d59-ae70-d91b3227a810/action used request id req-62ec7779-69d5-497b-9b99-7fbb347ffe1d 2018-08-15 20:30:50,371 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0740118026733s 2018-08-15 20:30:50,372 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/862ca86b-06ec-4d59-ae70-d91b3227a810/action used request id req-62ec7779-69d5-497b-9b99-7fbb347ffe1d 2018-08-15 20:30:50,372 - 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-155-generic (buildd@lgw01-amd64-033) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #205-Ubuntu SMP Fri Aug 10 15:53:26 UTC 2018 (Ubuntu 3.13.0-155.205-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-155-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-155-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: 2039688K/2096616K available (7492K kernel code, 1163K rwdata, 3440K rodata, 1368K init, 1448K bss, 56928K 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.008106] Security Framework initialized [ 0.009336] AppArmor: AppArmor initialized [ 0.010475] Yama: becoming mindful. [ 0.012250] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.016383] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.019035] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.020005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.022252] Initializing cgroup subsys memory [ 0.024027] Initializing cgroup subsys devices [ 0.025236] Initializing cgroup subsys freezer [ 0.026447] Initializing cgroup subsys blkio [ 0.027617] Initializing cgroup subsys perf_event [ 0.028008] Initializing cgroup subsys hugetlb [ 0.029341] FEATURE SPEC_CTRL Not Present [ 0.032242] mce: CPU supports 10 MCE banks [ 0.033431] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.033431] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.036012] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.037636] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.039626] Speculative Store Bypass: Vulnerable [ 0.040530] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.047548] ACPI: Core revision 20131115 [ 0.048558] ACPI: All ACPI Tables successfully acquired [ 0.050182] ftrace: allocating 28746 entries in 113 pages [ 0.072260] smpboot: Max logical packages: 2 [ 0.073437] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.076003] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.077922] Enabling x2apic [ 0.078794] Enabled x2apic [ 0.080007] Switched APIC routing to physical x2apic. [ 0.082662] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.084002] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.086810] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.093709] KVM setup paravirtual spinlock [ 0.096945] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.098882] x86: Booting SMP configuration: [ 0.100004] .... node #0, CPUs: #1[ 0.096890] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.116018] x86: Booted up 1 node, 2 CPUs [ 0.116012] KVM setup async PF for cpu 1 [ 0.116014] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.119784] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.120415] devtmpfs: initialized [ 0.122342] EVM: security.selinux [ 0.123327] EVM: security.SMACK64 [ 0.124005] EVM: security.ima [ 0.124920] EVM: security.capability [ 0.125993] pinctrl core: initialized pinctrl subsystem [ 0.128055] regulator-dummy: no parameters [ 0.129295] RTC time: 20:27:11, date: 08/15/18 [ 0.130557] NET: Registered protocol family 16 [ 0.131899] cpuidle: using governor ladder [ 0.132004] cpuidle: using governor menu [ 0.133165] ACPI: bus type PCI registered [ 0.134284] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.136028] PCI: Using configuration type 1 for base access [ 0.138118] bio: create slab at 0 [ 0.138118] ACPI: Added _OSI(Module Device) [ 0.140003] ACPI: Added _OSI(Processor Device) [ 0.141216] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.142474] ACPI: Added _OSI(Processor Aggregator Device) [ 0.145233] ACPI: Interpreter enabled [ 0.146296] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.148738] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.151321] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.153680] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.156006] ACPI: (supports S0 S5) [ 0.160003] ACPI: Using IOAPIC for interrupt routing [ 0.161334] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.163905] ACPI: No dock devices found. [ 0.165995] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.167577] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.168007] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.169678] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.172206] acpiphp: Slot [3] registered [ 0.173325] acpiphp: Slot [4] registered [ 0.174455] acpiphp: Slot [5] registered [ 0.175572] acpiphp: Slot [6] registered [ 0.176023] acpiphp: Slot [7] registered [ 0.177135] acpiphp: Slot [8] registered [ 0.178239] acpiphp: Slot [9] registered [ 0.179358] acpiphp: Slot [10] registered [ 0.180020] acpiphp: Slot [11] registered [ 0.181150] acpiphp: Slot [12] registered [ 0.182281] acpiphp: Slot [13] registered [ 0.183421] acpiphp: Slot [14] registered [ 0.184020] acpiphp: Slot [15] registered [ 0.185164] acpiphp: Slot [16] registered [ 0.186386] acpiphp: Slot [17] registered [ 0.187513] acpiphp: Slot [18] registered [ 0.188027] acpiphp: Slot [19] registered [ 0.189175] acpiphp: Slot [20] registered [ 0.190316] acpiphp: Slot [21] registered [ 0.191456] acpiphp: Slot [22] registered [ 0.192020] acpiphp: Slot [23] registered [ 0.193169] acpiphp: Slot [24] registered [ 0.194300] acpiphp: Slot [25] registered [ 0.195430] acpiphp: Slot [26] registered [ 0.196020] acpiphp: Slot [27] registered [ 0.197157] acpiphp: Slot [28] registered [ 0.198282] acpiphp: Slot [29] registered [ 0.199419] acpiphp: Slot [30] registered [ 0.200028] acpiphp: Slot [31] registered [ 0.201153] PCI host bridge to bus 0000:00 [ 0.202283] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.203706] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.204004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.205569] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.207254] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.208003] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.215404] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.216014] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.242589] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.244564] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.246554] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.248537] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.250602] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.252221] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.253996] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.253996] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.256004] vgaarb: loaded [ 0.256851] vgaarb: bridge control possible 0000:00:02.0 [ 0.258504] SCSI subsystem initialized [ 0.259740] ACPI: bus type USB registered [ 0.260031] usbcore: registered new interface driver usbfs [ 0.261464] usbcore: registered new interface driver hub [ 0.262890] usbcore: registered new device driver usb [ 0.264117] PCI: Using ACPI for IRQ routing [ 0.265563] NetLabel: Initializing [ 0.266574] NetLabel: domain hash size = 128 [ 0.267767] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.268065] NetLabel: unlabeled traffic allowed by default [ 0.269514] Switched to clocksource kvm-clock [ 0.277200] AppArmor: AppArmor Filesystem Enabled [ 0.278522] pnp: PnP ACPI init [ 0.279459] ACPI: bus type PNP registered [ 0.281044] pnp: PnP ACPI: found 8 devices [ 0.282190] ACPI: bus type PNP unregistered [ 0.289689] NET: Registered protocol family 2 [ 0.291177] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.293302] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.295192] TCP: Hash tables configured (established 16384 bind 16384) [ 0.296969] TCP: reno registered [ 0.297924] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.299471] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.301196] NET: Registered protocol family 1 [ 0.302418] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.303943] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.305436] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.327969] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.350648] Trying to unpack rootfs image as initramfs... [ 0.453190] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.455495] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.457011] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.459050] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.462092] Scanning for low memory corruption every 60 seconds [ 0.464447] Initialise system trusted keyring [ 0.466051] audit: initializing netlink socket (disabled) [ 0.467885] type=2000 audit(1534364831.701:1): initialized [ 0.488781] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.491863] zbud: loaded [ 0.493140] VFS: Disk quotas dquot_6.5.2 [ 0.494642] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.497221] fuse init (API version 7.22) [ 0.498734] msgmni has been set to 3997 [ 0.500194] Key type big_key registered [ 0.502033] Key type asymmetric registered [ 0.503545] Asymmetric key parser 'x509' registered [ 0.505292] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.507915] io scheduler noop registered [ 0.509356] io scheduler deadline registered (default) [ 0.511093] io scheduler cfq registered [ 0.512565] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.514479] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.516729] ipmi message handler version 39.2 [ 0.518350] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.520935] ACPI: Power Button [PWRF] [ 0.522390] GHES: HEST is not enabled! [ 0.544858] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.590233] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.613936] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.616443] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.641284] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.644836] Linux agpgart interface v0.103 [ 0.647364] brd: module loaded [ 0.649078] loop: module loaded [ 0.650657] blk-mq: CPU -> queue map [ 0.652017] CPU 0 -> Queue 0 [ 0.653198] CPU 1 -> Queue 0 [ 0.655193] vda: vda1 [ 0.656705] scsi0 : ata_piix [ 0.657713] scsi1 : ata_piix [ 0.658633] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.660320] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.662209] libphy: Fixed MDIO Bus: probed [ 0.663440] tun: Universal TUN/TAP device driver, 1.6 [ 0.664793] tun: (C) 1999-2004 Max Krasnyansky [ 0.668050] PPP generic driver version 2.4.2 [ 0.669265] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.670858] ehci-pci: EHCI PCI platform driver [ 0.672049] ehci-platform: EHCI generic platform driver [ 0.673391] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.674937] ohci-pci: OHCI PCI platform driver [ 0.676141] ohci-platform: OHCI generic platform driver [ 0.677500] uhci_hcd: USB Universal Host Controller Interface driver [ 0.699950] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.701312] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.703371] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.704944] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.706610] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.708547] usb usb1: Product: UHCI Host Controller [ 0.709815] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd [ 0.711390] usb usb1: SerialNumber: 0000:00:01.2 [ 0.712688] hub 1-0:1.0: USB hub found [ 0.713768] hub 1-0:1.0: 2 ports detected [ 0.715006] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.717825] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.719119] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.720560] mousedev: PS/2 mouse device common for all mice [ 0.722256] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.724616] rtc_cmos 00:00: RTC can wake from S4 [ 0.726169] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.727788] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.729474] device-mapper: uevent: version 1.0.3 [ 0.730785] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.733032] ledtrig-cpu: registered to indicate activity on CPUs [ 0.734637] TCP: cubic registered [ 0.735699] NET: Registered protocol family 10 [ 0.737225] NET: Registered protocol family 17 [ 0.738446] Key type dns_resolver registered [ 0.739802] Loading compiled-in X.509 certificates [ 0.741621] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b' [ 0.751227] registered taskstats version 1 [ 0.754184] Key type trusted registered [ 0.757971] Key type encrypted registered [ 0.759092] AppArmor: AppArmor sha1 policy hashing enabled [ 0.760498] IMA: No TPM chip found, activating TPM-bypass! [ 0.762459] regulator-dummy: disabling [ 0.763597] Magic number: 14:188:498 [ 0.764794] rtc_cmos 00:00: setting system clock to 2018-08-15 20:27:12 UTC (1534364832) [ 0.767033] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.768557] EDD information not available. [ 0.817412] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.819593] Write protecting the kernel read-only data: 12288k [ 0.821720] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000) [ 0.825115] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000) Loading, please wait... [ 0.838303] systemd-udevd[107]: starting version 204 [ 0.880864] FDC 0 is a S82078B [ 1.024046] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.188789] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.190538] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.192360] usb 1-1: Product: QEMU USB Tablet [ 1.193588] usb 1-1: Manufacturer: QEMU [ 1.194687] usb 1-1: SerialNumber: 42 [ 1.452077] tsc: Refined TSC clocksource calibration: 3491.871 MHz [ 1.893036] 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.236554] 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.534411] random: init urandom read with 10 bits of entropy available [ 2.652842] 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 Wed, 15 Aug 2018 20:27:14 +0000. Up 3.17 seconds. cloud-init-nonet[3.34]: 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 Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[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 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 configure network device[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[4.46]: 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 Wed, 15 Aug 2018 20:27:16 +0000. Up 4.71 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:27:5d:15 | ci-info: | eth0 | True | 192.168.0.10 | 255.255.255.0 | fa:16:3e:64:be:e5 | 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: b9:a8:5a:f7:52:2f:b6:57:37:93:46:52:71:37:e2:0b root@homer-0 The key's randomart image is: +--[ RSA 2048]----+ | ..oo| | . o.o| | E o | | . o o | | S + . | | ... . * | | . o... . o o | | . o..o o | | ... oo+ | +-----------------+ 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: 68:2f:42:6b:a2:79:09:cb:ea:ee:2e:54:ee:9c:65:d2 root@homer-0 The key's randomart image is: +--[ DSA 1024]----+ | | | | | | | . . | | o o o S | |.. + E . | |oo+.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: 36:3a:40:d4:de:8a:4c:57:31:ba:df:da:6d:25:4b:ea root@homer-0 The key's randomart image is: +--[ECDSA 256]---+ | .. o. | | . .... | | ...o | | .. o.. | | o.o..S | | o..+ o o . | | 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: 4d:f1:20:da:01:74:a6:fe:cd:da:9a:4e:d2:45:dd:22 root@homer-0 The key's randomart image is: +--[ED25519 256--+ | .o.= o | | * o = . | | o . E + . | | . + . . | | . S o | | o + | | . + 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 D-Bus system message bus[74G[ OK ] * Starting SystemD login management service[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 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 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 Wed, 15 Aug 2018 20:29:20 +0000. Up 128.93 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Wed, 15 Aug 2018 20:30:21 +0000. Up 189.66 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 2018-08-15 20:30:50,373 - functest.core.singlevm - DEBUG - try 19: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-15 20:31:00,384 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:31:00,387 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" 2018-08-15 20:31:00,936 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:31: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-2b9cafcb-9cf0-4b5a-9f4e-0c3611dfb6ac x-compute-request-id: req-2b9cafcb-9cf0-4b5a-9f4e-0c3611dfb6ac Content-Encoding: gzip Content-Length: 1508 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:64:be:e5", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:64:be:e5", "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:27:5d:15", "version": 4, "addr": "192.168.1.2", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:27:5d:15", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/862ca86b-06ec-4d59-ae70-d91b3227a810", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/862ca86b-06ec-4d59-ae70-d91b3227a810", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:27:10.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "862ca86b-06ec-4d59-ae70-d91b3227a810", "security_groups": [{"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:27:10Z", "hostId": "019940e19a7b1ae7bcf66d3fa083c7498a80fd0bd54c47880af1a37a", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "homer-0.clearwater.opnfv", "created": "2018-08-15T20:26:30Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:40:77:5b", "version": 4, "addr": "192.168.0.18", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:40:77:5b", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d1:da:9d", "version": 4, "addr": "192.168.1.29", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d1:da:9d", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e6950a11-a5a7-4554-9dbb-df77b86ba400", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e6950a11-a5a7-4554-9dbb-df77b86ba400", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:27:22.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "e6950a11-a5a7-4554-9dbb-df77b86ba400", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:27:22Z", "hostId": "b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "bono-0.clearwater.opnfv", "created": "2018-08-15T20:26:30Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:51:74", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:51:74", "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:66:5e:3a", "version": 4, "addr": "192.168.1.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/ffc54980-6efe-4637-8bb5-39036958536d", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/ffc54980-6efe-4637-8bb5-39036958536d", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:27:20.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "ffc54980-6efe-4637-8bb5-39036958536d", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-mgmt"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:27:20Z", "hostId": "b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "dime-0.clearwater.opnfv", "created": "2018-08-15T20:26:30Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:a0:d6:2a", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:d6:2a", "version": 4, "addr": "172.30.9.213", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:0c:21", "version": 4, "addr": "192.168.1.21", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/59e09722-d046-47e2-8d46-98d35b577bb4", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/59e09722-d046-47e2-8d46-98d35b577bb4", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:27:18.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "59e09722-d046-47e2-8d46-98d35b577bb4", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:27:18Z", "hostId": "b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-15T20:26:29Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:67:a8:44", "version": 4, "addr": "192.168.0.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:67:a8:44", "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:5b:b2:38", "version": 4, "addr": "192.168.1.3", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/a76c441e-39fd-4d5f-93ae-d1b09ddfc9da", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/a76c441e-39fd-4d5f-93ae-d1b09ddfc9da", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:27:12.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "a76c441e-39fd-4d5f-93ae-d1b09ddfc9da", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:27:12Z", "hostId": "b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-15T20:26:29Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:9f:75:cc", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:75:cc", "version": 4, "addr": "172.30.9.217", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e0dd32cc-fa1d-4798-8b82-04894a6f8bfa", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e0dd32cc-fa1d-4798-8b82-04894a6f8bfa", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:26:06.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "e0dd32cc-fa1d-4798-8b82-04894a6f8bfa", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:26:06Z", "hostId": "019940e19a7b1ae7bcf66d3fa083c7498a80fd0bd54c47880af1a37a", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-15T20:24:22Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:e5:cc:ec", "version": 4, "addr": "192.168.0.2", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e5:cc:ec", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:01:52:92", "version": 4, "addr": "192.168.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/99cb71c2-331c-48dd-b548-d074f602efeb", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/99cb71c2-331c-48dd-b548-d074f602efeb", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:24:12.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "99cb71c2-331c-48dd-b548-d074f602efeb", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:24:12Z", "hostId": "b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "ns.clearwater.opnfv", "created": "2018-08-15T20:22:28Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:31:00,936 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-2b9cafcb-9cf0-4b5a-9f4e-0c3611dfb6ac 2018-08-15 20:31:00,936 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.552174806595s 2018-08-15 20:31:00,937 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-2b9cafcb-9cf0-4b5a-9f4e-0c3611dfb6ac 2018-08-15 20:31:00,945 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-15 20:31:00,947 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/862ca86b-06ec-4d59-ae70-d91b3227a810/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}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-15 20:31:01,017 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:31: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-300c256c-1abe-47d3-aad7-6810f55c3c0a x-compute-request-id: req-300c256c-1abe-47d3-aad7-6810f55c3c0a Content-Encoding: gzip Content-Length: 10092 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.13.0-155-generic (buildd@lgw01-amd64-033) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #205-Ubuntu SMP Fri Aug 10 15:53:26 UTC 2018 (Ubuntu 3.13.0-155.205-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-155-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-155-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: 2039688K/2096616K available (7492K kernel code, 1163K rwdata, 3440K rodata, 1368K init, 1448K bss, 56928K 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.008106] Security Framework initialized\n[ 0.009336] AppArmor: AppArmor initialized\n[ 0.010475] Yama: becoming mindful.\n[ 0.012250] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.016383] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.019035] 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.022252] Initializing cgroup subsys memory\n[ 0.024027] Initializing cgroup subsys devices\n[ 0.025236] Initializing cgroup subsys freezer\n[ 0.026447] Initializing cgroup subsys blkio\n[ 0.027617] Initializing cgroup subsys perf_event\n[ 0.028008] Initializing cgroup subsys hugetlb\n[ 0.029341] FEATURE SPEC_CTRL Not Present\n[ 0.032242] mce: CPU supports 10 MCE banks\n[ 0.033431] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.033431] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.036012] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.037636] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.039626] Speculative Store Bypass: Vulnerable\n[ 0.040530] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.047548] ACPI: Core revision 20131115\n[ 0.048558] ACPI: All ACPI Tables successfully acquired\n[ 0.050182] ftrace: allocating 28746 entries in 113 pages\n[ 0.072260] smpboot: Max logical packages: 2\n[ 0.073437] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.076003] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.077922] Enabling x2apic\n[ 0.078794] Enabled x2apic\n[ 0.080007] Switched APIC routing to physical x2apic.\n[ 0.082662] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.084002] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.086810] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.093709] KVM setup paravirtual spinlock\n[ 0.096945] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.098882] x86: Booting SMP configuration:\n[ 0.100004] .... node #0, CPUs: #1[ 0.096890] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.116018] x86: Booted up 1 node, 2 CPUs\n[ 0.116012] KVM setup async PF for cpu 1\n[ 0.116014] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.119784] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.120415] devtmpfs: initialized\n[ 0.122342] EVM: security.selinux\n[ 0.123327] EVM: security.SMACK64\n[ 0.124005] EVM: security.ima\n[ 0.124920] EVM: security.capability\n[ 0.125993] pinctrl core: initialized pinctrl subsystem\n[ 0.128055] regulator-dummy: no parameters\n[ 0.129295] RTC time: 20:27:11, date: 08/15/18\n[ 0.130557] NET: Registered protocol family 16\n[ 0.131899] cpuidle: using governor ladder\n[ 0.132004] cpuidle: using governor menu\n[ 0.133165] ACPI: bus type PCI registered\n[ 0.134284] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.136028] PCI: Using configuration type 1 for base access\n[ 0.138118] bio: create slab at 0\n[ 0.138118] ACPI: Added _OSI(Module Device)\n[ 0.140003] ACPI: Added _OSI(Processor Device)\n[ 0.141216] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.142474] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.145233] ACPI: Interpreter enabled\n[ 0.146296] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.148738] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.151321] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.153680] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.156006] ACPI: (supports S0 S5)\n[ 0.160003] ACPI: Using IOAPIC for interrupt routing\n[ 0.161334] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.163905] ACPI: No dock devices found.\n[ 0.165995] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.167577] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.168007] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.169678] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.172206] acpiphp: Slot [3] registered\n[ 0.173325] acpiphp: Slot [4] registered\n[ 0.174455] acpiphp: Slot [5] registered\n[ 0.175572] acpiphp: Slot [6] registered\n[ 0.176023] acpiphp: Slot [7] registered\n[ 0.177135] acpiphp: Slot [8] registered\n[ 0.178239] acpiphp: Slot [9] registered\n[ 0.179358] acpiphp: Slot [10] registered\n[ 0.180020] acpiphp: Slot [11] registered\n[ 0.181150] acpiphp: Slot [12] registered\n[ 0.182281] acpiphp: Slot [13] registered\n[ 0.183421] acpiphp: Slot [14] registered\n[ 0.184020] acpiphp: Slot [15] registered\n[ 0.185164] acpiphp: Slot [16] registered\n[ 0.186386] acpiphp: Slot [17] registered\n[ 0.187513] acpiphp: Slot [18] registered\n[ 0.188027] acpiphp: Slot [19] registered\n[ 0.189175] acpiphp: Slot [20] registered\n[ 0.190316] acpiphp: Slot [21] registered\n[ 0.191456] acpiphp: Slot [22] registered\n[ 0.192020] acpiphp: Slot [23] registered\n[ 0.193169] acpiphp: Slot [24] registered\n[ 0.194300] acpiphp: Slot [25] registered\n[ 0.195430] acpiphp: Slot [26] registered\n[ 0.196020] acpiphp: Slot [27] registered\n[ 0.197157] acpiphp: Slot [28] registered\n[ 0.198282] acpiphp: Slot [29] registered\n[ 0.199419] acpiphp: Slot [30] registered\n[ 0.200028] acpiphp: Slot [31] registered\n[ 0.201153] PCI host bridge to bus 0000:00\n[ 0.202283] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.203706] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.204004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.205569] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.207254] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.208003] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.215404] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.216014] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.242589] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.244564] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.246554] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.248537] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.250602] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.252221] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.253996] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.253996] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.256004] vgaarb: loaded\n[ 0.256851] vgaarb: bridge control possible 0000:00:02.0\n[ 0.258504] SCSI subsystem initialized\n[ 0.259740] ACPI: bus type USB registered\n[ 0.260031] usbcore: registered new interface driver usbfs\n[ 0.261464] usbcore: registered new interface driver hub\n[ 0.262890] usbcore: registered new device driver usb\n[ 0.264117] PCI: Using ACPI for IRQ routing\n[ 0.265563] NetLabel: Initializing\n[ 0.266574] NetLabel: domain hash size = 128\n[ 0.267767] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.268065] NetLabel: unlabeled traffic allowed by default\n[ 0.269514] Switched to clocksource kvm-clock\n[ 0.277200] AppArmor: AppArmor Filesystem Enabled\n[ 0.278522] pnp: PnP ACPI init\n[ 0.279459] ACPI: bus type PNP registered\n[ 0.281044] pnp: PnP ACPI: found 8 devices\n[ 0.282190] ACPI: bus type PNP unregistered\n[ 0.289689] NET: Registered protocol family 2\n[ 0.291177] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.293302] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.295192] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.296969] TCP: reno registered\n[ 0.297924] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.299471] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.301196] NET: Registered protocol family 1\n[ 0.302418] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.303943] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.305436] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.327969] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.350648] Trying to unpack rootfs image as initramfs...\n[ 0.453190] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.455495] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.457011] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.459050] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.462092] Scanning for low memory corruption every 60 seconds\n[ 0.464447] Initialise system trusted keyring\n[ 0.466051] audit: initializing netlink socket (disabled)\n[ 0.467885] type=2000 audit(1534364831.701:1): initialized\n[ 0.488781] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.491863] zbud: loaded\n[ 0.493140] VFS: Disk quotas dquot_6.5.2\n[ 0.494642] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.497221] fuse init (API version 7.22)\n[ 0.498734] msgmni has been set to 3997\n[ 0.500194] Key type big_key registered\n[ 0.502033] Key type asymmetric registered\n[ 0.503545] Asymmetric key parser 'x509' registered\n[ 0.505292] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.507915] io scheduler noop registered\n[ 0.509356] io scheduler deadline registered (default)\n[ 0.511093] io scheduler cfq registered\n[ 0.512565] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.514479] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516729] ipmi message handler version 39.2\n[ 0.518350] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.520935] ACPI: Power Button [PWRF]\n[ 0.522390] GHES: HEST is not enabled!\n[ 0.544858] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.590233] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.613936] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.616443] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.641284] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.644836] Linux agpgart interface v0.103\n[ 0.647364] brd: module loaded\n[ 0.649078] loop: module loaded\n[ 0.650657] blk-mq: CPU -> queue map\n[ 0.652017] CPU 0 -> Queue 0\n[ 0.653198] CPU 1 -> Queue 0\n[ 0.655193] vda: vda1\n[ 0.656705] scsi0 : ata_piix\n[ 0.657713] scsi1 : ata_piix\n[ 0.658633] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.660320] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.662209] libphy: Fixed MDIO Bus: probed\n[ 0.663440] tun: Universal TUN/TAP device driver, 1.6\n[ 0.664793] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.668050] PPP generic driver version 2.4.2\n[ 0.669265] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.670858] ehci-pci: EHCI PCI platform driver\n[ 0.672049] ehci-platform: EHCI generic platform driver\n[ 0.673391] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.674937] ohci-pci: OHCI PCI platform driver\n[ 0.676141] ohci-platform: OHCI generic platform driver\n[ 0.677500] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.699950] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.701312] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.703371] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.704944] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.706610] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.708547] usb usb1: Product: UHCI Host Controller\n[ 0.709815] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd\n[ 0.711390] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.712688] hub 1-0:1.0: USB hub found\n[ 0.713768] hub 1-0:1.0: 2 ports detected\n[ 0.715006] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.717825] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.719119] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.720560] mousedev: PS/2 mouse device common for all mice\n[ 0.722256] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.724616] rtc_cmos 00:00: RTC can wake from S4\n[ 0.726169] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.727788] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.729474] device-mapper: uevent: version 1.0.3\n[ 0.730785] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.733032] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.734637] TCP: cubic registered\n[ 0.735699] NET: Registered protocol family 10\n[ 0.737225] NET: Registered protocol family 17\n[ 0.738446] Key type dns_resolver registered\n[ 0.739802] Loading compiled-in X.509 certificates\n[ 0.741621] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b'\n[ 0.751227] registered taskstats version 1\n[ 0.754184] Key type trusted registered\n[ 0.757971] Key type encrypted registered\n[ 0.759092] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.760498] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.762459] regulator-dummy: disabling\n[ 0.763597] Magic number: 14:188:498\n[ 0.764794] rtc_cmos 00:00: setting system clock to 2018-08-15 20:27:12 UTC (1534364832)\n[ 0.767033] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.768557] EDD information not available.\n[ 0.817412] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.819593] Write protecting the kernel read-only data: 12288k\n[ 0.821720] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000)\n[ 0.825115] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000)\nLoading, please wait...\n[ 0.838303] systemd-udevd[107]: starting version 204\n[ 0.880864] FDC 0 is a S82078B\n[ 1.024046] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.188789] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.190538] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.192360] usb 1-1: Product: QEMU USB Tablet\n[ 1.193588] usb 1-1: Manufacturer: QEMU\n[ 1.194687] usb 1-1: SerialNumber: 42\n[ 1.452077] tsc: Refined TSC clocksource calibration: 3491.871 MHz\n[ 1.893036] 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.236554] 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.534411] random: init urandom read with 10 bits of entropy available\n[ 2.652842] 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 Wed, 15 Aug 2018 20:27:14 +0000. Up 3.17 seconds.\ncloud-init-nonet[3.34]: 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 Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[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 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 configure network device[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[4.46]: 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 Wed, 15 Aug 2018 20:27:16 +0000. Up 4.71 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:27:5d:15 |\nci-info: | eth0 | True | 192.168.0.10 | 255.255.255.0 | fa:16:3e:64:be:e5 |\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:\nb9:a8:5a:f7:52:2f:b6:57:37:93:46:52:71:37:e2:0b root@homer-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| ..oo|\n| . o.o|\n| E o |\n| . o o |\n| S + . |\n| ... . * |\n| . o... . o o |\n| . o..o o |\n| ... oo+ |\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:\n68:2f:42:6b:a2:79:09:cb:ea:ee:2e:54:ee:9c:65:d2 root@homer-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| |\n| |\n| |\n| . . |\n| o o o S |\n|.. + E . |\n|oo+.O . . |\n|o+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:\n36:3a:40:d4:de:8a:4c:57:31:ba:df:da:6d:25:4b:ea root@homer-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| .. o. |\n| . .... |\n| ...o |\n| .. o.. |\n| o.o..S |\n| o..+ o o . |\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:\n4d:f1:20:da:01:74:a6:fe:cd:da:9a:4e:d2:45:dd:22 root@homer-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| .o.= o |\n| * o = . |\n| o . E + . |\n| . + . . |\n| . S o |\n| o + |\n| . + o |\n| o + |\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 * 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 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 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 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 Wed, 15 Aug 2018 20:29:20 +0000. Up 128.93 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Wed, 15 Aug 2018 20:30:21 +0000. Up 189.66 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\n"} 2018-08-15 20:31:01,018 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/862ca86b-06ec-4d59-ae70-d91b3227a810/action used request id req-300c256c-1abe-47d3-aad7-6810f55c3c0a 2018-08-15 20:31:01,018 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0731410980225s 2018-08-15 20:31:01,019 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/862ca86b-06ec-4d59-ae70-d91b3227a810/action used request id req-300c256c-1abe-47d3-aad7-6810f55c3c0a 2018-08-15 20:31:01,019 - 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-155-generic (buildd@lgw01-amd64-033) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #205-Ubuntu SMP Fri Aug 10 15:53:26 UTC 2018 (Ubuntu 3.13.0-155.205-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-155-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-155-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: 2039688K/2096616K available (7492K kernel code, 1163K rwdata, 3440K rodata, 1368K init, 1448K bss, 56928K 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.008106] Security Framework initialized [ 0.009336] AppArmor: AppArmor initialized [ 0.010475] Yama: becoming mindful. [ 0.012250] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.016383] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.019035] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.020005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.022252] Initializing cgroup subsys memory [ 0.024027] Initializing cgroup subsys devices [ 0.025236] Initializing cgroup subsys freezer [ 0.026447] Initializing cgroup subsys blkio [ 0.027617] Initializing cgroup subsys perf_event [ 0.028008] Initializing cgroup subsys hugetlb [ 0.029341] FEATURE SPEC_CTRL Not Present [ 0.032242] mce: CPU supports 10 MCE banks [ 0.033431] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.033431] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.036012] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.037636] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.039626] Speculative Store Bypass: Vulnerable [ 0.040530] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.047548] ACPI: Core revision 20131115 [ 0.048558] ACPI: All ACPI Tables successfully acquired [ 0.050182] ftrace: allocating 28746 entries in 113 pages [ 0.072260] smpboot: Max logical packages: 2 [ 0.073437] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.076003] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.077922] Enabling x2apic [ 0.078794] Enabled x2apic [ 0.080007] Switched APIC routing to physical x2apic. [ 0.082662] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.084002] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.086810] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.093709] KVM setup paravirtual spinlock [ 0.096945] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.098882] x86: Booting SMP configuration: [ 0.100004] .... node #0, CPUs: #1[ 0.096890] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.116018] x86: Booted up 1 node, 2 CPUs [ 0.116012] KVM setup async PF for cpu 1 [ 0.116014] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.119784] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.120415] devtmpfs: initialized [ 0.122342] EVM: security.selinux [ 0.123327] EVM: security.SMACK64 [ 0.124005] EVM: security.ima [ 0.124920] EVM: security.capability [ 0.125993] pinctrl core: initialized pinctrl subsystem [ 0.128055] regulator-dummy: no parameters [ 0.129295] RTC time: 20:27:11, date: 08/15/18 [ 0.130557] NET: Registered protocol family 16 [ 0.131899] cpuidle: using governor ladder [ 0.132004] cpuidle: using governor menu [ 0.133165] ACPI: bus type PCI registered [ 0.134284] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.136028] PCI: Using configuration type 1 for base access [ 0.138118] bio: create slab at 0 [ 0.138118] ACPI: Added _OSI(Module Device) [ 0.140003] ACPI: Added _OSI(Processor Device) [ 0.141216] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.142474] ACPI: Added _OSI(Processor Aggregator Device) [ 0.145233] ACPI: Interpreter enabled [ 0.146296] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.148738] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.151321] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.153680] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.156006] ACPI: (supports S0 S5) [ 0.160003] ACPI: Using IOAPIC for interrupt routing [ 0.161334] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.163905] ACPI: No dock devices found. [ 0.165995] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.167577] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.168007] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.169678] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.172206] acpiphp: Slot [3] registered [ 0.173325] acpiphp: Slot [4] registered [ 0.174455] acpiphp: Slot [5] registered [ 0.175572] acpiphp: Slot [6] registered [ 0.176023] acpiphp: Slot [7] registered [ 0.177135] acpiphp: Slot [8] registered [ 0.178239] acpiphp: Slot [9] registered [ 0.179358] acpiphp: Slot [10] registered [ 0.180020] acpiphp: Slot [11] registered [ 0.181150] acpiphp: Slot [12] registered [ 0.182281] acpiphp: Slot [13] registered [ 0.183421] acpiphp: Slot [14] registered [ 0.184020] acpiphp: Slot [15] registered [ 0.185164] acpiphp: Slot [16] registered [ 0.186386] acpiphp: Slot [17] registered [ 0.187513] acpiphp: Slot [18] registered [ 0.188027] acpiphp: Slot [19] registered [ 0.189175] acpiphp: Slot [20] registered [ 0.190316] acpiphp: Slot [21] registered [ 0.191456] acpiphp: Slot [22] registered [ 0.192020] acpiphp: Slot [23] registered [ 0.193169] acpiphp: Slot [24] registered [ 0.194300] acpiphp: Slot [25] registered [ 0.195430] acpiphp: Slot [26] registered [ 0.196020] acpiphp: Slot [27] registered [ 0.197157] acpiphp: Slot [28] registered [ 0.198282] acpiphp: Slot [29] registered [ 0.199419] acpiphp: Slot [30] registered [ 0.200028] acpiphp: Slot [31] registered [ 0.201153] PCI host bridge to bus 0000:00 [ 0.202283] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.203706] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.204004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.205569] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.207254] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.208003] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.215404] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.216014] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.242589] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.244564] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.246554] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.248537] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.250602] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.252221] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.253996] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.253996] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.256004] vgaarb: loaded [ 0.256851] vgaarb: bridge control possible 0000:00:02.0 [ 0.258504] SCSI subsystem initialized [ 0.259740] ACPI: bus type USB registered [ 0.260031] usbcore: registered new interface driver usbfs [ 0.261464] usbcore: registered new interface driver hub [ 0.262890] usbcore: registered new device driver usb [ 0.264117] PCI: Using ACPI for IRQ routing [ 0.265563] NetLabel: Initializing [ 0.266574] NetLabel: domain hash size = 128 [ 0.267767] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.268065] NetLabel: unlabeled traffic allowed by default [ 0.269514] Switched to clocksource kvm-clock [ 0.277200] AppArmor: AppArmor Filesystem Enabled [ 0.278522] pnp: PnP ACPI init [ 0.279459] ACPI: bus type PNP registered [ 0.281044] pnp: PnP ACPI: found 8 devices [ 0.282190] ACPI: bus type PNP unregistered [ 0.289689] NET: Registered protocol family 2 [ 0.291177] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.293302] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.295192] TCP: Hash tables configured (established 16384 bind 16384) [ 0.296969] TCP: reno registered [ 0.297924] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.299471] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.301196] NET: Registered protocol family 1 [ 0.302418] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.303943] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.305436] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.327969] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.350648] Trying to unpack rootfs image as initramfs... [ 0.453190] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.455495] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.457011] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.459050] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.462092] Scanning for low memory corruption every 60 seconds [ 0.464447] Initialise system trusted keyring [ 0.466051] audit: initializing netlink socket (disabled) [ 0.467885] type=2000 audit(1534364831.701:1): initialized [ 0.488781] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.491863] zbud: loaded [ 0.493140] VFS: Disk quotas dquot_6.5.2 [ 0.494642] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.497221] fuse init (API version 7.22) [ 0.498734] msgmni has been set to 3997 [ 0.500194] Key type big_key registered [ 0.502033] Key type asymmetric registered [ 0.503545] Asymmetric key parser 'x509' registered [ 0.505292] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.507915] io scheduler noop registered [ 0.509356] io scheduler deadline registered (default) [ 0.511093] io scheduler cfq registered [ 0.512565] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.514479] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.516729] ipmi message handler version 39.2 [ 0.518350] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.520935] ACPI: Power Button [PWRF] [ 0.522390] GHES: HEST is not enabled! [ 0.544858] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.590233] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.613936] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.616443] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.641284] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.644836] Linux agpgart interface v0.103 [ 0.647364] brd: module loaded [ 0.649078] loop: module loaded [ 0.650657] blk-mq: CPU -> queue map [ 0.652017] CPU 0 -> Queue 0 [ 0.653198] CPU 1 -> Queue 0 [ 0.655193] vda: vda1 [ 0.656705] scsi0 : ata_piix [ 0.657713] scsi1 : ata_piix [ 0.658633] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.660320] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.662209] libphy: Fixed MDIO Bus: probed [ 0.663440] tun: Universal TUN/TAP device driver, 1.6 [ 0.664793] tun: (C) 1999-2004 Max Krasnyansky [ 0.668050] PPP generic driver version 2.4.2 [ 0.669265] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.670858] ehci-pci: EHCI PCI platform driver [ 0.672049] ehci-platform: EHCI generic platform driver [ 0.673391] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.674937] ohci-pci: OHCI PCI platform driver [ 0.676141] ohci-platform: OHCI generic platform driver [ 0.677500] uhci_hcd: USB Universal Host Controller Interface driver [ 0.699950] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.701312] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.703371] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.704944] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.706610] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.708547] usb usb1: Product: UHCI Host Controller [ 0.709815] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd [ 0.711390] usb usb1: SerialNumber: 0000:00:01.2 [ 0.712688] hub 1-0:1.0: USB hub found [ 0.713768] hub 1-0:1.0: 2 ports detected [ 0.715006] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.717825] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.719119] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.720560] mousedev: PS/2 mouse device common for all mice [ 0.722256] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.724616] rtc_cmos 00:00: RTC can wake from S4 [ 0.726169] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.727788] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.729474] device-mapper: uevent: version 1.0.3 [ 0.730785] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.733032] ledtrig-cpu: registered to indicate activity on CPUs [ 0.734637] TCP: cubic registered [ 0.735699] NET: Registered protocol family 10 [ 0.737225] NET: Registered protocol family 17 [ 0.738446] Key type dns_resolver registered [ 0.739802] Loading compiled-in X.509 certificates [ 0.741621] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b' [ 0.751227] registered taskstats version 1 [ 0.754184] Key type trusted registered [ 0.757971] Key type encrypted registered [ 0.759092] AppArmor: AppArmor sha1 policy hashing enabled [ 0.760498] IMA: No TPM chip found, activating TPM-bypass! [ 0.762459] regulator-dummy: disabling [ 0.763597] Magic number: 14:188:498 [ 0.764794] rtc_cmos 00:00: setting system clock to 2018-08-15 20:27:12 UTC (1534364832) [ 0.767033] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.768557] EDD information not available. [ 0.817412] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.819593] Write protecting the kernel read-only data: 12288k [ 0.821720] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000) [ 0.825115] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000) Loading, please wait... [ 0.838303] systemd-udevd[107]: starting version 204 [ 0.880864] FDC 0 is a S82078B [ 1.024046] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.188789] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.190538] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.192360] usb 1-1: Product: QEMU USB Tablet [ 1.193588] usb 1-1: Manufacturer: QEMU [ 1.194687] usb 1-1: SerialNumber: 42 [ 1.452077] tsc: Refined TSC clocksource calibration: 3491.871 MHz [ 1.893036] 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.236554] 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.534411] random: init urandom read with 10 bits of entropy available [ 2.652842] 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 Wed, 15 Aug 2018 20:27:14 +0000. Up 3.17 seconds. cloud-init-nonet[3.34]: 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 Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[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 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 configure network device[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[4.46]: 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 Wed, 15 Aug 2018 20:27:16 +0000. Up 4.71 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:27:5d:15 | ci-info: | eth0 | True | 192.168.0.10 | 255.255.255.0 | fa:16:3e:64:be:e5 | 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: b9:a8:5a:f7:52:2f:b6:57:37:93:46:52:71:37:e2:0b root@homer-0 The key's randomart image is: +--[ RSA 2048]----+ | ..oo| | . o.o| | E o | | . o o | | S + . | | ... . * | | . o... . o o | | . o..o o | | ... oo+ | +-----------------+ 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: 68:2f:42:6b:a2:79:09:cb:ea:ee:2e:54:ee:9c:65:d2 root@homer-0 The key's randomart image is: +--[ DSA 1024]----+ | | | | | | | . . | | o o o S | |.. + E . | |oo+.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: 36:3a:40:d4:de:8a:4c:57:31:ba:df:da:6d:25:4b:ea root@homer-0 The key's randomart image is: +--[ECDSA 256]---+ | .. o. | | . .... | | ...o | | .. o.. | | o.o..S | | o..+ o o . | | 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: 4d:f1:20:da:01:74:a6:fe:cd:da:9a:4e:d2:45:dd:22 root@homer-0 The key's randomart image is: +--[ED25519 256--+ | .o.= o | | * o = . | | o . E + . | | . + . . | | . S o | | o + | | . + 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 D-Bus system message bus[74G[ OK ] * Starting SystemD login management service[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 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 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 Wed, 15 Aug 2018 20:29:20 +0000. Up 128.93 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Wed, 15 Aug 2018 20:30:21 +0000. Up 189.66 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 2018-08-15 20:31:01,020 - functest.core.singlevm - DEBUG - try 20: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-15 20:31:11,031 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:31:11,034 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" 2018-08-15 20:31:11,494 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:31: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-a3fa1de4-dd62-4bc5-a6c8-cf8d74bc8f16 x-compute-request-id: req-a3fa1de4-dd62-4bc5-a6c8-cf8d74bc8f16 Content-Encoding: gzip Content-Length: 1508 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:64:be:e5", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:64:be:e5", "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:27:5d:15", "version": 4, "addr": "192.168.1.2", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:27:5d:15", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/862ca86b-06ec-4d59-ae70-d91b3227a810", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/862ca86b-06ec-4d59-ae70-d91b3227a810", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:27:10.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "862ca86b-06ec-4d59-ae70-d91b3227a810", "security_groups": [{"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:27:10Z", "hostId": "019940e19a7b1ae7bcf66d3fa083c7498a80fd0bd54c47880af1a37a", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "homer-0.clearwater.opnfv", "created": "2018-08-15T20:26:30Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:40:77:5b", "version": 4, "addr": "192.168.0.18", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:40:77:5b", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d1:da:9d", "version": 4, "addr": "192.168.1.29", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d1:da:9d", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e6950a11-a5a7-4554-9dbb-df77b86ba400", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e6950a11-a5a7-4554-9dbb-df77b86ba400", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:27:22.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "e6950a11-a5a7-4554-9dbb-df77b86ba400", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:27:22Z", "hostId": "b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "bono-0.clearwater.opnfv", "created": "2018-08-15T20:26:30Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:51:74", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:51:74", "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:66:5e:3a", "version": 4, "addr": "192.168.1.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/ffc54980-6efe-4637-8bb5-39036958536d", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/ffc54980-6efe-4637-8bb5-39036958536d", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:27:20.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "ffc54980-6efe-4637-8bb5-39036958536d", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-mgmt"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:27:20Z", "hostId": "b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "dime-0.clearwater.opnfv", "created": "2018-08-15T20:26:30Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:a0:d6:2a", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:d6:2a", "version": 4, "addr": "172.30.9.213", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:0c:21", "version": 4, "addr": "192.168.1.21", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/59e09722-d046-47e2-8d46-98d35b577bb4", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/59e09722-d046-47e2-8d46-98d35b577bb4", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:27:18.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "59e09722-d046-47e2-8d46-98d35b577bb4", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:27:18Z", "hostId": "b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-15T20:26:29Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:67:a8:44", "version": 4, "addr": "192.168.0.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:67:a8:44", "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:5b:b2:38", "version": 4, "addr": "192.168.1.3", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/a76c441e-39fd-4d5f-93ae-d1b09ddfc9da", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/a76c441e-39fd-4d5f-93ae-d1b09ddfc9da", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:27:12.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "a76c441e-39fd-4d5f-93ae-d1b09ddfc9da", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:27:12Z", "hostId": "b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-15T20:26:29Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:9f:75:cc", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:75:cc", "version": 4, "addr": "172.30.9.217", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e0dd32cc-fa1d-4798-8b82-04894a6f8bfa", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e0dd32cc-fa1d-4798-8b82-04894a6f8bfa", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:26:06.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "e0dd32cc-fa1d-4798-8b82-04894a6f8bfa", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:26:06Z", "hostId": "019940e19a7b1ae7bcf66d3fa083c7498a80fd0bd54c47880af1a37a", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-15T20:24:22Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:e5:cc:ec", "version": 4, "addr": "192.168.0.2", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e5:cc:ec", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:01:52:92", "version": 4, "addr": "192.168.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/99cb71c2-331c-48dd-b548-d074f602efeb", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/99cb71c2-331c-48dd-b548-d074f602efeb", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:24:12.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "99cb71c2-331c-48dd-b548-d074f602efeb", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:24:12Z", "hostId": "b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "ns.clearwater.opnfv", "created": "2018-08-15T20:22:28Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:31:11,494 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-a3fa1de4-dd62-4bc5-a6c8-cf8d74bc8f16 2018-08-15 20:31:11,495 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.463725090027s 2018-08-15 20:31:11,495 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-a3fa1de4-dd62-4bc5-a6c8-cf8d74bc8f16 2018-08-15 20:31:11,502 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-15 20:31:11,504 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/862ca86b-06ec-4d59-ae70-d91b3227a810/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}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-15 20:31:11,576 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:31: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-fab33a8c-8788-41b1-86c0-65fef98b5546 x-compute-request-id: req-fab33a8c-8788-41b1-86c0-65fef98b5546 Content-Encoding: gzip Content-Length: 10092 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.13.0-155-generic (buildd@lgw01-amd64-033) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #205-Ubuntu SMP Fri Aug 10 15:53:26 UTC 2018 (Ubuntu 3.13.0-155.205-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-155-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-155-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: 2039688K/2096616K available (7492K kernel code, 1163K rwdata, 3440K rodata, 1368K init, 1448K bss, 56928K 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.008106] Security Framework initialized\n[ 0.009336] AppArmor: AppArmor initialized\n[ 0.010475] Yama: becoming mindful.\n[ 0.012250] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.016383] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.019035] 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.022252] Initializing cgroup subsys memory\n[ 0.024027] Initializing cgroup subsys devices\n[ 0.025236] Initializing cgroup subsys freezer\n[ 0.026447] Initializing cgroup subsys blkio\n[ 0.027617] Initializing cgroup subsys perf_event\n[ 0.028008] Initializing cgroup subsys hugetlb\n[ 0.029341] FEATURE SPEC_CTRL Not Present\n[ 0.032242] mce: CPU supports 10 MCE banks\n[ 0.033431] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.033431] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.036012] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.037636] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.039626] Speculative Store Bypass: Vulnerable\n[ 0.040530] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.047548] ACPI: Core revision 20131115\n[ 0.048558] ACPI: All ACPI Tables successfully acquired\n[ 0.050182] ftrace: allocating 28746 entries in 113 pages\n[ 0.072260] smpboot: Max logical packages: 2\n[ 0.073437] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.076003] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.077922] Enabling x2apic\n[ 0.078794] Enabled x2apic\n[ 0.080007] Switched APIC routing to physical x2apic.\n[ 0.082662] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.084002] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.086810] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.093709] KVM setup paravirtual spinlock\n[ 0.096945] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.098882] x86: Booting SMP configuration:\n[ 0.100004] .... node #0, CPUs: #1[ 0.096890] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.116018] x86: Booted up 1 node, 2 CPUs\n[ 0.116012] KVM setup async PF for cpu 1\n[ 0.116014] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.119784] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.120415] devtmpfs: initialized\n[ 0.122342] EVM: security.selinux\n[ 0.123327] EVM: security.SMACK64\n[ 0.124005] EVM: security.ima\n[ 0.124920] EVM: security.capability\n[ 0.125993] pinctrl core: initialized pinctrl subsystem\n[ 0.128055] regulator-dummy: no parameters\n[ 0.129295] RTC time: 20:27:11, date: 08/15/18\n[ 0.130557] NET: Registered protocol family 16\n[ 0.131899] cpuidle: using governor ladder\n[ 0.132004] cpuidle: using governor menu\n[ 0.133165] ACPI: bus type PCI registered\n[ 0.134284] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.136028] PCI: Using configuration type 1 for base access\n[ 0.138118] bio: create slab at 0\n[ 0.138118] ACPI: Added _OSI(Module Device)\n[ 0.140003] ACPI: Added _OSI(Processor Device)\n[ 0.141216] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.142474] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.145233] ACPI: Interpreter enabled\n[ 0.146296] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.148738] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.151321] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.153680] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.156006] ACPI: (supports S0 S5)\n[ 0.160003] ACPI: Using IOAPIC for interrupt routing\n[ 0.161334] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.163905] ACPI: No dock devices found.\n[ 0.165995] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.167577] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.168007] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.169678] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.172206] acpiphp: Slot [3] registered\n[ 0.173325] acpiphp: Slot [4] registered\n[ 0.174455] acpiphp: Slot [5] registered\n[ 0.175572] acpiphp: Slot [6] registered\n[ 0.176023] acpiphp: Slot [7] registered\n[ 0.177135] acpiphp: Slot [8] registered\n[ 0.178239] acpiphp: Slot [9] registered\n[ 0.179358] acpiphp: Slot [10] registered\n[ 0.180020] acpiphp: Slot [11] registered\n[ 0.181150] acpiphp: Slot [12] registered\n[ 0.182281] acpiphp: Slot [13] registered\n[ 0.183421] acpiphp: Slot [14] registered\n[ 0.184020] acpiphp: Slot [15] registered\n[ 0.185164] acpiphp: Slot [16] registered\n[ 0.186386] acpiphp: Slot [17] registered\n[ 0.187513] acpiphp: Slot [18] registered\n[ 0.188027] acpiphp: Slot [19] registered\n[ 0.189175] acpiphp: Slot [20] registered\n[ 0.190316] acpiphp: Slot [21] registered\n[ 0.191456] acpiphp: Slot [22] registered\n[ 0.192020] acpiphp: Slot [23] registered\n[ 0.193169] acpiphp: Slot [24] registered\n[ 0.194300] acpiphp: Slot [25] registered\n[ 0.195430] acpiphp: Slot [26] registered\n[ 0.196020] acpiphp: Slot [27] registered\n[ 0.197157] acpiphp: Slot [28] registered\n[ 0.198282] acpiphp: Slot [29] registered\n[ 0.199419] acpiphp: Slot [30] registered\n[ 0.200028] acpiphp: Slot [31] registered\n[ 0.201153] PCI host bridge to bus 0000:00\n[ 0.202283] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.203706] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.204004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.205569] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.207254] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.208003] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.215404] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.216014] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.242589] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.244564] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.246554] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.248537] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.250602] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.252221] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.253996] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.253996] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.256004] vgaarb: loaded\n[ 0.256851] vgaarb: bridge control possible 0000:00:02.0\n[ 0.258504] SCSI subsystem initialized\n[ 0.259740] ACPI: bus type USB registered\n[ 0.260031] usbcore: registered new interface driver usbfs\n[ 0.261464] usbcore: registered new interface driver hub\n[ 0.262890] usbcore: registered new device driver usb\n[ 0.264117] PCI: Using ACPI for IRQ routing\n[ 0.265563] NetLabel: Initializing\n[ 0.266574] NetLabel: domain hash size = 128\n[ 0.267767] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.268065] NetLabel: unlabeled traffic allowed by default\n[ 0.269514] Switched to clocksource kvm-clock\n[ 0.277200] AppArmor: AppArmor Filesystem Enabled\n[ 0.278522] pnp: PnP ACPI init\n[ 0.279459] ACPI: bus type PNP registered\n[ 0.281044] pnp: PnP ACPI: found 8 devices\n[ 0.282190] ACPI: bus type PNP unregistered\n[ 0.289689] NET: Registered protocol family 2\n[ 0.291177] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.293302] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.295192] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.296969] TCP: reno registered\n[ 0.297924] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.299471] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.301196] NET: Registered protocol family 1\n[ 0.302418] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.303943] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.305436] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.327969] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.350648] Trying to unpack rootfs image as initramfs...\n[ 0.453190] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.455495] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.457011] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.459050] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.462092] Scanning for low memory corruption every 60 seconds\n[ 0.464447] Initialise system trusted keyring\n[ 0.466051] audit: initializing netlink socket (disabled)\n[ 0.467885] type=2000 audit(1534364831.701:1): initialized\n[ 0.488781] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.491863] zbud: loaded\n[ 0.493140] VFS: Disk quotas dquot_6.5.2\n[ 0.494642] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.497221] fuse init (API version 7.22)\n[ 0.498734] msgmni has been set to 3997\n[ 0.500194] Key type big_key registered\n[ 0.502033] Key type asymmetric registered\n[ 0.503545] Asymmetric key parser 'x509' registered\n[ 0.505292] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.507915] io scheduler noop registered\n[ 0.509356] io scheduler deadline registered (default)\n[ 0.511093] io scheduler cfq registered\n[ 0.512565] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.514479] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516729] ipmi message handler version 39.2\n[ 0.518350] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.520935] ACPI: Power Button [PWRF]\n[ 0.522390] GHES: HEST is not enabled!\n[ 0.544858] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.590233] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.613936] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.616443] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.641284] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.644836] Linux agpgart interface v0.103\n[ 0.647364] brd: module loaded\n[ 0.649078] loop: module loaded\n[ 0.650657] blk-mq: CPU -> queue map\n[ 0.652017] CPU 0 -> Queue 0\n[ 0.653198] CPU 1 -> Queue 0\n[ 0.655193] vda: vda1\n[ 0.656705] scsi0 : ata_piix\n[ 0.657713] scsi1 : ata_piix\n[ 0.658633] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.660320] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.662209] libphy: Fixed MDIO Bus: probed\n[ 0.663440] tun: Universal TUN/TAP device driver, 1.6\n[ 0.664793] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.668050] PPP generic driver version 2.4.2\n[ 0.669265] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.670858] ehci-pci: EHCI PCI platform driver\n[ 0.672049] ehci-platform: EHCI generic platform driver\n[ 0.673391] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.674937] ohci-pci: OHCI PCI platform driver\n[ 0.676141] ohci-platform: OHCI generic platform driver\n[ 0.677500] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.699950] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.701312] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.703371] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.704944] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.706610] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.708547] usb usb1: Product: UHCI Host Controller\n[ 0.709815] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd\n[ 0.711390] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.712688] hub 1-0:1.0: USB hub found\n[ 0.713768] hub 1-0:1.0: 2 ports detected\n[ 0.715006] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.717825] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.719119] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.720560] mousedev: PS/2 mouse device common for all mice\n[ 0.722256] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.724616] rtc_cmos 00:00: RTC can wake from S4\n[ 0.726169] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.727788] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.729474] device-mapper: uevent: version 1.0.3\n[ 0.730785] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.733032] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.734637] TCP: cubic registered\n[ 0.735699] NET: Registered protocol family 10\n[ 0.737225] NET: Registered protocol family 17\n[ 0.738446] Key type dns_resolver registered\n[ 0.739802] Loading compiled-in X.509 certificates\n[ 0.741621] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b'\n[ 0.751227] registered taskstats version 1\n[ 0.754184] Key type trusted registered\n[ 0.757971] Key type encrypted registered\n[ 0.759092] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.760498] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.762459] regulator-dummy: disabling\n[ 0.763597] Magic number: 14:188:498\n[ 0.764794] rtc_cmos 00:00: setting system clock to 2018-08-15 20:27:12 UTC (1534364832)\n[ 0.767033] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.768557] EDD information not available.\n[ 0.817412] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.819593] Write protecting the kernel read-only data: 12288k\n[ 0.821720] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000)\n[ 0.825115] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000)\nLoading, please wait...\n[ 0.838303] systemd-udevd[107]: starting version 204\n[ 0.880864] FDC 0 is a S82078B\n[ 1.024046] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.188789] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.190538] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.192360] usb 1-1: Product: QEMU USB Tablet\n[ 1.193588] usb 1-1: Manufacturer: QEMU\n[ 1.194687] usb 1-1: SerialNumber: 42\n[ 1.452077] tsc: Refined TSC clocksource calibration: 3491.871 MHz\n[ 1.893036] 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.236554] 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.534411] random: init urandom read with 10 bits of entropy available\n[ 2.652842] 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 Wed, 15 Aug 2018 20:27:14 +0000. Up 3.17 seconds.\ncloud-init-nonet[3.34]: 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 Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[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 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 configure network device[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[4.46]: 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 Wed, 15 Aug 2018 20:27:16 +0000. Up 4.71 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:27:5d:15 |\nci-info: | eth0 | True | 192.168.0.10 | 255.255.255.0 | fa:16:3e:64:be:e5 |\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:\nb9:a8:5a:f7:52:2f:b6:57:37:93:46:52:71:37:e2:0b root@homer-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| ..oo|\n| . o.o|\n| E o |\n| . o o |\n| S + . |\n| ... . * |\n| . o... . o o |\n| . o..o o |\n| ... oo+ |\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:\n68:2f:42:6b:a2:79:09:cb:ea:ee:2e:54:ee:9c:65:d2 root@homer-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| |\n| |\n| |\n| . . |\n| o o o S |\n|.. + E . |\n|oo+.O . . |\n|o+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:\n36:3a:40:d4:de:8a:4c:57:31:ba:df:da:6d:25:4b:ea root@homer-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| .. o. |\n| . .... |\n| ...o |\n| .. o.. |\n| o.o..S |\n| o..+ o o . |\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:\n4d:f1:20:da:01:74:a6:fe:cd:da:9a:4e:d2:45:dd:22 root@homer-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| .o.= o |\n| * o = . |\n| o . E + . |\n| . + . . |\n| . S o |\n| o + |\n| . + o |\n| o + |\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 * 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 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 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 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 Wed, 15 Aug 2018 20:29:20 +0000. Up 128.93 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Wed, 15 Aug 2018 20:30:21 +0000. Up 189.66 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\n"} 2018-08-15 20:31:11,577 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/862ca86b-06ec-4d59-ae70-d91b3227a810/action used request id req-fab33a8c-8788-41b1-86c0-65fef98b5546 2018-08-15 20:31:11,577 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0751609802246s 2018-08-15 20:31:11,578 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/862ca86b-06ec-4d59-ae70-d91b3227a810/action used request id req-fab33a8c-8788-41b1-86c0-65fef98b5546 2018-08-15 20:31:11,578 - 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-155-generic (buildd@lgw01-amd64-033) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #205-Ubuntu SMP Fri Aug 10 15:53:26 UTC 2018 (Ubuntu 3.13.0-155.205-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-155-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-155-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: 2039688K/2096616K available (7492K kernel code, 1163K rwdata, 3440K rodata, 1368K init, 1448K bss, 56928K 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.008106] Security Framework initialized [ 0.009336] AppArmor: AppArmor initialized [ 0.010475] Yama: becoming mindful. [ 0.012250] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.016383] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.019035] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.020005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.022252] Initializing cgroup subsys memory [ 0.024027] Initializing cgroup subsys devices [ 0.025236] Initializing cgroup subsys freezer [ 0.026447] Initializing cgroup subsys blkio [ 0.027617] Initializing cgroup subsys perf_event [ 0.028008] Initializing cgroup subsys hugetlb [ 0.029341] FEATURE SPEC_CTRL Not Present [ 0.032242] mce: CPU supports 10 MCE banks [ 0.033431] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.033431] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.036012] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.037636] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.039626] Speculative Store Bypass: Vulnerable [ 0.040530] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.047548] ACPI: Core revision 20131115 [ 0.048558] ACPI: All ACPI Tables successfully acquired [ 0.050182] ftrace: allocating 28746 entries in 113 pages [ 0.072260] smpboot: Max logical packages: 2 [ 0.073437] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.076003] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.077922] Enabling x2apic [ 0.078794] Enabled x2apic [ 0.080007] Switched APIC routing to physical x2apic. [ 0.082662] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.084002] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.086810] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.093709] KVM setup paravirtual spinlock [ 0.096945] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.098882] x86: Booting SMP configuration: [ 0.100004] .... node #0, CPUs: #1[ 0.096890] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.116018] x86: Booted up 1 node, 2 CPUs [ 0.116012] KVM setup async PF for cpu 1 [ 0.116014] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.119784] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.120415] devtmpfs: initialized [ 0.122342] EVM: security.selinux [ 0.123327] EVM: security.SMACK64 [ 0.124005] EVM: security.ima [ 0.124920] EVM: security.capability [ 0.125993] pinctrl core: initialized pinctrl subsystem [ 0.128055] regulator-dummy: no parameters [ 0.129295] RTC time: 20:27:11, date: 08/15/18 [ 0.130557] NET: Registered protocol family 16 [ 0.131899] cpuidle: using governor ladder [ 0.132004] cpuidle: using governor menu [ 0.133165] ACPI: bus type PCI registered [ 0.134284] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.136028] PCI: Using configuration type 1 for base access [ 0.138118] bio: create slab at 0 [ 0.138118] ACPI: Added _OSI(Module Device) [ 0.140003] ACPI: Added _OSI(Processor Device) [ 0.141216] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.142474] ACPI: Added _OSI(Processor Aggregator Device) [ 0.145233] ACPI: Interpreter enabled [ 0.146296] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.148738] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.151321] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.153680] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.156006] ACPI: (supports S0 S5) [ 0.160003] ACPI: Using IOAPIC for interrupt routing [ 0.161334] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.163905] ACPI: No dock devices found. [ 0.165995] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.167577] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.168007] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.169678] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.172206] acpiphp: Slot [3] registered [ 0.173325] acpiphp: Slot [4] registered [ 0.174455] acpiphp: Slot [5] registered [ 0.175572] acpiphp: Slot [6] registered [ 0.176023] acpiphp: Slot [7] registered [ 0.177135] acpiphp: Slot [8] registered [ 0.178239] acpiphp: Slot [9] registered [ 0.179358] acpiphp: Slot [10] registered [ 0.180020] acpiphp: Slot [11] registered [ 0.181150] acpiphp: Slot [12] registered [ 0.182281] acpiphp: Slot [13] registered [ 0.183421] acpiphp: Slot [14] registered [ 0.184020] acpiphp: Slot [15] registered [ 0.185164] acpiphp: Slot [16] registered [ 0.186386] acpiphp: Slot [17] registered [ 0.187513] acpiphp: Slot [18] registered [ 0.188027] acpiphp: Slot [19] registered [ 0.189175] acpiphp: Slot [20] registered [ 0.190316] acpiphp: Slot [21] registered [ 0.191456] acpiphp: Slot [22] registered [ 0.192020] acpiphp: Slot [23] registered [ 0.193169] acpiphp: Slot [24] registered [ 0.194300] acpiphp: Slot [25] registered [ 0.195430] acpiphp: Slot [26] registered [ 0.196020] acpiphp: Slot [27] registered [ 0.197157] acpiphp: Slot [28] registered [ 0.198282] acpiphp: Slot [29] registered [ 0.199419] acpiphp: Slot [30] registered [ 0.200028] acpiphp: Slot [31] registered [ 0.201153] PCI host bridge to bus 0000:00 [ 0.202283] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.203706] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.204004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.205569] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.207254] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.208003] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.215404] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.216014] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.242589] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.244564] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.246554] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.248537] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.250602] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.252221] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.253996] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.253996] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.256004] vgaarb: loaded [ 0.256851] vgaarb: bridge control possible 0000:00:02.0 [ 0.258504] SCSI subsystem initialized [ 0.259740] ACPI: bus type USB registered [ 0.260031] usbcore: registered new interface driver usbfs [ 0.261464] usbcore: registered new interface driver hub [ 0.262890] usbcore: registered new device driver usb [ 0.264117] PCI: Using ACPI for IRQ routing [ 0.265563] NetLabel: Initializing [ 0.266574] NetLabel: domain hash size = 128 [ 0.267767] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.268065] NetLabel: unlabeled traffic allowed by default [ 0.269514] Switched to clocksource kvm-clock [ 0.277200] AppArmor: AppArmor Filesystem Enabled [ 0.278522] pnp: PnP ACPI init [ 0.279459] ACPI: bus type PNP registered [ 0.281044] pnp: PnP ACPI: found 8 devices [ 0.282190] ACPI: bus type PNP unregistered [ 0.289689] NET: Registered protocol family 2 [ 0.291177] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.293302] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.295192] TCP: Hash tables configured (established 16384 bind 16384) [ 0.296969] TCP: reno registered [ 0.297924] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.299471] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.301196] NET: Registered protocol family 1 [ 0.302418] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.303943] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.305436] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.327969] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.350648] Trying to unpack rootfs image as initramfs... [ 0.453190] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.455495] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.457011] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.459050] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.462092] Scanning for low memory corruption every 60 seconds [ 0.464447] Initialise system trusted keyring [ 0.466051] audit: initializing netlink socket (disabled) [ 0.467885] type=2000 audit(1534364831.701:1): initialized [ 0.488781] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.491863] zbud: loaded [ 0.493140] VFS: Disk quotas dquot_6.5.2 [ 0.494642] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.497221] fuse init (API version 7.22) [ 0.498734] msgmni has been set to 3997 [ 0.500194] Key type big_key registered [ 0.502033] Key type asymmetric registered [ 0.503545] Asymmetric key parser 'x509' registered [ 0.505292] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.507915] io scheduler noop registered [ 0.509356] io scheduler deadline registered (default) [ 0.511093] io scheduler cfq registered [ 0.512565] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.514479] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.516729] ipmi message handler version 39.2 [ 0.518350] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.520935] ACPI: Power Button [PWRF] [ 0.522390] GHES: HEST is not enabled! [ 0.544858] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.590233] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.613936] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.616443] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.641284] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.644836] Linux agpgart interface v0.103 [ 0.647364] brd: module loaded [ 0.649078] loop: module loaded [ 0.650657] blk-mq: CPU -> queue map [ 0.652017] CPU 0 -> Queue 0 [ 0.653198] CPU 1 -> Queue 0 [ 0.655193] vda: vda1 [ 0.656705] scsi0 : ata_piix [ 0.657713] scsi1 : ata_piix [ 0.658633] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.660320] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.662209] libphy: Fixed MDIO Bus: probed [ 0.663440] tun: Universal TUN/TAP device driver, 1.6 [ 0.664793] tun: (C) 1999-2004 Max Krasnyansky [ 0.668050] PPP generic driver version 2.4.2 [ 0.669265] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.670858] ehci-pci: EHCI PCI platform driver [ 0.672049] ehci-platform: EHCI generic platform driver [ 0.673391] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.674937] ohci-pci: OHCI PCI platform driver [ 0.676141] ohci-platform: OHCI generic platform driver [ 0.677500] uhci_hcd: USB Universal Host Controller Interface driver [ 0.699950] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.701312] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.703371] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.704944] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.706610] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.708547] usb usb1: Product: UHCI Host Controller [ 0.709815] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd [ 0.711390] usb usb1: SerialNumber: 0000:00:01.2 [ 0.712688] hub 1-0:1.0: USB hub found [ 0.713768] hub 1-0:1.0: 2 ports detected [ 0.715006] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.717825] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.719119] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.720560] mousedev: PS/2 mouse device common for all mice [ 0.722256] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.724616] rtc_cmos 00:00: RTC can wake from S4 [ 0.726169] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.727788] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.729474] device-mapper: uevent: version 1.0.3 [ 0.730785] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.733032] ledtrig-cpu: registered to indicate activity on CPUs [ 0.734637] TCP: cubic registered [ 0.735699] NET: Registered protocol family 10 [ 0.737225] NET: Registered protocol family 17 [ 0.738446] Key type dns_resolver registered [ 0.739802] Loading compiled-in X.509 certificates [ 0.741621] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b' [ 0.751227] registered taskstats version 1 [ 0.754184] Key type trusted registered [ 0.757971] Key type encrypted registered [ 0.759092] AppArmor: AppArmor sha1 policy hashing enabled [ 0.760498] IMA: No TPM chip found, activating TPM-bypass! [ 0.762459] regulator-dummy: disabling [ 0.763597] Magic number: 14:188:498 [ 0.764794] rtc_cmos 00:00: setting system clock to 2018-08-15 20:27:12 UTC (1534364832) [ 0.767033] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.768557] EDD information not available. [ 0.817412] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.819593] Write protecting the kernel read-only data: 12288k [ 0.821720] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000) [ 0.825115] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000) Loading, please wait... [ 0.838303] systemd-udevd[107]: starting version 204 [ 0.880864] FDC 0 is a S82078B [ 1.024046] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.188789] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.190538] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.192360] usb 1-1: Product: QEMU USB Tablet [ 1.193588] usb 1-1: Manufacturer: QEMU [ 1.194687] usb 1-1: SerialNumber: 42 [ 1.452077] tsc: Refined TSC clocksource calibration: 3491.871 MHz [ 1.893036] 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.236554] 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.534411] random: init urandom read with 10 bits of entropy available [ 2.652842] 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 Wed, 15 Aug 2018 20:27:14 +0000. Up 3.17 seconds. cloud-init-nonet[3.34]: 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 Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[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 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 configure network device[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[4.46]: 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 Wed, 15 Aug 2018 20:27:16 +0000. Up 4.71 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:27:5d:15 | ci-info: | eth0 | True | 192.168.0.10 | 255.255.255.0 | fa:16:3e:64:be:e5 | 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: b9:a8:5a:f7:52:2f:b6:57:37:93:46:52:71:37:e2:0b root@homer-0 The key's randomart image is: +--[ RSA 2048]----+ | ..oo| | . o.o| | E o | | . o o | | S + . | | ... . * | | . o... . o o | | . o..o o | | ... oo+ | +-----------------+ 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: 68:2f:42:6b:a2:79:09:cb:ea:ee:2e:54:ee:9c:65:d2 root@homer-0 The key's randomart image is: +--[ DSA 1024]----+ | | | | | | | . . | | o o o S | |.. + E . | |oo+.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: 36:3a:40:d4:de:8a:4c:57:31:ba:df:da:6d:25:4b:ea root@homer-0 The key's randomart image is: +--[ECDSA 256]---+ | .. o. | | . .... | | ...o | | .. o.. | | o.o..S | | o..+ o o . | | 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: 4d:f1:20:da:01:74:a6:fe:cd:da:9a:4e:d2:45:dd:22 root@homer-0 The key's randomart image is: +--[ED25519 256--+ | .o.= o | | * o = . | | o . E + . | | . + . . | | . S o | | o + | | . + 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 D-Bus system message bus[74G[ OK ] * Starting SystemD login management service[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 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 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 Wed, 15 Aug 2018 20:29:20 +0000. Up 128.93 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Wed, 15 Aug 2018 20:30:21 +0000. Up 189.66 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 2018-08-15 20:31:11,579 - functest.core.singlevm - DEBUG - try 21: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-15 20:31:21,582 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:31:21,585 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" 2018-08-15 20:31:22,792 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:31:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d62d5df6-3aa0-4da7-babc-305640a0679c x-compute-request-id: req-d62d5df6-3aa0-4da7-babc-305640a0679c Content-Encoding: gzip Content-Length: 1508 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:64:be:e5", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:64:be:e5", "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:27:5d:15", "version": 4, "addr": "192.168.1.2", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:27:5d:15", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/862ca86b-06ec-4d59-ae70-d91b3227a810", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/862ca86b-06ec-4d59-ae70-d91b3227a810", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:27:10.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "862ca86b-06ec-4d59-ae70-d91b3227a810", "security_groups": [{"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:27:10Z", "hostId": "019940e19a7b1ae7bcf66d3fa083c7498a80fd0bd54c47880af1a37a", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "homer-0.clearwater.opnfv", "created": "2018-08-15T20:26:30Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:40:77:5b", "version": 4, "addr": "192.168.0.18", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:40:77:5b", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d1:da:9d", "version": 4, "addr": "192.168.1.29", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d1:da:9d", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e6950a11-a5a7-4554-9dbb-df77b86ba400", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e6950a11-a5a7-4554-9dbb-df77b86ba400", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:27:22.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "e6950a11-a5a7-4554-9dbb-df77b86ba400", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:27:22Z", "hostId": "b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "bono-0.clearwater.opnfv", "created": "2018-08-15T20:26:30Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:51:74", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:51:74", "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:66:5e:3a", "version": 4, "addr": "192.168.1.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/ffc54980-6efe-4637-8bb5-39036958536d", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/ffc54980-6efe-4637-8bb5-39036958536d", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:27:20.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "ffc54980-6efe-4637-8bb5-39036958536d", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-mgmt"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:27:20Z", "hostId": "b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "dime-0.clearwater.opnfv", "created": "2018-08-15T20:26:30Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:a0:d6:2a", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:d6:2a", "version": 4, "addr": "172.30.9.213", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:0c:21", "version": 4, "addr": "192.168.1.21", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/59e09722-d046-47e2-8d46-98d35b577bb4", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/59e09722-d046-47e2-8d46-98d35b577bb4", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:27:18.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "59e09722-d046-47e2-8d46-98d35b577bb4", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:27:18Z", "hostId": "b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-15T20:26:29Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:67:a8:44", "version": 4, "addr": "192.168.0.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:67:a8:44", "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:5b:b2:38", "version": 4, "addr": "192.168.1.3", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/a76c441e-39fd-4d5f-93ae-d1b09ddfc9da", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/a76c441e-39fd-4d5f-93ae-d1b09ddfc9da", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:27:12.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "a76c441e-39fd-4d5f-93ae-d1b09ddfc9da", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:27:12Z", "hostId": "b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-15T20:26:29Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:9f:75:cc", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:75:cc", "version": 4, "addr": "172.30.9.217", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e0dd32cc-fa1d-4798-8b82-04894a6f8bfa", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e0dd32cc-fa1d-4798-8b82-04894a6f8bfa", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:26:06.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "e0dd32cc-fa1d-4798-8b82-04894a6f8bfa", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:26:06Z", "hostId": "019940e19a7b1ae7bcf66d3fa083c7498a80fd0bd54c47880af1a37a", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-15T20:24:22Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:e5:cc:ec", "version": 4, "addr": "192.168.0.2", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e5:cc:ec", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:01:52:92", "version": 4, "addr": "192.168.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/99cb71c2-331c-48dd-b548-d074f602efeb", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/99cb71c2-331c-48dd-b548-d074f602efeb", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:24:12.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "99cb71c2-331c-48dd-b548-d074f602efeb", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:24:12Z", "hostId": "b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "ns.clearwater.opnfv", "created": "2018-08-15T20:22:28Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:31:22,793 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-d62d5df6-3aa0-4da7-babc-305640a0679c 2018-08-15 20:31:22,793 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.21041584015s 2018-08-15 20:31:22,794 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-d62d5df6-3aa0-4da7-babc-305640a0679c 2018-08-15 20:31:22,801 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-15 20:31:22,804 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/862ca86b-06ec-4d59-ae70-d91b3227a810/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}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-15 20:31:22,884 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:31: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-799675b1-f430-425c-abc4-aee2527df21b x-compute-request-id: req-799675b1-f430-425c-abc4-aee2527df21b Content-Encoding: gzip Content-Length: 10207 Content-Type: application/json RESP BODY: {"output": "[ 0.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-155-generic (buildd@lgw01-amd64-033) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #205-Ubuntu SMP Fri Aug 10 15:53:26 UTC 2018 (Ubuntu 3.13.0-155.205-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-155-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-155-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: 2039688K/2096616K available (7492K kernel code, 1163K rwdata, 3440K rodata, 1368K init, 1448K bss, 56928K 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.008106] Security Framework initialized\n[ 0.009336] AppArmor: AppArmor initialized\n[ 0.010475] Yama: becoming mindful.\n[ 0.012250] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.016383] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.019035] 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.022252] Initializing cgroup subsys memory\n[ 0.024027] Initializing cgroup subsys devices\n[ 0.025236] Initializing cgroup subsys freezer\n[ 0.026447] Initializing cgroup subsys blkio\n[ 0.027617] Initializing cgroup subsys perf_event\n[ 0.028008] Initializing cgroup subsys hugetlb\n[ 0.029341] FEATURE SPEC_CTRL Not Present\n[ 0.032242] mce: CPU supports 10 MCE banks\n[ 0.033431] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.033431] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.036012] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.037636] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.039626] Speculative Store Bypass: Vulnerable\n[ 0.040530] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.047548] ACPI: Core revision 20131115\n[ 0.048558] ACPI: All ACPI Tables successfully acquired\n[ 0.050182] ftrace: allocating 28746 entries in 113 pages\n[ 0.072260] smpboot: Max logical packages: 2\n[ 0.073437] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.076003] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.077922] Enabling x2apic\n[ 0.078794] Enabled x2apic\n[ 0.080007] Switched APIC routing to physical x2apic.\n[ 0.082662] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.084002] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.086810] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.093709] KVM setup paravirtual spinlock\n[ 0.096945] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.098882] x86: Booting SMP configuration:\n[ 0.100004] .... node #0, CPUs: #1[ 0.096890] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.116018] x86: Booted up 1 node, 2 CPUs\n[ 0.116012] KVM setup async PF for cpu 1\n[ 0.116014] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.119784] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.120415] devtmpfs: initialized\n[ 0.122342] EVM: security.selinux\n[ 0.123327] EVM: security.SMACK64\n[ 0.124005] EVM: security.ima\n[ 0.124920] EVM: security.capability\n[ 0.125993] pinctrl core: initialized pinctrl subsystem\n[ 0.128055] regulator-dummy: no parameters\n[ 0.129295] RTC time: 20:27:11, date: 08/15/18\n[ 0.130557] NET: Registered protocol family 16\n[ 0.131899] cpuidle: using governor ladder\n[ 0.132004] cpuidle: using governor menu\n[ 0.133165] ACPI: bus type PCI registered\n[ 0.134284] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.136028] PCI: Using configuration type 1 for base access\n[ 0.138118] bio: create slab at 0\n[ 0.138118] ACPI: Added _OSI(Module Device)\n[ 0.140003] ACPI: Added _OSI(Processor Device)\n[ 0.141216] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.142474] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.145233] ACPI: Interpreter enabled\n[ 0.146296] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.148738] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.151321] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.153680] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.156006] ACPI: (supports S0 S5)\n[ 0.160003] ACPI: Using IOAPIC for interrupt routing\n[ 0.161334] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.163905] ACPI: No dock devices found.\n[ 0.165995] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.167577] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.168007] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.169678] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.172206] acpiphp: Slot [3] registered\n[ 0.173325] acpiphp: Slot [4] registered\n[ 0.174455] acpiphp: Slot [5] registered\n[ 0.175572] acpiphp: Slot [6] registered\n[ 0.176023] acpiphp: Slot [7] registered\n[ 0.177135] acpiphp: Slot [8] registered\n[ 0.178239] acpiphp: Slot [9] registered\n[ 0.179358] acpiphp: Slot [10] registered\n[ 0.180020] acpiphp: Slot [11] registered\n[ 0.181150] acpiphp: Slot [12] registered\n[ 0.182281] acpiphp: Slot [13] registered\n[ 0.183421] acpiphp: Slot [14] registered\n[ 0.184020] acpiphp: Slot [15] registered\n[ 0.185164] acpiphp: Slot [16] registered\n[ 0.186386] acpiphp: Slot [17] registered\n[ 0.187513] acpiphp: Slot [18] registered\n[ 0.188027] acpiphp: Slot [19] registered\n[ 0.189175] acpiphp: Slot [20] registered\n[ 0.190316] acpiphp: Slot [21] registered\n[ 0.191456] acpiphp: Slot [22] registered\n[ 0.192020] acpiphp: Slot [23] registered\n[ 0.193169] acpiphp: Slot [24] registered\n[ 0.194300] acpiphp: Slot [25] registered\n[ 0.195430] acpiphp: Slot [26] registered\n[ 0.196020] acpiphp: Slot [27] registered\n[ 0.197157] acpiphp: Slot [28] registered\n[ 0.198282] acpiphp: Slot [29] registered\n[ 0.199419] acpiphp: Slot [30] registered\n[ 0.200028] acpiphp: Slot [31] registered\n[ 0.201153] PCI host bridge to bus 0000:00\n[ 0.202283] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.203706] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.204004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.205569] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.207254] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.208003] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.215404] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.216014] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.242589] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.244564] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.246554] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.248537] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.250602] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.252221] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.253996] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.253996] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.256004] vgaarb: loaded\n[ 0.256851] vgaarb: bridge control possible 0000:00:02.0\n[ 0.258504] SCSI subsystem initialized\n[ 0.259740] ACPI: bus type USB registered\n[ 0.260031] usbcore: registered new interface driver usbfs\n[ 0.261464] usbcore: registered new interface driver hub\n[ 0.262890] usbcore: registered new device driver usb\n[ 0.264117] PCI: Using ACPI for IRQ routing\n[ 0.265563] NetLabel: Initializing\n[ 0.266574] NetLabel: domain hash size = 128\n[ 0.267767] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.268065] NetLabel: unlabeled traffic allowed by default\n[ 0.269514] Switched to clocksource kvm-clock\n[ 0.277200] AppArmor: AppArmor Filesystem Enabled\n[ 0.278522] pnp: PnP ACPI init\n[ 0.279459] ACPI: bus type PNP registered\n[ 0.281044] pnp: PnP ACPI: found 8 devices\n[ 0.282190] ACPI: bus type PNP unregistered\n[ 0.289689] NET: Registered protocol family 2\n[ 0.291177] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.293302] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.295192] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.296969] TCP: reno registered\n[ 0.297924] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.299471] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.301196] NET: Registered protocol family 1\n[ 0.302418] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.303943] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.305436] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.327969] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.350648] Trying to unpack rootfs image as initramfs...\n[ 0.453190] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.455495] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.457011] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.459050] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.462092] Scanning for low memory corruption every 60 seconds\n[ 0.464447] Initialise system trusted keyring\n[ 0.466051] audit: initializing netlink socket (disabled)\n[ 0.467885] type=2000 audit(1534364831.701:1): initialized\n[ 0.488781] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.491863] zbud: loaded\n[ 0.493140] VFS: Disk quotas dquot_6.5.2\n[ 0.494642] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.497221] fuse init (API version 7.22)\n[ 0.498734] msgmni has been set to 3997\n[ 0.500194] Key type big_key registered\n[ 0.502033] Key type asymmetric registered\n[ 0.503545] Asymmetric key parser 'x509' registered\n[ 0.505292] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.507915] io scheduler noop registered\n[ 0.509356] io scheduler deadline registered (default)\n[ 0.511093] io scheduler cfq registered\n[ 0.512565] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.514479] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516729] ipmi message handler version 39.2\n[ 0.518350] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.520935] ACPI: Power Button [PWRF]\n[ 0.522390] GHES: HEST is not enabled!\n[ 0.544858] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.590233] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.613936] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.616443] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.641284] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.644836] Linux agpgart interface v0.103\n[ 0.647364] brd: module loaded\n[ 0.649078] loop: module loaded\n[ 0.650657] blk-mq: CPU -> queue map\n[ 0.652017] CPU 0 -> Queue 0\n[ 0.653198] CPU 1 -> Queue 0\n[ 0.655193] vda: vda1\n[ 0.656705] scsi0 : ata_piix\n[ 0.657713] scsi1 : ata_piix\n[ 0.658633] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.660320] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.662209] libphy: Fixed MDIO Bus: probed\n[ 0.663440] tun: Universal TUN/TAP device driver, 1.6\n[ 0.664793] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.668050] PPP generic driver version 2.4.2\n[ 0.669265] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.670858] ehci-pci: EHCI PCI platform driver\n[ 0.672049] ehci-platform: EHCI generic platform driver\n[ 0.673391] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.674937] ohci-pci: OHCI PCI platform driver\n[ 0.676141] ohci-platform: OHCI generic platform driver\n[ 0.677500] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.699950] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.701312] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.703371] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.704944] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.706610] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.708547] usb usb1: Product: UHCI Host Controller\n[ 0.709815] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd\n[ 0.711390] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.712688] hub 1-0:1.0: USB hub found\n[ 0.713768] hub 1-0:1.0: 2 ports detected\n[ 0.715006] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.717825] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.719119] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.720560] mousedev: PS/2 mouse device common for all mice\n[ 0.722256] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.724616] rtc_cmos 00:00: RTC can wake from S4\n[ 0.726169] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.727788] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.729474] device-mapper: uevent: version 1.0.3\n[ 0.730785] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.733032] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.734637] TCP: cubic registered\n[ 0.735699] NET: Registered protocol family 10\n[ 0.737225] NET: Registered protocol family 17\n[ 0.738446] Key type dns_resolver registered\n[ 0.739802] Loading compiled-in X.509 certificates\n[ 0.741621] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b'\n[ 0.751227] registered taskstats version 1\n[ 0.754184] Key type trusted registered\n[ 0.757971] Key type encrypted registered\n[ 0.759092] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.760498] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.762459] regulator-dummy: disabling\n[ 0.763597] Magic number: 14:188:498\n[ 0.764794] rtc_cmos 00:00: setting system clock to 2018-08-15 20:27:12 UTC (1534364832)\n[ 0.767033] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.768557] EDD information not available.\n[ 0.817412] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.819593] Write protecting the kernel read-only data: 12288k\n[ 0.821720] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000)\n[ 0.825115] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000)\nLoading, please wait...\n[ 0.838303] systemd-udevd[107]: starting version 204\n[ 0.880864] FDC 0 is a S82078B\n[ 1.024046] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.188789] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.190538] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.192360] usb 1-1: Product: QEMU USB Tablet\n[ 1.193588] usb 1-1: Manufacturer: QEMU\n[ 1.194687] usb 1-1: SerialNumber: 42\n[ 1.452077] tsc: Refined TSC clocksource calibration: 3491.871 MHz\n[ 1.893036] 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.236554] 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.534411] random: init urandom read with 10 bits of entropy available\n[ 2.652842] 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 Wed, 15 Aug 2018 20:27:14 +0000. Up 3.17 seconds.\ncloud-init-nonet[3.34]: 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 Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[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 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 configure network device[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[4.46]: 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 Wed, 15 Aug 2018 20:27:16 +0000. Up 4.71 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:27:5d:15 |\nci-info: | eth0 | True | 192.168.0.10 | 255.255.255.0 | fa:16:3e:64:be:e5 |\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:\nb9:a8:5a:f7:52:2f:b6:57:37:93:46:52:71:37:e2:0b root@homer-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| ..oo|\n| . o.o|\n| E o |\n| . o o |\n| S + . |\n| ... . * |\n| . o... . o o |\n| . o..o o |\n| ... oo+ |\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:\n68:2f:42:6b:a2:79:09:cb:ea:ee:2e:54:ee:9c:65:d2 root@homer-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| |\n| |\n| |\n| . . |\n| o o o S |\n|.. + E . |\n|oo+.O . . |\n|o+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:\n36:3a:40:d4:de:8a:4c:57:31:ba:df:da:6d:25:4b:ea root@homer-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| .. o. |\n| . .... |\n| ...o |\n| .. o.. |\n| o.o..S |\n| o..+ o o . |\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:\n4d:f1:20:da:01:74:a6:fe:cd:da:9a:4e:d2:45:dd:22 root@homer-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| .o.= o |\n| * o = . |\n| o . E + . |\n| . + . . |\n| . S o |\n| o + |\n| . + o |\n| o + |\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 * 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 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 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 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 Wed, 15 Aug 2018 20:29:20 +0000. Up 128.93 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Wed, 15 Aug 2018 20:30:21 +0000. Up 189.66 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://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'\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'\nReading package lists..."} 2018-08-15 20:31:22,884 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/862ca86b-06ec-4d59-ae70-d91b3227a810/action used request id req-799675b1-f430-425c-abc4-aee2527df21b 2018-08-15 20:31:22,885 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0834920406342s 2018-08-15 20:31:22,886 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/862ca86b-06ec-4d59-ae70-d91b3227a810/action used request id req-799675b1-f430-425c-abc4-aee2527df21b 2018-08-15 20:31:22,886 - 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-155-generic (buildd@lgw01-amd64-033) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #205-Ubuntu SMP Fri Aug 10 15:53:26 UTC 2018 (Ubuntu 3.13.0-155.205-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-155-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-155-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: 2039688K/2096616K available (7492K kernel code, 1163K rwdata, 3440K rodata, 1368K init, 1448K bss, 56928K 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.008106] Security Framework initialized [ 0.009336] AppArmor: AppArmor initialized [ 0.010475] Yama: becoming mindful. [ 0.012250] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.016383] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.019035] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.020005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.022252] Initializing cgroup subsys memory [ 0.024027] Initializing cgroup subsys devices [ 0.025236] Initializing cgroup subsys freezer [ 0.026447] Initializing cgroup subsys blkio [ 0.027617] Initializing cgroup subsys perf_event [ 0.028008] Initializing cgroup subsys hugetlb [ 0.029341] FEATURE SPEC_CTRL Not Present [ 0.032242] mce: CPU supports 10 MCE banks [ 0.033431] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.033431] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.036012] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.037636] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.039626] Speculative Store Bypass: Vulnerable [ 0.040530] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.047548] ACPI: Core revision 20131115 [ 0.048558] ACPI: All ACPI Tables successfully acquired [ 0.050182] ftrace: allocating 28746 entries in 113 pages [ 0.072260] smpboot: Max logical packages: 2 [ 0.073437] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.076003] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.077922] Enabling x2apic [ 0.078794] Enabled x2apic [ 0.080007] Switched APIC routing to physical x2apic. [ 0.082662] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.084002] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.086810] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.093709] KVM setup paravirtual spinlock [ 0.096945] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.098882] x86: Booting SMP configuration: [ 0.100004] .... node #0, CPUs: #1[ 0.096890] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.116018] x86: Booted up 1 node, 2 CPUs [ 0.116012] KVM setup async PF for cpu 1 [ 0.116014] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.119784] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.120415] devtmpfs: initialized [ 0.122342] EVM: security.selinux [ 0.123327] EVM: security.SMACK64 [ 0.124005] EVM: security.ima [ 0.124920] EVM: security.capability [ 0.125993] pinctrl core: initialized pinctrl subsystem [ 0.128055] regulator-dummy: no parameters [ 0.129295] RTC time: 20:27:11, date: 08/15/18 [ 0.130557] NET: Registered protocol family 16 [ 0.131899] cpuidle: using governor ladder [ 0.132004] cpuidle: using governor menu [ 0.133165] ACPI: bus type PCI registered [ 0.134284] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.136028] PCI: Using configuration type 1 for base access [ 0.138118] bio: create slab at 0 [ 0.138118] ACPI: Added _OSI(Module Device) [ 0.140003] ACPI: Added _OSI(Processor Device) [ 0.141216] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.142474] ACPI: Added _OSI(Processor Aggregator Device) [ 0.145233] ACPI: Interpreter enabled [ 0.146296] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.148738] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.151321] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.153680] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.156006] ACPI: (supports S0 S5) [ 0.160003] ACPI: Using IOAPIC for interrupt routing [ 0.161334] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.163905] ACPI: No dock devices found. [ 0.165995] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.167577] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.168007] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.169678] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.172206] acpiphp: Slot [3] registered [ 0.173325] acpiphp: Slot [4] registered [ 0.174455] acpiphp: Slot [5] registered [ 0.175572] acpiphp: Slot [6] registered [ 0.176023] acpiphp: Slot [7] registered [ 0.177135] acpiphp: Slot [8] registered [ 0.178239] acpiphp: Slot [9] registered [ 0.179358] acpiphp: Slot [10] registered [ 0.180020] acpiphp: Slot [11] registered [ 0.181150] acpiphp: Slot [12] registered [ 0.182281] acpiphp: Slot [13] registered [ 0.183421] acpiphp: Slot [14] registered [ 0.184020] acpiphp: Slot [15] registered [ 0.185164] acpiphp: Slot [16] registered [ 0.186386] acpiphp: Slot [17] registered [ 0.187513] acpiphp: Slot [18] registered [ 0.188027] acpiphp: Slot [19] registered [ 0.189175] acpiphp: Slot [20] registered [ 0.190316] acpiphp: Slot [21] registered [ 0.191456] acpiphp: Slot [22] registered [ 0.192020] acpiphp: Slot [23] registered [ 0.193169] acpiphp: Slot [24] registered [ 0.194300] acpiphp: Slot [25] registered [ 0.195430] acpiphp: Slot [26] registered [ 0.196020] acpiphp: Slot [27] registered [ 0.197157] acpiphp: Slot [28] registered [ 0.198282] acpiphp: Slot [29] registered [ 0.199419] acpiphp: Slot [30] registered [ 0.200028] acpiphp: Slot [31] registered [ 0.201153] PCI host bridge to bus 0000:00 [ 0.202283] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.203706] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.204004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.205569] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.207254] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.208003] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.215404] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.216014] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.242589] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.244564] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.246554] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.248537] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.250602] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.252221] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.253996] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.253996] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.256004] vgaarb: loaded [ 0.256851] vgaarb: bridge control possible 0000:00:02.0 [ 0.258504] SCSI subsystem initialized [ 0.259740] ACPI: bus type USB registered [ 0.260031] usbcore: registered new interface driver usbfs [ 0.261464] usbcore: registered new interface driver hub [ 0.262890] usbcore: registered new device driver usb [ 0.264117] PCI: Using ACPI for IRQ routing [ 0.265563] NetLabel: Initializing [ 0.266574] NetLabel: domain hash size = 128 [ 0.267767] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.268065] NetLabel: unlabeled traffic allowed by default [ 0.269514] Switched to clocksource kvm-clock [ 0.277200] AppArmor: AppArmor Filesystem Enabled [ 0.278522] pnp: PnP ACPI init [ 0.279459] ACPI: bus type PNP registered [ 0.281044] pnp: PnP ACPI: found 8 devices [ 0.282190] ACPI: bus type PNP unregistered [ 0.289689] NET: Registered protocol family 2 [ 0.291177] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.293302] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.295192] TCP: Hash tables configured (established 16384 bind 16384) [ 0.296969] TCP: reno registered [ 0.297924] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.299471] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.301196] NET: Registered protocol family 1 [ 0.302418] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.303943] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.305436] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.327969] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.350648] Trying to unpack rootfs image as initramfs... [ 0.453190] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.455495] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.457011] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.459050] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.462092] Scanning for low memory corruption every 60 seconds [ 0.464447] Initialise system trusted keyring [ 0.466051] audit: initializing netlink socket (disabled) [ 0.467885] type=2000 audit(1534364831.701:1): initialized [ 0.488781] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.491863] zbud: loaded [ 0.493140] VFS: Disk quotas dquot_6.5.2 [ 0.494642] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.497221] fuse init (API version 7.22) [ 0.498734] msgmni has been set to 3997 [ 0.500194] Key type big_key registered [ 0.502033] Key type asymmetric registered [ 0.503545] Asymmetric key parser 'x509' registered [ 0.505292] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.507915] io scheduler noop registered [ 0.509356] io scheduler deadline registered (default) [ 0.511093] io scheduler cfq registered [ 0.512565] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.514479] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.516729] ipmi message handler version 39.2 [ 0.518350] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.520935] ACPI: Power Button [PWRF] [ 0.522390] GHES: HEST is not enabled! [ 0.544858] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.590233] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.613936] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.616443] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.641284] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.644836] Linux agpgart interface v0.103 [ 0.647364] brd: module loaded [ 0.649078] loop: module loaded [ 0.650657] blk-mq: CPU -> queue map [ 0.652017] CPU 0 -> Queue 0 [ 0.653198] CPU 1 -> Queue 0 [ 0.655193] vda: vda1 [ 0.656705] scsi0 : ata_piix [ 0.657713] scsi1 : ata_piix [ 0.658633] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.660320] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.662209] libphy: Fixed MDIO Bus: probed [ 0.663440] tun: Universal TUN/TAP device driver, 1.6 [ 0.664793] tun: (C) 1999-2004 Max Krasnyansky [ 0.668050] PPP generic driver version 2.4.2 [ 0.669265] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.670858] ehci-pci: EHCI PCI platform driver [ 0.672049] ehci-platform: EHCI generic platform driver [ 0.673391] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.674937] ohci-pci: OHCI PCI platform driver [ 0.676141] ohci-platform: OHCI generic platform driver [ 0.677500] uhci_hcd: USB Universal Host Controller Interface driver [ 0.699950] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.701312] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.703371] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.704944] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.706610] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.708547] usb usb1: Product: UHCI Host Controller [ 0.709815] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd [ 0.711390] usb usb1: SerialNumber: 0000:00:01.2 [ 0.712688] hub 1-0:1.0: USB hub found [ 0.713768] hub 1-0:1.0: 2 ports detected [ 0.715006] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.717825] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.719119] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.720560] mousedev: PS/2 mouse device common for all mice [ 0.722256] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.724616] rtc_cmos 00:00: RTC can wake from S4 [ 0.726169] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.727788] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.729474] device-mapper: uevent: version 1.0.3 [ 0.730785] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.733032] ledtrig-cpu: registered to indicate activity on CPUs [ 0.734637] TCP: cubic registered [ 0.735699] NET: Registered protocol family 10 [ 0.737225] NET: Registered protocol family 17 [ 0.738446] Key type dns_resolver registered [ 0.739802] Loading compiled-in X.509 certificates [ 0.741621] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b' [ 0.751227] registered taskstats version 1 [ 0.754184] Key type trusted registered [ 0.757971] Key type encrypted registered [ 0.759092] AppArmor: AppArmor sha1 policy hashing enabled [ 0.760498] IMA: No TPM chip found, activating TPM-bypass! [ 0.762459] regulator-dummy: disabling [ 0.763597] Magic number: 14:188:498 [ 0.764794] rtc_cmos 00:00: setting system clock to 2018-08-15 20:27:12 UTC (1534364832) [ 0.767033] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.768557] EDD information not available. [ 0.817412] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.819593] Write protecting the kernel read-only data: 12288k [ 0.821720] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000) [ 0.825115] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000) Loading, please wait... [ 0.838303] systemd-udevd[107]: starting version 204 [ 0.880864] FDC 0 is a S82078B [ 1.024046] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.188789] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.190538] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.192360] usb 1-1: Product: QEMU USB Tablet [ 1.193588] usb 1-1: Manufacturer: QEMU [ 1.194687] usb 1-1: SerialNumber: 42 [ 1.452077] tsc: Refined TSC clocksource calibration: 3491.871 MHz [ 1.893036] 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.236554] 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.534411] random: init urandom read with 10 bits of entropy available [ 2.652842] 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 Wed, 15 Aug 2018 20:27:14 +0000. Up 3.17 seconds. cloud-init-nonet[3.34]: 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 Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[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 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 configure network device[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[4.46]: 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 Wed, 15 Aug 2018 20:27:16 +0000. Up 4.71 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:27:5d:15 | ci-info: | eth0 | True | 192.168.0.10 | 255.255.255.0 | fa:16:3e:64:be:e5 | 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: b9:a8:5a:f7:52:2f:b6:57:37:93:46:52:71:37:e2:0b root@homer-0 The key's randomart image is: +--[ RSA 2048]----+ | ..oo| | . o.o| | E o | | . o o | | S + . | | ... . * | | . o... . o o | | . o..o o | | ... oo+ | +-----------------+ 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: 68:2f:42:6b:a2:79:09:cb:ea:ee:2e:54:ee:9c:65:d2 root@homer-0 The key's randomart image is: +--[ DSA 1024]----+ | | | | | | | . . | | o o o S | |.. + E . | |oo+.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: 36:3a:40:d4:de:8a:4c:57:31:ba:df:da:6d:25:4b:ea root@homer-0 The key's randomart image is: +--[ECDSA 256]---+ | .. o. | | . .... | | ...o | | .. o.. | | o.o..S | | o..+ o o . | | 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: 4d:f1:20:da:01:74:a6:fe:cd:da:9a:4e:d2:45:dd:22 root@homer-0 The key's randomart image is: +--[ED25519 256--+ | .o.= o | | * o = . | | o . E + . | | . + . . | | . S o | | o + | | . + 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 D-Bus system message bus[74G[ OK ] * Starting SystemD login management service[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 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 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 Wed, 15 Aug 2018 20:29:20 +0000. Up 128.93 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Wed, 15 Aug 2018 20:30:21 +0000. Up 189.66 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://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' 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' Reading package lists... 2018-08-15 20:31:22,887 - functest.core.singlevm - DEBUG - try 22: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-15 20:31:32,898 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:31:32,901 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" 2018-08-15 20:31:33,195 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:31:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f4682bab-e944-4a72-bf05-92d29c98ab0d x-compute-request-id: req-f4682bab-e944-4a72-bf05-92d29c98ab0d Content-Encoding: gzip Content-Length: 1508 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:64:be:e5", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:64:be:e5", "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:27:5d:15", "version": 4, "addr": "192.168.1.2", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:27:5d:15", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/862ca86b-06ec-4d59-ae70-d91b3227a810", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/862ca86b-06ec-4d59-ae70-d91b3227a810", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:27:10.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "862ca86b-06ec-4d59-ae70-d91b3227a810", "security_groups": [{"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:27:10Z", "hostId": "019940e19a7b1ae7bcf66d3fa083c7498a80fd0bd54c47880af1a37a", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "homer-0.clearwater.opnfv", "created": "2018-08-15T20:26:30Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:40:77:5b", "version": 4, "addr": "192.168.0.18", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:40:77:5b", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d1:da:9d", "version": 4, "addr": "192.168.1.29", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d1:da:9d", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e6950a11-a5a7-4554-9dbb-df77b86ba400", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e6950a11-a5a7-4554-9dbb-df77b86ba400", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:27:22.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "e6950a11-a5a7-4554-9dbb-df77b86ba400", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:27:22Z", "hostId": "b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "bono-0.clearwater.opnfv", "created": "2018-08-15T20:26:30Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:51:74", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:51:74", "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:66:5e:3a", "version": 4, "addr": "192.168.1.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/ffc54980-6efe-4637-8bb5-39036958536d", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/ffc54980-6efe-4637-8bb5-39036958536d", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:27:20.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "ffc54980-6efe-4637-8bb5-39036958536d", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-mgmt"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:27:20Z", "hostId": "b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "dime-0.clearwater.opnfv", "created": "2018-08-15T20:26:30Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:a0:d6:2a", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:d6:2a", "version": 4, "addr": "172.30.9.213", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:0c:21", "version": 4, "addr": "192.168.1.21", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/59e09722-d046-47e2-8d46-98d35b577bb4", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/59e09722-d046-47e2-8d46-98d35b577bb4", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:27:18.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "59e09722-d046-47e2-8d46-98d35b577bb4", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:27:18Z", "hostId": "b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-15T20:26:29Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:67:a8:44", "version": 4, "addr": "192.168.0.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:67:a8:44", "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:5b:b2:38", "version": 4, "addr": "192.168.1.3", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/a76c441e-39fd-4d5f-93ae-d1b09ddfc9da", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/a76c441e-39fd-4d5f-93ae-d1b09ddfc9da", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:27:12.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "a76c441e-39fd-4d5f-93ae-d1b09ddfc9da", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:27:12Z", "hostId": "b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-15T20:26:29Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:9f:75:cc", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:75:cc", "version": 4, "addr": "172.30.9.217", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e0dd32cc-fa1d-4798-8b82-04894a6f8bfa", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e0dd32cc-fa1d-4798-8b82-04894a6f8bfa", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:26:06.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "e0dd32cc-fa1d-4798-8b82-04894a6f8bfa", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:26:06Z", "hostId": "019940e19a7b1ae7bcf66d3fa083c7498a80fd0bd54c47880af1a37a", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-15T20:24:22Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:e5:cc:ec", "version": 4, "addr": "192.168.0.2", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e5:cc:ec", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:01:52:92", "version": 4, "addr": "192.168.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/99cb71c2-331c-48dd-b548-d074f602efeb", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/99cb71c2-331c-48dd-b548-d074f602efeb", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:24:12.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "99cb71c2-331c-48dd-b548-d074f602efeb", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:24:12Z", "hostId": "b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "ns.clearwater.opnfv", "created": "2018-08-15T20:22:28Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:31:33,196 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-f4682bab-e944-4a72-bf05-92d29c98ab0d 2018-08-15 20:31:33,196 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.297628879547s 2018-08-15 20:31:33,197 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-f4682bab-e944-4a72-bf05-92d29c98ab0d 2018-08-15 20:31:33,205 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-15 20:31:33,208 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/862ca86b-06ec-4d59-ae70-d91b3227a810/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}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-15 20:31:33,280 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:31:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-91e89a10-7dba-49a9-ab43-56042142c61e x-compute-request-id: req-91e89a10-7dba-49a9-ab43-56042142c61e Content-Encoding: gzip Content-Length: 11764 Content-Type: application/json RESP BODY: {"output": "[ 0.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-155-generic (buildd@lgw01-amd64-033) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #205-Ubuntu SMP Fri Aug 10 15:53:26 UTC 2018 (Ubuntu 3.13.0-155.205-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-155-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-155-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: 2039688K/2096616K available (7492K kernel code, 1163K rwdata, 3440K rodata, 1368K init, 1448K bss, 56928K 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.008106] Security Framework initialized\n[ 0.009336] AppArmor: AppArmor initialized\n[ 0.010475] Yama: becoming mindful.\n[ 0.012250] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.016383] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.019035] 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.022252] Initializing cgroup subsys memory\n[ 0.024027] Initializing cgroup subsys devices\n[ 0.025236] Initializing cgroup subsys freezer\n[ 0.026447] Initializing cgroup subsys blkio\n[ 0.027617] Initializing cgroup subsys perf_event\n[ 0.028008] Initializing cgroup subsys hugetlb\n[ 0.029341] FEATURE SPEC_CTRL Not Present\n[ 0.032242] mce: CPU supports 10 MCE banks\n[ 0.033431] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.033431] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.036012] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.037636] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.039626] Speculative Store Bypass: Vulnerable\n[ 0.040530] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.047548] ACPI: Core revision 20131115\n[ 0.048558] ACPI: All ACPI Tables successfully acquired\n[ 0.050182] ftrace: allocating 28746 entries in 113 pages\n[ 0.072260] smpboot: Max logical packages: 2\n[ 0.073437] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.076003] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.077922] Enabling x2apic\n[ 0.078794] Enabled x2apic\n[ 0.080007] Switched APIC routing to physical x2apic.\n[ 0.082662] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.084002] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.086810] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.093709] KVM setup paravirtual spinlock\n[ 0.096945] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.098882] x86: Booting SMP configuration:\n[ 0.100004] .... node #0, CPUs: #1[ 0.096890] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.116018] x86: Booted up 1 node, 2 CPUs\n[ 0.116012] KVM setup async PF for cpu 1\n[ 0.116014] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.119784] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.120415] devtmpfs: initialized\n[ 0.122342] EVM: security.selinux\n[ 0.123327] EVM: security.SMACK64\n[ 0.124005] EVM: security.ima\n[ 0.124920] EVM: security.capability\n[ 0.125993] pinctrl core: initialized pinctrl subsystem\n[ 0.128055] regulator-dummy: no parameters\n[ 0.129295] RTC time: 20:27:11, date: 08/15/18\n[ 0.130557] NET: Registered protocol family 16\n[ 0.131899] cpuidle: using governor ladder\n[ 0.132004] cpuidle: using governor menu\n[ 0.133165] ACPI: bus type PCI registered\n[ 0.134284] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.136028] PCI: Using configuration type 1 for base access\n[ 0.138118] bio: create slab at 0\n[ 0.138118] ACPI: Added _OSI(Module Device)\n[ 0.140003] ACPI: Added _OSI(Processor Device)\n[ 0.141216] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.142474] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.145233] ACPI: Interpreter enabled\n[ 0.146296] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.148738] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.151321] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.153680] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.156006] ACPI: (supports S0 S5)\n[ 0.160003] ACPI: Using IOAPIC for interrupt routing\n[ 0.161334] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.163905] ACPI: No dock devices found.\n[ 0.165995] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.167577] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.168007] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.169678] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.172206] acpiphp: Slot [3] registered\n[ 0.173325] acpiphp: Slot [4] registered\n[ 0.174455] acpiphp: Slot [5] registered\n[ 0.175572] acpiphp: Slot [6] registered\n[ 0.176023] acpiphp: Slot [7] registered\n[ 0.177135] acpiphp: Slot [8] registered\n[ 0.178239] acpiphp: Slot [9] registered\n[ 0.179358] acpiphp: Slot [10] registered\n[ 0.180020] acpiphp: Slot [11] registered\n[ 0.181150] acpiphp: Slot [12] registered\n[ 0.182281] acpiphp: Slot [13] registered\n[ 0.183421] acpiphp: Slot [14] registered\n[ 0.184020] acpiphp: Slot [15] registered\n[ 0.185164] acpiphp: Slot [16] registered\n[ 0.186386] acpiphp: Slot [17] registered\n[ 0.187513] acpiphp: Slot [18] registered\n[ 0.188027] acpiphp: Slot [19] registered\n[ 0.189175] acpiphp: Slot [20] registered\n[ 0.190316] acpiphp: Slot [21] registered\n[ 0.191456] acpiphp: Slot [22] registered\n[ 0.192020] acpiphp: Slot [23] registered\n[ 0.193169] acpiphp: Slot [24] registered\n[ 0.194300] acpiphp: Slot [25] registered\n[ 0.195430] acpiphp: Slot [26] registered\n[ 0.196020] acpiphp: Slot [27] registered\n[ 0.197157] acpiphp: Slot [28] registered\n[ 0.198282] acpiphp: Slot [29] registered\n[ 0.199419] acpiphp: Slot [30] registered\n[ 0.200028] acpiphp: Slot [31] registered\n[ 0.201153] PCI host bridge to bus 0000:00\n[ 0.202283] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.203706] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.204004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.205569] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.207254] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.208003] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.215404] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.216014] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.242589] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.244564] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.246554] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.248537] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.250602] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.252221] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.253996] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.253996] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.256004] vgaarb: loaded\n[ 0.256851] vgaarb: bridge control possible 0000:00:02.0\n[ 0.258504] SCSI subsystem initialized\n[ 0.259740] ACPI: bus type USB registered\n[ 0.260031] usbcore: registered new interface driver usbfs\n[ 0.261464] usbcore: registered new interface driver hub\n[ 0.262890] usbcore: registered new device driver usb\n[ 0.264117] PCI: Using ACPI for IRQ routing\n[ 0.265563] NetLabel: Initializing\n[ 0.266574] NetLabel: domain hash size = 128\n[ 0.267767] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.268065] NetLabel: unlabeled traffic allowed by default\n[ 0.269514] Switched to clocksource kvm-clock\n[ 0.277200] AppArmor: AppArmor Filesystem Enabled\n[ 0.278522] pnp: PnP ACPI init\n[ 0.279459] ACPI: bus type PNP registered\n[ 0.281044] pnp: PnP ACPI: found 8 devices\n[ 0.282190] ACPI: bus type PNP unregistered\n[ 0.289689] NET: Registered protocol family 2\n[ 0.291177] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.293302] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.295192] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.296969] TCP: reno registered\n[ 0.297924] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.299471] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.301196] NET: Registered protocol family 1\n[ 0.302418] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.303943] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.305436] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.327969] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.350648] Trying to unpack rootfs image as initramfs...\n[ 0.453190] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.455495] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.457011] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.459050] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.462092] Scanning for low memory corruption every 60 seconds\n[ 0.464447] Initialise system trusted keyring\n[ 0.466051] audit: initializing netlink socket (disabled)\n[ 0.467885] type=2000 audit(1534364831.701:1): initialized\n[ 0.488781] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.491863] zbud: loaded\n[ 0.493140] VFS: Disk quotas dquot_6.5.2\n[ 0.494642] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.497221] fuse init (API version 7.22)\n[ 0.498734] msgmni has been set to 3997\n[ 0.500194] Key type big_key registered\n[ 0.502033] Key type asymmetric registered\n[ 0.503545] Asymmetric key parser 'x509' registered\n[ 0.505292] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.507915] io scheduler noop registered\n[ 0.509356] io scheduler deadline registered (default)\n[ 0.511093] io scheduler cfq registered\n[ 0.512565] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.514479] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516729] ipmi message handler version 39.2\n[ 0.518350] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.520935] ACPI: Power Button [PWRF]\n[ 0.522390] GHES: HEST is not enabled!\n[ 0.544858] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.590233] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.613936] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.616443] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.641284] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.644836] Linux agpgart interface v0.103\n[ 0.647364] brd: module loaded\n[ 0.649078] loop: module loaded\n[ 0.650657] blk-mq: CPU -> queue map\n[ 0.652017] CPU 0 -> Queue 0\n[ 0.653198] CPU 1 -> Queue 0\n[ 0.655193] vda: vda1\n[ 0.656705] scsi0 : ata_piix\n[ 0.657713] scsi1 : ata_piix\n[ 0.658633] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.660320] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.662209] libphy: Fixed MDIO Bus: probed\n[ 0.663440] tun: Universal TUN/TAP device driver, 1.6\n[ 0.664793] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.668050] PPP generic driver version 2.4.2\n[ 0.669265] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.670858] ehci-pci: EHCI PCI platform driver\n[ 0.672049] ehci-platform: EHCI generic platform driver\n[ 0.673391] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.674937] ohci-pci: OHCI PCI platform driver\n[ 0.676141] ohci-platform: OHCI generic platform driver\n[ 0.677500] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.699950] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.701312] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.703371] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.704944] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.706610] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.708547] usb usb1: Product: UHCI Host Controller\n[ 0.709815] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd\n[ 0.711390] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.712688] hub 1-0:1.0: USB hub found\n[ 0.713768] hub 1-0:1.0: 2 ports detected\n[ 0.715006] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.717825] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.719119] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.720560] mousedev: PS/2 mouse device common for all mice\n[ 0.722256] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.724616] rtc_cmos 00:00: RTC can wake from S4\n[ 0.726169] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.727788] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.729474] device-mapper: uevent: version 1.0.3\n[ 0.730785] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.733032] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.734637] TCP: cubic registered\n[ 0.735699] NET: Registered protocol family 10\n[ 0.737225] NET: Registered protocol family 17\n[ 0.738446] Key type dns_resolver registered\n[ 0.739802] Loading compiled-in X.509 certificates\n[ 0.741621] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b'\n[ 0.751227] registered taskstats version 1\n[ 0.754184] Key type trusted registered\n[ 0.757971] Key type encrypted registered\n[ 0.759092] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.760498] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.762459] regulator-dummy: disabling\n[ 0.763597] Magic number: 14:188:498\n[ 0.764794] rtc_cmos 00:00: setting system clock to 2018-08-15 20:27:12 UTC (1534364832)\n[ 0.767033] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.768557] EDD information not available.\n[ 0.817412] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.819593] Write protecting the kernel read-only data: 12288k\n[ 0.821720] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000)\n[ 0.825115] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000)\nLoading, please wait...\n[ 0.838303] systemd-udevd[107]: starting version 204\n[ 0.880864] FDC 0 is a S82078B\n[ 1.024046] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.188789] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.190538] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.192360] usb 1-1: Product: QEMU USB Tablet\n[ 1.193588] usb 1-1: Manufacturer: QEMU\n[ 1.194687] usb 1-1: SerialNumber: 42\n[ 1.452077] tsc: Refined TSC clocksource calibration: 3491.871 MHz\n[ 1.893036] 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.236554] 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.534411] random: init urandom read with 10 bits of entropy available\n[ 2.652842] 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 Wed, 15 Aug 2018 20:27:14 +0000. Up 3.17 seconds.\ncloud-init-nonet[3.34]: 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 Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[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 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 configure network device[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[4.46]: 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 Wed, 15 Aug 2018 20:27:16 +0000. Up 4.71 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:27:5d:15 |\nci-info: | eth0 | True | 192.168.0.10 | 255.255.255.0 | fa:16:3e:64:be:e5 |\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:\nb9:a8:5a:f7:52:2f:b6:57:37:93:46:52:71:37:e2:0b root@homer-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| ..oo|\n| . o.o|\n| E o |\n| . o o |\n| S + . |\n| ... . * |\n| . o... . o o |\n| . o..o o |\n| ... oo+ |\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:\n68:2f:42:6b:a2:79:09:cb:ea:ee:2e:54:ee:9c:65:d2 root@homer-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| |\n| |\n| |\n| . . |\n| o o o S |\n|.. + E . |\n|oo+.O . . |\n|o+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:\n36:3a:40:d4:de:8a:4c:57:31:ba:df:da:6d:25:4b:ea root@homer-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| .. o. |\n| . .... |\n| ...o |\n| .. o.. |\n| o.o..S |\n| o..+ o o . |\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:\n4d:f1:20:da:01:74:a6:fe:cd:da:9a:4e:d2:45:dd:22 root@homer-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| .o.= o |\n| * o = . |\n| o . E + . |\n| . + . . |\n| . S o |\n| o + |\n| . + o |\n| o + |\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 * 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 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 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 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 Wed, 15 Aug 2018 20:29:20 +0000. Up 128.93 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Wed, 15 Aug 2018 20:30:21 +0000. Up 189.66 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://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'\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'\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://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://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: 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.12\n+ '[' -n 192.168.0.12 ']'\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.202\n++ echo 172.30.9.202\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.202\n++ ip2rr 172.30.9.214\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.214\n++ echo A 172.30.9.214\n+ echo 'nameserver 192.168.0.2'\n+ echo RESOLV_CONF=/etc/dnsmasq.resolv.conf\n+ mkdir -p /etc/netns/signaling\n+ echo 'nameserver 192.168.1.11'\n+ service dnsmasq force-reload\ndnsmasq: unrecognized service\n2018-08-15 20:31:24,098 - util.py[WARNING]: Failed running /var/lib/cloud/instance/scripts/part-001 [1]\n2018-08-15 20:31:24,101 - cc_scripts_user.py[WARNING]: Failed to run module scripts-user (scripts in /var/lib/cloud/instance/scripts)\n2018-08-15 20:31:24,101 - 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 | cb:82:2f:b5:6b:67:db:9f:f1:98:9f:eb:b7:58:bb:2c | - | Generated-by-Nova |\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nec2: \nec2: #############################################################\nec2: -----BEGIN SSH HOST KEY FINGERPRINTS-----\nec2: 1024 68:2f:42:6b:a2:79:09:cb:ea:ee:2e:54:ee:9c:65:d2 root@homer-0 (DSA)\nec2: 256 36:3a:40:d4:de:8a:4c:57:31:ba:df:da:6d:25:4b:ea root@homer-0 (ECDSA)\nec2: 256 4d:f1:20:da:01:74:a6:fe:cd:da:9a:4e:d2:45:dd:22 root@homer-0 (ED25519)\nec2: 2048 b9:a8:5a:f7:52:2f:b6:57:37:93:46:52:71:37:e2:0b root@homer-0 (RSA)\nec2: -----END SSH HOST KEY FINGERPRINTS-----\nec2: #############################################################\n-----BEGIN SSH HOST KEY KEYS-----\necdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGb54Hkb1ml7PVyTPwYG2x6RaHhv8ZUDpIHXIcQO6jsPBHPzjDTTcaKcnDlaMDDFyWC2uu/f+vauIFrSojJDU+Q= root@homer-0\nssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIE9N1RlJuciEU4Szzbukfu4l3rblOhcEChahduDLh1+Z root@homer-0\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCWiw9e6qd+rCAx7tPuYrqQ7E8wd4zmBAFPJzJMtin7lmUeTpfCh+VTn6RK/5Ifb9eJoYHxTQHef8+TJkUygXovBOZ4HR2/HMMNDm/cMGu8AzCVem+mXWjkLGz9f02HG8KF61cMr6ejTmiODIdGhXRwYjZvlzDLhb96wNJmKGYT/a0FYLWGnE8QJimNiw16boAYXNNuIvCF1ERhNy6RaH7lcBOb8HtBff0VYHuY9y9WtZwRMKEpSf8Tb33C8eIdnFl238azn0oHIznb3j7dlaEH4LrFP0VObwUb6tYNGS2PEMgFtNWiL4zxSdaBrxo32Dqerk0ScWTCwxeyFAEFT8l3 root@homer-0\n-----END SSH HOST KEY KEYS-----\nCloud-init v. 0.7.5 finished at Wed, 15 Aug 2018 20:31:24 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 252.40 seconds\n"} 2018-08-15 20:31:33,281 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/862ca86b-06ec-4d59-ae70-d91b3227a810/action used request id req-91e89a10-7dba-49a9-ab43-56042142c61e 2018-08-15 20:31:33,281 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0759410858154s 2018-08-15 20:31:33,283 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/862ca86b-06ec-4d59-ae70-d91b3227a810/action used request id req-91e89a10-7dba-49a9-ab43-56042142c61e 2018-08-15 20:31:33,283 - 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-155-generic (buildd@lgw01-amd64-033) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #205-Ubuntu SMP Fri Aug 10 15:53:26 UTC 2018 (Ubuntu 3.13.0-155.205-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-155-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-155-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: 2039688K/2096616K available (7492K kernel code, 1163K rwdata, 3440K rodata, 1368K init, 1448K bss, 56928K 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.008106] Security Framework initialized [ 0.009336] AppArmor: AppArmor initialized [ 0.010475] Yama: becoming mindful. [ 0.012250] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.016383] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.019035] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.020005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.022252] Initializing cgroup subsys memory [ 0.024027] Initializing cgroup subsys devices [ 0.025236] Initializing cgroup subsys freezer [ 0.026447] Initializing cgroup subsys blkio [ 0.027617] Initializing cgroup subsys perf_event [ 0.028008] Initializing cgroup subsys hugetlb [ 0.029341] FEATURE SPEC_CTRL Not Present [ 0.032242] mce: CPU supports 10 MCE banks [ 0.033431] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.033431] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.036012] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.037636] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.039626] Speculative Store Bypass: Vulnerable [ 0.040530] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.047548] ACPI: Core revision 20131115 [ 0.048558] ACPI: All ACPI Tables successfully acquired [ 0.050182] ftrace: allocating 28746 entries in 113 pages [ 0.072260] smpboot: Max logical packages: 2 [ 0.073437] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.076003] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.077922] Enabling x2apic [ 0.078794] Enabled x2apic [ 0.080007] Switched APIC routing to physical x2apic. [ 0.082662] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.084002] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.086810] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.093709] KVM setup paravirtual spinlock [ 0.096945] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.098882] x86: Booting SMP configuration: [ 0.100004] .... node #0, CPUs: #1[ 0.096890] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.116018] x86: Booted up 1 node, 2 CPUs [ 0.116012] KVM setup async PF for cpu 1 [ 0.116014] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.119784] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.120415] devtmpfs: initialized [ 0.122342] EVM: security.selinux [ 0.123327] EVM: security.SMACK64 [ 0.124005] EVM: security.ima [ 0.124920] EVM: security.capability [ 0.125993] pinctrl core: initialized pinctrl subsystem [ 0.128055] regulator-dummy: no parameters [ 0.129295] RTC time: 20:27:11, date: 08/15/18 [ 0.130557] NET: Registered protocol family 16 [ 0.131899] cpuidle: using governor ladder [ 0.132004] cpuidle: using governor menu [ 0.133165] ACPI: bus type PCI registered [ 0.134284] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.136028] PCI: Using configuration type 1 for base access [ 0.138118] bio: create slab at 0 [ 0.138118] ACPI: Added _OSI(Module Device) [ 0.140003] ACPI: Added _OSI(Processor Device) [ 0.141216] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.142474] ACPI: Added _OSI(Processor Aggregator Device) [ 0.145233] ACPI: Interpreter enabled [ 0.146296] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.148738] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.151321] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.153680] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.156006] ACPI: (supports S0 S5) [ 0.160003] ACPI: Using IOAPIC for interrupt routing [ 0.161334] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.163905] ACPI: No dock devices found. [ 0.165995] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.167577] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.168007] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.169678] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.172206] acpiphp: Slot [3] registered [ 0.173325] acpiphp: Slot [4] registered [ 0.174455] acpiphp: Slot [5] registered [ 0.175572] acpiphp: Slot [6] registered [ 0.176023] acpiphp: Slot [7] registered [ 0.177135] acpiphp: Slot [8] registered [ 0.178239] acpiphp: Slot [9] registered [ 0.179358] acpiphp: Slot [10] registered [ 0.180020] acpiphp: Slot [11] registered [ 0.181150] acpiphp: Slot [12] registered [ 0.182281] acpiphp: Slot [13] registered [ 0.183421] acpiphp: Slot [14] registered [ 0.184020] acpiphp: Slot [15] registered [ 0.185164] acpiphp: Slot [16] registered [ 0.186386] acpiphp: Slot [17] registered [ 0.187513] acpiphp: Slot [18] registered [ 0.188027] acpiphp: Slot [19] registered [ 0.189175] acpiphp: Slot [20] registered [ 0.190316] acpiphp: Slot [21] registered [ 0.191456] acpiphp: Slot [22] registered [ 0.192020] acpiphp: Slot [23] registered [ 0.193169] acpiphp: Slot [24] registered [ 0.194300] acpiphp: Slot [25] registered [ 0.195430] acpiphp: Slot [26] registered [ 0.196020] acpiphp: Slot [27] registered [ 0.197157] acpiphp: Slot [28] registered [ 0.198282] acpiphp: Slot [29] registered [ 0.199419] acpiphp: Slot [30] registered [ 0.200028] acpiphp: Slot [31] registered [ 0.201153] PCI host bridge to bus 0000:00 [ 0.202283] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.203706] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.204004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.205569] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.207254] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.208003] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.215404] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.216014] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.242589] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.244564] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.246554] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.248537] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.250602] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.252221] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.253996] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.253996] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.256004] vgaarb: loaded [ 0.256851] vgaarb: bridge control possible 0000:00:02.0 [ 0.258504] SCSI subsystem initialized [ 0.259740] ACPI: bus type USB registered [ 0.260031] usbcore: registered new interface driver usbfs [ 0.261464] usbcore: registered new interface driver hub [ 0.262890] usbcore: registered new device driver usb [ 0.264117] PCI: Using ACPI for IRQ routing [ 0.265563] NetLabel: Initializing [ 0.266574] NetLabel: domain hash size = 128 [ 0.267767] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.268065] NetLabel: unlabeled traffic allowed by default [ 0.269514] Switched to clocksource kvm-clock [ 0.277200] AppArmor: AppArmor Filesystem Enabled [ 0.278522] pnp: PnP ACPI init [ 0.279459] ACPI: bus type PNP registered [ 0.281044] pnp: PnP ACPI: found 8 devices [ 0.282190] ACPI: bus type PNP unregistered [ 0.289689] NET: Registered protocol family 2 [ 0.291177] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.293302] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.295192] TCP: Hash tables configured (established 16384 bind 16384) [ 0.296969] TCP: reno registered [ 0.297924] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.299471] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.301196] NET: Registered protocol family 1 [ 0.302418] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.303943] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.305436] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.327969] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.350648] Trying to unpack rootfs image as initramfs... [ 0.453190] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.455495] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.457011] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.459050] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.462092] Scanning for low memory corruption every 60 seconds [ 0.464447] Initialise system trusted keyring [ 0.466051] audit: initializing netlink socket (disabled) [ 0.467885] type=2000 audit(1534364831.701:1): initialized [ 0.488781] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.491863] zbud: loaded [ 0.493140] VFS: Disk quotas dquot_6.5.2 [ 0.494642] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.497221] fuse init (API version 7.22) [ 0.498734] msgmni has been set to 3997 [ 0.500194] Key type big_key registered [ 0.502033] Key type asymmetric registered [ 0.503545] Asymmetric key parser 'x509' registered [ 0.505292] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.507915] io scheduler noop registered [ 0.509356] io scheduler deadline registered (default) [ 0.511093] io scheduler cfq registered [ 0.512565] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.514479] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.516729] ipmi message handler version 39.2 [ 0.518350] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.520935] ACPI: Power Button [PWRF] [ 0.522390] GHES: HEST is not enabled! [ 0.544858] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.590233] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.613936] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.616443] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.641284] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.644836] Linux agpgart interface v0.103 [ 0.647364] brd: module loaded [ 0.649078] loop: module loaded [ 0.650657] blk-mq: CPU -> queue map [ 0.652017] CPU 0 -> Queue 0 [ 0.653198] CPU 1 -> Queue 0 [ 0.655193] vda: vda1 [ 0.656705] scsi0 : ata_piix [ 0.657713] scsi1 : ata_piix [ 0.658633] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.660320] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.662209] libphy: Fixed MDIO Bus: probed [ 0.663440] tun: Universal TUN/TAP device driver, 1.6 [ 0.664793] tun: (C) 1999-2004 Max Krasnyansky [ 0.668050] PPP generic driver version 2.4.2 [ 0.669265] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.670858] ehci-pci: EHCI PCI platform driver [ 0.672049] ehci-platform: EHCI generic platform driver [ 0.673391] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.674937] ohci-pci: OHCI PCI platform driver [ 0.676141] ohci-platform: OHCI generic platform driver [ 0.677500] uhci_hcd: USB Universal Host Controller Interface driver [ 0.699950] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.701312] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.703371] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.704944] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.706610] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.708547] usb usb1: Product: UHCI Host Controller [ 0.709815] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd [ 0.711390] usb usb1: SerialNumber: 0000:00:01.2 [ 0.712688] hub 1-0:1.0: USB hub found [ 0.713768] hub 1-0:1.0: 2 ports detected [ 0.715006] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.717825] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.719119] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.720560] mousedev: PS/2 mouse device common for all mice [ 0.722256] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.724616] rtc_cmos 00:00: RTC can wake from S4 [ 0.726169] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.727788] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.729474] device-mapper: uevent: version 1.0.3 [ 0.730785] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.733032] ledtrig-cpu: registered to indicate activity on CPUs [ 0.734637] TCP: cubic registered [ 0.735699] NET: Registered protocol family 10 [ 0.737225] NET: Registered protocol family 17 [ 0.738446] Key type dns_resolver registered [ 0.739802] Loading compiled-in X.509 certificates [ 0.741621] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b' [ 0.751227] registered taskstats version 1 [ 0.754184] Key type trusted registered [ 0.757971] Key type encrypted registered [ 0.759092] AppArmor: AppArmor sha1 policy hashing enabled [ 0.760498] IMA: No TPM chip found, activating TPM-bypass! [ 0.762459] regulator-dummy: disabling [ 0.763597] Magic number: 14:188:498 [ 0.764794] rtc_cmos 00:00: setting system clock to 2018-08-15 20:27:12 UTC (1534364832) [ 0.767033] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.768557] EDD information not available. [ 0.817412] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.819593] Write protecting the kernel read-only data: 12288k [ 0.821720] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000) [ 0.825115] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000) Loading, please wait... [ 0.838303] systemd-udevd[107]: starting version 204 [ 0.880864] FDC 0 is a S82078B [ 1.024046] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.188789] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.190538] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.192360] usb 1-1: Product: QEMU USB Tablet [ 1.193588] usb 1-1: Manufacturer: QEMU [ 1.194687] usb 1-1: SerialNumber: 42 [ 1.452077] tsc: Refined TSC clocksource calibration: 3491.871 MHz [ 1.893036] 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.236554] 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.534411] random: init urandom read with 10 bits of entropy available [ 2.652842] 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 Wed, 15 Aug 2018 20:27:14 +0000. Up 3.17 seconds. cloud-init-nonet[3.34]: 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 Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[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 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 configure network device[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[4.46]: 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 Wed, 15 Aug 2018 20:27:16 +0000. Up 4.71 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:27:5d:15 | ci-info: | eth0 | True | 192.168.0.10 | 255.255.255.0 | fa:16:3e:64:be:e5 | 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: b9:a8:5a:f7:52:2f:b6:57:37:93:46:52:71:37:e2:0b root@homer-0 The key's randomart image is: +--[ RSA 2048]----+ | ..oo| | . o.o| | E o | | . o o | | S + . | | ... . * | | . o... . o o | | . o..o o | | ... oo+ | +-----------------+ 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: 68:2f:42:6b:a2:79:09:cb:ea:ee:2e:54:ee:9c:65:d2 root@homer-0 The key's randomart image is: +--[ DSA 1024]----+ | | | | | | | . . | | o o o S | |.. + E . | |oo+.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: 36:3a:40:d4:de:8a:4c:57:31:ba:df:da:6d:25:4b:ea root@homer-0 The key's randomart image is: +--[ECDSA 256]---+ | .. o. | | . .... | | ...o | | .. o.. | | o.o..S | | o..+ o o . | | 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: 4d:f1:20:da:01:74:a6:fe:cd:da:9a:4e:d2:45:dd:22 root@homer-0 The key's randomart image is: +--[ED25519 256--+ | .o.= o | | * o = . | | o . E + . | | . + . . | | . S o | | o + | | . + 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 D-Bus system message bus[74G[ OK ] * Starting SystemD login management service[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 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 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 Wed, 15 Aug 2018 20:29:20 +0000. Up 128.93 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Wed, 15 Aug 2018 20:30:21 +0000. Up 189.66 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://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' 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' 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://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://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: Some index files failed to download. They have been ignored, or old ones used instead. + mkdir -p /etc/clearwater + etcd_ip=192.168.0.12 + '[' -n 192.168.0.12 ']' + 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.202 ++ echo 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.202 ++ ip2rr 172.30.9.214 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.214 ++ echo A 172.30.9.214 + echo 'nameserver 192.168.0.2' + echo RESOLV_CONF=/etc/dnsmasq.resolv.conf + mkdir -p /etc/netns/signaling + echo 'nameserver 192.168.1.11' + service dnsmasq force-reload dnsmasq: unrecognized service 2018-08-15 20:31:24,098 - util.py[WARNING]: Failed running /var/lib/cloud/instance/scripts/part-001 [1] 2018-08-15 20:31:24,101 - cc_scripts_user.py[WARNING]: Failed to run module scripts-user (scripts in /var/lib/cloud/instance/scripts) 2018-08-15 20:31:24,101 - 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 | cb:82:2f:b5:6b:67:db:9f:f1:98:9f:eb:b7:58:bb:2c | - | Generated-by-Nova | ci-info: +---------+-------------------------------------------------+---------+-------------------+ ec2: ec2: ############################################################# ec2: -----BEGIN SSH HOST KEY FINGERPRINTS----- ec2: 1024 68:2f:42:6b:a2:79:09:cb:ea:ee:2e:54:ee:9c:65:d2 root@homer-0 (DSA) ec2: 256 36:3a:40:d4:de:8a:4c:57:31:ba:df:da:6d:25:4b:ea root@homer-0 (ECDSA) ec2: 256 4d:f1:20:da:01:74:a6:fe:cd:da:9a:4e:d2:45:dd:22 root@homer-0 (ED25519) ec2: 2048 b9:a8:5a:f7:52:2f:b6:57:37:93:46:52:71:37:e2:0b root@homer-0 (RSA) ec2: -----END SSH HOST KEY FINGERPRINTS----- ec2: ############################################################# -----BEGIN SSH HOST KEY KEYS----- ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGb54Hkb1ml7PVyTPwYG2x6RaHhv8ZUDpIHXIcQO6jsPBHPzjDTTcaKcnDlaMDDFyWC2uu/f+vauIFrSojJDU+Q= root@homer-0 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIE9N1RlJuciEU4Szzbukfu4l3rblOhcEChahduDLh1+Z root@homer-0 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCWiw9e6qd+rCAx7tPuYrqQ7E8wd4zmBAFPJzJMtin7lmUeTpfCh+VTn6RK/5Ifb9eJoYHxTQHef8+TJkUygXovBOZ4HR2/HMMNDm/cMGu8AzCVem+mXWjkLGz9f02HG8KF61cMr6ejTmiODIdGhXRwYjZvlzDLhb96wNJmKGYT/a0FYLWGnE8QJimNiw16boAYXNNuIvCF1ERhNy6RaH7lcBOb8HtBff0VYHuY9y9WtZwRMKEpSf8Tb33C8eIdnFl238azn0oHIznb3j7dlaEH4LrFP0VObwUb6tYNGS2PEMgFtNWiL4zxSdaBrxo32Dqerk0ScWTCwxeyFAEFT8l3 root@homer-0 -----END SSH HOST KEY KEYS----- Cloud-init v. 0.7.5 finished at Wed, 15 Aug 2018 20:31:24 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 252.40 seconds 2018-08-15 20:31:33,285 - functest.core.singlevm - DEBUG - regex found: ''Cloud-init .* finished at ' in console 2018-08-15 20:31:33,285 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:31:33,287 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" 2018-08-15 20:31:33,602 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:31:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e62026e3-2838-48f8-a729-3079b1899336 x-compute-request-id: req-e62026e3-2838-48f8-a729-3079b1899336 Content-Encoding: gzip Content-Length: 1508 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:64:be:e5", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:64:be:e5", "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:27:5d:15", "version": 4, "addr": "192.168.1.2", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:27:5d:15", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/862ca86b-06ec-4d59-ae70-d91b3227a810", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/862ca86b-06ec-4d59-ae70-d91b3227a810", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:27:10.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "862ca86b-06ec-4d59-ae70-d91b3227a810", "security_groups": [{"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:27:10Z", "hostId": "019940e19a7b1ae7bcf66d3fa083c7498a80fd0bd54c47880af1a37a", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "homer-0.clearwater.opnfv", "created": "2018-08-15T20:26:30Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:40:77:5b", "version": 4, "addr": "192.168.0.18", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:40:77:5b", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d1:da:9d", "version": 4, "addr": "192.168.1.29", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d1:da:9d", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e6950a11-a5a7-4554-9dbb-df77b86ba400", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e6950a11-a5a7-4554-9dbb-df77b86ba400", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:27:22.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "e6950a11-a5a7-4554-9dbb-df77b86ba400", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:27:22Z", "hostId": "b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "bono-0.clearwater.opnfv", "created": "2018-08-15T20:26:30Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:51:74", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:51:74", "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:66:5e:3a", "version": 4, "addr": "192.168.1.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/ffc54980-6efe-4637-8bb5-39036958536d", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/ffc54980-6efe-4637-8bb5-39036958536d", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:27:20.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "ffc54980-6efe-4637-8bb5-39036958536d", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-mgmt"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:27:20Z", "hostId": "b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "dime-0.clearwater.opnfv", "created": "2018-08-15T20:26:30Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:a0:d6:2a", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:d6:2a", "version": 4, "addr": "172.30.9.213", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:0c:21", "version": 4, "addr": "192.168.1.21", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/59e09722-d046-47e2-8d46-98d35b577bb4", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/59e09722-d046-47e2-8d46-98d35b577bb4", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:27:18.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "59e09722-d046-47e2-8d46-98d35b577bb4", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:27:18Z", "hostId": "b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-15T20:26:29Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:67:a8:44", "version": 4, "addr": "192.168.0.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:67:a8:44", "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:5b:b2:38", "version": 4, "addr": "192.168.1.3", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/a76c441e-39fd-4d5f-93ae-d1b09ddfc9da", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/a76c441e-39fd-4d5f-93ae-d1b09ddfc9da", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:27:12.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "a76c441e-39fd-4d5f-93ae-d1b09ddfc9da", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:27:12Z", "hostId": "b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-15T20:26:29Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:9f:75:cc", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:75:cc", "version": 4, "addr": "172.30.9.217", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e0dd32cc-fa1d-4798-8b82-04894a6f8bfa", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e0dd32cc-fa1d-4798-8b82-04894a6f8bfa", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:26:06.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "e0dd32cc-fa1d-4798-8b82-04894a6f8bfa", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:26:06Z", "hostId": "019940e19a7b1ae7bcf66d3fa083c7498a80fd0bd54c47880af1a37a", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-15T20:24:22Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:e5:cc:ec", "version": 4, "addr": "192.168.0.2", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e5:cc:ec", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:01:52:92", "version": 4, "addr": "192.168.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/99cb71c2-331c-48dd-b548-d074f602efeb", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/99cb71c2-331c-48dd-b548-d074f602efeb", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:24:12.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "99cb71c2-331c-48dd-b548-d074f602efeb", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:24:12Z", "hostId": "b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "ns.clearwater.opnfv", "created": "2018-08-15T20:22:28Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:31:33,603 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-e62026e3-2838-48f8-a729-3079b1899336 2018-08-15 20:31:33,603 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.317389965057s 2018-08-15 20:31:33,604 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-e62026e3-2838-48f8-a729-3079b1899336 2018-08-15 20:31:33,613 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-15 20:31:33,616 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/e6950a11-a5a7-4554-9dbb-df77b86ba400/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}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-15 20:31:33,687 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:31:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e4bd59c0-8074-4a6e-8ac8-37186cc8d980 x-compute-request-id: req-e4bd59c0-8074-4a6e-8ac8-37186cc8d980 Content-Encoding: gzip Content-Length: 10044 Content-Type: application/json RESP BODY: {"output": "[ 0.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-155-generic (buildd@lgw01-amd64-033) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #205-Ubuntu SMP Fri Aug 10 15:53:26 UTC 2018 (Ubuntu 3.13.0-155.205-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-155-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-155-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: 2039688K/2096616K available (7492K kernel code, 1163K rwdata, 3440K rodata, 1368K init, 1448K bss, 56928K 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.008004] pid_max: default: 32768 minimum: 301\n[ 0.009512] Security Framework initialized\n[ 0.010907] AppArmor: AppArmor initialized\n[ 0.012003] Yama: becoming mindful.\n[ 0.013358] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.017834] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.020889] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.022896] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.024321] Initializing cgroup subsys memory\n[ 0.025747] Initializing cgroup subsys devices\n[ 0.028004] Initializing cgroup subsys freezer\n[ 0.029425] Initializing cgroup subsys blkio\n[ 0.030808] Initializing cgroup subsys perf_event\n[ 0.032004] Initializing cgroup subsys hugetlb\n[ 0.033470] FEATURE SPEC_CTRL Not Present\n[ 0.036043] mce: CPU supports 10 MCE banks\n[ 0.037417] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.037417] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.040004] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.041957] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.044003] Speculative Store Bypass: Vulnerable\n[ 0.046128] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.052183] ACPI: Core revision 20131115\n[ 0.053970] ACPI: All ACPI Tables successfully acquired\n[ 0.055846] ftrace: allocating 28746 entries in 113 pages\n[ 0.076287] smpboot: Max logical packages: 2\n[ 0.077718] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.079701] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.080262] Enabling x2apic\n[ 0.081267] Enabled x2apic\n[ 0.084004] Switched APIC routing to physical x2apic.\n[ 0.086910] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.088002] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.092019] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.102021] KVM setup paravirtual spinlock\n[ 0.104820] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.106917] x86: Booting SMP configuration:\n[ 0.108004] .... node #0, CPUs: #1[ 0.104771] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.124028] x86: Booted up 1 node, 2 CPUs\n[ 0.124043] KVM setup async PF for cpu 1\n[ 0.124047] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.127966] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.128450] devtmpfs: initialized\n[ 0.130264] EVM: security.selinux\n[ 0.131230] EVM: security.SMACK64\n[ 0.132005] EVM: security.ima\n[ 0.132907] EVM: security.capability\n[ 0.133972] pinctrl core: initialized pinctrl subsystem\n[ 0.136060] regulator-dummy: no parameters\n[ 0.137248] RTC time: 20:27:23, date: 08/15/18\n[ 0.138446] NET: Registered protocol family 16\n[ 0.139717] cpuidle: using governor ladder\n[ 0.140004] cpuidle: using governor menu\n[ 0.141154] ACPI: bus type PCI registered\n[ 0.142245] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.143925] PCI: Using configuration type 1 for base access\n[ 0.144612] bio: create slab at 0\n[ 0.145188] ACPI: Added _OSI(Module Device)\n[ 0.145199] ACPI: Added _OSI(Processor Device)\n[ 0.148003] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.149225] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.151773] ACPI: Interpreter enabled\n[ 0.152006] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.154591] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.156742] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.159246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.161651] ACPI: (supports S0 S5)\n[ 0.164003] ACPI: Using IOAPIC for interrupt routing\n[ 0.165321] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.167854] ACPI: No dock devices found.\n[ 0.169995] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.171532] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.172007] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.173635] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.176213] acpiphp: Slot [3] registered\n[ 0.177332] acpiphp: Slot [4] registered\n[ 0.178446] acpiphp: Slot [5] registered\n[ 0.179552] acpiphp: Slot [6] registered\n[ 0.180020] acpiphp: Slot [7] registered\n[ 0.181114] acpiphp: Slot [8] registered\n[ 0.182202] acpiphp: Slot [9] registered\n[ 0.183299] acpiphp: Slot [10] registered\n[ 0.184026] acpiphp: Slot [11] registered\n[ 0.185188] acpiphp: Slot [12] registered\n[ 0.186493] acpiphp: Slot [13] registered\n[ 0.187627] acpiphp: Slot [14] registered\n[ 0.188020] acpiphp: Slot [15] registered\n[ 0.189138] acpiphp: Slot [16] registered\n[ 0.190278] acpiphp: Slot [17] registered\n[ 0.191528] acpiphp: Slot [18] registered\n[ 0.192028] acpiphp: Slot [19] registered\n[ 0.193147] acpiphp: Slot [20] registered\n[ 0.194261] acpiphp: Slot [21] registered\n[ 0.195374] acpiphp: Slot [22] registered\n[ 0.196020] acpiphp: Slot [23] registered\n[ 0.197143] acpiphp: Slot [24] registered\n[ 0.198264] acpiphp: Slot [25] registered\n[ 0.199372] acpiphp: Slot [26] registered\n[ 0.200020] acpiphp: Slot [27] registered\n[ 0.201131] acpiphp: Slot [28] registered\n[ 0.202225] acpiphp: Slot [29] registered\n[ 0.203332] acpiphp: Slot [30] registered\n[ 0.204028] acpiphp: Slot [31] registered\n[ 0.205124] PCI host bridge to bus 0000:00\n[ 0.206237] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.207624] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.208004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.209541] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.211211] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.212004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.219809] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.220014] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.248372] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.250463] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.252416] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.254412] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.256508] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.258345] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.260157] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.261491] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.263627] vgaarb: loaded\n[ 0.264003] vgaarb: bridge control possible 0000:00:02.0\n[ 0.265651] SCSI subsystem initialized\n[ 0.266879] ACPI: bus type USB registered\n[ 0.268028] usbcore: registered new interface driver usbfs\n[ 0.269432] usbcore: registered new interface driver hub\n[ 0.270844] usbcore: registered new device driver usb\n[ 0.272122] PCI: Using ACPI for IRQ routing\n[ 0.273540] NetLabel: Initializing\n[ 0.274549] NetLabel: domain hash size = 128\n[ 0.275712] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.276067] NetLabel: unlabeled traffic allowed by default\n[ 0.277487] Switched to clocksource kvm-clock\n[ 0.285025] AppArmor: AppArmor Filesystem Enabled\n[ 0.286362] pnp: PnP ACPI init\n[ 0.287281] ACPI: bus type PNP registered\n[ 0.289077] pnp: PnP ACPI: found 8 devices\n[ 0.290205] ACPI: bus type PNP unregistered\n[ 0.297759] NET: Registered protocol family 2\n[ 0.299275] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.301405] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.303289] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.305039] TCP: reno registered\n[ 0.305981] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.307501] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.309189] NET: Registered protocol family 1\n[ 0.310391] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.311890] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.313344] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.335859] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.358574] Trying to unpack rootfs image as initramfs...\n[ 0.462362] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.465520] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.467471] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.469246] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.471928] Scanning for low memory corruption every 60 seconds\n[ 0.474203] Initialise system trusted keyring\n[ 0.475540] audit: initializing netlink socket (disabled)\n[ 0.477186] type=2000 audit(1534364844.467:1): initialized\n[ 0.498854] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.501819] zbud: loaded\n[ 0.503030] VFS: Disk quotas dquot_6.5.2\n[ 0.504475] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.507055] fuse init (API version 7.22)\n[ 0.508559] msgmni has been set to 3997\n[ 0.509989] Key type big_key registered\n[ 0.511952] Key type asymmetric registered\n[ 0.513140] Asymmetric key parser 'x509' registered\n[ 0.514443] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.516790] io scheduler noop registered\n[ 0.518199] io scheduler deadline registered (default)\n[ 0.519906] io scheduler cfq registered\n[ 0.521326] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.523101] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.525218] ipmi message handler version 39.2\n[ 0.526736] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529120] ACPI: Power Button [PWRF]\n[ 0.530470] GHES: HEST is not enabled!\n[ 0.552804] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.597502] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.620579] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.623127] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.647462] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.651154] Linux agpgart interface v0.103\n[ 0.653691] brd: module loaded\n[ 0.655418] loop: module loaded\n[ 0.657012] blk-mq: CPU -> queue map\n[ 0.658360] CPU 0 -> Queue 0\n[ 0.659561] CPU 1 -> Queue 0\n[ 0.661559] vda: vda1\n[ 0.663802] scsi0 : ata_piix\n[ 0.665185] scsi1 : ata_piix\n[ 0.666485] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.668970] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.671822] libphy: Fixed MDIO Bus: probed\n[ 0.673586] tun: Universal TUN/TAP device driver, 1.6\n[ 0.675400] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.680598] PPP generic driver version 2.4.2\n[ 0.682310] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.684659] ehci-pci: EHCI PCI platform driver\n[ 0.686352] ehci-platform: EHCI generic platform driver\n[ 0.688232] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.690366] ohci-pci: OHCI PCI platform driver\n[ 0.692049] ohci-platform: OHCI generic platform driver\n[ 0.693966] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.724722] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.726127] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.728183] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.729886] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.731522] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.733455] usb usb1: Product: UHCI Host Controller\n[ 0.734711] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd\n[ 0.736247] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.737594] hub 1-0:1.0: USB hub found\n[ 0.738653] hub 1-0:1.0: 2 ports detected\n[ 0.739911] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.742753] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.744054] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.745552] mousedev: PS/2 mouse device common for all mice\n[ 0.747252] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.749582] rtc_cmos 00:00: RTC can wake from S4\n[ 0.751401] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.753371] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.755423] device-mapper: uevent: version 1.0.3\n[ 0.756972] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.759653] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.761612] TCP: cubic registered\n[ 0.762836] NET: Registered protocol family 10\n[ 0.764592] NET: Registered protocol family 17\n[ 0.766057] Key type dns_resolver registered\n[ 0.767610] Loading compiled-in X.509 certificates\n[ 0.769665] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b'\n[ 0.780066] registered taskstats version 1\n[ 0.783247] Key type trusted registered\n[ 0.787225] Key type encrypted registered\n[ 0.788356] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.789724] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.791685] regulator-dummy: disabling\n[ 0.792815] Magic number: 14:188:498\n[ 0.794066] rtc_cmos 00:00: setting system clock to 2018-08-15 20:27:24 UTC (1534364844)\n[ 0.796264] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.797759] EDD information not available.\n[ 0.829540] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.831689] Write protecting the kernel read-only data: 12288k\n[ 0.833822] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000)\n[ 0.837182] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000)\nLoading, please wait...\n[ 0.853386] systemd-udevd[107]: starting version 204\n[ 0.908462] FDC 0 is a S82078B\n[ 1.052032] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.216405] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.219114] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.221796] usb 1-1: Product: QEMU USB Tablet\n[ 1.223719] usb 1-1: Manufacturer: QEMU\n[ 1.225379] usb 1-1: SerialNumber: 42\n[ 1.929075] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3\n[ 2.464078] tsc: Refined TSC clocksource calibration: 3491.839 MHz\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.488548] 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[ 3.188737] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Stopping adjust system clock and timezone[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n[ 3.670559] EXT4-fs (vda1): re-mounted. Opts: (null)\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 * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Wed, 15 Aug 2018 20:27:28 +0000. Up 4.96 seconds.\ncloud-init-nonet[5.19]: waiting 10 seconds for network device\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 * 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 enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\ncloud-init-nonet[8.59]: static networking is now up\n * Starting configure network device[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Wed, 15 Aug 2018 20:27:32 +0000. Up 8.71 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:d1:da:9d |\nci-info: | eth0 | True | 192.168.0.18 | 255.255.255.0 | fa:16:3e:40:77:5b |\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:\n48:39:fe:ac:61:c8:67:b7:cc:59:ad:cb:ab:b5:ce:7a root@bono-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| |\n| . |\n| + |\n| o o |\n| o S |\n| . . o . |\n| o = + o . |\n| + * BEo |\n| . B=Oo |\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:\nac:3c:f8:ac:3b:2f:75:e5:b2:3f:d0:db:18:dd:86:29 root@bono-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| |\n| |\n| |\n| . . |\n| S+ . + |\n| o..+ E + o |\n| ..+. + * . |\n| oo .. + . |\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:\n12:43:0a:f1:07:17:13:03:ec:01:e3:1c:89:fd:8f:48 root@bono-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| o*=o.Bo |\n|.oo=o= o |\n| ooo.+ |\n| E o. o |\n| . . o. 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:\ncc:10:e5:52:0c:b0:4e:ba:9d:cc:12:9d:95:f3:b9:41 root@bono-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| ..o+o |\n| . =. |\n| o * E |\n| = o O . |\n| o + S |\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 * 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 D-Bus system message bus[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[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 ]\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 automatic crash report generation[74G[ OK ]\n * Starting OpenSSH server[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 CPU interrupts balancing 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 ]\n\nUbuntu 14.04.5 LTS bono-0 ttyS0\n\nbono-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Wed, 15 Aug 2018 20:29:36 +0000. Up 132.56 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Wed, 15 Aug 2018 20:30:37 +0000. Up 193.54 seconds.\n+ cat\n++ cut -d / -f 2\n++ echo 192.168.1.0/24\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\n"} 2018-08-15 20:31:33,687 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/e6950a11-a5a7-4554-9dbb-df77b86ba400/action used request id req-e4bd59c0-8074-4a6e-8ac8-37186cc8d980 2018-08-15 20:31:33,688 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0742611885071s 2018-08-15 20:31:33,689 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/e6950a11-a5a7-4554-9dbb-df77b86ba400/action used request id req-e4bd59c0-8074-4a6e-8ac8-37186cc8d980 2018-08-15 20:31:33,689 - 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-155-generic (buildd@lgw01-amd64-033) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #205-Ubuntu SMP Fri Aug 10 15:53:26 UTC 2018 (Ubuntu 3.13.0-155.205-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-155-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-155-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: 2039688K/2096616K available (7492K kernel code, 1163K rwdata, 3440K rodata, 1368K init, 1448K bss, 56928K 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.008004] pid_max: default: 32768 minimum: 301 [ 0.009512] Security Framework initialized [ 0.010907] AppArmor: AppArmor initialized [ 0.012003] Yama: becoming mindful. [ 0.013358] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.017834] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.020889] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.022896] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.024321] Initializing cgroup subsys memory [ 0.025747] Initializing cgroup subsys devices [ 0.028004] Initializing cgroup subsys freezer [ 0.029425] Initializing cgroup subsys blkio [ 0.030808] Initializing cgroup subsys perf_event [ 0.032004] Initializing cgroup subsys hugetlb [ 0.033470] FEATURE SPEC_CTRL Not Present [ 0.036043] mce: CPU supports 10 MCE banks [ 0.037417] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.037417] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.040004] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.041957] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.044003] Speculative Store Bypass: Vulnerable [ 0.046128] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.052183] ACPI: Core revision 20131115 [ 0.053970] ACPI: All ACPI Tables successfully acquired [ 0.055846] ftrace: allocating 28746 entries in 113 pages [ 0.076287] smpboot: Max logical packages: 2 [ 0.077718] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.079701] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.080262] Enabling x2apic [ 0.081267] Enabled x2apic [ 0.084004] Switched APIC routing to physical x2apic. [ 0.086910] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.088002] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.092019] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.102021] KVM setup paravirtual spinlock [ 0.104820] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.106917] x86: Booting SMP configuration: [ 0.108004] .... node #0, CPUs: #1[ 0.104771] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.124028] x86: Booted up 1 node, 2 CPUs [ 0.124043] KVM setup async PF for cpu 1 [ 0.124047] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.127966] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.128450] devtmpfs: initialized [ 0.130264] EVM: security.selinux [ 0.131230] EVM: security.SMACK64 [ 0.132005] EVM: security.ima [ 0.132907] EVM: security.capability [ 0.133972] pinctrl core: initialized pinctrl subsystem [ 0.136060] regulator-dummy: no parameters [ 0.137248] RTC time: 20:27:23, date: 08/15/18 [ 0.138446] NET: Registered protocol family 16 [ 0.139717] cpuidle: using governor ladder [ 0.140004] cpuidle: using governor menu [ 0.141154] ACPI: bus type PCI registered [ 0.142245] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.143925] PCI: Using configuration type 1 for base access [ 0.144612] bio: create slab at 0 [ 0.145188] ACPI: Added _OSI(Module Device) [ 0.145199] ACPI: Added _OSI(Processor Device) [ 0.148003] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.149225] ACPI: Added _OSI(Processor Aggregator Device) [ 0.151773] ACPI: Interpreter enabled [ 0.152006] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.154591] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.156742] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.159246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.161651] ACPI: (supports S0 S5) [ 0.164003] ACPI: Using IOAPIC for interrupt routing [ 0.165321] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.167854] ACPI: No dock devices found. [ 0.169995] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.171532] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.172007] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.173635] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.176213] acpiphp: Slot [3] registered [ 0.177332] acpiphp: Slot [4] registered [ 0.178446] acpiphp: Slot [5] registered [ 0.179552] acpiphp: Slot [6] registered [ 0.180020] acpiphp: Slot [7] registered [ 0.181114] acpiphp: Slot [8] registered [ 0.182202] acpiphp: Slot [9] registered [ 0.183299] acpiphp: Slot [10] registered [ 0.184026] acpiphp: Slot [11] registered [ 0.185188] acpiphp: Slot [12] registered [ 0.186493] acpiphp: Slot [13] registered [ 0.187627] acpiphp: Slot [14] registered [ 0.188020] acpiphp: Slot [15] registered [ 0.189138] acpiphp: Slot [16] registered [ 0.190278] acpiphp: Slot [17] registered [ 0.191528] acpiphp: Slot [18] registered [ 0.192028] acpiphp: Slot [19] registered [ 0.193147] acpiphp: Slot [20] registered [ 0.194261] acpiphp: Slot [21] registered [ 0.195374] acpiphp: Slot [22] registered [ 0.196020] acpiphp: Slot [23] registered [ 0.197143] acpiphp: Slot [24] registered [ 0.198264] acpiphp: Slot [25] registered [ 0.199372] acpiphp: Slot [26] registered [ 0.200020] acpiphp: Slot [27] registered [ 0.201131] acpiphp: Slot [28] registered [ 0.202225] acpiphp: Slot [29] registered [ 0.203332] acpiphp: Slot [30] registered [ 0.204028] acpiphp: Slot [31] registered [ 0.205124] PCI host bridge to bus 0000:00 [ 0.206237] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.207624] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.208004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.209541] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.211211] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.212004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.219809] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.220014] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.248372] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.250463] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.252416] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.254412] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.256508] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.258345] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.260157] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.261491] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.263627] vgaarb: loaded [ 0.264003] vgaarb: bridge control possible 0000:00:02.0 [ 0.265651] SCSI subsystem initialized [ 0.266879] ACPI: bus type USB registered [ 0.268028] usbcore: registered new interface driver usbfs [ 0.269432] usbcore: registered new interface driver hub [ 0.270844] usbcore: registered new device driver usb [ 0.272122] PCI: Using ACPI for IRQ routing [ 0.273540] NetLabel: Initializing [ 0.274549] NetLabel: domain hash size = 128 [ 0.275712] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.276067] NetLabel: unlabeled traffic allowed by default [ 0.277487] Switched to clocksource kvm-clock [ 0.285025] AppArmor: AppArmor Filesystem Enabled [ 0.286362] pnp: PnP ACPI init [ 0.287281] ACPI: bus type PNP registered [ 0.289077] pnp: PnP ACPI: found 8 devices [ 0.290205] ACPI: bus type PNP unregistered [ 0.297759] NET: Registered protocol family 2 [ 0.299275] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.301405] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.303289] TCP: Hash tables configured (established 16384 bind 16384) [ 0.305039] TCP: reno registered [ 0.305981] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.307501] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.309189] NET: Registered protocol family 1 [ 0.310391] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.311890] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.313344] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.335859] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.358574] Trying to unpack rootfs image as initramfs... [ 0.462362] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.465520] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.467471] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.469246] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.471928] Scanning for low memory corruption every 60 seconds [ 0.474203] Initialise system trusted keyring [ 0.475540] audit: initializing netlink socket (disabled) [ 0.477186] type=2000 audit(1534364844.467:1): initialized [ 0.498854] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.501819] zbud: loaded [ 0.503030] VFS: Disk quotas dquot_6.5.2 [ 0.504475] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.507055] fuse init (API version 7.22) [ 0.508559] msgmni has been set to 3997 [ 0.509989] Key type big_key registered [ 0.511952] Key type asymmetric registered [ 0.513140] Asymmetric key parser 'x509' registered [ 0.514443] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.516790] io scheduler noop registered [ 0.518199] io scheduler deadline registered (default) [ 0.519906] io scheduler cfq registered [ 0.521326] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.523101] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.525218] ipmi message handler version 39.2 [ 0.526736] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529120] ACPI: Power Button [PWRF] [ 0.530470] GHES: HEST is not enabled! [ 0.552804] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.597502] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.620579] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.623127] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.647462] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.651154] Linux agpgart interface v0.103 [ 0.653691] brd: module loaded [ 0.655418] loop: module loaded [ 0.657012] blk-mq: CPU -> queue map [ 0.658360] CPU 0 -> Queue 0 [ 0.659561] CPU 1 -> Queue 0 [ 0.661559] vda: vda1 [ 0.663802] scsi0 : ata_piix [ 0.665185] scsi1 : ata_piix [ 0.666485] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.668970] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.671822] libphy: Fixed MDIO Bus: probed [ 0.673586] tun: Universal TUN/TAP device driver, 1.6 [ 0.675400] tun: (C) 1999-2004 Max Krasnyansky [ 0.680598] PPP generic driver version 2.4.2 [ 0.682310] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.684659] ehci-pci: EHCI PCI platform driver [ 0.686352] ehci-platform: EHCI generic platform driver [ 0.688232] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.690366] ohci-pci: OHCI PCI platform driver [ 0.692049] ohci-platform: OHCI generic platform driver [ 0.693966] uhci_hcd: USB Universal Host Controller Interface driver [ 0.724722] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.726127] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.728183] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.729886] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.731522] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.733455] usb usb1: Product: UHCI Host Controller [ 0.734711] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd [ 0.736247] usb usb1: SerialNumber: 0000:00:01.2 [ 0.737594] hub 1-0:1.0: USB hub found [ 0.738653] hub 1-0:1.0: 2 ports detected [ 0.739911] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.742753] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.744054] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.745552] mousedev: PS/2 mouse device common for all mice [ 0.747252] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.749582] rtc_cmos 00:00: RTC can wake from S4 [ 0.751401] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.753371] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.755423] device-mapper: uevent: version 1.0.3 [ 0.756972] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.759653] ledtrig-cpu: registered to indicate activity on CPUs [ 0.761612] TCP: cubic registered [ 0.762836] NET: Registered protocol family 10 [ 0.764592] NET: Registered protocol family 17 [ 0.766057] Key type dns_resolver registered [ 0.767610] Loading compiled-in X.509 certificates [ 0.769665] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b' [ 0.780066] registered taskstats version 1 [ 0.783247] Key type trusted registered [ 0.787225] Key type encrypted registered [ 0.788356] AppArmor: AppArmor sha1 policy hashing enabled [ 0.789724] IMA: No TPM chip found, activating TPM-bypass! [ 0.791685] regulator-dummy: disabling [ 0.792815] Magic number: 14:188:498 [ 0.794066] rtc_cmos 00:00: setting system clock to 2018-08-15 20:27:24 UTC (1534364844) [ 0.796264] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.797759] EDD information not available. [ 0.829540] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.831689] Write protecting the kernel read-only data: 12288k [ 0.833822] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000) [ 0.837182] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000) Loading, please wait... [ 0.853386] systemd-udevd[107]: starting version 204 [ 0.908462] FDC 0 is a S82078B [ 1.052032] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.216405] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.219114] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.221796] usb 1-1: Product: QEMU USB Tablet [ 1.223719] usb 1-1: Manufacturer: QEMU [ 1.225379] usb 1-1: SerialNumber: 42 [ 1.929075] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 [ 2.464078] tsc: Refined TSC clocksource calibration: 3491.839 MHz 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.488548] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 3.188737] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Stopping adjust system clock and timezone[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] [ 3.670559] EXT4-fs (vda1): re-mounted. Opts: (null) * 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 ] * Starting Initialize or finalize resolvconf[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Wed, 15 Aug 2018 20:27:28 +0000. Up 4.96 seconds. cloud-init-nonet[5.19]: waiting 10 seconds for network device * 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 ] * 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 enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] cloud-init-nonet[8.59]: static networking is now up * Starting configure network device[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Wed, 15 Aug 2018 20:27:32 +0000. Up 8.71 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:d1:da:9d | ci-info: | eth0 | True | 192.168.0.18 | 255.255.255.0 | fa:16:3e:40:77:5b | 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: 48:39:fe:ac:61:c8:67:b7:cc:59:ad:cb:ab:b5:ce:7a root@bono-0 The key's randomart image is: +--[ RSA 2048]----+ | | | . | | + | | o o | | o S | | . . o . | | o = + o . | | + * BEo | | . B=Oo | +-----------------+ 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: ac:3c:f8:ac:3b:2f:75:e5:b2:3f:d0:db:18:dd:86:29 root@bono-0 The key's randomart image is: +--[ DSA 1024]----+ | | | | | | | . . | | S+ . + | | o..+ E + o | | ..+. + * . | | oo .. + . | | 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: 12:43:0a:f1:07:17:13:03:ec:01:e3:1c:89:fd:8f:48 root@bono-0 The key's randomart image is: +--[ECDSA 256]---+ | o*=o.Bo | |.oo=o= o | | ooo.+ | | E o. o | | . . o. 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: cc:10:e5:52:0c:b0:4e:ba:9d:cc:12:9d:95:f3:b9:41 root@bono-0 The key's randomart image is: +--[ED25519 256--+ | ..o+o | | . =. | | o * E | | = o 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 ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting SystemD login management service[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 regular background program processing daemon[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] * Starting OpenSSH server[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 CPU interrupts balancing 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 ] Ubuntu 14.04.5 LTS bono-0 ttyS0 bono-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Wed, 15 Aug 2018 20:29:36 +0000. Up 132.56 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Wed, 15 Aug 2018 20:30:37 +0000. Up 193.54 seconds. + cat ++ cut -d / -f 2 ++ echo 192.168.1.0/24 + 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 2018-08-15 20:31:33,690 - functest.core.singlevm - DEBUG - try 1: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-15 20:31:43,701 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:31:43,704 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" 2018-08-15 20:31:44,678 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:31: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-1caac30f-b354-4a87-a47b-4b8bd05167e0 x-compute-request-id: req-1caac30f-b354-4a87-a47b-4b8bd05167e0 Content-Encoding: gzip Content-Length: 1508 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:64:be:e5", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:64:be:e5", "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:27:5d:15", "version": 4, "addr": "192.168.1.2", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:27:5d:15", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/862ca86b-06ec-4d59-ae70-d91b3227a810", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/862ca86b-06ec-4d59-ae70-d91b3227a810", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:27:10.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "862ca86b-06ec-4d59-ae70-d91b3227a810", "security_groups": [{"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:27:10Z", "hostId": "019940e19a7b1ae7bcf66d3fa083c7498a80fd0bd54c47880af1a37a", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "homer-0.clearwater.opnfv", "created": "2018-08-15T20:26:30Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:40:77:5b", "version": 4, "addr": "192.168.0.18", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:40:77:5b", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d1:da:9d", "version": 4, "addr": "192.168.1.29", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d1:da:9d", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e6950a11-a5a7-4554-9dbb-df77b86ba400", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e6950a11-a5a7-4554-9dbb-df77b86ba400", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:27:22.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "e6950a11-a5a7-4554-9dbb-df77b86ba400", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:27:22Z", "hostId": "b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "bono-0.clearwater.opnfv", "created": "2018-08-15T20:26:30Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:51:74", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:51:74", "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:66:5e:3a", "version": 4, "addr": "192.168.1.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/ffc54980-6efe-4637-8bb5-39036958536d", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/ffc54980-6efe-4637-8bb5-39036958536d", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:27:20.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "ffc54980-6efe-4637-8bb5-39036958536d", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-mgmt"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:27:20Z", "hostId": "b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "dime-0.clearwater.opnfv", "created": "2018-08-15T20:26:30Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:a0:d6:2a", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:d6:2a", "version": 4, "addr": "172.30.9.213", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:0c:21", "version": 4, "addr": "192.168.1.21", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/59e09722-d046-47e2-8d46-98d35b577bb4", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/59e09722-d046-47e2-8d46-98d35b577bb4", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:27:18.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "59e09722-d046-47e2-8d46-98d35b577bb4", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:27:18Z", "hostId": "b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-15T20:26:29Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:67:a8:44", "version": 4, "addr": "192.168.0.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:67:a8:44", "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:5b:b2:38", "version": 4, "addr": "192.168.1.3", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/a76c441e-39fd-4d5f-93ae-d1b09ddfc9da", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/a76c441e-39fd-4d5f-93ae-d1b09ddfc9da", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:27:12.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "a76c441e-39fd-4d5f-93ae-d1b09ddfc9da", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:27:12Z", "hostId": "b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-15T20:26:29Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:9f:75:cc", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:75:cc", "version": 4, "addr": "172.30.9.217", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e0dd32cc-fa1d-4798-8b82-04894a6f8bfa", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e0dd32cc-fa1d-4798-8b82-04894a6f8bfa", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:26:06.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "e0dd32cc-fa1d-4798-8b82-04894a6f8bfa", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:26:06Z", "hostId": "019940e19a7b1ae7bcf66d3fa083c7498a80fd0bd54c47880af1a37a", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-15T20:24:22Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:e5:cc:ec", "version": 4, "addr": "192.168.0.2", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e5:cc:ec", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:01:52:92", "version": 4, "addr": "192.168.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/99cb71c2-331c-48dd-b548-d074f602efeb", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/99cb71c2-331c-48dd-b548-d074f602efeb", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:24:12.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "99cb71c2-331c-48dd-b548-d074f602efeb", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:24:12Z", "hostId": "b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "ns.clearwater.opnfv", "created": "2018-08-15T20:22:28Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:31:44,678 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-1caac30f-b354-4a87-a47b-4b8bd05167e0 2018-08-15 20:31:44,679 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.977456092834s 2018-08-15 20:31:44,679 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-1caac30f-b354-4a87-a47b-4b8bd05167e0 2018-08-15 20:31:44,687 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-15 20:31:44,689 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/e6950a11-a5a7-4554-9dbb-df77b86ba400/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}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-15 20:31:44,762 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:31: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-3d62a314-6fa8-4a19-b47e-a573891403b2 x-compute-request-id: req-3d62a314-6fa8-4a19-b47e-a573891403b2 Content-Encoding: gzip Content-Length: 11727 Content-Type: application/json RESP BODY: {"output": "[ 0.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-155-generic (buildd@lgw01-amd64-033) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #205-Ubuntu SMP Fri Aug 10 15:53:26 UTC 2018 (Ubuntu 3.13.0-155.205-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-155-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-155-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: 2039688K/2096616K available (7492K kernel code, 1163K rwdata, 3440K rodata, 1368K init, 1448K bss, 56928K 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.008004] pid_max: default: 32768 minimum: 301\n[ 0.009512] Security Framework initialized\n[ 0.010907] AppArmor: AppArmor initialized\n[ 0.012003] Yama: becoming mindful.\n[ 0.013358] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.017834] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.020889] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.022896] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.024321] Initializing cgroup subsys memory\n[ 0.025747] Initializing cgroup subsys devices\n[ 0.028004] Initializing cgroup subsys freezer\n[ 0.029425] Initializing cgroup subsys blkio\n[ 0.030808] Initializing cgroup subsys perf_event\n[ 0.032004] Initializing cgroup subsys hugetlb\n[ 0.033470] FEATURE SPEC_CTRL Not Present\n[ 0.036043] mce: CPU supports 10 MCE banks\n[ 0.037417] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.037417] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.040004] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.041957] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.044003] Speculative Store Bypass: Vulnerable\n[ 0.046128] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.052183] ACPI: Core revision 20131115\n[ 0.053970] ACPI: All ACPI Tables successfully acquired\n[ 0.055846] ftrace: allocating 28746 entries in 113 pages\n[ 0.076287] smpboot: Max logical packages: 2\n[ 0.077718] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.079701] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.080262] Enabling x2apic\n[ 0.081267] Enabled x2apic\n[ 0.084004] Switched APIC routing to physical x2apic.\n[ 0.086910] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.088002] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.092019] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.102021] KVM setup paravirtual spinlock\n[ 0.104820] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.106917] x86: Booting SMP configuration:\n[ 0.108004] .... node #0, CPUs: #1[ 0.104771] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.124028] x86: Booted up 1 node, 2 CPUs\n[ 0.124043] KVM setup async PF for cpu 1\n[ 0.124047] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.127966] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.128450] devtmpfs: initialized\n[ 0.130264] EVM: security.selinux\n[ 0.131230] EVM: security.SMACK64\n[ 0.132005] EVM: security.ima\n[ 0.132907] EVM: security.capability\n[ 0.133972] pinctrl core: initialized pinctrl subsystem\n[ 0.136060] regulator-dummy: no parameters\n[ 0.137248] RTC time: 20:27:23, date: 08/15/18\n[ 0.138446] NET: Registered protocol family 16\n[ 0.139717] cpuidle: using governor ladder\n[ 0.140004] cpuidle: using governor menu\n[ 0.141154] ACPI: bus type PCI registered\n[ 0.142245] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.143925] PCI: Using configuration type 1 for base access\n[ 0.144612] bio: create slab at 0\n[ 0.145188] ACPI: Added _OSI(Module Device)\n[ 0.145199] ACPI: Added _OSI(Processor Device)\n[ 0.148003] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.149225] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.151773] ACPI: Interpreter enabled\n[ 0.152006] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.154591] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.156742] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.159246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.161651] ACPI: (supports S0 S5)\n[ 0.164003] ACPI: Using IOAPIC for interrupt routing\n[ 0.165321] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.167854] ACPI: No dock devices found.\n[ 0.169995] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.171532] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.172007] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.173635] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.176213] acpiphp: Slot [3] registered\n[ 0.177332] acpiphp: Slot [4] registered\n[ 0.178446] acpiphp: Slot [5] registered\n[ 0.179552] acpiphp: Slot [6] registered\n[ 0.180020] acpiphp: Slot [7] registered\n[ 0.181114] acpiphp: Slot [8] registered\n[ 0.182202] acpiphp: Slot [9] registered\n[ 0.183299] acpiphp: Slot [10] registered\n[ 0.184026] acpiphp: Slot [11] registered\n[ 0.185188] acpiphp: Slot [12] registered\n[ 0.186493] acpiphp: Slot [13] registered\n[ 0.187627] acpiphp: Slot [14] registered\n[ 0.188020] acpiphp: Slot [15] registered\n[ 0.189138] acpiphp: Slot [16] registered\n[ 0.190278] acpiphp: Slot [17] registered\n[ 0.191528] acpiphp: Slot [18] registered\n[ 0.192028] acpiphp: Slot [19] registered\n[ 0.193147] acpiphp: Slot [20] registered\n[ 0.194261] acpiphp: Slot [21] registered\n[ 0.195374] acpiphp: Slot [22] registered\n[ 0.196020] acpiphp: Slot [23] registered\n[ 0.197143] acpiphp: Slot [24] registered\n[ 0.198264] acpiphp: Slot [25] registered\n[ 0.199372] acpiphp: Slot [26] registered\n[ 0.200020] acpiphp: Slot [27] registered\n[ 0.201131] acpiphp: Slot [28] registered\n[ 0.202225] acpiphp: Slot [29] registered\n[ 0.203332] acpiphp: Slot [30] registered\n[ 0.204028] acpiphp: Slot [31] registered\n[ 0.205124] PCI host bridge to bus 0000:00\n[ 0.206237] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.207624] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.208004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.209541] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.211211] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.212004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.219809] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.220014] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.248372] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.250463] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.252416] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.254412] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.256508] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.258345] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.260157] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.261491] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.263627] vgaarb: loaded\n[ 0.264003] vgaarb: bridge control possible 0000:00:02.0\n[ 0.265651] SCSI subsystem initialized\n[ 0.266879] ACPI: bus type USB registered\n[ 0.268028] usbcore: registered new interface driver usbfs\n[ 0.269432] usbcore: registered new interface driver hub\n[ 0.270844] usbcore: registered new device driver usb\n[ 0.272122] PCI: Using ACPI for IRQ routing\n[ 0.273540] NetLabel: Initializing\n[ 0.274549] NetLabel: domain hash size = 128\n[ 0.275712] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.276067] NetLabel: unlabeled traffic allowed by default\n[ 0.277487] Switched to clocksource kvm-clock\n[ 0.285025] AppArmor: AppArmor Filesystem Enabled\n[ 0.286362] pnp: PnP ACPI init\n[ 0.287281] ACPI: bus type PNP registered\n[ 0.289077] pnp: PnP ACPI: found 8 devices\n[ 0.290205] ACPI: bus type PNP unregistered\n[ 0.297759] NET: Registered protocol family 2\n[ 0.299275] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.301405] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.303289] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.305039] TCP: reno registered\n[ 0.305981] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.307501] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.309189] NET: Registered protocol family 1\n[ 0.310391] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.311890] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.313344] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.335859] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.358574] Trying to unpack rootfs image as initramfs...\n[ 0.462362] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.465520] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.467471] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.469246] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.471928] Scanning for low memory corruption every 60 seconds\n[ 0.474203] Initialise system trusted keyring\n[ 0.475540] audit: initializing netlink socket (disabled)\n[ 0.477186] type=2000 audit(1534364844.467:1): initialized\n[ 0.498854] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.501819] zbud: loaded\n[ 0.503030] VFS: Disk quotas dquot_6.5.2\n[ 0.504475] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.507055] fuse init (API version 7.22)\n[ 0.508559] msgmni has been set to 3997\n[ 0.509989] Key type big_key registered\n[ 0.511952] Key type asymmetric registered\n[ 0.513140] Asymmetric key parser 'x509' registered\n[ 0.514443] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.516790] io scheduler noop registered\n[ 0.518199] io scheduler deadline registered (default)\n[ 0.519906] io scheduler cfq registered\n[ 0.521326] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.523101] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.525218] ipmi message handler version 39.2\n[ 0.526736] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529120] ACPI: Power Button [PWRF]\n[ 0.530470] GHES: HEST is not enabled!\n[ 0.552804] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.597502] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.620579] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.623127] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.647462] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.651154] Linux agpgart interface v0.103\n[ 0.653691] brd: module loaded\n[ 0.655418] loop: module loaded\n[ 0.657012] blk-mq: CPU -> queue map\n[ 0.658360] CPU 0 -> Queue 0\n[ 0.659561] CPU 1 -> Queue 0\n[ 0.661559] vda: vda1\n[ 0.663802] scsi0 : ata_piix\n[ 0.665185] scsi1 : ata_piix\n[ 0.666485] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.668970] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.671822] libphy: Fixed MDIO Bus: probed\n[ 0.673586] tun: Universal TUN/TAP device driver, 1.6\n[ 0.675400] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.680598] PPP generic driver version 2.4.2\n[ 0.682310] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.684659] ehci-pci: EHCI PCI platform driver\n[ 0.686352] ehci-platform: EHCI generic platform driver\n[ 0.688232] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.690366] ohci-pci: OHCI PCI platform driver\n[ 0.692049] ohci-platform: OHCI generic platform driver\n[ 0.693966] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.724722] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.726127] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.728183] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.729886] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.731522] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.733455] usb usb1: Product: UHCI Host Controller\n[ 0.734711] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd\n[ 0.736247] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.737594] hub 1-0:1.0: USB hub found\n[ 0.738653] hub 1-0:1.0: 2 ports detected\n[ 0.739911] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.742753] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.744054] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.745552] mousedev: PS/2 mouse device common for all mice\n[ 0.747252] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.749582] rtc_cmos 00:00: RTC can wake from S4\n[ 0.751401] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.753371] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.755423] device-mapper: uevent: version 1.0.3\n[ 0.756972] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.759653] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.761612] TCP: cubic registered\n[ 0.762836] NET: Registered protocol family 10\n[ 0.764592] NET: Registered protocol family 17\n[ 0.766057] Key type dns_resolver registered\n[ 0.767610] Loading compiled-in X.509 certificates\n[ 0.769665] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b'\n[ 0.780066] registered taskstats version 1\n[ 0.783247] Key type trusted registered\n[ 0.787225] Key type encrypted registered\n[ 0.788356] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.789724] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.791685] regulator-dummy: disabling\n[ 0.792815] Magic number: 14:188:498\n[ 0.794066] rtc_cmos 00:00: setting system clock to 2018-08-15 20:27:24 UTC (1534364844)\n[ 0.796264] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.797759] EDD information not available.\n[ 0.829540] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.831689] Write protecting the kernel read-only data: 12288k\n[ 0.833822] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000)\n[ 0.837182] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000)\nLoading, please wait...\n[ 0.853386] systemd-udevd[107]: starting version 204\n[ 0.908462] FDC 0 is a S82078B\n[ 1.052032] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.216405] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.219114] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.221796] usb 1-1: Product: QEMU USB Tablet\n[ 1.223719] usb 1-1: Manufacturer: QEMU\n[ 1.225379] usb 1-1: SerialNumber: 42\n[ 1.929075] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3\n[ 2.464078] tsc: Refined TSC clocksource calibration: 3491.839 MHz\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.488548] 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[ 3.188737] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Stopping adjust system clock and timezone[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n[ 3.670559] EXT4-fs (vda1): re-mounted. Opts: (null)\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 * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Wed, 15 Aug 2018 20:27:28 +0000. Up 4.96 seconds.\ncloud-init-nonet[5.19]: waiting 10 seconds for network device\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 * 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 enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\ncloud-init-nonet[8.59]: static networking is now up\n * Starting configure network device[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Wed, 15 Aug 2018 20:27:32 +0000. Up 8.71 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:d1:da:9d |\nci-info: | eth0 | True | 192.168.0.18 | 255.255.255.0 | fa:16:3e:40:77:5b |\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:\n48:39:fe:ac:61:c8:67:b7:cc:59:ad:cb:ab:b5:ce:7a root@bono-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| |\n| . |\n| + |\n| o o |\n| o S |\n| . . o . |\n| o = + o . |\n| + * BEo |\n| . B=Oo |\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:\nac:3c:f8:ac:3b:2f:75:e5:b2:3f:d0:db:18:dd:86:29 root@bono-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| |\n| |\n| |\n| . . |\n| S+ . + |\n| o..+ E + o |\n| ..+. + * . |\n| oo .. + . |\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:\n12:43:0a:f1:07:17:13:03:ec:01:e3:1c:89:fd:8f:48 root@bono-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| o*=o.Bo |\n|.oo=o= o |\n| ooo.+ |\n| E o. o |\n| . . o. 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:\ncc:10:e5:52:0c:b0:4e:ba:9d:cc:12:9d:95:f3:b9:41 root@bono-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| ..o+o |\n| . =. |\n| o * E |\n| = o O . |\n| o + S |\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 * 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 D-Bus system message bus[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[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 ]\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 automatic crash report generation[74G[ OK ]\n * Starting OpenSSH server[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 CPU interrupts balancing 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 ]\n\nUbuntu 14.04.5 LTS bono-0 ttyS0\n\nbono-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Wed, 15 Aug 2018 20:29:36 +0000. Up 132.56 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Wed, 15 Aug 2018 20:30:37 +0000. Up 193.54 seconds.\n+ cat\n++ cut -d / -f 2\n++ echo 192.168.1.0/24\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://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://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 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'\nErr http://security.ubuntu.com trusty-security Release.gpg\n Could not resolve 'security.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.12\n+ '[' -n 192.168.0.12 ']'\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.203\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.203\n++ echo A 172.30.9.203\n++ ip2rr 172.30.9.209\n++ echo 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.209\n++ ip2rr 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.209\n++ echo A 172.30.9.209\n+ echo 'nameserver 192.168.0.2'\n+ echo RESOLV_CONF=/etc/dnsmasq.resolv.conf\n+ mkdir -p /etc/netns/signaling\n+ echo 'nameserver 192.168.1.11'\n+ service dnsmasq force-reload\ndnsmasq: unrecognized service\n2018-08-15 20:31:40,658 - util.py[WARNING]: Failed running /var/lib/cloud/instance/scripts/part-001 [1]\n2018-08-15 20:31:40,664 - cc_scripts_user.py[WARNING]: Failed to run module scripts-user (scripts in /var/lib/cloud/instance/scripts)\n2018-08-15 20:31:40,664 - 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 | cb:82:2f:b5:6b:67:db:9f:f1:98:9f:eb:b7:58:bb:2c | - | Generated-by-Nova |\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nec2: \nec2: #############################################################\nec2: -----BEGIN SSH HOST KEY FINGERPRINTS-----\nec2: 1024 ac:3c:f8:ac:3b:2f:75:e5:b2:3f:d0:db:18:dd:86:29 root@bono-0 (DSA)\nec2: 256 12:43:0a:f1:07:17:13:03:ec:01:e3:1c:89:fd:8f:48 root@bono-0 (ECDSA)\nec2: 256 cc:10:e5:52:0c:b0:4e:ba:9d:cc:12:9d:95:f3:b9:41 root@bono-0 (ED25519)\nec2: 2048 48:39:fe:ac:61:c8:67:b7:cc:59:ad:cb:ab:b5:ce:7a root@bono-0 (RSA)\nec2: -----END SSH HOST KEY FINGERPRINTS-----\nec2: #############################################################\n-----BEGIN SSH HOST KEY KEYS-----\necdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJOsFZXd5IT1w0meXlqasG/DOXZZ4RPIdGfelIPrJCgCihP5VtjrfnbaLkO2CIwBfXaehc5fqCz+sAAlG3ZVaJ0= root@bono-0\nssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEaPG5TY1CrV/rMF0N9V9jT+8+KZ/NY68LO7fz4AdIqt root@bono-0\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDDh0fbIzWQUpQezQbk5il1lLIdY8p3JnX3lbyqS4opAn+/YIHqoQCBCex4wrHxO9vZCZKYXMhhDzMmFs63YbZiRqUVoldBlx+W/AJW3mRVH2EcaOgWHesnVjd9IOWoi1rzBzWNbmh1kpBN4zDv1+7+L9M6Pmv2ZLaUPwOtRvfT9WlvGMOyANnh2UjM/B9LemBPyHXve/EenVkEvQEzRHRYvQ/7GGrwVWnMkCS2idaGe6NmKw65irNG3htR28qCFRoIiMX33PyFmbp/WY0vlUpE9ked+8G373g6hOI9f14pF3r4XZTnhImfIDa+Une+QokBtzXg42l0KBPCg9r5B7yj root@bono-0\n-----END SSH HOST KEY KEYS-----\nCloud-init v. 0.7.5 finished at Wed, 15 Aug 2018 20:31:40 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 256.99 seconds\n"} 2018-08-15 20:31:44,763 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/e6950a11-a5a7-4554-9dbb-df77b86ba400/action used request id req-3d62a314-6fa8-4a19-b47e-a573891403b2 2018-08-15 20:31:44,763 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0766229629517s 2018-08-15 20:31:44,764 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/e6950a11-a5a7-4554-9dbb-df77b86ba400/action used request id req-3d62a314-6fa8-4a19-b47e-a573891403b2 2018-08-15 20:31:44,765 - 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-155-generic (buildd@lgw01-amd64-033) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #205-Ubuntu SMP Fri Aug 10 15:53:26 UTC 2018 (Ubuntu 3.13.0-155.205-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-155-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-155-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: 2039688K/2096616K available (7492K kernel code, 1163K rwdata, 3440K rodata, 1368K init, 1448K bss, 56928K 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.008004] pid_max: default: 32768 minimum: 301 [ 0.009512] Security Framework initialized [ 0.010907] AppArmor: AppArmor initialized [ 0.012003] Yama: becoming mindful. [ 0.013358] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.017834] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.020889] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.022896] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.024321] Initializing cgroup subsys memory [ 0.025747] Initializing cgroup subsys devices [ 0.028004] Initializing cgroup subsys freezer [ 0.029425] Initializing cgroup subsys blkio [ 0.030808] Initializing cgroup subsys perf_event [ 0.032004] Initializing cgroup subsys hugetlb [ 0.033470] FEATURE SPEC_CTRL Not Present [ 0.036043] mce: CPU supports 10 MCE banks [ 0.037417] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.037417] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.040004] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.041957] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.044003] Speculative Store Bypass: Vulnerable [ 0.046128] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.052183] ACPI: Core revision 20131115 [ 0.053970] ACPI: All ACPI Tables successfully acquired [ 0.055846] ftrace: allocating 28746 entries in 113 pages [ 0.076287] smpboot: Max logical packages: 2 [ 0.077718] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.079701] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.080262] Enabling x2apic [ 0.081267] Enabled x2apic [ 0.084004] Switched APIC routing to physical x2apic. [ 0.086910] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.088002] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.092019] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.102021] KVM setup paravirtual spinlock [ 0.104820] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.106917] x86: Booting SMP configuration: [ 0.108004] .... node #0, CPUs: #1[ 0.104771] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.124028] x86: Booted up 1 node, 2 CPUs [ 0.124043] KVM setup async PF for cpu 1 [ 0.124047] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.127966] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.128450] devtmpfs: initialized [ 0.130264] EVM: security.selinux [ 0.131230] EVM: security.SMACK64 [ 0.132005] EVM: security.ima [ 0.132907] EVM: security.capability [ 0.133972] pinctrl core: initialized pinctrl subsystem [ 0.136060] regulator-dummy: no parameters [ 0.137248] RTC time: 20:27:23, date: 08/15/18 [ 0.138446] NET: Registered protocol family 16 [ 0.139717] cpuidle: using governor ladder [ 0.140004] cpuidle: using governor menu [ 0.141154] ACPI: bus type PCI registered [ 0.142245] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.143925] PCI: Using configuration type 1 for base access [ 0.144612] bio: create slab at 0 [ 0.145188] ACPI: Added _OSI(Module Device) [ 0.145199] ACPI: Added _OSI(Processor Device) [ 0.148003] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.149225] ACPI: Added _OSI(Processor Aggregator Device) [ 0.151773] ACPI: Interpreter enabled [ 0.152006] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.154591] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.156742] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.159246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.161651] ACPI: (supports S0 S5) [ 0.164003] ACPI: Using IOAPIC for interrupt routing [ 0.165321] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.167854] ACPI: No dock devices found. [ 0.169995] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.171532] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.172007] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.173635] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.176213] acpiphp: Slot [3] registered [ 0.177332] acpiphp: Slot [4] registered [ 0.178446] acpiphp: Slot [5] registered [ 0.179552] acpiphp: Slot [6] registered [ 0.180020] acpiphp: Slot [7] registered [ 0.181114] acpiphp: Slot [8] registered [ 0.182202] acpiphp: Slot [9] registered [ 0.183299] acpiphp: Slot [10] registered [ 0.184026] acpiphp: Slot [11] registered [ 0.185188] acpiphp: Slot [12] registered [ 0.186493] acpiphp: Slot [13] registered [ 0.187627] acpiphp: Slot [14] registered [ 0.188020] acpiphp: Slot [15] registered [ 0.189138] acpiphp: Slot [16] registered [ 0.190278] acpiphp: Slot [17] registered [ 0.191528] acpiphp: Slot [18] registered [ 0.192028] acpiphp: Slot [19] registered [ 0.193147] acpiphp: Slot [20] registered [ 0.194261] acpiphp: Slot [21] registered [ 0.195374] acpiphp: Slot [22] registered [ 0.196020] acpiphp: Slot [23] registered [ 0.197143] acpiphp: Slot [24] registered [ 0.198264] acpiphp: Slot [25] registered [ 0.199372] acpiphp: Slot [26] registered [ 0.200020] acpiphp: Slot [27] registered [ 0.201131] acpiphp: Slot [28] registered [ 0.202225] acpiphp: Slot [29] registered [ 0.203332] acpiphp: Slot [30] registered [ 0.204028] acpiphp: Slot [31] registered [ 0.205124] PCI host bridge to bus 0000:00 [ 0.206237] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.207624] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.208004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.209541] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.211211] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.212004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.219809] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.220014] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.248372] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.250463] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.252416] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.254412] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.256508] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.258345] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.260157] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.261491] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.263627] vgaarb: loaded [ 0.264003] vgaarb: bridge control possible 0000:00:02.0 [ 0.265651] SCSI subsystem initialized [ 0.266879] ACPI: bus type USB registered [ 0.268028] usbcore: registered new interface driver usbfs [ 0.269432] usbcore: registered new interface driver hub [ 0.270844] usbcore: registered new device driver usb [ 0.272122] PCI: Using ACPI for IRQ routing [ 0.273540] NetLabel: Initializing [ 0.274549] NetLabel: domain hash size = 128 [ 0.275712] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.276067] NetLabel: unlabeled traffic allowed by default [ 0.277487] Switched to clocksource kvm-clock [ 0.285025] AppArmor: AppArmor Filesystem Enabled [ 0.286362] pnp: PnP ACPI init [ 0.287281] ACPI: bus type PNP registered [ 0.289077] pnp: PnP ACPI: found 8 devices [ 0.290205] ACPI: bus type PNP unregistered [ 0.297759] NET: Registered protocol family 2 [ 0.299275] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.301405] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.303289] TCP: Hash tables configured (established 16384 bind 16384) [ 0.305039] TCP: reno registered [ 0.305981] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.307501] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.309189] NET: Registered protocol family 1 [ 0.310391] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.311890] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.313344] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.335859] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.358574] Trying to unpack rootfs image as initramfs... [ 0.462362] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.465520] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.467471] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.469246] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.471928] Scanning for low memory corruption every 60 seconds [ 0.474203] Initialise system trusted keyring [ 0.475540] audit: initializing netlink socket (disabled) [ 0.477186] type=2000 audit(1534364844.467:1): initialized [ 0.498854] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.501819] zbud: loaded [ 0.503030] VFS: Disk quotas dquot_6.5.2 [ 0.504475] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.507055] fuse init (API version 7.22) [ 0.508559] msgmni has been set to 3997 [ 0.509989] Key type big_key registered [ 0.511952] Key type asymmetric registered [ 0.513140] Asymmetric key parser 'x509' registered [ 0.514443] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.516790] io scheduler noop registered [ 0.518199] io scheduler deadline registered (default) [ 0.519906] io scheduler cfq registered [ 0.521326] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.523101] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.525218] ipmi message handler version 39.2 [ 0.526736] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529120] ACPI: Power Button [PWRF] [ 0.530470] GHES: HEST is not enabled! [ 0.552804] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.597502] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.620579] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.623127] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.647462] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.651154] Linux agpgart interface v0.103 [ 0.653691] brd: module loaded [ 0.655418] loop: module loaded [ 0.657012] blk-mq: CPU -> queue map [ 0.658360] CPU 0 -> Queue 0 [ 0.659561] CPU 1 -> Queue 0 [ 0.661559] vda: vda1 [ 0.663802] scsi0 : ata_piix [ 0.665185] scsi1 : ata_piix [ 0.666485] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.668970] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.671822] libphy: Fixed MDIO Bus: probed [ 0.673586] tun: Universal TUN/TAP device driver, 1.6 [ 0.675400] tun: (C) 1999-2004 Max Krasnyansky [ 0.680598] PPP generic driver version 2.4.2 [ 0.682310] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.684659] ehci-pci: EHCI PCI platform driver [ 0.686352] ehci-platform: EHCI generic platform driver [ 0.688232] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.690366] ohci-pci: OHCI PCI platform driver [ 0.692049] ohci-platform: OHCI generic platform driver [ 0.693966] uhci_hcd: USB Universal Host Controller Interface driver [ 0.724722] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.726127] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.728183] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.729886] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.731522] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.733455] usb usb1: Product: UHCI Host Controller [ 0.734711] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd [ 0.736247] usb usb1: SerialNumber: 0000:00:01.2 [ 0.737594] hub 1-0:1.0: USB hub found [ 0.738653] hub 1-0:1.0: 2 ports detected [ 0.739911] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.742753] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.744054] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.745552] mousedev: PS/2 mouse device common for all mice [ 0.747252] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.749582] rtc_cmos 00:00: RTC can wake from S4 [ 0.751401] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.753371] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.755423] device-mapper: uevent: version 1.0.3 [ 0.756972] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.759653] ledtrig-cpu: registered to indicate activity on CPUs [ 0.761612] TCP: cubic registered [ 0.762836] NET: Registered protocol family 10 [ 0.764592] NET: Registered protocol family 17 [ 0.766057] Key type dns_resolver registered [ 0.767610] Loading compiled-in X.509 certificates [ 0.769665] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b' [ 0.780066] registered taskstats version 1 [ 0.783247] Key type trusted registered [ 0.787225] Key type encrypted registered [ 0.788356] AppArmor: AppArmor sha1 policy hashing enabled [ 0.789724] IMA: No TPM chip found, activating TPM-bypass! [ 0.791685] regulator-dummy: disabling [ 0.792815] Magic number: 14:188:498 [ 0.794066] rtc_cmos 00:00: setting system clock to 2018-08-15 20:27:24 UTC (1534364844) [ 0.796264] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.797759] EDD information not available. [ 0.829540] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.831689] Write protecting the kernel read-only data: 12288k [ 0.833822] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000) [ 0.837182] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000) Loading, please wait... [ 0.853386] systemd-udevd[107]: starting version 204 [ 0.908462] FDC 0 is a S82078B [ 1.052032] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.216405] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.219114] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.221796] usb 1-1: Product: QEMU USB Tablet [ 1.223719] usb 1-1: Manufacturer: QEMU [ 1.225379] usb 1-1: SerialNumber: 42 [ 1.929075] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 [ 2.464078] tsc: Refined TSC clocksource calibration: 3491.839 MHz 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.488548] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 3.188737] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Stopping adjust system clock and timezone[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] [ 3.670559] EXT4-fs (vda1): re-mounted. Opts: (null) * 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 ] * Starting Initialize or finalize resolvconf[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Wed, 15 Aug 2018 20:27:28 +0000. Up 4.96 seconds. cloud-init-nonet[5.19]: waiting 10 seconds for network device * 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 ] * 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 enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] cloud-init-nonet[8.59]: static networking is now up * Starting configure network device[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Wed, 15 Aug 2018 20:27:32 +0000. Up 8.71 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:d1:da:9d | ci-info: | eth0 | True | 192.168.0.18 | 255.255.255.0 | fa:16:3e:40:77:5b | 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: 48:39:fe:ac:61:c8:67:b7:cc:59:ad:cb:ab:b5:ce:7a root@bono-0 The key's randomart image is: +--[ RSA 2048]----+ | | | . | | + | | o o | | o S | | . . o . | | o = + o . | | + * BEo | | . B=Oo | +-----------------+ 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: ac:3c:f8:ac:3b:2f:75:e5:b2:3f:d0:db:18:dd:86:29 root@bono-0 The key's randomart image is: +--[ DSA 1024]----+ | | | | | | | . . | | S+ . + | | o..+ E + o | | ..+. + * . | | oo .. + . | | 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: 12:43:0a:f1:07:17:13:03:ec:01:e3:1c:89:fd:8f:48 root@bono-0 The key's randomart image is: +--[ECDSA 256]---+ | o*=o.Bo | |.oo=o= o | | ooo.+ | | E o. o | | . . o. 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: cc:10:e5:52:0c:b0:4e:ba:9d:cc:12:9d:95:f3:b9:41 root@bono-0 The key's randomart image is: +--[ED25519 256--+ | ..o+o | | . =. | | o * E | | = o 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 ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting SystemD login management service[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 regular background program processing daemon[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] * Starting OpenSSH server[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 CPU interrupts balancing 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 ] Ubuntu 14.04.5 LTS bono-0 ttyS0 bono-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Wed, 15 Aug 2018 20:29:36 +0000. Up 132.56 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Wed, 15 Aug 2018 20:30:37 +0000. Up 193.54 seconds. + cat ++ cut -d / -f 2 ++ echo 192.168.1.0/24 + 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://archive.ubuntu.com trusty InRelease Err http://archive.ubuntu.com trusty-updates InRelease Err http://archive.ubuntu.com trusty-backports 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 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' Err http://security.ubuntu.com trusty-security Release.gpg Could not resolve 'security.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.12 + '[' -n 192.168.0.12 ']' + 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.203 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.203 ++ echo A 172.30.9.203 ++ ip2rr 172.30.9.209 ++ echo 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.209 ++ ip2rr 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.209 ++ echo A 172.30.9.209 + echo 'nameserver 192.168.0.2' + echo RESOLV_CONF=/etc/dnsmasq.resolv.conf + mkdir -p /etc/netns/signaling + echo 'nameserver 192.168.1.11' + service dnsmasq force-reload dnsmasq: unrecognized service 2018-08-15 20:31:40,658 - util.py[WARNING]: Failed running /var/lib/cloud/instance/scripts/part-001 [1] 2018-08-15 20:31:40,664 - cc_scripts_user.py[WARNING]: Failed to run module scripts-user (scripts in /var/lib/cloud/instance/scripts) 2018-08-15 20:31:40,664 - 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 | cb:82:2f:b5:6b:67:db:9f:f1:98:9f:eb:b7:58:bb:2c | - | Generated-by-Nova | ci-info: +---------+-------------------------------------------------+---------+-------------------+ ec2: ec2: ############################################################# ec2: -----BEGIN SSH HOST KEY FINGERPRINTS----- ec2: 1024 ac:3c:f8:ac:3b:2f:75:e5:b2:3f:d0:db:18:dd:86:29 root@bono-0 (DSA) ec2: 256 12:43:0a:f1:07:17:13:03:ec:01:e3:1c:89:fd:8f:48 root@bono-0 (ECDSA) ec2: 256 cc:10:e5:52:0c:b0:4e:ba:9d:cc:12:9d:95:f3:b9:41 root@bono-0 (ED25519) ec2: 2048 48:39:fe:ac:61:c8:67:b7:cc:59:ad:cb:ab:b5:ce:7a root@bono-0 (RSA) ec2: -----END SSH HOST KEY FINGERPRINTS----- ec2: ############################################################# -----BEGIN SSH HOST KEY KEYS----- ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJOsFZXd5IT1w0meXlqasG/DOXZZ4RPIdGfelIPrJCgCihP5VtjrfnbaLkO2CIwBfXaehc5fqCz+sAAlG3ZVaJ0= root@bono-0 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEaPG5TY1CrV/rMF0N9V9jT+8+KZ/NY68LO7fz4AdIqt root@bono-0 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDDh0fbIzWQUpQezQbk5il1lLIdY8p3JnX3lbyqS4opAn+/YIHqoQCBCex4wrHxO9vZCZKYXMhhDzMmFs63YbZiRqUVoldBlx+W/AJW3mRVH2EcaOgWHesnVjd9IOWoi1rzBzWNbmh1kpBN4zDv1+7+L9M6Pmv2ZLaUPwOtRvfT9WlvGMOyANnh2UjM/B9LemBPyHXve/EenVkEvQEzRHRYvQ/7GGrwVWnMkCS2idaGe6NmKw65irNG3htR28qCFRoIiMX33PyFmbp/WY0vlUpE9ked+8G373g6hOI9f14pF3r4XZTnhImfIDa+Une+QokBtzXg42l0KBPCg9r5B7yj root@bono-0 -----END SSH HOST KEY KEYS----- Cloud-init v. 0.7.5 finished at Wed, 15 Aug 2018 20:31:40 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 256.99 seconds 2018-08-15 20:31:44,767 - functest.core.singlevm - DEBUG - regex found: ''Cloud-init .* finished at ' in console 2018-08-15 20:31:44,767 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:31:44,770 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" 2018-08-15 20:31:45,676 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:31: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-f66afaa9-be6d-4250-97ce-4e6d659c28bc x-compute-request-id: req-f66afaa9-be6d-4250-97ce-4e6d659c28bc Content-Encoding: gzip Content-Length: 1508 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:64:be:e5", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:64:be:e5", "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:27:5d:15", "version": 4, "addr": "192.168.1.2", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:27:5d:15", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/862ca86b-06ec-4d59-ae70-d91b3227a810", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/862ca86b-06ec-4d59-ae70-d91b3227a810", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:27:10.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "862ca86b-06ec-4d59-ae70-d91b3227a810", "security_groups": [{"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:27:10Z", "hostId": "019940e19a7b1ae7bcf66d3fa083c7498a80fd0bd54c47880af1a37a", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "homer-0.clearwater.opnfv", "created": "2018-08-15T20:26:30Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:40:77:5b", "version": 4, "addr": "192.168.0.18", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:40:77:5b", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d1:da:9d", "version": 4, "addr": "192.168.1.29", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d1:da:9d", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e6950a11-a5a7-4554-9dbb-df77b86ba400", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e6950a11-a5a7-4554-9dbb-df77b86ba400", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:27:22.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "e6950a11-a5a7-4554-9dbb-df77b86ba400", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:27:22Z", "hostId": "b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "bono-0.clearwater.opnfv", "created": "2018-08-15T20:26:30Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:51:74", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:51:74", "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:66:5e:3a", "version": 4, "addr": "192.168.1.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/ffc54980-6efe-4637-8bb5-39036958536d", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/ffc54980-6efe-4637-8bb5-39036958536d", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:27:20.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "ffc54980-6efe-4637-8bb5-39036958536d", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-mgmt"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:27:20Z", "hostId": "b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "dime-0.clearwater.opnfv", "created": "2018-08-15T20:26:30Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:a0:d6:2a", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:d6:2a", "version": 4, "addr": "172.30.9.213", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:0c:21", "version": 4, "addr": "192.168.1.21", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/59e09722-d046-47e2-8d46-98d35b577bb4", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/59e09722-d046-47e2-8d46-98d35b577bb4", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:27:18.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "59e09722-d046-47e2-8d46-98d35b577bb4", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:27:18Z", "hostId": "b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-15T20:26:29Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:67:a8:44", "version": 4, "addr": "192.168.0.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:67:a8:44", "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:5b:b2:38", "version": 4, "addr": "192.168.1.3", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/a76c441e-39fd-4d5f-93ae-d1b09ddfc9da", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/a76c441e-39fd-4d5f-93ae-d1b09ddfc9da", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:27:12.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "a76c441e-39fd-4d5f-93ae-d1b09ddfc9da", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:27:12Z", "hostId": "b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-15T20:26:29Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:9f:75:cc", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:75:cc", "version": 4, "addr": "172.30.9.217", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e0dd32cc-fa1d-4798-8b82-04894a6f8bfa", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e0dd32cc-fa1d-4798-8b82-04894a6f8bfa", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:26:06.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "e0dd32cc-fa1d-4798-8b82-04894a6f8bfa", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:26:06Z", "hostId": "019940e19a7b1ae7bcf66d3fa083c7498a80fd0bd54c47880af1a37a", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-15T20:24:22Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:e5:cc:ec", "version": 4, "addr": "192.168.0.2", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e5:cc:ec", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:01:52:92", "version": 4, "addr": "192.168.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/99cb71c2-331c-48dd-b548-d074f602efeb", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/99cb71c2-331c-48dd-b548-d074f602efeb", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:24:12.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "99cb71c2-331c-48dd-b548-d074f602efeb", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:24:12Z", "hostId": "b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "ns.clearwater.opnfv", "created": "2018-08-15T20:22:28Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:31:45,676 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-f66afaa9-be6d-4250-97ce-4e6d659c28bc 2018-08-15 20:31:45,676 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.908969163895s 2018-08-15 20:31:45,677 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-f66afaa9-be6d-4250-97ce-4e6d659c28bc 2018-08-15 20:31:45,684 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-15 20:31:45,687 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/ffc54980-6efe-4637-8bb5-39036958536d/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}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-15 20:31:45,759 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:31: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-091e6a4d-74a0-46b8-9826-e566f6e1d48f x-compute-request-id: req-091e6a4d-74a0-46b8-9826-e566f6e1d48f Content-Encoding: gzip Content-Length: 10436 Content-Type: application/json RESP BODY: {"output": "[ 0.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-155-generic (buildd@lgw01-amd64-033) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #205-Ubuntu SMP Fri Aug 10 15:53:26 UTC 2018 (Ubuntu 3.13.0-155.205-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-155-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-155-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: 2039688K/2096616K available (7492K kernel code, 1163K rwdata, 3440K rodata, 1368K init, 1448K bss, 56928K 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.008019] pid_max: default: 32768 minimum: 301\n[ 0.009492] Security Framework initialized\n[ 0.010826] AppArmor: AppArmor initialized\n[ 0.012003] Yama: becoming mindful.\n[ 0.013377] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.017471] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.020250] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.022040] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.024482] Initializing cgroup subsys memory\n[ 0.025799] Initializing cgroup subsys devices\n[ 0.027083] Initializing cgroup subsys freezer\n[ 0.028012] Initializing cgroup subsys blkio\n[ 0.029249] Initializing cgroup subsys perf_event\n[ 0.030587] Initializing cgroup subsys hugetlb\n[ 0.032101] FEATURE SPEC_CTRL Not Present\n[ 0.034040] mce: CPU supports 10 MCE banks\n[ 0.035310] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.035310] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.036023] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.040017] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.042706] Speculative Store Bypass: Vulnerable\n[ 0.044564] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.052842] ACPI: Core revision 20131115\n[ 0.054885] ACPI: All ACPI Tables successfully acquired\n[ 0.056375] ftrace: allocating 28746 entries in 113 pages\n[ 0.080032] smpboot: Max logical packages: 2\n[ 0.081573] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.083786] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.084320] Enabling x2apic\n[ 0.085478] Enabled x2apic\n[ 0.088012] Switched APIC routing to physical x2apic.\n[ 0.090902] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.092002] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.096033] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.105487] KVM setup paravirtual spinlock\n[ 0.108942] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.111020] x86: Booting SMP configuration:\n[ 0.112004] .... node #0, CPUs: #1[ 0.108883] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.128024] x86: Booted up 1 node, 2 CPUs\n[ 0.128036] KVM setup async PF for cpu 1\n[ 0.128039] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.131975] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.132469] devtmpfs: initialized\n[ 0.134457] EVM: security.selinux\n[ 0.136006] EVM: security.SMACK64\n[ 0.137028] EVM: security.ima\n[ 0.137978] EVM: security.capability\n[ 0.140220] pinctrl core: initialized pinctrl subsystem\n[ 0.141950] regulator-dummy: no parameters\n[ 0.143467] RTC time: 20:27:21, date: 08/15/18\n[ 0.144088] NET: Registered protocol family 16\n[ 0.145532] cpuidle: using governor ladder\n[ 0.146780] cpuidle: using governor menu\n[ 0.148028] ACPI: bus type PCI registered\n[ 0.149304] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.151149] PCI: Using configuration type 1 for base access\n[ 0.152642] bio: create slab at 0\n[ 0.153480] ACPI: Added _OSI(Module Device)\n[ 0.153480] ACPI: Added _OSI(Processor Device)\n[ 0.156004] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.157346] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.160017] ACPI: Interpreter enabled\n[ 0.161448] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.164005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.167008] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.168783] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.171964] ACPI: (supports S0 S5)\n[ 0.172005] ACPI: Using IOAPIC for interrupt routing\n[ 0.173721] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.176200] ACPI: No dock devices found.\n[ 0.179337] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.180007] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.181821] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.183548] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.184209] acpiphp: Slot [3] registered\n[ 0.185378] acpiphp: Slot [4] registered\n[ 0.186830] acpiphp: Slot [5] registered\n[ 0.188027] acpiphp: Slot [6] registered\n[ 0.189524] acpiphp: Slot [7] registered\n[ 0.190980] acpiphp: Slot [8] registered\n[ 0.192034] acpiphp: Slot [9] registered\n[ 0.193482] acpiphp: Slot [10] registered\n[ 0.194875] acpiphp: Slot [11] registered\n[ 0.196029] acpiphp: Slot [12] registered\n[ 0.197431] acpiphp: Slot [13] registered\n[ 0.198878] acpiphp: Slot [14] registered\n[ 0.200024] acpiphp: Slot [15] registered\n[ 0.201441] acpiphp: Slot [16] registered\n[ 0.202880] acpiphp: Slot [17] registered\n[ 0.204034] acpiphp: Slot [18] registered\n[ 0.205480] acpiphp: Slot [19] registered\n[ 0.206905] acpiphp: Slot [20] registered\n[ 0.208024] acpiphp: Slot [21] registered\n[ 0.209406] acpiphp: Slot [22] registered\n[ 0.210811] acpiphp: Slot [23] registered\n[ 0.212050] acpiphp: Slot [24] registered\n[ 0.213440] acpiphp: Slot [25] registered\n[ 0.214875] acpiphp: Slot [26] registered\n[ 0.216030] acpiphp: Slot [27] registered\n[ 0.217432] acpiphp: Slot [28] registered\n[ 0.218843] acpiphp: Slot [29] registered\n[ 0.220024] acpiphp: Slot [30] registered\n[ 0.221344] acpiphp: Slot [31] registered\n[ 0.222503] PCI host bridge to bus 0000:00\n[ 0.223805] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.224005] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.225651] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.227320] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.228004] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.229835] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.237276] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.239401] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.268332] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.270554] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.273168] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.275350] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.277087] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.279254] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.280292] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.281614] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.284004] vgaarb: loaded\n[ 0.284896] vgaarb: bridge control possible 0000:00:02.0\n[ 0.286799] SCSI subsystem initialized\n[ 0.288094] ACPI: bus type USB registered\n[ 0.289273] usbcore: registered new interface driver usbfs\n[ 0.290811] usbcore: registered new interface driver hub\n[ 0.292051] usbcore: registered new device driver usb\n[ 0.293533] PCI: Using ACPI for IRQ routing\n[ 0.293876] NetLabel: Initializing\n[ 0.296011] NetLabel: domain hash size = 128\n[ 0.297435] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.298955] NetLabel: unlabeled traffic allowed by default\n[ 0.300236] Switched to clocksource kvm-clock\n[ 0.309997] AppArmor: AppArmor Filesystem Enabled\n[ 0.311627] pnp: PnP ACPI init\n[ 0.312714] ACPI: bus type PNP registered\n[ 0.314598] pnp: PnP ACPI: found 8 devices\n[ 0.315858] ACPI: bus type PNP unregistered\n[ 0.323555] NET: Registered protocol family 2\n[ 0.325162] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.327419] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.329469] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.331425] TCP: reno registered\n[ 0.332453] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.334149] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.336016] NET: Registered protocol family 1\n[ 0.337316] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.338950] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.340535] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.363852] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.386853] Trying to unpack rootfs image as initramfs...\n[ 0.494099] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.497004] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.499037] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.501184] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.503722] Scanning for low memory corruption every 60 seconds\n[ 0.505773] Initialise system trusted keyring\n[ 0.507062] audit: initializing netlink socket (disabled)\n[ 0.508570] type=2000 audit(1534364841.803:1): initialized\n[ 0.529459] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.532183] zbud: loaded\n[ 0.533261] VFS: Disk quotas dquot_6.5.2\n[ 0.534462] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.536552] fuse init (API version 7.22)\n[ 0.537785] msgmni has been set to 3997\n[ 0.538965] Key type big_key registered\n[ 0.540660] Key type asymmetric registered\n[ 0.541917] Asymmetric key parser 'x509' registered\n[ 0.543411] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.545574] io scheduler noop registered\n[ 0.546733] io scheduler deadline registered (default)\n[ 0.548295] io scheduler cfq registered\n[ 0.549524] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.551138] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.552967] ipmi message handler version 39.2\n[ 0.554347] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.556610] ACPI: Power Button [PWRF]\n[ 0.557915] GHES: HEST is not enabled!\n[ 0.580418] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.624766] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.646915] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.649010] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.672941] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.675956] Linux agpgart interface v0.103\n[ 0.678137] brd: module loaded\n[ 0.679586] loop: module loaded\n[ 0.680904] blk-mq: CPU -> queue map\n[ 0.681971] CPU 0 -> Queue 0\n[ 0.682890] CPU 1 -> Queue 0\n[ 0.684544] vda: vda1\n[ 0.686086] scsi0 : ata_piix\n[ 0.687148] scsi1 : ata_piix\n[ 0.688134] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.689990] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.692021] libphy: Fixed MDIO Bus: probed\n[ 0.693345] tun: Universal TUN/TAP device driver, 1.6\n[ 0.694837] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.698202] PPP generic driver version 2.4.2\n[ 0.699562] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.701245] ehci-pci: EHCI PCI platform driver\n[ 0.702544] ehci-platform: EHCI generic platform driver\n[ 0.704140] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.705811] ohci-pci: OHCI PCI platform driver\n[ 0.707112] ohci-platform: OHCI generic platform driver\n[ 0.708579] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.731207] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.732659] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.734879] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.736556] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.738372] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.740577] usb usb1: Product: UHCI Host Controller\n[ 0.741956] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd\n[ 0.743695] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.745256] hub 1-0:1.0: USB hub found\n[ 0.746435] hub 1-0:1.0: 2 ports detected\n[ 0.747760] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.750767] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.752167] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.753763] mousedev: PS/2 mouse device common for all mice\n[ 0.755621] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.758277] rtc_cmos 00:00: RTC can wake from S4\n[ 0.759943] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.761682] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.763474] device-mapper: uevent: version 1.0.3\n[ 0.764866] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.767247] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.768942] TCP: cubic registered\n[ 0.770055] NET: Registered protocol family 10\n[ 0.771643] NET: Registered protocol family 17\n[ 0.772955] Key type dns_resolver registered\n[ 0.774436] Loading compiled-in X.509 certificates\n[ 0.776338] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b'\n[ 0.786270] registered taskstats version 1\n[ 0.789277] Key type trusted registered\n[ 0.793282] Key type encrypted registered\n[ 0.794500] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.796024] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.798083] regulator-dummy: disabling\n[ 0.799315] Magic number: 14:188:498\n[ 0.800534] rtc_cmos 00:00: setting system clock to 2018-08-15 20:27:21 UTC (1534364841)\n[ 0.802943] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.804582] EDD information not available.\n[ 0.849468] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.851718] Write protecting the kernel read-only data: 12288k\n[ 0.853962] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000)\n[ 0.857518] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000)\nLoading, please wait...\n[ 0.871162] systemd-udevd[107]: starting version 204\n[ 0.908570] FDC 0 is a S82078B\n[ 1.056068] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.220719] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.222686] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.224578] usb 1-1: Product: QEMU USB Tablet\n[ 1.225859] usb 1-1: Manufacturer: QEMU\n[ 1.227009] usb 1-1: SerialNumber: 42\n[ 1.921357] 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.278286] 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.527473] 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 * Starting Initialize or finalize resolvconf[74G[ OK ]\n[ 2.716688] 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 Wed, 15 Aug 2018 20:27:24 +0000. Up 3.32 seconds.\ncloud-init-nonet[3.78]: waiting 10 seconds for network device\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 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 * 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 ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[11.36]: static networking is now up\n * Starting configure network device[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Wed, 15 Aug 2018 20:27:32 +0000. Up 11.50 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:66:5e:3a |\nci-info: | eth0 | True | 192.168.0.11 | 255.255.255.0 | fa:16:3e:3b:51:74 |\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:\n9e:71:bc:7f:95:ad:b2:f9:f2:ad:dc:a2:8d:54:46:8f root@dime-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| |\n| |\n| . |\n| . . o |\n| S o E +|\n| . + . o .o|\n| o . . o |\n| oo=+o |\n| *O*oo|\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:\nf9:17:69:2a:c2:7f:7d:38:9a:6d:d4:ab:9d:52:26:99 root@dime-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| |\n| |\n| |\n| . . |\n| S ++ |\n| . . oE.+ |\n| o . oo.= . |\n| o ..+*.o. |\n| ..ooo=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:\n6d:e8:0d:5d:7b:48:fe:f8:fb:ed:6a:df:95:ba:16:0f root@dime-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| |\n| o |\n| + + o |\n| S + + . |\n| . + E .|\n| . . . =..|\n| oo.+|\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:\neb:2f:a5:bf:ac:c5:51:33:5d:43:a0:b9:6f:1c:63:c2 root@dime-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| .oo.|\n| o. ..|\n| o+ . |\n| ...o |\n| S .E + |\n| o..= o |\n| .oo + |\n| .oo . |\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 regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\n * Starting SystemD login management service[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\n * Stopping save kernel messages[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 dime-0 ttyS0\n\ndime-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Wed, 15 Aug 2018 20:29:36 +0000. Up 135.51 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Wed, 15 Aug 2018 20:30:37 +0000. Up 196.38 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.12\n+ '[' -n 192.168.0.12 ']'\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-15 20:31:45,760 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/ffc54980-6efe-4637-8bb5-39036958536d/action used request id req-091e6a4d-74a0-46b8-9826-e566f6e1d48f 2018-08-15 20:31:45,760 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0758271217346s 2018-08-15 20:31:45,761 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/ffc54980-6efe-4637-8bb5-39036958536d/action used request id req-091e6a4d-74a0-46b8-9826-e566f6e1d48f 2018-08-15 20:31:45,762 - 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-155-generic (buildd@lgw01-amd64-033) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #205-Ubuntu SMP Fri Aug 10 15:53:26 UTC 2018 (Ubuntu 3.13.0-155.205-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-155-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-155-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: 2039688K/2096616K available (7492K kernel code, 1163K rwdata, 3440K rodata, 1368K init, 1448K bss, 56928K 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.008019] pid_max: default: 32768 minimum: 301 [ 0.009492] Security Framework initialized [ 0.010826] AppArmor: AppArmor initialized [ 0.012003] Yama: becoming mindful. [ 0.013377] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.017471] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.020250] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.022040] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.024482] Initializing cgroup subsys memory [ 0.025799] Initializing cgroup subsys devices [ 0.027083] Initializing cgroup subsys freezer [ 0.028012] Initializing cgroup subsys blkio [ 0.029249] Initializing cgroup subsys perf_event [ 0.030587] Initializing cgroup subsys hugetlb [ 0.032101] FEATURE SPEC_CTRL Not Present [ 0.034040] mce: CPU supports 10 MCE banks [ 0.035310] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.035310] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.036023] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.040017] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.042706] Speculative Store Bypass: Vulnerable [ 0.044564] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.052842] ACPI: Core revision 20131115 [ 0.054885] ACPI: All ACPI Tables successfully acquired [ 0.056375] ftrace: allocating 28746 entries in 113 pages [ 0.080032] smpboot: Max logical packages: 2 [ 0.081573] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.083786] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.084320] Enabling x2apic [ 0.085478] Enabled x2apic [ 0.088012] Switched APIC routing to physical x2apic. [ 0.090902] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.092002] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.096033] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.105487] KVM setup paravirtual spinlock [ 0.108942] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.111020] x86: Booting SMP configuration: [ 0.112004] .... node #0, CPUs: #1[ 0.108883] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.128024] x86: Booted up 1 node, 2 CPUs [ 0.128036] KVM setup async PF for cpu 1 [ 0.128039] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.131975] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.132469] devtmpfs: initialized [ 0.134457] EVM: security.selinux [ 0.136006] EVM: security.SMACK64 [ 0.137028] EVM: security.ima [ 0.137978] EVM: security.capability [ 0.140220] pinctrl core: initialized pinctrl subsystem [ 0.141950] regulator-dummy: no parameters [ 0.143467] RTC time: 20:27:21, date: 08/15/18 [ 0.144088] NET: Registered protocol family 16 [ 0.145532] cpuidle: using governor ladder [ 0.146780] cpuidle: using governor menu [ 0.148028] ACPI: bus type PCI registered [ 0.149304] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.151149] PCI: Using configuration type 1 for base access [ 0.152642] bio: create slab at 0 [ 0.153480] ACPI: Added _OSI(Module Device) [ 0.153480] ACPI: Added _OSI(Processor Device) [ 0.156004] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.157346] ACPI: Added _OSI(Processor Aggregator Device) [ 0.160017] ACPI: Interpreter enabled [ 0.161448] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.164005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.167008] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.168783] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.171964] ACPI: (supports S0 S5) [ 0.172005] ACPI: Using IOAPIC for interrupt routing [ 0.173721] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.176200] ACPI: No dock devices found. [ 0.179337] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.180007] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.181821] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.183548] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.184209] acpiphp: Slot [3] registered [ 0.185378] acpiphp: Slot [4] registered [ 0.186830] acpiphp: Slot [5] registered [ 0.188027] acpiphp: Slot [6] registered [ 0.189524] acpiphp: Slot [7] registered [ 0.190980] acpiphp: Slot [8] registered [ 0.192034] acpiphp: Slot [9] registered [ 0.193482] acpiphp: Slot [10] registered [ 0.194875] acpiphp: Slot [11] registered [ 0.196029] acpiphp: Slot [12] registered [ 0.197431] acpiphp: Slot [13] registered [ 0.198878] acpiphp: Slot [14] registered [ 0.200024] acpiphp: Slot [15] registered [ 0.201441] acpiphp: Slot [16] registered [ 0.202880] acpiphp: Slot [17] registered [ 0.204034] acpiphp: Slot [18] registered [ 0.205480] acpiphp: Slot [19] registered [ 0.206905] acpiphp: Slot [20] registered [ 0.208024] acpiphp: Slot [21] registered [ 0.209406] acpiphp: Slot [22] registered [ 0.210811] acpiphp: Slot [23] registered [ 0.212050] acpiphp: Slot [24] registered [ 0.213440] acpiphp: Slot [25] registered [ 0.214875] acpiphp: Slot [26] registered [ 0.216030] acpiphp: Slot [27] registered [ 0.217432] acpiphp: Slot [28] registered [ 0.218843] acpiphp: Slot [29] registered [ 0.220024] acpiphp: Slot [30] registered [ 0.221344] acpiphp: Slot [31] registered [ 0.222503] PCI host bridge to bus 0000:00 [ 0.223805] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.224005] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.225651] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.227320] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.228004] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.229835] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.237276] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.239401] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.268332] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.270554] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.273168] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.275350] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.277087] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.279254] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.280292] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.281614] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.284004] vgaarb: loaded [ 0.284896] vgaarb: bridge control possible 0000:00:02.0 [ 0.286799] SCSI subsystem initialized [ 0.288094] ACPI: bus type USB registered [ 0.289273] usbcore: registered new interface driver usbfs [ 0.290811] usbcore: registered new interface driver hub [ 0.292051] usbcore: registered new device driver usb [ 0.293533] PCI: Using ACPI for IRQ routing [ 0.293876] NetLabel: Initializing [ 0.296011] NetLabel: domain hash size = 128 [ 0.297435] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.298955] NetLabel: unlabeled traffic allowed by default [ 0.300236] Switched to clocksource kvm-clock [ 0.309997] AppArmor: AppArmor Filesystem Enabled [ 0.311627] pnp: PnP ACPI init [ 0.312714] ACPI: bus type PNP registered [ 0.314598] pnp: PnP ACPI: found 8 devices [ 0.315858] ACPI: bus type PNP unregistered [ 0.323555] NET: Registered protocol family 2 [ 0.325162] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.327419] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.329469] TCP: Hash tables configured (established 16384 bind 16384) [ 0.331425] TCP: reno registered [ 0.332453] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.334149] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.336016] NET: Registered protocol family 1 [ 0.337316] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.338950] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.340535] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.363852] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.386853] Trying to unpack rootfs image as initramfs... [ 0.494099] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.497004] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.499037] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.501184] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.503722] Scanning for low memory corruption every 60 seconds [ 0.505773] Initialise system trusted keyring [ 0.507062] audit: initializing netlink socket (disabled) [ 0.508570] type=2000 audit(1534364841.803:1): initialized [ 0.529459] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.532183] zbud: loaded [ 0.533261] VFS: Disk quotas dquot_6.5.2 [ 0.534462] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.536552] fuse init (API version 7.22) [ 0.537785] msgmni has been set to 3997 [ 0.538965] Key type big_key registered [ 0.540660] Key type asymmetric registered [ 0.541917] Asymmetric key parser 'x509' registered [ 0.543411] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.545574] io scheduler noop registered [ 0.546733] io scheduler deadline registered (default) [ 0.548295] io scheduler cfq registered [ 0.549524] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.551138] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.552967] ipmi message handler version 39.2 [ 0.554347] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.556610] ACPI: Power Button [PWRF] [ 0.557915] GHES: HEST is not enabled! [ 0.580418] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.624766] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.646915] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.649010] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.672941] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.675956] Linux agpgart interface v0.103 [ 0.678137] brd: module loaded [ 0.679586] loop: module loaded [ 0.680904] blk-mq: CPU -> queue map [ 0.681971] CPU 0 -> Queue 0 [ 0.682890] CPU 1 -> Queue 0 [ 0.684544] vda: vda1 [ 0.686086] scsi0 : ata_piix [ 0.687148] scsi1 : ata_piix [ 0.688134] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.689990] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.692021] libphy: Fixed MDIO Bus: probed [ 0.693345] tun: Universal TUN/TAP device driver, 1.6 [ 0.694837] tun: (C) 1999-2004 Max Krasnyansky [ 0.698202] PPP generic driver version 2.4.2 [ 0.699562] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.701245] ehci-pci: EHCI PCI platform driver [ 0.702544] ehci-platform: EHCI generic platform driver [ 0.704140] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.705811] ohci-pci: OHCI PCI platform driver [ 0.707112] ohci-platform: OHCI generic platform driver [ 0.708579] uhci_hcd: USB Universal Host Controller Interface driver [ 0.731207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.732659] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.734879] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.736556] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.738372] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.740577] usb usb1: Product: UHCI Host Controller [ 0.741956] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd [ 0.743695] usb usb1: SerialNumber: 0000:00:01.2 [ 0.745256] hub 1-0:1.0: USB hub found [ 0.746435] hub 1-0:1.0: 2 ports detected [ 0.747760] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.750767] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.752167] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.753763] mousedev: PS/2 mouse device common for all mice [ 0.755621] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.758277] rtc_cmos 00:00: RTC can wake from S4 [ 0.759943] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.761682] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.763474] device-mapper: uevent: version 1.0.3 [ 0.764866] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.767247] ledtrig-cpu: registered to indicate activity on CPUs [ 0.768942] TCP: cubic registered [ 0.770055] NET: Registered protocol family 10 [ 0.771643] NET: Registered protocol family 17 [ 0.772955] Key type dns_resolver registered [ 0.774436] Loading compiled-in X.509 certificates [ 0.776338] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b' [ 0.786270] registered taskstats version 1 [ 0.789277] Key type trusted registered [ 0.793282] Key type encrypted registered [ 0.794500] AppArmor: AppArmor sha1 policy hashing enabled [ 0.796024] IMA: No TPM chip found, activating TPM-bypass! [ 0.798083] regulator-dummy: disabling [ 0.799315] Magic number: 14:188:498 [ 0.800534] rtc_cmos 00:00: setting system clock to 2018-08-15 20:27:21 UTC (1534364841) [ 0.802943] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.804582] EDD information not available. [ 0.849468] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.851718] Write protecting the kernel read-only data: 12288k [ 0.853962] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000) [ 0.857518] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000) Loading, please wait... [ 0.871162] systemd-udevd[107]: starting version 204 [ 0.908570] FDC 0 is a S82078B [ 1.056068] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.220719] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.222686] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.224578] usb 1-1: Product: QEMU USB Tablet [ 1.225859] usb 1-1: Manufacturer: QEMU [ 1.227009] usb 1-1: SerialNumber: 42 [ 1.921357] 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.278286] 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.527473] 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 ] * Starting Initialize or finalize resolvconf[74G[ OK ] [ 2.716688] 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 Wed, 15 Aug 2018 20:27:24 +0000. Up 3.32 seconds. cloud-init-nonet[3.78]: waiting 10 seconds for network device * 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 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 ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[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[11.36]: static networking is now up * Starting configure network device[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Wed, 15 Aug 2018 20:27:32 +0000. Up 11.50 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:66:5e:3a | ci-info: | eth0 | True | 192.168.0.11 | 255.255.255.0 | fa:16:3e:3b:51:74 | 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: 9e:71:bc:7f:95:ad:b2:f9:f2:ad:dc:a2:8d:54:46:8f root@dime-0 The key's randomart image is: +--[ RSA 2048]----+ | | | | | . | | . . o | | S o E +| | . + . o .o| | o . . o | | oo=+o | | *O*oo| +-----------------+ 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: f9:17:69:2a:c2:7f:7d:38:9a:6d:d4:ab:9d:52:26:99 root@dime-0 The key's randomart image is: +--[ DSA 1024]----+ | | | | | | | . . | | S ++ | | . . oE.+ | | o . oo.= . | | o ..+*.o. | | ..ooo=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: 6d:e8:0d:5d:7b:48:fe:f8:fb:ed:6a:df:95:ba:16:0f root@dime-0 The key's randomart image is: +--[ECDSA 256]---+ | | | | | o | | + + o | | S + + . | | . + E .| | . . . =..| | oo.+| | .+=**| +-----------------+ 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: eb:2f:a5:bf:ac:c5:51:33:5d:43:a0:b9:6f:1c:63:c2 root@dime-0 The key's randomart image is: +--[ED25519 256--+ | .oo.| | o. ..| | o+ . | | ...o | | S .E + | | o..= o | | .oo + | | .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 ] * 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 regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Starting SystemD login management service[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 * Stopping save kernel messages[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 dime-0 ttyS0 dime-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Wed, 15 Aug 2018 20:29:36 +0000. Up 135.51 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Wed, 15 Aug 2018 20:30:37 +0000. Up 196.38 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.12 + '[' -n 192.168.0.12 ']' + 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-15 20:31:45,763 - functest.core.singlevm - DEBUG - try 1: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-15 20:31:55,772 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:31:55,775 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" 2018-08-15 20:31:56,780 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:31: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-ddb398ae-17a9-4ef5-af17-4c265fd50cff x-compute-request-id: req-ddb398ae-17a9-4ef5-af17-4c265fd50cff Content-Encoding: gzip Content-Length: 1508 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:64:be:e5", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:64:be:e5", "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:27:5d:15", "version": 4, "addr": "192.168.1.2", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:27:5d:15", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/862ca86b-06ec-4d59-ae70-d91b3227a810", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/862ca86b-06ec-4d59-ae70-d91b3227a810", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:27:10.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "862ca86b-06ec-4d59-ae70-d91b3227a810", "security_groups": [{"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:27:10Z", "hostId": "019940e19a7b1ae7bcf66d3fa083c7498a80fd0bd54c47880af1a37a", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "homer-0.clearwater.opnfv", "created": "2018-08-15T20:26:30Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:40:77:5b", "version": 4, "addr": "192.168.0.18", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:40:77:5b", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d1:da:9d", "version": 4, "addr": "192.168.1.29", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d1:da:9d", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e6950a11-a5a7-4554-9dbb-df77b86ba400", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e6950a11-a5a7-4554-9dbb-df77b86ba400", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:27:22.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "e6950a11-a5a7-4554-9dbb-df77b86ba400", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:27:22Z", "hostId": "b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "bono-0.clearwater.opnfv", "created": "2018-08-15T20:26:30Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:51:74", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:51:74", "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:66:5e:3a", "version": 4, "addr": "192.168.1.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/ffc54980-6efe-4637-8bb5-39036958536d", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/ffc54980-6efe-4637-8bb5-39036958536d", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:27:20.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "ffc54980-6efe-4637-8bb5-39036958536d", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-mgmt"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:27:20Z", "hostId": "b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "dime-0.clearwater.opnfv", "created": "2018-08-15T20:26:30Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:a0:d6:2a", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:d6:2a", "version": 4, "addr": "172.30.9.213", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:0c:21", "version": 4, "addr": "192.168.1.21", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/59e09722-d046-47e2-8d46-98d35b577bb4", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/59e09722-d046-47e2-8d46-98d35b577bb4", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:27:18.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "59e09722-d046-47e2-8d46-98d35b577bb4", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:27:18Z", "hostId": "b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-15T20:26:29Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:67:a8:44", "version": 4, "addr": "192.168.0.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:67:a8:44", "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:5b:b2:38", "version": 4, "addr": "192.168.1.3", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/a76c441e-39fd-4d5f-93ae-d1b09ddfc9da", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/a76c441e-39fd-4d5f-93ae-d1b09ddfc9da", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:27:12.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "a76c441e-39fd-4d5f-93ae-d1b09ddfc9da", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:27:12Z", "hostId": "b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-15T20:26:29Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:9f:75:cc", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:75:cc", "version": 4, "addr": "172.30.9.217", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e0dd32cc-fa1d-4798-8b82-04894a6f8bfa", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e0dd32cc-fa1d-4798-8b82-04894a6f8bfa", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:26:06.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "e0dd32cc-fa1d-4798-8b82-04894a6f8bfa", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:26:06Z", "hostId": "019940e19a7b1ae7bcf66d3fa083c7498a80fd0bd54c47880af1a37a", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-15T20:24:22Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:e5:cc:ec", "version": 4, "addr": "192.168.0.2", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e5:cc:ec", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:01:52:92", "version": 4, "addr": "192.168.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/99cb71c2-331c-48dd-b548-d074f602efeb", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/99cb71c2-331c-48dd-b548-d074f602efeb", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:24:12.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "99cb71c2-331c-48dd-b548-d074f602efeb", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:24:12Z", "hostId": "b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "ns.clearwater.opnfv", "created": "2018-08-15T20:22:28Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:31:56,780 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-ddb398ae-17a9-4ef5-af17-4c265fd50cff 2018-08-15 20:31:56,780 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.00809192657s 2018-08-15 20:31:56,781 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-ddb398ae-17a9-4ef5-af17-4c265fd50cff 2018-08-15 20:31:56,788 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-15 20:31:56,791 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/ffc54980-6efe-4637-8bb5-39036958536d/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}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-15 20:31:56,861 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:31: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-c4a36fe5-5eac-4575-ae69-e3dd05f3a418 x-compute-request-id: req-c4a36fe5-5eac-4575-ae69-e3dd05f3a418 Content-Encoding: gzip Content-Length: 10436 Content-Type: application/json RESP BODY: {"output": "[ 0.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-155-generic (buildd@lgw01-amd64-033) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #205-Ubuntu SMP Fri Aug 10 15:53:26 UTC 2018 (Ubuntu 3.13.0-155.205-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-155-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-155-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: 2039688K/2096616K available (7492K kernel code, 1163K rwdata, 3440K rodata, 1368K init, 1448K bss, 56928K 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.008019] pid_max: default: 32768 minimum: 301\n[ 0.009492] Security Framework initialized\n[ 0.010826] AppArmor: AppArmor initialized\n[ 0.012003] Yama: becoming mindful.\n[ 0.013377] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.017471] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.020250] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.022040] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.024482] Initializing cgroup subsys memory\n[ 0.025799] Initializing cgroup subsys devices\n[ 0.027083] Initializing cgroup subsys freezer\n[ 0.028012] Initializing cgroup subsys blkio\n[ 0.029249] Initializing cgroup subsys perf_event\n[ 0.030587] Initializing cgroup subsys hugetlb\n[ 0.032101] FEATURE SPEC_CTRL Not Present\n[ 0.034040] mce: CPU supports 10 MCE banks\n[ 0.035310] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.035310] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.036023] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.040017] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.042706] Speculative Store Bypass: Vulnerable\n[ 0.044564] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.052842] ACPI: Core revision 20131115\n[ 0.054885] ACPI: All ACPI Tables successfully acquired\n[ 0.056375] ftrace: allocating 28746 entries in 113 pages\n[ 0.080032] smpboot: Max logical packages: 2\n[ 0.081573] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.083786] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.084320] Enabling x2apic\n[ 0.085478] Enabled x2apic\n[ 0.088012] Switched APIC routing to physical x2apic.\n[ 0.090902] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.092002] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.096033] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.105487] KVM setup paravirtual spinlock\n[ 0.108942] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.111020] x86: Booting SMP configuration:\n[ 0.112004] .... node #0, CPUs: #1[ 0.108883] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.128024] x86: Booted up 1 node, 2 CPUs\n[ 0.128036] KVM setup async PF for cpu 1\n[ 0.128039] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.131975] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.132469] devtmpfs: initialized\n[ 0.134457] EVM: security.selinux\n[ 0.136006] EVM: security.SMACK64\n[ 0.137028] EVM: security.ima\n[ 0.137978] EVM: security.capability\n[ 0.140220] pinctrl core: initialized pinctrl subsystem\n[ 0.141950] regulator-dummy: no parameters\n[ 0.143467] RTC time: 20:27:21, date: 08/15/18\n[ 0.144088] NET: Registered protocol family 16\n[ 0.145532] cpuidle: using governor ladder\n[ 0.146780] cpuidle: using governor menu\n[ 0.148028] ACPI: bus type PCI registered\n[ 0.149304] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.151149] PCI: Using configuration type 1 for base access\n[ 0.152642] bio: create slab at 0\n[ 0.153480] ACPI: Added _OSI(Module Device)\n[ 0.153480] ACPI: Added _OSI(Processor Device)\n[ 0.156004] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.157346] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.160017] ACPI: Interpreter enabled\n[ 0.161448] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.164005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.167008] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.168783] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.171964] ACPI: (supports S0 S5)\n[ 0.172005] ACPI: Using IOAPIC for interrupt routing\n[ 0.173721] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.176200] ACPI: No dock devices found.\n[ 0.179337] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.180007] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.181821] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.183548] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.184209] acpiphp: Slot [3] registered\n[ 0.185378] acpiphp: Slot [4] registered\n[ 0.186830] acpiphp: Slot [5] registered\n[ 0.188027] acpiphp: Slot [6] registered\n[ 0.189524] acpiphp: Slot [7] registered\n[ 0.190980] acpiphp: Slot [8] registered\n[ 0.192034] acpiphp: Slot [9] registered\n[ 0.193482] acpiphp: Slot [10] registered\n[ 0.194875] acpiphp: Slot [11] registered\n[ 0.196029] acpiphp: Slot [12] registered\n[ 0.197431] acpiphp: Slot [13] registered\n[ 0.198878] acpiphp: Slot [14] registered\n[ 0.200024] acpiphp: Slot [15] registered\n[ 0.201441] acpiphp: Slot [16] registered\n[ 0.202880] acpiphp: Slot [17] registered\n[ 0.204034] acpiphp: Slot [18] registered\n[ 0.205480] acpiphp: Slot [19] registered\n[ 0.206905] acpiphp: Slot [20] registered\n[ 0.208024] acpiphp: Slot [21] registered\n[ 0.209406] acpiphp: Slot [22] registered\n[ 0.210811] acpiphp: Slot [23] registered\n[ 0.212050] acpiphp: Slot [24] registered\n[ 0.213440] acpiphp: Slot [25] registered\n[ 0.214875] acpiphp: Slot [26] registered\n[ 0.216030] acpiphp: Slot [27] registered\n[ 0.217432] acpiphp: Slot [28] registered\n[ 0.218843] acpiphp: Slot [29] registered\n[ 0.220024] acpiphp: Slot [30] registered\n[ 0.221344] acpiphp: Slot [31] registered\n[ 0.222503] PCI host bridge to bus 0000:00\n[ 0.223805] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.224005] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.225651] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.227320] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.228004] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.229835] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.237276] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.239401] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.268332] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.270554] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.273168] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.275350] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.277087] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.279254] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.280292] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.281614] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.284004] vgaarb: loaded\n[ 0.284896] vgaarb: bridge control possible 0000:00:02.0\n[ 0.286799] SCSI subsystem initialized\n[ 0.288094] ACPI: bus type USB registered\n[ 0.289273] usbcore: registered new interface driver usbfs\n[ 0.290811] usbcore: registered new interface driver hub\n[ 0.292051] usbcore: registered new device driver usb\n[ 0.293533] PCI: Using ACPI for IRQ routing\n[ 0.293876] NetLabel: Initializing\n[ 0.296011] NetLabel: domain hash size = 128\n[ 0.297435] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.298955] NetLabel: unlabeled traffic allowed by default\n[ 0.300236] Switched to clocksource kvm-clock\n[ 0.309997] AppArmor: AppArmor Filesystem Enabled\n[ 0.311627] pnp: PnP ACPI init\n[ 0.312714] ACPI: bus type PNP registered\n[ 0.314598] pnp: PnP ACPI: found 8 devices\n[ 0.315858] ACPI: bus type PNP unregistered\n[ 0.323555] NET: Registered protocol family 2\n[ 0.325162] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.327419] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.329469] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.331425] TCP: reno registered\n[ 0.332453] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.334149] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.336016] NET: Registered protocol family 1\n[ 0.337316] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.338950] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.340535] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.363852] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.386853] Trying to unpack rootfs image as initramfs...\n[ 0.494099] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.497004] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.499037] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.501184] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.503722] Scanning for low memory corruption every 60 seconds\n[ 0.505773] Initialise system trusted keyring\n[ 0.507062] audit: initializing netlink socket (disabled)\n[ 0.508570] type=2000 audit(1534364841.803:1): initialized\n[ 0.529459] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.532183] zbud: loaded\n[ 0.533261] VFS: Disk quotas dquot_6.5.2\n[ 0.534462] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.536552] fuse init (API version 7.22)\n[ 0.537785] msgmni has been set to 3997\n[ 0.538965] Key type big_key registered\n[ 0.540660] Key type asymmetric registered\n[ 0.541917] Asymmetric key parser 'x509' registered\n[ 0.543411] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.545574] io scheduler noop registered\n[ 0.546733] io scheduler deadline registered (default)\n[ 0.548295] io scheduler cfq registered\n[ 0.549524] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.551138] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.552967] ipmi message handler version 39.2\n[ 0.554347] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.556610] ACPI: Power Button [PWRF]\n[ 0.557915] GHES: HEST is not enabled!\n[ 0.580418] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.624766] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.646915] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.649010] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.672941] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.675956] Linux agpgart interface v0.103\n[ 0.678137] brd: module loaded\n[ 0.679586] loop: module loaded\n[ 0.680904] blk-mq: CPU -> queue map\n[ 0.681971] CPU 0 -> Queue 0\n[ 0.682890] CPU 1 -> Queue 0\n[ 0.684544] vda: vda1\n[ 0.686086] scsi0 : ata_piix\n[ 0.687148] scsi1 : ata_piix\n[ 0.688134] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.689990] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.692021] libphy: Fixed MDIO Bus: probed\n[ 0.693345] tun: Universal TUN/TAP device driver, 1.6\n[ 0.694837] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.698202] PPP generic driver version 2.4.2\n[ 0.699562] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.701245] ehci-pci: EHCI PCI platform driver\n[ 0.702544] ehci-platform: EHCI generic platform driver\n[ 0.704140] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.705811] ohci-pci: OHCI PCI platform driver\n[ 0.707112] ohci-platform: OHCI generic platform driver\n[ 0.708579] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.731207] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.732659] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.734879] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.736556] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.738372] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.740577] usb usb1: Product: UHCI Host Controller\n[ 0.741956] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd\n[ 0.743695] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.745256] hub 1-0:1.0: USB hub found\n[ 0.746435] hub 1-0:1.0: 2 ports detected\n[ 0.747760] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.750767] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.752167] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.753763] mousedev: PS/2 mouse device common for all mice\n[ 0.755621] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.758277] rtc_cmos 00:00: RTC can wake from S4\n[ 0.759943] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.761682] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.763474] device-mapper: uevent: version 1.0.3\n[ 0.764866] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.767247] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.768942] TCP: cubic registered\n[ 0.770055] NET: Registered protocol family 10\n[ 0.771643] NET: Registered protocol family 17\n[ 0.772955] Key type dns_resolver registered\n[ 0.774436] Loading compiled-in X.509 certificates\n[ 0.776338] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b'\n[ 0.786270] registered taskstats version 1\n[ 0.789277] Key type trusted registered\n[ 0.793282] Key type encrypted registered\n[ 0.794500] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.796024] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.798083] regulator-dummy: disabling\n[ 0.799315] Magic number: 14:188:498\n[ 0.800534] rtc_cmos 00:00: setting system clock to 2018-08-15 20:27:21 UTC (1534364841)\n[ 0.802943] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.804582] EDD information not available.\n[ 0.849468] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.851718] Write protecting the kernel read-only data: 12288k\n[ 0.853962] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000)\n[ 0.857518] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000)\nLoading, please wait...\n[ 0.871162] systemd-udevd[107]: starting version 204\n[ 0.908570] FDC 0 is a S82078B\n[ 1.056068] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.220719] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.222686] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.224578] usb 1-1: Product: QEMU USB Tablet\n[ 1.225859] usb 1-1: Manufacturer: QEMU\n[ 1.227009] usb 1-1: SerialNumber: 42\n[ 1.921357] 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.278286] 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.527473] 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 * Starting Initialize or finalize resolvconf[74G[ OK ]\n[ 2.716688] 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 Wed, 15 Aug 2018 20:27:24 +0000. Up 3.32 seconds.\ncloud-init-nonet[3.78]: waiting 10 seconds for network device\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 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 * 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 ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[11.36]: static networking is now up\n * Starting configure network device[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Wed, 15 Aug 2018 20:27:32 +0000. Up 11.50 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:66:5e:3a |\nci-info: | eth0 | True | 192.168.0.11 | 255.255.255.0 | fa:16:3e:3b:51:74 |\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:\n9e:71:bc:7f:95:ad:b2:f9:f2:ad:dc:a2:8d:54:46:8f root@dime-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| |\n| |\n| . |\n| . . o |\n| S o E +|\n| . + . o .o|\n| o . . o |\n| oo=+o |\n| *O*oo|\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:\nf9:17:69:2a:c2:7f:7d:38:9a:6d:d4:ab:9d:52:26:99 root@dime-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| |\n| |\n| |\n| . . |\n| S ++ |\n| . . oE.+ |\n| o . oo.= . |\n| o ..+*.o. |\n| ..ooo=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:\n6d:e8:0d:5d:7b:48:fe:f8:fb:ed:6a:df:95:ba:16:0f root@dime-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| |\n| o |\n| + + o |\n| S + + . |\n| . + E .|\n| . . . =..|\n| oo.+|\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:\neb:2f:a5:bf:ac:c5:51:33:5d:43:a0:b9:6f:1c:63:c2 root@dime-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| .oo.|\n| o. ..|\n| o+ . |\n| ...o |\n| S .E + |\n| o..= o |\n| .oo + |\n| .oo . |\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 regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\n * Starting SystemD login management service[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\n * Stopping save kernel messages[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 dime-0 ttyS0\n\ndime-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Wed, 15 Aug 2018 20:29:36 +0000. Up 135.51 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Wed, 15 Aug 2018 20:30:37 +0000. Up 196.38 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.12\n+ '[' -n 192.168.0.12 ']'\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-15 20:31:56,862 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/ffc54980-6efe-4637-8bb5-39036958536d/action used request id req-c4a36fe5-5eac-4575-ae69-e3dd05f3a418 2018-08-15 20:31:56,862 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0740120410919s 2018-08-15 20:31:56,863 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/ffc54980-6efe-4637-8bb5-39036958536d/action used request id req-c4a36fe5-5eac-4575-ae69-e3dd05f3a418 2018-08-15 20:31:56,864 - 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-155-generic (buildd@lgw01-amd64-033) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #205-Ubuntu SMP Fri Aug 10 15:53:26 UTC 2018 (Ubuntu 3.13.0-155.205-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-155-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-155-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: 2039688K/2096616K available (7492K kernel code, 1163K rwdata, 3440K rodata, 1368K init, 1448K bss, 56928K 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.008019] pid_max: default: 32768 minimum: 301 [ 0.009492] Security Framework initialized [ 0.010826] AppArmor: AppArmor initialized [ 0.012003] Yama: becoming mindful. [ 0.013377] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.017471] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.020250] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.022040] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.024482] Initializing cgroup subsys memory [ 0.025799] Initializing cgroup subsys devices [ 0.027083] Initializing cgroup subsys freezer [ 0.028012] Initializing cgroup subsys blkio [ 0.029249] Initializing cgroup subsys perf_event [ 0.030587] Initializing cgroup subsys hugetlb [ 0.032101] FEATURE SPEC_CTRL Not Present [ 0.034040] mce: CPU supports 10 MCE banks [ 0.035310] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.035310] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.036023] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.040017] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.042706] Speculative Store Bypass: Vulnerable [ 0.044564] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.052842] ACPI: Core revision 20131115 [ 0.054885] ACPI: All ACPI Tables successfully acquired [ 0.056375] ftrace: allocating 28746 entries in 113 pages [ 0.080032] smpboot: Max logical packages: 2 [ 0.081573] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.083786] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.084320] Enabling x2apic [ 0.085478] Enabled x2apic [ 0.088012] Switched APIC routing to physical x2apic. [ 0.090902] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.092002] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.096033] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.105487] KVM setup paravirtual spinlock [ 0.108942] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.111020] x86: Booting SMP configuration: [ 0.112004] .... node #0, CPUs: #1[ 0.108883] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.128024] x86: Booted up 1 node, 2 CPUs [ 0.128036] KVM setup async PF for cpu 1 [ 0.128039] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.131975] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.132469] devtmpfs: initialized [ 0.134457] EVM: security.selinux [ 0.136006] EVM: security.SMACK64 [ 0.137028] EVM: security.ima [ 0.137978] EVM: security.capability [ 0.140220] pinctrl core: initialized pinctrl subsystem [ 0.141950] regulator-dummy: no parameters [ 0.143467] RTC time: 20:27:21, date: 08/15/18 [ 0.144088] NET: Registered protocol family 16 [ 0.145532] cpuidle: using governor ladder [ 0.146780] cpuidle: using governor menu [ 0.148028] ACPI: bus type PCI registered [ 0.149304] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.151149] PCI: Using configuration type 1 for base access [ 0.152642] bio: create slab at 0 [ 0.153480] ACPI: Added _OSI(Module Device) [ 0.153480] ACPI: Added _OSI(Processor Device) [ 0.156004] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.157346] ACPI: Added _OSI(Processor Aggregator Device) [ 0.160017] ACPI: Interpreter enabled [ 0.161448] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.164005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.167008] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.168783] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.171964] ACPI: (supports S0 S5) [ 0.172005] ACPI: Using IOAPIC for interrupt routing [ 0.173721] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.176200] ACPI: No dock devices found. [ 0.179337] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.180007] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.181821] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.183548] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.184209] acpiphp: Slot [3] registered [ 0.185378] acpiphp: Slot [4] registered [ 0.186830] acpiphp: Slot [5] registered [ 0.188027] acpiphp: Slot [6] registered [ 0.189524] acpiphp: Slot [7] registered [ 0.190980] acpiphp: Slot [8] registered [ 0.192034] acpiphp: Slot [9] registered [ 0.193482] acpiphp: Slot [10] registered [ 0.194875] acpiphp: Slot [11] registered [ 0.196029] acpiphp: Slot [12] registered [ 0.197431] acpiphp: Slot [13] registered [ 0.198878] acpiphp: Slot [14] registered [ 0.200024] acpiphp: Slot [15] registered [ 0.201441] acpiphp: Slot [16] registered [ 0.202880] acpiphp: Slot [17] registered [ 0.204034] acpiphp: Slot [18] registered [ 0.205480] acpiphp: Slot [19] registered [ 0.206905] acpiphp: Slot [20] registered [ 0.208024] acpiphp: Slot [21] registered [ 0.209406] acpiphp: Slot [22] registered [ 0.210811] acpiphp: Slot [23] registered [ 0.212050] acpiphp: Slot [24] registered [ 0.213440] acpiphp: Slot [25] registered [ 0.214875] acpiphp: Slot [26] registered [ 0.216030] acpiphp: Slot [27] registered [ 0.217432] acpiphp: Slot [28] registered [ 0.218843] acpiphp: Slot [29] registered [ 0.220024] acpiphp: Slot [30] registered [ 0.221344] acpiphp: Slot [31] registered [ 0.222503] PCI host bridge to bus 0000:00 [ 0.223805] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.224005] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.225651] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.227320] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.228004] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.229835] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.237276] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.239401] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.268332] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.270554] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.273168] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.275350] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.277087] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.279254] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.280292] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.281614] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.284004] vgaarb: loaded [ 0.284896] vgaarb: bridge control possible 0000:00:02.0 [ 0.286799] SCSI subsystem initialized [ 0.288094] ACPI: bus type USB registered [ 0.289273] usbcore: registered new interface driver usbfs [ 0.290811] usbcore: registered new interface driver hub [ 0.292051] usbcore: registered new device driver usb [ 0.293533] PCI: Using ACPI for IRQ routing [ 0.293876] NetLabel: Initializing [ 0.296011] NetLabel: domain hash size = 128 [ 0.297435] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.298955] NetLabel: unlabeled traffic allowed by default [ 0.300236] Switched to clocksource kvm-clock [ 0.309997] AppArmor: AppArmor Filesystem Enabled [ 0.311627] pnp: PnP ACPI init [ 0.312714] ACPI: bus type PNP registered [ 0.314598] pnp: PnP ACPI: found 8 devices [ 0.315858] ACPI: bus type PNP unregistered [ 0.323555] NET: Registered protocol family 2 [ 0.325162] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.327419] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.329469] TCP: Hash tables configured (established 16384 bind 16384) [ 0.331425] TCP: reno registered [ 0.332453] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.334149] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.336016] NET: Registered protocol family 1 [ 0.337316] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.338950] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.340535] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.363852] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.386853] Trying to unpack rootfs image as initramfs... [ 0.494099] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.497004] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.499037] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.501184] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.503722] Scanning for low memory corruption every 60 seconds [ 0.505773] Initialise system trusted keyring [ 0.507062] audit: initializing netlink socket (disabled) [ 0.508570] type=2000 audit(1534364841.803:1): initialized [ 0.529459] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.532183] zbud: loaded [ 0.533261] VFS: Disk quotas dquot_6.5.2 [ 0.534462] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.536552] fuse init (API version 7.22) [ 0.537785] msgmni has been set to 3997 [ 0.538965] Key type big_key registered [ 0.540660] Key type asymmetric registered [ 0.541917] Asymmetric key parser 'x509' registered [ 0.543411] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.545574] io scheduler noop registered [ 0.546733] io scheduler deadline registered (default) [ 0.548295] io scheduler cfq registered [ 0.549524] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.551138] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.552967] ipmi message handler version 39.2 [ 0.554347] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.556610] ACPI: Power Button [PWRF] [ 0.557915] GHES: HEST is not enabled! [ 0.580418] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.624766] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.646915] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.649010] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.672941] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.675956] Linux agpgart interface v0.103 [ 0.678137] brd: module loaded [ 0.679586] loop: module loaded [ 0.680904] blk-mq: CPU -> queue map [ 0.681971] CPU 0 -> Queue 0 [ 0.682890] CPU 1 -> Queue 0 [ 0.684544] vda: vda1 [ 0.686086] scsi0 : ata_piix [ 0.687148] scsi1 : ata_piix [ 0.688134] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.689990] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.692021] libphy: Fixed MDIO Bus: probed [ 0.693345] tun: Universal TUN/TAP device driver, 1.6 [ 0.694837] tun: (C) 1999-2004 Max Krasnyansky [ 0.698202] PPP generic driver version 2.4.2 [ 0.699562] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.701245] ehci-pci: EHCI PCI platform driver [ 0.702544] ehci-platform: EHCI generic platform driver [ 0.704140] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.705811] ohci-pci: OHCI PCI platform driver [ 0.707112] ohci-platform: OHCI generic platform driver [ 0.708579] uhci_hcd: USB Universal Host Controller Interface driver [ 0.731207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.732659] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.734879] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.736556] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.738372] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.740577] usb usb1: Product: UHCI Host Controller [ 0.741956] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd [ 0.743695] usb usb1: SerialNumber: 0000:00:01.2 [ 0.745256] hub 1-0:1.0: USB hub found [ 0.746435] hub 1-0:1.0: 2 ports detected [ 0.747760] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.750767] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.752167] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.753763] mousedev: PS/2 mouse device common for all mice [ 0.755621] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.758277] rtc_cmos 00:00: RTC can wake from S4 [ 0.759943] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.761682] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.763474] device-mapper: uevent: version 1.0.3 [ 0.764866] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.767247] ledtrig-cpu: registered to indicate activity on CPUs [ 0.768942] TCP: cubic registered [ 0.770055] NET: Registered protocol family 10 [ 0.771643] NET: Registered protocol family 17 [ 0.772955] Key type dns_resolver registered [ 0.774436] Loading compiled-in X.509 certificates [ 0.776338] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b' [ 0.786270] registered taskstats version 1 [ 0.789277] Key type trusted registered [ 0.793282] Key type encrypted registered [ 0.794500] AppArmor: AppArmor sha1 policy hashing enabled [ 0.796024] IMA: No TPM chip found, activating TPM-bypass! [ 0.798083] regulator-dummy: disabling [ 0.799315] Magic number: 14:188:498 [ 0.800534] rtc_cmos 00:00: setting system clock to 2018-08-15 20:27:21 UTC (1534364841) [ 0.802943] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.804582] EDD information not available. [ 0.849468] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.851718] Write protecting the kernel read-only data: 12288k [ 0.853962] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000) [ 0.857518] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000) Loading, please wait... [ 0.871162] systemd-udevd[107]: starting version 204 [ 0.908570] FDC 0 is a S82078B [ 1.056068] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.220719] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.222686] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.224578] usb 1-1: Product: QEMU USB Tablet [ 1.225859] usb 1-1: Manufacturer: QEMU [ 1.227009] usb 1-1: SerialNumber: 42 [ 1.921357] 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.278286] 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.527473] 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 ] * Starting Initialize or finalize resolvconf[74G[ OK ] [ 2.716688] 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 Wed, 15 Aug 2018 20:27:24 +0000. Up 3.32 seconds. cloud-init-nonet[3.78]: waiting 10 seconds for network device * 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 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 ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[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[11.36]: static networking is now up * Starting configure network device[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Wed, 15 Aug 2018 20:27:32 +0000. Up 11.50 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:66:5e:3a | ci-info: | eth0 | True | 192.168.0.11 | 255.255.255.0 | fa:16:3e:3b:51:74 | 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: 9e:71:bc:7f:95:ad:b2:f9:f2:ad:dc:a2:8d:54:46:8f root@dime-0 The key's randomart image is: +--[ RSA 2048]----+ | | | | | . | | . . o | | S o E +| | . + . o .o| | o . . o | | oo=+o | | *O*oo| +-----------------+ 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: f9:17:69:2a:c2:7f:7d:38:9a:6d:d4:ab:9d:52:26:99 root@dime-0 The key's randomart image is: +--[ DSA 1024]----+ | | | | | | | . . | | S ++ | | . . oE.+ | | o . oo.= . | | o ..+*.o. | | ..ooo=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: 6d:e8:0d:5d:7b:48:fe:f8:fb:ed:6a:df:95:ba:16:0f root@dime-0 The key's randomart image is: +--[ECDSA 256]---+ | | | | | o | | + + o | | S + + . | | . + E .| | . . . =..| | oo.+| | .+=**| +-----------------+ 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: eb:2f:a5:bf:ac:c5:51:33:5d:43:a0:b9:6f:1c:63:c2 root@dime-0 The key's randomart image is: +--[ED25519 256--+ | .oo.| | o. ..| | o+ . | | ...o | | S .E + | | o..= o | | .oo + | | .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 ] * 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 regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Starting SystemD login management service[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 * Stopping save kernel messages[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 dime-0 ttyS0 dime-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Wed, 15 Aug 2018 20:29:36 +0000. Up 135.51 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Wed, 15 Aug 2018 20:30:37 +0000. Up 196.38 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.12 + '[' -n 192.168.0.12 ']' + 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-15 20:31:56,865 - functest.core.singlevm - DEBUG - try 2: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-15 20:32:06,876 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:32:06,879 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" 2018-08-15 20:32:07,691 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:32: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-99406f1b-f704-4ea4-aea7-5534b0736ebe x-compute-request-id: req-99406f1b-f704-4ea4-aea7-5534b0736ebe Content-Encoding: gzip Content-Length: 1508 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:64:be:e5", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:64:be:e5", "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:27:5d:15", "version": 4, "addr": "192.168.1.2", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:27:5d:15", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/862ca86b-06ec-4d59-ae70-d91b3227a810", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/862ca86b-06ec-4d59-ae70-d91b3227a810", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:27:10.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "862ca86b-06ec-4d59-ae70-d91b3227a810", "security_groups": [{"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:27:10Z", "hostId": "019940e19a7b1ae7bcf66d3fa083c7498a80fd0bd54c47880af1a37a", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "homer-0.clearwater.opnfv", "created": "2018-08-15T20:26:30Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:40:77:5b", "version": 4, "addr": "192.168.0.18", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:40:77:5b", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d1:da:9d", "version": 4, "addr": "192.168.1.29", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d1:da:9d", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e6950a11-a5a7-4554-9dbb-df77b86ba400", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e6950a11-a5a7-4554-9dbb-df77b86ba400", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:27:22.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "e6950a11-a5a7-4554-9dbb-df77b86ba400", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:27:22Z", "hostId": "b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "bono-0.clearwater.opnfv", "created": "2018-08-15T20:26:30Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:51:74", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:51:74", "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:66:5e:3a", "version": 4, "addr": "192.168.1.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/ffc54980-6efe-4637-8bb5-39036958536d", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/ffc54980-6efe-4637-8bb5-39036958536d", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:27:20.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "ffc54980-6efe-4637-8bb5-39036958536d", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-mgmt"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:27:20Z", "hostId": "b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "dime-0.clearwater.opnfv", "created": "2018-08-15T20:26:30Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:a0:d6:2a", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:d6:2a", "version": 4, "addr": "172.30.9.213", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:0c:21", "version": 4, "addr": "192.168.1.21", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/59e09722-d046-47e2-8d46-98d35b577bb4", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/59e09722-d046-47e2-8d46-98d35b577bb4", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:27:18.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "59e09722-d046-47e2-8d46-98d35b577bb4", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:27:18Z", "hostId": "b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-15T20:26:29Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:67:a8:44", "version": 4, "addr": "192.168.0.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:67:a8:44", "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:5b:b2:38", "version": 4, "addr": "192.168.1.3", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/a76c441e-39fd-4d5f-93ae-d1b09ddfc9da", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/a76c441e-39fd-4d5f-93ae-d1b09ddfc9da", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:27:12.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "a76c441e-39fd-4d5f-93ae-d1b09ddfc9da", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:27:12Z", "hostId": "b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-15T20:26:29Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:9f:75:cc", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:75:cc", "version": 4, "addr": "172.30.9.217", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e0dd32cc-fa1d-4798-8b82-04894a6f8bfa", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e0dd32cc-fa1d-4798-8b82-04894a6f8bfa", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:26:06.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "e0dd32cc-fa1d-4798-8b82-04894a6f8bfa", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:26:06Z", "hostId": "019940e19a7b1ae7bcf66d3fa083c7498a80fd0bd54c47880af1a37a", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-15T20:24:22Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:e5:cc:ec", "version": 4, "addr": "192.168.0.2", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e5:cc:ec", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:01:52:92", "version": 4, "addr": "192.168.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/99cb71c2-331c-48dd-b548-d074f602efeb", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/99cb71c2-331c-48dd-b548-d074f602efeb", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:24:12.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "99cb71c2-331c-48dd-b548-d074f602efeb", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:24:12Z", "hostId": "b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "ns.clearwater.opnfv", "created": "2018-08-15T20:22:28Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:32:07,691 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-99406f1b-f704-4ea4-aea7-5534b0736ebe 2018-08-15 20:32:07,692 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.815557003021s 2018-08-15 20:32:07,692 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-99406f1b-f704-4ea4-aea7-5534b0736ebe 2018-08-15 20:32:07,699 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-15 20:32:07,702 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/ffc54980-6efe-4637-8bb5-39036958536d/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}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-15 20:32:07,775 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:32:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-01c9474b-7b5e-43b4-aa80-607a893ba9c7 x-compute-request-id: req-01c9474b-7b5e-43b4-aa80-607a893ba9c7 Content-Encoding: gzip Content-Length: 10436 Content-Type: application/json RESP BODY: {"output": "[ 0.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-155-generic (buildd@lgw01-amd64-033) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #205-Ubuntu SMP Fri Aug 10 15:53:26 UTC 2018 (Ubuntu 3.13.0-155.205-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-155-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-155-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: 2039688K/2096616K available (7492K kernel code, 1163K rwdata, 3440K rodata, 1368K init, 1448K bss, 56928K 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.008019] pid_max: default: 32768 minimum: 301\n[ 0.009492] Security Framework initialized\n[ 0.010826] AppArmor: AppArmor initialized\n[ 0.012003] Yama: becoming mindful.\n[ 0.013377] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.017471] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.020250] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.022040] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.024482] Initializing cgroup subsys memory\n[ 0.025799] Initializing cgroup subsys devices\n[ 0.027083] Initializing cgroup subsys freezer\n[ 0.028012] Initializing cgroup subsys blkio\n[ 0.029249] Initializing cgroup subsys perf_event\n[ 0.030587] Initializing cgroup subsys hugetlb\n[ 0.032101] FEATURE SPEC_CTRL Not Present\n[ 0.034040] mce: CPU supports 10 MCE banks\n[ 0.035310] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.035310] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.036023] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.040017] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.042706] Speculative Store Bypass: Vulnerable\n[ 0.044564] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.052842] ACPI: Core revision 20131115\n[ 0.054885] ACPI: All ACPI Tables successfully acquired\n[ 0.056375] ftrace: allocating 28746 entries in 113 pages\n[ 0.080032] smpboot: Max logical packages: 2\n[ 0.081573] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.083786] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.084320] Enabling x2apic\n[ 0.085478] Enabled x2apic\n[ 0.088012] Switched APIC routing to physical x2apic.\n[ 0.090902] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.092002] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.096033] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.105487] KVM setup paravirtual spinlock\n[ 0.108942] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.111020] x86: Booting SMP configuration:\n[ 0.112004] .... node #0, CPUs: #1[ 0.108883] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.128024] x86: Booted up 1 node, 2 CPUs\n[ 0.128036] KVM setup async PF for cpu 1\n[ 0.128039] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.131975] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.132469] devtmpfs: initialized\n[ 0.134457] EVM: security.selinux\n[ 0.136006] EVM: security.SMACK64\n[ 0.137028] EVM: security.ima\n[ 0.137978] EVM: security.capability\n[ 0.140220] pinctrl core: initialized pinctrl subsystem\n[ 0.141950] regulator-dummy: no parameters\n[ 0.143467] RTC time: 20:27:21, date: 08/15/18\n[ 0.144088] NET: Registered protocol family 16\n[ 0.145532] cpuidle: using governor ladder\n[ 0.146780] cpuidle: using governor menu\n[ 0.148028] ACPI: bus type PCI registered\n[ 0.149304] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.151149] PCI: Using configuration type 1 for base access\n[ 0.152642] bio: create slab at 0\n[ 0.153480] ACPI: Added _OSI(Module Device)\n[ 0.153480] ACPI: Added _OSI(Processor Device)\n[ 0.156004] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.157346] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.160017] ACPI: Interpreter enabled\n[ 0.161448] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.164005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.167008] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.168783] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.171964] ACPI: (supports S0 S5)\n[ 0.172005] ACPI: Using IOAPIC for interrupt routing\n[ 0.173721] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.176200] ACPI: No dock devices found.\n[ 0.179337] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.180007] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.181821] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.183548] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.184209] acpiphp: Slot [3] registered\n[ 0.185378] acpiphp: Slot [4] registered\n[ 0.186830] acpiphp: Slot [5] registered\n[ 0.188027] acpiphp: Slot [6] registered\n[ 0.189524] acpiphp: Slot [7] registered\n[ 0.190980] acpiphp: Slot [8] registered\n[ 0.192034] acpiphp: Slot [9] registered\n[ 0.193482] acpiphp: Slot [10] registered\n[ 0.194875] acpiphp: Slot [11] registered\n[ 0.196029] acpiphp: Slot [12] registered\n[ 0.197431] acpiphp: Slot [13] registered\n[ 0.198878] acpiphp: Slot [14] registered\n[ 0.200024] acpiphp: Slot [15] registered\n[ 0.201441] acpiphp: Slot [16] registered\n[ 0.202880] acpiphp: Slot [17] registered\n[ 0.204034] acpiphp: Slot [18] registered\n[ 0.205480] acpiphp: Slot [19] registered\n[ 0.206905] acpiphp: Slot [20] registered\n[ 0.208024] acpiphp: Slot [21] registered\n[ 0.209406] acpiphp: Slot [22] registered\n[ 0.210811] acpiphp: Slot [23] registered\n[ 0.212050] acpiphp: Slot [24] registered\n[ 0.213440] acpiphp: Slot [25] registered\n[ 0.214875] acpiphp: Slot [26] registered\n[ 0.216030] acpiphp: Slot [27] registered\n[ 0.217432] acpiphp: Slot [28] registered\n[ 0.218843] acpiphp: Slot [29] registered\n[ 0.220024] acpiphp: Slot [30] registered\n[ 0.221344] acpiphp: Slot [31] registered\n[ 0.222503] PCI host bridge to bus 0000:00\n[ 0.223805] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.224005] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.225651] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.227320] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.228004] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.229835] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.237276] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.239401] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.268332] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.270554] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.273168] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.275350] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.277087] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.279254] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.280292] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.281614] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.284004] vgaarb: loaded\n[ 0.284896] vgaarb: bridge control possible 0000:00:02.0\n[ 0.286799] SCSI subsystem initialized\n[ 0.288094] ACPI: bus type USB registered\n[ 0.289273] usbcore: registered new interface driver usbfs\n[ 0.290811] usbcore: registered new interface driver hub\n[ 0.292051] usbcore: registered new device driver usb\n[ 0.293533] PCI: Using ACPI for IRQ routing\n[ 0.293876] NetLabel: Initializing\n[ 0.296011] NetLabel: domain hash size = 128\n[ 0.297435] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.298955] NetLabel: unlabeled traffic allowed by default\n[ 0.300236] Switched to clocksource kvm-clock\n[ 0.309997] AppArmor: AppArmor Filesystem Enabled\n[ 0.311627] pnp: PnP ACPI init\n[ 0.312714] ACPI: bus type PNP registered\n[ 0.314598] pnp: PnP ACPI: found 8 devices\n[ 0.315858] ACPI: bus type PNP unregistered\n[ 0.323555] NET: Registered protocol family 2\n[ 0.325162] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.327419] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.329469] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.331425] TCP: reno registered\n[ 0.332453] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.334149] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.336016] NET: Registered protocol family 1\n[ 0.337316] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.338950] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.340535] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.363852] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.386853] Trying to unpack rootfs image as initramfs...\n[ 0.494099] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.497004] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.499037] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.501184] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.503722] Scanning for low memory corruption every 60 seconds\n[ 0.505773] Initialise system trusted keyring\n[ 0.507062] audit: initializing netlink socket (disabled)\n[ 0.508570] type=2000 audit(1534364841.803:1): initialized\n[ 0.529459] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.532183] zbud: loaded\n[ 0.533261] VFS: Disk quotas dquot_6.5.2\n[ 0.534462] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.536552] fuse init (API version 7.22)\n[ 0.537785] msgmni has been set to 3997\n[ 0.538965] Key type big_key registered\n[ 0.540660] Key type asymmetric registered\n[ 0.541917] Asymmetric key parser 'x509' registered\n[ 0.543411] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.545574] io scheduler noop registered\n[ 0.546733] io scheduler deadline registered (default)\n[ 0.548295] io scheduler cfq registered\n[ 0.549524] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.551138] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.552967] ipmi message handler version 39.2\n[ 0.554347] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.556610] ACPI: Power Button [PWRF]\n[ 0.557915] GHES: HEST is not enabled!\n[ 0.580418] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.624766] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.646915] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.649010] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.672941] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.675956] Linux agpgart interface v0.103\n[ 0.678137] brd: module loaded\n[ 0.679586] loop: module loaded\n[ 0.680904] blk-mq: CPU -> queue map\n[ 0.681971] CPU 0 -> Queue 0\n[ 0.682890] CPU 1 -> Queue 0\n[ 0.684544] vda: vda1\n[ 0.686086] scsi0 : ata_piix\n[ 0.687148] scsi1 : ata_piix\n[ 0.688134] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.689990] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.692021] libphy: Fixed MDIO Bus: probed\n[ 0.693345] tun: Universal TUN/TAP device driver, 1.6\n[ 0.694837] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.698202] PPP generic driver version 2.4.2\n[ 0.699562] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.701245] ehci-pci: EHCI PCI platform driver\n[ 0.702544] ehci-platform: EHCI generic platform driver\n[ 0.704140] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.705811] ohci-pci: OHCI PCI platform driver\n[ 0.707112] ohci-platform: OHCI generic platform driver\n[ 0.708579] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.731207] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.732659] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.734879] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.736556] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.738372] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.740577] usb usb1: Product: UHCI Host Controller\n[ 0.741956] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd\n[ 0.743695] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.745256] hub 1-0:1.0: USB hub found\n[ 0.746435] hub 1-0:1.0: 2 ports detected\n[ 0.747760] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.750767] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.752167] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.753763] mousedev: PS/2 mouse device common for all mice\n[ 0.755621] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.758277] rtc_cmos 00:00: RTC can wake from S4\n[ 0.759943] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.761682] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.763474] device-mapper: uevent: version 1.0.3\n[ 0.764866] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.767247] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.768942] TCP: cubic registered\n[ 0.770055] NET: Registered protocol family 10\n[ 0.771643] NET: Registered protocol family 17\n[ 0.772955] Key type dns_resolver registered\n[ 0.774436] Loading compiled-in X.509 certificates\n[ 0.776338] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b'\n[ 0.786270] registered taskstats version 1\n[ 0.789277] Key type trusted registered\n[ 0.793282] Key type encrypted registered\n[ 0.794500] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.796024] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.798083] regulator-dummy: disabling\n[ 0.799315] Magic number: 14:188:498\n[ 0.800534] rtc_cmos 00:00: setting system clock to 2018-08-15 20:27:21 UTC (1534364841)\n[ 0.802943] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.804582] EDD information not available.\n[ 0.849468] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.851718] Write protecting the kernel read-only data: 12288k\n[ 0.853962] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000)\n[ 0.857518] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000)\nLoading, please wait...\n[ 0.871162] systemd-udevd[107]: starting version 204\n[ 0.908570] FDC 0 is a S82078B\n[ 1.056068] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.220719] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.222686] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.224578] usb 1-1: Product: QEMU USB Tablet\n[ 1.225859] usb 1-1: Manufacturer: QEMU\n[ 1.227009] usb 1-1: SerialNumber: 42\n[ 1.921357] 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.278286] 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.527473] 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 * Starting Initialize or finalize resolvconf[74G[ OK ]\n[ 2.716688] 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 Wed, 15 Aug 2018 20:27:24 +0000. Up 3.32 seconds.\ncloud-init-nonet[3.78]: waiting 10 seconds for network device\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 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 * 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 ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[11.36]: static networking is now up\n * Starting configure network device[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Wed, 15 Aug 2018 20:27:32 +0000. Up 11.50 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:66:5e:3a |\nci-info: | eth0 | True | 192.168.0.11 | 255.255.255.0 | fa:16:3e:3b:51:74 |\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:\n9e:71:bc:7f:95:ad:b2:f9:f2:ad:dc:a2:8d:54:46:8f root@dime-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| |\n| |\n| . |\n| . . o |\n| S o E +|\n| . + . o .o|\n| o . . o |\n| oo=+o |\n| *O*oo|\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:\nf9:17:69:2a:c2:7f:7d:38:9a:6d:d4:ab:9d:52:26:99 root@dime-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| |\n| |\n| |\n| . . |\n| S ++ |\n| . . oE.+ |\n| o . oo.= . |\n| o ..+*.o. |\n| ..ooo=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:\n6d:e8:0d:5d:7b:48:fe:f8:fb:ed:6a:df:95:ba:16:0f root@dime-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| |\n| o |\n| + + o |\n| S + + . |\n| . + E .|\n| . . . =..|\n| oo.+|\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:\neb:2f:a5:bf:ac:c5:51:33:5d:43:a0:b9:6f:1c:63:c2 root@dime-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| .oo.|\n| o. ..|\n| o+ . |\n| ...o |\n| S .E + |\n| o..= o |\n| .oo + |\n| .oo . |\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 regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\n * Starting SystemD login management service[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\n * Stopping save kernel messages[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 dime-0 ttyS0\n\ndime-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Wed, 15 Aug 2018 20:29:36 +0000. Up 135.51 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Wed, 15 Aug 2018 20:30:37 +0000. Up 196.38 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.12\n+ '[' -n 192.168.0.12 ']'\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-15 20:32:07,776 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/ffc54980-6efe-4637-8bb5-39036958536d/action used request id req-01c9474b-7b5e-43b4-aa80-607a893ba9c7 2018-08-15 20:32:07,776 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0768740177155s 2018-08-15 20:32:07,778 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/ffc54980-6efe-4637-8bb5-39036958536d/action used request id req-01c9474b-7b5e-43b4-aa80-607a893ba9c7 2018-08-15 20:32:07,778 - 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-155-generic (buildd@lgw01-amd64-033) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #205-Ubuntu SMP Fri Aug 10 15:53:26 UTC 2018 (Ubuntu 3.13.0-155.205-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-155-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-155-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: 2039688K/2096616K available (7492K kernel code, 1163K rwdata, 3440K rodata, 1368K init, 1448K bss, 56928K 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.008019] pid_max: default: 32768 minimum: 301 [ 0.009492] Security Framework initialized [ 0.010826] AppArmor: AppArmor initialized [ 0.012003] Yama: becoming mindful. [ 0.013377] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.017471] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.020250] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.022040] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.024482] Initializing cgroup subsys memory [ 0.025799] Initializing cgroup subsys devices [ 0.027083] Initializing cgroup subsys freezer [ 0.028012] Initializing cgroup subsys blkio [ 0.029249] Initializing cgroup subsys perf_event [ 0.030587] Initializing cgroup subsys hugetlb [ 0.032101] FEATURE SPEC_CTRL Not Present [ 0.034040] mce: CPU supports 10 MCE banks [ 0.035310] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.035310] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.036023] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.040017] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.042706] Speculative Store Bypass: Vulnerable [ 0.044564] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.052842] ACPI: Core revision 20131115 [ 0.054885] ACPI: All ACPI Tables successfully acquired [ 0.056375] ftrace: allocating 28746 entries in 113 pages [ 0.080032] smpboot: Max logical packages: 2 [ 0.081573] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.083786] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.084320] Enabling x2apic [ 0.085478] Enabled x2apic [ 0.088012] Switched APIC routing to physical x2apic. [ 0.090902] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.092002] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.096033] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.105487] KVM setup paravirtual spinlock [ 0.108942] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.111020] x86: Booting SMP configuration: [ 0.112004] .... node #0, CPUs: #1[ 0.108883] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.128024] x86: Booted up 1 node, 2 CPUs [ 0.128036] KVM setup async PF for cpu 1 [ 0.128039] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.131975] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.132469] devtmpfs: initialized [ 0.134457] EVM: security.selinux [ 0.136006] EVM: security.SMACK64 [ 0.137028] EVM: security.ima [ 0.137978] EVM: security.capability [ 0.140220] pinctrl core: initialized pinctrl subsystem [ 0.141950] regulator-dummy: no parameters [ 0.143467] RTC time: 20:27:21, date: 08/15/18 [ 0.144088] NET: Registered protocol family 16 [ 0.145532] cpuidle: using governor ladder [ 0.146780] cpuidle: using governor menu [ 0.148028] ACPI: bus type PCI registered [ 0.149304] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.151149] PCI: Using configuration type 1 for base access [ 0.152642] bio: create slab at 0 [ 0.153480] ACPI: Added _OSI(Module Device) [ 0.153480] ACPI: Added _OSI(Processor Device) [ 0.156004] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.157346] ACPI: Added _OSI(Processor Aggregator Device) [ 0.160017] ACPI: Interpreter enabled [ 0.161448] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.164005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.167008] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.168783] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.171964] ACPI: (supports S0 S5) [ 0.172005] ACPI: Using IOAPIC for interrupt routing [ 0.173721] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.176200] ACPI: No dock devices found. [ 0.179337] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.180007] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.181821] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.183548] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.184209] acpiphp: Slot [3] registered [ 0.185378] acpiphp: Slot [4] registered [ 0.186830] acpiphp: Slot [5] registered [ 0.188027] acpiphp: Slot [6] registered [ 0.189524] acpiphp: Slot [7] registered [ 0.190980] acpiphp: Slot [8] registered [ 0.192034] acpiphp: Slot [9] registered [ 0.193482] acpiphp: Slot [10] registered [ 0.194875] acpiphp: Slot [11] registered [ 0.196029] acpiphp: Slot [12] registered [ 0.197431] acpiphp: Slot [13] registered [ 0.198878] acpiphp: Slot [14] registered [ 0.200024] acpiphp: Slot [15] registered [ 0.201441] acpiphp: Slot [16] registered [ 0.202880] acpiphp: Slot [17] registered [ 0.204034] acpiphp: Slot [18] registered [ 0.205480] acpiphp: Slot [19] registered [ 0.206905] acpiphp: Slot [20] registered [ 0.208024] acpiphp: Slot [21] registered [ 0.209406] acpiphp: Slot [22] registered [ 0.210811] acpiphp: Slot [23] registered [ 0.212050] acpiphp: Slot [24] registered [ 0.213440] acpiphp: Slot [25] registered [ 0.214875] acpiphp: Slot [26] registered [ 0.216030] acpiphp: Slot [27] registered [ 0.217432] acpiphp: Slot [28] registered [ 0.218843] acpiphp: Slot [29] registered [ 0.220024] acpiphp: Slot [30] registered [ 0.221344] acpiphp: Slot [31] registered [ 0.222503] PCI host bridge to bus 0000:00 [ 0.223805] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.224005] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.225651] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.227320] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.228004] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.229835] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.237276] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.239401] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.268332] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.270554] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.273168] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.275350] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.277087] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.279254] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.280292] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.281614] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.284004] vgaarb: loaded [ 0.284896] vgaarb: bridge control possible 0000:00:02.0 [ 0.286799] SCSI subsystem initialized [ 0.288094] ACPI: bus type USB registered [ 0.289273] usbcore: registered new interface driver usbfs [ 0.290811] usbcore: registered new interface driver hub [ 0.292051] usbcore: registered new device driver usb [ 0.293533] PCI: Using ACPI for IRQ routing [ 0.293876] NetLabel: Initializing [ 0.296011] NetLabel: domain hash size = 128 [ 0.297435] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.298955] NetLabel: unlabeled traffic allowed by default [ 0.300236] Switched to clocksource kvm-clock [ 0.309997] AppArmor: AppArmor Filesystem Enabled [ 0.311627] pnp: PnP ACPI init [ 0.312714] ACPI: bus type PNP registered [ 0.314598] pnp: PnP ACPI: found 8 devices [ 0.315858] ACPI: bus type PNP unregistered [ 0.323555] NET: Registered protocol family 2 [ 0.325162] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.327419] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.329469] TCP: Hash tables configured (established 16384 bind 16384) [ 0.331425] TCP: reno registered [ 0.332453] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.334149] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.336016] NET: Registered protocol family 1 [ 0.337316] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.338950] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.340535] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.363852] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.386853] Trying to unpack rootfs image as initramfs... [ 0.494099] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.497004] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.499037] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.501184] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.503722] Scanning for low memory corruption every 60 seconds [ 0.505773] Initialise system trusted keyring [ 0.507062] audit: initializing netlink socket (disabled) [ 0.508570] type=2000 audit(1534364841.803:1): initialized [ 0.529459] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.532183] zbud: loaded [ 0.533261] VFS: Disk quotas dquot_6.5.2 [ 0.534462] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.536552] fuse init (API version 7.22) [ 0.537785] msgmni has been set to 3997 [ 0.538965] Key type big_key registered [ 0.540660] Key type asymmetric registered [ 0.541917] Asymmetric key parser 'x509' registered [ 0.543411] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.545574] io scheduler noop registered [ 0.546733] io scheduler deadline registered (default) [ 0.548295] io scheduler cfq registered [ 0.549524] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.551138] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.552967] ipmi message handler version 39.2 [ 0.554347] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.556610] ACPI: Power Button [PWRF] [ 0.557915] GHES: HEST is not enabled! [ 0.580418] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.624766] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.646915] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.649010] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.672941] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.675956] Linux agpgart interface v0.103 [ 0.678137] brd: module loaded [ 0.679586] loop: module loaded [ 0.680904] blk-mq: CPU -> queue map [ 0.681971] CPU 0 -> Queue 0 [ 0.682890] CPU 1 -> Queue 0 [ 0.684544] vda: vda1 [ 0.686086] scsi0 : ata_piix [ 0.687148] scsi1 : ata_piix [ 0.688134] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.689990] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.692021] libphy: Fixed MDIO Bus: probed [ 0.693345] tun: Universal TUN/TAP device driver, 1.6 [ 0.694837] tun: (C) 1999-2004 Max Krasnyansky [ 0.698202] PPP generic driver version 2.4.2 [ 0.699562] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.701245] ehci-pci: EHCI PCI platform driver [ 0.702544] ehci-platform: EHCI generic platform driver [ 0.704140] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.705811] ohci-pci: OHCI PCI platform driver [ 0.707112] ohci-platform: OHCI generic platform driver [ 0.708579] uhci_hcd: USB Universal Host Controller Interface driver [ 0.731207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.732659] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.734879] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.736556] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.738372] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.740577] usb usb1: Product: UHCI Host Controller [ 0.741956] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd [ 0.743695] usb usb1: SerialNumber: 0000:00:01.2 [ 0.745256] hub 1-0:1.0: USB hub found [ 0.746435] hub 1-0:1.0: 2 ports detected [ 0.747760] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.750767] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.752167] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.753763] mousedev: PS/2 mouse device common for all mice [ 0.755621] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.758277] rtc_cmos 00:00: RTC can wake from S4 [ 0.759943] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.761682] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.763474] device-mapper: uevent: version 1.0.3 [ 0.764866] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.767247] ledtrig-cpu: registered to indicate activity on CPUs [ 0.768942] TCP: cubic registered [ 0.770055] NET: Registered protocol family 10 [ 0.771643] NET: Registered protocol family 17 [ 0.772955] Key type dns_resolver registered [ 0.774436] Loading compiled-in X.509 certificates [ 0.776338] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b' [ 0.786270] registered taskstats version 1 [ 0.789277] Key type trusted registered [ 0.793282] Key type encrypted registered [ 0.794500] AppArmor: AppArmor sha1 policy hashing enabled [ 0.796024] IMA: No TPM chip found, activating TPM-bypass! [ 0.798083] regulator-dummy: disabling [ 0.799315] Magic number: 14:188:498 [ 0.800534] rtc_cmos 00:00: setting system clock to 2018-08-15 20:27:21 UTC (1534364841) [ 0.802943] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.804582] EDD information not available. [ 0.849468] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.851718] Write protecting the kernel read-only data: 12288k [ 0.853962] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000) [ 0.857518] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000) Loading, please wait... [ 0.871162] systemd-udevd[107]: starting version 204 [ 0.908570] FDC 0 is a S82078B [ 1.056068] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.220719] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.222686] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.224578] usb 1-1: Product: QEMU USB Tablet [ 1.225859] usb 1-1: Manufacturer: QEMU [ 1.227009] usb 1-1: SerialNumber: 42 [ 1.921357] 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.278286] 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.527473] 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 ] * Starting Initialize or finalize resolvconf[74G[ OK ] [ 2.716688] 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 Wed, 15 Aug 2018 20:27:24 +0000. Up 3.32 seconds. cloud-init-nonet[3.78]: waiting 10 seconds for network device * 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 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 ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[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[11.36]: static networking is now up * Starting configure network device[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Wed, 15 Aug 2018 20:27:32 +0000. Up 11.50 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:66:5e:3a | ci-info: | eth0 | True | 192.168.0.11 | 255.255.255.0 | fa:16:3e:3b:51:74 | 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: 9e:71:bc:7f:95:ad:b2:f9:f2:ad:dc:a2:8d:54:46:8f root@dime-0 The key's randomart image is: +--[ RSA 2048]----+ | | | | | . | | . . o | | S o E +| | . + . o .o| | o . . o | | oo=+o | | *O*oo| +-----------------+ 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: f9:17:69:2a:c2:7f:7d:38:9a:6d:d4:ab:9d:52:26:99 root@dime-0 The key's randomart image is: +--[ DSA 1024]----+ | | | | | | | . . | | S ++ | | . . oE.+ | | o . oo.= . | | o ..+*.o. | | ..ooo=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: 6d:e8:0d:5d:7b:48:fe:f8:fb:ed:6a:df:95:ba:16:0f root@dime-0 The key's randomart image is: +--[ECDSA 256]---+ | | | | | o | | + + o | | S + + . | | . + E .| | . . . =..| | oo.+| | .+=**| +-----------------+ 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: eb:2f:a5:bf:ac:c5:51:33:5d:43:a0:b9:6f:1c:63:c2 root@dime-0 The key's randomart image is: +--[ED25519 256--+ | .oo.| | o. ..| | o+ . | | ...o | | S .E + | | o..= o | | .oo + | | .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 ] * 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 regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Starting SystemD login management service[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 * Stopping save kernel messages[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 dime-0 ttyS0 dime-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Wed, 15 Aug 2018 20:29:36 +0000. Up 135.51 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Wed, 15 Aug 2018 20:30:37 +0000. Up 196.38 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.12 + '[' -n 192.168.0.12 ']' + 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-15 20:32:07,780 - functest.core.singlevm - DEBUG - try 3: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-15 20:32:17,790 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:32:17,793 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" 2018-08-15 20:32:18,600 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:32: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-a5212ec8-e76d-42c7-b3c1-ca005c75dc8e x-compute-request-id: req-a5212ec8-e76d-42c7-b3c1-ca005c75dc8e Content-Encoding: gzip Content-Length: 1508 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:64:be:e5", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:64:be:e5", "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:27:5d:15", "version": 4, "addr": "192.168.1.2", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:27:5d:15", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/862ca86b-06ec-4d59-ae70-d91b3227a810", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/862ca86b-06ec-4d59-ae70-d91b3227a810", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:27:10.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "862ca86b-06ec-4d59-ae70-d91b3227a810", "security_groups": [{"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:27:10Z", "hostId": "019940e19a7b1ae7bcf66d3fa083c7498a80fd0bd54c47880af1a37a", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "homer-0.clearwater.opnfv", "created": "2018-08-15T20:26:30Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:40:77:5b", "version": 4, "addr": "192.168.0.18", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:40:77:5b", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d1:da:9d", "version": 4, "addr": "192.168.1.29", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d1:da:9d", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e6950a11-a5a7-4554-9dbb-df77b86ba400", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e6950a11-a5a7-4554-9dbb-df77b86ba400", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:27:22.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "e6950a11-a5a7-4554-9dbb-df77b86ba400", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:27:22Z", "hostId": "b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "bono-0.clearwater.opnfv", "created": "2018-08-15T20:26:30Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:51:74", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:51:74", "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:66:5e:3a", "version": 4, "addr": "192.168.1.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/ffc54980-6efe-4637-8bb5-39036958536d", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/ffc54980-6efe-4637-8bb5-39036958536d", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:27:20.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "ffc54980-6efe-4637-8bb5-39036958536d", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-mgmt"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:27:20Z", "hostId": "b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "dime-0.clearwater.opnfv", "created": "2018-08-15T20:26:30Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:a0:d6:2a", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:d6:2a", "version": 4, "addr": "172.30.9.213", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:0c:21", "version": 4, "addr": "192.168.1.21", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/59e09722-d046-47e2-8d46-98d35b577bb4", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/59e09722-d046-47e2-8d46-98d35b577bb4", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:27:18.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "59e09722-d046-47e2-8d46-98d35b577bb4", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:27:18Z", "hostId": "b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-15T20:26:29Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:67:a8:44", "version": 4, "addr": "192.168.0.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:67:a8:44", "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:5b:b2:38", "version": 4, "addr": "192.168.1.3", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/a76c441e-39fd-4d5f-93ae-d1b09ddfc9da", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/a76c441e-39fd-4d5f-93ae-d1b09ddfc9da", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:27:12.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "a76c441e-39fd-4d5f-93ae-d1b09ddfc9da", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:27:12Z", "hostId": "b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-15T20:26:29Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:9f:75:cc", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:75:cc", "version": 4, "addr": "172.30.9.217", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e0dd32cc-fa1d-4798-8b82-04894a6f8bfa", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e0dd32cc-fa1d-4798-8b82-04894a6f8bfa", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:26:06.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "e0dd32cc-fa1d-4798-8b82-04894a6f8bfa", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:26:06Z", "hostId": "019940e19a7b1ae7bcf66d3fa083c7498a80fd0bd54c47880af1a37a", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-15T20:24:22Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:e5:cc:ec", "version": 4, "addr": "192.168.0.2", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e5:cc:ec", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:01:52:92", "version": 4, "addr": "192.168.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/99cb71c2-331c-48dd-b548-d074f602efeb", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/99cb71c2-331c-48dd-b548-d074f602efeb", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:24:12.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "99cb71c2-331c-48dd-b548-d074f602efeb", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:24:12Z", "hostId": "b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "ns.clearwater.opnfv", "created": "2018-08-15T20:22:28Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:32:18,600 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-a5212ec8-e76d-42c7-b3c1-ca005c75dc8e 2018-08-15 20:32:18,600 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.809758901596s 2018-08-15 20:32:18,601 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-a5212ec8-e76d-42c7-b3c1-ca005c75dc8e 2018-08-15 20:32:18,608 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-15 20:32:18,611 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/ffc54980-6efe-4637-8bb5-39036958536d/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}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-15 20:32:18,683 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:32:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-21069542-1165-4cc6-aa5e-495795fd5b22 x-compute-request-id: req-21069542-1165-4cc6-aa5e-495795fd5b22 Content-Encoding: gzip Content-Length: 10436 Content-Type: application/json RESP BODY: {"output": "[ 0.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-155-generic (buildd@lgw01-amd64-033) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #205-Ubuntu SMP Fri Aug 10 15:53:26 UTC 2018 (Ubuntu 3.13.0-155.205-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-155-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-155-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: 2039688K/2096616K available (7492K kernel code, 1163K rwdata, 3440K rodata, 1368K init, 1448K bss, 56928K 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.008019] pid_max: default: 32768 minimum: 301\n[ 0.009492] Security Framework initialized\n[ 0.010826] AppArmor: AppArmor initialized\n[ 0.012003] Yama: becoming mindful.\n[ 0.013377] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.017471] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.020250] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.022040] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.024482] Initializing cgroup subsys memory\n[ 0.025799] Initializing cgroup subsys devices\n[ 0.027083] Initializing cgroup subsys freezer\n[ 0.028012] Initializing cgroup subsys blkio\n[ 0.029249] Initializing cgroup subsys perf_event\n[ 0.030587] Initializing cgroup subsys hugetlb\n[ 0.032101] FEATURE SPEC_CTRL Not Present\n[ 0.034040] mce: CPU supports 10 MCE banks\n[ 0.035310] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.035310] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.036023] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.040017] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.042706] Speculative Store Bypass: Vulnerable\n[ 0.044564] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.052842] ACPI: Core revision 20131115\n[ 0.054885] ACPI: All ACPI Tables successfully acquired\n[ 0.056375] ftrace: allocating 28746 entries in 113 pages\n[ 0.080032] smpboot: Max logical packages: 2\n[ 0.081573] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.083786] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.084320] Enabling x2apic\n[ 0.085478] Enabled x2apic\n[ 0.088012] Switched APIC routing to physical x2apic.\n[ 0.090902] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.092002] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.096033] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.105487] KVM setup paravirtual spinlock\n[ 0.108942] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.111020] x86: Booting SMP configuration:\n[ 0.112004] .... node #0, CPUs: #1[ 0.108883] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.128024] x86: Booted up 1 node, 2 CPUs\n[ 0.128036] KVM setup async PF for cpu 1\n[ 0.128039] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.131975] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.132469] devtmpfs: initialized\n[ 0.134457] EVM: security.selinux\n[ 0.136006] EVM: security.SMACK64\n[ 0.137028] EVM: security.ima\n[ 0.137978] EVM: security.capability\n[ 0.140220] pinctrl core: initialized pinctrl subsystem\n[ 0.141950] regulator-dummy: no parameters\n[ 0.143467] RTC time: 20:27:21, date: 08/15/18\n[ 0.144088] NET: Registered protocol family 16\n[ 0.145532] cpuidle: using governor ladder\n[ 0.146780] cpuidle: using governor menu\n[ 0.148028] ACPI: bus type PCI registered\n[ 0.149304] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.151149] PCI: Using configuration type 1 for base access\n[ 0.152642] bio: create slab at 0\n[ 0.153480] ACPI: Added _OSI(Module Device)\n[ 0.153480] ACPI: Added _OSI(Processor Device)\n[ 0.156004] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.157346] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.160017] ACPI: Interpreter enabled\n[ 0.161448] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.164005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.167008] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.168783] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.171964] ACPI: (supports S0 S5)\n[ 0.172005] ACPI: Using IOAPIC for interrupt routing\n[ 0.173721] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.176200] ACPI: No dock devices found.\n[ 0.179337] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.180007] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.181821] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.183548] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.184209] acpiphp: Slot [3] registered\n[ 0.185378] acpiphp: Slot [4] registered\n[ 0.186830] acpiphp: Slot [5] registered\n[ 0.188027] acpiphp: Slot [6] registered\n[ 0.189524] acpiphp: Slot [7] registered\n[ 0.190980] acpiphp: Slot [8] registered\n[ 0.192034] acpiphp: Slot [9] registered\n[ 0.193482] acpiphp: Slot [10] registered\n[ 0.194875] acpiphp: Slot [11] registered\n[ 0.196029] acpiphp: Slot [12] registered\n[ 0.197431] acpiphp: Slot [13] registered\n[ 0.198878] acpiphp: Slot [14] registered\n[ 0.200024] acpiphp: Slot [15] registered\n[ 0.201441] acpiphp: Slot [16] registered\n[ 0.202880] acpiphp: Slot [17] registered\n[ 0.204034] acpiphp: Slot [18] registered\n[ 0.205480] acpiphp: Slot [19] registered\n[ 0.206905] acpiphp: Slot [20] registered\n[ 0.208024] acpiphp: Slot [21] registered\n[ 0.209406] acpiphp: Slot [22] registered\n[ 0.210811] acpiphp: Slot [23] registered\n[ 0.212050] acpiphp: Slot [24] registered\n[ 0.213440] acpiphp: Slot [25] registered\n[ 0.214875] acpiphp: Slot [26] registered\n[ 0.216030] acpiphp: Slot [27] registered\n[ 0.217432] acpiphp: Slot [28] registered\n[ 0.218843] acpiphp: Slot [29] registered\n[ 0.220024] acpiphp: Slot [30] registered\n[ 0.221344] acpiphp: Slot [31] registered\n[ 0.222503] PCI host bridge to bus 0000:00\n[ 0.223805] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.224005] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.225651] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.227320] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.228004] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.229835] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.237276] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.239401] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.268332] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.270554] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.273168] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.275350] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.277087] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.279254] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.280292] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.281614] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.284004] vgaarb: loaded\n[ 0.284896] vgaarb: bridge control possible 0000:00:02.0\n[ 0.286799] SCSI subsystem initialized\n[ 0.288094] ACPI: bus type USB registered\n[ 0.289273] usbcore: registered new interface driver usbfs\n[ 0.290811] usbcore: registered new interface driver hub\n[ 0.292051] usbcore: registered new device driver usb\n[ 0.293533] PCI: Using ACPI for IRQ routing\n[ 0.293876] NetLabel: Initializing\n[ 0.296011] NetLabel: domain hash size = 128\n[ 0.297435] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.298955] NetLabel: unlabeled traffic allowed by default\n[ 0.300236] Switched to clocksource kvm-clock\n[ 0.309997] AppArmor: AppArmor Filesystem Enabled\n[ 0.311627] pnp: PnP ACPI init\n[ 0.312714] ACPI: bus type PNP registered\n[ 0.314598] pnp: PnP ACPI: found 8 devices\n[ 0.315858] ACPI: bus type PNP unregistered\n[ 0.323555] NET: Registered protocol family 2\n[ 0.325162] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.327419] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.329469] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.331425] TCP: reno registered\n[ 0.332453] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.334149] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.336016] NET: Registered protocol family 1\n[ 0.337316] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.338950] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.340535] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.363852] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.386853] Trying to unpack rootfs image as initramfs...\n[ 0.494099] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.497004] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.499037] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.501184] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.503722] Scanning for low memory corruption every 60 seconds\n[ 0.505773] Initialise system trusted keyring\n[ 0.507062] audit: initializing netlink socket (disabled)\n[ 0.508570] type=2000 audit(1534364841.803:1): initialized\n[ 0.529459] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.532183] zbud: loaded\n[ 0.533261] VFS: Disk quotas dquot_6.5.2\n[ 0.534462] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.536552] fuse init (API version 7.22)\n[ 0.537785] msgmni has been set to 3997\n[ 0.538965] Key type big_key registered\n[ 0.540660] Key type asymmetric registered\n[ 0.541917] Asymmetric key parser 'x509' registered\n[ 0.543411] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.545574] io scheduler noop registered\n[ 0.546733] io scheduler deadline registered (default)\n[ 0.548295] io scheduler cfq registered\n[ 0.549524] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.551138] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.552967] ipmi message handler version 39.2\n[ 0.554347] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.556610] ACPI: Power Button [PWRF]\n[ 0.557915] GHES: HEST is not enabled!\n[ 0.580418] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.624766] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.646915] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.649010] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.672941] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.675956] Linux agpgart interface v0.103\n[ 0.678137] brd: module loaded\n[ 0.679586] loop: module loaded\n[ 0.680904] blk-mq: CPU -> queue map\n[ 0.681971] CPU 0 -> Queue 0\n[ 0.682890] CPU 1 -> Queue 0\n[ 0.684544] vda: vda1\n[ 0.686086] scsi0 : ata_piix\n[ 0.687148] scsi1 : ata_piix\n[ 0.688134] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.689990] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.692021] libphy: Fixed MDIO Bus: probed\n[ 0.693345] tun: Universal TUN/TAP device driver, 1.6\n[ 0.694837] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.698202] PPP generic driver version 2.4.2\n[ 0.699562] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.701245] ehci-pci: EHCI PCI platform driver\n[ 0.702544] ehci-platform: EHCI generic platform driver\n[ 0.704140] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.705811] ohci-pci: OHCI PCI platform driver\n[ 0.707112] ohci-platform: OHCI generic platform driver\n[ 0.708579] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.731207] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.732659] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.734879] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.736556] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.738372] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.740577] usb usb1: Product: UHCI Host Controller\n[ 0.741956] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd\n[ 0.743695] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.745256] hub 1-0:1.0: USB hub found\n[ 0.746435] hub 1-0:1.0: 2 ports detected\n[ 0.747760] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.750767] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.752167] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.753763] mousedev: PS/2 mouse device common for all mice\n[ 0.755621] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.758277] rtc_cmos 00:00: RTC can wake from S4\n[ 0.759943] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.761682] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.763474] device-mapper: uevent: version 1.0.3\n[ 0.764866] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.767247] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.768942] TCP: cubic registered\n[ 0.770055] NET: Registered protocol family 10\n[ 0.771643] NET: Registered protocol family 17\n[ 0.772955] Key type dns_resolver registered\n[ 0.774436] Loading compiled-in X.509 certificates\n[ 0.776338] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b'\n[ 0.786270] registered taskstats version 1\n[ 0.789277] Key type trusted registered\n[ 0.793282] Key type encrypted registered\n[ 0.794500] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.796024] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.798083] regulator-dummy: disabling\n[ 0.799315] Magic number: 14:188:498\n[ 0.800534] rtc_cmos 00:00: setting system clock to 2018-08-15 20:27:21 UTC (1534364841)\n[ 0.802943] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.804582] EDD information not available.\n[ 0.849468] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.851718] Write protecting the kernel read-only data: 12288k\n[ 0.853962] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000)\n[ 0.857518] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000)\nLoading, please wait...\n[ 0.871162] systemd-udevd[107]: starting version 204\n[ 0.908570] FDC 0 is a S82078B\n[ 1.056068] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.220719] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.222686] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.224578] usb 1-1: Product: QEMU USB Tablet\n[ 1.225859] usb 1-1: Manufacturer: QEMU\n[ 1.227009] usb 1-1: SerialNumber: 42\n[ 1.921357] 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.278286] 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.527473] 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 * Starting Initialize or finalize resolvconf[74G[ OK ]\n[ 2.716688] 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 Wed, 15 Aug 2018 20:27:24 +0000. Up 3.32 seconds.\ncloud-init-nonet[3.78]: waiting 10 seconds for network device\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 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 * 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 ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[11.36]: static networking is now up\n * Starting configure network device[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Wed, 15 Aug 2018 20:27:32 +0000. Up 11.50 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:66:5e:3a |\nci-info: | eth0 | True | 192.168.0.11 | 255.255.255.0 | fa:16:3e:3b:51:74 |\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:\n9e:71:bc:7f:95:ad:b2:f9:f2:ad:dc:a2:8d:54:46:8f root@dime-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| |\n| |\n| . |\n| . . o |\n| S o E +|\n| . + . o .o|\n| o . . o |\n| oo=+o |\n| *O*oo|\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:\nf9:17:69:2a:c2:7f:7d:38:9a:6d:d4:ab:9d:52:26:99 root@dime-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| |\n| |\n| |\n| . . |\n| S ++ |\n| . . oE.+ |\n| o . oo.= . |\n| o ..+*.o. |\n| ..ooo=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:\n6d:e8:0d:5d:7b:48:fe:f8:fb:ed:6a:df:95:ba:16:0f root@dime-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| |\n| o |\n| + + o |\n| S + + . |\n| . + E .|\n| . . . =..|\n| oo.+|\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:\neb:2f:a5:bf:ac:c5:51:33:5d:43:a0:b9:6f:1c:63:c2 root@dime-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| .oo.|\n| o. ..|\n| o+ . |\n| ...o |\n| S .E + |\n| o..= o |\n| .oo + |\n| .oo . |\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 regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\n * Starting SystemD login management service[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\n * Stopping save kernel messages[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 dime-0 ttyS0\n\ndime-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Wed, 15 Aug 2018 20:29:36 +0000. Up 135.51 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Wed, 15 Aug 2018 20:30:37 +0000. Up 196.38 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.12\n+ '[' -n 192.168.0.12 ']'\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-15 20:32:18,684 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/ffc54980-6efe-4637-8bb5-39036958536d/action used request id req-21069542-1165-4cc6-aa5e-495795fd5b22 2018-08-15 20:32:18,684 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.075385093689s 2018-08-15 20:32:18,685 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/ffc54980-6efe-4637-8bb5-39036958536d/action used request id req-21069542-1165-4cc6-aa5e-495795fd5b22 2018-08-15 20:32:18,685 - 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-155-generic (buildd@lgw01-amd64-033) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #205-Ubuntu SMP Fri Aug 10 15:53:26 UTC 2018 (Ubuntu 3.13.0-155.205-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-155-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-155-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: 2039688K/2096616K available (7492K kernel code, 1163K rwdata, 3440K rodata, 1368K init, 1448K bss, 56928K 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.008019] pid_max: default: 32768 minimum: 301 [ 0.009492] Security Framework initialized [ 0.010826] AppArmor: AppArmor initialized [ 0.012003] Yama: becoming mindful. [ 0.013377] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.017471] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.020250] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.022040] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.024482] Initializing cgroup subsys memory [ 0.025799] Initializing cgroup subsys devices [ 0.027083] Initializing cgroup subsys freezer [ 0.028012] Initializing cgroup subsys blkio [ 0.029249] Initializing cgroup subsys perf_event [ 0.030587] Initializing cgroup subsys hugetlb [ 0.032101] FEATURE SPEC_CTRL Not Present [ 0.034040] mce: CPU supports 10 MCE banks [ 0.035310] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.035310] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.036023] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.040017] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.042706] Speculative Store Bypass: Vulnerable [ 0.044564] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.052842] ACPI: Core revision 20131115 [ 0.054885] ACPI: All ACPI Tables successfully acquired [ 0.056375] ftrace: allocating 28746 entries in 113 pages [ 0.080032] smpboot: Max logical packages: 2 [ 0.081573] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.083786] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.084320] Enabling x2apic [ 0.085478] Enabled x2apic [ 0.088012] Switched APIC routing to physical x2apic. [ 0.090902] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.092002] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.096033] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.105487] KVM setup paravirtual spinlock [ 0.108942] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.111020] x86: Booting SMP configuration: [ 0.112004] .... node #0, CPUs: #1[ 0.108883] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.128024] x86: Booted up 1 node, 2 CPUs [ 0.128036] KVM setup async PF for cpu 1 [ 0.128039] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.131975] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.132469] devtmpfs: initialized [ 0.134457] EVM: security.selinux [ 0.136006] EVM: security.SMACK64 [ 0.137028] EVM: security.ima [ 0.137978] EVM: security.capability [ 0.140220] pinctrl core: initialized pinctrl subsystem [ 0.141950] regulator-dummy: no parameters [ 0.143467] RTC time: 20:27:21, date: 08/15/18 [ 0.144088] NET: Registered protocol family 16 [ 0.145532] cpuidle: using governor ladder [ 0.146780] cpuidle: using governor menu [ 0.148028] ACPI: bus type PCI registered [ 0.149304] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.151149] PCI: Using configuration type 1 for base access [ 0.152642] bio: create slab at 0 [ 0.153480] ACPI: Added _OSI(Module Device) [ 0.153480] ACPI: Added _OSI(Processor Device) [ 0.156004] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.157346] ACPI: Added _OSI(Processor Aggregator Device) [ 0.160017] ACPI: Interpreter enabled [ 0.161448] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.164005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.167008] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.168783] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.171964] ACPI: (supports S0 S5) [ 0.172005] ACPI: Using IOAPIC for interrupt routing [ 0.173721] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.176200] ACPI: No dock devices found. [ 0.179337] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.180007] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.181821] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.183548] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.184209] acpiphp: Slot [3] registered [ 0.185378] acpiphp: Slot [4] registered [ 0.186830] acpiphp: Slot [5] registered [ 0.188027] acpiphp: Slot [6] registered [ 0.189524] acpiphp: Slot [7] registered [ 0.190980] acpiphp: Slot [8] registered [ 0.192034] acpiphp: Slot [9] registered [ 0.193482] acpiphp: Slot [10] registered [ 0.194875] acpiphp: Slot [11] registered [ 0.196029] acpiphp: Slot [12] registered [ 0.197431] acpiphp: Slot [13] registered [ 0.198878] acpiphp: Slot [14] registered [ 0.200024] acpiphp: Slot [15] registered [ 0.201441] acpiphp: Slot [16] registered [ 0.202880] acpiphp: Slot [17] registered [ 0.204034] acpiphp: Slot [18] registered [ 0.205480] acpiphp: Slot [19] registered [ 0.206905] acpiphp: Slot [20] registered [ 0.208024] acpiphp: Slot [21] registered [ 0.209406] acpiphp: Slot [22] registered [ 0.210811] acpiphp: Slot [23] registered [ 0.212050] acpiphp: Slot [24] registered [ 0.213440] acpiphp: Slot [25] registered [ 0.214875] acpiphp: Slot [26] registered [ 0.216030] acpiphp: Slot [27] registered [ 0.217432] acpiphp: Slot [28] registered [ 0.218843] acpiphp: Slot [29] registered [ 0.220024] acpiphp: Slot [30] registered [ 0.221344] acpiphp: Slot [31] registered [ 0.222503] PCI host bridge to bus 0000:00 [ 0.223805] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.224005] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.225651] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.227320] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.228004] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.229835] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.237276] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.239401] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.268332] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.270554] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.273168] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.275350] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.277087] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.279254] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.280292] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.281614] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.284004] vgaarb: loaded [ 0.284896] vgaarb: bridge control possible 0000:00:02.0 [ 0.286799] SCSI subsystem initialized [ 0.288094] ACPI: bus type USB registered [ 0.289273] usbcore: registered new interface driver usbfs [ 0.290811] usbcore: registered new interface driver hub [ 0.292051] usbcore: registered new device driver usb [ 0.293533] PCI: Using ACPI for IRQ routing [ 0.293876] NetLabel: Initializing [ 0.296011] NetLabel: domain hash size = 128 [ 0.297435] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.298955] NetLabel: unlabeled traffic allowed by default [ 0.300236] Switched to clocksource kvm-clock [ 0.309997] AppArmor: AppArmor Filesystem Enabled [ 0.311627] pnp: PnP ACPI init [ 0.312714] ACPI: bus type PNP registered [ 0.314598] pnp: PnP ACPI: found 8 devices [ 0.315858] ACPI: bus type PNP unregistered [ 0.323555] NET: Registered protocol family 2 [ 0.325162] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.327419] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.329469] TCP: Hash tables configured (established 16384 bind 16384) [ 0.331425] TCP: reno registered [ 0.332453] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.334149] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.336016] NET: Registered protocol family 1 [ 0.337316] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.338950] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.340535] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.363852] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.386853] Trying to unpack rootfs image as initramfs... [ 0.494099] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.497004] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.499037] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.501184] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.503722] Scanning for low memory corruption every 60 seconds [ 0.505773] Initialise system trusted keyring [ 0.507062] audit: initializing netlink socket (disabled) [ 0.508570] type=2000 audit(1534364841.803:1): initialized [ 0.529459] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.532183] zbud: loaded [ 0.533261] VFS: Disk quotas dquot_6.5.2 [ 0.534462] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.536552] fuse init (API version 7.22) [ 0.537785] msgmni has been set to 3997 [ 0.538965] Key type big_key registered [ 0.540660] Key type asymmetric registered [ 0.541917] Asymmetric key parser 'x509' registered [ 0.543411] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.545574] io scheduler noop registered [ 0.546733] io scheduler deadline registered (default) [ 0.548295] io scheduler cfq registered [ 0.549524] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.551138] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.552967] ipmi message handler version 39.2 [ 0.554347] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.556610] ACPI: Power Button [PWRF] [ 0.557915] GHES: HEST is not enabled! [ 0.580418] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.624766] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.646915] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.649010] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.672941] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.675956] Linux agpgart interface v0.103 [ 0.678137] brd: module loaded [ 0.679586] loop: module loaded [ 0.680904] blk-mq: CPU -> queue map [ 0.681971] CPU 0 -> Queue 0 [ 0.682890] CPU 1 -> Queue 0 [ 0.684544] vda: vda1 [ 0.686086] scsi0 : ata_piix [ 0.687148] scsi1 : ata_piix [ 0.688134] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.689990] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.692021] libphy: Fixed MDIO Bus: probed [ 0.693345] tun: Universal TUN/TAP device driver, 1.6 [ 0.694837] tun: (C) 1999-2004 Max Krasnyansky [ 0.698202] PPP generic driver version 2.4.2 [ 0.699562] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.701245] ehci-pci: EHCI PCI platform driver [ 0.702544] ehci-platform: EHCI generic platform driver [ 0.704140] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.705811] ohci-pci: OHCI PCI platform driver [ 0.707112] ohci-platform: OHCI generic platform driver [ 0.708579] uhci_hcd: USB Universal Host Controller Interface driver [ 0.731207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.732659] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.734879] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.736556] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.738372] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.740577] usb usb1: Product: UHCI Host Controller [ 0.741956] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd [ 0.743695] usb usb1: SerialNumber: 0000:00:01.2 [ 0.745256] hub 1-0:1.0: USB hub found [ 0.746435] hub 1-0:1.0: 2 ports detected [ 0.747760] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.750767] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.752167] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.753763] mousedev: PS/2 mouse device common for all mice [ 0.755621] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.758277] rtc_cmos 00:00: RTC can wake from S4 [ 0.759943] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.761682] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.763474] device-mapper: uevent: version 1.0.3 [ 0.764866] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.767247] ledtrig-cpu: registered to indicate activity on CPUs [ 0.768942] TCP: cubic registered [ 0.770055] NET: Registered protocol family 10 [ 0.771643] NET: Registered protocol family 17 [ 0.772955] Key type dns_resolver registered [ 0.774436] Loading compiled-in X.509 certificates [ 0.776338] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b' [ 0.786270] registered taskstats version 1 [ 0.789277] Key type trusted registered [ 0.793282] Key type encrypted registered [ 0.794500] AppArmor: AppArmor sha1 policy hashing enabled [ 0.796024] IMA: No TPM chip found, activating TPM-bypass! [ 0.798083] regulator-dummy: disabling [ 0.799315] Magic number: 14:188:498 [ 0.800534] rtc_cmos 00:00: setting system clock to 2018-08-15 20:27:21 UTC (1534364841) [ 0.802943] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.804582] EDD information not available. [ 0.849468] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.851718] Write protecting the kernel read-only data: 12288k [ 0.853962] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000) [ 0.857518] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000) Loading, please wait... [ 0.871162] systemd-udevd[107]: starting version 204 [ 0.908570] FDC 0 is a S82078B [ 1.056068] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.220719] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.222686] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.224578] usb 1-1: Product: QEMU USB Tablet [ 1.225859] usb 1-1: Manufacturer: QEMU [ 1.227009] usb 1-1: SerialNumber: 42 [ 1.921357] 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.278286] 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.527473] 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 ] * Starting Initialize or finalize resolvconf[74G[ OK ] [ 2.716688] 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 Wed, 15 Aug 2018 20:27:24 +0000. Up 3.32 seconds. cloud-init-nonet[3.78]: waiting 10 seconds for network device * 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 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 ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[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[11.36]: static networking is now up * Starting configure network device[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Wed, 15 Aug 2018 20:27:32 +0000. Up 11.50 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:66:5e:3a | ci-info: | eth0 | True | 192.168.0.11 | 255.255.255.0 | fa:16:3e:3b:51:74 | 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: 9e:71:bc:7f:95:ad:b2:f9:f2:ad:dc:a2:8d:54:46:8f root@dime-0 The key's randomart image is: +--[ RSA 2048]----+ | | | | | . | | . . o | | S o E +| | . + . o .o| | o . . o | | oo=+o | | *O*oo| +-----------------+ 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: f9:17:69:2a:c2:7f:7d:38:9a:6d:d4:ab:9d:52:26:99 root@dime-0 The key's randomart image is: +--[ DSA 1024]----+ | | | | | | | . . | | S ++ | | . . oE.+ | | o . oo.= . | | o ..+*.o. | | ..ooo=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: 6d:e8:0d:5d:7b:48:fe:f8:fb:ed:6a:df:95:ba:16:0f root@dime-0 The key's randomart image is: +--[ECDSA 256]---+ | | | | | o | | + + o | | S + + . | | . + E .| | . . . =..| | oo.+| | .+=**| +-----------------+ 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: eb:2f:a5:bf:ac:c5:51:33:5d:43:a0:b9:6f:1c:63:c2 root@dime-0 The key's randomart image is: +--[ED25519 256--+ | .oo.| | o. ..| | o+ . | | ...o | | S .E + | | o..= o | | .oo + | | .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 ] * 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 regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Starting SystemD login management service[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 * Stopping save kernel messages[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 dime-0 ttyS0 dime-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Wed, 15 Aug 2018 20:29:36 +0000. Up 135.51 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Wed, 15 Aug 2018 20:30:37 +0000. Up 196.38 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.12 + '[' -n 192.168.0.12 ']' + 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-15 20:32:18,687 - functest.core.singlevm - DEBUG - try 4: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-15 20:32:28,698 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:32:28,701 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" 2018-08-15 20:32:29,492 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:32: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-3e999f2c-e281-408b-b47e-4fbe58e2bb44 x-compute-request-id: req-3e999f2c-e281-408b-b47e-4fbe58e2bb44 Content-Encoding: gzip Content-Length: 1508 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:64:be:e5", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:64:be:e5", "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:27:5d:15", "version": 4, "addr": "192.168.1.2", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:27:5d:15", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/862ca86b-06ec-4d59-ae70-d91b3227a810", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/862ca86b-06ec-4d59-ae70-d91b3227a810", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:27:10.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "862ca86b-06ec-4d59-ae70-d91b3227a810", "security_groups": [{"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:27:10Z", "hostId": "019940e19a7b1ae7bcf66d3fa083c7498a80fd0bd54c47880af1a37a", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "homer-0.clearwater.opnfv", "created": "2018-08-15T20:26:30Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:40:77:5b", "version": 4, "addr": "192.168.0.18", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:40:77:5b", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d1:da:9d", "version": 4, "addr": "192.168.1.29", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d1:da:9d", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e6950a11-a5a7-4554-9dbb-df77b86ba400", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e6950a11-a5a7-4554-9dbb-df77b86ba400", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:27:22.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "e6950a11-a5a7-4554-9dbb-df77b86ba400", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:27:22Z", "hostId": "b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "bono-0.clearwater.opnfv", "created": "2018-08-15T20:26:30Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:51:74", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:51:74", "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:66:5e:3a", "version": 4, "addr": "192.168.1.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/ffc54980-6efe-4637-8bb5-39036958536d", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/ffc54980-6efe-4637-8bb5-39036958536d", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:27:20.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "ffc54980-6efe-4637-8bb5-39036958536d", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-mgmt"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:27:20Z", "hostId": "b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "dime-0.clearwater.opnfv", "created": "2018-08-15T20:26:30Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:a0:d6:2a", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:d6:2a", "version": 4, "addr": "172.30.9.213", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:0c:21", "version": 4, "addr": "192.168.1.21", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/59e09722-d046-47e2-8d46-98d35b577bb4", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/59e09722-d046-47e2-8d46-98d35b577bb4", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:27:18.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "59e09722-d046-47e2-8d46-98d35b577bb4", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:27:18Z", "hostId": "b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-15T20:26:29Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:67:a8:44", "version": 4, "addr": "192.168.0.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:67:a8:44", "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:5b:b2:38", "version": 4, "addr": "192.168.1.3", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/a76c441e-39fd-4d5f-93ae-d1b09ddfc9da", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/a76c441e-39fd-4d5f-93ae-d1b09ddfc9da", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:27:12.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "a76c441e-39fd-4d5f-93ae-d1b09ddfc9da", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:27:12Z", "hostId": "b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-15T20:26:29Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:9f:75:cc", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:75:cc", "version": 4, "addr": "172.30.9.217", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e0dd32cc-fa1d-4798-8b82-04894a6f8bfa", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e0dd32cc-fa1d-4798-8b82-04894a6f8bfa", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:26:06.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "e0dd32cc-fa1d-4798-8b82-04894a6f8bfa", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:26:06Z", "hostId": "019940e19a7b1ae7bcf66d3fa083c7498a80fd0bd54c47880af1a37a", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-15T20:24:22Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:e5:cc:ec", "version": 4, "addr": "192.168.0.2", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e5:cc:ec", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:01:52:92", "version": 4, "addr": "192.168.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/99cb71c2-331c-48dd-b548-d074f602efeb", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/99cb71c2-331c-48dd-b548-d074f602efeb", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:24:12.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "99cb71c2-331c-48dd-b548-d074f602efeb", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:24:12Z", "hostId": "b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "ns.clearwater.opnfv", "created": "2018-08-15T20:22:28Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:32:29,493 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-3e999f2c-e281-408b-b47e-4fbe58e2bb44 2018-08-15 20:32:29,493 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.794717073441s 2018-08-15 20:32:29,494 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-3e999f2c-e281-408b-b47e-4fbe58e2bb44 2018-08-15 20:32:29,501 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-15 20:32:29,503 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/ffc54980-6efe-4637-8bb5-39036958536d/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}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-15 20:32:29,574 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:32: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-093fc355-bc0c-41ac-89b5-9eac6774e676 x-compute-request-id: req-093fc355-bc0c-41ac-89b5-9eac6774e676 Content-Encoding: gzip Content-Length: 11930 Content-Type: application/json RESP BODY: {"output": "[ 0.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-155-generic (buildd@lgw01-amd64-033) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #205-Ubuntu SMP Fri Aug 10 15:53:26 UTC 2018 (Ubuntu 3.13.0-155.205-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-155-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-155-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: 2039688K/2096616K available (7492K kernel code, 1163K rwdata, 3440K rodata, 1368K init, 1448K bss, 56928K 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.008019] pid_max: default: 32768 minimum: 301\n[ 0.009492] Security Framework initialized\n[ 0.010826] AppArmor: AppArmor initialized\n[ 0.012003] Yama: becoming mindful.\n[ 0.013377] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.017471] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.020250] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.022040] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.024482] Initializing cgroup subsys memory\n[ 0.025799] Initializing cgroup subsys devices\n[ 0.027083] Initializing cgroup subsys freezer\n[ 0.028012] Initializing cgroup subsys blkio\n[ 0.029249] Initializing cgroup subsys perf_event\n[ 0.030587] Initializing cgroup subsys hugetlb\n[ 0.032101] FEATURE SPEC_CTRL Not Present\n[ 0.034040] mce: CPU supports 10 MCE banks\n[ 0.035310] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.035310] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.036023] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.040017] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.042706] Speculative Store Bypass: Vulnerable\n[ 0.044564] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.052842] ACPI: Core revision 20131115\n[ 0.054885] ACPI: All ACPI Tables successfully acquired\n[ 0.056375] ftrace: allocating 28746 entries in 113 pages\n[ 0.080032] smpboot: Max logical packages: 2\n[ 0.081573] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.083786] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.084320] Enabling x2apic\n[ 0.085478] Enabled x2apic\n[ 0.088012] Switched APIC routing to physical x2apic.\n[ 0.090902] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.092002] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.096033] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.105487] KVM setup paravirtual spinlock\n[ 0.108942] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.111020] x86: Booting SMP configuration:\n[ 0.112004] .... node #0, CPUs: #1[ 0.108883] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.128024] x86: Booted up 1 node, 2 CPUs\n[ 0.128036] KVM setup async PF for cpu 1\n[ 0.128039] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.131975] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.132469] devtmpfs: initialized\n[ 0.134457] EVM: security.selinux\n[ 0.136006] EVM: security.SMACK64\n[ 0.137028] EVM: security.ima\n[ 0.137978] EVM: security.capability\n[ 0.140220] pinctrl core: initialized pinctrl subsystem\n[ 0.141950] regulator-dummy: no parameters\n[ 0.143467] RTC time: 20:27:21, date: 08/15/18\n[ 0.144088] NET: Registered protocol family 16\n[ 0.145532] cpuidle: using governor ladder\n[ 0.146780] cpuidle: using governor menu\n[ 0.148028] ACPI: bus type PCI registered\n[ 0.149304] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.151149] PCI: Using configuration type 1 for base access\n[ 0.152642] bio: create slab at 0\n[ 0.153480] ACPI: Added _OSI(Module Device)\n[ 0.153480] ACPI: Added _OSI(Processor Device)\n[ 0.156004] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.157346] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.160017] ACPI: Interpreter enabled\n[ 0.161448] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.164005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.167008] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.168783] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.171964] ACPI: (supports S0 S5)\n[ 0.172005] ACPI: Using IOAPIC for interrupt routing\n[ 0.173721] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.176200] ACPI: No dock devices found.\n[ 0.179337] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.180007] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.181821] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.183548] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.184209] acpiphp: Slot [3] registered\n[ 0.185378] acpiphp: Slot [4] registered\n[ 0.186830] acpiphp: Slot [5] registered\n[ 0.188027] acpiphp: Slot [6] registered\n[ 0.189524] acpiphp: Slot [7] registered\n[ 0.190980] acpiphp: Slot [8] registered\n[ 0.192034] acpiphp: Slot [9] registered\n[ 0.193482] acpiphp: Slot [10] registered\n[ 0.194875] acpiphp: Slot [11] registered\n[ 0.196029] acpiphp: Slot [12] registered\n[ 0.197431] acpiphp: Slot [13] registered\n[ 0.198878] acpiphp: Slot [14] registered\n[ 0.200024] acpiphp: Slot [15] registered\n[ 0.201441] acpiphp: Slot [16] registered\n[ 0.202880] acpiphp: Slot [17] registered\n[ 0.204034] acpiphp: Slot [18] registered\n[ 0.205480] acpiphp: Slot [19] registered\n[ 0.206905] acpiphp: Slot [20] registered\n[ 0.208024] acpiphp: Slot [21] registered\n[ 0.209406] acpiphp: Slot [22] registered\n[ 0.210811] acpiphp: Slot [23] registered\n[ 0.212050] acpiphp: Slot [24] registered\n[ 0.213440] acpiphp: Slot [25] registered\n[ 0.214875] acpiphp: Slot [26] registered\n[ 0.216030] acpiphp: Slot [27] registered\n[ 0.217432] acpiphp: Slot [28] registered\n[ 0.218843] acpiphp: Slot [29] registered\n[ 0.220024] acpiphp: Slot [30] registered\n[ 0.221344] acpiphp: Slot [31] registered\n[ 0.222503] PCI host bridge to bus 0000:00\n[ 0.223805] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.224005] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.225651] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.227320] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.228004] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.229835] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.237276] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.239401] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.268332] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.270554] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.273168] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.275350] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.277087] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.279254] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.280292] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.281614] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.284004] vgaarb: loaded\n[ 0.284896] vgaarb: bridge control possible 0000:00:02.0\n[ 0.286799] SCSI subsystem initialized\n[ 0.288094] ACPI: bus type USB registered\n[ 0.289273] usbcore: registered new interface driver usbfs\n[ 0.290811] usbcore: registered new interface driver hub\n[ 0.292051] usbcore: registered new device driver usb\n[ 0.293533] PCI: Using ACPI for IRQ routing\n[ 0.293876] NetLabel: Initializing\n[ 0.296011] NetLabel: domain hash size = 128\n[ 0.297435] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.298955] NetLabel: unlabeled traffic allowed by default\n[ 0.300236] Switched to clocksource kvm-clock\n[ 0.309997] AppArmor: AppArmor Filesystem Enabled\n[ 0.311627] pnp: PnP ACPI init\n[ 0.312714] ACPI: bus type PNP registered\n[ 0.314598] pnp: PnP ACPI: found 8 devices\n[ 0.315858] ACPI: bus type PNP unregistered\n[ 0.323555] NET: Registered protocol family 2\n[ 0.325162] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.327419] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.329469] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.331425] TCP: reno registered\n[ 0.332453] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.334149] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.336016] NET: Registered protocol family 1\n[ 0.337316] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.338950] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.340535] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.363852] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.386853] Trying to unpack rootfs image as initramfs...\n[ 0.494099] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.497004] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.499037] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.501184] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.503722] Scanning for low memory corruption every 60 seconds\n[ 0.505773] Initialise system trusted keyring\n[ 0.507062] audit: initializing netlink socket (disabled)\n[ 0.508570] type=2000 audit(1534364841.803:1): initialized\n[ 0.529459] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.532183] zbud: loaded\n[ 0.533261] VFS: Disk quotas dquot_6.5.2\n[ 0.534462] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.536552] fuse init (API version 7.22)\n[ 0.537785] msgmni has been set to 3997\n[ 0.538965] Key type big_key registered\n[ 0.540660] Key type asymmetric registered\n[ 0.541917] Asymmetric key parser 'x509' registered\n[ 0.543411] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.545574] io scheduler noop registered\n[ 0.546733] io scheduler deadline registered (default)\n[ 0.548295] io scheduler cfq registered\n[ 0.549524] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.551138] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.552967] ipmi message handler version 39.2\n[ 0.554347] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.556610] ACPI: Power Button [PWRF]\n[ 0.557915] GHES: HEST is not enabled!\n[ 0.580418] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.624766] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.646915] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.649010] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.672941] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.675956] Linux agpgart interface v0.103\n[ 0.678137] brd: module loaded\n[ 0.679586] loop: module loaded\n[ 0.680904] blk-mq: CPU -> queue map\n[ 0.681971] CPU 0 -> Queue 0\n[ 0.682890] CPU 1 -> Queue 0\n[ 0.684544] vda: vda1\n[ 0.686086] scsi0 : ata_piix\n[ 0.687148] scsi1 : ata_piix\n[ 0.688134] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.689990] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.692021] libphy: Fixed MDIO Bus: probed\n[ 0.693345] tun: Universal TUN/TAP device driver, 1.6\n[ 0.694837] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.698202] PPP generic driver version 2.4.2\n[ 0.699562] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.701245] ehci-pci: EHCI PCI platform driver\n[ 0.702544] ehci-platform: EHCI generic platform driver\n[ 0.704140] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.705811] ohci-pci: OHCI PCI platform driver\n[ 0.707112] ohci-platform: OHCI generic platform driver\n[ 0.708579] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.731207] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.732659] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.734879] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.736556] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.738372] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.740577] usb usb1: Product: UHCI Host Controller\n[ 0.741956] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd\n[ 0.743695] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.745256] hub 1-0:1.0: USB hub found\n[ 0.746435] hub 1-0:1.0: 2 ports detected\n[ 0.747760] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.750767] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.752167] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.753763] mousedev: PS/2 mouse device common for all mice\n[ 0.755621] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.758277] rtc_cmos 00:00: RTC can wake from S4\n[ 0.759943] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.761682] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.763474] device-mapper: uevent: version 1.0.3\n[ 0.764866] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.767247] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.768942] TCP: cubic registered\n[ 0.770055] NET: Registered protocol family 10\n[ 0.771643] NET: Registered protocol family 17\n[ 0.772955] Key type dns_resolver registered\n[ 0.774436] Loading compiled-in X.509 certificates\n[ 0.776338] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b'\n[ 0.786270] registered taskstats version 1\n[ 0.789277] Key type trusted registered\n[ 0.793282] Key type encrypted registered\n[ 0.794500] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.796024] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.798083] regulator-dummy: disabling\n[ 0.799315] Magic number: 14:188:498\n[ 0.800534] rtc_cmos 00:00: setting system clock to 2018-08-15 20:27:21 UTC (1534364841)\n[ 0.802943] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.804582] EDD information not available.\n[ 0.849468] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.851718] Write protecting the kernel read-only data: 12288k\n[ 0.853962] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000)\n[ 0.857518] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000)\nLoading, please wait...\n[ 0.871162] systemd-udevd[107]: starting version 204\n[ 0.908570] FDC 0 is a S82078B\n[ 1.056068] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.220719] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.222686] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.224578] usb 1-1: Product: QEMU USB Tablet\n[ 1.225859] usb 1-1: Manufacturer: QEMU\n[ 1.227009] usb 1-1: SerialNumber: 42\n[ 1.921357] 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.278286] 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.527473] 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 * Starting Initialize or finalize resolvconf[74G[ OK ]\n[ 2.716688] 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 Wed, 15 Aug 2018 20:27:24 +0000. Up 3.32 seconds.\ncloud-init-nonet[3.78]: waiting 10 seconds for network device\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 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 * 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 ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[11.36]: static networking is now up\n * Starting configure network device[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Wed, 15 Aug 2018 20:27:32 +0000. Up 11.50 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:66:5e:3a |\nci-info: | eth0 | True | 192.168.0.11 | 255.255.255.0 | fa:16:3e:3b:51:74 |\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:\n9e:71:bc:7f:95:ad:b2:f9:f2:ad:dc:a2:8d:54:46:8f root@dime-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| |\n| |\n| . |\n| . . o |\n| S o E +|\n| . + . o .o|\n| o . . o |\n| oo=+o |\n| *O*oo|\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:\nf9:17:69:2a:c2:7f:7d:38:9a:6d:d4:ab:9d:52:26:99 root@dime-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| |\n| |\n| |\n| . . |\n| S ++ |\n| . . oE.+ |\n| o . oo.= . |\n| o ..+*.o. |\n| ..ooo=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:\n6d:e8:0d:5d:7b:48:fe:f8:fb:ed:6a:df:95:ba:16:0f root@dime-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| |\n| o |\n| + + o |\n| S + + . |\n| . + E .|\n| . . . =..|\n| oo.+|\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:\neb:2f:a5:bf:ac:c5:51:33:5d:43:a0:b9:6f:1c:63:c2 root@dime-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| .oo.|\n| o. ..|\n| o+ . |\n| ...o |\n| S .E + |\n| o..= o |\n| .oo + |\n| .oo . |\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 regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\n * Starting SystemD login management service[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\n * Stopping save kernel messages[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 dime-0 ttyS0\n\ndime-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Wed, 15 Aug 2018 20:29:36 +0000. Up 135.51 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Wed, 15 Aug 2018 20:30:37 +0000. Up 196.38 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.12\n+ '[' -n 192.168.0.12 ']'\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.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.12\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.12\n++ echo A 192.168.1.12\n++ ip2rr 192.168.1.12\n++ echo 192.168.1.12\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.12\n++ ip2rr 192.168.0.11\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.0.11\n++ echo A 192.168.0.11\n+ echo 'nameserver 192.168.0.2'\n+ echo RESOLV_CONF=/etc/dnsmasq.resolv.conf\n+ mkdir -p /etc/netns/signaling\n+ echo 'nameserver 192.168.1.11'\n+ service dnsmasq force-reload\ndnsmasq: unrecognized service\n2018-08-15 20:32:21,166 - util.py[WARNING]: Failed running /var/lib/cloud/instance/scripts/part-001 [1]\n2018-08-15 20:32:21,170 - cc_scripts_user.py[WARNING]: Failed to run module scripts-user (scripts in /var/lib/cloud/instance/scripts)\n2018-08-15 20:32:21,170 - 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 | cb:82:2f:b5:6b:67:db:9f:f1:98:9f:eb:b7:58:bb:2c | - | Generated-by-Nova |\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nec2: \nec2: #############################################################\nec2: -----BEGIN SSH HOST KEY FINGERPRINTS-----\nec2: 1024 f9:17:69:2a:c2:7f:7d:38:9a:6d:d4:ab:9d:52:26:99 root@dime-0 (DSA)\nec2: 256 6d:e8:0d:5d:7b:48:fe:f8:fb:ed:6a:df:95:ba:16:0f root@dime-0 (ECDSA)\nec2: 256 eb:2f:a5:bf:ac:c5:51:33:5d:43:a0:b9:6f:1c:63:c2 root@dime-0 (ED25519)\nec2: 2048 9e:71:bc:7f:95:ad:b2:f9:f2:ad:dc:a2:8d:54:46:8f root@dime-0 (RSA)\nec2: -----END SSH HOST KEY FINGERPRINTS-----\nec2: #############################################################\n-----BEGIN SSH HOST KEY KEYS-----\necdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBD42a7CxhRTUEdro1/kjsgylpcKU4AmBhGqVMSi2K/kM0K+9tJR8EwDQ5sE5nCy2uzLcSj5YJ3zDOAR8fI7vwrQ= root@dime-0\nssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGI0/pFfEwvVl6/2JTGw0lmUfI8gJDgeXWIx1k1pTc5S root@dime-0\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDCLAb2tfho9LDXFdNd33A9C9hhM144AOaRYvcCmWDr37TNFwaKKxGP4VRIJRGUK5mOreBlx8TrTcNIXZcMYt1nMSoSvVW39qxd8IMQP9MCDk/t3k4p+CInFxssOnKLAMKjP16BE0toawOicVQMOTOZXqwI6Fpx/q1L0idiLp89SPUpVFu5hqM1vXd+/5ofxZDZREUCWx0QlIIJq+l03PLoRXK4A8niBcTha4fOeWmc08WNOStgJKaWWQwWkfwf85GlZiH8M/K0MwDBDR9ZsUTP0MJfqfQUnzq49La42vFWuw8mtphd5gE9mvCSBl9Rb1DaXGobVkDQKOL8WMr3e1B1 root@dime-0\n-----END SSH HOST KEY KEYS-----\nCloud-init v. 0.7.5 finished at Wed, 15 Aug 2018 20:32:21 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 300.50 seconds\n"} 2018-08-15 20:32:29,575 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/ffc54980-6efe-4637-8bb5-39036958536d/action used request id req-093fc355-bc0c-41ac-89b5-9eac6774e676 2018-08-15 20:32:29,575 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0736970901489s 2018-08-15 20:32:29,576 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/ffc54980-6efe-4637-8bb5-39036958536d/action used request id req-093fc355-bc0c-41ac-89b5-9eac6774e676 2018-08-15 20:32:29,576 - 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-155-generic (buildd@lgw01-amd64-033) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #205-Ubuntu SMP Fri Aug 10 15:53:26 UTC 2018 (Ubuntu 3.13.0-155.205-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-155-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-155-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: 2039688K/2096616K available (7492K kernel code, 1163K rwdata, 3440K rodata, 1368K init, 1448K bss, 56928K 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.008019] pid_max: default: 32768 minimum: 301 [ 0.009492] Security Framework initialized [ 0.010826] AppArmor: AppArmor initialized [ 0.012003] Yama: becoming mindful. [ 0.013377] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.017471] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.020250] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.022040] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.024482] Initializing cgroup subsys memory [ 0.025799] Initializing cgroup subsys devices [ 0.027083] Initializing cgroup subsys freezer [ 0.028012] Initializing cgroup subsys blkio [ 0.029249] Initializing cgroup subsys perf_event [ 0.030587] Initializing cgroup subsys hugetlb [ 0.032101] FEATURE SPEC_CTRL Not Present [ 0.034040] mce: CPU supports 10 MCE banks [ 0.035310] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.035310] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.036023] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.040017] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.042706] Speculative Store Bypass: Vulnerable [ 0.044564] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.052842] ACPI: Core revision 20131115 [ 0.054885] ACPI: All ACPI Tables successfully acquired [ 0.056375] ftrace: allocating 28746 entries in 113 pages [ 0.080032] smpboot: Max logical packages: 2 [ 0.081573] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.083786] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.084320] Enabling x2apic [ 0.085478] Enabled x2apic [ 0.088012] Switched APIC routing to physical x2apic. [ 0.090902] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.092002] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.096033] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.105487] KVM setup paravirtual spinlock [ 0.108942] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.111020] x86: Booting SMP configuration: [ 0.112004] .... node #0, CPUs: #1[ 0.108883] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.128024] x86: Booted up 1 node, 2 CPUs [ 0.128036] KVM setup async PF for cpu 1 [ 0.128039] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.131975] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.132469] devtmpfs: initialized [ 0.134457] EVM: security.selinux [ 0.136006] EVM: security.SMACK64 [ 0.137028] EVM: security.ima [ 0.137978] EVM: security.capability [ 0.140220] pinctrl core: initialized pinctrl subsystem [ 0.141950] regulator-dummy: no parameters [ 0.143467] RTC time: 20:27:21, date: 08/15/18 [ 0.144088] NET: Registered protocol family 16 [ 0.145532] cpuidle: using governor ladder [ 0.146780] cpuidle: using governor menu [ 0.148028] ACPI: bus type PCI registered [ 0.149304] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.151149] PCI: Using configuration type 1 for base access [ 0.152642] bio: create slab at 0 [ 0.153480] ACPI: Added _OSI(Module Device) [ 0.153480] ACPI: Added _OSI(Processor Device) [ 0.156004] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.157346] ACPI: Added _OSI(Processor Aggregator Device) [ 0.160017] ACPI: Interpreter enabled [ 0.161448] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.164005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.167008] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.168783] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.171964] ACPI: (supports S0 S5) [ 0.172005] ACPI: Using IOAPIC for interrupt routing [ 0.173721] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.176200] ACPI: No dock devices found. [ 0.179337] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.180007] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.181821] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.183548] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.184209] acpiphp: Slot [3] registered [ 0.185378] acpiphp: Slot [4] registered [ 0.186830] acpiphp: Slot [5] registered [ 0.188027] acpiphp: Slot [6] registered [ 0.189524] acpiphp: Slot [7] registered [ 0.190980] acpiphp: Slot [8] registered [ 0.192034] acpiphp: Slot [9] registered [ 0.193482] acpiphp: Slot [10] registered [ 0.194875] acpiphp: Slot [11] registered [ 0.196029] acpiphp: Slot [12] registered [ 0.197431] acpiphp: Slot [13] registered [ 0.198878] acpiphp: Slot [14] registered [ 0.200024] acpiphp: Slot [15] registered [ 0.201441] acpiphp: Slot [16] registered [ 0.202880] acpiphp: Slot [17] registered [ 0.204034] acpiphp: Slot [18] registered [ 0.205480] acpiphp: Slot [19] registered [ 0.206905] acpiphp: Slot [20] registered [ 0.208024] acpiphp: Slot [21] registered [ 0.209406] acpiphp: Slot [22] registered [ 0.210811] acpiphp: Slot [23] registered [ 0.212050] acpiphp: Slot [24] registered [ 0.213440] acpiphp: Slot [25] registered [ 0.214875] acpiphp: Slot [26] registered [ 0.216030] acpiphp: Slot [27] registered [ 0.217432] acpiphp: Slot [28] registered [ 0.218843] acpiphp: Slot [29] registered [ 0.220024] acpiphp: Slot [30] registered [ 0.221344] acpiphp: Slot [31] registered [ 0.222503] PCI host bridge to bus 0000:00 [ 0.223805] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.224005] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.225651] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.227320] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.228004] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.229835] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.237276] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.239401] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.268332] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.270554] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.273168] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.275350] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.277087] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.279254] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.280292] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.281614] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.284004] vgaarb: loaded [ 0.284896] vgaarb: bridge control possible 0000:00:02.0 [ 0.286799] SCSI subsystem initialized [ 0.288094] ACPI: bus type USB registered [ 0.289273] usbcore: registered new interface driver usbfs [ 0.290811] usbcore: registered new interface driver hub [ 0.292051] usbcore: registered new device driver usb [ 0.293533] PCI: Using ACPI for IRQ routing [ 0.293876] NetLabel: Initializing [ 0.296011] NetLabel: domain hash size = 128 [ 0.297435] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.298955] NetLabel: unlabeled traffic allowed by default [ 0.300236] Switched to clocksource kvm-clock [ 0.309997] AppArmor: AppArmor Filesystem Enabled [ 0.311627] pnp: PnP ACPI init [ 0.312714] ACPI: bus type PNP registered [ 0.314598] pnp: PnP ACPI: found 8 devices [ 0.315858] ACPI: bus type PNP unregistered [ 0.323555] NET: Registered protocol family 2 [ 0.325162] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.327419] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.329469] TCP: Hash tables configured (established 16384 bind 16384) [ 0.331425] TCP: reno registered [ 0.332453] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.334149] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.336016] NET: Registered protocol family 1 [ 0.337316] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.338950] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.340535] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.363852] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.386853] Trying to unpack rootfs image as initramfs... [ 0.494099] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.497004] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.499037] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.501184] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.503722] Scanning for low memory corruption every 60 seconds [ 0.505773] Initialise system trusted keyring [ 0.507062] audit: initializing netlink socket (disabled) [ 0.508570] type=2000 audit(1534364841.803:1): initialized [ 0.529459] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.532183] zbud: loaded [ 0.533261] VFS: Disk quotas dquot_6.5.2 [ 0.534462] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.536552] fuse init (API version 7.22) [ 0.537785] msgmni has been set to 3997 [ 0.538965] Key type big_key registered [ 0.540660] Key type asymmetric registered [ 0.541917] Asymmetric key parser 'x509' registered [ 0.543411] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.545574] io scheduler noop registered [ 0.546733] io scheduler deadline registered (default) [ 0.548295] io scheduler cfq registered [ 0.549524] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.551138] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.552967] ipmi message handler version 39.2 [ 0.554347] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.556610] ACPI: Power Button [PWRF] [ 0.557915] GHES: HEST is not enabled! [ 0.580418] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.624766] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.646915] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.649010] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.672941] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.675956] Linux agpgart interface v0.103 [ 0.678137] brd: module loaded [ 0.679586] loop: module loaded [ 0.680904] blk-mq: CPU -> queue map [ 0.681971] CPU 0 -> Queue 0 [ 0.682890] CPU 1 -> Queue 0 [ 0.684544] vda: vda1 [ 0.686086] scsi0 : ata_piix [ 0.687148] scsi1 : ata_piix [ 0.688134] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.689990] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.692021] libphy: Fixed MDIO Bus: probed [ 0.693345] tun: Universal TUN/TAP device driver, 1.6 [ 0.694837] tun: (C) 1999-2004 Max Krasnyansky [ 0.698202] PPP generic driver version 2.4.2 [ 0.699562] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.701245] ehci-pci: EHCI PCI platform driver [ 0.702544] ehci-platform: EHCI generic platform driver [ 0.704140] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.705811] ohci-pci: OHCI PCI platform driver [ 0.707112] ohci-platform: OHCI generic platform driver [ 0.708579] uhci_hcd: USB Universal Host Controller Interface driver [ 0.731207] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.732659] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.734879] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.736556] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.738372] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.740577] usb usb1: Product: UHCI Host Controller [ 0.741956] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd [ 0.743695] usb usb1: SerialNumber: 0000:00:01.2 [ 0.745256] hub 1-0:1.0: USB hub found [ 0.746435] hub 1-0:1.0: 2 ports detected [ 0.747760] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.750767] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.752167] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.753763] mousedev: PS/2 mouse device common for all mice [ 0.755621] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.758277] rtc_cmos 00:00: RTC can wake from S4 [ 0.759943] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.761682] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.763474] device-mapper: uevent: version 1.0.3 [ 0.764866] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.767247] ledtrig-cpu: registered to indicate activity on CPUs [ 0.768942] TCP: cubic registered [ 0.770055] NET: Registered protocol family 10 [ 0.771643] NET: Registered protocol family 17 [ 0.772955] Key type dns_resolver registered [ 0.774436] Loading compiled-in X.509 certificates [ 0.776338] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b' [ 0.786270] registered taskstats version 1 [ 0.789277] Key type trusted registered [ 0.793282] Key type encrypted registered [ 0.794500] AppArmor: AppArmor sha1 policy hashing enabled [ 0.796024] IMA: No TPM chip found, activating TPM-bypass! [ 0.798083] regulator-dummy: disabling [ 0.799315] Magic number: 14:188:498 [ 0.800534] rtc_cmos 00:00: setting system clock to 2018-08-15 20:27:21 UTC (1534364841) [ 0.802943] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.804582] EDD information not available. [ 0.849468] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.851718] Write protecting the kernel read-only data: 12288k [ 0.853962] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000) [ 0.857518] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000) Loading, please wait... [ 0.871162] systemd-udevd[107]: starting version 204 [ 0.908570] FDC 0 is a S82078B [ 1.056068] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.220719] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.222686] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.224578] usb 1-1: Product: QEMU USB Tablet [ 1.225859] usb 1-1: Manufacturer: QEMU [ 1.227009] usb 1-1: SerialNumber: 42 [ 1.921357] 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.278286] 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.527473] 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 ] * Starting Initialize or finalize resolvconf[74G[ OK ] [ 2.716688] 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 Wed, 15 Aug 2018 20:27:24 +0000. Up 3.32 seconds. cloud-init-nonet[3.78]: waiting 10 seconds for network device * 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 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 ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[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[11.36]: static networking is now up * Starting configure network device[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Wed, 15 Aug 2018 20:27:32 +0000. Up 11.50 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:66:5e:3a | ci-info: | eth0 | True | 192.168.0.11 | 255.255.255.0 | fa:16:3e:3b:51:74 | 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: 9e:71:bc:7f:95:ad:b2:f9:f2:ad:dc:a2:8d:54:46:8f root@dime-0 The key's randomart image is: +--[ RSA 2048]----+ | | | | | . | | . . o | | S o E +| | . + . o .o| | o . . o | | oo=+o | | *O*oo| +-----------------+ 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: f9:17:69:2a:c2:7f:7d:38:9a:6d:d4:ab:9d:52:26:99 root@dime-0 The key's randomart image is: +--[ DSA 1024]----+ | | | | | | | . . | | S ++ | | . . oE.+ | | o . oo.= . | | o ..+*.o. | | ..ooo=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: 6d:e8:0d:5d:7b:48:fe:f8:fb:ed:6a:df:95:ba:16:0f root@dime-0 The key's randomart image is: +--[ECDSA 256]---+ | | | | | o | | + + o | | S + + . | | . + E .| | . . . =..| | oo.+| | .+=**| +-----------------+ 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: eb:2f:a5:bf:ac:c5:51:33:5d:43:a0:b9:6f:1c:63:c2 root@dime-0 The key's randomart image is: +--[ED25519 256--+ | .oo.| | o. ..| | o+ . | | ...o | | S .E + | | o..= o | | .oo + | | .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 ] * 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 regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Starting SystemD login management service[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 * Stopping save kernel messages[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 dime-0 ttyS0 dime-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Wed, 15 Aug 2018 20:29:36 +0000. Up 135.51 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Wed, 15 Aug 2018 20:30:37 +0000. Up 196.38 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.12 + '[' -n 192.168.0.12 ']' + 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.211 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.211 ++ echo A 172.30.9.211 ++ ip2rr 192.168.1.12 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.12 ++ echo A 192.168.1.12 ++ ip2rr 192.168.1.12 ++ echo 192.168.1.12 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.12 ++ ip2rr 192.168.0.11 ++ grep -q -e '[^0-9.]' ++ echo 192.168.0.11 ++ echo A 192.168.0.11 + echo 'nameserver 192.168.0.2' + echo RESOLV_CONF=/etc/dnsmasq.resolv.conf + mkdir -p /etc/netns/signaling + echo 'nameserver 192.168.1.11' + service dnsmasq force-reload dnsmasq: unrecognized service 2018-08-15 20:32:21,166 - util.py[WARNING]: Failed running /var/lib/cloud/instance/scripts/part-001 [1] 2018-08-15 20:32:21,170 - cc_scripts_user.py[WARNING]: Failed to run module scripts-user (scripts in /var/lib/cloud/instance/scripts) 2018-08-15 20:32:21,170 - 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 | cb:82:2f:b5:6b:67:db:9f:f1:98:9f:eb:b7:58:bb:2c | - | Generated-by-Nova | ci-info: +---------+-------------------------------------------------+---------+-------------------+ ec2: ec2: ############################################################# ec2: -----BEGIN SSH HOST KEY FINGERPRINTS----- ec2: 1024 f9:17:69:2a:c2:7f:7d:38:9a:6d:d4:ab:9d:52:26:99 root@dime-0 (DSA) ec2: 256 6d:e8:0d:5d:7b:48:fe:f8:fb:ed:6a:df:95:ba:16:0f root@dime-0 (ECDSA) ec2: 256 eb:2f:a5:bf:ac:c5:51:33:5d:43:a0:b9:6f:1c:63:c2 root@dime-0 (ED25519) ec2: 2048 9e:71:bc:7f:95:ad:b2:f9:f2:ad:dc:a2:8d:54:46:8f root@dime-0 (RSA) ec2: -----END SSH HOST KEY FINGERPRINTS----- ec2: ############################################################# -----BEGIN SSH HOST KEY KEYS----- ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBD42a7CxhRTUEdro1/kjsgylpcKU4AmBhGqVMSi2K/kM0K+9tJR8EwDQ5sE5nCy2uzLcSj5YJ3zDOAR8fI7vwrQ= root@dime-0 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGI0/pFfEwvVl6/2JTGw0lmUfI8gJDgeXWIx1k1pTc5S root@dime-0 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDCLAb2tfho9LDXFdNd33A9C9hhM144AOaRYvcCmWDr37TNFwaKKxGP4VRIJRGUK5mOreBlx8TrTcNIXZcMYt1nMSoSvVW39qxd8IMQP9MCDk/t3k4p+CInFxssOnKLAMKjP16BE0toawOicVQMOTOZXqwI6Fpx/q1L0idiLp89SPUpVFu5hqM1vXd+/5ofxZDZREUCWx0QlIIJq+l03PLoRXK4A8niBcTha4fOeWmc08WNOStgJKaWWQwWkfwf85GlZiH8M/K0MwDBDR9ZsUTP0MJfqfQUnzq49La42vFWuw8mtphd5gE9mvCSBl9Rb1DaXGobVkDQKOL8WMr3e1B1 root@dime-0 -----END SSH HOST KEY KEYS----- Cloud-init v. 0.7.5 finished at Wed, 15 Aug 2018 20:32:21 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 300.50 seconds 2018-08-15 20:32:29,578 - functest.core.singlevm - DEBUG - regex found: ''Cloud-init .* finished at ' in console 2018-08-15 20:32:29,579 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:32:29,581 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" 2018-08-15 20:32:30,124 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:32: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-1390d836-cc50-45f0-8b57-7160f3b7242e x-compute-request-id: req-1390d836-cc50-45f0-8b57-7160f3b7242e Content-Encoding: gzip Content-Length: 1508 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:64:be:e5", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:64:be:e5", "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:27:5d:15", "version": 4, "addr": "192.168.1.2", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:27:5d:15", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/862ca86b-06ec-4d59-ae70-d91b3227a810", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/862ca86b-06ec-4d59-ae70-d91b3227a810", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:27:10.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "862ca86b-06ec-4d59-ae70-d91b3227a810", "security_groups": [{"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:27:10Z", "hostId": "019940e19a7b1ae7bcf66d3fa083c7498a80fd0bd54c47880af1a37a", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "homer-0.clearwater.opnfv", "created": "2018-08-15T20:26:30Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:40:77:5b", "version": 4, "addr": "192.168.0.18", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:40:77:5b", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d1:da:9d", "version": 4, "addr": "192.168.1.29", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d1:da:9d", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e6950a11-a5a7-4554-9dbb-df77b86ba400", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e6950a11-a5a7-4554-9dbb-df77b86ba400", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:27:22.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "e6950a11-a5a7-4554-9dbb-df77b86ba400", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:27:22Z", "hostId": "b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "bono-0.clearwater.opnfv", "created": "2018-08-15T20:26:30Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:51:74", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:51:74", "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:66:5e:3a", "version": 4, "addr": "192.168.1.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/ffc54980-6efe-4637-8bb5-39036958536d", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/ffc54980-6efe-4637-8bb5-39036958536d", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:27:20.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "ffc54980-6efe-4637-8bb5-39036958536d", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-mgmt"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:27:20Z", "hostId": "b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "dime-0.clearwater.opnfv", "created": "2018-08-15T20:26:30Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:a0:d6:2a", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:d6:2a", "version": 4, "addr": "172.30.9.213", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:0c:21", "version": 4, "addr": "192.168.1.21", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/59e09722-d046-47e2-8d46-98d35b577bb4", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/59e09722-d046-47e2-8d46-98d35b577bb4", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:27:18.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "59e09722-d046-47e2-8d46-98d35b577bb4", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:27:18Z", "hostId": "b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-15T20:26:29Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:67:a8:44", "version": 4, "addr": "192.168.0.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:67:a8:44", "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:5b:b2:38", "version": 4, "addr": "192.168.1.3", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/a76c441e-39fd-4d5f-93ae-d1b09ddfc9da", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/a76c441e-39fd-4d5f-93ae-d1b09ddfc9da", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:27:12.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "a76c441e-39fd-4d5f-93ae-d1b09ddfc9da", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:27:12Z", "hostId": "b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-15T20:26:29Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:9f:75:cc", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:75:cc", "version": 4, "addr": "172.30.9.217", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e0dd32cc-fa1d-4798-8b82-04894a6f8bfa", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e0dd32cc-fa1d-4798-8b82-04894a6f8bfa", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:26:06.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "e0dd32cc-fa1d-4798-8b82-04894a6f8bfa", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:26:06Z", "hostId": "019940e19a7b1ae7bcf66d3fa083c7498a80fd0bd54c47880af1a37a", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-15T20:24:22Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:e5:cc:ec", "version": 4, "addr": "192.168.0.2", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e5:cc:ec", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:01:52:92", "version": 4, "addr": "192.168.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/99cb71c2-331c-48dd-b548-d074f602efeb", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/99cb71c2-331c-48dd-b548-d074f602efeb", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:24:12.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "99cb71c2-331c-48dd-b548-d074f602efeb", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:24:12Z", "hostId": "b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "ns.clearwater.opnfv", "created": "2018-08-15T20:22:28Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:32:30,124 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-1390d836-cc50-45f0-8b57-7160f3b7242e 2018-08-15 20:32:30,125 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.545502901077s 2018-08-15 20:32:30,125 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-1390d836-cc50-45f0-8b57-7160f3b7242e 2018-08-15 20:32:30,133 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-15 20:32:30,136 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/59e09722-d046-47e2-8d46-98d35b577bb4/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}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-15 20:32:30,208 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:32:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-91eeee73-d381-48c8-aeec-2ff8952f746f x-compute-request-id: req-91eeee73-d381-48c8-aeec-2ff8952f746f Content-Encoding: gzip Content-Length: 11739 Content-Type: application/json RESP BODY: {"output": "[ 0.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-155-generic (buildd@lgw01-amd64-033) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #205-Ubuntu SMP Fri Aug 10 15:53:26 UTC 2018 (Ubuntu 3.13.0-155.205-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-155-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-155-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: 2039688K/2096616K available (7492K kernel code, 1163K rwdata, 3440K rodata, 1368K init, 1448K bss, 56928K 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.008039] Security Framework initialized\n[ 0.009248] AppArmor: AppArmor initialized\n[ 0.010442] Yama: becoming mindful.\n[ 0.012154] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.016358] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.019082] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.020006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.022174] Initializing cgroup subsys memory\n[ 0.024008] Initializing cgroup subsys devices\n[ 0.025275] Initializing cgroup subsys freezer\n[ 0.026542] Initializing cgroup subsys blkio\n[ 0.028004] Initializing cgroup subsys perf_event\n[ 0.029352] Initializing cgroup subsys hugetlb\n[ 0.030686] FEATURE SPEC_CTRL Not Present\n[ 0.032710] mce: CPU supports 10 MCE banks\n[ 0.033932] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.033932] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.036004] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.037702] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.040003] Speculative Store Bypass: Vulnerable\n[ 0.041944] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.046596] ACPI: Core revision 20131115\n[ 0.048478] ACPI: All ACPI Tables successfully acquired\n[ 0.050113] ftrace: allocating 28746 entries in 113 pages\n[ 0.072297] smpboot: Max logical packages: 2\n[ 0.076004] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.077710] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.080149] Enabling x2apic\n[ 0.081037] Enabled x2apic\n[ 0.082215] Switched APIC routing to physical x2apic.\n[ 0.084919] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.086604] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.089402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.098283] KVM setup paravirtual spinlock\n[ 0.105196] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.107310] x86: Booting SMP configuration:\n[ 0.108004] .... node #0, CPUs: #1[ 0.105084] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.124067] x86: Booted up 1 node, 2 CPUs\n[ 0.124053] KVM setup async PF for cpu 1\n[ 0.124053] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.128037] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.130952] devtmpfs: initialized\n[ 0.133625] EVM: security.selinux\n[ 0.134915] EVM: security.SMACK64\n[ 0.136003] EVM: security.ima\n[ 0.137178] EVM: security.capability\n[ 0.138590] pinctrl core: initialized pinctrl subsystem\n[ 0.140164] regulator-dummy: no parameters\n[ 0.141780] RTC time: 20:27:18, date: 08/15/18\n[ 0.143643] NET: Registered protocol family 16\n[ 0.144164] cpuidle: using governor ladder\n[ 0.145684] cpuidle: using governor menu\n[ 0.147276] ACPI: bus type PCI registered\n[ 0.148014] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.150449] PCI: Using configuration type 1 for base access\n[ 0.152663] bio: create slab at 0\n[ 0.153624] ACPI: Added _OSI(Module Device)\n[ 0.156004] ACPI: Added _OSI(Processor Device)\n[ 0.157692] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.159448] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.161379] ACPI: Interpreter enabled\n[ 0.162846] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.166211] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.168982] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.172010] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.175582] ACPI: (supports S0 S5)\n[ 0.176010] ACPI: Using IOAPIC for interrupt routing\n[ 0.177881] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.180226] ACPI: No dock devices found.\n[ 0.183845] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.184019] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.186462] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.188034] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.192253] acpiphp: Slot [3] registered\n[ 0.193786] acpiphp: Slot [4] registered\n[ 0.195326] acpiphp: Slot [5] registered\n[ 0.196026] acpiphp: Slot [6] registered\n[ 0.197691] acpiphp: Slot [7] registered\n[ 0.199218] acpiphp: Slot [8] registered\n[ 0.200023] acpiphp: Slot [9] registered\n[ 0.201571] acpiphp: Slot [10] registered\n[ 0.203126] acpiphp: Slot [11] registered\n[ 0.204023] acpiphp: Slot [12] registered\n[ 0.205618] acpiphp: Slot [13] registered\n[ 0.207187] acpiphp: Slot [14] registered\n[ 0.208024] acpiphp: Slot [15] registered\n[ 0.209585] acpiphp: Slot [16] registered\n[ 0.211158] acpiphp: Slot [17] registered\n[ 0.212026] acpiphp: Slot [18] registered\n[ 0.213500] acpiphp: Slot [19] registered\n[ 0.214694] acpiphp: Slot [20] registered\n[ 0.215878] acpiphp: Slot [21] registered\n[ 0.216021] acpiphp: Slot [22] registered\n[ 0.217162] acpiphp: Slot [23] registered\n[ 0.218358] acpiphp: Slot [24] registered\n[ 0.219603] acpiphp: Slot [25] registered\n[ 0.220021] acpiphp: Slot [26] registered\n[ 0.221210] acpiphp: Slot [27] registered\n[ 0.222385] acpiphp: Slot [28] registered\n[ 0.223531] acpiphp: Slot [29] registered\n[ 0.224020] acpiphp: Slot [30] registered\n[ 0.225234] acpiphp: Slot [31] registered\n[ 0.226422] PCI host bridge to bus 0000:00\n[ 0.227616] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.228005] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.229667] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.231348] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.232004] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.233926] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.241769] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.244015] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.273266] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.275686] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.277061] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.279735] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.281250] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.283342] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.284337] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.285506] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.288003] vgaarb: loaded\n[ 0.288861] vgaarb: bridge control possible 0000:00:02.0\n[ 0.290616] SCSI subsystem initialized\n[ 0.291883] ACPI: bus type USB registered\n[ 0.292043] usbcore: registered new interface driver usbfs\n[ 0.293507] usbcore: registered new interface driver hub\n[ 0.294947] usbcore: registered new device driver usb\n[ 0.296119] PCI: Using ACPI for IRQ routing\n[ 0.297679] NetLabel: Initializing\n[ 0.298697] NetLabel: domain hash size = 128\n[ 0.300003] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.301408] NetLabel: unlabeled traffic allowed by default\n[ 0.302858] Switched to clocksource kvm-clock\n[ 0.308859] AppArmor: AppArmor Filesystem Enabled\n[ 0.310194] pnp: PnP ACPI init\n[ 0.311144] ACPI: bus type PNP registered\n[ 0.312775] pnp: PnP ACPI: found 8 devices\n[ 0.313922] ACPI: bus type PNP unregistered\n[ 0.321506] NET: Registered protocol family 2\n[ 0.323036] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.325151] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.327008] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.328808] TCP: reno registered\n[ 0.329795] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.331343] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.333074] NET: Registered protocol family 1\n[ 0.334312] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.335840] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.337316] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.359875] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.382706] Trying to unpack rootfs image as initramfs...\n[ 0.487140] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.489480] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.490958] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.492527] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.494812] Scanning for low memory corruption every 60 seconds\n[ 0.496771] Initialise system trusted keyring\n[ 0.498004] audit: initializing netlink socket (disabled)\n[ 0.499430] type=2000 audit(1534364839.629:1): initialized\n[ 0.520441] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.523434] zbud: loaded\n[ 0.524818] VFS: Disk quotas dquot_6.5.2\n[ 0.525982] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.528068] fuse init (API version 7.22)\n[ 0.529270] msgmni has been set to 3997\n[ 0.530382] Key type big_key registered\n[ 0.532104] Key type asymmetric registered\n[ 0.533254] Asymmetric key parser 'x509' registered\n[ 0.534546] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.536611] io scheduler noop registered\n[ 0.537888] io scheduler deadline registered (default)\n[ 0.539223] io scheduler cfq registered\n[ 0.540439] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.541848] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.543522] ipmi message handler version 39.2\n[ 0.544780] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.546740] ACPI: Power Button [PWRF]\n[ 0.547926] GHES: HEST is not enabled!\n[ 0.570024] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.614255] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.637295] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.639545] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.664440] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.667418] Linux agpgart interface v0.103\n[ 0.669586] brd: module loaded\n[ 0.671046] loop: module loaded\n[ 0.672452] blk-mq: CPU -> queue map\n[ 0.673540] CPU 0 -> Queue 0\n[ 0.674457] CPU 1 -> Queue 0\n[ 0.676245] vda: vda1\n[ 0.677903] scsi0 : ata_piix\n[ 0.678955] scsi1 : ata_piix\n[ 0.679921] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.681678] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.683835] libphy: Fixed MDIO Bus: probed\n[ 0.685227] tun: Universal TUN/TAP device driver, 1.6\n[ 0.686568] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.689971] PPP generic driver version 2.4.2\n[ 0.691296] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.692994] ehci-pci: EHCI PCI platform driver\n[ 0.694223] ehci-platform: EHCI generic platform driver\n[ 0.695633] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.697254] ohci-pci: OHCI PCI platform driver\n[ 0.698489] ohci-platform: OHCI generic platform driver\n[ 0.699917] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.722526] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.723936] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.726072] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.727718] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.729447] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.731444] usb usb1: Product: UHCI Host Controller\n[ 0.732779] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd\n[ 0.734418] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.735820] hub 1-0:1.0: USB hub found\n[ 0.736967] hub 1-0:1.0: 2 ports detected\n[ 0.738293] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.741289] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.742642] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.744240] mousedev: PS/2 mouse device common for all mice\n[ 0.746098] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.748565] rtc_cmos 00:00: RTC can wake from S4\n[ 0.750225] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.751923] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.753698] device-mapper: uevent: version 1.0.3\n[ 0.755050] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.757401] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.759103] TCP: cubic registered\n[ 0.760508] NET: Registered protocol family 10\n[ 0.762658] NET: Registered protocol family 17\n[ 0.764282] Key type dns_resolver registered\n[ 0.766117] Loading compiled-in X.509 certificates\n[ 0.768527] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b'\n[ 0.781215] registered taskstats version 1\n[ 0.784461] Key type trusted registered\n[ 0.788411] Key type encrypted registered\n[ 0.789607] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.791050] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.793100] regulator-dummy: disabling\n[ 0.794270] Magic number: 14:188:498\n[ 0.795495] rtc_cmos 00:00: setting system clock to 2018-08-15 20:27:19 UTC (1534364839)\n[ 0.797870] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.799453] EDD information not available.\n[ 0.842293] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.844489] Write protecting the kernel read-only data: 12288k\n[ 0.847458] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000)\n[ 0.851609] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000)\nLoading, please wait...\n[ 0.865961] systemd-udevd[107]: starting version 204\n[ 0.900725] FDC 0 is a S82078B\n[ 1.048046] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.212033] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.213816] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.215659] usb 1-1: Product: QEMU USB Tablet\n[ 1.216881] usb 1-1: Manufacturer: QEMU\n[ 1.218005] usb 1-1: SerialNumber: 42\n[ 1.488100] tsc: Refined TSC clocksource calibration: 3491.841 MHz\n[ 1.925375] 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.263766] 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.371587] 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 * Starting Initialize or finalize resolvconf[74G[ OK ]\n[ 2.522873] 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 Wed, 15 Aug 2018 20:27:22 +0000. Up 3.30 seconds.\ncloud-init-nonet[3.87]: 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 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 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[11.47]: static networking is now up\n * Starting configure network device[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Wed, 15 Aug 2018 20:27:30 +0000. Up 11.61 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:92:0c:21 |\nci-info: | eth0 | True | 192.168.0.8 | 255.255.255.0 | fa:16:3e:a0:d6:2a |\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:\n50:d9:8e:eb:7d:23:a3:6c:30:45:1b:21:eb:b3:3d:f9 root@sprout-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| . o+ |\n| ++ . |\n| o. = |\n| . .+ . |\n| o.S. |\n| o+.. |\n| .++. |\n| .oo+ o |\n| .o.E+ . |\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:\n70:bf:7e:54:b8:d0:7e:1a:b1:a0:d6:e8:56:18:6c:e6 root@sprout-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| |\n| |\n| ... . . |\n| o=.o + . |\n| +S*.+ = |\n| E o.* . |\n| o ... + |\n| o. 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:\nab:f9:3e:fb:63:ff:bb:05:c2:b2:c3:87:a8:77:0c:42 root@sprout-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| |\n| |\n| E . |\n| . S . o . |\n| . .+ + . . |\n| .oo= . .|\n| +o =o . |\n| +++*.o..+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:\n9d:a5:2d:fa:35:bb:af:91:05:5b:6c:e6:26:db:f5:0b root@sprout-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| |\n| . |\n| o = |\n| . = B |\n| S = + + .|\n| . . B ..|\n| . *E. .|\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 * Starting CPU interrupts balancing daemon[74G[ OK ]\n * Stopping save kernel messages[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 sprout-0 ttyS0\n\nsprout-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Wed, 15 Aug 2018 20:29:33 +0000. Up 134.96 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Wed, 15 Aug 2018 20:30:34 +0000. Up 195.80 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://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.12\n+ '[' -n 192.168.0.12 ']'\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install sprout --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package sprout\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.213\n++ echo 172.30.9.213\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.213\n++ ip2rr 192.168.1.21\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.21\n++ echo A 192.168.1.21\n++ ip2rr 192.168.1.21\n++ echo 192.168.1.21\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.21\n++ ip2rr 192.168.1.21\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.21\n++ echo A 192.168.1.21\n++ ip2rr 192.168.1.21\n++ echo 192.168.1.21\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.21\n+ echo 'nameserver 192.168.0.2'\n+ echo RESOLV_CONF=/etc/dnsmasq.resolv.conf\n+ mkdir -p /etc/netns/signaling\n+ echo 'nameserver 192.168.1.11'\n+ service dnsmasq force-reload\ndnsmasq: unrecognized service\n2018-08-15 20:31:38,231 - util.py[WARNING]: Failed running /var/lib/cloud/instance/scripts/part-001 [1]\n2018-08-15 20:31:38,235 - cc_scripts_user.py[WARNING]: Failed to run module scripts-user (scripts in /var/lib/cloud/instance/scripts)\n2018-08-15 20:31:38,238 - 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 | cb:82:2f:b5:6b:67:db:9f:f1:98:9f:eb:b7:58:bb:2c | - | Generated-by-Nova |\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nec2: \nec2: #############################################################\nec2: -----BEGIN SSH HOST KEY FINGERPRINTS-----\nec2: 1024 70:bf:7e:54:b8:d0:7e:1a:b1:a0:d6:e8:56:18:6c:e6 root@sprout-0 (DSA)\nec2: 256 ab:f9:3e:fb:63:ff:bb:05:c2:b2:c3:87:a8:77:0c:42 root@sprout-0 (ECDSA)\nec2: 256 9d:a5:2d:fa:35:bb:af:91:05:5b:6c:e6:26:db:f5:0b root@sprout-0 (ED25519)\nec2: 2048 50:d9:8e:eb:7d:23:a3:6c:30:45:1b:21:eb:b3:3d:f9 root@sprout-0 (RSA)\nec2: -----END SSH HOST KEY FINGERPRINTS-----\nec2: #############################################################\n-----BEGIN SSH HOST KEY KEYS-----\necdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJgAqo1v3tVsGDyDAd+k5QH/rHvWfpTUjsWQWlxbcd2yHzSOTJsXRZN+GDZ6OKKXe9BY60mNWAy9SBGAqdUO20g= root@sprout-0\nssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINLA0ZoXSJ4Ew4i70Jq9HxJwSFRgOdvqbJJ+4PGgqg5+ root@sprout-0\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDlKeqA6vwWImuH6MIcF31edFRQ5yQXb5PS6EyUbwb3sgMttJzyX/HD8nPxt8eoDlOxDHrGRiDj8Upzg1aG6Xpzgbcp+fYwWunKonE9JE/+RlivyfzlfHM85eSsh+74LHMf+2WPCyuBl0g2iZI0PEVqTc/fJxnT481oviZ443KczxAAoDtgxdosmaHbp775Y1ahVvbkC+9wKzh0rJiiybaEETZoJ3YR8/nSBFU4it7mZsyMGMJTqRkukhg8rtQqoxV0i0vYRVxHqguFjZNnPm/MCiRsLoDOD7FaU0sP/bTzYaKHx1hxJuqSh5152q3B3pqmyqvUpjjvMqsHolDnDTYV root@sprout-0\n-----END SSH HOST KEY KEYS-----\nCloud-init v. 0.7.5 finished at Wed, 15 Aug 2018 20:31:38 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 259.56 seconds\n"} 2018-08-15 20:32:30,209 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/59e09722-d046-47e2-8d46-98d35b577bb4/action used request id req-91eeee73-d381-48c8-aeec-2ff8952f746f 2018-08-15 20:32:30,209 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0755920410156s 2018-08-15 20:32:30,210 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/59e09722-d046-47e2-8d46-98d35b577bb4/action used request id req-91eeee73-d381-48c8-aeec-2ff8952f746f 2018-08-15 20:32:30,210 - 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-155-generic (buildd@lgw01-amd64-033) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #205-Ubuntu SMP Fri Aug 10 15:53:26 UTC 2018 (Ubuntu 3.13.0-155.205-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-155-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-155-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: 2039688K/2096616K available (7492K kernel code, 1163K rwdata, 3440K rodata, 1368K init, 1448K bss, 56928K 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.008039] Security Framework initialized [ 0.009248] AppArmor: AppArmor initialized [ 0.010442] Yama: becoming mindful. [ 0.012154] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.016358] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.019082] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.020006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.022174] Initializing cgroup subsys memory [ 0.024008] Initializing cgroup subsys devices [ 0.025275] Initializing cgroup subsys freezer [ 0.026542] Initializing cgroup subsys blkio [ 0.028004] Initializing cgroup subsys perf_event [ 0.029352] Initializing cgroup subsys hugetlb [ 0.030686] FEATURE SPEC_CTRL Not Present [ 0.032710] mce: CPU supports 10 MCE banks [ 0.033932] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.033932] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.036004] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.037702] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.040003] Speculative Store Bypass: Vulnerable [ 0.041944] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.046596] ACPI: Core revision 20131115 [ 0.048478] ACPI: All ACPI Tables successfully acquired [ 0.050113] ftrace: allocating 28746 entries in 113 pages [ 0.072297] smpboot: Max logical packages: 2 [ 0.076004] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.077710] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.080149] Enabling x2apic [ 0.081037] Enabled x2apic [ 0.082215] Switched APIC routing to physical x2apic. [ 0.084919] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.086604] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.089402] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.098283] KVM setup paravirtual spinlock [ 0.105196] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.107310] x86: Booting SMP configuration: [ 0.108004] .... node #0, CPUs: #1[ 0.105084] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.124067] x86: Booted up 1 node, 2 CPUs [ 0.124053] KVM setup async PF for cpu 1 [ 0.124053] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.128037] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.130952] devtmpfs: initialized [ 0.133625] EVM: security.selinux [ 0.134915] EVM: security.SMACK64 [ 0.136003] EVM: security.ima [ 0.137178] EVM: security.capability [ 0.138590] pinctrl core: initialized pinctrl subsystem [ 0.140164] regulator-dummy: no parameters [ 0.141780] RTC time: 20:27:18, date: 08/15/18 [ 0.143643] NET: Registered protocol family 16 [ 0.144164] cpuidle: using governor ladder [ 0.145684] cpuidle: using governor menu [ 0.147276] ACPI: bus type PCI registered [ 0.148014] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.150449] PCI: Using configuration type 1 for base access [ 0.152663] bio: create slab at 0 [ 0.153624] ACPI: Added _OSI(Module Device) [ 0.156004] ACPI: Added _OSI(Processor Device) [ 0.157692] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.159448] ACPI: Added _OSI(Processor Aggregator Device) [ 0.161379] ACPI: Interpreter enabled [ 0.162846] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.166211] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.168982] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.172010] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.175582] ACPI: (supports S0 S5) [ 0.176010] ACPI: Using IOAPIC for interrupt routing [ 0.177881] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.180226] ACPI: No dock devices found. [ 0.183845] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.184019] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.186462] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.188034] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.192253] acpiphp: Slot [3] registered [ 0.193786] acpiphp: Slot [4] registered [ 0.195326] acpiphp: Slot [5] registered [ 0.196026] acpiphp: Slot [6] registered [ 0.197691] acpiphp: Slot [7] registered [ 0.199218] acpiphp: Slot [8] registered [ 0.200023] acpiphp: Slot [9] registered [ 0.201571] acpiphp: Slot [10] registered [ 0.203126] acpiphp: Slot [11] registered [ 0.204023] acpiphp: Slot [12] registered [ 0.205618] acpiphp: Slot [13] registered [ 0.207187] acpiphp: Slot [14] registered [ 0.208024] acpiphp: Slot [15] registered [ 0.209585] acpiphp: Slot [16] registered [ 0.211158] acpiphp: Slot [17] registered [ 0.212026] acpiphp: Slot [18] registered [ 0.213500] acpiphp: Slot [19] registered [ 0.214694] acpiphp: Slot [20] registered [ 0.215878] acpiphp: Slot [21] registered [ 0.216021] acpiphp: Slot [22] registered [ 0.217162] acpiphp: Slot [23] registered [ 0.218358] acpiphp: Slot [24] registered [ 0.219603] acpiphp: Slot [25] registered [ 0.220021] acpiphp: Slot [26] registered [ 0.221210] acpiphp: Slot [27] registered [ 0.222385] acpiphp: Slot [28] registered [ 0.223531] acpiphp: Slot [29] registered [ 0.224020] acpiphp: Slot [30] registered [ 0.225234] acpiphp: Slot [31] registered [ 0.226422] PCI host bridge to bus 0000:00 [ 0.227616] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.228005] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.229667] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.231348] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.232004] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.233926] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.241769] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.244015] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.273266] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.275686] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.277061] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.279735] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.281250] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.283342] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.284337] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.285506] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.288003] vgaarb: loaded [ 0.288861] vgaarb: bridge control possible 0000:00:02.0 [ 0.290616] SCSI subsystem initialized [ 0.291883] ACPI: bus type USB registered [ 0.292043] usbcore: registered new interface driver usbfs [ 0.293507] usbcore: registered new interface driver hub [ 0.294947] usbcore: registered new device driver usb [ 0.296119] PCI: Using ACPI for IRQ routing [ 0.297679] NetLabel: Initializing [ 0.298697] NetLabel: domain hash size = 128 [ 0.300003] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.301408] NetLabel: unlabeled traffic allowed by default [ 0.302858] Switched to clocksource kvm-clock [ 0.308859] AppArmor: AppArmor Filesystem Enabled [ 0.310194] pnp: PnP ACPI init [ 0.311144] ACPI: bus type PNP registered [ 0.312775] pnp: PnP ACPI: found 8 devices [ 0.313922] ACPI: bus type PNP unregistered [ 0.321506] NET: Registered protocol family 2 [ 0.323036] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.325151] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.327008] TCP: Hash tables configured (established 16384 bind 16384) [ 0.328808] TCP: reno registered [ 0.329795] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.331343] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.333074] NET: Registered protocol family 1 [ 0.334312] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.335840] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.337316] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.359875] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.382706] Trying to unpack rootfs image as initramfs... [ 0.487140] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.489480] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.490958] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.492527] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.494812] Scanning for low memory corruption every 60 seconds [ 0.496771] Initialise system trusted keyring [ 0.498004] audit: initializing netlink socket (disabled) [ 0.499430] type=2000 audit(1534364839.629:1): initialized [ 0.520441] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.523434] zbud: loaded [ 0.524818] VFS: Disk quotas dquot_6.5.2 [ 0.525982] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.528068] fuse init (API version 7.22) [ 0.529270] msgmni has been set to 3997 [ 0.530382] Key type big_key registered [ 0.532104] Key type asymmetric registered [ 0.533254] Asymmetric key parser 'x509' registered [ 0.534546] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.536611] io scheduler noop registered [ 0.537888] io scheduler deadline registered (default) [ 0.539223] io scheduler cfq registered [ 0.540439] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.541848] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.543522] ipmi message handler version 39.2 [ 0.544780] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.546740] ACPI: Power Button [PWRF] [ 0.547926] GHES: HEST is not enabled! [ 0.570024] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.614255] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.637295] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.639545] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.664440] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.667418] Linux agpgart interface v0.103 [ 0.669586] brd: module loaded [ 0.671046] loop: module loaded [ 0.672452] blk-mq: CPU -> queue map [ 0.673540] CPU 0 -> Queue 0 [ 0.674457] CPU 1 -> Queue 0 [ 0.676245] vda: vda1 [ 0.677903] scsi0 : ata_piix [ 0.678955] scsi1 : ata_piix [ 0.679921] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.681678] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.683835] libphy: Fixed MDIO Bus: probed [ 0.685227] tun: Universal TUN/TAP device driver, 1.6 [ 0.686568] tun: (C) 1999-2004 Max Krasnyansky [ 0.689971] PPP generic driver version 2.4.2 [ 0.691296] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.692994] ehci-pci: EHCI PCI platform driver [ 0.694223] ehci-platform: EHCI generic platform driver [ 0.695633] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.697254] ohci-pci: OHCI PCI platform driver [ 0.698489] ohci-platform: OHCI generic platform driver [ 0.699917] uhci_hcd: USB Universal Host Controller Interface driver [ 0.722526] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.723936] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.726072] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.727718] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.729447] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.731444] usb usb1: Product: UHCI Host Controller [ 0.732779] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd [ 0.734418] usb usb1: SerialNumber: 0000:00:01.2 [ 0.735820] hub 1-0:1.0: USB hub found [ 0.736967] hub 1-0:1.0: 2 ports detected [ 0.738293] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.741289] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.742642] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.744240] mousedev: PS/2 mouse device common for all mice [ 0.746098] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.748565] rtc_cmos 00:00: RTC can wake from S4 [ 0.750225] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.751923] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.753698] device-mapper: uevent: version 1.0.3 [ 0.755050] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.757401] ledtrig-cpu: registered to indicate activity on CPUs [ 0.759103] TCP: cubic registered [ 0.760508] NET: Registered protocol family 10 [ 0.762658] NET: Registered protocol family 17 [ 0.764282] Key type dns_resolver registered [ 0.766117] Loading compiled-in X.509 certificates [ 0.768527] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b' [ 0.781215] registered taskstats version 1 [ 0.784461] Key type trusted registered [ 0.788411] Key type encrypted registered [ 0.789607] AppArmor: AppArmor sha1 policy hashing enabled [ 0.791050] IMA: No TPM chip found, activating TPM-bypass! [ 0.793100] regulator-dummy: disabling [ 0.794270] Magic number: 14:188:498 [ 0.795495] rtc_cmos 00:00: setting system clock to 2018-08-15 20:27:19 UTC (1534364839) [ 0.797870] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.799453] EDD information not available. [ 0.842293] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.844489] Write protecting the kernel read-only data: 12288k [ 0.847458] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000) [ 0.851609] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000) Loading, please wait... [ 0.865961] systemd-udevd[107]: starting version 204 [ 0.900725] FDC 0 is a S82078B [ 1.048046] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.212033] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.213816] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.215659] usb 1-1: Product: QEMU USB Tablet [ 1.216881] usb 1-1: Manufacturer: QEMU [ 1.218005] usb 1-1: SerialNumber: 42 [ 1.488100] tsc: Refined TSC clocksource calibration: 3491.841 MHz [ 1.925375] 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.263766] 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.371587] 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 ] * Starting Initialize or finalize resolvconf[74G[ OK ] [ 2.522873] 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 Wed, 15 Aug 2018 20:27:22 +0000. Up 3.30 seconds. cloud-init-nonet[3.87]: 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 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 enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[11.47]: static networking is now up * Starting configure network device[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Wed, 15 Aug 2018 20:27:30 +0000. Up 11.61 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:92:0c:21 | ci-info: | eth0 | True | 192.168.0.8 | 255.255.255.0 | fa:16:3e:a0:d6:2a | 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: 50:d9:8e:eb:7d:23:a3:6c:30:45:1b:21:eb:b3:3d:f9 root@sprout-0 The key's randomart image is: +--[ RSA 2048]----+ | . o+ | | ++ . | | o. = | | . .+ . | | o.S. | | o+.. | | .++. | | .oo+ 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: 70:bf:7e:54:b8:d0:7e:1a:b1:a0:d6:e8:56:18:6c:e6 root@sprout-0 The key's randomart image is: +--[ DSA 1024]----+ | | | | | ... . . | | o=.o + . | | +S*.+ = | | E 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: ab:f9:3e:fb:63:ff:bb:05:c2:b2:c3:87:a8:77:0c:42 root@sprout-0 The key's randomart image is: +--[ECDSA 256]---+ | | | | | | | E . | | . S . o . | | . .+ + . . | | .oo= . .| | +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: 9d:a5:2d:fa:35:bb:af:91:05:5b:6c:e6:26:db:f5:0b root@sprout-0 The key's randomart image is: +--[ED25519 256--+ | | | . | | o = | | . = B | | S = + + .| | . . B ..| | . *E. .| | . . +. .| | . ++.. | +-----------------+ * 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 ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Stopping save kernel messages[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 sprout-0 ttyS0 sprout-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Wed, 15 Aug 2018 20:29:33 +0000. Up 134.96 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Wed, 15 Aug 2018 20:30:34 +0000. Up 195.80 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://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.12 + '[' -n 192.168.0.12 ']' + cat + DEBIAN_FRONTEND=noninteractive + apt-get install sprout --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package sprout + 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.213 ++ echo 172.30.9.213 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.213 ++ ip2rr 192.168.1.21 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.21 ++ echo A 192.168.1.21 ++ ip2rr 192.168.1.21 ++ echo 192.168.1.21 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.21 ++ ip2rr 192.168.1.21 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.21 ++ echo A 192.168.1.21 ++ ip2rr 192.168.1.21 ++ echo 192.168.1.21 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.21 + echo 'nameserver 192.168.0.2' + echo RESOLV_CONF=/etc/dnsmasq.resolv.conf + mkdir -p /etc/netns/signaling + echo 'nameserver 192.168.1.11' + service dnsmasq force-reload dnsmasq: unrecognized service 2018-08-15 20:31:38,231 - util.py[WARNING]: Failed running /var/lib/cloud/instance/scripts/part-001 [1] 2018-08-15 20:31:38,235 - cc_scripts_user.py[WARNING]: Failed to run module scripts-user (scripts in /var/lib/cloud/instance/scripts) 2018-08-15 20:31:38,238 - 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 | cb:82:2f:b5:6b:67:db:9f:f1:98:9f:eb:b7:58:bb:2c | - | Generated-by-Nova | ci-info: +---------+-------------------------------------------------+---------+-------------------+ ec2: ec2: ############################################################# ec2: -----BEGIN SSH HOST KEY FINGERPRINTS----- ec2: 1024 70:bf:7e:54:b8:d0:7e:1a:b1:a0:d6:e8:56:18:6c:e6 root@sprout-0 (DSA) ec2: 256 ab:f9:3e:fb:63:ff:bb:05:c2:b2:c3:87:a8:77:0c:42 root@sprout-0 (ECDSA) ec2: 256 9d:a5:2d:fa:35:bb:af:91:05:5b:6c:e6:26:db:f5:0b root@sprout-0 (ED25519) ec2: 2048 50:d9:8e:eb:7d:23:a3:6c:30:45:1b:21:eb:b3:3d:f9 root@sprout-0 (RSA) ec2: -----END SSH HOST KEY FINGERPRINTS----- ec2: ############################################################# -----BEGIN SSH HOST KEY KEYS----- ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJgAqo1v3tVsGDyDAd+k5QH/rHvWfpTUjsWQWlxbcd2yHzSOTJsXRZN+GDZ6OKKXe9BY60mNWAy9SBGAqdUO20g= root@sprout-0 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINLA0ZoXSJ4Ew4i70Jq9HxJwSFRgOdvqbJJ+4PGgqg5+ root@sprout-0 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDlKeqA6vwWImuH6MIcF31edFRQ5yQXb5PS6EyUbwb3sgMttJzyX/HD8nPxt8eoDlOxDHrGRiDj8Upzg1aG6Xpzgbcp+fYwWunKonE9JE/+RlivyfzlfHM85eSsh+74LHMf+2WPCyuBl0g2iZI0PEVqTc/fJxnT481oviZ443KczxAAoDtgxdosmaHbp775Y1ahVvbkC+9wKzh0rJiiybaEETZoJ3YR8/nSBFU4it7mZsyMGMJTqRkukhg8rtQqoxV0i0vYRVxHqguFjZNnPm/MCiRsLoDOD7FaU0sP/bTzYaKHx1hxJuqSh5152q3B3pqmyqvUpjjvMqsHolDnDTYV root@sprout-0 -----END SSH HOST KEY KEYS----- Cloud-init v. 0.7.5 finished at Wed, 15 Aug 2018 20:31:38 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 259.56 seconds 2018-08-15 20:32:30,212 - functest.core.singlevm - DEBUG - regex found: ''Cloud-init .* finished at ' in console 2018-08-15 20:32:30,213 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:32:30,215 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" 2018-08-15 20:32:30,762 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:32:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-eadd5cae-10eb-4865-9d6e-6ad30fd84c05 x-compute-request-id: req-eadd5cae-10eb-4865-9d6e-6ad30fd84c05 Content-Encoding: gzip Content-Length: 1508 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:64:be:e5", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:64:be:e5", "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:27:5d:15", "version": 4, "addr": "192.168.1.2", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:27:5d:15", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/862ca86b-06ec-4d59-ae70-d91b3227a810", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/862ca86b-06ec-4d59-ae70-d91b3227a810", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:27:10.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "862ca86b-06ec-4d59-ae70-d91b3227a810", "security_groups": [{"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:27:10Z", "hostId": "019940e19a7b1ae7bcf66d3fa083c7498a80fd0bd54c47880af1a37a", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "homer-0.clearwater.opnfv", "created": "2018-08-15T20:26:30Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:40:77:5b", "version": 4, "addr": "192.168.0.18", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:40:77:5b", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d1:da:9d", "version": 4, "addr": "192.168.1.29", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d1:da:9d", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e6950a11-a5a7-4554-9dbb-df77b86ba400", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e6950a11-a5a7-4554-9dbb-df77b86ba400", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:27:22.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "e6950a11-a5a7-4554-9dbb-df77b86ba400", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:27:22Z", "hostId": "b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "bono-0.clearwater.opnfv", "created": "2018-08-15T20:26:30Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:51:74", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:51:74", "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:66:5e:3a", "version": 4, "addr": "192.168.1.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/ffc54980-6efe-4637-8bb5-39036958536d", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/ffc54980-6efe-4637-8bb5-39036958536d", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:27:20.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "ffc54980-6efe-4637-8bb5-39036958536d", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-mgmt"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:27:20Z", "hostId": "b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "dime-0.clearwater.opnfv", "created": "2018-08-15T20:26:30Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:a0:d6:2a", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:d6:2a", "version": 4, "addr": "172.30.9.213", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:0c:21", "version": 4, "addr": "192.168.1.21", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/59e09722-d046-47e2-8d46-98d35b577bb4", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/59e09722-d046-47e2-8d46-98d35b577bb4", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:27:18.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "59e09722-d046-47e2-8d46-98d35b577bb4", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:27:18Z", "hostId": "b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-15T20:26:29Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:67:a8:44", "version": 4, "addr": "192.168.0.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:67:a8:44", "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:5b:b2:38", "version": 4, "addr": "192.168.1.3", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/a76c441e-39fd-4d5f-93ae-d1b09ddfc9da", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/a76c441e-39fd-4d5f-93ae-d1b09ddfc9da", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:27:12.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "a76c441e-39fd-4d5f-93ae-d1b09ddfc9da", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:27:12Z", "hostId": "b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-15T20:26:29Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:9f:75:cc", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:75:cc", "version": 4, "addr": "172.30.9.217", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e0dd32cc-fa1d-4798-8b82-04894a6f8bfa", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e0dd32cc-fa1d-4798-8b82-04894a6f8bfa", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:26:06.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "e0dd32cc-fa1d-4798-8b82-04894a6f8bfa", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:26:06Z", "hostId": "019940e19a7b1ae7bcf66d3fa083c7498a80fd0bd54c47880af1a37a", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-15T20:24:22Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:e5:cc:ec", "version": 4, "addr": "192.168.0.2", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e5:cc:ec", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:01:52:92", "version": 4, "addr": "192.168.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/99cb71c2-331c-48dd-b548-d074f602efeb", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/99cb71c2-331c-48dd-b548-d074f602efeb", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:24:12.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "99cb71c2-331c-48dd-b548-d074f602efeb", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:24:12Z", "hostId": "b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "ns.clearwater.opnfv", "created": "2018-08-15T20:22:28Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:32:30,763 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-eadd5cae-10eb-4865-9d6e-6ad30fd84c05 2018-08-15 20:32:30,763 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.550076007843s 2018-08-15 20:32:30,764 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-eadd5cae-10eb-4865-9d6e-6ad30fd84c05 2018-08-15 20:32:30,771 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-15 20:32:30,773 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/a76c441e-39fd-4d5f-93ae-d1b09ddfc9da/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}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-15 20:32:30,844 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:32:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-20a5d9be-b8fb-4f2e-815b-9989f10edfb3 x-compute-request-id: req-20a5d9be-b8fb-4f2e-815b-9989f10edfb3 Content-Encoding: gzip Content-Length: 11821 Content-Type: application/json RESP BODY: {"output": "[ 0.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-155-generic (buildd@lgw01-amd64-033) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #205-Ubuntu SMP Fri Aug 10 15:53:26 UTC 2018 (Ubuntu 3.13.0-155.205-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-155-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-155-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: 2039688K/2096616K available (7492K kernel code, 1163K rwdata, 3440K rodata, 1368K init, 1448K bss, 56928K 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.008004] pid_max: default: 32768 minimum: 301\n[ 0.009609] Security Framework initialized\n[ 0.011067] AppArmor: AppArmor initialized\n[ 0.012003] Yama: becoming mindful.\n[ 0.013409] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.017790] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.020851] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.023100] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.024296] Initializing cgroup subsys memory\n[ 0.025508] Initializing cgroup subsys devices\n[ 0.028004] Initializing cgroup subsys freezer\n[ 0.029243] Initializing cgroup subsys blkio\n[ 0.030450] Initializing cgroup subsys perf_event\n[ 0.032004] Initializing cgroup subsys hugetlb\n[ 0.033295] FEATURE SPEC_CTRL Not Present\n[ 0.035356] mce: CPU supports 10 MCE banks\n[ 0.036033] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.036033] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.040004] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.041997] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.044003] Speculative Store Bypass: Vulnerable\n[ 0.046095] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.052115] ACPI: Core revision 20131115\n[ 0.053968] ACPI: All ACPI Tables successfully acquired\n[ 0.055868] ftrace: allocating 28746 entries in 113 pages\n[ 0.076257] smpboot: Max logical packages: 2\n[ 0.080004] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.082040] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.084249] Enabling x2apic\n[ 0.085290] Enabled x2apic\n[ 0.086586] Switched APIC routing to physical x2apic.\n[ 0.089345] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.092002] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.095342] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.101764] KVM setup paravirtual spinlock\n[ 0.104508] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.106835] x86: Booting SMP configuration:\n[ 0.108004] .... node #0, CPUs: #1[ 0.104465] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.124018] x86: Booted up 1 node, 2 CPUs\n[ 0.124011] KVM setup async PF for cpu 1\n[ 0.124013] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.128004] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.130442] devtmpfs: initialized\n[ 0.133125] EVM: security.selinux\n[ 0.134268] EVM: security.SMACK64\n[ 0.135443] EVM: security.ima\n[ 0.136003] EVM: security.capability\n[ 0.137249] pinctrl core: initialized pinctrl subsystem\n[ 0.138557] regulator-dummy: no parameters\n[ 0.140090] RTC time: 20:27:14, date: 08/15/18\n[ 0.141536] NET: Registered protocol family 16\n[ 0.143108] cpuidle: using governor ladder\n[ 0.144004] cpuidle: using governor menu\n[ 0.145370] ACPI: bus type PCI registered\n[ 0.146712] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.148114] PCI: Using configuration type 1 for base access\n[ 0.150439] bio: create slab at 0\n[ 0.152063] ACPI: Added _OSI(Module Device)\n[ 0.153469] ACPI: Added _OSI(Processor Device)\n[ 0.154925] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.156004] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.158993] ACPI: Interpreter enabled\n[ 0.160006] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.163108] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.165983] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.168880] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.171908] ACPI: (supports S0 S5)\n[ 0.172003] ACPI: Using IOAPIC for interrupt routing\n[ 0.173281] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.175768] ACPI: No dock devices found.\n[ 0.178019] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.179541] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.180007] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.181637] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.184209] acpiphp: Slot [3] registered\n[ 0.185289] acpiphp: Slot [4] registered\n[ 0.186423] acpiphp: Slot [5] registered\n[ 0.187510] acpiphp: Slot [6] registered\n[ 0.188020] acpiphp: Slot [7] registered\n[ 0.189121] acpiphp: Slot [8] registered\n[ 0.190233] acpiphp: Slot [9] registered\n[ 0.191339] acpiphp: Slot [10] registered\n[ 0.192019] acpiphp: Slot [11] registered\n[ 0.193108] acpiphp: Slot [12] registered\n[ 0.194221] acpiphp: Slot [13] registered\n[ 0.195298] acpiphp: Slot [14] registered\n[ 0.196020] acpiphp: Slot [15] registered\n[ 0.197202] acpiphp: Slot [16] registered\n[ 0.198296] acpiphp: Slot [17] registered\n[ 0.199370] acpiphp: Slot [18] registered\n[ 0.200026] acpiphp: Slot [19] registered\n[ 0.201175] acpiphp: Slot [20] registered\n[ 0.202275] acpiphp: Slot [21] registered\n[ 0.203376] acpiphp: Slot [22] registered\n[ 0.204020] acpiphp: Slot [23] registered\n[ 0.205157] acpiphp: Slot [24] registered\n[ 0.206268] acpiphp: Slot [25] registered\n[ 0.207392] acpiphp: Slot [26] registered\n[ 0.208019] acpiphp: Slot [27] registered\n[ 0.209129] acpiphp: Slot [28] registered\n[ 0.210247] acpiphp: Slot [29] registered\n[ 0.211382] acpiphp: Slot [30] registered\n[ 0.212029] acpiphp: Slot [31] registered\n[ 0.213152] PCI host bridge to bus 0000:00\n[ 0.214285] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.215689] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.216004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.217541] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.219222] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.220003] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.227801] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.228014] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.257779] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.260006] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.261963] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.264102] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.266004] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.267836] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.268278] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.269540] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.271635] vgaarb: loaded\n[ 0.272003] vgaarb: bridge control possible 0000:00:02.0\n[ 0.273680] SCSI subsystem initialized\n[ 0.274894] ACPI: bus type USB registered\n[ 0.276028] usbcore: registered new interface driver usbfs\n[ 0.277494] usbcore: registered new interface driver hub\n[ 0.278887] usbcore: registered new device driver usb\n[ 0.280113] PCI: Using ACPI for IRQ routing\n[ 0.281591] NetLabel: Initializing\n[ 0.282600] NetLabel: domain hash size = 128\n[ 0.283755] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.284059] NetLabel: unlabeled traffic allowed by default\n[ 0.285499] Switched to clocksource kvm-clock\n[ 0.292643] AppArmor: AppArmor Filesystem Enabled\n[ 0.293908] pnp: PnP ACPI init\n[ 0.294811] ACPI: bus type PNP registered\n[ 0.296380] pnp: PnP ACPI: found 8 devices\n[ 0.297513] ACPI: bus type PNP unregistered\n[ 0.305024] NET: Registered protocol family 2\n[ 0.306517] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.308625] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.310480] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.312259] TCP: reno registered\n[ 0.313238] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.314860] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.316538] NET: Registered protocol family 1\n[ 0.317724] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.319255] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.320755] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.343071] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.365550] Trying to unpack rootfs image as initramfs...\n[ 0.486583] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.489098] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.490573] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.492136] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.494380] Scanning for low memory corruption every 60 seconds\n[ 0.496267] Initialise system trusted keyring\n[ 0.497535] audit: initializing netlink socket (disabled)\n[ 0.498979] type=2000 audit(1534364834.391:1): initialized\n[ 0.519910] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.522508] zbud: loaded\n[ 0.523569] VFS: Disk quotas dquot_6.5.2\n[ 0.524771] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.526893] fuse init (API version 7.22)\n[ 0.528116] msgmni has been set to 3997\n[ 0.529271] Key type big_key registered\n[ 0.530805] Key type asymmetric registered\n[ 0.531938] Asymmetric key parser 'x509' registered\n[ 0.533222] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.535270] io scheduler noop registered\n[ 0.536373] io scheduler deadline registered (default)\n[ 0.537710] io scheduler cfq registered\n[ 0.538858] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.540280] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.541958] ipmi message handler version 39.2\n[ 0.543181] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.545193] ACPI: Power Button [PWRF]\n[ 0.546340] GHES: HEST is not enabled!\n[ 0.568958] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.612993] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.635541] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.637663] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.661315] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.664202] Linux agpgart interface v0.103\n[ 0.666345] brd: module loaded\n[ 0.667743] loop: module loaded\n[ 0.669117] blk-mq: CPU -> queue map\n[ 0.670222] CPU 0 -> Queue 0\n[ 0.671204] CPU 1 -> Queue 0\n[ 0.672935] vda: vda1\n[ 0.674493] scsi0 : ata_piix\n[ 0.675581] scsi1 : ata_piix\n[ 0.676565] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.678603] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.680660] libphy: Fixed MDIO Bus: probed\n[ 0.681982] tun: Universal TUN/TAP device driver, 1.6\n[ 0.683438] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.687785] PPP generic driver version 2.4.2\n[ 0.689091] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.690762] ehci-pci: EHCI PCI platform driver\n[ 0.691975] ehci-platform: EHCI generic platform driver\n[ 0.693362] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.694953] ohci-pci: OHCI PCI platform driver\n[ 0.696189] ohci-platform: OHCI generic platform driver\n[ 0.697584] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.720069] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.721484] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.723623] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.725206] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.726924] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.728914] usb usb1: Product: UHCI Host Controller\n[ 0.730212] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd\n[ 0.731825] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.733164] hub 1-0:1.0: USB hub found\n[ 0.734293] hub 1-0:1.0: 2 ports detected\n[ 0.735537] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.738403] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.739722] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.741197] mousedev: PS/2 mouse device common for all mice\n[ 0.742917] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.745426] rtc_cmos 00:00: RTC can wake from S4\n[ 0.746986] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.748624] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.750296] device-mapper: uevent: version 1.0.3\n[ 0.751610] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.753827] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.755423] TCP: cubic registered\n[ 0.756468] NET: Registered protocol family 10\n[ 0.757924] NET: Registered protocol family 17\n[ 0.759194] Key type dns_resolver registered\n[ 0.760689] Loading compiled-in X.509 certificates\n[ 0.762496] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b'\n[ 0.772178] registered taskstats version 1\n[ 0.775179] Key type trusted registered\n[ 0.779119] Key type encrypted registered\n[ 0.780279] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.781711] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.783657] regulator-dummy: disabling\n[ 0.784778] Magic number: 14:188:498\n[ 0.785982] rtc_cmos 00:00: setting system clock to 2018-08-15 20:27:14 UTC (1534364834)\n[ 0.788214] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.789734] EDD information not available.\n[ 0.837369] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.839512] Write protecting the kernel read-only data: 12288k\n[ 0.841594] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000)\n[ 0.844938] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000)\nLoading, please wait...\n[ 0.858471] systemd-udevd[107]: starting version 204\n[ 0.892799] FDC 0 is a S82078B\n[ 1.044052] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.209630] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.212263] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.214599] usb 1-1: Product: QEMU USB Tablet\n[ 1.215703] usb 1-1: Manufacturer: QEMU\n[ 1.216708] usb 1-1: SerialNumber: 42\n[ 1.910229] 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.250369] 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.988257] random: init urandom read with 10 bits of entropy available\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Populate /dev filesystem[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Stopping Populate /dev filesystem[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n[ 4.076086] EXT4-fs (vda1): re-mounted. Opts: (null)\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 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 Wed, 15 Aug 2018 20:27:18 +0000. Up 5.10 seconds.\ncloud-init-nonet[5.28]: 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 set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Stopping set sysctls from /etc/sysctl.conf[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 * 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 enable remaining boot-time encrypted block devices[74G[ OK ]\ncloud-init-nonet[15.29]: waiting 120 seconds for network device\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[15.44]: static networking is now up\n * Starting configure network device[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Wed, 15 Aug 2018 20:27:29 +0000. Up 15.57 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:5b:b2:38 |\nci-info: | eth0 | True | 192.168.0.14 | 255.255.255.0 | fa:16:3e:67:a8:44 |\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:\n0f:d3:62:09:2f:5e:7f:32:b5:cb:ac:aa:b1:9f:0e:6f root@vellum-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| |\n| |\n| . |\n| o o |\n| . S . . |\n| . + * . . |\n| + = o |\n| =E. * . |\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:\n52:71:59:1c:36:b1:91:5f:f4:ef:f9:53:bc:33:4d:0b root@vellum-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| . .+B+ ..|\n| o..o+ o|\n| . .. ..|\n| . . .|\n| . S ..|\n| . E .=|\n| .o*|\n| *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:\ne5:02:29:a2:ea:a8:c4:71:ed:28:c9:3b:2a:e7:e3:3e root@vellum-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| . |\n| . . o . |\n| . ... . o |\n|.. . . S . |\n|+ + o . |\n|.* . . |\n|=.E |\n|BB=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:\n12:0e:9f:7b:c4:10:f8:28:75:ad:19:91:20:f6:33:f4 root@vellum-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| o ooo+ |\n| . +o.+.. |\n| .=+E+ |\n| . .*+= |\n| . = S |\n| + |\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 boot log to disk[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 boot log to disk[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 Bridge file events into upstart[74G[ OK ]\n * Starting SystemD login management service[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 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 CPU interrupts balancing daemon[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\nacpid: starting up with netlink and the input layer\nacpid: 1 rule loaded\nacpid: waiting for events: event logging is off\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 ]\n\nUbuntu 14.04.5 LTS vellum-0 ttyS0\n\nvellum-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Wed, 15 Aug 2018 20:29:33 +0000. Up 139.34 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Wed, 15 Aug 2018 20:30:34 +0000. Up 200.39 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.12\n+ '[' -n 192.168.0.12 ']'\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.204\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.204\n++ echo A 172.30.9.204\n++ ip2rr 192.168.1.3\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.3\n++ echo A 192.168.1.3\n+ echo 'nameserver 192.168.0.2'\n+ echo RESOLV_CONF=/etc/dnsmasq.resolv.conf\n+ mkdir -p /etc/netns/signaling\n+ echo 'nameserver 192.168.1.11'\n+ service dnsmasq force-reload\ndnsmasq: unrecognized service\n2018-08-15 20:31:37,625 - util.py[WARNING]: Failed running /var/lib/cloud/instance/scripts/part-001 [1]\n2018-08-15 20:31:37,671 - cc_scripts_user.py[WARNING]: Failed to run module scripts-user (scripts in /var/lib/cloud/instance/scripts)\n2018-08-15 20:31:37,673 - 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 | cb:82:2f:b5:6b:67:db:9f:f1:98:9f:eb:b7:58:bb:2c | - | Generated-by-Nova |\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nec2: \nec2: #############################################################\nec2: -----BEGIN SSH HOST KEY FINGERPRINTS-----\nec2: 1024 52:71:59:1c:36:b1:91:5f:f4:ef:f9:53:bc:33:4d:0b root@vellum-0 (DSA)\nec2: 256 e5:02:29:a2:ea:a8:c4:71:ed:28:c9:3b:2a:e7:e3:3e root@vellum-0 (ECDSA)\nec2: 256 12:0e:9f:7b:c4:10:f8:28:75:ad:19:91:20:f6:33:f4 root@vellum-0 (ED25519)\nec2: 2048 0f:d3:62:09:2f:5e:7f:32:b5:cb:ac:aa:b1:9f:0e:6f root@vellum-0 (RSA)\nec2: -----END SSH HOST KEY FINGERPRINTS-----\nec2: #############################################################\n-----BEGIN SSH HOST KEY KEYS-----\necdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBF9g7PCf8jC48lw7GJaljtnO/+9i9M1KCoJeuy+feJjCVERd56yQw0H1JqqR7LZe+6vUkwz875dMv5rG/9qDWlE= root@vellum-0\nssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMAGCnXxKLqq5H7pF4SX8PXgF52ty3AdBHg/QXvtTucH root@vellum-0\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDjLg/POnbpW8DOTSAAoxQqwALC1lQOD/Hf9GWghddvLNPYjvwoB6zFGWMgxzlErjyNCAxQ+oyh98net4jBFJrIeFPDU/WrRP6RPZhlA146dsi/WiJkITBf2ZMHjfxDFBVn4TwcGrA/BjrFVqB3uCITQY1VWYP1nmf0NajYYOxaR8+ucNc16kyjEHKtg2s+iDUJTas8EF7cmhDOSprJ6c0aZ4j+FKGA3Ezc7d7qRveT0q1IIPfcZ41hJIzsM/r9qCK7MswEJA1IMM5kbv892lTbl3/kSvXgXRZlY436OkK9XyjVYcnk2yxaOyr/mruN6mXZTrTsefKRCQtsMM1Ki1YN root@vellum-0\n-----END SSH HOST KEY KEYS-----\nCloud-init v. 0.7.5 finished at Wed, 15 Aug 2018 20:31:37 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 264.08 seconds\n"} 2018-08-15 20:32:30,845 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/a76c441e-39fd-4d5f-93ae-d1b09ddfc9da/action used request id req-20a5d9be-b8fb-4f2e-815b-9989f10edfb3 2018-08-15 20:32:30,845 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0742499828339s 2018-08-15 20:32:30,846 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/a76c441e-39fd-4d5f-93ae-d1b09ddfc9da/action used request id req-20a5d9be-b8fb-4f2e-815b-9989f10edfb3 2018-08-15 20:32:30,847 - 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-155-generic (buildd@lgw01-amd64-033) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #205-Ubuntu SMP Fri Aug 10 15:53:26 UTC 2018 (Ubuntu 3.13.0-155.205-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-155-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-155-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: 2039688K/2096616K available (7492K kernel code, 1163K rwdata, 3440K rodata, 1368K init, 1448K bss, 56928K 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.008004] pid_max: default: 32768 minimum: 301 [ 0.009609] Security Framework initialized [ 0.011067] AppArmor: AppArmor initialized [ 0.012003] Yama: becoming mindful. [ 0.013409] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.017790] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.020851] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.023100] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.024296] Initializing cgroup subsys memory [ 0.025508] Initializing cgroup subsys devices [ 0.028004] Initializing cgroup subsys freezer [ 0.029243] Initializing cgroup subsys blkio [ 0.030450] Initializing cgroup subsys perf_event [ 0.032004] Initializing cgroup subsys hugetlb [ 0.033295] FEATURE SPEC_CTRL Not Present [ 0.035356] mce: CPU supports 10 MCE banks [ 0.036033] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.036033] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.040004] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.041997] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.044003] Speculative Store Bypass: Vulnerable [ 0.046095] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.052115] ACPI: Core revision 20131115 [ 0.053968] ACPI: All ACPI Tables successfully acquired [ 0.055868] ftrace: allocating 28746 entries in 113 pages [ 0.076257] smpboot: Max logical packages: 2 [ 0.080004] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.082040] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.084249] Enabling x2apic [ 0.085290] Enabled x2apic [ 0.086586] Switched APIC routing to physical x2apic. [ 0.089345] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.092002] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.095342] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.101764] KVM setup paravirtual spinlock [ 0.104508] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.106835] x86: Booting SMP configuration: [ 0.108004] .... node #0, CPUs: #1[ 0.104465] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.124018] x86: Booted up 1 node, 2 CPUs [ 0.124011] KVM setup async PF for cpu 1 [ 0.124013] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.128004] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.130442] devtmpfs: initialized [ 0.133125] EVM: security.selinux [ 0.134268] EVM: security.SMACK64 [ 0.135443] EVM: security.ima [ 0.136003] EVM: security.capability [ 0.137249] pinctrl core: initialized pinctrl subsystem [ 0.138557] regulator-dummy: no parameters [ 0.140090] RTC time: 20:27:14, date: 08/15/18 [ 0.141536] NET: Registered protocol family 16 [ 0.143108] cpuidle: using governor ladder [ 0.144004] cpuidle: using governor menu [ 0.145370] ACPI: bus type PCI registered [ 0.146712] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.148114] PCI: Using configuration type 1 for base access [ 0.150439] bio: create slab at 0 [ 0.152063] ACPI: Added _OSI(Module Device) [ 0.153469] ACPI: Added _OSI(Processor Device) [ 0.154925] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.156004] ACPI: Added _OSI(Processor Aggregator Device) [ 0.158993] ACPI: Interpreter enabled [ 0.160006] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.163108] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.165983] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.168880] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.171908] ACPI: (supports S0 S5) [ 0.172003] ACPI: Using IOAPIC for interrupt routing [ 0.173281] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.175768] ACPI: No dock devices found. [ 0.178019] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.179541] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.180007] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.181637] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.184209] acpiphp: Slot [3] registered [ 0.185289] acpiphp: Slot [4] registered [ 0.186423] acpiphp: Slot [5] registered [ 0.187510] acpiphp: Slot [6] registered [ 0.188020] acpiphp: Slot [7] registered [ 0.189121] acpiphp: Slot [8] registered [ 0.190233] acpiphp: Slot [9] registered [ 0.191339] acpiphp: Slot [10] registered [ 0.192019] acpiphp: Slot [11] registered [ 0.193108] acpiphp: Slot [12] registered [ 0.194221] acpiphp: Slot [13] registered [ 0.195298] acpiphp: Slot [14] registered [ 0.196020] acpiphp: Slot [15] registered [ 0.197202] acpiphp: Slot [16] registered [ 0.198296] acpiphp: Slot [17] registered [ 0.199370] acpiphp: Slot [18] registered [ 0.200026] acpiphp: Slot [19] registered [ 0.201175] acpiphp: Slot [20] registered [ 0.202275] acpiphp: Slot [21] registered [ 0.203376] acpiphp: Slot [22] registered [ 0.204020] acpiphp: Slot [23] registered [ 0.205157] acpiphp: Slot [24] registered [ 0.206268] acpiphp: Slot [25] registered [ 0.207392] acpiphp: Slot [26] registered [ 0.208019] acpiphp: Slot [27] registered [ 0.209129] acpiphp: Slot [28] registered [ 0.210247] acpiphp: Slot [29] registered [ 0.211382] acpiphp: Slot [30] registered [ 0.212029] acpiphp: Slot [31] registered [ 0.213152] PCI host bridge to bus 0000:00 [ 0.214285] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.215689] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.216004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.217541] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.219222] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.220003] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.227801] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.228014] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.257779] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.260006] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.261963] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.264102] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.266004] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.267836] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.268278] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.269540] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.271635] vgaarb: loaded [ 0.272003] vgaarb: bridge control possible 0000:00:02.0 [ 0.273680] SCSI subsystem initialized [ 0.274894] ACPI: bus type USB registered [ 0.276028] usbcore: registered new interface driver usbfs [ 0.277494] usbcore: registered new interface driver hub [ 0.278887] usbcore: registered new device driver usb [ 0.280113] PCI: Using ACPI for IRQ routing [ 0.281591] NetLabel: Initializing [ 0.282600] NetLabel: domain hash size = 128 [ 0.283755] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.284059] NetLabel: unlabeled traffic allowed by default [ 0.285499] Switched to clocksource kvm-clock [ 0.292643] AppArmor: AppArmor Filesystem Enabled [ 0.293908] pnp: PnP ACPI init [ 0.294811] ACPI: bus type PNP registered [ 0.296380] pnp: PnP ACPI: found 8 devices [ 0.297513] ACPI: bus type PNP unregistered [ 0.305024] NET: Registered protocol family 2 [ 0.306517] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.308625] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.310480] TCP: Hash tables configured (established 16384 bind 16384) [ 0.312259] TCP: reno registered [ 0.313238] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.314860] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.316538] NET: Registered protocol family 1 [ 0.317724] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.319255] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.320755] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.343071] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.365550] Trying to unpack rootfs image as initramfs... [ 0.486583] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.489098] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.490573] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.492136] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.494380] Scanning for low memory corruption every 60 seconds [ 0.496267] Initialise system trusted keyring [ 0.497535] audit: initializing netlink socket (disabled) [ 0.498979] type=2000 audit(1534364834.391:1): initialized [ 0.519910] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.522508] zbud: loaded [ 0.523569] VFS: Disk quotas dquot_6.5.2 [ 0.524771] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.526893] fuse init (API version 7.22) [ 0.528116] msgmni has been set to 3997 [ 0.529271] Key type big_key registered [ 0.530805] Key type asymmetric registered [ 0.531938] Asymmetric key parser 'x509' registered [ 0.533222] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.535270] io scheduler noop registered [ 0.536373] io scheduler deadline registered (default) [ 0.537710] io scheduler cfq registered [ 0.538858] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.540280] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.541958] ipmi message handler version 39.2 [ 0.543181] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.545193] ACPI: Power Button [PWRF] [ 0.546340] GHES: HEST is not enabled! [ 0.568958] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.612993] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.635541] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.637663] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.661315] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.664202] Linux agpgart interface v0.103 [ 0.666345] brd: module loaded [ 0.667743] loop: module loaded [ 0.669117] blk-mq: CPU -> queue map [ 0.670222] CPU 0 -> Queue 0 [ 0.671204] CPU 1 -> Queue 0 [ 0.672935] vda: vda1 [ 0.674493] scsi0 : ata_piix [ 0.675581] scsi1 : ata_piix [ 0.676565] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.678603] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.680660] libphy: Fixed MDIO Bus: probed [ 0.681982] tun: Universal TUN/TAP device driver, 1.6 [ 0.683438] tun: (C) 1999-2004 Max Krasnyansky [ 0.687785] PPP generic driver version 2.4.2 [ 0.689091] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.690762] ehci-pci: EHCI PCI platform driver [ 0.691975] ehci-platform: EHCI generic platform driver [ 0.693362] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.694953] ohci-pci: OHCI PCI platform driver [ 0.696189] ohci-platform: OHCI generic platform driver [ 0.697584] uhci_hcd: USB Universal Host Controller Interface driver [ 0.720069] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.721484] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.723623] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.725206] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.726924] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.728914] usb usb1: Product: UHCI Host Controller [ 0.730212] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd [ 0.731825] usb usb1: SerialNumber: 0000:00:01.2 [ 0.733164] hub 1-0:1.0: USB hub found [ 0.734293] hub 1-0:1.0: 2 ports detected [ 0.735537] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.738403] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.739722] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.741197] mousedev: PS/2 mouse device common for all mice [ 0.742917] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.745426] rtc_cmos 00:00: RTC can wake from S4 [ 0.746986] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.748624] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.750296] device-mapper: uevent: version 1.0.3 [ 0.751610] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.753827] ledtrig-cpu: registered to indicate activity on CPUs [ 0.755423] TCP: cubic registered [ 0.756468] NET: Registered protocol family 10 [ 0.757924] NET: Registered protocol family 17 [ 0.759194] Key type dns_resolver registered [ 0.760689] Loading compiled-in X.509 certificates [ 0.762496] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b' [ 0.772178] registered taskstats version 1 [ 0.775179] Key type trusted registered [ 0.779119] Key type encrypted registered [ 0.780279] AppArmor: AppArmor sha1 policy hashing enabled [ 0.781711] IMA: No TPM chip found, activating TPM-bypass! [ 0.783657] regulator-dummy: disabling [ 0.784778] Magic number: 14:188:498 [ 0.785982] rtc_cmos 00:00: setting system clock to 2018-08-15 20:27:14 UTC (1534364834) [ 0.788214] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.789734] EDD information not available. [ 0.837369] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.839512] Write protecting the kernel read-only data: 12288k [ 0.841594] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000) [ 0.844938] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000) Loading, please wait... [ 0.858471] systemd-udevd[107]: starting version 204 [ 0.892799] FDC 0 is a S82078B [ 1.044052] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.209630] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.212263] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.214599] usb 1-1: Product: QEMU USB Tablet [ 1.215703] usb 1-1: Manufacturer: QEMU [ 1.216708] usb 1-1: SerialNumber: 42 [ 1.910229] 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.250369] 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.988257] random: init urandom read with 10 bits of entropy available * Starting Mount filesystems on boot[74G[ OK ] * Starting Populate /dev filesystem[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Stopping Populate /dev filesystem[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] [ 4.076086] EXT4-fs (vda1): re-mounted. Opts: (null) * Stopping Track if upstart is running in a container[74G[ OK ] * 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 Wed, 15 Aug 2018 20:27:18 +0000. Up 5.10 seconds. cloud-init-nonet[5.28]: 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 set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Stopping set sysctls from /etc/sysctl.conf[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 ] * 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 enable remaining boot-time encrypted block devices[74G[ OK ] cloud-init-nonet[15.29]: waiting 120 seconds for network device * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[15.44]: static networking is now up * Starting configure network device[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Wed, 15 Aug 2018 20:27:29 +0000. Up 15.57 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:5b:b2:38 | ci-info: | eth0 | True | 192.168.0.14 | 255.255.255.0 | fa:16:3e:67:a8:44 | 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: 0f:d3:62:09:2f:5e:7f:32:b5:cb:ac:aa:b1:9f:0e:6f root@vellum-0 The key's randomart image is: +--[ RSA 2048]----+ | | | | | . | | o o | | . S . . | | . + * . . | | + = o | | =E. * . | | 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: 52:71:59:1c:36:b1:91:5f:f4:ef:f9:53:bc:33:4d:0b root@vellum-0 The key's randomart image is: +--[ DSA 1024]----+ | . .+B+ ..| | o..o+ o| | . .. ..| | . . .| | . S ..| | . E .=| | .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: e5:02:29:a2:ea:a8:c4:71:ed:28:c9:3b:2a:e7:e3:3e root@vellum-0 The key's randomart image is: +--[ECDSA 256]---+ | | | . | | . . o . | | . ... . o | |.. . . S . | |+ + o . | |.* . . | |=.E | |BB=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: 12:0e:9f:7b:c4:10:f8:28:75:ad:19:91:20:f6:33:f4 root@vellum-0 The key's randomart image is: +--[ED25519 256--+ | o ooo+ | | . +o.+.. | | .=+E+ | | . .*+= | | . = S | | + | | . . | | . | | | +-----------------+ * 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 boot log to disk[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 boot log to disk[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 Bridge file events into upstart[74G[ OK ] * Starting SystemD login management service[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 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 CPU interrupts balancing daemon[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] acpid: starting up with netlink and the input layer acpid: 1 rule loaded acpid: waiting for events: event logging is off * 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 ] Ubuntu 14.04.5 LTS vellum-0 ttyS0 vellum-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Wed, 15 Aug 2018 20:29:33 +0000. Up 139.34 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Wed, 15 Aug 2018 20:30:34 +0000. Up 200.39 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.12 + '[' -n 192.168.0.12 ']' + 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.204 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.204 ++ echo A 172.30.9.204 ++ ip2rr 192.168.1.3 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.3 ++ echo A 192.168.1.3 + echo 'nameserver 192.168.0.2' + echo RESOLV_CONF=/etc/dnsmasq.resolv.conf + mkdir -p /etc/netns/signaling + echo 'nameserver 192.168.1.11' + service dnsmasq force-reload dnsmasq: unrecognized service 2018-08-15 20:31:37,625 - util.py[WARNING]: Failed running /var/lib/cloud/instance/scripts/part-001 [1] 2018-08-15 20:31:37,671 - cc_scripts_user.py[WARNING]: Failed to run module scripts-user (scripts in /var/lib/cloud/instance/scripts) 2018-08-15 20:31:37,673 - 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 | cb:82:2f:b5:6b:67:db:9f:f1:98:9f:eb:b7:58:bb:2c | - | Generated-by-Nova | ci-info: +---------+-------------------------------------------------+---------+-------------------+ ec2: ec2: ############################################################# ec2: -----BEGIN SSH HOST KEY FINGERPRINTS----- ec2: 1024 52:71:59:1c:36:b1:91:5f:f4:ef:f9:53:bc:33:4d:0b root@vellum-0 (DSA) ec2: 256 e5:02:29:a2:ea:a8:c4:71:ed:28:c9:3b:2a:e7:e3:3e root@vellum-0 (ECDSA) ec2: 256 12:0e:9f:7b:c4:10:f8:28:75:ad:19:91:20:f6:33:f4 root@vellum-0 (ED25519) ec2: 2048 0f:d3:62:09:2f:5e:7f:32:b5:cb:ac:aa:b1:9f:0e:6f root@vellum-0 (RSA) ec2: -----END SSH HOST KEY FINGERPRINTS----- ec2: ############################################################# -----BEGIN SSH HOST KEY KEYS----- ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBF9g7PCf8jC48lw7GJaljtnO/+9i9M1KCoJeuy+feJjCVERd56yQw0H1JqqR7LZe+6vUkwz875dMv5rG/9qDWlE= root@vellum-0 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMAGCnXxKLqq5H7pF4SX8PXgF52ty3AdBHg/QXvtTucH root@vellum-0 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDjLg/POnbpW8DOTSAAoxQqwALC1lQOD/Hf9GWghddvLNPYjvwoB6zFGWMgxzlErjyNCAxQ+oyh98net4jBFJrIeFPDU/WrRP6RPZhlA146dsi/WiJkITBf2ZMHjfxDFBVn4TwcGrA/BjrFVqB3uCITQY1VWYP1nmf0NajYYOxaR8+ucNc16kyjEHKtg2s+iDUJTas8EF7cmhDOSprJ6c0aZ4j+FKGA3Ezc7d7qRveT0q1IIPfcZ41hJIzsM/r9qCK7MswEJA1IMM5kbv892lTbl3/kSvXgXRZlY436OkK9XyjVYcnk2yxaOyr/mruN6mXZTrTsefKRCQtsMM1Ki1YN root@vellum-0 -----END SSH HOST KEY KEYS----- Cloud-init v. 0.7.5 finished at Wed, 15 Aug 2018 20:31:37 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 264.08 seconds 2018-08-15 20:32:30,849 - functest.core.singlevm - DEBUG - regex found: ''Cloud-init .* finished at ' in console 2018-08-15 20:32:30,849 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:32:30,851 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" 2018-08-15 20:32:31,390 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:32:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-62ac8334-0efb-426e-b6c3-30b12750f043 x-compute-request-id: req-62ac8334-0efb-426e-b6c3-30b12750f043 Content-Encoding: gzip Content-Length: 1508 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:64:be:e5", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:64:be:e5", "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:27:5d:15", "version": 4, "addr": "192.168.1.2", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:27:5d:15", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/862ca86b-06ec-4d59-ae70-d91b3227a810", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/862ca86b-06ec-4d59-ae70-d91b3227a810", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:27:10.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "862ca86b-06ec-4d59-ae70-d91b3227a810", "security_groups": [{"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:27:10Z", "hostId": "019940e19a7b1ae7bcf66d3fa083c7498a80fd0bd54c47880af1a37a", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "homer-0.clearwater.opnfv", "created": "2018-08-15T20:26:30Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:40:77:5b", "version": 4, "addr": "192.168.0.18", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:40:77:5b", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d1:da:9d", "version": 4, "addr": "192.168.1.29", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d1:da:9d", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e6950a11-a5a7-4554-9dbb-df77b86ba400", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e6950a11-a5a7-4554-9dbb-df77b86ba400", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:27:22.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "e6950a11-a5a7-4554-9dbb-df77b86ba400", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:27:22Z", "hostId": "b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "bono-0.clearwater.opnfv", "created": "2018-08-15T20:26:30Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:51:74", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:51:74", "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:66:5e:3a", "version": 4, "addr": "192.168.1.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/ffc54980-6efe-4637-8bb5-39036958536d", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/ffc54980-6efe-4637-8bb5-39036958536d", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:27:20.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "ffc54980-6efe-4637-8bb5-39036958536d", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-mgmt"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:27:20Z", "hostId": "b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "dime-0.clearwater.opnfv", "created": "2018-08-15T20:26:30Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:a0:d6:2a", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:d6:2a", "version": 4, "addr": "172.30.9.213", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:0c:21", "version": 4, "addr": "192.168.1.21", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/59e09722-d046-47e2-8d46-98d35b577bb4", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/59e09722-d046-47e2-8d46-98d35b577bb4", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:27:18.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "59e09722-d046-47e2-8d46-98d35b577bb4", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:27:18Z", "hostId": "b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-15T20:26:29Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:67:a8:44", "version": 4, "addr": "192.168.0.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:67:a8:44", "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:5b:b2:38", "version": 4, "addr": "192.168.1.3", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/a76c441e-39fd-4d5f-93ae-d1b09ddfc9da", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/a76c441e-39fd-4d5f-93ae-d1b09ddfc9da", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:27:12.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "a76c441e-39fd-4d5f-93ae-d1b09ddfc9da", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:27:12Z", "hostId": "b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-15T20:26:29Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:9f:75:cc", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:75:cc", "version": 4, "addr": "172.30.9.217", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e0dd32cc-fa1d-4798-8b82-04894a6f8bfa", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e0dd32cc-fa1d-4798-8b82-04894a6f8bfa", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:26:06.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "e0dd32cc-fa1d-4798-8b82-04894a6f8bfa", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:26:06Z", "hostId": "019940e19a7b1ae7bcf66d3fa083c7498a80fd0bd54c47880af1a37a", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-15T20:24:22Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:e5:cc:ec", "version": 4, "addr": "192.168.0.2", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e5:cc:ec", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:01:52:92", "version": 4, "addr": "192.168.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/99cb71c2-331c-48dd-b548-d074f602efeb", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/99cb71c2-331c-48dd-b548-d074f602efeb", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:24:12.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "99cb71c2-331c-48dd-b548-d074f602efeb", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:24:12Z", "hostId": "b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "ns.clearwater.opnfv", "created": "2018-08-15T20:22:28Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:32:31,391 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-62ac8334-0efb-426e-b6c3-30b12750f043 2018-08-15 20:32:31,391 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.541654109955s 2018-08-15 20:32:31,392 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-62ac8334-0efb-426e-b6c3-30b12750f043 2018-08-15 20:32:31,399 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-15 20:32:31,402 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/e0dd32cc-fa1d-4798-8b82-04894a6f8bfa/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}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-15 20:32:31,478 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:32: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-4219d47e-4d71-4cac-931d-a0fdc5a2de8d x-compute-request-id: req-4219d47e-4d71-4cac-931d-a0fdc5a2de8d Content-Encoding: gzip Content-Length: 20590 Content-Type: application/json RESP BODY: {"output": "[ 0.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-155-generic (buildd@lgw01-amd64-033) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #205-Ubuntu SMP Fri Aug 10 15:53:26 UTC 2018 (Ubuntu 3.13.0-155.205-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-155-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-155-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: 2039688K/2096616K available (7492K kernel code, 1163K rwdata, 3440K rodata, 1368K init, 1448K bss, 56928K 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.008034] Security Framework initialized\n[ 0.009287] AppArmor: AppArmor initialized\n[ 0.010510] Yama: becoming mindful.\n[ 0.012146] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.016730] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.019520] 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.022220] Initializing cgroup subsys memory\n[ 0.024006] Initializing cgroup subsys devices\n[ 0.025293] Initializing cgroup subsys freezer\n[ 0.026596] Initializing cgroup subsys blkio\n[ 0.028003] Initializing cgroup subsys perf_event\n[ 0.029332] Initializing cgroup subsys hugetlb\n[ 0.030667] FEATURE SPEC_CTRL Not Present\n[ 0.032684] mce: CPU supports 10 MCE banks\n[ 0.033920] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.033920] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.036004] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.037717] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.040002] Speculative Store Bypass: Vulnerable\n[ 0.041953] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.046559] ACPI: Core revision 20131115\n[ 0.048484] ACPI: All ACPI Tables successfully acquired\n[ 0.050173] ftrace: allocating 28746 entries in 113 pages\n[ 0.072225] smpboot: Max logical packages: 2\n[ 0.076003] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.077772] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.080254] Enabling x2apic\n[ 0.081177] Enabled x2apic\n[ 0.082363] Switched APIC routing to physical x2apic.\n[ 0.085334] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.087051] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.089374] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.097843] KVM setup paravirtual spinlock\n[ 0.100418] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.102473] x86: Booting SMP configuration:\n[ 0.103766] .... node #0, CPUs: #1[ 0.100372] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.120020] x86: Booted up 1 node, 2 CPUs\n[ 0.120014] KVM setup async PF for cpu 1\n[ 0.120017] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.124003] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.126183] devtmpfs: initialized\n[ 0.128758] EVM: security.selinux\n[ 0.129819] EVM: security.SMACK64\n[ 0.130864] EVM: security.ima\n[ 0.131817] EVM: security.capability\n[ 0.132845] pinctrl core: initialized pinctrl subsystem\n[ 0.134394] regulator-dummy: no parameters\n[ 0.136354] RTC time: 20:26:07, date: 08/15/18\n[ 0.137951] NET: Registered protocol family 16\n[ 0.139630] cpuidle: using governor ladder\n[ 0.140008] cpuidle: using governor menu\n[ 0.141350] ACPI: bus type PCI registered\n[ 0.142570] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.144222] PCI: Using configuration type 1 for base access\n[ 0.146634] bio: create slab at 0\n[ 0.148091] ACPI: Added _OSI(Module Device)\n[ 0.149336] ACPI: Added _OSI(Processor Device)\n[ 0.150633] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.152003] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.155226] ACPI: Interpreter enabled\n[ 0.156018] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.158793] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.160794] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.163576] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.165801] ACPI: (supports S0 S5)\n[ 0.166867] ACPI: Using IOAPIC for interrupt routing\n[ 0.168022] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.170794] ACPI: No dock devices found.\n[ 0.174024] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.175743] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.176012] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.177824] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.180251] acpiphp: Slot [3] registered\n[ 0.181467] acpiphp: Slot [4] registered\n[ 0.182681] acpiphp: Slot [5] registered\n[ 0.183890] acpiphp: Slot [6] registered\n[ 0.184021] acpiphp: Slot [7] registered\n[ 0.185222] acpiphp: Slot [8] registered\n[ 0.186419] acpiphp: Slot [9] registered\n[ 0.187620] acpiphp: Slot [10] registered\n[ 0.188021] acpiphp: Slot [11] registered\n[ 0.189240] acpiphp: Slot [12] registered\n[ 0.190454] acpiphp: Slot [13] registered\n[ 0.191671] acpiphp: Slot [14] registered\n[ 0.192021] acpiphp: Slot [15] registered\n[ 0.193239] acpiphp: Slot [16] registered\n[ 0.194459] acpiphp: Slot [17] registered\n[ 0.195674] acpiphp: Slot [18] registered\n[ 0.196027] acpiphp: Slot [19] registered\n[ 0.197247] acpiphp: Slot [20] registered\n[ 0.198464] acpiphp: Slot [21] registered\n[ 0.199675] acpiphp: Slot [22] registered\n[ 0.200021] acpiphp: Slot [23] registered\n[ 0.201245] acpiphp: Slot [24] registered\n[ 0.202462] acpiphp: Slot [25] registered\n[ 0.203673] acpiphp: Slot [26] registered\n[ 0.204020] acpiphp: Slot [27] registered\n[ 0.205225] acpiphp: Slot [28] registered\n[ 0.206432] acpiphp: Slot [29] registered\n[ 0.207651] acpiphp: Slot [30] registered\n[ 0.208027] acpiphp: Slot [31] registered\n[ 0.209237] PCI host bridge to bus 0000:00\n[ 0.210450] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.211992] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.212004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.213680] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.215512] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.216003] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.224797] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.226919] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.249347] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.251534] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.252986] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.255088] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.256945] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.258859] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.260294] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.261632] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.264003] vgaarb: loaded\n[ 0.264910] vgaarb: bridge control possible 0000:00:02.0\n[ 0.266685] SCSI subsystem initialized\n[ 0.268068] ACPI: bus type USB registered\n[ 0.269309] usbcore: registered new interface driver usbfs\n[ 0.271099] usbcore: registered new interface driver hub\n[ 0.272077] usbcore: registered new device driver usb\n[ 0.273607] PCI: Using ACPI for IRQ routing\n[ 0.273970] NetLabel: Initializing\n[ 0.276017] NetLabel: domain hash size = 128\n[ 0.277381] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.278997] NetLabel: unlabeled traffic allowed by default\n[ 0.280287] Switched to clocksource kvm-clock\n[ 0.290205] AppArmor: AppArmor Filesystem Enabled\n[ 0.291777] pnp: PnP ACPI init\n[ 0.292870] ACPI: bus type PNP registered\n[ 0.294747] pnp: PnP ACPI: found 8 devices\n[ 0.295950] ACPI: bus type PNP unregistered\n[ 0.304262] NET: Registered protocol family 2\n[ 0.306241] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.308717] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.310726] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.312689] TCP: reno registered\n[ 0.313808] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.315507] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.317688] NET: Registered protocol family 1\n[ 0.319185] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.320870] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.322521] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.345129] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.368145] Trying to unpack rootfs image as initramfs...\n[ 0.469994] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.472806] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.474487] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.476308] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.478826] Scanning for low memory corruption every 60 seconds\n[ 0.481107] Initialise system trusted keyring\n[ 0.482419] audit: initializing netlink socket (disabled)\n[ 0.483918] type=2000 audit(1534364767.307:1): initialized\n[ 0.504365] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.507073] zbud: loaded\n[ 0.508176] VFS: Disk quotas dquot_6.5.2\n[ 0.509416] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511559] fuse init (API version 7.22)\n[ 0.512807] msgmni has been set to 3997\n[ 0.514027] Key type big_key registered\n[ 0.515663] Key type asymmetric registered\n[ 0.516898] Asymmetric key parser 'x509' registered\n[ 0.518313] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.520549] io scheduler noop registered\n[ 0.521717] io scheduler deadline registered (default)\n[ 0.523134] io scheduler cfq registered\n[ 0.525312] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526860] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528692] ipmi message handler version 39.2\n[ 0.530019] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.532177] ACPI: Power Button [PWRF]\n[ 0.533415] GHES: HEST is not enabled!\n[ 0.555370] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.598661] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.600889] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.625547] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.628502] Linux agpgart interface v0.103\n[ 0.630756] brd: module loaded\n[ 0.632191] loop: module loaded\n[ 0.633523] blk-mq: CPU -> queue map\n[ 0.634590] CPU 0 -> Queue 0\n[ 0.635533] CPU 1 -> Queue 0\n[ 0.637470] vda: vda1\n[ 0.639292] scsi0 : ata_piix\n[ 0.640338] scsi1 : ata_piix\n[ 0.641245] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.642924] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.644958] libphy: Fixed MDIO Bus: probed\n[ 0.646231] tun: Universal TUN/TAP device driver, 1.6\n[ 0.647535] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.650150] PPP generic driver version 2.4.2\n[ 0.651475] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.653120] ehci-pci: EHCI PCI platform driver\n[ 0.654332] ehci-platform: EHCI generic platform driver\n[ 0.655780] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.657366] ohci-pci: OHCI PCI platform driver\n[ 0.658607] ohci-platform: OHCI generic platform driver\n[ 0.659977] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.682458] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.683861] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.686030] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.687707] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.689401] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.691377] usb usb1: Product: UHCI Host Controller\n[ 0.692661] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd\n[ 0.694246] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.695581] hub 1-0:1.0: USB hub found\n[ 0.696696] hub 1-0:1.0: 2 ports detected\n[ 0.697989] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.700955] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.702288] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.703787] mousedev: PS/2 mouse device common for all mice\n[ 0.705536] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.708107] rtc_cmos 00:00: RTC can wake from S4\n[ 0.709675] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.711308] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.712977] device-mapper: uevent: version 1.0.3\n[ 0.714338] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.716578] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.718273] TCP: cubic registered\n[ 0.719364] NET: Registered protocol family 10\n[ 0.721092] NET: Registered protocol family 17\n[ 0.722361] Key type dns_resolver registered\n[ 0.723872] Loading compiled-in X.509 certificates\n[ 0.725758] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b'\n[ 0.728250] registered taskstats version 1\n[ 0.731543] Key type trusted registered\n[ 0.735266] Key type encrypted registered\n[ 0.736418] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.737867] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.739705] regulator-dummy: disabling\n[ 0.747749] Magic number: 14:635:447\n[ 0.748976] rtc_cmos 00:00: setting system clock to 2018-08-15 20:26:07 UTC (1534364767)\n[ 0.751277] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.752838] EDD information not available.\n[ 0.802407] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.804544] Write protecting the kernel read-only data: 12288k\n[ 0.807420] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000)\n[ 0.811558] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000)\nLoading, please wait...\n[ 0.826359] systemd-udevd[107]: starting version 204\n[ 0.868558] FDC 0 is a S82078B\n[ 1.008019] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.172854] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.174691] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.176602] usb 1-1: Product: QEMU USB Tablet\n[ 1.177872] usb 1-1: Manufacturer: QEMU\n[ 1.179021] usb 1-1: SerialNumber: 42\n[ 1.472083] tsc: Refined TSC clocksource calibration: 3491.870 MHz\n[ 1.877411] 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.224367] 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.324783] 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[ 2.428752] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Stopping Track if upstart is running in a container[74G[ OK ]\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 Wed, 15 Aug 2018 20:26:09 +0000. Up 2.77 seconds.\ncloud-init-nonet[2.90]: 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 log initial device creation[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 * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[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 ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[3.71]: static networking is now up\n * Starting configure network device[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Wed, 15 Aug 2018 20:26:10 +0000. Up 3.85 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.12 | 255.255.255.0 | fa:16:3e:9f:75:cc |\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:\n83:d8:fe:62:32:a5:d9:b4:7f:1e:ab:c5:3c:cd:d9:67 root@ellis-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| |\n| |\n| |\n| o . |\n| . o S |\n| .o + o o |\n| *.. * + . E|\n| = =. ..+ o |\n| + 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:\n93:f6:62:95:67:81:cb:7d:92:07:fc:19:8e:8b:2c:d6 root@ellis-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| |\n| o |\n| . + . |\n| o + B o |\n| S = B * |\n| . * + = |\n| = E . |\n| o 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:\n41:c8:4e:f8:91:d6:90:66:e3:3d:9f:98:48:10:66:ea root@ellis-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| ++.*. |\n| +o %.. |\n| . X +. |\n| . = o. |\n| E . .S= . |\n| . o 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:\n18:c7:28:ad:d5:bf:22:78:bc:93:b7:e8:a8:c9:96:c7 root@ellis-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| |\n| . + |\n| . = + |\n| + + . |\n| . . S . |\n| o . |\n| o. +.. . |\n| .o.Eoo+.. |\n| .+o..+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 * Starting save udev log and update rules[74G[ OK ]\n * Stopping Failsafe Boot Delay[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 configure virtual network devices[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 early crypto disks... [80G [74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Starting system logging daemon[74G[ OK ]\n * Starting Handle applying cloud-config[74G[ OK ]\n * Starting SystemD login management service[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 ]\nCloud-init v. 0.7.5 running 'modules:config' at Wed, 15 Aug 2018 20:26:15 +0000. Up 8.46 seconds.\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting save kernel messages[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 OpenSSH server[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\n * Starting ACPI daemon[74G[ OK ]\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 Wed, 15 Aug 2018 20:26:16 +0000. Up 9.46 seconds.\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 ellis-0 ttyS0\n\nellis-0 login: 100 3149 100 3149 0 0 15668 0 --:--:-- --:--:-- --:--:-- 15745\nOK\n+ apt-get update\nIgn http://repo.cw-ngv.com binary/ InRelease\nGet:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\nIgn http://nova.clouds.archive.ubuntu.com trusty InRelease\nGet:2 http://security.ubuntu.com trusty-security InRelease [65.9 kB]\nGet:3 http://repo.cw-ngv.com binary/ Release [1219 B]\nGet:4 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB]\nGet:5 http://repo.cw-ngv.com binary/ Packages [23.2 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\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nGet:7 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB]\nGet:8 http://security.ubuntu.com trusty-security/universe Sources [78.4 kB]\nGet:9 http://security.ubuntu.com trusty-security/main amd64 Packages [757 kB]\nGet:10 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B]\nGet:11 http://security.ubuntu.com trusty-security/universe amd64 Packages [242 kB]\nGet:12 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [206 kB]\nGet:13 http://security.ubuntu.com trusty-security/main Translation-en [410 kB]\nGet:14 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7433 B]\nGet:15 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1096 kB]\nGet:16 http://security.ubuntu.com trusty-security/universe Translation-en [132 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 [469 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 [542 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 [252 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 7s (1588 kB/s)\nReading package lists...\n+ mkdir -p /etc/clearwater\n+ etcd_ip=\n+ '[' -n '' ']'\n+ etcd_ip=192.168.0.12\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install ellis --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 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 libaio1\n libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl\n libasan0 libatomic1 libc-dev-bin libc6-dev libcloog-isl4 libdbd-mysql-perl\n libdbi-perl libdpkg-perl libfakeroot libfile-fcntllock-perl libfontconfig1\n libgcc-4.8-dev libgd3 libgmp10 libgomp1 libhtml-template-perl\n libinotifytools0 libisl10 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 libmnl0\n libmpc3 libmpfr4 libmysqlclient18 libnetfilter-conntrack3 libopts25\n libpgm-5.1-0 libquadmath0 libsensors4 libstdc++-4.8-dev libterm-readkey-perl\n libtiff5 libtsan0 libvpx1 libxpm4 libxslt1.1 libzmq3 linux-libc-dev make\n manpages-dev mysql-client-5.5 mysql-client-core-5.5 mysql-common\n mysql-server mysql-server-5.5 mysql-server-core-5.5 nginx nginx-common\n nginx-core ntp python-chardet-whl python-colorama python-colorama-whl\n python-distlib python-distlib-whl python-html5lib python-html5lib-whl\n python-pip python-pip-whl python-requests-whl python-setuptools\n python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv\n python-wheel python3-pkg-resources realpath 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 clearwater-logging clearwater-snmpd g++-multilib\n g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib autoconf\n automake1.9 libtool flex bison gdb gcc-doc gcc-4.8-multilib libgcc1-dbg\n libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg\n libquadmath0-dbg glibc-doc libclone-perl libmldbm-perl libnet-daemon-perl\n libplrpc-perl libsql-statement-perl libgd-tools libipc-sharedcache-perl\n lm-sensors libstdc++-4.8-doc make-doc tinyca mailx fcgiwrap nginx-doc\n ntp-doc python-genshi python-lxml python3-setuptools 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 cpp cpp-4.8 dnsmasq\n dnsmasq-base dpkg-dev ellis fakeroot fontconfig-config fonts-dejavu-core g++\n g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libaio1\n libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl\n libasan0 libatomic1 libc-dev-bin libc6-dev libcloog-isl4 libdbd-mysql-perl\n libdbi-perl libdpkg-perl libfakeroot libfile-fcntllock-perl libfontconfig1\n libgcc-4.8-dev libgd3 libgmp10 libgomp1 libhtml-template-perl\n libinotifytools0 libisl10 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 libmnl0\n libmpc3 libmpfr4 libmysqlclient18 libnetfilter-conntrack3 libopts25\n libpgm-5.1-0 libquadmath0 libsensors4 libstdc++-4.8-dev libterm-readkey-perl\n libtiff5 libtsan0 libvpx1 libxpm4 libxslt1.1 libzmq3 linux-libc-dev make\n manpages-dev mysql-client-5.5 mysql-client-core-5.5 mysql-common\n mysql-server mysql-server-5.5 mysql-server-core-5.5 nginx nginx-common\n nginx-core ntp python-chardet-whl python-colorama python-colorama-whl\n python-distlib python-distlib-whl python-html5lib python-html5lib-whl\n python-pip python-pip-whl python-requests-whl python-setuptools\n python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv\n python-wheel python3-pkg-resources realpath sysstat\n0 upgraded, 98 newly installed, 0 to remove and 0 not upgraded.\nNeed to get 69.7 MB of archives.\nAfter this operation, 253 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libaio1 amd64 0.3.109-4 [6364 B]\nGet:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB]\nGet:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B]\nGet:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB]\nGet:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]\nGet:8 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB]\nGet:9 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 kB]\nGet:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB]\nGet:11 http://repo.cw-ngv.com/stable/ binary/ clearwater-nginx 1.0-180322.165850 [19.4 kB]\nGet:12 http://repo.cw-ngv.com/stable/ binary/ ellis 1.0-180326.110234 [10.4 MB]\nGet:13 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1024 kB]\nGet:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB]\nGet:15 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB]\nGet:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB]\nGet:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2194 B]\nGet:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.9 [147 kB]\nGet:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libvpx1 amd64 1.3.0-2 [556 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxpm4 amd64 1:3.5.10-1ubuntu0.1 [33.2 kB]\nGet:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgd3 amd64 2.1.0-3ubuntu0.8 [123 kB]\nGet:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB]\nGet:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-common all 5.5.61-0ubuntu0.14.04.1 [12.7 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libmysqlclient18 amd64 5.5.61-0ubuntu0.14.04.1 [597 kB]\nGet:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB]\nGet:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB]\nGet:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB]\nGet:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1.1 amd64 1.1.28-2ubuntu0.1 [145 kB]\nGet:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB]\nGet:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libdbi-perl amd64 1.630-1 [879 kB]\nGet:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdbd-mysql-perl amd64 4.025-1ubuntu0.1 [87.6 kB]\nGet:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libterm-readkey-perl amd64 2.31-1 [27.4 kB]\nGet:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-client-core-5.5 amd64 5.5.61-0ubuntu0.14.04.1 [708 kB]\nGet:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-client-5.5 amd64 5.5.61-0ubuntu0.14.04.1 [1463 kB]\nGet:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-server-core-5.5 amd64 5.5.61-0ubuntu0.14.04.1 [3764 kB]\nGet:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-server-5.5 amd64 5.5.61-0ubuntu0.14.04.1 [1862 kB]\nGet:42 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:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB]\nGet:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB]\nGet:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB]\nGet:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB]\nGet:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB]\nGet:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-155.205 [772 kB]\nGet:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1913 kB]\nGet:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4452 kB]\nGet:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB]\nGet:52 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:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5040 kB]\nGet:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5098 B]\nGet:55 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:56 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:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1490 B]\nGet:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB]\nGet:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB]\nGet:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB]\nGet:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4838 B]\nGet:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB]\nGet:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB]\nGet:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB]\nGet:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB]\nGet:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB]\nGet:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB]\nGet:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB]\nGet:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB]\nGet:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB]\nGet:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB]\nGet:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-common all 1.4.6-1ubuntu3.8 [19.1 kB]\nGet:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-core amd64 1.4.6-1ubuntu3.8 [325 kB]\nGet:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx all 1.4.6-1ubuntu3.8 [5394 B]\nGet:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-server all 5.5.61-0ubuntu0.14.04.1 [11.0 kB]\nGet:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB]\nGet:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB]\nGet:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB]\nGet:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB]\nGet:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB]\nGet:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB]\nGet:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libhtml-template-perl all 2.95-1 [65.5 kB]\nGet:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1820 kB]\nGet:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB]\nGet:85 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB]\nGet:86 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB]\nGet:87 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB]\nGet:88 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB]\nGet:89 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB]\nGet:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB]\nGet:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB]\nGet:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB]\nGet:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB]\nGet:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB]\nGet:95 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB]\nGet:96 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB]\nGet:97 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB]\nGet:98 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: 30%Extracting templates from packages: 61%Extracting templates from packages: 91%Extracting templates from packages: 100%\nPreconfiguring packages ...\nFetched 69.7 MB in 16s (4272 kB/s)\nSelecting previously unselected package libaio1:amd64.\n(Reading database ... 51314 files and directories currently installed.)\nPreparing to unpack .../libaio1_0.3.109-4_amd64.deb ...\nUnpacking libaio1:amd64 (0.3.109-4) ...\nSelecting previously unselected package libasan0:amd64.\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 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 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 mysql-common.\nPreparing to unpack .../mysql-common_5.5.61-0ubuntu0.14.04.1_all.deb ...\nUnpacking mysql-common (5.5.61-0ubuntu0.14.04.1) ...\nSelecting previously unselected package libmysqlclient18:amd64.\nPreparing to unpack .../libmysqlclient18_5.5.61-0ubuntu0.14.04.1_amd64.deb ...\nUnpacking libmysqlclient18:amd64 (5.5.61-0ubuntu0.14.04.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 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 libdbi-perl.\nPreparing to unpack .../libdbi-perl_1.630-1_amd64.deb ...\nUnpacking libdbi-perl (1.630-1) ...\nSelecting previously unselected package libdbd-mysql-perl.\nPreparing to unpack .../libdbd-mysql-perl_4.025-1ubuntu0.1_amd64.deb ...\nUnpacking libdbd-mysql-perl (4.025-1ubuntu0.1) ...\nSelecting previously unselected package libterm-readkey-perl.\nPreparing to unpack .../libterm-readkey-perl_2.31-1_amd64.deb ...\nUnpacking libterm-readkey-perl (2.31-1) ...\nSelecting previously unselected package mysql-client-core-5.5.\nPreparing to unpack .../mysql-client-core-5.5_5.5.61-0ubuntu0.14.04.1_amd64.deb ...\nUnpacking mysql-client-core-5.5 (5.5.61-0ubuntu0.14.04.1) ...\nSelecting previously unselected package mysql-client-5.5.\nPreparing to unpack .../mysql-client-5.5_5.5.61-0ubuntu0.14.04.1_amd64.deb ...\nUnpacking mysql-client-5.5 (5.5.61-0ubuntu0.14.04.1) ...\nSelecting previously unselected package mysql-server-core-5.5.\nPreparing to unpack .../mysql-server-core-5.5_5.5.61-0ubuntu0.14.04.1_amd64.deb ...\nUnpacking mysql-server-core-5.5 (5.5.61-0ubuntu0.14.04.1) ...\nProcessing triggers for man-db (2.6.7.1-1ubuntu1) ...\nSetting up mysql-common (5.5.61-0ubuntu0.14.04.1) ...\nSelecting previously unselected package mysql-server-5.5.\n(Reading database ... 51917 files and directories currently installed.)\nPreparing to unpack .../mysql-server-5.5_5.5.61-0ubuntu0.14.04.1_amd64.deb ...\nUnpacking mysql-server-5.5 (5.5.61-0ubuntu0.14.04.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-155.205_amd64.deb ...\nUnpacking linux-libc-dev:amd64 (3.13.0-155.205) ...\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 mysql-server.\nPreparing to unpack .../mysql-server_5.5.61-0ubuntu0.14.04.1_all.deb ...\nUnpacking mysql-server (5.5.61-0ubuntu0.14.04.1) ...\nSelecting previously unselected package ellis.\nPreparing to unpack .../ellis_1.0-180326.110234_amd64.deb ...\nUnpacking ellis (1.0-180326.110234) ...\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 libhtml-template-perl.\nPreparing to unpack .../libhtml-template-perl_2.95-1_all.deb ...\nUnpacking libhtml-template-perl (2.95-1) ...\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) ...\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 libaio1:amd64 (0.3.109-4) ...\nSetting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\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 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 libmysqlclient18:amd64 (5.5.61-0ubuntu0.14.04.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 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 libdbi-perl (1.630-1) ...\nSetting up libdbd-mysql-perl (4.025-1ubuntu0.1) ...\nSetting up libterm-readkey-perl (2.31-1) ...\nSetting up mysql-client-core-5.5 (5.5.61-0ubuntu0.14.04.1) ...\nSetting up mysql-client-5.5 (5.5.61-0ubuntu0.14.04.1) ...\nSetting up mysql-server-core-5.5 (5.5.61-0ubuntu0.14.04.1) ...\nSetting up mysql-server-5.5 (5.5.61-0ubuntu0.14.04.1) ...\nmysql start/running, process 8561\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-155.205) ...\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 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 libhtml-template-perl (2.95-1) ...\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) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up mysql-server (5.5.61-0ubuntu0.14.04.1) ...\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.\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-log-cleanup (1.0-180328.114312) ...\nSetting up clearwater-monit (5.18-180322.170159) ...\nclearwater-monit start/running, process 9284\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-diags-monitor (1.0-180328.114312) ...\nProcessing triggers for ufw (0.34~rc-0ubuntu2) ...\nSetting up nginx-core (1.4.6-1ubuntu3.8) ...\nSetting up nginx (1.4.6-1ubuntu3.8) ...\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'\nKilled\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 ellis (1.0-180326.110234) ...\nusermod: no changes\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/ellis/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 ellis\nCollecting six (from ellis)\nCollecting prctl (from ellis)\nCollecting MySQL-python (from ellis)\nCollecting metaswitchcommon (from ellis)\nCollecting phonenumbers (from ellis)\nCollecting py-bcrypt (from ellis)\nCollecting msgpack-python (from ellis)\nCollecting certifi (from ellis)\nCollecting backports-abc (from ellis)\nCollecting tornado (from ellis)\nCollecting backports.ssl-match-hostname (from ellis)\nCollecting defusedxml (from ellis)\nCollecting singledispatch (from ellis)\nCollecting SQLAlchemy (from ellis)\nCollecting pycurl (from ellis)\nCollecting pycparser (from metaswitchcommon->ellis)\nCollecting cffi (from metaswitchcommon->ellis)\nCollecting pycrypto (from metaswitchcommon->ellis)\nCollecting monotonic (from metaswitchcommon->ellis)\nCollecting pyzmq (from metaswitchcommon->ellis)\nInstalling collected packages: six, prctl, MySQL-python, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, phonenumbers, py-bcrypt, msgpack-python, certifi, backports-abc, tornado, backports.ssl-match-hostname, defusedxml, singledispatch, SQLAlchemy, pycurl, ellis\nSuccessfully installed MySQL-python-1.2.5 SQLAlchemy-1.0.9 backports-abc-0.5 backports.ssl-match-hostname-3.5.0.1 certifi-2017.4.17 cffi-1.10.0 defusedxml-0.5.0 ellis-0.1 metaswitchcommon-0.1 monotonic-0.6 msgpack-python-0.4.6 phonenumbers-7.1.1 prctl-1.0.1 py-bcrypt-0.4 pycparser-2.18 pycrypto-2.6.1 pycurl-7.43.0 pyzmq-16.0.2 singledispatch-3.4.0.3 six-1.10.0 tornado-2.3\n * Restarting clearwater-infrastructure clearwater-infrastructure\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\n ...done.\nProcessing triggers for libc-bin (2.19-0ubuntu6.14) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\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 0 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 3s (11.2 MB/s)\nSelecting previously unselected package python-mock.\n(Reading database ... 58125 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+ /usr/share/clearwater/clearwater-etcd/scripts/wait_for_etcd\n+ /usr/share/clearwater/clearwater-config-manager/scripts/cw-config download shared_config --autoconfirm --dir /tmp\nshared_config is not present in the configuration database. A blank file has been created for you. You can make changes to this and upload as normal.\nshared_config downloaded to /tmp/shared_config\n+ cat\n+ /usr/share/clearwater/clearwater-config-manager/scripts/cw-config upload shared_config --autoconfirm --dir /tmp\n\nConfig successfully validated\nshared_config is not present in the configuration database. A blank file has been created for you. You can make changes to this and upload as normal.\nConfiguration file change: user None has modified shared_config.\n Lines added:\n\"# Deployment definitions\"\n\"home_domain=clearwater.opnfv\"\n\"sprout_hostname=sprout.clearwater.opnfv\"\n\"hs_hostname=hs.clearwater.opnfv:8888\"\n\"hs_provisioning_hostname=hs-prov.clearwater.opnfv:8889\"\n\"ralf_hostname=ralf.clearwater.opnfv:10888\"\n\"xdms_hostname=homer.clearwater.opnfv:7888\"\n\"sprout_impi_store=vellum.clearwater.opnfv\"\n\"sprout_registration_store=vellum.clearwater.opnfv\"\n\"homestead_impu_store=vellum.clearwater.opnfv\"\n\"cassandra_hostname=vellum.clearwater.opnfv\"\n\"chronos_hostname=vellum.clearwater.opnfv\"\n\"ralf_session_store=vellum.clearwater.opnfv\"\n\"upstream_port=0\"\n\"# Email server configuration\"\n\"smtp_smarthost=localhost\"\n\"smtp_username=username\"\n\"smtp_password=password\"\n\"email_recovery_sender=clearwater@example.org\"\n\"# Keys\"\n\"signup_key=secret\"\n\"turn_workaround=secret\"\n\"ellis_api_key=secret\"\n\"ellis_cookie_key=secret\"\nshared_config successfully uploaded\n+ service clearwater-infrastructure restart\n * Restarting clearwater-infrastructure clearwater-infrastructure\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\nnginx: the configuration file /etc/nginx/nginx.conf syntax is ok\nnginx: configuration file /etc/nginx/nginx.conf test is successful\n ...done.\n+ service ellis stop\n+ /usr/share/clearwater/ellis/env/bin/python /usr/share/clearwater/ellis/src/metaswitch/ellis/tools/create_numbers.py --start 6505550000 --count 1000\nCreated 1000 numbers, 0 already present in database\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.217\n++ echo 172.30.9.217\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.217\n+ echo 'nameserver 192.168.0.2'\n+ echo RESOLV_CONF=/etc/dnsmasq.resolv.conf\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 | cb:82:2f:b5:6b:67:db:9f:f1:98:9f:eb:b7:58:bb:2c | - | Generated-by-Nova |\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nec2: \nec2: #############################################################\nec2: -----BEGIN SSH HOST KEY FINGERPRINTS-----\nec2: 1024 93:f6:62:95:67:81:cb:7d:92:07:fc:19:8e:8b:2c:d6 root@ellis-0 (DSA)\nec2: 256 41:c8:4e:f8:91:d6:90:66:e3:3d:9f:98:48:10:66:ea root@ellis-0 (ECDSA)\nec2: 256 18:c7:28:ad:d5:bf:22:78:bc:93:b7:e8:a8:c9:96:c7 root@ellis-0 (ED25519)\nec2: 2048 83:d8:fe:62:32:a5:d9:b4:7f:1e:ab:c5:3c:cd:d9:67 root@ellis-0 (RSA)\nec2: -----END SSH HOST KEY FINGERPRINTS-----\nec2: #############################################################\n-----BEGIN SSH HOST KEY KEYS-----\necdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBI7jYj2pKExdlOFeNFpe7gzi/s4QayJ6c5Zc8lJZ9jHllcixLbo0qpn89P5ISyI8X0qnCtUoewkcHnS+SKbR3sQ= root@ellis-0\nssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHOUEbxbWuIa1oy3GdSaaJ8GDtWJo1puInqdCTt/c7Qe root@ellis-0\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQD7k8+ste15ztn+C/jEioLtpCvOzf/DOWve9lVekMtP0Hl0A6AOkbFemW/T8dttIh7G0Sb06d6JUfalbe9nCAzhgqLpLqA966VCLHPWg8HGG2cDZ73tm9lH5Iv/fnstSn9zIvnjpFxrpsngY82XuG8/v+JEDHR8grvzqI8tKEqNt1wKKntU05KIeIdLDarMnVz5SFPzYAHGuzmAbCVUAHk08lsXy4J0dkilsRQaFCBmeSk6B+Jat4f9RcaS7EV6k1UGTgSMMfllIXUVgWECVQNMJZQ3GkMEc/GU10ML3pZ+m+w0sDybqYsdZiAYowZEclKaihb4opGgMGBZq2e2zRkb root@ellis-0\n-----END SSH HOST KEY KEYS-----\nCloud-init v. 0.7.5 finished at Wed, 15 Aug 2018 20:28:42 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 155.67 seconds\n"} 2018-08-15 20:32:31,480 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/e0dd32cc-fa1d-4798-8b82-04894a6f8bfa/action used request id req-4219d47e-4d71-4cac-931d-a0fdc5a2de8d 2018-08-15 20:32:31,480 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0809981822968s 2018-08-15 20:32:31,482 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/e0dd32cc-fa1d-4798-8b82-04894a6f8bfa/action used request id req-4219d47e-4d71-4cac-931d-a0fdc5a2de8d 2018-08-15 20:32:31,482 - 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-155-generic (buildd@lgw01-amd64-033) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #205-Ubuntu SMP Fri Aug 10 15:53:26 UTC 2018 (Ubuntu 3.13.0-155.205-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-155-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-155-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: 2039688K/2096616K available (7492K kernel code, 1163K rwdata, 3440K rodata, 1368K init, 1448K bss, 56928K 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.008034] Security Framework initialized [ 0.009287] AppArmor: AppArmor initialized [ 0.010510] Yama: becoming mindful. [ 0.012146] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.016730] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.019520] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.020005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.022220] Initializing cgroup subsys memory [ 0.024006] Initializing cgroup subsys devices [ 0.025293] Initializing cgroup subsys freezer [ 0.026596] Initializing cgroup subsys blkio [ 0.028003] Initializing cgroup subsys perf_event [ 0.029332] Initializing cgroup subsys hugetlb [ 0.030667] FEATURE SPEC_CTRL Not Present [ 0.032684] mce: CPU supports 10 MCE banks [ 0.033920] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.033920] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.036004] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.037717] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.040002] Speculative Store Bypass: Vulnerable [ 0.041953] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.046559] ACPI: Core revision 20131115 [ 0.048484] ACPI: All ACPI Tables successfully acquired [ 0.050173] ftrace: allocating 28746 entries in 113 pages [ 0.072225] smpboot: Max logical packages: 2 [ 0.076003] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.077772] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.080254] Enabling x2apic [ 0.081177] Enabled x2apic [ 0.082363] Switched APIC routing to physical x2apic. [ 0.085334] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.087051] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.089374] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.097843] KVM setup paravirtual spinlock [ 0.100418] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.102473] x86: Booting SMP configuration: [ 0.103766] .... node #0, CPUs: #1[ 0.100372] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.120020] x86: Booted up 1 node, 2 CPUs [ 0.120014] KVM setup async PF for cpu 1 [ 0.120017] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.124003] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.126183] devtmpfs: initialized [ 0.128758] EVM: security.selinux [ 0.129819] EVM: security.SMACK64 [ 0.130864] EVM: security.ima [ 0.131817] EVM: security.capability [ 0.132845] pinctrl core: initialized pinctrl subsystem [ 0.134394] regulator-dummy: no parameters [ 0.136354] RTC time: 20:26:07, date: 08/15/18 [ 0.137951] NET: Registered protocol family 16 [ 0.139630] cpuidle: using governor ladder [ 0.140008] cpuidle: using governor menu [ 0.141350] ACPI: bus type PCI registered [ 0.142570] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.144222] PCI: Using configuration type 1 for base access [ 0.146634] bio: create slab at 0 [ 0.148091] ACPI: Added _OSI(Module Device) [ 0.149336] ACPI: Added _OSI(Processor Device) [ 0.150633] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.152003] ACPI: Added _OSI(Processor Aggregator Device) [ 0.155226] ACPI: Interpreter enabled [ 0.156018] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.158793] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.160794] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.163576] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.165801] ACPI: (supports S0 S5) [ 0.166867] ACPI: Using IOAPIC for interrupt routing [ 0.168022] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.170794] ACPI: No dock devices found. [ 0.174024] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.175743] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.176012] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.177824] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.180251] acpiphp: Slot [3] registered [ 0.181467] acpiphp: Slot [4] registered [ 0.182681] acpiphp: Slot [5] registered [ 0.183890] acpiphp: Slot [6] registered [ 0.184021] acpiphp: Slot [7] registered [ 0.185222] acpiphp: Slot [8] registered [ 0.186419] acpiphp: Slot [9] registered [ 0.187620] acpiphp: Slot [10] registered [ 0.188021] acpiphp: Slot [11] registered [ 0.189240] acpiphp: Slot [12] registered [ 0.190454] acpiphp: Slot [13] registered [ 0.191671] acpiphp: Slot [14] registered [ 0.192021] acpiphp: Slot [15] registered [ 0.193239] acpiphp: Slot [16] registered [ 0.194459] acpiphp: Slot [17] registered [ 0.195674] acpiphp: Slot [18] registered [ 0.196027] acpiphp: Slot [19] registered [ 0.197247] acpiphp: Slot [20] registered [ 0.198464] acpiphp: Slot [21] registered [ 0.199675] acpiphp: Slot [22] registered [ 0.200021] acpiphp: Slot [23] registered [ 0.201245] acpiphp: Slot [24] registered [ 0.202462] acpiphp: Slot [25] registered [ 0.203673] acpiphp: Slot [26] registered [ 0.204020] acpiphp: Slot [27] registered [ 0.205225] acpiphp: Slot [28] registered [ 0.206432] acpiphp: Slot [29] registered [ 0.207651] acpiphp: Slot [30] registered [ 0.208027] acpiphp: Slot [31] registered [ 0.209237] PCI host bridge to bus 0000:00 [ 0.210450] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.211992] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.212004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.213680] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.215512] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.216003] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.224797] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.226919] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.249347] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.251534] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.252986] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.255088] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.256945] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.258859] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.260294] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.261632] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.264003] vgaarb: loaded [ 0.264910] vgaarb: bridge control possible 0000:00:02.0 [ 0.266685] SCSI subsystem initialized [ 0.268068] ACPI: bus type USB registered [ 0.269309] usbcore: registered new interface driver usbfs [ 0.271099] usbcore: registered new interface driver hub [ 0.272077] usbcore: registered new device driver usb [ 0.273607] PCI: Using ACPI for IRQ routing [ 0.273970] NetLabel: Initializing [ 0.276017] NetLabel: domain hash size = 128 [ 0.277381] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.278997] NetLabel: unlabeled traffic allowed by default [ 0.280287] Switched to clocksource kvm-clock [ 0.290205] AppArmor: AppArmor Filesystem Enabled [ 0.291777] pnp: PnP ACPI init [ 0.292870] ACPI: bus type PNP registered [ 0.294747] pnp: PnP ACPI: found 8 devices [ 0.295950] ACPI: bus type PNP unregistered [ 0.304262] NET: Registered protocol family 2 [ 0.306241] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.308717] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.310726] TCP: Hash tables configured (established 16384 bind 16384) [ 0.312689] TCP: reno registered [ 0.313808] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.315507] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.317688] NET: Registered protocol family 1 [ 0.319185] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.320870] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.322521] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.345129] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.368145] Trying to unpack rootfs image as initramfs... [ 0.469994] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.472806] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.474487] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.476308] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.478826] Scanning for low memory corruption every 60 seconds [ 0.481107] Initialise system trusted keyring [ 0.482419] audit: initializing netlink socket (disabled) [ 0.483918] type=2000 audit(1534364767.307:1): initialized [ 0.504365] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.507073] zbud: loaded [ 0.508176] VFS: Disk quotas dquot_6.5.2 [ 0.509416] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.511559] fuse init (API version 7.22) [ 0.512807] msgmni has been set to 3997 [ 0.514027] Key type big_key registered [ 0.515663] Key type asymmetric registered [ 0.516898] Asymmetric key parser 'x509' registered [ 0.518313] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.520549] io scheduler noop registered [ 0.521717] io scheduler deadline registered (default) [ 0.523134] io scheduler cfq registered [ 0.525312] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526860] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528692] ipmi message handler version 39.2 [ 0.530019] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.532177] ACPI: Power Button [PWRF] [ 0.533415] GHES: HEST is not enabled! [ 0.555370] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.598661] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.600889] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.625547] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.628502] Linux agpgart interface v0.103 [ 0.630756] brd: module loaded [ 0.632191] loop: module loaded [ 0.633523] blk-mq: CPU -> queue map [ 0.634590] CPU 0 -> Queue 0 [ 0.635533] CPU 1 -> Queue 0 [ 0.637470] vda: vda1 [ 0.639292] scsi0 : ata_piix [ 0.640338] scsi1 : ata_piix [ 0.641245] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.642924] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.644958] libphy: Fixed MDIO Bus: probed [ 0.646231] tun: Universal TUN/TAP device driver, 1.6 [ 0.647535] tun: (C) 1999-2004 Max Krasnyansky [ 0.650150] PPP generic driver version 2.4.2 [ 0.651475] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.653120] ehci-pci: EHCI PCI platform driver [ 0.654332] ehci-platform: EHCI generic platform driver [ 0.655780] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.657366] ohci-pci: OHCI PCI platform driver [ 0.658607] ohci-platform: OHCI generic platform driver [ 0.659977] uhci_hcd: USB Universal Host Controller Interface driver [ 0.682458] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.683861] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.686030] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.687707] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.689401] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.691377] usb usb1: Product: UHCI Host Controller [ 0.692661] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd [ 0.694246] usb usb1: SerialNumber: 0000:00:01.2 [ 0.695581] hub 1-0:1.0: USB hub found [ 0.696696] hub 1-0:1.0: 2 ports detected [ 0.697989] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.700955] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.702288] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.703787] mousedev: PS/2 mouse device common for all mice [ 0.705536] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.708107] rtc_cmos 00:00: RTC can wake from S4 [ 0.709675] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.711308] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.712977] device-mapper: uevent: version 1.0.3 [ 0.714338] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.716578] ledtrig-cpu: registered to indicate activity on CPUs [ 0.718273] TCP: cubic registered [ 0.719364] NET: Registered protocol family 10 [ 0.721092] NET: Registered protocol family 17 [ 0.722361] Key type dns_resolver registered [ 0.723872] Loading compiled-in X.509 certificates [ 0.725758] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b' [ 0.728250] registered taskstats version 1 [ 0.731543] Key type trusted registered [ 0.735266] Key type encrypted registered [ 0.736418] AppArmor: AppArmor sha1 policy hashing enabled [ 0.737867] IMA: No TPM chip found, activating TPM-bypass! [ 0.739705] regulator-dummy: disabling [ 0.747749] Magic number: 14:635:447 [ 0.748976] rtc_cmos 00:00: setting system clock to 2018-08-15 20:26:07 UTC (1534364767) [ 0.751277] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.752838] EDD information not available. [ 0.802407] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.804544] Write protecting the kernel read-only data: 12288k [ 0.807420] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000) [ 0.811558] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000) Loading, please wait... [ 0.826359] systemd-udevd[107]: starting version 204 [ 0.868558] FDC 0 is a S82078B [ 1.008019] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.172854] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.174691] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.176602] usb 1-1: Product: QEMU USB Tablet [ 1.177872] usb 1-1: Manufacturer: QEMU [ 1.179021] usb 1-1: SerialNumber: 42 [ 1.472083] tsc: Refined TSC clocksource calibration: 3491.870 MHz [ 1.877411] 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.224367] 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.324783] 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 ] [ 2.428752] EXT4-fs (vda1): re-mounted. Opts: (null) * Stopping Track if upstart is running in a container[74G[ OK ] * 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 Wed, 15 Aug 2018 20:26:09 +0000. Up 2.77 seconds. cloud-init-nonet[2.90]: 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 log initial device creation[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 ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[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 ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[3.71]: static networking is now up * Starting configure network device[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Wed, 15 Aug 2018 20:26:10 +0000. Up 3.85 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.12 | 255.255.255.0 | fa:16:3e:9f:75:cc | 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: 83:d8:fe:62:32:a5:d9:b4:7f:1e:ab:c5:3c:cd:d9:67 root@ellis-0 The key's randomart image is: +--[ RSA 2048]----+ | | | | | | | o . | | . o S | | .o + o o | | *.. * + . E| | = =. ..+ 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: 93:f6:62:95:67:81:cb:7d:92:07:fc:19:8e:8b:2c:d6 root@ellis-0 The key's randomart image is: +--[ DSA 1024]----+ | | | o | | . + . | | o + B o | | S = B * | | . * + = | | = E . | | 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: 41:c8:4e:f8:91:d6:90:66:e3:3d:9f:98:48:10:66:ea root@ellis-0 The key's randomart image is: +--[ECDSA 256]---+ | ++.*. | | +o %.. | | . X +. | | . = o. | | E . .S= . | | . 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: 18:c7:28:ad:d5:bf:22:78:bc:93:b7:e8:a8:c9:96:c7 root@ellis-0 The key's randomart image is: +--[ED25519 256--+ | | | . + | | . = + | | + + . | | . . S . | | o . | | o. +.. . | | .o.Eoo+.. | | .+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 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 configure virtual network devices[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 early crypto disks... [80G [74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Starting system logging daemon[74G[ OK ] * Starting Handle applying cloud-config[74G[ OK ] * Starting SystemD login management service[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 ] Cloud-init v. 0.7.5 running 'modules:config' at Wed, 15 Aug 2018 20:26:15 +0000. Up 8.46 seconds. * Starting System V runlevel compatibility[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Starting ACPI daemon[74G[ OK ] * 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 Wed, 15 Aug 2018 20:26:16 +0000. Up 9.46 seconds. + 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 ellis-0 ttyS0 ellis-0 login: 100 3149 100 3149 0 0 15668 0 --:--:-- --:--:-- --:--:-- 15745 OK + apt-get update Ign http://repo.cw-ngv.com binary/ InRelease Get:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Get:2 http://security.ubuntu.com trusty-security InRelease [65.9 kB] Get:3 http://repo.cw-ngv.com binary/ Release [1219 B] Get:4 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] Get:5 http://repo.cw-ngv.com binary/ Packages [23.2 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 Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Get:7 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB] Get:8 http://security.ubuntu.com trusty-security/universe Sources [78.4 kB] Get:9 http://security.ubuntu.com trusty-security/main amd64 Packages [757 kB] Get:10 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B] Get:11 http://security.ubuntu.com trusty-security/universe amd64 Packages [242 kB] Get:12 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [206 kB] Get:13 http://security.ubuntu.com trusty-security/main Translation-en [410 kB] Get:14 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7433 B] Get:15 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1096 kB] Get:16 http://security.ubuntu.com trusty-security/universe Translation-en [132 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 [469 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 [542 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 [252 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 7s (1588 kB/s) Reading package lists... + mkdir -p /etc/clearwater + etcd_ip= + '[' -n '' ']' + etcd_ip=192.168.0.12 + cat + DEBIAN_FRONTEND=noninteractive + apt-get install ellis --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 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 libaio1 libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libc-dev-bin libc6-dev libcloog-isl4 libdbd-mysql-perl libdbi-perl libdpkg-perl libfakeroot libfile-fcntllock-perl libfontconfig1 libgcc-4.8-dev libgd3 libgmp10 libgomp1 libhtml-template-perl libinotifytools0 libisl10 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 libmnl0 libmpc3 libmpfr4 libmysqlclient18 libnetfilter-conntrack3 libopts25 libpgm-5.1-0 libquadmath0 libsensors4 libstdc++-4.8-dev libterm-readkey-perl libtiff5 libtsan0 libvpx1 libxpm4 libxslt1.1 libzmq3 linux-libc-dev make manpages-dev mysql-client-5.5 mysql-client-core-5.5 mysql-common mysql-server mysql-server-5.5 mysql-server-core-5.5 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 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 clearwater-logging clearwater-snmpd 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 libclone-perl libmldbm-perl libnet-daemon-perl libplrpc-perl libsql-statement-perl libgd-tools libipc-sharedcache-perl lm-sensors libstdc++-4.8-doc make-doc tinyca mailx fcgiwrap nginx-doc ntp-doc python-genshi python-lxml python3-setuptools 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 cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev ellis fakeroot fontconfig-config fonts-dejavu-core g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libaio1 libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libc-dev-bin libc6-dev libcloog-isl4 libdbd-mysql-perl libdbi-perl libdpkg-perl libfakeroot libfile-fcntllock-perl libfontconfig1 libgcc-4.8-dev libgd3 libgmp10 libgomp1 libhtml-template-perl libinotifytools0 libisl10 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 libmnl0 libmpc3 libmpfr4 libmysqlclient18 libnetfilter-conntrack3 libopts25 libpgm-5.1-0 libquadmath0 libsensors4 libstdc++-4.8-dev libterm-readkey-perl libtiff5 libtsan0 libvpx1 libxpm4 libxslt1.1 libzmq3 linux-libc-dev make manpages-dev mysql-client-5.5 mysql-client-core-5.5 mysql-common mysql-server mysql-server-5.5 mysql-server-core-5.5 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 sysstat 0 upgraded, 98 newly installed, 0 to remove and 0 not upgraded. Need to get 69.7 MB of archives. After this operation, 253 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libaio1 amd64 0.3.109-4 [6364 B] Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B] Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB] Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:8 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB] Get:9 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 kB] Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] Get:11 http://repo.cw-ngv.com/stable/ binary/ clearwater-nginx 1.0-180322.165850 [19.4 kB] Get:12 http://repo.cw-ngv.com/stable/ binary/ ellis 1.0-180326.110234 [10.4 MB] Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1024 kB] Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB] Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB] Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB] Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2194 B] Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB] Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.9 [147 kB] Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libvpx1 amd64 1.3.0-2 [556 kB] Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxpm4 amd64 1:3.5.10-1ubuntu0.1 [33.2 kB] Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgd3 amd64 2.1.0-3ubuntu0.8 [123 kB] Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB] Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-common all 5.5.61-0ubuntu0.14.04.1 [12.7 kB] Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libmysqlclient18 amd64 5.5.61-0ubuntu0.14.04.1 [597 kB] Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB] Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB] Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB] Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB] Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB] Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1.1 amd64 1.1.28-2ubuntu0.1 [145 kB] Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB] Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libdbi-perl amd64 1.630-1 [879 kB] Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdbd-mysql-perl amd64 4.025-1ubuntu0.1 [87.6 kB] Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libterm-readkey-perl amd64 2.31-1 [27.4 kB] Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-client-core-5.5 amd64 5.5.61-0ubuntu0.14.04.1 [708 kB] Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-client-5.5 amd64 5.5.61-0ubuntu0.14.04.1 [1463 kB] Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-server-core-5.5 amd64 5.5.61-0ubuntu0.14.04.1 [3764 kB] Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-server-5.5 amd64 5.5.61-0ubuntu0.14.04.1 [1862 kB] Get:42 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:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB] Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB] Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB] Get:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB] Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB] Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-155.205 [772 kB] Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1913 kB] Get:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4452 kB] Get:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB] Get:52 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:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5040 kB] Get:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5098 B] Get:55 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:56 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:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1490 B] Get:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB] Get:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB] Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB] Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4838 B] Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB] Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB] Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB] Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB] Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB] Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB] Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB] Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB] Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB] Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB] Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-common all 1.4.6-1ubuntu3.8 [19.1 kB] Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-core amd64 1.4.6-1ubuntu3.8 [325 kB] Get:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx all 1.4.6-1ubuntu3.8 [5394 B] Get:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-server all 5.5.61-0ubuntu0.14.04.1 [11.0 kB] Get:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB] Get:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB] Get:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB] Get:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB] Get:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB] Get:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB] Get:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libhtml-template-perl all 2.95-1 [65.5 kB] Get:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1820 kB] Get:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB] Get:85 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB] Get:86 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB] Get:87 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB] Get:88 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB] Get:89 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB] Get:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB] Get:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB] Get:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB] Get:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB] Get:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB] Get:95 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB] Get:96 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB] Get:97 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB] Get:98 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: 30%Extracting templates from packages: 61%Extracting templates from packages: 91%Extracting templates from packages: 100% Preconfiguring packages ... Fetched 69.7 MB in 16s (4272 kB/s) Selecting previously unselected package libaio1:amd64. (Reading database ... 51314 files and directories currently installed.) Preparing to unpack .../libaio1_0.3.109-4_amd64.deb ... Unpacking libaio1:amd64 (0.3.109-4) ... Selecting previously unselected package libasan0:amd64. 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 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 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 mysql-common. Preparing to unpack .../mysql-common_5.5.61-0ubuntu0.14.04.1_all.deb ... Unpacking mysql-common (5.5.61-0ubuntu0.14.04.1) ... Selecting previously unselected package libmysqlclient18:amd64. Preparing to unpack .../libmysqlclient18_5.5.61-0ubuntu0.14.04.1_amd64.deb ... Unpacking libmysqlclient18:amd64 (5.5.61-0ubuntu0.14.04.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 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 libdbi-perl. Preparing to unpack .../libdbi-perl_1.630-1_amd64.deb ... Unpacking libdbi-perl (1.630-1) ... Selecting previously unselected package libdbd-mysql-perl. Preparing to unpack .../libdbd-mysql-perl_4.025-1ubuntu0.1_amd64.deb ... Unpacking libdbd-mysql-perl (4.025-1ubuntu0.1) ... Selecting previously unselected package libterm-readkey-perl. Preparing to unpack .../libterm-readkey-perl_2.31-1_amd64.deb ... Unpacking libterm-readkey-perl (2.31-1) ... Selecting previously unselected package mysql-client-core-5.5. Preparing to unpack .../mysql-client-core-5.5_5.5.61-0ubuntu0.14.04.1_amd64.deb ... Unpacking mysql-client-core-5.5 (5.5.61-0ubuntu0.14.04.1) ... Selecting previously unselected package mysql-client-5.5. Preparing to unpack .../mysql-client-5.5_5.5.61-0ubuntu0.14.04.1_amd64.deb ... Unpacking mysql-client-5.5 (5.5.61-0ubuntu0.14.04.1) ... Selecting previously unselected package mysql-server-core-5.5. Preparing to unpack .../mysql-server-core-5.5_5.5.61-0ubuntu0.14.04.1_amd64.deb ... Unpacking mysql-server-core-5.5 (5.5.61-0ubuntu0.14.04.1) ... Processing triggers for man-db (2.6.7.1-1ubuntu1) ... Setting up mysql-common (5.5.61-0ubuntu0.14.04.1) ... Selecting previously unselected package mysql-server-5.5. (Reading database ... 51917 files and directories currently installed.) Preparing to unpack .../mysql-server-5.5_5.5.61-0ubuntu0.14.04.1_amd64.deb ... Unpacking mysql-server-5.5 (5.5.61-0ubuntu0.14.04.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-155.205_amd64.deb ... Unpacking linux-libc-dev:amd64 (3.13.0-155.205) ... 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 mysql-server. Preparing to unpack .../mysql-server_5.5.61-0ubuntu0.14.04.1_all.deb ... Unpacking mysql-server (5.5.61-0ubuntu0.14.04.1) ... Selecting previously unselected package ellis. Preparing to unpack .../ellis_1.0-180326.110234_amd64.deb ... Unpacking ellis (1.0-180326.110234) ... 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 libhtml-template-perl. Preparing to unpack .../libhtml-template-perl_2.95-1_all.deb ... Unpacking libhtml-template-perl (2.95-1) ... 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) ... 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 libaio1:amd64 (0.3.109-4) ... Setting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... 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 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 libmysqlclient18:amd64 (5.5.61-0ubuntu0.14.04.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 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 libdbi-perl (1.630-1) ... Setting up libdbd-mysql-perl (4.025-1ubuntu0.1) ... Setting up libterm-readkey-perl (2.31-1) ... Setting up mysql-client-core-5.5 (5.5.61-0ubuntu0.14.04.1) ... Setting up mysql-client-5.5 (5.5.61-0ubuntu0.14.04.1) ... Setting up mysql-server-core-5.5 (5.5.61-0ubuntu0.14.04.1) ... Setting up mysql-server-5.5 (5.5.61-0ubuntu0.14.04.1) ... mysql start/running, process 8561 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-155.205) ... 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 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 libhtml-template-perl (2.95-1) ... 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) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up mysql-server (5.5.61-0ubuntu0.14.04.1) ... 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. Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-log-cleanup (1.0-180328.114312) ... Setting up clearwater-monit (5.18-180322.170159) ... clearwater-monit start/running, process 9284 Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-diags-monitor (1.0-180328.114312) ... Processing triggers for ufw (0.34~rc-0ubuntu2) ... Setting up nginx-core (1.4.6-1ubuntu3.8) ... Setting up nginx (1.4.6-1ubuntu3.8) ... 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' Killed 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 ellis (1.0-180326.110234) ... usermod: no changes Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/ellis/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 ellis Collecting six (from ellis) Collecting prctl (from ellis) Collecting MySQL-python (from ellis) Collecting metaswitchcommon (from ellis) Collecting phonenumbers (from ellis) Collecting py-bcrypt (from ellis) Collecting msgpack-python (from ellis) Collecting certifi (from ellis) Collecting backports-abc (from ellis) Collecting tornado (from ellis) Collecting backports.ssl-match-hostname (from ellis) Collecting defusedxml (from ellis) Collecting singledispatch (from ellis) Collecting SQLAlchemy (from ellis) Collecting pycurl (from ellis) Collecting pycparser (from metaswitchcommon->ellis) Collecting cffi (from metaswitchcommon->ellis) Collecting pycrypto (from metaswitchcommon->ellis) Collecting monotonic (from metaswitchcommon->ellis) Collecting pyzmq (from metaswitchcommon->ellis) Installing collected packages: six, prctl, MySQL-python, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, phonenumbers, py-bcrypt, msgpack-python, certifi, backports-abc, tornado, backports.ssl-match-hostname, defusedxml, singledispatch, SQLAlchemy, pycurl, ellis Successfully installed MySQL-python-1.2.5 SQLAlchemy-1.0.9 backports-abc-0.5 backports.ssl-match-hostname-3.5.0.1 certifi-2017.4.17 cffi-1.10.0 defusedxml-0.5.0 ellis-0.1 metaswitchcommon-0.1 monotonic-0.6 msgpack-python-0.4.6 phonenumbers-7.1.1 prctl-1.0.1 py-bcrypt-0.4 pycparser-2.18 pycrypto-2.6.1 pycurl-7.43.0 pyzmq-16.0.2 singledispatch-3.4.0.3 six-1.10.0 tornado-2.3 * Restarting clearwater-infrastructure clearwater-infrastructure * Restarting DNS forwarder and DHCP server dnsmasq ...done. ...done. Processing triggers for libc-bin (2.19-0ubuntu6.14) ... Processing triggers for ureadahead (0.100.0-16) ... + 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 0 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 3s (11.2 MB/s) Selecting previously unselected package python-mock. (Reading database ... 58125 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) ... + /usr/share/clearwater/clearwater-etcd/scripts/wait_for_etcd + /usr/share/clearwater/clearwater-config-manager/scripts/cw-config download shared_config --autoconfirm --dir /tmp shared_config is not present in the configuration database. A blank file has been created for you. You can make changes to this and upload as normal. shared_config downloaded to /tmp/shared_config + cat + /usr/share/clearwater/clearwater-config-manager/scripts/cw-config upload shared_config --autoconfirm --dir /tmp Config successfully validated shared_config is not present in the configuration database. A blank file has been created for you. You can make changes to this and upload as normal. Configuration file change: user None has modified shared_config. Lines added: "# Deployment definitions" "home_domain=clearwater.opnfv" "sprout_hostname=sprout.clearwater.opnfv" "hs_hostname=hs.clearwater.opnfv:8888" "hs_provisioning_hostname=hs-prov.clearwater.opnfv:8889" "ralf_hostname=ralf.clearwater.opnfv:10888" "xdms_hostname=homer.clearwater.opnfv:7888" "sprout_impi_store=vellum.clearwater.opnfv" "sprout_registration_store=vellum.clearwater.opnfv" "homestead_impu_store=vellum.clearwater.opnfv" "cassandra_hostname=vellum.clearwater.opnfv" "chronos_hostname=vellum.clearwater.opnfv" "ralf_session_store=vellum.clearwater.opnfv" "upstream_port=0" "# Email server configuration" "smtp_smarthost=localhost" "smtp_username=username" "smtp_password=password" "email_recovery_sender=clearwater@example.org" "# Keys" "signup_key=secret" "turn_workaround=secret" "ellis_api_key=secret" "ellis_cookie_key=secret" shared_config successfully uploaded + service clearwater-infrastructure restart * Restarting clearwater-infrastructure clearwater-infrastructure * Restarting DNS forwarder and DHCP server dnsmasq ...done. nginx: the configuration file /etc/nginx/nginx.conf syntax is ok nginx: configuration file /etc/nginx/nginx.conf test is successful ...done. + service ellis stop + /usr/share/clearwater/ellis/env/bin/python /usr/share/clearwater/ellis/src/metaswitch/ellis/tools/create_numbers.py --start 6505550000 --count 1000 Created 1000 numbers, 0 already present in database + 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.217 ++ echo 172.30.9.217 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.217 + echo 'nameserver 192.168.0.2' + echo RESOLV_CONF=/etc/dnsmasq.resolv.conf + 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 | cb:82:2f:b5:6b:67:db:9f:f1:98:9f:eb:b7:58:bb:2c | - | Generated-by-Nova | ci-info: +---------+-------------------------------------------------+---------+-------------------+ ec2: ec2: ############################################################# ec2: -----BEGIN SSH HOST KEY FINGERPRINTS----- ec2: 1024 93:f6:62:95:67:81:cb:7d:92:07:fc:19:8e:8b:2c:d6 root@ellis-0 (DSA) ec2: 256 41:c8:4e:f8:91:d6:90:66:e3:3d:9f:98:48:10:66:ea root@ellis-0 (ECDSA) ec2: 256 18:c7:28:ad:d5:bf:22:78:bc:93:b7:e8:a8:c9:96:c7 root@ellis-0 (ED25519) ec2: 2048 83:d8:fe:62:32:a5:d9:b4:7f:1e:ab:c5:3c:cd:d9:67 root@ellis-0 (RSA) ec2: -----END SSH HOST KEY FINGERPRINTS----- ec2: ############################################################# -----BEGIN SSH HOST KEY KEYS----- ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBI7jYj2pKExdlOFeNFpe7gzi/s4QayJ6c5Zc8lJZ9jHllcixLbo0qpn89P5ISyI8X0qnCtUoewkcHnS+SKbR3sQ= root@ellis-0 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHOUEbxbWuIa1oy3GdSaaJ8GDtWJo1puInqdCTt/c7Qe root@ellis-0 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQD7k8+ste15ztn+C/jEioLtpCvOzf/DOWve9lVekMtP0Hl0A6AOkbFemW/T8dttIh7G0Sb06d6JUfalbe9nCAzhgqLpLqA966VCLHPWg8HGG2cDZ73tm9lH5Iv/fnstSn9zIvnjpFxrpsngY82XuG8/v+JEDHR8grvzqI8tKEqNt1wKKntU05KIeIdLDarMnVz5SFPzYAHGuzmAbCVUAHk08lsXy4J0dkilsRQaFCBmeSk6B+Jat4f9RcaS7EV6k1UGTgSMMfllIXUVgWECVQNMJZQ3GkMEc/GU10ML3pZ+m+w0sDybqYsdZiAYowZEclKaihb4opGgMGBZq2e2zRkb root@ellis-0 -----END SSH HOST KEY KEYS----- Cloud-init v. 0.7.5 finished at Wed, 15 Aug 2018 20:28:42 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 155.67 seconds 2018-08-15 20:32:31,487 - functest.core.singlevm - DEBUG - regex found: ''Cloud-init .* finished at ' in console 2018-08-15 20:32:31,487 - 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:9f:75:cc', u'version': 4, u'addr': u'192.168.0.12', u'OS-EXT-IPS:type': u'fixed'}), Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:9f:75:cc', 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'8c261b69-581d-4db7-9afd-3818fc0bf702', 'name': u'heat_ims-img_alt_9e546dd3-ce1a-4117-ae36-6e5da837d045'}), 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-15T20:26:06.000000', 'flavor': Munch({u'id': u'96fb1ce7-8528-40c6-bf7c-d3fd38601875', 'name': u'heat_ims-flavor_alt_9e546dd3-ce1a-4117-ae36-6e5da837d045'}), 'az': u'nova', 'id': u'e0dd32cc-fa1d-4798-8b82-04894a6f8bfa', 'security_groups': [Munch({'description': u'Base security group for all Clearwater nodes (management)', 'tenant_id': u'134cf6cfc60c4b0290f266120d6d93be', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 4000, 'security_group_id': u'996e06d8-ab10-49fc-bf7a-b35ea7a4fd5f', 'tenant_id': '', 'port_range_min': 4000, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'134cf6cfc60c4b0290f266120d6d93be', 'name': 'heat_ims-project_9e546dd3-ce1a-4117-ae36-6e5da837d045', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'134cf6cfc60c4b0290f266120d6d93be', u'name': u'clearwater-opnfv-base-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'134cf6cfc60c4b0290f266120d6d93be', u'name': u'clearwater-opnfv-base-mgmt'}), 'project_id': '', 'id': u'1f0846fd-06dd-4695-9a05-638c8b09bb7e'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 22, 'security_group_id': u'996e06d8-ab10-49fc-bf7a-b35ea7a4fd5f', 'tenant_id': '', 'port_range_min': 22, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'134cf6cfc60c4b0290f266120d6d93be', 'name': 'heat_ims-project_9e546dd3-ce1a-4117-ae36-6e5da837d045', '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'48c3ccf4-2242-424a-9f5c-9c1bfce0049f'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 2380, 'security_group_id': u'996e06d8-ab10-49fc-bf7a-b35ea7a4fd5f', 'tenant_id': '', 'port_range_min': 2380, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'134cf6cfc60c4b0290f266120d6d93be', 'name': 'heat_ims-project_9e546dd3-ce1a-4117-ae36-6e5da837d045', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'134cf6cfc60c4b0290f266120d6d93be', u'name': u'clearwater-opnfv-base-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'134cf6cfc60c4b0290f266120d6d93be', u'name': u'clearwater-opnfv-base-mgmt'}), 'project_id': '', 'id': u'6bda4906-848b-4cc9-ae20-a511f5bab7ef'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'icmp', 'ethertype': 'IPv4', 'port_range_max': None, 'security_group_id': u'996e06d8-ab10-49fc-bf7a-b35ea7a4fd5f', 'tenant_id': '', 'port_range_min': None, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'134cf6cfc60c4b0290f266120d6d93be', 'name': 'heat_ims-project_9e546dd3-ce1a-4117-ae36-6e5da837d045', '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'82b609f2-0ad7-48ba-a76d-84ca6b1a8d1c'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 161, 'security_group_id': u'996e06d8-ab10-49fc-bf7a-b35ea7a4fd5f', 'tenant_id': '', 'port_range_min': 161, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'134cf6cfc60c4b0290f266120d6d93be', 'name': 'heat_ims-project_9e546dd3-ce1a-4117-ae36-6e5da837d045', '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'd4e0fa04-5b9a-4f0b-8018-34730919421d'})], 'id': u'996e06d8-ab10-49fc-bf7a-b35ea7a4fd5f', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'134cf6cfc60c4b0290f266120d6d93be', 'name': 'heat_ims-project_9e546dd3-ce1a-4117-ae36-6e5da837d045', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'134cf6cfc60c4b0290f266120d6d93be', 'properties': Munch({}), 'name': u'clearwater-opnfv-base-mgmt'}), Munch({'description': u'Security group for Ellis nodes (management)', 'tenant_id': u'134cf6cfc60c4b0290f266120d6d93be', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 443, 'security_group_id': u'855917b6-424f-4a47-a4e7-7cb1bd148cad', 'tenant_id': '', 'port_range_min': 443, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'134cf6cfc60c4b0290f266120d6d93be', 'name': 'heat_ims-project_9e546dd3-ce1a-4117-ae36-6e5da837d045', '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'66f3a6d7-d506-48ab-992b-11495b38baa8'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 80, 'security_group_id': u'855917b6-424f-4a47-a4e7-7cb1bd148cad', 'tenant_id': '', 'port_range_min': 80, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'134cf6cfc60c4b0290f266120d6d93be', 'name': 'heat_ims-project_9e546dd3-ce1a-4117-ae36-6e5da837d045', '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'c3e46a45-81fa-4393-a577-5c43092be404'})], 'id': u'855917b6-424f-4a47-a4e7-7cb1bd148cad', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'134cf6cfc60c4b0290f266120d6d93be', 'name': 'heat_ims-project_9e546dd3-ce1a-4117-ae36-6e5da837d045', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'134cf6cfc60c4b0290f266120d6d93be', 'properties': Munch({}), 'name': u'clearwater-opnfv-ellis-mgmt'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'e7c934d74bea46e895ab59586a943288', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': u'172.30.9.217', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'134cf6cfc60c4b0290f266120d6d93be', 'name': 'heat_ims-project_9e546dd3-ce1a-4117-ae36-6e5da837d045', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': u'172.30.9.217', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': u'172.30.9.217', 'launched_at': u'2018-08-15T20:26:06.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-15T20:26:06Z', 'hostId': u'019940e19a7b1ae7bcf66d3fa083c7498a80fd0bd54c47880af1a37a', u'OS-SRV-USG:terminated_at': None, 'key_name': u'heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045', 'public_v6': '', 'private_v4': u'192.168.0.12', 'cloud': 'envvars', 'host_id': u'019940e19a7b1ae7bcf66d3fa083c7498a80fd0bd54c47880af1a37a', '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-15T20:26:06.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'134cf6cfc60c4b0290f266120d6d93be', 'name': u'ellis-0.clearwater.opnfv', 'adminPass': None, 'tenant_id': u'134cf6cfc60c4b0290f266120d6d93be', 'created_at': u'2018-08-15T20:24:22Z', 'created': u'2018-08-15T20:24:22Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-15 20:32:31,489 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:32:31,491 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" 2018-08-15 20:32:32,443 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:32: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-6267e339-2261-4e3c-921c-2e3709f0e98f x-compute-request-id: req-6267e339-2261-4e3c-921c-2e3709f0e98f Content-Encoding: gzip Content-Length: 1508 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:64:be:e5", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:64:be:e5", "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:27:5d:15", "version": 4, "addr": "192.168.1.2", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:27:5d:15", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/862ca86b-06ec-4d59-ae70-d91b3227a810", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/862ca86b-06ec-4d59-ae70-d91b3227a810", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:27:10.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "862ca86b-06ec-4d59-ae70-d91b3227a810", "security_groups": [{"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:27:10Z", "hostId": "019940e19a7b1ae7bcf66d3fa083c7498a80fd0bd54c47880af1a37a", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "homer-0.clearwater.opnfv", "created": "2018-08-15T20:26:30Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:40:77:5b", "version": 4, "addr": "192.168.0.18", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:40:77:5b", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d1:da:9d", "version": 4, "addr": "192.168.1.29", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d1:da:9d", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e6950a11-a5a7-4554-9dbb-df77b86ba400", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e6950a11-a5a7-4554-9dbb-df77b86ba400", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:27:22.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "e6950a11-a5a7-4554-9dbb-df77b86ba400", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:27:22Z", "hostId": "b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "bono-0.clearwater.opnfv", "created": "2018-08-15T20:26:30Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:51:74", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:51:74", "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:66:5e:3a", "version": 4, "addr": "192.168.1.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/ffc54980-6efe-4637-8bb5-39036958536d", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/ffc54980-6efe-4637-8bb5-39036958536d", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:27:20.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "ffc54980-6efe-4637-8bb5-39036958536d", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-mgmt"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:27:20Z", "hostId": "b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "dime-0.clearwater.opnfv", "created": "2018-08-15T20:26:30Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:a0:d6:2a", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:d6:2a", "version": 4, "addr": "172.30.9.213", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:0c:21", "version": 4, "addr": "192.168.1.21", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/59e09722-d046-47e2-8d46-98d35b577bb4", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/59e09722-d046-47e2-8d46-98d35b577bb4", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:27:18.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "59e09722-d046-47e2-8d46-98d35b577bb4", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:27:18Z", "hostId": "b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-15T20:26:29Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:67:a8:44", "version": 4, "addr": "192.168.0.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:67:a8:44", "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:5b:b2:38", "version": 4, "addr": "192.168.1.3", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/a76c441e-39fd-4d5f-93ae-d1b09ddfc9da", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/a76c441e-39fd-4d5f-93ae-d1b09ddfc9da", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:27:12.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "a76c441e-39fd-4d5f-93ae-d1b09ddfc9da", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:27:12Z", "hostId": "b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-15T20:26:29Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:9f:75:cc", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:75:cc", "version": 4, "addr": "172.30.9.217", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e0dd32cc-fa1d-4798-8b82-04894a6f8bfa", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e0dd32cc-fa1d-4798-8b82-04894a6f8bfa", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:26:06.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "e0dd32cc-fa1d-4798-8b82-04894a6f8bfa", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:26:06Z", "hostId": "019940e19a7b1ae7bcf66d3fa083c7498a80fd0bd54c47880af1a37a", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-15T20:24:22Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "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:e5:cc:ec", "version": 4, "addr": "192.168.0.2", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e5:cc:ec", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:01:52:92", "version": 4, "addr": "192.168.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/99cb71c2-331c-48dd-b548-d074f602efeb", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/99cb71c2-331c-48dd-b548-d074f602efeb", "rel": "bookmark"}], "image": {"id": "8c261b69-581d-4db7-9afd-3818fc0bf702", "links": [{"href": "http://172.30.9.27:8774/images/8c261b69-581d-4db7-9afd-3818fc0bf702", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:24:12.000000", "flavor": {"id": "96fb1ce7-8528-40c6-bf7c-d3fd38601875", "links": [{"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "bookmark"}]}, "id": "99cb71c2-331c-48dd-b548-d074f602efeb", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "e7c934d74bea46e895ab59586a943288", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:24:12Z", "hostId": "b31e654fd9baa892018dfa62d24cc2aca885800268c07607660e3d7e", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_9e546dd3-ce1a-4117-ae36-6e5da837d045", "name": "ns.clearwater.opnfv", "created": "2018-08-15T20:22:28Z", "tenant_id": "134cf6cfc60c4b0290f266120d6d93be", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:32:32,444 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-6267e339-2261-4e3c-921c-2e3709f0e98f 2018-08-15 20:32:32,444 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.954990148544s 2018-08-15 20:32:32,444 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-6267e339-2261-4e3c-921c-2e3709f0e98f 2018-08-15 20:32:32,452 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-15 20:32:32,454 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/99cb71c2-331c-48dd-b548-d074f602efeb/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}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-15 20:32:32,525 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:32: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-5ffd445c-82e6-4d7a-9a5a-b4e63f7dd100 x-compute-request-id: req-5ffd445c-82e6-4d7a-9a5a-b4e63f7dd100 Content-Encoding: gzip Content-Length: 11831 Content-Type: application/json RESP BODY: {"output": "[ 0.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-155-generic (buildd@lgw01-amd64-033) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #205-Ubuntu SMP Fri Aug 10 15:53:26 UTC 2018 (Ubuntu 3.13.0-155.205-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-155-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-155-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: 2039688K/2096616K available (7492K kernel code, 1163K rwdata, 3440K rodata, 1368K init, 1448K bss, 56928K 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.008004] pid_max: default: 32768 minimum: 301\n[ 0.009423] Security Framework initialized\n[ 0.010723] AppArmor: AppArmor initialized\n[ 0.012003] Yama: becoming mindful.\n[ 0.013266] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.017082] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.019859] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.020006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.022224] Initializing cgroup subsys memory\n[ 0.024007] Initializing cgroup subsys devices\n[ 0.025366] Initializing cgroup subsys freezer\n[ 0.028004] Initializing cgroup subsys blkio\n[ 0.029300] Initializing cgroup subsys perf_event\n[ 0.030689] Initializing cgroup subsys hugetlb\n[ 0.032060] FEATURE SPEC_CTRL Not Present\n[ 0.034000] mce: CPU supports 10 MCE banks\n[ 0.035267] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.035267] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.036004] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.040003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.042230] Speculative Store Bypass: Vulnerable\n[ 0.044311] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.049199] ACPI: Core revision 20131115\n[ 0.050881] ACPI: All ACPI Tables successfully acquired\n[ 0.052368] ftrace: allocating 28746 entries in 113 pages\n[ 0.072228] smpboot: Max logical packages: 2\n[ 0.073540] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.075358] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.076246] Enabling x2apic\n[ 0.077171] Enabled x2apic\n[ 0.078349] Switched APIC routing to physical x2apic.\n[ 0.081287] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.084002] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.087091] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.094206] KVM setup paravirtual spinlock\n[ 0.096769] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.098908] x86: Booting SMP configuration:\n[ 0.100004] .... node #0, CPUs: #1[ 0.096725] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.116022] x86: Booted up 1 node, 2 CPUs\n[ 0.116014] KVM setup async PF for cpu 1\n[ 0.116015] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.119824] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.120409] devtmpfs: initialized\n[ 0.122182] EVM: security.selinux\n[ 0.123175] EVM: security.SMACK64\n[ 0.124006] EVM: security.ima\n[ 0.124924] EVM: security.capability\n[ 0.126013] pinctrl core: initialized pinctrl subsystem\n[ 0.128047] regulator-dummy: no parameters\n[ 0.129312] RTC time: 20:24:12, date: 08/15/18\n[ 0.130597] NET: Registered protocol family 16\n[ 0.131946] cpuidle: using governor ladder\n[ 0.132004] cpuidle: using governor menu\n[ 0.133212] ACPI: bus type PCI registered\n[ 0.134371] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.136454] PCI: Using configuration type 1 for base access\n[ 0.139203] bio: create slab at 0\n[ 0.140126] ACPI: Added _OSI(Module Device)\n[ 0.141334] ACPI: Added _OSI(Processor Device)\n[ 0.142579] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.144004] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.146786] ACPI: Interpreter enabled\n[ 0.147902] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.150065] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.152004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.154685] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.156768] ACPI: (supports S0 S5)\n[ 0.160007] ACPI: Using IOAPIC for interrupt routing\n[ 0.161438] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.164096] ACPI: No dock devices found.\n[ 0.167255] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.168018] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.169802] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.171547] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.172233] acpiphp: Slot [3] registered\n[ 0.173399] acpiphp: Slot [4] registered\n[ 0.174571] acpiphp: Slot [5] registered\n[ 0.175729] acpiphp: Slot [6] registered\n[ 0.176023] acpiphp: Slot [7] registered\n[ 0.177195] acpiphp: Slot [8] registered\n[ 0.178351] acpiphp: Slot [9] registered\n[ 0.179580] acpiphp: Slot [10] registered\n[ 0.180021] acpiphp: Slot [11] registered\n[ 0.181199] acpiphp: Slot [12] registered\n[ 0.182374] acpiphp: Slot [13] registered\n[ 0.183552] acpiphp: Slot [14] registered\n[ 0.184021] acpiphp: Slot [15] registered\n[ 0.185419] acpiphp: Slot [16] registered\n[ 0.186631] acpiphp: Slot [17] registered\n[ 0.187806] acpiphp: Slot [18] registered\n[ 0.188028] acpiphp: Slot [19] registered\n[ 0.189210] acpiphp: Slot [20] registered\n[ 0.190475] acpiphp: Slot [21] registered\n[ 0.191646] acpiphp: Slot [22] registered\n[ 0.192021] acpiphp: Slot [23] registered\n[ 0.193204] acpiphp: Slot [24] registered\n[ 0.194376] acpiphp: Slot [25] registered\n[ 0.195794] acpiphp: Slot [26] registered\n[ 0.196021] acpiphp: Slot [27] registered\n[ 0.197192] acpiphp: Slot [28] registered\n[ 0.198359] acpiphp: Slot [29] registered\n[ 0.199533] acpiphp: Slot [30] registered\n[ 0.200030] acpiphp: Slot [31] registered\n[ 0.201198] PCI host bridge to bus 0000:00\n[ 0.202369] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.203855] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.204004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.205625] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.207387] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.208003] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.215503] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.216014] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.243075] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.244980] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.247000] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.248957] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.251216] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.252791] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.254615] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.254615] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.256004] vgaarb: loaded\n[ 0.256879] vgaarb: bridge control possible 0000:00:02.0\n[ 0.258608] SCSI subsystem initialized\n[ 0.259900] ACPI: bus type USB registered\n[ 0.260034] usbcore: registered new interface driver usbfs\n[ 0.261590] usbcore: registered new interface driver hub\n[ 0.263081] usbcore: registered new device driver usb\n[ 0.264125] PCI: Using ACPI for IRQ routing\n[ 0.265671] NetLabel: Initializing\n[ 0.266710] NetLabel: domain hash size = 128\n[ 0.268003] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.269418] NetLabel: unlabeled traffic allowed by default\n[ 0.270923] Switched to clocksource kvm-clock\n[ 0.276830] AppArmor: AppArmor Filesystem Enabled\n[ 0.278196] pnp: PnP ACPI init\n[ 0.279163] ACPI: bus type PNP registered\n[ 0.280848] pnp: PnP ACPI: found 8 devices\n[ 0.282032] ACPI: bus type PNP unregistered\n[ 0.290024] NET: Registered protocol family 2\n[ 0.291595] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.293830] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.295759] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.297603] TCP: reno registered\n[ 0.298597] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.300228] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.302020] NET: Registered protocol family 1\n[ 0.303287] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.304885] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.306427] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.328467] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.350752] Trying to unpack rootfs image as initramfs...\n[ 0.450341] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.452933] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.454535] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.456186] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.458623] Scanning for low memory corruption every 60 seconds\n[ 0.461026] Initialise system trusted keyring\n[ 0.462379] audit: initializing netlink socket (disabled)\n[ 0.463859] type=2000 audit(1534364653.403:1): initialized\n[ 0.484144] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.486763] zbud: loaded\n[ 0.487860] VFS: Disk quotas dquot_6.5.2\n[ 0.489073] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.491232] fuse init (API version 7.22)\n[ 0.492572] msgmni has been set to 3997\n[ 0.493828] Key type big_key registered\n[ 0.495587] Key type asymmetric registered\n[ 0.496817] Asymmetric key parser 'x509' registered\n[ 0.498230] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.500411] io scheduler noop registered\n[ 0.501581] io scheduler deadline registered (default)\n[ 0.502999] io scheduler cfq registered\n[ 0.504209] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.505729] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.507498] ipmi message handler version 39.2\n[ 0.508816] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.511183] ACPI: Power Button [PWRF]\n[ 0.512401] GHES: HEST is not enabled!\n[ 0.533954] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.577238] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.599495] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.601762] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.627715] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.630763] Linux agpgart interface v0.103\n[ 0.633076] brd: module loaded\n[ 0.634497] loop: module loaded\n[ 0.635877] blk-mq: CPU -> queue map\n[ 0.636930] CPU 0 -> Queue 0\n[ 0.637861] CPU 1 -> Queue 0\n[ 0.639886] vda: vda1\n[ 0.641559] scsi0 : ata_piix\n[ 0.642637] scsi1 : ata_piix\n[ 0.643621] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.645500] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.647586] libphy: Fixed MDIO Bus: probed\n[ 0.648915] tun: Universal TUN/TAP device driver, 1.6\n[ 0.650372] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.653714] PPP generic driver version 2.4.2\n[ 0.655115] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.656958] ehci-pci: EHCI PCI platform driver\n[ 0.658292] ehci-platform: EHCI generic platform driver\n[ 0.659809] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.661545] ohci-pci: OHCI PCI platform driver\n[ 0.662886] ohci-platform: OHCI generic platform driver\n[ 0.664407] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.687124] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.688632] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.690920] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.692679] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.694607] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.696749] usb usb1: Product: UHCI Host Controller\n[ 0.698136] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd\n[ 0.699871] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.701306] hub 1-0:1.0: USB hub found\n[ 0.702468] hub 1-0:1.0: 2 ports detected\n[ 0.703804] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.706882] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.708318] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.709933] mousedev: PS/2 mouse device common for all mice\n[ 0.711792] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.714404] rtc_cmos 00:00: RTC can wake from S4\n[ 0.716025] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.717684] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.719427] device-mapper: uevent: version 1.0.3\n[ 0.720768] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.723019] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.724696] TCP: cubic registered\n[ 0.725796] NET: Registered protocol family 10\n[ 0.727516] NET: Registered protocol family 17\n[ 0.728770] Key type dns_resolver registered\n[ 0.730191] Loading compiled-in X.509 certificates\n[ 0.732107] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b'\n[ 0.741756] registered taskstats version 1\n[ 0.745126] Key type trusted registered\n[ 0.749178] Key type encrypted registered\n[ 0.750331] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.751765] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.753802] regulator-dummy: disabling\n[ 0.754992] Magic number: 14:635:447\n[ 0.756241] rtc_cmos 00:00: setting system clock to 2018-08-15 20:24:13 UTC (1534364653)\n[ 0.758589] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.760174] EDD information not available.\n[ 0.806254] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.808423] Write protecting the kernel read-only data: 12288k\n[ 0.811391] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000)\n[ 0.815580] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000)\nLoading, please wait...\n[ 0.830660] systemd-udevd[107]: starting version 204\n[ 0.888464] FDC 0 is a S82078B\n[ 1.012105] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.177197] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.178953] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.180774] usb 1-1: Product: QEMU USB Tablet\n[ 1.182008] usb 1-1: Manufacturer: QEMU\n[ 1.183119] usb 1-1: SerialNumber: 42\n[ 1.452047] tsc: Refined TSC clocksource calibration: 3491.839 MHz\n[ 1.909141] 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.223215] 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.335147] 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[ 2.431141] 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 Wed, 15 Aug 2018 20:24:15 +0000. Up 2.79 seconds.\ncloud-init-nonet[2.95]: 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 * Stopping set console keymap[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 log initial device creation[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 cold plug devices[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\ncloud-init-nonet[4.00]: static networking is now up\nCloud-init v. 0.7.5 running 'init' at Wed, 15 Aug 2018 20:24:16 +0000. Up 4.12 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:01:52:92 |\nci-info: | eth0 | True | 192.168.0.2 | 255.255.255.0 | fa:16:3e:e5:cc:ec |\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:\na8:3f:8c:50:f8:b4:09:1b:80:f0:2c:78:21:a4:31:7f root@ns\nThe key's randomart image is:\n+--[ RSA 2048]----+\n|O.. |\n|=B . |\n|+.=.E |\n| o+.o . |\n| B o. S |\n| o +. |\n| ..o |\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:\n32:59:d8:99:1d:07:19:82:6e:24:57:8d:14:a3:c5:b2 root@ns\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| =B+++. |\n| . ==o*oo |\n| =oo= . |\n| Eo |\n| .+ S |\n| o |\n| |\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:\n19:f5:d9:bc:11:45:27:f4:f9:ef:d8:f9:82:1e:8c:23 root@ns\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| . .+o+|\n| . . + +o|\n| . o +..|\n| o o.|\n| S . .|\n| o .|\n| E o o. .|\n| . ....+.|\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:\nc1:cf:86:ab:a4:4c:f5:3b:c7:36:b6:6c:3e:1a:99:76 root@ns\nThe key's randomart image is:\n+--[ED25519 256--+\n| |\n| . |\n| o |\n| = |\n| . S + |\n| . . = |\n| . . B.E |\n| o o o.=O |\n| o . oO++ |\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 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 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 ACPI daemon[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\nCloud-init v. 0.7.5 running 'modules:config' at Wed, 15 Aug 2018 20:24:20 +0000. Up 8.23 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 Wed, 15 Aug 2018 20:24:21 +0000. Up 9.20 seconds.\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ ip addr add 192.168.1.11/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]\nGet:3 http://security.ubuntu.com trusty-security/main Sources [161 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nGet:4 http://security.ubuntu.com trusty-security/universe Sources [78.4 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nGet:5 http://security.ubuntu.com trusty-security/main amd64 Packages [757 kB]\nGet:6 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB]\nGet:7 http://security.ubuntu.com trusty-security/universe amd64 Packages [242 kB]\nGet:8 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B]\nGet:9 http://security.ubuntu.com trusty-security/main Translation-en [410 kB]\nGet:10 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [206 kB]\nGet:11 http://security.ubuntu.com trusty-security/universe Translation-en [132 kB]\nGet:12 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7433 B]\nGet:13 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1096 kB]\nGet:14 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages [17.2 kB]\nGet:15 http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages [469 kB]\nGet:16 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages [14.6 kB]\nGet:17 http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en [542 kB]\nGet:18 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7616 B]\nGet:19 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4021 B]\nGet:20 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [252 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 8s (1541 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 0 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 1s (373 kB/s)\nSelecting previously unselected package bind9utils.\n(Reading database ... 51314 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.201\n++ echo 172.30.9.201\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.201\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 | cb:82:2f:b5:6b:67:db:9f:f1:98:9f:eb:b7:58:bb:2c | - | Generated-by-Nova |\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nec2: \nec2: #############################################################\nec2: -----BEGIN SSH HOST KEY FINGERPRINTS-----\nec2: 1024 32:59:d8:99:1d:07:19:82:6e:24:57:8d:14:a3:c5:b2 root@ns (DSA)\nec2: 256 19:f5:d9:bc:11:45:27:f4:f9:ef:d8:f9:82:1e:8c:23 root@ns (ECDSA)\nec2: 256 c1:cf:86:ab:a4:4c:f5:3b:c7:36:b6:6c:3e:1a:99:76 root@ns (ED25519)\nec2: 2048 a8:3f:8c:50:f8:b4:09:1b:80:f0:2c:78:21:a4:31:7f root@ns (RSA)\nec2: -----END SSH HOST KEY FINGERPRINTS-----\nec2: #############################################################\n-----BEGIN SSH HOST KEY KEYS-----\necdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEMk4O6oJ/yS1XARfJXXr8K/4oOLy30UZ0W3W6tQbqPTDUpAalxpCUMfPk/s/oCW83cHcJKiA+xCnS41fts6WGI= root@ns\nssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOMiPkRdQHMAONCBFyJ1O0MrOfPqs/1jWFn5iUfONvlg root@ns\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC6assa28pI0b7I+wSJpD0AhSPE+ri/N2SxhDNsFbH4UJhJjTVRMGWRd3w3Tw7Qj/lHFqYbP1RjQ9P+fwp9BiscnGjQcoJGdPJo9vRiyCpTIeIUPa56U6Snt4ctKeHYe+E57P1DrpQ2xEBq07KigiMmsJu9vsUdxEzT2z/yp+6HZkyvDEYuYVCIyqvY6K4l4nvcdUDFqgzH8imVOCzyvFFse+H1E76YHQytgcQWaG/zqE0inD7HUadZQyucucm8rK7UQIdpmAlfyDhXLSKC5LBOEwzw7f7ch+UdVw/iNqo9fmzBvq+H3CYWcIoG/81DlTeW5bPQ9kugmGhLI7Q7vDxd root@ns\n-----END SSH HOST KEY KEYS-----\nCloud-init v. 0.7.5 finished at Wed, 15 Aug 2018 20:24:36 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 23.74 seconds\n"} 2018-08-15 20:32:32,526 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/99cb71c2-331c-48dd-b548-d074f602efeb/action used request id req-5ffd445c-82e6-4d7a-9a5a-b4e63f7dd100 2018-08-15 20:32:32,526 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0740170478821s 2018-08-15 20:32:32,527 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/99cb71c2-331c-48dd-b548-d074f602efeb/action used request id req-5ffd445c-82e6-4d7a-9a5a-b4e63f7dd100 2018-08-15 20:32:32,527 - 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-155-generic (buildd@lgw01-amd64-033) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #205-Ubuntu SMP Fri Aug 10 15:53:26 UTC 2018 (Ubuntu 3.13.0-155.205-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-155-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-155-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: 2039688K/2096616K available (7492K kernel code, 1163K rwdata, 3440K rodata, 1368K init, 1448K bss, 56928K 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.008004] pid_max: default: 32768 minimum: 301 [ 0.009423] Security Framework initialized [ 0.010723] AppArmor: AppArmor initialized [ 0.012003] Yama: becoming mindful. [ 0.013266] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.017082] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.019859] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.020006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.022224] Initializing cgroup subsys memory [ 0.024007] Initializing cgroup subsys devices [ 0.025366] Initializing cgroup subsys freezer [ 0.028004] Initializing cgroup subsys blkio [ 0.029300] Initializing cgroup subsys perf_event [ 0.030689] Initializing cgroup subsys hugetlb [ 0.032060] FEATURE SPEC_CTRL Not Present [ 0.034000] mce: CPU supports 10 MCE banks [ 0.035267] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.035267] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.036004] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.040003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.042230] Speculative Store Bypass: Vulnerable [ 0.044311] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.049199] ACPI: Core revision 20131115 [ 0.050881] ACPI: All ACPI Tables successfully acquired [ 0.052368] ftrace: allocating 28746 entries in 113 pages [ 0.072228] smpboot: Max logical packages: 2 [ 0.073540] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.075358] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.076246] Enabling x2apic [ 0.077171] Enabled x2apic [ 0.078349] Switched APIC routing to physical x2apic. [ 0.081287] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.084002] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.087091] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.094206] KVM setup paravirtual spinlock [ 0.096769] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.098908] x86: Booting SMP configuration: [ 0.100004] .... node #0, CPUs: #1[ 0.096725] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.116022] x86: Booted up 1 node, 2 CPUs [ 0.116014] KVM setup async PF for cpu 1 [ 0.116015] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.119824] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.120409] devtmpfs: initialized [ 0.122182] EVM: security.selinux [ 0.123175] EVM: security.SMACK64 [ 0.124006] EVM: security.ima [ 0.124924] EVM: security.capability [ 0.126013] pinctrl core: initialized pinctrl subsystem [ 0.128047] regulator-dummy: no parameters [ 0.129312] RTC time: 20:24:12, date: 08/15/18 [ 0.130597] NET: Registered protocol family 16 [ 0.131946] cpuidle: using governor ladder [ 0.132004] cpuidle: using governor menu [ 0.133212] ACPI: bus type PCI registered [ 0.134371] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.136454] PCI: Using configuration type 1 for base access [ 0.139203] bio: create slab at 0 [ 0.140126] ACPI: Added _OSI(Module Device) [ 0.141334] ACPI: Added _OSI(Processor Device) [ 0.142579] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.144004] ACPI: Added _OSI(Processor Aggregator Device) [ 0.146786] ACPI: Interpreter enabled [ 0.147902] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.150065] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.152004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.154685] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.156768] ACPI: (supports S0 S5) [ 0.160007] ACPI: Using IOAPIC for interrupt routing [ 0.161438] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.164096] ACPI: No dock devices found. [ 0.167255] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.168018] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.169802] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.171547] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.172233] acpiphp: Slot [3] registered [ 0.173399] acpiphp: Slot [4] registered [ 0.174571] acpiphp: Slot [5] registered [ 0.175729] acpiphp: Slot [6] registered [ 0.176023] acpiphp: Slot [7] registered [ 0.177195] acpiphp: Slot [8] registered [ 0.178351] acpiphp: Slot [9] registered [ 0.179580] acpiphp: Slot [10] registered [ 0.180021] acpiphp: Slot [11] registered [ 0.181199] acpiphp: Slot [12] registered [ 0.182374] acpiphp: Slot [13] registered [ 0.183552] acpiphp: Slot [14] registered [ 0.184021] acpiphp: Slot [15] registered [ 0.185419] acpiphp: Slot [16] registered [ 0.186631] acpiphp: Slot [17] registered [ 0.187806] acpiphp: Slot [18] registered [ 0.188028] acpiphp: Slot [19] registered [ 0.189210] acpiphp: Slot [20] registered [ 0.190475] acpiphp: Slot [21] registered [ 0.191646] acpiphp: Slot [22] registered [ 0.192021] acpiphp: Slot [23] registered [ 0.193204] acpiphp: Slot [24] registered [ 0.194376] acpiphp: Slot [25] registered [ 0.195794] acpiphp: Slot [26] registered [ 0.196021] acpiphp: Slot [27] registered [ 0.197192] acpiphp: Slot [28] registered [ 0.198359] acpiphp: Slot [29] registered [ 0.199533] acpiphp: Slot [30] registered [ 0.200030] acpiphp: Slot [31] registered [ 0.201198] PCI host bridge to bus 0000:00 [ 0.202369] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.203855] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.204004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.205625] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.207387] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.208003] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.215503] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.216014] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.243075] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.244980] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.247000] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.248957] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.251216] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.252791] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.254615] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.254615] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.256004] vgaarb: loaded [ 0.256879] vgaarb: bridge control possible 0000:00:02.0 [ 0.258608] SCSI subsystem initialized [ 0.259900] ACPI: bus type USB registered [ 0.260034] usbcore: registered new interface driver usbfs [ 0.261590] usbcore: registered new interface driver hub [ 0.263081] usbcore: registered new device driver usb [ 0.264125] PCI: Using ACPI for IRQ routing [ 0.265671] NetLabel: Initializing [ 0.266710] NetLabel: domain hash size = 128 [ 0.268003] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.269418] NetLabel: unlabeled traffic allowed by default [ 0.270923] Switched to clocksource kvm-clock [ 0.276830] AppArmor: AppArmor Filesystem Enabled [ 0.278196] pnp: PnP ACPI init [ 0.279163] ACPI: bus type PNP registered [ 0.280848] pnp: PnP ACPI: found 8 devices [ 0.282032] ACPI: bus type PNP unregistered [ 0.290024] NET: Registered protocol family 2 [ 0.291595] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.293830] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.295759] TCP: Hash tables configured (established 16384 bind 16384) [ 0.297603] TCP: reno registered [ 0.298597] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.300228] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.302020] NET: Registered protocol family 1 [ 0.303287] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.304885] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.306427] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.328467] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.350752] Trying to unpack rootfs image as initramfs... [ 0.450341] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.452933] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.454535] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.456186] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.458623] Scanning for low memory corruption every 60 seconds [ 0.461026] Initialise system trusted keyring [ 0.462379] audit: initializing netlink socket (disabled) [ 0.463859] type=2000 audit(1534364653.403:1): initialized [ 0.484144] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.486763] zbud: loaded [ 0.487860] VFS: Disk quotas dquot_6.5.2 [ 0.489073] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.491232] fuse init (API version 7.22) [ 0.492572] msgmni has been set to 3997 [ 0.493828] Key type big_key registered [ 0.495587] Key type asymmetric registered [ 0.496817] Asymmetric key parser 'x509' registered [ 0.498230] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.500411] io scheduler noop registered [ 0.501581] io scheduler deadline registered (default) [ 0.502999] io scheduler cfq registered [ 0.504209] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.505729] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.507498] ipmi message handler version 39.2 [ 0.508816] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.511183] ACPI: Power Button [PWRF] [ 0.512401] GHES: HEST is not enabled! [ 0.533954] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.577238] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.599495] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.601762] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.627715] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.630763] Linux agpgart interface v0.103 [ 0.633076] brd: module loaded [ 0.634497] loop: module loaded [ 0.635877] blk-mq: CPU -> queue map [ 0.636930] CPU 0 -> Queue 0 [ 0.637861] CPU 1 -> Queue 0 [ 0.639886] vda: vda1 [ 0.641559] scsi0 : ata_piix [ 0.642637] scsi1 : ata_piix [ 0.643621] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.645500] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.647586] libphy: Fixed MDIO Bus: probed [ 0.648915] tun: Universal TUN/TAP device driver, 1.6 [ 0.650372] tun: (C) 1999-2004 Max Krasnyansky [ 0.653714] PPP generic driver version 2.4.2 [ 0.655115] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.656958] ehci-pci: EHCI PCI platform driver [ 0.658292] ehci-platform: EHCI generic platform driver [ 0.659809] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.661545] ohci-pci: OHCI PCI platform driver [ 0.662886] ohci-platform: OHCI generic platform driver [ 0.664407] uhci_hcd: USB Universal Host Controller Interface driver [ 0.687124] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.688632] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.690920] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.692679] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.694607] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.696749] usb usb1: Product: UHCI Host Controller [ 0.698136] usb usb1: Manufacturer: Linux 3.13.0-155-generic uhci_hcd [ 0.699871] usb usb1: SerialNumber: 0000:00:01.2 [ 0.701306] hub 1-0:1.0: USB hub found [ 0.702468] hub 1-0:1.0: 2 ports detected [ 0.703804] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.706882] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.708318] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.709933] mousedev: PS/2 mouse device common for all mice [ 0.711792] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.714404] rtc_cmos 00:00: RTC can wake from S4 [ 0.716025] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.717684] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.719427] device-mapper: uevent: version 1.0.3 [ 0.720768] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.723019] ledtrig-cpu: registered to indicate activity on CPUs [ 0.724696] TCP: cubic registered [ 0.725796] NET: Registered protocol family 10 [ 0.727516] NET: Registered protocol family 17 [ 0.728770] Key type dns_resolver registered [ 0.730191] Loading compiled-in X.509 certificates [ 0.732107] Loaded X.509 cert 'Magrathea: Glacier signing key: 20895953cae93a046fa9b0bbc583a20fad26559b' [ 0.741756] registered taskstats version 1 [ 0.745126] Key type trusted registered [ 0.749178] Key type encrypted registered [ 0.750331] AppArmor: AppArmor sha1 policy hashing enabled [ 0.751765] IMA: No TPM chip found, activating TPM-bypass! [ 0.753802] regulator-dummy: disabling [ 0.754992] Magic number: 14:635:447 [ 0.756241] rtc_cmos 00:00: setting system clock to 2018-08-15 20:24:13 UTC (1534364653) [ 0.758589] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.760174] EDD information not available. [ 0.806254] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.808423] Write protecting the kernel read-only data: 12288k [ 0.811391] Freeing unused kernel memory: 684K (ffff880001755000 - ffff880001800000) [ 0.815580] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000) Loading, please wait... [ 0.830660] systemd-udevd[107]: starting version 204 [ 0.888464] FDC 0 is a S82078B [ 1.012105] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.177197] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.178953] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.180774] usb 1-1: Product: QEMU USB Tablet [ 1.182008] usb 1-1: Manufacturer: QEMU [ 1.183119] usb 1-1: SerialNumber: 42 [ 1.452047] tsc: Refined TSC clocksource calibration: 3491.839 MHz [ 1.909141] 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.223215] 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.335147] 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 ] [ 2.431141] 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 Wed, 15 Aug 2018 20:24:15 +0000. Up 2.79 seconds. cloud-init-nonet[2.95]: 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 ] * Stopping set console keymap[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting log initial device creation[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 cold plug devices[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] cloud-init-nonet[4.00]: static networking is now up Cloud-init v. 0.7.5 running 'init' at Wed, 15 Aug 2018 20:24:16 +0000. Up 4.12 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:01:52:92 | ci-info: | eth0 | True | 192.168.0.2 | 255.255.255.0 | fa:16:3e:e5:cc:ec | 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: a8:3f:8c:50:f8:b4:09:1b:80:f0:2c:78:21:a4:31:7f root@ns The key's randomart image is: +--[ RSA 2048]----+ |O.. | |=B . | |+.=.E | | o+.o . | | B o. S | | 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: 32:59:d8:99:1d:07:19:82:6e:24:57:8d:14:a3:c5:b2 root@ns The key's randomart image is: +--[ DSA 1024]----+ | =B+++. | | . ==o*oo | | =oo= . | | Eo | | .+ S | | 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: 19:f5:d9:bc:11:45:27:f4:f9:ef:d8:f9:82:1e:8c:23 root@ns The key's randomart image is: +--[ECDSA 256]---+ | . .+o+| | . . + +o| | . o +..| | o o.| | S . .| | o .| | E 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: c1:cf:86:ab:a4:4c:f5:3b:c7:36:b6:6c:3e:1a:99:76 root@ns The key's randomart image is: +--[ED25519 256--+ | | | . | | o | | = | | . S + | | . . = | | . . B.E | | o o o.=O | | o . oO++ | +-----------------+ * 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 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 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 ACPI daemon[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] Cloud-init v. 0.7.5 running 'modules:config' at Wed, 15 Aug 2018 20:24:20 +0000. Up 8.23 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 Wed, 15 Aug 2018 20:24:21 +0000. Up 9.20 seconds. ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + ip addr add 192.168.1.11/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] Get:3 http://security.ubuntu.com trusty-security/main Sources [161 kB] Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Get:4 http://security.ubuntu.com trusty-security/universe Sources [78.4 kB] Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Get:5 http://security.ubuntu.com trusty-security/main amd64 Packages [757 kB] Get:6 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB] Get:7 http://security.ubuntu.com trusty-security/universe amd64 Packages [242 kB] Get:8 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B] Get:9 http://security.ubuntu.com trusty-security/main Translation-en [410 kB] Get:10 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [206 kB] Get:11 http://security.ubuntu.com trusty-security/universe Translation-en [132 kB] Get:12 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7433 B] Get:13 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1096 kB] Get:14 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages [17.2 kB] Get:15 http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages [469 kB] Get:16 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages [14.6 kB] Get:17 http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en [542 kB] Get:18 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7616 B] Get:19 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4021 B] Get:20 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [252 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 8s (1541 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 0 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 1s (373 kB/s) Selecting previously unselected package bind9utils. (Reading database ... 51314 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.201 ++ echo 172.30.9.201 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.201 + 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 | cb:82:2f:b5:6b:67:db:9f:f1:98:9f:eb:b7:58:bb:2c | - | Generated-by-Nova | ci-info: +---------+-------------------------------------------------+---------+-------------------+ ec2: ec2: ############################################################# ec2: -----BEGIN SSH HOST KEY FINGERPRINTS----- ec2: 1024 32:59:d8:99:1d:07:19:82:6e:24:57:8d:14:a3:c5:b2 root@ns (DSA) ec2: 256 19:f5:d9:bc:11:45:27:f4:f9:ef:d8:f9:82:1e:8c:23 root@ns (ECDSA) ec2: 256 c1:cf:86:ab:a4:4c:f5:3b:c7:36:b6:6c:3e:1a:99:76 root@ns (ED25519) ec2: 2048 a8:3f:8c:50:f8:b4:09:1b:80:f0:2c:78:21:a4:31:7f root@ns (RSA) ec2: -----END SSH HOST KEY FINGERPRINTS----- ec2: ############################################################# -----BEGIN SSH HOST KEY KEYS----- ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEMk4O6oJ/yS1XARfJXXr8K/4oOLy30UZ0W3W6tQbqPTDUpAalxpCUMfPk/s/oCW83cHcJKiA+xCnS41fts6WGI= root@ns ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOMiPkRdQHMAONCBFyJ1O0MrOfPqs/1jWFn5iUfONvlg root@ns ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC6assa28pI0b7I+wSJpD0AhSPE+ri/N2SxhDNsFbH4UJhJjTVRMGWRd3w3Tw7Qj/lHFqYbP1RjQ9P+fwp9BiscnGjQcoJGdPJo9vRiyCpTIeIUPa56U6Snt4ctKeHYe+E57P1DrpQ2xEBq07KigiMmsJu9vsUdxEzT2z/yp+6HZkyvDEYuYVCIyqvY6K4l4nvcdUDFqgzH8imVOCzyvFFse+H1E76YHQytgcQWaG/zqE0inD7HUadZQyucucm8rK7UQIdpmAlfyDhXLSKC5LBOEwzw7f7ch+UdVw/iNqo9fmzBvq+H3CYWcIoG/81DlTeW5bPQ9kugmGhLI7Q7vDxd root@ns -----END SSH HOST KEY KEYS----- Cloud-init v. 0.7.5 finished at Wed, 15 Aug 2018 20:24:36 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 23.74 seconds 2018-08-15 20:32:32,529 - functest.core.singlevm - DEBUG - regex found: ''Cloud-init .* finished at ' in console 2018-08-15 20:32:32,532 - functest.opnfv_tests.vnf.ims.clearwater - DEBUG - Ellis IP: 172.30.9.217 2018-08-15 20:32:32,616 - functest.opnfv_tests.vnf.ims.clearwater - INFO - Account opnfv functest user is created on Ellis {u'username': u'functest@opnfv.org', u'full_name': u'opnfv functest user'} 2018-08-15 20:32:32,683 - functest.opnfv_tests.vnf.ims.clearwater - DEBUG - cookies: ]> 2018-08-15 20:32:32,684 - functest.opnfv_tests.vnf.ims.clearwater - DEBUG - Create 1st calling number on Ellis 2018-08-15 20:32:32,717 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-08-15 20:32:32,718 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 1: cannot create a number 2018-08-15 20:32:57,765 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-08-15 20:32:57,766 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 2: cannot create a number 2018-08-15 20:33:22,819 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-08-15 20:33:22,819 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 3: cannot create a number 2018-08-15 20:33:47,854 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-08-15 20:33:47,855 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 4: cannot create a number 2018-08-15 20:34:12,898 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-08-15 20:34:12,899 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 5: cannot create a number 2018-08-15 20:34:37,950 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-08-15 20:34:37,951 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 6: cannot create a number 2018-08-15 20:35:03,003 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-08-15 20:35:03,004 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 7: cannot create a number 2018-08-15 20:35:28,054 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-08-15 20:35:28,054 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 8: cannot create a number 2018-08-15 20:35:53,109 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-08-15 20:35:53,109 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 9: cannot create a number 2018-08-15 20:36:18,161 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-08-15 20:36:18,161 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 10: cannot create a number 2018-08-15 20:36:43,211 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-08-15 20:36:43,212 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 11: cannot create a number 2018-08-15 20:37:08,268 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-08-15 20:37:08,269 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 12: cannot create a number 2018-08-15 20:37:33,318 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-08-15 20:37:33,318 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 13: cannot create a number 2018-08-15 20:37:58,365 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-08-15 20:37:58,365 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 14: cannot create a number 2018-08-15 20:38:23,419 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-08-15 20:38:23,419 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 15: cannot create a number 2018-08-15 20:38:48,473 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-08-15 20:38:48,473 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 16: cannot create a number 2018-08-15 20:39:13,524 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-08-15 20:39:13,524 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 17: cannot create a number 2018-08-15 20:39:38,578 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-08-15 20:39:38,578 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 18: cannot create a number 2018-08-15 20:40:03,634 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-08-15 20:40:03,634 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 19: cannot create a number 2018-08-15 20:40:28,685 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-08-15 20:40:28,686 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 20: cannot create a number 2018-08-15 20:40:53,739 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-08-15 20:40:53,740 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 21: cannot create a number 2018-08-15 20:41:18,787 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-08-15 20:41:18,787 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 22: cannot create a number 2018-08-15 20:41:43,895 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-08-15 20:41:43,896 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 23: cannot create a number 2018-08-15 20:42:08,947 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-08-15 20:42:08,947 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 24: cannot create a number 2018-08-15 20:42:33,998 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-08-15 20:42:33,999 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 25: cannot create a number 2018-08-15 20:42:59,048 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-08-15 20:42:59,048 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 26: cannot create a number 2018-08-15 20:43:24,099 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-08-15 20:43:24,100 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 27: cannot create a number 2018-08-15 20:43:49,157 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-08-15 20:43:49,157 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 28: cannot create a number 2018-08-15 20:44:14,212 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-08-15 20:44:14,213 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 29: cannot create a number 2018-08-15 20:44:39,268 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-08-15 20:44:39,268 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 30: cannot create a number 2018-08-15 20:45:04,294 - 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 78, in availability_check_by_creating_numbers number_res = self._create_ellis_number(number_url, cookies) File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/ims/clearwater.py", line 146, in _create_ellis_number raise Exception('Failed to create a number') Exception: Failed to create a number 2018-08-15 20:45:04,421 - 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-15 20:45:04,422 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | heat_ims | functest | 23:18 | FAIL | +-------------------+------------------+------------------+----------------+ 2018-08-15 20:45:04,427 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-15 20:45:04,430 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/b45c2a9f-03f4-4ded-917d-30870e43d5dc?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}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" 2018-08-15 20:45:04,727 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 15 Aug 2018 20:45:04 GMT Server: Apache x-openstack-request-id: req-303add33-7a7d-4115-b4ba-eb51c1638aed Location: http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc?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-15 20:45:05,028 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:45:04 GMT Server: Apache x-openstack-request-id: req-4686133c-de3c-4627-a349-b381417802be 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": "134cf6cfc60c4b0290f266120d6d93be", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_9e546dd3-ce1a-4117-ae36-6e5da837d045", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_9e546dd3-ce1a-4117-ae36-6e5da837d045", "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_9e546dd3-ce1a-4117-ae36-6e5da837d045", "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": "fc8ca119-27ab-4070-99fa-a2993d11ee48", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "b45c2a9f-03f4-4ded-917d-30870e43d5dc", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "fc8ca119-27ab-4070-99fa-a2993d11ee48"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "f2456361ef254a98a357ede595eb45b5", "tags": null, "creation_time": "2018-08-15T20:22:02Z", "links": [{"href": "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "b45c2a9f-03f4-4ded-917d-30870e43d5dc", "stack_status_reason": "Stack CREATE completed successfully", "template_description": "Clearwater deployment\n"}} 2018-08-15 20:45:05,028 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc?resolve_outputs=False used request id req-4686133c-de3c-4627-a349-b381417802be 2018-08-15 20:45:05,028 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.600862026215s 2018-08-15 20:45:05,028 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc?resolve_outputs=False used request id req-4686133c-de3c-4627-a349-b381417802be 2018-08-15 20:45:05,030 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-15 20:45:05,032 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/b45c2a9f-03f4-4ded-917d-30870e43d5dc/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}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" 2018-08-15 20:45:05,324 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 15 Aug 2018 20:45:05 GMT Server: Apache x-openstack-request-id: req-7a619689-2cc4-44c1-8961-95be80621f6b Location: http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/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-15 20:45:05,752 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:45:05 GMT Server: Apache x-openstack-request-id: req-696b0939-1353-475d-adab-bac408f116b5 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 342 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "clearwater-opnfv", "event_time": "2018-08-15T20:27:24Z", "links": [{"href": "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/resources/clearwater-opnfv/events/7a439f62-78c9-40e8-aa20-fc10f5cc41a4", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/resources/clearwater-opnfv", "rel": "resource"}, {"href": "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc", "rel": "stack"}], "logical_resource_id": "clearwater-opnfv", "resource_status_reason": "Stack CREATE completed successfully", "resource_status": "CREATE_COMPLETE", "physical_resource_id": "b45c2a9f-03f4-4ded-917d-30870e43d5dc", "id": "7a439f62-78c9-40e8-aa20-fc10f5cc41a4"}]} 2018-08-15 20:45:05,752 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?limit=1&sort_dir=desc&limit=1&sort_dir=desc used request id req-696b0939-1353-475d-adab-bac408f116b5 2018-08-15 20:45:05,752 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.722332954407s 2018-08-15 20:45:05,753 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?limit=1&sort_dir=desc&limit=1&sort_dir=desc used request id req-696b0939-1353-475d-adab-bac408f116b5 2018-08-15 20:45:05,754 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.DELETE.stacks 2018-08-15 20:45:05,756 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/b45c2a9f-03f4-4ded-917d-30870e43d5dc -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" 2018-08-15 20:45:06,038 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 15 Aug 2018 20:45:05 GMT Server: Apache x-openstack-request-id: req-245a7cca-6bdd-4ebb-8385-033feff529d7 Location: http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc 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-15 20:45:06,464 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 15 Aug 2018 20:45:06 GMT Server: Apache x-openstack-request-id: req-05c8fb3e-42b9-4a9a-8069-f08d9bc8b99e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-15 20:45:06,464 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc used request id req-05c8fb3e-42b9-4a9a-8069-f08d9bc8b99e 2018-08-15 20:45:06,464 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.DELETE.stacks in 0.710338830948s 2018-08-15 20:45:06,464 - shade.request_ids - DEBUG - DELETE call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc used request id req-05c8fb3e-42b9-4a9a-8069-f08d9bc8b99e 2018-08-15 20:45:06,465 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-15 20:45:06,468 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=7a439f62-78c9-40e8-aa20-fc10f5cc41a4&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}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" 2018-08-15 20:45:06,789 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 15 Aug 2018 20:45:06 GMT Server: Apache x-openstack-request-id: req-426697ec-21bd-4f84-8eff-307f1e318be6 Location: http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=7a439f62-78c9-40e8-aa20-fc10f5cc41a4&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-15 20:45:07,145 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:45:06 GMT Server: Apache x-openstack-request-id: req-17c7d0e5-1301-4268-9329-b40d9857c0f8 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 431 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "clearwater-opnfv", "event_time": "2018-08-15T20:45:06Z", "links": [{"href": "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/resources/clearwater-opnfv/events/44ec65af-2076-41fa-b791-264c90ef4c57", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/resources/clearwater-opnfv", "rel": "resource"}, {"href": "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc", "rel": "stack"}], "logical_resource_id": "clearwater-opnfv", "resource_status_reason": "Stack DELETE started", "resource_status": "DELETE_IN_PROGRESS", "physical_resource_id": "b45c2a9f-03f4-4ded-917d-30870e43d5dc", "id": "44ec65af-2076-41fa-b791-264c90ef4c57"}, {"resource_name": "bono", "event_time": "2018-08-15T20:45:06Z", "links": [{"href": "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/resources/bono/events/04f185ee-a685-4a5e-8a96-f41fb3821dec", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/resources/bono", "rel": "resource"}, {"href": "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc", "rel": "stack"}], "logical_resource_id": "bono", "resource_status_reason": "state changed", "resource_status": "DELETE_IN_PROGRESS", "physical_resource_id": "f69856f7-2e41-46be-8340-cb5f6da666c0", "id": "04f185ee-a685-4a5e-8a96-f41fb3821dec"}]} 2018-08-15 20:45:07,146 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=7a439f62-78c9-40e8-aa20-fc10f5cc41a4&sort_dir=asc&marker=7a439f62-78c9-40e8-aa20-fc10f5cc41a4&sort_dir=asc used request id req-17c7d0e5-1301-4268-9329-b40d9857c0f8 2018-08-15 20:45:07,146 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.680842161179s 2018-08-15 20:45:07,146 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=7a439f62-78c9-40e8-aa20-fc10f5cc41a4&sort_dir=asc&marker=7a439f62-78c9-40e8-aa20-fc10f5cc41a4&sort_dir=asc used request id req-17c7d0e5-1301-4268-9329-b40d9857c0f8 2018-08-15 20:45:12,152 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-15 20:45:12,156 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=04f185ee-a685-4a5e-8a96-f41fb3821dec&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}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" 2018-08-15 20:45:12,183 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 15 Aug 2018 20:45:12 GMT Server: Apache x-openstack-request-id: req-eb544819-4e2a-41be-818d-b6f49bb32939 Location: http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=04f185ee-a685-4a5e-8a96-f41fb3821dec&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-15 20:45:12,227 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:45:12 GMT Server: Apache x-openstack-request-id: req-9292d93f-555f-4a19-924f-9516867476eb Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 602 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "sprout", "event_time": "2018-08-15T20:45:07Z", "links": [{"href": "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/resources/sprout/events/67545c3b-dfc0-4b04-86a9-2131dd52338f", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/resources/sprout", "rel": "resource"}, {"href": "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc", "rel": "stack"}], "logical_resource_id": "sprout", "resource_status_reason": "state changed", "resource_status": "DELETE_IN_PROGRESS", "physical_resource_id": "a8790ae6-0777-491b-85ed-34ed0cff0ddc", "id": "67545c3b-dfc0-4b04-86a9-2131dd52338f"}, {"resource_name": "homer", "event_time": "2018-08-15T20:45:08Z", "links": [{"href": "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/resources/homer/events/8b13dd41-efb6-455a-a8e0-80e999bdf300", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/resources/homer", "rel": "resource"}, {"href": "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc", "rel": "stack"}], "logical_resource_id": "homer", "resource_status_reason": "state changed", "resource_status": "DELETE_IN_PROGRESS", "physical_resource_id": "7c56bb25-6a3b-4dc5-ae9d-e911579b9df2", "id": "8b13dd41-efb6-455a-a8e0-80e999bdf300"}, {"resource_name": "dime", "event_time": "2018-08-15T20:45:09Z", "links": [{"href": "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/resources/dime/events/2a040549-20f3-4513-84fe-9af4142843d0", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/resources/dime", "rel": "resource"}, {"href": "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc", "rel": "stack"}], "logical_resource_id": "dime", "resource_status_reason": "state changed", "resource_status": "DELETE_IN_PROGRESS", "physical_resource_id": "0025e336-2f75-4119-90b7-11ee0120e2ac", "id": "2a040549-20f3-4513-84fe-9af4142843d0"}, {"resource_name": "vellum", "event_time": "2018-08-15T20:45:10Z", "links": [{"href": "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/resources/vellum/events/f44061a8-c4ef-41af-872b-7054f89ccc37", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/resources/vellum", "rel": "resource"}, {"href": "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc", "rel": "stack"}], "logical_resource_id": "vellum", "resource_status_reason": "state changed", "resource_status": "DELETE_IN_PROGRESS", "physical_resource_id": "60df2c0d-f54d-4028-aedd-044ec1718f50", "id": "f44061a8-c4ef-41af-872b-7054f89ccc37"}]} 2018-08-15 20:45:12,228 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=04f185ee-a685-4a5e-8a96-f41fb3821dec&sort_dir=asc&marker=04f185ee-a685-4a5e-8a96-f41fb3821dec&sort_dir=asc used request id req-9292d93f-555f-4a19-924f-9516867476eb 2018-08-15 20:45:12,228 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0752398967743s 2018-08-15 20:45:12,228 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=04f185ee-a685-4a5e-8a96-f41fb3821dec&sort_dir=asc&marker=04f185ee-a685-4a5e-8a96-f41fb3821dec&sort_dir=asc used request id req-9292d93f-555f-4a19-924f-9516867476eb 2018-08-15 20:45:17,235 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-15 20:45:17,239 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=f44061a8-c4ef-41af-872b-7054f89ccc37&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}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" 2018-08-15 20:45:17,284 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 15 Aug 2018 20:45:17 GMT Server: Apache x-openstack-request-id: req-e4f2eda0-b4e7-47da-a55f-32f1e5e58338 Location: http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=f44061a8-c4ef-41af-872b-7054f89ccc37&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-15 20:45:17,327 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:45:17 GMT Server: Apache x-openstack-request-id: req-e643cc8b-9db6-4e85-82a7-696607d3b08a Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-15 20:45:17,328 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=f44061a8-c4ef-41af-872b-7054f89ccc37&sort_dir=asc&marker=f44061a8-c4ef-41af-872b-7054f89ccc37&sort_dir=asc used request id req-e643cc8b-9db6-4e85-82a7-696607d3b08a 2018-08-15 20:45:17,328 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0929019451141s 2018-08-15 20:45:17,328 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=f44061a8-c4ef-41af-872b-7054f89ccc37&sort_dir=asc&marker=f44061a8-c4ef-41af-872b-7054f89ccc37&sort_dir=asc used request id req-e643cc8b-9db6-4e85-82a7-696607d3b08a 2018-08-15 20:45:22,334 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-15 20:45:22,337 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=f44061a8-c4ef-41af-872b-7054f89ccc37&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}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" 2018-08-15 20:45:22,700 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 15 Aug 2018 20:45:22 GMT Server: Apache x-openstack-request-id: req-189deae1-1b22-4439-ba38-aeb3241c5c80 Location: http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=f44061a8-c4ef-41af-872b-7054f89ccc37&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-15 20:45:23,080 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:45:22 GMT Server: Apache x-openstack-request-id: req-63ef325d-48bb-494c-ad44-dc1fede3b917 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 762 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "homer", "event_time": "2018-08-15T20:45:21Z", "links": [{"href": "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/resources/homer/events/75975a74-6b4b-48b0-b135-18aab8129dda", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/resources/homer", "rel": "resource"}, {"href": "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc", "rel": "stack"}], "logical_resource_id": "homer", "resource_status_reason": "state changed", "resource_status": "DELETE_COMPLETE", "physical_resource_id": "7c56bb25-6a3b-4dc5-ae9d-e911579b9df2", "id": "75975a74-6b4b-48b0-b135-18aab8129dda"}, {"resource_name": "sprout", "event_time": "2018-08-15T20:45:21Z", "links": [{"href": "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/resources/sprout/events/a541887f-fb10-4377-8370-de588c8160b5", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/resources/sprout", "rel": "resource"}, {"href": "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc", "rel": "stack"}], "logical_resource_id": "sprout", "resource_status_reason": "state changed", "resource_status": "DELETE_COMPLETE", "physical_resource_id": "a8790ae6-0777-491b-85ed-34ed0cff0ddc", "id": "a541887f-fb10-4377-8370-de588c8160b5"}, {"resource_name": "dime", "event_time": "2018-08-15T20:45:21Z", "links": [{"href": "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/resources/dime/events/7c03b0b4-b261-49d4-b66a-31f73c4e5444", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/resources/dime", "rel": "resource"}, {"href": "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc", "rel": "stack"}], "logical_resource_id": "dime", "resource_status_reason": "state changed", "resource_status": "DELETE_COMPLETE", "physical_resource_id": "0025e336-2f75-4119-90b7-11ee0120e2ac", "id": "7c03b0b4-b261-49d4-b66a-31f73c4e5444"}, {"resource_name": "bono", "event_time": "2018-08-15T20:45:21Z", "links": [{"href": "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/resources/bono/events/80dd09b3-847f-4f5a-84f3-e8b7087c9f7b", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/resources/bono", "rel": "resource"}, {"href": "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc", "rel": "stack"}], "logical_resource_id": "bono", "resource_status_reason": "state changed", "resource_status": "DELETE_COMPLETE", "physical_resource_id": "f69856f7-2e41-46be-8340-cb5f6da666c0", "id": "80dd09b3-847f-4f5a-84f3-e8b7087c9f7b"}, {"resource_name": "vellum", "event_time": "2018-08-15T20:45:21Z", "links": [{"href": "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/resources/vellum/events/064ad66b-9dac-4da5-84bd-52e0df713492", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/resources/vellum", "rel": "resource"}, {"href": "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc", "rel": "stack"}], "logical_resource_id": "vellum", "resource_status_reason": "state changed", "resource_status": "DELETE_COMPLETE", "physical_resource_id": "60df2c0d-f54d-4028-aedd-044ec1718f50", "id": "064ad66b-9dac-4da5-84bd-52e0df713492"}, {"resource_name": "ellis", "event_time": "2018-08-15T20:45:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/resources/ellis/events/56518d8c-ea4a-4dba-a8e0-da2970a33c2f", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/resources/ellis", "rel": "resource"}, {"href": "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc", "rel": "stack"}], "logical_resource_id": "ellis", "resource_status_reason": "state changed", "resource_status": "DELETE_IN_PROGRESS", "physical_resource_id": "792322bd-78e7-4b9e-ac8f-d1748462fc55", "id": "56518d8c-ea4a-4dba-a8e0-da2970a33c2f"}]} 2018-08-15 20:45:23,080 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=f44061a8-c4ef-41af-872b-7054f89ccc37&sort_dir=asc&marker=f44061a8-c4ef-41af-872b-7054f89ccc37&sort_dir=asc used request id req-63ef325d-48bb-494c-ad44-dc1fede3b917 2018-08-15 20:45:23,080 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.745827913284s 2018-08-15 20:45:23,080 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=f44061a8-c4ef-41af-872b-7054f89ccc37&sort_dir=asc&marker=f44061a8-c4ef-41af-872b-7054f89ccc37&sort_dir=asc used request id req-63ef325d-48bb-494c-ad44-dc1fede3b917 2018-08-15 20:45:28,087 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-15 20:45:28,091 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=56518d8c-ea4a-4dba-a8e0-da2970a33c2f&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}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" 2018-08-15 20:45:28,439 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 15 Aug 2018 20:45:28 GMT Server: Apache x-openstack-request-id: req-ea8762ec-9403-43dd-a84d-ff36f61ecf33 Location: http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=56518d8c-ea4a-4dba-a8e0-da2970a33c2f&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-15 20:45:28,482 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:45:28 GMT Server: Apache x-openstack-request-id: req-78204c5b-ddf8-46a4-8266-8e8dbd9231ff Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 452 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "ellis", "event_time": "2018-08-15T20:45:27Z", "links": [{"href": "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/resources/ellis/events/14da9a9a-e837-4271-966a-3b4d2215ef9e", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/resources/ellis", "rel": "resource"}, {"href": "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc", "rel": "stack"}], "logical_resource_id": "ellis", "resource_status_reason": "state changed", "resource_status": "DELETE_COMPLETE", "physical_resource_id": "792322bd-78e7-4b9e-ac8f-d1748462fc55", "id": "14da9a9a-e837-4271-966a-3b4d2215ef9e"}, {"resource_name": "dns", "event_time": "2018-08-15T20:45:27Z", "links": [{"href": "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/resources/dns/events/a71406bf-4e2f-4920-97d2-8f7b9957bf29", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/resources/dns", "rel": "resource"}, {"href": "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc", "rel": "stack"}], "logical_resource_id": "dns", "resource_status_reason": "state changed", "resource_status": "DELETE_IN_PROGRESS", "physical_resource_id": "5621a51c-f161-4140-ba2b-3f10b9ae6804", "id": "a71406bf-4e2f-4920-97d2-8f7b9957bf29"}]} 2018-08-15 20:45:28,482 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=56518d8c-ea4a-4dba-a8e0-da2970a33c2f&sort_dir=asc&marker=56518d8c-ea4a-4dba-a8e0-da2970a33c2f&sort_dir=asc used request id req-78204c5b-ddf8-46a4-8266-8e8dbd9231ff 2018-08-15 20:45:28,482 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.394948959351s 2018-08-15 20:45:28,483 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=56518d8c-ea4a-4dba-a8e0-da2970a33c2f&sort_dir=asc&marker=56518d8c-ea4a-4dba-a8e0-da2970a33c2f&sort_dir=asc used request id req-78204c5b-ddf8-46a4-8266-8e8dbd9231ff 2018-08-15 20:45:33,489 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-15 20:45:33,491 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=a71406bf-4e2f-4920-97d2-8f7b9957bf29&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}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" 2018-08-15 20:45:33,517 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 15 Aug 2018 20:45:33 GMT Server: Apache x-openstack-request-id: req-2949da13-90f1-41bb-abc5-799c3fe253f1 Location: http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=a71406bf-4e2f-4920-97d2-8f7b9957bf29&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-15 20:45:33,557 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:45:33 GMT Server: Apache x-openstack-request-id: req-d3a81d4c-1d8e-4dcb-a76f-5086756c9d95 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-15 20:45:33,557 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=a71406bf-4e2f-4920-97d2-8f7b9957bf29&sort_dir=asc&marker=a71406bf-4e2f-4920-97d2-8f7b9957bf29&sort_dir=asc used request id req-d3a81d4c-1d8e-4dcb-a76f-5086756c9d95 2018-08-15 20:45:33,557 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0681259632111s 2018-08-15 20:45:33,557 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=a71406bf-4e2f-4920-97d2-8f7b9957bf29&sort_dir=asc&marker=a71406bf-4e2f-4920-97d2-8f7b9957bf29&sort_dir=asc used request id req-d3a81d4c-1d8e-4dcb-a76f-5086756c9d95 2018-08-15 20:45:38,563 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-15 20:45:38,566 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=a71406bf-4e2f-4920-97d2-8f7b9957bf29&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}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" 2018-08-15 20:45:38,594 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 15 Aug 2018 20:45:38 GMT Server: Apache x-openstack-request-id: req-8e51faf9-5315-48cc-af9e-91529dfcde7b Location: http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=a71406bf-4e2f-4920-97d2-8f7b9957bf29&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-15 20:45:38,639 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:45:38 GMT Server: Apache x-openstack-request-id: req-dc06368e-c584-4254-a6df-8a6a7fbae082 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 621 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "dns", "event_time": "2018-08-15T20:45:33Z", "links": [{"href": "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/resources/dns/events/c3af36d8-27d0-413c-ac9b-c02e9d864fcf", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/resources/dns", "rel": "resource"}, {"href": "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc", "rel": "stack"}], "logical_resource_id": "dns", "resource_status_reason": "state changed", "resource_status": "DELETE_COMPLETE", "physical_resource_id": "5621a51c-f161-4140-ba2b-3f10b9ae6804", "id": "c3af36d8-27d0-413c-ac9b-c02e9d864fcf"}, {"resource_name": "mgmt_network", "event_time": "2018-08-15T20:45:33Z", "links": [{"href": "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/resources/mgmt_network/events/e9577a19-711c-4388-b89b-a47c062d1cae", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/resources/mgmt_network", "rel": "resource"}, {"href": "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc", "rel": "stack"}], "logical_resource_id": "mgmt_network", "resource_status_reason": "state changed", "resource_status": "DELETE_IN_PROGRESS", "physical_resource_id": "f831d8cb-531a-4d0b-9cc3-0d566352f655", "id": "e9577a19-711c-4388-b89b-a47c062d1cae"}, {"resource_name": "sig_network", "event_time": "2018-08-15T20:45:33Z", "links": [{"href": "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/resources/sig_network/events/9b20e527-62d6-4d74-8e7c-de939c6ae883", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/resources/sig_network", "rel": "resource"}, {"href": "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc", "rel": "stack"}], "logical_resource_id": "sig_network", "resource_status_reason": "state changed", "resource_status": "DELETE_IN_PROGRESS", "physical_resource_id": "ad588f40-f6b2-444d-b611-6e7076b9f18a", "id": "9b20e527-62d6-4d74-8e7c-de939c6ae883"}, {"resource_name": "security_groups", "event_time": "2018-08-15T20:45:33Z", "links": [{"href": "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/resources/security_groups/events/bf4ad68d-a843-4abd-b90a-85d920429a19", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/resources/security_groups", "rel": "resource"}, {"href": "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc", "rel": "stack"}], "logical_resource_id": "security_groups", "resource_status_reason": "state changed", "resource_status": "DELETE_IN_PROGRESS", "physical_resource_id": "d8c79ab1-5e52-4901-a7ba-2d1ae5f0cb61", "id": "bf4ad68d-a843-4abd-b90a-85d920429a19"}]} 2018-08-15 20:45:38,639 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=a71406bf-4e2f-4920-97d2-8f7b9957bf29&sort_dir=asc&marker=a71406bf-4e2f-4920-97d2-8f7b9957bf29&sort_dir=asc used request id req-dc06368e-c584-4254-a6df-8a6a7fbae082 2018-08-15 20:45:38,639 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0759088993073s 2018-08-15 20:45:38,639 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=a71406bf-4e2f-4920-97d2-8f7b9957bf29&sort_dir=asc&marker=a71406bf-4e2f-4920-97d2-8f7b9957bf29&sort_dir=asc used request id req-dc06368e-c584-4254-a6df-8a6a7fbae082 2018-08-15 20:45:43,646 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-15 20:45:43,649 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=bf4ad68d-a843-4abd-b90a-85d920429a19&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}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" 2018-08-15 20:45:43,678 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 15 Aug 2018 20:45:43 GMT Server: Apache x-openstack-request-id: req-f46e470a-d9e4-4075-b1c9-9ffc181e9175 Location: http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=bf4ad68d-a843-4abd-b90a-85d920429a19&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-15 20:45:43,722 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:45:43 GMT Server: Apache x-openstack-request-id: req-f1d0718c-90bf-4b85-a541-cedda4af8a30 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 442 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "mgmt_network", "event_time": "2018-08-15T20:45:43Z", "links": [{"href": "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/resources/mgmt_network/events/a17410e2-7e93-4a1f-b1a5-39995ff6ae7f", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/resources/mgmt_network", "rel": "resource"}, {"href": "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc", "rel": "stack"}], "logical_resource_id": "mgmt_network", "resource_status_reason": "state changed", "resource_status": "DELETE_COMPLETE", "physical_resource_id": "f831d8cb-531a-4d0b-9cc3-0d566352f655", "id": "a17410e2-7e93-4a1f-b1a5-39995ff6ae7f"}, {"resource_name": "sig_network", "event_time": "2018-08-15T20:45:43Z", "links": [{"href": "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/resources/sig_network/events/c62fe2b0-2468-4e09-adb8-7a679956faf3", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/resources/sig_network", "rel": "resource"}, {"href": "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc", "rel": "stack"}], "logical_resource_id": "sig_network", "resource_status_reason": "state changed", "resource_status": "DELETE_COMPLETE", "physical_resource_id": "ad588f40-f6b2-444d-b611-6e7076b9f18a", "id": "c62fe2b0-2468-4e09-adb8-7a679956faf3"}]} 2018-08-15 20:45:43,723 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=bf4ad68d-a843-4abd-b90a-85d920429a19&sort_dir=asc&marker=bf4ad68d-a843-4abd-b90a-85d920429a19&sort_dir=asc used request id req-f1d0718c-90bf-4b85-a541-cedda4af8a30 2018-08-15 20:45:43,723 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0768249034882s 2018-08-15 20:45:43,723 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=bf4ad68d-a843-4abd-b90a-85d920429a19&sort_dir=asc&marker=bf4ad68d-a843-4abd-b90a-85d920429a19&sort_dir=asc used request id req-f1d0718c-90bf-4b85-a541-cedda4af8a30 2018-08-15 20:45:48,729 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-15 20:45:48,732 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=c62fe2b0-2468-4e09-adb8-7a679956faf3&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}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" 2018-08-15 20:45:48,760 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 15 Aug 2018 20:45:48 GMT Server: Apache x-openstack-request-id: req-74ef8545-33d1-4a8f-b79a-88dd68be6941 Location: http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=c62fe2b0-2468-4e09-adb8-7a679956faf3&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-15 20:45:48,802 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:45:48 GMT Server: Apache x-openstack-request-id: req-4bbfeddc-ff89-4f0d-979b-fabf71a7c2e2 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 448 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "security_groups", "event_time": "2018-08-15T20:45:45Z", "links": [{"href": "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/resources/security_groups/events/4c4d55f5-f01d-4c3e-9811-5fe2c16731d3", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/resources/security_groups", "rel": "resource"}, {"href": "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc", "rel": "stack"}], "logical_resource_id": "security_groups", "resource_status_reason": "state changed", "resource_status": "DELETE_COMPLETE", "physical_resource_id": "d8c79ab1-5e52-4901-a7ba-2d1ae5f0cb61", "id": "4c4d55f5-f01d-4c3e-9811-5fe2c16731d3"}, {"resource_name": "clearwater-opnfv", "event_time": "2018-08-15T20:45:45Z", "links": [{"href": "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/resources/clearwater-opnfv/events/88191bc0-47a4-4625-bfb4-831ad2461169", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/resources/clearwater-opnfv", "rel": "resource"}, {"href": "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc", "rel": "stack"}], "logical_resource_id": "clearwater-opnfv", "resource_status_reason": "Stack DELETE completed successfully", "resource_status": "DELETE_COMPLETE", "physical_resource_id": "b45c2a9f-03f4-4ded-917d-30870e43d5dc", "id": "88191bc0-47a4-4625-bfb4-831ad2461169"}]} 2018-08-15 20:45:48,802 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=c62fe2b0-2468-4e09-adb8-7a679956faf3&sort_dir=asc&marker=c62fe2b0-2468-4e09-adb8-7a679956faf3&sort_dir=asc used request id req-4bbfeddc-ff89-4f0d-979b-fabf71a7c2e2 2018-08-15 20:45:48,803 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0730500221252s 2018-08-15 20:45:48,803 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=c62fe2b0-2468-4e09-adb8-7a679956faf3&sort_dir=asc&marker=c62fe2b0-2468-4e09-adb8-7a679956faf3&sort_dir=asc used request id req-4bbfeddc-ff89-4f0d-979b-fabf71a7c2e2 2018-08-15 20:45:53,809 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-15 20:45:53,812 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=88191bc0-47a4-4625-bfb4-831ad2461169&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}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" 2018-08-15 20:45:54,108 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 15 Aug 2018 20:45:53 GMT Server: Apache x-openstack-request-id: req-c64835b6-dbca-4acf-a7c0-b4ee8332a549 Location: http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=88191bc0-47a4-4625-bfb4-831ad2461169&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-15 20:45:54,150 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:45:54 GMT Server: Apache x-openstack-request-id: req-4d34d133-dfc5-4a8b-ab4c-805a7482632d Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-15 20:45:54,151 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=88191bc0-47a4-4625-bfb4-831ad2461169&sort_dir=asc&marker=88191bc0-47a4-4625-bfb4-831ad2461169&sort_dir=asc used request id req-4d34d133-dfc5-4a8b-ab4c-805a7482632d 2018-08-15 20:45:54,151 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.341475009918s 2018-08-15 20:45:54,151 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=88191bc0-47a4-4625-bfb4-831ad2461169&sort_dir=asc&marker=88191bc0-47a4-4625-bfb4-831ad2461169&sort_dir=asc used request id req-4d34d133-dfc5-4a8b-ab4c-805a7482632d 2018-08-15 20:45:59,157 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-15 20:45:59,159 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=88191bc0-47a4-4625-bfb4-831ad2461169&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}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" 2018-08-15 20:45:59,185 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 15 Aug 2018 20:45:59 GMT Server: Apache x-openstack-request-id: req-65871f67-70a5-4e2c-ae01-78c9dc1449aa Location: http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=88191bc0-47a4-4625-bfb4-831ad2461169&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-15 20:45:59,227 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:45:59 GMT Server: Apache x-openstack-request-id: req-9ada5265-73dd-4566-b198-b8b63aa314b9 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-15 20:45:59,227 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=88191bc0-47a4-4625-bfb4-831ad2461169&sort_dir=asc&marker=88191bc0-47a4-4625-bfb4-831ad2461169&sort_dir=asc used request id req-9ada5265-73dd-4566-b198-b8b63aa314b9 2018-08-15 20:45:59,227 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0705358982086s 2018-08-15 20:45:59,228 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc/events?marker=88191bc0-47a4-4625-bfb4-831ad2461169&sort_dir=asc&marker=88191bc0-47a4-4625-bfb4-831ad2461169&sort_dir=asc used request id req-9ada5265-73dd-4566-b198-b8b63aa314b9 2018-08-15 20:45:59,228 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-15 20:45:59,231 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/b45c2a9f-03f4-4ded-917d-30870e43d5dc?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}b4b84debeb793ae533f25bb3b90a6340ee49c8ba" 2018-08-15 20:45:59,257 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 15 Aug 2018 20:45:59 GMT Server: Apache x-openstack-request-id: req-18ea0de2-7810-4419-a0b9-48eddba25262 Location: http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc?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-15 20:45:59,282 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:45:59 GMT Server: Apache x-openstack-request-id: req-f894deb4-7fd9-429f-a398-a09227a346b1 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 890 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "134cf6cfc60c4b0290f266120d6d93be", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_9e546dd3-ce1a-4117-ae36-6e5da837d045", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_9e546dd3-ce1a-4117-ae36-6e5da837d045", "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_9e546dd3-ce1a-4117-ae36-6e5da837d045", "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": "fc8ca119-27ab-4070-99fa-a2993d11ee48", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "b45c2a9f-03f4-4ded-917d-30870e43d5dc", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "fc8ca119-27ab-4070-99fa-a2993d11ee48"}, "deletion_time": "2018-08-15T20:45:46Z", "stack_name": "clearwater-opnfv", "stack_user_project_id": "f2456361ef254a98a357ede595eb45b5", "tags": null, "creation_time": "2018-08-15T20:22:02Z", "links": [{"href": "http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-08-15T20:45:06Z", "id": "b45c2a9f-03f4-4ded-917d-30870e43d5dc", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Clearwater deployment\n"}} 2018-08-15 20:45:59,283 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc?resolve_outputs=False used request id req-f894deb4-7fd9-429f-a398-a09227a346b1 2018-08-15 20:45:59,283 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0543620586395s 2018-08-15 20:45:59,283 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/134cf6cfc60c4b0290f266120d6d93be/stacks/clearwater-opnfv/b45c2a9f-03f4-4ded-917d-30870e43d5dc?resolve_outputs=False used request id req-f894deb4-7fd9-429f-a398-a09227a346b1 2018-08-15 20:45:59,283 - 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-15 20:45:59,289 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-15 20:45:59,292 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}74d012ea7b3dfbe89eaa07ce6cb8070fee26de19" 2018-08-15 20:45:59,489 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:45:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c101fee8-4a7e-4827-b6a2-f037cfab106b Content-Encoding: gzip Content-Length: 832 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/033f0039d025473a84de241284491a58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "033f0039d025473a84de241284491a58", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/2422d0f285314705b46615565d3917fe"}, "domain_id": "e4bd2a4e6bb349a78f956295c49df949", "enabled": true, "options": {}, "id": "2422d0f285314705b46615565d3917fe", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/2cc8b8ad456045c2a30e4360994a4487"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2cc8b8ad456045c2a30e4360994a4487", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/3c466aad8ead4318838e33dd234eb81d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3c466aad8ead4318838e33dd234eb81d", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/56e811cfd4b242068dd78826118576f4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "56e811cfd4b242068dd78826118576f4", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6fad7e5ef0254b2a9cdb215018bcab91"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6fad7e5ef0254b2a9cdb215018bcab91", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.27:5000/v3/users/7d91ea49860f4c2a8deabf649cf4ed37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d91ea49860f4c2a8deabf649cf4ed37", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/8f968cf4475249f6abf2422d6dd7425f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8f968cf4475249f6abf2422d6dd7425f", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/9482390a0722494f8852b9f0e2b9de56"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9482390a0722494f8852b9f0e2b9de56", "email": "admin@example.com", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.27:5000/v3/users/a36076122cea45c6b3e4aa67c4ca811d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a36076122cea45c6b3e4aa67c4ca811d", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/acda52409b024c95bc0facaa98dbc356"}, "domain_id": "default", "enabled": true, "options": {}, "id": "acda52409b024c95bc0facaa98dbc356", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/b193f8790ad94e46993d7eb01f623f51"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b193f8790ad94e46993d7eb01f623f51", "email": "cinder@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/dba024f1937f490cae2e437356a668d7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dba024f1937f490cae2e437356a668d7", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/e6d2649e935e4b8db8107d76bfb30c3a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e6d2649e935e4b8db8107d76bfb30c3a", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_ims-user_9e546dd3-ce1a-4117-ae36-6e5da837d045", "links": {"self": "http://172.30.9.27:5000/v3/users/e7c934d74bea46e895ab59586a943288"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "e7c934d74bea46e895ab59586a943288", "domain_id": "default", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-08-15 20:45:59,490 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-c101fee8-4a7e-4827-b6a2-f037cfab106b 2018-08-15 20:45:59,490 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.200935840607s 2018-08-15 20:45:59,490 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-c101fee8-4a7e-4827-b6a2-f037cfab106b 2018-08-15 20:45:59,495 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-15 20:45:59,498 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/users/e7c934d74bea46e895ab59586a943288 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}74d012ea7b3dfbe89eaa07ce6cb8070fee26de19" 2018-08-15 20:45:59,694 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:45:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-436f22e2-b4c1-483e-ad0f-5d97c2296870 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"user": {"name": "heat_ims-user_9e546dd3-ce1a-4117-ae36-6e5da837d045", "links": {"self": "http://172.30.9.27:5000/v3/users/e7c934d74bea46e895ab59586a943288"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "e7c934d74bea46e895ab59586a943288", "description": null}} 2018-08-15 20:45:59,694 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/e7c934d74bea46e895ab59586a943288 used request id req-436f22e2-b4c1-483e-ad0f-5d97c2296870 2018-08-15 20:45:59,694 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.198652982712s 2018-08-15 20:45:59,694 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/e7c934d74bea46e895ab59586a943288 used request id req-436f22e2-b4c1-483e-ad0f-5d97c2296870 2018-08-15 20:45:59,695 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-15 20:45:59,698 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/users/e7c934d74bea46e895ab59586a943288 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}74d012ea7b3dfbe89eaa07ce6cb8070fee26de19" 2018-08-15 20:46:00,050 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 15 Aug 2018 20:45:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1654dca2-f53b-45f3-98f6-acb47ecd1bf6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-15 20:46:00,050 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/e7c934d74bea46e895ab59586a943288 used request id req-1654dca2-f53b-45f3-98f6-acb47ecd1bf6 2018-08-15 20:46:00,051 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.355608940125s 2018-08-15 20:46:00,051 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/e7c934d74bea46e895ab59586a943288 used request id req-1654dca2-f53b-45f3-98f6-acb47ecd1bf6 2018-08-15 20:46:00,056 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-15 20:46:00,059 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}74d012ea7b3dfbe89eaa07ce6cb8070fee26de19" 2018-08-15 20:46:00,254 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:46:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-713f048a-78d7-4dd6-9bf6-26d059e74b02 Content-Encoding: gzip Content-Length: 383 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: heat_ims", "links": {"self": "http://172.30.9.27:5000/v3/projects/134cf6cfc60c4b0290f266120d6d93be"}, "tags": [], "enabled": true, "id": "134cf6cfc60c4b0290f266120d6d93be", "parent_id": "default", "domain_id": "default", "name": "heat_ims-project_9e546dd3-ce1a-4117-ae36-6e5da837d045"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/a3688ea3a7924e1e8a441a00bd79aae5"}, "tags": [], "enabled": true, "id": "a3688ea3a7924e1e8a441a00bd79aae5", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.27:5000/v3/projects/d2c267e1fee9461ba5e64a915b9518f5"}, "tags": [], "enabled": true, "id": "d2c267e1fee9461ba5e64a915b9518f5", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-08-15 20:46:00,254 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects used request id req-713f048a-78d7-4dd6-9bf6-26d059e74b02 2018-08-15 20:46:00,255 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.198009967804s 2018-08-15 20:46:00,255 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects used request id req-713f048a-78d7-4dd6-9bf6-26d059e74b02 2018-08-15 20:46:00,259 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-15 20:46:00,263 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/projects/134cf6cfc60c4b0290f266120d6d93be -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}74d012ea7b3dfbe89eaa07ce6cb8070fee26de19" 2018-08-15 20:46:00,537 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 15 Aug 2018 20:46:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-27fa33ee-3112-47bb-9468-441ab1f70705 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-15 20:46:00,537 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/134cf6cfc60c4b0290f266120d6d93be used request id req-27fa33ee-3112-47bb-9468-441ab1f70705 2018-08-15 20:46:00,537 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.277595043182s 2018-08-15 20:46:00,537 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/134cf6cfc60c4b0290f266120d6d93be used request id req-27fa33ee-3112-47bb-9468-441ab1f70705 2018-08-15 20:46:00,540 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-15 20:46:00,544 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}74d012ea7b3dfbe89eaa07ce6cb8070fee26de19" 2018-08-15 20:46:00,734 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:46:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8ae5791c-02bf-4369-aef7-553c6fa52e2a Content-Encoding: gzip Content-Length: 414 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "021fd4a1fb8b483eb2264cbf5b321379", "links": {"self": "http://172.30.9.27:5000/v3/roles/021fd4a1fb8b483eb2264cbf5b321379"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "16212b6aa60a4fd1b8194c834bae86bf", "links": {"self": "http://172.30.9.27:5000/v3/roles/16212b6aa60a4fd1b8194c834bae86bf"}, "name": "member"}, {"domain_id": null, "id": "1c1e1015ce2644848f1430e3bb28531b", "links": {"self": "http://172.30.9.27:5000/v3/roles/1c1e1015ce2644848f1430e3bb28531b"}, "name": "swiftoperator"}, {"domain_id": null, "id": "382a39dc50214187b99e809cf7222e3c", "links": {"self": "http://172.30.9.27:5000/v3/roles/382a39dc50214187b99e809cf7222e3c"}, "name": "admin"}, {"domain_id": null, "id": "9aed22da25b945dda36dee6e40a0785d", "links": {"self": "http://172.30.9.27:5000/v3/roles/9aed22da25b945dda36dee6e40a0785d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b19d5ebcb5034cfea672602765721038", "links": {"self": "http://172.30.9.27:5000/v3/roles/b19d5ebcb5034cfea672602765721038"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "eeb4436830d24515952401292b7cfc55", "links": {"self": "http://172.30.9.27:5000/v3/roles/eeb4436830d24515952401292b7cfc55"}, "name": "reader"}]} 2018-08-15 20:46:00,734 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-8ae5791c-02bf-4369-aef7-553c6fa52e2a 2018-08-15 20:46:00,734 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.193597078323s 2018-08-15 20:46:00,735 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-8ae5791c-02bf-4369-aef7-553c6fa52e2a 2018-08-15 20:46:00,740 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.roles 2018-08-15 20:46:00,743 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/roles/b19d5ebcb5034cfea672602765721038 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}74d012ea7b3dfbe89eaa07ce6cb8070fee26de19" 2018-08-15 20:46:00,962 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 15 Aug 2018 20:46:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2b9c1d76-5394-405e-8a5e-889eedd32fe8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-15 20:46:00,963 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/b19d5ebcb5034cfea672602765721038 used request id req-2b9c1d76-5394-405e-8a5e-889eedd32fe8 2018-08-15 20:46:00,963 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.roles in 0.222471952438s 2018-08-15 20:46:00,963 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/b19d5ebcb5034cfea672602765721038 used request id req-2b9c1d76-5394-405e-8a5e-889eedd32fe8 2018-08-15 20:46:00,963 - xtesting.ci.run_tests - ERROR - The test case 'heat_ims' failed. 2018-08-15 20:46:00,989 - xtesting.ci.run_tests - INFO - Loading test case 'vyos_vrouter'... 2018-08-15 20:46:01,038 - git.cmd - DEBUG - Popen(['git', 'version'], cwd=/, universal_newlines=False, shell=None) 2018-08-15 20:46:01,084 - git.cmd - DEBUG - Popen(['git', 'version'], cwd=/, universal_newlines=False, shell=None) 2018-08-15 20:46:01,152 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-15 20:46:01,152 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-15 20:46:01,152 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-15 20:46:01,152 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-15 20:46:01,153 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-15 20:46:01,153 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-15 20:46:01,153 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-15 20:46:01,153 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-15 20:46:01,153 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-15 20:46:01,153 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-15 20:46:01,153 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-15 20:46:01,153 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-15 20:46:01,153 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-15 20:46:01,153 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-15 20:46:01,153 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-15 20:46:01,153 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-15 20:46:01,153 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-15 20:46:01,154 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-15 20:46:01,154 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-15 20:46:01,154 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-15 20:46:01,154 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-15 20:46:01,154 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-15 20:46:01,157 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-15 20:46:01,164 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:46:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-de2b552f-138c-4bb4-98cb-10746e09ebf5 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-08-15 20:46:01,164 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-de2b552f-138c-4bb4-98cb-10746e09ebf5 2018-08-15 20:46:01,165 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-08-15 20:46:01,581 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "16212b6aa60a4fd1b8194c834bae86bf", "name": "member"}, {"id": "eeb4436830d24515952401292b7cfc55", "name": "reader"}, {"id": "382a39dc50214187b99e809cf7222e3c", "name": "admin"}], "expires_at": "2018-08-15T21:46:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3688ea3a7924e1e8a441a00bd79aae5", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.37:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "54e3c320cc3142e9824c171afe58d5c6"}, {"url": "http://172.30.9.27:8080/v1/AUTH_a3688ea3a7924e1e8a441a00bd79aae5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d00250537b54114937846660f377ed1"}, {"url": "http://12.0.0.37:8080/v1/AUTH_a3688ea3a7924e1e8a441a00bd79aae5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c790cb26fd2345ae9bac8a014d10a446"}], "type": "object-store", "id": "17183633b8774ff6a53da32b47c89b3c", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94631698a9884eb1bf4cb245c6f37b80"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c23f2a003e874719a2f1c41f92405a45"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e97257b46cb8440080352cd841246c5d"}], "type": "cloudformation", "id": "2dec96c2934d43bdbe2e431ef0b53392", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "287c0315393e4b22a228912ca3b004cc"}, {"url": "http://192.30.9.3:8776/v3/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62769da517ac4f44b88a6118413b8c30"}, {"url": "http://192.30.9.3:8776/v3/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c0b30400cd648249ab0a6a17cf1ebc1"}], "type": "volumev3", "id": "363b885c3f174fbfb4f17da9d41f332d", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d6cb188f65e4f77bab04c3d99f9469f"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70f7ced028794432bef835264c84489c"}, {"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77dd5cfb1dac4b31b21d705ba420c355"}], "type": "network", "id": "51b7a44223114d149d5300ae5b6d97ae", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19071864a1b848cc93bca3b1e1955c3f"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bc0345e40a36459fbc009797a6517deb"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5c7966f4757438480f39866a31a0265"}], "type": "image", "id": "5540e06daad441aa911fd4cb4d76f8d3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "68ad1d76386d437089226a0562004a39", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "03f40cbac74c4aafb48b4dd360509f6a"}, {"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18ed3fa9a0894200abaf76b71abfd912"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3d96a0aa5c344cb8ba659332ed497e85"}], "type": "identity", "id": "8096ce39bbf24c1683621ee563324790", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f60ea793ee64fc9a3d9a2d2ad889bd0"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7c9770175fc45379f2c2d142062b2c3"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e944b22c50da41179f2e29ce558807c1"}], "type": "compute", "id": "b3040d5c7e224dbca86f421bddd758e1", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5aad7caa3e6f4a35b9abdf5d46190371"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8b8b8bcfb3b40e5be77e13a4d2dda19"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d33016e2f5be49c28efb9905db488d41"}], "type": "placement", "id": "bb3127ed06e54fda901ea2348ddb72da", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "576142509dfd46c591c5e83bed8ffcc7"}, {"url": "http://192.30.9.3:8776/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cabe2973ef9144da9850a630dd2aedd5"}, {"url": "http://172.30.9.27:8776/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eb71f3f602d443c9a8605a7ff2e8aa8e"}], "type": "volume", "id": "becfeedd42e344c085611f3c7c465a3f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.3:8004/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "156b8e560e534c82a1d320da86608a19"}, {"url": "http://192.30.9.3:8004/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59154cecf6a54eb08ecc63bf95dca042"}, {"url": "http://172.30.9.27:8004/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f3aa5c8697e449f99c2cfbe2a371cab7"}], "type": "orchestration", "id": "c4334130b6d54a75804fe3f11a3b9e3e", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "39db2ebb65ae42659440fd9845949a6c"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ad23d2a65e74e3c87b1488af1f9f9ac"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d07664cbebb49149819cf7a6b20edb4"}], "type": "alarming", "id": "d878aa5c6b584d53a039f6a680fb6e8b", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e2bb44b06c0412ab74e54984b5b26b5"}, {"url": "http://192.30.9.3:8776/v2/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86bcb5a76e6c464bb4d42c969584d6f2"}, {"url": "http://172.30.9.27:8776/v2/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a391eed816af4966b335005bfe580d70"}], "type": "volumev2", "id": "e16298e148f54e96a50a134ca797deff", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b54cb5b666f74b91b0244b5332fdb3e5"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcc892608bd341e084be203695f810d1"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e980066294c34eb6866e6c4735e84a62"}], "type": "metric", "id": "f3a07a22777a4405b7eaf44da2e73e19", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.27:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1f66095afa4b74b4f26d432f5bfa55"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8dd5f30cc334148a7ed9d5ab68eee9b"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bfe7dd54acd947899871700a40dd0244"}], "type": "event", "id": "f6e223543cae4d9bad10258b0a294f12", "name": "panko"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "9482390a0722494f8852b9f0e2b9de56"}, "audit_ids": ["5vrGK7AhTM-IHCfjv2MsLg"], "issued_at": "2018-08-15T20:46:01.000000Z"}} 2018-08-15 20:46:01,584 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-15 20:46:01,585 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8aace8086be0d9781e4071048926ecb2f34e0cd2" 2018-08-15 20:46:01,956 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-7eb32994-a27f-47d9-a150-9c911f1f228f Date: Wed, 15 Aug 2018 20:46:01 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"fc8ca119-27ab-4070-99fa-a2993d11ee48","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d2c267e1fee9461ba5e64a915b9518f5","status":"ACTIVE","subnets":["3ef75223-733d-425d-bb3e-88e8a796bebc"],"description":"","tags":[],"updated_at":"2018-08-15T17:41:36Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"d2c267e1fee9461ba5e64a915b9518f5","created_at":"2018-08-15T17:16:26Z","provider:network_type":"flat"}]} 2018-08-15 20:46:01,956 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json?router%3Aexternal=True used request id req-7eb32994-a27f-47d9-a150-9c911f1f228f 2018-08-15 20:46:01,956 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.371809959412s 2018-08-15 20:46:01,956 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json?router%3Aexternal=True used request id req-7eb32994-a27f-47d9-a150-9c911f1f228f 2018-08-15 20:46:01,960 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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-15 20:46:01,967 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 15 Aug 2018 20:46:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a6226523-6117-4507-bc54-d865d627f37c 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.27:5000/v3/", "rel": "self"}]}]}} 2018-08-15 20:46:01,967 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/ used request id req-a6226523-6117-4507-bc54-d865d627f37c 2018-08-15 20:46:01,968 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-15 20:46:01,971 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}8aace8086be0d9781e4071048926ecb2f34e0cd2" 2018-08-15 20:46:02,079 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:46:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0307a641-be84-463c-bff7-c8b3f1e19fa7 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}, {"description": "", "links": {"self": "http://172.30.9.27:5000/v3/domains/e4bd2a4e6bb349a78f956295c49df949"}, "tags": [], "enabled": true, "id": "e4bd2a4e6bb349a78f956295c49df949", "name": "heat_stack"}], "links": {"self": "http://172.30.9.27:5000/v3/domains", "previous": null, "next": null}} 2018-08-15 20:46:02,079 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains used request id req-0307a641-be84-463c-bff7-c8b3f1e19fa7 2018-08-15 20:46:02,080 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.111881971359s 2018-08-15 20:46:02,080 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains used request id req-0307a641-be84-463c-bff7-c8b3f1e19fa7 2018-08-15 20:46:02,087 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-15 20:46:02,090 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}8aace8086be0d9781e4071048926ecb2f34e0cd2" -d '{"project": {"description": "Created by OPNFV Functest: vyos_vrouter", "enabled": true, "domain_id": "default", "name": "vyos_vrouter-project_bafea829-84ee-4f27-a205-76b04a6b7b79"}}' 2018-08-15 20:46:02,340 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 15 Aug 2018 20:46:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2d8cf5db-6f12-4fa6-9096-c6e763979dfe 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.27:5000/v3/projects/35d9fe4405174f48ab0478f3a53efb64"}, "tags": [], "enabled": true, "id": "35d9fe4405174f48ab0478f3a53efb64", "parent_id": "default", "domain_id": "default", "name": "vyos_vrouter-project_bafea829-84ee-4f27-a205-76b04a6b7b79"}} 2018-08-15 20:46:02,340 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-2d8cf5db-6f12-4fa6-9096-c6e763979dfe 2018-08-15 20:46:02,341 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.253204107285s 2018-08-15 20:46:02,341 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-2d8cf5db-6f12-4fa6-9096-c6e763979dfe 2018-08-15 20:46:02,341 - 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'35d9fe4405174f48ab0478f3a53efb64', '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_bafea829-84ee-4f27-a205-76b04a6b7b79'}) 2018-08-15 20:46:02,348 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-15 20:46:02,351 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}8aace8086be0d9781e4071048926ecb2f34e0cd2" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "2091f3b6-87d7-48f1-9aec-ec732e8d39d1", "email": null, "name": "vyos_vrouter-user_bafea829-84ee-4f27-a205-76b04a6b7b79"}}' 2018-08-15 20:46:02,813 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 15 Aug 2018 20:46:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-30a55923-3f0b-4a17-b1c9-ccd259502157 Content-Length: 327 Content-Type: application/json RESP BODY: {"user": {"name": "vyos_vrouter-user_bafea829-84ee-4f27-a205-76b04a6b7b79", "links": {"self": "http://172.30.9.27:5000/v3/users/760fddd770f74a96b11a5100a3bf1220"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "760fddd770f74a96b11a5100a3bf1220", "domain_id": "default", "password_expires_at": null}} 2018-08-15 20:46:02,813 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/users used request id req-30a55923-3f0b-4a17-b1c9-ccd259502157 2018-08-15 20:46:02,814 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.465341806412s 2018-08-15 20:46:02,814 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/users used request id req-30a55923-3f0b-4a17-b1c9-ccd259502157 2018-08-15 20:46:02,814 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'760fddd770f74a96b11a5100a3bf1220', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vyos_vrouter-user_bafea829-84ee-4f27-a205-76b04a6b7b79'}) 2018-08-15 20:46:02,818 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-15 20:46:02,821 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}8aace8086be0d9781e4071048926ecb2f34e0cd2" 2018-08-15 20:46:03,013 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:46:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-85789990-d4ad-4049-ac7a-5887949fda45 Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "021fd4a1fb8b483eb2264cbf5b321379", "links": {"self": "http://172.30.9.27:5000/v3/roles/021fd4a1fb8b483eb2264cbf5b321379"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "16212b6aa60a4fd1b8194c834bae86bf", "links": {"self": "http://172.30.9.27:5000/v3/roles/16212b6aa60a4fd1b8194c834bae86bf"}, "name": "member"}, {"domain_id": null, "id": "1c1e1015ce2644848f1430e3bb28531b", "links": {"self": "http://172.30.9.27:5000/v3/roles/1c1e1015ce2644848f1430e3bb28531b"}, "name": "swiftoperator"}, {"domain_id": null, "id": "382a39dc50214187b99e809cf7222e3c", "links": {"self": "http://172.30.9.27:5000/v3/roles/382a39dc50214187b99e809cf7222e3c"}, "name": "admin"}, {"domain_id": null, "id": "9aed22da25b945dda36dee6e40a0785d", "links": {"self": "http://172.30.9.27:5000/v3/roles/9aed22da25b945dda36dee6e40a0785d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "eeb4436830d24515952401292b7cfc55", "links": {"self": "http://172.30.9.27:5000/v3/roles/eeb4436830d24515952401292b7cfc55"}, "name": "reader"}]} 2018-08-15 20:46:03,013 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-85789990-d4ad-4049-ac7a-5887949fda45 2018-08-15 20:46:03,013 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.194856882095s 2018-08-15 20:46:03,013 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-85789990-d4ad-4049-ac7a-5887949fda45 2018-08-15 20:46:03,018 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-15 20:46:03,022 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}8aace8086be0d9781e4071048926ecb2f34e0cd2" 2018-08-15 20:46:03,197 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:46:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fba51f6c-ddcc-4f4a-8a52-150d3fe1be56 Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "021fd4a1fb8b483eb2264cbf5b321379", "links": {"self": "http://172.30.9.27:5000/v3/roles/021fd4a1fb8b483eb2264cbf5b321379"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "16212b6aa60a4fd1b8194c834bae86bf", "links": {"self": "http://172.30.9.27:5000/v3/roles/16212b6aa60a4fd1b8194c834bae86bf"}, "name": "member"}, {"domain_id": null, "id": "1c1e1015ce2644848f1430e3bb28531b", "links": {"self": "http://172.30.9.27:5000/v3/roles/1c1e1015ce2644848f1430e3bb28531b"}, "name": "swiftoperator"}, {"domain_id": null, "id": "382a39dc50214187b99e809cf7222e3c", "links": {"self": "http://172.30.9.27:5000/v3/roles/382a39dc50214187b99e809cf7222e3c"}, "name": "admin"}, {"domain_id": null, "id": "9aed22da25b945dda36dee6e40a0785d", "links": {"self": "http://172.30.9.27:5000/v3/roles/9aed22da25b945dda36dee6e40a0785d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "eeb4436830d24515952401292b7cfc55", "links": {"self": "http://172.30.9.27:5000/v3/roles/eeb4436830d24515952401292b7cfc55"}, "name": "reader"}]} 2018-08-15 20:46:03,197 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-fba51f6c-ddcc-4f4a-8a52-150d3fe1be56 2018-08-15 20:46:03,197 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.178668022156s 2018-08-15 20:46:03,198 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-fba51f6c-ddcc-4f4a-8a52-150d3fe1be56 2018-08-15 20:46:03,203 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-15 20:46:03,206 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}8aace8086be0d9781e4071048926ecb2f34e0cd2" 2018-08-15 20:46:03,402 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:46:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6f441efe-2661-4bb5-a931-7906ee6ce2b4 Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "021fd4a1fb8b483eb2264cbf5b321379", "links": {"self": "http://172.30.9.27:5000/v3/roles/021fd4a1fb8b483eb2264cbf5b321379"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "16212b6aa60a4fd1b8194c834bae86bf", "links": {"self": "http://172.30.9.27:5000/v3/roles/16212b6aa60a4fd1b8194c834bae86bf"}, "name": "member"}, {"domain_id": null, "id": "1c1e1015ce2644848f1430e3bb28531b", "links": {"self": "http://172.30.9.27:5000/v3/roles/1c1e1015ce2644848f1430e3bb28531b"}, "name": "swiftoperator"}, {"domain_id": null, "id": "382a39dc50214187b99e809cf7222e3c", "links": {"self": "http://172.30.9.27:5000/v3/roles/382a39dc50214187b99e809cf7222e3c"}, "name": "admin"}, {"domain_id": null, "id": "9aed22da25b945dda36dee6e40a0785d", "links": {"self": "http://172.30.9.27:5000/v3/roles/9aed22da25b945dda36dee6e40a0785d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "eeb4436830d24515952401292b7cfc55", "links": {"self": "http://172.30.9.27:5000/v3/roles/eeb4436830d24515952401292b7cfc55"}, "name": "reader"}]} 2018-08-15 20:46:03,402 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-6f441efe-2661-4bb5-a931-7906ee6ce2b4 2018-08-15 20:46:03,402 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.199712991714s 2018-08-15 20:46:03,403 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-6f441efe-2661-4bb5-a931-7906ee6ce2b4 2018-08-15 20:46:03,407 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-15 20:46:03,411 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}8aace8086be0d9781e4071048926ecb2f34e0cd2" 2018-08-15 20:46:03,593 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:46:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4e55a201-c150-4716-884d-3bff83d595c7 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-15 20:46:03,593 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-4e55a201-c150-4716-884d-3bff83d595c7 2018-08-15 20:46:03,593 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.185904979706s 2018-08-15 20:46:03,594 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-4e55a201-c150-4716-884d-3bff83d595c7 2018-08-15 20:46:03,595 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-15 20:46:03,598 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}8aace8086be0d9781e4071048926ecb2f34e0cd2" 2018-08-15 20:46:03,804 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:46:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0dc71a60-904e-4929-8e34-c13f2555391a Content-Encoding: gzip Content-Length: 842 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/033f0039d025473a84de241284491a58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "033f0039d025473a84de241284491a58", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/2422d0f285314705b46615565d3917fe"}, "domain_id": "e4bd2a4e6bb349a78f956295c49df949", "enabled": true, "options": {}, "id": "2422d0f285314705b46615565d3917fe", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/2cc8b8ad456045c2a30e4360994a4487"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2cc8b8ad456045c2a30e4360994a4487", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/3c466aad8ead4318838e33dd234eb81d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3c466aad8ead4318838e33dd234eb81d", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/56e811cfd4b242068dd78826118576f4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "56e811cfd4b242068dd78826118576f4", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6fad7e5ef0254b2a9cdb215018bcab91"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6fad7e5ef0254b2a9cdb215018bcab91", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "vyos_vrouter-user_bafea829-84ee-4f27-a205-76b04a6b7b79", "links": {"self": "http://172.30.9.27:5000/v3/users/760fddd770f74a96b11a5100a3bf1220"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "760fddd770f74a96b11a5100a3bf1220", "domain_id": "default", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.27:5000/v3/users/7d91ea49860f4c2a8deabf649cf4ed37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d91ea49860f4c2a8deabf649cf4ed37", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/8f968cf4475249f6abf2422d6dd7425f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8f968cf4475249f6abf2422d6dd7425f", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/9482390a0722494f8852b9f0e2b9de56"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9482390a0722494f8852b9f0e2b9de56", "email": "admin@example.com", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.27:5000/v3/users/a36076122cea45c6b3e4aa67c4ca811d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a36076122cea45c6b3e4aa67c4ca811d", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/acda52409b024c95bc0facaa98dbc356"}, "domain_id": "default", "enabled": true, "options": {}, "id": "acda52409b024c95bc0facaa98dbc356", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/b193f8790ad94e46993d7eb01f623f51"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b193f8790ad94e46993d7eb01f623f51", "email": "cinder@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/dba024f1937f490cae2e437356a668d7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dba024f1937f490cae2e437356a668d7", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/e6d2649e935e4b8db8107d76bfb30c3a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e6d2649e935e4b8db8107d76bfb30c3a", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-08-15 20:46:03,804 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-0dc71a60-904e-4929-8e34-c13f2555391a 2018-08-15 20:46:03,804 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.209641218185s 2018-08-15 20:46:03,805 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-0dc71a60-904e-4929-8e34-c13f2555391a 2018-08-15 20:46:03,816 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-15 20:46:03,819 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8aace8086be0d9781e4071048926ecb2f34e0cd2" 2018-08-15 20:46:03,966 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:46:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2be5f4f2-dfe8-4953-a0a2-007e34ea6d3c Content-Encoding: gzip Content-Length: 395 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/a3688ea3a7924e1e8a441a00bd79aae5"}, "tags": [], "enabled": true, "id": "a3688ea3a7924e1e8a441a00bd79aae5", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.27:5000/v3/projects/d2c267e1fee9461ba5e64a915b9518f5"}, "tags": [], "enabled": true, "id": "d2c267e1fee9461ba5e64a915b9518f5", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vyos_vrouter", "links": {"self": "http://172.30.9.27:5000/v3/projects/35d9fe4405174f48ab0478f3a53efb64"}, "tags": [], "enabled": true, "id": "35d9fe4405174f48ab0478f3a53efb64", "parent_id": "default", "domain_id": "default", "name": "vyos_vrouter-project_bafea829-84ee-4f27-a205-76b04a6b7b79"}]} 2018-08-15 20:46:03,966 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-2be5f4f2-dfe8-4953-a0a2-007e34ea6d3c 2018-08-15 20:46:03,967 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.150111198425s 2018-08-15 20:46:03,967 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-2be5f4f2-dfe8-4953-a0a2-007e34ea6d3c 2018-08-15 20:46:03,974 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-15 20:46:03,978 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:5000/v3/role_assignments?user.id=760fddd770f74a96b11a5100a3bf1220&role.id=16212b6aa60a4fd1b8194c834bae86bf&scope.project.id=35d9fe4405174f48ab0478f3a53efb64" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8aace8086be0d9781e4071048926ecb2f34e0cd2" 2018-08-15 20:46:04,074 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:46:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-313fab35-b4f1-462a-a959-1ff5ded19c41 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.27:5000/v3/role_assignments?user.id=760fddd770f74a96b11a5100a3bf1220&role.id=16212b6aa60a4fd1b8194c834bae86bf&scope.project.id=35d9fe4405174f48ab0478f3a53efb64", "previous": null, "next": null}} 2018-08-15 20:46:04,075 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=760fddd770f74a96b11a5100a3bf1220&role.id=16212b6aa60a4fd1b8194c834bae86bf&scope.project.id=35d9fe4405174f48ab0478f3a53efb64 used request id req-313fab35-b4f1-462a-a959-1ff5ded19c41 2018-08-15 20:46:04,075 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.100131988525s 2018-08-15 20:46:04,075 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=760fddd770f74a96b11a5100a3bf1220&role.id=16212b6aa60a4fd1b8194c834bae86bf&scope.project.id=35d9fe4405174f48ab0478f3a53efb64 used request id req-313fab35-b4f1-462a-a959-1ff5ded19c41 2018-08-15 20:46:04,079 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-15 20:46:04,082 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:5000/v3/projects/35d9fe4405174f48ab0478f3a53efb64/users/760fddd770f74a96b11a5100a3bf1220/roles/16212b6aa60a4fd1b8194c834bae86bf -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8aace8086be0d9781e4071048926ecb2f34e0cd2" 2018-08-15 20:46:04,239 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 15 Aug 2018 20:46:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ad7e28cd-c9bd-435b-ad64-13cbdaa6c583 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-15 20:46:04,239 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/35d9fe4405174f48ab0478f3a53efb64/users/760fddd770f74a96b11a5100a3bf1220/roles/16212b6aa60a4fd1b8194c834bae86bf used request id req-ad7e28cd-c9bd-435b-ad64-13cbdaa6c583 2018-08-15 20:46:04,239 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.160642147064s 2018-08-15 20:46:04,240 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/35d9fe4405174f48ab0478f3a53efb64/users/760fddd770f74a96b11a5100a3bf1220/roles/16212b6aa60a4fd1b8194c834bae86bf used request id req-ad7e28cd-c9bd-435b-ad64-13cbdaa6c583 2018-08-15 20:46:04,240 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vyos_vrouter-project_bafea829-84ee-4f27-a205-76b04a6b7b79', 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'35d9fe4405174f48ab0478f3a53efb64', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '2091f3b6-87d7-48f1-9aec-ec732e8d39d1', 'username': u'vyos_vrouter-user_bafea829-84ee-4f27-a205-76b04a6b7b79', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.27:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-08-15 20:46:04,242 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-15 20:46:04,242 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-15 20:46:04,242 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-15 20:46:04,242 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-15 20:46:04,242 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-15 20:46:04,242 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-15 20:46:04,242 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-15 20:46:04,242 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-15 20:46:04,243 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-15 20:46:04,243 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-15 20:46:04,243 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-15 20:46:04,243 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-15 20:46:04,243 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-15 20:46:04,243 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-15 20:46:04,243 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-15 20:46:04,243 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-15 20:46:04,244 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-15 20:46:04,244 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-15 20:46:04,244 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-15 20:46:04,244 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-15 20:46:04,244 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-15 20:46:04,244 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-15 20:46:04,246 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vyos_vrouter-user_bafea829-84ee-4f27-a205-76b04a6b7b79', 'password': '2091f3b6-87d7-48f1-9aec-ec732e8d39d1', 'project_name': 'vyos_vrouter-project_bafea829-84ee-4f27-a205-76b04a6b7b79', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.27:5000/v3', 'project_id': '35d9fe4405174f48ab0478f3a53efb64', 'project_domain_name': 'Default'} 2018-08-15 20:46:04,283 - 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-15 20:46:04,283 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - name = functest.opnfv_tests.vnf.router.cloudify_vrouter 2018-08-15 20:46:04,324 - 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-15 20:46:04,332 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - Downloading the test data. 2018-08-15 20:46:04,332 - 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-15 20:46:04,633 - 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-15 20:46:04,712 - 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-15 20:46:04,712 - xtesting.ci.run_tests - INFO - Running test case 'vyos_vrouter'... 2018-08-15 20:46:04,714 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-15 20:46:04,722 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:46:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-536d3adb-5dc0-477e-99aa-ae54a769504a Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-08-15 20:46:04,722 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-536d3adb-5dc0-477e-99aa-ae54a769504a 2018-08-15 20:46:04,723 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-08-15 20:46:05,121 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "16212b6aa60a4fd1b8194c834bae86bf", "name": "member"}, {"id": "eeb4436830d24515952401292b7cfc55", "name": "reader"}], "expires_at": "2018-08-15T21:46:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "35d9fe4405174f48ab0478f3a53efb64", "name": "vyos_vrouter-project_bafea829-84ee-4f27-a205-76b04a6b7b79"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.37:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "54e3c320cc3142e9824c171afe58d5c6"}, {"url": "http://172.30.9.27:8080/v1/AUTH_35d9fe4405174f48ab0478f3a53efb64", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d00250537b54114937846660f377ed1"}, {"url": "http://12.0.0.37:8080/v1/AUTH_35d9fe4405174f48ab0478f3a53efb64", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c790cb26fd2345ae9bac8a014d10a446"}], "type": "object-store", "id": "17183633b8774ff6a53da32b47c89b3c", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94631698a9884eb1bf4cb245c6f37b80"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c23f2a003e874719a2f1c41f92405a45"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e97257b46cb8440080352cd841246c5d"}], "type": "cloudformation", "id": "2dec96c2934d43bdbe2e431ef0b53392", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/35d9fe4405174f48ab0478f3a53efb64", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "287c0315393e4b22a228912ca3b004cc"}, {"url": "http://192.30.9.3:8776/v3/35d9fe4405174f48ab0478f3a53efb64", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62769da517ac4f44b88a6118413b8c30"}, {"url": "http://192.30.9.3:8776/v3/35d9fe4405174f48ab0478f3a53efb64", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c0b30400cd648249ab0a6a17cf1ebc1"}], "type": "volumev3", "id": "363b885c3f174fbfb4f17da9d41f332d", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d6cb188f65e4f77bab04c3d99f9469f"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70f7ced028794432bef835264c84489c"}, {"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77dd5cfb1dac4b31b21d705ba420c355"}], "type": "network", "id": "51b7a44223114d149d5300ae5b6d97ae", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19071864a1b848cc93bca3b1e1955c3f"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bc0345e40a36459fbc009797a6517deb"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5c7966f4757438480f39866a31a0265"}], "type": "image", "id": "5540e06daad441aa911fd4cb4d76f8d3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "68ad1d76386d437089226a0562004a39", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "03f40cbac74c4aafb48b4dd360509f6a"}, {"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18ed3fa9a0894200abaf76b71abfd912"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3d96a0aa5c344cb8ba659332ed497e85"}], "type": "identity", "id": "8096ce39bbf24c1683621ee563324790", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f60ea793ee64fc9a3d9a2d2ad889bd0"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7c9770175fc45379f2c2d142062b2c3"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e944b22c50da41179f2e29ce558807c1"}], "type": "compute", "id": "b3040d5c7e224dbca86f421bddd758e1", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5aad7caa3e6f4a35b9abdf5d46190371"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8b8b8bcfb3b40e5be77e13a4d2dda19"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d33016e2f5be49c28efb9905db488d41"}], "type": "placement", "id": "bb3127ed06e54fda901ea2348ddb72da", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/35d9fe4405174f48ab0478f3a53efb64", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "576142509dfd46c591c5e83bed8ffcc7"}, {"url": "http://192.30.9.3:8776/v1/35d9fe4405174f48ab0478f3a53efb64", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cabe2973ef9144da9850a630dd2aedd5"}, {"url": "http://172.30.9.27:8776/v1/35d9fe4405174f48ab0478f3a53efb64", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eb71f3f602d443c9a8605a7ff2e8aa8e"}], "type": "volume", "id": "becfeedd42e344c085611f3c7c465a3f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.3:8004/v1/35d9fe4405174f48ab0478f3a53efb64", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "156b8e560e534c82a1d320da86608a19"}, {"url": "http://192.30.9.3:8004/v1/35d9fe4405174f48ab0478f3a53efb64", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59154cecf6a54eb08ecc63bf95dca042"}, {"url": "http://172.30.9.27:8004/v1/35d9fe4405174f48ab0478f3a53efb64", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f3aa5c8697e449f99c2cfbe2a371cab7"}], "type": "orchestration", "id": "c4334130b6d54a75804fe3f11a3b9e3e", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "39db2ebb65ae42659440fd9845949a6c"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ad23d2a65e74e3c87b1488af1f9f9ac"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d07664cbebb49149819cf7a6b20edb4"}], "type": "alarming", "id": "d878aa5c6b584d53a039f6a680fb6e8b", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/35d9fe4405174f48ab0478f3a53efb64", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e2bb44b06c0412ab74e54984b5b26b5"}, {"url": "http://192.30.9.3:8776/v2/35d9fe4405174f48ab0478f3a53efb64", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86bcb5a76e6c464bb4d42c969584d6f2"}, {"url": "http://172.30.9.27:8776/v2/35d9fe4405174f48ab0478f3a53efb64", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a391eed816af4966b335005bfe580d70"}], "type": "volumev2", "id": "e16298e148f54e96a50a134ca797deff", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b54cb5b666f74b91b0244b5332fdb3e5"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcc892608bd341e084be203695f810d1"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e980066294c34eb6866e6c4735e84a62"}], "type": "metric", "id": "f3a07a22777a4405b7eaf44da2e73e19", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.27:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1f66095afa4b74b4f26d432f5bfa55"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8dd5f30cc334148a7ed9d5ab68eee9b"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bfe7dd54acd947899871700a40dd0244"}], "type": "event", "id": "f6e223543cae4d9bad10258b0a294f12", "name": "panko"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vyos_vrouter-user_bafea829-84ee-4f27-a205-76b04a6b7b79", "id": "760fddd770f74a96b11a5100a3bf1220"}, "audit_ids": ["e6rpV1XNTIKqMeEHSyhomg"], "issued_at": "2018-08-15T20:46:05.000000Z"}} 2018-08-15 20:46:05,125 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-15 20:46:05,125 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}eb13e8963c4c145f65469395e738c1b155ab9d21" -d '{"network": {"name": "vyos_vrouter-net_bafea829-84ee-4f27-a205-76b04a6b7b79", "admin_state_up": true}}' 2018-08-15 20:46:05,859 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-7fb09dec-ae8b-458f-a2ef-f6c7a26795b6 Date: Wed, 15 Aug 2018 20:46:05 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"35d9fe4405174f48ab0478f3a53efb64","created_at":"2018-08-15T20:46:05Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-15T20:46:05Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"35d9fe4405174f48ab0478f3a53efb64","id":"a1016d1f-342e-4d02-b2a6-e23ffd99804c","name":"vyos_vrouter-net_bafea829-84ee-4f27-a205-76b04a6b7b79"}} 2018-08-15 20:46:05,859 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-7fb09dec-ae8b-458f-a2ef-f6c7a26795b6 2018-08-15 20:46:05,859 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.73438000679s 2018-08-15 20:46:05,860 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-7fb09dec-ae8b-458f-a2ef-f6c7a26795b6 2018-08-15 20:46:05,860 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-15T20:46:05Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'a1016d1f-342e-4d02-b2a6-e23ffd99804c', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vyos_vrouter-net_bafea829-84ee-4f27-a205-76b04a6b7b79', u'admin_state_up': True, u'tenant_id': u'35d9fe4405174f48ab0478f3a53efb64', u'created_at': u'2018-08-15T20:46:05Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'35d9fe4405174f48ab0478f3a53efb64'}) 2018-08-15 20:46:05,861 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-15 20:46:05,861 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eb13e8963c4c145f65469395e738c1b155ab9d21" 2018-08-15 20:46:05,996 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1150 X-Openstack-Request-Id: req-a5011f69-e533-4dcb-a3b4-fd5d30ec0409 Date: Wed, 15 Aug 2018 20:46:06 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-15T20:46:05Z","tenant_id":"35d9fe4405174f48ab0478f3a53efb64","created_at":"2018-08-15T20:46:05Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"35d9fe4405174f48ab0478f3a53efb64","id":"a1016d1f-342e-4d02-b2a6-e23ffd99804c","name":"vyos_vrouter-net_bafea829-84ee-4f27-a205-76b04a6b7b79"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["3ef75223-733d-425d-bb3e-88e8a796bebc"],"updated_at":"2018-08-15T17:41:36Z","tenant_id":"d2c267e1fee9461ba5e64a915b9518f5","created_at":"2018-08-15T17:16:26Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"d2c267e1fee9461ba5e64a915b9518f5","id":"fc8ca119-27ab-4070-99fa-a2993d11ee48","name":"external"}]} 2018-08-15 20:46:05,997 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-a5011f69-e533-4dcb-a3b4-fd5d30ec0409 2018-08-15 20:46:05,997 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.135863780975s 2018-08-15 20:46:05,997 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-a5011f69-e533-4dcb-a3b4-fd5d30ec0409 2018-08-15 20:46:05,999 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-15 20:46:05,999 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}eb13e8963c4c145f65469395e738c1b155ab9d21" -d '{"subnet": {"name": "vyos_vrouter-subnet_bafea829-84ee-4f27-a205-76b04a6b7b79", "enable_dhcp": true, "network_id": "a1016d1f-342e-4d02-b2a6-e23ffd99804c", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-15 20:46:06,582 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-64198b92-34ae-4981-a185-5467d7bbf3ea Date: Wed, 15 Aug 2018 20:46:06 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a1016d1f-342e-4d02-b2a6-e23ffd99804c","tenant_id":"35d9fe4405174f48ab0478f3a53efb64","created_at":"2018-08-15T20:46:06Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-15T20:46:06Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"35d9fe4405174f48ab0478f3a53efb64","id":"5202f667-af77-46da-adee-40bc849b3ca9","subnetpool_id":null,"name":"vyos_vrouter-subnet_bafea829-84ee-4f27-a205-76b04a6b7b79"}} 2018-08-15 20:46:06,582 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-64198b92-34ae-4981-a185-5467d7bbf3ea 2018-08-15 20:46:06,582 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.583409070969s 2018-08-15 20:46:06,583 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-64198b92-34ae-4981-a185-5467d7bbf3ea 2018-08-15 20:46:06,583 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-15T20:46:06Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'5202f667-af77-46da-adee-40bc849b3ca9', u'subnetpool_id': None, u'service_types': [], u'name': u'vyos_vrouter-subnet_bafea829-84ee-4f27-a205-76b04a6b7b79', u'enable_dhcp': True, u'network_id': u'a1016d1f-342e-4d02-b2a6-e23ffd99804c', u'tenant_id': u'35d9fe4405174f48ab0478f3a53efb64', u'created_at': u'2018-08-15T20:46:06Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'35d9fe4405174f48ab0478f3a53efb64'}) 2018-08-15 20:46:06,584 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-15 20:46:06,584 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}eb13e8963c4c145f65469395e738c1b155ab9d21" -d '{"router": {"external_gateway_info": {"network_id": "fc8ca119-27ab-4070-99fa-a2993d11ee48"}, "name": "vyos_vrouter-router_bafea829-84ee-4f27-a205-76b04a6b7b79", "admin_state_up": true}}' 2018-08-15 20:46:08,042 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 623 X-Openstack-Request-Id: req-81084acc-8dd0-4d5b-a7f8-a3359c84bbe8 Date: Wed, 15 Aug 2018 20:46:08 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "fc8ca119-27ab-4070-99fa-a2993d11ee48", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "3ef75223-733d-425d-bb3e-88e8a796bebc", "ip_address": "172.30.9.202"}]}, "description": "", "tags": [], "tenant_id": "35d9fe4405174f48ab0478f3a53efb64", "created_at": "2018-08-15T20:46:06Z", "admin_state_up": true, "updated_at": "2018-08-15T20:46:07Z", "revision_number": 2, "routes": [], "project_id": "35d9fe4405174f48ab0478f3a53efb64", "id": "865bb850-ec1d-4306-9bae-d8fc3144f863", "name": "vyos_vrouter-router_bafea829-84ee-4f27-a205-76b04a6b7b79"}} 2018-08-15 20:46:08,042 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-81084acc-8dd0-4d5b-a7f8-a3359c84bbe8 2018-08-15 20:46:08,042 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.45814800262s 2018-08-15 20:46:08,042 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-81084acc-8dd0-4d5b-a7f8-a3359c84bbe8 2018-08-15 20:46:08,043 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'fc8ca119-27ab-4070-99fa-a2993d11ee48', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'3ef75223-733d-425d-bb3e-88e8a796bebc', u'ip_address': u'172.30.9.202'}]}, u'description': u'', u'tags': [], u'tenant_id': u'35d9fe4405174f48ab0478f3a53efb64', u'created_at': u'2018-08-15T20:46:06Z', u'admin_state_up': True, u'updated_at': u'2018-08-15T20:46:07Z', u'revision_number': 2, u'routes': [], u'project_id': u'35d9fe4405174f48ab0478f3a53efb64', u'id': u'865bb850-ec1d-4306-9bae-d8fc3144f863', u'name': u'vyos_vrouter-router_bafea829-84ee-4f27-a205-76b04a6b7b79'}) 2018-08-15 20:46:08,043 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-15 20:46:08,044 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/865bb850-ec1d-4306-9bae-d8fc3144f863/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}eb13e8963c4c145f65469395e738c1b155ab9d21" -d '{"subnet_id": "5202f667-af77-46da-adee-40bc849b3ca9"}' 2018-08-15 20:46:10,131 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-169bc9b0-c5dc-4703-b1c5-0f39fdf909b3 Date: Wed, 15 Aug 2018 20:46:10 GMT RESP BODY: {"network_id": "a1016d1f-342e-4d02-b2a6-e23ffd99804c", "tenant_id": "35d9fe4405174f48ab0478f3a53efb64", "subnet_id": "5202f667-af77-46da-adee-40bc849b3ca9", "subnet_ids": ["5202f667-af77-46da-adee-40bc849b3ca9"], "port_id": "f2ab1b35-dc95-46fb-8b0d-5c81e994f7b3", "id": "865bb850-ec1d-4306-9bae-d8fc3144f863"} 2018-08-15 20:46:10,132 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/865bb850-ec1d-4306-9bae-d8fc3144f863/add_router_interface.json used request id req-169bc9b0-c5dc-4703-b1c5-0f39fdf909b3 2018-08-15 20:46:10,132 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.08846092224s 2018-08-15 20:46:10,132 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/865bb850-ec1d-4306-9bae-d8fc3144f863/add_router_interface.json used request id req-169bc9b0-c5dc-4703-b1c5-0f39fdf909b3 returning object 865bb850-ec1d-4306-9bae-d8fc3144f863 2018-08-15 20:46:10,133 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2 2018-08-15 20:46:33,085 - shade - DEBUG - Image file /home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2 md5:d9fa9deb2e0906ab7da21bd97d305fa1 sha256:e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a 2018-08-15 20:46:33,087 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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-15 20:46:33,093 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Wed, 15 Aug 2018 20:46:33 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}]} 2018-08-15 20:46:33,097 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-15 20:46:33,101 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eb13e8963c4c145f65469395e738c1b155ab9d21" 2018-08-15 20:46:33,412 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-2e00d1c3-2527-4af5-a699-4f769c1b7d01 Date: Wed, 15 Aug 2018 20:46:33 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-15 20:46:33,412 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-2e00d1c3-2527-4af5-a699-4f769c1b7d01 2018-08-15 20:46:33,413 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.315399885178s 2018-08-15 20:46:33,413 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-2e00d1c3-2527-4af5-a699-4f769c1b7d01 2018-08-15 20:46:33,421 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-15 20:46:33,425 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}eb13e8963c4c145f65469395e738c1b155ab9d21" -d '{"owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "owner_specified.shade.object": "images/vyos_vrouter-img_bafea829-84ee-4f27-a205-76b04a6b7b79", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vyos_vrouter-img_bafea829-84ee-4f27-a205-76b04a6b7b79"}' 2018-08-15 20:46:33,472 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 941 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/46e0435d-b2e5-4284-b1e9-a4e65d0357b4 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-6c183886-2c2a-4c90-be38-32ee59afe887 Date: Wed, 15 Aug 2018 20:46:33 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-15T20:46:33Z", "file": "/v2/images/46e0435d-b2e5-4284-b1e9-a4e65d0357b4/file", "owner": "35d9fe4405174f48ab0478f3a53efb64", "id": "46e0435d-b2e5-4284-b1e9-a4e65d0357b4", "size": null, "self": "/v2/images/46e0435d-b2e5-4284-b1e9-a4e65d0357b4", "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_bafea829-84ee-4f27-a205-76b04a6b7b79", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "vyos_vrouter-img_bafea829-84ee-4f27-a205-76b04a6b7b79", "checksum": null, "created_at": "2018-08-15T20:46:33Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-15 20:46:33,472 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-6c183886-2c2a-4c90-be38-32ee59afe887 2018-08-15 20:46:33,472 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0503499507904s 2018-08-15 20:46:33,472 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-6c183886-2c2a-4c90-be38-32ee59afe887 returning object 46e0435d-b2e5-4284-b1e9-a4e65d0357b4 2018-08-15 20:46:33,473 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-15 20:46:33,476 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9292/v2/images/46e0435d-b2e5-4284-b1e9-a4e65d0357b4/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}eb13e8963c4c145f65469395e738c1b155ab9d21" -d '' 2018-08-15 20:47:37,258 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ce205817-8dd8-4674-b980-b247b9b5ddc1 Date: Wed, 15 Aug 2018 20:47: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-15 20:47:37,259 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/46e0435d-b2e5-4284-b1e9-a4e65d0357b4/file used request id req-ce205817-8dd8-4674-b980-b247b9b5ddc1 2018-08-15 20:47:37,259 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 63.7858240604s 2018-08-15 20:47:37,259 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/46e0435d-b2e5-4284-b1e9-a4e65d0357b4/file used request id req-ce205817-8dd8-4674-b980-b247b9b5ddc1 2018-08-15 20:47:37,266 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-15 20:47:37,269 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eb13e8963c4c145f65469395e738c1b155ab9d21" 2018-08-15 20:47:37,351 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1403 Content-Type: application/json X-Openstack-Request-Id: req-5faaf9fd-224a-4588-8727-de1fa63af04f Date: Wed, 15 Aug 2018 20:47:37 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-15T20:47:37Z", "file": "/v2/images/46e0435d-b2e5-4284-b1e9-a4e65d0357b4/file", "owner": "35d9fe4405174f48ab0478f3a53efb64", "id": "46e0435d-b2e5-4284-b1e9-a4e65d0357b4", "size": 4373348352, "self": "/v2/images/46e0435d-b2e5-4284-b1e9-a4e65d0357b4", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/46e0435d-b2e5-4284-b1e9-a4e65d0357b4/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "locations": [{"url": "rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/46e0435d-b2e5-4284-b1e9-a4e65d0357b4/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_bafea829-84ee-4f27-a205-76b04a6b7b79", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "vyos_vrouter-img_bafea829-84ee-4f27-a205-76b04a6b7b79", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-08-15T20:46:33Z", "os_hidden": false, "protected": false, "os_hash_value": "faa3b93f58a3a060092d8b73ed7dff4db788b7ba9f82a679e84462fcef54c0bf7feb5c08de6f9523de4f3ec4dcb084e02454ec94619fb84802ac5a0277ea1a5d"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-15 20:47:37,351 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-5faaf9fd-224a-4588-8727-de1fa63af04f 2018-08-15 20:47:37,351 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0856490135193s 2018-08-15 20:47:37,352 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-5faaf9fd-224a-4588-8727-de1fa63af04f 2018-08-15 20:47:37,354 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/46e0435d-b2e5-4284-b1e9-a4e65d0357b4/snap', u'metadata': Munch({})})], 'file': u'/v2/images/46e0435d-b2e5-4284-b1e9-a4e65d0357b4/file', 'owner': u'35d9fe4405174f48ab0478f3a53efb64', 'id': u'46e0435d-b2e5-4284-b1e9-a4e65d0357b4', 'size': 4373348352, u'self': u'/v2/images/46e0435d-b2e5-4284-b1e9-a4e65d0357b4', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'35d9fe4405174f48ab0478f3a53efb64', 'name': 'vyos_vrouter-project_bafea829-84ee-4f27-a205-76b04a6b7b79', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/46e0435d-b2e5-4284-b1e9-a4e65d0357b4/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-15T20:47:37Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-15T20:47:37Z', u'owner_specified.shade.sha256': u'e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a', u'owner_specified.shade.object': u'images/vyos_vrouter-img_bafea829-84ee-4f27-a205-76b04a6b7b79', '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/46e0435d-b2e5-4284-b1e9-a4e65d0357b4', 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_bafea829-84ee-4f27-a205-76b04a6b7b79', u'owner_specified.shade.md5': u'd9fa9deb2e0906ab7da21bd97d305fa1', u'schema': u'/v2/schemas/image'}, 'name': u'vyos_vrouter-img_bafea829-84ee-4f27-a205-76b04a6b7b79', 'created': u'2018-08-15T20:46:33Z', 'checksum': u'd9fa9deb2e0906ab7da21bd97d305fa1', 'created_at': u'2018-08-15T20:46:33Z', 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/46e0435d-b2e5-4284-b1e9-a4e65d0357b4', 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_bafea829-84ee-4f27-a205-76b04a6b7b79', u'owner_specified.shade.md5': u'd9fa9deb2e0906ab7da21bd97d305fa1', u'schema': u'/v2/schemas/image'}}) 2018-08-15 20:47:37,355 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-15 20:47:37,358 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8aace8086be0d9781e4071048926ecb2f34e0cd2" -d '{"flavor": {"vcpus": 2, "ram": 4096, "name": "vyos_vrouter-flavor_bafea829-84ee-4f27-a205-76b04a6b7b79", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 40, "id": null, "swap": 0}}' 2018-08-15 20:47:38,006 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:47:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a7cf7f61-08dd-455a-be67-3ace3f42473f x-compute-request-id: req-a7cf7f61-08dd-455a-be67-3ace3f42473f Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"flavor": {"name": "vyos_vrouter-flavor_bafea829-84ee-4f27-a205-76b04a6b7b79", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/bf011fb3-245a-4839-807e-2f62e2fc7002", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/bf011fb3-245a-4839-807e-2f62e2fc7002", "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": "bf011fb3-245a-4839-807e-2f62e2fc7002"}} 2018-08-15 20:47:38,006 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-a7cf7f61-08dd-455a-be67-3ace3f42473f 2018-08-15 20:47:38,006 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.650929927826s 2018-08-15 20:47:38,007 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-a7cf7f61-08dd-455a-be67-3ace3f42473f 2018-08-15 20:47:38,008 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vyos_vrouter-flavor_bafea829-84ee-4f27-a205-76b04a6b7b79', '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'a3688ea3a7924e1e8a441a00bd79aae5', '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'bf011fb3-245a-4839-807e-2f62e2fc7002', 'swap': 0}) 2018-08-15 20:47:38,008 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-15 20:47:38,011 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/flavors/bf011fb3-245a-4839-807e-2f62e2fc7002/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}8aace8086be0d9781e4071048926ecb2f34e0cd2" -d '{"extra_specs": {}}' 2018-08-15 20:47:38,030 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:47:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d572cca2-7358-4c0b-8248-6897d5a1982e x-compute-request-id: req-d572cca2-7358-4c0b-8248-6897d5a1982e Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-15 20:47:38,031 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/bf011fb3-245a-4839-807e-2f62e2fc7002/os-extra_specs used request id req-d572cca2-7358-4c0b-8248-6897d5a1982e 2018-08-15 20:47:38,031 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0222039222717s 2018-08-15 20:47:38,031 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/bf011fb3-245a-4839-807e-2f62e2fc7002/os-extra_specs used request id req-d572cca2-7358-4c0b-8248-6897d5a1982e 2018-08-15 20:47:38,032 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-08-15 20:47:38,034 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/os-keypairs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}eb13e8963c4c145f65469395e738c1b155ab9d21" -d '{"keypair": {"name": "vyos_vrouter-kp_bafea829-84ee-4f27-a205-76b04a6b7b79"}}' 2018-08-15 20:47:38,809 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:47:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-04b61f93-3600-43b1-870a-e6927a383100 x-compute-request-id: req-04b61f93-3600-43b1-870a-e6927a383100 Content-Encoding: gzip Content-Length: 1812 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDLQLLX5lMvz1ilJ1hOmaPJjNvZXMTeng+kwGjSLT+lFlJf6tVjlGqWB1f+QOpeUMBF8OrcOcjmaUGcAujVC+Wg6PcAZblzlwcE4ZUIzXdwwvRyTSyEiUdI5sxoCTy/ywF+13tj494WwjtebwIGWM3/OpbHpondNuY+0USyPSprbHKRgmSEufkYBrlgNFVCDTomyDrq6Eq05gi6JEIztSsJOCi5e1fyqL2kxKr9QMQ44rydBX+MX+5+a69H+dD4InmXWqpt8/PW3eOngPFBl+cSKzkQRXdXNSZ9djy0BI+F4LQTg84tgbwG2/wg8ZQo0Lv6V9gji8Kj2ZS+xSF8NPYL Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAy0Cy1+ZTL89YpSdYTpmjyYzb2VzE3p4PpMBo0i0/pRZSX+rV\nY5RqlgdX/kDqXlDARfDq3DnI5mlBnALo1QvloOj3AGW5c5cHBOGVCM13cML0ck0s\nhIlHSObMaAk8v8sBftd7Y+PeFsI7Xm8CBljN/zqWx6aJ3TbmPtFEsj0qa2xykYJk\nhLn5GAa5YDRVQg06Jsg66uhKtOYIuiRCM7UrCTgouXtX8qi9pMSq/UDEOOK8nQV/\njF/ufmuvR/nQ+CJ5l1qqbfPz1t3jp4DxQZfnEis5EEV3VzUmfXY8tASPheC0E4PO\nLYG8Btv8IPGUKNC7+lfYI4vCo9mUvsUhfDT2CwIDAQABAoIBAES8LX8L2if5891u\nL9Ps61HWu+aHE+DBDUNG+mvRd4uJv/PGA8H4SA9SjnRiWZ/pqQw+C/7L39/jypdK\n+JhLvK0s+5L707p+YZZJ/0+JxJGyrF4XMS3lCuFhg9DPBudJbMkLcCP4xHtn1hH6\ncnHZCFj+5EzCSi8wSK8HsDairrzCxrAnHwoFXHi1vsatD0SXUjD236+RFCR+kLeB\n6/Bj2u00fFWKcdn+ogOQE4OYweIoE/hdaw5f5aP0y65RO2oXZp8sJgF6CHufFDDS\nAWBZiFgv+V85Pr0N1CUJjxw/NrVagoYfgLL3+8pPVhd9K5SYdl1LDpEs90JrdoyP\nzhel5jkCgYEA6JF4DyWRflLHEgwaDGwGqmE6tfyr5U+MKah40R1cPVvpgAKtWgf4\nDHXyBV+hUmpKnK8SsstWYMg9FgMK8XTtf/dpRTZ1oUeflUDUWxVezjKXNA2fsl45\ne1sk49kw2ybiw47Fzg5yBxRPkTMr6utMkOewsLIMO9i8lWvSJWuCWT0CgYEA37sb\nhNIYaCBwh+rF4jMnHT4MwVMWqbw6VdVVJARRqMmULU4iTtwMvX5oHPlGcLL6DQES\ncbCoqlkFGdb4fIe2wF9ah061xzztD2py8ii5ZS5Z0fz9+L1f3oZoobsdx78pR4ve\nZBOMhAyysT2M42DKuIy3fQ4Y9kza2KzAnZv3MOcCgYBML6NR6u+vnzRhgB9kZFsG\no5VVGrHBC/8RgoQZlPGrlBl4+ueI78VdZ6HiCsLROcq5a0zHz367c703IcYK9U/8\nNLOCneWI8OqhPTyTnfuRttb7kV74Uo+oDmKWVYcAs8tjXrkD2I2YLhomqcnASlap\nvYyPRbRmQoj8tfaAlah8zQKBgQCJaMaXBd5dnYbfw26z5czhJen5lol1yBhf/T1k\neI6axuuOA84IdxgQDiHtoaAEubff4sesMd71eOUsIJ7PBR9V+XqFXe9BJgdHD473\ncdGj9hrOYL6vVcgayJxcsKqyspKs0ZfOCT+lHpNlTjNIt3rqa+qKEO194GgM6dUH\nN/JTAwKBgQC6v6NAzO6MR2IyveT1ZPYjMXkqjHn+dnSKHW6yOs0Tyu6veqUkDwcG\ne/pXNMzLFy2zSFAOks4ZfOwHSLIZdEHNU8NKRfdazM9C/qLbVnxZL44F3yW/ZdMQ\nFStPzSs0je/lN5D/ID0I65MLNZHyD7b0jmLyHxYga5aRc+4IHmvxsQ==\n-----END RSA PRIVATE KEY-----\n", "user_id": "760fddd770f74a96b11a5100a3bf1220", "name": "vyos_vrouter-kp_bafea829-84ee-4f27-a205-76b04a6b7b79", "fingerprint": "4e:80:6e:7f:5d:40:e9:bf:0f:6c:66:38:e7:c8:34:52"}} 2018-08-15 20:47:38,809 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/os-keypairs used request id req-04b61f93-3600-43b1-870a-e6927a383100 2018-08-15 20:47:38,809 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.777292013168s 2018-08-15 20:47:38,809 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/os-keypairs used request id req-04b61f93-3600-43b1-870a-e6927a383100 2018-08-15 20:47:38,810 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDLQLLX5lMvz1ilJ1hOmaPJjNvZXMTeng+kwGjSLT+lFlJf6tVjlGqWB1f+QOpeUMBF8OrcOcjmaUGcAujVC+Wg6PcAZblzlwcE4ZUIzXdwwvRyTSyEiUdI5sxoCTy/ywF+13tj494WwjtebwIGWM3/OpbHpondNuY+0USyPSprbHKRgmSEufkYBrlgNFVCDTomyDrq6Eq05gi6JEIztSsJOCi5e1fyqL2kxKr9QMQ44rydBX+MX+5+a69H+dD4InmXWqpt8/PW3eOngPFBl+cSKzkQRXdXNSZ9djy0BI+F4LQTg84tgbwG2/wg8ZQo0Lv6V9gji8Kj2ZS+xSF8NPYL Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAy0Cy1+ZTL89YpSdYTpmjyYzb2VzE3p4PpMBo0i0/pRZSX+rV\nY5RqlgdX/kDqXlDARfDq3DnI5mlBnALo1QvloOj3AGW5c5cHBOGVCM13cML0ck0s\nhIlHSObMaAk8v8sBftd7Y+PeFsI7Xm8CBljN/zqWx6aJ3TbmPtFEsj0qa2xykYJk\nhLn5GAa5YDRVQg06Jsg66uhKtOYIuiRCM7UrCTgouXtX8qi9pMSq/UDEOOK8nQV/\njF/ufmuvR/nQ+CJ5l1qqbfPz1t3jp4DxQZfnEis5EEV3VzUmfXY8tASPheC0E4PO\nLYG8Btv8IPGUKNC7+lfYI4vCo9mUvsUhfDT2CwIDAQABAoIBAES8LX8L2if5891u\nL9Ps61HWu+aHE+DBDUNG+mvRd4uJv/PGA8H4SA9SjnRiWZ/pqQw+C/7L39/jypdK\n+JhLvK0s+5L707p+YZZJ/0+JxJGyrF4XMS3lCuFhg9DPBudJbMkLcCP4xHtn1hH6\ncnHZCFj+5EzCSi8wSK8HsDairrzCxrAnHwoFXHi1vsatD0SXUjD236+RFCR+kLeB\n6/Bj2u00fFWKcdn+ogOQE4OYweIoE/hdaw5f5aP0y65RO2oXZp8sJgF6CHufFDDS\nAWBZiFgv+V85Pr0N1CUJjxw/NrVagoYfgLL3+8pPVhd9K5SYdl1LDpEs90JrdoyP\nzhel5jkCgYEA6JF4DyWRflLHEgwaDGwGqmE6tfyr5U+MKah40R1cPVvpgAKtWgf4\nDHXyBV+hUmpKnK8SsstWYMg9FgMK8XTtf/dpRTZ1oUeflUDUWxVezjKXNA2fsl45\ne1sk49kw2ybiw47Fzg5yBxRPkTMr6utMkOewsLIMO9i8lWvSJWuCWT0CgYEA37sb\nhNIYaCBwh+rF4jMnHT4MwVMWqbw6VdVVJARRqMmULU4iTtwMvX5oHPlGcLL6DQES\ncbCoqlkFGdb4fIe2wF9ah061xzztD2py8ii5ZS5Z0fz9+L1f3oZoobsdx78pR4ve\nZBOMhAyysT2M42DKuIy3fQ4Y9kza2KzAnZv3MOcCgYBML6NR6u+vnzRhgB9kZFsG\no5VVGrHBC/8RgoQZlPGrlBl4+ueI78VdZ6HiCsLROcq5a0zHz367c703IcYK9U/8\nNLOCneWI8OqhPTyTnfuRttb7kV74Uo+oDmKWVYcAs8tjXrkD2I2YLhomqcnASlap\nvYyPRbRmQoj8tfaAlah8zQKBgQCJaMaXBd5dnYbfw26z5czhJen5lol1yBhf/T1k\neI6axuuOA84IdxgQDiHtoaAEubff4sesMd71eOUsIJ7PBR9V+XqFXe9BJgdHD473\ncdGj9hrOYL6vVcgayJxcsKqyspKs0ZfOCT+lHpNlTjNIt3rqa+qKEO194GgM6dUH\nN/JTAwKBgQC6v6NAzO6MR2IyveT1ZPYjMXkqjHn+dnSKHW6yOs0Tyu6veqUkDwcG\ne/pXNMzLFy2zSFAOks4ZfOwHSLIZdEHNU8NKRfdazM9C/qLbVnxZL44F3yW/ZdMQ\nFStPzSs0je/lN5D/ID0I65MLNZHyD7b0jmLyHxYga5aRc+4IHmvxsQ==\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'760fddd770f74a96b11a5100a3bf1220', 'name': u'vyos_vrouter-kp_bafea829-84ee-4f27-a205-76b04a6b7b79', 'created_at': '2018-08-15T20:47:38.810706', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'35d9fe4405174f48ab0478f3a53efb64', 'name': 'vyos_vrouter-project_bafea829-84ee-4f27-a205-76b04a6b7b79', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'4e:80:6e:7f:5d:40:e9:bf:0f:6c:66:38:e7:c8:34:52', 'type': 'ssh', 'id': u'vyos_vrouter-kp_bafea829-84ee-4f27-a205-76b04a6b7b79'}) 2018-08-15 20:47:38,811 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpAIBAAKCAQEAy0Cy1+ZTL89YpSdYTpmjyYzb2VzE3p4PpMBo0i0/pRZSX+rV Y5RqlgdX/kDqXlDARfDq3DnI5mlBnALo1QvloOj3AGW5c5cHBOGVCM13cML0ck0s hIlHSObMaAk8v8sBftd7Y+PeFsI7Xm8CBljN/zqWx6aJ3TbmPtFEsj0qa2xykYJk hLn5GAa5YDRVQg06Jsg66uhKtOYIuiRCM7UrCTgouXtX8qi9pMSq/UDEOOK8nQV/ jF/ufmuvR/nQ+CJ5l1qqbfPz1t3jp4DxQZfnEis5EEV3VzUmfXY8tASPheC0E4PO LYG8Btv8IPGUKNC7+lfYI4vCo9mUvsUhfDT2CwIDAQABAoIBAES8LX8L2if5891u L9Ps61HWu+aHE+DBDUNG+mvRd4uJv/PGA8H4SA9SjnRiWZ/pqQw+C/7L39/jypdK +JhLvK0s+5L707p+YZZJ/0+JxJGyrF4XMS3lCuFhg9DPBudJbMkLcCP4xHtn1hH6 cnHZCFj+5EzCSi8wSK8HsDairrzCxrAnHwoFXHi1vsatD0SXUjD236+RFCR+kLeB 6/Bj2u00fFWKcdn+ogOQE4OYweIoE/hdaw5f5aP0y65RO2oXZp8sJgF6CHufFDDS AWBZiFgv+V85Pr0N1CUJjxw/NrVagoYfgLL3+8pPVhd9K5SYdl1LDpEs90JrdoyP zhel5jkCgYEA6JF4DyWRflLHEgwaDGwGqmE6tfyr5U+MKah40R1cPVvpgAKtWgf4 DHXyBV+hUmpKnK8SsstWYMg9FgMK8XTtf/dpRTZ1oUeflUDUWxVezjKXNA2fsl45 e1sk49kw2ybiw47Fzg5yBxRPkTMr6utMkOewsLIMO9i8lWvSJWuCWT0CgYEA37sb hNIYaCBwh+rF4jMnHT4MwVMWqbw6VdVVJARRqMmULU4iTtwMvX5oHPlGcLL6DQES cbCoqlkFGdb4fIe2wF9ah061xzztD2py8ii5ZS5Z0fz9+L1f3oZoobsdx78pR4ve ZBOMhAyysT2M42DKuIy3fQ4Y9kza2KzAnZv3MOcCgYBML6NR6u+vnzRhgB9kZFsG o5VVGrHBC/8RgoQZlPGrlBl4+ueI78VdZ6HiCsLROcq5a0zHz367c703IcYK9U/8 NLOCneWI8OqhPTyTnfuRttb7kV74Uo+oDmKWVYcAs8tjXrkD2I2YLhomqcnASlap vYyPRbRmQoj8tfaAlah8zQKBgQCJaMaXBd5dnYbfw26z5czhJen5lol1yBhf/T1k eI6axuuOA84IdxgQDiHtoaAEubff4sesMd71eOUsIJ7PBR9V+XqFXe9BJgdHD473 cdGj9hrOYL6vVcgayJxcsKqyspKs0ZfOCT+lHpNlTjNIt3rqa+qKEO194GgM6dUH N/JTAwKBgQC6v6NAzO6MR2IyveT1ZPYjMXkqjHn+dnSKHW6yOs0Tyu6veqUkDwcG e/pXNMzLFy2zSFAOks4ZfOwHSLIZdEHNU8NKRfdazM9C/qLbVnxZL44F3yW/ZdMQ FStPzSs0je/lN5D/ID0I65MLNZHyD7b0jmLyHxYga5aRc+4IHmvxsQ== -----END RSA PRIVATE KEY----- 2018-08-15 20:47:38,814 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-08-15 20:47:38,815 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}eb13e8963c4c145f65469395e738c1b155ab9d21" -d '{"security_group": {"name": "vyos_vrouter-sg_bafea829-84ee-4f27-a205-76b04a6b7b79", "description": "created by OPNFV Functest (vyos_vrouter)"}}' 2018-08-15 20:47:39,293 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1424 X-Openstack-Request-Id: req-070abade-19a6-4982-b761-fe0f260d5b89 Date: Wed, 15 Aug 2018 20:47:39 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "35d9fe4405174f48ab0478f3a53efb64", "created_at": "2018-08-15T20:47:39Z", "updated_at": "2018-08-15T20:47:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T20:47:39Z", "revision_number": 0, "id": "795962cb-5135-4b7b-adb5-b7a3be23f1ef", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T20:47:39Z", "security_group_id": "ecc63e63-dbb6-41be-98f6-6fe85c300923", "tenant_id": "35d9fe4405174f48ab0478f3a53efb64", "port_range_min": null, "ethertype": "IPv4", "project_id": "35d9fe4405174f48ab0478f3a53efb64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T20:47:39Z", "revision_number": 0, "id": "d318e059-4bf4-49c9-8fde-e9db771a46e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T20:47:39Z", "security_group_id": "ecc63e63-dbb6-41be-98f6-6fe85c300923", "tenant_id": "35d9fe4405174f48ab0478f3a53efb64", "port_range_min": null, "ethertype": "IPv6", "project_id": "35d9fe4405174f48ab0478f3a53efb64"}], "revision_number": 1, "project_id": "35d9fe4405174f48ab0478f3a53efb64", "id": "ecc63e63-dbb6-41be-98f6-6fe85c300923", "name": "vyos_vrouter-sg_bafea829-84ee-4f27-a205-76b04a6b7b79"}} 2018-08-15 20:47:39,293 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-070abade-19a6-4982-b761-fe0f260d5b89 2018-08-15 20:47:39,294 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.479371786118s 2018-08-15 20:47:39,294 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-070abade-19a6-4982-b761-fe0f260d5b89 2018-08-15 20:47:39,299 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-15 20:47:39,299 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eb13e8963c4c145f65469395e738c1b155ab9d21" 2018-08-15 20:47:39,367 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3840 X-Openstack-Request-Id: req-bc6666d7-3efd-472d-abd6-852406033bf2 Date: Wed, 15 Aug 2018 20:47:39 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "35d9fe4405174f48ab0478f3a53efb64", "created_at": "2018-08-15T20:46:05Z", "updated_at": "2018-08-15T20:46:05Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T20:46:05Z", "revision_number": 0, "id": "1dfed809-7dea-4043-b5bc-247bbf373763", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T20:46:05Z", "security_group_id": "c2695ac6-da57-4d22-a936-aa14dc7e1de1", "tenant_id": "35d9fe4405174f48ab0478f3a53efb64", "port_range_min": null, "ethertype": "IPv4", "project_id": "35d9fe4405174f48ab0478f3a53efb64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T20:46:05Z", "revision_number": 0, "id": "7c47510b-74ec-4029-beb7-2568ae8b78ea", "remote_group_id": "c2695ac6-da57-4d22-a936-aa14dc7e1de1", "remote_ip_prefix": null, "created_at": "2018-08-15T20:46:05Z", "security_group_id": "c2695ac6-da57-4d22-a936-aa14dc7e1de1", "tenant_id": "35d9fe4405174f48ab0478f3a53efb64", "port_range_min": null, "ethertype": "IPv6", "project_id": "35d9fe4405174f48ab0478f3a53efb64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T20:46:05Z", "revision_number": 0, "id": "9fb53204-cf2a-4e56-9d4f-72edff85b117", "remote_group_id": "c2695ac6-da57-4d22-a936-aa14dc7e1de1", "remote_ip_prefix": null, "created_at": "2018-08-15T20:46:05Z", "security_group_id": "c2695ac6-da57-4d22-a936-aa14dc7e1de1", "tenant_id": "35d9fe4405174f48ab0478f3a53efb64", "port_range_min": null, "ethertype": "IPv4", "project_id": "35d9fe4405174f48ab0478f3a53efb64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T20:46:05Z", "revision_number": 0, "id": "c08a6bca-adae-40d3-a718-fbf05baa468b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T20:46:05Z", "security_group_id": "c2695ac6-da57-4d22-a936-aa14dc7e1de1", "tenant_id": "35d9fe4405174f48ab0478f3a53efb64", "port_range_min": null, "ethertype": "IPv6", "project_id": "35d9fe4405174f48ab0478f3a53efb64"}], "revision_number": 1, "project_id": "35d9fe4405174f48ab0478f3a53efb64", "id": "c2695ac6-da57-4d22-a936-aa14dc7e1de1", "name": "default"}, {"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "35d9fe4405174f48ab0478f3a53efb64", "created_at": "2018-08-15T20:47:39Z", "updated_at": "2018-08-15T20:47:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T20:47:39Z", "revision_number": 0, "id": "795962cb-5135-4b7b-adb5-b7a3be23f1ef", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T20:47:39Z", "security_group_id": "ecc63e63-dbb6-41be-98f6-6fe85c300923", "tenant_id": "35d9fe4405174f48ab0478f3a53efb64", "port_range_min": null, "ethertype": "IPv4", "project_id": "35d9fe4405174f48ab0478f3a53efb64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T20:47:39Z", "revision_number": 0, "id": "d318e059-4bf4-49c9-8fde-e9db771a46e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T20:47:39Z", "security_group_id": "ecc63e63-dbb6-41be-98f6-6fe85c300923", "tenant_id": "35d9fe4405174f48ab0478f3a53efb64", "port_range_min": null, "ethertype": "IPv6", "project_id": "35d9fe4405174f48ab0478f3a53efb64"}], "revision_number": 1, "project_id": "35d9fe4405174f48ab0478f3a53efb64", "id": "ecc63e63-dbb6-41be-98f6-6fe85c300923", "name": "vyos_vrouter-sg_bafea829-84ee-4f27-a205-76b04a6b7b79"}]} 2018-08-15 20:47:39,367 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-bc6666d7-3efd-472d-abd6-852406033bf2 2018-08-15 20:47:39,368 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0686178207397s 2018-08-15 20:47:39,368 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-bc6666d7-3efd-472d-abd6-852406033bf2 2018-08-15 20:47:39,372 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-15 20:47:39,373 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}eb13e8963c4c145f65469395e738c1b155ab9d21" -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": "ecc63e63-dbb6-41be-98f6-6fe85c300923"}}' 2018-08-15 20:47:39,593 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-25e71b00-fcec-41b6-b4bd-99f0c8d9addd Date: Wed, 15 Aug 2018 20:47: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-15T20:47:39Z", "security_group_id": "ecc63e63-dbb6-41be-98f6-6fe85c300923", "port_range_min": 22, "revision_number": 0, "tenant_id": "35d9fe4405174f48ab0478f3a53efb64", "created_at": "2018-08-15T20:47:39Z", "project_id": "35d9fe4405174f48ab0478f3a53efb64", "id": "660f5695-763e-4244-88aa-ba5878da9061"}} 2018-08-15 20:47:39,593 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules.json used request id req-25e71b00-fcec-41b6-b4bd-99f0c8d9addd 2018-08-15 20:47:39,593 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.221170902252s 2018-08-15 20:47:39,594 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules.json used request id req-25e71b00-fcec-41b6-b4bd-99f0c8d9addd 2018-08-15 20:47:39,598 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-15 20:47:39,598 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eb13e8963c4c145f65469395e738c1b155ab9d21" 2018-08-15 20:47:39,649 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4336 X-Openstack-Request-Id: req-6515d5d6-5f50-48fc-89d0-911f16995afc Date: Wed, 15 Aug 2018 20:47:39 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "35d9fe4405174f48ab0478f3a53efb64", "created_at": "2018-08-15T20:46:05Z", "updated_at": "2018-08-15T20:46:05Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T20:46:05Z", "revision_number": 0, "id": "1dfed809-7dea-4043-b5bc-247bbf373763", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T20:46:05Z", "security_group_id": "c2695ac6-da57-4d22-a936-aa14dc7e1de1", "tenant_id": "35d9fe4405174f48ab0478f3a53efb64", "port_range_min": null, "ethertype": "IPv4", "project_id": "35d9fe4405174f48ab0478f3a53efb64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T20:46:05Z", "revision_number": 0, "id": "7c47510b-74ec-4029-beb7-2568ae8b78ea", "remote_group_id": "c2695ac6-da57-4d22-a936-aa14dc7e1de1", "remote_ip_prefix": null, "created_at": "2018-08-15T20:46:05Z", "security_group_id": "c2695ac6-da57-4d22-a936-aa14dc7e1de1", "tenant_id": "35d9fe4405174f48ab0478f3a53efb64", "port_range_min": null, "ethertype": "IPv6", "project_id": "35d9fe4405174f48ab0478f3a53efb64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T20:46:05Z", "revision_number": 0, "id": "9fb53204-cf2a-4e56-9d4f-72edff85b117", "remote_group_id": "c2695ac6-da57-4d22-a936-aa14dc7e1de1", "remote_ip_prefix": null, "created_at": "2018-08-15T20:46:05Z", "security_group_id": "c2695ac6-da57-4d22-a936-aa14dc7e1de1", "tenant_id": "35d9fe4405174f48ab0478f3a53efb64", "port_range_min": null, "ethertype": "IPv4", "project_id": "35d9fe4405174f48ab0478f3a53efb64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T20:46:05Z", "revision_number": 0, "id": "c08a6bca-adae-40d3-a718-fbf05baa468b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T20:46:05Z", "security_group_id": "c2695ac6-da57-4d22-a936-aa14dc7e1de1", "tenant_id": "35d9fe4405174f48ab0478f3a53efb64", "port_range_min": null, "ethertype": "IPv6", "project_id": "35d9fe4405174f48ab0478f3a53efb64"}], "revision_number": 1, "project_id": "35d9fe4405174f48ab0478f3a53efb64", "id": "c2695ac6-da57-4d22-a936-aa14dc7e1de1", "name": "default"}, {"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "35d9fe4405174f48ab0478f3a53efb64", "created_at": "2018-08-15T20:47:39Z", "updated_at": "2018-08-15T20:47:39Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-15T20:47:39Z", "revision_number": 0, "id": "660f5695-763e-4244-88aa-ba5878da9061", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T20:47:39Z", "security_group_id": "ecc63e63-dbb6-41be-98f6-6fe85c300923", "tenant_id": "35d9fe4405174f48ab0478f3a53efb64", "port_range_min": 22, "ethertype": "IPv4", "project_id": "35d9fe4405174f48ab0478f3a53efb64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T20:47:39Z", "revision_number": 0, "id": "795962cb-5135-4b7b-adb5-b7a3be23f1ef", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T20:47:39Z", "security_group_id": "ecc63e63-dbb6-41be-98f6-6fe85c300923", "tenant_id": "35d9fe4405174f48ab0478f3a53efb64", "port_range_min": null, "ethertype": "IPv4", "project_id": "35d9fe4405174f48ab0478f3a53efb64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T20:47:39Z", "revision_number": 0, "id": "d318e059-4bf4-49c9-8fde-e9db771a46e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T20:47:39Z", "security_group_id": "ecc63e63-dbb6-41be-98f6-6fe85c300923", "tenant_id": "35d9fe4405174f48ab0478f3a53efb64", "port_range_min": null, "ethertype": "IPv6", "project_id": "35d9fe4405174f48ab0478f3a53efb64"}], "revision_number": 2, "project_id": "35d9fe4405174f48ab0478f3a53efb64", "id": "ecc63e63-dbb6-41be-98f6-6fe85c300923", "name": "vyos_vrouter-sg_bafea829-84ee-4f27-a205-76b04a6b7b79"}]} 2018-08-15 20:47:39,649 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-6515d5d6-5f50-48fc-89d0-911f16995afc 2018-08-15 20:47:39,650 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0517089366913s 2018-08-15 20:47:39,650 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-6515d5d6-5f50-48fc-89d0-911f16995afc 2018-08-15 20:47:39,653 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-15 20:47:39,654 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}eb13e8963c4c145f65469395e738c1b155ab9d21" -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": "ecc63e63-dbb6-41be-98f6-6fe85c300923"}}' 2018-08-15 20:47:39,779 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-1d30aa41-07f8-4ae4-81b4-785920d3d430 Date: Wed, 15 Aug 2018 20:47: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-15T20:47:39Z", "security_group_id": "ecc63e63-dbb6-41be-98f6-6fe85c300923", "port_range_min": null, "revision_number": 0, "tenant_id": "35d9fe4405174f48ab0478f3a53efb64", "created_at": "2018-08-15T20:47:39Z", "project_id": "35d9fe4405174f48ab0478f3a53efb64", "id": "e2e3caf7-2e21-42fb-aead-4e0eb811ee94"}} 2018-08-15 20:47:39,779 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules.json used request id req-1d30aa41-07f8-4ae4-81b4-785920d3d430 2018-08-15 20:47:39,779 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.126172065735s 2018-08-15 20:47:39,780 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules.json used request id req-1d30aa41-07f8-4ae4-81b4-785920d3d430 2018-08-15 20:47:39,783 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-15 20:47:39,784 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eb13e8963c4c145f65469395e738c1b155ab9d21" 2018-08-15 20:47:39,845 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4837 X-Openstack-Request-Id: req-5ebe6113-24d4-49f1-b744-df31f6f5bca4 Date: Wed, 15 Aug 2018 20:47:39 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "35d9fe4405174f48ab0478f3a53efb64", "created_at": "2018-08-15T20:46:05Z", "updated_at": "2018-08-15T20:46:05Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T20:46:05Z", "revision_number": 0, "id": "1dfed809-7dea-4043-b5bc-247bbf373763", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T20:46:05Z", "security_group_id": "c2695ac6-da57-4d22-a936-aa14dc7e1de1", "tenant_id": "35d9fe4405174f48ab0478f3a53efb64", "port_range_min": null, "ethertype": "IPv4", "project_id": "35d9fe4405174f48ab0478f3a53efb64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T20:46:05Z", "revision_number": 0, "id": "7c47510b-74ec-4029-beb7-2568ae8b78ea", "remote_group_id": "c2695ac6-da57-4d22-a936-aa14dc7e1de1", "remote_ip_prefix": null, "created_at": "2018-08-15T20:46:05Z", "security_group_id": "c2695ac6-da57-4d22-a936-aa14dc7e1de1", "tenant_id": "35d9fe4405174f48ab0478f3a53efb64", "port_range_min": null, "ethertype": "IPv6", "project_id": "35d9fe4405174f48ab0478f3a53efb64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T20:46:05Z", "revision_number": 0, "id": "9fb53204-cf2a-4e56-9d4f-72edff85b117", "remote_group_id": "c2695ac6-da57-4d22-a936-aa14dc7e1de1", "remote_ip_prefix": null, "created_at": "2018-08-15T20:46:05Z", "security_group_id": "c2695ac6-da57-4d22-a936-aa14dc7e1de1", "tenant_id": "35d9fe4405174f48ab0478f3a53efb64", "port_range_min": null, "ethertype": "IPv4", "project_id": "35d9fe4405174f48ab0478f3a53efb64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T20:46:05Z", "revision_number": 0, "id": "c08a6bca-adae-40d3-a718-fbf05baa468b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T20:46:05Z", "security_group_id": "c2695ac6-da57-4d22-a936-aa14dc7e1de1", "tenant_id": "35d9fe4405174f48ab0478f3a53efb64", "port_range_min": null, "ethertype": "IPv6", "project_id": "35d9fe4405174f48ab0478f3a53efb64"}], "revision_number": 1, "project_id": "35d9fe4405174f48ab0478f3a53efb64", "id": "c2695ac6-da57-4d22-a936-aa14dc7e1de1", "name": "default"}, {"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "35d9fe4405174f48ab0478f3a53efb64", "created_at": "2018-08-15T20:47:39Z", "updated_at": "2018-08-15T20:47:39Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-15T20:47:39Z", "revision_number": 0, "id": "660f5695-763e-4244-88aa-ba5878da9061", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T20:47:39Z", "security_group_id": "ecc63e63-dbb6-41be-98f6-6fe85c300923", "tenant_id": "35d9fe4405174f48ab0478f3a53efb64", "port_range_min": 22, "ethertype": "IPv4", "project_id": "35d9fe4405174f48ab0478f3a53efb64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T20:47:39Z", "revision_number": 0, "id": "795962cb-5135-4b7b-adb5-b7a3be23f1ef", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T20:47:39Z", "security_group_id": "ecc63e63-dbb6-41be-98f6-6fe85c300923", "tenant_id": "35d9fe4405174f48ab0478f3a53efb64", "port_range_min": null, "ethertype": "IPv4", "project_id": "35d9fe4405174f48ab0478f3a53efb64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T20:47:39Z", "revision_number": 0, "id": "d318e059-4bf4-49c9-8fde-e9db771a46e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T20:47:39Z", "security_group_id": "ecc63e63-dbb6-41be-98f6-6fe85c300923", "tenant_id": "35d9fe4405174f48ab0478f3a53efb64", "port_range_min": null, "ethertype": "IPv6", "project_id": "35d9fe4405174f48ab0478f3a53efb64"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-15T20:47:39Z", "revision_number": 0, "id": "e2e3caf7-2e21-42fb-aead-4e0eb811ee94", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T20:47:39Z", "security_group_id": "ecc63e63-dbb6-41be-98f6-6fe85c300923", "tenant_id": "35d9fe4405174f48ab0478f3a53efb64", "port_range_min": null, "ethertype": "IPv4", "project_id": "35d9fe4405174f48ab0478f3a53efb64"}], "revision_number": 3, "project_id": "35d9fe4405174f48ab0478f3a53efb64", "id": "ecc63e63-dbb6-41be-98f6-6fe85c300923", "name": "vyos_vrouter-sg_bafea829-84ee-4f27-a205-76b04a6b7b79"}]} 2018-08-15 20:47:39,845 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-5ebe6113-24d4-49f1-b744-df31f6f5bca4 2018-08-15 20:47:39,845 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0618550777435s 2018-08-15 20:47:39,846 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-5ebe6113-24d4-49f1-b744-df31f6f5bca4 2018-08-15 20:47:39,849 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-15 20:47:39,850 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}eb13e8963c4c145f65469395e738c1b155ab9d21" -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": "ecc63e63-dbb6-41be-98f6-6fe85c300923"}}' 2018-08-15 20:47:40,206 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-b96b2d53-01d0-478d-b6ab-7e1a60e1f439 Date: Wed, 15 Aug 2018 20:47:40 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-15T20:47:40Z", "security_group_id": "ecc63e63-dbb6-41be-98f6-6fe85c300923", "port_range_min": 80, "revision_number": 0, "tenant_id": "35d9fe4405174f48ab0478f3a53efb64", "created_at": "2018-08-15T20:47:40Z", "project_id": "35d9fe4405174f48ab0478f3a53efb64", "id": "01087ee1-2673-4f1b-96c0-c2a8e7c452ca"}} 2018-08-15 20:47:40,206 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules.json used request id req-b96b2d53-01d0-478d-b6ab-7e1a60e1f439 2018-08-15 20:47:40,206 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.356698989868s 2018-08-15 20:47:40,206 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules.json used request id req-b96b2d53-01d0-478d-b6ab-7e1a60e1f439 2018-08-15 20:47:40,210 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-15 20:47:40,210 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eb13e8963c4c145f65469395e738c1b155ab9d21" 2018-08-15 20:47:40,262 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5333 X-Openstack-Request-Id: req-6babbb5b-26cb-4c37-84fc-74475d37f2bf Date: Wed, 15 Aug 2018 20:47:40 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "35d9fe4405174f48ab0478f3a53efb64", "created_at": "2018-08-15T20:46:05Z", "updated_at": "2018-08-15T20:46:05Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T20:46:05Z", "revision_number": 0, "id": "1dfed809-7dea-4043-b5bc-247bbf373763", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T20:46:05Z", "security_group_id": "c2695ac6-da57-4d22-a936-aa14dc7e1de1", "tenant_id": "35d9fe4405174f48ab0478f3a53efb64", "port_range_min": null, "ethertype": "IPv4", "project_id": "35d9fe4405174f48ab0478f3a53efb64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T20:46:05Z", "revision_number": 0, "id": "7c47510b-74ec-4029-beb7-2568ae8b78ea", "remote_group_id": "c2695ac6-da57-4d22-a936-aa14dc7e1de1", "remote_ip_prefix": null, "created_at": "2018-08-15T20:46:05Z", "security_group_id": "c2695ac6-da57-4d22-a936-aa14dc7e1de1", "tenant_id": "35d9fe4405174f48ab0478f3a53efb64", "port_range_min": null, "ethertype": "IPv6", "project_id": "35d9fe4405174f48ab0478f3a53efb64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T20:46:05Z", "revision_number": 0, "id": "9fb53204-cf2a-4e56-9d4f-72edff85b117", "remote_group_id": "c2695ac6-da57-4d22-a936-aa14dc7e1de1", "remote_ip_prefix": null, "created_at": "2018-08-15T20:46:05Z", "security_group_id": "c2695ac6-da57-4d22-a936-aa14dc7e1de1", "tenant_id": "35d9fe4405174f48ab0478f3a53efb64", "port_range_min": null, "ethertype": "IPv4", "project_id": "35d9fe4405174f48ab0478f3a53efb64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T20:46:05Z", "revision_number": 0, "id": "c08a6bca-adae-40d3-a718-fbf05baa468b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T20:46:05Z", "security_group_id": "c2695ac6-da57-4d22-a936-aa14dc7e1de1", "tenant_id": "35d9fe4405174f48ab0478f3a53efb64", "port_range_min": null, "ethertype": "IPv6", "project_id": "35d9fe4405174f48ab0478f3a53efb64"}], "revision_number": 1, "project_id": "35d9fe4405174f48ab0478f3a53efb64", "id": "c2695ac6-da57-4d22-a936-aa14dc7e1de1", "name": "default"}, {"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "35d9fe4405174f48ab0478f3a53efb64", "created_at": "2018-08-15T20:47:39Z", "updated_at": "2018-08-15T20:47:40Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-15T20:47:40Z", "revision_number": 0, "id": "01087ee1-2673-4f1b-96c0-c2a8e7c452ca", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T20:47:40Z", "security_group_id": "ecc63e63-dbb6-41be-98f6-6fe85c300923", "tenant_id": "35d9fe4405174f48ab0478f3a53efb64", "port_range_min": 80, "ethertype": "IPv4", "project_id": "35d9fe4405174f48ab0478f3a53efb64"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-15T20:47:39Z", "revision_number": 0, "id": "660f5695-763e-4244-88aa-ba5878da9061", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T20:47:39Z", "security_group_id": "ecc63e63-dbb6-41be-98f6-6fe85c300923", "tenant_id": "35d9fe4405174f48ab0478f3a53efb64", "port_range_min": 22, "ethertype": "IPv4", "project_id": "35d9fe4405174f48ab0478f3a53efb64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T20:47:39Z", "revision_number": 0, "id": "795962cb-5135-4b7b-adb5-b7a3be23f1ef", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T20:47:39Z", "security_group_id": "ecc63e63-dbb6-41be-98f6-6fe85c300923", "tenant_id": "35d9fe4405174f48ab0478f3a53efb64", "port_range_min": null, "ethertype": "IPv4", "project_id": "35d9fe4405174f48ab0478f3a53efb64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T20:47:39Z", "revision_number": 0, "id": "d318e059-4bf4-49c9-8fde-e9db771a46e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T20:47:39Z", "security_group_id": "ecc63e63-dbb6-41be-98f6-6fe85c300923", "tenant_id": "35d9fe4405174f48ab0478f3a53efb64", "port_range_min": null, "ethertype": "IPv6", "project_id": "35d9fe4405174f48ab0478f3a53efb64"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-15T20:47:39Z", "revision_number": 0, "id": "e2e3caf7-2e21-42fb-aead-4e0eb811ee94", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T20:47:39Z", "security_group_id": "ecc63e63-dbb6-41be-98f6-6fe85c300923", "tenant_id": "35d9fe4405174f48ab0478f3a53efb64", "port_range_min": null, "ethertype": "IPv4", "project_id": "35d9fe4405174f48ab0478f3a53efb64"}], "revision_number": 4, "project_id": "35d9fe4405174f48ab0478f3a53efb64", "id": "ecc63e63-dbb6-41be-98f6-6fe85c300923", "name": "vyos_vrouter-sg_bafea829-84ee-4f27-a205-76b04a6b7b79"}]} 2018-08-15 20:47:40,262 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-6babbb5b-26cb-4c37-84fc-74475d37f2bf 2018-08-15 20:47:40,262 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.05255818367s 2018-08-15 20:47:40,263 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-6babbb5b-26cb-4c37-84fc-74475d37f2bf 2018-08-15 20:47:40,266 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-15 20:47:40,267 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}eb13e8963c4c145f65469395e738c1b155ab9d21" -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": "ecc63e63-dbb6-41be-98f6-6fe85c300923"}}' 2018-08-15 20:47:40,429 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-8467b526-68e3-4db0-a8db-fa001e7f1e01 Date: Wed, 15 Aug 2018 20:47:40 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-15T20:47:40Z", "security_group_id": "ecc63e63-dbb6-41be-98f6-6fe85c300923", "port_range_min": 443, "revision_number": 0, "tenant_id": "35d9fe4405174f48ab0478f3a53efb64", "created_at": "2018-08-15T20:47:40Z", "project_id": "35d9fe4405174f48ab0478f3a53efb64", "id": "a3ac6af3-7096-46da-b0fd-e60811d256b0"}} 2018-08-15 20:47:40,429 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules.json used request id req-8467b526-68e3-4db0-a8db-fa001e7f1e01 2018-08-15 20:47:40,429 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.162754058838s 2018-08-15 20:47:40,429 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules.json used request id req-8467b526-68e3-4db0-a8db-fa001e7f1e01 2018-08-15 20:47:40,433 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-15 20:47:40,433 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eb13e8963c4c145f65469395e738c1b155ab9d21" 2018-08-15 20:47:40,495 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5831 X-Openstack-Request-Id: req-59857f23-0314-4158-b053-67cc2889d21d Date: Wed, 15 Aug 2018 20:47:40 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "35d9fe4405174f48ab0478f3a53efb64", "created_at": "2018-08-15T20:46:05Z", "updated_at": "2018-08-15T20:46:05Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T20:46:05Z", "revision_number": 0, "id": "1dfed809-7dea-4043-b5bc-247bbf373763", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T20:46:05Z", "security_group_id": "c2695ac6-da57-4d22-a936-aa14dc7e1de1", "tenant_id": "35d9fe4405174f48ab0478f3a53efb64", "port_range_min": null, "ethertype": "IPv4", "project_id": "35d9fe4405174f48ab0478f3a53efb64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T20:46:05Z", "revision_number": 0, "id": "7c47510b-74ec-4029-beb7-2568ae8b78ea", "remote_group_id": "c2695ac6-da57-4d22-a936-aa14dc7e1de1", "remote_ip_prefix": null, "created_at": "2018-08-15T20:46:05Z", "security_group_id": "c2695ac6-da57-4d22-a936-aa14dc7e1de1", "tenant_id": "35d9fe4405174f48ab0478f3a53efb64", "port_range_min": null, "ethertype": "IPv6", "project_id": "35d9fe4405174f48ab0478f3a53efb64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T20:46:05Z", "revision_number": 0, "id": "9fb53204-cf2a-4e56-9d4f-72edff85b117", "remote_group_id": "c2695ac6-da57-4d22-a936-aa14dc7e1de1", "remote_ip_prefix": null, "created_at": "2018-08-15T20:46:05Z", "security_group_id": "c2695ac6-da57-4d22-a936-aa14dc7e1de1", "tenant_id": "35d9fe4405174f48ab0478f3a53efb64", "port_range_min": null, "ethertype": "IPv4", "project_id": "35d9fe4405174f48ab0478f3a53efb64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T20:46:05Z", "revision_number": 0, "id": "c08a6bca-adae-40d3-a718-fbf05baa468b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T20:46:05Z", "security_group_id": "c2695ac6-da57-4d22-a936-aa14dc7e1de1", "tenant_id": "35d9fe4405174f48ab0478f3a53efb64", "port_range_min": null, "ethertype": "IPv6", "project_id": "35d9fe4405174f48ab0478f3a53efb64"}], "revision_number": 1, "project_id": "35d9fe4405174f48ab0478f3a53efb64", "id": "c2695ac6-da57-4d22-a936-aa14dc7e1de1", "name": "default"}, {"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "35d9fe4405174f48ab0478f3a53efb64", "created_at": "2018-08-15T20:47:39Z", "updated_at": "2018-08-15T20:47:40Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-15T20:47:40Z", "revision_number": 0, "id": "01087ee1-2673-4f1b-96c0-c2a8e7c452ca", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T20:47:40Z", "security_group_id": "ecc63e63-dbb6-41be-98f6-6fe85c300923", "tenant_id": "35d9fe4405174f48ab0478f3a53efb64", "port_range_min": 80, "ethertype": "IPv4", "project_id": "35d9fe4405174f48ab0478f3a53efb64"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-15T20:47:39Z", "revision_number": 0, "id": "660f5695-763e-4244-88aa-ba5878da9061", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T20:47:39Z", "security_group_id": "ecc63e63-dbb6-41be-98f6-6fe85c300923", "tenant_id": "35d9fe4405174f48ab0478f3a53efb64", "port_range_min": 22, "ethertype": "IPv4", "project_id": "35d9fe4405174f48ab0478f3a53efb64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T20:47:39Z", "revision_number": 0, "id": "795962cb-5135-4b7b-adb5-b7a3be23f1ef", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T20:47:39Z", "security_group_id": "ecc63e63-dbb6-41be-98f6-6fe85c300923", "tenant_id": "35d9fe4405174f48ab0478f3a53efb64", "port_range_min": null, "ethertype": "IPv4", "project_id": "35d9fe4405174f48ab0478f3a53efb64"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-08-15T20:47:40Z", "revision_number": 0, "id": "a3ac6af3-7096-46da-b0fd-e60811d256b0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T20:47:40Z", "security_group_id": "ecc63e63-dbb6-41be-98f6-6fe85c300923", "tenant_id": "35d9fe4405174f48ab0478f3a53efb64", "port_range_min": 443, "ethertype": "IPv4", "project_id": "35d9fe4405174f48ab0478f3a53efb64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T20:47:39Z", "revision_number": 0, "id": "d318e059-4bf4-49c9-8fde-e9db771a46e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T20:47:39Z", "security_group_id": "ecc63e63-dbb6-41be-98f6-6fe85c300923", "tenant_id": "35d9fe4405174f48ab0478f3a53efb64", "port_range_min": null, "ethertype": "IPv6", "project_id": "35d9fe4405174f48ab0478f3a53efb64"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-15T20:47:39Z", "revision_number": 0, "id": "e2e3caf7-2e21-42fb-aead-4e0eb811ee94", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T20:47:39Z", "security_group_id": "ecc63e63-dbb6-41be-98f6-6fe85c300923", "tenant_id": "35d9fe4405174f48ab0478f3a53efb64", "port_range_min": null, "ethertype": "IPv4", "project_id": "35d9fe4405174f48ab0478f3a53efb64"}], "revision_number": 5, "project_id": "35d9fe4405174f48ab0478f3a53efb64", "id": "ecc63e63-dbb6-41be-98f6-6fe85c300923", "name": "vyos_vrouter-sg_bafea829-84ee-4f27-a205-76b04a6b7b79"}]} 2018-08-15 20:47:40,495 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-59857f23-0314-4158-b053-67cc2889d21d 2018-08-15 20:47:40,495 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0622611045837s 2018-08-15 20:47:40,495 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-59857f23-0314-4158-b053-67cc2889d21d 2018-08-15 20:47:40,499 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-15 20:47:40,499 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}eb13e8963c4c145f65469395e738c1b155ab9d21" -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": "ecc63e63-dbb6-41be-98f6-6fe85c300923"}}' 2018-08-15 20:47:40,647 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 511 X-Openstack-Request-Id: req-ea60e495-b464-4ca9-a194-de8597b2d2f6 Date: Wed, 15 Aug 2018 20:47:40 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-15T20:47:40Z", "security_group_id": "ecc63e63-dbb6-41be-98f6-6fe85c300923", "port_range_min": 5671, "revision_number": 0, "tenant_id": "35d9fe4405174f48ab0478f3a53efb64", "created_at": "2018-08-15T20:47:40Z", "project_id": "35d9fe4405174f48ab0478f3a53efb64", "id": "2005d385-3996-41fb-9cfd-14c007aa18be"}} 2018-08-15 20:47:40,647 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules.json used request id req-ea60e495-b464-4ca9-a194-de8597b2d2f6 2018-08-15 20:47:40,647 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.148656845093s 2018-08-15 20:47:40,648 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules.json used request id req-ea60e495-b464-4ca9-a194-de8597b2d2f6 2018-08-15 20:47:40,651 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-15 20:47:40,652 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eb13e8963c4c145f65469395e738c1b155ab9d21" 2018-08-15 20:47:40,700 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 6331 X-Openstack-Request-Id: req-0d5b2f3a-5cd9-47a5-bad2-ea376c59d090 Date: Wed, 15 Aug 2018 20:47:40 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "35d9fe4405174f48ab0478f3a53efb64", "created_at": "2018-08-15T20:46:05Z", "updated_at": "2018-08-15T20:46:05Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T20:46:05Z", "revision_number": 0, "id": "1dfed809-7dea-4043-b5bc-247bbf373763", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T20:46:05Z", "security_group_id": "c2695ac6-da57-4d22-a936-aa14dc7e1de1", "tenant_id": "35d9fe4405174f48ab0478f3a53efb64", "port_range_min": null, "ethertype": "IPv4", "project_id": "35d9fe4405174f48ab0478f3a53efb64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T20:46:05Z", "revision_number": 0, "id": "7c47510b-74ec-4029-beb7-2568ae8b78ea", "remote_group_id": "c2695ac6-da57-4d22-a936-aa14dc7e1de1", "remote_ip_prefix": null, "created_at": "2018-08-15T20:46:05Z", "security_group_id": "c2695ac6-da57-4d22-a936-aa14dc7e1de1", "tenant_id": "35d9fe4405174f48ab0478f3a53efb64", "port_range_min": null, "ethertype": "IPv6", "project_id": "35d9fe4405174f48ab0478f3a53efb64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T20:46:05Z", "revision_number": 0, "id": "9fb53204-cf2a-4e56-9d4f-72edff85b117", "remote_group_id": "c2695ac6-da57-4d22-a936-aa14dc7e1de1", "remote_ip_prefix": null, "created_at": "2018-08-15T20:46:05Z", "security_group_id": "c2695ac6-da57-4d22-a936-aa14dc7e1de1", "tenant_id": "35d9fe4405174f48ab0478f3a53efb64", "port_range_min": null, "ethertype": "IPv4", "project_id": "35d9fe4405174f48ab0478f3a53efb64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T20:46:05Z", "revision_number": 0, "id": "c08a6bca-adae-40d3-a718-fbf05baa468b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T20:46:05Z", "security_group_id": "c2695ac6-da57-4d22-a936-aa14dc7e1de1", "tenant_id": "35d9fe4405174f48ab0478f3a53efb64", "port_range_min": null, "ethertype": "IPv6", "project_id": "35d9fe4405174f48ab0478f3a53efb64"}], "revision_number": 1, "project_id": "35d9fe4405174f48ab0478f3a53efb64", "id": "c2695ac6-da57-4d22-a936-aa14dc7e1de1", "name": "default"}, {"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "35d9fe4405174f48ab0478f3a53efb64", "created_at": "2018-08-15T20:47:39Z", "updated_at": "2018-08-15T20:47:40Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-15T20:47:40Z", "revision_number": 0, "id": "01087ee1-2673-4f1b-96c0-c2a8e7c452ca", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T20:47:40Z", "security_group_id": "ecc63e63-dbb6-41be-98f6-6fe85c300923", "tenant_id": "35d9fe4405174f48ab0478f3a53efb64", "port_range_min": 80, "ethertype": "IPv4", "project_id": "35d9fe4405174f48ab0478f3a53efb64"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5671, "updated_at": "2018-08-15T20:47:40Z", "revision_number": 0, "id": "2005d385-3996-41fb-9cfd-14c007aa18be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T20:47:40Z", "security_group_id": "ecc63e63-dbb6-41be-98f6-6fe85c300923", "tenant_id": "35d9fe4405174f48ab0478f3a53efb64", "port_range_min": 5671, "ethertype": "IPv4", "project_id": "35d9fe4405174f48ab0478f3a53efb64"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-15T20:47:39Z", "revision_number": 0, "id": "660f5695-763e-4244-88aa-ba5878da9061", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T20:47:39Z", "security_group_id": "ecc63e63-dbb6-41be-98f6-6fe85c300923", "tenant_id": "35d9fe4405174f48ab0478f3a53efb64", "port_range_min": 22, "ethertype": "IPv4", "project_id": "35d9fe4405174f48ab0478f3a53efb64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T20:47:39Z", "revision_number": 0, "id": "795962cb-5135-4b7b-adb5-b7a3be23f1ef", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T20:47:39Z", "security_group_id": "ecc63e63-dbb6-41be-98f6-6fe85c300923", "tenant_id": "35d9fe4405174f48ab0478f3a53efb64", "port_range_min": null, "ethertype": "IPv4", "project_id": "35d9fe4405174f48ab0478f3a53efb64"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-08-15T20:47:40Z", "revision_number": 0, "id": "a3ac6af3-7096-46da-b0fd-e60811d256b0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T20:47:40Z", "security_group_id": "ecc63e63-dbb6-41be-98f6-6fe85c300923", "tenant_id": "35d9fe4405174f48ab0478f3a53efb64", "port_range_min": 443, "ethertype": "IPv4", "project_id": "35d9fe4405174f48ab0478f3a53efb64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T20:47:39Z", "revision_number": 0, "id": "d318e059-4bf4-49c9-8fde-e9db771a46e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T20:47:39Z", "security_group_id": "ecc63e63-dbb6-41be-98f6-6fe85c300923", "tenant_id": "35d9fe4405174f48ab0478f3a53efb64", "port_range_min": null, "ethertype": "IPv6", "project_id": "35d9fe4405174f48ab0478f3a53efb64"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-15T20:47:39Z", "revision_number": 0, "id": "e2e3caf7-2e21-42fb-aead-4e0eb811ee94", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T20:47:39Z", "security_group_id": "ecc63e63-dbb6-41be-98f6-6fe85c300923", "tenant_id": "35d9fe4405174f48ab0478f3a53efb64", "port_range_min": null, "ethertype": "IPv4", "project_id": "35d9fe4405174f48ab0478f3a53efb64"}], "revision_number": 6, "project_id": "35d9fe4405174f48ab0478f3a53efb64", "id": "ecc63e63-dbb6-41be-98f6-6fe85c300923", "name": "vyos_vrouter-sg_bafea829-84ee-4f27-a205-76b04a6b7b79"}]} 2018-08-15 20:47:40,700 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-0d5b2f3a-5cd9-47a5-bad2-ea376c59d090 2018-08-15 20:47:40,700 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0485441684723s 2018-08-15 20:47:40,700 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-0d5b2f3a-5cd9-47a5-bad2-ea376c59d090 2018-08-15 20:47:40,704 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-15 20:47:40,704 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}eb13e8963c4c145f65469395e738c1b155ab9d21" -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": "ecc63e63-dbb6-41be-98f6-6fe85c300923"}}' 2018-08-15 20:47:40,863 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 513 X-Openstack-Request-Id: req-ee9ab1a8-4fa1-4148-8f21-cbd84d72739a Date: Wed, 15 Aug 2018 20:47:40 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-15T20:47:40Z", "security_group_id": "ecc63e63-dbb6-41be-98f6-6fe85c300923", "port_range_min": 53333, "revision_number": 0, "tenant_id": "35d9fe4405174f48ab0478f3a53efb64", "created_at": "2018-08-15T20:47:40Z", "project_id": "35d9fe4405174f48ab0478f3a53efb64", "id": "9afbc6e1-b8d0-4767-b2b4-c99f7dd55edd"}} 2018-08-15 20:47:40,863 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules.json used request id req-ee9ab1a8-4fa1-4148-8f21-cbd84d72739a 2018-08-15 20:47:40,863 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.159615039825s 2018-08-15 20:47:40,864 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules.json used request id req-ee9ab1a8-4fa1-4148-8f21-cbd84d72739a 2018-08-15 20:47:40,865 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-15 20:47:40,866 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eb13e8963c4c145f65469395e738c1b155ab9d21" 2018-08-15 20:47:40,961 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-57583b18-00c3-4217-b8e8-b561884d57d2 Date: Wed, 15 Aug 2018 20:47: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":["5202f667-af77-46da-adee-40bc849b3ca9"],"updated_at":"2018-08-15T20:46:06Z","tenant_id":"35d9fe4405174f48ab0478f3a53efb64","created_at":"2018-08-15T20:46:05Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"35d9fe4405174f48ab0478f3a53efb64","id":"a1016d1f-342e-4d02-b2a6-e23ffd99804c","name":"vyos_vrouter-net_bafea829-84ee-4f27-a205-76b04a6b7b79"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["3ef75223-733d-425d-bb3e-88e8a796bebc"],"updated_at":"2018-08-15T17:41:36Z","tenant_id":"d2c267e1fee9461ba5e64a915b9518f5","created_at":"2018-08-15T17:16:26Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"d2c267e1fee9461ba5e64a915b9518f5","id":"fc8ca119-27ab-4070-99fa-a2993d11ee48","name":"external"}]} 2018-08-15 20:47:40,962 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-57583b18-00c3-4217-b8e8-b561884d57d2 2018-08-15 20:47:40,962 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0965461730957s 2018-08-15 20:47:40,962 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-57583b18-00c3-4217-b8e8-b561884d57d2 2018-08-15 20:47:40,967 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-15 20:47:40,971 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eb13e8963c4c145f65469395e738c1b155ab9d21" 2018-08-15 20:47:41,002 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1403 Content-Type: application/json X-Openstack-Request-Id: req-af0ce137-678a-4c37-82b1-9a5f9162deb4 Date: Wed, 15 Aug 2018 20:47:41 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-15T20:47:37Z", "file": "/v2/images/46e0435d-b2e5-4284-b1e9-a4e65d0357b4/file", "owner": "35d9fe4405174f48ab0478f3a53efb64", "id": "46e0435d-b2e5-4284-b1e9-a4e65d0357b4", "size": 4373348352, "self": "/v2/images/46e0435d-b2e5-4284-b1e9-a4e65d0357b4", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/46e0435d-b2e5-4284-b1e9-a4e65d0357b4/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "locations": [{"url": "rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/46e0435d-b2e5-4284-b1e9-a4e65d0357b4/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_bafea829-84ee-4f27-a205-76b04a6b7b79", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "vyos_vrouter-img_bafea829-84ee-4f27-a205-76b04a6b7b79", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-08-15T20:46:33Z", "os_hidden": false, "protected": false, "os_hash_value": "faa3b93f58a3a060092d8b73ed7dff4db788b7ba9f82a679e84462fcef54c0bf7feb5c08de6f9523de4f3ec4dcb084e02454ec94619fb84802ac5a0277ea1a5d"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-15 20:47:41,003 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-af0ce137-678a-4c37-82b1-9a5f9162deb4 2018-08-15 20:47:41,003 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0352740287781s 2018-08-15 20:47:41,003 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-af0ce137-678a-4c37-82b1-9a5f9162deb4 2018-08-15 20:47:41,004 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-15 20:47:41,007 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eb13e8963c4c145f65469395e738c1b155ab9d21" 2018-08-15 20:47:41,027 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:47:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5d7995e4-297f-4499-91da-acc93d0d8ac8 x-compute-request-id: req-5d7995e4-297f-4499-91da-acc93d0d8ac8 Content-Encoding: gzip Content-Length: 406 Content-Type: application/json RESP BODY: {"flavors": [{"name": "heat_ims-flavor_alt_9e546dd3-ce1a-4117-ae36-6e5da837d045", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "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": "96fb1ce7-8528-40c6-bf7c-d3fd38601875"}, {"name": "vyos_vrouter-flavor_bafea829-84ee-4f27-a205-76b04a6b7b79", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/bf011fb3-245a-4839-807e-2f62e2fc7002", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/bf011fb3-245a-4839-807e-2f62e2fc7002", "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": "bf011fb3-245a-4839-807e-2f62e2fc7002"}]} 2018-08-15 20:47:41,027 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-5d7995e4-297f-4499-91da-acc93d0d8ac8 2018-08-15 20:47:41,028 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0229599475861s 2018-08-15 20:47:41,028 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-5d7995e4-297f-4499-91da-acc93d0d8ac8 2018-08-15 20:47:41,030 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-15 20:47:41,033 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}eb13e8963c4c145f65469395e738c1b155ab9d21" -d '{"server": {"name": "vyos_vrouter-vm_bafea829-84ee-4f27-a205-76b04a6b7b79", "imageRef": "46e0435d-b2e5-4284-b1e9-a4e65d0357b4", "key_name": "vyos_vrouter-kp_bafea829-84ee-4f27-a205-76b04a6b7b79", "flavorRef": "bf011fb3-245a-4839-807e-2f62e2fc7002", "max_count": 1, "min_count": 1, "networks": [{"uuid": "a1016d1f-342e-4d02-b2a6-e23ffd99804c"}], "security_groups": [{"name": "ecc63e63-dbb6-41be-98f6-6fe85c300923"}]}}' 2018-08-15 20:47:43,264 - keystoneauth.session - DEBUG - RESP: [202] Date: Wed, 15 Aug 2018 20:47:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e218e318-8427-4f1c-8897-52e9540d98e9 x-compute-request-id: req-e218e318-8427-4f1c-8897-52e9540d98e9 Content-Length: 403 location: http://172.30.9.27:8774/v2.1/servers/cadd0d08-da27-49f7-bfac-c8054fad4f67 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "ecc63e63-dbb6-41be-98f6-6fe85c300923"}], "OS-DCF:diskConfig": "MANUAL", "id": "cadd0d08-da27-49f7-bfac-c8054fad4f67", "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/cadd0d08-da27-49f7-bfac-c8054fad4f67", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/cadd0d08-da27-49f7-bfac-c8054fad4f67", "rel": "bookmark"}], "adminPass": "WkaLY8Wz9xAw"}} 2018-08-15 20:47:43,264 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-e218e318-8427-4f1c-8897-52e9540d98e9 2018-08-15 20:47:43,264 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 2.23411107063s 2018-08-15 20:47:43,265 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-e218e318-8427-4f1c-8897-52e9540d98e9 2018-08-15 20:47:43,266 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:47:43,269 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eb13e8963c4c145f65469395e738c1b155ab9d21" 2018-08-15 20:47:43,898 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:47:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-325d919a-ef38-498f-ab3a-d7086a8dba9e x-compute-request-id: req-325d919a-ef38-498f-ab3a-d7086a8dba9e 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.27:8774/v2.1/servers/cadd0d08-da27-49f7-bfac-c8054fad4f67", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/cadd0d08-da27-49f7-bfac-c8054fad4f67", "rel": "bookmark"}], "image": {"id": "46e0435d-b2e5-4284-b1e9-a4e65d0357b4", "links": [{"href": "http://172.30.9.27:8774/images/46e0435d-b2e5-4284-b1e9-a4e65d0357b4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bf011fb3-245a-4839-807e-2f62e2fc7002", "links": [{"href": "http://172.30.9.27:8774/flavors/bf011fb3-245a-4839-807e-2f62e2fc7002", "rel": "bookmark"}]}, "id": "cadd0d08-da27-49f7-bfac-c8054fad4f67", "user_id": "760fddd770f74a96b11a5100a3bf1220", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T20:47:43Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_bafea829-84ee-4f27-a205-76b04a6b7b79", "name": "vyos_vrouter-vm_bafea829-84ee-4f27-a205-76b04a6b7b79", "created": "2018-08-15T20:47:43Z", "tenant_id": "35d9fe4405174f48ab0478f3a53efb64", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:47:43,898 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-325d919a-ef38-498f-ab3a-d7086a8dba9e 2018-08-15 20:47:43,898 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.631784200668s 2018-08-15 20:47:43,898 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-325d919a-ef38-498f-ab3a-d7086a8dba9e 2018-08-15 20:47:43,905 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-15 20:47:43,906 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eb13e8963c4c145f65469395e738c1b155ab9d21" 2018-08-15 20:47:43,991 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-c6a89882-81e8-43b6-8df1-839efe8e91a2 Date: Wed, 15 Aug 2018 20:47:44 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":["5202f667-af77-46da-adee-40bc849b3ca9"],"updated_at":"2018-08-15T20:46:06Z","tenant_id":"35d9fe4405174f48ab0478f3a53efb64","created_at":"2018-08-15T20:46:05Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"35d9fe4405174f48ab0478f3a53efb64","id":"a1016d1f-342e-4d02-b2a6-e23ffd99804c","name":"vyos_vrouter-net_bafea829-84ee-4f27-a205-76b04a6b7b79"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["3ef75223-733d-425d-bb3e-88e8a796bebc"],"updated_at":"2018-08-15T17:41:36Z","tenant_id":"d2c267e1fee9461ba5e64a915b9518f5","created_at":"2018-08-15T17:16:26Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"d2c267e1fee9461ba5e64a915b9518f5","id":"fc8ca119-27ab-4070-99fa-a2993d11ee48","name":"external"}]} 2018-08-15 20:47:43,991 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-c6a89882-81e8-43b6-8df1-839efe8e91a2 2018-08-15 20:47:43,991 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0857799053192s 2018-08-15 20:47:43,991 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-c6a89882-81e8-43b6-8df1-839efe8e91a2 2018-08-15 20:47:43,992 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-15 20:47:43,993 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eb13e8963c4c145f65469395e738c1b155ab9d21" 2018-08-15 20:47:44,034 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 683 X-Openstack-Request-Id: req-a8dac5f0-a12f-4df9-82c1-2bd143e8929a Date: Wed, 15 Aug 2018 20:47:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a1016d1f-342e-4d02-b2a6-e23ffd99804c","tenant_id":"35d9fe4405174f48ab0478f3a53efb64","created_at":"2018-08-15T20:46:06Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-15T20:46:06Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"35d9fe4405174f48ab0478f3a53efb64","id":"5202f667-af77-46da-adee-40bc849b3ca9","subnetpool_id":null,"name":"vyos_vrouter-subnet_bafea829-84ee-4f27-a205-76b04a6b7b79"}]} 2018-08-15 20:47:44,034 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-a8dac5f0-a12f-4df9-82c1-2bd143e8929a 2018-08-15 20:47:44,034 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0418400764465s 2018-08-15 20:47:44,035 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-a8dac5f0-a12f-4df9-82c1-2bd143e8929a 2018-08-15 20:47:44,035 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 20:47:46,038 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:47:46,041 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eb13e8963c4c145f65469395e738c1b155ab9d21" 2018-08-15 20:47:46,354 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:47:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1dd46c10-98a8-4cb8-8d62-88f80a9f1a04 x-compute-request-id: req-1dd46c10-98a8-4cb8-8d62-88f80a9f1a04 Content-Encoding: gzip Content-Length: 650 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "networking", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/cadd0d08-da27-49f7-bfac-c8054fad4f67", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/cadd0d08-da27-49f7-bfac-c8054fad4f67", "rel": "bookmark"}], "image": {"id": "46e0435d-b2e5-4284-b1e9-a4e65d0357b4", "links": [{"href": "http://172.30.9.27:8774/images/46e0435d-b2e5-4284-b1e9-a4e65d0357b4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bf011fb3-245a-4839-807e-2f62e2fc7002", "links": [{"href": "http://172.30.9.27:8774/flavors/bf011fb3-245a-4839-807e-2f62e2fc7002", "rel": "bookmark"}]}, "id": "cadd0d08-da27-49f7-bfac-c8054fad4f67", "user_id": "760fddd770f74a96b11a5100a3bf1220", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T20:47:46Z", "hostId": "376dab7bff3c246c48613ef5bbf01ce00f4630575df7ca6a031470c7", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_bafea829-84ee-4f27-a205-76b04a6b7b79", "name": "vyos_vrouter-vm_bafea829-84ee-4f27-a205-76b04a6b7b79", "created": "2018-08-15T20:47:43Z", "tenant_id": "35d9fe4405174f48ab0478f3a53efb64", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:47:46,354 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-1dd46c10-98a8-4cb8-8d62-88f80a9f1a04 2018-08-15 20:47:46,354 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.315825939178s 2018-08-15 20:47:46,355 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-1dd46c10-98a8-4cb8-8d62-88f80a9f1a04 2018-08-15 20:47:46,359 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 20:47:48,361 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:47:48,364 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eb13e8963c4c145f65469395e738c1b155ab9d21" 2018-08-15 20:47:49,032 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:47:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f0c52509-10c1-4cbd-a4d6-c6c7e9f2585e x-compute-request-id: req-f0c52509-10c1-4cbd-a4d6-c6c7e9f2585e Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/cadd0d08-da27-49f7-bfac-c8054fad4f67", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/cadd0d08-da27-49f7-bfac-c8054fad4f67", "rel": "bookmark"}], "image": {"id": "46e0435d-b2e5-4284-b1e9-a4e65d0357b4", "links": [{"href": "http://172.30.9.27:8774/images/46e0435d-b2e5-4284-b1e9-a4e65d0357b4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bf011fb3-245a-4839-807e-2f62e2fc7002", "links": [{"href": "http://172.30.9.27:8774/flavors/bf011fb3-245a-4839-807e-2f62e2fc7002", "rel": "bookmark"}]}, "id": "cadd0d08-da27-49f7-bfac-c8054fad4f67", "security_groups": [{"name": "vyos_vrouter-sg_bafea829-84ee-4f27-a205-76b04a6b7b79"}], "user_id": "760fddd770f74a96b11a5100a3bf1220", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T20:47:47Z", "hostId": "376dab7bff3c246c48613ef5bbf01ce00f4630575df7ca6a031470c7", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_bafea829-84ee-4f27-a205-76b04a6b7b79", "name": "vyos_vrouter-vm_bafea829-84ee-4f27-a205-76b04a6b7b79", "created": "2018-08-15T20:47:43Z", "tenant_id": "35d9fe4405174f48ab0478f3a53efb64", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:47:49,032 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-f0c52509-10c1-4cbd-a4d6-c6c7e9f2585e 2018-08-15 20:47:49,032 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.670501947403s 2018-08-15 20:47:49,032 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-f0c52509-10c1-4cbd-a4d6-c6c7e9f2585e 2018-08-15 20:47:49,037 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 20:47:51,038 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:47:51,041 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eb13e8963c4c145f65469395e738c1b155ab9d21" 2018-08-15 20:47:51,468 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:47:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e3cfde75-4dc6-41d2-9994-ada1b920e40c x-compute-request-id: req-e3cfde75-4dc6-41d2-9994-ada1b920e40c Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/cadd0d08-da27-49f7-bfac-c8054fad4f67", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/cadd0d08-da27-49f7-bfac-c8054fad4f67", "rel": "bookmark"}], "image": {"id": "46e0435d-b2e5-4284-b1e9-a4e65d0357b4", "links": [{"href": "http://172.30.9.27:8774/images/46e0435d-b2e5-4284-b1e9-a4e65d0357b4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bf011fb3-245a-4839-807e-2f62e2fc7002", "links": [{"href": "http://172.30.9.27:8774/flavors/bf011fb3-245a-4839-807e-2f62e2fc7002", "rel": "bookmark"}]}, "id": "cadd0d08-da27-49f7-bfac-c8054fad4f67", "security_groups": [{"name": "vyos_vrouter-sg_bafea829-84ee-4f27-a205-76b04a6b7b79"}], "user_id": "760fddd770f74a96b11a5100a3bf1220", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T20:47:47Z", "hostId": "376dab7bff3c246c48613ef5bbf01ce00f4630575df7ca6a031470c7", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_bafea829-84ee-4f27-a205-76b04a6b7b79", "name": "vyos_vrouter-vm_bafea829-84ee-4f27-a205-76b04a6b7b79", "created": "2018-08-15T20:47:43Z", "tenant_id": "35d9fe4405174f48ab0478f3a53efb64", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:47:51,468 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-e3cfde75-4dc6-41d2-9994-ada1b920e40c 2018-08-15 20:47:51,469 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.430092096329s 2018-08-15 20:47:51,469 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-e3cfde75-4dc6-41d2-9994-ada1b920e40c 2018-08-15 20:47:51,475 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 20:47:53,478 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:47:53,482 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eb13e8963c4c145f65469395e738c1b155ab9d21" 2018-08-15 20:47:53,884 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:47:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-790bae73-01a6-4d49-b23c-94d6b824041a x-compute-request-id: req-790bae73-01a6-4d49-b23c-94d6b824041a Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/cadd0d08-da27-49f7-bfac-c8054fad4f67", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/cadd0d08-da27-49f7-bfac-c8054fad4f67", "rel": "bookmark"}], "image": {"id": "46e0435d-b2e5-4284-b1e9-a4e65d0357b4", "links": [{"href": "http://172.30.9.27:8774/images/46e0435d-b2e5-4284-b1e9-a4e65d0357b4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bf011fb3-245a-4839-807e-2f62e2fc7002", "links": [{"href": "http://172.30.9.27:8774/flavors/bf011fb3-245a-4839-807e-2f62e2fc7002", "rel": "bookmark"}]}, "id": "cadd0d08-da27-49f7-bfac-c8054fad4f67", "security_groups": [{"name": "vyos_vrouter-sg_bafea829-84ee-4f27-a205-76b04a6b7b79"}], "user_id": "760fddd770f74a96b11a5100a3bf1220", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T20:47:47Z", "hostId": "376dab7bff3c246c48613ef5bbf01ce00f4630575df7ca6a031470c7", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_bafea829-84ee-4f27-a205-76b04a6b7b79", "name": "vyos_vrouter-vm_bafea829-84ee-4f27-a205-76b04a6b7b79", "created": "2018-08-15T20:47:43Z", "tenant_id": "35d9fe4405174f48ab0478f3a53efb64", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:47:53,884 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-790bae73-01a6-4d49-b23c-94d6b824041a 2018-08-15 20:47:53,884 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.405565977097s 2018-08-15 20:47:53,884 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-790bae73-01a6-4d49-b23c-94d6b824041a 2018-08-15 20:47:53,888 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 20:47:55,891 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:47:55,894 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eb13e8963c4c145f65469395e738c1b155ab9d21" 2018-08-15 20:47:56,375 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:47:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2500c6d9-720f-4717-bc81-6fda1b4e65ee x-compute-request-id: req-2500c6d9-720f-4717-bc81-6fda1b4e65ee Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/cadd0d08-da27-49f7-bfac-c8054fad4f67", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/cadd0d08-da27-49f7-bfac-c8054fad4f67", "rel": "bookmark"}], "image": {"id": "46e0435d-b2e5-4284-b1e9-a4e65d0357b4", "links": [{"href": "http://172.30.9.27:8774/images/46e0435d-b2e5-4284-b1e9-a4e65d0357b4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bf011fb3-245a-4839-807e-2f62e2fc7002", "links": [{"href": "http://172.30.9.27:8774/flavors/bf011fb3-245a-4839-807e-2f62e2fc7002", "rel": "bookmark"}]}, "id": "cadd0d08-da27-49f7-bfac-c8054fad4f67", "security_groups": [{"name": "vyos_vrouter-sg_bafea829-84ee-4f27-a205-76b04a6b7b79"}], "user_id": "760fddd770f74a96b11a5100a3bf1220", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T20:47:47Z", "hostId": "376dab7bff3c246c48613ef5bbf01ce00f4630575df7ca6a031470c7", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_bafea829-84ee-4f27-a205-76b04a6b7b79", "name": "vyos_vrouter-vm_bafea829-84ee-4f27-a205-76b04a6b7b79", "created": "2018-08-15T20:47:43Z", "tenant_id": "35d9fe4405174f48ab0478f3a53efb64", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:47:56,375 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-2500c6d9-720f-4717-bc81-6fda1b4e65ee 2018-08-15 20:47:56,376 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.484220981598s 2018-08-15 20:47:56,376 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-2500c6d9-720f-4717-bc81-6fda1b4e65ee 2018-08-15 20:47:56,380 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 20:47:58,383 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:47:58,385 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eb13e8963c4c145f65469395e738c1b155ab9d21" 2018-08-15 20:47:59,234 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:47: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-5382c1e2-a7dc-433a-9bb3-c9bfe7273538 x-compute-request-id: req-5382c1e2-a7dc-433a-9bb3-c9bfe7273538 Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/cadd0d08-da27-49f7-bfac-c8054fad4f67", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/cadd0d08-da27-49f7-bfac-c8054fad4f67", "rel": "bookmark"}], "image": {"id": "46e0435d-b2e5-4284-b1e9-a4e65d0357b4", "links": [{"href": "http://172.30.9.27:8774/images/46e0435d-b2e5-4284-b1e9-a4e65d0357b4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bf011fb3-245a-4839-807e-2f62e2fc7002", "links": [{"href": "http://172.30.9.27:8774/flavors/bf011fb3-245a-4839-807e-2f62e2fc7002", "rel": "bookmark"}]}, "id": "cadd0d08-da27-49f7-bfac-c8054fad4f67", "security_groups": [{"name": "vyos_vrouter-sg_bafea829-84ee-4f27-a205-76b04a6b7b79"}], "user_id": "760fddd770f74a96b11a5100a3bf1220", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T20:47:47Z", "hostId": "376dab7bff3c246c48613ef5bbf01ce00f4630575df7ca6a031470c7", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_bafea829-84ee-4f27-a205-76b04a6b7b79", "name": "vyos_vrouter-vm_bafea829-84ee-4f27-a205-76b04a6b7b79", "created": "2018-08-15T20:47:43Z", "tenant_id": "35d9fe4405174f48ab0478f3a53efb64", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:47:59,235 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-5382c1e2-a7dc-433a-9bb3-c9bfe7273538 2018-08-15 20:47:59,235 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.852014064789s 2018-08-15 20:47:59,235 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-5382c1e2-a7dc-433a-9bb3-c9bfe7273538 2018-08-15 20:47:59,240 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 20:48:01,242 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:48:01,245 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eb13e8963c4c145f65469395e738c1b155ab9d21" 2018-08-15 20:48:01,791 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:48:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bb47c4ba-a1ee-436d-a454-64288e3bde2a x-compute-request-id: req-bb47c4ba-a1ee-436d-a454-64288e3bde2a Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/cadd0d08-da27-49f7-bfac-c8054fad4f67", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/cadd0d08-da27-49f7-bfac-c8054fad4f67", "rel": "bookmark"}], "image": {"id": "46e0435d-b2e5-4284-b1e9-a4e65d0357b4", "links": [{"href": "http://172.30.9.27:8774/images/46e0435d-b2e5-4284-b1e9-a4e65d0357b4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bf011fb3-245a-4839-807e-2f62e2fc7002", "links": [{"href": "http://172.30.9.27:8774/flavors/bf011fb3-245a-4839-807e-2f62e2fc7002", "rel": "bookmark"}]}, "id": "cadd0d08-da27-49f7-bfac-c8054fad4f67", "security_groups": [{"name": "vyos_vrouter-sg_bafea829-84ee-4f27-a205-76b04a6b7b79"}], "user_id": "760fddd770f74a96b11a5100a3bf1220", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T20:47:47Z", "hostId": "376dab7bff3c246c48613ef5bbf01ce00f4630575df7ca6a031470c7", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_bafea829-84ee-4f27-a205-76b04a6b7b79", "name": "vyos_vrouter-vm_bafea829-84ee-4f27-a205-76b04a6b7b79", "created": "2018-08-15T20:47:43Z", "tenant_id": "35d9fe4405174f48ab0478f3a53efb64", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:48:01,791 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-bb47c4ba-a1ee-436d-a454-64288e3bde2a 2018-08-15 20:48:01,791 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.54877114296s 2018-08-15 20:48:01,792 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-bb47c4ba-a1ee-436d-a454-64288e3bde2a 2018-08-15 20:48:01,796 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 20:48:03,799 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:48:03,803 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eb13e8963c4c145f65469395e738c1b155ab9d21" 2018-08-15 20:48:04,291 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:48:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a9a02ad2-90e6-4738-a338-a946dce9db37 x-compute-request-id: req-a9a02ad2-90e6-4738-a338-a946dce9db37 Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/cadd0d08-da27-49f7-bfac-c8054fad4f67", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/cadd0d08-da27-49f7-bfac-c8054fad4f67", "rel": "bookmark"}], "image": {"id": "46e0435d-b2e5-4284-b1e9-a4e65d0357b4", "links": [{"href": "http://172.30.9.27:8774/images/46e0435d-b2e5-4284-b1e9-a4e65d0357b4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bf011fb3-245a-4839-807e-2f62e2fc7002", "links": [{"href": "http://172.30.9.27:8774/flavors/bf011fb3-245a-4839-807e-2f62e2fc7002", "rel": "bookmark"}]}, "id": "cadd0d08-da27-49f7-bfac-c8054fad4f67", "security_groups": [{"name": "vyos_vrouter-sg_bafea829-84ee-4f27-a205-76b04a6b7b79"}], "user_id": "760fddd770f74a96b11a5100a3bf1220", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T20:47:47Z", "hostId": "376dab7bff3c246c48613ef5bbf01ce00f4630575df7ca6a031470c7", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_bafea829-84ee-4f27-a205-76b04a6b7b79", "name": "vyos_vrouter-vm_bafea829-84ee-4f27-a205-76b04a6b7b79", "created": "2018-08-15T20:47:43Z", "tenant_id": "35d9fe4405174f48ab0478f3a53efb64", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:48:04,291 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-a9a02ad2-90e6-4738-a338-a946dce9db37 2018-08-15 20:48:04,291 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.49162197113s 2018-08-15 20:48:04,292 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-a9a02ad2-90e6-4738-a338-a946dce9db37 2018-08-15 20:48:04,295 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 20:48:06,298 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:48:06,302 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eb13e8963c4c145f65469395e738c1b155ab9d21" 2018-08-15 20:48:06,726 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:48: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-b3829fa6-a2a0-4cb7-bd0f-a9f3dc30bd68 x-compute-request-id: req-b3829fa6-a2a0-4cb7-bd0f-a9f3dc30bd68 Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/cadd0d08-da27-49f7-bfac-c8054fad4f67", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/cadd0d08-da27-49f7-bfac-c8054fad4f67", "rel": "bookmark"}], "image": {"id": "46e0435d-b2e5-4284-b1e9-a4e65d0357b4", "links": [{"href": "http://172.30.9.27:8774/images/46e0435d-b2e5-4284-b1e9-a4e65d0357b4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bf011fb3-245a-4839-807e-2f62e2fc7002", "links": [{"href": "http://172.30.9.27:8774/flavors/bf011fb3-245a-4839-807e-2f62e2fc7002", "rel": "bookmark"}]}, "id": "cadd0d08-da27-49f7-bfac-c8054fad4f67", "security_groups": [{"name": "vyos_vrouter-sg_bafea829-84ee-4f27-a205-76b04a6b7b79"}], "user_id": "760fddd770f74a96b11a5100a3bf1220", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T20:47:47Z", "hostId": "376dab7bff3c246c48613ef5bbf01ce00f4630575df7ca6a031470c7", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_bafea829-84ee-4f27-a205-76b04a6b7b79", "name": "vyos_vrouter-vm_bafea829-84ee-4f27-a205-76b04a6b7b79", "created": "2018-08-15T20:47:43Z", "tenant_id": "35d9fe4405174f48ab0478f3a53efb64", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:48:06,726 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-b3829fa6-a2a0-4cb7-bd0f-a9f3dc30bd68 2018-08-15 20:48:06,726 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.427786827087s 2018-08-15 20:48:06,727 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-b3829fa6-a2a0-4cb7-bd0f-a9f3dc30bd68 2018-08-15 20:48:06,731 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 20:48:08,734 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:48:08,737 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eb13e8963c4c145f65469395e738c1b155ab9d21" 2018-08-15 20:48:09,346 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:48: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-07f49069-6106-4beb-962f-5bd76d91c351 x-compute-request-id: req-07f49069-6106-4beb-962f-5bd76d91c351 Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/cadd0d08-da27-49f7-bfac-c8054fad4f67", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/cadd0d08-da27-49f7-bfac-c8054fad4f67", "rel": "bookmark"}], "image": {"id": "46e0435d-b2e5-4284-b1e9-a4e65d0357b4", "links": [{"href": "http://172.30.9.27:8774/images/46e0435d-b2e5-4284-b1e9-a4e65d0357b4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bf011fb3-245a-4839-807e-2f62e2fc7002", "links": [{"href": "http://172.30.9.27:8774/flavors/bf011fb3-245a-4839-807e-2f62e2fc7002", "rel": "bookmark"}]}, "id": "cadd0d08-da27-49f7-bfac-c8054fad4f67", "security_groups": [{"name": "vyos_vrouter-sg_bafea829-84ee-4f27-a205-76b04a6b7b79"}], "user_id": "760fddd770f74a96b11a5100a3bf1220", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T20:47:47Z", "hostId": "376dab7bff3c246c48613ef5bbf01ce00f4630575df7ca6a031470c7", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_bafea829-84ee-4f27-a205-76b04a6b7b79", "name": "vyos_vrouter-vm_bafea829-84ee-4f27-a205-76b04a6b7b79", "created": "2018-08-15T20:47:43Z", "tenant_id": "35d9fe4405174f48ab0478f3a53efb64", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:48:09,347 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-07f49069-6106-4beb-962f-5bd76d91c351 2018-08-15 20:48:09,347 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.612603902817s 2018-08-15 20:48:09,347 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-07f49069-6106-4beb-962f-5bd76d91c351 2018-08-15 20:48:09,351 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 20:48:11,352 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:48:11,355 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eb13e8963c4c145f65469395e738c1b155ab9d21" 2018-08-15 20:48:11,987 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:48: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-3b1560b5-4bab-4bbf-8b62-2c055c310fb6 x-compute-request-id: req-3b1560b5-4bab-4bbf-8b62-2c055c310fb6 Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/cadd0d08-da27-49f7-bfac-c8054fad4f67", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/cadd0d08-da27-49f7-bfac-c8054fad4f67", "rel": "bookmark"}], "image": {"id": "46e0435d-b2e5-4284-b1e9-a4e65d0357b4", "links": [{"href": "http://172.30.9.27:8774/images/46e0435d-b2e5-4284-b1e9-a4e65d0357b4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bf011fb3-245a-4839-807e-2f62e2fc7002", "links": [{"href": "http://172.30.9.27:8774/flavors/bf011fb3-245a-4839-807e-2f62e2fc7002", "rel": "bookmark"}]}, "id": "cadd0d08-da27-49f7-bfac-c8054fad4f67", "security_groups": [{"name": "vyos_vrouter-sg_bafea829-84ee-4f27-a205-76b04a6b7b79"}], "user_id": "760fddd770f74a96b11a5100a3bf1220", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T20:47:47Z", "hostId": "376dab7bff3c246c48613ef5bbf01ce00f4630575df7ca6a031470c7", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_bafea829-84ee-4f27-a205-76b04a6b7b79", "name": "vyos_vrouter-vm_bafea829-84ee-4f27-a205-76b04a6b7b79", "created": "2018-08-15T20:47:43Z", "tenant_id": "35d9fe4405174f48ab0478f3a53efb64", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:48:11,987 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-3b1560b5-4bab-4bbf-8b62-2c055c310fb6 2018-08-15 20:48:11,988 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.634878873825s 2018-08-15 20:48:11,988 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-3b1560b5-4bab-4bbf-8b62-2c055c310fb6 2018-08-15 20:48:11,992 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 20:48:13,995 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:48:13,998 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eb13e8963c4c145f65469395e738c1b155ab9d21" 2018-08-15 20:48:14,172 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:48:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d9004752-9de8-465b-ba0e-e41f76b2674d x-compute-request-id: req-d9004752-9de8-465b-ba0e-e41f76b2674d Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/cadd0d08-da27-49f7-bfac-c8054fad4f67", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/cadd0d08-da27-49f7-bfac-c8054fad4f67", "rel": "bookmark"}], "image": {"id": "46e0435d-b2e5-4284-b1e9-a4e65d0357b4", "links": [{"href": "http://172.30.9.27:8774/images/46e0435d-b2e5-4284-b1e9-a4e65d0357b4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bf011fb3-245a-4839-807e-2f62e2fc7002", "links": [{"href": "http://172.30.9.27:8774/flavors/bf011fb3-245a-4839-807e-2f62e2fc7002", "rel": "bookmark"}]}, "id": "cadd0d08-da27-49f7-bfac-c8054fad4f67", "security_groups": [{"name": "vyos_vrouter-sg_bafea829-84ee-4f27-a205-76b04a6b7b79"}], "user_id": "760fddd770f74a96b11a5100a3bf1220", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T20:47:47Z", "hostId": "376dab7bff3c246c48613ef5bbf01ce00f4630575df7ca6a031470c7", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_bafea829-84ee-4f27-a205-76b04a6b7b79", "name": "vyos_vrouter-vm_bafea829-84ee-4f27-a205-76b04a6b7b79", "created": "2018-08-15T20:47:43Z", "tenant_id": "35d9fe4405174f48ab0478f3a53efb64", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:48:14,172 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-d9004752-9de8-465b-ba0e-e41f76b2674d 2018-08-15 20:48:14,172 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.177409172058s 2018-08-15 20:48:14,173 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-d9004752-9de8-465b-ba0e-e41f76b2674d 2018-08-15 20:48:14,176 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 20:48:16,179 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:48:16,183 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eb13e8963c4c145f65469395e738c1b155ab9d21" 2018-08-15 20:48:16,521 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:48:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d8cbc9e5-aaf3-414d-b186-3cc302db86a9 x-compute-request-id: req-d8cbc9e5-aaf3-414d-b186-3cc302db86a9 Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/cadd0d08-da27-49f7-bfac-c8054fad4f67", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/cadd0d08-da27-49f7-bfac-c8054fad4f67", "rel": "bookmark"}], "image": {"id": "46e0435d-b2e5-4284-b1e9-a4e65d0357b4", "links": [{"href": "http://172.30.9.27:8774/images/46e0435d-b2e5-4284-b1e9-a4e65d0357b4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bf011fb3-245a-4839-807e-2f62e2fc7002", "links": [{"href": "http://172.30.9.27:8774/flavors/bf011fb3-245a-4839-807e-2f62e2fc7002", "rel": "bookmark"}]}, "id": "cadd0d08-da27-49f7-bfac-c8054fad4f67", "security_groups": [{"name": "vyos_vrouter-sg_bafea829-84ee-4f27-a205-76b04a6b7b79"}], "user_id": "760fddd770f74a96b11a5100a3bf1220", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T20:47:47Z", "hostId": "376dab7bff3c246c48613ef5bbf01ce00f4630575df7ca6a031470c7", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_bafea829-84ee-4f27-a205-76b04a6b7b79", "name": "vyos_vrouter-vm_bafea829-84ee-4f27-a205-76b04a6b7b79", "created": "2018-08-15T20:47:43Z", "tenant_id": "35d9fe4405174f48ab0478f3a53efb64", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:48:16,522 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-d8cbc9e5-aaf3-414d-b186-3cc302db86a9 2018-08-15 20:48:16,522 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.342338085175s 2018-08-15 20:48:16,522 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-d8cbc9e5-aaf3-414d-b186-3cc302db86a9 2018-08-15 20:48:16,527 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 20:48:18,530 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:48:18,534 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eb13e8963c4c145f65469395e738c1b155ab9d21" 2018-08-15 20:48:19,235 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:48:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-558617a1-b4f8-4cd8-9467-06b66e80ae69 x-compute-request-id: req-558617a1-b4f8-4cd8-9467-06b66e80ae69 Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/cadd0d08-da27-49f7-bfac-c8054fad4f67", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/cadd0d08-da27-49f7-bfac-c8054fad4f67", "rel": "bookmark"}], "image": {"id": "46e0435d-b2e5-4284-b1e9-a4e65d0357b4", "links": [{"href": "http://172.30.9.27:8774/images/46e0435d-b2e5-4284-b1e9-a4e65d0357b4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bf011fb3-245a-4839-807e-2f62e2fc7002", "links": [{"href": "http://172.30.9.27:8774/flavors/bf011fb3-245a-4839-807e-2f62e2fc7002", "rel": "bookmark"}]}, "id": "cadd0d08-da27-49f7-bfac-c8054fad4f67", "security_groups": [{"name": "vyos_vrouter-sg_bafea829-84ee-4f27-a205-76b04a6b7b79"}], "user_id": "760fddd770f74a96b11a5100a3bf1220", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T20:47:47Z", "hostId": "376dab7bff3c246c48613ef5bbf01ce00f4630575df7ca6a031470c7", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_bafea829-84ee-4f27-a205-76b04a6b7b79", "name": "vyos_vrouter-vm_bafea829-84ee-4f27-a205-76b04a6b7b79", "created": "2018-08-15T20:47:43Z", "tenant_id": "35d9fe4405174f48ab0478f3a53efb64", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:48:19,235 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-558617a1-b4f8-4cd8-9467-06b66e80ae69 2018-08-15 20:48:19,236 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.70557808876s 2018-08-15 20:48:19,236 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-558617a1-b4f8-4cd8-9467-06b66e80ae69 2018-08-15 20:48:19,241 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 20:48:21,243 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:48:21,246 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eb13e8963c4c145f65469395e738c1b155ab9d21" 2018-08-15 20:48:21,627 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:48:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-dd47a138-fb42-47bf-96ad-f1f30a3d5593 x-compute-request-id: req-dd47a138-fb42-47bf-96ad-f1f30a3d5593 Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/cadd0d08-da27-49f7-bfac-c8054fad4f67", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/cadd0d08-da27-49f7-bfac-c8054fad4f67", "rel": "bookmark"}], "image": {"id": "46e0435d-b2e5-4284-b1e9-a4e65d0357b4", "links": [{"href": "http://172.30.9.27:8774/images/46e0435d-b2e5-4284-b1e9-a4e65d0357b4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bf011fb3-245a-4839-807e-2f62e2fc7002", "links": [{"href": "http://172.30.9.27:8774/flavors/bf011fb3-245a-4839-807e-2f62e2fc7002", "rel": "bookmark"}]}, "id": "cadd0d08-da27-49f7-bfac-c8054fad4f67", "security_groups": [{"name": "vyos_vrouter-sg_bafea829-84ee-4f27-a205-76b04a6b7b79"}], "user_id": "760fddd770f74a96b11a5100a3bf1220", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T20:47:47Z", "hostId": "376dab7bff3c246c48613ef5bbf01ce00f4630575df7ca6a031470c7", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_bafea829-84ee-4f27-a205-76b04a6b7b79", "name": "vyos_vrouter-vm_bafea829-84ee-4f27-a205-76b04a6b7b79", "created": "2018-08-15T20:47:43Z", "tenant_id": "35d9fe4405174f48ab0478f3a53efb64", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:48:21,628 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-dd47a138-fb42-47bf-96ad-f1f30a3d5593 2018-08-15 20:48:21,628 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.384345054626s 2018-08-15 20:48:21,628 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-dd47a138-fb42-47bf-96ad-f1f30a3d5593 2018-08-15 20:48:21,632 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 20:48:23,635 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:48:23,638 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eb13e8963c4c145f65469395e738c1b155ab9d21" 2018-08-15 20:48:23,822 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:48:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1f770973-3090-43d1-acc9-298c042abed5 x-compute-request-id: req-1f770973-3090-43d1-acc9-298c042abed5 Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/cadd0d08-da27-49f7-bfac-c8054fad4f67", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/cadd0d08-da27-49f7-bfac-c8054fad4f67", "rel": "bookmark"}], "image": {"id": "46e0435d-b2e5-4284-b1e9-a4e65d0357b4", "links": [{"href": "http://172.30.9.27:8774/images/46e0435d-b2e5-4284-b1e9-a4e65d0357b4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bf011fb3-245a-4839-807e-2f62e2fc7002", "links": [{"href": "http://172.30.9.27:8774/flavors/bf011fb3-245a-4839-807e-2f62e2fc7002", "rel": "bookmark"}]}, "id": "cadd0d08-da27-49f7-bfac-c8054fad4f67", "security_groups": [{"name": "vyos_vrouter-sg_bafea829-84ee-4f27-a205-76b04a6b7b79"}], "user_id": "760fddd770f74a96b11a5100a3bf1220", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T20:47:47Z", "hostId": "376dab7bff3c246c48613ef5bbf01ce00f4630575df7ca6a031470c7", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_bafea829-84ee-4f27-a205-76b04a6b7b79", "name": "vyos_vrouter-vm_bafea829-84ee-4f27-a205-76b04a6b7b79", "created": "2018-08-15T20:47:43Z", "tenant_id": "35d9fe4405174f48ab0478f3a53efb64", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:48:23,822 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-1f770973-3090-43d1-acc9-298c042abed5 2018-08-15 20:48:23,823 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.187275886536s 2018-08-15 20:48:23,823 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-1f770973-3090-43d1-acc9-298c042abed5 2018-08-15 20:48:23,827 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 20:48:25,830 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:48:25,834 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eb13e8963c4c145f65469395e738c1b155ab9d21" 2018-08-15 20:48:26,017 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:48:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a749beca-f480-4f0b-8ad1-f1d04b8b717d x-compute-request-id: req-a749beca-f480-4f0b-8ad1-f1d04b8b717d Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/cadd0d08-da27-49f7-bfac-c8054fad4f67", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/cadd0d08-da27-49f7-bfac-c8054fad4f67", "rel": "bookmark"}], "image": {"id": "46e0435d-b2e5-4284-b1e9-a4e65d0357b4", "links": [{"href": "http://172.30.9.27:8774/images/46e0435d-b2e5-4284-b1e9-a4e65d0357b4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bf011fb3-245a-4839-807e-2f62e2fc7002", "links": [{"href": "http://172.30.9.27:8774/flavors/bf011fb3-245a-4839-807e-2f62e2fc7002", "rel": "bookmark"}]}, "id": "cadd0d08-da27-49f7-bfac-c8054fad4f67", "security_groups": [{"name": "vyos_vrouter-sg_bafea829-84ee-4f27-a205-76b04a6b7b79"}], "user_id": "760fddd770f74a96b11a5100a3bf1220", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T20:47:47Z", "hostId": "376dab7bff3c246c48613ef5bbf01ce00f4630575df7ca6a031470c7", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_bafea829-84ee-4f27-a205-76b04a6b7b79", "name": "vyos_vrouter-vm_bafea829-84ee-4f27-a205-76b04a6b7b79", "created": "2018-08-15T20:47:43Z", "tenant_id": "35d9fe4405174f48ab0478f3a53efb64", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:48:26,018 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-a749beca-f480-4f0b-8ad1-f1d04b8b717d 2018-08-15 20:48:26,018 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.18768787384s 2018-08-15 20:48:26,018 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-a749beca-f480-4f0b-8ad1-f1d04b8b717d 2018-08-15 20:48:26,023 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 20:48:28,026 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:48:28,029 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eb13e8963c4c145f65469395e738c1b155ab9d21" 2018-08-15 20:48:28,711 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:48:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-62f8c962-9198-4e15-8c23-462facb327f4 x-compute-request-id: req-62f8c962-9198-4e15-8c23-462facb327f4 Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/cadd0d08-da27-49f7-bfac-c8054fad4f67", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/cadd0d08-da27-49f7-bfac-c8054fad4f67", "rel": "bookmark"}], "image": {"id": "46e0435d-b2e5-4284-b1e9-a4e65d0357b4", "links": [{"href": "http://172.30.9.27:8774/images/46e0435d-b2e5-4284-b1e9-a4e65d0357b4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bf011fb3-245a-4839-807e-2f62e2fc7002", "links": [{"href": "http://172.30.9.27:8774/flavors/bf011fb3-245a-4839-807e-2f62e2fc7002", "rel": "bookmark"}]}, "id": "cadd0d08-da27-49f7-bfac-c8054fad4f67", "security_groups": [{"name": "vyos_vrouter-sg_bafea829-84ee-4f27-a205-76b04a6b7b79"}], "user_id": "760fddd770f74a96b11a5100a3bf1220", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T20:47:47Z", "hostId": "376dab7bff3c246c48613ef5bbf01ce00f4630575df7ca6a031470c7", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_bafea829-84ee-4f27-a205-76b04a6b7b79", "name": "vyos_vrouter-vm_bafea829-84ee-4f27-a205-76b04a6b7b79", "created": "2018-08-15T20:47:43Z", "tenant_id": "35d9fe4405174f48ab0478f3a53efb64", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:48:28,711 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-62f8c962-9198-4e15-8c23-462facb327f4 2018-08-15 20:48:28,711 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.685226917267s 2018-08-15 20:48:28,711 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-62f8c962-9198-4e15-8c23-462facb327f4 2018-08-15 20:48:28,716 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 20:48:30,718 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:48:30,721 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eb13e8963c4c145f65469395e738c1b155ab9d21" 2018-08-15 20:48:30,903 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:48: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-413d20d0-4c81-48ec-a2ff-e8a8f9ac1c9f x-compute-request-id: req-413d20d0-4c81-48ec-a2ff-e8a8f9ac1c9f Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/cadd0d08-da27-49f7-bfac-c8054fad4f67", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/cadd0d08-da27-49f7-bfac-c8054fad4f67", "rel": "bookmark"}], "image": {"id": "46e0435d-b2e5-4284-b1e9-a4e65d0357b4", "links": [{"href": "http://172.30.9.27:8774/images/46e0435d-b2e5-4284-b1e9-a4e65d0357b4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bf011fb3-245a-4839-807e-2f62e2fc7002", "links": [{"href": "http://172.30.9.27:8774/flavors/bf011fb3-245a-4839-807e-2f62e2fc7002", "rel": "bookmark"}]}, "id": "cadd0d08-da27-49f7-bfac-c8054fad4f67", "security_groups": [{"name": "vyos_vrouter-sg_bafea829-84ee-4f27-a205-76b04a6b7b79"}], "user_id": "760fddd770f74a96b11a5100a3bf1220", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T20:47:47Z", "hostId": "376dab7bff3c246c48613ef5bbf01ce00f4630575df7ca6a031470c7", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_bafea829-84ee-4f27-a205-76b04a6b7b79", "name": "vyos_vrouter-vm_bafea829-84ee-4f27-a205-76b04a6b7b79", "created": "2018-08-15T20:47:43Z", "tenant_id": "35d9fe4405174f48ab0478f3a53efb64", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:48:30,903 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-413d20d0-4c81-48ec-a2ff-e8a8f9ac1c9f 2018-08-15 20:48:30,903 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.184915065765s 2018-08-15 20:48:30,904 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-413d20d0-4c81-48ec-a2ff-e8a8f9ac1c9f 2018-08-15 20:48:30,908 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 20:48:32,910 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:48:32,914 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eb13e8963c4c145f65469395e738c1b155ab9d21" 2018-08-15 20:48:33,349 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:48: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-af6ebc31-ceb2-4201-8dc4-df9529a3f857 x-compute-request-id: req-af6ebc31-ceb2-4201-8dc4-df9529a3f857 Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/cadd0d08-da27-49f7-bfac-c8054fad4f67", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/cadd0d08-da27-49f7-bfac-c8054fad4f67", "rel": "bookmark"}], "image": {"id": "46e0435d-b2e5-4284-b1e9-a4e65d0357b4", "links": [{"href": "http://172.30.9.27:8774/images/46e0435d-b2e5-4284-b1e9-a4e65d0357b4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bf011fb3-245a-4839-807e-2f62e2fc7002", "links": [{"href": "http://172.30.9.27:8774/flavors/bf011fb3-245a-4839-807e-2f62e2fc7002", "rel": "bookmark"}]}, "id": "cadd0d08-da27-49f7-bfac-c8054fad4f67", "security_groups": [{"name": "vyos_vrouter-sg_bafea829-84ee-4f27-a205-76b04a6b7b79"}], "user_id": "760fddd770f74a96b11a5100a3bf1220", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T20:47:47Z", "hostId": "376dab7bff3c246c48613ef5bbf01ce00f4630575df7ca6a031470c7", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_bafea829-84ee-4f27-a205-76b04a6b7b79", "name": "vyos_vrouter-vm_bafea829-84ee-4f27-a205-76b04a6b7b79", "created": "2018-08-15T20:47:43Z", "tenant_id": "35d9fe4405174f48ab0478f3a53efb64", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:48:33,350 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-af6ebc31-ceb2-4201-8dc4-df9529a3f857 2018-08-15 20:48:33,350 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.439121007919s 2018-08-15 20:48:33,350 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-af6ebc31-ceb2-4201-8dc4-df9529a3f857 2018-08-15 20:48:33,354 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 20:48:35,357 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:48:35,360 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eb13e8963c4c145f65469395e738c1b155ab9d21" 2018-08-15 20:48:35,876 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:48: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-2bd141a0-f03d-4da2-b897-842c2c499f3a x-compute-request-id: req-2bd141a0-f03d-4da2-b897-842c2c499f3a Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/cadd0d08-da27-49f7-bfac-c8054fad4f67", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/cadd0d08-da27-49f7-bfac-c8054fad4f67", "rel": "bookmark"}], "image": {"id": "46e0435d-b2e5-4284-b1e9-a4e65d0357b4", "links": [{"href": "http://172.30.9.27:8774/images/46e0435d-b2e5-4284-b1e9-a4e65d0357b4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bf011fb3-245a-4839-807e-2f62e2fc7002", "links": [{"href": "http://172.30.9.27:8774/flavors/bf011fb3-245a-4839-807e-2f62e2fc7002", "rel": "bookmark"}]}, "id": "cadd0d08-da27-49f7-bfac-c8054fad4f67", "security_groups": [{"name": "vyos_vrouter-sg_bafea829-84ee-4f27-a205-76b04a6b7b79"}], "user_id": "760fddd770f74a96b11a5100a3bf1220", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T20:47:47Z", "hostId": "376dab7bff3c246c48613ef5bbf01ce00f4630575df7ca6a031470c7", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_bafea829-84ee-4f27-a205-76b04a6b7b79", "name": "vyos_vrouter-vm_bafea829-84ee-4f27-a205-76b04a6b7b79", "created": "2018-08-15T20:47:43Z", "tenant_id": "35d9fe4405174f48ab0478f3a53efb64", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:48:35,876 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-2bd141a0-f03d-4da2-b897-842c2c499f3a 2018-08-15 20:48:35,876 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.519000053406s 2018-08-15 20:48:35,877 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-2bd141a0-f03d-4da2-b897-842c2c499f3a 2018-08-15 20:48:35,881 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 20:48:37,883 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:48:37,887 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eb13e8963c4c145f65469395e738c1b155ab9d21" 2018-08-15 20:48:38,252 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:48: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-d7e422e7-cf11-4231-b510-b0f766315959 x-compute-request-id: req-d7e422e7-cf11-4231-b510-b0f766315959 Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/cadd0d08-da27-49f7-bfac-c8054fad4f67", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/cadd0d08-da27-49f7-bfac-c8054fad4f67", "rel": "bookmark"}], "image": {"id": "46e0435d-b2e5-4284-b1e9-a4e65d0357b4", "links": [{"href": "http://172.30.9.27:8774/images/46e0435d-b2e5-4284-b1e9-a4e65d0357b4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bf011fb3-245a-4839-807e-2f62e2fc7002", "links": [{"href": "http://172.30.9.27:8774/flavors/bf011fb3-245a-4839-807e-2f62e2fc7002", "rel": "bookmark"}]}, "id": "cadd0d08-da27-49f7-bfac-c8054fad4f67", "security_groups": [{"name": "vyos_vrouter-sg_bafea829-84ee-4f27-a205-76b04a6b7b79"}], "user_id": "760fddd770f74a96b11a5100a3bf1220", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T20:47:47Z", "hostId": "376dab7bff3c246c48613ef5bbf01ce00f4630575df7ca6a031470c7", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_bafea829-84ee-4f27-a205-76b04a6b7b79", "name": "vyos_vrouter-vm_bafea829-84ee-4f27-a205-76b04a6b7b79", "created": "2018-08-15T20:47:43Z", "tenant_id": "35d9fe4405174f48ab0478f3a53efb64", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:48:38,253 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-d7e422e7-cf11-4231-b510-b0f766315959 2018-08-15 20:48:38,253 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.369247198105s 2018-08-15 20:48:38,253 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-d7e422e7-cf11-4231-b510-b0f766315959 2018-08-15 20:48:38,257 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 20:48:40,260 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:48:40,264 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eb13e8963c4c145f65469395e738c1b155ab9d21" 2018-08-15 20:48:40,618 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:48: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-170b9c3f-614c-4b27-b0b1-7d4630c16b6f x-compute-request-id: req-170b9c3f-614c-4b27-b0b1-7d4630c16b6f Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/cadd0d08-da27-49f7-bfac-c8054fad4f67", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/cadd0d08-da27-49f7-bfac-c8054fad4f67", "rel": "bookmark"}], "image": {"id": "46e0435d-b2e5-4284-b1e9-a4e65d0357b4", "links": [{"href": "http://172.30.9.27:8774/images/46e0435d-b2e5-4284-b1e9-a4e65d0357b4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bf011fb3-245a-4839-807e-2f62e2fc7002", "links": [{"href": "http://172.30.9.27:8774/flavors/bf011fb3-245a-4839-807e-2f62e2fc7002", "rel": "bookmark"}]}, "id": "cadd0d08-da27-49f7-bfac-c8054fad4f67", "security_groups": [{"name": "vyos_vrouter-sg_bafea829-84ee-4f27-a205-76b04a6b7b79"}], "user_id": "760fddd770f74a96b11a5100a3bf1220", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T20:47:47Z", "hostId": "376dab7bff3c246c48613ef5bbf01ce00f4630575df7ca6a031470c7", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_bafea829-84ee-4f27-a205-76b04a6b7b79", "name": "vyos_vrouter-vm_bafea829-84ee-4f27-a205-76b04a6b7b79", "created": "2018-08-15T20:47:43Z", "tenant_id": "35d9fe4405174f48ab0478f3a53efb64", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:48:40,619 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-170b9c3f-614c-4b27-b0b1-7d4630c16b6f 2018-08-15 20:48:40,619 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.358516931534s 2018-08-15 20:48:40,619 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-170b9c3f-614c-4b27-b0b1-7d4630c16b6f 2018-08-15 20:48:40,623 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 20:48:42,626 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:48:42,629 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eb13e8963c4c145f65469395e738c1b155ab9d21" 2018-08-15 20:48:43,352 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:48: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-fe40b65a-ee4b-419d-8451-100b74ee50ed x-compute-request-id: req-fe40b65a-ee4b-419d-8451-100b74ee50ed Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/cadd0d08-da27-49f7-bfac-c8054fad4f67", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/cadd0d08-da27-49f7-bfac-c8054fad4f67", "rel": "bookmark"}], "image": {"id": "46e0435d-b2e5-4284-b1e9-a4e65d0357b4", "links": [{"href": "http://172.30.9.27:8774/images/46e0435d-b2e5-4284-b1e9-a4e65d0357b4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bf011fb3-245a-4839-807e-2f62e2fc7002", "links": [{"href": "http://172.30.9.27:8774/flavors/bf011fb3-245a-4839-807e-2f62e2fc7002", "rel": "bookmark"}]}, "id": "cadd0d08-da27-49f7-bfac-c8054fad4f67", "security_groups": [{"name": "vyos_vrouter-sg_bafea829-84ee-4f27-a205-76b04a6b7b79"}], "user_id": "760fddd770f74a96b11a5100a3bf1220", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T20:47:47Z", "hostId": "376dab7bff3c246c48613ef5bbf01ce00f4630575df7ca6a031470c7", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_bafea829-84ee-4f27-a205-76b04a6b7b79", "name": "vyos_vrouter-vm_bafea829-84ee-4f27-a205-76b04a6b7b79", "created": "2018-08-15T20:47:43Z", "tenant_id": "35d9fe4405174f48ab0478f3a53efb64", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:48:43,352 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-fe40b65a-ee4b-419d-8451-100b74ee50ed 2018-08-15 20:48:43,352 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.726145029068s 2018-08-15 20:48:43,353 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-fe40b65a-ee4b-419d-8451-100b74ee50ed 2018-08-15 20:48:43,358 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 20:48:45,361 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:48:45,365 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eb13e8963c4c145f65469395e738c1b155ab9d21" 2018-08-15 20:48:45,703 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:48: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-00e5bac7-74d0-4a4f-b155-da744b6eb2ff x-compute-request-id: req-00e5bac7-74d0-4a4f-b155-da744b6eb2ff Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/cadd0d08-da27-49f7-bfac-c8054fad4f67", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/cadd0d08-da27-49f7-bfac-c8054fad4f67", "rel": "bookmark"}], "image": {"id": "46e0435d-b2e5-4284-b1e9-a4e65d0357b4", "links": [{"href": "http://172.30.9.27:8774/images/46e0435d-b2e5-4284-b1e9-a4e65d0357b4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bf011fb3-245a-4839-807e-2f62e2fc7002", "links": [{"href": "http://172.30.9.27:8774/flavors/bf011fb3-245a-4839-807e-2f62e2fc7002", "rel": "bookmark"}]}, "id": "cadd0d08-da27-49f7-bfac-c8054fad4f67", "security_groups": [{"name": "vyos_vrouter-sg_bafea829-84ee-4f27-a205-76b04a6b7b79"}], "user_id": "760fddd770f74a96b11a5100a3bf1220", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T20:47:47Z", "hostId": "376dab7bff3c246c48613ef5bbf01ce00f4630575df7ca6a031470c7", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_bafea829-84ee-4f27-a205-76b04a6b7b79", "name": "vyos_vrouter-vm_bafea829-84ee-4f27-a205-76b04a6b7b79", "created": "2018-08-15T20:47:43Z", "tenant_id": "35d9fe4405174f48ab0478f3a53efb64", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:48:45,703 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-00e5bac7-74d0-4a4f-b155-da744b6eb2ff 2018-08-15 20:48:45,703 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.342349052429s 2018-08-15 20:48:45,703 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-00e5bac7-74d0-4a4f-b155-da744b6eb2ff 2018-08-15 20:48:45,706 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 20:48:47,709 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:48:47,712 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eb13e8963c4c145f65469395e738c1b155ab9d21" 2018-08-15 20:48:48,153 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:48: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-d448d3f6-930e-48a9-88b5-d49fc6890bed x-compute-request-id: req-d448d3f6-930e-48a9-88b5-d49fc6890bed Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/cadd0d08-da27-49f7-bfac-c8054fad4f67", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/cadd0d08-da27-49f7-bfac-c8054fad4f67", "rel": "bookmark"}], "image": {"id": "46e0435d-b2e5-4284-b1e9-a4e65d0357b4", "links": [{"href": "http://172.30.9.27:8774/images/46e0435d-b2e5-4284-b1e9-a4e65d0357b4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bf011fb3-245a-4839-807e-2f62e2fc7002", "links": [{"href": "http://172.30.9.27:8774/flavors/bf011fb3-245a-4839-807e-2f62e2fc7002", "rel": "bookmark"}]}, "id": "cadd0d08-da27-49f7-bfac-c8054fad4f67", "security_groups": [{"name": "vyos_vrouter-sg_bafea829-84ee-4f27-a205-76b04a6b7b79"}], "user_id": "760fddd770f74a96b11a5100a3bf1220", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T20:47:47Z", "hostId": "376dab7bff3c246c48613ef5bbf01ce00f4630575df7ca6a031470c7", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_bafea829-84ee-4f27-a205-76b04a6b7b79", "name": "vyos_vrouter-vm_bafea829-84ee-4f27-a205-76b04a6b7b79", "created": "2018-08-15T20:47:43Z", "tenant_id": "35d9fe4405174f48ab0478f3a53efb64", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:48:48,153 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-d448d3f6-930e-48a9-88b5-d49fc6890bed 2018-08-15 20:48:48,154 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.444657087326s 2018-08-15 20:48:48,154 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-d448d3f6-930e-48a9-88b5-d49fc6890bed 2018-08-15 20:48:48,158 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 20:48:50,160 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:48:50,163 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eb13e8963c4c145f65469395e738c1b155ab9d21" 2018-08-15 20:48:50,622 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:48: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-99f80fc7-722a-4f44-a30c-c61043a6b3d1 x-compute-request-id: req-99f80fc7-722a-4f44-a30c-c61043a6b3d1 Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/cadd0d08-da27-49f7-bfac-c8054fad4f67", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/cadd0d08-da27-49f7-bfac-c8054fad4f67", "rel": "bookmark"}], "image": {"id": "46e0435d-b2e5-4284-b1e9-a4e65d0357b4", "links": [{"href": "http://172.30.9.27:8774/images/46e0435d-b2e5-4284-b1e9-a4e65d0357b4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bf011fb3-245a-4839-807e-2f62e2fc7002", "links": [{"href": "http://172.30.9.27:8774/flavors/bf011fb3-245a-4839-807e-2f62e2fc7002", "rel": "bookmark"}]}, "id": "cadd0d08-da27-49f7-bfac-c8054fad4f67", "security_groups": [{"name": "vyos_vrouter-sg_bafea829-84ee-4f27-a205-76b04a6b7b79"}], "user_id": "760fddd770f74a96b11a5100a3bf1220", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T20:47:47Z", "hostId": "376dab7bff3c246c48613ef5bbf01ce00f4630575df7ca6a031470c7", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_bafea829-84ee-4f27-a205-76b04a6b7b79", "name": "vyos_vrouter-vm_bafea829-84ee-4f27-a205-76b04a6b7b79", "created": "2018-08-15T20:47:43Z", "tenant_id": "35d9fe4405174f48ab0478f3a53efb64", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:48:50,622 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-99f80fc7-722a-4f44-a30c-c61043a6b3d1 2018-08-15 20:48:50,623 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.461978912354s 2018-08-15 20:48:50,623 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-99f80fc7-722a-4f44-a30c-c61043a6b3d1 2018-08-15 20:48:50,627 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 20:48:52,629 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:48:52,632 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eb13e8963c4c145f65469395e738c1b155ab9d21" 2018-08-15 20:48:53,079 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:48: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-4a1a1b48-9727-432a-be19-51be6c9afae3 x-compute-request-id: req-4a1a1b48-9727-432a-be19-51be6c9afae3 Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/cadd0d08-da27-49f7-bfac-c8054fad4f67", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/cadd0d08-da27-49f7-bfac-c8054fad4f67", "rel": "bookmark"}], "image": {"id": "46e0435d-b2e5-4284-b1e9-a4e65d0357b4", "links": [{"href": "http://172.30.9.27:8774/images/46e0435d-b2e5-4284-b1e9-a4e65d0357b4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bf011fb3-245a-4839-807e-2f62e2fc7002", "links": [{"href": "http://172.30.9.27:8774/flavors/bf011fb3-245a-4839-807e-2f62e2fc7002", "rel": "bookmark"}]}, "id": "cadd0d08-da27-49f7-bfac-c8054fad4f67", "security_groups": [{"name": "vyos_vrouter-sg_bafea829-84ee-4f27-a205-76b04a6b7b79"}], "user_id": "760fddd770f74a96b11a5100a3bf1220", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T20:47:47Z", "hostId": "376dab7bff3c246c48613ef5bbf01ce00f4630575df7ca6a031470c7", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_bafea829-84ee-4f27-a205-76b04a6b7b79", "name": "vyos_vrouter-vm_bafea829-84ee-4f27-a205-76b04a6b7b79", "created": "2018-08-15T20:47:43Z", "tenant_id": "35d9fe4405174f48ab0478f3a53efb64", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:48:53,079 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-4a1a1b48-9727-432a-be19-51be6c9afae3 2018-08-15 20:48:53,079 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.449615955353s 2018-08-15 20:48:53,079 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-4a1a1b48-9727-432a-be19-51be6c9afae3 2018-08-15 20:48:53,083 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 20:48:55,086 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:48:55,088 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eb13e8963c4c145f65469395e738c1b155ab9d21" 2018-08-15 20:48:55,721 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:48: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-175e1271-e397-4a35-a880-1337a4f4bbca x-compute-request-id: req-175e1271-e397-4a35-a880-1337a4f4bbca Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/cadd0d08-da27-49f7-bfac-c8054fad4f67", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/cadd0d08-da27-49f7-bfac-c8054fad4f67", "rel": "bookmark"}], "image": {"id": "46e0435d-b2e5-4284-b1e9-a4e65d0357b4", "links": [{"href": "http://172.30.9.27:8774/images/46e0435d-b2e5-4284-b1e9-a4e65d0357b4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bf011fb3-245a-4839-807e-2f62e2fc7002", "links": [{"href": "http://172.30.9.27:8774/flavors/bf011fb3-245a-4839-807e-2f62e2fc7002", "rel": "bookmark"}]}, "id": "cadd0d08-da27-49f7-bfac-c8054fad4f67", "security_groups": [{"name": "vyos_vrouter-sg_bafea829-84ee-4f27-a205-76b04a6b7b79"}], "user_id": "760fddd770f74a96b11a5100a3bf1220", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T20:47:47Z", "hostId": "376dab7bff3c246c48613ef5bbf01ce00f4630575df7ca6a031470c7", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_bafea829-84ee-4f27-a205-76b04a6b7b79", "name": "vyos_vrouter-vm_bafea829-84ee-4f27-a205-76b04a6b7b79", "created": "2018-08-15T20:47:43Z", "tenant_id": "35d9fe4405174f48ab0478f3a53efb64", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:48:55,721 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-175e1271-e397-4a35-a880-1337a4f4bbca 2018-08-15 20:48:55,721 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.634979963303s 2018-08-15 20:48:55,721 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-175e1271-e397-4a35-a880-1337a4f4bbca 2018-08-15 20:48:55,725 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 20:48:57,728 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:48:57,731 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eb13e8963c4c145f65469395e738c1b155ab9d21" 2018-08-15 20:48:58,113 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:48: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-a3a906b5-2ff1-4ab2-830b-6e4c15216cd9 x-compute-request-id: req-a3a906b5-2ff1-4ab2-830b-6e4c15216cd9 Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/cadd0d08-da27-49f7-bfac-c8054fad4f67", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/cadd0d08-da27-49f7-bfac-c8054fad4f67", "rel": "bookmark"}], "image": {"id": "46e0435d-b2e5-4284-b1e9-a4e65d0357b4", "links": [{"href": "http://172.30.9.27:8774/images/46e0435d-b2e5-4284-b1e9-a4e65d0357b4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bf011fb3-245a-4839-807e-2f62e2fc7002", "links": [{"href": "http://172.30.9.27:8774/flavors/bf011fb3-245a-4839-807e-2f62e2fc7002", "rel": "bookmark"}]}, "id": "cadd0d08-da27-49f7-bfac-c8054fad4f67", "security_groups": [{"name": "vyos_vrouter-sg_bafea829-84ee-4f27-a205-76b04a6b7b79"}], "user_id": "760fddd770f74a96b11a5100a3bf1220", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T20:47:47Z", "hostId": "376dab7bff3c246c48613ef5bbf01ce00f4630575df7ca6a031470c7", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_bafea829-84ee-4f27-a205-76b04a6b7b79", "name": "vyos_vrouter-vm_bafea829-84ee-4f27-a205-76b04a6b7b79", "created": "2018-08-15T20:47:43Z", "tenant_id": "35d9fe4405174f48ab0478f3a53efb64", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:48:58,113 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-a3a906b5-2ff1-4ab2-830b-6e4c15216cd9 2018-08-15 20:48:58,113 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.385064125061s 2018-08-15 20:48:58,113 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-a3a906b5-2ff1-4ab2-830b-6e4c15216cd9 2018-08-15 20:48:58,117 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 20:49:00,120 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:49:00,123 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eb13e8963c4c145f65469395e738c1b155ab9d21" 2018-08-15 20:49:00,579 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:49: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-b549affc-3a1c-43ba-8889-26d7ddd9b0c3 x-compute-request-id: req-b549affc-3a1c-43ba-8889-26d7ddd9b0c3 Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/cadd0d08-da27-49f7-bfac-c8054fad4f67", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/cadd0d08-da27-49f7-bfac-c8054fad4f67", "rel": "bookmark"}], "image": {"id": "46e0435d-b2e5-4284-b1e9-a4e65d0357b4", "links": [{"href": "http://172.30.9.27:8774/images/46e0435d-b2e5-4284-b1e9-a4e65d0357b4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bf011fb3-245a-4839-807e-2f62e2fc7002", "links": [{"href": "http://172.30.9.27:8774/flavors/bf011fb3-245a-4839-807e-2f62e2fc7002", "rel": "bookmark"}]}, "id": "cadd0d08-da27-49f7-bfac-c8054fad4f67", "security_groups": [{"name": "vyos_vrouter-sg_bafea829-84ee-4f27-a205-76b04a6b7b79"}], "user_id": "760fddd770f74a96b11a5100a3bf1220", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T20:47:47Z", "hostId": "376dab7bff3c246c48613ef5bbf01ce00f4630575df7ca6a031470c7", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_bafea829-84ee-4f27-a205-76b04a6b7b79", "name": "vyos_vrouter-vm_bafea829-84ee-4f27-a205-76b04a6b7b79", "created": "2018-08-15T20:47:43Z", "tenant_id": "35d9fe4405174f48ab0478f3a53efb64", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:49:00,579 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-b549affc-3a1c-43ba-8889-26d7ddd9b0c3 2018-08-15 20:49:00,580 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.459546089172s 2018-08-15 20:49:00,580 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-b549affc-3a1c-43ba-8889-26d7ddd9b0c3 2018-08-15 20:49:00,584 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 20:49:02,586 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:49:02,589 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eb13e8963c4c145f65469395e738c1b155ab9d21" 2018-08-15 20:49:02,784 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:49:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5b45fe9a-248c-4394-bb21-5c2b2187614d x-compute-request-id: req-5b45fe9a-248c-4394-bb21-5c2b2187614d Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/cadd0d08-da27-49f7-bfac-c8054fad4f67", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/cadd0d08-da27-49f7-bfac-c8054fad4f67", "rel": "bookmark"}], "image": {"id": "46e0435d-b2e5-4284-b1e9-a4e65d0357b4", "links": [{"href": "http://172.30.9.27:8774/images/46e0435d-b2e5-4284-b1e9-a4e65d0357b4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bf011fb3-245a-4839-807e-2f62e2fc7002", "links": [{"href": "http://172.30.9.27:8774/flavors/bf011fb3-245a-4839-807e-2f62e2fc7002", "rel": "bookmark"}]}, "id": "cadd0d08-da27-49f7-bfac-c8054fad4f67", "security_groups": [{"name": "vyos_vrouter-sg_bafea829-84ee-4f27-a205-76b04a6b7b79"}], "user_id": "760fddd770f74a96b11a5100a3bf1220", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T20:47:47Z", "hostId": "376dab7bff3c246c48613ef5bbf01ce00f4630575df7ca6a031470c7", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_bafea829-84ee-4f27-a205-76b04a6b7b79", "name": "vyos_vrouter-vm_bafea829-84ee-4f27-a205-76b04a6b7b79", "created": "2018-08-15T20:47:43Z", "tenant_id": "35d9fe4405174f48ab0478f3a53efb64", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:49:02,785 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-5b45fe9a-248c-4394-bb21-5c2b2187614d 2018-08-15 20:49:02,785 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.198479175568s 2018-08-15 20:49:02,785 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-5b45fe9a-248c-4394-bb21-5c2b2187614d 2018-08-15 20:49:02,789 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 20:49:04,792 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:49:04,795 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eb13e8963c4c145f65469395e738c1b155ab9d21" 2018-08-15 20:49:05,166 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:49:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d15397c8-e59b-43d5-81dd-c6d61f9e74c7 x-compute-request-id: req-d15397c8-e59b-43d5-81dd-c6d61f9e74c7 Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/cadd0d08-da27-49f7-bfac-c8054fad4f67", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/cadd0d08-da27-49f7-bfac-c8054fad4f67", "rel": "bookmark"}], "image": {"id": "46e0435d-b2e5-4284-b1e9-a4e65d0357b4", "links": [{"href": "http://172.30.9.27:8774/images/46e0435d-b2e5-4284-b1e9-a4e65d0357b4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bf011fb3-245a-4839-807e-2f62e2fc7002", "links": [{"href": "http://172.30.9.27:8774/flavors/bf011fb3-245a-4839-807e-2f62e2fc7002", "rel": "bookmark"}]}, "id": "cadd0d08-da27-49f7-bfac-c8054fad4f67", "security_groups": [{"name": "vyos_vrouter-sg_bafea829-84ee-4f27-a205-76b04a6b7b79"}], "user_id": "760fddd770f74a96b11a5100a3bf1220", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T20:47:47Z", "hostId": "376dab7bff3c246c48613ef5bbf01ce00f4630575df7ca6a031470c7", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_bafea829-84ee-4f27-a205-76b04a6b7b79", "name": "vyos_vrouter-vm_bafea829-84ee-4f27-a205-76b04a6b7b79", "created": "2018-08-15T20:47:43Z", "tenant_id": "35d9fe4405174f48ab0478f3a53efb64", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:49:05,166 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-d15397c8-e59b-43d5-81dd-c6d61f9e74c7 2018-08-15 20:49:05,166 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.374251127243s 2018-08-15 20:49:05,166 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-d15397c8-e59b-43d5-81dd-c6d61f9e74c7 2018-08-15 20:49:05,170 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 20:49:07,173 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:49:07,175 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eb13e8963c4c145f65469395e738c1b155ab9d21" 2018-08-15 20:49:07,889 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:49:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-58ec9f24-322c-4cda-97a2-bdd59bb2a994 x-compute-request-id: req-58ec9f24-322c-4cda-97a2-bdd59bb2a994 Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/cadd0d08-da27-49f7-bfac-c8054fad4f67", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/cadd0d08-da27-49f7-bfac-c8054fad4f67", "rel": "bookmark"}], "image": {"id": "46e0435d-b2e5-4284-b1e9-a4e65d0357b4", "links": [{"href": "http://172.30.9.27:8774/images/46e0435d-b2e5-4284-b1e9-a4e65d0357b4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bf011fb3-245a-4839-807e-2f62e2fc7002", "links": [{"href": "http://172.30.9.27:8774/flavors/bf011fb3-245a-4839-807e-2f62e2fc7002", "rel": "bookmark"}]}, "id": "cadd0d08-da27-49f7-bfac-c8054fad4f67", "security_groups": [{"name": "vyos_vrouter-sg_bafea829-84ee-4f27-a205-76b04a6b7b79"}], "user_id": "760fddd770f74a96b11a5100a3bf1220", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T20:47:47Z", "hostId": "376dab7bff3c246c48613ef5bbf01ce00f4630575df7ca6a031470c7", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_bafea829-84ee-4f27-a205-76b04a6b7b79", "name": "vyos_vrouter-vm_bafea829-84ee-4f27-a205-76b04a6b7b79", "created": "2018-08-15T20:47:43Z", "tenant_id": "35d9fe4405174f48ab0478f3a53efb64", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:49:07,889 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-58ec9f24-322c-4cda-97a2-bdd59bb2a994 2018-08-15 20:49:07,889 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.716076850891s 2018-08-15 20:49:07,889 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-58ec9f24-322c-4cda-97a2-bdd59bb2a994 2018-08-15 20:49:07,893 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 20:49:09,896 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:49:09,898 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eb13e8963c4c145f65469395e738c1b155ab9d21" 2018-08-15 20:49:10,723 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:49:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0e498dae-0eed-450c-b222-1a03310a5107 x-compute-request-id: req-0e498dae-0eed-450c-b222-1a03310a5107 Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/cadd0d08-da27-49f7-bfac-c8054fad4f67", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/cadd0d08-da27-49f7-bfac-c8054fad4f67", "rel": "bookmark"}], "image": {"id": "46e0435d-b2e5-4284-b1e9-a4e65d0357b4", "links": [{"href": "http://172.30.9.27:8774/images/46e0435d-b2e5-4284-b1e9-a4e65d0357b4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bf011fb3-245a-4839-807e-2f62e2fc7002", "links": [{"href": "http://172.30.9.27:8774/flavors/bf011fb3-245a-4839-807e-2f62e2fc7002", "rel": "bookmark"}]}, "id": "cadd0d08-da27-49f7-bfac-c8054fad4f67", "security_groups": [{"name": "vyos_vrouter-sg_bafea829-84ee-4f27-a205-76b04a6b7b79"}], "user_id": "760fddd770f74a96b11a5100a3bf1220", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T20:47:47Z", "hostId": "376dab7bff3c246c48613ef5bbf01ce00f4630575df7ca6a031470c7", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_bafea829-84ee-4f27-a205-76b04a6b7b79", "name": "vyos_vrouter-vm_bafea829-84ee-4f27-a205-76b04a6b7b79", "created": "2018-08-15T20:47:43Z", "tenant_id": "35d9fe4405174f48ab0478f3a53efb64", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:49:10,723 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-0e498dae-0eed-450c-b222-1a03310a5107 2018-08-15 20:49:10,723 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.827626943588s 2018-08-15 20:49:10,724 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-0e498dae-0eed-450c-b222-1a03310a5107 2018-08-15 20:49:10,727 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 20:49:12,730 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:49:12,734 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eb13e8963c4c145f65469395e738c1b155ab9d21" 2018-08-15 20:49:13,197 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:49:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2423ab69-9aff-45b3-827b-63f3072b905d x-compute-request-id: req-2423ab69-9aff-45b3-827b-63f3072b905d Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/cadd0d08-da27-49f7-bfac-c8054fad4f67", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/cadd0d08-da27-49f7-bfac-c8054fad4f67", "rel": "bookmark"}], "image": {"id": "46e0435d-b2e5-4284-b1e9-a4e65d0357b4", "links": [{"href": "http://172.30.9.27:8774/images/46e0435d-b2e5-4284-b1e9-a4e65d0357b4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bf011fb3-245a-4839-807e-2f62e2fc7002", "links": [{"href": "http://172.30.9.27:8774/flavors/bf011fb3-245a-4839-807e-2f62e2fc7002", "rel": "bookmark"}]}, "id": "cadd0d08-da27-49f7-bfac-c8054fad4f67", "security_groups": [{"name": "vyos_vrouter-sg_bafea829-84ee-4f27-a205-76b04a6b7b79"}], "user_id": "760fddd770f74a96b11a5100a3bf1220", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T20:47:47Z", "hostId": "376dab7bff3c246c48613ef5bbf01ce00f4630575df7ca6a031470c7", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_bafea829-84ee-4f27-a205-76b04a6b7b79", "name": "vyos_vrouter-vm_bafea829-84ee-4f27-a205-76b04a6b7b79", "created": "2018-08-15T20:47:43Z", "tenant_id": "35d9fe4405174f48ab0478f3a53efb64", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:49:13,197 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-2423ab69-9aff-45b3-827b-63f3072b905d 2018-08-15 20:49:13,197 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.466575860977s 2018-08-15 20:49:13,197 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-2423ab69-9aff-45b3-827b-63f3072b905d 2018-08-15 20:49:13,201 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 20:49:15,204 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:49:15,207 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eb13e8963c4c145f65469395e738c1b155ab9d21" 2018-08-15 20:49:15,630 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:49: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-a27a2ff6-a43f-4b1e-85c4-7b77b62cf8a9 x-compute-request-id: req-a27a2ff6-a43f-4b1e-85c4-7b77b62cf8a9 Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/cadd0d08-da27-49f7-bfac-c8054fad4f67", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/cadd0d08-da27-49f7-bfac-c8054fad4f67", "rel": "bookmark"}], "image": {"id": "46e0435d-b2e5-4284-b1e9-a4e65d0357b4", "links": [{"href": "http://172.30.9.27:8774/images/46e0435d-b2e5-4284-b1e9-a4e65d0357b4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bf011fb3-245a-4839-807e-2f62e2fc7002", "links": [{"href": "http://172.30.9.27:8774/flavors/bf011fb3-245a-4839-807e-2f62e2fc7002", "rel": "bookmark"}]}, "id": "cadd0d08-da27-49f7-bfac-c8054fad4f67", "security_groups": [{"name": "vyos_vrouter-sg_bafea829-84ee-4f27-a205-76b04a6b7b79"}], "user_id": "760fddd770f74a96b11a5100a3bf1220", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T20:47:47Z", "hostId": "376dab7bff3c246c48613ef5bbf01ce00f4630575df7ca6a031470c7", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_bafea829-84ee-4f27-a205-76b04a6b7b79", "name": "vyos_vrouter-vm_bafea829-84ee-4f27-a205-76b04a6b7b79", "created": "2018-08-15T20:47:43Z", "tenant_id": "35d9fe4405174f48ab0478f3a53efb64", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:49:15,631 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-a27a2ff6-a43f-4b1e-85c4-7b77b62cf8a9 2018-08-15 20:49:15,631 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.426633119583s 2018-08-15 20:49:15,631 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-a27a2ff6-a43f-4b1e-85c4-7b77b62cf8a9 2018-08-15 20:49:15,635 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 20:49:17,637 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:49:17,640 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eb13e8963c4c145f65469395e738c1b155ab9d21" 2018-08-15 20:49:18,047 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:49: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-b78e21b4-0fa0-4b5a-bd6d-219a2cf017a9 x-compute-request-id: req-b78e21b4-0fa0-4b5a-bd6d-219a2cf017a9 Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/cadd0d08-da27-49f7-bfac-c8054fad4f67", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/cadd0d08-da27-49f7-bfac-c8054fad4f67", "rel": "bookmark"}], "image": {"id": "46e0435d-b2e5-4284-b1e9-a4e65d0357b4", "links": [{"href": "http://172.30.9.27:8774/images/46e0435d-b2e5-4284-b1e9-a4e65d0357b4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bf011fb3-245a-4839-807e-2f62e2fc7002", "links": [{"href": "http://172.30.9.27:8774/flavors/bf011fb3-245a-4839-807e-2f62e2fc7002", "rel": "bookmark"}]}, "id": "cadd0d08-da27-49f7-bfac-c8054fad4f67", "security_groups": [{"name": "vyos_vrouter-sg_bafea829-84ee-4f27-a205-76b04a6b7b79"}], "user_id": "760fddd770f74a96b11a5100a3bf1220", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T20:47:47Z", "hostId": "376dab7bff3c246c48613ef5bbf01ce00f4630575df7ca6a031470c7", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_bafea829-84ee-4f27-a205-76b04a6b7b79", "name": "vyos_vrouter-vm_bafea829-84ee-4f27-a205-76b04a6b7b79", "created": "2018-08-15T20:47:43Z", "tenant_id": "35d9fe4405174f48ab0478f3a53efb64", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:49:18,048 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-b78e21b4-0fa0-4b5a-bd6d-219a2cf017a9 2018-08-15 20:49:18,048 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.410092115402s 2018-08-15 20:49:18,048 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-b78e21b4-0fa0-4b5a-bd6d-219a2cf017a9 2018-08-15 20:49:18,052 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 20:49:20,055 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:49:20,058 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eb13e8963c4c145f65469395e738c1b155ab9d21" 2018-08-15 20:49:20,487 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:49:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5883dc5e-991a-424e-b939-552b889434bf x-compute-request-id: req-5883dc5e-991a-424e-b939-552b889434bf Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/cadd0d08-da27-49f7-bfac-c8054fad4f67", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/cadd0d08-da27-49f7-bfac-c8054fad4f67", "rel": "bookmark"}], "image": {"id": "46e0435d-b2e5-4284-b1e9-a4e65d0357b4", "links": [{"href": "http://172.30.9.27:8774/images/46e0435d-b2e5-4284-b1e9-a4e65d0357b4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bf011fb3-245a-4839-807e-2f62e2fc7002", "links": [{"href": "http://172.30.9.27:8774/flavors/bf011fb3-245a-4839-807e-2f62e2fc7002", "rel": "bookmark"}]}, "id": "cadd0d08-da27-49f7-bfac-c8054fad4f67", "security_groups": [{"name": "vyos_vrouter-sg_bafea829-84ee-4f27-a205-76b04a6b7b79"}], "user_id": "760fddd770f74a96b11a5100a3bf1220", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T20:47:47Z", "hostId": "376dab7bff3c246c48613ef5bbf01ce00f4630575df7ca6a031470c7", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_bafea829-84ee-4f27-a205-76b04a6b7b79", "name": "vyos_vrouter-vm_bafea829-84ee-4f27-a205-76b04a6b7b79", "created": "2018-08-15T20:47:43Z", "tenant_id": "35d9fe4405174f48ab0478f3a53efb64", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:49:20,487 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-5883dc5e-991a-424e-b939-552b889434bf 2018-08-15 20:49:20,487 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.432507038116s 2018-08-15 20:49:20,488 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-5883dc5e-991a-424e-b939-552b889434bf 2018-08-15 20:49:20,492 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 20:49:22,494 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:49:22,498 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eb13e8963c4c145f65469395e738c1b155ab9d21" 2018-08-15 20:49:22,976 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:49: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-7e2d65b4-2033-4e9d-8925-b997d2c13d33 x-compute-request-id: req-7e2d65b4-2033-4e9d-8925-b997d2c13d33 Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/cadd0d08-da27-49f7-bfac-c8054fad4f67", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/cadd0d08-da27-49f7-bfac-c8054fad4f67", "rel": "bookmark"}], "image": {"id": "46e0435d-b2e5-4284-b1e9-a4e65d0357b4", "links": [{"href": "http://172.30.9.27:8774/images/46e0435d-b2e5-4284-b1e9-a4e65d0357b4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bf011fb3-245a-4839-807e-2f62e2fc7002", "links": [{"href": "http://172.30.9.27:8774/flavors/bf011fb3-245a-4839-807e-2f62e2fc7002", "rel": "bookmark"}]}, "id": "cadd0d08-da27-49f7-bfac-c8054fad4f67", "security_groups": [{"name": "vyos_vrouter-sg_bafea829-84ee-4f27-a205-76b04a6b7b79"}], "user_id": "760fddd770f74a96b11a5100a3bf1220", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T20:47:47Z", "hostId": "376dab7bff3c246c48613ef5bbf01ce00f4630575df7ca6a031470c7", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_bafea829-84ee-4f27-a205-76b04a6b7b79", "name": "vyos_vrouter-vm_bafea829-84ee-4f27-a205-76b04a6b7b79", "created": "2018-08-15T20:47:43Z", "tenant_id": "35d9fe4405174f48ab0478f3a53efb64", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:49:22,976 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-7e2d65b4-2033-4e9d-8925-b997d2c13d33 2018-08-15 20:49:22,976 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.481703996658s 2018-08-15 20:49:22,977 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-7e2d65b4-2033-4e9d-8925-b997d2c13d33 2018-08-15 20:49:22,981 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 20:49:24,983 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:49:24,986 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eb13e8963c4c145f65469395e738c1b155ab9d21" 2018-08-15 20:49:25,332 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:49:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c5382769-65d5-4155-a3a5-71e18e21afa5 x-compute-request-id: req-c5382769-65d5-4155-a3a5-71e18e21afa5 Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/cadd0d08-da27-49f7-bfac-c8054fad4f67", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/cadd0d08-da27-49f7-bfac-c8054fad4f67", "rel": "bookmark"}], "image": {"id": "46e0435d-b2e5-4284-b1e9-a4e65d0357b4", "links": [{"href": "http://172.30.9.27:8774/images/46e0435d-b2e5-4284-b1e9-a4e65d0357b4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bf011fb3-245a-4839-807e-2f62e2fc7002", "links": [{"href": "http://172.30.9.27:8774/flavors/bf011fb3-245a-4839-807e-2f62e2fc7002", "rel": "bookmark"}]}, "id": "cadd0d08-da27-49f7-bfac-c8054fad4f67", "security_groups": [{"name": "vyos_vrouter-sg_bafea829-84ee-4f27-a205-76b04a6b7b79"}], "user_id": "760fddd770f74a96b11a5100a3bf1220", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T20:47:47Z", "hostId": "376dab7bff3c246c48613ef5bbf01ce00f4630575df7ca6a031470c7", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_bafea829-84ee-4f27-a205-76b04a6b7b79", "name": "vyos_vrouter-vm_bafea829-84ee-4f27-a205-76b04a6b7b79", "created": "2018-08-15T20:47:43Z", "tenant_id": "35d9fe4405174f48ab0478f3a53efb64", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:49:25,333 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-c5382769-65d5-4155-a3a5-71e18e21afa5 2018-08-15 20:49:25,333 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.349267959595s 2018-08-15 20:49:25,333 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-c5382769-65d5-4155-a3a5-71e18e21afa5 2018-08-15 20:49:25,337 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 20:49:27,340 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:49:27,343 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eb13e8963c4c145f65469395e738c1b155ab9d21" 2018-08-15 20:49:27,518 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:49:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7988f2b1-c8de-44eb-b0f7-777b5aceaa13 x-compute-request-id: req-7988f2b1-c8de-44eb-b0f7-777b5aceaa13 Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/cadd0d08-da27-49f7-bfac-c8054fad4f67", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/cadd0d08-da27-49f7-bfac-c8054fad4f67", "rel": "bookmark"}], "image": {"id": "46e0435d-b2e5-4284-b1e9-a4e65d0357b4", "links": [{"href": "http://172.30.9.27:8774/images/46e0435d-b2e5-4284-b1e9-a4e65d0357b4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bf011fb3-245a-4839-807e-2f62e2fc7002", "links": [{"href": "http://172.30.9.27:8774/flavors/bf011fb3-245a-4839-807e-2f62e2fc7002", "rel": "bookmark"}]}, "id": "cadd0d08-da27-49f7-bfac-c8054fad4f67", "security_groups": [{"name": "vyos_vrouter-sg_bafea829-84ee-4f27-a205-76b04a6b7b79"}], "user_id": "760fddd770f74a96b11a5100a3bf1220", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T20:47:47Z", "hostId": "376dab7bff3c246c48613ef5bbf01ce00f4630575df7ca6a031470c7", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_bafea829-84ee-4f27-a205-76b04a6b7b79", "name": "vyos_vrouter-vm_bafea829-84ee-4f27-a205-76b04a6b7b79", "created": "2018-08-15T20:47:43Z", "tenant_id": "35d9fe4405174f48ab0478f3a53efb64", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:49:27,518 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-7988f2b1-c8de-44eb-b0f7-777b5aceaa13 2018-08-15 20:49:27,518 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.178152084351s 2018-08-15 20:49:27,519 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-7988f2b1-c8de-44eb-b0f7-777b5aceaa13 2018-08-15 20:49:27,522 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 20:49:29,525 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:49:29,529 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eb13e8963c4c145f65469395e738c1b155ab9d21" 2018-08-15 20:49:29,966 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:49: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-69ce6637-cba1-4124-ab7b-b0550af3ce6e x-compute-request-id: req-69ce6637-cba1-4124-ab7b-b0550af3ce6e Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/cadd0d08-da27-49f7-bfac-c8054fad4f67", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/cadd0d08-da27-49f7-bfac-c8054fad4f67", "rel": "bookmark"}], "image": {"id": "46e0435d-b2e5-4284-b1e9-a4e65d0357b4", "links": [{"href": "http://172.30.9.27:8774/images/46e0435d-b2e5-4284-b1e9-a4e65d0357b4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bf011fb3-245a-4839-807e-2f62e2fc7002", "links": [{"href": "http://172.30.9.27:8774/flavors/bf011fb3-245a-4839-807e-2f62e2fc7002", "rel": "bookmark"}]}, "id": "cadd0d08-da27-49f7-bfac-c8054fad4f67", "security_groups": [{"name": "vyos_vrouter-sg_bafea829-84ee-4f27-a205-76b04a6b7b79"}], "user_id": "760fddd770f74a96b11a5100a3bf1220", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T20:47:47Z", "hostId": "376dab7bff3c246c48613ef5bbf01ce00f4630575df7ca6a031470c7", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_bafea829-84ee-4f27-a205-76b04a6b7b79", "name": "vyos_vrouter-vm_bafea829-84ee-4f27-a205-76b04a6b7b79", "created": "2018-08-15T20:47:43Z", "tenant_id": "35d9fe4405174f48ab0478f3a53efb64", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:49:29,966 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-69ce6637-cba1-4124-ab7b-b0550af3ce6e 2018-08-15 20:49:29,966 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.44082403183s 2018-08-15 20:49:29,966 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-69ce6637-cba1-4124-ab7b-b0550af3ce6e 2018-08-15 20:49:29,970 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 20:49:31,973 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:49:31,976 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eb13e8963c4c145f65469395e738c1b155ab9d21" 2018-08-15 20:49:32,339 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:49:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2cd2d674-b145-447f-9b0b-487125e9df84 x-compute-request-id: req-2cd2d674-b145-447f-9b0b-487125e9df84 Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/cadd0d08-da27-49f7-bfac-c8054fad4f67", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/cadd0d08-da27-49f7-bfac-c8054fad4f67", "rel": "bookmark"}], "image": {"id": "46e0435d-b2e5-4284-b1e9-a4e65d0357b4", "links": [{"href": "http://172.30.9.27:8774/images/46e0435d-b2e5-4284-b1e9-a4e65d0357b4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bf011fb3-245a-4839-807e-2f62e2fc7002", "links": [{"href": "http://172.30.9.27:8774/flavors/bf011fb3-245a-4839-807e-2f62e2fc7002", "rel": "bookmark"}]}, "id": "cadd0d08-da27-49f7-bfac-c8054fad4f67", "security_groups": [{"name": "vyos_vrouter-sg_bafea829-84ee-4f27-a205-76b04a6b7b79"}], "user_id": "760fddd770f74a96b11a5100a3bf1220", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T20:47:47Z", "hostId": "376dab7bff3c246c48613ef5bbf01ce00f4630575df7ca6a031470c7", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_bafea829-84ee-4f27-a205-76b04a6b7b79", "name": "vyos_vrouter-vm_bafea829-84ee-4f27-a205-76b04a6b7b79", "created": "2018-08-15T20:47:43Z", "tenant_id": "35d9fe4405174f48ab0478f3a53efb64", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:49:32,339 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-2cd2d674-b145-447f-9b0b-487125e9df84 2018-08-15 20:49:32,340 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.366544961929s 2018-08-15 20:49:32,340 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-2cd2d674-b145-447f-9b0b-487125e9df84 2018-08-15 20:49:32,344 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 20:49:34,347 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:49:34,350 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eb13e8963c4c145f65469395e738c1b155ab9d21" 2018-08-15 20:49:34,806 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:49: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-1b23683d-ae06-4126-8e2c-eaed246a826c x-compute-request-id: req-1b23683d-ae06-4126-8e2c-eaed246a826c Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/cadd0d08-da27-49f7-bfac-c8054fad4f67", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/cadd0d08-da27-49f7-bfac-c8054fad4f67", "rel": "bookmark"}], "image": {"id": "46e0435d-b2e5-4284-b1e9-a4e65d0357b4", "links": [{"href": "http://172.30.9.27:8774/images/46e0435d-b2e5-4284-b1e9-a4e65d0357b4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bf011fb3-245a-4839-807e-2f62e2fc7002", "links": [{"href": "http://172.30.9.27:8774/flavors/bf011fb3-245a-4839-807e-2f62e2fc7002", "rel": "bookmark"}]}, "id": "cadd0d08-da27-49f7-bfac-c8054fad4f67", "security_groups": [{"name": "vyos_vrouter-sg_bafea829-84ee-4f27-a205-76b04a6b7b79"}], "user_id": "760fddd770f74a96b11a5100a3bf1220", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T20:47:47Z", "hostId": "376dab7bff3c246c48613ef5bbf01ce00f4630575df7ca6a031470c7", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_bafea829-84ee-4f27-a205-76b04a6b7b79", "name": "vyos_vrouter-vm_bafea829-84ee-4f27-a205-76b04a6b7b79", "created": "2018-08-15T20:47:43Z", "tenant_id": "35d9fe4405174f48ab0478f3a53efb64", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:49:34,806 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-1b23683d-ae06-4126-8e2c-eaed246a826c 2018-08-15 20:49:34,806 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.459271907806s 2018-08-15 20:49:34,806 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-1b23683d-ae06-4126-8e2c-eaed246a826c 2018-08-15 20:49:34,810 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 20:49:36,813 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:49:36,816 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eb13e8963c4c145f65469395e738c1b155ab9d21" 2018-08-15 20:49:37,182 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:49: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-96692459-8ae5-47a6-a8e2-d339ab317c61 x-compute-request-id: req-96692459-8ae5-47a6-a8e2-d339ab317c61 Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/cadd0d08-da27-49f7-bfac-c8054fad4f67", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/cadd0d08-da27-49f7-bfac-c8054fad4f67", "rel": "bookmark"}], "image": {"id": "46e0435d-b2e5-4284-b1e9-a4e65d0357b4", "links": [{"href": "http://172.30.9.27:8774/images/46e0435d-b2e5-4284-b1e9-a4e65d0357b4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bf011fb3-245a-4839-807e-2f62e2fc7002", "links": [{"href": "http://172.30.9.27:8774/flavors/bf011fb3-245a-4839-807e-2f62e2fc7002", "rel": "bookmark"}]}, "id": "cadd0d08-da27-49f7-bfac-c8054fad4f67", "security_groups": [{"name": "vyos_vrouter-sg_bafea829-84ee-4f27-a205-76b04a6b7b79"}], "user_id": "760fddd770f74a96b11a5100a3bf1220", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T20:47:47Z", "hostId": "376dab7bff3c246c48613ef5bbf01ce00f4630575df7ca6a031470c7", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_bafea829-84ee-4f27-a205-76b04a6b7b79", "name": "vyos_vrouter-vm_bafea829-84ee-4f27-a205-76b04a6b7b79", "created": "2018-08-15T20:47:43Z", "tenant_id": "35d9fe4405174f48ab0478f3a53efb64", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:49:37,182 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-96692459-8ae5-47a6-a8e2-d339ab317c61 2018-08-15 20:49:37,183 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.369413852692s 2018-08-15 20:49:37,183 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-96692459-8ae5-47a6-a8e2-d339ab317c61 2018-08-15 20:49:37,187 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 20:49:39,189 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:49:39,192 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eb13e8963c4c145f65469395e738c1b155ab9d21" 2018-08-15 20:49:39,648 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:49: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-384a01f1-1e8c-4b4d-be20-3ea92d2f656a x-compute-request-id: req-384a01f1-1e8c-4b4d-be20-3ea92d2f656a Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/cadd0d08-da27-49f7-bfac-c8054fad4f67", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/cadd0d08-da27-49f7-bfac-c8054fad4f67", "rel": "bookmark"}], "image": {"id": "46e0435d-b2e5-4284-b1e9-a4e65d0357b4", "links": [{"href": "http://172.30.9.27:8774/images/46e0435d-b2e5-4284-b1e9-a4e65d0357b4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bf011fb3-245a-4839-807e-2f62e2fc7002", "links": [{"href": "http://172.30.9.27:8774/flavors/bf011fb3-245a-4839-807e-2f62e2fc7002", "rel": "bookmark"}]}, "id": "cadd0d08-da27-49f7-bfac-c8054fad4f67", "security_groups": [{"name": "vyos_vrouter-sg_bafea829-84ee-4f27-a205-76b04a6b7b79"}], "user_id": "760fddd770f74a96b11a5100a3bf1220", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T20:47:47Z", "hostId": "376dab7bff3c246c48613ef5bbf01ce00f4630575df7ca6a031470c7", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_bafea829-84ee-4f27-a205-76b04a6b7b79", "name": "vyos_vrouter-vm_bafea829-84ee-4f27-a205-76b04a6b7b79", "created": "2018-08-15T20:47:43Z", "tenant_id": "35d9fe4405174f48ab0478f3a53efb64", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:49:39,648 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-384a01f1-1e8c-4b4d-be20-3ea92d2f656a 2018-08-15 20:49:39,649 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.459039926529s 2018-08-15 20:49:39,649 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-384a01f1-1e8c-4b4d-be20-3ea92d2f656a 2018-08-15 20:49:39,653 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 20:49:41,655 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:49:41,658 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eb13e8963c4c145f65469395e738c1b155ab9d21" 2018-08-15 20:49:42,285 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:49: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-fba84d90-a374-45f9-b593-867fe7c69eba x-compute-request-id: req-fba84d90-a374-45f9-b593-867fe7c69eba Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/cadd0d08-da27-49f7-bfac-c8054fad4f67", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/cadd0d08-da27-49f7-bfac-c8054fad4f67", "rel": "bookmark"}], "image": {"id": "46e0435d-b2e5-4284-b1e9-a4e65d0357b4", "links": [{"href": "http://172.30.9.27:8774/images/46e0435d-b2e5-4284-b1e9-a4e65d0357b4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bf011fb3-245a-4839-807e-2f62e2fc7002", "links": [{"href": "http://172.30.9.27:8774/flavors/bf011fb3-245a-4839-807e-2f62e2fc7002", "rel": "bookmark"}]}, "id": "cadd0d08-da27-49f7-bfac-c8054fad4f67", "security_groups": [{"name": "vyos_vrouter-sg_bafea829-84ee-4f27-a205-76b04a6b7b79"}], "user_id": "760fddd770f74a96b11a5100a3bf1220", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T20:47:47Z", "hostId": "376dab7bff3c246c48613ef5bbf01ce00f4630575df7ca6a031470c7", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_bafea829-84ee-4f27-a205-76b04a6b7b79", "name": "vyos_vrouter-vm_bafea829-84ee-4f27-a205-76b04a6b7b79", "created": "2018-08-15T20:47:43Z", "tenant_id": "35d9fe4405174f48ab0478f3a53efb64", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:49:42,285 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-fba84d90-a374-45f9-b593-867fe7c69eba 2018-08-15 20:49:42,285 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.62956404686s 2018-08-15 20:49:42,286 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-fba84d90-a374-45f9-b593-867fe7c69eba 2018-08-15 20:49:42,290 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 20:49:44,292 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:49:44,297 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eb13e8963c4c145f65469395e738c1b155ab9d21" 2018-08-15 20:49:44,660 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:49: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-eed55be4-d2fb-4eec-91cf-49c0486d06fd x-compute-request-id: req-eed55be4-d2fb-4eec-91cf-49c0486d06fd Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/cadd0d08-da27-49f7-bfac-c8054fad4f67", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/cadd0d08-da27-49f7-bfac-c8054fad4f67", "rel": "bookmark"}], "image": {"id": "46e0435d-b2e5-4284-b1e9-a4e65d0357b4", "links": [{"href": "http://172.30.9.27:8774/images/46e0435d-b2e5-4284-b1e9-a4e65d0357b4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bf011fb3-245a-4839-807e-2f62e2fc7002", "links": [{"href": "http://172.30.9.27:8774/flavors/bf011fb3-245a-4839-807e-2f62e2fc7002", "rel": "bookmark"}]}, "id": "cadd0d08-da27-49f7-bfac-c8054fad4f67", "security_groups": [{"name": "vyos_vrouter-sg_bafea829-84ee-4f27-a205-76b04a6b7b79"}], "user_id": "760fddd770f74a96b11a5100a3bf1220", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T20:47:47Z", "hostId": "376dab7bff3c246c48613ef5bbf01ce00f4630575df7ca6a031470c7", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_bafea829-84ee-4f27-a205-76b04a6b7b79", "name": "vyos_vrouter-vm_bafea829-84ee-4f27-a205-76b04a6b7b79", "created": "2018-08-15T20:47:43Z", "tenant_id": "35d9fe4405174f48ab0478f3a53efb64", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:49:44,660 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-eed55be4-d2fb-4eec-91cf-49c0486d06fd 2018-08-15 20:49:44,660 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.367388010025s 2018-08-15 20:49:44,660 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-eed55be4-d2fb-4eec-91cf-49c0486d06fd 2018-08-15 20:49:44,664 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 20:49:46,667 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:49:46,669 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eb13e8963c4c145f65469395e738c1b155ab9d21" 2018-08-15 20:49:47,210 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:49: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-bff70636-a030-4d04-839a-a8b4e360c3c4 x-compute-request-id: req-bff70636-a030-4d04-839a-a8b4e360c3c4 Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/cadd0d08-da27-49f7-bfac-c8054fad4f67", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/cadd0d08-da27-49f7-bfac-c8054fad4f67", "rel": "bookmark"}], "image": {"id": "46e0435d-b2e5-4284-b1e9-a4e65d0357b4", "links": [{"href": "http://172.30.9.27:8774/images/46e0435d-b2e5-4284-b1e9-a4e65d0357b4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bf011fb3-245a-4839-807e-2f62e2fc7002", "links": [{"href": "http://172.30.9.27:8774/flavors/bf011fb3-245a-4839-807e-2f62e2fc7002", "rel": "bookmark"}]}, "id": "cadd0d08-da27-49f7-bfac-c8054fad4f67", "security_groups": [{"name": "vyos_vrouter-sg_bafea829-84ee-4f27-a205-76b04a6b7b79"}], "user_id": "760fddd770f74a96b11a5100a3bf1220", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T20:47:47Z", "hostId": "376dab7bff3c246c48613ef5bbf01ce00f4630575df7ca6a031470c7", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_bafea829-84ee-4f27-a205-76b04a6b7b79", "name": "vyos_vrouter-vm_bafea829-84ee-4f27-a205-76b04a6b7b79", "created": "2018-08-15T20:47:43Z", "tenant_id": "35d9fe4405174f48ab0478f3a53efb64", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:49:47,210 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-bff70636-a030-4d04-839a-a8b4e360c3c4 2018-08-15 20:49:47,211 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.543828010559s 2018-08-15 20:49:47,211 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-bff70636-a030-4d04-839a-a8b4e360c3c4 2018-08-15 20:49:47,215 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 20:49:49,217 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:49:49,220 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eb13e8963c4c145f65469395e738c1b155ab9d21" 2018-08-15 20:49:49,393 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:49: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-73f1cfaa-a739-4756-b660-ad2e7e6c7121 x-compute-request-id: req-73f1cfaa-a739-4756-b660-ad2e7e6c7121 Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/cadd0d08-da27-49f7-bfac-c8054fad4f67", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/cadd0d08-da27-49f7-bfac-c8054fad4f67", "rel": "bookmark"}], "image": {"id": "46e0435d-b2e5-4284-b1e9-a4e65d0357b4", "links": [{"href": "http://172.30.9.27:8774/images/46e0435d-b2e5-4284-b1e9-a4e65d0357b4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bf011fb3-245a-4839-807e-2f62e2fc7002", "links": [{"href": "http://172.30.9.27:8774/flavors/bf011fb3-245a-4839-807e-2f62e2fc7002", "rel": "bookmark"}]}, "id": "cadd0d08-da27-49f7-bfac-c8054fad4f67", "security_groups": [{"name": "vyos_vrouter-sg_bafea829-84ee-4f27-a205-76b04a6b7b79"}], "user_id": "760fddd770f74a96b11a5100a3bf1220", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T20:47:47Z", "hostId": "376dab7bff3c246c48613ef5bbf01ce00f4630575df7ca6a031470c7", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_bafea829-84ee-4f27-a205-76b04a6b7b79", "name": "vyos_vrouter-vm_bafea829-84ee-4f27-a205-76b04a6b7b79", "created": "2018-08-15T20:47:43Z", "tenant_id": "35d9fe4405174f48ab0478f3a53efb64", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:49:49,393 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-73f1cfaa-a739-4756-b660-ad2e7e6c7121 2018-08-15 20:49:49,393 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.176037073135s 2018-08-15 20:49:49,394 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-73f1cfaa-a739-4756-b660-ad2e7e6c7121 2018-08-15 20:49:49,398 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 20:49:51,400 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:49:51,403 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eb13e8963c4c145f65469395e738c1b155ab9d21" 2018-08-15 20:49:51,818 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:49: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-58c66225-afc0-438a-a939-ca7e2e77101b x-compute-request-id: req-58c66225-afc0-438a-a939-ca7e2e77101b Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/cadd0d08-da27-49f7-bfac-c8054fad4f67", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/cadd0d08-da27-49f7-bfac-c8054fad4f67", "rel": "bookmark"}], "image": {"id": "46e0435d-b2e5-4284-b1e9-a4e65d0357b4", "links": [{"href": "http://172.30.9.27:8774/images/46e0435d-b2e5-4284-b1e9-a4e65d0357b4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bf011fb3-245a-4839-807e-2f62e2fc7002", "links": [{"href": "http://172.30.9.27:8774/flavors/bf011fb3-245a-4839-807e-2f62e2fc7002", "rel": "bookmark"}]}, "id": "cadd0d08-da27-49f7-bfac-c8054fad4f67", "security_groups": [{"name": "vyos_vrouter-sg_bafea829-84ee-4f27-a205-76b04a6b7b79"}], "user_id": "760fddd770f74a96b11a5100a3bf1220", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T20:47:47Z", "hostId": "376dab7bff3c246c48613ef5bbf01ce00f4630575df7ca6a031470c7", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_bafea829-84ee-4f27-a205-76b04a6b7b79", "name": "vyos_vrouter-vm_bafea829-84ee-4f27-a205-76b04a6b7b79", "created": "2018-08-15T20:47:43Z", "tenant_id": "35d9fe4405174f48ab0478f3a53efb64", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:49:51,818 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-58c66225-afc0-438a-a939-ca7e2e77101b 2018-08-15 20:49:51,818 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.417614936829s 2018-08-15 20:49:51,819 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-58c66225-afc0-438a-a939-ca7e2e77101b 2018-08-15 20:49:51,823 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 20:49:53,825 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:49:53,829 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eb13e8963c4c145f65469395e738c1b155ab9d21" 2018-08-15 20:49:54,018 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:49: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-f48ce1f4-2a13-4db4-b5cc-997de9af5656 x-compute-request-id: req-f48ce1f4-2a13-4db4-b5cc-997de9af5656 Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/cadd0d08-da27-49f7-bfac-c8054fad4f67", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/cadd0d08-da27-49f7-bfac-c8054fad4f67", "rel": "bookmark"}], "image": {"id": "46e0435d-b2e5-4284-b1e9-a4e65d0357b4", "links": [{"href": "http://172.30.9.27:8774/images/46e0435d-b2e5-4284-b1e9-a4e65d0357b4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bf011fb3-245a-4839-807e-2f62e2fc7002", "links": [{"href": "http://172.30.9.27:8774/flavors/bf011fb3-245a-4839-807e-2f62e2fc7002", "rel": "bookmark"}]}, "id": "cadd0d08-da27-49f7-bfac-c8054fad4f67", "security_groups": [{"name": "vyos_vrouter-sg_bafea829-84ee-4f27-a205-76b04a6b7b79"}], "user_id": "760fddd770f74a96b11a5100a3bf1220", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T20:47:47Z", "hostId": "376dab7bff3c246c48613ef5bbf01ce00f4630575df7ca6a031470c7", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_bafea829-84ee-4f27-a205-76b04a6b7b79", "name": "vyos_vrouter-vm_bafea829-84ee-4f27-a205-76b04a6b7b79", "created": "2018-08-15T20:47:43Z", "tenant_id": "35d9fe4405174f48ab0478f3a53efb64", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:49:54,018 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-f48ce1f4-2a13-4db4-b5cc-997de9af5656 2018-08-15 20:49:54,019 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.19288110733s 2018-08-15 20:49:54,019 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-f48ce1f4-2a13-4db4-b5cc-997de9af5656 2018-08-15 20:49:54,023 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 20:49:56,025 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:49:56,028 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eb13e8963c4c145f65469395e738c1b155ab9d21" 2018-08-15 20:49:56,395 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:49:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-80f1561a-c1c3-42ad-924a-5f1f06e5829f x-compute-request-id: req-80f1561a-c1c3-42ad-924a-5f1f06e5829f Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/cadd0d08-da27-49f7-bfac-c8054fad4f67", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/cadd0d08-da27-49f7-bfac-c8054fad4f67", "rel": "bookmark"}], "image": {"id": "46e0435d-b2e5-4284-b1e9-a4e65d0357b4", "links": [{"href": "http://172.30.9.27:8774/images/46e0435d-b2e5-4284-b1e9-a4e65d0357b4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bf011fb3-245a-4839-807e-2f62e2fc7002", "links": [{"href": "http://172.30.9.27:8774/flavors/bf011fb3-245a-4839-807e-2f62e2fc7002", "rel": "bookmark"}]}, "id": "cadd0d08-da27-49f7-bfac-c8054fad4f67", "security_groups": [{"name": "vyos_vrouter-sg_bafea829-84ee-4f27-a205-76b04a6b7b79"}], "user_id": "760fddd770f74a96b11a5100a3bf1220", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T20:47:47Z", "hostId": "376dab7bff3c246c48613ef5bbf01ce00f4630575df7ca6a031470c7", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_bafea829-84ee-4f27-a205-76b04a6b7b79", "name": "vyos_vrouter-vm_bafea829-84ee-4f27-a205-76b04a6b7b79", "created": "2018-08-15T20:47:43Z", "tenant_id": "35d9fe4405174f48ab0478f3a53efb64", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:49:56,396 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-80f1561a-c1c3-42ad-924a-5f1f06e5829f 2018-08-15 20:49:56,396 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.370385885239s 2018-08-15 20:49:56,396 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-80f1561a-c1c3-42ad-924a-5f1f06e5829f 2018-08-15 20:49:56,400 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 20:49:58,403 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:49:58,405 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eb13e8963c4c145f65469395e738c1b155ab9d21" 2018-08-15 20:49:58,576 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:49:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4b4150cb-80fc-42bc-b99c-45afcbf63fc9 x-compute-request-id: req-4b4150cb-80fc-42bc-b99c-45afcbf63fc9 Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/cadd0d08-da27-49f7-bfac-c8054fad4f67", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/cadd0d08-da27-49f7-bfac-c8054fad4f67", "rel": "bookmark"}], "image": {"id": "46e0435d-b2e5-4284-b1e9-a4e65d0357b4", "links": [{"href": "http://172.30.9.27:8774/images/46e0435d-b2e5-4284-b1e9-a4e65d0357b4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bf011fb3-245a-4839-807e-2f62e2fc7002", "links": [{"href": "http://172.30.9.27:8774/flavors/bf011fb3-245a-4839-807e-2f62e2fc7002", "rel": "bookmark"}]}, "id": "cadd0d08-da27-49f7-bfac-c8054fad4f67", "security_groups": [{"name": "vyos_vrouter-sg_bafea829-84ee-4f27-a205-76b04a6b7b79"}], "user_id": "760fddd770f74a96b11a5100a3bf1220", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T20:47:47Z", "hostId": "376dab7bff3c246c48613ef5bbf01ce00f4630575df7ca6a031470c7", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_bafea829-84ee-4f27-a205-76b04a6b7b79", "name": "vyos_vrouter-vm_bafea829-84ee-4f27-a205-76b04a6b7b79", "created": "2018-08-15T20:47:43Z", "tenant_id": "35d9fe4405174f48ab0478f3a53efb64", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:49:58,576 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-4b4150cb-80fc-42bc-b99c-45afcbf63fc9 2018-08-15 20:49:58,576 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.173124074936s 2018-08-15 20:49:58,576 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-4b4150cb-80fc-42bc-b99c-45afcbf63fc9 2018-08-15 20:49:58,580 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 20:50:00,583 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:50:00,585 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eb13e8963c4c145f65469395e738c1b155ab9d21" 2018-08-15 20:50:00,758 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:50:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-50c753fa-7be1-4abf-9d41-ec872b8d7b6b x-compute-request-id: req-50c753fa-7be1-4abf-9d41-ec872b8d7b6b Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/cadd0d08-da27-49f7-bfac-c8054fad4f67", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/cadd0d08-da27-49f7-bfac-c8054fad4f67", "rel": "bookmark"}], "image": {"id": "46e0435d-b2e5-4284-b1e9-a4e65d0357b4", "links": [{"href": "http://172.30.9.27:8774/images/46e0435d-b2e5-4284-b1e9-a4e65d0357b4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bf011fb3-245a-4839-807e-2f62e2fc7002", "links": [{"href": "http://172.30.9.27:8774/flavors/bf011fb3-245a-4839-807e-2f62e2fc7002", "rel": "bookmark"}]}, "id": "cadd0d08-da27-49f7-bfac-c8054fad4f67", "security_groups": [{"name": "vyos_vrouter-sg_bafea829-84ee-4f27-a205-76b04a6b7b79"}], "user_id": "760fddd770f74a96b11a5100a3bf1220", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-15T20:47:47Z", "hostId": "376dab7bff3c246c48613ef5bbf01ce00f4630575df7ca6a031470c7", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_bafea829-84ee-4f27-a205-76b04a6b7b79", "name": "vyos_vrouter-vm_bafea829-84ee-4f27-a205-76b04a6b7b79", "created": "2018-08-15T20:47:43Z", "tenant_id": "35d9fe4405174f48ab0478f3a53efb64", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:50:00,758 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-50c753fa-7be1-4abf-9d41-ec872b8d7b6b 2018-08-15 20:50:00,758 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.175631999969s 2018-08-15 20:50:00,759 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-50c753fa-7be1-4abf-9d41-ec872b8d7b6b 2018-08-15 20:50:00,763 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 20:50:02,765 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:50:02,768 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eb13e8963c4c145f65469395e738c1b155ab9d21" 2018-08-15 20:50:02,954 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:50: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-b8e6ec54-95d6-4586-8e6e-1b097c303533 x-compute-request-id: req-b8e6ec54-95d6-4586-8e6e-1b097c303533 Content-Encoding: gzip Content-Length: 747 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vyos_vrouter-net_bafea829-84ee-4f27-a205-76b04a6b7b79": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:03:2f:e5", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/cadd0d08-da27-49f7-bfac-c8054fad4f67", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/cadd0d08-da27-49f7-bfac-c8054fad4f67", "rel": "bookmark"}], "image": {"id": "46e0435d-b2e5-4284-b1e9-a4e65d0357b4", "links": [{"href": "http://172.30.9.27:8774/images/46e0435d-b2e5-4284-b1e9-a4e65d0357b4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:50:02.000000", "flavor": {"id": "bf011fb3-245a-4839-807e-2f62e2fc7002", "links": [{"href": "http://172.30.9.27:8774/flavors/bf011fb3-245a-4839-807e-2f62e2fc7002", "rel": "bookmark"}]}, "id": "cadd0d08-da27-49f7-bfac-c8054fad4f67", "security_groups": [{"name": "vyos_vrouter-sg_bafea829-84ee-4f27-a205-76b04a6b7b79"}], "user_id": "760fddd770f74a96b11a5100a3bf1220", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:50:02Z", "hostId": "376dab7bff3c246c48613ef5bbf01ce00f4630575df7ca6a031470c7", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_bafea829-84ee-4f27-a205-76b04a6b7b79", "name": "vyos_vrouter-vm_bafea829-84ee-4f27-a205-76b04a6b7b79", "created": "2018-08-15T20:47:43Z", "tenant_id": "35d9fe4405174f48ab0478f3a53efb64", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:50:02,955 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-b8e6ec54-95d6-4586-8e6e-1b097c303533 2018-08-15 20:50:02,955 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.189254045486s 2018-08-15 20:50:02,955 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-b8e6ec54-95d6-4586-8e6e-1b097c303533 2018-08-15 20:50:02,960 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-15 20:50:02,961 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/ports.json?device_id=cadd0d08-da27-49f7-bfac-c8054fad4f67" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eb13e8963c4c145f65469395e738c1b155ab9d21" 2018-08-15 20:50:03,009 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-c26e48dc-c1d5-4d4c-a3ad-82e56c0d8a37 Date: Wed, 15 Aug 2018 20:50:03 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"a1016d1f-342e-4d02-b2a6-e23ffd99804c","tenant_id":"35d9fe4405174f48ab0478f3a53efb64","created_at":"2018-08-15T20:47:46Z","admin_state_up":true,"updated_at":"2018-08-15T20:50:01Z","binding:vnic_type":"normal","device_id":"cadd0d08-da27-49f7-bfac-c8054fad4f67","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:03:2f:e5","id":"3803f3fb-cb0f-4bbf-8241-edd30af056ab","port_security_enabled":true,"project_id":"35d9fe4405174f48ab0478f3a53efb64","fixed_ips":[{"subnet_id":"5202f667-af77-46da-adee-40bc849b3ca9","ip_address":"192.168.120.14"}],"extra_dhcp_opts":[],"security_groups":["ecc63e63-dbb6-41be-98f6-6fe85c300923"],"name":""}]} 2018-08-15 20:50:03,009 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=cadd0d08-da27-49f7-bfac-c8054fad4f67 used request id req-c26e48dc-c1d5-4d4c-a3ad-82e56c0d8a37 2018-08-15 20:50:03,009 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0483968257904s 2018-08-15 20:50:03,009 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=cadd0d08-da27-49f7-bfac-c8054fad4f67 used request id req-c26e48dc-c1d5-4d4c-a3ad-82e56c0d8a37 2018-08-15 20:50:03,015 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-15 20:50:03,015 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/floatingips.json?port_id=3803f3fb-cb0f-4bbf-8241-edd30af056ab" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eb13e8963c4c145f65469395e738c1b155ab9d21" 2018-08-15 20:50:03,061 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-09bd010b-f351-4481-b18b-d34ffc0c7192 Date: Wed, 15 Aug 2018 20:50:03 GMT RESP BODY: {"floatingips": []} 2018-08-15 20:50:03,061 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json?port_id=3803f3fb-cb0f-4bbf-8241-edd30af056ab used request id req-09bd010b-f351-4481-b18b-d34ffc0c7192 2018-08-15 20:50:03,061 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0463330745697s 2018-08-15 20:50:03,062 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json?port_id=3803f3fb-cb0f-4bbf-8241-edd30af056ab used request id req-09bd010b-f351-4481-b18b-d34ffc0c7192 2018-08-15 20:50:03,062 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vyos_vrouter-net_bafea829-84ee-4f27-a205-76b04a6b7b79': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:03:2f:e5', 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'46e0435d-b2e5-4284-b1e9-a4e65d0357b4'}), 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-15T20:50:02.000000', 'flavor': Munch({u'id': u'bf011fb3-245a-4839-807e-2f62e2fc7002'}), 'az': u'nova', 'id': u'cadd0d08-da27-49f7-bfac-c8054fad4f67', 'security_groups': [Munch({u'name': u'vyos_vrouter-sg_bafea829-84ee-4f27-a205-76b04a6b7b79'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'760fddd770f74a96b11a5100a3bf1220', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'35d9fe4405174f48ab0478f3a53efb64', 'name': 'vyos_vrouter-project_bafea829-84ee-4f27-a205-76b04a6b7b79', '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-15T20:50:02.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-15T20:50:02Z', 'hostId': u'376dab7bff3c246c48613ef5bbf01ce00f4630575df7ca6a031470c7', u'OS-SRV-USG:terminated_at': None, 'key_name': u'vyos_vrouter-kp_bafea829-84ee-4f27-a205-76b04a6b7b79', 'public_v6': '', 'private_v4': u'192.168.120.14', 'cloud': 'envvars', 'host_id': u'376dab7bff3c246c48613ef5bbf01ce00f4630575df7ca6a031470c7', '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-15T20:50:02.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'35d9fe4405174f48ab0478f3a53efb64', 'name': u'vyos_vrouter-vm_bafea829-84ee-4f27-a205-76b04a6b7b79', 'adminPass': u'WkaLY8Wz9xAw', 'tenant_id': u'35d9fe4405174f48ab0478f3a53efb64', 'created_at': u'2018-08-15T20:47:43Z', 'created': u'2018-08-15T20:47:43Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-15 20:50:03,066 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-15 20:50:03,066 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eb13e8963c4c145f65469395e738c1b155ab9d21" 2018-08-15 20:50:03,417 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-cb12dce7-b4bb-4d09-92e6-afa4ee3abe58 Date: Wed, 15 Aug 2018 20:50:03 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["5202f667-af77-46da-adee-40bc849b3ca9"],"updated_at":"2018-08-15T20:46:06Z","tenant_id":"35d9fe4405174f48ab0478f3a53efb64","created_at":"2018-08-15T20:46:05Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"35d9fe4405174f48ab0478f3a53efb64","id":"a1016d1f-342e-4d02-b2a6-e23ffd99804c","name":"vyos_vrouter-net_bafea829-84ee-4f27-a205-76b04a6b7b79"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["3ef75223-733d-425d-bb3e-88e8a796bebc"],"updated_at":"2018-08-15T17:41:36Z","tenant_id":"d2c267e1fee9461ba5e64a915b9518f5","created_at":"2018-08-15T17:16:26Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"d2c267e1fee9461ba5e64a915b9518f5","id":"fc8ca119-27ab-4070-99fa-a2993d11ee48","name":"external"}]} 2018-08-15 20:50:03,417 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-cb12dce7-b4bb-4d09-92e6-afa4ee3abe58 2018-08-15 20:50:03,417 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.351017951965s 2018-08-15 20:50:03,417 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-cb12dce7-b4bb-4d09-92e6-afa4ee3abe58 2018-08-15 20:50:03,418 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-15 20:50:03,418 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/ports.json?device_id=cadd0d08-da27-49f7-bfac-c8054fad4f67" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eb13e8963c4c145f65469395e738c1b155ab9d21" 2018-08-15 20:50:03,464 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-390b1262-1793-4f24-b2e0-87f76ffcd513 Date: Wed, 15 Aug 2018 20:50:03 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"a1016d1f-342e-4d02-b2a6-e23ffd99804c","tenant_id":"35d9fe4405174f48ab0478f3a53efb64","created_at":"2018-08-15T20:47:46Z","admin_state_up":true,"updated_at":"2018-08-15T20:50:01Z","binding:vnic_type":"normal","device_id":"cadd0d08-da27-49f7-bfac-c8054fad4f67","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:03:2f:e5","id":"3803f3fb-cb0f-4bbf-8241-edd30af056ab","port_security_enabled":true,"project_id":"35d9fe4405174f48ab0478f3a53efb64","fixed_ips":[{"subnet_id":"5202f667-af77-46da-adee-40bc849b3ca9","ip_address":"192.168.120.14"}],"extra_dhcp_opts":[],"security_groups":["ecc63e63-dbb6-41be-98f6-6fe85c300923"],"name":""}]} 2018-08-15 20:50:03,464 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=cadd0d08-da27-49f7-bfac-c8054fad4f67 used request id req-390b1262-1793-4f24-b2e0-87f76ffcd513 2018-08-15 20:50:03,464 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0461912155151s 2018-08-15 20:50:03,464 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=cadd0d08-da27-49f7-bfac-c8054fad4f67 used request id req-390b1262-1793-4f24-b2e0-87f76ffcd513 2018-08-15 20:50:03,465 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-08-15 20:50:03,465 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}eb13e8963c4c145f65469395e738c1b155ab9d21" -d '{"floatingip": {"floating_network_id": "fc8ca119-27ab-4070-99fa-a2993d11ee48", "fixed_ip_address": "192.168.120.14", "port_id": "3803f3fb-cb0f-4bbf-8241-edd30af056ab"}}' 2018-08-15 20:50:05,481 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 554 X-Openstack-Request-Id: req-78567474-4a03-46ee-b050-33444cf12d88 Date: Wed, 15 Aug 2018 20:50:05 GMT RESP BODY: {"floatingip": {"router_id": "865bb850-ec1d-4306-9bae-d8fc3144f863", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-15T20:50:04Z", "floating_network_id": "fc8ca119-27ab-4070-99fa-a2993d11ee48", "fixed_ip_address": "192.168.120.14", "floating_ip_address": "172.30.9.207", "revision_number": 0, "port_id": "3803f3fb-cb0f-4bbf-8241-edd30af056ab", "id": "951a3c3d-db8d-4d00-a95a-dc5dadc42d8a", "tenant_id": "35d9fe4405174f48ab0478f3a53efb64", "created_at": "2018-08-15T20:50:04Z", "project_id": "35d9fe4405174f48ab0478f3a53efb64"}} 2018-08-15 20:50:05,481 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-78567474-4a03-46ee-b050-33444cf12d88 2018-08-15 20:50:05,481 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 2.01652789116s 2018-08-15 20:50:05,482 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-78567474-4a03-46ee-b050-33444cf12d88 2018-08-15 20:50:05,490 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-15 20:50:05,490 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eb13e8963c4c145f65469395e738c1b155ab9d21" 2018-08-15 20:50:05,554 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 557 X-Openstack-Request-Id: req-2fb24c89-aa9d-40f8-8e04-98fdee98bb76 Date: Wed, 15 Aug 2018 20:50:05 GMT RESP BODY: {"floatingips": [{"router_id": "865bb850-ec1d-4306-9bae-d8fc3144f863", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-15T20:50:04Z", "floating_network_id": "fc8ca119-27ab-4070-99fa-a2993d11ee48", "fixed_ip_address": "192.168.120.14", "floating_ip_address": "172.30.9.207", "revision_number": 0, "port_id": "3803f3fb-cb0f-4bbf-8241-edd30af056ab", "id": "951a3c3d-db8d-4d00-a95a-dc5dadc42d8a", "tenant_id": "35d9fe4405174f48ab0478f3a53efb64", "created_at": "2018-08-15T20:50:04Z", "project_id": "35d9fe4405174f48ab0478f3a53efb64"}]} 2018-08-15 20:50:05,555 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-2fb24c89-aa9d-40f8-8e04-98fdee98bb76 2018-08-15 20:50:05,555 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0647938251495s 2018-08-15 20:50:05,555 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-2fb24c89-aa9d-40f8-8e04-98fdee98bb76 2018-08-15 20:50:05,560 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'865bb850-ec1d-4306-9bae-d8fc3144f863', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'35d9fe4405174f48ab0478f3a53efb64', 'created_at': u'2018-08-15T20:50:04Z', 'attached': True, 'updated_at': u'2018-08-15T20:50:04Z', 'id': u'951a3c3d-db8d-4d00-a95a-dc5dadc42d8a', 'floating_network_id': u'fc8ca119-27ab-4070-99fa-a2993d11ee48', 'fixed_ip_address': u'192.168.120.14', 'floating_ip_address': u'172.30.9.207', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'35d9fe4405174f48ab0478f3a53efb64', 'name': 'vyos_vrouter-project_bafea829-84ee-4f27-a205-76b04a6b7b79', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'865bb850-ec1d-4306-9bae-d8fc3144f863', 'project_id': u'35d9fe4405174f48ab0478f3a53efb64', 'port_id': u'3803f3fb-cb0f-4bbf-8241-edd30af056ab', 'port': u'3803f3fb-cb0f-4bbf-8241-edd30af056ab', 'network': u'fc8ca119-27ab-4070-99fa-a2993d11ee48'}) 2018-08-15 20:50:05,560 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-15 20:50:05,563 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/cadd0d08-da27-49f7-bfac-c8054fad4f67/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}eb13e8963c4c145f65469395e738c1b155ab9d21" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-15 20:50:05,649 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:50: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-dbb35b51-ba9e-4b07-8d9b-986c7fc55606 x-compute-request-id: req-dbb35b51-ba9e-4b07-8d9b-986c7fc55606 Content-Encoding: gzip Content-Length: 8154 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 1872411667 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.423430] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912)\n[ 0.426408] pid_max: default: 32768 minimum: 301\n[ 0.428008] Security Framework initialized\n[ 0.429499] SELinux: Initializing.\n[ 0.431121] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)\n[ 0.437379] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.441189] Mount-cache hash table entries: 4096\n[ 0.443091] Initializing cgroup subsys memory\n[ 0.444653] Initializing cgroup subsys devices\n[ 0.446200] Initializing cgroup subsys freezer\n[ 0.447757] Initializing cgroup subsys net_cls\n[ 0.449309] Initializing cgroup subsys blkio\n[ 0.450839] Initializing cgroup subsys perf_event\n[ 0.452448] Initializing cgroup subsys hugetlb\n[ 0.453990] Initializing cgroup subsys pids\n[ 0.455487] Initializing cgroup subsys net_prio\n[ 0.457137] CPU: Physical Processor ID: 0\n[ 0.459316] mce: CPU supports 10 MCE banks\n[ 0.460835] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.462570] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.464287] tlb_flushall_shift: 6\n[ 0.465818] Freeing SMP alternatives: 28k freed\n[ 0.470029] ACPI: Core revision 20130517\n[ 0.471937] ACPI: All ACPI Tables successfully acquired\n[ 0.473879] ftrace: allocating 25812 entries in 101 pages\n[ 0.495560] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.497616] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.499614] smpboot: Max logical packages: 2\n[ 0.501413] Enabling x2apic\n[ 0.502655] Enabled x2apic\n[ 0.504167] Switched APIC routing to physical x2apic.\n[ 0.507277] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.509290] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.512885] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.520939] KVM setup paravirtual spinlock\n[ 0.523710] smpboot: Booting Node 0, Processors #1 OK\n[ 0.525772] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock\n[ 0.548257] Brought up 2 CPUs\n[ 0.548260] KVM setup async PF for cpu 1\n[ 0.548263] kvm-stealtime: cpu 1, msr 13fd0f3c0\n[ 0.552420] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.555290] devtmpfs: initialized\n[ 0.558257] EVM: security.selinux\n[ 0.559584] EVM: security.ima\n[ 0.560823] EVM: security.capability\n[ 0.562896] atomic64 test passed for x86-64 platform with CX8 and with SSE\n[ 0.564924] pinctrl core: initialized pinctrl subsystem\n[ 0.566706] NET: Registered protocol family 16\n[ 0.568504] ACPI: bus type PCI registered\n[ 0.569987] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.572059] PCI: Using configuration type 1 for base access\n[ 0.577281] ACPI: Added _OSI(Module Device)\n[ 0.578828] ACPI: Added _OSI(Processor Device)\n[ 0.580381] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.581961] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.584741] ACPI: Interpreter enabled\n[ 0.586156] ACPI: (supports S0 S5)\n[ 0.587463] ACPI: Using IOAPIC for interrupt routing\n[ 0.589075] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.593927] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.595816] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.597797] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.599712] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.603347] acpiphp: Slot [3] registered\n[ 0.604800] acpiphp: Slot [4] registered\n[ 0.606246] acpiphp: Slot [5] registered\n[ 0.607686] acpiphp: Slot [6] registered\n[ 0.609140] acpiphp: Slot [7] registered\n[ 0.610570] acpiphp: Slot [8] registered\n[ 0.611993] acpiphp: Slot [9] registered\n[ 0.613421] acpiphp: Slot [10] registered\n[ 0.614855] acpiphp: Slot [11] registered\n[ 0.616306] acpiphp: Slot [12] registered\n[ 0.617764] acpiphp: Slot [13] registered\n[ 0.619206] acpiphp: Slot [14] registered\n[ 0.620651] acpiphp: Slot [15] registered\n[ 0.622096] acpiphp: Slot [16] registered\n[ 0.623572] acpiphp: Slot [17] registered\n[ 0.624979] acpiphp: Slot [18] registered\n[ 0.626386] acpiphp: Slot [19] registered\n[ 0.627790] acpiphp: Slot [20] registered\n[ 0.629196] acpiphp: Slot [21] registered\n[ 0.630602] acpiphp: Slot [22] registered\n[ 0.632054] acpiphp: Slot [23] registered\n[ 0.633547] acpiphp: Slot [24] registered\n[ 0.635091] acpiphp: Slot [25] registered\n[ 0.636557] acpiphp: Slot [26] registered\n[ 0.638025] acpiphp: Slot [27] registered\n[ 0.639514] acpiphp: Slot [28] registered\n[ 0.640981] acpiphp: Slot [29] registered\n[ 0.642432] acpiphp: Slot [30] registered\n[ 0.643897] acpiphp: Slot [31] registered\n[ 0.645346] PCI host bridge to bus 0000:00\n[ 0.646765] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.648498] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.650483] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.652468] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.655137] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\n[ 0.657812] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window]\n[ 0.663288] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.665348] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.667289] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.669351] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.673789] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.676456] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.700681] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.703106] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.706136] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.708507] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.710778] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.712938] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.715160] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.718077] vgaarb: loaded\n[ 0.719250] vgaarb: bridge control possible 0000:00:02.0\n[ 0.721129] SCSI subsystem initialized\n[ 0.722530] ACPI: bus type USB registered\n[ 0.723950] usbcore: registered new interface driver usbfs\n[ 0.725641] usbcore: registered new interface driver hub\n[ 0.727331] usbcore: registered new device driver usb\n[ 0.729182] PCI: Using ACPI for IRQ routing\n[ 0.731032] NetLabel: Initializing\n[ 0.732328] NetLabel: domain hash size = 128\n[ 0.733809] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.735426] NetLabel: unlabeled traffic allowed by default\n[ 0.737254] Switched to clocksource kvm-clock\n[ 0.746896] pnp: PnP ACPI init\n[ 0.748163] ACPI: bus type PNP registered\n[ 0.750035] pnp: PnP ACPI: found 5 devices\n[ 0.751496] ACPI: bus type PNP unregistered\n[ 0.759496] NET: Registered protocol family 2\n[ 0.761324] TCP established hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.764149] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)\n[ 0.766503] TCP: Hash tables configured (established 32768 bind 32768)\n[ 0.768536] TCP: reno registered\n[ 0.769847] UDP hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.771738] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.773680] NET: Registered protocol family 1\n[ 0.775163] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.776931] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.778674] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.798756] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.819059] Unpacking initramfs...\n[ 1.296318] Freeing initrd memory: 37508k freed\n[ 1.305907] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)\n[ 1.307842] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff]\n[ 1.311505] sha1_ssse3: Using AVX2 optimized SHA-1 implementation\n[ 1.313408] sha256_ssse3: Using AVX2 optimized SHA-256 implementation\n[ 1.315633] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 1.317516] Initialise system trusted keyring\n[ 1.319016] audit: initializing netlink socket (disabled)\n[ 1.320695] type=2000 audit(1534366204.807:1): initialized\n[ 1.337834] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.339713] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.342511] zpool: loaded\n[ 1.343699] zbud: loaded\n[ 1.345046] VFS: Disk quotas dquot_6.5.2\n[ 1.346522] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.348737] msgmni has been set to 7578\n[ 1.350184] Key type big_key registered\n[ 1.352478] NET: Registered protocol family 38\n[ 1.353977] Key type asymmetric registered\n[ 1.355433] Asymmetric key parser 'x509' registered\n[ 1.357004] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)\n[ 1.359703] io scheduler noop registered\n[ 1.361086] io scheduler deadline registered (default)\n[ 1.376676] io scheduler cfq registered\n[ 1.378145] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.379862] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.381901] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.384515] ACPI: Power Button [PWRF]\n[ 1.386028] GHES: HEST is not enabled!\n[ 1.387477] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled\n[ 1.412195] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A\n[ 1.414437] Non-volatile memory driver v1.3\n[ 1.415879] Linux agpgart interface v0.103\n[ 1.417448] crash memory driver: version 1.1\n[ 1.418953] rdac: device handler registered\n[ 1.420421] hp_sw: device handler registered\n[ 1.421893] emc: device handler registered\n[ 1.423292] alua: device handler registered\n[ 1.424750] libphy: Fixed MDIO Bus: probed\n[ 1.426264] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.428153] ehci-pci: EHCI PCI platform driver\n[ 1.429621] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.431411] ohci-pci: OHCI PCI platform driver\n[ 1.432879] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.453168] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.454900] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.457532] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.459174] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.460979] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.462910] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.465449] usb usb1: Product: UHCI Host Controller\n[ 1.467034] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd\n[ 1.469070] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.470708] hub 1-0:1.0: USB hub found\n[ 1.472100] hub 1-0:1.0: 2 ports detected\n[ 1.473643] usbcore: registered new interface driver usbserial\n[ 1.475404] usbcore: registered new interface driver usbserial_generic\n[ 1.477320] usbserial: USB Serial support registered for generic\n[ 1.479152] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.482597] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.484180] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.485847] mousedev: PS/2 mouse device common for all mice\n[ 1.487961] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.491392] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2\n[ 1.494264] rtc_cmos 00:00: RTC can wake from S4\n[ 1.496041] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.497987] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.499987] cpuidle: using governor menu\n[ 1.500336] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.505673] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.508009] usbcore: registered new interface driver usbhid\n[ 1.510287] usbhid: USB HID core driver\n[ 1.512112] drop_monitor: Initializing network drop monitor service\n[ 1.514661] TCP: cubic registered\n[ 1.516271] Initializing XFRM netlink socket\n[ 1.518218] NET: Registered protocol family 10\n[ 1.520449] NET: Registered protocol family 17\n[ 1.522540] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.524299] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.526618] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.530707] Loading compiled-in X.509 certificates\n[ 1.532354] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717'\n[ 1.535446] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b'\n[ 1.538982] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106'\n[ 1.542071] registered taskstats version 1\n[ 1.545349] Key type trusted registered\n[ 1.548026] Key type encrypted registered\n[ 1.550661] IMA: No TPM chip found, activating TPM-bypass!\n[ 1.552817] rtc_cmos 00:00: setting system clock to 2018-08-15 20:50:05 UTC (1534366205)\n[ 1.556308] Freeing unused kernel memory: 1680k freed\n[ 1.561993] 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.567368] systemd[1]: Detected virtualization kvm.\n[ 1.569022] systemd[1]: Detected architecture x86-64.\n[ 1.570671] systemd[1]: Running in initial RAM disk.\n\nWelcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m!\n\n[ 1.573862] systemd[1]: No hostname configured.\n[ 1.575428] systemd[1]: Set hostname to .\n[ 1.577122] systemd[1]: Initializing machine ID from KVM UUID.\n[[32m OK [0m] Reached target Swap.\n[ 1.600024] systemd[1]: Reached target Swap.\n[ 1.601587] systemd[1]: Starting Swap.\n[[32m OK [0m] Reached target Timers.\n[ 1.603937] systemd[1]: Reached target Timers.\n[ 1.605517] systemd[1]: Starting Timers.\n[ 1.607008] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.\n[ 1.609839] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.\n[[32m OK [0m] Reached target Paths.\n[ 1.613611] systemd[1]: Reached target Paths.\n[ 1.615172] systemd[1]: Starting Paths.\n[[32m OK [0m] Created slice Root Slice.\n[ 1.617661] systemd[1]: Created slice Root Slice.\n[ 1.619281] systemd[1]: Starting Root Slice.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[ 1.621940] systemd[1]: Listening on udev Kernel Socket.\n[ 1.623669] systemd[1]: Starting udev Kernel Socket.\n[[32m OK [0m] Listening on udev Control Socket.\n[ 1.626500] systemd[1]: Listening on udev Control Socket.\n[ 1.628232] systemd[1]: Starting udev Control Socket.\n[[32m OK [0m] Created slice System Slice.\n[ 1.630973] systemd[1]: Created slice System Slice.\n[ 1.632608] systemd[1]: Starting System Slice.\n[[32m OK [0m] Reached target Slices.\n[ 1.635143] systemd[1]: Reached target Slices.\n[ 1.636703] systemd[1]: Starting Slices.\n[[32m OK [0m] Listening on Journal Socket.\n[ 1.639289] systemd[1]: Listening on Journal Socket.\n[ 1.640927] systemd[1]: Starting Journal Socket.\n[ 1.642913] 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.647817] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 1.650654] systemd[1]: Starting Apply Kernel Variables...\n Starting Apply Kernel Variables...\n[[32m OK [0m] Reached target Sockets.\n[ 1.654379] systemd[1]: Reached target Sockets.\n[ 1.655943] systemd[1]: Starting Sockets.\n[ 1.657718] systemd[1]: Starting dracut cmdline hook...\n Starting dracut cmdline hook...\n[[32m OK [0m] Reached target Local File Systems.\n[ 1.661508] systemd[1]: Reached target Local File Systems.\n[ 1.663252] systemd[1]: Starting Local File Systems.\n[[32m OK [0m] Started Journal Service.\n[ 1.666082] 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.725852] RPC: Registered named UNIX socket transport module.\n[ 1.727725] RPC: Registered udp transport module.\n[ 1.729331] RPC: Registered tcp transport module.\n[ 1.730927] RPC: Registered tcp NFSv4.1 backchannel transport module.\n"} 2018-08-15 20:50:05,650 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/cadd0d08-da27-49f7-bfac-c8054fad4f67/action used request id req-dbb35b51-ba9e-4b07-8d9b-986c7fc55606 2018-08-15 20:50:05,650 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0895941257477s 2018-08-15 20:50:05,651 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/cadd0d08-da27-49f7-bfac-c8054fad4f67/action used request id req-dbb35b51-ba9e-4b07-8d9b-986c7fc55606 2018-08-15 20:50:05,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 1872411667 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.423430] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912) [ 0.426408] pid_max: default: 32768 minimum: 301 [ 0.428008] Security Framework initialized [ 0.429499] SELinux: Initializing. [ 0.431121] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.437379] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.441189] Mount-cache hash table entries: 4096 [ 0.443091] Initializing cgroup subsys memory [ 0.444653] Initializing cgroup subsys devices [ 0.446200] Initializing cgroup subsys freezer [ 0.447757] Initializing cgroup subsys net_cls [ 0.449309] Initializing cgroup subsys blkio [ 0.450839] Initializing cgroup subsys perf_event [ 0.452448] Initializing cgroup subsys hugetlb [ 0.453990] Initializing cgroup subsys pids [ 0.455487] Initializing cgroup subsys net_prio [ 0.457137] CPU: Physical Processor ID: 0 [ 0.459316] mce: CPU supports 10 MCE banks [ 0.460835] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.462570] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.464287] tlb_flushall_shift: 6 [ 0.465818] Freeing SMP alternatives: 28k freed [ 0.470029] ACPI: Core revision 20130517 [ 0.471937] ACPI: All ACPI Tables successfully acquired [ 0.473879] ftrace: allocating 25812 entries in 101 pages [ 0.495560] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.497616] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.499614] smpboot: Max logical packages: 2 [ 0.501413] Enabling x2apic [ 0.502655] Enabled x2apic [ 0.504167] Switched APIC routing to physical x2apic. [ 0.507277] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.509290] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.512885] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.520939] KVM setup paravirtual spinlock [ 0.523710] smpboot: Booting Node 0, Processors #1 OK [ 0.525772] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock [ 0.548257] Brought up 2 CPUs [ 0.548260] KVM setup async PF for cpu 1 [ 0.548263] kvm-stealtime: cpu 1, msr 13fd0f3c0 [ 0.552420] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.555290] devtmpfs: initialized [ 0.558257] EVM: security.selinux [ 0.559584] EVM: security.ima [ 0.560823] EVM: security.capability [ 0.562896] atomic64 test passed for x86-64 platform with CX8 and with SSE [ 0.564924] pinctrl core: initialized pinctrl subsystem [ 0.566706] NET: Registered protocol family 16 [ 0.568504] ACPI: bus type PCI registered [ 0.569987] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.572059] PCI: Using configuration type 1 for base access [ 0.577281] ACPI: Added _OSI(Module Device) [ 0.578828] ACPI: Added _OSI(Processor Device) [ 0.580381] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.581961] ACPI: Added _OSI(Processor Aggregator Device) [ 0.584741] ACPI: Interpreter enabled [ 0.586156] ACPI: (supports S0 S5) [ 0.587463] ACPI: Using IOAPIC for interrupt routing [ 0.589075] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.593927] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.595816] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.597797] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.599712] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.603347] acpiphp: Slot [3] registered [ 0.604800] acpiphp: Slot [4] registered [ 0.606246] acpiphp: Slot [5] registered [ 0.607686] acpiphp: Slot [6] registered [ 0.609140] acpiphp: Slot [7] registered [ 0.610570] acpiphp: Slot [8] registered [ 0.611993] acpiphp: Slot [9] registered [ 0.613421] acpiphp: Slot [10] registered [ 0.614855] acpiphp: Slot [11] registered [ 0.616306] acpiphp: Slot [12] registered [ 0.617764] acpiphp: Slot [13] registered [ 0.619206] acpiphp: Slot [14] registered [ 0.620651] acpiphp: Slot [15] registered [ 0.622096] acpiphp: Slot [16] registered [ 0.623572] acpiphp: Slot [17] registered [ 0.624979] acpiphp: Slot [18] registered [ 0.626386] acpiphp: Slot [19] registered [ 0.627790] acpiphp: Slot [20] registered [ 0.629196] acpiphp: Slot [21] registered [ 0.630602] acpiphp: Slot [22] registered [ 0.632054] acpiphp: Slot [23] registered [ 0.633547] acpiphp: Slot [24] registered [ 0.635091] acpiphp: Slot [25] registered [ 0.636557] acpiphp: Slot [26] registered [ 0.638025] acpiphp: Slot [27] registered [ 0.639514] acpiphp: Slot [28] registered [ 0.640981] acpiphp: Slot [29] registered [ 0.642432] acpiphp: Slot [30] registered [ 0.643897] acpiphp: Slot [31] registered [ 0.645346] PCI host bridge to bus 0000:00 [ 0.646765] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.648498] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.650483] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.652468] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.655137] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window] [ 0.657812] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window] [ 0.663288] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.665348] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.667289] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.669351] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.673789] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.676456] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.700681] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.703106] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.706136] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.708507] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.710778] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.712938] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.715160] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.718077] vgaarb: loaded [ 0.719250] vgaarb: bridge control possible 0000:00:02.0 [ 0.721129] SCSI subsystem initialized [ 0.722530] ACPI: bus type USB registered [ 0.723950] usbcore: registered new interface driver usbfs [ 0.725641] usbcore: registered new interface driver hub [ 0.727331] usbcore: registered new device driver usb [ 0.729182] PCI: Using ACPI for IRQ routing [ 0.731032] NetLabel: Initializing [ 0.732328] NetLabel: domain hash size = 128 [ 0.733809] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.735426] NetLabel: unlabeled traffic allowed by default [ 0.737254] Switched to clocksource kvm-clock [ 0.746896] pnp: PnP ACPI init [ 0.748163] ACPI: bus type PNP registered [ 0.750035] pnp: PnP ACPI: found 5 devices [ 0.751496] ACPI: bus type PNP unregistered [ 0.759496] NET: Registered protocol family 2 [ 0.761324] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 0.764149] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 0.766503] TCP: Hash tables configured (established 32768 bind 32768) [ 0.768536] TCP: reno registered [ 0.769847] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.771738] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.773680] NET: Registered protocol family 1 [ 0.775163] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.776931] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.778674] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.798756] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.819059] Unpacking initramfs... [ 1.296318] Freeing initrd memory: 37508k freed [ 1.305907] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.307842] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff] [ 1.311505] sha1_ssse3: Using AVX2 optimized SHA-1 implementation [ 1.313408] sha256_ssse3: Using AVX2 optimized SHA-256 implementation [ 1.315633] futex hash table entries: 512 (order: 3, 32768 bytes) [ 1.317516] Initialise system trusted keyring [ 1.319016] audit: initializing netlink socket (disabled) [ 1.320695] type=2000 audit(1534366204.807:1): initialized [ 1.337834] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.339713] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.342511] zpool: loaded [ 1.343699] zbud: loaded [ 1.345046] VFS: Disk quotas dquot_6.5.2 [ 1.346522] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.348737] msgmni has been set to 7578 [ 1.350184] Key type big_key registered [ 1.352478] NET: Registered protocol family 38 [ 1.353977] Key type asymmetric registered [ 1.355433] Asymmetric key parser 'x509' registered [ 1.357004] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 1.359703] io scheduler noop registered [ 1.361086] io scheduler deadline registered (default) [ 1.376676] io scheduler cfq registered [ 1.378145] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.379862] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.381901] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.384515] ACPI: Power Button [PWRF] [ 1.386028] GHES: HEST is not enabled! [ 1.387477] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.412195] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.414437] Non-volatile memory driver v1.3 [ 1.415879] Linux agpgart interface v0.103 [ 1.417448] crash memory driver: version 1.1 [ 1.418953] rdac: device handler registered [ 1.420421] hp_sw: device handler registered [ 1.421893] emc: device handler registered [ 1.423292] alua: device handler registered [ 1.424750] libphy: Fixed MDIO Bus: probed [ 1.426264] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.428153] ehci-pci: EHCI PCI platform driver [ 1.429621] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.431411] ohci-pci: OHCI PCI platform driver [ 1.432879] uhci_hcd: USB Universal Host Controller Interface driver [ 1.453168] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.454900] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.457532] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.459174] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.460979] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.462910] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.465449] usb usb1: Product: UHCI Host Controller [ 1.467034] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd [ 1.469070] usb usb1: SerialNumber: 0000:00:01.2 [ 1.470708] hub 1-0:1.0: USB hub found [ 1.472100] hub 1-0:1.0: 2 ports detected [ 1.473643] usbcore: registered new interface driver usbserial [ 1.475404] usbcore: registered new interface driver usbserial_generic [ 1.477320] usbserial: USB Serial support registered for generic [ 1.479152] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.482597] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.484180] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.485847] mousedev: PS/2 mouse device common for all mice [ 1.487961] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.491392] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2 [ 1.494264] rtc_cmos 00:00: RTC can wake from S4 [ 1.496041] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.497987] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.499987] cpuidle: using governor menu [ 1.500336] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.505673] hidraw: raw HID events driver (C) Jiri Kosina [ 1.508009] usbcore: registered new interface driver usbhid [ 1.510287] usbhid: USB HID core driver [ 1.512112] drop_monitor: Initializing network drop monitor service [ 1.514661] TCP: cubic registered [ 1.516271] Initializing XFRM netlink socket [ 1.518218] NET: Registered protocol family 10 [ 1.520449] NET: Registered protocol family 17 [ 1.522540] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 1.524299] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 1.526618] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 1.530707] Loading compiled-in X.509 certificates [ 1.532354] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717' [ 1.535446] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b' [ 1.538982] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106' [ 1.542071] registered taskstats version 1 [ 1.545349] Key type trusted registered [ 1.548026] Key type encrypted registered [ 1.550661] IMA: No TPM chip found, activating TPM-bypass! [ 1.552817] rtc_cmos 00:00: setting system clock to 2018-08-15 20:50:05 UTC (1534366205) [ 1.556308] Freeing unused kernel memory: 1680k freed [ 1.561993] 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.567368] systemd[1]: Detected virtualization kvm. [ 1.569022] systemd[1]: Detected architecture x86-64. [ 1.570671] systemd[1]: Running in initial RAM disk. Welcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m! [ 1.573862] systemd[1]: No hostname configured. [ 1.575428] systemd[1]: Set hostname to . [ 1.577122] systemd[1]: Initializing machine ID from KVM UUID. [[32m OK [0m] Reached target Swap. [ 1.600024] systemd[1]: Reached target Swap. [ 1.601587] systemd[1]: Starting Swap. [[32m OK [0m] Reached target Timers. [ 1.603937] systemd[1]: Reached target Timers. [ 1.605517] systemd[1]: Starting Timers. [ 1.607008] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 1.609839] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch. [[32m OK [0m] Reached target Paths. [ 1.613611] systemd[1]: Reached target Paths. [ 1.615172] systemd[1]: Starting Paths. [[32m OK [0m] Created slice Root Slice. [ 1.617661] systemd[1]: Created slice Root Slice. [ 1.619281] systemd[1]: Starting Root Slice. [[32m OK [0m] Listening on udev Kernel Socket. [ 1.621940] systemd[1]: Listening on udev Kernel Socket. [ 1.623669] systemd[1]: Starting udev Kernel Socket. [[32m OK [0m] Listening on udev Control Socket. [ 1.626500] systemd[1]: Listening on udev Control Socket. [ 1.628232] systemd[1]: Starting udev Control Socket. [[32m OK [0m] Created slice System Slice. [ 1.630973] systemd[1]: Created slice System Slice. [ 1.632608] systemd[1]: Starting System Slice. [[32m OK [0m] Reached target Slices. [ 1.635143] systemd[1]: Reached target Slices. [ 1.636703] systemd[1]: Starting Slices. [[32m OK [0m] Listening on Journal Socket. [ 1.639289] systemd[1]: Listening on Journal Socket. [ 1.640927] systemd[1]: Starting Journal Socket. [ 1.642913] 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.647817] systemd[1]: Starting Journal Service... Starting Journal Service... [ 1.650654] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables... [[32m OK [0m] Reached target Sockets. [ 1.654379] systemd[1]: Reached target Sockets. [ 1.655943] systemd[1]: Starting Sockets. [ 1.657718] systemd[1]: Starting dracut cmdline hook... Starting dracut cmdline hook... [[32m OK [0m] Reached target Local File Systems. [ 1.661508] systemd[1]: Reached target Local File Systems. [ 1.663252] systemd[1]: Starting Local File Systems. [[32m OK [0m] Started Journal Service. [ 1.666082] 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.725852] RPC: Registered named UNIX socket transport module. [ 1.727725] RPC: Registered udp transport module. [ 1.729331] RPC: Registered tcp transport module. [ 1.730927] RPC: Registered tcp NFSv4.1 backchannel transport module. 2018-08-15 20:50:06,654 - functest.core.singlevm - DEBUG - try 1: cannot connect to 172.30.9.207: timed out 2018-08-15 20:50:15,664 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-15 20:50:15,668 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/cadd0d08-da27-49f7-bfac-c8054fad4f67/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}eb13e8963c4c145f65469395e738c1b155ab9d21" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-15 20:50:15,761 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:50:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4573cab9-a499-4edd-9097-f58cb456663a x-compute-request-id: req-4573cab9-a499-4edd-9097-f58cb456663a Content-Encoding: gzip Content-Length: 11769 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 1872411667 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.423430] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912)\n[ 0.426408] pid_max: default: 32768 minimum: 301\n[ 0.428008] Security Framework initialized\n[ 0.429499] SELinux: Initializing.\n[ 0.431121] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)\n[ 0.437379] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.441189] Mount-cache hash table entries: 4096\n[ 0.443091] Initializing cgroup subsys memory\n[ 0.444653] Initializing cgroup subsys devices\n[ 0.446200] Initializing cgroup subsys freezer\n[ 0.447757] Initializing cgroup subsys net_cls\n[ 0.449309] Initializing cgroup subsys blkio\n[ 0.450839] Initializing cgroup subsys perf_event\n[ 0.452448] Initializing cgroup subsys hugetlb\n[ 0.453990] Initializing cgroup subsys pids\n[ 0.455487] Initializing cgroup subsys net_prio\n[ 0.457137] CPU: Physical Processor ID: 0\n[ 0.459316] mce: CPU supports 10 MCE banks\n[ 0.460835] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.462570] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.464287] tlb_flushall_shift: 6\n[ 0.465818] Freeing SMP alternatives: 28k freed\n[ 0.470029] ACPI: Core revision 20130517\n[ 0.471937] ACPI: All ACPI Tables successfully acquired\n[ 0.473879] ftrace: allocating 25812 entries in 101 pages\n[ 0.495560] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.497616] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.499614] smpboot: Max logical packages: 2\n[ 0.501413] Enabling x2apic\n[ 0.502655] Enabled x2apic\n[ 0.504167] Switched APIC routing to physical x2apic.\n[ 0.507277] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.509290] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.512885] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.520939] KVM setup paravirtual spinlock\n[ 0.523710] smpboot: Booting Node 0, Processors #1 OK\n[ 0.525772] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock\n[ 0.548257] Brought up 2 CPUs\n[ 0.548260] KVM setup async PF for cpu 1\n[ 0.548263] kvm-stealtime: cpu 1, msr 13fd0f3c0\n[ 0.552420] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.555290] devtmpfs: initialized\n[ 0.558257] EVM: security.selinux\n[ 0.559584] EVM: security.ima\n[ 0.560823] EVM: security.capability\n[ 0.562896] atomic64 test passed for x86-64 platform with CX8 and with SSE\n[ 0.564924] pinctrl core: initialized pinctrl subsystem\n[ 0.566706] NET: Registered protocol family 16\n[ 0.568504] ACPI: bus type PCI registered\n[ 0.569987] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.572059] PCI: Using configuration type 1 for base access\n[ 0.577281] ACPI: Added _OSI(Module Device)\n[ 0.578828] ACPI: Added _OSI(Processor Device)\n[ 0.580381] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.581961] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.584741] ACPI: Interpreter enabled\n[ 0.586156] ACPI: (supports S0 S5)\n[ 0.587463] ACPI: Using IOAPIC for interrupt routing\n[ 0.589075] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.593927] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.595816] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.597797] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.599712] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.603347] acpiphp: Slot [3] registered\n[ 0.604800] acpiphp: Slot [4] registered\n[ 0.606246] acpiphp: Slot [5] registered\n[ 0.607686] acpiphp: Slot [6] registered\n[ 0.609140] acpiphp: Slot [7] registered\n[ 0.610570] acpiphp: Slot [8] registered\n[ 0.611993] acpiphp: Slot [9] registered\n[ 0.613421] acpiphp: Slot [10] registered\n[ 0.614855] acpiphp: Slot [11] registered\n[ 0.616306] acpiphp: Slot [12] registered\n[ 0.617764] acpiphp: Slot [13] registered\n[ 0.619206] acpiphp: Slot [14] registered\n[ 0.620651] acpiphp: Slot [15] registered\n[ 0.622096] acpiphp: Slot [16] registered\n[ 0.623572] acpiphp: Slot [17] registered\n[ 0.624979] acpiphp: Slot [18] registered\n[ 0.626386] acpiphp: Slot [19] registered\n[ 0.627790] acpiphp: Slot [20] registered\n[ 0.629196] acpiphp: Slot [21] registered\n[ 0.630602] acpiphp: Slot [22] registered\n[ 0.632054] acpiphp: Slot [23] registered\n[ 0.633547] acpiphp: Slot [24] registered\n[ 0.635091] acpiphp: Slot [25] registered\n[ 0.636557] acpiphp: Slot [26] registered\n[ 0.638025] acpiphp: Slot [27] registered\n[ 0.639514] acpiphp: Slot [28] registered\n[ 0.640981] acpiphp: Slot [29] registered\n[ 0.642432] acpiphp: Slot [30] registered\n[ 0.643897] acpiphp: Slot [31] registered\n[ 0.645346] PCI host bridge to bus 0000:00\n[ 0.646765] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.648498] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.650483] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.652468] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.655137] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\n[ 0.657812] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window]\n[ 0.663288] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.665348] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.667289] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.669351] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.673789] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.676456] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.700681] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.703106] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.706136] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.708507] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.710778] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.712938] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.715160] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.718077] vgaarb: loaded\n[ 0.719250] vgaarb: bridge control possible 0000:00:02.0\n[ 0.721129] SCSI subsystem initialized\n[ 0.722530] ACPI: bus type USB registered\n[ 0.723950] usbcore: registered new interface driver usbfs\n[ 0.725641] usbcore: registered new interface driver hub\n[ 0.727331] usbcore: registered new device driver usb\n[ 0.729182] PCI: Using ACPI for IRQ routing\n[ 0.731032] NetLabel: Initializing\n[ 0.732328] NetLabel: domain hash size = 128\n[ 0.733809] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.735426] NetLabel: unlabeled traffic allowed by default\n[ 0.737254] Switched to clocksource kvm-clock\n[ 0.746896] pnp: PnP ACPI init\n[ 0.748163] ACPI: bus type PNP registered\n[ 0.750035] pnp: PnP ACPI: found 5 devices\n[ 0.751496] ACPI: bus type PNP unregistered\n[ 0.759496] NET: Registered protocol family 2\n[ 0.761324] TCP established hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.764149] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)\n[ 0.766503] TCP: Hash tables configured (established 32768 bind 32768)\n[ 0.768536] TCP: reno registered\n[ 0.769847] UDP hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.771738] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.773680] NET: Registered protocol family 1\n[ 0.775163] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.776931] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.778674] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.798756] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.819059] Unpacking initramfs...\n[ 1.296318] Freeing initrd memory: 37508k freed\n[ 1.305907] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)\n[ 1.307842] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff]\n[ 1.311505] sha1_ssse3: Using AVX2 optimized SHA-1 implementation\n[ 1.313408] sha256_ssse3: Using AVX2 optimized SHA-256 implementation\n[ 1.315633] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 1.317516] Initialise system trusted keyring\n[ 1.319016] audit: initializing netlink socket (disabled)\n[ 1.320695] type=2000 audit(1534366204.807:1): initialized\n[ 1.337834] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.339713] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.342511] zpool: loaded\n[ 1.343699] zbud: loaded\n[ 1.345046] VFS: Disk quotas dquot_6.5.2\n[ 1.346522] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.348737] msgmni has been set to 7578\n[ 1.350184] Key type big_key registered\n[ 1.352478] NET: Registered protocol family 38\n[ 1.353977] Key type asymmetric registered\n[ 1.355433] Asymmetric key parser 'x509' registered\n[ 1.357004] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)\n[ 1.359703] io scheduler noop registered\n[ 1.361086] io scheduler deadline registered (default)\n[ 1.376676] io scheduler cfq registered\n[ 1.378145] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.379862] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.381901] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.384515] ACPI: Power Button [PWRF]\n[ 1.386028] GHES: HEST is not enabled!\n[ 1.387477] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled\n[ 1.412195] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A\n[ 1.414437] Non-volatile memory driver v1.3\n[ 1.415879] Linux agpgart interface v0.103\n[ 1.417448] crash memory driver: version 1.1\n[ 1.418953] rdac: device handler registered\n[ 1.420421] hp_sw: device handler registered\n[ 1.421893] emc: device handler registered\n[ 1.423292] alua: device handler registered\n[ 1.424750] libphy: Fixed MDIO Bus: probed\n[ 1.426264] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.428153] ehci-pci: EHCI PCI platform driver\n[ 1.429621] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.431411] ohci-pci: OHCI PCI platform driver\n[ 1.432879] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.453168] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.454900] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.457532] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.459174] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.460979] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.462910] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.465449] usb usb1: Product: UHCI Host Controller\n[ 1.467034] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd\n[ 1.469070] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.470708] hub 1-0:1.0: USB hub found\n[ 1.472100] hub 1-0:1.0: 2 ports detected\n[ 1.473643] usbcore: registered new interface driver usbserial\n[ 1.475404] usbcore: registered new interface driver usbserial_generic\n[ 1.477320] usbserial: USB Serial support registered for generic\n[ 1.479152] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.482597] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.484180] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.485847] mousedev: PS/2 mouse device common for all mice\n[ 1.487961] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.491392] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2\n[ 1.494264] rtc_cmos 00:00: RTC can wake from S4\n[ 1.496041] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.497987] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.499987] cpuidle: using governor menu\n[ 1.500336] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.505673] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.508009] usbcore: registered new interface driver usbhid\n[ 1.510287] usbhid: USB HID core driver\n[ 1.512112] drop_monitor: Initializing network drop monitor service\n[ 1.514661] TCP: cubic registered\n[ 1.516271] Initializing XFRM netlink socket\n[ 1.518218] NET: Registered protocol family 10\n[ 1.520449] NET: Registered protocol family 17\n[ 1.522540] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.524299] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.526618] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.530707] Loading compiled-in X.509 certificates\n[ 1.532354] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717'\n[ 1.535446] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b'\n[ 1.538982] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106'\n[ 1.542071] registered taskstats version 1\n[ 1.545349] Key type trusted registered\n[ 1.548026] Key type encrypted registered\n[ 1.550661] IMA: No TPM chip found, activating TPM-bypass!\n[ 1.552817] rtc_cmos 00:00: setting system clock to 2018-08-15 20:50:05 UTC (1534366205)\n[ 1.556308] Freeing unused kernel memory: 1680k freed\n[ 1.561993] 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.567368] systemd[1]: Detected virtualization kvm.\n[ 1.569022] systemd[1]: Detected architecture x86-64.\n[ 1.570671] systemd[1]: Running in initial RAM disk.\n\nWelcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m!\n\n[ 1.573862] systemd[1]: No hostname configured.\n[ 1.575428] systemd[1]: Set hostname to .\n[ 1.577122] systemd[1]: Initializing machine ID from KVM UUID.\n[[32m OK [0m] Reached target Swap.\n[ 1.600024] systemd[1]: Reached target Swap.\n[ 1.601587] systemd[1]: Starting Swap.\n[[32m OK [0m] Reached target Timers.\n[ 1.603937] systemd[1]: Reached target Timers.\n[ 1.605517] systemd[1]: Starting Timers.\n[ 1.607008] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.\n[ 1.609839] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.\n[[32m OK [0m] Reached target Paths.\n[ 1.613611] systemd[1]: Reached target Paths.\n[ 1.615172] systemd[1]: Starting Paths.\n[[32m OK [0m] Created slice Root Slice.\n[ 1.617661] systemd[1]: Created slice Root Slice.\n[ 1.619281] systemd[1]: Starting Root Slice.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[ 1.621940] systemd[1]: Listening on udev Kernel Socket.\n[ 1.623669] systemd[1]: Starting udev Kernel Socket.\n[[32m OK [0m] Listening on udev Control Socket.\n[ 1.626500] systemd[1]: Listening on udev Control Socket.\n[ 1.628232] systemd[1]: Starting udev Control Socket.\n[[32m OK [0m] Created slice System Slice.\n[ 1.630973] systemd[1]: Created slice System Slice.\n[ 1.632608] systemd[1]: Starting System Slice.\n[[32m OK [0m] Reached target Slices.\n[ 1.635143] systemd[1]: Reached target Slices.\n[ 1.636703] systemd[1]: Starting Slices.\n[[32m OK [0m] Listening on Journal Socket.\n[ 1.639289] systemd[1]: Listening on Journal Socket.\n[ 1.640927] systemd[1]: Starting Journal Socket.\n[ 1.642913] 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.647817] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 1.650654] systemd[1]: Starting Apply Kernel Variables...\n Starting Apply Kernel Variables...\n[[32m OK [0m] Reached target Sockets.\n[ 1.654379] systemd[1]: Reached target Sockets.\n[ 1.655943] systemd[1]: Starting Sockets.\n[ 1.657718] systemd[1]: Starting dracut cmdline hook...\n Starting dracut cmdline hook...\n[[32m OK [0m] Reached target Local File Systems.\n[ 1.661508] systemd[1]: Reached target Local File Systems.\n[ 1.663252] systemd[1]: Starting Local File Systems.\n[[32m OK [0m] Started Journal Service.\n[ 1.666082] 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.725852] RPC: Registered named UNIX socket transport module.\n[ 1.727725] RPC: Registered udp transport module.\n[ 1.729331] RPC: Registered tcp transport module.\n[ 1.730927] RPC: Registered tcp NFSv4.1 backchannel transport module.\n[ 1.775272] usb 1-1: new full-speed USB device number 2 using uhci_hcd\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.816187] scsi host0: ata_piix\n[[32m OK [0m] Started udev Coldplug all Devices.\n[ 1.822678] FDC 0 is a S82078B\n Starting dracut initqueue hook...\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Reached target Basic System.\n[ 1.832115] scsi host1: ata_piix\n[ 1.833456] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.835442] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.863512] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.904229] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.926479] vda: vda1\n[ 1.928179] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.930241] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.932352] usb 1-1: Product: QEMU USB Tablet\n[ 1.933918] usb 1-1: Manufacturer: QEMU\n[ 1.935365] usb 1-1: SerialNumber: 42\n[ 1.945323] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4\n[ 1.948612] 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] 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[[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[ 2.032188] SGI XFS with ACLs, security attributes, no debug enabled\n[ 2.034991] XFS (vda1): Mounting V4 Filesystem\n[ 2.059993] 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 Paths.\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[[32m OK [0m] Stopped target Local File Systems.\n Stopping udev Kernel Device Manager...\n[[32m OK [0m] Stopped target Sockets.\n[[32m OK [0m] Stopped target Slices.\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 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.296808] systemd-journald[106]: Received SIGTERM from PID 1 (systemd).\n[ 2.312351] tsc: Refined TSC clocksource calibration: 3491.840 MHz\n[ 2.601453] SELinux: Disabled at runtime.\n[ 2.638294] type=1404 audit(1534366206.585:2): selinux=0 auid=4294967295 ses=4294967295\n[ 2.706140] ip_tables: (C) 2000-2006 Netfilter Core Team\n[ 2.707929] 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[[32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[[32m OK [0m] Created slice system-getty.slice.\n[[32m OK [0m] Stopped target Switch Root.\n[[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n Mounting NFSD configuration filesystem...\n[[32m OK [0m] Reached target Encrypted Volumes.\n[[32m OK [0m] Stopped target Initrd File Systems.\n Mounting POSIX Message Queue File System...\n Starting Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Stopped target Initrd Root File System.\n[[32m OK [0m] Reached target Swap.\n[[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[[32m OK [0m] Created slice User and Session Slice.\n Mounting Huge Pages File System...\n[[32m OK [0m] Listening on udev Kernel Socket.\n Mounting Debug File System...\n[[32m OK [0m] Listening on udev Control Socket.\n[[32m OK [0m] Created slice system-selinux\\x2dpol...grate\\x2dlocal\\x2dchanges.slice.\n[[32m OK [0m] Reached target Slices.\n[[32m OK [0m] Listening on Delayed Shutdown Socket.\n Starting Apply Kernel Variables...\n Starting Setup Virtual Console...\n Starting Remount Root and Kernel File Systems...\n[[32m OK [0m] Stopped Journal Service.\n Starting Journal Service...\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[[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 Apply Kernel Variables.\n[[32m OK [0m] Started Remount Root and Kernel File Systems.\n Starting Load/Save Random Seed...\n Starting Configure read-only root support...\n Starting Rebuild Hardware Database...\n[[32m OK [0m] Started Load/Save Random Seed.\n[ 3.210608] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).\n[[32m OK [0m] Started Journal Service.\n[[32m OK [0m] Mounted NFSD configuration filesystem.\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n[[32m OK [0m] Started Configure read-only root support.\n[[32m OK [0m] Reached target Local File Systems (Pre).\n[[32m OK [0m] Reached target Local File Systems.\n Starting Import network configuration from initramfs...\n Starting Rebuild Journal Catalog...\n Starting Mark the need to relabel after reboot...\n Starting Preprocess NFS configuration...\n Starting udev Kernel Device Manager...\n Starting Flush Journal to Persistent Storage...\n[[32m OK [0m] Started Preprocess NFS configuration.\n[[32m OK [0m] Started Mark the need to relabel after reboot.\n[ 3.308495] systemd-journald[390]: 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 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 udev Kernel Device Manager.\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[ 3.522412] type=1305 audit(1534366207.469:3): audit_pid=429 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] Listening on RPCbind Server Activation Socket.\n[[32m OK [0m] Reached target Paths.\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 NTP client/server...\n[[32m OK [0m] Started irqbalance daemon.\n Starting irqbalance daemon...\n[[32m OK [0m] Started D-Bus System Message Bus.\n[ 3.639872] input: PC Speaker as /devices/platform/pcspkr/input/input5\n[ 3.652190] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0\n[ 3.664720] [drm] Initialized drm 1.1.0 20060810\n[ 3.665995] ppdev: user-space parallel port driver\n[ 3.741215] [TTM] Zone kernel: Available graphics memory: 1940960 kiB\n[ 3.743469] [TTM] Initializing pool allocator\n[ 3.745159] [TTM] Initializing DMA pool allocator\n[ 3.747148] [drm] fb mappable at 0xFC000000\n[ 3.748662] [drm] vram aper at 0xFC000000\n[ 3.750119] [drm] size 33554432\n[ 3.751434] [drm] fb depth is 24\n[ 3.752828] [drm] pitch is 3072\n[ 3.754276] fbcon: cirrusdrmfb (fb0) is primary device\n[ 3.779073] Console: switching to colour frame buffer device 128x48\n[ 3.792170] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device\n Starting D-Bus System Message Bu[ 3.794265] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0\ns...\n Starting Initial cloud-init job (pre-networking)...\n Starting LSB: Bring up/down networking...\n Starting Dump dmesg to /var/log/dmesg...\n Starting GSSAPI Proxy Daemon...\n Starting Login Service...\n[[32m OK [0m] Reached target Timers.\n[[32m OK [0m] Found device /dev/ttyS0.\n[[32m OK [0m] Started NTP client/server.\n[[32m OK [0m] Started Login Service.\n[ 3.889501] AES CTR mode by8 optimization enabled\n[[32m OK [0m] Started Dump dmesg to /var/log/dmesg.\n[ 3.894362] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)\n[ 3.900405] alg: No test for crc32 (crc32-pclmul)\n[ 3.904747] intel_rapl: no valid rapl domains found in package 0\n[ 3.911663] intel_rapl: no valid rapl domains found in package 0\n[ 3.915935] intel_powerclamp: No package C-state available[[32m OK [0m] Started Authorization Manager.\n\n[ 3.922492] intel_powerclamp: No package C-state available[[32m OK [0m] Started GSSAPI Proxy Daemon.\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[[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] Started Getty on tty1.\n Starting Getty on tty1...\n[[32m OK [0m] Reached target Login Prompts.\n[ 4.344527] cloud-init[502]: Cloud-init v. 0.7.5 running 'init-local' at Wed, 15 Aug 2018 20:50:08 +0000. Up 4.30 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 Notify NFS peers of a restart...\n Starting Postfix Mail Transport Agent...\n Starting System Logging Service...\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[[32m OK [0m] Started Cloudify REST Service.\n Starting Cloudify REST 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 RabbitMQ Service...\n Starting LSB: Supports the direct execution of binary formats....\n Starting Crash recovery kernel arming...\n Starting LSB: Starts Logstash as a 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] Started nginx - high performance web server.\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[ 6.420881] cloud-init[804]: Cloud-init v. 0.7.5 running 'init' at Wed, 15 Aug 2018 20:50:10 +0000. Up 6.39 seconds.\n[[32m OK [0m] Created slice user-993.slice.\n[ 6.545064] cloud-init[804]: ci-info: +++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++\n[ 6.548547] cloud-init[804]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 6.552605] cloud-init[804]: ci-info: | Device | Up | Address | Mask | Hw-Address |\n[ 6.554958] cloud-init[804]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 6.558235] cloud-init[804]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . |\n[ 6.561019] cloud-init[804]: ci-info: | eth0: | True | 192.168.120.14 | 255.255.255.0 | fa:16:3e:03:2f:e5 |\n[ 6.564226] cloud-init[804]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 6.568815] cloud-init[804]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\n[ 6.571623] cloud-init[804]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 6.576057] cloud-init[804]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 6.578950] cloud-init[804]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 6.583818] cloud-init[804]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG |\n[ 6.586514] cloud-init[804]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | eth0 | UGH |\n[ 6.589046] cloud-init[804]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\n[ 6.591760] cloud-init[804]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[[32m OK [0m] Started Dynamic System Tuning Daemon.\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-15 20:50:15,762 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/cadd0d08-da27-49f7-bfac-c8054fad4f67/action used request id req-4573cab9-a499-4edd-9097-f58cb456663a 2018-08-15 20:50:15,762 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0979311466217s 2018-08-15 20:50:15,764 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/cadd0d08-da27-49f7-bfac-c8054fad4f67/action used request id req-4573cab9-a499-4edd-9097-f58cb456663a 2018-08-15 20:50:15,764 - 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 1872411667 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.423430] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912) [ 0.426408] pid_max: default: 32768 minimum: 301 [ 0.428008] Security Framework initialized [ 0.429499] SELinux: Initializing. [ 0.431121] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.437379] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.441189] Mount-cache hash table entries: 4096 [ 0.443091] Initializing cgroup subsys memory [ 0.444653] Initializing cgroup subsys devices [ 0.446200] Initializing cgroup subsys freezer [ 0.447757] Initializing cgroup subsys net_cls [ 0.449309] Initializing cgroup subsys blkio [ 0.450839] Initializing cgroup subsys perf_event [ 0.452448] Initializing cgroup subsys hugetlb [ 0.453990] Initializing cgroup subsys pids [ 0.455487] Initializing cgroup subsys net_prio [ 0.457137] CPU: Physical Processor ID: 0 [ 0.459316] mce: CPU supports 10 MCE banks [ 0.460835] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.462570] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.464287] tlb_flushall_shift: 6 [ 0.465818] Freeing SMP alternatives: 28k freed [ 0.470029] ACPI: Core revision 20130517 [ 0.471937] ACPI: All ACPI Tables successfully acquired [ 0.473879] ftrace: allocating 25812 entries in 101 pages [ 0.495560] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.497616] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.499614] smpboot: Max logical packages: 2 [ 0.501413] Enabling x2apic [ 0.502655] Enabled x2apic [ 0.504167] Switched APIC routing to physical x2apic. [ 0.507277] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.509290] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.512885] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.520939] KVM setup paravirtual spinlock [ 0.523710] smpboot: Booting Node 0, Processors #1 OK [ 0.525772] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock [ 0.548257] Brought up 2 CPUs [ 0.548260] KVM setup async PF for cpu 1 [ 0.548263] kvm-stealtime: cpu 1, msr 13fd0f3c0 [ 0.552420] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.555290] devtmpfs: initialized [ 0.558257] EVM: security.selinux [ 0.559584] EVM: security.ima [ 0.560823] EVM: security.capability [ 0.562896] atomic64 test passed for x86-64 platform with CX8 and with SSE [ 0.564924] pinctrl core: initialized pinctrl subsystem [ 0.566706] NET: Registered protocol family 16 [ 0.568504] ACPI: bus type PCI registered [ 0.569987] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.572059] PCI: Using configuration type 1 for base access [ 0.577281] ACPI: Added _OSI(Module Device) [ 0.578828] ACPI: Added _OSI(Processor Device) [ 0.580381] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.581961] ACPI: Added _OSI(Processor Aggregator Device) [ 0.584741] ACPI: Interpreter enabled [ 0.586156] ACPI: (supports S0 S5) [ 0.587463] ACPI: Using IOAPIC for interrupt routing [ 0.589075] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.593927] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.595816] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.597797] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.599712] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.603347] acpiphp: Slot [3] registered [ 0.604800] acpiphp: Slot [4] registered [ 0.606246] acpiphp: Slot [5] registered [ 0.607686] acpiphp: Slot [6] registered [ 0.609140] acpiphp: Slot [7] registered [ 0.610570] acpiphp: Slot [8] registered [ 0.611993] acpiphp: Slot [9] registered [ 0.613421] acpiphp: Slot [10] registered [ 0.614855] acpiphp: Slot [11] registered [ 0.616306] acpiphp: Slot [12] registered [ 0.617764] acpiphp: Slot [13] registered [ 0.619206] acpiphp: Slot [14] registered [ 0.620651] acpiphp: Slot [15] registered [ 0.622096] acpiphp: Slot [16] registered [ 0.623572] acpiphp: Slot [17] registered [ 0.624979] acpiphp: Slot [18] registered [ 0.626386] acpiphp: Slot [19] registered [ 0.627790] acpiphp: Slot [20] registered [ 0.629196] acpiphp: Slot [21] registered [ 0.630602] acpiphp: Slot [22] registered [ 0.632054] acpiphp: Slot [23] registered [ 0.633547] acpiphp: Slot [24] registered [ 0.635091] acpiphp: Slot [25] registered [ 0.636557] acpiphp: Slot [26] registered [ 0.638025] acpiphp: Slot [27] registered [ 0.639514] acpiphp: Slot [28] registered [ 0.640981] acpiphp: Slot [29] registered [ 0.642432] acpiphp: Slot [30] registered [ 0.643897] acpiphp: Slot [31] registered [ 0.645346] PCI host bridge to bus 0000:00 [ 0.646765] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.648498] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.650483] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.652468] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.655137] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window] [ 0.657812] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window] [ 0.663288] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.665348] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.667289] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.669351] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.673789] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.676456] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.700681] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.703106] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.706136] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.708507] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.710778] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.712938] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.715160] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.718077] vgaarb: loaded [ 0.719250] vgaarb: bridge control possible 0000:00:02.0 [ 0.721129] SCSI subsystem initialized [ 0.722530] ACPI: bus type USB registered [ 0.723950] usbcore: registered new interface driver usbfs [ 0.725641] usbcore: registered new interface driver hub [ 0.727331] usbcore: registered new device driver usb [ 0.729182] PCI: Using ACPI for IRQ routing [ 0.731032] NetLabel: Initializing [ 0.732328] NetLabel: domain hash size = 128 [ 0.733809] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.735426] NetLabel: unlabeled traffic allowed by default [ 0.737254] Switched to clocksource kvm-clock [ 0.746896] pnp: PnP ACPI init [ 0.748163] ACPI: bus type PNP registered [ 0.750035] pnp: PnP ACPI: found 5 devices [ 0.751496] ACPI: bus type PNP unregistered [ 0.759496] NET: Registered protocol family 2 [ 0.761324] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 0.764149] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 0.766503] TCP: Hash tables configured (established 32768 bind 32768) [ 0.768536] TCP: reno registered [ 0.769847] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.771738] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.773680] NET: Registered protocol family 1 [ 0.775163] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.776931] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.778674] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.798756] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.819059] Unpacking initramfs... [ 1.296318] Freeing initrd memory: 37508k freed [ 1.305907] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.307842] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff] [ 1.311505] sha1_ssse3: Using AVX2 optimized SHA-1 implementation [ 1.313408] sha256_ssse3: Using AVX2 optimized SHA-256 implementation [ 1.315633] futex hash table entries: 512 (order: 3, 32768 bytes) [ 1.317516] Initialise system trusted keyring [ 1.319016] audit: initializing netlink socket (disabled) [ 1.320695] type=2000 audit(1534366204.807:1): initialized [ 1.337834] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.339713] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.342511] zpool: loaded [ 1.343699] zbud: loaded [ 1.345046] VFS: Disk quotas dquot_6.5.2 [ 1.346522] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.348737] msgmni has been set to 7578 [ 1.350184] Key type big_key registered [ 1.352478] NET: Registered protocol family 38 [ 1.353977] Key type asymmetric registered [ 1.355433] Asymmetric key parser 'x509' registered [ 1.357004] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 1.359703] io scheduler noop registered [ 1.361086] io scheduler deadline registered (default) [ 1.376676] io scheduler cfq registered [ 1.378145] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.379862] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.381901] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.384515] ACPI: Power Button [PWRF] [ 1.386028] GHES: HEST is not enabled! [ 1.387477] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.412195] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.414437] Non-volatile memory driver v1.3 [ 1.415879] Linux agpgart interface v0.103 [ 1.417448] crash memory driver: version 1.1 [ 1.418953] rdac: device handler registered [ 1.420421] hp_sw: device handler registered [ 1.421893] emc: device handler registered [ 1.423292] alua: device handler registered [ 1.424750] libphy: Fixed MDIO Bus: probed [ 1.426264] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.428153] ehci-pci: EHCI PCI platform driver [ 1.429621] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.431411] ohci-pci: OHCI PCI platform driver [ 1.432879] uhci_hcd: USB Universal Host Controller Interface driver [ 1.453168] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.454900] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.457532] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.459174] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.460979] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.462910] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.465449] usb usb1: Product: UHCI Host Controller [ 1.467034] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd [ 1.469070] usb usb1: SerialNumber: 0000:00:01.2 [ 1.470708] hub 1-0:1.0: USB hub found [ 1.472100] hub 1-0:1.0: 2 ports detected [ 1.473643] usbcore: registered new interface driver usbserial [ 1.475404] usbcore: registered new interface driver usbserial_generic [ 1.477320] usbserial: USB Serial support registered for generic [ 1.479152] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.482597] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.484180] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.485847] mousedev: PS/2 mouse device common for all mice [ 1.487961] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.491392] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2 [ 1.494264] rtc_cmos 00:00: RTC can wake from S4 [ 1.496041] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.497987] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.499987] cpuidle: using governor menu [ 1.500336] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.505673] hidraw: raw HID events driver (C) Jiri Kosina [ 1.508009] usbcore: registered new interface driver usbhid [ 1.510287] usbhid: USB HID core driver [ 1.512112] drop_monitor: Initializing network drop monitor service [ 1.514661] TCP: cubic registered [ 1.516271] Initializing XFRM netlink socket [ 1.518218] NET: Registered protocol family 10 [ 1.520449] NET: Registered protocol family 17 [ 1.522540] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 1.524299] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 1.526618] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 1.530707] Loading compiled-in X.509 certificates [ 1.532354] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717' [ 1.535446] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b' [ 1.538982] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106' [ 1.542071] registered taskstats version 1 [ 1.545349] Key type trusted registered [ 1.548026] Key type encrypted registered [ 1.550661] IMA: No TPM chip found, activating TPM-bypass! [ 1.552817] rtc_cmos 00:00: setting system clock to 2018-08-15 20:50:05 UTC (1534366205) [ 1.556308] Freeing unused kernel memory: 1680k freed [ 1.561993] 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.567368] systemd[1]: Detected virtualization kvm. [ 1.569022] systemd[1]: Detected architecture x86-64. [ 1.570671] systemd[1]: Running in initial RAM disk. Welcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m! [ 1.573862] systemd[1]: No hostname configured. [ 1.575428] systemd[1]: Set hostname to . [ 1.577122] systemd[1]: Initializing machine ID from KVM UUID. [[32m OK [0m] Reached target Swap. [ 1.600024] systemd[1]: Reached target Swap. [ 1.601587] systemd[1]: Starting Swap. [[32m OK [0m] Reached target Timers. [ 1.603937] systemd[1]: Reached target Timers. [ 1.605517] systemd[1]: Starting Timers. [ 1.607008] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 1.609839] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch. [[32m OK [0m] Reached target Paths. [ 1.613611] systemd[1]: Reached target Paths. [ 1.615172] systemd[1]: Starting Paths. [[32m OK [0m] Created slice Root Slice. [ 1.617661] systemd[1]: Created slice Root Slice. [ 1.619281] systemd[1]: Starting Root Slice. [[32m OK [0m] Listening on udev Kernel Socket. [ 1.621940] systemd[1]: Listening on udev Kernel Socket. [ 1.623669] systemd[1]: Starting udev Kernel Socket. [[32m OK [0m] Listening on udev Control Socket. [ 1.626500] systemd[1]: Listening on udev Control Socket. [ 1.628232] systemd[1]: Starting udev Control Socket. [[32m OK [0m] Created slice System Slice. [ 1.630973] systemd[1]: Created slice System Slice. [ 1.632608] systemd[1]: Starting System Slice. [[32m OK [0m] Reached target Slices. [ 1.635143] systemd[1]: Reached target Slices. [ 1.636703] systemd[1]: Starting Slices. [[32m OK [0m] Listening on Journal Socket. [ 1.639289] systemd[1]: Listening on Journal Socket. [ 1.640927] systemd[1]: Starting Journal Socket. [ 1.642913] 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.647817] systemd[1]: Starting Journal Service... Starting Journal Service... [ 1.650654] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables... [[32m OK [0m] Reached target Sockets. [ 1.654379] systemd[1]: Reached target Sockets. [ 1.655943] systemd[1]: Starting Sockets. [ 1.657718] systemd[1]: Starting dracut cmdline hook... Starting dracut cmdline hook... [[32m OK [0m] Reached target Local File Systems. [ 1.661508] systemd[1]: Reached target Local File Systems. [ 1.663252] systemd[1]: Starting Local File Systems. [[32m OK [0m] Started Journal Service. [ 1.666082] 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.725852] RPC: Registered named UNIX socket transport module. [ 1.727725] RPC: Registered udp transport module. [ 1.729331] RPC: Registered tcp transport module. [ 1.730927] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 1.775272] usb 1-1: new full-speed USB device number 2 using uhci_hcd [[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.816187] scsi host0: ata_piix [[32m OK [0m] Started udev Coldplug all Devices. [ 1.822678] FDC 0 is a S82078B Starting dracut initqueue hook... [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target Basic System. [ 1.832115] scsi host1: ata_piix [ 1.833456] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.835442] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.863512] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.904229] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.926479] vda: vda1 [ 1.928179] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.930241] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.932352] usb 1-1: Product: QEMU USB Tablet [ 1.933918] usb 1-1: Manufacturer: QEMU [ 1.935365] usb 1-1: SerialNumber: 42 [ 1.945323] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4 [ 1.948612] 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] 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. [[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... [ 2.032188] SGI XFS with ACLs, security attributes, no debug enabled [ 2.034991] XFS (vda1): Mounting V4 Filesystem [ 2.059993] 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 Paths. [[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... [[32m OK [0m] Stopped target Local File Systems. Stopping udev Kernel Device Manager... [[32m OK [0m] Stopped target Sockets. [[32m OK [0m] Stopped target Slices. [[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 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.296808] systemd-journald[106]: Received SIGTERM from PID 1 (systemd). [ 2.312351] tsc: Refined TSC clocksource calibration: 3491.840 MHz [ 2.601453] SELinux: Disabled at runtime. [ 2.638294] type=1404 audit(1534366206.585:2): selinux=0 auid=4294967295 ses=4294967295 [ 2.706140] ip_tables: (C) 2000-2006 Netfilter Core Team [ 2.707929] 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... [[32m OK [0m] Created slice system-serial\x2dgetty.slice. [[32m OK [0m] Created slice system-getty.slice. [[32m OK [0m] Stopped target Switch Root. [[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. Mounting NFSD configuration filesystem... [[32m OK [0m] Reached target Encrypted Volumes. [[32m OK [0m] Stopped target Initrd File Systems. Mounting POSIX Message Queue File System... Starting Create list of required st... nodes for the current kernel... [[32m OK [0m] Stopped target Initrd Root File System. [[32m OK [0m] Reached target Swap. [[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [[32m OK [0m] Created slice User and Session Slice. Mounting Huge Pages File System... [[32m OK [0m] Listening on udev Kernel Socket. Mounting Debug File System... [[32m OK [0m] Listening on udev Control Socket. [[32m OK [0m] Created slice system-selinux\x2dpol...grate\x2dlocal\x2dchanges.slice. [[32m OK [0m] Reached target Slices. [[32m OK [0m] Listening on Delayed Shutdown Socket. Starting Apply Kernel Variables... Starting Setup Virtual Console... Starting Remount Root and Kernel File Systems... [[32m OK [0m] Stopped Journal Service. Starting Journal Service... [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. Starting Create Static Device Nodes in /dev... [[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 Apply Kernel Variables. [[32m OK [0m] Started Remount Root and Kernel File Systems. Starting Load/Save Random Seed... Starting Configure read-only root support... Starting Rebuild Hardware Database... [[32m OK [0m] Started Load/Save Random Seed. [ 3.210608] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). [[32m OK [0m] Started Journal Service. [[32m OK [0m] Mounted NFSD configuration filesystem. [[32m OK [0m] Started Create Static Device Nodes in /dev. [[32m OK [0m] Started Configure read-only root support. [[32m OK [0m] Reached target Local File Systems (Pre). [[32m OK [0m] Reached target Local File Systems. Starting Import network configuration from initramfs... Starting Rebuild Journal Catalog... Starting Mark the need to relabel after reboot... Starting Preprocess NFS configuration... Starting udev Kernel Device Manager... Starting Flush Journal to Persistent Storage... [[32m OK [0m] Started Preprocess NFS configuration. [[32m OK [0m] Started Mark the need to relabel after reboot. [ 3.308495] systemd-journald[390]: 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 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 udev Kernel Device Manager. [[32m OK [0m] Started Security Auditing Service. Starting Update UTMP about System Boot/Shutdown... [[32m OK [0m] Started Update UTMP about System Boot/Shutdown. [ 3.522412] type=1305 audit(1534366207.469:3): audit_pid=429 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] Listening on RPCbind Server Activation Socket. [[32m OK [0m] Reached target Paths. [[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 NTP client/server... [[32m OK [0m] Started irqbalance daemon. Starting irqbalance daemon... [[32m OK [0m] Started D-Bus System Message Bus. [ 3.639872] input: PC Speaker as /devices/platform/pcspkr/input/input5 [ 3.652190] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0 [ 3.664720] [drm] Initialized drm 1.1.0 20060810 [ 3.665995] ppdev: user-space parallel port driver [ 3.741215] [TTM] Zone kernel: Available graphics memory: 1940960 kiB [ 3.743469] [TTM] Initializing pool allocator [ 3.745159] [TTM] Initializing DMA pool allocator [ 3.747148] [drm] fb mappable at 0xFC000000 [ 3.748662] [drm] vram aper at 0xFC000000 [ 3.750119] [drm] size 33554432 [ 3.751434] [drm] fb depth is 24 [ 3.752828] [drm] pitch is 3072 [ 3.754276] fbcon: cirrusdrmfb (fb0) is primary device [ 3.779073] Console: switching to colour frame buffer device 128x48 [ 3.792170] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device Starting D-Bus System Message Bu[ 3.794265] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0 s... Starting Initial cloud-init job (pre-networking)... Starting LSB: Bring up/down networking... Starting Dump dmesg to /var/log/dmesg... Starting GSSAPI Proxy Daemon... Starting Login Service... [[32m OK [0m] Reached target Timers. [[32m OK [0m] Found device /dev/ttyS0. [[32m OK [0m] Started NTP client/server. [[32m OK [0m] Started Login Service. [ 3.889501] AES CTR mode by8 optimization enabled [[32m OK [0m] Started Dump dmesg to /var/log/dmesg. [ 3.894362] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni) [ 3.900405] alg: No test for crc32 (crc32-pclmul) [ 3.904747] intel_rapl: no valid rapl domains found in package 0 [ 3.911663] intel_rapl: no valid rapl domains found in package 0 [ 3.915935] intel_powerclamp: No package C-state available[[32m OK [0m] Started Authorization Manager. [ 3.922492] intel_powerclamp: No package C-state available[[32m OK [0m] Started GSSAPI Proxy Daemon. [[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. [[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] Started Getty on tty1. Starting Getty on tty1... [[32m OK [0m] Reached target Login Prompts. [ 4.344527] cloud-init[502]: Cloud-init v. 0.7.5 running 'init-local' at Wed, 15 Aug 2018 20:50:08 +0000. Up 4.30 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 Notify NFS peers of a restart... Starting Postfix Mail Transport Agent... Starting System Logging Service... 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. [[32m OK [0m] Started Cloudify REST Service. Starting Cloudify REST Service... [[32m OK [0m] Started Cloudify Stage Service. Starting Cloudify Stage Service... [[32m OK [0m] Started InfluxDB Service. Starting InfluxDB Service... Starting RabbitMQ Service... Starting LSB: Supports the direct execution of binary formats.... Starting Crash recovery kernel arming... Starting LSB: Starts Logstash as a 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] Started nginx - high performance web server. [[32m OK [0m] Mounted Arbitrary Executable File Formats File System. [[32m OK [0m] Started LSB: Supports the direct execution of binary formats.. [ 6.420881] cloud-init[804]: Cloud-init v. 0.7.5 running 'init' at Wed, 15 Aug 2018 20:50:10 +0000. Up 6.39 seconds. [[32m OK [0m] Created slice user-993.slice. [ 6.545064] cloud-init[804]: ci-info: +++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++ [ 6.548547] cloud-init[804]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 6.552605] cloud-init[804]: ci-info: | Device | Up | Address | Mask | Hw-Address | [ 6.554958] cloud-init[804]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 6.558235] cloud-init[804]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . | [ 6.561019] cloud-init[804]: ci-info: | eth0: | True | 192.168.120.14 | 255.255.255.0 | fa:16:3e:03:2f:e5 | [ 6.564226] cloud-init[804]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 6.568815] cloud-init[804]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ [ 6.571623] cloud-init[804]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 6.576057] cloud-init[804]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | [ 6.578950] cloud-init[804]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 6.583818] cloud-init[804]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG | [ 6.586514] cloud-init[804]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | eth0 | UGH | [ 6.589046] cloud-init[804]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | [ 6.591760] cloud-init[804]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [[32m OK [0m] Started Dynamic System Tuning Daemon. [[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-15 20:50:15,768 - paramiko.transport - DEBUG - starting thread (client mode): 0xed7af1d0L 2018-08-15 20:50:15,768 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-15 20:50:15,774 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1 2018-08-15 20:50:15,774 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1) 2018-08-15 20:50:15,782 - 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-15 20:50:15,782 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-15 20:50:15,783 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-15 20:50:15,783 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-15 20:50:15,783 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-15 20:50:15,783 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-15 20:50:15,788 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-15 20:50:15,789 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-15 20:50:15,800 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 172.30.9.207: 4c1f7c71f5a98b8370f02ab218eae423 2018-08-15 20:50:15,801 - paramiko.transport - DEBUG - Trying discovered key 4e806e7f5d40e9bf0f6c6638e7c83452 in /tmp/tmpJgalRA 2018-08-15 20:50:15,829 - paramiko.transport - DEBUG - userauth is OK 2018-08-15 20:50:25,859 - paramiko.transport - INFO - Authentication (publickey) failed. 2018-08-15 20:50:25,883 - paramiko.transport - DEBUG - Trying discovered key 53a32704d80d9fa5426a394ad4fcf413 in /root/.ssh/id_rsa 2018-08-15 20:50:25,887 - paramiko.transport - DEBUG - userauth is OK 2018-08-15 20:50:25,895 - paramiko.transport - INFO - Authentication (publickey) failed. 2018-08-15 20:50:25,900 - functest.core.singlevm - DEBUG - try 2: cannot connect to 172.30.9.207: Authentication failed. 2018-08-15 20:50:34,909 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-15 20:50:34,913 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/cadd0d08-da27-49f7-bfac-c8054fad4f67/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}eb13e8963c4c145f65469395e738c1b155ab9d21" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-15 20:50:34,988 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 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-52a32e30-e800-4f70-a68b-e7502c6b2723 x-compute-request-id: req-52a32e30-e800-4f70-a68b-e7502c6b2723 Content-Encoding: gzip Content-Length: 11769 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 1872411667 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.423430] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912)\n[ 0.426408] pid_max: default: 32768 minimum: 301\n[ 0.428008] Security Framework initialized\n[ 0.429499] SELinux: Initializing.\n[ 0.431121] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)\n[ 0.437379] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.441189] Mount-cache hash table entries: 4096\n[ 0.443091] Initializing cgroup subsys memory\n[ 0.444653] Initializing cgroup subsys devices\n[ 0.446200] Initializing cgroup subsys freezer\n[ 0.447757] Initializing cgroup subsys net_cls\n[ 0.449309] Initializing cgroup subsys blkio\n[ 0.450839] Initializing cgroup subsys perf_event\n[ 0.452448] Initializing cgroup subsys hugetlb\n[ 0.453990] Initializing cgroup subsys pids\n[ 0.455487] Initializing cgroup subsys net_prio\n[ 0.457137] CPU: Physical Processor ID: 0\n[ 0.459316] mce: CPU supports 10 MCE banks\n[ 0.460835] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.462570] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.464287] tlb_flushall_shift: 6\n[ 0.465818] Freeing SMP alternatives: 28k freed\n[ 0.470029] ACPI: Core revision 20130517\n[ 0.471937] ACPI: All ACPI Tables successfully acquired\n[ 0.473879] ftrace: allocating 25812 entries in 101 pages\n[ 0.495560] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.497616] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.499614] smpboot: Max logical packages: 2\n[ 0.501413] Enabling x2apic\n[ 0.502655] Enabled x2apic\n[ 0.504167] Switched APIC routing to physical x2apic.\n[ 0.507277] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.509290] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.512885] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.520939] KVM setup paravirtual spinlock\n[ 0.523710] smpboot: Booting Node 0, Processors #1 OK\n[ 0.525772] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock\n[ 0.548257] Brought up 2 CPUs\n[ 0.548260] KVM setup async PF for cpu 1\n[ 0.548263] kvm-stealtime: cpu 1, msr 13fd0f3c0\n[ 0.552420] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.555290] devtmpfs: initialized\n[ 0.558257] EVM: security.selinux\n[ 0.559584] EVM: security.ima\n[ 0.560823] EVM: security.capability\n[ 0.562896] atomic64 test passed for x86-64 platform with CX8 and with SSE\n[ 0.564924] pinctrl core: initialized pinctrl subsystem\n[ 0.566706] NET: Registered protocol family 16\n[ 0.568504] ACPI: bus type PCI registered\n[ 0.569987] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.572059] PCI: Using configuration type 1 for base access\n[ 0.577281] ACPI: Added _OSI(Module Device)\n[ 0.578828] ACPI: Added _OSI(Processor Device)\n[ 0.580381] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.581961] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.584741] ACPI: Interpreter enabled\n[ 0.586156] ACPI: (supports S0 S5)\n[ 0.587463] ACPI: Using IOAPIC for interrupt routing\n[ 0.589075] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.593927] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.595816] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.597797] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.599712] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.603347] acpiphp: Slot [3] registered\n[ 0.604800] acpiphp: Slot [4] registered\n[ 0.606246] acpiphp: Slot [5] registered\n[ 0.607686] acpiphp: Slot [6] registered\n[ 0.609140] acpiphp: Slot [7] registered\n[ 0.610570] acpiphp: Slot [8] registered\n[ 0.611993] acpiphp: Slot [9] registered\n[ 0.613421] acpiphp: Slot [10] registered\n[ 0.614855] acpiphp: Slot [11] registered\n[ 0.616306] acpiphp: Slot [12] registered\n[ 0.617764] acpiphp: Slot [13] registered\n[ 0.619206] acpiphp: Slot [14] registered\n[ 0.620651] acpiphp: Slot [15] registered\n[ 0.622096] acpiphp: Slot [16] registered\n[ 0.623572] acpiphp: Slot [17] registered\n[ 0.624979] acpiphp: Slot [18] registered\n[ 0.626386] acpiphp: Slot [19] registered\n[ 0.627790] acpiphp: Slot [20] registered\n[ 0.629196] acpiphp: Slot [21] registered\n[ 0.630602] acpiphp: Slot [22] registered\n[ 0.632054] acpiphp: Slot [23] registered\n[ 0.633547] acpiphp: Slot [24] registered\n[ 0.635091] acpiphp: Slot [25] registered\n[ 0.636557] acpiphp: Slot [26] registered\n[ 0.638025] acpiphp: Slot [27] registered\n[ 0.639514] acpiphp: Slot [28] registered\n[ 0.640981] acpiphp: Slot [29] registered\n[ 0.642432] acpiphp: Slot [30] registered\n[ 0.643897] acpiphp: Slot [31] registered\n[ 0.645346] PCI host bridge to bus 0000:00\n[ 0.646765] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.648498] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.650483] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.652468] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.655137] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\n[ 0.657812] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window]\n[ 0.663288] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.665348] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.667289] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.669351] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.673789] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.676456] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.700681] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.703106] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.706136] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.708507] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.710778] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.712938] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.715160] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.718077] vgaarb: loaded\n[ 0.719250] vgaarb: bridge control possible 0000:00:02.0\n[ 0.721129] SCSI subsystem initialized\n[ 0.722530] ACPI: bus type USB registered\n[ 0.723950] usbcore: registered new interface driver usbfs\n[ 0.725641] usbcore: registered new interface driver hub\n[ 0.727331] usbcore: registered new device driver usb\n[ 0.729182] PCI: Using ACPI for IRQ routing\n[ 0.731032] NetLabel: Initializing\n[ 0.732328] NetLabel: domain hash size = 128\n[ 0.733809] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.735426] NetLabel: unlabeled traffic allowed by default\n[ 0.737254] Switched to clocksource kvm-clock\n[ 0.746896] pnp: PnP ACPI init\n[ 0.748163] ACPI: bus type PNP registered\n[ 0.750035] pnp: PnP ACPI: found 5 devices\n[ 0.751496] ACPI: bus type PNP unregistered\n[ 0.759496] NET: Registered protocol family 2\n[ 0.761324] TCP established hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.764149] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)\n[ 0.766503] TCP: Hash tables configured (established 32768 bind 32768)\n[ 0.768536] TCP: reno registered\n[ 0.769847] UDP hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.771738] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.773680] NET: Registered protocol family 1\n[ 0.775163] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.776931] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.778674] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.798756] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.819059] Unpacking initramfs...\n[ 1.296318] Freeing initrd memory: 37508k freed\n[ 1.305907] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)\n[ 1.307842] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff]\n[ 1.311505] sha1_ssse3: Using AVX2 optimized SHA-1 implementation\n[ 1.313408] sha256_ssse3: Using AVX2 optimized SHA-256 implementation\n[ 1.315633] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 1.317516] Initialise system trusted keyring\n[ 1.319016] audit: initializing netlink socket (disabled)\n[ 1.320695] type=2000 audit(1534366204.807:1): initialized\n[ 1.337834] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.339713] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.342511] zpool: loaded\n[ 1.343699] zbud: loaded\n[ 1.345046] VFS: Disk quotas dquot_6.5.2\n[ 1.346522] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.348737] msgmni has been set to 7578\n[ 1.350184] Key type big_key registered\n[ 1.352478] NET: Registered protocol family 38\n[ 1.353977] Key type asymmetric registered\n[ 1.355433] Asymmetric key parser 'x509' registered\n[ 1.357004] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)\n[ 1.359703] io scheduler noop registered\n[ 1.361086] io scheduler deadline registered (default)\n[ 1.376676] io scheduler cfq registered\n[ 1.378145] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.379862] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.381901] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.384515] ACPI: Power Button [PWRF]\n[ 1.386028] GHES: HEST is not enabled!\n[ 1.387477] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled\n[ 1.412195] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A\n[ 1.414437] Non-volatile memory driver v1.3\n[ 1.415879] Linux agpgart interface v0.103\n[ 1.417448] crash memory driver: version 1.1\n[ 1.418953] rdac: device handler registered\n[ 1.420421] hp_sw: device handler registered\n[ 1.421893] emc: device handler registered\n[ 1.423292] alua: device handler registered\n[ 1.424750] libphy: Fixed MDIO Bus: probed\n[ 1.426264] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.428153] ehci-pci: EHCI PCI platform driver\n[ 1.429621] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.431411] ohci-pci: OHCI PCI platform driver\n[ 1.432879] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.453168] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.454900] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.457532] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.459174] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.460979] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.462910] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.465449] usb usb1: Product: UHCI Host Controller\n[ 1.467034] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd\n[ 1.469070] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.470708] hub 1-0:1.0: USB hub found\n[ 1.472100] hub 1-0:1.0: 2 ports detected\n[ 1.473643] usbcore: registered new interface driver usbserial\n[ 1.475404] usbcore: registered new interface driver usbserial_generic\n[ 1.477320] usbserial: USB Serial support registered for generic\n[ 1.479152] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.482597] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.484180] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.485847] mousedev: PS/2 mouse device common for all mice\n[ 1.487961] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.491392] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2\n[ 1.494264] rtc_cmos 00:00: RTC can wake from S4\n[ 1.496041] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.497987] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.499987] cpuidle: using governor menu\n[ 1.500336] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.505673] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.508009] usbcore: registered new interface driver usbhid\n[ 1.510287] usbhid: USB HID core driver\n[ 1.512112] drop_monitor: Initializing network drop monitor service\n[ 1.514661] TCP: cubic registered\n[ 1.516271] Initializing XFRM netlink socket\n[ 1.518218] NET: Registered protocol family 10\n[ 1.520449] NET: Registered protocol family 17\n[ 1.522540] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.524299] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.526618] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.530707] Loading compiled-in X.509 certificates\n[ 1.532354] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717'\n[ 1.535446] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b'\n[ 1.538982] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106'\n[ 1.542071] registered taskstats version 1\n[ 1.545349] Key type trusted registered\n[ 1.548026] Key type encrypted registered\n[ 1.550661] IMA: No TPM chip found, activating TPM-bypass!\n[ 1.552817] rtc_cmos 00:00: setting system clock to 2018-08-15 20:50:05 UTC (1534366205)\n[ 1.556308] Freeing unused kernel memory: 1680k freed\n[ 1.561993] 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.567368] systemd[1]: Detected virtualization kvm.\n[ 1.569022] systemd[1]: Detected architecture x86-64.\n[ 1.570671] systemd[1]: Running in initial RAM disk.\n\nWelcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m!\n\n[ 1.573862] systemd[1]: No hostname configured.\n[ 1.575428] systemd[1]: Set hostname to .\n[ 1.577122] systemd[1]: Initializing machine ID from KVM UUID.\n[[32m OK [0m] Reached target Swap.\n[ 1.600024] systemd[1]: Reached target Swap.\n[ 1.601587] systemd[1]: Starting Swap.\n[[32m OK [0m] Reached target Timers.\n[ 1.603937] systemd[1]: Reached target Timers.\n[ 1.605517] systemd[1]: Starting Timers.\n[ 1.607008] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.\n[ 1.609839] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.\n[[32m OK [0m] Reached target Paths.\n[ 1.613611] systemd[1]: Reached target Paths.\n[ 1.615172] systemd[1]: Starting Paths.\n[[32m OK [0m] Created slice Root Slice.\n[ 1.617661] systemd[1]: Created slice Root Slice.\n[ 1.619281] systemd[1]: Starting Root Slice.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[ 1.621940] systemd[1]: Listening on udev Kernel Socket.\n[ 1.623669] systemd[1]: Starting udev Kernel Socket.\n[[32m OK [0m] Listening on udev Control Socket.\n[ 1.626500] systemd[1]: Listening on udev Control Socket.\n[ 1.628232] systemd[1]: Starting udev Control Socket.\n[[32m OK [0m] Created slice System Slice.\n[ 1.630973] systemd[1]: Created slice System Slice.\n[ 1.632608] systemd[1]: Starting System Slice.\n[[32m OK [0m] Reached target Slices.\n[ 1.635143] systemd[1]: Reached target Slices.\n[ 1.636703] systemd[1]: Starting Slices.\n[[32m OK [0m] Listening on Journal Socket.\n[ 1.639289] systemd[1]: Listening on Journal Socket.\n[ 1.640927] systemd[1]: Starting Journal Socket.\n[ 1.642913] 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.647817] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 1.650654] systemd[1]: Starting Apply Kernel Variables...\n Starting Apply Kernel Variables...\n[[32m OK [0m] Reached target Sockets.\n[ 1.654379] systemd[1]: Reached target Sockets.\n[ 1.655943] systemd[1]: Starting Sockets.\n[ 1.657718] systemd[1]: Starting dracut cmdline hook...\n Starting dracut cmdline hook...\n[[32m OK [0m] Reached target Local File Systems.\n[ 1.661508] systemd[1]: Reached target Local File Systems.\n[ 1.663252] systemd[1]: Starting Local File Systems.\n[[32m OK [0m] Started Journal Service.\n[ 1.666082] 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.725852] RPC: Registered named UNIX socket transport module.\n[ 1.727725] RPC: Registered udp transport module.\n[ 1.729331] RPC: Registered tcp transport module.\n[ 1.730927] RPC: Registered tcp NFSv4.1 backchannel transport module.\n[ 1.775272] usb 1-1: new full-speed USB device number 2 using uhci_hcd\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.816187] scsi host0: ata_piix\n[[32m OK [0m] Started udev Coldplug all Devices.\n[ 1.822678] FDC 0 is a S82078B\n Starting dracut initqueue hook...\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Reached target Basic System.\n[ 1.832115] scsi host1: ata_piix\n[ 1.833456] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.835442] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.863512] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.904229] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.926479] vda: vda1\n[ 1.928179] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.930241] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.932352] usb 1-1: Product: QEMU USB Tablet\n[ 1.933918] usb 1-1: Manufacturer: QEMU\n[ 1.935365] usb 1-1: SerialNumber: 42\n[ 1.945323] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4\n[ 1.948612] 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] 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[[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[ 2.032188] SGI XFS with ACLs, security attributes, no debug enabled\n[ 2.034991] XFS (vda1): Mounting V4 Filesystem\n[ 2.059993] 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 Paths.\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[[32m OK [0m] Stopped target Local File Systems.\n Stopping udev Kernel Device Manager...\n[[32m OK [0m] Stopped target Sockets.\n[[32m OK [0m] Stopped target Slices.\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 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.296808] systemd-journald[106]: Received SIGTERM from PID 1 (systemd).\n[ 2.312351] tsc: Refined TSC clocksource calibration: 3491.840 MHz\n[ 2.601453] SELinux: Disabled at runtime.\n[ 2.638294] type=1404 audit(1534366206.585:2): selinux=0 auid=4294967295 ses=4294967295\n[ 2.706140] ip_tables: (C) 2000-2006 Netfilter Core Team\n[ 2.707929] 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[[32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[[32m OK [0m] Created slice system-getty.slice.\n[[32m OK [0m] Stopped target Switch Root.\n[[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n Mounting NFSD configuration filesystem...\n[[32m OK [0m] Reached target Encrypted Volumes.\n[[32m OK [0m] Stopped target Initrd File Systems.\n Mounting POSIX Message Queue File System...\n Starting Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Stopped target Initrd Root File System.\n[[32m OK [0m] Reached target Swap.\n[[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[[32m OK [0m] Created slice User and Session Slice.\n Mounting Huge Pages File System...\n[[32m OK [0m] Listening on udev Kernel Socket.\n Mounting Debug File System...\n[[32m OK [0m] Listening on udev Control Socket.\n[[32m OK [0m] Created slice system-selinux\\x2dpol...grate\\x2dlocal\\x2dchanges.slice.\n[[32m OK [0m] Reached target Slices.\n[[32m OK [0m] Listening on Delayed Shutdown Socket.\n Starting Apply Kernel Variables...\n Starting Setup Virtual Console...\n Starting Remount Root and Kernel File Systems...\n[[32m OK [0m] Stopped Journal Service.\n Starting Journal Service...\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[[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 Apply Kernel Variables.\n[[32m OK [0m] Started Remount Root and Kernel File Systems.\n Starting Load/Save Random Seed...\n Starting Configure read-only root support...\n Starting Rebuild Hardware Database...\n[[32m OK [0m] Started Load/Save Random Seed.\n[ 3.210608] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).\n[[32m OK [0m] Started Journal Service.\n[[32m OK [0m] Mounted NFSD configuration filesystem.\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n[[32m OK [0m] Started Configure read-only root support.\n[[32m OK [0m] Reached target Local File Systems (Pre).\n[[32m OK [0m] Reached target Local File Systems.\n Starting Import network configuration from initramfs...\n Starting Rebuild Journal Catalog...\n Starting Mark the need to relabel after reboot...\n Starting Preprocess NFS configuration...\n Starting udev Kernel Device Manager...\n Starting Flush Journal to Persistent Storage...\n[[32m OK [0m] Started Preprocess NFS configuration.\n[[32m OK [0m] Started Mark the need to relabel after reboot.\n[ 3.308495] systemd-journald[390]: 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 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 udev Kernel Device Manager.\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[ 3.522412] type=1305 audit(1534366207.469:3): audit_pid=429 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] Listening on RPCbind Server Activation Socket.\n[[32m OK [0m] Reached target Paths.\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 NTP client/server...\n[[32m OK [0m] Started irqbalance daemon.\n Starting irqbalance daemon...\n[[32m OK [0m] Started D-Bus System Message Bus.\n[ 3.639872] input: PC Speaker as /devices/platform/pcspkr/input/input5\n[ 3.652190] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0\n[ 3.664720] [drm] Initialized drm 1.1.0 20060810\n[ 3.665995] ppdev: user-space parallel port driver\n[ 3.741215] [TTM] Zone kernel: Available graphics memory: 1940960 kiB\n[ 3.743469] [TTM] Initializing pool allocator\n[ 3.745159] [TTM] Initializing DMA pool allocator\n[ 3.747148] [drm] fb mappable at 0xFC000000\n[ 3.748662] [drm] vram aper at 0xFC000000\n[ 3.750119] [drm] size 33554432\n[ 3.751434] [drm] fb depth is 24\n[ 3.752828] [drm] pitch is 3072\n[ 3.754276] fbcon: cirrusdrmfb (fb0) is primary device\n[ 3.779073] Console: switching to colour frame buffer device 128x48\n[ 3.792170] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device\n Starting D-Bus System Message Bu[ 3.794265] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0\ns...\n Starting Initial cloud-init job (pre-networking)...\n Starting LSB: Bring up/down networking...\n Starting Dump dmesg to /var/log/dmesg...\n Starting GSSAPI Proxy Daemon...\n Starting Login Service...\n[[32m OK [0m] Reached target Timers.\n[[32m OK [0m] Found device /dev/ttyS0.\n[[32m OK [0m] Started NTP client/server.\n[[32m OK [0m] Started Login Service.\n[ 3.889501] AES CTR mode by8 optimization enabled\n[[32m OK [0m] Started Dump dmesg to /var/log/dmesg.\n[ 3.894362] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)\n[ 3.900405] alg: No test for crc32 (crc32-pclmul)\n[ 3.904747] intel_rapl: no valid rapl domains found in package 0\n[ 3.911663] intel_rapl: no valid rapl domains found in package 0\n[ 3.915935] intel_powerclamp: No package C-state available[[32m OK [0m] Started Authorization Manager.\n\n[ 3.922492] intel_powerclamp: No package C-state available[[32m OK [0m] Started GSSAPI Proxy Daemon.\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[[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] Started Getty on tty1.\n Starting Getty on tty1...\n[[32m OK [0m] Reached target Login Prompts.\n[ 4.344527] cloud-init[502]: Cloud-init v. 0.7.5 running 'init-local' at Wed, 15 Aug 2018 20:50:08 +0000. Up 4.30 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 Notify NFS peers of a restart...\n Starting Postfix Mail Transport Agent...\n Starting System Logging Service...\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[[32m OK [0m] Started Cloudify REST Service.\n Starting Cloudify REST 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 RabbitMQ Service...\n Starting LSB: Supports the direct execution of binary formats....\n Starting Crash recovery kernel arming...\n Starting LSB: Starts Logstash as a 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] Started nginx - high performance web server.\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[ 6.420881] cloud-init[804]: Cloud-init v. 0.7.5 running 'init' at Wed, 15 Aug 2018 20:50:10 +0000. Up 6.39 seconds.\n[[32m OK [0m] Created slice user-993.slice.\n[ 6.545064] cloud-init[804]: ci-info: +++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++\n[ 6.548547] cloud-init[804]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 6.552605] cloud-init[804]: ci-info: | Device | Up | Address | Mask | Hw-Address |\n[ 6.554958] cloud-init[804]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 6.558235] cloud-init[804]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . |\n[ 6.561019] cloud-init[804]: ci-info: | eth0: | True | 192.168.120.14 | 255.255.255.0 | fa:16:3e:03:2f:e5 |\n[ 6.564226] cloud-init[804]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 6.568815] cloud-init[804]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\n[ 6.571623] cloud-init[804]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 6.576057] cloud-init[804]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 6.578950] cloud-init[804]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 6.583818] cloud-init[804]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG |\n[ 6.586514] cloud-init[804]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | eth0 | UGH |\n[ 6.589046] cloud-init[804]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\n[ 6.591760] cloud-init[804]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[[32m OK [0m] Started Dynamic System Tuning Daemon.\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-15 20:50:34,989 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/cadd0d08-da27-49f7-bfac-c8054fad4f67/action used request id req-52a32e30-e800-4f70-a68b-e7502c6b2723 2018-08-15 20:50:34,989 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0794250965118s 2018-08-15 20:50:34,990 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/cadd0d08-da27-49f7-bfac-c8054fad4f67/action used request id req-52a32e30-e800-4f70-a68b-e7502c6b2723 2018-08-15 20:50:34,991 - 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 1872411667 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.423430] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912) [ 0.426408] pid_max: default: 32768 minimum: 301 [ 0.428008] Security Framework initialized [ 0.429499] SELinux: Initializing. [ 0.431121] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.437379] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.441189] Mount-cache hash table entries: 4096 [ 0.443091] Initializing cgroup subsys memory [ 0.444653] Initializing cgroup subsys devices [ 0.446200] Initializing cgroup subsys freezer [ 0.447757] Initializing cgroup subsys net_cls [ 0.449309] Initializing cgroup subsys blkio [ 0.450839] Initializing cgroup subsys perf_event [ 0.452448] Initializing cgroup subsys hugetlb [ 0.453990] Initializing cgroup subsys pids [ 0.455487] Initializing cgroup subsys net_prio [ 0.457137] CPU: Physical Processor ID: 0 [ 0.459316] mce: CPU supports 10 MCE banks [ 0.460835] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.462570] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.464287] tlb_flushall_shift: 6 [ 0.465818] Freeing SMP alternatives: 28k freed [ 0.470029] ACPI: Core revision 20130517 [ 0.471937] ACPI: All ACPI Tables successfully acquired [ 0.473879] ftrace: allocating 25812 entries in 101 pages [ 0.495560] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.497616] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.499614] smpboot: Max logical packages: 2 [ 0.501413] Enabling x2apic [ 0.502655] Enabled x2apic [ 0.504167] Switched APIC routing to physical x2apic. [ 0.507277] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.509290] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.512885] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.520939] KVM setup paravirtual spinlock [ 0.523710] smpboot: Booting Node 0, Processors #1 OK [ 0.525772] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock [ 0.548257] Brought up 2 CPUs [ 0.548260] KVM setup async PF for cpu 1 [ 0.548263] kvm-stealtime: cpu 1, msr 13fd0f3c0 [ 0.552420] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.555290] devtmpfs: initialized [ 0.558257] EVM: security.selinux [ 0.559584] EVM: security.ima [ 0.560823] EVM: security.capability [ 0.562896] atomic64 test passed for x86-64 platform with CX8 and with SSE [ 0.564924] pinctrl core: initialized pinctrl subsystem [ 0.566706] NET: Registered protocol family 16 [ 0.568504] ACPI: bus type PCI registered [ 0.569987] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.572059] PCI: Using configuration type 1 for base access [ 0.577281] ACPI: Added _OSI(Module Device) [ 0.578828] ACPI: Added _OSI(Processor Device) [ 0.580381] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.581961] ACPI: Added _OSI(Processor Aggregator Device) [ 0.584741] ACPI: Interpreter enabled [ 0.586156] ACPI: (supports S0 S5) [ 0.587463] ACPI: Using IOAPIC for interrupt routing [ 0.589075] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.593927] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.595816] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.597797] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.599712] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.603347] acpiphp: Slot [3] registered [ 0.604800] acpiphp: Slot [4] registered [ 0.606246] acpiphp: Slot [5] registered [ 0.607686] acpiphp: Slot [6] registered [ 0.609140] acpiphp: Slot [7] registered [ 0.610570] acpiphp: Slot [8] registered [ 0.611993] acpiphp: Slot [9] registered [ 0.613421] acpiphp: Slot [10] registered [ 0.614855] acpiphp: Slot [11] registered [ 0.616306] acpiphp: Slot [12] registered [ 0.617764] acpiphp: Slot [13] registered [ 0.619206] acpiphp: Slot [14] registered [ 0.620651] acpiphp: Slot [15] registered [ 0.622096] acpiphp: Slot [16] registered [ 0.623572] acpiphp: Slot [17] registered [ 0.624979] acpiphp: Slot [18] registered [ 0.626386] acpiphp: Slot [19] registered [ 0.627790] acpiphp: Slot [20] registered [ 0.629196] acpiphp: Slot [21] registered [ 0.630602] acpiphp: Slot [22] registered [ 0.632054] acpiphp: Slot [23] registered [ 0.633547] acpiphp: Slot [24] registered [ 0.635091] acpiphp: Slot [25] registered [ 0.636557] acpiphp: Slot [26] registered [ 0.638025] acpiphp: Slot [27] registered [ 0.639514] acpiphp: Slot [28] registered [ 0.640981] acpiphp: Slot [29] registered [ 0.642432] acpiphp: Slot [30] registered [ 0.643897] acpiphp: Slot [31] registered [ 0.645346] PCI host bridge to bus 0000:00 [ 0.646765] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.648498] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.650483] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.652468] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.655137] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window] [ 0.657812] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window] [ 0.663288] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.665348] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.667289] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.669351] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.673789] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.676456] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.700681] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.703106] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.706136] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.708507] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.710778] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.712938] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.715160] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.718077] vgaarb: loaded [ 0.719250] vgaarb: bridge control possible 0000:00:02.0 [ 0.721129] SCSI subsystem initialized [ 0.722530] ACPI: bus type USB registered [ 0.723950] usbcore: registered new interface driver usbfs [ 0.725641] usbcore: registered new interface driver hub [ 0.727331] usbcore: registered new device driver usb [ 0.729182] PCI: Using ACPI for IRQ routing [ 0.731032] NetLabel: Initializing [ 0.732328] NetLabel: domain hash size = 128 [ 0.733809] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.735426] NetLabel: unlabeled traffic allowed by default [ 0.737254] Switched to clocksource kvm-clock [ 0.746896] pnp: PnP ACPI init [ 0.748163] ACPI: bus type PNP registered [ 0.750035] pnp: PnP ACPI: found 5 devices [ 0.751496] ACPI: bus type PNP unregistered [ 0.759496] NET: Registered protocol family 2 [ 0.761324] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 0.764149] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 0.766503] TCP: Hash tables configured (established 32768 bind 32768) [ 0.768536] TCP: reno registered [ 0.769847] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.771738] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.773680] NET: Registered protocol family 1 [ 0.775163] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.776931] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.778674] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.798756] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.819059] Unpacking initramfs... [ 1.296318] Freeing initrd memory: 37508k freed [ 1.305907] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.307842] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff] [ 1.311505] sha1_ssse3: Using AVX2 optimized SHA-1 implementation [ 1.313408] sha256_ssse3: Using AVX2 optimized SHA-256 implementation [ 1.315633] futex hash table entries: 512 (order: 3, 32768 bytes) [ 1.317516] Initialise system trusted keyring [ 1.319016] audit: initializing netlink socket (disabled) [ 1.320695] type=2000 audit(1534366204.807:1): initialized [ 1.337834] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.339713] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.342511] zpool: loaded [ 1.343699] zbud: loaded [ 1.345046] VFS: Disk quotas dquot_6.5.2 [ 1.346522] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.348737] msgmni has been set to 7578 [ 1.350184] Key type big_key registered [ 1.352478] NET: Registered protocol family 38 [ 1.353977] Key type asymmetric registered [ 1.355433] Asymmetric key parser 'x509' registered [ 1.357004] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 1.359703] io scheduler noop registered [ 1.361086] io scheduler deadline registered (default) [ 1.376676] io scheduler cfq registered [ 1.378145] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.379862] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.381901] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.384515] ACPI: Power Button [PWRF] [ 1.386028] GHES: HEST is not enabled! [ 1.387477] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.412195] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.414437] Non-volatile memory driver v1.3 [ 1.415879] Linux agpgart interface v0.103 [ 1.417448] crash memory driver: version 1.1 [ 1.418953] rdac: device handler registered [ 1.420421] hp_sw: device handler registered [ 1.421893] emc: device handler registered [ 1.423292] alua: device handler registered [ 1.424750] libphy: Fixed MDIO Bus: probed [ 1.426264] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.428153] ehci-pci: EHCI PCI platform driver [ 1.429621] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.431411] ohci-pci: OHCI PCI platform driver [ 1.432879] uhci_hcd: USB Universal Host Controller Interface driver [ 1.453168] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.454900] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.457532] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.459174] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.460979] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.462910] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.465449] usb usb1: Product: UHCI Host Controller [ 1.467034] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd [ 1.469070] usb usb1: SerialNumber: 0000:00:01.2 [ 1.470708] hub 1-0:1.0: USB hub found [ 1.472100] hub 1-0:1.0: 2 ports detected [ 1.473643] usbcore: registered new interface driver usbserial [ 1.475404] usbcore: registered new interface driver usbserial_generic [ 1.477320] usbserial: USB Serial support registered for generic [ 1.479152] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.482597] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.484180] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.485847] mousedev: PS/2 mouse device common for all mice [ 1.487961] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.491392] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2 [ 1.494264] rtc_cmos 00:00: RTC can wake from S4 [ 1.496041] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.497987] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.499987] cpuidle: using governor menu [ 1.500336] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.505673] hidraw: raw HID events driver (C) Jiri Kosina [ 1.508009] usbcore: registered new interface driver usbhid [ 1.510287] usbhid: USB HID core driver [ 1.512112] drop_monitor: Initializing network drop monitor service [ 1.514661] TCP: cubic registered [ 1.516271] Initializing XFRM netlink socket [ 1.518218] NET: Registered protocol family 10 [ 1.520449] NET: Registered protocol family 17 [ 1.522540] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 1.524299] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 1.526618] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 1.530707] Loading compiled-in X.509 certificates [ 1.532354] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717' [ 1.535446] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b' [ 1.538982] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106' [ 1.542071] registered taskstats version 1 [ 1.545349] Key type trusted registered [ 1.548026] Key type encrypted registered [ 1.550661] IMA: No TPM chip found, activating TPM-bypass! [ 1.552817] rtc_cmos 00:00: setting system clock to 2018-08-15 20:50:05 UTC (1534366205) [ 1.556308] Freeing unused kernel memory: 1680k freed [ 1.561993] 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.567368] systemd[1]: Detected virtualization kvm. [ 1.569022] systemd[1]: Detected architecture x86-64. [ 1.570671] systemd[1]: Running in initial RAM disk. Welcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m! [ 1.573862] systemd[1]: No hostname configured. [ 1.575428] systemd[1]: Set hostname to . [ 1.577122] systemd[1]: Initializing machine ID from KVM UUID. [[32m OK [0m] Reached target Swap. [ 1.600024] systemd[1]: Reached target Swap. [ 1.601587] systemd[1]: Starting Swap. [[32m OK [0m] Reached target Timers. [ 1.603937] systemd[1]: Reached target Timers. [ 1.605517] systemd[1]: Starting Timers. [ 1.607008] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 1.609839] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch. [[32m OK [0m] Reached target Paths. [ 1.613611] systemd[1]: Reached target Paths. [ 1.615172] systemd[1]: Starting Paths. [[32m OK [0m] Created slice Root Slice. [ 1.617661] systemd[1]: Created slice Root Slice. [ 1.619281] systemd[1]: Starting Root Slice. [[32m OK [0m] Listening on udev Kernel Socket. [ 1.621940] systemd[1]: Listening on udev Kernel Socket. [ 1.623669] systemd[1]: Starting udev Kernel Socket. [[32m OK [0m] Listening on udev Control Socket. [ 1.626500] systemd[1]: Listening on udev Control Socket. [ 1.628232] systemd[1]: Starting udev Control Socket. [[32m OK [0m] Created slice System Slice. [ 1.630973] systemd[1]: Created slice System Slice. [ 1.632608] systemd[1]: Starting System Slice. [[32m OK [0m] Reached target Slices. [ 1.635143] systemd[1]: Reached target Slices. [ 1.636703] systemd[1]: Starting Slices. [[32m OK [0m] Listening on Journal Socket. [ 1.639289] systemd[1]: Listening on Journal Socket. [ 1.640927] systemd[1]: Starting Journal Socket. [ 1.642913] 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.647817] systemd[1]: Starting Journal Service... Starting Journal Service... [ 1.650654] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables... [[32m OK [0m] Reached target Sockets. [ 1.654379] systemd[1]: Reached target Sockets. [ 1.655943] systemd[1]: Starting Sockets. [ 1.657718] systemd[1]: Starting dracut cmdline hook... Starting dracut cmdline hook... [[32m OK [0m] Reached target Local File Systems. [ 1.661508] systemd[1]: Reached target Local File Systems. [ 1.663252] systemd[1]: Starting Local File Systems. [[32m OK [0m] Started Journal Service. [ 1.666082] 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.725852] RPC: Registered named UNIX socket transport module. [ 1.727725] RPC: Registered udp transport module. [ 1.729331] RPC: Registered tcp transport module. [ 1.730927] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 1.775272] usb 1-1: new full-speed USB device number 2 using uhci_hcd [[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.816187] scsi host0: ata_piix [[32m OK [0m] Started udev Coldplug all Devices. [ 1.822678] FDC 0 is a S82078B Starting dracut initqueue hook... [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target Basic System. [ 1.832115] scsi host1: ata_piix [ 1.833456] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.835442] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.863512] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.904229] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.926479] vda: vda1 [ 1.928179] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.930241] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.932352] usb 1-1: Product: QEMU USB Tablet [ 1.933918] usb 1-1: Manufacturer: QEMU [ 1.935365] usb 1-1: SerialNumber: 42 [ 1.945323] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4 [ 1.948612] 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] 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. [[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... [ 2.032188] SGI XFS with ACLs, security attributes, no debug enabled [ 2.034991] XFS (vda1): Mounting V4 Filesystem [ 2.059993] 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 Paths. [[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... [[32m OK [0m] Stopped target Local File Systems. Stopping udev Kernel Device Manager... [[32m OK [0m] Stopped target Sockets. [[32m OK [0m] Stopped target Slices. [[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 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.296808] systemd-journald[106]: Received SIGTERM from PID 1 (systemd). [ 2.312351] tsc: Refined TSC clocksource calibration: 3491.840 MHz [ 2.601453] SELinux: Disabled at runtime. [ 2.638294] type=1404 audit(1534366206.585:2): selinux=0 auid=4294967295 ses=4294967295 [ 2.706140] ip_tables: (C) 2000-2006 Netfilter Core Team [ 2.707929] 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... [[32m OK [0m] Created slice system-serial\x2dgetty.slice. [[32m OK [0m] Created slice system-getty.slice. [[32m OK [0m] Stopped target Switch Root. [[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. Mounting NFSD configuration filesystem... [[32m OK [0m] Reached target Encrypted Volumes. [[32m OK [0m] Stopped target Initrd File Systems. Mounting POSIX Message Queue File System... Starting Create list of required st... nodes for the current kernel... [[32m OK [0m] Stopped target Initrd Root File System. [[32m OK [0m] Reached target Swap. [[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [[32m OK [0m] Created slice User and Session Slice. Mounting Huge Pages File System... [[32m OK [0m] Listening on udev Kernel Socket. Mounting Debug File System... [[32m OK [0m] Listening on udev Control Socket. [[32m OK [0m] Created slice system-selinux\x2dpol...grate\x2dlocal\x2dchanges.slice. [[32m OK [0m] Reached target Slices. [[32m OK [0m] Listening on Delayed Shutdown Socket. Starting Apply Kernel Variables... Starting Setup Virtual Console... Starting Remount Root and Kernel File Systems... [[32m OK [0m] Stopped Journal Service. Starting Journal Service... [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. Starting Create Static Device Nodes in /dev... [[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 Apply Kernel Variables. [[32m OK [0m] Started Remount Root and Kernel File Systems. Starting Load/Save Random Seed... Starting Configure read-only root support... Starting Rebuild Hardware Database... [[32m OK [0m] Started Load/Save Random Seed. [ 3.210608] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). [[32m OK [0m] Started Journal Service. [[32m OK [0m] Mounted NFSD configuration filesystem. [[32m OK [0m] Started Create Static Device Nodes in /dev. [[32m OK [0m] Started Configure read-only root support. [[32m OK [0m] Reached target Local File Systems (Pre). [[32m OK [0m] Reached target Local File Systems. Starting Import network configuration from initramfs... Starting Rebuild Journal Catalog... Starting Mark the need to relabel after reboot... Starting Preprocess NFS configuration... Starting udev Kernel Device Manager... Starting Flush Journal to Persistent Storage... [[32m OK [0m] Started Preprocess NFS configuration. [[32m OK [0m] Started Mark the need to relabel after reboot. [ 3.308495] systemd-journald[390]: 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 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 udev Kernel Device Manager. [[32m OK [0m] Started Security Auditing Service. Starting Update UTMP about System Boot/Shutdown... [[32m OK [0m] Started Update UTMP about System Boot/Shutdown. [ 3.522412] type=1305 audit(1534366207.469:3): audit_pid=429 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] Listening on RPCbind Server Activation Socket. [[32m OK [0m] Reached target Paths. [[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 NTP client/server... [[32m OK [0m] Started irqbalance daemon. Starting irqbalance daemon... [[32m OK [0m] Started D-Bus System Message Bus. [ 3.639872] input: PC Speaker as /devices/platform/pcspkr/input/input5 [ 3.652190] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0 [ 3.664720] [drm] Initialized drm 1.1.0 20060810 [ 3.665995] ppdev: user-space parallel port driver [ 3.741215] [TTM] Zone kernel: Available graphics memory: 1940960 kiB [ 3.743469] [TTM] Initializing pool allocator [ 3.745159] [TTM] Initializing DMA pool allocator [ 3.747148] [drm] fb mappable at 0xFC000000 [ 3.748662] [drm] vram aper at 0xFC000000 [ 3.750119] [drm] size 33554432 [ 3.751434] [drm] fb depth is 24 [ 3.752828] [drm] pitch is 3072 [ 3.754276] fbcon: cirrusdrmfb (fb0) is primary device [ 3.779073] Console: switching to colour frame buffer device 128x48 [ 3.792170] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device Starting D-Bus System Message Bu[ 3.794265] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0 s... Starting Initial cloud-init job (pre-networking)... Starting LSB: Bring up/down networking... Starting Dump dmesg to /var/log/dmesg... Starting GSSAPI Proxy Daemon... Starting Login Service... [[32m OK [0m] Reached target Timers. [[32m OK [0m] Found device /dev/ttyS0. [[32m OK [0m] Started NTP client/server. [[32m OK [0m] Started Login Service. [ 3.889501] AES CTR mode by8 optimization enabled [[32m OK [0m] Started Dump dmesg to /var/log/dmesg. [ 3.894362] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni) [ 3.900405] alg: No test for crc32 (crc32-pclmul) [ 3.904747] intel_rapl: no valid rapl domains found in package 0 [ 3.911663] intel_rapl: no valid rapl domains found in package 0 [ 3.915935] intel_powerclamp: No package C-state available[[32m OK [0m] Started Authorization Manager. [ 3.922492] intel_powerclamp: No package C-state available[[32m OK [0m] Started GSSAPI Proxy Daemon. [[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. [[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] Started Getty on tty1. Starting Getty on tty1... [[32m OK [0m] Reached target Login Prompts. [ 4.344527] cloud-init[502]: Cloud-init v. 0.7.5 running 'init-local' at Wed, 15 Aug 2018 20:50:08 +0000. Up 4.30 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 Notify NFS peers of a restart... Starting Postfix Mail Transport Agent... Starting System Logging Service... 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. [[32m OK [0m] Started Cloudify REST Service. Starting Cloudify REST Service... [[32m OK [0m] Started Cloudify Stage Service. Starting Cloudify Stage Service... [[32m OK [0m] Started InfluxDB Service. Starting InfluxDB Service... Starting RabbitMQ Service... Starting LSB: Supports the direct execution of binary formats.... Starting Crash recovery kernel arming... Starting LSB: Starts Logstash as a 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] Started nginx - high performance web server. [[32m OK [0m] Mounted Arbitrary Executable File Formats File System. [[32m OK [0m] Started LSB: Supports the direct execution of binary formats.. [ 6.420881] cloud-init[804]: Cloud-init v. 0.7.5 running 'init' at Wed, 15 Aug 2018 20:50:10 +0000. Up 6.39 seconds. [[32m OK [0m] Created slice user-993.slice. [ 6.545064] cloud-init[804]: ci-info: +++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++ [ 6.548547] cloud-init[804]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 6.552605] cloud-init[804]: ci-info: | Device | Up | Address | Mask | Hw-Address | [ 6.554958] cloud-init[804]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 6.558235] cloud-init[804]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . | [ 6.561019] cloud-init[804]: ci-info: | eth0: | True | 192.168.120.14 | 255.255.255.0 | fa:16:3e:03:2f:e5 | [ 6.564226] cloud-init[804]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 6.568815] cloud-init[804]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ [ 6.571623] cloud-init[804]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 6.576057] cloud-init[804]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | [ 6.578950] cloud-init[804]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 6.583818] cloud-init[804]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG | [ 6.586514] cloud-init[804]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | eth0 | UGH | [ 6.589046] cloud-init[804]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | [ 6.591760] cloud-init[804]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [[32m OK [0m] Started Dynamic System Tuning Daemon. [[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-15 20:50:34,995 - paramiko.transport - DEBUG - starting thread (client mode): 0xed7d1790L 2018-08-15 20:50:34,995 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-15 20:50:35,001 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1 2018-08-15 20:50:35,001 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1) 2018-08-15 20:50:35,002 - 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-15 20:50:35,003 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-15 20:50:35,003 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-15 20:50:35,003 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-15 20:50:35,003 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-15 20:50:35,003 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-15 20:50:35,008 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-15 20:50:35,009 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-15 20:50:35,011 - paramiko.transport - DEBUG - Trying discovered key 4e806e7f5d40e9bf0f6c6638e7c83452 in /tmp/tmpJgalRA 2018-08-15 20:50:35,048 - paramiko.transport - DEBUG - userauth is OK 2018-08-15 20:50:45,068 - paramiko.transport - INFO - Authentication (publickey) failed. 2018-08-15 20:50:45,092 - paramiko.transport - DEBUG - Trying discovered key 53a32704d80d9fa5426a394ad4fcf413 in /root/.ssh/id_rsa 2018-08-15 20:50:45,093 - paramiko.transport - DEBUG - userauth is OK 2018-08-15 20:50:45,099 - paramiko.transport - INFO - Authentication (publickey) failed. 2018-08-15 20:50:45,100 - functest.core.singlevm - DEBUG - try 3: cannot connect to 172.30.9.207: Authentication failed. 2018-08-15 20:50:54,103 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-15 20:50:54,106 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/cadd0d08-da27-49f7-bfac-c8054fad4f67/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}eb13e8963c4c145f65469395e738c1b155ab9d21" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-15 20:50:54,190 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 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-1c54cf72-f8c9-4361-a9aa-06b9ce80b67a x-compute-request-id: req-1c54cf72-f8c9-4361-a9aa-06b9ce80b67a Content-Encoding: gzip Content-Length: 11769 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 1872411667 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.423430] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912)\n[ 0.426408] pid_max: default: 32768 minimum: 301\n[ 0.428008] Security Framework initialized\n[ 0.429499] SELinux: Initializing.\n[ 0.431121] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)\n[ 0.437379] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.441189] Mount-cache hash table entries: 4096\n[ 0.443091] Initializing cgroup subsys memory\n[ 0.444653] Initializing cgroup subsys devices\n[ 0.446200] Initializing cgroup subsys freezer\n[ 0.447757] Initializing cgroup subsys net_cls\n[ 0.449309] Initializing cgroup subsys blkio\n[ 0.450839] Initializing cgroup subsys perf_event\n[ 0.452448] Initializing cgroup subsys hugetlb\n[ 0.453990] Initializing cgroup subsys pids\n[ 0.455487] Initializing cgroup subsys net_prio\n[ 0.457137] CPU: Physical Processor ID: 0\n[ 0.459316] mce: CPU supports 10 MCE banks\n[ 0.460835] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.462570] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.464287] tlb_flushall_shift: 6\n[ 0.465818] Freeing SMP alternatives: 28k freed\n[ 0.470029] ACPI: Core revision 20130517\n[ 0.471937] ACPI: All ACPI Tables successfully acquired\n[ 0.473879] ftrace: allocating 25812 entries in 101 pages\n[ 0.495560] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.497616] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.499614] smpboot: Max logical packages: 2\n[ 0.501413] Enabling x2apic\n[ 0.502655] Enabled x2apic\n[ 0.504167] Switched APIC routing to physical x2apic.\n[ 0.507277] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.509290] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.512885] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.520939] KVM setup paravirtual spinlock\n[ 0.523710] smpboot: Booting Node 0, Processors #1 OK\n[ 0.525772] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock\n[ 0.548257] Brought up 2 CPUs\n[ 0.548260] KVM setup async PF for cpu 1\n[ 0.548263] kvm-stealtime: cpu 1, msr 13fd0f3c0\n[ 0.552420] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.555290] devtmpfs: initialized\n[ 0.558257] EVM: security.selinux\n[ 0.559584] EVM: security.ima\n[ 0.560823] EVM: security.capability\n[ 0.562896] atomic64 test passed for x86-64 platform with CX8 and with SSE\n[ 0.564924] pinctrl core: initialized pinctrl subsystem\n[ 0.566706] NET: Registered protocol family 16\n[ 0.568504] ACPI: bus type PCI registered\n[ 0.569987] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.572059] PCI: Using configuration type 1 for base access\n[ 0.577281] ACPI: Added _OSI(Module Device)\n[ 0.578828] ACPI: Added _OSI(Processor Device)\n[ 0.580381] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.581961] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.584741] ACPI: Interpreter enabled\n[ 0.586156] ACPI: (supports S0 S5)\n[ 0.587463] ACPI: Using IOAPIC for interrupt routing\n[ 0.589075] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.593927] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.595816] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.597797] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.599712] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.603347] acpiphp: Slot [3] registered\n[ 0.604800] acpiphp: Slot [4] registered\n[ 0.606246] acpiphp: Slot [5] registered\n[ 0.607686] acpiphp: Slot [6] registered\n[ 0.609140] acpiphp: Slot [7] registered\n[ 0.610570] acpiphp: Slot [8] registered\n[ 0.611993] acpiphp: Slot [9] registered\n[ 0.613421] acpiphp: Slot [10] registered\n[ 0.614855] acpiphp: Slot [11] registered\n[ 0.616306] acpiphp: Slot [12] registered\n[ 0.617764] acpiphp: Slot [13] registered\n[ 0.619206] acpiphp: Slot [14] registered\n[ 0.620651] acpiphp: Slot [15] registered\n[ 0.622096] acpiphp: Slot [16] registered\n[ 0.623572] acpiphp: Slot [17] registered\n[ 0.624979] acpiphp: Slot [18] registered\n[ 0.626386] acpiphp: Slot [19] registered\n[ 0.627790] acpiphp: Slot [20] registered\n[ 0.629196] acpiphp: Slot [21] registered\n[ 0.630602] acpiphp: Slot [22] registered\n[ 0.632054] acpiphp: Slot [23] registered\n[ 0.633547] acpiphp: Slot [24] registered\n[ 0.635091] acpiphp: Slot [25] registered\n[ 0.636557] acpiphp: Slot [26] registered\n[ 0.638025] acpiphp: Slot [27] registered\n[ 0.639514] acpiphp: Slot [28] registered\n[ 0.640981] acpiphp: Slot [29] registered\n[ 0.642432] acpiphp: Slot [30] registered\n[ 0.643897] acpiphp: Slot [31] registered\n[ 0.645346] PCI host bridge to bus 0000:00\n[ 0.646765] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.648498] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.650483] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.652468] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.655137] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\n[ 0.657812] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window]\n[ 0.663288] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.665348] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.667289] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.669351] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.673789] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.676456] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.700681] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.703106] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.706136] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.708507] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.710778] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.712938] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.715160] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.718077] vgaarb: loaded\n[ 0.719250] vgaarb: bridge control possible 0000:00:02.0\n[ 0.721129] SCSI subsystem initialized\n[ 0.722530] ACPI: bus type USB registered\n[ 0.723950] usbcore: registered new interface driver usbfs\n[ 0.725641] usbcore: registered new interface driver hub\n[ 0.727331] usbcore: registered new device driver usb\n[ 0.729182] PCI: Using ACPI for IRQ routing\n[ 0.731032] NetLabel: Initializing\n[ 0.732328] NetLabel: domain hash size = 128\n[ 0.733809] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.735426] NetLabel: unlabeled traffic allowed by default\n[ 0.737254] Switched to clocksource kvm-clock\n[ 0.746896] pnp: PnP ACPI init\n[ 0.748163] ACPI: bus type PNP registered\n[ 0.750035] pnp: PnP ACPI: found 5 devices\n[ 0.751496] ACPI: bus type PNP unregistered\n[ 0.759496] NET: Registered protocol family 2\n[ 0.761324] TCP established hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.764149] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)\n[ 0.766503] TCP: Hash tables configured (established 32768 bind 32768)\n[ 0.768536] TCP: reno registered\n[ 0.769847] UDP hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.771738] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.773680] NET: Registered protocol family 1\n[ 0.775163] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.776931] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.778674] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.798756] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.819059] Unpacking initramfs...\n[ 1.296318] Freeing initrd memory: 37508k freed\n[ 1.305907] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)\n[ 1.307842] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff]\n[ 1.311505] sha1_ssse3: Using AVX2 optimized SHA-1 implementation\n[ 1.313408] sha256_ssse3: Using AVX2 optimized SHA-256 implementation\n[ 1.315633] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 1.317516] Initialise system trusted keyring\n[ 1.319016] audit: initializing netlink socket (disabled)\n[ 1.320695] type=2000 audit(1534366204.807:1): initialized\n[ 1.337834] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.339713] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.342511] zpool: loaded\n[ 1.343699] zbud: loaded\n[ 1.345046] VFS: Disk quotas dquot_6.5.2\n[ 1.346522] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.348737] msgmni has been set to 7578\n[ 1.350184] Key type big_key registered\n[ 1.352478] NET: Registered protocol family 38\n[ 1.353977] Key type asymmetric registered\n[ 1.355433] Asymmetric key parser 'x509' registered\n[ 1.357004] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)\n[ 1.359703] io scheduler noop registered\n[ 1.361086] io scheduler deadline registered (default)\n[ 1.376676] io scheduler cfq registered\n[ 1.378145] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.379862] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.381901] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.384515] ACPI: Power Button [PWRF]\n[ 1.386028] GHES: HEST is not enabled!\n[ 1.387477] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled\n[ 1.412195] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A\n[ 1.414437] Non-volatile memory driver v1.3\n[ 1.415879] Linux agpgart interface v0.103\n[ 1.417448] crash memory driver: version 1.1\n[ 1.418953] rdac: device handler registered\n[ 1.420421] hp_sw: device handler registered\n[ 1.421893] emc: device handler registered\n[ 1.423292] alua: device handler registered\n[ 1.424750] libphy: Fixed MDIO Bus: probed\n[ 1.426264] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.428153] ehci-pci: EHCI PCI platform driver\n[ 1.429621] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.431411] ohci-pci: OHCI PCI platform driver\n[ 1.432879] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.453168] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.454900] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.457532] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.459174] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.460979] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.462910] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.465449] usb usb1: Product: UHCI Host Controller\n[ 1.467034] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd\n[ 1.469070] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.470708] hub 1-0:1.0: USB hub found\n[ 1.472100] hub 1-0:1.0: 2 ports detected\n[ 1.473643] usbcore: registered new interface driver usbserial\n[ 1.475404] usbcore: registered new interface driver usbserial_generic\n[ 1.477320] usbserial: USB Serial support registered for generic\n[ 1.479152] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.482597] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.484180] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.485847] mousedev: PS/2 mouse device common for all mice\n[ 1.487961] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.491392] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2\n[ 1.494264] rtc_cmos 00:00: RTC can wake from S4\n[ 1.496041] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.497987] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.499987] cpuidle: using governor menu\n[ 1.500336] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.505673] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.508009] usbcore: registered new interface driver usbhid\n[ 1.510287] usbhid: USB HID core driver\n[ 1.512112] drop_monitor: Initializing network drop monitor service\n[ 1.514661] TCP: cubic registered\n[ 1.516271] Initializing XFRM netlink socket\n[ 1.518218] NET: Registered protocol family 10\n[ 1.520449] NET: Registered protocol family 17\n[ 1.522540] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.524299] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.526618] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.530707] Loading compiled-in X.509 certificates\n[ 1.532354] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717'\n[ 1.535446] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b'\n[ 1.538982] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106'\n[ 1.542071] registered taskstats version 1\n[ 1.545349] Key type trusted registered\n[ 1.548026] Key type encrypted registered\n[ 1.550661] IMA: No TPM chip found, activating TPM-bypass!\n[ 1.552817] rtc_cmos 00:00: setting system clock to 2018-08-15 20:50:05 UTC (1534366205)\n[ 1.556308] Freeing unused kernel memory: 1680k freed\n[ 1.561993] 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.567368] systemd[1]: Detected virtualization kvm.\n[ 1.569022] systemd[1]: Detected architecture x86-64.\n[ 1.570671] systemd[1]: Running in initial RAM disk.\n\nWelcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m!\n\n[ 1.573862] systemd[1]: No hostname configured.\n[ 1.575428] systemd[1]: Set hostname to .\n[ 1.577122] systemd[1]: Initializing machine ID from KVM UUID.\n[[32m OK [0m] Reached target Swap.\n[ 1.600024] systemd[1]: Reached target Swap.\n[ 1.601587] systemd[1]: Starting Swap.\n[[32m OK [0m] Reached target Timers.\n[ 1.603937] systemd[1]: Reached target Timers.\n[ 1.605517] systemd[1]: Starting Timers.\n[ 1.607008] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.\n[ 1.609839] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.\n[[32m OK [0m] Reached target Paths.\n[ 1.613611] systemd[1]: Reached target Paths.\n[ 1.615172] systemd[1]: Starting Paths.\n[[32m OK [0m] Created slice Root Slice.\n[ 1.617661] systemd[1]: Created slice Root Slice.\n[ 1.619281] systemd[1]: Starting Root Slice.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[ 1.621940] systemd[1]: Listening on udev Kernel Socket.\n[ 1.623669] systemd[1]: Starting udev Kernel Socket.\n[[32m OK [0m] Listening on udev Control Socket.\n[ 1.626500] systemd[1]: Listening on udev Control Socket.\n[ 1.628232] systemd[1]: Starting udev Control Socket.\n[[32m OK [0m] Created slice System Slice.\n[ 1.630973] systemd[1]: Created slice System Slice.\n[ 1.632608] systemd[1]: Starting System Slice.\n[[32m OK [0m] Reached target Slices.\n[ 1.635143] systemd[1]: Reached target Slices.\n[ 1.636703] systemd[1]: Starting Slices.\n[[32m OK [0m] Listening on Journal Socket.\n[ 1.639289] systemd[1]: Listening on Journal Socket.\n[ 1.640927] systemd[1]: Starting Journal Socket.\n[ 1.642913] 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.647817] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 1.650654] systemd[1]: Starting Apply Kernel Variables...\n Starting Apply Kernel Variables...\n[[32m OK [0m] Reached target Sockets.\n[ 1.654379] systemd[1]: Reached target Sockets.\n[ 1.655943] systemd[1]: Starting Sockets.\n[ 1.657718] systemd[1]: Starting dracut cmdline hook...\n Starting dracut cmdline hook...\n[[32m OK [0m] Reached target Local File Systems.\n[ 1.661508] systemd[1]: Reached target Local File Systems.\n[ 1.663252] systemd[1]: Starting Local File Systems.\n[[32m OK [0m] Started Journal Service.\n[ 1.666082] 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.725852] RPC: Registered named UNIX socket transport module.\n[ 1.727725] RPC: Registered udp transport module.\n[ 1.729331] RPC: Registered tcp transport module.\n[ 1.730927] RPC: Registered tcp NFSv4.1 backchannel transport module.\n[ 1.775272] usb 1-1: new full-speed USB device number 2 using uhci_hcd\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.816187] scsi host0: ata_piix\n[[32m OK [0m] Started udev Coldplug all Devices.\n[ 1.822678] FDC 0 is a S82078B\n Starting dracut initqueue hook...\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Reached target Basic System.\n[ 1.832115] scsi host1: ata_piix\n[ 1.833456] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.835442] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.863512] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.904229] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.926479] vda: vda1\n[ 1.928179] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.930241] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.932352] usb 1-1: Product: QEMU USB Tablet\n[ 1.933918] usb 1-1: Manufacturer: QEMU\n[ 1.935365] usb 1-1: SerialNumber: 42\n[ 1.945323] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4\n[ 1.948612] 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] 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[[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[ 2.032188] SGI XFS with ACLs, security attributes, no debug enabled\n[ 2.034991] XFS (vda1): Mounting V4 Filesystem\n[ 2.059993] 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 Paths.\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[[32m OK [0m] Stopped target Local File Systems.\n Stopping udev Kernel Device Manager...\n[[32m OK [0m] Stopped target Sockets.\n[[32m OK [0m] Stopped target Slices.\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 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.296808] systemd-journald[106]: Received SIGTERM from PID 1 (systemd).\n[ 2.312351] tsc: Refined TSC clocksource calibration: 3491.840 MHz\n[ 2.601453] SELinux: Disabled at runtime.\n[ 2.638294] type=1404 audit(1534366206.585:2): selinux=0 auid=4294967295 ses=4294967295\n[ 2.706140] ip_tables: (C) 2000-2006 Netfilter Core Team\n[ 2.707929] 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[[32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[[32m OK [0m] Created slice system-getty.slice.\n[[32m OK [0m] Stopped target Switch Root.\n[[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n Mounting NFSD configuration filesystem...\n[[32m OK [0m] Reached target Encrypted Volumes.\n[[32m OK [0m] Stopped target Initrd File Systems.\n Mounting POSIX Message Queue File System...\n Starting Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Stopped target Initrd Root File System.\n[[32m OK [0m] Reached target Swap.\n[[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[[32m OK [0m] Created slice User and Session Slice.\n Mounting Huge Pages File System...\n[[32m OK [0m] Listening on udev Kernel Socket.\n Mounting Debug File System...\n[[32m OK [0m] Listening on udev Control Socket.\n[[32m OK [0m] Created slice system-selinux\\x2dpol...grate\\x2dlocal\\x2dchanges.slice.\n[[32m OK [0m] Reached target Slices.\n[[32m OK [0m] Listening on Delayed Shutdown Socket.\n Starting Apply Kernel Variables...\n Starting Setup Virtual Console...\n Starting Remount Root and Kernel File Systems...\n[[32m OK [0m] Stopped Journal Service.\n Starting Journal Service...\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[[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 Apply Kernel Variables.\n[[32m OK [0m] Started Remount Root and Kernel File Systems.\n Starting Load/Save Random Seed...\n Starting Configure read-only root support...\n Starting Rebuild Hardware Database...\n[[32m OK [0m] Started Load/Save Random Seed.\n[ 3.210608] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).\n[[32m OK [0m] Started Journal Service.\n[[32m OK [0m] Mounted NFSD configuration filesystem.\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n[[32m OK [0m] Started Configure read-only root support.\n[[32m OK [0m] Reached target Local File Systems (Pre).\n[[32m OK [0m] Reached target Local File Systems.\n Starting Import network configuration from initramfs...\n Starting Rebuild Journal Catalog...\n Starting Mark the need to relabel after reboot...\n Starting Preprocess NFS configuration...\n Starting udev Kernel Device Manager...\n Starting Flush Journal to Persistent Storage...\n[[32m OK [0m] Started Preprocess NFS configuration.\n[[32m OK [0m] Started Mark the need to relabel after reboot.\n[ 3.308495] systemd-journald[390]: 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 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 udev Kernel Device Manager.\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[ 3.522412] type=1305 audit(1534366207.469:3): audit_pid=429 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] Listening on RPCbind Server Activation Socket.\n[[32m OK [0m] Reached target Paths.\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 NTP client/server...\n[[32m OK [0m] Started irqbalance daemon.\n Starting irqbalance daemon...\n[[32m OK [0m] Started D-Bus System Message Bus.\n[ 3.639872] input: PC Speaker as /devices/platform/pcspkr/input/input5\n[ 3.652190] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0\n[ 3.664720] [drm] Initialized drm 1.1.0 20060810\n[ 3.665995] ppdev: user-space parallel port driver\n[ 3.741215] [TTM] Zone kernel: Available graphics memory: 1940960 kiB\n[ 3.743469] [TTM] Initializing pool allocator\n[ 3.745159] [TTM] Initializing DMA pool allocator\n[ 3.747148] [drm] fb mappable at 0xFC000000\n[ 3.748662] [drm] vram aper at 0xFC000000\n[ 3.750119] [drm] size 33554432\n[ 3.751434] [drm] fb depth is 24\n[ 3.752828] [drm] pitch is 3072\n[ 3.754276] fbcon: cirrusdrmfb (fb0) is primary device\n[ 3.779073] Console: switching to colour frame buffer device 128x48\n[ 3.792170] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device\n Starting D-Bus System Message Bu[ 3.794265] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0\ns...\n Starting Initial cloud-init job (pre-networking)...\n Starting LSB: Bring up/down networking...\n Starting Dump dmesg to /var/log/dmesg...\n Starting GSSAPI Proxy Daemon...\n Starting Login Service...\n[[32m OK [0m] Reached target Timers.\n[[32m OK [0m] Found device /dev/ttyS0.\n[[32m OK [0m] Started NTP client/server.\n[[32m OK [0m] Started Login Service.\n[ 3.889501] AES CTR mode by8 optimization enabled\n[[32m OK [0m] Started Dump dmesg to /var/log/dmesg.\n[ 3.894362] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)\n[ 3.900405] alg: No test for crc32 (crc32-pclmul)\n[ 3.904747] intel_rapl: no valid rapl domains found in package 0\n[ 3.911663] intel_rapl: no valid rapl domains found in package 0\n[ 3.915935] intel_powerclamp: No package C-state available[[32m OK [0m] Started Authorization Manager.\n\n[ 3.922492] intel_powerclamp: No package C-state available[[32m OK [0m] Started GSSAPI Proxy Daemon.\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[[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] Started Getty on tty1.\n Starting Getty on tty1...\n[[32m OK [0m] Reached target Login Prompts.\n[ 4.344527] cloud-init[502]: Cloud-init v. 0.7.5 running 'init-local' at Wed, 15 Aug 2018 20:50:08 +0000. Up 4.30 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 Notify NFS peers of a restart...\n Starting Postfix Mail Transport Agent...\n Starting System Logging Service...\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[[32m OK [0m] Started Cloudify REST Service.\n Starting Cloudify REST 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 RabbitMQ Service...\n Starting LSB: Supports the direct execution of binary formats....\n Starting Crash recovery kernel arming...\n Starting LSB: Starts Logstash as a 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] Started nginx - high performance web server.\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[ 6.420881] cloud-init[804]: Cloud-init v. 0.7.5 running 'init' at Wed, 15 Aug 2018 20:50:10 +0000. Up 6.39 seconds.\n[[32m OK [0m] Created slice user-993.slice.\n[ 6.545064] cloud-init[804]: ci-info: +++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++\n[ 6.548547] cloud-init[804]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 6.552605] cloud-init[804]: ci-info: | Device | Up | Address | Mask | Hw-Address |\n[ 6.554958] cloud-init[804]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 6.558235] cloud-init[804]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . |\n[ 6.561019] cloud-init[804]: ci-info: | eth0: | True | 192.168.120.14 | 255.255.255.0 | fa:16:3e:03:2f:e5 |\n[ 6.564226] cloud-init[804]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 6.568815] cloud-init[804]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\n[ 6.571623] cloud-init[804]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 6.576057] cloud-init[804]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 6.578950] cloud-init[804]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 6.583818] cloud-init[804]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG |\n[ 6.586514] cloud-init[804]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | eth0 | UGH |\n[ 6.589046] cloud-init[804]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\n[ 6.591760] cloud-init[804]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[[32m OK [0m] Started Dynamic System Tuning Daemon.\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-15 20:50:54,191 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/cadd0d08-da27-49f7-bfac-c8054fad4f67/action used request id req-1c54cf72-f8c9-4361-a9aa-06b9ce80b67a 2018-08-15 20:50:54,192 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0886368751526s 2018-08-15 20:50:54,193 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/cadd0d08-da27-49f7-bfac-c8054fad4f67/action used request id req-1c54cf72-f8c9-4361-a9aa-06b9ce80b67a 2018-08-15 20:50:54,193 - 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 1872411667 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.423430] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912) [ 0.426408] pid_max: default: 32768 minimum: 301 [ 0.428008] Security Framework initialized [ 0.429499] SELinux: Initializing. [ 0.431121] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.437379] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.441189] Mount-cache hash table entries: 4096 [ 0.443091] Initializing cgroup subsys memory [ 0.444653] Initializing cgroup subsys devices [ 0.446200] Initializing cgroup subsys freezer [ 0.447757] Initializing cgroup subsys net_cls [ 0.449309] Initializing cgroup subsys blkio [ 0.450839] Initializing cgroup subsys perf_event [ 0.452448] Initializing cgroup subsys hugetlb [ 0.453990] Initializing cgroup subsys pids [ 0.455487] Initializing cgroup subsys net_prio [ 0.457137] CPU: Physical Processor ID: 0 [ 0.459316] mce: CPU supports 10 MCE banks [ 0.460835] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.462570] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.464287] tlb_flushall_shift: 6 [ 0.465818] Freeing SMP alternatives: 28k freed [ 0.470029] ACPI: Core revision 20130517 [ 0.471937] ACPI: All ACPI Tables successfully acquired [ 0.473879] ftrace: allocating 25812 entries in 101 pages [ 0.495560] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.497616] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.499614] smpboot: Max logical packages: 2 [ 0.501413] Enabling x2apic [ 0.502655] Enabled x2apic [ 0.504167] Switched APIC routing to physical x2apic. [ 0.507277] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.509290] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.512885] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.520939] KVM setup paravirtual spinlock [ 0.523710] smpboot: Booting Node 0, Processors #1 OK [ 0.525772] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock [ 0.548257] Brought up 2 CPUs [ 0.548260] KVM setup async PF for cpu 1 [ 0.548263] kvm-stealtime: cpu 1, msr 13fd0f3c0 [ 0.552420] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.555290] devtmpfs: initialized [ 0.558257] EVM: security.selinux [ 0.559584] EVM: security.ima [ 0.560823] EVM: security.capability [ 0.562896] atomic64 test passed for x86-64 platform with CX8 and with SSE [ 0.564924] pinctrl core: initialized pinctrl subsystem [ 0.566706] NET: Registered protocol family 16 [ 0.568504] ACPI: bus type PCI registered [ 0.569987] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.572059] PCI: Using configuration type 1 for base access [ 0.577281] ACPI: Added _OSI(Module Device) [ 0.578828] ACPI: Added _OSI(Processor Device) [ 0.580381] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.581961] ACPI: Added _OSI(Processor Aggregator Device) [ 0.584741] ACPI: Interpreter enabled [ 0.586156] ACPI: (supports S0 S5) [ 0.587463] ACPI: Using IOAPIC for interrupt routing [ 0.589075] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.593927] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.595816] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.597797] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.599712] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.603347] acpiphp: Slot [3] registered [ 0.604800] acpiphp: Slot [4] registered [ 0.606246] acpiphp: Slot [5] registered [ 0.607686] acpiphp: Slot [6] registered [ 0.609140] acpiphp: Slot [7] registered [ 0.610570] acpiphp: Slot [8] registered [ 0.611993] acpiphp: Slot [9] registered [ 0.613421] acpiphp: Slot [10] registered [ 0.614855] acpiphp: Slot [11] registered [ 0.616306] acpiphp: Slot [12] registered [ 0.617764] acpiphp: Slot [13] registered [ 0.619206] acpiphp: Slot [14] registered [ 0.620651] acpiphp: Slot [15] registered [ 0.622096] acpiphp: Slot [16] registered [ 0.623572] acpiphp: Slot [17] registered [ 0.624979] acpiphp: Slot [18] registered [ 0.626386] acpiphp: Slot [19] registered [ 0.627790] acpiphp: Slot [20] registered [ 0.629196] acpiphp: Slot [21] registered [ 0.630602] acpiphp: Slot [22] registered [ 0.632054] acpiphp: Slot [23] registered [ 0.633547] acpiphp: Slot [24] registered [ 0.635091] acpiphp: Slot [25] registered [ 0.636557] acpiphp: Slot [26] registered [ 0.638025] acpiphp: Slot [27] registered [ 0.639514] acpiphp: Slot [28] registered [ 0.640981] acpiphp: Slot [29] registered [ 0.642432] acpiphp: Slot [30] registered [ 0.643897] acpiphp: Slot [31] registered [ 0.645346] PCI host bridge to bus 0000:00 [ 0.646765] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.648498] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.650483] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.652468] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.655137] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window] [ 0.657812] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window] [ 0.663288] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.665348] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.667289] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.669351] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.673789] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.676456] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.700681] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.703106] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.706136] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.708507] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.710778] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.712938] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.715160] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.718077] vgaarb: loaded [ 0.719250] vgaarb: bridge control possible 0000:00:02.0 [ 0.721129] SCSI subsystem initialized [ 0.722530] ACPI: bus type USB registered [ 0.723950] usbcore: registered new interface driver usbfs [ 0.725641] usbcore: registered new interface driver hub [ 0.727331] usbcore: registered new device driver usb [ 0.729182] PCI: Using ACPI for IRQ routing [ 0.731032] NetLabel: Initializing [ 0.732328] NetLabel: domain hash size = 128 [ 0.733809] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.735426] NetLabel: unlabeled traffic allowed by default [ 0.737254] Switched to clocksource kvm-clock [ 0.746896] pnp: PnP ACPI init [ 0.748163] ACPI: bus type PNP registered [ 0.750035] pnp: PnP ACPI: found 5 devices [ 0.751496] ACPI: bus type PNP unregistered [ 0.759496] NET: Registered protocol family 2 [ 0.761324] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 0.764149] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 0.766503] TCP: Hash tables configured (established 32768 bind 32768) [ 0.768536] TCP: reno registered [ 0.769847] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.771738] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.773680] NET: Registered protocol family 1 [ 0.775163] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.776931] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.778674] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.798756] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.819059] Unpacking initramfs... [ 1.296318] Freeing initrd memory: 37508k freed [ 1.305907] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.307842] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff] [ 1.311505] sha1_ssse3: Using AVX2 optimized SHA-1 implementation [ 1.313408] sha256_ssse3: Using AVX2 optimized SHA-256 implementation [ 1.315633] futex hash table entries: 512 (order: 3, 32768 bytes) [ 1.317516] Initialise system trusted keyring [ 1.319016] audit: initializing netlink socket (disabled) [ 1.320695] type=2000 audit(1534366204.807:1): initialized [ 1.337834] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.339713] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.342511] zpool: loaded [ 1.343699] zbud: loaded [ 1.345046] VFS: Disk quotas dquot_6.5.2 [ 1.346522] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.348737] msgmni has been set to 7578 [ 1.350184] Key type big_key registered [ 1.352478] NET: Registered protocol family 38 [ 1.353977] Key type asymmetric registered [ 1.355433] Asymmetric key parser 'x509' registered [ 1.357004] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 1.359703] io scheduler noop registered [ 1.361086] io scheduler deadline registered (default) [ 1.376676] io scheduler cfq registered [ 1.378145] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.379862] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.381901] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.384515] ACPI: Power Button [PWRF] [ 1.386028] GHES: HEST is not enabled! [ 1.387477] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.412195] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.414437] Non-volatile memory driver v1.3 [ 1.415879] Linux agpgart interface v0.103 [ 1.417448] crash memory driver: version 1.1 [ 1.418953] rdac: device handler registered [ 1.420421] hp_sw: device handler registered [ 1.421893] emc: device handler registered [ 1.423292] alua: device handler registered [ 1.424750] libphy: Fixed MDIO Bus: probed [ 1.426264] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.428153] ehci-pci: EHCI PCI platform driver [ 1.429621] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.431411] ohci-pci: OHCI PCI platform driver [ 1.432879] uhci_hcd: USB Universal Host Controller Interface driver [ 1.453168] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.454900] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.457532] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.459174] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.460979] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.462910] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.465449] usb usb1: Product: UHCI Host Controller [ 1.467034] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd [ 1.469070] usb usb1: SerialNumber: 0000:00:01.2 [ 1.470708] hub 1-0:1.0: USB hub found [ 1.472100] hub 1-0:1.0: 2 ports detected [ 1.473643] usbcore: registered new interface driver usbserial [ 1.475404] usbcore: registered new interface driver usbserial_generic [ 1.477320] usbserial: USB Serial support registered for generic [ 1.479152] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.482597] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.484180] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.485847] mousedev: PS/2 mouse device common for all mice [ 1.487961] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.491392] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2 [ 1.494264] rtc_cmos 00:00: RTC can wake from S4 [ 1.496041] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.497987] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.499987] cpuidle: using governor menu [ 1.500336] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.505673] hidraw: raw HID events driver (C) Jiri Kosina [ 1.508009] usbcore: registered new interface driver usbhid [ 1.510287] usbhid: USB HID core driver [ 1.512112] drop_monitor: Initializing network drop monitor service [ 1.514661] TCP: cubic registered [ 1.516271] Initializing XFRM netlink socket [ 1.518218] NET: Registered protocol family 10 [ 1.520449] NET: Registered protocol family 17 [ 1.522540] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 1.524299] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 1.526618] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 1.530707] Loading compiled-in X.509 certificates [ 1.532354] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717' [ 1.535446] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b' [ 1.538982] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106' [ 1.542071] registered taskstats version 1 [ 1.545349] Key type trusted registered [ 1.548026] Key type encrypted registered [ 1.550661] IMA: No TPM chip found, activating TPM-bypass! [ 1.552817] rtc_cmos 00:00: setting system clock to 2018-08-15 20:50:05 UTC (1534366205) [ 1.556308] Freeing unused kernel memory: 1680k freed [ 1.561993] 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.567368] systemd[1]: Detected virtualization kvm. [ 1.569022] systemd[1]: Detected architecture x86-64. [ 1.570671] systemd[1]: Running in initial RAM disk. Welcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m! [ 1.573862] systemd[1]: No hostname configured. [ 1.575428] systemd[1]: Set hostname to . [ 1.577122] systemd[1]: Initializing machine ID from KVM UUID. [[32m OK [0m] Reached target Swap. [ 1.600024] systemd[1]: Reached target Swap. [ 1.601587] systemd[1]: Starting Swap. [[32m OK [0m] Reached target Timers. [ 1.603937] systemd[1]: Reached target Timers. [ 1.605517] systemd[1]: Starting Timers. [ 1.607008] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 1.609839] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch. [[32m OK [0m] Reached target Paths. [ 1.613611] systemd[1]: Reached target Paths. [ 1.615172] systemd[1]: Starting Paths. [[32m OK [0m] Created slice Root Slice. [ 1.617661] systemd[1]: Created slice Root Slice. [ 1.619281] systemd[1]: Starting Root Slice. [[32m OK [0m] Listening on udev Kernel Socket. [ 1.621940] systemd[1]: Listening on udev Kernel Socket. [ 1.623669] systemd[1]: Starting udev Kernel Socket. [[32m OK [0m] Listening on udev Control Socket. [ 1.626500] systemd[1]: Listening on udev Control Socket. [ 1.628232] systemd[1]: Starting udev Control Socket. [[32m OK [0m] Created slice System Slice. [ 1.630973] systemd[1]: Created slice System Slice. [ 1.632608] systemd[1]: Starting System Slice. [[32m OK [0m] Reached target Slices. [ 1.635143] systemd[1]: Reached target Slices. [ 1.636703] systemd[1]: Starting Slices. [[32m OK [0m] Listening on Journal Socket. [ 1.639289] systemd[1]: Listening on Journal Socket. [ 1.640927] systemd[1]: Starting Journal Socket. [ 1.642913] 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.647817] systemd[1]: Starting Journal Service... Starting Journal Service... [ 1.650654] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables... [[32m OK [0m] Reached target Sockets. [ 1.654379] systemd[1]: Reached target Sockets. [ 1.655943] systemd[1]: Starting Sockets. [ 1.657718] systemd[1]: Starting dracut cmdline hook... Starting dracut cmdline hook... [[32m OK [0m] Reached target Local File Systems. [ 1.661508] systemd[1]: Reached target Local File Systems. [ 1.663252] systemd[1]: Starting Local File Systems. [[32m OK [0m] Started Journal Service. [ 1.666082] 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.725852] RPC: Registered named UNIX socket transport module. [ 1.727725] RPC: Registered udp transport module. [ 1.729331] RPC: Registered tcp transport module. [ 1.730927] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 1.775272] usb 1-1: new full-speed USB device number 2 using uhci_hcd [[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.816187] scsi host0: ata_piix [[32m OK [0m] Started udev Coldplug all Devices. [ 1.822678] FDC 0 is a S82078B Starting dracut initqueue hook... [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target Basic System. [ 1.832115] scsi host1: ata_piix [ 1.833456] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.835442] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.863512] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.904229] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.926479] vda: vda1 [ 1.928179] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.930241] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.932352] usb 1-1: Product: QEMU USB Tablet [ 1.933918] usb 1-1: Manufacturer: QEMU [ 1.935365] usb 1-1: SerialNumber: 42 [ 1.945323] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4 [ 1.948612] 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] 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. [[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... [ 2.032188] SGI XFS with ACLs, security attributes, no debug enabled [ 2.034991] XFS (vda1): Mounting V4 Filesystem [ 2.059993] 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 Paths. [[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... [[32m OK [0m] Stopped target Local File Systems. Stopping udev Kernel Device Manager... [[32m OK [0m] Stopped target Sockets. [[32m OK [0m] Stopped target Slices. [[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 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.296808] systemd-journald[106]: Received SIGTERM from PID 1 (systemd). [ 2.312351] tsc: Refined TSC clocksource calibration: 3491.840 MHz [ 2.601453] SELinux: Disabled at runtime. [ 2.638294] type=1404 audit(1534366206.585:2): selinux=0 auid=4294967295 ses=4294967295 [ 2.706140] ip_tables: (C) 2000-2006 Netfilter Core Team [ 2.707929] 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... [[32m OK [0m] Created slice system-serial\x2dgetty.slice. [[32m OK [0m] Created slice system-getty.slice. [[32m OK [0m] Stopped target Switch Root. [[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. Mounting NFSD configuration filesystem... [[32m OK [0m] Reached target Encrypted Volumes. [[32m OK [0m] Stopped target Initrd File Systems. Mounting POSIX Message Queue File System... Starting Create list of required st... nodes for the current kernel... [[32m OK [0m] Stopped target Initrd Root File System. [[32m OK [0m] Reached target Swap. [[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [[32m OK [0m] Created slice User and Session Slice. Mounting Huge Pages File System... [[32m OK [0m] Listening on udev Kernel Socket. Mounting Debug File System... [[32m OK [0m] Listening on udev Control Socket. [[32m OK [0m] Created slice system-selinux\x2dpol...grate\x2dlocal\x2dchanges.slice. [[32m OK [0m] Reached target Slices. [[32m OK [0m] Listening on Delayed Shutdown Socket. Starting Apply Kernel Variables... Starting Setup Virtual Console... Starting Remount Root and Kernel File Systems... [[32m OK [0m] Stopped Journal Service. Starting Journal Service... [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. Starting Create Static Device Nodes in /dev... [[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 Apply Kernel Variables. [[32m OK [0m] Started Remount Root and Kernel File Systems. Starting Load/Save Random Seed... Starting Configure read-only root support... Starting Rebuild Hardware Database... [[32m OK [0m] Started Load/Save Random Seed. [ 3.210608] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). [[32m OK [0m] Started Journal Service. [[32m OK [0m] Mounted NFSD configuration filesystem. [[32m OK [0m] Started Create Static Device Nodes in /dev. [[32m OK [0m] Started Configure read-only root support. [[32m OK [0m] Reached target Local File Systems (Pre). [[32m OK [0m] Reached target Local File Systems. Starting Import network configuration from initramfs... Starting Rebuild Journal Catalog... Starting Mark the need to relabel after reboot... Starting Preprocess NFS configuration... Starting udev Kernel Device Manager... Starting Flush Journal to Persistent Storage... [[32m OK [0m] Started Preprocess NFS configuration. [[32m OK [0m] Started Mark the need to relabel after reboot. [ 3.308495] systemd-journald[390]: 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 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 udev Kernel Device Manager. [[32m OK [0m] Started Security Auditing Service. Starting Update UTMP about System Boot/Shutdown... [[32m OK [0m] Started Update UTMP about System Boot/Shutdown. [ 3.522412] type=1305 audit(1534366207.469:3): audit_pid=429 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] Listening on RPCbind Server Activation Socket. [[32m OK [0m] Reached target Paths. [[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 NTP client/server... [[32m OK [0m] Started irqbalance daemon. Starting irqbalance daemon... [[32m OK [0m] Started D-Bus System Message Bus. [ 3.639872] input: PC Speaker as /devices/platform/pcspkr/input/input5 [ 3.652190] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0 [ 3.664720] [drm] Initialized drm 1.1.0 20060810 [ 3.665995] ppdev: user-space parallel port driver [ 3.741215] [TTM] Zone kernel: Available graphics memory: 1940960 kiB [ 3.743469] [TTM] Initializing pool allocator [ 3.745159] [TTM] Initializing DMA pool allocator [ 3.747148] [drm] fb mappable at 0xFC000000 [ 3.748662] [drm] vram aper at 0xFC000000 [ 3.750119] [drm] size 33554432 [ 3.751434] [drm] fb depth is 24 [ 3.752828] [drm] pitch is 3072 [ 3.754276] fbcon: cirrusdrmfb (fb0) is primary device [ 3.779073] Console: switching to colour frame buffer device 128x48 [ 3.792170] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device Starting D-Bus System Message Bu[ 3.794265] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0 s... Starting Initial cloud-init job (pre-networking)... Starting LSB: Bring up/down networking... Starting Dump dmesg to /var/log/dmesg... Starting GSSAPI Proxy Daemon... Starting Login Service... [[32m OK [0m] Reached target Timers. [[32m OK [0m] Found device /dev/ttyS0. [[32m OK [0m] Started NTP client/server. [[32m OK [0m] Started Login Service. [ 3.889501] AES CTR mode by8 optimization enabled [[32m OK [0m] Started Dump dmesg to /var/log/dmesg. [ 3.894362] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni) [ 3.900405] alg: No test for crc32 (crc32-pclmul) [ 3.904747] intel_rapl: no valid rapl domains found in package 0 [ 3.911663] intel_rapl: no valid rapl domains found in package 0 [ 3.915935] intel_powerclamp: No package C-state available[[32m OK [0m] Started Authorization Manager. [ 3.922492] intel_powerclamp: No package C-state available[[32m OK [0m] Started GSSAPI Proxy Daemon. [[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. [[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] Started Getty on tty1. Starting Getty on tty1... [[32m OK [0m] Reached target Login Prompts. [ 4.344527] cloud-init[502]: Cloud-init v. 0.7.5 running 'init-local' at Wed, 15 Aug 2018 20:50:08 +0000. Up 4.30 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 Notify NFS peers of a restart... Starting Postfix Mail Transport Agent... Starting System Logging Service... 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. [[32m OK [0m] Started Cloudify REST Service. Starting Cloudify REST Service... [[32m OK [0m] Started Cloudify Stage Service. Starting Cloudify Stage Service... [[32m OK [0m] Started InfluxDB Service. Starting InfluxDB Service... Starting RabbitMQ Service... Starting LSB: Supports the direct execution of binary formats.... Starting Crash recovery kernel arming... Starting LSB: Starts Logstash as a 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] Started nginx - high performance web server. [[32m OK [0m] Mounted Arbitrary Executable File Formats File System. [[32m OK [0m] Started LSB: Supports the direct execution of binary formats.. [ 6.420881] cloud-init[804]: Cloud-init v. 0.7.5 running 'init' at Wed, 15 Aug 2018 20:50:10 +0000. Up 6.39 seconds. [[32m OK [0m] Created slice user-993.slice. [ 6.545064] cloud-init[804]: ci-info: +++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++ [ 6.548547] cloud-init[804]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 6.552605] cloud-init[804]: ci-info: | Device | Up | Address | Mask | Hw-Address | [ 6.554958] cloud-init[804]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 6.558235] cloud-init[804]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . | [ 6.561019] cloud-init[804]: ci-info: | eth0: | True | 192.168.120.14 | 255.255.255.0 | fa:16:3e:03:2f:e5 | [ 6.564226] cloud-init[804]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 6.568815] cloud-init[804]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ [ 6.571623] cloud-init[804]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 6.576057] cloud-init[804]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | [ 6.578950] cloud-init[804]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 6.583818] cloud-init[804]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG | [ 6.586514] cloud-init[804]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | eth0 | UGH | [ 6.589046] cloud-init[804]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | [ 6.591760] cloud-init[804]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [[32m OK [0m] Started Dynamic System Tuning Daemon. [[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-15 20:50:54,196 - paramiko.transport - DEBUG - starting thread (client mode): 0xed79ec10L 2018-08-15 20:50:54,197 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-15 20:50:54,204 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1 2018-08-15 20:50:54,204 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1) 2018-08-15 20:50:54,206 - 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-15 20:50:54,206 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-15 20:50:54,206 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-15 20:50:54,206 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-15 20:50:54,206 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-15 20:50:54,206 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-15 20:50:54,211 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-15 20:50:54,213 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-15 20:50:54,230 - paramiko.transport - DEBUG - Trying discovered key 4e806e7f5d40e9bf0f6c6638e7c83452 in /tmp/tmpJgalRA 2018-08-15 20:50:54,252 - paramiko.transport - DEBUG - userauth is OK 2018-08-15 20:51:04,271 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-15 20:51:04,278 - cloudify.rest_client.http - DEBUG - Setting `Authorization` header: * 2018-08-15 20:51:04,278 - cloudify.rest_client.http - DEBUG - Setting `Tenant` header: default_tenant 2018-08-15 20:51:04,279 - functest.core.cloudify - INFO - Attemps running status of the Manager 2018-08-15 20:51:04,279 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.207:80/api/v3/status 2018-08-15 20:51:04,516 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-15 20:51:04,517 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-15 20:51:04,517 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-15 20:51:04,517 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-15 20:51:04,517 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-15 20:51:04,517 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-15 20:51:04,517 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-15 20:51:04,517 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "running", "services": [{"instances": [{"LoadState": "loaded", "Description": "InfluxDB Service", "state": "running", "MainPID": 816, "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": 8003, "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": 982, "Id": "postgresql-9.5.service", "ActiveState": "active", "SubState": "running"}], "display_name": "PostgreSQL"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify REST Service", "state": "running", "MainPID": 808, "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": "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": 856, "Id": "nginx.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Webserver"}]} 2018-08-15 20:51:04,517 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-15 20:51:04,517 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 15 Aug 2018 20:51:04 GMT 2018-08-15 20:51:04,518 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-15 20:51:04,518 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2378 2018-08-15 20:51:04,518 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-15 20:51:04,518 - functest.core.cloudify - DEBUG - status {u'status': u'running', u'services': [{u'instances': [{u'LoadState': u'loaded', u'Description': u'InfluxDB Service', u'MainPID': 816, 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': 8003, 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': 982, 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': 808, 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': 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': 856, u'state': u'running', u'Id': u'nginx.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Webserver'}]} 2018-08-15 20:51:04,519 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.207:80/api/v3/status 2018-08-15 20:51:04,657 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-15 20:51:04,657 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-15 20:51:04,657 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-15 20:51:04,657 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-15 20:51:04,657 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-15 20:51:04,657 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-15 20:51:04,657 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-15 20:51:04,657 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "running", "services": [{"instances": [{"LoadState": "loaded", "Description": "InfluxDB Service", "state": "running", "MainPID": 816, "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": 8003, "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": 982, "Id": "postgresql-9.5.service", "ActiveState": "active", "SubState": "running"}], "display_name": "PostgreSQL"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify REST Service", "state": "running", "MainPID": 808, "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": "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": 856, "Id": "nginx.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Webserver"}]} 2018-08-15 20:51:04,658 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-15 20:51:04,658 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 15 Aug 2018 20:51:04 GMT 2018-08-15 20:51:04,658 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-15 20:51:04,658 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2378 2018-08-15 20:51:04,658 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-15 20:51:04,658 - functest.core.cloudify - INFO - The current manager status is running 2018-08-15 20:51:04,659 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.207:80/api/v3/secrets/foo; body: {"update_if_exists": false, "visibility": "tenant", "value": "bar"} 2018-08-15 20:51:04,727 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-15 20:51:04,727 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-15 20:51:04,728 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-15 20:51:04,728 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-15 20:51:04,728 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-15 20:51:04,728 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-15 20:51:04,728 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-15 20:51:04,728 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 67 2018-08-15 20:51:04,728 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-08-15T20:51:04.753Z", "updated_at": "2018-08-15T20:51:04.753Z", "created_by": "admin", "private_resource": false, "value": "bar", "key": "foo"} 2018-08-15 20:51:04,728 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-15 20:51:04,728 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 15 Aug 2018 20:51:04 GMT 2018-08-15 20:51:04,729 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-15 20:51:04,729 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 197 2018-08-15 20:51:04,729 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-15 20:51:04,729 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.207:80/api/v3/secrets 2018-08-15 20:51:04,779 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-15 20:51:04,779 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-15 20:51:04,779 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-15 20:51:04,779 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-15 20:51:04,779 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-15 20:51:04,779 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-15 20:51:04,779 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-15 20:51:04,779 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"permission": null, "tenant_name": "default_tenant", "created_at": "2018-08-15T20:51:04.753Z", "updated_at": "2018-08-15T20:51:04.753Z", "created_by": "admin", "key": "foo"}], "metadata": {"pagination": {"total": 1, "offset": 0, "size": 0}}} 2018-08-15 20:51:04,780 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-15 20:51:04,780 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 15 Aug 2018 20:51:04 GMT 2018-08-15 20:51:04,780 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-15 20:51:04,780 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 253 2018-08-15 20:51:04,780 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-15 20:51:04,780 - functest.core.cloudify - DEBUG - List secrets: 2018-08-15 20:51:04,781 - cloudify.rest_client.http - DEBUG - Sending request: DELETE http://172.30.9.207:80/api/v3/secrets/foo 2018-08-15 20:51:04,829 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-15 20:51:04,830 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-15 20:51:04,830 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-15 20:51:04,830 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-15 20:51:04,830 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-15 20:51:04,830 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-15 20:51:04,830 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-15 20:51:04,830 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 0 2018-08-15 20:51:04,830 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-08-15T20:51:04.753Z", "updated_at": "2018-08-15T20:51:04.753Z", "created_by": "admin", "private_resource": false, "value": "bar", "key": "foo"} 2018-08-15 20:51:04,831 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-15 20:51:04,831 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 15 Aug 2018 20:51:04 GMT 2018-08-15 20:51:04,831 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-15 20:51:04,831 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 197 2018-08-15 20:51:04,831 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-15 20:51:04,831 - functest.core.cloudify - INFO - Secrets API successfully reached 2018-08-15 20:51:04,831 - functest.core.cloudify - INFO - Cloudify Manager is up and running 2018-08-15 20:51:04,832 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Put private keypair in manager 2018-08-15 20:51:04,832 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-15 20:51:04,833 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-15 20:51:04,834 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-15 20:51:04,836 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-15 20:51:04,903 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-15 20:51:04,904 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-15 20:51:04,905 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-15 20:51:04,945 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-15 20:51:04,945 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-15 20:51:04,970 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-15 20:51:25,991 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-15 20:51:25,991 - 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-15 20:51:25,992 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-15 20:51:25,992 - 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-15 20:51:25,993 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/vyos-1.1.7.img 2018-08-15 20:51:30,576 - shade - DEBUG - Image file /home/opnfv/functest/images/vyos-1.1.7.img md5:5428081a21782d4eab3b67d8cc6bf508 sha256:55fa585158ce340dac1941aa3ea9cf2e0547b9b405b91c0b2e22c767ed5bbfe0 2018-08-15 20:51:30,580 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-15 20:51:30,583 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eb13e8963c4c145f65469395e738c1b155ab9d21" 2018-08-15 20:51:30,894 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1403 Content-Type: application/json X-Openstack-Request-Id: req-9ae2be95-976d-4bac-8d04-881621c7523a Date: Wed, 15 Aug 2018 20:51:30 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-15T20:47:37Z", "file": "/v2/images/46e0435d-b2e5-4284-b1e9-a4e65d0357b4/file", "owner": "35d9fe4405174f48ab0478f3a53efb64", "id": "46e0435d-b2e5-4284-b1e9-a4e65d0357b4", "size": 4373348352, "self": "/v2/images/46e0435d-b2e5-4284-b1e9-a4e65d0357b4", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/46e0435d-b2e5-4284-b1e9-a4e65d0357b4/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "locations": [{"url": "rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/46e0435d-b2e5-4284-b1e9-a4e65d0357b4/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_bafea829-84ee-4f27-a205-76b04a6b7b79", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "vyos_vrouter-img_bafea829-84ee-4f27-a205-76b04a6b7b79", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-08-15T20:46:33Z", "os_hidden": false, "protected": false, "os_hash_value": "faa3b93f58a3a060092d8b73ed7dff4db788b7ba9f82a679e84462fcef54c0bf7feb5c08de6f9523de4f3ec4dcb084e02454ec94619fb84802ac5a0277ea1a5d"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-15 20:51:30,894 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-9ae2be95-976d-4bac-8d04-881621c7523a 2018-08-15 20:51:30,895 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.314831972122s 2018-08-15 20:51:30,895 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-9ae2be95-976d-4bac-8d04-881621c7523a 2018-08-15 20:51:30,904 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-15 20:51:30,907 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}eb13e8963c4c145f65469395e738c1b155ab9d21" -d '{"owner_specified.shade.md5": "5428081a21782d4eab3b67d8cc6bf508", "owner_specified.shade.sha256": "55fa585158ce340dac1941aa3ea9cf2e0547b9b405b91c0b2e22c767ed5bbfe0", "owner_specified.shade.object": "images/vyos_vrouter-img_alt_bafea829-84ee-4f27-a205-76b04a6b7b79", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vyos_vrouter-img_alt_bafea829-84ee-4f27-a205-76b04a6b7b79"}' 2018-08-15 20:51:30,955 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 949 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/9e4e27b7-6ffe-4749-9675-daa03819d3f2 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-fe3c2da2-4680-43e6-a3d4-6b72ba7a44a6 Date: Wed, 15 Aug 2018 20:51:30 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-15T20:51:30Z", "file": "/v2/images/9e4e27b7-6ffe-4749-9675-daa03819d3f2/file", "owner": "35d9fe4405174f48ab0478f3a53efb64", "id": "9e4e27b7-6ffe-4749-9675-daa03819d3f2", "size": null, "self": "/v2/images/9e4e27b7-6ffe-4749-9675-daa03819d3f2", "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_bafea829-84ee-4f27-a205-76b04a6b7b79", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "5428081a21782d4eab3b67d8cc6bf508", "name": "vyos_vrouter-img_alt_bafea829-84ee-4f27-a205-76b04a6b7b79", "checksum": null, "created_at": "2018-08-15T20:51:30Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-15 20:51:30,955 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-fe3c2da2-4680-43e6-a3d4-6b72ba7a44a6 2018-08-15 20:51:30,956 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0514430999756s 2018-08-15 20:51:30,956 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-fe3c2da2-4680-43e6-a3d4-6b72ba7a44a6 returning object 9e4e27b7-6ffe-4749-9675-daa03819d3f2 2018-08-15 20:51:30,956 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-15 20:51:30,960 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9292/v2/images/9e4e27b7-6ffe-4749-9675-daa03819d3f2/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}eb13e8963c4c145f65469395e738c1b155ab9d21" -d '' 2018-08-15 20:51:37,019 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-1f15bcf0-c91b-4e65-9b7f-bda7eaa83a68 Date: Wed, 15 Aug 2018 20: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-15 20:51:37,020 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/9e4e27b7-6ffe-4749-9675-daa03819d3f2/file used request id req-1f15bcf0-c91b-4e65-9b7f-bda7eaa83a68 2018-08-15 20:51:37,020 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 6.06310796738s 2018-08-15 20:51:37,020 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/9e4e27b7-6ffe-4749-9675-daa03819d3f2/file used request id req-1f15bcf0-c91b-4e65-9b7f-bda7eaa83a68 2018-08-15 20:51:37,024 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-15 20:51:37,028 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eb13e8963c4c145f65469395e738c1b155ab9d21" 2018-08-15 20:51:37,096 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2746 Content-Type: application/json X-Openstack-Request-Id: req-5883f7cc-692c-4c65-8a08-373f3c7ef331 Date: Wed, 15 Aug 2018 20:51:37 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-15T20:51:36Z", "file": "/v2/images/9e4e27b7-6ffe-4749-9675-daa03819d3f2/file", "owner": "35d9fe4405174f48ab0478f3a53efb64", "id": "9e4e27b7-6ffe-4749-9675-daa03819d3f2", "size": 426967040, "self": "/v2/images/9e4e27b7-6ffe-4749-9675-daa03819d3f2", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/9e4e27b7-6ffe-4749-9675-daa03819d3f2/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "55fa585158ce340dac1941aa3ea9cf2e0547b9b405b91c0b2e22c767ed5bbfe0", "locations": [{"url": "rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/9e4e27b7-6ffe-4749-9675-daa03819d3f2/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_alt_bafea829-84ee-4f27-a205-76b04a6b7b79", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "5428081a21782d4eab3b67d8cc6bf508", "name": "vyos_vrouter-img_alt_bafea829-84ee-4f27-a205-76b04a6b7b79", "checksum": "5428081a21782d4eab3b67d8cc6bf508", "created_at": "2018-08-15T20:51:30Z", "os_hidden": false, "protected": false, "os_hash_value": "77f766c489a66d0506f9afd6dc7cfae37b4deb03859757e52a38fe3a9dcc949b8679b3c8530423931d2cb5da8e0747bdce1af7f977d1451c4866a5efdd957a6b"}, {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-15T20:47:37Z", "file": "/v2/images/46e0435d-b2e5-4284-b1e9-a4e65d0357b4/file", "owner": "35d9fe4405174f48ab0478f3a53efb64", "id": "46e0435d-b2e5-4284-b1e9-a4e65d0357b4", "size": 4373348352, "self": "/v2/images/46e0435d-b2e5-4284-b1e9-a4e65d0357b4", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/46e0435d-b2e5-4284-b1e9-a4e65d0357b4/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "locations": [{"url": "rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/46e0435d-b2e5-4284-b1e9-a4e65d0357b4/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_bafea829-84ee-4f27-a205-76b04a6b7b79", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "vyos_vrouter-img_bafea829-84ee-4f27-a205-76b04a6b7b79", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-08-15T20:46:33Z", "os_hidden": false, "protected": false, "os_hash_value": "faa3b93f58a3a060092d8b73ed7dff4db788b7ba9f82a679e84462fcef54c0bf7feb5c08de6f9523de4f3ec4dcb084e02454ec94619fb84802ac5a0277ea1a5d"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-15 20:51:37,096 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-5883f7cc-692c-4c65-8a08-373f3c7ef331 2018-08-15 20:51:37,097 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0722208023071s 2018-08-15 20:51:37,097 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-5883f7cc-692c-4c65-8a08-373f3c7ef331 2018-08-15 20:51:37,101 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/9e4e27b7-6ffe-4749-9675-daa03819d3f2/snap', u'metadata': Munch({})})], 'file': u'/v2/images/9e4e27b7-6ffe-4749-9675-daa03819d3f2/file', 'owner': u'35d9fe4405174f48ab0478f3a53efb64', 'id': u'9e4e27b7-6ffe-4749-9675-daa03819d3f2', 'size': 426967040, u'self': u'/v2/images/9e4e27b7-6ffe-4749-9675-daa03819d3f2', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'35d9fe4405174f48ab0478f3a53efb64', 'name': 'vyos_vrouter-project_bafea829-84ee-4f27-a205-76b04a6b7b79', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/9e4e27b7-6ffe-4749-9675-daa03819d3f2/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-15T20:51:36Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-15T20:51:36Z', u'owner_specified.shade.sha256': u'55fa585158ce340dac1941aa3ea9cf2e0547b9b405b91c0b2e22c767ed5bbfe0', u'owner_specified.shade.object': u'images/vyos_vrouter-img_alt_bafea829-84ee-4f27-a205-76b04a6b7b79', '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/9e4e27b7-6ffe-4749-9675-daa03819d3f2', 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_bafea829-84ee-4f27-a205-76b04a6b7b79', u'owner_specified.shade.md5': u'5428081a21782d4eab3b67d8cc6bf508', u'schema': u'/v2/schemas/image'}, 'name': u'vyos_vrouter-img_alt_bafea829-84ee-4f27-a205-76b04a6b7b79', 'created': u'2018-08-15T20:51:30Z', 'checksum': u'5428081a21782d4eab3b67d8cc6bf508', 'created_at': u'2018-08-15T20:51:30Z', 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/9e4e27b7-6ffe-4749-9675-daa03819d3f2', 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_bafea829-84ee-4f27-a205-76b04a6b7b79', u'owner_specified.shade.md5': u'5428081a21782d4eab3b67d8cc6bf508', u'schema': u'/v2/schemas/image'}}) 2018-08-15 20:51:37,102 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-15 20:51:37,105 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8aace8086be0d9781e4071048926ecb2f34e0cd2" -d '{"flavor": {"vcpus": 1, "ram": 2048, "name": "vyos_vrouter-flavor_alt_bafea829-84ee-4f27-a205-76b04a6b7b79", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 50, "id": null, "swap": 0}}' 2018-08-15 20:51:37,201 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20: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-747f9213-5c1c-4ce7-bb96-ef1c590a7a5a x-compute-request-id: req-747f9213-5c1c-4ce7-bb96-ef1c590a7a5a Content-Encoding: gzip Content-Length: 318 Content-Type: application/json RESP BODY: {"flavor": {"name": "vyos_vrouter-flavor_alt_bafea829-84ee-4f27-a205-76b04a6b7b79", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/fe683d0c-541a-40ae-95ea-236d256c0c18", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/fe683d0c-541a-40ae-95ea-236d256c0c18", "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": "fe683d0c-541a-40ae-95ea-236d256c0c18"}} 2018-08-15 20:51:37,202 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-747f9213-5c1c-4ce7-bb96-ef1c590a7a5a 2018-08-15 20:51:37,202 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0996861457825s 2018-08-15 20:51:37,202 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-747f9213-5c1c-4ce7-bb96-ef1c590a7a5a 2018-08-15 20:51:37,203 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vyos_vrouter-flavor_alt_bafea829-84ee-4f27-a205-76b04a6b7b79', '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'a3688ea3a7924e1e8a441a00bd79aae5', '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'fe683d0c-541a-40ae-95ea-236d256c0c18', 'swap': 0}) 2018-08-15 20:51:37,203 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-15 20:51:37,206 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/flavors/fe683d0c-541a-40ae-95ea-236d256c0c18/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}8aace8086be0d9781e4071048926ecb2f34e0cd2" -d '{"extra_specs": {}}' 2018-08-15 20:51:37,224 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20: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-ec198a68-6c50-457f-aef2-f6ec68fa00ca x-compute-request-id: req-ec198a68-6c50-457f-aef2-f6ec68fa00ca Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-15 20:51:37,225 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/fe683d0c-541a-40ae-95ea-236d256c0c18/os-extra_specs used request id req-ec198a68-6c50-457f-aef2-f6ec68fa00ca 2018-08-15 20:51:37,225 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0211970806122s 2018-08-15 20:51:37,225 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/fe683d0c-541a-40ae-95ea-236d256c0c18/os-extra_specs used request id req-ec198a68-6c50-457f-aef2-f6ec68fa00ca 2018-08-15 20:51:37,228 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.services 2018-08-15 20:51:37,232 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.3: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-15 20:51:37,239 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 15 Aug 2018 20:51:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-526ddaae-c3ad-4ce7-b8c5-a304219e5ef5 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.3:35357/v3/", "rel": "self"}]}]}} 2018-08-15 20:51:37,240 - keystoneauth.session - DEBUG - GET call to None for http://192.30.9.3:35357/ used request id req-526ddaae-c3ad-4ce7-b8c5-a304219e5ef5 2018-08-15 20:51:37,240 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.3: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}8aace8086be0d9781e4071048926ecb2f34e0cd2" 2018-08-15 20:51:37,406 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:51:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7e50785a-ba80-4a85-945d-acd7f3830692 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"services": [{"description": "Openstack Object-Store Service", "links": {"self": "http://192.30.9.3:35357/v3/services/17183633b8774ff6a53da32b47c89b3c"}, "enabled": true, "type": "object-store", "id": "17183633b8774ff6a53da32b47c89b3c", "name": "swift"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://192.30.9.3:35357/v3/services/2dec96c2934d43bdbe2e431ef0b53392"}, "enabled": true, "type": "cloudformation", "id": "2dec96c2934d43bdbe2e431ef0b53392", "name": "heat-cfn"}, {"description": "Cinder Service v3", "links": {"self": "http://192.30.9.3:35357/v3/services/363b885c3f174fbfb4f17da9d41f332d"}, "enabled": true, "type": "volumev3", "id": "363b885c3f174fbfb4f17da9d41f332d", "name": "cinderv3"}, {"description": "Neutron Networking Service", "links": {"self": "http://192.30.9.3:35357/v3/services/51b7a44223114d149d5300ae5b6d97ae"}, "enabled": true, "type": "network", "id": "51b7a44223114d149d5300ae5b6d97ae", "name": "neutron"}, {"description": "OpenStack Image Service", "links": {"self": "http://192.30.9.3:35357/v3/services/5540e06daad441aa911fd4cb4d76f8d3"}, "enabled": true, "type": "image", "id": "5540e06daad441aa911fd4cb4d76f8d3", "name": "glance"}, {"description": "Openstack Metering Service", "links": {"self": "http://192.30.9.3:35357/v3/services/68ad1d76386d437089226a0562004a39"}, "enabled": true, "type": "metering", "id": "68ad1d76386d437089226a0562004a39", "name": "ceilometer"}, {"description": "OpenStack Identity Service", "links": {"self": "http://192.30.9.3:35357/v3/services/8096ce39bbf24c1683621ee563324790"}, "enabled": true, "type": "identity", "id": "8096ce39bbf24c1683621ee563324790", "name": "keystone"}, {"description": "Openstack Compute Service", "links": {"self": "http://192.30.9.3:35357/v3/services/b3040d5c7e224dbca86f421bddd758e1"}, "enabled": true, "type": "compute", "id": "b3040d5c7e224dbca86f421bddd758e1", "name": "nova"}, {"description": "Openstack Placement Service", "links": {"self": "http://192.30.9.3:35357/v3/services/bb3127ed06e54fda901ea2348ddb72da"}, "enabled": true, "type": "placement", "id": "bb3127ed06e54fda901ea2348ddb72da", "name": "placement"}, {"description": "Cinder Service", "links": {"self": "http://192.30.9.3:35357/v3/services/becfeedd42e344c085611f3c7c465a3f"}, "enabled": true, "type": "volume", "id": "becfeedd42e344c085611f3c7c465a3f", "name": "cinder"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://192.30.9.3:35357/v3/services/c4334130b6d54a75804fe3f11a3b9e3e"}, "enabled": true, "type": "orchestration", "id": "c4334130b6d54a75804fe3f11a3b9e3e", "name": "heat"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://192.30.9.3:35357/v3/services/d878aa5c6b584d53a039f6a680fb6e8b"}, "enabled": true, "type": "alarming", "id": "d878aa5c6b584d53a039f6a680fb6e8b", "name": "aodh"}, {"description": "Cinder Service v2", "links": {"self": "http://192.30.9.3:35357/v3/services/e16298e148f54e96a50a134ca797deff"}, "enabled": true, "type": "volumev2", "id": "e16298e148f54e96a50a134ca797deff", "name": "cinderv2"}, {"description": "OpenStack Metric Service", "links": {"self": "http://192.30.9.3:35357/v3/services/f3a07a22777a4405b7eaf44da2e73e19"}, "enabled": true, "type": "metric", "id": "f3a07a22777a4405b7eaf44da2e73e19", "name": "gnocchi"}, {"description": "OpenStack Event Service", "links": {"self": "http://192.30.9.3:35357/v3/services/f6e223543cae4d9bad10258b0a294f12"}, "enabled": true, "type": "event", "id": "f6e223543cae4d9bad10258b0a294f12", "name": "panko"}], "links": {"self": "http://192.30.9.3:35357/v3/services", "previous": null, "next": null}} 2018-08-15 20:51:37,406 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.3:35357/v3/services used request id req-7e50785a-ba80-4a85-945d-acd7f3830692 2018-08-15 20:51:37,407 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.services in 0.178035974503s 2018-08-15 20:51:37,407 - shade.request_ids - DEBUG - GET call to identity for http://192.30.9.3:35357/v3/services used request id req-7e50785a-ba80-4a85-945d-acd7f3830692 2018-08-15 20:51:37,415 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.endpoints 2018-08-15 20:51:37,418 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}8aace8086be0d9781e4071048926ecb2f34e0cd2" 2018-08-15 20:51:37,617 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:51:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-809d8a85-6d11-480e-a6cd-ccbe7bb20bab Content-Encoding: gzip Content-Length: 1980 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/03f40cbac74c4aafb48b4dd360509f6a"}, "url": "http://192.30.9.3:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "8096ce39bbf24c1683621ee563324790", "id": "03f40cbac74c4aafb48b4dd360509f6a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/156b8e560e534c82a1d320da86608a19"}, "url": "http://192.30.9.3:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "c4334130b6d54a75804fe3f11a3b9e3e", "id": "156b8e560e534c82a1d320da86608a19"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/18ed3fa9a0894200abaf76b71abfd912"}, "url": "http://172.30.9.27:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "8096ce39bbf24c1683621ee563324790", "id": "18ed3fa9a0894200abaf76b71abfd912"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/19071864a1b848cc93bca3b1e1955c3f"}, "url": "http://172.30.9.27:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "5540e06daad441aa911fd4cb4d76f8d3", "id": "19071864a1b848cc93bca3b1e1955c3f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/1d6cb188f65e4f77bab04c3d99f9469f"}, "url": "http://192.30.9.3:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "51b7a44223114d149d5300ae5b6d97ae", "id": "1d6cb188f65e4f77bab04c3d99f9469f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/287c0315393e4b22a228912ca3b004cc"}, "url": "http://172.30.9.27:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "363b885c3f174fbfb4f17da9d41f332d", "id": "287c0315393e4b22a228912ca3b004cc"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/39db2ebb65ae42659440fd9845949a6c"}, "url": "http://192.30.9.3:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "d878aa5c6b584d53a039f6a680fb6e8b", "id": "39db2ebb65ae42659440fd9845949a6c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/3ad23d2a65e74e3c87b1488af1f9f9ac"}, "url": "http://172.30.9.27:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "d878aa5c6b584d53a039f6a680fb6e8b", "id": "3ad23d2a65e74e3c87b1488af1f9f9ac"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/3d96a0aa5c344cb8ba659332ed497e85"}, "url": "http://192.30.9.3:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "8096ce39bbf24c1683621ee563324790", "id": "3d96a0aa5c344cb8ba659332ed497e85"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/54e3c320cc3142e9824c171afe58d5c6"}, "url": "http://12.0.0.37:8080", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "17183633b8774ff6a53da32b47c89b3c", "id": "54e3c320cc3142e9824c171afe58d5c6"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/576142509dfd46c591c5e83bed8ffcc7"}, "url": "http://192.30.9.3:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "becfeedd42e344c085611f3c7c465a3f", "id": "576142509dfd46c591c5e83bed8ffcc7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/59154cecf6a54eb08ecc63bf95dca042"}, "url": "http://192.30.9.3:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "c4334130b6d54a75804fe3f11a3b9e3e", "id": "59154cecf6a54eb08ecc63bf95dca042"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/5aad7caa3e6f4a35b9abdf5d46190371"}, "url": "http://192.30.9.3:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "bb3127ed06e54fda901ea2348ddb72da", "id": "5aad7caa3e6f4a35b9abdf5d46190371"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/5d07664cbebb49149819cf7a6b20edb4"}, "url": "http://192.30.9.3:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "d878aa5c6b584d53a039f6a680fb6e8b", "id": "5d07664cbebb49149819cf7a6b20edb4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/62769da517ac4f44b88a6118413b8c30"}, "url": "http://192.30.9.3:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "363b885c3f174fbfb4f17da9d41f332d", "id": "62769da517ac4f44b88a6118413b8c30"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/6c0b30400cd648249ab0a6a17cf1ebc1"}, "url": "http://192.30.9.3:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "363b885c3f174fbfb4f17da9d41f332d", "id": "6c0b30400cd648249ab0a6a17cf1ebc1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/6e2bb44b06c0412ab74e54984b5b26b5"}, "url": "http://192.30.9.3:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "e16298e148f54e96a50a134ca797deff", "id": "6e2bb44b06c0412ab74e54984b5b26b5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/70f7ced028794432bef835264c84489c"}, "url": "http://192.30.9.3:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "51b7a44223114d149d5300ae5b6d97ae", "id": "70f7ced028794432bef835264c84489c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/77dd5cfb1dac4b31b21d705ba420c355"}, "url": "http://172.30.9.27:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "51b7a44223114d149d5300ae5b6d97ae", "id": "77dd5cfb1dac4b31b21d705ba420c355"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/7d00250537b54114937846660f377ed1"}, "url": "http://172.30.9.27:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "17183633b8774ff6a53da32b47c89b3c", "id": "7d00250537b54114937846660f377ed1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/7f1f66095afa4b74b4f26d432f5bfa55"}, "url": "http://172.30.9.27:8977", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "f6e223543cae4d9bad10258b0a294f12", "id": "7f1f66095afa4b74b4f26d432f5bfa55"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/86bcb5a76e6c464bb4d42c969584d6f2"}, "url": "http://192.30.9.3:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "e16298e148f54e96a50a134ca797deff", "id": "86bcb5a76e6c464bb4d42c969584d6f2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/8f60ea793ee64fc9a3d9a2d2ad889bd0"}, "url": "http://172.30.9.27:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "b3040d5c7e224dbca86f421bddd758e1", "id": "8f60ea793ee64fc9a3d9a2d2ad889bd0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/94631698a9884eb1bf4cb245c6f37b80"}, "url": "http://192.30.9.3:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "2dec96c2934d43bdbe2e431ef0b53392", "id": "94631698a9884eb1bf4cb245c6f37b80"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/a391eed816af4966b335005bfe580d70"}, "url": "http://172.30.9.27:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "e16298e148f54e96a50a134ca797deff", "id": "a391eed816af4966b335005bfe580d70"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/b54cb5b666f74b91b0244b5332fdb3e5"}, "url": "http://172.30.9.27:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "f3a07a22777a4405b7eaf44da2e73e19", "id": "b54cb5b666f74b91b0244b5332fdb3e5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/b8dd5f30cc334148a7ed9d5ab68eee9b"}, "url": "http://192.30.9.3:8977", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "f6e223543cae4d9bad10258b0a294f12", "id": "b8dd5f30cc334148a7ed9d5ab68eee9b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/bc0345e40a36459fbc009797a6517deb"}, "url": "http://192.30.9.3:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "5540e06daad441aa911fd4cb4d76f8d3", "id": "bc0345e40a36459fbc009797a6517deb"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/bfe7dd54acd947899871700a40dd0244"}, "url": "http://192.30.9.3:8977", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "f6e223543cae4d9bad10258b0a294f12", "id": "bfe7dd54acd947899871700a40dd0244"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/c23f2a003e874719a2f1c41f92405a45"}, "url": "http://172.30.9.27:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "2dec96c2934d43bdbe2e431ef0b53392", "id": "c23f2a003e874719a2f1c41f92405a45"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/c790cb26fd2345ae9bac8a014d10a446"}, "url": "http://12.0.0.37:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "17183633b8774ff6a53da32b47c89b3c", "id": "c790cb26fd2345ae9bac8a014d10a446"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/c7c9770175fc45379f2c2d142062b2c3"}, "url": "http://192.30.9.3:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "b3040d5c7e224dbca86f421bddd758e1", "id": "c7c9770175fc45379f2c2d142062b2c3"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/c8b8b8bcfb3b40e5be77e13a4d2dda19"}, "url": "http://172.30.9.27:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "bb3127ed06e54fda901ea2348ddb72da", "id": "c8b8b8bcfb3b40e5be77e13a4d2dda19"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/cabe2973ef9144da9850a630dd2aedd5"}, "url": "http://192.30.9.3:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "becfeedd42e344c085611f3c7c465a3f", "id": "cabe2973ef9144da9850a630dd2aedd5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/d33016e2f5be49c28efb9905db488d41"}, "url": "http://192.30.9.3:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "bb3127ed06e54fda901ea2348ddb72da", "id": "d33016e2f5be49c28efb9905db488d41"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/dcc892608bd341e084be203695f810d1"}, "url": "http://192.30.9.3:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "f3a07a22777a4405b7eaf44da2e73e19", "id": "dcc892608bd341e084be203695f810d1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/e5c7966f4757438480f39866a31a0265"}, "url": "http://192.30.9.3:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "5540e06daad441aa911fd4cb4d76f8d3", "id": "e5c7966f4757438480f39866a31a0265"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/e944b22c50da41179f2e29ce558807c1"}, "url": "http://192.30.9.3:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "b3040d5c7e224dbca86f421bddd758e1", "id": "e944b22c50da41179f2e29ce558807c1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/e97257b46cb8440080352cd841246c5d"}, "url": "http://192.30.9.3:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "2dec96c2934d43bdbe2e431ef0b53392", "id": "e97257b46cb8440080352cd841246c5d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/e980066294c34eb6866e6c4735e84a62"}, "url": "http://192.30.9.3:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "f3a07a22777a4405b7eaf44da2e73e19", "id": "e980066294c34eb6866e6c4735e84a62"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/eb71f3f602d443c9a8605a7ff2e8aa8e"}, "url": "http://172.30.9.27:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "becfeedd42e344c085611f3c7c465a3f", "id": "eb71f3f602d443c9a8605a7ff2e8aa8e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/f3aa5c8697e449f99c2cfbe2a371cab7"}, "url": "http://172.30.9.27:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "c4334130b6d54a75804fe3f11a3b9e3e", "id": "f3aa5c8697e449f99c2cfbe2a371cab7"}], "links": {"self": "http://172.30.9.27:5000/v3/endpoints", "previous": null, "next": null}} 2018-08-15 20:51:37,617 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/endpoints used request id req-809d8a85-6d11-480e-a6cd-ccbe7bb20bab 2018-08-15 20:51:37,617 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.endpoints in 0.202082872391s 2018-08-15 20:51:37,618 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/endpoints used request id req-809d8a85-6d11-480e-a6cd-ccbe7bb20bab 2018-08-15 20:51:37,629 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-15 20:51:37,630 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eb13e8963c4c145f65469395e738c1b155ab9d21" 2018-08-15 20:51:37,689 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 6833 X-Openstack-Request-Id: req-aa152df5-ff5a-4d0c-a0c0-970eff15ef89 Date: Wed, 15 Aug 2018 20:51:37 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "35d9fe4405174f48ab0478f3a53efb64", "created_at": "2018-08-15T20:46:05Z", "updated_at": "2018-08-15T20:46:05Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T20:46:05Z", "revision_number": 0, "id": "1dfed809-7dea-4043-b5bc-247bbf373763", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T20:46:05Z", "security_group_id": "c2695ac6-da57-4d22-a936-aa14dc7e1de1", "tenant_id": "35d9fe4405174f48ab0478f3a53efb64", "port_range_min": null, "ethertype": "IPv4", "project_id": "35d9fe4405174f48ab0478f3a53efb64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T20:46:05Z", "revision_number": 0, "id": "7c47510b-74ec-4029-beb7-2568ae8b78ea", "remote_group_id": "c2695ac6-da57-4d22-a936-aa14dc7e1de1", "remote_ip_prefix": null, "created_at": "2018-08-15T20:46:05Z", "security_group_id": "c2695ac6-da57-4d22-a936-aa14dc7e1de1", "tenant_id": "35d9fe4405174f48ab0478f3a53efb64", "port_range_min": null, "ethertype": "IPv6", "project_id": "35d9fe4405174f48ab0478f3a53efb64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T20:46:05Z", "revision_number": 0, "id": "9fb53204-cf2a-4e56-9d4f-72edff85b117", "remote_group_id": "c2695ac6-da57-4d22-a936-aa14dc7e1de1", "remote_ip_prefix": null, "created_at": "2018-08-15T20:46:05Z", "security_group_id": "c2695ac6-da57-4d22-a936-aa14dc7e1de1", "tenant_id": "35d9fe4405174f48ab0478f3a53efb64", "port_range_min": null, "ethertype": "IPv4", "project_id": "35d9fe4405174f48ab0478f3a53efb64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T20:46:05Z", "revision_number": 0, "id": "c08a6bca-adae-40d3-a718-fbf05baa468b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T20:46:05Z", "security_group_id": "c2695ac6-da57-4d22-a936-aa14dc7e1de1", "tenant_id": "35d9fe4405174f48ab0478f3a53efb64", "port_range_min": null, "ethertype": "IPv6", "project_id": "35d9fe4405174f48ab0478f3a53efb64"}], "revision_number": 1, "project_id": "35d9fe4405174f48ab0478f3a53efb64", "id": "c2695ac6-da57-4d22-a936-aa14dc7e1de1", "name": "default"}, {"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "35d9fe4405174f48ab0478f3a53efb64", "created_at": "2018-08-15T20:47:39Z", "updated_at": "2018-08-15T20:47:40Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-15T20:47:40Z", "revision_number": 0, "id": "01087ee1-2673-4f1b-96c0-c2a8e7c452ca", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T20:47:40Z", "security_group_id": "ecc63e63-dbb6-41be-98f6-6fe85c300923", "tenant_id": "35d9fe4405174f48ab0478f3a53efb64", "port_range_min": 80, "ethertype": "IPv4", "project_id": "35d9fe4405174f48ab0478f3a53efb64"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5671, "updated_at": "2018-08-15T20:47:40Z", "revision_number": 0, "id": "2005d385-3996-41fb-9cfd-14c007aa18be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T20:47:40Z", "security_group_id": "ecc63e63-dbb6-41be-98f6-6fe85c300923", "tenant_id": "35d9fe4405174f48ab0478f3a53efb64", "port_range_min": 5671, "ethertype": "IPv4", "project_id": "35d9fe4405174f48ab0478f3a53efb64"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-15T20:47:39Z", "revision_number": 0, "id": "660f5695-763e-4244-88aa-ba5878da9061", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T20:47:39Z", "security_group_id": "ecc63e63-dbb6-41be-98f6-6fe85c300923", "tenant_id": "35d9fe4405174f48ab0478f3a53efb64", "port_range_min": 22, "ethertype": "IPv4", "project_id": "35d9fe4405174f48ab0478f3a53efb64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T20:47:39Z", "revision_number": 0, "id": "795962cb-5135-4b7b-adb5-b7a3be23f1ef", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T20:47:39Z", "security_group_id": "ecc63e63-dbb6-41be-98f6-6fe85c300923", "tenant_id": "35d9fe4405174f48ab0478f3a53efb64", "port_range_min": null, "ethertype": "IPv4", "project_id": "35d9fe4405174f48ab0478f3a53efb64"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 53333, "updated_at": "2018-08-15T20:47:40Z", "revision_number": 0, "id": "9afbc6e1-b8d0-4767-b2b4-c99f7dd55edd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T20:47:40Z", "security_group_id": "ecc63e63-dbb6-41be-98f6-6fe85c300923", "tenant_id": "35d9fe4405174f48ab0478f3a53efb64", "port_range_min": 53333, "ethertype": "IPv4", "project_id": "35d9fe4405174f48ab0478f3a53efb64"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-08-15T20:47:40Z", "revision_number": 0, "id": "a3ac6af3-7096-46da-b0fd-e60811d256b0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T20:47:40Z", "security_group_id": "ecc63e63-dbb6-41be-98f6-6fe85c300923", "tenant_id": "35d9fe4405174f48ab0478f3a53efb64", "port_range_min": 443, "ethertype": "IPv4", "project_id": "35d9fe4405174f48ab0478f3a53efb64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T20:47:39Z", "revision_number": 0, "id": "d318e059-4bf4-49c9-8fde-e9db771a46e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T20:47:39Z", "security_group_id": "ecc63e63-dbb6-41be-98f6-6fe85c300923", "tenant_id": "35d9fe4405174f48ab0478f3a53efb64", "port_range_min": null, "ethertype": "IPv6", "project_id": "35d9fe4405174f48ab0478f3a53efb64"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-15T20:47:39Z", "revision_number": 0, "id": "e2e3caf7-2e21-42fb-aead-4e0eb811ee94", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T20:47:39Z", "security_group_id": "ecc63e63-dbb6-41be-98f6-6fe85c300923", "tenant_id": "35d9fe4405174f48ab0478f3a53efb64", "port_range_min": null, "ethertype": "IPv4", "project_id": "35d9fe4405174f48ab0478f3a53efb64"}], "revision_number": 7, "project_id": "35d9fe4405174f48ab0478f3a53efb64", "id": "ecc63e63-dbb6-41be-98f6-6fe85c300923", "name": "vyos_vrouter-sg_bafea829-84ee-4f27-a205-76b04a6b7b79"}]} 2018-08-15 20:51:37,689 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-aa152df5-ff5a-4d0c-a0c0-970eff15ef89 2018-08-15 20:51:37,689 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0598170757294s 2018-08-15 20:51:37,690 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-aa152df5-ff5a-4d0c-a0c0-970eff15ef89 2018-08-15 20:51:37,693 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-15 20:51:37,694 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}eb13e8963c4c145f65469395e738c1b155ab9d21" -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": "c2695ac6-da57-4d22-a936-aa14dc7e1de1"}}' 2018-08-15 20:51:37,924 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-2e1bf19d-42eb-489f-824e-2348a90ebaf4 Date: Wed, 15 Aug 2018 20:51:37 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-15T20:51:37Z", "security_group_id": "c2695ac6-da57-4d22-a936-aa14dc7e1de1", "port_range_min": 22, "revision_number": 0, "tenant_id": "35d9fe4405174f48ab0478f3a53efb64", "created_at": "2018-08-15T20:51:37Z", "project_id": "35d9fe4405174f48ab0478f3a53efb64", "id": "64b0f582-c24b-4fef-b9b8-247b06700949"}} 2018-08-15 20:51:37,924 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules.json used request id req-2e1bf19d-42eb-489f-824e-2348a90ebaf4 2018-08-15 20:51:37,924 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.230329036713s 2018-08-15 20:51:37,924 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules.json used request id req-2e1bf19d-42eb-489f-824e-2348a90ebaf4 2018-08-15 20:51:37,925 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Upload VNFD 2018-08-15 20:51:37,931 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.207:80/api/v3/blueprints/vrouter-opnfv; body: bytes data 2018-08-15 20:51:39,734 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-15 20:51:39,735 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-15 20:51:39,735 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-15 20:51:39,735 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-15 20:51:39,735 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-15 20:51:39,735 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-15 20:51:39,735 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-15 20:51:39,735 - cloudify.rest_client.http - DEBUG - request header: Transfer-Encoding: chunked 2018-08-15 20:51:39,736 - 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-15T20:51:39.740Z", "updated_at": "2018-08-15T20:51:39.740Z", "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"}, "region": {"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"}, "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"}, "target_vnf_image_id": {"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": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": "service", "description": "The service name"}, "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"}, "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"}, "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"}}}, "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"}, "service": {"default": "service", "description": "The service name"}, "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"}, "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": {"network": {}, "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"}}, "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": "", "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": {}, "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": "", "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"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "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"}}, "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": "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": {"resource_id": "", "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, "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.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"}, "resource_id": {"get_input": "management_plane_subnet_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"}}, "create_if_missing": false, "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": "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}, "resource_id": {"get_input": "data_plane_subnet_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"}}, "create_if_missing": false, "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": "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": [], "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": {"resource_id": "", "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, "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": "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": {"network": {}, "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"}}, "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": {"network": {}, "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"}}, "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": "", "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": {}, "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": "", "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"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "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"}}, "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-15 20:51:39,737 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-15 20:51:39,737 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 15 Aug 2018 20:51:39 GMT 2018-08-15 20:51:39,737 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-15 20:51:39,737 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 258596 2018-08-15 20:51:39,737 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-15 20:51:39,751 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Create VNF Instance 2018-08-15 20:51:39,751 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.207:80/api/v3/deployments/vrouter-opnfv; body: {"inputs": {"keystone_url": "http://172.30.9.27:5000", "keystone_tenant_name": "vyos_vrouter-project_bafea829-84ee-4f27-a205-76b04a6b7b79", "keystone_project_domain_name": "Default", "region": "regionOne", "external_network_name": "external", "keystone_username": "vyos_vrouter-user_bafea829-84ee-4f27-a205-76b04a6b7b79", "keystone_user_domain_name": "Default", "reference_vnf_image_id": "9e4e27b7-6ffe-4749-9675-daa03819d3f2", "keystone_password": "2091f3b6-87d7-48f1-9aec-ec732e8d39d1", "reference_vnf_flavor_id": "fe683d0c-541a-40ae-95ea-236d256c0c18", "target_vnf_flavor_id": "fe683d0c-541a-40ae-95ea-236d256c0c18", "target_vnf_image_id": "9e4e27b7-6ffe-4749-9675-daa03819d3f2"}, "skip_plugins_validation": false, "visibility": "tenant", "blueprint_id": "vrouter-opnfv"} 2018-08-15 20:51:41,130 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-15 20:51:41,131 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-15 20:51:41,131 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-15 20:51:41,131 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-15 20:51:41,131 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-15 20:51:41,131 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-15 20:51:41,131 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-15 20:51:41,131 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 774 2018-08-15 20:51:41,131 - cloudify.rest_client.http - DEBUG - reply: "500 INTERNAL SERVER ERROR" {"status": 500, "message": "Internal Server Error"} 2018-08-15 20:51:41,131 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-15 20:51:41,132 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 15 Aug 2018 20:51:41 GMT 2018-08-15 20:51:41,132 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-15 20:51:41,132 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 51 2018-08-15 20:51:41,132 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-15 20:51:41,132 - 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 429, 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-15 20:51:41,262 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-15 20:51:41,262 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | vyos_vrouter | functest | 05:36 | FAIL | +----------------------+------------------+------------------+----------------+ 2018-08-15 20:51:41,268 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Deleting the current deployment 2018-08-15 20:51:41,268 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.207:80/api/v3/executions 2018-08-15 20:51:41,327 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-15 20:51:41,327 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-15 20:51:41,327 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-15 20:51:41,328 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-15 20:51:41,328 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-15 20:51:41,328 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-15 20:51:41,328 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-15 20:51:41,328 - 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": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": "service", "description": "The service name"}, "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"}, "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"}, "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"}, "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"}, "service": {"default": "service", "description": "The service name"}, "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"}, "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-15T20:51:40.422Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "vrouter-opnfv", "id": "3ceb33cc-fb61-496c-8305-be8d56784b2c"}], "metadata": {"pagination": {"total": 1, "offset": 0, "size": 0}}} 2018-08-15 20:51:41,328 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-15 20:51:41,328 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 15 Aug 2018 20:51:41 GMT 2018-08-15 20:51:41,328 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-15 20:51:41,328 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6010 2018-08-15 20:51:41,329 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-15 20:51:41,329 - cloudify.rest_client.http - DEBUG - Sending request: POST http://172.30.9.207:80/api/v3/executions; body: {"allow_custom_parameters": "false", "deployment_id": "vrouter-opnfv", "force": "false", "workflow_id": "uninstall", "parameters": {"ignore_failure": true}} 2018-08-15 20:51:41,388 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-15 20:51:41,389 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-15 20:51:41,389 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-15 20:51:41,389 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-15 20:51:41,389 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-15 20:51:41,389 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-15 20:51:41,389 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-15 20:51:41,389 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 156 2018-08-15 20:51:41,389 - 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-15 20:51:41,389 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-15 20:51:41,390 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 15 Aug 2018 20:51:41 GMT 2018-08-15 20:51:41,390 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-15 20:51:41,390 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1203 2018-08-15 20:51:41,390 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-15 20:51:41,390 - 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-15 20:51:41,391 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-15 20:51:41,396 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9292/v2/images/9e4e27b7-6ffe-4749-9675-daa03819d3f2 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eb13e8963c4c145f65469395e738c1b155ab9d21" 2018-08-15 20:51:42,301 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-e14c8934-8ce6-4ffa-b5e8-5feb60622329 Date: Wed, 15 Aug 2018 20:51:42 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-15 20:51:42,301 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/9e4e27b7-6ffe-4749-9675-daa03819d3f2 used request id req-e14c8934-8ce6-4ffa-b5e8-5feb60622329 2018-08-15 20:51:42,301 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.910108089447s 2018-08-15 20:51:42,302 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/9e4e27b7-6ffe-4749-9675-daa03819d3f2 used request id req-e14c8934-8ce6-4ffa-b5e8-5feb60622329 2018-08-15 20:51:42,302 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-15 20:51:42,305 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8aace8086be0d9781e4071048926ecb2f34e0cd2" 2018-08-15 20:51:42,341 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:51:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-915cf1d3-627b-4ff0-a451-11cbfd10e269 x-compute-request-id: req-915cf1d3-627b-4ff0-a451-11cbfd10e269 Content-Encoding: gzip Content-Length: 455 Content-Type: application/json RESP BODY: {"flavors": [{"name": "heat_ims-flavor_alt_9e546dd3-ce1a-4117-ae36-6e5da837d045", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "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": "96fb1ce7-8528-40c6-bf7c-d3fd38601875"}, {"name": "vyos_vrouter-flavor_bafea829-84ee-4f27-a205-76b04a6b7b79", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/bf011fb3-245a-4839-807e-2f62e2fc7002", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/bf011fb3-245a-4839-807e-2f62e2fc7002", "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": "bf011fb3-245a-4839-807e-2f62e2fc7002"}, {"name": "vyos_vrouter-flavor_alt_bafea829-84ee-4f27-a205-76b04a6b7b79", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/fe683d0c-541a-40ae-95ea-236d256c0c18", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/fe683d0c-541a-40ae-95ea-236d256c0c18", "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": "fe683d0c-541a-40ae-95ea-236d256c0c18"}]} 2018-08-15 20:51:42,341 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-915cf1d3-627b-4ff0-a451-11cbfd10e269 2018-08-15 20:51:42,341 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.039134979248s 2018-08-15 20:51:42,342 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-915cf1d3-627b-4ff0-a451-11cbfd10e269 2018-08-15 20:51:42,345 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-15 20:51:42,348 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/flavors/fe683d0c-541a-40ae-95ea-236d256c0c18 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8aace8086be0d9781e4071048926ecb2f34e0cd2" 2018-08-15 20:51:42,378 - keystoneauth.session - DEBUG - RESP: [202] Date: Wed, 15 Aug 2018 20:51:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-724c0fa2-4758-4e87-8af4-2002459bdfdd x-compute-request-id: req-724c0fa2-4758-4e87-8af4-2002459bdfdd Content-Length: 0 Content-Type: application/json 2018-08-15 20:51:42,379 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/fe683d0c-541a-40ae-95ea-236d256c0c18 used request id req-724c0fa2-4758-4e87-8af4-2002459bdfdd 2018-08-15 20:51:42,379 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.033961057663s 2018-08-15 20:51:42,379 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/fe683d0c-541a-40ae-95ea-236d256c0c18 used request id req-724c0fa2-4758-4e87-8af4-2002459bdfdd 2018-08-15 20:51:42,382 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-15 20:51:42,382 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/floatingips/951a3c3d-db8d-4d00-a95a-dc5dadc42d8a.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eb13e8963c4c145f65469395e738c1b155ab9d21" 2018-08-15 20:51:43,506 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-73e1b16b-69d3-47db-8dc6-372e49cdb3ae Content-Length: 0 Date: Wed, 15 Aug 2018 20:51:43 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-15 20:51:43,506 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/floatingips/951a3c3d-db8d-4d00-a95a-dc5dadc42d8a.json used request id req-73e1b16b-69d3-47db-8dc6-372e49cdb3ae 2018-08-15 20:51:43,506 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 1.12425088882s 2018-08-15 20:51:43,506 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/floatingips/951a3c3d-db8d-4d00-a95a-dc5dadc42d8a.json used request id req-73e1b16b-69d3-47db-8dc6-372e49cdb3ae 2018-08-15 20:51:43,511 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-15 20:51:43,512 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eb13e8963c4c145f65469395e738c1b155ab9d21" 2018-08-15 20:51:43,559 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-8868725f-fe07-4122-9383-026283820518 Date: Wed, 15 Aug 2018 20:51:43 GMT RESP BODY: {"floatingips": []} 2018-08-15 20:51:43,559 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-8868725f-fe07-4122-9383-026283820518 2018-08-15 20:51:43,559 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0474841594696s 2018-08-15 20:51:43,559 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-8868725f-fe07-4122-9383-026283820518 2018-08-15 20:51:43,560 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-15 20:51:43,563 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/servers/cadd0d08-da27-49f7-bfac-c8054fad4f67 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eb13e8963c4c145f65469395e738c1b155ab9d21" 2018-08-15 20:51:43,781 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 15 Aug 2018 20:51:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-46f43a17-92ec-41c9-b381-4ab954498b2b x-compute-request-id: req-46f43a17-92ec-41c9-b381-4ab954498b2b Content-Type: application/json 2018-08-15 20:51:43,782 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/servers/cadd0d08-da27-49f7-bfac-c8054fad4f67 used request id req-46f43a17-92ec-41c9-b381-4ab954498b2b 2018-08-15 20:51:43,782 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.221472978592s 2018-08-15 20:51:43,782 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/servers/cadd0d08-da27-49f7-bfac-c8054fad4f67 used request id req-46f43a17-92ec-41c9-b381-4ab954498b2b 2018-08-15 20:51:43,782 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:51:43,785 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eb13e8963c4c145f65469395e738c1b155ab9d21" 2018-08-15 20:51:44,676 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:51:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4efd29fc-400a-4cd1-8773-0554f224fdd3 x-compute-request-id: req-4efd29fc-400a-4cd1-8773-0554f224fdd3 Content-Encoding: gzip Content-Length: 769 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"vyos_vrouter-net_bafea829-84ee-4f27-a205-76b04a6b7b79": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:03:2f:e5", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:03:2f:e5", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/cadd0d08-da27-49f7-bfac-c8054fad4f67", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/cadd0d08-da27-49f7-bfac-c8054fad4f67", "rel": "bookmark"}], "image": {"id": "46e0435d-b2e5-4284-b1e9-a4e65d0357b4", "links": [{"href": "http://172.30.9.27:8774/images/46e0435d-b2e5-4284-b1e9-a4e65d0357b4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-15T20:50:02.000000", "flavor": {"id": "bf011fb3-245a-4839-807e-2f62e2fc7002", "links": [{"href": "http://172.30.9.27:8774/flavors/bf011fb3-245a-4839-807e-2f62e2fc7002", "rel": "bookmark"}]}, "id": "cadd0d08-da27-49f7-bfac-c8054fad4f67", "security_groups": [{"name": "vyos_vrouter-sg_bafea829-84ee-4f27-a205-76b04a6b7b79"}], "user_id": "760fddd770f74a96b11a5100a3bf1220", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-15T20:51:43Z", "hostId": "376dab7bff3c246c48613ef5bbf01ce00f4630575df7ca6a031470c7", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_bafea829-84ee-4f27-a205-76b04a6b7b79", "name": "vyos_vrouter-vm_bafea829-84ee-4f27-a205-76b04a6b7b79", "created": "2018-08-15T20:47:43Z", "tenant_id": "35d9fe4405174f48ab0478f3a53efb64", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-15 20:51:44,676 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-4efd29fc-400a-4cd1-8773-0554f224fdd3 2018-08-15 20:51:44,677 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.894100904465s 2018-08-15 20:51:44,677 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-4efd29fc-400a-4cd1-8773-0554f224fdd3 2018-08-15 20:51:44,679 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-15 20:51:46,681 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-15 20:51:46,684 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eb13e8963c4c145f65469395e738c1b155ab9d21" 2018-08-15 20:51:46,965 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:51: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-cdb81350-99d5-4834-8e3b-d45403d4b1a5 x-compute-request-id: req-cdb81350-99d5-4834-8e3b-d45403d4b1a5 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-15 20:51:46,966 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-cdb81350-99d5-4834-8e3b-d45403d4b1a5 2018-08-15 20:51:46,966 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.28449010849s 2018-08-15 20:51:46,966 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-cdb81350-99d5-4834-8e3b-d45403d4b1a5 2018-08-15 20:51:46,970 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-15 20:51:46,970 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eb13e8963c4c145f65469395e738c1b155ab9d21" 2018-08-15 20:51:47,020 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7329 X-Openstack-Request-Id: req-f4e7f624-5c6f-4cf6-a6df-3340b999e8fc Date: Wed, 15 Aug 2018 20:51:47 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "35d9fe4405174f48ab0478f3a53efb64", "created_at": "2018-08-15T20:46:05Z", "updated_at": "2018-08-15T20:51:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T20:46:05Z", "revision_number": 0, "id": "1dfed809-7dea-4043-b5bc-247bbf373763", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T20:46:05Z", "security_group_id": "c2695ac6-da57-4d22-a936-aa14dc7e1de1", "tenant_id": "35d9fe4405174f48ab0478f3a53efb64", "port_range_min": null, "ethertype": "IPv4", "project_id": "35d9fe4405174f48ab0478f3a53efb64"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-15T20:51:37Z", "revision_number": 0, "id": "64b0f582-c24b-4fef-b9b8-247b06700949", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T20:51:37Z", "security_group_id": "c2695ac6-da57-4d22-a936-aa14dc7e1de1", "tenant_id": "35d9fe4405174f48ab0478f3a53efb64", "port_range_min": 22, "ethertype": "IPv4", "project_id": "35d9fe4405174f48ab0478f3a53efb64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T20:46:05Z", "revision_number": 0, "id": "7c47510b-74ec-4029-beb7-2568ae8b78ea", "remote_group_id": "c2695ac6-da57-4d22-a936-aa14dc7e1de1", "remote_ip_prefix": null, "created_at": "2018-08-15T20:46:05Z", "security_group_id": "c2695ac6-da57-4d22-a936-aa14dc7e1de1", "tenant_id": "35d9fe4405174f48ab0478f3a53efb64", "port_range_min": null, "ethertype": "IPv6", "project_id": "35d9fe4405174f48ab0478f3a53efb64"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T20:46:05Z", "revision_number": 0, "id": "9fb53204-cf2a-4e56-9d4f-72edff85b117", "remote_group_id": "c2695ac6-da57-4d22-a936-aa14dc7e1de1", "remote_ip_prefix": null, "created_at": "2018-08-15T20:46:05Z", "security_group_id": "c2695ac6-da57-4d22-a936-aa14dc7e1de1", "tenant_id": "35d9fe4405174f48ab0478f3a53efb64", "port_range_min": null, "ethertype": "IPv4", "project_id": "35d9fe4405174f48ab0478f3a53efb64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T20:46:05Z", "revision_number": 0, "id": "c08a6bca-adae-40d3-a718-fbf05baa468b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T20:46:05Z", "security_group_id": "c2695ac6-da57-4d22-a936-aa14dc7e1de1", "tenant_id": "35d9fe4405174f48ab0478f3a53efb64", "port_range_min": null, "ethertype": "IPv6", "project_id": "35d9fe4405174f48ab0478f3a53efb64"}], "revision_number": 2, "project_id": "35d9fe4405174f48ab0478f3a53efb64", "id": "c2695ac6-da57-4d22-a936-aa14dc7e1de1", "name": "default"}, {"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "35d9fe4405174f48ab0478f3a53efb64", "created_at": "2018-08-15T20:47:39Z", "updated_at": "2018-08-15T20:47:40Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-15T20:47:40Z", "revision_number": 0, "id": "01087ee1-2673-4f1b-96c0-c2a8e7c452ca", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T20:47:40Z", "security_group_id": "ecc63e63-dbb6-41be-98f6-6fe85c300923", "tenant_id": "35d9fe4405174f48ab0478f3a53efb64", "port_range_min": 80, "ethertype": "IPv4", "project_id": "35d9fe4405174f48ab0478f3a53efb64"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5671, "updated_at": "2018-08-15T20:47:40Z", "revision_number": 0, "id": "2005d385-3996-41fb-9cfd-14c007aa18be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T20:47:40Z", "security_group_id": "ecc63e63-dbb6-41be-98f6-6fe85c300923", "tenant_id": "35d9fe4405174f48ab0478f3a53efb64", "port_range_min": 5671, "ethertype": "IPv4", "project_id": "35d9fe4405174f48ab0478f3a53efb64"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-15T20:47:39Z", "revision_number": 0, "id": "660f5695-763e-4244-88aa-ba5878da9061", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T20:47:39Z", "security_group_id": "ecc63e63-dbb6-41be-98f6-6fe85c300923", "tenant_id": "35d9fe4405174f48ab0478f3a53efb64", "port_range_min": 22, "ethertype": "IPv4", "project_id": "35d9fe4405174f48ab0478f3a53efb64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T20:47:39Z", "revision_number": 0, "id": "795962cb-5135-4b7b-adb5-b7a3be23f1ef", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T20:47:39Z", "security_group_id": "ecc63e63-dbb6-41be-98f6-6fe85c300923", "tenant_id": "35d9fe4405174f48ab0478f3a53efb64", "port_range_min": null, "ethertype": "IPv4", "project_id": "35d9fe4405174f48ab0478f3a53efb64"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 53333, "updated_at": "2018-08-15T20:47:40Z", "revision_number": 0, "id": "9afbc6e1-b8d0-4767-b2b4-c99f7dd55edd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T20:47:40Z", "security_group_id": "ecc63e63-dbb6-41be-98f6-6fe85c300923", "tenant_id": "35d9fe4405174f48ab0478f3a53efb64", "port_range_min": 53333, "ethertype": "IPv4", "project_id": "35d9fe4405174f48ab0478f3a53efb64"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-08-15T20:47:40Z", "revision_number": 0, "id": "a3ac6af3-7096-46da-b0fd-e60811d256b0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T20:47:40Z", "security_group_id": "ecc63e63-dbb6-41be-98f6-6fe85c300923", "tenant_id": "35d9fe4405174f48ab0478f3a53efb64", "port_range_min": 443, "ethertype": "IPv4", "project_id": "35d9fe4405174f48ab0478f3a53efb64"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-15T20:47:39Z", "revision_number": 0, "id": "d318e059-4bf4-49c9-8fde-e9db771a46e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T20:47:39Z", "security_group_id": "ecc63e63-dbb6-41be-98f6-6fe85c300923", "tenant_id": "35d9fe4405174f48ab0478f3a53efb64", "port_range_min": null, "ethertype": "IPv6", "project_id": "35d9fe4405174f48ab0478f3a53efb64"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-15T20:47:39Z", "revision_number": 0, "id": "e2e3caf7-2e21-42fb-aead-4e0eb811ee94", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-15T20:47:39Z", "security_group_id": "ecc63e63-dbb6-41be-98f6-6fe85c300923", "tenant_id": "35d9fe4405174f48ab0478f3a53efb64", "port_range_min": null, "ethertype": "IPv4", "project_id": "35d9fe4405174f48ab0478f3a53efb64"}], "revision_number": 7, "project_id": "35d9fe4405174f48ab0478f3a53efb64", "id": "ecc63e63-dbb6-41be-98f6-6fe85c300923", "name": "vyos_vrouter-sg_bafea829-84ee-4f27-a205-76b04a6b7b79"}]} 2018-08-15 20:51:47,021 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-f4e7f624-5c6f-4cf6-a6df-3340b999e8fc 2018-08-15 20:51:47,021 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0507979393005s 2018-08-15 20:51:47,021 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-f4e7f624-5c6f-4cf6-a6df-3340b999e8fc 2018-08-15 20:51:47,025 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-08-15 20:51:47,025 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/security-groups/ecc63e63-dbb6-41be-98f6-6fe85c300923.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eb13e8963c4c145f65469395e738c1b155ab9d21" 2018-08-15 20:51:47,242 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-8f26eb83-8f0b-43fb-8889-c6256a513054 Content-Length: 0 Date: Wed, 15 Aug 2018 20:51:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-15 20:51:47,243 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/ecc63e63-dbb6-41be-98f6-6fe85c300923.json used request id req-8f26eb83-8f0b-43fb-8889-c6256a513054 2018-08-15 20:51:47,243 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.217722892761s 2018-08-15 20:51:47,243 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/ecc63e63-dbb6-41be-98f6-6fe85c300923.json used request id req-8f26eb83-8f0b-43fb-8889-c6256a513054 2018-08-15 20:51:47,243 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-08-15 20:51:47,246 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/os-keypairs/vyos_vrouter-kp_bafea829-84ee-4f27-a205-76b04a6b7b79 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eb13e8963c4c145f65469395e738c1b155ab9d21" 2018-08-15 20:51:47,321 - keystoneauth.session - DEBUG - RESP: [202] Date: Wed, 15 Aug 2018 20:51:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-67886b00-0ee1-4b61-9f6c-b996b1215542 x-compute-request-id: req-67886b00-0ee1-4b61-9f6c-b996b1215542 Content-Length: 0 Content-Type: application/json 2018-08-15 20:51:47,321 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/os-keypairs/vyos_vrouter-kp_bafea829-84ee-4f27-a205-76b04a6b7b79 used request id req-67886b00-0ee1-4b61-9f6c-b996b1215542 2018-08-15 20:51:47,321 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0775721073151s 2018-08-15 20:51:47,321 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/os-keypairs/vyos_vrouter-kp_bafea829-84ee-4f27-a205-76b04a6b7b79 used request id req-67886b00-0ee1-4b61-9f6c-b996b1215542 2018-08-15 20:51:47,322 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-15 20:51:47,322 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/865bb850-ec1d-4306-9bae-d8fc3144f863/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}eb13e8963c4c145f65469395e738c1b155ab9d21" -d '{"subnet_id": "5202f667-af77-46da-adee-40bc849b3ca9"}' 2018-08-15 20:51:49,124 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-b0059a3f-a1e8-447a-bac6-43c0e151cada Date: Wed, 15 Aug 2018 20:51:49 GMT RESP BODY: {"network_id": "a1016d1f-342e-4d02-b2a6-e23ffd99804c", "tenant_id": "35d9fe4405174f48ab0478f3a53efb64", "subnet_id": "5202f667-af77-46da-adee-40bc849b3ca9", "subnet_ids": ["5202f667-af77-46da-adee-40bc849b3ca9"], "port_id": "f2ab1b35-dc95-46fb-8b0d-5c81e994f7b3", "id": "865bb850-ec1d-4306-9bae-d8fc3144f863"} 2018-08-15 20:51:49,125 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/865bb850-ec1d-4306-9bae-d8fc3144f863/remove_router_interface.json used request id req-b0059a3f-a1e8-447a-bac6-43c0e151cada 2018-08-15 20:51:49,125 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.80286598206s 2018-08-15 20:51:49,125 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/865bb850-ec1d-4306-9bae-d8fc3144f863/remove_router_interface.json used request id req-b0059a3f-a1e8-447a-bac6-43c0e151cada returning object 865bb850-ec1d-4306-9bae-d8fc3144f863 2018-08-15 20:51:49,126 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-15 20:51:49,126 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eb13e8963c4c145f65469395e738c1b155ab9d21" 2018-08-15 20:51:49,250 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 626 X-Openstack-Request-Id: req-b697741b-925d-4cfb-b15b-71867a08d27f Date: Wed, 15 Aug 2018 20:51:49 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "fc8ca119-27ab-4070-99fa-a2993d11ee48", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "3ef75223-733d-425d-bb3e-88e8a796bebc", "ip_address": "172.30.9.202"}]}, "description": "", "tags": [], "tenant_id": "35d9fe4405174f48ab0478f3a53efb64", "created_at": "2018-08-15T20:46:06Z", "admin_state_up": true, "updated_at": "2018-08-15T20:51:48Z", "revision_number": 4, "routes": [], "project_id": "35d9fe4405174f48ab0478f3a53efb64", "id": "865bb850-ec1d-4306-9bae-d8fc3144f863", "name": "vyos_vrouter-router_bafea829-84ee-4f27-a205-76b04a6b7b79"}]} 2018-08-15 20:51:49,250 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-b697741b-925d-4cfb-b15b-71867a08d27f 2018-08-15 20:51:49,251 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.124754905701s 2018-08-15 20:51:49,251 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-b697741b-925d-4cfb-b15b-71867a08d27f 2018-08-15 20:51:49,252 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-15 20:51:49,253 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/routers/865bb850-ec1d-4306-9bae-d8fc3144f863.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eb13e8963c4c145f65469395e738c1b155ab9d21" 2018-08-15 20:51:50,896 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c504c15e-9ddb-4324-916a-44ff7a606fab Content-Length: 0 Date: Wed, 15 Aug 2018 20:51:50 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-15 20:51:50,896 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/865bb850-ec1d-4306-9bae-d8fc3144f863.json used request id req-c504c15e-9ddb-4324-916a-44ff7a606fab 2018-08-15 20:51:50,896 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.64374709129s 2018-08-15 20:51:50,896 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/865bb850-ec1d-4306-9bae-d8fc3144f863.json used request id req-c504c15e-9ddb-4324-916a-44ff7a606fab 2018-08-15 20:51:50,897 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-15 20:51:50,898 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eb13e8963c4c145f65469395e738c1b155ab9d21" 2018-08-15 20:51:50,939 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 683 X-Openstack-Request-Id: req-ea1d199b-d60f-495c-8831-e958062c76db Date: Wed, 15 Aug 2018 20:51:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a1016d1f-342e-4d02-b2a6-e23ffd99804c","tenant_id":"35d9fe4405174f48ab0478f3a53efb64","created_at":"2018-08-15T20:46:06Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-15T20:46:06Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"35d9fe4405174f48ab0478f3a53efb64","id":"5202f667-af77-46da-adee-40bc849b3ca9","subnetpool_id":null,"name":"vyos_vrouter-subnet_bafea829-84ee-4f27-a205-76b04a6b7b79"}]} 2018-08-15 20:51:50,939 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-ea1d199b-d60f-495c-8831-e958062c76db 2018-08-15 20:51:50,940 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.042564868927s 2018-08-15 20:51:50,940 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-ea1d199b-d60f-495c-8831-e958062c76db 2018-08-15 20:51:50,941 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-15 20:51:50,942 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/subnets/5202f667-af77-46da-adee-40bc849b3ca9.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eb13e8963c4c145f65469395e738c1b155ab9d21" 2018-08-15 20:51:52,020 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-43c5aa2f-f3b8-496d-9551-f4d38b54d8f8 Date: Wed, 15 Aug 2018 20:51:52 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-15 20:51:52,020 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/5202f667-af77-46da-adee-40bc849b3ca9.json used request id req-43c5aa2f-f3b8-496d-9551-f4d38b54d8f8 2018-08-15 20:51:52,020 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 1.0786960125s 2018-08-15 20:51:52,020 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/5202f667-af77-46da-adee-40bc849b3ca9.json used request id req-43c5aa2f-f3b8-496d-9551-f4d38b54d8f8 2018-08-15 20:51:52,021 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-15 20:51:52,022 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eb13e8963c4c145f65469395e738c1b155ab9d21" 2018-08-15 20:51:52,149 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1156 X-Openstack-Request-Id: req-bd6067a8-a1b2-4bb8-ade2-a2e4bf1ef5b7 Date: Wed, 15 Aug 2018 20:51: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-15T20:51:51Z","tenant_id":"35d9fe4405174f48ab0478f3a53efb64","created_at":"2018-08-15T20:46:05Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"35d9fe4405174f48ab0478f3a53efb64","id":"a1016d1f-342e-4d02-b2a6-e23ffd99804c","name":"vyos_vrouter-net_bafea829-84ee-4f27-a205-76b04a6b7b79"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["3ef75223-733d-425d-bb3e-88e8a796bebc"],"updated_at":"2018-08-15T17:41:36Z","tenant_id":"d2c267e1fee9461ba5e64a915b9518f5","created_at":"2018-08-15T17:16:26Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"d2c267e1fee9461ba5e64a915b9518f5","id":"fc8ca119-27ab-4070-99fa-a2993d11ee48","name":"external"}]} 2018-08-15 20:51:52,149 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-bd6067a8-a1b2-4bb8-ade2-a2e4bf1ef5b7 2018-08-15 20:51:52,149 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.128130197525s 2018-08-15 20:51:52,150 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-bd6067a8-a1b2-4bb8-ade2-a2e4bf1ef5b7 2018-08-15 20:51:52,151 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-15 20:51:52,151 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/networks/a1016d1f-342e-4d02-b2a6-e23ffd99804c.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eb13e8963c4c145f65469395e738c1b155ab9d21" 2018-08-15 20:51:53,476 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c550e528-4eb4-4992-bc8f-6f523facc724 Date: Wed, 15 Aug 2018 20:51:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-15 20:51:53,477 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/a1016d1f-342e-4d02-b2a6-e23ffd99804c.json used request id req-c550e528-4eb4-4992-bc8f-6f523facc724 2018-08-15 20:51:53,477 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.32600903511s 2018-08-15 20:51:53,477 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/a1016d1f-342e-4d02-b2a6-e23ffd99804c.json used request id req-c550e528-4eb4-4992-bc8f-6f523facc724 2018-08-15 20:51:53,481 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-15 20:51:53,485 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eb13e8963c4c145f65469395e738c1b155ab9d21" 2018-08-15 20:51:53,755 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1403 Content-Type: application/json X-Openstack-Request-Id: req-b74ff566-47e2-442c-ace4-0af155f02b09 Date: Wed, 15 Aug 2018 20:51:53 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-15T20:47:37Z", "file": "/v2/images/46e0435d-b2e5-4284-b1e9-a4e65d0357b4/file", "owner": "35d9fe4405174f48ab0478f3a53efb64", "id": "46e0435d-b2e5-4284-b1e9-a4e65d0357b4", "size": 4373348352, "self": "/v2/images/46e0435d-b2e5-4284-b1e9-a4e65d0357b4", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/46e0435d-b2e5-4284-b1e9-a4e65d0357b4/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "locations": [{"url": "rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/46e0435d-b2e5-4284-b1e9-a4e65d0357b4/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_bafea829-84ee-4f27-a205-76b04a6b7b79", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "vyos_vrouter-img_bafea829-84ee-4f27-a205-76b04a6b7b79", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-08-15T20:46:33Z", "os_hidden": false, "protected": false, "os_hash_value": "faa3b93f58a3a060092d8b73ed7dff4db788b7ba9f82a679e84462fcef54c0bf7feb5c08de6f9523de4f3ec4dcb084e02454ec94619fb84802ac5a0277ea1a5d"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-15 20:51:53,756 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-b74ff566-47e2-442c-ace4-0af155f02b09 2018-08-15 20:51:53,756 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.274732112885s 2018-08-15 20:51:53,756 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-b74ff566-47e2-442c-ace4-0af155f02b09 2018-08-15 20:51:53,758 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-15 20:51:53,762 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9292/v2/images/46e0435d-b2e5-4284-b1e9-a4e65d0357b4 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eb13e8963c4c145f65469395e738c1b155ab9d21" 2018-08-15 20:51:54,394 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-53e610cf-19fa-475d-8f85-8311daf835f2 Date: Wed, 15 Aug 2018 20:51: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-15 20:51:54,395 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/46e0435d-b2e5-4284-b1e9-a4e65d0357b4 used request id req-53e610cf-19fa-475d-8f85-8311daf835f2 2018-08-15 20:51:54,395 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.636988162994s 2018-08-15 20:51:54,395 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/46e0435d-b2e5-4284-b1e9-a4e65d0357b4 used request id req-53e610cf-19fa-475d-8f85-8311daf835f2 2018-08-15 20:51:54,395 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-15 20:51:54,398 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8aace8086be0d9781e4071048926ecb2f34e0cd2" 2018-08-15 20:51:54,417 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:51:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cfaac051-e8fc-4ac1-aa84-df803c68cc70 x-compute-request-id: req-cfaac051-e8fc-4ac1-aa84-df803c68cc70 Content-Encoding: gzip Content-Length: 406 Content-Type: application/json RESP BODY: {"flavors": [{"name": "heat_ims-flavor_alt_9e546dd3-ce1a-4117-ae36-6e5da837d045", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "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": "96fb1ce7-8528-40c6-bf7c-d3fd38601875"}, {"name": "vyos_vrouter-flavor_bafea829-84ee-4f27-a205-76b04a6b7b79", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/bf011fb3-245a-4839-807e-2f62e2fc7002", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/bf011fb3-245a-4839-807e-2f62e2fc7002", "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": "bf011fb3-245a-4839-807e-2f62e2fc7002"}]} 2018-08-15 20:51:54,418 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-cfaac051-e8fc-4ac1-aa84-df803c68cc70 2018-08-15 20:51:54,418 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0221230983734s 2018-08-15 20:51:54,418 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-cfaac051-e8fc-4ac1-aa84-df803c68cc70 2018-08-15 20:51:54,420 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-15 20:51:54,422 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/flavors/bf011fb3-245a-4839-807e-2f62e2fc7002 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8aace8086be0d9781e4071048926ecb2f34e0cd2" 2018-08-15 20:51:54,447 - keystoneauth.session - DEBUG - RESP: [202] Date: Wed, 15 Aug 2018 20:51:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-4f5ef94d-6668-4d87-8c29-70ee0aa7ae61 x-compute-request-id: req-4f5ef94d-6668-4d87-8c29-70ee0aa7ae61 Content-Length: 0 Content-Type: application/json 2018-08-15 20:51:54,448 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/bf011fb3-245a-4839-807e-2f62e2fc7002 used request id req-4f5ef94d-6668-4d87-8c29-70ee0aa7ae61 2018-08-15 20:51:54,448 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0278680324554s 2018-08-15 20:51:54,448 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/bf011fb3-245a-4839-807e-2f62e2fc7002 used request id req-4f5ef94d-6668-4d87-8c29-70ee0aa7ae61 2018-08-15 20:51:54,449 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-15 20:51:54,452 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}8aace8086be0d9781e4071048926ecb2f34e0cd2" 2018-08-15 20:51:54,683 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:51:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6f0c7469-6592-4c4c-944d-ef26e7d55889 Content-Encoding: gzip Content-Length: 842 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/033f0039d025473a84de241284491a58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "033f0039d025473a84de241284491a58", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/2422d0f285314705b46615565d3917fe"}, "domain_id": "e4bd2a4e6bb349a78f956295c49df949", "enabled": true, "options": {}, "id": "2422d0f285314705b46615565d3917fe", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/2cc8b8ad456045c2a30e4360994a4487"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2cc8b8ad456045c2a30e4360994a4487", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/3c466aad8ead4318838e33dd234eb81d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3c466aad8ead4318838e33dd234eb81d", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/56e811cfd4b242068dd78826118576f4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "56e811cfd4b242068dd78826118576f4", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6fad7e5ef0254b2a9cdb215018bcab91"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6fad7e5ef0254b2a9cdb215018bcab91", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "vyos_vrouter-user_bafea829-84ee-4f27-a205-76b04a6b7b79", "links": {"self": "http://172.30.9.27:5000/v3/users/760fddd770f74a96b11a5100a3bf1220"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "760fddd770f74a96b11a5100a3bf1220", "domain_id": "default", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.27:5000/v3/users/7d91ea49860f4c2a8deabf649cf4ed37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d91ea49860f4c2a8deabf649cf4ed37", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/8f968cf4475249f6abf2422d6dd7425f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8f968cf4475249f6abf2422d6dd7425f", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/9482390a0722494f8852b9f0e2b9de56"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9482390a0722494f8852b9f0e2b9de56", "email": "admin@example.com", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.27:5000/v3/users/a36076122cea45c6b3e4aa67c4ca811d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a36076122cea45c6b3e4aa67c4ca811d", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/acda52409b024c95bc0facaa98dbc356"}, "domain_id": "default", "enabled": true, "options": {}, "id": "acda52409b024c95bc0facaa98dbc356", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/b193f8790ad94e46993d7eb01f623f51"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b193f8790ad94e46993d7eb01f623f51", "email": "cinder@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/dba024f1937f490cae2e437356a668d7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dba024f1937f490cae2e437356a668d7", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/e6d2649e935e4b8db8107d76bfb30c3a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e6d2649e935e4b8db8107d76bfb30c3a", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-08-15 20:51:54,684 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-6f0c7469-6592-4c4c-944d-ef26e7d55889 2018-08-15 20:51:54,684 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.234982013702s 2018-08-15 20:51:54,684 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-6f0c7469-6592-4c4c-944d-ef26e7d55889 2018-08-15 20:51:54,690 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-15 20:51:54,693 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/users/760fddd770f74a96b11a5100a3bf1220 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8aace8086be0d9781e4071048926ecb2f34e0cd2" 2018-08-15 20:51:54,906 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:51:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-52b252b8-8b82-4694-a6e5-fed135ef4135 Content-Encoding: gzip Content-Length: 228 Content-Type: application/json RESP BODY: {"user": {"name": "vyos_vrouter-user_bafea829-84ee-4f27-a205-76b04a6b7b79", "links": {"self": "http://172.30.9.27:5000/v3/users/760fddd770f74a96b11a5100a3bf1220"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "760fddd770f74a96b11a5100a3bf1220", "description": null}} 2018-08-15 20:51:54,906 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/760fddd770f74a96b11a5100a3bf1220 used request id req-52b252b8-8b82-4694-a6e5-fed135ef4135 2018-08-15 20:51:54,906 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.216289043427s 2018-08-15 20:51:54,906 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/760fddd770f74a96b11a5100a3bf1220 used request id req-52b252b8-8b82-4694-a6e5-fed135ef4135 2018-08-15 20:51:54,907 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-15 20:51:54,910 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/users/760fddd770f74a96b11a5100a3bf1220 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8aace8086be0d9781e4071048926ecb2f34e0cd2" 2018-08-15 20:51:55,190 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 15 Aug 2018 20:51:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-82c32d1a-0504-4e9c-aad0-96cf3f6b2521 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-15 20:51:55,191 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/760fddd770f74a96b11a5100a3bf1220 used request id req-82c32d1a-0504-4e9c-aad0-96cf3f6b2521 2018-08-15 20:51:55,191 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.283642053604s 2018-08-15 20:51:55,191 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/760fddd770f74a96b11a5100a3bf1220 used request id req-82c32d1a-0504-4e9c-aad0-96cf3f6b2521 2018-08-15 20:51:55,197 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-15 20:51:55,200 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}8aace8086be0d9781e4071048926ecb2f34e0cd2" 2018-08-15 20:51:55,390 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:51:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d3f3a0c7-cd94-48dc-a529-a117cf8e8f63 Content-Encoding: gzip Content-Length: 387 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: vyos_vrouter", "links": {"self": "http://172.30.9.27:5000/v3/projects/35d9fe4405174f48ab0478f3a53efb64"}, "tags": [], "enabled": true, "id": "35d9fe4405174f48ab0478f3a53efb64", "parent_id": "default", "domain_id": "default", "name": "vyos_vrouter-project_bafea829-84ee-4f27-a205-76b04a6b7b79"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/a3688ea3a7924e1e8a441a00bd79aae5"}, "tags": [], "enabled": true, "id": "a3688ea3a7924e1e8a441a00bd79aae5", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.27:5000/v3/projects/d2c267e1fee9461ba5e64a915b9518f5"}, "tags": [], "enabled": true, "id": "d2c267e1fee9461ba5e64a915b9518f5", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-08-15 20:51:55,390 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects used request id req-d3f3a0c7-cd94-48dc-a529-a117cf8e8f63 2018-08-15 20:51:55,391 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.193315982819s 2018-08-15 20:51:55,391 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects used request id req-d3f3a0c7-cd94-48dc-a529-a117cf8e8f63 2018-08-15 20:51:55,396 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-15 20:51:55,399 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/projects/35d9fe4405174f48ab0478f3a53efb64 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8aace8086be0d9781e4071048926ecb2f34e0cd2" 2018-08-15 20:51:55,629 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 15 Aug 2018 20:51:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c6001a89-16b7-4332-a194-3b4df11d2295 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-15 20:51:55,629 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/35d9fe4405174f48ab0478f3a53efb64 used request id req-c6001a89-16b7-4332-a194-3b4df11d2295 2018-08-15 20:51:55,629 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.233443975449s 2018-08-15 20:51:55,629 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/35d9fe4405174f48ab0478f3a53efb64 used request id req-c6001a89-16b7-4332-a194-3b4df11d2295 2018-08-15 20:51:55,630 - xtesting.ci.run_tests - ERROR - The test case 'vyos_vrouter' failed. 2018-08-15 20:51:55,658 - xtesting.ci.run_tests - INFO - Loading test case 'juju_epc'... 2018-08-15 20:51:55,686 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-15 20:51:55,686 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-15 20:51:55,686 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-15 20:51:55,686 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-15 20:51:55,686 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-15 20:51:55,686 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-15 20:51:55,687 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-15 20:51:55,687 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-15 20:51:55,687 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-15 20:51:55,687 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-15 20:51:55,687 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-15 20:51:55,687 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-15 20:51:55,687 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-15 20:51:55,687 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-15 20:51:55,687 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-15 20:51:55,687 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-15 20:51:55,688 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-15 20:51:55,688 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-15 20:51:55,688 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-15 20:51:55,688 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-15 20:51:55,688 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-15 20:51:55,688 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-15 20:51:55,690 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-15 20:51:55,698 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:51:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eacf971d-3d3f-468d-b9a2-63b23754df06 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-08-15 20:51:55,698 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-eacf971d-3d3f-468d-b9a2-63b23754df06 2018-08-15 20:51:55,698 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-08-15 20:51:56,100 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "16212b6aa60a4fd1b8194c834bae86bf", "name": "member"}, {"id": "eeb4436830d24515952401292b7cfc55", "name": "reader"}, {"id": "382a39dc50214187b99e809cf7222e3c", "name": "admin"}], "expires_at": "2018-08-15T21:51:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3688ea3a7924e1e8a441a00bd79aae5", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.37:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "54e3c320cc3142e9824c171afe58d5c6"}, {"url": "http://172.30.9.27:8080/v1/AUTH_a3688ea3a7924e1e8a441a00bd79aae5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d00250537b54114937846660f377ed1"}, {"url": "http://12.0.0.37:8080/v1/AUTH_a3688ea3a7924e1e8a441a00bd79aae5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c790cb26fd2345ae9bac8a014d10a446"}], "type": "object-store", "id": "17183633b8774ff6a53da32b47c89b3c", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94631698a9884eb1bf4cb245c6f37b80"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c23f2a003e874719a2f1c41f92405a45"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e97257b46cb8440080352cd841246c5d"}], "type": "cloudformation", "id": "2dec96c2934d43bdbe2e431ef0b53392", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "287c0315393e4b22a228912ca3b004cc"}, {"url": "http://192.30.9.3:8776/v3/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62769da517ac4f44b88a6118413b8c30"}, {"url": "http://192.30.9.3:8776/v3/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c0b30400cd648249ab0a6a17cf1ebc1"}], "type": "volumev3", "id": "363b885c3f174fbfb4f17da9d41f332d", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d6cb188f65e4f77bab04c3d99f9469f"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70f7ced028794432bef835264c84489c"}, {"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77dd5cfb1dac4b31b21d705ba420c355"}], "type": "network", "id": "51b7a44223114d149d5300ae5b6d97ae", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19071864a1b848cc93bca3b1e1955c3f"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bc0345e40a36459fbc009797a6517deb"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5c7966f4757438480f39866a31a0265"}], "type": "image", "id": "5540e06daad441aa911fd4cb4d76f8d3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "68ad1d76386d437089226a0562004a39", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "03f40cbac74c4aafb48b4dd360509f6a"}, {"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18ed3fa9a0894200abaf76b71abfd912"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3d96a0aa5c344cb8ba659332ed497e85"}], "type": "identity", "id": "8096ce39bbf24c1683621ee563324790", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f60ea793ee64fc9a3d9a2d2ad889bd0"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7c9770175fc45379f2c2d142062b2c3"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e944b22c50da41179f2e29ce558807c1"}], "type": "compute", "id": "b3040d5c7e224dbca86f421bddd758e1", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5aad7caa3e6f4a35b9abdf5d46190371"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8b8b8bcfb3b40e5be77e13a4d2dda19"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d33016e2f5be49c28efb9905db488d41"}], "type": "placement", "id": "bb3127ed06e54fda901ea2348ddb72da", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "576142509dfd46c591c5e83bed8ffcc7"}, {"url": "http://192.30.9.3:8776/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cabe2973ef9144da9850a630dd2aedd5"}, {"url": "http://172.30.9.27:8776/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eb71f3f602d443c9a8605a7ff2e8aa8e"}], "type": "volume", "id": "becfeedd42e344c085611f3c7c465a3f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.3:8004/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "156b8e560e534c82a1d320da86608a19"}, {"url": "http://192.30.9.3:8004/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59154cecf6a54eb08ecc63bf95dca042"}, {"url": "http://172.30.9.27:8004/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f3aa5c8697e449f99c2cfbe2a371cab7"}], "type": "orchestration", "id": "c4334130b6d54a75804fe3f11a3b9e3e", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "39db2ebb65ae42659440fd9845949a6c"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ad23d2a65e74e3c87b1488af1f9f9ac"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d07664cbebb49149819cf7a6b20edb4"}], "type": "alarming", "id": "d878aa5c6b584d53a039f6a680fb6e8b", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e2bb44b06c0412ab74e54984b5b26b5"}, {"url": "http://192.30.9.3:8776/v2/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86bcb5a76e6c464bb4d42c969584d6f2"}, {"url": "http://172.30.9.27:8776/v2/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a391eed816af4966b335005bfe580d70"}], "type": "volumev2", "id": "e16298e148f54e96a50a134ca797deff", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b54cb5b666f74b91b0244b5332fdb3e5"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcc892608bd341e084be203695f810d1"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e980066294c34eb6866e6c4735e84a62"}], "type": "metric", "id": "f3a07a22777a4405b7eaf44da2e73e19", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.27:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1f66095afa4b74b4f26d432f5bfa55"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8dd5f30cc334148a7ed9d5ab68eee9b"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bfe7dd54acd947899871700a40dd0244"}], "type": "event", "id": "f6e223543cae4d9bad10258b0a294f12", "name": "panko"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "9482390a0722494f8852b9f0e2b9de56"}, "audit_ids": ["mduW96DRSLSxT7FHx7sTOA"], "issued_at": "2018-08-15T20:51:56.000000Z"}} 2018-08-15 20:51:56,103 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-15 20:51:56,104 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8d1c3ea0dd2376e622d2088e1efc9e22f5a75b2a" 2018-08-15 20:51:56,451 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-a65afca1-8a0a-46ee-9078-82f2c8910fb9 Date: Wed, 15 Aug 2018 20:51:56 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"fc8ca119-27ab-4070-99fa-a2993d11ee48","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d2c267e1fee9461ba5e64a915b9518f5","status":"ACTIVE","subnets":["3ef75223-733d-425d-bb3e-88e8a796bebc"],"description":"","tags":[],"updated_at":"2018-08-15T17:41:36Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"d2c267e1fee9461ba5e64a915b9518f5","created_at":"2018-08-15T17:16:26Z","provider:network_type":"flat"}]} 2018-08-15 20:51:56,451 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json?router%3Aexternal=True used request id req-a65afca1-8a0a-46ee-9078-82f2c8910fb9 2018-08-15 20:51:56,451 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.347790956497s 2018-08-15 20:51:56,451 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json?router%3Aexternal=True used request id req-a65afca1-8a0a-46ee-9078-82f2c8910fb9 2018-08-15 20:51:56,455 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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-15 20:51:56,460 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 15 Aug 2018 20:51:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9e97740c-b4f1-40e7-a816-5cebecb46ed1 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.27:5000/v3/", "rel": "self"}]}]}} 2018-08-15 20:51:56,461 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/ used request id req-9e97740c-b4f1-40e7-a816-5cebecb46ed1 2018-08-15 20:51:56,462 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-15 20:51:56,465 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}8d1c3ea0dd2376e622d2088e1efc9e22f5a75b2a" 2018-08-15 20:51:56,565 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:51:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e61097d3-0a21-45be-8a56-801d1309013d Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}, {"description": "", "links": {"self": "http://172.30.9.27:5000/v3/domains/e4bd2a4e6bb349a78f956295c49df949"}, "tags": [], "enabled": true, "id": "e4bd2a4e6bb349a78f956295c49df949", "name": "heat_stack"}], "links": {"self": "http://172.30.9.27:5000/v3/domains", "previous": null, "next": null}} 2018-08-15 20:51:56,565 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains used request id req-e61097d3-0a21-45be-8a56-801d1309013d 2018-08-15 20:51:56,565 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.103249073029s 2018-08-15 20:51:56,565 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains used request id req-e61097d3-0a21-45be-8a56-801d1309013d 2018-08-15 20:51:56,574 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-15 20:51:56,578 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}8d1c3ea0dd2376e622d2088e1efc9e22f5a75b2a" -d '{"project": {"description": "Created by OPNFV Functest: juju_epc", "enabled": true, "domain_id": "default", "name": "juju_epc-project_ee5cf44a-1e17-4203-ba5e-391541f1ffe6"}}' 2018-08-15 20:51:56,785 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 15 Aug 2018 20:51:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-29e66088-815b-4b2b-8e8b-57b4a9ad3963 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.27:5000/v3/projects/362b276b0a0f48e99cc2079d7866690d"}, "tags": [], "enabled": true, "id": "362b276b0a0f48e99cc2079d7866690d", "parent_id": "default", "domain_id": "default", "name": "juju_epc-project_ee5cf44a-1e17-4203-ba5e-391541f1ffe6"}} 2018-08-15 20:51:56,785 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-29e66088-815b-4b2b-8e8b-57b4a9ad3963 2018-08-15 20:51:56,785 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.210996866226s 2018-08-15 20:51:56,785 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-29e66088-815b-4b2b-8e8b-57b4a9ad3963 2018-08-15 20:51:56,786 - 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'362b276b0a0f48e99cc2079d7866690d', '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_ee5cf44a-1e17-4203-ba5e-391541f1ffe6'}) 2018-08-15 20:51:56,794 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-15 20:51:56,797 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}8d1c3ea0dd2376e622d2088e1efc9e22f5a75b2a" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "c313517e-9c79-437e-b92b-b87624223e5d", "email": null, "name": "juju_epc-user_ee5cf44a-1e17-4203-ba5e-391541f1ffe6"}}' 2018-08-15 20:51:57,233 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 15 Aug 2018 20:51:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-31bafef6-62a0-4607-84c7-b0233de9c36a Content-Length: 323 Content-Type: application/json RESP BODY: {"user": {"name": "juju_epc-user_ee5cf44a-1e17-4203-ba5e-391541f1ffe6", "links": {"self": "http://172.30.9.27:5000/v3/users/9b501992112148ee958580b891813f80"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "9b501992112148ee958580b891813f80", "domain_id": "default", "password_expires_at": null}} 2018-08-15 20:51:57,234 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/users used request id req-31bafef6-62a0-4607-84c7-b0233de9c36a 2018-08-15 20:51:57,234 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.439790964127s 2018-08-15 20:51:57,234 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/users used request id req-31bafef6-62a0-4607-84c7-b0233de9c36a 2018-08-15 20:51:57,235 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'9b501992112148ee958580b891813f80', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'juju_epc-user_ee5cf44a-1e17-4203-ba5e-391541f1ffe6'}) 2018-08-15 20:51:57,238 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-15 20:51:57,242 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}8d1c3ea0dd2376e622d2088e1efc9e22f5a75b2a" 2018-08-15 20:51:57,417 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:51:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d412ffc4-6e26-490f-9b3d-26398944613f Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "021fd4a1fb8b483eb2264cbf5b321379", "links": {"self": "http://172.30.9.27:5000/v3/roles/021fd4a1fb8b483eb2264cbf5b321379"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "16212b6aa60a4fd1b8194c834bae86bf", "links": {"self": "http://172.30.9.27:5000/v3/roles/16212b6aa60a4fd1b8194c834bae86bf"}, "name": "member"}, {"domain_id": null, "id": "1c1e1015ce2644848f1430e3bb28531b", "links": {"self": "http://172.30.9.27:5000/v3/roles/1c1e1015ce2644848f1430e3bb28531b"}, "name": "swiftoperator"}, {"domain_id": null, "id": "382a39dc50214187b99e809cf7222e3c", "links": {"self": "http://172.30.9.27:5000/v3/roles/382a39dc50214187b99e809cf7222e3c"}, "name": "admin"}, {"domain_id": null, "id": "9aed22da25b945dda36dee6e40a0785d", "links": {"self": "http://172.30.9.27:5000/v3/roles/9aed22da25b945dda36dee6e40a0785d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "eeb4436830d24515952401292b7cfc55", "links": {"self": "http://172.30.9.27:5000/v3/roles/eeb4436830d24515952401292b7cfc55"}, "name": "reader"}]} 2018-08-15 20:51:57,417 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-d412ffc4-6e26-490f-9b3d-26398944613f 2018-08-15 20:51:57,417 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.178694009781s 2018-08-15 20:51:57,418 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-d412ffc4-6e26-490f-9b3d-26398944613f 2018-08-15 20:51:57,422 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-15 20:51:57,425 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}8d1c3ea0dd2376e622d2088e1efc9e22f5a75b2a" 2018-08-15 20:51:57,607 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:51:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8616cbec-7015-4f09-97e2-68fad27eefd4 Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "021fd4a1fb8b483eb2264cbf5b321379", "links": {"self": "http://172.30.9.27:5000/v3/roles/021fd4a1fb8b483eb2264cbf5b321379"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "16212b6aa60a4fd1b8194c834bae86bf", "links": {"self": "http://172.30.9.27:5000/v3/roles/16212b6aa60a4fd1b8194c834bae86bf"}, "name": "member"}, {"domain_id": null, "id": "1c1e1015ce2644848f1430e3bb28531b", "links": {"self": "http://172.30.9.27:5000/v3/roles/1c1e1015ce2644848f1430e3bb28531b"}, "name": "swiftoperator"}, {"domain_id": null, "id": "382a39dc50214187b99e809cf7222e3c", "links": {"self": "http://172.30.9.27:5000/v3/roles/382a39dc50214187b99e809cf7222e3c"}, "name": "admin"}, {"domain_id": null, "id": "9aed22da25b945dda36dee6e40a0785d", "links": {"self": "http://172.30.9.27:5000/v3/roles/9aed22da25b945dda36dee6e40a0785d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "eeb4436830d24515952401292b7cfc55", "links": {"self": "http://172.30.9.27:5000/v3/roles/eeb4436830d24515952401292b7cfc55"}, "name": "reader"}]} 2018-08-15 20:51:57,607 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-8616cbec-7015-4f09-97e2-68fad27eefd4 2018-08-15 20:51:57,607 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.184996128082s 2018-08-15 20:51:57,608 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-8616cbec-7015-4f09-97e2-68fad27eefd4 2018-08-15 20:51:57,612 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-15 20:51:57,616 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}8d1c3ea0dd2376e622d2088e1efc9e22f5a75b2a" 2018-08-15 20:51:57,759 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:51:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0b373c1d-67bb-4bb4-9a98-8c075a4f2b1c Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "021fd4a1fb8b483eb2264cbf5b321379", "links": {"self": "http://172.30.9.27:5000/v3/roles/021fd4a1fb8b483eb2264cbf5b321379"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "16212b6aa60a4fd1b8194c834bae86bf", "links": {"self": "http://172.30.9.27:5000/v3/roles/16212b6aa60a4fd1b8194c834bae86bf"}, "name": "member"}, {"domain_id": null, "id": "1c1e1015ce2644848f1430e3bb28531b", "links": {"self": "http://172.30.9.27:5000/v3/roles/1c1e1015ce2644848f1430e3bb28531b"}, "name": "swiftoperator"}, {"domain_id": null, "id": "382a39dc50214187b99e809cf7222e3c", "links": {"self": "http://172.30.9.27:5000/v3/roles/382a39dc50214187b99e809cf7222e3c"}, "name": "admin"}, {"domain_id": null, "id": "9aed22da25b945dda36dee6e40a0785d", "links": {"self": "http://172.30.9.27:5000/v3/roles/9aed22da25b945dda36dee6e40a0785d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "eeb4436830d24515952401292b7cfc55", "links": {"self": "http://172.30.9.27:5000/v3/roles/eeb4436830d24515952401292b7cfc55"}, "name": "reader"}]} 2018-08-15 20:51:57,759 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-0b373c1d-67bb-4bb4-9a98-8c075a4f2b1c 2018-08-15 20:51:57,759 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.146579027176s 2018-08-15 20:51:57,759 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-0b373c1d-67bb-4bb4-9a98-8c075a4f2b1c 2018-08-15 20:51:57,764 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-15 20:51:57,767 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}8d1c3ea0dd2376e622d2088e1efc9e22f5a75b2a" 2018-08-15 20:51:57,866 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:51:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-176c648e-62f8-4959-a554-cf04da59abfe Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-15 20:51:57,866 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-176c648e-62f8-4959-a554-cf04da59abfe 2018-08-15 20:51:57,867 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.102308988571s 2018-08-15 20:51:57,867 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-176c648e-62f8-4959-a554-cf04da59abfe 2018-08-15 20:51:57,868 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-15 20:51:57,871 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}8d1c3ea0dd2376e622d2088e1efc9e22f5a75b2a" 2018-08-15 20:51:57,995 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:51:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0f5c8540-7153-4739-a903-3a7d0396a111 Content-Encoding: gzip Content-Length: 838 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/033f0039d025473a84de241284491a58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "033f0039d025473a84de241284491a58", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/2422d0f285314705b46615565d3917fe"}, "domain_id": "e4bd2a4e6bb349a78f956295c49df949", "enabled": true, "options": {}, "id": "2422d0f285314705b46615565d3917fe", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/2cc8b8ad456045c2a30e4360994a4487"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2cc8b8ad456045c2a30e4360994a4487", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/3c466aad8ead4318838e33dd234eb81d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3c466aad8ead4318838e33dd234eb81d", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/56e811cfd4b242068dd78826118576f4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "56e811cfd4b242068dd78826118576f4", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6fad7e5ef0254b2a9cdb215018bcab91"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6fad7e5ef0254b2a9cdb215018bcab91", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.27:5000/v3/users/7d91ea49860f4c2a8deabf649cf4ed37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d91ea49860f4c2a8deabf649cf4ed37", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/8f968cf4475249f6abf2422d6dd7425f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8f968cf4475249f6abf2422d6dd7425f", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/9482390a0722494f8852b9f0e2b9de56"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9482390a0722494f8852b9f0e2b9de56", "email": "admin@example.com", "password_expires_at": null}, {"name": "juju_epc-user_ee5cf44a-1e17-4203-ba5e-391541f1ffe6", "links": {"self": "http://172.30.9.27:5000/v3/users/9b501992112148ee958580b891813f80"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "9b501992112148ee958580b891813f80", "domain_id": "default", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.27:5000/v3/users/a36076122cea45c6b3e4aa67c4ca811d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a36076122cea45c6b3e4aa67c4ca811d", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/acda52409b024c95bc0facaa98dbc356"}, "domain_id": "default", "enabled": true, "options": {}, "id": "acda52409b024c95bc0facaa98dbc356", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/b193f8790ad94e46993d7eb01f623f51"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b193f8790ad94e46993d7eb01f623f51", "email": "cinder@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/dba024f1937f490cae2e437356a668d7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dba024f1937f490cae2e437356a668d7", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/e6d2649e935e4b8db8107d76bfb30c3a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e6d2649e935e4b8db8107d76bfb30c3a", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-08-15 20:51:57,995 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-0f5c8540-7153-4739-a903-3a7d0396a111 2018-08-15 20:51:57,996 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.127773046494s 2018-08-15 20:51:57,996 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-0f5c8540-7153-4739-a903-3a7d0396a111 2018-08-15 20:51:58,006 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-15 20:51:58,009 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8d1c3ea0dd2376e622d2088e1efc9e22f5a75b2a" 2018-08-15 20:51:58,122 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:51:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-96e6b72a-0635-4858-8f7b-d54b34841d23 Content-Encoding: gzip Content-Length: 394 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/a3688ea3a7924e1e8a441a00bd79aae5"}, "tags": [], "enabled": true, "id": "a3688ea3a7924e1e8a441a00bd79aae5", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: juju_epc", "links": {"self": "http://172.30.9.27:5000/v3/projects/362b276b0a0f48e99cc2079d7866690d"}, "tags": [], "enabled": true, "id": "362b276b0a0f48e99cc2079d7866690d", "parent_id": "default", "domain_id": "default", "name": "juju_epc-project_ee5cf44a-1e17-4203-ba5e-391541f1ffe6"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.27:5000/v3/projects/d2c267e1fee9461ba5e64a915b9518f5"}, "tags": [], "enabled": true, "id": "d2c267e1fee9461ba5e64a915b9518f5", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-08-15 20:51:58,122 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-96e6b72a-0635-4858-8f7b-d54b34841d23 2018-08-15 20:51:58,123 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.116116046906s 2018-08-15 20:51:58,123 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-96e6b72a-0635-4858-8f7b-d54b34841d23 2018-08-15 20:51:58,130 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-15 20:51:58,134 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:5000/v3/role_assignments?user.id=9b501992112148ee958580b891813f80&role.id=16212b6aa60a4fd1b8194c834bae86bf&scope.project.id=362b276b0a0f48e99cc2079d7866690d" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8d1c3ea0dd2376e622d2088e1efc9e22f5a75b2a" 2018-08-15 20:51:58,275 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:51:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c9815179-57ed-4ba9-b1e6-9bc481b73115 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.27:5000/v3/role_assignments?user.id=9b501992112148ee958580b891813f80&role.id=16212b6aa60a4fd1b8194c834bae86bf&scope.project.id=362b276b0a0f48e99cc2079d7866690d", "previous": null, "next": null}} 2018-08-15 20:51:58,275 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=9b501992112148ee958580b891813f80&role.id=16212b6aa60a4fd1b8194c834bae86bf&scope.project.id=362b276b0a0f48e99cc2079d7866690d used request id req-c9815179-57ed-4ba9-b1e6-9bc481b73115 2018-08-15 20:51:58,276 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.1452729702s 2018-08-15 20:51:58,276 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=9b501992112148ee958580b891813f80&role.id=16212b6aa60a4fd1b8194c834bae86bf&scope.project.id=362b276b0a0f48e99cc2079d7866690d used request id req-c9815179-57ed-4ba9-b1e6-9bc481b73115 2018-08-15 20:51:58,279 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-15 20:51:58,283 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:5000/v3/projects/362b276b0a0f48e99cc2079d7866690d/users/9b501992112148ee958580b891813f80/roles/16212b6aa60a4fd1b8194c834bae86bf -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8d1c3ea0dd2376e622d2088e1efc9e22f5a75b2a" 2018-08-15 20:51:58,499 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 15 Aug 2018 20:51:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0f129aa7-62f9-409b-a4ba-c677d559770a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-15 20:51:58,499 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/362b276b0a0f48e99cc2079d7866690d/users/9b501992112148ee958580b891813f80/roles/16212b6aa60a4fd1b8194c834bae86bf used request id req-0f129aa7-62f9-409b-a4ba-c677d559770a 2018-08-15 20:51:58,500 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.220134973526s 2018-08-15 20:51:58,500 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/362b276b0a0f48e99cc2079d7866690d/users/9b501992112148ee958580b891813f80/roles/16212b6aa60a4fd1b8194c834bae86bf used request id req-0f129aa7-62f9-409b-a4ba-c677d559770a 2018-08-15 20:51:58,501 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'juju_epc-project_ee5cf44a-1e17-4203-ba5e-391541f1ffe6', 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'362b276b0a0f48e99cc2079d7866690d', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': 'c313517e-9c79-437e-b92b-b87624223e5d', 'username': u'juju_epc-user_ee5cf44a-1e17-4203-ba5e-391541f1ffe6', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.27:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-08-15 20:51:58,502 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-15 20:51:58,502 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-15 20:51:58,502 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-15 20:51:58,502 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-15 20:51:58,502 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-15 20:51:58,502 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-15 20:51:58,502 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-15 20:51:58,503 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-15 20:51:58,503 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-15 20:51:58,503 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-15 20:51:58,503 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-15 20:51:58,503 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-15 20:51:58,503 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-15 20:51:58,503 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-15 20:51:58,503 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-15 20:51:58,503 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-15 20:51:58,504 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-15 20:51:58,504 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-15 20:51:58,504 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-15 20:51:58,504 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-15 20:51:58,504 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-15 20:51:58,504 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-15 20:51:58,506 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'juju_epc-user_ee5cf44a-1e17-4203-ba5e-391541f1ffe6', 'password': 'c313517e-9c79-437e-b92b-b87624223e5d', 'project_name': 'juju_epc-project_ee5cf44a-1e17-4203-ba5e-391541f1ffe6', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.27:5000/v3', 'project_id': '362b276b0a0f48e99cc2079d7866690d', 'project_domain_name': 'Default'} 2018-08-15 20:51:58,569 - 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-15 20:51:58,596 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.services 2018-08-15 20:51:58,598 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.3: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-15 20:51:58,603 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 15 Aug 2018 20:51:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b7264a53-0c50-444d-baab-3a0f8e8d712c 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.3:35357/v3/", "rel": "self"}]}]}} 2018-08-15 20:51:58,603 - keystoneauth.session - DEBUG - GET call to None for http://192.30.9.3:35357/ used request id req-b7264a53-0c50-444d-baab-3a0f8e8d712c 2018-08-15 20:51:58,604 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.3: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}8d1c3ea0dd2376e622d2088e1efc9e22f5a75b2a" 2018-08-15 20:51:58,769 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:51:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-75d9a27e-a3a8-4d5d-8b9b-97593698b0a2 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"services": [{"description": "Openstack Object-Store Service", "links": {"self": "http://192.30.9.3:35357/v3/services/17183633b8774ff6a53da32b47c89b3c"}, "enabled": true, "type": "object-store", "id": "17183633b8774ff6a53da32b47c89b3c", "name": "swift"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://192.30.9.3:35357/v3/services/2dec96c2934d43bdbe2e431ef0b53392"}, "enabled": true, "type": "cloudformation", "id": "2dec96c2934d43bdbe2e431ef0b53392", "name": "heat-cfn"}, {"description": "Cinder Service v3", "links": {"self": "http://192.30.9.3:35357/v3/services/363b885c3f174fbfb4f17da9d41f332d"}, "enabled": true, "type": "volumev3", "id": "363b885c3f174fbfb4f17da9d41f332d", "name": "cinderv3"}, {"description": "Neutron Networking Service", "links": {"self": "http://192.30.9.3:35357/v3/services/51b7a44223114d149d5300ae5b6d97ae"}, "enabled": true, "type": "network", "id": "51b7a44223114d149d5300ae5b6d97ae", "name": "neutron"}, {"description": "OpenStack Image Service", "links": {"self": "http://192.30.9.3:35357/v3/services/5540e06daad441aa911fd4cb4d76f8d3"}, "enabled": true, "type": "image", "id": "5540e06daad441aa911fd4cb4d76f8d3", "name": "glance"}, {"description": "Openstack Metering Service", "links": {"self": "http://192.30.9.3:35357/v3/services/68ad1d76386d437089226a0562004a39"}, "enabled": true, "type": "metering", "id": "68ad1d76386d437089226a0562004a39", "name": "ceilometer"}, {"description": "OpenStack Identity Service", "links": {"self": "http://192.30.9.3:35357/v3/services/8096ce39bbf24c1683621ee563324790"}, "enabled": true, "type": "identity", "id": "8096ce39bbf24c1683621ee563324790", "name": "keystone"}, {"description": "Openstack Compute Service", "links": {"self": "http://192.30.9.3:35357/v3/services/b3040d5c7e224dbca86f421bddd758e1"}, "enabled": true, "type": "compute", "id": "b3040d5c7e224dbca86f421bddd758e1", "name": "nova"}, {"description": "Openstack Placement Service", "links": {"self": "http://192.30.9.3:35357/v3/services/bb3127ed06e54fda901ea2348ddb72da"}, "enabled": true, "type": "placement", "id": "bb3127ed06e54fda901ea2348ddb72da", "name": "placement"}, {"description": "Cinder Service", "links": {"self": "http://192.30.9.3:35357/v3/services/becfeedd42e344c085611f3c7c465a3f"}, "enabled": true, "type": "volume", "id": "becfeedd42e344c085611f3c7c465a3f", "name": "cinder"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://192.30.9.3:35357/v3/services/c4334130b6d54a75804fe3f11a3b9e3e"}, "enabled": true, "type": "orchestration", "id": "c4334130b6d54a75804fe3f11a3b9e3e", "name": "heat"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://192.30.9.3:35357/v3/services/d878aa5c6b584d53a039f6a680fb6e8b"}, "enabled": true, "type": "alarming", "id": "d878aa5c6b584d53a039f6a680fb6e8b", "name": "aodh"}, {"description": "Cinder Service v2", "links": {"self": "http://192.30.9.3:35357/v3/services/e16298e148f54e96a50a134ca797deff"}, "enabled": true, "type": "volumev2", "id": "e16298e148f54e96a50a134ca797deff", "name": "cinderv2"}, {"description": "OpenStack Metric Service", "links": {"self": "http://192.30.9.3:35357/v3/services/f3a07a22777a4405b7eaf44da2e73e19"}, "enabled": true, "type": "metric", "id": "f3a07a22777a4405b7eaf44da2e73e19", "name": "gnocchi"}, {"description": "OpenStack Event Service", "links": {"self": "http://192.30.9.3:35357/v3/services/f6e223543cae4d9bad10258b0a294f12"}, "enabled": true, "type": "event", "id": "f6e223543cae4d9bad10258b0a294f12", "name": "panko"}], "links": {"self": "http://192.30.9.3:35357/v3/services", "previous": null, "next": null}} 2018-08-15 20:51:58,769 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.3:35357/v3/services used request id req-75d9a27e-a3a8-4d5d-8b9b-97593698b0a2 2018-08-15 20:51:58,769 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.services in 0.17288684845s 2018-08-15 20:51:58,770 - shade.request_ids - DEBUG - GET call to identity for http://192.30.9.3:35357/v3/services used request id req-75d9a27e-a3a8-4d5d-8b9b-97593698b0a2 2018-08-15 20:51:58,778 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.endpoints 2018-08-15 20:51:58,780 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}8d1c3ea0dd2376e622d2088e1efc9e22f5a75b2a" 2018-08-15 20:51:58,962 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:51:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-83250328-92f7-4ebe-8e20-6ea090971221 Content-Encoding: gzip Content-Length: 1980 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/03f40cbac74c4aafb48b4dd360509f6a"}, "url": "http://192.30.9.3:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "8096ce39bbf24c1683621ee563324790", "id": "03f40cbac74c4aafb48b4dd360509f6a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/156b8e560e534c82a1d320da86608a19"}, "url": "http://192.30.9.3:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "c4334130b6d54a75804fe3f11a3b9e3e", "id": "156b8e560e534c82a1d320da86608a19"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/18ed3fa9a0894200abaf76b71abfd912"}, "url": "http://172.30.9.27:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "8096ce39bbf24c1683621ee563324790", "id": "18ed3fa9a0894200abaf76b71abfd912"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/19071864a1b848cc93bca3b1e1955c3f"}, "url": "http://172.30.9.27:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "5540e06daad441aa911fd4cb4d76f8d3", "id": "19071864a1b848cc93bca3b1e1955c3f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/1d6cb188f65e4f77bab04c3d99f9469f"}, "url": "http://192.30.9.3:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "51b7a44223114d149d5300ae5b6d97ae", "id": "1d6cb188f65e4f77bab04c3d99f9469f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/287c0315393e4b22a228912ca3b004cc"}, "url": "http://172.30.9.27:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "363b885c3f174fbfb4f17da9d41f332d", "id": "287c0315393e4b22a228912ca3b004cc"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/39db2ebb65ae42659440fd9845949a6c"}, "url": "http://192.30.9.3:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "d878aa5c6b584d53a039f6a680fb6e8b", "id": "39db2ebb65ae42659440fd9845949a6c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/3ad23d2a65e74e3c87b1488af1f9f9ac"}, "url": "http://172.30.9.27:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "d878aa5c6b584d53a039f6a680fb6e8b", "id": "3ad23d2a65e74e3c87b1488af1f9f9ac"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/3d96a0aa5c344cb8ba659332ed497e85"}, "url": "http://192.30.9.3:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "8096ce39bbf24c1683621ee563324790", "id": "3d96a0aa5c344cb8ba659332ed497e85"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/54e3c320cc3142e9824c171afe58d5c6"}, "url": "http://12.0.0.37:8080", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "17183633b8774ff6a53da32b47c89b3c", "id": "54e3c320cc3142e9824c171afe58d5c6"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/576142509dfd46c591c5e83bed8ffcc7"}, "url": "http://192.30.9.3:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "becfeedd42e344c085611f3c7c465a3f", "id": "576142509dfd46c591c5e83bed8ffcc7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/59154cecf6a54eb08ecc63bf95dca042"}, "url": "http://192.30.9.3:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "c4334130b6d54a75804fe3f11a3b9e3e", "id": "59154cecf6a54eb08ecc63bf95dca042"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/5aad7caa3e6f4a35b9abdf5d46190371"}, "url": "http://192.30.9.3:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "bb3127ed06e54fda901ea2348ddb72da", "id": "5aad7caa3e6f4a35b9abdf5d46190371"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/5d07664cbebb49149819cf7a6b20edb4"}, "url": "http://192.30.9.3:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "d878aa5c6b584d53a039f6a680fb6e8b", "id": "5d07664cbebb49149819cf7a6b20edb4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/62769da517ac4f44b88a6118413b8c30"}, "url": "http://192.30.9.3:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "363b885c3f174fbfb4f17da9d41f332d", "id": "62769da517ac4f44b88a6118413b8c30"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/6c0b30400cd648249ab0a6a17cf1ebc1"}, "url": "http://192.30.9.3:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "363b885c3f174fbfb4f17da9d41f332d", "id": "6c0b30400cd648249ab0a6a17cf1ebc1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/6e2bb44b06c0412ab74e54984b5b26b5"}, "url": "http://192.30.9.3:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "e16298e148f54e96a50a134ca797deff", "id": "6e2bb44b06c0412ab74e54984b5b26b5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/70f7ced028794432bef835264c84489c"}, "url": "http://192.30.9.3:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "51b7a44223114d149d5300ae5b6d97ae", "id": "70f7ced028794432bef835264c84489c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/77dd5cfb1dac4b31b21d705ba420c355"}, "url": "http://172.30.9.27:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "51b7a44223114d149d5300ae5b6d97ae", "id": "77dd5cfb1dac4b31b21d705ba420c355"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/7d00250537b54114937846660f377ed1"}, "url": "http://172.30.9.27:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "17183633b8774ff6a53da32b47c89b3c", "id": "7d00250537b54114937846660f377ed1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/7f1f66095afa4b74b4f26d432f5bfa55"}, "url": "http://172.30.9.27:8977", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "f6e223543cae4d9bad10258b0a294f12", "id": "7f1f66095afa4b74b4f26d432f5bfa55"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/86bcb5a76e6c464bb4d42c969584d6f2"}, "url": "http://192.30.9.3:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "e16298e148f54e96a50a134ca797deff", "id": "86bcb5a76e6c464bb4d42c969584d6f2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/8f60ea793ee64fc9a3d9a2d2ad889bd0"}, "url": "http://172.30.9.27:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "b3040d5c7e224dbca86f421bddd758e1", "id": "8f60ea793ee64fc9a3d9a2d2ad889bd0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/94631698a9884eb1bf4cb245c6f37b80"}, "url": "http://192.30.9.3:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "2dec96c2934d43bdbe2e431ef0b53392", "id": "94631698a9884eb1bf4cb245c6f37b80"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/a391eed816af4966b335005bfe580d70"}, "url": "http://172.30.9.27:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "e16298e148f54e96a50a134ca797deff", "id": "a391eed816af4966b335005bfe580d70"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/b54cb5b666f74b91b0244b5332fdb3e5"}, "url": "http://172.30.9.27:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "f3a07a22777a4405b7eaf44da2e73e19", "id": "b54cb5b666f74b91b0244b5332fdb3e5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/b8dd5f30cc334148a7ed9d5ab68eee9b"}, "url": "http://192.30.9.3:8977", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "f6e223543cae4d9bad10258b0a294f12", "id": "b8dd5f30cc334148a7ed9d5ab68eee9b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/bc0345e40a36459fbc009797a6517deb"}, "url": "http://192.30.9.3:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "5540e06daad441aa911fd4cb4d76f8d3", "id": "bc0345e40a36459fbc009797a6517deb"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/bfe7dd54acd947899871700a40dd0244"}, "url": "http://192.30.9.3:8977", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "f6e223543cae4d9bad10258b0a294f12", "id": "bfe7dd54acd947899871700a40dd0244"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/c23f2a003e874719a2f1c41f92405a45"}, "url": "http://172.30.9.27:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "2dec96c2934d43bdbe2e431ef0b53392", "id": "c23f2a003e874719a2f1c41f92405a45"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/c790cb26fd2345ae9bac8a014d10a446"}, "url": "http://12.0.0.37:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "17183633b8774ff6a53da32b47c89b3c", "id": "c790cb26fd2345ae9bac8a014d10a446"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/c7c9770175fc45379f2c2d142062b2c3"}, "url": "http://192.30.9.3:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "b3040d5c7e224dbca86f421bddd758e1", "id": "c7c9770175fc45379f2c2d142062b2c3"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/c8b8b8bcfb3b40e5be77e13a4d2dda19"}, "url": "http://172.30.9.27:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "bb3127ed06e54fda901ea2348ddb72da", "id": "c8b8b8bcfb3b40e5be77e13a4d2dda19"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/cabe2973ef9144da9850a630dd2aedd5"}, "url": "http://192.30.9.3:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "becfeedd42e344c085611f3c7c465a3f", "id": "cabe2973ef9144da9850a630dd2aedd5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/d33016e2f5be49c28efb9905db488d41"}, "url": "http://192.30.9.3:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "bb3127ed06e54fda901ea2348ddb72da", "id": "d33016e2f5be49c28efb9905db488d41"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/dcc892608bd341e084be203695f810d1"}, "url": "http://192.30.9.3:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "f3a07a22777a4405b7eaf44da2e73e19", "id": "dcc892608bd341e084be203695f810d1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/e5c7966f4757438480f39866a31a0265"}, "url": "http://192.30.9.3:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "5540e06daad441aa911fd4cb4d76f8d3", "id": "e5c7966f4757438480f39866a31a0265"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/e944b22c50da41179f2e29ce558807c1"}, "url": "http://192.30.9.3:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "b3040d5c7e224dbca86f421bddd758e1", "id": "e944b22c50da41179f2e29ce558807c1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/e97257b46cb8440080352cd841246c5d"}, "url": "http://192.30.9.3:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "2dec96c2934d43bdbe2e431ef0b53392", "id": "e97257b46cb8440080352cd841246c5d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/e980066294c34eb6866e6c4735e84a62"}, "url": "http://192.30.9.3:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "f3a07a22777a4405b7eaf44da2e73e19", "id": "e980066294c34eb6866e6c4735e84a62"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/eb71f3f602d443c9a8605a7ff2e8aa8e"}, "url": "http://172.30.9.27:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "becfeedd42e344c085611f3c7c465a3f", "id": "eb71f3f602d443c9a8605a7ff2e8aa8e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/f3aa5c8697e449f99c2cfbe2a371cab7"}, "url": "http://172.30.9.27:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "c4334130b6d54a75804fe3f11a3b9e3e", "id": "f3aa5c8697e449f99c2cfbe2a371cab7"}], "links": {"self": "http://172.30.9.27:5000/v3/endpoints", "previous": null, "next": null}} 2018-08-15 20:51:58,963 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/endpoints used request id req-83250328-92f7-4ebe-8e20-6ea090971221 2018-08-15 20:51:58,963 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.endpoints in 0.184928894043s 2018-08-15 20:51:58,963 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/endpoints used request id req-83250328-92f7-4ebe-8e20-6ea090971221 2018-08-15 20:51:58,971 - xtesting.ci.run_tests - INFO - Running test case 'juju_epc'... 2018-08-15 20:51:58,972 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-15 20:51:58,978 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:51:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d76984ad-2a79-46e9-9169-32ad3b01d1b2 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-08-15 20:51:58,979 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-d76984ad-2a79-46e9-9169-32ad3b01d1b2 2018-08-15 20:51:58,979 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-08-15 20:51:59,372 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "16212b6aa60a4fd1b8194c834bae86bf", "name": "member"}, {"id": "eeb4436830d24515952401292b7cfc55", "name": "reader"}], "expires_at": "2018-08-15T21:51:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "362b276b0a0f48e99cc2079d7866690d", "name": "juju_epc-project_ee5cf44a-1e17-4203-ba5e-391541f1ffe6"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.37:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "54e3c320cc3142e9824c171afe58d5c6"}, {"url": "http://172.30.9.27:8080/v1/AUTH_362b276b0a0f48e99cc2079d7866690d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d00250537b54114937846660f377ed1"}, {"url": "http://12.0.0.37:8080/v1/AUTH_362b276b0a0f48e99cc2079d7866690d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c790cb26fd2345ae9bac8a014d10a446"}], "type": "object-store", "id": "17183633b8774ff6a53da32b47c89b3c", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94631698a9884eb1bf4cb245c6f37b80"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c23f2a003e874719a2f1c41f92405a45"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e97257b46cb8440080352cd841246c5d"}], "type": "cloudformation", "id": "2dec96c2934d43bdbe2e431ef0b53392", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/362b276b0a0f48e99cc2079d7866690d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "287c0315393e4b22a228912ca3b004cc"}, {"url": "http://192.30.9.3:8776/v3/362b276b0a0f48e99cc2079d7866690d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62769da517ac4f44b88a6118413b8c30"}, {"url": "http://192.30.9.3:8776/v3/362b276b0a0f48e99cc2079d7866690d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c0b30400cd648249ab0a6a17cf1ebc1"}], "type": "volumev3", "id": "363b885c3f174fbfb4f17da9d41f332d", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d6cb188f65e4f77bab04c3d99f9469f"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70f7ced028794432bef835264c84489c"}, {"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77dd5cfb1dac4b31b21d705ba420c355"}], "type": "network", "id": "51b7a44223114d149d5300ae5b6d97ae", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19071864a1b848cc93bca3b1e1955c3f"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bc0345e40a36459fbc009797a6517deb"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5c7966f4757438480f39866a31a0265"}], "type": "image", "id": "5540e06daad441aa911fd4cb4d76f8d3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "68ad1d76386d437089226a0562004a39", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "03f40cbac74c4aafb48b4dd360509f6a"}, {"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18ed3fa9a0894200abaf76b71abfd912"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3d96a0aa5c344cb8ba659332ed497e85"}], "type": "identity", "id": "8096ce39bbf24c1683621ee563324790", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f60ea793ee64fc9a3d9a2d2ad889bd0"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7c9770175fc45379f2c2d142062b2c3"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e944b22c50da41179f2e29ce558807c1"}], "type": "compute", "id": "b3040d5c7e224dbca86f421bddd758e1", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5aad7caa3e6f4a35b9abdf5d46190371"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8b8b8bcfb3b40e5be77e13a4d2dda19"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d33016e2f5be49c28efb9905db488d41"}], "type": "placement", "id": "bb3127ed06e54fda901ea2348ddb72da", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/362b276b0a0f48e99cc2079d7866690d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "576142509dfd46c591c5e83bed8ffcc7"}, {"url": "http://192.30.9.3:8776/v1/362b276b0a0f48e99cc2079d7866690d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cabe2973ef9144da9850a630dd2aedd5"}, {"url": "http://172.30.9.27:8776/v1/362b276b0a0f48e99cc2079d7866690d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eb71f3f602d443c9a8605a7ff2e8aa8e"}], "type": "volume", "id": "becfeedd42e344c085611f3c7c465a3f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.3:8004/v1/362b276b0a0f48e99cc2079d7866690d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "156b8e560e534c82a1d320da86608a19"}, {"url": "http://192.30.9.3:8004/v1/362b276b0a0f48e99cc2079d7866690d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59154cecf6a54eb08ecc63bf95dca042"}, {"url": "http://172.30.9.27:8004/v1/362b276b0a0f48e99cc2079d7866690d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f3aa5c8697e449f99c2cfbe2a371cab7"}], "type": "orchestration", "id": "c4334130b6d54a75804fe3f11a3b9e3e", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "39db2ebb65ae42659440fd9845949a6c"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ad23d2a65e74e3c87b1488af1f9f9ac"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d07664cbebb49149819cf7a6b20edb4"}], "type": "alarming", "id": "d878aa5c6b584d53a039f6a680fb6e8b", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/362b276b0a0f48e99cc2079d7866690d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e2bb44b06c0412ab74e54984b5b26b5"}, {"url": "http://192.30.9.3:8776/v2/362b276b0a0f48e99cc2079d7866690d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86bcb5a76e6c464bb4d42c969584d6f2"}, {"url": "http://172.30.9.27:8776/v2/362b276b0a0f48e99cc2079d7866690d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a391eed816af4966b335005bfe580d70"}], "type": "volumev2", "id": "e16298e148f54e96a50a134ca797deff", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b54cb5b666f74b91b0244b5332fdb3e5"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcc892608bd341e084be203695f810d1"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e980066294c34eb6866e6c4735e84a62"}], "type": "metric", "id": "f3a07a22777a4405b7eaf44da2e73e19", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.27:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1f66095afa4b74b4f26d432f5bfa55"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8dd5f30cc334148a7ed9d5ab68eee9b"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bfe7dd54acd947899871700a40dd0244"}], "type": "event", "id": "f6e223543cae4d9bad10258b0a294f12", "name": "panko"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "juju_epc-user_ee5cf44a-1e17-4203-ba5e-391541f1ffe6", "id": "9b501992112148ee958580b891813f80"}, "audit_ids": ["t1me24Y2SBadfTdReQk-cg"], "issued_at": "2018-08-15T20:51:59.000000Z"}} 2018-08-15 20:51:59,376 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-15 20:51:59,377 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}200e53dc115ceda16ebdfb10cfcadf12608cffcc" -d '{"network": {"name": "juju_epc-net_ee5cf44a-1e17-4203-ba5e-391541f1ffe6", "admin_state_up": true}}' 2018-08-15 20:52:00,101 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 586 X-Openstack-Request-Id: req-33473975-4092-4d31-a6f4-b40bed3a6246 Date: Wed, 15 Aug 2018 20:52:00 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"362b276b0a0f48e99cc2079d7866690d","created_at":"2018-08-15T20:51:59Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-15T20:51:59Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"362b276b0a0f48e99cc2079d7866690d","id":"d3d91187-5c69-4e3a-b1e1-9d96c9d89825","name":"juju_epc-net_ee5cf44a-1e17-4203-ba5e-391541f1ffe6"}} 2018-08-15 20:52:00,101 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-33473975-4092-4d31-a6f4-b40bed3a6246 2018-08-15 20:52:00,101 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.724807024002s 2018-08-15 20:52:00,102 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-33473975-4092-4d31-a6f4-b40bed3a6246 2018-08-15 20:52:00,102 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-15T20:51:59Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'd3d91187-5c69-4e3a-b1e1-9d96c9d89825', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'juju_epc-net_ee5cf44a-1e17-4203-ba5e-391541f1ffe6', u'admin_state_up': True, u'tenant_id': u'362b276b0a0f48e99cc2079d7866690d', u'created_at': u'2018-08-15T20:51:59Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'362b276b0a0f48e99cc2079d7866690d'}) 2018-08-15 20:52:00,103 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-15 20:52:00,103 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}200e53dc115ceda16ebdfb10cfcadf12608cffcc" 2018-08-15 20:52:00,238 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1146 X-Openstack-Request-Id: req-039a2f3c-b766-4b9e-9fb7-137ea2bfebd0 Date: Wed, 15 Aug 2018 20:52:00 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-15T20:51:59Z","tenant_id":"362b276b0a0f48e99cc2079d7866690d","created_at":"2018-08-15T20:51:59Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"362b276b0a0f48e99cc2079d7866690d","id":"d3d91187-5c69-4e3a-b1e1-9d96c9d89825","name":"juju_epc-net_ee5cf44a-1e17-4203-ba5e-391541f1ffe6"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["3ef75223-733d-425d-bb3e-88e8a796bebc"],"updated_at":"2018-08-15T17:41:36Z","tenant_id":"d2c267e1fee9461ba5e64a915b9518f5","created_at":"2018-08-15T17:16:26Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"d2c267e1fee9461ba5e64a915b9518f5","id":"fc8ca119-27ab-4070-99fa-a2993d11ee48","name":"external"}]} 2018-08-15 20:52:00,239 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-039a2f3c-b766-4b9e-9fb7-137ea2bfebd0 2018-08-15 20:52:00,239 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.136121988297s 2018-08-15 20:52:00,239 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-039a2f3c-b766-4b9e-9fb7-137ea2bfebd0 2018-08-15 20:52:00,241 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-15 20:52:00,242 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}200e53dc115ceda16ebdfb10cfcadf12608cffcc" -d '{"subnet": {"name": "juju_epc-subnet_ee5cf44a-1e17-4203-ba5e-391541f1ffe6", "enable_dhcp": true, "network_id": "d3d91187-5c69-4e3a-b1e1-9d96c9d89825", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.121.0/24"}}' 2018-08-15 20:52:00,813 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-8bca4884-2d60-4b93-a30c-c490fbb93505 Date: Wed, 15 Aug 2018 20:52:00 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d3d91187-5c69-4e3a-b1e1-9d96c9d89825","tenant_id":"362b276b0a0f48e99cc2079d7866690d","created_at":"2018-08-15T20:52:00Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-15T20:52:00Z","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":"362b276b0a0f48e99cc2079d7866690d","id":"0dcc1f0d-6440-489a-bf62-468af2610c33","subnetpool_id":null,"name":"juju_epc-subnet_ee5cf44a-1e17-4203-ba5e-391541f1ffe6"}} 2018-08-15 20:52:00,813 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-8bca4884-2d60-4b93-a30c-c490fbb93505 2018-08-15 20:52:00,814 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.572139978409s 2018-08-15 20:52:00,814 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-8bca4884-2d60-4b93-a30c-c490fbb93505 2018-08-15 20:52:00,814 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-15T20:52:00Z', 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'0dcc1f0d-6440-489a-bf62-468af2610c33', u'subnetpool_id': None, u'service_types': [], u'name': u'juju_epc-subnet_ee5cf44a-1e17-4203-ba5e-391541f1ffe6', u'enable_dhcp': True, u'network_id': u'd3d91187-5c69-4e3a-b1e1-9d96c9d89825', u'tenant_id': u'362b276b0a0f48e99cc2079d7866690d', u'created_at': u'2018-08-15T20:52:00Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.121.1', u'ip_version': 4, u'project_id': u'362b276b0a0f48e99cc2079d7866690d'}) 2018-08-15 20:52:00,815 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-15 20:52:00,816 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}200e53dc115ceda16ebdfb10cfcadf12608cffcc" -d '{"router": {"external_gateway_info": {"network_id": "fc8ca119-27ab-4070-99fa-a2993d11ee48"}, "name": "juju_epc-router_ee5cf44a-1e17-4203-ba5e-391541f1ffe6", "admin_state_up": true}}' 2018-08-15 20:52:02,205 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 619 X-Openstack-Request-Id: req-4e5d2b30-127b-40bf-983f-9fff9a72acc9 Date: Wed, 15 Aug 2018 20:52:02 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "fc8ca119-27ab-4070-99fa-a2993d11ee48", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "3ef75223-733d-425d-bb3e-88e8a796bebc", "ip_address": "172.30.9.215"}]}, "description": "", "tags": [], "tenant_id": "362b276b0a0f48e99cc2079d7866690d", "created_at": "2018-08-15T20:52:00Z", "admin_state_up": true, "updated_at": "2018-08-15T20:52:02Z", "revision_number": 2, "routes": [], "project_id": "362b276b0a0f48e99cc2079d7866690d", "id": "0722f805-360c-4a62-920a-661afe0d2565", "name": "juju_epc-router_ee5cf44a-1e17-4203-ba5e-391541f1ffe6"}} 2018-08-15 20:52:02,205 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-4e5d2b30-127b-40bf-983f-9fff9a72acc9 2018-08-15 20:52:02,205 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.39010310173s 2018-08-15 20:52:02,206 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-4e5d2b30-127b-40bf-983f-9fff9a72acc9 2018-08-15 20:52:02,206 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'fc8ca119-27ab-4070-99fa-a2993d11ee48', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'3ef75223-733d-425d-bb3e-88e8a796bebc', u'ip_address': u'172.30.9.215'}]}, u'description': u'', u'tags': [], u'tenant_id': u'362b276b0a0f48e99cc2079d7866690d', u'created_at': u'2018-08-15T20:52:00Z', u'admin_state_up': True, u'updated_at': u'2018-08-15T20:52:02Z', u'revision_number': 2, u'routes': [], u'project_id': u'362b276b0a0f48e99cc2079d7866690d', u'id': u'0722f805-360c-4a62-920a-661afe0d2565', u'name': u'juju_epc-router_ee5cf44a-1e17-4203-ba5e-391541f1ffe6'}) 2018-08-15 20:52:02,207 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-15 20:52:02,207 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/0722f805-360c-4a62-920a-661afe0d2565/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}200e53dc115ceda16ebdfb10cfcadf12608cffcc" -d '{"subnet_id": "0dcc1f0d-6440-489a-bf62-468af2610c33"}' 2018-08-15 20:52:04,152 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-20aad273-41fd-449f-a0e7-5cdd6aed7080 Date: Wed, 15 Aug 2018 20:52:04 GMT RESP BODY: {"network_id": "d3d91187-5c69-4e3a-b1e1-9d96c9d89825", "tenant_id": "362b276b0a0f48e99cc2079d7866690d", "subnet_id": "0dcc1f0d-6440-489a-bf62-468af2610c33", "subnet_ids": ["0dcc1f0d-6440-489a-bf62-468af2610c33"], "port_id": "84f076e7-12c6-4ca7-90bf-13a1c2c3410d", "id": "0722f805-360c-4a62-920a-661afe0d2565"} 2018-08-15 20:52:04,152 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/0722f805-360c-4a62-920a-661afe0d2565/add_router_interface.json used request id req-20aad273-41fd-449f-a0e7-5cdd6aed7080 2018-08-15 20:52:04,152 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.94508194923s 2018-08-15 20:52:04,152 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/0722f805-360c-4a62-920a-661afe0d2565/add_router_interface.json used request id req-20aad273-41fd-449f-a0e7-5cdd6aed7080 returning object 0722f805-360c-4a62-920a-661afe0d2565 2018-08-15 20:52:04,153 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/ubuntu-16.04-server-cloudimg-amd64-disk1.img 2018-08-15 20:52:07,567 - shade - DEBUG - Image file /home/opnfv/functest/images/ubuntu-16.04-server-cloudimg-amd64-disk1.img md5:f4a9830fb482d07eec07c8532a1c265e sha256:1cbcd7982061f60172fb90f2b08f5da155096d5c7d7979777a46cd36c722a15d 2018-08-15 20:52:07,571 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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-15 20:52:07,576 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Wed, 15 Aug 2018 20:52:07 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}]} 2018-08-15 20:52:07,581 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-15 20:52:07,585 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}200e53dc115ceda16ebdfb10cfcadf12608cffcc" 2018-08-15 20:52:07,883 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-a7fb5116-1ff4-431d-9ccc-87035f2aff38 Date: Wed, 15 Aug 2018 20:52:07 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-15 20:52:07,883 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-a7fb5116-1ff4-431d-9ccc-87035f2aff38 2018-08-15 20:52:07,883 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.301789045334s 2018-08-15 20:52:07,884 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-a7fb5116-1ff4-431d-9ccc-87035f2aff38 2018-08-15 20:52:07,892 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-15 20:52:07,896 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}200e53dc115ceda16ebdfb10cfcadf12608cffcc" -d '{"owner_specified.shade.md5": "f4a9830fb482d07eec07c8532a1c265e", "owner_specified.shade.sha256": "1cbcd7982061f60172fb90f2b08f5da155096d5c7d7979777a46cd36c722a15d", "owner_specified.shade.object": "images/juju_epc-img_ee5cf44a-1e17-4203-ba5e-391541f1ffe6", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "juju_epc-img_ee5cf44a-1e17-4203-ba5e-391541f1ffe6"}' 2018-08-15 20:52:07,983 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 933 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/a7979d61-8b8b-4fa6-b91b-246779978762 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-3c30749f-5261-45e7-8902-6674c53f808d Date: Wed, 15 Aug 2018 20:52:07 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-15T20:52:07Z", "file": "/v2/images/a7979d61-8b8b-4fa6-b91b-246779978762/file", "owner": "362b276b0a0f48e99cc2079d7866690d", "id": "a7979d61-8b8b-4fa6-b91b-246779978762", "size": null, "self": "/v2/images/a7979d61-8b8b-4fa6-b91b-246779978762", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "1cbcd7982061f60172fb90f2b08f5da155096d5c7d7979777a46cd36c722a15d", "locations": [], "visibility": "private", "owner_specified.shade.object": "images/juju_epc-img_ee5cf44a-1e17-4203-ba5e-391541f1ffe6", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "f4a9830fb482d07eec07c8532a1c265e", "name": "juju_epc-img_ee5cf44a-1e17-4203-ba5e-391541f1ffe6", "checksum": null, "created_at": "2018-08-15T20:52:07Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-15 20:52:07,983 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-3c30749f-5261-45e7-8902-6674c53f808d 2018-08-15 20:52:07,983 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0913031101227s 2018-08-15 20:52:07,984 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-3c30749f-5261-45e7-8902-6674c53f808d returning object a7979d61-8b8b-4fa6-b91b-246779978762 2018-08-15 20:52:07,984 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-15 20:52:07,988 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9292/v2/images/a7979d61-8b8b-4fa6-b91b-246779978762/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}200e53dc115ceda16ebdfb10cfcadf12608cffcc" -d '' 2018-08-15 20:52:12,573 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d014d570-b87b-4cfa-8002-a56a994e1587 Date: Wed, 15 Aug 2018 20:52:12 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-15 20:52:12,573 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/a7979d61-8b8b-4fa6-b91b-246779978762/file used request id req-d014d570-b87b-4cfa-8002-a56a994e1587 2018-08-15 20:52:12,574 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 4.58931899071s 2018-08-15 20:52:12,574 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/a7979d61-8b8b-4fa6-b91b-246779978762/file used request id req-d014d570-b87b-4cfa-8002-a56a994e1587 2018-08-15 20:52:12,578 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-15 20:52:12,584 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}200e53dc115ceda16ebdfb10cfcadf12608cffcc" 2018-08-15 20:52:12,620 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1394 Content-Type: application/json X-Openstack-Request-Id: req-54d27971-1111-4ef4-990d-87ad94eda2f7 Date: Wed, 15 Aug 2018 20:52:12 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-15T20:52:12Z", "file": "/v2/images/a7979d61-8b8b-4fa6-b91b-246779978762/file", "owner": "362b276b0a0f48e99cc2079d7866690d", "id": "a7979d61-8b8b-4fa6-b91b-246779978762", "size": 296681472, "self": "/v2/images/a7979d61-8b8b-4fa6-b91b-246779978762", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/a7979d61-8b8b-4fa6-b91b-246779978762/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "1cbcd7982061f60172fb90f2b08f5da155096d5c7d7979777a46cd36c722a15d", "locations": [{"url": "rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/a7979d61-8b8b-4fa6-b91b-246779978762/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/juju_epc-img_ee5cf44a-1e17-4203-ba5e-391541f1ffe6", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "f4a9830fb482d07eec07c8532a1c265e", "name": "juju_epc-img_ee5cf44a-1e17-4203-ba5e-391541f1ffe6", "checksum": "f4a9830fb482d07eec07c8532a1c265e", "created_at": "2018-08-15T20:52:07Z", "os_hidden": false, "protected": false, "os_hash_value": "81fa1c8acfa7afe4c5b0ec1c3d1494271792398cbc7aeb2672ced22dab4541df610b84b8584d2fa622b0e06fa144a5e80dd3d9911a9c208b7d866671346378ca"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-15 20:52:12,620 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-54d27971-1111-4ef4-990d-87ad94eda2f7 2018-08-15 20:52:12,620 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0417330265045s 2018-08-15 20:52:12,620 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-54d27971-1111-4ef4-990d-87ad94eda2f7 2018-08-15 20:52:12,622 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/a7979d61-8b8b-4fa6-b91b-246779978762/snap', u'metadata': Munch({})})], 'file': u'/v2/images/a7979d61-8b8b-4fa6-b91b-246779978762/file', 'owner': u'362b276b0a0f48e99cc2079d7866690d', 'id': u'a7979d61-8b8b-4fa6-b91b-246779978762', 'size': 296681472, u'self': u'/v2/images/a7979d61-8b8b-4fa6-b91b-246779978762', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'362b276b0a0f48e99cc2079d7866690d', 'name': 'juju_epc-project_ee5cf44a-1e17-4203-ba5e-391541f1ffe6', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/a7979d61-8b8b-4fa6-b91b-246779978762/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-15T20:52:12Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-15T20:52:12Z', u'owner_specified.shade.sha256': u'1cbcd7982061f60172fb90f2b08f5da155096d5c7d7979777a46cd36c722a15d', u'owner_specified.shade.object': u'images/juju_epc-img_ee5cf44a-1e17-4203-ba5e-391541f1ffe6', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'f4a9830fb482d07eec07c8532a1c265e', 'properties': {u'os_hash_value': u'81fa1c8acfa7afe4c5b0ec1c3d1494271792398cbc7aeb2672ced22dab4541df610b84b8584d2fa622b0e06fa144a5e80dd3d9911a9c208b7d866671346378ca', u'self': u'/v2/images/a7979d61-8b8b-4fa6-b91b-246779978762', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'1cbcd7982061f60172fb90f2b08f5da155096d5c7d7979777a46cd36c722a15d', u'owner_specified.shade.object': u'images/juju_epc-img_ee5cf44a-1e17-4203-ba5e-391541f1ffe6', u'owner_specified.shade.md5': u'f4a9830fb482d07eec07c8532a1c265e', u'schema': u'/v2/schemas/image'}, 'name': u'juju_epc-img_ee5cf44a-1e17-4203-ba5e-391541f1ffe6', 'created': u'2018-08-15T20:52:07Z', 'checksum': u'f4a9830fb482d07eec07c8532a1c265e', 'created_at': u'2018-08-15T20:52:07Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'81fa1c8acfa7afe4c5b0ec1c3d1494271792398cbc7aeb2672ced22dab4541df610b84b8584d2fa622b0e06fa144a5e80dd3d9911a9c208b7d866671346378ca', 'metadata': {u'os_hash_value': u'81fa1c8acfa7afe4c5b0ec1c3d1494271792398cbc7aeb2672ced22dab4541df610b84b8584d2fa622b0e06fa144a5e80dd3d9911a9c208b7d866671346378ca', u'self': u'/v2/images/a7979d61-8b8b-4fa6-b91b-246779978762', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'1cbcd7982061f60172fb90f2b08f5da155096d5c7d7979777a46cd36c722a15d', u'owner_specified.shade.object': u'images/juju_epc-img_ee5cf44a-1e17-4203-ba5e-391541f1ffe6', u'owner_specified.shade.md5': u'f4a9830fb482d07eec07c8532a1c265e', u'schema': u'/v2/schemas/image'}}) 2018-08-15 20:52:13,835 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju metadata generate-image -d /root -i a7979d61-8b8b-4fa6-b91b-246779978762 -s xenial -r regionOne -u http://172.30.9.27: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-15 20:52:13,836 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-15 20:52:13,839 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8d1c3ea0dd2376e622d2088e1efc9e22f5a75b2a" -d '{"flavor": {"vcpus": 1, "ram": 2048, "name": "juju_epc-flavor_ee5cf44a-1e17-4203-ba5e-391541f1ffe6", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 10, "id": null, "swap": 0}}' 2018-08-15 20:52:14,127 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 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-bc484f30-6f03-4c8f-81c5-db93f2e9e7c2 x-compute-request-id: req-bc484f30-6f03-4c8f-81c5-db93f2e9e7c2 Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavor": {"name": "juju_epc-flavor_ee5cf44a-1e17-4203-ba5e-391541f1ffe6", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/542a3bf3-57c8-4441-8310-e8027f02bc3f", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/542a3bf3-57c8-4441-8310-e8027f02bc3f", "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": "542a3bf3-57c8-4441-8310-e8027f02bc3f"}} 2018-08-15 20:52:14,128 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-bc484f30-6f03-4c8f-81c5-db93f2e9e7c2 2018-08-15 20:52:14,128 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.291342020035s 2018-08-15 20:52:14,128 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-bc484f30-6f03-4c8f-81c5-db93f2e9e7c2 2018-08-15 20:52:14,129 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'juju_epc-flavor_ee5cf44a-1e17-4203-ba5e-391541f1ffe6', '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'a3688ea3a7924e1e8a441a00bd79aae5', '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'542a3bf3-57c8-4441-8310-e8027f02bc3f', 'swap': 0}) 2018-08-15 20:52:14,130 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-15 20:52:14,133 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/flavors/542a3bf3-57c8-4441-8310-e8027f02bc3f/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}8d1c3ea0dd2376e622d2088e1efc9e22f5a75b2a" -d '{"extra_specs": {}}' 2018-08-15 20:52:14,152 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:52:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-8814af90-0bc3-4fe9-b028-8a63e1aa5900 x-compute-request-id: req-8814af90-0bc3-4fe9-b028-8a63e1aa5900 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-15 20:52:14,152 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/542a3bf3-57c8-4441-8310-e8027f02bc3f/os-extra_specs used request id req-8814af90-0bc3-4fe9-b028-8a63e1aa5900 2018-08-15 20:52:14,152 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0218420028687s 2018-08-15 20:52:14,152 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/542a3bf3-57c8-4441-8310-e8027f02bc3f/os-extra_specs used request id req-8814af90-0bc3-4fe9-b028-8a63e1aa5900 2018-08-15 20:52:14,153 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Additional pre-configuration steps 2018-08-15 20:52:14,154 - 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 | avMoou4QiOpIb2fI0RWsCs3Kb | | SDN_CONTROLLER_WEBPORT | 8080 | | DEPLOY_SCENARIO | os-odl-nofeature-noha | | NODE_NAME | lf-pod1 | | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-217 | | SDN_CONTROLLER_IP | 192.30.9.3 | | 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-15 20:52:14,164 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating Cloud for Abot-epc ..... 2018-08-15 20:52:14,262 - 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-15 20:52:14,262 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating Credentials for Abot-epc ..... 2018-08-15 20:52:14,340 - 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-15 20:52:14,340 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img 2018-08-15 20:52:15,762 - shade - DEBUG - Image file /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img md5:d7ba271c24da7bd727354314039ce602 sha256:8a5bc3fdf061a08326c1ce8f48bb660eec107547806d0401c5681e49e710a555 2018-08-15 20:52:15,764 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-15 20:52:15,765 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}200e53dc115ceda16ebdfb10cfcadf12608cffcc" 2018-08-15 20:52:15,799 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1394 Content-Type: application/json X-Openstack-Request-Id: req-4ae3ff60-25a6-4da5-8942-bcb50e98b778 Date: Wed, 15 Aug 2018 20:52:15 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-15T20:52:12Z", "file": "/v2/images/a7979d61-8b8b-4fa6-b91b-246779978762/file", "owner": "362b276b0a0f48e99cc2079d7866690d", "id": "a7979d61-8b8b-4fa6-b91b-246779978762", "size": 296681472, "self": "/v2/images/a7979d61-8b8b-4fa6-b91b-246779978762", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/a7979d61-8b8b-4fa6-b91b-246779978762/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "1cbcd7982061f60172fb90f2b08f5da155096d5c7d7979777a46cd36c722a15d", "locations": [{"url": "rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/a7979d61-8b8b-4fa6-b91b-246779978762/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/juju_epc-img_ee5cf44a-1e17-4203-ba5e-391541f1ffe6", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "f4a9830fb482d07eec07c8532a1c265e", "name": "juju_epc-img_ee5cf44a-1e17-4203-ba5e-391541f1ffe6", "checksum": "f4a9830fb482d07eec07c8532a1c265e", "created_at": "2018-08-15T20:52:07Z", "os_hidden": false, "protected": false, "os_hash_value": "81fa1c8acfa7afe4c5b0ec1c3d1494271792398cbc7aeb2672ced22dab4541df610b84b8584d2fa622b0e06fa144a5e80dd3d9911a9c208b7d866671346378ca"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-15 20:52:15,799 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-4ae3ff60-25a6-4da5-8942-bcb50e98b778 2018-08-15 20:52:15,799 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0352871417999s 2018-08-15 20:52:15,799 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-4ae3ff60-25a6-4da5-8942-bcb50e98b778 2018-08-15 20:52:15,804 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-15 20:52:15,806 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}200e53dc115ceda16ebdfb10cfcadf12608cffcc" -d '{"owner_specified.shade.md5": "d7ba271c24da7bd727354314039ce602", "owner_specified.shade.sha256": "8a5bc3fdf061a08326c1ce8f48bb660eec107547806d0401c5681e49e710a555", "owner_specified.shade.object": "images/juju_epc-img_alt_ee5cf44a-1e17-4203-ba5e-391541f1ffe6", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "juju_epc-img_alt_ee5cf44a-1e17-4203-ba5e-391541f1ffe6"}' 2018-08-15 20:52:15,869 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 941 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/d9e3cdc0-3ba1-41a6-be00-837248c81ec1 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-5b0ac0e8-1653-469e-adf4-f803acdbdc18 Date: Wed, 15 Aug 2018 20:52:15 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-15T20:52:15Z", "file": "/v2/images/d9e3cdc0-3ba1-41a6-be00-837248c81ec1/file", "owner": "362b276b0a0f48e99cc2079d7866690d", "id": "d9e3cdc0-3ba1-41a6-be00-837248c81ec1", "size": null, "self": "/v2/images/d9e3cdc0-3ba1-41a6-be00-837248c81ec1", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "8a5bc3fdf061a08326c1ce8f48bb660eec107547806d0401c5681e49e710a555", "locations": [], "visibility": "private", "owner_specified.shade.object": "images/juju_epc-img_alt_ee5cf44a-1e17-4203-ba5e-391541f1ffe6", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d7ba271c24da7bd727354314039ce602", "name": "juju_epc-img_alt_ee5cf44a-1e17-4203-ba5e-391541f1ffe6", "checksum": null, "created_at": "2018-08-15T20:52:15Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-15 20:52:15,869 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-5b0ac0e8-1653-469e-adf4-f803acdbdc18 2018-08-15 20:52:15,869 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0656042098999s 2018-08-15 20:52:15,870 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-5b0ac0e8-1653-469e-adf4-f803acdbdc18 returning object d9e3cdc0-3ba1-41a6-be00-837248c81ec1 2018-08-15 20:52:15,870 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-15 20:52:15,874 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9292/v2/images/d9e3cdc0-3ba1-41a6-be00-837248c81ec1/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}200e53dc115ceda16ebdfb10cfcadf12608cffcc" -d '' 2018-08-15 20:52:20,687 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-b7441f35-4570-42c3-acf0-42133069ee67 Date: Wed, 15 Aug 2018 20:52: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-15 20:52:20,687 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/d9e3cdc0-3ba1-41a6-be00-837248c81ec1/file used request id req-b7441f35-4570-42c3-acf0-42133069ee67 2018-08-15 20:52:20,687 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 4.81682682037s 2018-08-15 20:52:20,687 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/d9e3cdc0-3ba1-41a6-be00-837248c81ec1/file used request id req-b7441f35-4570-42c3-acf0-42133069ee67 2018-08-15 20:52:20,692 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-15 20:52:20,696 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}200e53dc115ceda16ebdfb10cfcadf12608cffcc" 2018-08-15 20:52:20,931 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2729 Content-Type: application/json X-Openstack-Request-Id: req-2a3a96a4-50b8-4236-a45e-2c1835ef444c Date: Wed, 15 Aug 2018 20:52:20 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-15T20:52:20Z", "file": "/v2/images/d9e3cdc0-3ba1-41a6-be00-837248c81ec1/file", "owner": "362b276b0a0f48e99cc2079d7866690d", "id": "d9e3cdc0-3ba1-41a6-be00-837248c81ec1", "size": 263324160, "self": "/v2/images/d9e3cdc0-3ba1-41a6-be00-837248c81ec1", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/d9e3cdc0-3ba1-41a6-be00-837248c81ec1/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "8a5bc3fdf061a08326c1ce8f48bb660eec107547806d0401c5681e49e710a555", "locations": [{"url": "rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/d9e3cdc0-3ba1-41a6-be00-837248c81ec1/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/juju_epc-img_alt_ee5cf44a-1e17-4203-ba5e-391541f1ffe6", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d7ba271c24da7bd727354314039ce602", "name": "juju_epc-img_alt_ee5cf44a-1e17-4203-ba5e-391541f1ffe6", "checksum": "d7ba271c24da7bd727354314039ce602", "created_at": "2018-08-15T20:52:15Z", "os_hidden": false, "protected": false, "os_hash_value": "c7186c493b45e03a3d4fb45863d0be88fa34d1e960098a7303cdc88af5e043f547c4a4c85be80eef584e8ed98e3d8de823928c5fb6aa99a8342e3347b0cef4a5"}, {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-15T20:52:12Z", "file": "/v2/images/a7979d61-8b8b-4fa6-b91b-246779978762/file", "owner": "362b276b0a0f48e99cc2079d7866690d", "id": "a7979d61-8b8b-4fa6-b91b-246779978762", "size": 296681472, "self": "/v2/images/a7979d61-8b8b-4fa6-b91b-246779978762", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/a7979d61-8b8b-4fa6-b91b-246779978762/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "1cbcd7982061f60172fb90f2b08f5da155096d5c7d7979777a46cd36c722a15d", "locations": [{"url": "rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/a7979d61-8b8b-4fa6-b91b-246779978762/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/juju_epc-img_ee5cf44a-1e17-4203-ba5e-391541f1ffe6", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "f4a9830fb482d07eec07c8532a1c265e", "name": "juju_epc-img_ee5cf44a-1e17-4203-ba5e-391541f1ffe6", "checksum": "f4a9830fb482d07eec07c8532a1c265e", "created_at": "2018-08-15T20:52:07Z", "os_hidden": false, "protected": false, "os_hash_value": "81fa1c8acfa7afe4c5b0ec1c3d1494271792398cbc7aeb2672ced22dab4541df610b84b8584d2fa622b0e06fa144a5e80dd3d9911a9c208b7d866671346378ca"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-15 20:52:20,931 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-2a3a96a4-50b8-4236-a45e-2c1835ef444c 2018-08-15 20:52:20,931 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.239462852478s 2018-08-15 20:52:20,932 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-2a3a96a4-50b8-4236-a45e-2c1835ef444c 2018-08-15 20:52:20,934 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/d9e3cdc0-3ba1-41a6-be00-837248c81ec1/snap', u'metadata': Munch({})})], 'file': u'/v2/images/d9e3cdc0-3ba1-41a6-be00-837248c81ec1/file', 'owner': u'362b276b0a0f48e99cc2079d7866690d', 'id': u'd9e3cdc0-3ba1-41a6-be00-837248c81ec1', 'size': 263324160, u'self': u'/v2/images/d9e3cdc0-3ba1-41a6-be00-837248c81ec1', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'362b276b0a0f48e99cc2079d7866690d', 'name': 'juju_epc-project_ee5cf44a-1e17-4203-ba5e-391541f1ffe6', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/d9e3cdc0-3ba1-41a6-be00-837248c81ec1/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-15T20:52:20Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-15T20:52:20Z', u'owner_specified.shade.sha256': u'8a5bc3fdf061a08326c1ce8f48bb660eec107547806d0401c5681e49e710a555', u'owner_specified.shade.object': u'images/juju_epc-img_alt_ee5cf44a-1e17-4203-ba5e-391541f1ffe6', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'd7ba271c24da7bd727354314039ce602', 'properties': {u'os_hash_value': u'c7186c493b45e03a3d4fb45863d0be88fa34d1e960098a7303cdc88af5e043f547c4a4c85be80eef584e8ed98e3d8de823928c5fb6aa99a8342e3347b0cef4a5', u'self': u'/v2/images/d9e3cdc0-3ba1-41a6-be00-837248c81ec1', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'8a5bc3fdf061a08326c1ce8f48bb660eec107547806d0401c5681e49e710a555', u'owner_specified.shade.object': u'images/juju_epc-img_alt_ee5cf44a-1e17-4203-ba5e-391541f1ffe6', u'owner_specified.shade.md5': u'd7ba271c24da7bd727354314039ce602', u'schema': u'/v2/schemas/image'}, 'name': u'juju_epc-img_alt_ee5cf44a-1e17-4203-ba5e-391541f1ffe6', 'created': u'2018-08-15T20:52:15Z', 'checksum': u'd7ba271c24da7bd727354314039ce602', 'created_at': u'2018-08-15T20:52:15Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'c7186c493b45e03a3d4fb45863d0be88fa34d1e960098a7303cdc88af5e043f547c4a4c85be80eef584e8ed98e3d8de823928c5fb6aa99a8342e3347b0cef4a5', 'metadata': {u'os_hash_value': u'c7186c493b45e03a3d4fb45863d0be88fa34d1e960098a7303cdc88af5e043f547c4a4c85be80eef584e8ed98e3d8de823928c5fb6aa99a8342e3347b0cef4a5', u'self': u'/v2/images/d9e3cdc0-3ba1-41a6-be00-837248c81ec1', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'8a5bc3fdf061a08326c1ce8f48bb660eec107547806d0401c5681e49e710a555', u'owner_specified.shade.object': u'images/juju_epc-img_alt_ee5cf44a-1e17-4203-ba5e-391541f1ffe6', u'owner_specified.shade.md5': u'd7ba271c24da7bd727354314039ce602', u'schema': u'/v2/schemas/image'}}) 2018-08-15 20:52:21,092 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju metadata generate-image -d /root -i d9e3cdc0-3ba1-41a6-be00-837248c81ec1 -s trusty -r regionOne -u http://172.30.9.27: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-15 20:52:21,093 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-15 20:52:21,095 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8d1c3ea0dd2376e622d2088e1efc9e22f5a75b2a" -d '{"flavor": {"vcpus": 1, "ram": 4096, "name": "juju_epc-flavor_alt_ee5cf44a-1e17-4203-ba5e-391541f1ffe6", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 10, "id": null, "swap": 0}}' 2018-08-15 20:52:21,134 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:52: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-cb0e19cb-2916-41fd-9f74-76480d3d60c2 x-compute-request-id: req-cb0e19cb-2916-41fd-9f74-76480d3d60c2 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"flavor": {"name": "juju_epc-flavor_alt_ee5cf44a-1e17-4203-ba5e-391541f1ffe6", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/b83dfc48-05da-4d3d-9504-63064dff83d9", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/b83dfc48-05da-4d3d-9504-63064dff83d9", "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": "b83dfc48-05da-4d3d-9504-63064dff83d9"}} 2018-08-15 20:52:21,134 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-cb0e19cb-2916-41fd-9f74-76480d3d60c2 2018-08-15 20:52:21,134 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0412220954895s 2018-08-15 20:52:21,134 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-cb0e19cb-2916-41fd-9f74-76480d3d60c2 2018-08-15 20:52:21,135 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'juju_epc-flavor_alt_ee5cf44a-1e17-4203-ba5e-391541f1ffe6', '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'a3688ea3a7924e1e8a441a00bd79aae5', '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'b83dfc48-05da-4d3d-9504-63064dff83d9', 'swap': 0}) 2018-08-15 20:52:21,136 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-15 20:52:21,137 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/flavors/b83dfc48-05da-4d3d-9504-63064dff83d9/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}8d1c3ea0dd2376e622d2088e1efc9e22f5a75b2a" -d '{"extra_specs": {}}' 2018-08-15 20:52:21,154 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 20:52: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-7c318f1a-5414-4582-ae81-762febf92449 x-compute-request-id: req-7c318f1a-5414-4582-ae81-762febf92449 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-15 20:52:21,154 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/b83dfc48-05da-4d3d-9504-63064dff83d9/os-extra_specs used request id req-7c318f1a-5414-4582-ae81-762febf92449 2018-08-15 20:52:21,154 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0184810161591s 2018-08-15 20:52:21,154 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/b83dfc48-05da-4d3d-9504-63064dff83d9/os-extra_specs used request id req-7c318f1a-5414-4582-ae81-762febf92449 2018-08-15 20:52:21,154 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Starting Juju Bootstrap process... 2018-08-15 20:56:04,841 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - 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=d3d91187-5c69-4e3a-b1e1-9d96c9d89825 --config ssl-hostname-verification=false --config use-floating-ip=true --config use-default-secgroup=true --debug 20:52:21 INFO juju.cmd supercommand.go:63 running juju [2.2.5 gc go1.9.4] 20:52:21 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=d3d91187-5c69-4e3a-b1e1-9d96c9d89825", "--config", "ssl-hostname-verification=false", "--config", "use-floating-ip=true", "--config", "use-default-secgroup=true", "--debug"} 20:52:21 DEBUG juju.cmd.juju.commands bootstrap.go:804 authenticating with region "regionOne" and credential "abot-epc" () 20:52:21 DEBUG juju.cmd.juju.commands bootstrap.go:932 provider attrs: map[external-network: use-floating-ip:true use-default-secgroup:true network:d3d91187-5c69-4e3a-b1e1-9d96c9d89825] 20:52:21 INFO cmd authkeys.go:114 Adding contents of "/root/.local/share/juju/ssh/juju_id_rsa.pub" to authorized-keys 20:52:21 DEBUG juju.cmd.juju.commands bootstrap.go:988 preparing controller with config: map[https-proxy: use-floating-ip:true no-proxy:127.0.0.1,localhost,::1 agent-metadata-url: enable-os-upgrade:true max-status-history-age:336h apt-mirror: enable-os-refresh-update:true development:false proxy-ssh:false firewall-mode:instance automatically-retry-hooks:true test-mode:false image-metadata-url: agent-stream:released provisioner-harvest-mode:destroyed disable-network-management:false network:d3d91187-5c69-4e3a-b1e1-9d96c9d89825 authorized-keys:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDdAUWxfeFuzgk+iyFP/29Gt+QxvjOpr+tIwITb2RsvesOUtIeTp7Npo30Zb+Gb+w8Arpw9lXD9E+NPhkcx3Ls2oTHHYldoKrJ4hvxvySUM9cpa7ZrvOzU1yjxHwGXe4Ft4xM/cX9x8GoqqGzQCfHwpgZB2aojcQR4xJm9aUbSI/GmDrboa3Oow0aGkpoYDUqCxtIjsruUrPfxrfZ2Bk/wCgu5repjPTe8iAitM05JgObdRK2cBYncmQ3frGNRzuPcKtWjucQx6cl81yuhbKn2PwOHzVFS7BT448l4QU5YHh2MBc9OsWpbwo0AxnurEQr1lMilPWMtm3UO+rFjS3g4r juju-client-key external-network: ignore-machine-addresses:false net-bond-reconfigure-delay:17 default-series:xenial type:openstack apt-https-proxy: logforward-enabled:false ftp-proxy: ssl-hostname-verification:false update-status-hook-interval:5m name:controller max-action-results-size:5G image-stream:released use-default-secgroup:true max-status-history-size:5G resource-tags: apt-ftp-proxy: apt-no-proxy: logging-config: transmit-vendor-metrics:true http-proxy: uuid:08aed9c0-9e9a-4ffa-87c6-cc7d25dd40f6 apt-http-proxy: max-action-results-age:336h] 20:52:21 INFO juju.provider.openstack provider.go:144 opening model "controller" 20:52:21 DEBUG goose :1 auth details: &{Token:gAAAAABbdJKFmKNB_nYDcqL6MSKtZMUdRYJeLrTwEdqABUxs2BpjKQrfPnoaOv3db0U40cAXp_5mA3uWFcYEpsjAk1W_AK3U13yR70YyYa0kmEvbJPHFE-LwHhqK1owxJtvIT8wISyvOXyCpfau6naWJ_N0l1N875kafherv_N6-szLNcIn7Dao TenantId:362b276b0a0f48e99cc2079d7866690d UserId:9b501992112148ee958580b891813f80 Domain: RegionServiceURLs:map[regionOne:map[alarming:http://172.30.9.27:8042 volumev3:http://172.30.9.27:8776/v3/362b276b0a0f48e99cc2079d7866690d image:http://172.30.9.27:9292 identity:http://172.30.9.27:5000 compute:http://172.30.9.27:8774/v2.1 cloudformation:http://172.30.9.27:8000/v1 volumev2:http://172.30.9.27:8776/v2/362b276b0a0f48e99cc2079d7866690d placement:http://172.30.9.27:8778/placement orchestration:http://172.30.9.27:8004/v1/362b276b0a0f48e99cc2079d7866690d metric:http://172.30.9.27:8041 object-store:http://172.30.9.27:8080/v1/AUTH_362b276b0a0f48e99cc2079d7866690d network:http://172.30.9.27:9696 volume:http://172.30.9.27:8776/v1/362b276b0a0f48e99cc2079d7866690d event:http://172.30.9.27:8977]]} 20:52:21 INFO cmd bootstrap.go:482 Creating Juju controller "abot-controller" on abot-epc/regionOne 20:52:21 DEBUG goose :1 performing API version discovery for "http://172.30.9.27:8774/" 20:52:21 DEBUG goose :1 discovered API versions: [{Version:{major:2 minor:0} Links:[{Href:http://172.30.9.27:8774/v2/ Rel:self}] Status:SUPPORTED} {Version:{major:2 minor:1} Links:[{Href:http://172.30.9.27:8774/v2.1/ Rel:self}] Status:CURRENT}] 20:52:22 INFO juju.cmd.juju.commands bootstrap.go:540 combined bootstrap constraints: mem=2048M 20:52:22 DEBUG juju.environs.bootstrap bootstrap.go:199 model "controller" supports service/machine networks: true 20:52:22 DEBUG juju.environs.bootstrap bootstrap.go:201 network management by juju enabled: true 20:52:22 DEBUG juju.environs.bootstrap bootstrap.go:685 no agent directory found, using default agent binary metadata source: https://streams.canonical.com/juju/tools 20:52:22 DEBUG juju.environs.bootstrap bootstrap.go:710 setting default image metadata source: /root/images 20:52:22 DEBUG juju.environs imagemetadata.go:46 new user image datasource registered: bootstrap metadata 20:52:22 INFO juju.environs.bootstrap bootstrap.go:728 custom image metadata added to search path 20:52:22 INFO cmd bootstrap.go:233 Loading image metadata 20:52:22 DEBUG juju.environs imagemetadata.go:112 obtained image datasource "bootstrap metadata" 20:52:22 DEBUG juju.environs imagemetadata.go:112 obtained image datasource "default cloud images" 20:52:22 DEBUG juju.environs imagemetadata.go:112 obtained image datasource "default ubuntu cloud images" 20:52:22 DEBUG juju.environs.bootstrap bootstrap.go:576 constraints for image metadata lookup &{{{regionOne http://172.30.9.27:5000/v3} [raring yakkety win2012r2 win10 vivid zesty win2008r2 win2012 win2016nano utopic wily win2012hvr2 win2012hv win2016hv win8 quantal trusty precise saucy xenial opensuseleap win81 centos7 win2016 win7 genericlinux] [amd64 i386 armhf arm64 ppc64el s390x] released}} 20:52:22 DEBUG juju.environs.bootstrap bootstrap.go:588 found 2 image metadata in bootstrap metadata 20:52:25 DEBUG juju.environs.bootstrap bootstrap.go:588 found 0 image metadata in default cloud images 20:52:26 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.27:5000/v3} not found 20:52:26 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.27:5000/v3} not found 20:52:26 DEBUG juju.environs.bootstrap bootstrap.go:592 found 2 image metadata from all image data sources 20:52:26 INFO cmd bootstrap.go:296 Looking for packaged Juju agent version 2.2.9 for amd64 20:52:26 INFO juju.environs.bootstrap tools.go:72 looking for bootstrap agent binaries: version=2.2.9 20:52:26 DEBUG juju.environs.tools tools.go:101 finding agent binaries in stream "released" 20:52:26 DEBUG juju.environs.tools tools.go:103 reading agent binaries with major.minor version 2.2 20:52:26 DEBUG juju.environs.tools tools.go:111 filtering agent binaries by version: 2.2.9 20:52:26 DEBUG juju.environs.tools tools.go:114 filtering agent binaries by series: xenial 20:52:26 DEBUG juju.environs.tools tools.go:117 filtering agent binaries by architecture: amd64 20:52:26 DEBUG juju.environs.tools urls.go:109 trying datasource "keystone catalog" 20:52:27 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 []} 20:52:30 INFO juju.environs.bootstrap tools.go:74 found 1 packaged agent binaries 20:52:30 INFO cmd bootstrap.go:357 Starting new instance for initial controller Launching controller instance(s) on abot-epc/regionOne... 20:52:30 DEBUG juju.environs.instances image.go:64 instance constraints {region: regionOne, series: xenial, arches: [amd64], constraints: mem=2048M, storage: []} 20:52:30 DEBUG juju.environs.instances image.go:70 matching constraints {region: regionOne, series: xenial, arches: [amd64], constraints: mem=2048M, storage: []} against possible image metadata [{Id:a7979d61-8b8b-4fa6-b91b-246779978762 Arch:amd64 VirtType:}] 20:52:30 INFO juju.environs.instances image.go:106 find instance - using image with id: a7979d61-8b8b-4fa6-b91b-246779978762 20:52:30 DEBUG juju.cloudconfig.instancecfg instancecfg.go:832 Setting numa ctl preference to false 20:52:30 DEBUG juju.service discovery.go:63 discovered init system "systemd" from series "xenial" 20:52:30 DEBUG juju.provider.openstack provider.go:1010 openstack user data; 2484 bytes 20:52:30 DEBUG juju.provider.openstack provider.go:1022 using network id "d3d91187-5c69-4e3a-b1e1-9d96c9d89825" 20:52:30 DEBUG goose :1 performing API version discovery for "http://172.30.9.27:9696/" 20:52:30 DEBUG goose :1 discovered API versions: [{Version:{major:2 minor:0} Links:[{Href:http://172.30.9.27:9696/v2.0/ Rel:self}] Status:CURRENT}] 20:52:33 INFO juju.provider.openstack provider.go:1146 trying to build instance in availability zone "nova" - instance "c2d8bb72-6f12-4a1b-92f1-e60db941d791" has status BUILD, wait 10 seconds before retry, attempt 1 - instance "c2d8bb72-6f12-4a1b-92f1-e60db941d791" has status BUILD, wait 10 seconds before retry, attempt 2 - instance "c2d8bb72-6f12-4a1b-92f1-e60db941d791" has status BUILD, wait 10 seconds before retry, attempt 3 - instance "c2d8bb72-6f12-4a1b-92f1-e60db941d791" has status BUILD, wait 10 seconds before retry, attempt 4 - instance "c2d8bb72-6f12-4a1b-92f1-e60db941d791" has status BUILD, wait 10 seconds before retry, attempt 5 - instance "c2d8bb72-6f12-4a1b-92f1-e60db941d791" has status BUILD, wait 10 seconds before retry, attempt 6 - instance "c2d8bb72-6f12-4a1b-92f1-e60db941d791" has status BUILD, wait 10 seconds before retry, attempt 7 - instance "c2d8bb72-6f12-4a1b-92f1-e60db941d791" has status BUILD, wait 10 seconds before retry, attempt 8 - instance "c2d8bb72-6f12-4a1b-92f1-e60db941d791" has status BUILD, wait 10 seconds before retry, attempt 9 - instance "c2d8bb72-6f12-4a1b-92f1-e60db941d791" has status BUILD, wait 10 seconds before retry, attempt 10 - instance "c2d8bb72-6f12-4a1b-92f1-e60db941d791" has status BUILD, wait 10 seconds before retry, attempt 11 20:54:32 INFO juju.provider.openstack provider.go:1189 started instance "c2d8bb72-6f12-4a1b-92f1-e60db941d791" 20:54:32 DEBUG juju.provider.openstack provider.go:1193 allocating public IP address for openstack node 20:54:34 DEBUG juju.provider.openstack networking.go:216 allocated new public IP: 172.30.9.212 20:54:34 INFO juju.provider.openstack provider.go:1198 allocated public IP 172.30.9.212 - c2d8bb72-6f12-4a1b-92f1-e60db941d791 (arch=amd64 mem=2G cores=1) 20:54:36 INFO juju.environs.bootstrap bootstrap.go:606 newest version: 2.2.9 20:54:36 INFO juju.environs.bootstrap bootstrap.go:613 failed to find 2.2.5 tools, will attempt to use 2.2.9 20:54:36 INFO juju.environs.bootstrap bootstrap.go:621 picked bootstrap agent binary version: 2.2.9 20:54:36 INFO juju.environs.bootstrap bootstrap.go:393 Installing Juju agent on bootstrap instance 20:54:39 INFO cmd bootstrap.go:485 Fetching Juju GUI 2.13.2 20:54:39 DEBUG juju.cloudconfig.instancecfg instancecfg.go:832 Setting numa ctl preference to false Waiting for address 20:54:40 DEBUG juju.provider.openstack provider.go:414 instance c2d8bb72-6f12-4a1b-92f1-e60db941d791 has floating IP address: 172.30.9.212 Attempting to connect to 172.30.9.212:22 Attempting to connect to 192.168.121.3:22 20:54:40 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 192.168.121.3 failed: ssh: connect to host 192.168.121.3 port 22: Connection refused 20:54:40 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.212 failed: ssh: connect to host 172.30.9.212 port 22: Connection refused 20:54:45 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.212 failed: ssh: connect to host 172.30.9.212 port 22: Connection refused 20:54:45 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 192.168.121.3 failed: ssh: connect to host 192.168.121.3 port 22: Connection refused 20:54:50 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 192.168.121.3 failed: ssh: connect to host 192.168.121.3 port 22: Connection refused 20:54:50 DEBUG juju.provider.openstack provider.go:414 instance c2d8bb72-6f12-4a1b-92f1-e60db941d791 has floating IP address: 172.30.9.212 20:54:50 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.212 failed: /var/lib/juju/nonce.txt does not exist 20:54:55 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 192.168.121.3 failed: ssh: connect to host 192.168.121.3 port 22: Connection refused 20:54: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-dd40f6-controller-0 20:55:59 INFO cmd bootstrap.go:423 Bootstrap agent now started 20:56:00 DEBUG juju.provider.openstack provider.go:414 instance c2d8bb72-6f12-4a1b-92f1-e60db941d791 has floating IP address: 172.30.9.212 20:56:00 INFO juju.juju api.go:308 API endpoints changed from [] to [172.30.9.212:17070 192.168.121.3:17070] 20:56:00 INFO cmd controller.go:82 Contacting Juju controller at 172.30.9.212 to verify accessibility... 20:56:00 INFO juju.juju api.go:67 connecting to API addresses: [172.30.9.212:17070 192.168.121.3:17070] 20:56:03 DEBUG juju.api apiclient.go:863 successfully dialed "wss://172.30.9.212:17070/model/de7e6df2-8a46-4c9e-8f05-0b91223056ff/api" 20:56:03 INFO juju.api apiclient.go:617 connection established to "wss://172.30.9.212:17070/model/de7e6df2-8a46-4c9e-8f05-0b91223056ff/api" 20:56:03 DEBUG juju.api monitor.go:35 RPC connection died 20:56:03 INFO cmd controller.go:110 Still waiting for API to become available: upgrade in progress (upgrade in progress) 20:56:03 INFO juju.juju api.go:67 connecting to API addresses: [172.30.9.212:17070 192.168.121.3:17070] 20:56:03 DEBUG juju.api apiclient.go:863 successfully dialed "wss://172.30.9.212:17070/model/de7e6df2-8a46-4c9e-8f05-0b91223056ff/api" 20:56:03 INFO juju.api apiclient.go:617 connection established to "wss://172.30.9.212:17070/model/de7e6df2-8a46-4c9e-8f05-0b91223056ff/api" 20:56:03 DEBUG juju.api monitor.go:35 RPC connection died 20:56:03 INFO cmd controller.go:110 Still waiting for API to become available: upgrade in progress (upgrade in progress) 20:56:04 INFO juju.juju api.go:67 connecting to API addresses: [172.30.9.212:17070 192.168.121.3:17070] 20:56:04 DEBUG juju.api apiclient.go:863 successfully dialed "wss://172.30.9.212:17070/model/de7e6df2-8a46-4c9e-8f05-0b91223056ff/api" 20:56:04 INFO juju.api apiclient.go:617 connection established to "wss://172.30.9.212:17070/model/de7e6df2-8a46-4c9e-8f05-0b91223056ff/api" 20:56:04 DEBUG juju.api monitor.go:35 RPC connection died 20:56:04 INFO cmd controller.go:87 Bootstrap complete, "abot-controller" controller now available. 20:56:04 INFO cmd controller.go:88 Controller machines are in the "controller" model. 20:56:04 INFO cmd controller.go:89 Initial model "default" added. 20:56:04 INFO cmd supercommand.go:465 command finished 2018-08-15 20:56:04,842 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Upload VNFD 2018-08-15 20:56:04,842 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Deploying Abot-epc bundle file ... 2018-08-15 20:56:17,599 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju deploy /src/epc-requirements/abot_charm/functest-abot-epc-bundle/bundle.yaml Deploying charm "local:xenial/abot-epc-basic-1" application abot-epc-basic exposed Deploying charm "cs:mysql-55" Deploying charm "local:trusty/oai-epc-3" Deploying charm "local:trusty/oai-hss-13" Related "mysql:db" and "oai-hss:db" Related "oai-hss:hss" and "oai-epc:hss" Related "oai-epc:epc" and "abot-epc-basic:epc" Related "oai-epc:ssh-abot-epc" and "abot-epc-basic:ssh-abot" Deploy of bundle completed. 2018-08-15 20:56:17,599 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Waiting for instances ..... 2018-08-15 21:56:17,940 - functest.opnfv_tests.vnf.epc.juju_epc - ERROR - Exception with Juju VNF Deployment: ['timeout', '-t', '3600', 'juju-wait'] 2018-08-15 21:56:18,068 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-15 21:56:18,068 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | juju_epc | functest | 64:19 | FAIL | +-------------------+------------------+------------------+----------------+ 2018-08-15 21:56:18,488 - functest.opnfv_tests.vnf.epc.juju_epc - DEBUG - juju debug-log --replay --no-tail machine-2: 21:02:41 INFO juju.cmd running jujud [2.2.9 gc go1.8] machine-2: 21:02:41 DEBUG juju.cmd args: []string{"/var/lib/juju/tools/machine-2/jujud", "machine", "--data-dir", "/var/lib/juju", "--machine-id", "2", "--debug"} machine-2: 21:02:41 DEBUG juju.agent read agent config, format "2.0" machine-2: 21:02:42 DEBUG juju.wrench couldn't read wrench directory: stat /var/lib/juju/wrench: no such file or directory machine-2: 21:02:42 INFO juju.worker.upgradesteps upgrade steps for 2.2.9 have already been run. machine-2: 21:02:42 DEBUG juju.worker start "engine" machine-2: 21:02:42 INFO juju.worker start "engine" machine-2: 21:02:42 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "agent" not running: dependency not available machine-2: 21:02:42 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 21:02:42 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 21:02:42 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 21:02:42 DEBUG juju.worker.dependency "upgrade-steps-gate" manifold worker started machine-2: 21:02:42 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: "agent" not running: dependency not available machine-2: 21:02:42 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 21:02:42 DEBUG juju.worker.dependency "unconverted-state-workers" manifold worker stopped: "state" not running: dependency not available machine-2: 21:02:42 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "agent" not running: dependency not available machine-2: 21:02:42 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available machine-2: 21:02:42 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 21:02:42 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: "state-config-watcher" not running: dependency not available machine-2: 21:02:42 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 21:02:42 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 21:02:42 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 21:02:42 DEBUG juju.worker.dependency "agent" manifold worker started machine-2: 21:02:42 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 21:02:42 DEBUG juju.worker.dependency "state" manifold worker stopped: "state-config-watcher" not running: dependency not available machine-2: 21:02:42 DEBUG juju.worker.introspection introspection worker listening on "@jujud-machine-2" machine-2: 21:02:42 DEBUG juju.worker "engine" started machine-2: 21:02:42 DEBUG juju.worker.introspection stats worker now serving machine-2: 21:02:42 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 21:02:42 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started machine-2: 21:02:42 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: machine-2: 21:02:42 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 21:02:42 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 21:02:42 DEBUG juju.worker.dependency "state-config-watcher" manifold worker started machine-2: 21:02:42 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 21:02:42 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 21:02:42 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 21:02:42 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker started machine-2: 21:02:42 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: "upgrade-check-gate" not running: dependency not available machine-2: 21:02:42 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 21:02:42 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 21:02:42 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 21:02:42 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 21:02:42 DEBUG juju.worker.dependency "upgrade-check-gate" manifold worker started machine-2: 21:02:42 DEBUG juju.worker.dependency "termination-signal-handler" manifold worker started machine-2: 21:02:42 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 21:02:42 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 21:02:42 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-2: 21:02:42 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: machine-2: 21:02:42 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 21:02:42 DEBUG juju.worker.dependency "state" manifold worker stopped: dependency not available machine-2: 21:02:42 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 21:02:42 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 21:02:42 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 21:02:42 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 21:02:42 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 21:02:42 DEBUG juju.worker.apicaller connecting with old password machine-2: 21:02:42 DEBUG juju.api successfully dialed "wss://192.168.121.3:17070/model/de7e6df2-8a46-4c9e-8f05-0b91223056ff/api" machine-2: 21:02:42 INFO juju.api connection established to "wss://192.168.121.3:17070/model/de7e6df2-8a46-4c9e-8f05-0b91223056ff/api" machine-2: 21:02:42 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 21:02:42 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 21:02:42 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: dependency not available machine-2: 21:02:42 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 21:02:42 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available machine-2: 21:02:42 DEBUG juju.worker.apicaller connected machine-2: 21:02:42 DEBUG juju.worker.apicaller changing password... machine-2: 21:02:42 DEBUG juju.worker.apicaller password changed machine-2: 21:02:42 DEBUG juju.api RPC connection died machine-2: 21:02:42 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: restart immediately machine-2: 21:02:42 DEBUG juju.worker.apicaller connecting with current password machine-2: 21:02:42 DEBUG juju.api successfully dialed "wss://192.168.121.3:17070/model/de7e6df2-8a46-4c9e-8f05-0b91223056ff/api" machine-2: 21:02:42 INFO juju.api connection established to "wss://192.168.121.3:17070/model/de7e6df2-8a46-4c9e-8f05-0b91223056ff/api" machine-2: 21:02:43 DEBUG juju.api successfully dialed "wss://172.30.9.212:17070/model/de7e6df2-8a46-4c9e-8f05-0b91223056ff/api" machine-2: 21:02:43 DEBUG juju.worker.apicaller connected machine-2: 21:02:43 DEBUG juju.api successfully dialed "wss://172.30.9.212:17070/model/de7e6df2-8a46-4c9e-8f05-0b91223056ff/api" machine-2: 21:02:44 DEBUG juju.worker.dependency "api-caller" manifold worker started machine-2: 21:02:44 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 21:02:44 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 21:02:44 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 21:02:44 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 21:02:44 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 21:02:44 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 21:02:44 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 21:02:44 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started machine-2: 21:02:44 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: machine-2: 21:02:44 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: machine-2: 21:02:44 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: machine-2: 21:02:44 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: machine-2: 21:02:44 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: machine-2: 21:02:44 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: machine-2: 21:02:44 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: machine-2: 21:02:44 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: machine-2: 21:02:44 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: machine-2: 21:02:44 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: machine-2: 21:02:44 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 21:02:44 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 21:02:44 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 21:02:44 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 21:02:44 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 21:02:44 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started machine-2: 21:02:44 DEBUG juju.wrench couldn't read wrench directory: stat /var/lib/juju/wrench: no such file or directory machine-2: 21:02:44 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: machine-2: 21:02:44 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 21:02:44 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 21:02:44 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 21:02:44 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 21:02:44 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 21:02:44 DEBUG juju.worker.dependency "upgrader" manifold worker started machine-2: 21:02:44 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 21:02:44 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 21:02:44 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 21:02:44 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 21:02:44 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 21:02:44 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 21:02:44 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 21:02:44 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 21:02:45 INFO juju.worker.upgrader abort check blocked until version event received machine-2: 21:02:45 INFO juju.worker.upgrader unblocking abort check machine-2: 21:02:45 INFO juju.worker.upgrader desired tool version: 2.2.9 machine-2: 21:02:45 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: gate unlocked machine-2: 21:02:45 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-2: 21:02:45 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: machine-2: 21:02:45 DEBUG juju.worker.dependency "migration-fortress" manifold worker started machine-2: 21:02:45 DEBUG juju.worker.dependency "migration-minion" manifold worker started machine-2: 21:02:45 INFO juju.worker.migrationminion migration phase is now: NONE machine-2: 21:02:45 DEBUG juju.worker.dependency "storage-provisioner" manifold worker started machine-2: 21:02:45 DEBUG juju.worker.dependency "host-key-reporter" manifold worker started machine-2: 21:02:45 DEBUG juju.worker.dependency "api-address-updater" manifold worker started machine-2: 21:02:45 DEBUG juju.worker.logger initial log config: "=DEBUG" machine-2: 21:02:45 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started machine-2: 21:02:45 DEBUG juju.worker.dependency "log-sender" manifold worker started machine-2: 21:02:45 DEBUG juju.worker.dependency "reboot-executor" manifold worker started machine-2: 21:02:45 DEBUG juju.worker.logger logger setup machine-2: 21:02:45 DEBUG juju.worker.dependency "machine-action-runner" manifold worker started machine-2: 21:02:45 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: dependency not available machine-2: 21:02:45 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker started machine-2: 21:02:45 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started machine-2: 21:02:45 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: dependency not available machine-2: 21:02:45 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: resource permanently unavailable machine-2: 21:02:45 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: dependency not available machine-2: 21:02:45 DEBUG juju.worker.dependency "disk-manager" manifold worker started machine-2: 21:02:45 WARNING juju.cmd.jujud determining kvm support: kvm-ok executable not found no kvm containers possible machine-2: 21:02:45 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker started machine-2: 21:02:45 DEBUG juju.worker.logger reconfiguring logging from "=DEBUG" to "=DEBUG;unit=DEBUG" machine-2: 21:02:45 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.212,192.168.121.3,::1,localhost", AutoNoProxy:""} machine-2: 21:02:45 DEBUG juju.tools.lxdclient connecting to LXD remote "local": "unix:///var/lib/lxd/unix.socket" machine-2: 21:02:45 ERROR juju.worker.proxyupdater can't connect to the local LXD server: LXD socket not found; is LXD installed & running? Please install LXD by running: $ sudo apt-get install lxd and then configure it with: $ newgrp lxd $ lxd init machine-2: 21:02:45 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} machine-2: 21:02:45 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-2: 21:02:45 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-2: 21:02:45 DEBUG juju.utils.ssh writing authorised keys file /home/ubuntu/.ssh/authorized_keys machine-2: 21:02:45 DEBUG juju.network no lxc bridge addresses to filter for machine machine-2: 21:02:45 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-2: 21:02:45 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-2: 21:02:45 DEBUG juju.network including address public:172.30.9.212 for machine machine-2: 21:02:45 DEBUG juju.network including address local-cloud:192.168.121.3 for machine machine-2: 21:02:45 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-2: 21:02:45 DEBUG juju.network including address local-machine:::1 for machine machine-2: 21:02:45 DEBUG juju.network addresses after filtering: [public:172.30.9.212 local-cloud:192.168.121.3 local-machine:127.0.0.1 local-machine:::1] machine-2: 21:02:45 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.212:17070 192.168.121.3:17070 127.0.0.1:17070 [::1]:17070]] machine-2: 21:02:45 DEBUG juju.worker.dependency "machiner" manifold worker started machine-2: 21:02:45 DEBUG juju.worker.reboot Reboot worker got action: noop machine-2: 21:02:45 DEBUG juju.network no lxc bridge addresses to filter for machine machine-2: 21:02:45 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-2: 21:02:45 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-2: 21:02:45 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-2: 21:02:45 DEBUG juju.network including address local-cloud:192.168.121.11 for machine machine-2: 21:02:45 DEBUG juju.network including address local-machine:::1 for machine machine-2: 21:02:45 DEBUG juju.network addresses after filtering: [local-machine:127.0.0.1 local-cloud:192.168.121.11 local-machine:::1] machine-2: 21:02:45 INFO juju.worker.machiner setting addresses for "machine-2" to [local-machine:127.0.0.1 local-cloud:192.168.121.11 local-machine:::1] machine-2: 21:02:45 DEBUG juju.service discovered init system "upstart" from series "trusty" machine-2: 21:02:45 INFO juju.worker.deployer checking unit "oai-epc/0" machine-2: 21:02:45 DEBUG juju.worker.storageprovisioner filesystems alive: [], dying: [], dead: [] machine-2: 21:02:45 DEBUG juju.worker.storageprovisioner filesystem attachment alive: [], dying: [], dead: [] machine-2: 21:02:45 DEBUG juju.worker.storageprovisioner volume attachments alive: [], dying: [], dead: [] machine-2: 21:02:45 DEBUG juju.worker.storageprovisioner volumes alive: [], dying: [], dead: [] machine-2: 21:02:45 DEBUG juju.agent API server address details [["172.30.9.212:17070" "192.168.121.3:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.3:17070" "172.30.9.212:17070"] machine-2: 21:02:45 INFO juju.worker.diskmanager block devices changed: [{vda [] 10240 true }] machine-2: 21:02:45 INFO juju.worker.authenticationworker "machine-2" key updater worker started machine-2: 21:02:46 INFO juju.worker.deployer deploying unit "oai-epc/0" machine-2: 21:02:46 DEBUG juju.worker start "2-container-watcher" machine-2: 21:02:46 DEBUG juju.worker start "stateconverter" machine-2: 21:02:46 INFO juju.worker start "2-container-watcher" machine-2: 21:02:46 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker started machine-2: 21:02:46 DEBUG juju.worker "2-container-watcher" started machine-2: 21:02:46 INFO juju.worker start "stateconverter" machine-2: 21:02:46 DEBUG juju.worker "stateconverter" started machine-2: 21:02:46 DEBUG juju.cmd.jujud upgrades done, starting worker "2-container-watcher" machine-2: 21:02:46 DEBUG juju.worker.hostkeyreporter 4 SSH host keys reported for machine 2 machine-2: 21:02:46 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: resource permanently unavailable machine-2: 21:02:47 DEBUG juju.service discovered init system "upstart" from local host machine-2: 21:02:47 DEBUG juju.worker.deployer state addresses: ["192.168.121.3:37017"] machine-2: 21:02:47 DEBUG juju.worker.deployer API addresses: ["192.168.121.3:17070" "172.30.9.212:17070"] machine-2: 21:02:47 INFO juju.service Installing and starting service &{Service:{Name:jujud-unit-oai-epc-0 Conf:{Desc:juju unit agent for oai-epc/0 Transient:false AfterStopped: Env:map[JUJU_CONTAINER_TYPE:] Limit:map[] Timeout:300 ExecStart:'/var/lib/juju/tools/unit-oai-epc-0/jujud' unit --data-dir '/var/lib/juju' --unit-name oai-epc/0 --debug ExecStopPost: Logfile:/var/log/juju/unit-oai-epc-0.log ExtraScript: ServiceBinary:/var/lib/juju/tools/unit-oai-epc-0/jujud ServiceArgs:[unit --data-dir /var/lib/juju --unit-name oai-epc/0 --debug]}}} machine-2: 21:02:47 INFO juju.worker.machiner "machine-2" started unit-oai-epc-0: 21:02:47 INFO juju.cmd running jujud [2.2.9 gc go1.8] unit-oai-epc-0: 21:02:47 DEBUG juju.cmd args: []string{"/var/lib/juju/tools/unit-oai-epc-0/jujud", "unit", "--data-dir", "/var/lib/juju", "--unit-name", "oai-epc/0", "--debug"} unit-oai-epc-0: 21:02:47 DEBUG juju.agent read agent config, format "2.0" unit-oai-epc-0: 21:02:47 DEBUG juju.worker start "api" unit-oai-epc-0: 21:02:47 INFO juju.worker start "api" unit-oai-epc-0: 21:02:47 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 21:02:47 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 21:02:47 DEBUG juju.worker.dependency "agent" manifold worker started unit-oai-epc-0: 21:02:47 DEBUG juju.worker.dependency "migration-fortress" manifold worker started unit-oai-epc-0: 21:02:47 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 21:02:47 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 21:02:47 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: "agent" not running: dependency not available unit-oai-epc-0: 21:02:47 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 21:02:47 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: unit-oai-epc-0: 21:02:47 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: unit-oai-epc-0: 21:02:47 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started unit-oai-epc-0: 21:02:47 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: unit-oai-epc-0: 21:02:47 DEBUG juju.worker.introspection introspection worker listening on "@jujud-unit-oai-epc-0" unit-oai-epc-0: 21:02:47 DEBUG juju.worker "api" started unit-oai-epc-0: 21:02:47 DEBUG juju.worker.introspection stats worker now serving unit-oai-epc-0: 21:02:47 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-epc-0: 21:02:47 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 21:02:47 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 21:02:47 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 21:02:47 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 21:02:47 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 21:02:47 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-epc-0: 21:02:47 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-epc-0: 21:02:47 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-epc-0: 21:02:47 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 21:02:47 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 21:02:47 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 21:02:47 DEBUG juju.worker.apicaller connecting with old password unit-oai-epc-0: 21:02:47 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 21:02:47 DEBUG juju.api successfully dialed "wss://172.30.9.212:17070/model/de7e6df2-8a46-4c9e-8f05-0b91223056ff/api" unit-oai-epc-0: 21:02:47 INFO juju.api connection established to "wss://172.30.9.212:17070/model/de7e6df2-8a46-4c9e-8f05-0b91223056ff/api" unit-oai-epc-0: 21:02:47 DEBUG juju.api successfully dialed "wss://192.168.121.3:17070/model/de7e6df2-8a46-4c9e-8f05-0b91223056ff/api" unit-oai-epc-0: 21:02:47 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 21:02:47 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 21:02:48 DEBUG juju.worker.apicaller connected unit-oai-epc-0: 21:02:48 DEBUG juju.worker.apicaller changing password... unit-oai-epc-0: 21:02:50 DEBUG juju.worker.apicaller password changed unit-oai-epc-0: 21:02:50 DEBUG juju.api RPC connection died unit-oai-epc-0: 21:02:50 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: restart immediately machine-2: 21:02:50 DEBUG juju.worker.machiner observed network config updated for "machine-2" to [{1 127.0.0.0/8 65536 0 lo loopback false false loopback 127.0.0.1 [] [] []} {1 ::1/128 65536 0 lo loopback false false loopback ::1 [] [] []} {2 fa:16:3e:10:5a:43 192.168.121.0/24 1450 0 eth0 ethernet false false static 192.168.121.11 [] [] []} {2 fa:16:3e:10:5a:43 1450 0 eth0 ethernet false false manual [] [] []}] unit-oai-epc-0: 21:02:50 DEBUG juju.worker.apicaller connecting with current password unit-oai-epc-0: 21:02:50 DEBUG juju.api successfully dialed "wss://172.30.9.212:17070/model/de7e6df2-8a46-4c9e-8f05-0b91223056ff/api" unit-oai-epc-0: 21:02:50 INFO juju.api connection established to "wss://172.30.9.212:17070/model/de7e6df2-8a46-4c9e-8f05-0b91223056ff/api" unit-oai-epc-0: 21:02:50 DEBUG juju.api successfully dialed "wss://192.168.121.3:17070/model/de7e6df2-8a46-4c9e-8f05-0b91223056ff/api" unit-oai-epc-0: 21:02:50 DEBUG juju.worker.apicaller connected unit-oai-epc-0: 21:02:50 DEBUG juju.worker.dependency "api-caller" manifold worker started unit-oai-epc-0: 21:02:50 DEBUG juju.worker.dependency "log-sender" manifold worker started unit-oai-epc-0: 21:02:50 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 21:02:50 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 21:02:50 DEBUG juju.worker.dependency "migration-minion" manifold worker started unit-oai-epc-0: 21:02:50 INFO juju.worker.migrationminion migration phase is now: NONE unit-oai-epc-0: 21:02:50 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 21:02:50 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started unit-oai-epc-0: 21:02:50 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-oai-epc-0: 21:02:50 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: unit-oai-epc-0: 21:02:50 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: unit-oai-epc-0: 21:02:50 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: unit-oai-epc-0: 21:02:50 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: unit-oai-epc-0: 21:02:50 DEBUG juju.worker.dependency "meter-status" manifold worker started unit-oai-epc-0: 21:02:50 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "leadership-tracker" not running: dependency not available unit-oai-epc-0: 21:02:50 DEBUG juju.worker.meterstatus got meter status change signal from watcher unit-oai-epc-0: 21:02:50 DEBUG juju.worker.meterstatus acquire lock "machine-lock" for meter status hook execution unit-oai-epc-0: 21:02:50 DEBUG juju.worker.meterstatus lock "machine-lock" acquired unit-oai-epc-0: 21:02:50 DEBUG juju.worker.dependency "metric-spool" manifold worker started unit-oai-epc-0: 21:02:50 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: unit-oai-epc-0: 21:02:50 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: unit-oai-epc-0: 21:02:50 DEBUG juju.worker.dependency "charm-dir" manifold worker started unit-oai-epc-0: 21:02:50 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: unit-oai-epc-0: 21:02:50 DEBUG juju.worker.dependency "leadership-tracker" manifold worker started unit-oai-epc-0: 21:02:50 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-oai-epc-0: 21:02:50 DEBUG juju.worker.leadership oai-epc/0 making initial claim for oai-epc leadership unit-oai-epc-0: 21:02:50 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started unit-oai-epc-0: 21:02:50 DEBUG juju.worker.dependency "upgrader" manifold worker started unit-oai-epc-0: 21:02:50 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.212,192.168.121.3,::1,localhost", AutoNoProxy:""} unit-oai-epc-0: 21:02:50 DEBUG juju.worker.dependency "api-address-updater" manifold worker started unit-oai-epc-0: 21:02:50 DEBUG juju.network no lxc bridge addresses to filter for machine unit-oai-epc-0: 21:02:50 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) unit-oai-epc-0: 21:02:50 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) unit-oai-epc-0: 21:02:50 DEBUG juju.network including address public:172.30.9.212 for machine unit-oai-epc-0: 21:02:50 DEBUG juju.network including address local-cloud:192.168.121.3 for machine unit-oai-epc-0: 21:02:50 DEBUG juju.network including address local-machine:127.0.0.1 for machine unit-oai-epc-0: 21:02:50 DEBUG juju.network including address local-machine:::1 for machine unit-oai-epc-0: 21:02:50 DEBUG juju.network addresses after filtering: [public:172.30.9.212 local-cloud:192.168.121.3 local-machine:127.0.0.1 local-machine:::1] unit-oai-epc-0: 21:02:50 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.212:17070 192.168.121.3:17070 127.0.0.1:17070 [::1]:17070]] unit-oai-epc-0: 21:02:50 DEBUG juju.agent API server address details [["172.30.9.212:17070" "192.168.121.3:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.3:17070" "172.30.9.212:17070"] unit-oai-epc-0: 21:02:50 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "hook-retry-strategy" not running: dependency not available unit-oai-epc-0: 21:02:51 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} unit-oai-epc-0: 21:02:51 INFO juju.worker.upgrader abort check blocked until version event received unit-oai-epc-0: 21:02:51 INFO juju.worker.upgrader unblocking abort check unit-oai-epc-0: 21:02:51 INFO juju.worker.upgrader desired tool version: 2.2.9 unit-oai-epc-0: 21:02:51 DEBUG juju.worker.meterstatus release lock "machine-lock" for meter status hook execution unit-oai-epc-0: 21:02:51 INFO juju.worker.meterstatus skipped "meter-status-changed" hook (missing) unit-oai-epc-0: 21:02:51 INFO juju.worker.leadership oai-epc/0 promoted to leadership of oai-epc unit-oai-epc-0: 21:02:52 DEBUG juju.worker.logger initial log config: "=DEBUG" unit-oai-epc-0: 21:02:52 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started unit-oai-epc-0: 21:02:52 DEBUG juju.worker.logger logger setup unit-oai-epc-0: 21:02:52 DEBUG juju.worker.dependency "metric-sender" manifold worker started unit-oai-epc-0: 21:02:52 DEBUG juju.worker.logger reconfiguring logging from "=DEBUG" to "=DEBUG;unit=DEBUG" unit-oai-epc-0: 21:02:52 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker started unit-oai-epc-0: 21:02:52 DEBUG juju.worker.dependency "uniter" manifold worker started unit-oai-epc-0: 21:02:52 INFO worker.uniter.jujuc ensure jujuc symlinks in /var/lib/juju/tools/unit-oai-epc-0 unit-oai-epc-0: 21:02:52 INFO worker.uniter.jujuc was a symlink, now looking at /var/lib/juju/tools/2.2.9-trusty-amd64 unit-oai-epc-0: 21:02:52 DEBUG worker.uniter.jujuc jujud path /var/lib/juju/tools/2.2.9-trusty-amd64/jujud unit-oai-epc-0: 21:02:52 DEBUG juju.worker.uniter starting juju-run listener on unix:/var/lib/juju/agents/unit-oai-epc-0/run.socket unit-oai-epc-0: 21:02:52 INFO juju.worker.uniter unit "oai-epc/0" started unit-oai-epc-0: 21:02:52 INFO juju.worker.uniter resuming charm install unit-oai-epc-0: 21:02:52 DEBUG juju.worker.uniter.operation running operation install local:trusty/oai-epc-3 unit-oai-epc-0: 21:02:52 DEBUG juju.worker.uniter.operation preparing operation "install local:trusty/oai-epc-3" unit-oai-epc-0: 21:02:52 DEBUG juju.worker.uniter juju-run listener running unit-oai-epc-0: 21:02:52 INFO juju.worker.uniter.charm downloading local:trusty/oai-epc-3 from API server unit-oai-epc-0: 21:02:52 INFO juju.downloader downloading from local:trusty/oai-epc-3 unit-oai-epc-0: 21:02:52 DEBUG httpbakery client do GET https://172.30.9.212:17070/model/de7e6df2-8a46-4c9e-8f05-0b91223056ff/charms?file=%2A&url=local%3Atrusty%2Foai-epc-3 { unit-oai-epc-0: 21:02:52 DEBUG httpbakery } -> error unit-oai-epc-0: 21:02:52 INFO juju.downloader download complete ("local:trusty/oai-epc-3") unit-oai-epc-0: 21:02:52 INFO juju.downloader download verified ("local:trusty/oai-epc-3") unit-oai-epc-0: 21:02:53 DEBUG juju.worker.uniter.operation executing operation "install local:trusty/oai-epc-3" unit-oai-epc-0: 21:02:53 DEBUG juju.worker.uniter.charm preparing to deploy charm "local:trusty/oai-epc-3" unit-oai-epc-0: 21:02:53 DEBUG juju.worker.uniter.charm deploying charm "local:trusty/oai-epc-3" unit-oai-epc-0: 21:02:53 DEBUG juju.worker.uniter.charm finishing deploy of charm "local:trusty/oai-epc-3" unit-oai-epc-0: 21:02:53 DEBUG juju.worker.uniter.operation committing operation "install local:trusty/oai-epc-3" unit-oai-epc-0: 21:02:53 INFO juju.worker.uniter hooks are retried true unit-oai-epc-0: 21:02:53 DEBUG juju.worker.uniter.remotestate got address change: ok=true unit-oai-epc-0: 21:02:53 DEBUG juju.worker.uniter.remotestate got service change unit-oai-epc-0: 21:02:53 DEBUG juju.worker.uniter.remotestate got relations change: ok=true unit-oai-epc-0: 21:02:53 DEBUG juju.worker.uniter.remotestate got storage change: [] ok=true unit-oai-epc-0: 21:02:53 DEBUG juju.worker.uniter.remotestate got config change: ok=true unit-oai-epc-0: 21:02:53 DEBUG juju.worker.uniter.remotestate got unit change unit-oai-epc-0: 21:02:53 DEBUG juju.worker.uniter.remotestate got leader settings change: ok=true unit-oai-epc-0: 21:02:53 DEBUG juju.worker.uniter.remotestate got action change: [] ok=true unit-oai-epc-0: 21:02:53 INFO juju.worker.uniter.storage initial storage attachments ready unit-oai-epc-0: 21:02:53 INFO juju.worker.uniter found queued "install" hook unit-oai-epc-0: 21:02:53 DEBUG juju.worker.uniter.operation running operation run install hook unit-oai-epc-0: 21:02:53 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-epc-0: 21:02:53 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-epc-0: 21:02:53 DEBUG juju.worker.uniter.operation preparing operation "run install hook" unit-oai-epc-0: 21:02:53 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-oai-epc-0: 21:02:53 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook unit-oai-epc-0: 21:02:53 DEBUG unit.oai-epc/0.install + export DEBIAN_FRONTEND=noninteractive unit-oai-epc-0: 21:02:53 DEBUG unit.oai-epc/0.install + DEBIAN_FRONTEND=noninteractive unit-oai-epc-0: 21:02:53 DEBUG unit.oai-epc/0.install + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 21:02:53 DEBUG unit.oai-epc/0.install ++ validated_mme_public_ip=0 unit-oai-epc-0: 21:02:53 DEBUG unit.oai-epc/0.install + set_env_paths unit-oai-epc-0: 21:02:53 DEBUG unit.oai-epc/0.install + openair_path=/srv/openair-cn unit-oai-epc-0: 21:02:53 DEBUG unit.oai-epc/0.install + build_path=/srv/openair-cn/BUILD unit-oai-epc-0: 21:02:53 DEBUG unit.oai-epc/0.install + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-epc-0: 21:02:53 DEBUG unit.oai-epc/0.install + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-epc-0: 21:02:53 DEBUG unit.oai-epc/0.install + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-epc-0: 21:02:53 DEBUG unit.oai-epc/0.install + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-epc-0: 21:02:53 DEBUG unit.oai-epc/0.install + epc_conf_path=/usr/local/etc/oai unit-oai-epc-0: 21:02:53 DEBUG unit.oai-epc/0.install + epc_exec_name=mme_gw unit-oai-epc-0: 21:02:53 DEBUG unit.oai-epc/0.install + open-port 2152/udp unit-oai-epc-0: 21:02:53 DEBUG worker.uniter.jujuc running hook tool "open-port" unit-oai-epc-0: 21:02:53 DEBUG unit.oai-epc/0.install ++ config-get branch unit-oai-epc-0: 21:02:53 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 21:02:53 DEBUG unit.oai-epc/0.install + branch=v0.3.2-branch unit-oai-epc-0: 21:02:53 DEBUG unit.oai-epc/0.install ++ config-get revision unit-oai-epc-0: 21:02:53 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 21:02:53 DEBUG unit.oai-epc/0.install + revision=HEAD unit-oai-epc-0: 21:02:53 DEBUG unit.oai-epc/0.install + echo v0.3.2-branch unit-oai-epc-0: 21:02:53 DEBUG unit.oai-epc/0.install + echo HEAD unit-oai-epc-0: 21:02:53 DEBUG unit.oai-epc/0.install + update_hostname unit-oai-epc-0: 21:02:53 DEBUG unit.oai-epc/0.install ++ sed 's|/|-|' unit-oai-epc-0: 21:02:53 DEBUG unit.oai-epc/0.install ++ echo oai-epc/0 unit-oai-epc-0: 21:02:53 DEBUG unit.oai-epc/0.install + HOSTNAME=oai-epc-0 unit-oai-epc-0: 21:02:53 DEBUG unit.oai-epc/0.install + echo oai-epc-0 unit-oai-epc-0: 21:02:53 DEBUG unit.oai-epc/0.install + hostname oai-epc-0 unit-oai-epc-0: 21:02:53 DEBUG unit.oai-epc/0.install ++ hostname unit-oai-epc-0: 21:02:53 DEBUG unit.oai-epc/0.install + echo '127.0.0.1 oai-epc-0' unit-oai-epc-0: 21:02:53 DEBUG unit.oai-epc/0.install + install_packages unit-oai-epc-0: 21:02:53 DEBUG unit.oai-epc/0.install ++ grep -c install unit-oai-epc-0: 21:02:53 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections git unit-oai-epc-0: 21:02:53 DEBUG unit.oai-epc/0.install + gitAlreadyInstalled=0 unit-oai-epc-0: 21:02:53 DEBUG unit.oai-epc/0.install + true unit-oai-epc-0: 21:02:53 DEBUG unit.oai-epc/0.install + '[' '!' 0 -eq 1 ']' unit-oai-epc-0: 21:02:53 DEBUG unit.oai-epc/0.install + apt-get install -y --force-yes git unit-oai-epc-0: 21:02:53 DEBUG unit.oai-epc/0.install Reading package lists... unit-oai-epc-0: 21:02:53 DEBUG unit.oai-epc/0.install Building dependency tree... unit-oai-epc-0: 21:02:53 DEBUG unit.oai-epc/0.install Reading state information... unit-oai-epc-0: 21:02:53 DEBUG unit.oai-epc/0.install The following extra packages will be installed: unit-oai-epc-0: 21:02:53 DEBUG unit.oai-epc/0.install git-man liberror-perl unit-oai-epc-0: 21:02:53 DEBUG unit.oai-epc/0.install Suggested packages: unit-oai-epc-0: 21:02:53 DEBUG unit.oai-epc/0.install git-daemon-run git-daemon-sysvinit git-doc git-el git-email git-gui gitk unit-oai-epc-0: 21:02:53 DEBUG unit.oai-epc/0.install gitweb git-arch git-bzr git-cvs git-mediawiki git-svn unit-oai-epc-0: 21:02:53 DEBUG unit.oai-epc/0.install The following NEW packages will be installed: unit-oai-epc-0: 21:02:53 DEBUG unit.oai-epc/0.install git git-man liberror-perl unit-oai-epc-0: 21:02:53 DEBUG unit.oai-epc/0.install 0 upgraded, 3 newly installed, 0 to remove and 2 not upgraded. unit-oai-epc-0: 21:02:53 DEBUG unit.oai-epc/0.install Need to get 3394 kB of archives. unit-oai-epc-0: 21:02:53 DEBUG unit.oai-epc/0.install After this operation, 22.0 MB of additional disk space will be used. unit-oai-epc-0: 21:02:53 DEBUG unit.oai-epc/0.install WARNING: The following packages cannot be authenticated! unit-oai-epc-0: 21:02:53 DEBUG unit.oai-epc/0.install git-man git unit-oai-epc-0: 21:03:33 DEBUG unit.oai-epc/0.install Err http://archive.ubuntu.com/ubuntu/ trusty/main liberror-perl all 0.17-1.1 unit-oai-epc-0: 21:03:33 DEBUG unit.oai-epc/0.install Could not resolve 'archive.ubuntu.com' unit-oai-epc-0: 21:03:33 DEBUG unit.oai-epc/0.install Err http://archive.ubuntu.com/ubuntu/ trusty-updates/main git-man all 1:1.9.1-1ubuntu0.8 unit-oai-epc-0: 21:03:33 DEBUG unit.oai-epc/0.install Could not resolve 'archive.ubuntu.com' machine-1: 21:04:09 INFO juju.cmd running jujud [2.2.9 gc go1.8] machine-1: 21:04:09 DEBUG juju.cmd args: []string{"/var/lib/juju/tools/machine-1/jujud", "machine", "--data-dir", "/var/lib/juju", "--machine-id", "1", "--debug"} machine-1: 21:04:09 DEBUG juju.agent read agent config, format "2.0" machine-1: 21:04:09 DEBUG juju.wrench couldn't read wrench directory: stat /var/lib/juju/wrench: no such file or directory machine-1: 21:04:09 INFO juju.worker.upgradesteps upgrade steps for 2.2.9 have already been run. machine-1: 21:04:09 DEBUG juju.worker start "engine" machine-1: 21:04:09 INFO juju.worker start "engine" machine-1: 21:04:09 DEBUG juju.worker.dependency "termination-signal-handler" manifold worker started machine-1: 21:04:09 DEBUG juju.worker.dependency "state" manifold worker stopped: "agent" not running: dependency not available machine-1: 21:04:09 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: "agent" not running: dependency not available machine-1: 21:04:09 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 21:04:09 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 21:04:09 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 21:04:09 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 21:04:09 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 21:04:09 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 21:04:09 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 21:04:09 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 21:04:09 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 21:04:09 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "agent" not running: dependency not available machine-1: 21:04:09 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 21:04:09 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 21:04:09 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker stopped: "upgrade-steps-gate" not running: dependency not available machine-1: 21:04:09 DEBUG juju.worker.dependency "upgrade-steps-gate" manifold worker started machine-1: 21:04:09 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: "upgrade-check-gate" not running: dependency not available machine-1: 21:04:09 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: "agent" not running: dependency not available machine-1: 21:04:09 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 21:04:09 DEBUG juju.worker.dependency "upgrade-check-gate" manifold worker started machine-1: 21:04:09 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 21:04:09 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available machine-1: 21:04:09 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "agent" not running: dependency not available machine-1: 21:04:09 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: machine-1: 21:04:09 DEBUG juju.worker.introspection introspection worker listening on "@jujud-machine-1" machine-1: 21:04:09 DEBUG juju.worker "engine" started machine-1: 21:04:09 DEBUG juju.worker.introspection stats worker now serving machine-1: 21:04:09 DEBUG juju.worker.dependency "state-config-watcher" manifold worker stopped: "agent" not running: dependency not available machine-1: 21:04:09 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "agent" not running: dependency not available machine-1: 21:04:09 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 21:04:09 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 21:04:09 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: "state-config-watcher" not running: dependency not available machine-1: 21:04:09 DEBUG juju.worker.dependency "unconverted-state-workers" manifold worker stopped: "state" not running: dependency not available machine-1: 21:04:09 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available machine-1: 21:04:09 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 21:04:09 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 21:04:09 DEBUG juju.worker.dependency "agent" manifold worker started machine-1: 21:04:09 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: machine-1: 21:04:09 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 21:04:09 DEBUG juju.worker.dependency "state-config-watcher" manifold worker started machine-1: 21:04:09 DEBUG juju.worker.dependency "state" manifold worker stopped: machine-1: 21:04:09 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 21:04:09 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 21:04:09 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 21:04:09 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started machine-1: 21:04:09 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: machine-1: 21:04:09 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker started machine-1: 21:04:09 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 21:04:09 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available machine-1: 21:04:09 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-1: 21:04:09 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: machine-1: 21:04:09 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 21:04:09 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available machine-1: 21:04:09 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 21:04:09 DEBUG juju.worker.dependency "state" manifold worker stopped: dependency not available machine-1: 21:04:09 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 21:04:09 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 21:04:09 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available machine-1: 21:04:09 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 21:04:09 DEBUG juju.worker.apicaller connecting with old password machine-1: 21:04:09 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 21:04:09 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: dependency not available machine-1: 21:04:09 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 21:04:09 DEBUG juju.api successfully dialed "wss://192.168.121.3:17070/model/de7e6df2-8a46-4c9e-8f05-0b91223056ff/api" machine-1: 21:04:09 INFO juju.api connection established to "wss://192.168.121.3:17070/model/de7e6df2-8a46-4c9e-8f05-0b91223056ff/api" machine-1: 21:04:09 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 21:04:09 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 21:04:09 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available machine-1: 21:04:09 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 21:04:09 DEBUG juju.worker.apicaller connected machine-1: 21:04:09 DEBUG juju.worker.apicaller changing password... machine-1: 21:04:09 DEBUG juju.worker.apicaller password changed machine-1: 21:04:09 DEBUG juju.api RPC connection died machine-1: 21:04:09 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: restart immediately machine-1: 21:04:09 DEBUG juju.worker.apicaller connecting with current password machine-1: 21:04:09 DEBUG juju.api successfully dialed "wss://192.168.121.3:17070/model/de7e6df2-8a46-4c9e-8f05-0b91223056ff/api" machine-1: 21:04:09 INFO juju.api connection established to "wss://192.168.121.3:17070/model/de7e6df2-8a46-4c9e-8f05-0b91223056ff/api" machine-1: 21:04:09 DEBUG juju.api successfully dialed "wss://172.30.9.212:17070/model/de7e6df2-8a46-4c9e-8f05-0b91223056ff/api" machine-1: 21:04:10 DEBUG juju.worker.apicaller connected machine-1: 21:04:10 DEBUG juju.worker.dependency "api-caller" manifold worker started machine-1: 21:04:10 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 21:04:10 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 21:04:10 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 21:04:10 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 21:04:10 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 21:04:10 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 21:04:10 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 21:04:10 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started machine-1: 21:04:10 DEBUG juju.wrench couldn't read wrench directory: stat /var/lib/juju/wrench: no such file or directory machine-1: 21:04:10 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: machine-1: 21:04:10 DEBUG juju.worker.dependency "upgrader" manifold worker started machine-1: 21:04:10 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 21:04:10 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 21:04:10 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 21:04:10 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 21:04:10 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started machine-1: 21:04:10 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: machine-1: 21:04:10 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: machine-1: 21:04:10 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: machine-1: 21:04:10 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: machine-1: 21:04:10 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: machine-1: 21:04:10 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: machine-1: 21:04:10 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: machine-1: 21:04:10 INFO juju.worker.upgrader abort check blocked until version event received machine-1: 21:04:10 INFO juju.worker.upgrader unblocking abort check machine-1: 21:04:10 INFO juju.worker.upgrader desired tool version: 2.2.9 machine-1: 21:04:10 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: gate unlocked machine-1: 21:04:10 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 21:04:10 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 21:04:10 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 21:04:10 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available machine-1: 21:04:10 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 21:04:10 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 21:04:10 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 21:04:10 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 21:04:10 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 21:04:10 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 21:04:10 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 21:04:10 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 21:04:10 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 21:04:10 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 21:04:10 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-1: 21:04:10 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 21:04:10 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 21:04:10 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 21:04:10 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 21:04:10 DEBUG juju.worker.dependency "migration-fortress" manifold worker started machine-1: 21:04:10 DEBUG juju.worker.dependency "migration-minion" manifold worker started machine-1: 21:04:10 INFO juju.worker.migrationminion migration phase is now: NONE machine-1: 21:04:10 DEBUG juju.worker.dependency "storage-provisioner" manifold worker started machine-1: 21:04:10 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker started machine-1: 21:04:10 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: dependency not available machine-1: 21:04:10 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: resource permanently unavailable machine-1: 21:04:10 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-1: 21:04:10 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-1: 21:04:10 DEBUG juju.utils.ssh writing authorised keys file /home/ubuntu/.ssh/authorized_keys machine-1: 21:04:10 DEBUG juju.worker.dependency "host-key-reporter" manifold worker started machine-1: 21:04:10 DEBUG juju.worker.logger initial log config: "=DEBUG" machine-1: 21:04:10 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started machine-1: 21:04:10 DEBUG juju.worker.logger logger setup machine-1: 21:04:10 DEBUG juju.worker.dependency "machine-action-runner" manifold worker started machine-1: 21:04:10 WARNING juju.cmd.jujud determining kvm support: kvm-ok executable not found no kvm containers possible machine-1: 21:04:10 DEBUG juju.worker.logger reconfiguring logging from "=DEBUG" to "=DEBUG;unit=DEBUG" machine-1: 21:04:10 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: dependency not available machine-1: 21:04:10 DEBUG juju.worker.dependency "machiner" manifold worker started machine-1: 21:04:10 DEBUG juju.worker.dependency "log-sender" manifold worker started machine-1: 21:04:10 DEBUG juju.network no lxc bridge addresses to filter for machine machine-1: 21:04:10 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-1: 21:04:10 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-1: 21:04:10 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-1: 21:04:10 DEBUG juju.network including address local-cloud:192.168.121.5 for machine machine-1: 21:04:10 DEBUG juju.network including address local-machine:::1 for machine machine-1: 21:04:10 DEBUG juju.network addresses after filtering: [local-machine:127.0.0.1 local-cloud:192.168.121.5 local-machine:::1] machine-1: 21:04:10 INFO juju.worker.machiner setting addresses for "machine-1" to [local-machine:127.0.0.1 local-cloud:192.168.121.5 local-machine:::1] machine-1: 21:04:10 DEBUG juju.worker.storageprovisioner volumes alive: [], dying: [], dead: [] machine-1: 21:04:10 DEBUG juju.worker.storageprovisioner volume attachments alive: [], dying: [], dead: [] machine-1: 21:04:10 DEBUG juju.worker.storageprovisioner filesystem attachment alive: [], dying: [], dead: [] machine-1: 21:04:10 DEBUG juju.worker.storageprovisioner filesystems alive: [], dying: [], dead: [] machine-1: 21:04:10 INFO juju.worker.authenticationworker "machine-1" key updater worker started machine-1: 21:04:10 DEBUG juju.api successfully dialed "wss://172.30.9.212:17070/model/de7e6df2-8a46-4c9e-8f05-0b91223056ff/api" machine-1: 21:04:10 DEBUG juju.worker.dependency "api-address-updater" manifold worker started machine-1: 21:04:10 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started machine-1: 21:04:10 DEBUG juju.worker.dependency "disk-manager" manifold worker started machine-1: 21:04:10 DEBUG juju.worker.dependency "reboot-executor" manifold worker started machine-1: 21:04:10 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: dependency not available machine-1: 21:04:10 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.212,192.168.121.3,::1,localhost", AutoNoProxy:""} machine-1: 21:04:10 DEBUG juju.tools.lxdclient connecting to LXD remote "local": "unix:///var/lib/lxd/unix.socket" machine-1: 21:04:10 ERROR juju.worker.proxyupdater can't connect to the local LXD server: LXD socket not found; is LXD installed & running? Please install LXD by running: $ sudo apt-get install lxd and then configure it with: $ newgrp lxd $ lxd init machine-1: 21:04:10 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} machine-1: 21:04:10 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker started machine-1: 21:04:10 DEBUG juju.network no lxc bridge addresses to filter for machine machine-1: 21:04:10 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-1: 21:04:10 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-1: 21:04:10 DEBUG juju.network including address public:172.30.9.212 for machine machine-1: 21:04:10 DEBUG juju.network including address local-cloud:192.168.121.3 for machine machine-1: 21:04:10 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-1: 21:04:10 DEBUG juju.network including address local-machine:::1 for machine machine-1: 21:04:10 DEBUG juju.network addresses after filtering: [public:172.30.9.212 local-cloud:192.168.121.3 local-machine:127.0.0.1 local-machine:::1] machine-1: 21:04:10 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.212:17070 192.168.121.3:17070 127.0.0.1:17070 [::1]:17070]] machine-1: 21:04:10 DEBUG juju.agent API server address details [["172.30.9.212:17070" "192.168.121.3:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.3:17070" "172.30.9.212:17070"] machine-1: 21:04:10 INFO juju.worker.diskmanager block devices changed: [{vda [] 10240 true }] machine-1: 21:04:10 DEBUG juju.worker.reboot Reboot worker got action: noop machine-1: 21:04:10 DEBUG juju.service discovered init system "upstart" from series "trusty" machine-1: 21:04:11 INFO juju.worker.deployer checking unit "mysql/0" machine-1: 21:04:11 DEBUG juju.worker.hostkeyreporter 4 SSH host keys reported for machine 1 machine-1: 21:04:11 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: resource permanently unavailable machine-1: 21:04:11 INFO juju.worker.deployer deploying unit "mysql/0" machine-1: 21:04:11 DEBUG juju.worker start "1-container-watcher" machine-1: 21:04:11 DEBUG juju.worker start "stateconverter" machine-1: 21:04:11 INFO juju.worker start "1-container-watcher" machine-1: 21:04:11 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker started machine-1: 21:04:11 DEBUG juju.worker "1-container-watcher" started machine-1: 21:04:11 INFO juju.worker start "stateconverter" machine-1: 21:04:11 DEBUG juju.worker "stateconverter" started machine-1: 21:04:11 DEBUG juju.cmd.jujud upgrades done, starting worker "1-container-watcher" machine-1: 21:04:11 INFO juju.worker.machiner "machine-1" started machine-1: 21:04:11 DEBUG juju.service discovered init system "upstart" from local host machine-1: 21:04:11 DEBUG juju.worker.deployer state addresses: ["192.168.121.3:37017"] machine-1: 21:04:11 DEBUG juju.worker.deployer API addresses: ["192.168.121.3:17070" "172.30.9.212:17070"] machine-1: 21:04:11 INFO juju.service Installing and starting service &{Service:{Name:jujud-unit-mysql-0 Conf:{Desc:juju unit agent for mysql/0 Transient:false AfterStopped: Env:map[JUJU_CONTAINER_TYPE:] Limit:map[] Timeout:300 ExecStart:'/var/lib/juju/tools/unit-mysql-0/jujud' unit --data-dir '/var/lib/juju' --unit-name mysql/0 --debug ExecStopPost: Logfile:/var/log/juju/unit-mysql-0.log ExtraScript: ServiceBinary:/var/lib/juju/tools/unit-mysql-0/jujud ServiceArgs:[unit --data-dir /var/lib/juju --unit-name mysql/0 --debug]}}} unit-mysql-0: 21:04:11 INFO juju.cmd running jujud [2.2.9 gc go1.8] unit-mysql-0: 21:04:11 DEBUG juju.cmd args: []string{"/var/lib/juju/tools/unit-mysql-0/jujud", "unit", "--data-dir", "/var/lib/juju", "--unit-name", "mysql/0", "--debug"} unit-mysql-0: 21:04:11 DEBUG juju.agent read agent config, format "2.0" unit-mysql-0: 21:04:11 DEBUG juju.worker start "api" unit-mysql-0: 21:04:11 INFO juju.worker start "api" unit-mysql-0: 21:04:11 DEBUG juju.worker.dependency "agent" manifold worker started unit-mysql-0: 21:04:11 DEBUG juju.worker.apicaller connecting with old password unit-mysql-0: 21:04:11 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 21:04:11 DEBUG juju.worker.introspection introspection worker listening on "@jujud-unit-mysql-0" unit-mysql-0: 21:04:11 DEBUG juju.worker "api" started unit-mysql-0: 21:04:11 DEBUG juju.worker.introspection stats worker now serving unit-mysql-0: 21:04:11 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 21:04:11 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 21:04:11 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 21:04:11 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "api-caller" not running: dependency not available unit-mysql-0: 21:04:11 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 21:04:11 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 21:04:11 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 21:04:11 DEBUG juju.worker.dependency "migration-fortress" manifold worker started unit-mysql-0: 21:04:11 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 21:04:11 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started unit-mysql-0: 21:04:11 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 21:04:11 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 21:04:11 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 21:04:11 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available unit-mysql-0: 21:04:11 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available unit-mysql-0: 21:04:11 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available unit-mysql-0: 21:04:11 DEBUG juju.api successfully dialed "wss://192.168.121.3:17070/model/de7e6df2-8a46-4c9e-8f05-0b91223056ff/api" unit-mysql-0: 21:04:11 INFO juju.api connection established to "wss://192.168.121.3:17070/model/de7e6df2-8a46-4c9e-8f05-0b91223056ff/api" unit-mysql-0: 21:04:11 DEBUG juju.api successfully dialed "wss://172.30.9.212:17070/model/de7e6df2-8a46-4c9e-8f05-0b91223056ff/api" unit-mysql-0: 21:04:11 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 21:04:11 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 21:04:11 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 21:04:11 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available unit-mysql-0: 21:04:11 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 21:04:11 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 21:04:11 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 21:04:11 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 21:04:11 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 21:04:11 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 21:04:11 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 21:04:11 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 21:04:11 DEBUG juju.worker.machiner observed network config updated for "machine-1" to [{1 127.0.0.0/8 65536 0 lo loopback false false loopback 127.0.0.1 [] [] []} {1 ::1/128 65536 0 lo loopback false false loopback ::1 [] [] []} {2 fa:16:3e:3e:3a:1b 192.168.121.0/24 1450 0 eth0 ethernet false false static 192.168.121.5 [] [] []} {2 fa:16:3e:3e:3a:1b 1450 0 eth0 ethernet false false manual [] [] []}] unit-mysql-0: 21:04:11 DEBUG juju.worker.apicaller connected unit-mysql-0: 21:04:11 DEBUG juju.worker.apicaller changing password... unit-mysql-0: 21:04:11 DEBUG juju.worker.apicaller password changed unit-mysql-0: 21:04:11 DEBUG juju.api RPC connection died unit-mysql-0: 21:04:11 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: restart immediately unit-mysql-0: 21:04:11 DEBUG juju.worker.apicaller connecting with current password unit-mysql-0: 21:04:11 DEBUG juju.api successfully dialed "wss://172.30.9.212:17070/model/de7e6df2-8a46-4c9e-8f05-0b91223056ff/api" unit-mysql-0: 21:04:11 INFO juju.api connection established to "wss://172.30.9.212:17070/model/de7e6df2-8a46-4c9e-8f05-0b91223056ff/api" unit-mysql-0: 21:04:11 DEBUG juju.api successfully dialed "wss://192.168.121.3:17070/model/de7e6df2-8a46-4c9e-8f05-0b91223056ff/api" unit-mysql-0: 21:04:12 DEBUG juju.worker.apicaller connected unit-mysql-0: 21:04:12 DEBUG juju.worker.dependency "api-caller" manifold worker started unit-mysql-0: 21:04:12 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 21:04:12 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 21:04:12 DEBUG juju.worker.dependency "upgrader" manifold worker started unit-mysql-0: 21:04:12 DEBUG juju.worker.dependency "migration-minion" manifold worker started unit-mysql-0: 21:04:12 INFO juju.worker.migrationminion migration phase is now: NONE unit-mysql-0: 21:04:12 DEBUG juju.worker.dependency "log-sender" manifold worker started unit-mysql-0: 21:04:12 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 21:04:12 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 21:04:12 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started unit-mysql-0: 21:04:12 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: unit-mysql-0: 21:04:12 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: unit-mysql-0: 21:04:12 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: unit-mysql-0: 21:04:12 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: unit-mysql-0: 21:04:12 INFO juju.worker.upgrader abort check blocked until version event received unit-mysql-0: 21:04:12 INFO juju.worker.upgrader unblocking abort check unit-mysql-0: 21:04:12 INFO juju.worker.upgrader desired tool version: 2.2.9 unit-mysql-0: 21:04:12 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "metric-spool" not running: dependency not available unit-mysql-0: 21:04:12 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "leadership-tracker" not running: dependency not available unit-mysql-0: 21:04:12 DEBUG juju.worker.dependency "leadership-tracker" manifold worker started unit-mysql-0: 21:04:12 DEBUG juju.worker.leadership mysql/0 making initial claim for mysql leadership unit-mysql-0: 21:04:12 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started unit-mysql-0: 21:04:12 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.212,192.168.121.3,::1,localhost", AutoNoProxy:""} unit-mysql-0: 21:04:12 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} unit-mysql-0: 21:04:12 DEBUG juju.worker.dependency "charm-dir" manifold worker started unit-mysql-0: 21:04:12 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-mysql-0: 21:04:12 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "metric-spool" not running: dependency not available unit-mysql-0: 21:04:12 DEBUG juju.worker.dependency "metric-spool" manifold worker started unit-mysql-0: 21:04:12 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: unit-mysql-0: 21:04:12 INFO juju.worker.leadership mysql/0 promoted to leadership of mysql unit-mysql-0: 21:04:12 DEBUG juju.worker.dependency "meter-status" manifold worker started unit-mysql-0: 21:04:12 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker started unit-mysql-0: 21:04:12 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-mysql-0: 21:04:12 DEBUG juju.worker.meterstatus got meter status change signal from watcher unit-mysql-0: 21:04:12 DEBUG juju.worker.meterstatus acquire lock "machine-lock" for meter status hook execution unit-mysql-0: 21:04:12 DEBUG juju.worker.meterstatus lock "machine-lock" acquired unit-mysql-0: 21:04:12 DEBUG juju.worker.dependency "metric-sender" manifold worker started unit-mysql-0: 21:04:12 DEBUG juju.worker.logger initial log config: "=DEBUG" unit-mysql-0: 21:04:12 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started unit-mysql-0: 21:04:12 DEBUG juju.worker.logger logger setup unit-mysql-0: 21:04:12 DEBUG juju.worker.logger reconfiguring logging from "=DEBUG" to "=DEBUG;unit=DEBUG" unit-mysql-0: 21:04:12 DEBUG juju.worker.dependency "api-address-updater" manifold worker started unit-mysql-0: 21:04:12 DEBUG juju.worker.dependency "uniter" manifold worker started unit-mysql-0: 21:04:12 DEBUG juju.worker.meterstatus release lock "machine-lock" for meter status hook execution unit-mysql-0: 21:04:12 INFO juju.worker.meterstatus skipped "meter-status-changed" hook (missing) unit-mysql-0: 21:04:12 DEBUG juju.network no lxc bridge addresses to filter for machine unit-mysql-0: 21:04:12 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) unit-mysql-0: 21:04:12 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) unit-mysql-0: 21:04:12 DEBUG juju.network including address public:172.30.9.212 for machine unit-mysql-0: 21:04:12 DEBUG juju.network including address local-cloud:192.168.121.3 for machine unit-mysql-0: 21:04:12 DEBUG juju.network including address local-machine:127.0.0.1 for machine unit-mysql-0: 21:04:12 DEBUG juju.network including address local-machine:::1 for machine unit-mysql-0: 21:04:12 DEBUG juju.network addresses after filtering: [public:172.30.9.212 local-cloud:192.168.121.3 local-machine:127.0.0.1 local-machine:::1] unit-mysql-0: 21:04:12 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.212:17070 192.168.121.3:17070 127.0.0.1:17070 [::1]:17070]] unit-mysql-0: 21:04:12 DEBUG juju.agent API server address details [["172.30.9.212:17070" "192.168.121.3:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.3:17070" "172.30.9.212:17070"] unit-mysql-0: 21:04:12 INFO worker.uniter.jujuc ensure jujuc symlinks in /var/lib/juju/tools/unit-mysql-0 unit-mysql-0: 21:04:12 INFO worker.uniter.jujuc was a symlink, now looking at /var/lib/juju/tools/2.2.9-trusty-amd64 unit-mysql-0: 21:04:12 DEBUG worker.uniter.jujuc jujud path /var/lib/juju/tools/2.2.9-trusty-amd64/jujud unit-mysql-0: 21:04:12 DEBUG juju.worker.uniter starting juju-run listener on unix:/var/lib/juju/agents/unit-mysql-0/run.socket unit-mysql-0: 21:04:12 INFO juju.worker.uniter unit "mysql/0" started unit-mysql-0: 21:04:12 DEBUG juju.worker.uniter juju-run listener running unit-mysql-0: 21:04:12 INFO juju.worker.uniter resuming charm install unit-mysql-0: 21:04:12 DEBUG juju.worker.uniter.operation running operation install cs:mysql-55 unit-mysql-0: 21:04:12 DEBUG juju.worker.uniter.operation preparing operation "install cs:mysql-55" unit-mysql-0: 21:04:12 INFO juju.worker.uniter.charm downloading cs:mysql-55 from API server unit-mysql-0: 21:04:12 INFO juju.downloader downloading from cs:mysql-55 unit-mysql-0: 21:04:12 DEBUG httpbakery client do GET https://172.30.9.212:17070/model/de7e6df2-8a46-4c9e-8f05-0b91223056ff/charms?file=%2A&url=cs%3Amysql-55 { unit-mysql-0: 21:04:12 DEBUG httpbakery } -> error unit-mysql-0: 21:04:12 INFO juju.downloader download complete ("cs:mysql-55") unit-mysql-0: 21:04:12 INFO juju.downloader download verified ("cs:mysql-55") unit-mysql-0: 21:04:12 DEBUG juju.worker.uniter.operation executing operation "install cs:mysql-55" unit-mysql-0: 21:04:12 DEBUG juju.worker.uniter.charm preparing to deploy charm "cs:mysql-55" unit-mysql-0: 21:04:12 DEBUG juju.worker.uniter.charm deploying charm "cs:mysql-55" unit-mysql-0: 21:04:12 DEBUG juju.worker.uniter.charm finishing deploy of charm "cs:mysql-55" unit-mysql-0: 21:04:12 DEBUG juju.worker.uniter.operation committing operation "install cs:mysql-55" unit-mysql-0: 21:04:12 INFO juju.worker.uniter hooks are retried true unit-mysql-0: 21:04:12 DEBUG juju.worker.uniter.remotestate got config change: ok=true unit-mysql-0: 21:04:12 DEBUG juju.worker.uniter.remotestate got action change: [] ok=true unit-mysql-0: 21:04:12 DEBUG juju.worker.uniter.remotestate got storage change: [] ok=true unit-mysql-0: 21:04:12 DEBUG juju.worker.uniter.remotestate got unit change unit-mysql-0: 21:04:12 DEBUG juju.worker.uniter.remotestate got relations change: ok=true unit-mysql-0: 21:04:12 DEBUG juju.worker.uniter.remotestate got address change: ok=true unit-mysql-0: 21:04:12 DEBUG juju.worker.uniter.remotestate got leader settings change: ok=true unit-mysql-0: 21:04:12 DEBUG juju.worker.uniter.remotestate got service change unit-mysql-0: 21:04:12 INFO juju.worker.uniter.storage initial storage attachments ready unit-mysql-0: 21:04:12 INFO juju.worker.uniter found queued "install" hook unit-mysql-0: 21:04:12 DEBUG juju.worker.uniter.operation running operation run install hook unit-mysql-0: 21:04:12 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-mysql-0: 21:04:12 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-mysql-0: 21:04:12 DEBUG juju.worker.uniter.operation preparing operation "run install hook" unit-mysql-0: 21:04:12 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-mysql-0: 21:04:12 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook unit-mysql-0: 21:04:12 DEBUG unit.mysql/0.install dpkg-query: package 'python-netaddr' is not installed and no information is available unit-mysql-0: 21:04:12 DEBUG unit.mysql/0.install Use dpkg --info (= dpkg-deb --info) to examine archive files, unit-mysql-0: 21:04:12 DEBUG unit.mysql/0.install and dpkg --contents (= dpkg-deb --contents) to list their contents. unit-mysql-0: 21:04:12 DEBUG unit.mysql/0.install Reading package lists... unit-mysql-0: 21:04:13 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 21:04:13 DEBUG unit.mysql/0.install Reading state information... unit-mysql-0: 21:04:13 DEBUG unit.mysql/0.install Suggested packages: unit-mysql-0: 21:04:13 DEBUG unit.mysql/0.install ipython python-netaddr-docs unit-mysql-0: 21:04:13 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 21:04:13 DEBUG unit.mysql/0.install python-netaddr unit-mysql-0: 21:04:13 DEBUG unit.mysql/0.install 0 upgraded, 1 newly installed, 0 to remove and 2 not upgraded. unit-mysql-0: 21:04:13 DEBUG unit.mysql/0.install Need to get 849 kB of archives. unit-mysql-0: 21:04:13 DEBUG unit.mysql/0.install After this operation, 4216 kB of additional disk space will be used. unit-mysql-0: 21:04:13 DEBUG unit.mysql/0.install WARNING: The following packages cannot be authenticated! unit-mysql-0: 21:04:13 DEBUG unit.mysql/0.install python-netaddr unit-mysql-0: 21:04:13 DEBUG unit.mysql/0.install E: There are problems and -y was used without --force-yes unit-mysql-0: 21:04:13 DEBUG unit.mysql/0.install dpkg-query: package 'python-netifaces' is not installed and no information is available unit-mysql-0: 21:04:13 DEBUG unit.mysql/0.install Use dpkg --info (= dpkg-deb --info) to examine archive files, unit-mysql-0: 21:04:13 DEBUG unit.mysql/0.install and dpkg --contents (= dpkg-deb --contents) to list their contents. unit-mysql-0: 21:04:13 DEBUG unit.mysql/0.install Reading package lists... unit-mysql-0: 21:04:13 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 21:04:13 DEBUG unit.mysql/0.install Reading state information... unit-mysql-0: 21:04:13 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 21:04:13 DEBUG unit.mysql/0.install python-netifaces unit-oai-epc-0: 21:04:13 DEBUG unit.oai-epc/0.install Err http://security.ubuntu.com/ubuntu/ trusty-security/main git-man all 1:1.9.1-1ubuntu0.8 unit-oai-epc-0: 21:04:13 DEBUG unit.oai-epc/0.install Could not resolve 'security.ubuntu.com' unit-oai-epc-0: 21:04:13 DEBUG unit.oai-epc/0.install Err http://security.ubuntu.com/ubuntu/ trusty-security/main git amd64 1:1.9.1-1ubuntu0.8 unit-oai-epc-0: 21:04:13 DEBUG unit.oai-epc/0.install Could not resolve 'security.ubuntu.com' unit-oai-epc-0: 21:04:13 DEBUG unit.oai-epc/0.install E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libe/liberror-perl/liberror-perl_0.17-1.1_all.deb Could not resolve 'archive.ubuntu.com' unit-oai-epc-0: 21:04:13 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 21:04:13 DEBUG unit.oai-epc/0.install E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/g/git/git-man_1.9.1-1ubuntu0.8_all.deb Could not resolve 'security.ubuntu.com' unit-oai-epc-0: 21:04:13 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 21:04:13 DEBUG unit.oai-epc/0.install E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/g/git/git_1.9.1-1ubuntu0.8_amd64.deb Could not resolve 'security.ubuntu.com' unit-oai-epc-0: 21:04:13 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 21:04:13 DEBUG unit.oai-epc/0.install E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? unit-oai-epc-0: 21:04:13 ERROR juju.worker.uniter.operation hook "install" failed: exit status 100 unit-oai-epc-0: 21:04:13 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 21:04:13 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-oai-epc-0: 21:04:13 DEBUG juju.worker.uniter [AGENT-STATUS] error: hook failed: "install" unit-oai-epc-0: 21:04:18 DEBUG juju.worker.uniter.remotestate retry hook timer triggered unit-oai-epc-0: 21:04:18 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-oai-epc-0: 21:04:18 DEBUG juju.worker.uniter.operation running operation run install hook unit-oai-epc-0: 21:04:18 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-epc-0: 21:04:18 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-epc-0: 21:04:18 DEBUG juju.worker.uniter.operation preparing operation "run install hook" unit-oai-epc-0: 21:04:18 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-oai-epc-0: 21:04:18 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook unit-oai-epc-0: 21:04:18 DEBUG unit.oai-epc/0.install + export DEBIAN_FRONTEND=noninteractive unit-oai-epc-0: 21:04:18 DEBUG unit.oai-epc/0.install + DEBIAN_FRONTEND=noninteractive unit-oai-epc-0: 21:04:18 DEBUG unit.oai-epc/0.install + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 21:04:18 DEBUG unit.oai-epc/0.install ++ validated_mme_public_ip=0 unit-oai-epc-0: 21:04:18 DEBUG unit.oai-epc/0.install + set_env_paths unit-oai-epc-0: 21:04:18 DEBUG unit.oai-epc/0.install + openair_path=/srv/openair-cn unit-oai-epc-0: 21:04:18 DEBUG unit.oai-epc/0.install + build_path=/srv/openair-cn/BUILD unit-oai-epc-0: 21:04:18 DEBUG unit.oai-epc/0.install + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-epc-0: 21:04:18 DEBUG unit.oai-epc/0.install + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-epc-0: 21:04:18 DEBUG unit.oai-epc/0.install + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-epc-0: 21:04:18 DEBUG unit.oai-epc/0.install + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-epc-0: 21:04:18 DEBUG unit.oai-epc/0.install + epc_conf_path=/usr/local/etc/oai unit-oai-epc-0: 21:04:18 DEBUG unit.oai-epc/0.install + epc_exec_name=mme_gw unit-oai-epc-0: 21:04:18 DEBUG unit.oai-epc/0.install + open-port 2152/udp unit-oai-epc-0: 21:04:18 DEBUG worker.uniter.jujuc running hook tool "open-port" unit-oai-epc-0: 21:04:18 DEBUG unit.oai-epc/0.install ++ config-get branch unit-oai-epc-0: 21:04:18 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 21:04:18 DEBUG unit.oai-epc/0.install + branch=v0.3.2-branch unit-oai-epc-0: 21:04:18 DEBUG unit.oai-epc/0.install ++ config-get revision unit-oai-epc-0: 21:04:18 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 21:04:18 DEBUG unit.oai-epc/0.install + revision=HEAD unit-oai-epc-0: 21:04:18 DEBUG unit.oai-epc/0.install + echo v0.3.2-branch unit-oai-epc-0: 21:04:18 DEBUG unit.oai-epc/0.install + echo HEAD unit-oai-epc-0: 21:04:18 DEBUG unit.oai-epc/0.install + update_hostname unit-oai-epc-0: 21:04:18 DEBUG unit.oai-epc/0.install ++ sed 's|/|-|' unit-oai-epc-0: 21:04:18 DEBUG unit.oai-epc/0.install ++ echo oai-epc/0 unit-oai-epc-0: 21:04:18 DEBUG unit.oai-epc/0.install + HOSTNAME=oai-epc-0 unit-oai-epc-0: 21:04:18 DEBUG unit.oai-epc/0.install + echo oai-epc-0 unit-oai-epc-0: 21:04:18 DEBUG unit.oai-epc/0.install + hostname oai-epc-0 unit-oai-epc-0: 21:04:18 DEBUG unit.oai-epc/0.install ++ hostname unit-oai-epc-0: 21:04:18 DEBUG unit.oai-epc/0.install + echo '127.0.0.1 oai-epc-0' unit-oai-epc-0: 21:04:18 DEBUG unit.oai-epc/0.install + install_packages unit-oai-epc-0: 21:04:18 DEBUG unit.oai-epc/0.install ++ grep -c install unit-oai-epc-0: 21:04:18 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections git unit-oai-epc-0: 21:04:18 DEBUG unit.oai-epc/0.install + gitAlreadyInstalled=0 unit-oai-epc-0: 21:04:18 DEBUG unit.oai-epc/0.install + true unit-oai-epc-0: 21:04:18 DEBUG unit.oai-epc/0.install + '[' '!' 0 -eq 1 ']' unit-oai-epc-0: 21:04:18 DEBUG unit.oai-epc/0.install + apt-get install -y --force-yes git unit-oai-epc-0: 21:04:18 DEBUG unit.oai-epc/0.install Reading package lists... unit-oai-epc-0: 21:04:19 DEBUG unit.oai-epc/0.install Building dependency tree... unit-oai-epc-0: 21:04:19 DEBUG unit.oai-epc/0.install Reading state information... unit-oai-epc-0: 21:04:19 DEBUG unit.oai-epc/0.install The following extra packages will be installed: unit-oai-epc-0: 21:04:19 DEBUG unit.oai-epc/0.install git-man liberror-perl unit-oai-epc-0: 21:04:19 DEBUG unit.oai-epc/0.install Suggested packages: unit-oai-epc-0: 21:04:19 DEBUG unit.oai-epc/0.install git-daemon-run git-daemon-sysvinit git-doc git-el git-email git-gui gitk unit-oai-epc-0: 21:04:19 DEBUG unit.oai-epc/0.install gitweb git-arch git-bzr git-cvs git-mediawiki git-svn unit-oai-epc-0: 21:04:19 DEBUG unit.oai-epc/0.install The following NEW packages will be installed: unit-oai-epc-0: 21:04:19 DEBUG unit.oai-epc/0.install git git-man liberror-perl unit-oai-epc-0: 21:04:19 DEBUG unit.oai-epc/0.install 0 upgraded, 3 newly installed, 0 to remove and 2 not upgraded. unit-oai-epc-0: 21:04:19 DEBUG unit.oai-epc/0.install Need to get 3394 kB of archives. unit-oai-epc-0: 21:04:19 DEBUG unit.oai-epc/0.install After this operation, 22.0 MB of additional disk space will be used. unit-oai-epc-0: 21:04:19 DEBUG unit.oai-epc/0.install WARNING: The following packages cannot be authenticated! unit-oai-epc-0: 21:04:19 DEBUG unit.oai-epc/0.install git-man git unit-mysql-0: 21:04:53 DEBUG unit.mysql/0.install 0 upgraded, 1 newly installed, 0 to remove and 2 not upgraded. unit-mysql-0: 21:04:53 DEBUG unit.mysql/0.install Need to get 11.3 kB of archives. unit-mysql-0: 21:04:53 DEBUG unit.mysql/0.install After this operation, 63.5 kB of additional disk space will be used. unit-mysql-0: 21:04:53 DEBUG unit.mysql/0.install Err http://archive.ubuntu.com/ubuntu/ trusty/main python-netifaces amd64 0.8-3build1 unit-mysql-0: 21:04:53 DEBUG unit.mysql/0.install Could not resolve 'archive.ubuntu.com' unit-mysql-0: 21:04:53 DEBUG unit.mysql/0.install E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/n/netifaces/python-netifaces_0.8-3build1_amd64.deb Could not resolve 'archive.ubuntu.com' unit-mysql-0: 21:04:53 DEBUG unit.mysql/0.install unit-mysql-0: 21:04:53 DEBUG unit.mysql/0.install E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? unit-mysql-0: 21:04:53 DEBUG unit.mysql/0.install dpkg-query: package 'python-pip' is not installed and no information is available unit-mysql-0: 21:04:53 DEBUG unit.mysql/0.install Use dpkg --info (= dpkg-deb --info) to examine archive files, unit-mysql-0: 21:04:53 DEBUG unit.mysql/0.install and dpkg --contents (= dpkg-deb --contents) to list their contents. unit-mysql-0: 21:04:53 DEBUG unit.mysql/0.install Reading package lists... unit-mysql-0: 21:04:53 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 21:04:53 DEBUG unit.mysql/0.install Reading state information... unit-mysql-0: 21:04:53 DEBUG unit.mysql/0.install The following extra packages will be installed: unit-mysql-0: 21:04:53 DEBUG unit.mysql/0.install binutils build-essential cpp cpp-4.8 dpkg-dev fakeroot g++ g++-4.8 gcc unit-mysql-0: 21:04:53 DEBUG unit.mysql/0.install gcc-4.8 libalgorithm-diff-perl libalgorithm-diff-xs-perl unit-mysql-0: 21:04:53 DEBUG unit.mysql/0.install libalgorithm-merge-perl libasan0 libatomic1 libc-dev-bin libc6-dev unit-mysql-0: 21:04:53 DEBUG unit.mysql/0.install libcloog-isl4 libdpkg-perl libfakeroot libfile-fcntllock-perl libgcc-4.8-dev unit-mysql-0: 21:04:53 DEBUG unit.mysql/0.install libgmp10 libgomp1 libisl10 libitm1 libmpc3 libmpfr4 libquadmath0 unit-mysql-0: 21:04:53 DEBUG unit.mysql/0.install libstdc++-4.8-dev libtsan0 linux-libc-dev make manpages-dev unit-mysql-0: 21:04:53 DEBUG unit.mysql/0.install python-chardet-whl python-colorama python-colorama-whl python-distlib unit-mysql-0: 21:04:53 DEBUG unit.mysql/0.install python-distlib-whl python-html5lib python-html5lib-whl python-pip-whl unit-mysql-0: 21:04:53 DEBUG unit.mysql/0.install python-requests-whl python-setuptools python-setuptools-whl python-six-whl unit-mysql-0: 21:04:53 DEBUG unit.mysql/0.install python-urllib3-whl python-wheel python3-pkg-resources unit-mysql-0: 21:04:53 DEBUG unit.mysql/0.install Suggested packages: unit-mysql-0: 21:04:53 DEBUG unit.mysql/0.install binutils-doc cpp-doc gcc-4.8-locales debian-keyring g++-multilib unit-mysql-0: 21:04:53 DEBUG unit.mysql/0.install g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib autoconf unit-mysql-0: 21:04:53 DEBUG unit.mysql/0.install automake1.9 libtool flex bison gdb gcc-doc gcc-4.8-multilib libgcc1-dbg unit-mysql-0: 21:04:53 DEBUG unit.mysql/0.install libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg unit-mysql-0: 21:04:53 DEBUG unit.mysql/0.install libquadmath0-dbg glibc-doc libstdc++-4.8-doc make-doc python-genshi unit-mysql-0: 21:04:53 DEBUG unit.mysql/0.install python-lxml python3-setuptools unit-mysql-0: 21:04:53 DEBUG unit.mysql/0.install Recommended packages: unit-mysql-0: 21:04:53 DEBUG unit.mysql/0.install python-dev-all unit-mysql-0: 21:04:53 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 21:04:53 DEBUG unit.mysql/0.install binutils build-essential cpp cpp-4.8 dpkg-dev fakeroot g++ g++-4.8 gcc unit-mysql-0: 21:04:53 DEBUG unit.mysql/0.install gcc-4.8 libalgorithm-diff-perl libalgorithm-diff-xs-perl unit-mysql-0: 21:04:53 DEBUG unit.mysql/0.install libalgorithm-merge-perl libasan0 libatomic1 libc-dev-bin libc6-dev unit-mysql-0: 21:04:53 DEBUG unit.mysql/0.install libcloog-isl4 libdpkg-perl libfakeroot libfile-fcntllock-perl libgcc-4.8-dev unit-mysql-0: 21:04:53 DEBUG unit.mysql/0.install libgmp10 libgomp1 libisl10 libitm1 libmpc3 libmpfr4 libquadmath0 unit-mysql-0: 21:04:53 DEBUG unit.mysql/0.install libstdc++-4.8-dev libtsan0 linux-libc-dev make manpages-dev unit-mysql-0: 21:04:53 DEBUG unit.mysql/0.install python-chardet-whl python-colorama python-colorama-whl python-distlib unit-mysql-0: 21:04:53 DEBUG unit.mysql/0.install python-distlib-whl python-html5lib python-html5lib-whl python-pip unit-mysql-0: 21:04:53 DEBUG unit.mysql/0.install python-pip-whl python-requests-whl python-setuptools python-setuptools-whl unit-mysql-0: 21:04:53 DEBUG unit.mysql/0.install python-six-whl python-urllib3-whl python-wheel python3-pkg-resources unit-mysql-0: 21:04:53 DEBUG unit.mysql/0.install 0 upgraded, 50 newly installed, 0 to remove and 2 not upgraded. unit-mysql-0: 21:04:53 DEBUG unit.mysql/0.install Need to get 41.1 MB of archives. unit-mysql-0: 21:04:53 DEBUG unit.mysql/0.install After this operation, 120 MB of additional disk space will be used. unit-mysql-0: 21:04:53 DEBUG unit.mysql/0.install WARNING: The following packages cannot be authenticated! unit-mysql-0: 21:04:53 DEBUG unit.mysql/0.install libasan0 libatomic1 libgomp1 libitm1 libquadmath0 libtsan0 binutils unit-mysql-0: 21:04:53 DEBUG unit.mysql/0.install libc-dev-bin linux-libc-dev libc6-dev cpp-4.8 libgcc-4.8-dev gcc-4.8 unit-mysql-0: 21:04:53 DEBUG unit.mysql/0.install libstdc++-4.8-dev g++-4.8 libdpkg-perl dpkg-dev python3-pkg-resources unit-mysql-0: 21:04:53 DEBUG unit.mysql/0.install python-chardet-whl python-colorama python-colorama-whl python-distlib unit-mysql-0: 21:04:53 DEBUG unit.mysql/0.install python-distlib-whl python-html5lib python-html5lib-whl python-six-whl unit-mysql-0: 21:04:53 DEBUG unit.mysql/0.install python-urllib3-whl python-requests-whl python-setuptools-whl python-pip-whl unit-mysql-0: 21:04:53 DEBUG unit.mysql/0.install python-setuptools python-pip python-wheel unit-mysql-0: 21:04:53 DEBUG unit.mysql/0.install E: There are problems and -y was used without --force-yes unit-mysql-0: 21:04:53 DEBUG unit.mysql/0.install Reading package lists... unit-mysql-0: 21:04:53 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 21:04:53 DEBUG unit.mysql/0.install Reading state information... unit-mysql-0: 21:04:53 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 21:04:53 DEBUG unit.mysql/0.install python-dnspython unit-oai-epc-0: 21:04:59 DEBUG unit.oai-epc/0.install Err http://archive.ubuntu.com/ubuntu/ trusty/main liberror-perl all 0.17-1.1 unit-oai-epc-0: 21:04:59 DEBUG unit.oai-epc/0.install Could not resolve 'archive.ubuntu.com' unit-oai-epc-0: 21:04:59 DEBUG unit.oai-epc/0.install Err http://archive.ubuntu.com/ubuntu/ trusty-updates/main git-man all 1:1.9.1-1ubuntu0.8 unit-oai-epc-0: 21:04:59 DEBUG unit.oai-epc/0.install Could not resolve 'archive.ubuntu.com' unit-mysql-0: 21:05:33 DEBUG unit.mysql/0.install 0 upgraded, 1 newly installed, 0 to remove and 2 not upgraded. unit-mysql-0: 21:05:33 DEBUG unit.mysql/0.install Need to get 83.1 kB of archives. unit-mysql-0: 21:05:33 DEBUG unit.mysql/0.install After this operation, 545 kB of additional disk space will be used. unit-mysql-0: 21:05:33 DEBUG unit.mysql/0.install Err http://archive.ubuntu.com/ubuntu/ trusty/main python-dnspython all 1.11.1-1build1 unit-mysql-0: 21:05:33 DEBUG unit.mysql/0.install Could not resolve 'archive.ubuntu.com' unit-mysql-0: 21:05:33 DEBUG unit.mysql/0.install E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/d/dnspython/python-dnspython_1.11.1-1build1_all.deb Could not resolve 'archive.ubuntu.com' unit-mysql-0: 21:05:33 DEBUG unit.mysql/0.install unit-mysql-0: 21:05:33 DEBUG unit.mysql/0.install E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? unit-mysql-0: 21:05:34 DEBUG unit.mysql/0.install Traceback (most recent call last): unit-mysql-0: 21:05:34 DEBUG unit.mysql/0.install File "/var/lib/juju/agents/unit-mysql-0/charm/hooks/install.real", line 6, in unit-mysql-0: 21:05:34 DEBUG unit.mysql/0.install import lib.utils as utils unit-mysql-0: 21:05:34 DEBUG unit.mysql/0.install File "/var/lib/juju/agents/unit-mysql-0/charm/hooks/lib/utils.py", line 46, in unit-mysql-0: 21:05:34 DEBUG unit.mysql/0.install install('python-dnspython') unit-mysql-0: 21:05:34 DEBUG unit.mysql/0.install File "/var/lib/juju/agents/unit-mysql-0/charm/hooks/lib/utils.py", line 41, in install unit-mysql-0: 21:05:34 DEBUG unit.mysql/0.install subprocess.check_call(cmd) unit-mysql-0: 21:05:34 DEBUG unit.mysql/0.install File "/usr/lib/python2.7/subprocess.py", line 540, in check_call unit-mysql-0: 21:05:34 DEBUG unit.mysql/0.install raise CalledProcessError(retcode, cmd) unit-mysql-0: 21:05:34 DEBUG unit.mysql/0.install subprocess.CalledProcessError: Command '['apt-get', '-y', 'install', 'python-dnspython']' returned non-zero exit status 100 unit-mysql-0: 21:05:34 ERROR juju.worker.uniter.operation hook "install" failed: exit status 1 unit-mysql-0: 21:05:34 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 21:05:34 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-mysql-0: 21:05:34 DEBUG juju.worker.uniter [AGENT-STATUS] error: hook failed: "install" unit-mysql-0: 21:05:39 DEBUG juju.worker.uniter.remotestate retry hook timer triggered unit-mysql-0: 21:05:39 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-mysql-0: 21:05:39 DEBUG juju.worker.uniter.operation running operation run install hook unit-mysql-0: 21:05:39 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-mysql-0: 21:05:39 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-mysql-0: 21:05:39 DEBUG juju.worker.uniter.operation preparing operation "run install hook" unit-mysql-0: 21:05:39 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-mysql-0: 21:05:39 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook unit-mysql-0: 21:05:39 DEBUG unit.mysql/0.install dpkg-query: package 'python-netaddr' is not installed and no information is available unit-mysql-0: 21:05:39 DEBUG unit.mysql/0.install Use dpkg --info (= dpkg-deb --info) to examine archive files, unit-mysql-0: 21:05:39 DEBUG unit.mysql/0.install and dpkg --contents (= dpkg-deb --contents) to list their contents. unit-mysql-0: 21:05:39 DEBUG unit.mysql/0.install Reading package lists... unit-mysql-0: 21:05:39 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 21:05:39 DEBUG unit.mysql/0.install Reading state information... unit-oai-epc-0: 21:05:39 DEBUG unit.oai-epc/0.install Err http://security.ubuntu.com/ubuntu/ trusty-security/main git-man all 1:1.9.1-1ubuntu0.8 unit-oai-epc-0: 21:05:39 DEBUG unit.oai-epc/0.install Could not resolve 'security.ubuntu.com' unit-oai-epc-0: 21:05:39 DEBUG unit.oai-epc/0.install Err http://security.ubuntu.com/ubuntu/ trusty-security/main git amd64 1:1.9.1-1ubuntu0.8 unit-oai-epc-0: 21:05:39 DEBUG unit.oai-epc/0.install Could not resolve 'security.ubuntu.com' unit-oai-epc-0: 21:05:39 DEBUG unit.oai-epc/0.install E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libe/liberror-perl/liberror-perl_0.17-1.1_all.deb Could not resolve 'archive.ubuntu.com' unit-oai-epc-0: 21:05:39 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 21:05:39 DEBUG unit.oai-epc/0.install E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/g/git/git-man_1.9.1-1ubuntu0.8_all.deb Could not resolve 'security.ubuntu.com' unit-oai-epc-0: 21:05:39 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 21:05:39 DEBUG unit.oai-epc/0.install E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/g/git/git_1.9.1-1ubuntu0.8_amd64.deb Could not resolve 'security.ubuntu.com' unit-oai-epc-0: 21:05:39 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 21:05:39 DEBUG unit.oai-epc/0.install E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? unit-oai-epc-0: 21:05:39 ERROR juju.worker.uniter.operation hook "install" failed: exit status 100 unit-oai-epc-0: 21:05:39 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 21:05:39 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-oai-epc-0: 21:05:39 DEBUG juju.worker.uniter [AGENT-STATUS] error: hook failed: "install" unit-mysql-0: 21:05:39 DEBUG unit.mysql/0.install Suggested packages: unit-mysql-0: 21:05:39 DEBUG unit.mysql/0.install ipython python-netaddr-docs unit-mysql-0: 21:05:39 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 21:05:39 DEBUG unit.mysql/0.install python-netaddr unit-mysql-0: 21:05:39 DEBUG unit.mysql/0.install 0 upgraded, 1 newly installed, 0 to remove and 2 not upgraded. unit-mysql-0: 21:05:39 DEBUG unit.mysql/0.install Need to get 849 kB of archives. unit-mysql-0: 21:05:39 DEBUG unit.mysql/0.install After this operation, 4216 kB of additional disk space will be used. unit-mysql-0: 21:05:39 DEBUG unit.mysql/0.install WARNING: The following packages cannot be authenticated! unit-mysql-0: 21:05:39 DEBUG unit.mysql/0.install python-netaddr unit-mysql-0: 21:05:39 DEBUG unit.mysql/0.install E: There are problems and -y was used without --force-yes unit-mysql-0: 21:05:39 DEBUG unit.mysql/0.install dpkg-query: package 'python-netifaces' is not installed and no information is available unit-mysql-0: 21:05:39 DEBUG unit.mysql/0.install Use dpkg --info (= dpkg-deb --info) to examine archive files, unit-mysql-0: 21:05:39 DEBUG unit.mysql/0.install and dpkg --contents (= dpkg-deb --contents) to list their contents. unit-mysql-0: 21:05:39 DEBUG unit.mysql/0.install Reading package lists... unit-mysql-0: 21:05:39 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 21:05:39 DEBUG unit.mysql/0.install Reading state information... unit-mysql-0: 21:05:39 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 21:05:39 DEBUG unit.mysql/0.install python-netifaces unit-oai-epc-0: 21:05:49 DEBUG juju.worker.uniter.remotestate retry hook timer triggered unit-oai-epc-0: 21:05:49 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-oai-epc-0: 21:05:49 DEBUG juju.worker.uniter.operation running operation run install hook unit-oai-epc-0: 21:05:49 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-epc-0: 21:05:49 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-epc-0: 21:05:49 DEBUG juju.worker.uniter.operation preparing operation "run install hook" unit-oai-epc-0: 21:05:49 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-oai-epc-0: 21:05:49 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook unit-oai-epc-0: 21:05:49 DEBUG unit.oai-epc/0.install + export DEBIAN_FRONTEND=noninteractive unit-oai-epc-0: 21:05:49 DEBUG unit.oai-epc/0.install + DEBIAN_FRONTEND=noninteractive unit-oai-epc-0: 21:05:49 DEBUG unit.oai-epc/0.install + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 21:05:49 DEBUG unit.oai-epc/0.install ++ validated_mme_public_ip=0 unit-oai-epc-0: 21:05:49 DEBUG unit.oai-epc/0.install + set_env_paths unit-oai-epc-0: 21:05:49 DEBUG unit.oai-epc/0.install + openair_path=/srv/openair-cn unit-oai-epc-0: 21:05:49 DEBUG unit.oai-epc/0.install + build_path=/srv/openair-cn/BUILD unit-oai-epc-0: 21:05:49 DEBUG unit.oai-epc/0.install + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-epc-0: 21:05:49 DEBUG unit.oai-epc/0.install + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-epc-0: 21:05:49 DEBUG unit.oai-epc/0.install + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-epc-0: 21:05:49 DEBUG unit.oai-epc/0.install + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-epc-0: 21:05:49 DEBUG unit.oai-epc/0.install + epc_conf_path=/usr/local/etc/oai unit-oai-epc-0: 21:05:49 DEBUG unit.oai-epc/0.install + epc_exec_name=mme_gw unit-oai-epc-0: 21:05:49 DEBUG unit.oai-epc/0.install + open-port 2152/udp unit-oai-epc-0: 21:05:49 DEBUG worker.uniter.jujuc running hook tool "open-port" unit-oai-epc-0: 21:05:49 DEBUG unit.oai-epc/0.install ++ config-get branch unit-oai-epc-0: 21:05:49 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 21:05:49 DEBUG unit.oai-epc/0.install + branch=v0.3.2-branch unit-oai-epc-0: 21:05:49 DEBUG unit.oai-epc/0.install ++ config-get revision unit-oai-epc-0: 21:05:49 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 21:05:49 DEBUG unit.oai-epc/0.install + revision=HEAD unit-oai-epc-0: 21:05:49 DEBUG unit.oai-epc/0.install + echo v0.3.2-branch unit-oai-epc-0: 21:05:49 DEBUG unit.oai-epc/0.install + echo HEAD unit-oai-epc-0: 21:05:49 DEBUG unit.oai-epc/0.install + update_hostname unit-oai-epc-0: 21:05:49 DEBUG unit.oai-epc/0.install ++ sed 's|/|-|' unit-oai-epc-0: 21:05:49 DEBUG unit.oai-epc/0.install ++ echo oai-epc/0 unit-oai-epc-0: 21:05:49 DEBUG unit.oai-epc/0.install + HOSTNAME=oai-epc-0 unit-oai-epc-0: 21:05:49 DEBUG unit.oai-epc/0.install + echo oai-epc-0 unit-oai-epc-0: 21:05:49 DEBUG unit.oai-epc/0.install + hostname oai-epc-0 unit-oai-epc-0: 21:05:49 DEBUG unit.oai-epc/0.install ++ hostname unit-oai-epc-0: 21:05:49 DEBUG unit.oai-epc/0.install + echo '127.0.0.1 oai-epc-0' unit-oai-epc-0: 21:05:49 DEBUG unit.oai-epc/0.install + install_packages unit-oai-epc-0: 21:05:49 DEBUG unit.oai-epc/0.install ++ grep -c install unit-oai-epc-0: 21:05:49 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections git unit-oai-epc-0: 21:05:49 DEBUG unit.oai-epc/0.install + gitAlreadyInstalled=0 unit-oai-epc-0: 21:05:49 DEBUG unit.oai-epc/0.install + true unit-oai-epc-0: 21:05:49 DEBUG unit.oai-epc/0.install + '[' '!' 0 -eq 1 ']' unit-oai-epc-0: 21:05:49 DEBUG unit.oai-epc/0.install + apt-get install -y --force-yes git unit-oai-epc-0: 21:05:49 DEBUG unit.oai-epc/0.install Reading package lists... unit-oai-epc-0: 21:05:49 DEBUG unit.oai-epc/0.install Building dependency tree... unit-oai-epc-0: 21:05:49 DEBUG unit.oai-epc/0.install Reading state information... unit-oai-epc-0: 21:05:49 DEBUG unit.oai-epc/0.install The following extra packages will be installed: unit-oai-epc-0: 21:05:49 DEBUG unit.oai-epc/0.install git-man liberror-perl unit-oai-epc-0: 21:05:49 DEBUG unit.oai-epc/0.install Suggested packages: unit-oai-epc-0: 21:05:49 DEBUG unit.oai-epc/0.install git-daemon-run git-daemon-sysvinit git-doc git-el git-email git-gui gitk unit-oai-epc-0: 21:05:49 DEBUG unit.oai-epc/0.install gitweb git-arch git-bzr git-cvs git-mediawiki git-svn unit-oai-epc-0: 21:05:49 DEBUG unit.oai-epc/0.install The following NEW packages will be installed: unit-oai-epc-0: 21:05:49 DEBUG unit.oai-epc/0.install git git-man liberror-perl unit-oai-epc-0: 21:05:49 DEBUG unit.oai-epc/0.install 0 upgraded, 3 newly installed, 0 to remove and 2 not upgraded. unit-oai-epc-0: 21:05:49 DEBUG unit.oai-epc/0.install Need to get 3394 kB of archives. unit-oai-epc-0: 21:05:49 DEBUG unit.oai-epc/0.install After this operation, 22.0 MB of additional disk space will be used. unit-oai-epc-0: 21:05:49 DEBUG unit.oai-epc/0.install WARNING: The following packages cannot be authenticated! unit-oai-epc-0: 21:05:49 DEBUG unit.oai-epc/0.install git-man git unit-mysql-0: 21:06:19 DEBUG unit.mysql/0.install 0 upgraded, 1 newly installed, 0 to remove and 2 not upgraded. unit-mysql-0: 21:06:19 DEBUG unit.mysql/0.install Need to get 11.3 kB of archives. unit-mysql-0: 21:06:19 DEBUG unit.mysql/0.install After this operation, 63.5 kB of additional disk space will be used. unit-mysql-0: 21:06:19 DEBUG unit.mysql/0.install Err http://archive.ubuntu.com/ubuntu/ trusty/main python-netifaces amd64 0.8-3build1 unit-mysql-0: 21:06:19 DEBUG unit.mysql/0.install Could not resolve 'archive.ubuntu.com' unit-mysql-0: 21:06:19 DEBUG unit.mysql/0.install E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/n/netifaces/python-netifaces_0.8-3build1_amd64.deb Could not resolve 'archive.ubuntu.com' unit-mysql-0: 21:06:19 DEBUG unit.mysql/0.install unit-mysql-0: 21:06:19 DEBUG unit.mysql/0.install E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? unit-mysql-0: 21:06:19 DEBUG unit.mysql/0.install dpkg-query: package 'python-pip' is not installed and no information is available unit-mysql-0: 21:06:19 DEBUG unit.mysql/0.install Use dpkg --info (= dpkg-deb --info) to examine archive files, unit-mysql-0: 21:06:19 DEBUG unit.mysql/0.install and dpkg --contents (= dpkg-deb --contents) to list their contents. unit-mysql-0: 21:06:19 DEBUG unit.mysql/0.install Reading package lists... unit-mysql-0: 21:06:19 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 21:06:19 DEBUG unit.mysql/0.install Reading state information... unit-mysql-0: 21:06:19 DEBUG unit.mysql/0.install The following extra packages will be installed: unit-mysql-0: 21:06:19 DEBUG unit.mysql/0.install binutils build-essential cpp cpp-4.8 dpkg-dev fakeroot g++ g++-4.8 gcc unit-mysql-0: 21:06:19 DEBUG unit.mysql/0.install gcc-4.8 libalgorithm-diff-perl libalgorithm-diff-xs-perl unit-mysql-0: 21:06:19 DEBUG unit.mysql/0.install libalgorithm-merge-perl libasan0 libatomic1 libc-dev-bin libc6-dev unit-mysql-0: 21:06:19 DEBUG unit.mysql/0.install libcloog-isl4 libdpkg-perl libfakeroot libfile-fcntllock-perl libgcc-4.8-dev unit-mysql-0: 21:06:19 DEBUG unit.mysql/0.install libgmp10 libgomp1 libisl10 libitm1 libmpc3 libmpfr4 libquadmath0 unit-mysql-0: 21:06:19 DEBUG unit.mysql/0.install libstdc++-4.8-dev libtsan0 linux-libc-dev make manpages-dev unit-mysql-0: 21:06:19 DEBUG unit.mysql/0.install python-chardet-whl python-colorama python-colorama-whl python-distlib unit-mysql-0: 21:06:19 DEBUG unit.mysql/0.install python-distlib-whl python-html5lib python-html5lib-whl python-pip-whl unit-mysql-0: 21:06:19 DEBUG unit.mysql/0.install python-requests-whl python-setuptools python-setuptools-whl python-six-whl unit-mysql-0: 21:06:19 DEBUG unit.mysql/0.install python-urllib3-whl python-wheel python3-pkg-resources unit-mysql-0: 21:06:19 DEBUG unit.mysql/0.install Suggested packages: unit-mysql-0: 21:06:19 DEBUG unit.mysql/0.install binutils-doc cpp-doc gcc-4.8-locales debian-keyring g++-multilib unit-mysql-0: 21:06:19 DEBUG unit.mysql/0.install g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib autoconf unit-mysql-0: 21:06:19 DEBUG unit.mysql/0.install automake1.9 libtool flex bison gdb gcc-doc gcc-4.8-multilib libgcc1-dbg unit-mysql-0: 21:06:19 DEBUG unit.mysql/0.install libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg unit-mysql-0: 21:06:19 DEBUG unit.mysql/0.install libquadmath0-dbg glibc-doc libstdc++-4.8-doc make-doc python-genshi unit-mysql-0: 21:06:19 DEBUG unit.mysql/0.install python-lxml python3-setuptools unit-mysql-0: 21:06:19 DEBUG unit.mysql/0.install Recommended packages: unit-mysql-0: 21:06:19 DEBUG unit.mysql/0.install python-dev-all unit-mysql-0: 21:06:19 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 21:06:19 DEBUG unit.mysql/0.install binutils build-essential cpp cpp-4.8 dpkg-dev fakeroot g++ g++-4.8 gcc unit-mysql-0: 21:06:19 DEBUG unit.mysql/0.install gcc-4.8 libalgorithm-diff-perl libalgorithm-diff-xs-perl unit-mysql-0: 21:06:19 DEBUG unit.mysql/0.install libalgorithm-merge-perl libasan0 libatomic1 libc-dev-bin libc6-dev unit-mysql-0: 21:06:19 DEBUG unit.mysql/0.install libcloog-isl4 libdpkg-perl libfakeroot libfile-fcntllock-perl libgcc-4.8-dev unit-mysql-0: 21:06:19 DEBUG unit.mysql/0.install libgmp10 libgomp1 libisl10 libitm1 libmpc3 libmpfr4 libquadmath0 unit-mysql-0: 21:06:19 DEBUG unit.mysql/0.install libstdc++-4.8-dev libtsan0 linux-libc-dev make manpages-dev unit-mysql-0: 21:06:19 DEBUG unit.mysql/0.install python-chardet-whl python-colorama python-colorama-whl python-distlib unit-mysql-0: 21:06:19 DEBUG unit.mysql/0.install python-distlib-whl python-html5lib python-html5lib-whl python-pip unit-mysql-0: 21:06:19 DEBUG unit.mysql/0.install python-pip-whl python-requests-whl python-setuptools python-setuptools-whl unit-mysql-0: 21:06:19 DEBUG unit.mysql/0.install python-six-whl python-urllib3-whl python-wheel python3-pkg-resources unit-mysql-0: 21:06:19 DEBUG unit.mysql/0.install 0 upgraded, 50 newly installed, 0 to remove and 2 not upgraded. unit-mysql-0: 21:06:19 DEBUG unit.mysql/0.install Need to get 41.1 MB of archives. unit-mysql-0: 21:06:19 DEBUG unit.mysql/0.install After this operation, 120 MB of additional disk space will be used. unit-mysql-0: 21:06:19 DEBUG unit.mysql/0.install WARNING: The following packages cannot be authenticated! unit-mysql-0: 21:06:19 DEBUG unit.mysql/0.install libasan0 libatomic1 libgomp1 libitm1 libquadmath0 libtsan0 binutils unit-mysql-0: 21:06:19 DEBUG unit.mysql/0.install libc-dev-bin linux-libc-dev libc6-dev cpp-4.8 libgcc-4.8-dev gcc-4.8 unit-mysql-0: 21:06:19 DEBUG unit.mysql/0.install libstdc++-4.8-dev g++-4.8 libdpkg-perl dpkg-dev python3-pkg-resources unit-mysql-0: 21:06:19 DEBUG unit.mysql/0.install python-chardet-whl python-colorama python-colorama-whl python-distlib unit-mysql-0: 21:06:19 DEBUG unit.mysql/0.install python-distlib-whl python-html5lib python-html5lib-whl python-six-whl unit-mysql-0: 21:06:19 DEBUG unit.mysql/0.install python-urllib3-whl python-requests-whl python-setuptools-whl python-pip-whl unit-mysql-0: 21:06:19 DEBUG unit.mysql/0.install python-setuptools python-pip python-wheel unit-mysql-0: 21:06:19 DEBUG unit.mysql/0.install E: There are problems and -y was used without --force-yes unit-mysql-0: 21:06:19 DEBUG unit.mysql/0.install Reading package lists... unit-mysql-0: 21:06:19 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 21:06:19 DEBUG unit.mysql/0.install Reading state information... unit-mysql-0: 21:06:20 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 21:06:20 DEBUG unit.mysql/0.install python-dnspython unit-oai-epc-0: 21:06:29 DEBUG unit.oai-epc/0.install Err http://archive.ubuntu.com/ubuntu/ trusty/main liberror-perl all 0.17-1.1 unit-oai-epc-0: 21:06:29 DEBUG unit.oai-epc/0.install Could not resolve 'archive.ubuntu.com' unit-oai-epc-0: 21:06:29 DEBUG unit.oai-epc/0.install Err http://archive.ubuntu.com/ubuntu/ trusty-updates/main git-man all 1:1.9.1-1ubuntu0.8 unit-oai-epc-0: 21:06:29 DEBUG unit.oai-epc/0.install Could not resolve 'archive.ubuntu.com' machine-3: 21:06:46 INFO juju.cmd running jujud [2.2.9 gc go1.8] machine-3: 21:06:46 DEBUG juju.cmd args: []string{"/var/lib/juju/tools/machine-3/jujud", "machine", "--data-dir", "/var/lib/juju", "--machine-id", "3", "--debug"} machine-3: 21:06:46 DEBUG juju.agent read agent config, format "2.0" machine-3: 21:06:46 DEBUG juju.wrench couldn't read wrench directory: stat /var/lib/juju/wrench: no such file or directory machine-3: 21:06:46 INFO juju.worker.upgradesteps upgrade steps for 2.2.9 have already been run. machine-3: 21:06:46 DEBUG juju.worker start "engine" machine-3: 21:06:46 INFO juju.worker start "engine" machine-3: 21:06:46 DEBUG juju.worker.dependency "termination-signal-handler" manifold worker started machine-3: 21:06:46 DEBUG juju.worker.dependency "state-config-watcher" manifold worker stopped: "agent" not running: dependency not available machine-3: 21:06:46 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 21:06:46 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 21:06:46 DEBUG juju.worker.dependency "state" manifold worker stopped: "agent" not running: dependency not available machine-3: 21:06:46 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "agent" not running: dependency not available machine-3: 21:06:46 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 21:06:46 DEBUG juju.worker.dependency "upgrade-steps-gate" manifold worker started machine-3: 21:06:46 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker started machine-3: 21:06:46 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 21:06:46 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 21:06:46 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 21:06:46 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: "agent" not running: dependency not available machine-3: 21:06:46 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: "agent" not running: dependency not available machine-3: 21:06:46 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 21:06:46 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 21:06:46 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 21:06:46 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: "state-config-watcher" not running: dependency not available machine-3: 21:06:46 DEBUG juju.worker.dependency "unconverted-state-workers" manifold worker stopped: "state" not running: dependency not available machine-3: 21:06:46 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available machine-3: 21:06:46 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 21:06:46 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 21:06:46 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 21:06:46 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 21:06:46 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: "upgrade-check-gate" not running: dependency not available machine-3: 21:06:46 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "agent" not running: dependency not available machine-3: 21:06:46 DEBUG juju.worker.dependency "agent" manifold worker started machine-3: 21:06:46 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 21:06:46 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 21:06:46 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 21:06:46 DEBUG juju.worker.dependency "upgrade-check-gate" manifold worker started machine-3: 21:06:46 DEBUG juju.worker.introspection introspection worker listening on "@jujud-machine-3" machine-3: 21:06:46 DEBUG juju.worker "engine" started machine-3: 21:06:46 DEBUG juju.worker.introspection stats worker now serving machine-3: 21:06:46 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 21:06:46 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 21:06:46 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 21:06:46 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 21:06:46 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 21:06:46 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 21:06:46 DEBUG juju.worker.dependency "state" manifold worker stopped: "state-config-watcher" not running: dependency not available machine-3: 21:06:46 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 21:06:46 DEBUG juju.worker.dependency "state-config-watcher" manifold worker started machine-3: 21:06:46 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 21:06:46 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 21:06:46 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 21:06:46 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 21:06:46 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 21:06:46 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-3: 21:06:46 DEBUG juju.worker.dependency "state" manifold worker stopped: dependency not available machine-3: 21:06:46 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 21:06:46 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 21:06:46 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 21:06:46 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 21:06:46 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: dependency not available machine-3: 21:06:46 DEBUG juju.worker.apicaller connecting with old password machine-3: 21:06:46 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 21:06:46 DEBUG juju.api successfully dialed "wss://192.168.121.3:17070/model/de7e6df2-8a46-4c9e-8f05-0b91223056ff/api" machine-3: 21:06:46 INFO juju.api connection established to "wss://192.168.121.3:17070/model/de7e6df2-8a46-4c9e-8f05-0b91223056ff/api" machine-3: 21:06:46 DEBUG juju.api successfully dialed "wss://172.30.9.212:17070/model/de7e6df2-8a46-4c9e-8f05-0b91223056ff/api" machine-3: 21:06:46 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 21:06:46 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 21:06:46 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started machine-3: 21:06:46 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available machine-3: 21:06:47 DEBUG juju.worker.apicaller connected machine-3: 21:06:47 DEBUG juju.worker.apicaller changing password... machine-3: 21:06:47 DEBUG juju.worker.apicaller password changed machine-3: 21:06:47 DEBUG juju.api RPC connection died machine-3: 21:06:47 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: restart immediately machine-3: 21:06:47 DEBUG juju.worker.apicaller connecting with current password machine-3: 21:06:47 DEBUG juju.api successfully dialed "wss://192.168.121.3:17070/model/de7e6df2-8a46-4c9e-8f05-0b91223056ff/api" machine-3: 21:06:47 INFO juju.api connection established to "wss://192.168.121.3:17070/model/de7e6df2-8a46-4c9e-8f05-0b91223056ff/api" machine-3: 21:06:47 DEBUG juju.api successfully dialed "wss://172.30.9.212:17070/model/de7e6df2-8a46-4c9e-8f05-0b91223056ff/api" machine-3: 21:06:47 DEBUG juju.worker.apicaller connected machine-3: 21:06:47 DEBUG juju.worker.dependency "api-caller" manifold worker started machine-3: 21:06:47 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 21:06:47 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 21:06:47 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 21:06:47 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 21:06:47 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 21:06:47 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 21:06:47 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 21:06:47 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started machine-3: 21:06:48 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: machine-3: 21:06:48 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: machine-3: 21:06:48 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: machine-3: 21:06:48 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: machine-3: 21:06:48 DEBUG juju.worker.dependency "upgrader" manifold worker started machine-3: 21:06:48 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: machine-3: 21:06:48 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 21:06:48 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: machine-3: 21:06:48 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: machine-3: 21:06:48 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: machine-3: 21:06:48 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 21:06:48 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 21:06:48 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 21:06:48 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 21:06:48 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started machine-3: 21:06:48 DEBUG juju.wrench couldn't read wrench directory: stat /var/lib/juju/wrench: no such file or directory machine-3: 21:06:48 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: machine-3: 21:06:48 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 21:06:48 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 21:06:48 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 21:06:48 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 21:06:48 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 21:06:48 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 21:06:48 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 21:06:48 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 21:06:48 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 21:06:48 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 21:06:48 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 21:06:48 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 21:06:48 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 21:06:48 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 21:06:48 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 21:06:48 INFO juju.worker.upgrader abort check blocked until version event received machine-3: 21:06:48 INFO juju.worker.upgrader unblocking abort check machine-3: 21:06:48 INFO juju.worker.upgrader desired tool version: 2.2.9 machine-3: 21:06:48 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: gate unlocked machine-3: 21:06:48 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available machine-3: 21:06:48 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-3: 21:06:48 DEBUG juju.worker.dependency "migration-fortress" manifold worker started machine-3: 21:06:48 DEBUG juju.worker.dependency "migration-minion" manifold worker started machine-3: 21:06:48 INFO juju.worker.migrationminion migration phase is now: NONE machine-3: 21:06:48 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker started machine-3: 21:06:48 DEBUG juju.worker.dependency "disk-manager" manifold worker started machine-3: 21:06:48 DEBUG juju.worker.dependency "host-key-reporter" manifold worker started machine-3: 21:06:48 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started machine-3: 21:06:48 DEBUG juju.worker.logger initial log config: "=DEBUG" machine-3: 21:06:48 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started machine-3: 21:06:48 DEBUG juju.worker.dependency "api-address-updater" manifold worker started machine-3: 21:06:48 DEBUG juju.worker.dependency "storage-provisioner" manifold worker started machine-3: 21:06:48 DEBUG juju.worker.logger logger setup machine-3: 21:06:48 DEBUG juju.worker.dependency "log-sender" manifold worker started machine-3: 21:06:48 DEBUG juju.worker.dependency "reboot-executor" manifold worker started machine-3: 21:06:48 DEBUG juju.worker.dependency "machine-action-runner" manifold worker started machine-3: 21:06:48 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker started machine-3: 21:06:48 DEBUG juju.worker.dependency "machiner" manifold worker started machine-3: 21:06:48 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: dependency not available machine-3: 21:06:48 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: dependency not available machine-3: 21:06:48 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: dependency not available machine-3: 21:06:48 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: resource permanently unavailable machine-3: 21:06:48 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-3: 21:06:48 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-3: 21:06:48 DEBUG juju.utils.ssh writing authorised keys file /home/ubuntu/.ssh/authorized_keys machine-3: 21:06:48 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.212,192.168.121.3,::1,localhost", AutoNoProxy:""} machine-3: 21:06:48 DEBUG juju.tools.lxdclient connecting to LXD remote "local": "unix:///var/lib/lxd/unix.socket" machine-3: 21:06:48 ERROR juju.worker.proxyupdater can't connect to the local LXD server: LXD socket not found; is LXD installed & running? Please install LXD by running: $ sudo apt-get install lxd and then configure it with: $ newgrp lxd $ lxd init machine-3: 21:06:48 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} machine-3: 21:06:48 DEBUG juju.worker.logger reconfiguring logging from "=DEBUG" to "=DEBUG;unit=DEBUG" machine-3: 21:06:48 DEBUG juju.service discovered init system "upstart" from series "trusty" machine-3: 21:06:48 DEBUG juju.network no lxc bridge addresses to filter for machine machine-3: 21:06:48 DEBUG juju.network no lxc bridge addresses to filter for machine machine-3: 21:06:48 INFO juju.worker.deployer checking unit "oai-hss/0" machine-3: 21:06:48 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-3: 21:06:48 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-3: 21:06:48 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-3: 21:06:48 DEBUG juju.network including address local-cloud:192.168.121.6 for machine machine-3: 21:06:48 DEBUG juju.network including address local-machine:::1 for machine machine-3: 21:06:48 DEBUG juju.network addresses after filtering: [local-machine:127.0.0.1 local-cloud:192.168.121.6 local-machine:::1] machine-3: 21:06:48 INFO juju.worker.machiner setting addresses for "machine-3" to [local-machine:127.0.0.1 local-cloud:192.168.121.6 local-machine:::1] machine-3: 21:06:48 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-3: 21:06:48 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-3: 21:06:48 DEBUG juju.network including address public:172.30.9.212 for machine machine-3: 21:06:48 DEBUG juju.network including address local-cloud:192.168.121.3 for machine machine-3: 21:06:48 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-3: 21:06:48 DEBUG juju.network including address local-machine:::1 for machine machine-3: 21:06:48 DEBUG juju.network addresses after filtering: [public:172.30.9.212 local-cloud:192.168.121.3 local-machine:127.0.0.1 local-machine:::1] machine-3: 21:06:48 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.212:17070 192.168.121.3:17070 127.0.0.1:17070 [::1]:17070]] machine-3: 21:06:48 WARNING juju.cmd.jujud determining kvm support: kvm-ok executable not found no kvm containers possible machine-3: 21:06:48 INFO juju.worker.diskmanager block devices changed: [{vda [] 10240 true }] machine-3: 21:06:48 DEBUG juju.worker.reboot Reboot worker got action: noop machine-3: 21:06:48 DEBUG juju.worker.storageprovisioner filesystems alive: [], dying: [], dead: [] machine-3: 21:06:48 DEBUG juju.worker.storageprovisioner volumes alive: [], dying: [], dead: [] machine-3: 21:06:48 DEBUG juju.worker.storageprovisioner filesystem attachment alive: [], dying: [], dead: [] machine-3: 21:06:48 DEBUG juju.worker.storageprovisioner volume attachments alive: [], dying: [], dead: [] machine-3: 21:06:48 DEBUG juju.agent API server address details [["172.30.9.212:17070" "192.168.121.3:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.3:17070" "172.30.9.212:17070"] machine-3: 21:06:48 INFO juju.worker.authenticationworker "machine-3" key updater worker started machine-3: 21:06:48 DEBUG juju.worker.hostkeyreporter 4 SSH host keys reported for machine 3 machine-3: 21:06:48 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: resource permanently unavailable machine-3: 21:06:48 DEBUG juju.worker start "3-container-watcher" machine-3: 21:06:48 DEBUG juju.worker start "stateconverter" machine-3: 21:06:48 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker started machine-3: 21:06:48 INFO juju.worker start "3-container-watcher" machine-3: 21:06:48 DEBUG juju.worker "3-container-watcher" started machine-3: 21:06:48 INFO juju.worker start "stateconverter" machine-3: 21:06:48 DEBUG juju.cmd.jujud upgrades done, starting worker "3-container-watcher" machine-3: 21:06:48 DEBUG juju.worker "stateconverter" started machine-3: 21:06:48 INFO juju.worker.deployer deploying unit "oai-hss/0" machine-3: 21:06:48 INFO juju.worker.machiner "machine-3" started machine-3: 21:06:48 DEBUG juju.service discovered init system "upstart" from local host machine-3: 21:06:48 DEBUG juju.worker.deployer state addresses: ["192.168.121.3:37017"] machine-3: 21:06:48 DEBUG juju.worker.deployer API addresses: ["192.168.121.3:17070" "172.30.9.212:17070"] machine-3: 21:06:48 INFO juju.service Installing and starting service &{Service:{Name:jujud-unit-oai-hss-0 Conf:{Desc:juju unit agent for oai-hss/0 Transient:false AfterStopped: Env:map[JUJU_CONTAINER_TYPE:] Limit:map[] Timeout:300 ExecStart:'/var/lib/juju/tools/unit-oai-hss-0/jujud' unit --data-dir '/var/lib/juju' --unit-name oai-hss/0 --debug ExecStopPost: Logfile:/var/log/juju/unit-oai-hss-0.log ExtraScript: ServiceBinary:/var/lib/juju/tools/unit-oai-hss-0/jujud ServiceArgs:[unit --data-dir /var/lib/juju --unit-name oai-hss/0 --debug]}}} unit-oai-hss-0: 21:06:48 INFO juju.cmd running jujud [2.2.9 gc go1.8] unit-oai-hss-0: 21:06:48 DEBUG juju.cmd args: []string{"/var/lib/juju/tools/unit-oai-hss-0/jujud", "unit", "--data-dir", "/var/lib/juju", "--unit-name", "oai-hss/0", "--debug"} unit-oai-hss-0: 21:06:48 DEBUG juju.agent read agent config, format "2.0" unit-oai-hss-0: 21:06:48 DEBUG juju.worker start "api" unit-oai-hss-0: 21:06:48 INFO juju.worker start "api" unit-oai-hss-0: 21:06:48 DEBUG juju.worker.dependency "agent" manifold worker started unit-oai-hss-0: 21:06:48 DEBUG juju.worker.apicaller connecting with old password unit-oai-hss-0: 21:06:48 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-hss-0: 21:06:48 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started unit-oai-hss-0: 21:06:48 DEBUG juju.worker.introspection introspection worker listening on "@jujud-unit-oai-hss-0" unit-oai-hss-0: 21:06:48 DEBUG juju.worker "api" started unit-oai-hss-0: 21:06:48 DEBUG juju.worker.introspection stats worker now serving unit-oai-hss-0: 21:06:48 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-hss-0: 21:06:48 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 21:06:48 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 21:06:48 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 21:06:48 DEBUG juju.worker.dependency "migration-fortress" manifold worker started unit-oai-hss-0: 21:06:48 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 21:06:48 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 21:06:48 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 21:06:48 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 21:06:48 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 21:06:48 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 21:06:48 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 21:06:48 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 21:06:48 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-hss-0: 21:06:48 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-hss-0: 21:06:48 DEBUG juju.api successfully dialed "wss://192.168.121.3:17070/model/de7e6df2-8a46-4c9e-8f05-0b91223056ff/api" unit-oai-hss-0: 21:06:48 INFO juju.api connection established to "wss://192.168.121.3:17070/model/de7e6df2-8a46-4c9e-8f05-0b91223056ff/api" unit-oai-hss-0: 21:06:48 DEBUG juju.api successfully dialed "wss://172.30.9.212:17070/model/de7e6df2-8a46-4c9e-8f05-0b91223056ff/api" unit-oai-hss-0: 21:06:48 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 21:06:48 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 21:06:48 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 21:06:48 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 21:06:48 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 21:06:48 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 21:06:48 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 21:06:48 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 21:06:48 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 21:06:48 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 21:06:48 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-hss-0: 21:06:48 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 21:06:49 DEBUG juju.worker.machiner observed network config updated for "machine-3" to [{1 127.0.0.0/8 65536 0 lo loopback false false loopback 127.0.0.1 [] [] []} {1 ::1/128 65536 0 lo loopback false false loopback ::1 [] [] []} {2 fa:16:3e:a8:42:d3 192.168.121.0/24 1450 0 eth0 ethernet false false static 192.168.121.6 [] [] []} {2 fa:16:3e:a8:42:d3 1450 0 eth0 ethernet false false manual [] [] []}] unit-oai-hss-0: 21:06:49 DEBUG juju.worker.apicaller connected unit-oai-hss-0: 21:06:49 DEBUG juju.worker.apicaller changing password... unit-oai-hss-0: 21:06:49 DEBUG juju.worker.apicaller password changed unit-oai-hss-0: 21:06:49 DEBUG juju.api RPC connection died unit-oai-hss-0: 21:06:49 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: restart immediately unit-oai-hss-0: 21:06:49 DEBUG juju.worker.apicaller connecting with current password unit-oai-hss-0: 21:06:49 DEBUG juju.api successfully dialed "wss://172.30.9.212:17070/model/de7e6df2-8a46-4c9e-8f05-0b91223056ff/api" unit-oai-hss-0: 21:06:49 INFO juju.api connection established to "wss://172.30.9.212:17070/model/de7e6df2-8a46-4c9e-8f05-0b91223056ff/api" unit-oai-hss-0: 21:06:49 DEBUG juju.api successfully dialed "wss://192.168.121.3:17070/model/de7e6df2-8a46-4c9e-8f05-0b91223056ff/api" unit-oai-hss-0: 21:06:50 DEBUG juju.worker.apicaller connected unit-oai-hss-0: 21:06:50 DEBUG juju.worker.dependency "api-caller" manifold worker started unit-oai-hss-0: 21:06:50 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started unit-oai-hss-0: 21:06:50 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: unit-oai-hss-0: 21:06:50 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: unit-oai-hss-0: 21:06:50 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: unit-oai-hss-0: 21:06:50 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: unit-oai-hss-0: 21:06:50 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: unit-oai-hss-0: 21:06:50 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: unit-oai-hss-0: 21:06:50 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: unit-oai-hss-0: 21:06:50 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-oai-hss-0: 21:06:50 DEBUG juju.worker.dependency "upgrader" manifold worker started unit-oai-hss-0: 21:06:50 INFO juju.worker.upgrader abort check blocked until version event received unit-oai-hss-0: 21:06:50 INFO juju.worker.upgrader unblocking abort check unit-oai-hss-0: 21:06:50 INFO juju.worker.upgrader desired tool version: 2.2.9 unit-oai-hss-0: 21:06:50 DEBUG juju.worker.dependency "log-sender" manifold worker started unit-oai-hss-0: 21:06:50 DEBUG juju.worker.dependency "migration-minion" manifold worker started unit-oai-hss-0: 21:06:50 INFO juju.worker.migrationminion migration phase is now: NONE unit-oai-hss-0: 21:06:50 DEBUG juju.worker.dependency "api-address-updater" manifold worker started unit-oai-hss-0: 21:06:50 DEBUG juju.worker.dependency "charm-dir" manifold worker started unit-oai-hss-0: 21:06:50 DEBUG juju.worker.logger initial log config: "=DEBUG" unit-oai-hss-0: 21:06:50 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started unit-oai-hss-0: 21:06:50 DEBUG juju.worker.logger logger setup unit-oai-hss-0: 21:06:50 DEBUG juju.worker.leadership oai-hss/0 making initial claim for oai-hss leadership unit-oai-hss-0: 21:06:50 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "leadership-tracker" not running: dependency not available unit-oai-hss-0: 21:06:50 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "metric-spool" not running: dependency not available unit-oai-hss-0: 21:06:50 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started unit-oai-hss-0: 21:06:50 DEBUG juju.worker.dependency "metric-spool" manifold worker started unit-oai-hss-0: 21:06:50 DEBUG juju.worker.dependency "leadership-tracker" manifold worker started unit-oai-hss-0: 21:06:50 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-oai-hss-0: 21:06:50 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: unit-oai-hss-0: 21:06:50 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: unit-oai-hss-0: 21:06:50 DEBUG juju.worker.dependency "meter-status" manifold worker started unit-oai-hss-0: 21:06:50 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.212,192.168.121.3,::1,localhost", AutoNoProxy:""} unit-oai-hss-0: 21:06:50 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} unit-oai-hss-0: 21:06:50 DEBUG juju.worker.logger reconfiguring logging from "=DEBUG" to "=DEBUG;unit=DEBUG" unit-oai-hss-0: 21:06:50 DEBUG juju.network no lxc bridge addresses to filter for machine unit-oai-hss-0: 21:06:50 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) unit-oai-hss-0: 21:06:50 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) unit-oai-hss-0: 21:06:50 DEBUG juju.network including address public:172.30.9.212 for machine unit-oai-hss-0: 21:06:50 DEBUG juju.network including address local-cloud:192.168.121.3 for machine unit-oai-hss-0: 21:06:50 DEBUG juju.network including address local-machine:127.0.0.1 for machine unit-oai-hss-0: 21:06:50 DEBUG juju.network including address local-machine:::1 for machine unit-oai-hss-0: 21:06:50 DEBUG juju.network addresses after filtering: [public:172.30.9.212 local-cloud:192.168.121.3 local-machine:127.0.0.1 local-machine:::1] unit-oai-hss-0: 21:06:50 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.212:17070 192.168.121.3:17070 127.0.0.1:17070 [::1]:17070]] unit-oai-hss-0: 21:06:50 DEBUG juju.agent API server address details [["172.30.9.212:17070" "192.168.121.3:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.3:17070" "172.30.9.212:17070"] unit-oai-hss-0: 21:06:50 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker started unit-oai-hss-0: 21:06:50 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-oai-hss-0: 21:06:50 DEBUG juju.worker.meterstatus got meter status change signal from watcher unit-oai-hss-0: 21:06:50 DEBUG juju.worker.meterstatus acquire lock "machine-lock" for meter status hook execution unit-oai-hss-0: 21:06:50 DEBUG juju.worker.meterstatus lock "machine-lock" acquired unit-oai-hss-0: 21:06:50 DEBUG juju.worker.meterstatus release lock "machine-lock" for meter status hook execution unit-oai-hss-0: 21:06:50 INFO juju.worker.meterstatus skipped "meter-status-changed" hook (missing) unit-oai-hss-0: 21:06:50 INFO juju.worker.leadership oai-hss/0 promoted to leadership of oai-hss unit-oai-hss-0: 21:06:50 DEBUG juju.worker.dependency "metric-sender" manifold worker started unit-oai-hss-0: 21:06:50 DEBUG juju.worker.dependency "uniter" manifold worker started unit-oai-hss-0: 21:06:50 INFO worker.uniter.jujuc ensure jujuc symlinks in /var/lib/juju/tools/unit-oai-hss-0 unit-oai-hss-0: 21:06:50 INFO worker.uniter.jujuc was a symlink, now looking at /var/lib/juju/tools/2.2.9-trusty-amd64 unit-oai-hss-0: 21:06:50 DEBUG worker.uniter.jujuc jujud path /var/lib/juju/tools/2.2.9-trusty-amd64/jujud unit-oai-hss-0: 21:06:50 DEBUG juju.worker.uniter starting juju-run listener on unix:/var/lib/juju/agents/unit-oai-hss-0/run.socket unit-oai-hss-0: 21:06:50 INFO juju.worker.uniter unit "oai-hss/0" started unit-oai-hss-0: 21:06:50 INFO juju.worker.uniter resuming charm install unit-oai-hss-0: 21:06:50 DEBUG juju.worker.uniter.operation running operation install local:trusty/oai-hss-13 unit-oai-hss-0: 21:06:50 DEBUG juju.worker.uniter.operation preparing operation "install local:trusty/oai-hss-13" unit-oai-hss-0: 21:06:50 DEBUG juju.worker.uniter juju-run listener running unit-oai-hss-0: 21:06:50 INFO juju.worker.uniter.charm downloading local:trusty/oai-hss-13 from API server unit-oai-hss-0: 21:06:50 INFO juju.downloader downloading from local:trusty/oai-hss-13 unit-oai-hss-0: 21:06:50 DEBUG httpbakery client do GET https://172.30.9.212:17070/model/de7e6df2-8a46-4c9e-8f05-0b91223056ff/charms?file=%2A&url=local%3Atrusty%2Foai-hss-13 { unit-oai-hss-0: 21:06:50 DEBUG httpbakery } -> error unit-oai-hss-0: 21:06:50 INFO juju.downloader download complete ("local:trusty/oai-hss-13") unit-oai-hss-0: 21:06:50 INFO juju.downloader download verified ("local:trusty/oai-hss-13") unit-oai-hss-0: 21:06:50 DEBUG juju.worker.uniter.operation executing operation "install local:trusty/oai-hss-13" unit-oai-hss-0: 21:06:50 DEBUG juju.worker.uniter.charm preparing to deploy charm "local:trusty/oai-hss-13" unit-oai-hss-0: 21:06:50 DEBUG juju.worker.uniter.charm deploying charm "local:trusty/oai-hss-13" unit-oai-hss-0: 21:06:50 DEBUG juju.worker.uniter.charm finishing deploy of charm "local:trusty/oai-hss-13" unit-oai-hss-0: 21:06:50 DEBUG juju.worker.uniter.operation committing operation "install local:trusty/oai-hss-13" unit-oai-hss-0: 21:06:50 INFO juju.worker.uniter hooks are retried true unit-oai-hss-0: 21:06:50 DEBUG juju.worker.uniter.remotestate got unit change unit-oai-hss-0: 21:06:50 DEBUG juju.worker.uniter.remotestate got relations change: ok=true unit-oai-hss-0: 21:06:50 DEBUG juju.worker.uniter.remotestate got address change: ok=true unit-oai-hss-0: 21:06:50 DEBUG juju.worker.uniter.remotestate got action change: [] ok=true unit-oai-hss-0: 21:06:50 DEBUG juju.worker.uniter.remotestate got leader settings change: ok=true unit-oai-hss-0: 21:06:50 DEBUG juju.worker.uniter.remotestate got config change: ok=true unit-oai-hss-0: 21:06:50 DEBUG juju.worker.uniter.remotestate got service change unit-oai-hss-0: 21:06:50 DEBUG juju.worker.uniter.remotestate got storage change: [] ok=true unit-oai-hss-0: 21:06:50 INFO juju.worker.uniter.storage initial storage attachments ready unit-oai-hss-0: 21:06:50 INFO juju.worker.uniter found queued "install" hook unit-oai-hss-0: 21:06:50 DEBUG juju.worker.uniter.operation running operation run install hook unit-oai-hss-0: 21:06:50 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-hss-0: 21:06:50 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-hss-0: 21:06:50 DEBUG juju.worker.uniter.operation preparing operation "run install hook" unit-oai-hss-0: 21:06:50 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-oai-hss-0: 21:06:50 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook unit-oai-hss-0: 21:06:51 DEBUG unit.oai-hss/0.install + export DEBIAN_FRONTEND=noninteractive unit-oai-hss-0: 21:06:51 DEBUG unit.oai-hss/0.install + DEBIAN_FRONTEND=noninteractive unit-oai-hss-0: 21:06:51 DEBUG unit.oai-hss/0.install + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 21:06:51 DEBUG unit.oai-hss/0.install + export juju=set unit-oai-hss-0: 21:06:51 DEBUG unit.oai-hss/0.install + juju=set unit-oai-hss-0: 21:06:51 DEBUG unit.oai-hss/0.install + set_env_paths unit-oai-hss-0: 21:06:51 DEBUG unit.oai-hss/0.install + openair_path=/srv/openair-cn unit-oai-hss-0: 21:06:51 DEBUG unit.oai-hss/0.install + build_path=/srv/openair-cn/BUILD unit-oai-hss-0: 21:06:51 DEBUG unit.oai-hss/0.install + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-hss-0: 21:06:51 DEBUG unit.oai-hss/0.install + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-hss-0: 21:06:51 DEBUG unit.oai-hss/0.install + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 21:06:51 DEBUG unit.oai-hss/0.install + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-hss-0: 21:06:51 DEBUG unit.oai-hss/0.install + hss_conf=/usr/local/etc/oai unit-oai-hss-0: 21:06:51 DEBUG unit.oai-hss/0.install + hss_exec_name=oai_hss unit-oai-hss-0: 21:06:51 DEBUG unit.oai-hss/0.install ++ config-get branch unit-oai-hss-0: 21:06:51 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 21:06:51 DEBUG unit.oai-hss/0.install + branch=v0.3.2-branch unit-oai-hss-0: 21:06:51 DEBUG unit.oai-hss/0.install ++ config-get revision unit-oai-hss-0: 21:06:51 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 21:06:51 DEBUG unit.oai-hss/0.install + revision=HEAD unit-oai-hss-0: 21:06:51 DEBUG unit.oai-hss/0.install + echo v0.3.2-branch unit-oai-hss-0: 21:06:51 DEBUG unit.oai-hss/0.install + echo HEAD unit-oai-hss-0: 21:06:51 DEBUG unit.oai-hss/0.install + update_hostname unit-oai-hss-0: 21:06:51 DEBUG unit.oai-hss/0.install ++ sed 's|/|-|' unit-oai-hss-0: 21:06:51 DEBUG unit.oai-hss/0.install ++ echo oai-hss/0 unit-oai-hss-0: 21:06:51 DEBUG unit.oai-hss/0.install + HOSTNAME=oai-hss-0 unit-oai-hss-0: 21:06:51 DEBUG unit.oai-hss/0.install + echo oai-hss-0 unit-oai-hss-0: 21:06:51 DEBUG unit.oai-hss/0.install + hostname oai-hss-0 unit-oai-hss-0: 21:06:51 DEBUG unit.oai-hss/0.install ++ hostname unit-oai-hss-0: 21:06:51 DEBUG unit.oai-hss/0.install + echo '127.0.0.1 oai-hss-0' unit-oai-hss-0: 21:06:51 DEBUG unit.oai-hss/0.install + install_packages unit-oai-hss-0: 21:06:51 DEBUG unit.oai-hss/0.install + status-set maintenance 'Installing some dependencies' unit-oai-hss-0: 21:06:51 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 21:06:51 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 21:06:51 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections git unit-oai-hss-0: 21:06:51 DEBUG unit.oai-hss/0.install + gitAlreadyInstalled=0 unit-oai-hss-0: 21:06:51 DEBUG unit.oai-hss/0.install + true unit-oai-hss-0: 21:06:51 DEBUG unit.oai-hss/0.install + '[' '!' 0 -eq 1 ']' unit-oai-hss-0: 21:06:51 DEBUG unit.oai-hss/0.install + apt-get install -y --force-yes git unit-oai-hss-0: 21:06:51 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 21:06:51 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 21:06:51 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 21:06:51 DEBUG unit.oai-hss/0.install The following extra packages will be installed: unit-oai-hss-0: 21:06:51 DEBUG unit.oai-hss/0.install git-man liberror-perl unit-oai-hss-0: 21:06:51 DEBUG unit.oai-hss/0.install Suggested packages: unit-oai-hss-0: 21:06:51 DEBUG unit.oai-hss/0.install git-daemon-run git-daemon-sysvinit git-doc git-el git-email git-gui gitk unit-oai-hss-0: 21:06:51 DEBUG unit.oai-hss/0.install gitweb git-arch git-bzr git-cvs git-mediawiki git-svn unit-oai-hss-0: 21:06:51 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 21:06:51 DEBUG unit.oai-hss/0.install git git-man liberror-perl unit-oai-hss-0: 21:06:51 DEBUG unit.oai-hss/0.install 0 upgraded, 3 newly installed, 0 to remove and 2 not upgraded. unit-oai-hss-0: 21:06:51 DEBUG unit.oai-hss/0.install Need to get 3394 kB of archives. unit-oai-hss-0: 21:06:51 DEBUG unit.oai-hss/0.install After this operation, 22.0 MB of additional disk space will be used. unit-oai-hss-0: 21:06:51 DEBUG unit.oai-hss/0.install WARNING: The following packages cannot be authenticated! unit-oai-hss-0: 21:06:51 DEBUG unit.oai-hss/0.install git-man git unit-mysql-0: 21:07:00 DEBUG unit.mysql/0.install 0 upgraded, 1 newly installed, 0 to remove and 2 not upgraded. unit-mysql-0: 21:07:00 DEBUG unit.mysql/0.install Need to get 83.1 kB of archives. unit-mysql-0: 21:07:00 DEBUG unit.mysql/0.install After this operation, 545 kB of additional disk space will be used. unit-mysql-0: 21:07:00 DEBUG unit.mysql/0.install Err http://archive.ubuntu.com/ubuntu/ trusty/main python-dnspython all 1.11.1-1build1 unit-mysql-0: 21:07:00 DEBUG unit.mysql/0.install Could not resolve 'archive.ubuntu.com' unit-mysql-0: 21:07:00 DEBUG unit.mysql/0.install E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/d/dnspython/python-dnspython_1.11.1-1build1_all.deb Could not resolve 'archive.ubuntu.com' unit-mysql-0: 21:07:00 DEBUG unit.mysql/0.install unit-mysql-0: 21:07:00 DEBUG unit.mysql/0.install E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? unit-mysql-0: 21:07:00 DEBUG unit.mysql/0.install Traceback (most recent call last): unit-mysql-0: 21:07:00 DEBUG unit.mysql/0.install File "/var/lib/juju/agents/unit-mysql-0/charm/hooks/install.real", line 6, in unit-mysql-0: 21:07:00 DEBUG unit.mysql/0.install import lib.utils as utils unit-mysql-0: 21:07:00 DEBUG unit.mysql/0.install File "/var/lib/juju/agents/unit-mysql-0/charm/hooks/lib/utils.py", line 46, in unit-mysql-0: 21:07:00 DEBUG unit.mysql/0.install install('python-dnspython') unit-mysql-0: 21:07:00 DEBUG unit.mysql/0.install File "/var/lib/juju/agents/unit-mysql-0/charm/hooks/lib/utils.py", line 41, in install unit-mysql-0: 21:07:00 DEBUG unit.mysql/0.install subprocess.check_call(cmd) unit-mysql-0: 21:07:00 DEBUG unit.mysql/0.install File "/usr/lib/python2.7/subprocess.py", line 540, in check_call unit-mysql-0: 21:07:00 DEBUG unit.mysql/0.install raise CalledProcessError(retcode, cmd) unit-mysql-0: 21:07:00 DEBUG unit.mysql/0.install subprocess.CalledProcessError: Command '['apt-get', '-y', 'install', 'python-dnspython']' returned non-zero exit status 100 unit-mysql-0: 21:07:00 ERROR juju.worker.uniter.operation hook "install" failed: exit status 1 unit-mysql-0: 21:07:00 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 21:07:00 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-mysql-0: 21:07:00 DEBUG juju.worker.uniter [AGENT-STATUS] error: hook failed: "install" unit-oai-epc-0: 21:07:09 DEBUG unit.oai-epc/0.install Err http://security.ubuntu.com/ubuntu/ trusty-security/main git-man all 1:1.9.1-1ubuntu0.8 unit-oai-epc-0: 21:07:09 DEBUG unit.oai-epc/0.install Could not resolve 'security.ubuntu.com' unit-oai-epc-0: 21:07:09 DEBUG unit.oai-epc/0.install Err http://security.ubuntu.com/ubuntu/ trusty-security/main git amd64 1:1.9.1-1ubuntu0.8 unit-oai-epc-0: 21:07:09 DEBUG unit.oai-epc/0.install Could not resolve 'security.ubuntu.com' unit-oai-epc-0: 21:07:09 DEBUG unit.oai-epc/0.install E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libe/liberror-perl/liberror-perl_0.17-1.1_all.deb Could not resolve 'archive.ubuntu.com' unit-oai-epc-0: 21:07:09 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 21:07:09 DEBUG unit.oai-epc/0.install E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/g/git/git-man_1.9.1-1ubuntu0.8_all.deb Could not resolve 'security.ubuntu.com' unit-oai-epc-0: 21:07:09 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 21:07:09 DEBUG unit.oai-epc/0.install E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/g/git/git_1.9.1-1ubuntu0.8_amd64.deb Could not resolve 'security.ubuntu.com' unit-oai-epc-0: 21:07:09 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 21:07:09 DEBUG unit.oai-epc/0.install E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? unit-oai-epc-0: 21:07:09 ERROR juju.worker.uniter.operation hook "install" failed: exit status 100 unit-oai-epc-0: 21:07:09 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 21:07:09 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-oai-epc-0: 21:07:09 DEBUG juju.worker.uniter [AGENT-STATUS] error: hook failed: "install" unit-mysql-0: 21:07:10 DEBUG juju.worker.uniter.remotestate retry hook timer triggered unit-mysql-0: 21:07:10 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-mysql-0: 21:07:10 DEBUG juju.worker.uniter.operation running operation run install hook unit-mysql-0: 21:07:10 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-mysql-0: 21:07:10 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-mysql-0: 21:07:10 DEBUG juju.worker.uniter.operation preparing operation "run install hook" unit-mysql-0: 21:07:10 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-mysql-0: 21:07:10 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook unit-mysql-0: 21:07:10 DEBUG unit.mysql/0.install dpkg-query: package 'python-netaddr' is not installed and no information is available unit-mysql-0: 21:07:10 DEBUG unit.mysql/0.install Use dpkg --info (= dpkg-deb --info) to examine archive files, unit-mysql-0: 21:07:10 DEBUG unit.mysql/0.install and dpkg --contents (= dpkg-deb --contents) to list their contents. unit-mysql-0: 21:07:10 DEBUG unit.mysql/0.install Reading package lists... unit-mysql-0: 21:07:10 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 21:07:10 DEBUG unit.mysql/0.install Reading state information... unit-mysql-0: 21:07:10 DEBUG unit.mysql/0.install Suggested packages: unit-mysql-0: 21:07:10 DEBUG unit.mysql/0.install ipython python-netaddr-docs unit-mysql-0: 21:07:10 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 21:07:10 DEBUG unit.mysql/0.install python-netaddr unit-mysql-0: 21:07:10 DEBUG unit.mysql/0.install 0 upgraded, 1 newly installed, 0 to remove and 2 not upgraded. unit-mysql-0: 21:07:10 DEBUG unit.mysql/0.install Need to get 849 kB of archives. unit-mysql-0: 21:07:10 DEBUG unit.mysql/0.install After this operation, 4216 kB of additional disk space will be used. unit-mysql-0: 21:07:10 DEBUG unit.mysql/0.install WARNING: The following packages cannot be authenticated! unit-mysql-0: 21:07:10 DEBUG unit.mysql/0.install python-netaddr unit-mysql-0: 21:07:10 DEBUG unit.mysql/0.install E: There are problems and -y was used without --force-yes unit-mysql-0: 21:07:10 DEBUG unit.mysql/0.install dpkg-query: package 'python-netifaces' is not installed and no information is available unit-mysql-0: 21:07:10 DEBUG unit.mysql/0.install Use dpkg --info (= dpkg-deb --info) to examine archive files, unit-mysql-0: 21:07:10 DEBUG unit.mysql/0.install and dpkg --contents (= dpkg-deb --contents) to list their contents. unit-mysql-0: 21:07:10 DEBUG unit.mysql/0.install Reading package lists... unit-mysql-0: 21:07:10 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 21:07:10 DEBUG unit.mysql/0.install Reading state information... unit-mysql-0: 21:07:10 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 21:07:10 DEBUG unit.mysql/0.install python-netifaces unit-oai-epc-0: 21:07:30 DEBUG juju.worker.uniter.remotestate retry hook timer triggered unit-oai-epc-0: 21:07:30 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-oai-epc-0: 21:07:30 DEBUG juju.worker.uniter.operation running operation run install hook unit-oai-epc-0: 21:07:30 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-epc-0: 21:07:30 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-epc-0: 21:07:30 DEBUG juju.worker.uniter.operation preparing operation "run install hook" unit-oai-epc-0: 21:07:30 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-oai-epc-0: 21:07:30 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook unit-oai-epc-0: 21:07:30 DEBUG unit.oai-epc/0.install + export DEBIAN_FRONTEND=noninteractive unit-oai-epc-0: 21:07:30 DEBUG unit.oai-epc/0.install + DEBIAN_FRONTEND=noninteractive unit-oai-epc-0: 21:07:30 DEBUG unit.oai-epc/0.install + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 21:07:30 DEBUG unit.oai-epc/0.install ++ validated_mme_public_ip=0 unit-oai-epc-0: 21:07:30 DEBUG unit.oai-epc/0.install + set_env_paths unit-oai-epc-0: 21:07:30 DEBUG unit.oai-epc/0.install + openair_path=/srv/openair-cn unit-oai-epc-0: 21:07:30 DEBUG unit.oai-epc/0.install + build_path=/srv/openair-cn/BUILD unit-oai-epc-0: 21:07:30 DEBUG unit.oai-epc/0.install + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-epc-0: 21:07:30 DEBUG unit.oai-epc/0.install + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-epc-0: 21:07:30 DEBUG unit.oai-epc/0.install + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-epc-0: 21:07:30 DEBUG unit.oai-epc/0.install + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-epc-0: 21:07:30 DEBUG unit.oai-epc/0.install + epc_conf_path=/usr/local/etc/oai unit-oai-epc-0: 21:07:30 DEBUG unit.oai-epc/0.install + epc_exec_name=mme_gw unit-oai-epc-0: 21:07:30 DEBUG unit.oai-epc/0.install + open-port 2152/udp unit-oai-epc-0: 21:07:30 DEBUG worker.uniter.jujuc running hook tool "open-port" unit-oai-epc-0: 21:07:30 DEBUG unit.oai-epc/0.install ++ config-get branch unit-oai-epc-0: 21:07:30 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 21:07:30 DEBUG unit.oai-epc/0.install + branch=v0.3.2-branch unit-oai-epc-0: 21:07:30 DEBUG unit.oai-epc/0.install ++ config-get revision unit-oai-epc-0: 21:07:30 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 21:07:30 DEBUG unit.oai-epc/0.install + revision=HEAD unit-oai-epc-0: 21:07:30 DEBUG unit.oai-epc/0.install + echo v0.3.2-branch unit-oai-epc-0: 21:07:30 DEBUG unit.oai-epc/0.install + echo HEAD unit-oai-epc-0: 21:07:30 DEBUG unit.oai-epc/0.install + update_hostname unit-oai-epc-0: 21:07:30 DEBUG unit.oai-epc/0.install ++ sed 's|/|-|' unit-oai-epc-0: 21:07:30 DEBUG unit.oai-epc/0.install ++ echo oai-epc/0 unit-oai-epc-0: 21:07:30 DEBUG unit.oai-epc/0.install + HOSTNAME=oai-epc-0 unit-oai-epc-0: 21:07:30 DEBUG unit.oai-epc/0.install + echo oai-epc-0 unit-oai-epc-0: 21:07:30 DEBUG unit.oai-epc/0.install + hostname oai-epc-0 unit-oai-epc-0: 21:07:30 DEBUG unit.oai-epc/0.install ++ hostname unit-oai-epc-0: 21:07:30 DEBUG unit.oai-epc/0.install + echo '127.0.0.1 oai-epc-0' unit-oai-epc-0: 21:07:30 DEBUG unit.oai-epc/0.install + install_packages unit-oai-epc-0: 21:07:30 DEBUG unit.oai-epc/0.install ++ grep -c install unit-oai-epc-0: 21:07:30 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections git unit-oai-epc-0: 21:07:30 DEBUG unit.oai-epc/0.install + gitAlreadyInstalled=0 unit-oai-epc-0: 21:07:30 DEBUG unit.oai-epc/0.install + true unit-oai-epc-0: 21:07:30 DEBUG unit.oai-epc/0.install + '[' '!' 0 -eq 1 ']' unit-oai-epc-0: 21:07:30 DEBUG unit.oai-epc/0.install + apt-get install -y --force-yes git unit-oai-epc-0: 21:07:30 DEBUG unit.oai-epc/0.install Reading package lists... unit-oai-epc-0: 21:07:30 DEBUG unit.oai-epc/0.install Building dependency tree... unit-oai-epc-0: 21:07:30 DEBUG unit.oai-epc/0.install Reading state information... unit-oai-epc-0: 21:07:30 DEBUG unit.oai-epc/0.install The following extra packages will be installed: unit-oai-epc-0: 21:07:30 DEBUG unit.oai-epc/0.install git-man liberror-perl unit-oai-epc-0: 21:07:30 DEBUG unit.oai-epc/0.install Suggested packages: unit-oai-epc-0: 21:07:30 DEBUG unit.oai-epc/0.install git-daemon-run git-daemon-sysvinit git-doc git-el git-email git-gui gitk unit-oai-epc-0: 21:07:30 DEBUG unit.oai-epc/0.install gitweb git-arch git-bzr git-cvs git-mediawiki git-svn unit-oai-epc-0: 21:07:30 DEBUG unit.oai-epc/0.install The following NEW packages will be installed: unit-oai-epc-0: 21:07:30 DEBUG unit.oai-epc/0.install git git-man liberror-perl unit-oai-epc-0: 21:07:30 DEBUG unit.oai-epc/0.install 0 upgraded, 3 newly installed, 0 to remove and 2 not upgraded. unit-oai-epc-0: 21:07:30 DEBUG unit.oai-epc/0.install Need to get 3394 kB of archives. unit-oai-epc-0: 21:07:30 DEBUG unit.oai-epc/0.install After this operation, 22.0 MB of additional disk space will be used. unit-oai-epc-0: 21:07:30 DEBUG unit.oai-epc/0.install WARNING: The following packages cannot be authenticated! unit-oai-epc-0: 21:07:30 DEBUG unit.oai-epc/0.install git-man git unit-oai-hss-0: 21:07:31 DEBUG unit.oai-hss/0.install Err http://archive.ubuntu.com/ubuntu/ trusty/main liberror-perl all 0.17-1.1 unit-oai-hss-0: 21:07:31 DEBUG unit.oai-hss/0.install Could not resolve 'archive.ubuntu.com' unit-oai-hss-0: 21:07:31 DEBUG unit.oai-hss/0.install Err http://archive.ubuntu.com/ubuntu/ trusty-updates/main git-man all 1:1.9.1-1ubuntu0.8 unit-oai-hss-0: 21:07:31 DEBUG unit.oai-hss/0.install Could not resolve 'archive.ubuntu.com' unit-mysql-0: 21:07:50 DEBUG unit.mysql/0.install 0 upgraded, 1 newly installed, 0 to remove and 2 not upgraded. unit-mysql-0: 21:07:50 DEBUG unit.mysql/0.install Need to get 11.3 kB of archives. unit-mysql-0: 21:07:50 DEBUG unit.mysql/0.install After this operation, 63.5 kB of additional disk space will be used. unit-mysql-0: 21:07:50 DEBUG unit.mysql/0.install Err http://archive.ubuntu.com/ubuntu/ trusty/main python-netifaces amd64 0.8-3build1 unit-mysql-0: 21:07:50 DEBUG unit.mysql/0.install Could not resolve 'archive.ubuntu.com' unit-mysql-0: 21:07:50 DEBUG unit.mysql/0.install E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/n/netifaces/python-netifaces_0.8-3build1_amd64.deb Could not resolve 'archive.ubuntu.com' unit-mysql-0: 21:07:50 DEBUG unit.mysql/0.install unit-mysql-0: 21:07:50 DEBUG unit.mysql/0.install E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? unit-mysql-0: 21:07:50 DEBUG unit.mysql/0.install dpkg-query: package 'python-pip' is not installed and no information is available unit-mysql-0: 21:07:50 DEBUG unit.mysql/0.install Use dpkg --info (= dpkg-deb --info) to examine archive files, unit-mysql-0: 21:07:50 DEBUG unit.mysql/0.install and dpkg --contents (= dpkg-deb --contents) to list their contents. unit-mysql-0: 21:07:50 DEBUG unit.mysql/0.install Reading package lists... unit-mysql-0: 21:07:50 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 21:07:50 DEBUG unit.mysql/0.install Reading state information... unit-mysql-0: 21:07:50 DEBUG unit.mysql/0.install The following extra packages will be installed: unit-mysql-0: 21:07:50 DEBUG unit.mysql/0.install binutils build-essential cpp cpp-4.8 dpkg-dev fakeroot g++ g++-4.8 gcc unit-mysql-0: 21:07:50 DEBUG unit.mysql/0.install gcc-4.8 libalgorithm-diff-perl libalgorithm-diff-xs-perl unit-mysql-0: 21:07:50 DEBUG unit.mysql/0.install libalgorithm-merge-perl libasan0 libatomic1 libc-dev-bin libc6-dev unit-mysql-0: 21:07:50 DEBUG unit.mysql/0.install libcloog-isl4 libdpkg-perl libfakeroot libfile-fcntllock-perl libgcc-4.8-dev unit-mysql-0: 21:07:50 DEBUG unit.mysql/0.install libgmp10 libgomp1 libisl10 libitm1 libmpc3 libmpfr4 libquadmath0 unit-mysql-0: 21:07:50 DEBUG unit.mysql/0.install libstdc++-4.8-dev libtsan0 linux-libc-dev make manpages-dev unit-mysql-0: 21:07:50 DEBUG unit.mysql/0.install python-chardet-whl python-colorama python-colorama-whl python-distlib unit-mysql-0: 21:07:50 DEBUG unit.mysql/0.install python-distlib-whl python-html5lib python-html5lib-whl python-pip-whl unit-mysql-0: 21:07:50 DEBUG unit.mysql/0.install python-requests-whl python-setuptools python-setuptools-whl python-six-whl unit-mysql-0: 21:07:50 DEBUG unit.mysql/0.install python-urllib3-whl python-wheel python3-pkg-resources unit-mysql-0: 21:07:50 DEBUG unit.mysql/0.install Suggested packages: unit-mysql-0: 21:07:50 DEBUG unit.mysql/0.install binutils-doc cpp-doc gcc-4.8-locales debian-keyring g++-multilib unit-mysql-0: 21:07:50 DEBUG unit.mysql/0.install g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib autoconf unit-mysql-0: 21:07:50 DEBUG unit.mysql/0.install automake1.9 libtool flex bison gdb gcc-doc gcc-4.8-multilib libgcc1-dbg unit-mysql-0: 21:07:50 DEBUG unit.mysql/0.install libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg unit-mysql-0: 21:07:50 DEBUG unit.mysql/0.install libquadmath0-dbg glibc-doc libstdc++-4.8-doc make-doc python-genshi unit-mysql-0: 21:07:50 DEBUG unit.mysql/0.install python-lxml python3-setuptools unit-mysql-0: 21:07:50 DEBUG unit.mysql/0.install Recommended packages: unit-mysql-0: 21:07:50 DEBUG unit.mysql/0.install python-dev-all unit-mysql-0: 21:07:50 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 21:07:50 DEBUG unit.mysql/0.install binutils build-essential cpp cpp-4.8 dpkg-dev fakeroot g++ g++-4.8 gcc unit-mysql-0: 21:07:50 DEBUG unit.mysql/0.install gcc-4.8 libalgorithm-diff-perl libalgorithm-diff-xs-perl unit-mysql-0: 21:07:50 DEBUG unit.mysql/0.install libalgorithm-merge-perl libasan0 libatomic1 libc-dev-bin libc6-dev unit-mysql-0: 21:07:50 DEBUG unit.mysql/0.install libcloog-isl4 libdpkg-perl libfakeroot libfile-fcntllock-perl libgcc-4.8-dev unit-mysql-0: 21:07:50 DEBUG unit.mysql/0.install libgmp10 libgomp1 libisl10 libitm1 libmpc3 libmpfr4 libquadmath0 unit-mysql-0: 21:07:50 DEBUG unit.mysql/0.install libstdc++-4.8-dev libtsan0 linux-libc-dev make manpages-dev unit-mysql-0: 21:07:50 DEBUG unit.mysql/0.install python-chardet-whl python-colorama python-colorama-whl python-distlib unit-mysql-0: 21:07:50 DEBUG unit.mysql/0.install python-distlib-whl python-html5lib python-html5lib-whl python-pip unit-mysql-0: 21:07:50 DEBUG unit.mysql/0.install python-pip-whl python-requests-whl python-setuptools python-setuptools-whl unit-mysql-0: 21:07:50 DEBUG unit.mysql/0.install python-six-whl python-urllib3-whl python-wheel python3-pkg-resources unit-mysql-0: 21:07:50 DEBUG unit.mysql/0.install 0 upgraded, 50 newly installed, 0 to remove and 2 not upgraded. unit-mysql-0: 21:07:50 DEBUG unit.mysql/0.install Need to get 41.1 MB of archives. unit-mysql-0: 21:07:50 DEBUG unit.mysql/0.install After this operation, 120 MB of additional disk space will be used. unit-mysql-0: 21:07:50 DEBUG unit.mysql/0.install WARNING: The following packages cannot be authenticated! unit-mysql-0: 21:07:50 DEBUG unit.mysql/0.install libasan0 libatomic1 libgomp1 libitm1 libquadmath0 libtsan0 binutils unit-mysql-0: 21:07:50 DEBUG unit.mysql/0.install libc-dev-bin linux-libc-dev libc6-dev cpp-4.8 libgcc-4.8-dev gcc-4.8 unit-mysql-0: 21:07:50 DEBUG unit.mysql/0.install libstdc++-4.8-dev g++-4.8 libdpkg-perl dpkg-dev python3-pkg-resources unit-mysql-0: 21:07:50 DEBUG unit.mysql/0.install python-chardet-whl python-colorama python-colorama-whl python-distlib unit-mysql-0: 21:07:50 DEBUG unit.mysql/0.install python-distlib-whl python-html5lib python-html5lib-whl python-six-whl unit-mysql-0: 21:07:50 DEBUG unit.mysql/0.install python-urllib3-whl python-requests-whl python-setuptools-whl python-pip-whl unit-mysql-0: 21:07:50 DEBUG unit.mysql/0.install python-setuptools python-pip python-wheel unit-mysql-0: 21:07:50 DEBUG unit.mysql/0.install E: There are problems and -y was used without --force-yes unit-mysql-0: 21:07:50 DEBUG unit.mysql/0.install Reading package lists... unit-mysql-0: 21:07:51 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 21:07:51 DEBUG unit.mysql/0.install Reading state information... unit-mysql-0: 21:07:51 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 21:07:51 DEBUG unit.mysql/0.install python-dnspython unit-oai-epc-0: 21:08:10 DEBUG unit.oai-epc/0.install Err http://archive.ubuntu.com/ubuntu/ trusty/main liberror-perl all 0.17-1.1 unit-oai-epc-0: 21:08:10 DEBUG unit.oai-epc/0.install Could not resolve 'archive.ubuntu.com' unit-oai-epc-0: 21:08:10 DEBUG unit.oai-epc/0.install Err http://archive.ubuntu.com/ubuntu/ trusty-updates/main git-man all 1:1.9.1-1ubuntu0.8 unit-oai-epc-0: 21:08:10 DEBUG unit.oai-epc/0.install Could not resolve 'archive.ubuntu.com' unit-oai-hss-0: 21:08:11 DEBUG unit.oai-hss/0.install Err http://security.ubuntu.com/ubuntu/ trusty-security/main git-man all 1:1.9.1-1ubuntu0.8 unit-oai-hss-0: 21:08:11 DEBUG unit.oai-hss/0.install Could not resolve 'security.ubuntu.com' unit-oai-hss-0: 21:08:11 DEBUG unit.oai-hss/0.install Err http://security.ubuntu.com/ubuntu/ trusty-security/main git amd64 1:1.9.1-1ubuntu0.8 unit-oai-hss-0: 21:08:11 DEBUG unit.oai-hss/0.install Could not resolve 'security.ubuntu.com' unit-oai-hss-0: 21:08:11 DEBUG unit.oai-hss/0.install E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libe/liberror-perl/liberror-perl_0.17-1.1_all.deb Could not resolve 'archive.ubuntu.com' unit-oai-hss-0: 21:08:11 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 21:08:11 DEBUG unit.oai-hss/0.install E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/g/git/git-man_1.9.1-1ubuntu0.8_all.deb Could not resolve 'security.ubuntu.com' unit-oai-hss-0: 21:08:11 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 21:08:11 DEBUG unit.oai-hss/0.install E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/g/git/git_1.9.1-1ubuntu0.8_amd64.deb Could not resolve 'security.ubuntu.com' unit-oai-hss-0: 21:08:11 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 21:08:11 DEBUG unit.oai-hss/0.install E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? unit-oai-hss-0: 21:08:11 ERROR juju.worker.uniter.operation hook "install" failed: exit status 100 unit-oai-hss-0: 21:08:11 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 21:08:11 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-oai-hss-0: 21:08:11 DEBUG juju.worker.uniter [AGENT-STATUS] error: hook failed: "install" unit-oai-hss-0: 21:08:16 DEBUG juju.worker.uniter.remotestate retry hook timer triggered unit-oai-hss-0: 21:08:16 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-oai-hss-0: 21:08:16 DEBUG juju.worker.uniter.operation running operation run install hook unit-oai-hss-0: 21:08:16 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-hss-0: 21:08:16 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-hss-0: 21:08:16 DEBUG juju.worker.uniter.operation preparing operation "run install hook" unit-oai-hss-0: 21:08:16 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-oai-hss-0: 21:08:16 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook unit-oai-hss-0: 21:08:16 DEBUG unit.oai-hss/0.install + export DEBIAN_FRONTEND=noninteractive unit-oai-hss-0: 21:08:16 DEBUG unit.oai-hss/0.install + DEBIAN_FRONTEND=noninteractive unit-oai-hss-0: 21:08:16 DEBUG unit.oai-hss/0.install + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 21:08:16 DEBUG unit.oai-hss/0.install + export juju=set unit-oai-hss-0: 21:08:16 DEBUG unit.oai-hss/0.install + juju=set unit-oai-hss-0: 21:08:16 DEBUG unit.oai-hss/0.install + set_env_paths unit-oai-hss-0: 21:08:16 DEBUG unit.oai-hss/0.install + openair_path=/srv/openair-cn unit-oai-hss-0: 21:08:16 DEBUG unit.oai-hss/0.install + build_path=/srv/openair-cn/BUILD unit-oai-hss-0: 21:08:16 DEBUG unit.oai-hss/0.install + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-hss-0: 21:08:16 DEBUG unit.oai-hss/0.install + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-hss-0: 21:08:16 DEBUG unit.oai-hss/0.install + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 21:08:16 DEBUG unit.oai-hss/0.install + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-hss-0: 21:08:16 DEBUG unit.oai-hss/0.install + hss_conf=/usr/local/etc/oai unit-oai-hss-0: 21:08:16 DEBUG unit.oai-hss/0.install + hss_exec_name=oai_hss unit-oai-hss-0: 21:08:16 DEBUG unit.oai-hss/0.install ++ config-get branch unit-oai-hss-0: 21:08:16 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 21:08:16 DEBUG unit.oai-hss/0.install + branch=v0.3.2-branch unit-oai-hss-0: 21:08:16 DEBUG unit.oai-hss/0.install ++ config-get revision unit-oai-hss-0: 21:08:16 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 21:08:16 DEBUG unit.oai-hss/0.install + revision=HEAD unit-oai-hss-0: 21:08:16 DEBUG unit.oai-hss/0.install + echo v0.3.2-branch unit-oai-hss-0: 21:08:16 DEBUG unit.oai-hss/0.install + echo HEAD unit-oai-hss-0: 21:08:16 DEBUG unit.oai-hss/0.install + update_hostname unit-oai-hss-0: 21:08:16 DEBUG unit.oai-hss/0.install ++ sed 's|/|-|' unit-oai-hss-0: 21:08:16 DEBUG unit.oai-hss/0.install ++ echo oai-hss/0 unit-oai-hss-0: 21:08:16 DEBUG unit.oai-hss/0.install + HOSTNAME=oai-hss-0 unit-oai-hss-0: 21:08:16 DEBUG unit.oai-hss/0.install + echo oai-hss-0 unit-oai-hss-0: 21:08:16 DEBUG unit.oai-hss/0.install + hostname oai-hss-0 unit-oai-hss-0: 21:08:16 DEBUG unit.oai-hss/0.install ++ hostname unit-oai-hss-0: 21:08:16 DEBUG unit.oai-hss/0.install + echo '127.0.0.1 oai-hss-0' unit-oai-hss-0: 21:08:16 DEBUG unit.oai-hss/0.install + install_packages unit-oai-hss-0: 21:08:16 DEBUG unit.oai-hss/0.install + status-set maintenance 'Installing some dependencies' unit-oai-hss-0: 21:08:16 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 21:08:16 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 21:08:16 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections git unit-oai-hss-0: 21:08:16 DEBUG unit.oai-hss/0.install + gitAlreadyInstalled=0 unit-oai-hss-0: 21:08:16 DEBUG unit.oai-hss/0.install + true unit-oai-hss-0: 21:08:16 DEBUG unit.oai-hss/0.install + '[' '!' 0 -eq 1 ']' unit-oai-hss-0: 21:08:16 DEBUG unit.oai-hss/0.install + apt-get install -y --force-yes git unit-oai-hss-0: 21:08:16 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 21:08:16 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 21:08:16 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 21:08:16 DEBUG unit.oai-hss/0.install The following extra packages will be installed: unit-oai-hss-0: 21:08:16 DEBUG unit.oai-hss/0.install git-man liberror-perl unit-oai-hss-0: 21:08:16 DEBUG unit.oai-hss/0.install Suggested packages: unit-oai-hss-0: 21:08:16 DEBUG unit.oai-hss/0.install git-daemon-run git-daemon-sysvinit git-doc git-el git-email git-gui gitk unit-oai-hss-0: 21:08:16 DEBUG unit.oai-hss/0.install gitweb git-arch git-bzr git-cvs git-mediawiki git-svn unit-oai-hss-0: 21:08:16 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 21:08:16 DEBUG unit.oai-hss/0.install git git-man liberror-perl unit-oai-hss-0: 21:08:16 DEBUG unit.oai-hss/0.install 0 upgraded, 3 newly installed, 0 to remove and 2 not upgraded. unit-oai-hss-0: 21:08:16 DEBUG unit.oai-hss/0.install Need to get 3394 kB of archives. unit-oai-hss-0: 21:08:16 DEBUG unit.oai-hss/0.install After this operation, 22.0 MB of additional disk space will be used. unit-oai-hss-0: 21:08:16 DEBUG unit.oai-hss/0.install WARNING: The following packages cannot be authenticated! unit-oai-hss-0: 21:08:16 DEBUG unit.oai-hss/0.install git-man git unit-mysql-0: 21:08:31 DEBUG unit.mysql/0.install 0 upgraded, 1 newly installed, 0 to remove and 2 not upgraded. unit-mysql-0: 21:08:31 DEBUG unit.mysql/0.install Need to get 83.1 kB of archives. unit-mysql-0: 21:08:31 DEBUG unit.mysql/0.install After this operation, 545 kB of additional disk space will be used. unit-mysql-0: 21:08:31 DEBUG unit.mysql/0.install Err http://archive.ubuntu.com/ubuntu/ trusty/main python-dnspython all 1.11.1-1build1 unit-mysql-0: 21:08:31 DEBUG unit.mysql/0.install Could not resolve 'archive.ubuntu.com' unit-mysql-0: 21:08:31 DEBUG unit.mysql/0.install E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/d/dnspython/python-dnspython_1.11.1-1build1_all.deb Could not resolve 'archive.ubuntu.com' unit-mysql-0: 21:08:31 DEBUG unit.mysql/0.install unit-mysql-0: 21:08:31 DEBUG unit.mysql/0.install E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? unit-mysql-0: 21:08:31 DEBUG unit.mysql/0.install Traceback (most recent call last): unit-mysql-0: 21:08:31 DEBUG unit.mysql/0.install File "/var/lib/juju/agents/unit-mysql-0/charm/hooks/install.real", line 6, in unit-mysql-0: 21:08:31 DEBUG unit.mysql/0.install import lib.utils as utils unit-mysql-0: 21:08:31 DEBUG unit.mysql/0.install File "/var/lib/juju/agents/unit-mysql-0/charm/hooks/lib/utils.py", line 46, in unit-mysql-0: 21:08:31 DEBUG unit.mysql/0.install install('python-dnspython') unit-mysql-0: 21:08:31 DEBUG unit.mysql/0.install File "/var/lib/juju/agents/unit-mysql-0/charm/hooks/lib/utils.py", line 41, in install unit-mysql-0: 21:08:31 DEBUG unit.mysql/0.install subprocess.check_call(cmd) unit-mysql-0: 21:08:31 DEBUG unit.mysql/0.install File "/usr/lib/python2.7/subprocess.py", line 540, in check_call unit-mysql-0: 21:08:31 DEBUG unit.mysql/0.install raise CalledProcessError(retcode, cmd) unit-mysql-0: 21:08:31 DEBUG unit.mysql/0.install subprocess.CalledProcessError: Command '['apt-get', '-y', 'install', 'python-dnspython']' returned non-zero exit status 100 unit-mysql-0: 21:08:31 ERROR juju.worker.uniter.operation hook "install" failed: exit status 1 unit-mysql-0: 21:08:31 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 21:08:31 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-mysql-0: 21:08:31 DEBUG juju.worker.uniter [AGENT-STATUS] error: hook failed: "install" unit-oai-epc-0: 21:08:50 DEBUG unit.oai-epc/0.install Err http://security.ubuntu.com/ubuntu/ trusty-security/main git-man all 1:1.9.1-1ubuntu0.8 unit-oai-epc-0: 21:08:50 DEBUG unit.oai-epc/0.install Could not resolve 'security.ubuntu.com' unit-oai-epc-0: 21:08:50 DEBUG unit.oai-epc/0.install Err http://security.ubuntu.com/ubuntu/ trusty-security/main git amd64 1:1.9.1-1ubuntu0.8 unit-oai-epc-0: 21:08:50 DEBUG unit.oai-epc/0.install Could not resolve 'security.ubuntu.com' unit-oai-epc-0: 21:08:50 DEBUG unit.oai-epc/0.install E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libe/liberror-perl/liberror-perl_0.17-1.1_all.deb Could not resolve 'archive.ubuntu.com' unit-oai-epc-0: 21:08:50 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 21:08:50 DEBUG unit.oai-epc/0.install E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/g/git/git-man_1.9.1-1ubuntu0.8_all.deb Could not resolve 'security.ubuntu.com' unit-oai-epc-0: 21:08:50 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 21:08:50 DEBUG unit.oai-epc/0.install E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/g/git/git_1.9.1-1ubuntu0.8_amd64.deb Could not resolve 'security.ubuntu.com' unit-oai-epc-0: 21:08:50 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 21:08:50 DEBUG unit.oai-epc/0.install E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? unit-oai-epc-0: 21:08:50 ERROR juju.worker.uniter.operation hook "install" failed: exit status 100 unit-oai-epc-0: 21:08:50 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 21:08:50 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-oai-epc-0: 21:08:50 DEBUG juju.worker.uniter [AGENT-STATUS] error: hook failed: "install" unit-mysql-0: 21:08:51 DEBUG juju.worker.uniter.remotestate retry hook timer triggered unit-mysql-0: 21:08:51 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-mysql-0: 21:08:51 DEBUG juju.worker.uniter.operation running operation run install hook unit-mysql-0: 21:08:51 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-mysql-0: 21:08:51 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-mysql-0: 21:08:51 DEBUG juju.worker.uniter.operation preparing operation "run install hook" unit-mysql-0: 21:08:51 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-mysql-0: 21:08:51 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook unit-mysql-0: 21:08:51 DEBUG unit.mysql/0.install dpkg-query: package 'python-netaddr' is not installed and no information is available unit-mysql-0: 21:08:51 DEBUG unit.mysql/0.install Use dpkg --info (= dpkg-deb --info) to examine archive files, unit-mysql-0: 21:08:51 DEBUG unit.mysql/0.install and dpkg --contents (= dpkg-deb --contents) to list their contents. unit-mysql-0: 21:08:51 DEBUG unit.mysql/0.install Reading package lists... unit-mysql-0: 21:08:52 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 21:08:52 DEBUG unit.mysql/0.install Reading state information... unit-mysql-0: 21:08:52 DEBUG unit.mysql/0.install Suggested packages: unit-mysql-0: 21:08:52 DEBUG unit.mysql/0.install ipython python-netaddr-docs unit-mysql-0: 21:08:52 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 21:08:52 DEBUG unit.mysql/0.install python-netaddr unit-mysql-0: 21:08:52 DEBUG unit.mysql/0.install 0 upgraded, 1 newly installed, 0 to remove and 2 not upgraded. unit-mysql-0: 21:08:52 DEBUG unit.mysql/0.install Need to get 849 kB of archives. unit-mysql-0: 21:08:52 DEBUG unit.mysql/0.install After this operation, 4216 kB of additional disk space will be used. unit-mysql-0: 21:08:52 DEBUG unit.mysql/0.install WARNING: The following packages cannot be authenticated! unit-mysql-0: 21:08:52 DEBUG unit.mysql/0.install python-netaddr unit-mysql-0: 21:08:52 DEBUG unit.mysql/0.install E: There are problems and -y was used without --force-yes unit-mysql-0: 21:08:52 DEBUG unit.mysql/0.install dpkg-query: package 'python-netifaces' is not installed and no information is available unit-mysql-0: 21:08:52 DEBUG unit.mysql/0.install Use dpkg --info (= dpkg-deb --info) to examine archive files, unit-mysql-0: 21:08:52 DEBUG unit.mysql/0.install and dpkg --contents (= dpkg-deb --contents) to list their contents. unit-mysql-0: 21:08:52 DEBUG unit.mysql/0.install Reading package lists... unit-mysql-0: 21:08:52 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 21:08:52 DEBUG unit.mysql/0.install Reading state information... unit-mysql-0: 21:08:52 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 21:08:52 DEBUG unit.mysql/0.install python-netifaces unit-oai-hss-0: 21:08:56 DEBUG unit.oai-hss/0.install Err http://archive.ubuntu.com/ubuntu/ trusty/main liberror-perl all 0.17-1.1 unit-oai-hss-0: 21:08:56 DEBUG unit.oai-hss/0.install Could not resolve 'archive.ubuntu.com' unit-oai-hss-0: 21:08:56 DEBUG unit.oai-hss/0.install Err http://archive.ubuntu.com/ubuntu/ trusty-updates/main git-man all 1:1.9.1-1ubuntu0.8 unit-oai-hss-0: 21:08:56 DEBUG unit.oai-hss/0.install Could not resolve 'archive.ubuntu.com' unit-oai-epc-0: 21:09:30 DEBUG juju.worker.uniter.remotestate retry hook timer triggered unit-oai-epc-0: 21:09:30 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-oai-epc-0: 21:09:30 DEBUG juju.worker.uniter.operation running operation run install hook unit-oai-epc-0: 21:09:30 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-epc-0: 21:09:30 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-epc-0: 21:09:30 DEBUG juju.worker.uniter.operation preparing operation "run install hook" unit-oai-epc-0: 21:09:30 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-oai-epc-0: 21:09:30 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook unit-oai-epc-0: 21:09:30 DEBUG unit.oai-epc/0.install + export DEBIAN_FRONTEND=noninteractive unit-oai-epc-0: 21:09:30 DEBUG unit.oai-epc/0.install + DEBIAN_FRONTEND=noninteractive unit-oai-epc-0: 21:09:30 DEBUG unit.oai-epc/0.install + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 21:09:30 DEBUG unit.oai-epc/0.install ++ validated_mme_public_ip=0 unit-oai-epc-0: 21:09:30 DEBUG unit.oai-epc/0.install + set_env_paths unit-oai-epc-0: 21:09:30 DEBUG unit.oai-epc/0.install + openair_path=/srv/openair-cn unit-oai-epc-0: 21:09:30 DEBUG unit.oai-epc/0.install + build_path=/srv/openair-cn/BUILD unit-oai-epc-0: 21:09:30 DEBUG unit.oai-epc/0.install + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-epc-0: 21:09:30 DEBUG unit.oai-epc/0.install + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-epc-0: 21:09:30 DEBUG unit.oai-epc/0.install + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-epc-0: 21:09:30 DEBUG unit.oai-epc/0.install + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-epc-0: 21:09:30 DEBUG unit.oai-epc/0.install + epc_conf_path=/usr/local/etc/oai unit-oai-epc-0: 21:09:30 DEBUG unit.oai-epc/0.install + epc_exec_name=mme_gw unit-oai-epc-0: 21:09:30 DEBUG unit.oai-epc/0.install + open-port 2152/udp unit-oai-epc-0: 21:09:30 DEBUG worker.uniter.jujuc running hook tool "open-port" unit-oai-epc-0: 21:09:30 DEBUG unit.oai-epc/0.install ++ config-get branch unit-oai-epc-0: 21:09:31 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 21:09:31 DEBUG unit.oai-epc/0.install + branch=v0.3.2-branch unit-oai-epc-0: 21:09:31 DEBUG unit.oai-epc/0.install ++ config-get revision unit-oai-epc-0: 21:09:31 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 21:09:31 DEBUG unit.oai-epc/0.install + revision=HEAD unit-oai-epc-0: 21:09:31 DEBUG unit.oai-epc/0.install + echo v0.3.2-branch unit-oai-epc-0: 21:09:31 DEBUG unit.oai-epc/0.install + echo HEAD unit-oai-epc-0: 21:09:31 DEBUG unit.oai-epc/0.install + update_hostname unit-oai-epc-0: 21:09:31 DEBUG unit.oai-epc/0.install ++ sed 's|/|-|' unit-oai-epc-0: 21:09:31 DEBUG unit.oai-epc/0.install ++ echo oai-epc/0 unit-oai-epc-0: 21:09:31 DEBUG unit.oai-epc/0.install + HOSTNAME=oai-epc-0 unit-oai-epc-0: 21:09:31 DEBUG unit.oai-epc/0.install + echo oai-epc-0 unit-oai-epc-0: 21:09:31 DEBUG unit.oai-epc/0.install + hostname oai-epc-0 unit-oai-epc-0: 21:09:31 DEBUG unit.oai-epc/0.install ++ hostname unit-oai-epc-0: 21:09:31 DEBUG unit.oai-epc/0.install + echo '127.0.0.1 oai-epc-0' unit-oai-epc-0: 21:09:31 DEBUG unit.oai-epc/0.install + install_packages unit-oai-epc-0: 21:09:31 DEBUG unit.oai-epc/0.install ++ grep -c install unit-oai-epc-0: 21:09:31 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections git unit-oai-epc-0: 21:09:31 DEBUG unit.oai-epc/0.install + gitAlreadyInstalled=0 unit-oai-epc-0: 21:09:31 DEBUG unit.oai-epc/0.install + true unit-oai-epc-0: 21:09:31 DEBUG unit.oai-epc/0.install + '[' '!' 0 -eq 1 ']' unit-oai-epc-0: 21:09:31 DEBUG unit.oai-epc/0.install + apt-get install -y --force-yes git unit-oai-epc-0: 21:09:31 DEBUG unit.oai-epc/0.install Reading package lists... unit-oai-epc-0: 21:09:31 DEBUG unit.oai-epc/0.install Building dependency tree... unit-oai-epc-0: 21:09:31 DEBUG unit.oai-epc/0.install Reading state information... unit-oai-epc-0: 21:09:31 DEBUG unit.oai-epc/0.install The following extra packages will be installed: unit-oai-epc-0: 21:09:31 DEBUG unit.oai-epc/0.install git-man liberror-perl unit-oai-epc-0: 21:09:31 DEBUG unit.oai-epc/0.install Suggested packages: unit-oai-epc-0: 21:09:31 DEBUG unit.oai-epc/0.install git-daemon-run git-daemon-sysvinit git-doc git-el git-email git-gui gitk unit-oai-epc-0: 21:09:31 DEBUG unit.oai-epc/0.install gitweb git-arch git-bzr git-cvs git-mediawiki git-svn unit-oai-epc-0: 21:09:31 DEBUG unit.oai-epc/0.install The following NEW packages will be installed: unit-oai-epc-0: 21:09:31 DEBUG unit.oai-epc/0.install git git-man liberror-perl unit-oai-epc-0: 21:09:31 DEBUG unit.oai-epc/0.install 0 upgraded, 3 newly installed, 0 to remove and 2 not upgraded. unit-oai-epc-0: 21:09:31 DEBUG unit.oai-epc/0.install Need to get 3394 kB of archives. unit-oai-epc-0: 21:09:31 DEBUG unit.oai-epc/0.install After this operation, 22.0 MB of additional disk space will be used. unit-oai-epc-0: 21:09:31 DEBUG unit.oai-epc/0.install WARNING: The following packages cannot be authenticated! unit-oai-epc-0: 21:09:31 DEBUG unit.oai-epc/0.install git-man git unit-mysql-0: 21:09:32 DEBUG unit.mysql/0.install 0 upgraded, 1 newly installed, 0 to remove and 2 not upgraded. unit-mysql-0: 21:09:32 DEBUG unit.mysql/0.install Need to get 11.3 kB of archives. unit-mysql-0: 21:09:32 DEBUG unit.mysql/0.install After this operation, 63.5 kB of additional disk space will be used. unit-mysql-0: 21:09:32 DEBUG unit.mysql/0.install Err http://archive.ubuntu.com/ubuntu/ trusty/main python-netifaces amd64 0.8-3build1 unit-mysql-0: 21:09:32 DEBUG unit.mysql/0.install Could not resolve 'archive.ubuntu.com' unit-mysql-0: 21:09:32 DEBUG unit.mysql/0.install E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/n/netifaces/python-netifaces_0.8-3build1_amd64.deb Could not resolve 'archive.ubuntu.com' unit-mysql-0: 21:09:32 DEBUG unit.mysql/0.install unit-mysql-0: 21:09:32 DEBUG unit.mysql/0.install E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? unit-mysql-0: 21:09:32 DEBUG unit.mysql/0.install dpkg-query: package 'python-pip' is not installed and no information is available unit-mysql-0: 21:09:32 DEBUG unit.mysql/0.install Use dpkg --info (= dpkg-deb --info) to examine archive files, unit-mysql-0: 21:09:32 DEBUG unit.mysql/0.install and dpkg --contents (= dpkg-deb --contents) to list their contents. unit-mysql-0: 21:09:32 DEBUG unit.mysql/0.install Reading package lists... unit-mysql-0: 21:09:32 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 21:09:32 DEBUG unit.mysql/0.install Reading state information... unit-mysql-0: 21:09:32 DEBUG unit.mysql/0.install The following extra packages will be installed: unit-mysql-0: 21:09:32 DEBUG unit.mysql/0.install binutils build-essential cpp cpp-4.8 dpkg-dev fakeroot g++ g++-4.8 gcc unit-mysql-0: 21:09:32 DEBUG unit.mysql/0.install gcc-4.8 libalgorithm-diff-perl libalgorithm-diff-xs-perl unit-mysql-0: 21:09:32 DEBUG unit.mysql/0.install libalgorithm-merge-perl libasan0 libatomic1 libc-dev-bin libc6-dev unit-mysql-0: 21:09:32 DEBUG unit.mysql/0.install libcloog-isl4 libdpkg-perl libfakeroot libfile-fcntllock-perl libgcc-4.8-dev unit-mysql-0: 21:09:32 DEBUG unit.mysql/0.install libgmp10 libgomp1 libisl10 libitm1 libmpc3 libmpfr4 libquadmath0 unit-mysql-0: 21:09:32 DEBUG unit.mysql/0.install libstdc++-4.8-dev libtsan0 linux-libc-dev make manpages-dev unit-mysql-0: 21:09:32 DEBUG unit.mysql/0.install python-chardet-whl python-colorama python-colorama-whl python-distlib unit-mysql-0: 21:09:32 DEBUG unit.mysql/0.install python-distlib-whl python-html5lib python-html5lib-whl python-pip-whl unit-mysql-0: 21:09:32 DEBUG unit.mysql/0.install python-requests-whl python-setuptools python-setuptools-whl python-six-whl unit-mysql-0: 21:09:32 DEBUG unit.mysql/0.install python-urllib3-whl python-wheel python3-pkg-resources unit-mysql-0: 21:09:32 DEBUG unit.mysql/0.install Suggested packages: unit-mysql-0: 21:09:32 DEBUG unit.mysql/0.install binutils-doc cpp-doc gcc-4.8-locales debian-keyring g++-multilib unit-mysql-0: 21:09:32 DEBUG unit.mysql/0.install g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib autoconf unit-mysql-0: 21:09:32 DEBUG unit.mysql/0.install automake1.9 libtool flex bison gdb gcc-doc gcc-4.8-multilib libgcc1-dbg unit-mysql-0: 21:09:32 DEBUG unit.mysql/0.install libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg unit-mysql-0: 21:09:32 DEBUG unit.mysql/0.install libquadmath0-dbg glibc-doc libstdc++-4.8-doc make-doc python-genshi unit-mysql-0: 21:09:32 DEBUG unit.mysql/0.install python-lxml python3-setuptools unit-mysql-0: 21:09:32 DEBUG unit.mysql/0.install Recommended packages: unit-mysql-0: 21:09:32 DEBUG unit.mysql/0.install python-dev-all unit-mysql-0: 21:09:32 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 21:09:32 DEBUG unit.mysql/0.install binutils build-essential cpp cpp-4.8 dpkg-dev fakeroot g++ g++-4.8 gcc unit-mysql-0: 21:09:32 DEBUG unit.mysql/0.install gcc-4.8 libalgorithm-diff-perl libalgorithm-diff-xs-perl unit-mysql-0: 21:09:32 DEBUG unit.mysql/0.install libalgorithm-merge-perl libasan0 libatomic1 libc-dev-bin libc6-dev unit-mysql-0: 21:09:32 DEBUG unit.mysql/0.install libcloog-isl4 libdpkg-perl libfakeroot libfile-fcntllock-perl libgcc-4.8-dev unit-mysql-0: 21:09:32 DEBUG unit.mysql/0.install libgmp10 libgomp1 libisl10 libitm1 libmpc3 libmpfr4 libquadmath0 unit-mysql-0: 21:09:32 DEBUG unit.mysql/0.install libstdc++-4.8-dev libtsan0 linux-libc-dev make manpages-dev unit-mysql-0: 21:09:32 DEBUG unit.mysql/0.install python-chardet-whl python-colorama python-colorama-whl python-distlib unit-mysql-0: 21:09:32 DEBUG unit.mysql/0.install python-distlib-whl python-html5lib python-html5lib-whl python-pip unit-mysql-0: 21:09:32 DEBUG unit.mysql/0.install python-pip-whl python-requests-whl python-setuptools python-setuptools-whl unit-mysql-0: 21:09:32 DEBUG unit.mysql/0.install python-six-whl python-urllib3-whl python-wheel python3-pkg-resources unit-mysql-0: 21:09:32 DEBUG unit.mysql/0.install 0 upgraded, 50 newly installed, 0 to remove and 2 not upgraded. unit-mysql-0: 21:09:32 DEBUG unit.mysql/0.install Need to get 41.1 MB of archives. unit-mysql-0: 21:09:32 DEBUG unit.mysql/0.install After this operation, 120 MB of additional disk space will be used. unit-mysql-0: 21:09:32 DEBUG unit.mysql/0.install WARNING: The following packages cannot be authenticated! unit-mysql-0: 21:09:32 DEBUG unit.mysql/0.install libasan0 libatomic1 libgomp1 libitm1 libquadmath0 libtsan0 binutils unit-mysql-0: 21:09:32 DEBUG unit.mysql/0.install libc-dev-bin linux-libc-dev libc6-dev cpp-4.8 libgcc-4.8-dev gcc-4.8 unit-mysql-0: 21:09:32 DEBUG unit.mysql/0.install libstdc++-4.8-dev g++-4.8 libdpkg-perl dpkg-dev python3-pkg-resources unit-mysql-0: 21:09:32 DEBUG unit.mysql/0.install python-chardet-whl python-colorama python-colorama-whl python-distlib unit-mysql-0: 21:09:32 DEBUG unit.mysql/0.install python-distlib-whl python-html5lib python-html5lib-whl python-six-whl unit-mysql-0: 21:09:32 DEBUG unit.mysql/0.install python-urllib3-whl python-requests-whl python-setuptools-whl python-pip-whl unit-mysql-0: 21:09:32 DEBUG unit.mysql/0.install python-setuptools python-pip python-wheel unit-mysql-0: 21:09:32 DEBUG unit.mysql/0.install E: There are problems and -y was used without --force-yes unit-mysql-0: 21:09:32 DEBUG unit.mysql/0.install Reading package lists... unit-mysql-0: 21:09:32 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 21:09:32 DEBUG unit.mysql/0.install Reading state information... unit-mysql-0: 21:09:32 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 21:09:32 DEBUG unit.mysql/0.install python-dnspython unit-oai-hss-0: 21:09:36 DEBUG unit.oai-hss/0.install Err http://security.ubuntu.com/ubuntu/ trusty-security/main git-man all 1:1.9.1-1ubuntu0.8 unit-oai-hss-0: 21:09:36 DEBUG unit.oai-hss/0.install Could not resolve 'security.ubuntu.com' unit-oai-hss-0: 21:09:36 DEBUG unit.oai-hss/0.install Err http://security.ubuntu.com/ubuntu/ trusty-security/main git amd64 1:1.9.1-1ubuntu0.8 unit-oai-hss-0: 21:09:36 DEBUG unit.oai-hss/0.install Could not resolve 'security.ubuntu.com' unit-oai-hss-0: 21:09:36 DEBUG unit.oai-hss/0.install E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libe/liberror-perl/liberror-perl_0.17-1.1_all.deb Could not resolve 'archive.ubuntu.com' unit-oai-hss-0: 21:09:36 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 21:09:36 DEBUG unit.oai-hss/0.install E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/g/git/git-man_1.9.1-1ubuntu0.8_all.deb Could not resolve 'security.ubuntu.com' unit-oai-hss-0: 21:09:36 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 21:09:36 DEBUG unit.oai-hss/0.install E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/g/git/git_1.9.1-1ubuntu0.8_amd64.deb Could not resolve 'security.ubuntu.com' unit-oai-hss-0: 21:09:36 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 21:09:36 DEBUG unit.oai-hss/0.install E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? unit-oai-hss-0: 21:09:36 ERROR juju.worker.uniter.operation hook "install" failed: exit status 100 unit-oai-hss-0: 21:09:36 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 21:09:36 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-oai-hss-0: 21:09:36 DEBUG juju.worker.uniter [AGENT-STATUS] error: hook failed: "install" unit-oai-hss-0: 21:09:47 DEBUG juju.worker.uniter.remotestate retry hook timer triggered unit-oai-hss-0: 21:09:47 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-oai-hss-0: 21:09:47 DEBUG juju.worker.uniter.operation running operation run install hook unit-oai-hss-0: 21:09:47 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-hss-0: 21:09:47 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-hss-0: 21:09:47 DEBUG juju.worker.uniter.operation preparing operation "run install hook" unit-oai-hss-0: 21:09:47 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-oai-hss-0: 21:09:47 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook unit-oai-hss-0: 21:09:47 DEBUG unit.oai-hss/0.install + export DEBIAN_FRONTEND=noninteractive unit-oai-hss-0: 21:09:47 DEBUG unit.oai-hss/0.install + DEBIAN_FRONTEND=noninteractive unit-oai-hss-0: 21:09:47 DEBUG unit.oai-hss/0.install + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 21:09:47 DEBUG unit.oai-hss/0.install + export juju=set unit-oai-hss-0: 21:09:47 DEBUG unit.oai-hss/0.install + juju=set unit-oai-hss-0: 21:09:47 DEBUG unit.oai-hss/0.install + set_env_paths unit-oai-hss-0: 21:09:47 DEBUG unit.oai-hss/0.install + openair_path=/srv/openair-cn unit-oai-hss-0: 21:09:47 DEBUG unit.oai-hss/0.install + build_path=/srv/openair-cn/BUILD unit-oai-hss-0: 21:09:47 DEBUG unit.oai-hss/0.install + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-hss-0: 21:09:47 DEBUG unit.oai-hss/0.install + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-hss-0: 21:09:47 DEBUG unit.oai-hss/0.install + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 21:09:47 DEBUG unit.oai-hss/0.install + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-hss-0: 21:09:47 DEBUG unit.oai-hss/0.install + hss_conf=/usr/local/etc/oai unit-oai-hss-0: 21:09:47 DEBUG unit.oai-hss/0.install + hss_exec_name=oai_hss unit-oai-hss-0: 21:09:47 DEBUG unit.oai-hss/0.install ++ config-get branch unit-oai-hss-0: 21:09:47 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 21:09:47 DEBUG unit.oai-hss/0.install + branch=v0.3.2-branch unit-oai-hss-0: 21:09:47 DEBUG unit.oai-hss/0.install ++ config-get revision unit-oai-hss-0: 21:09:47 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 21:09:47 DEBUG unit.oai-hss/0.install + revision=HEAD unit-oai-hss-0: 21:09:47 DEBUG unit.oai-hss/0.install + echo v0.3.2-branch unit-oai-hss-0: 21:09:47 DEBUG unit.oai-hss/0.install + echo HEAD unit-oai-hss-0: 21:09:47 DEBUG unit.oai-hss/0.install + update_hostname unit-oai-hss-0: 21:09:47 DEBUG unit.oai-hss/0.install ++ sed 's|/|-|' unit-oai-hss-0: 21:09:47 DEBUG unit.oai-hss/0.install ++ echo oai-hss/0 unit-oai-hss-0: 21:09:47 DEBUG unit.oai-hss/0.install + HOSTNAME=oai-hss-0 unit-oai-hss-0: 21:09:47 DEBUG unit.oai-hss/0.install + echo oai-hss-0 unit-oai-hss-0: 21:09:47 DEBUG unit.oai-hss/0.install + hostname oai-hss-0 unit-oai-hss-0: 21:09:47 DEBUG unit.oai-hss/0.install ++ hostname unit-oai-hss-0: 21:09:47 DEBUG unit.oai-hss/0.install + echo '127.0.0.1 oai-hss-0' unit-oai-hss-0: 21:09:47 DEBUG unit.oai-hss/0.install + install_packages unit-oai-hss-0: 21:09:47 DEBUG unit.oai-hss/0.install + status-set maintenance 'Installing some dependencies' unit-oai-hss-0: 21:09:47 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 21:09:47 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 21:09:47 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections git unit-oai-hss-0: 21:09:47 DEBUG unit.oai-hss/0.install + gitAlreadyInstalled=0 unit-oai-hss-0: 21:09:47 DEBUG unit.oai-hss/0.install + true unit-oai-hss-0: 21:09:47 DEBUG unit.oai-hss/0.install + '[' '!' 0 -eq 1 ']' unit-oai-hss-0: 21:09:47 DEBUG unit.oai-hss/0.install + apt-get install -y --force-yes git unit-oai-hss-0: 21:09:47 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 21:09:47 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 21:09:47 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 21:09:47 DEBUG unit.oai-hss/0.install The following extra packages will be installed: unit-oai-hss-0: 21:09:47 DEBUG unit.oai-hss/0.install git-man liberror-perl unit-oai-hss-0: 21:09:47 DEBUG unit.oai-hss/0.install Suggested packages: unit-oai-hss-0: 21:09:47 DEBUG unit.oai-hss/0.install git-daemon-run git-daemon-sysvinit git-doc git-el git-email git-gui gitk unit-oai-hss-0: 21:09:47 DEBUG unit.oai-hss/0.install gitweb git-arch git-bzr git-cvs git-mediawiki git-svn unit-oai-hss-0: 21:09:47 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 21:09:47 DEBUG unit.oai-hss/0.install git git-man liberror-perl unit-oai-hss-0: 21:09:47 DEBUG unit.oai-hss/0.install 0 upgraded, 3 newly installed, 0 to remove and 2 not upgraded. unit-oai-hss-0: 21:09:47 DEBUG unit.oai-hss/0.install Need to get 3394 kB of archives. unit-oai-hss-0: 21:09:47 DEBUG unit.oai-hss/0.install After this operation, 22.0 MB of additional disk space will be used. unit-oai-hss-0: 21:09:47 DEBUG unit.oai-hss/0.install WARNING: The following packages cannot be authenticated! unit-oai-hss-0: 21:09:47 DEBUG unit.oai-hss/0.install git-man git unit-oai-epc-0: 21:10:11 DEBUG unit.oai-epc/0.install Err http://archive.ubuntu.com/ubuntu/ trusty/main liberror-perl all 0.17-1.1 unit-oai-epc-0: 21:10:11 DEBUG unit.oai-epc/0.install Could not resolve 'archive.ubuntu.com' unit-oai-epc-0: 21:10:11 DEBUG unit.oai-epc/0.install Err http://archive.ubuntu.com/ubuntu/ trusty-updates/main git-man all 1:1.9.1-1ubuntu0.8 unit-oai-epc-0: 21:10:11 DEBUG unit.oai-epc/0.install Could not resolve 'archive.ubuntu.com' unit-mysql-0: 21:10:12 DEBUG unit.mysql/0.install 0 upgraded, 1 newly installed, 0 to remove and 2 not upgraded. unit-mysql-0: 21:10:12 DEBUG unit.mysql/0.install Need to get 83.1 kB of archives. unit-mysql-0: 21:10:12 DEBUG unit.mysql/0.install After this operation, 545 kB of additional disk space will be used. unit-mysql-0: 21:10:12 DEBUG unit.mysql/0.install Err http://archive.ubuntu.com/ubuntu/ trusty/main python-dnspython all 1.11.1-1build1 unit-mysql-0: 21:10:12 DEBUG unit.mysql/0.install Could not resolve 'archive.ubuntu.com' unit-mysql-0: 21:10:12 DEBUG unit.mysql/0.install E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/d/dnspython/python-dnspython_1.11.1-1build1_all.deb Could not resolve 'archive.ubuntu.com' unit-mysql-0: 21:10:12 DEBUG unit.mysql/0.install unit-mysql-0: 21:10:12 DEBUG unit.mysql/0.install E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? unit-mysql-0: 21:10:12 DEBUG unit.mysql/0.install Traceback (most recent call last): unit-mysql-0: 21:10:12 DEBUG unit.mysql/0.install File "/var/lib/juju/agents/unit-mysql-0/charm/hooks/install.real", line 6, in unit-mysql-0: 21:10:12 DEBUG unit.mysql/0.install import lib.utils as utils unit-mysql-0: 21:10:12 DEBUG unit.mysql/0.install File "/var/lib/juju/agents/unit-mysql-0/charm/hooks/lib/utils.py", line 46, in unit-mysql-0: 21:10:12 DEBUG unit.mysql/0.install install('python-dnspython') unit-mysql-0: 21:10:12 DEBUG unit.mysql/0.install File "/var/lib/juju/agents/unit-mysql-0/charm/hooks/lib/utils.py", line 41, in install unit-mysql-0: 21:10:12 DEBUG unit.mysql/0.install subprocess.check_call(cmd) unit-mysql-0: 21:10:12 DEBUG unit.mysql/0.install File "/usr/lib/python2.7/subprocess.py", line 540, in check_call unit-mysql-0: 21:10:12 DEBUG unit.mysql/0.install raise CalledProcessError(retcode, cmd) unit-mysql-0: 21:10:12 DEBUG unit.mysql/0.install subprocess.CalledProcessError: Command '['apt-get', '-y', 'install', 'python-dnspython']' returned non-zero exit status 100 unit-mysql-0: 21:10:12 ERROR juju.worker.uniter.operation hook "install" failed: exit status 1 unit-mysql-0: 21:10:12 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 21:10:12 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-mysql-0: 21:10:12 DEBUG juju.worker.uniter [AGENT-STATUS] error: hook failed: "install" unit-oai-hss-0: 21:10:27 DEBUG unit.oai-hss/0.install Err http://archive.ubuntu.com/ubuntu/ trusty/main liberror-perl all 0.17-1.1 unit-oai-hss-0: 21:10:27 DEBUG unit.oai-hss/0.install Could not resolve 'archive.ubuntu.com' unit-oai-hss-0: 21:10:27 DEBUG unit.oai-hss/0.install Err http://archive.ubuntu.com/ubuntu/ trusty-updates/main git-man all 1:1.9.1-1ubuntu0.8 unit-oai-hss-0: 21:10:27 DEBUG unit.oai-hss/0.install Could not resolve 'archive.ubuntu.com' unit-oai-epc-0: 21:10:51 DEBUG unit.oai-epc/0.install Err http://security.ubuntu.com/ubuntu/ trusty-security/main git-man all 1:1.9.1-1ubuntu0.8 unit-oai-epc-0: 21:10:51 DEBUG unit.oai-epc/0.install Could not resolve 'security.ubuntu.com' unit-oai-epc-0: 21:10:51 DEBUG unit.oai-epc/0.install Err http://security.ubuntu.com/ubuntu/ trusty-security/main git amd64 1:1.9.1-1ubuntu0.8 unit-oai-epc-0: 21:10:51 DEBUG unit.oai-epc/0.install Could not resolve 'security.ubuntu.com' unit-oai-epc-0: 21:10:51 DEBUG unit.oai-epc/0.install E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libe/liberror-perl/liberror-perl_0.17-1.1_all.deb Could not resolve 'archive.ubuntu.com' unit-oai-epc-0: 21:10:51 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 21:10:51 DEBUG unit.oai-epc/0.install E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/g/git/git-man_1.9.1-1ubuntu0.8_all.deb Could not resolve 'security.ubuntu.com' unit-oai-epc-0: 21:10:51 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 21:10:51 DEBUG unit.oai-epc/0.install E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/g/git/git_1.9.1-1ubuntu0.8_amd64.deb Could not resolve 'security.ubuntu.com' unit-oai-epc-0: 21:10:51 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 21:10:51 DEBUG unit.oai-epc/0.install E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? unit-oai-epc-0: 21:10:51 ERROR juju.worker.uniter.operation hook "install" failed: exit status 100 unit-oai-epc-0: 21:10:51 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 21:10:51 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-oai-epc-0: 21:10:51 DEBUG juju.worker.uniter [AGENT-STATUS] error: hook failed: "install" unit-mysql-0: 21:10:54 DEBUG juju.worker.uniter.remotestate retry hook timer triggered unit-mysql-0: 21:10:54 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-mysql-0: 21:10:54 DEBUG juju.worker.uniter.operation running operation run install hook unit-mysql-0: 21:10:54 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-mysql-0: 21:10:54 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-mysql-0: 21:10:54 DEBUG juju.worker.uniter.operation preparing operation "run install hook" unit-mysql-0: 21:10:54 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-mysql-0: 21:10:54 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook unit-mysql-0: 21:10:55 DEBUG unit.mysql/0.install dpkg-query: package 'python-netaddr' is not installed and no information is available unit-mysql-0: 21:10:55 DEBUG unit.mysql/0.install Use dpkg --info (= dpkg-deb --info) to examine archive files, unit-mysql-0: 21:10:55 DEBUG unit.mysql/0.install and dpkg --contents (= dpkg-deb --contents) to list their contents. unit-mysql-0: 21:10:55 DEBUG unit.mysql/0.install Reading package lists... unit-mysql-0: 21:10:55 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 21:10:55 DEBUG unit.mysql/0.install Reading state information... unit-mysql-0: 21:10:55 DEBUG unit.mysql/0.install Suggested packages: unit-mysql-0: 21:10:55 DEBUG unit.mysql/0.install ipython python-netaddr-docs unit-mysql-0: 21:10:55 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 21:10:55 DEBUG unit.mysql/0.install python-netaddr unit-mysql-0: 21:10:55 DEBUG unit.mysql/0.install 0 upgraded, 1 newly installed, 0 to remove and 2 not upgraded. unit-mysql-0: 21:10:55 DEBUG unit.mysql/0.install Need to get 849 kB of archives. unit-mysql-0: 21:10:55 DEBUG unit.mysql/0.install After this operation, 4216 kB of additional disk space will be used. unit-mysql-0: 21:10:55 DEBUG unit.mysql/0.install WARNING: The following packages cannot be authenticated! unit-mysql-0: 21:10:55 DEBUG unit.mysql/0.install python-netaddr unit-mysql-0: 21:10:55 DEBUG unit.mysql/0.install E: There are problems and -y was used without --force-yes unit-mysql-0: 21:10:55 DEBUG unit.mysql/0.install dpkg-query: package 'python-netifaces' is not installed and no information is available unit-mysql-0: 21:10:55 DEBUG unit.mysql/0.install Use dpkg --info (= dpkg-deb --info) to examine archive files, unit-mysql-0: 21:10:55 DEBUG unit.mysql/0.install and dpkg --contents (= dpkg-deb --contents) to list their contents. unit-mysql-0: 21:10:55 DEBUG unit.mysql/0.install Reading package lists... unit-mysql-0: 21:10:55 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 21:10:55 DEBUG unit.mysql/0.install Reading state information... unit-mysql-0: 21:10:55 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 21:10:55 DEBUG unit.mysql/0.install python-netifaces unit-oai-hss-0: 21:11:07 DEBUG unit.oai-hss/0.install Err http://security.ubuntu.com/ubuntu/ trusty-security/main git-man all 1:1.9.1-1ubuntu0.8 unit-oai-hss-0: 21:11:07 DEBUG unit.oai-hss/0.install Could not resolve 'security.ubuntu.com' unit-oai-hss-0: 21:11:07 DEBUG unit.oai-hss/0.install Err http://security.ubuntu.com/ubuntu/ trusty-security/main git amd64 1:1.9.1-1ubuntu0.8 unit-oai-hss-0: 21:11:07 DEBUG unit.oai-hss/0.install Could not resolve 'security.ubuntu.com' unit-oai-hss-0: 21:11:07 DEBUG unit.oai-hss/0.install E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libe/liberror-perl/liberror-perl_0.17-1.1_all.deb Could not resolve 'archive.ubuntu.com' unit-oai-hss-0: 21:11:07 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 21:11:07 DEBUG unit.oai-hss/0.install E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/g/git/git-man_1.9.1-1ubuntu0.8_all.deb Could not resolve 'security.ubuntu.com' unit-oai-hss-0: 21:11:07 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 21:11:07 DEBUG unit.oai-hss/0.install E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/g/git/git_1.9.1-1ubuntu0.8_amd64.deb Could not resolve 'security.ubuntu.com' unit-oai-hss-0: 21:11:07 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 21:11:07 DEBUG unit.oai-hss/0.install E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? unit-oai-hss-0: 21:11:07 ERROR juju.worker.uniter.operation hook "install" failed: exit status 100 unit-oai-hss-0: 21:11:07 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 21:11:07 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-oai-hss-0: 21:11:07 DEBUG juju.worker.uniter [AGENT-STATUS] error: hook failed: "install" unit-oai-hss-0: 21:11:27 DEBUG juju.worker.uniter.remotestate retry hook timer triggered unit-oai-hss-0: 21:11:27 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-oai-hss-0: 21:11:27 DEBUG juju.worker.uniter.operation running operation run install hook unit-oai-hss-0: 21:11:27 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-hss-0: 21:11:27 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-hss-0: 21:11:27 DEBUG juju.worker.uniter.operation preparing operation "run install hook" unit-oai-hss-0: 21:11:27 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-oai-hss-0: 21:11:27 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook unit-oai-hss-0: 21:11:27 DEBUG unit.oai-hss/0.install + export DEBIAN_FRONTEND=noninteractive unit-oai-hss-0: 21:11:27 DEBUG unit.oai-hss/0.install + DEBIAN_FRONTEND=noninteractive unit-oai-hss-0: 21:11:27 DEBUG unit.oai-hss/0.install + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 21:11:27 DEBUG unit.oai-hss/0.install + export juju=set unit-oai-hss-0: 21:11:27 DEBUG unit.oai-hss/0.install + juju=set unit-oai-hss-0: 21:11:27 DEBUG unit.oai-hss/0.install + set_env_paths unit-oai-hss-0: 21:11:27 DEBUG unit.oai-hss/0.install + openair_path=/srv/openair-cn unit-oai-hss-0: 21:11:27 DEBUG unit.oai-hss/0.install + build_path=/srv/openair-cn/BUILD unit-oai-hss-0: 21:11:27 DEBUG unit.oai-hss/0.install + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-hss-0: 21:11:27 DEBUG unit.oai-hss/0.install + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-hss-0: 21:11:27 DEBUG unit.oai-hss/0.install + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 21:11:27 DEBUG unit.oai-hss/0.install + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-hss-0: 21:11:27 DEBUG unit.oai-hss/0.install + hss_conf=/usr/local/etc/oai unit-oai-hss-0: 21:11:27 DEBUG unit.oai-hss/0.install + hss_exec_name=oai_hss unit-oai-hss-0: 21:11:27 DEBUG unit.oai-hss/0.install ++ config-get branch unit-oai-hss-0: 21:11:27 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 21:11:27 DEBUG unit.oai-hss/0.install + branch=v0.3.2-branch unit-oai-hss-0: 21:11:27 DEBUG unit.oai-hss/0.install ++ config-get revision unit-oai-hss-0: 21:11:27 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 21:11:27 DEBUG unit.oai-hss/0.install + revision=HEAD unit-oai-hss-0: 21:11:27 DEBUG unit.oai-hss/0.install + echo v0.3.2-branch unit-oai-hss-0: 21:11:27 DEBUG unit.oai-hss/0.install + echo HEAD unit-oai-hss-0: 21:11:27 DEBUG unit.oai-hss/0.install + update_hostname unit-oai-hss-0: 21:11:27 DEBUG unit.oai-hss/0.install ++ sed 's|/|-|' unit-oai-hss-0: 21:11:27 DEBUG unit.oai-hss/0.install ++ echo oai-hss/0 unit-oai-hss-0: 21:11:27 DEBUG unit.oai-hss/0.install + HOSTNAME=oai-hss-0 unit-oai-hss-0: 21:11:27 DEBUG unit.oai-hss/0.install + echo oai-hss-0 unit-oai-hss-0: 21:11:27 DEBUG unit.oai-hss/0.install + hostname oai-hss-0 unit-oai-hss-0: 21:11:27 DEBUG unit.oai-hss/0.install ++ hostname unit-oai-hss-0: 21:11:27 DEBUG unit.oai-hss/0.install + echo '127.0.0.1 oai-hss-0' unit-oai-hss-0: 21:11:27 DEBUG unit.oai-hss/0.install + install_packages unit-oai-hss-0: 21:11:27 DEBUG unit.oai-hss/0.install + status-set maintenance 'Installing some dependencies' unit-oai-hss-0: 21:11:27 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 21:11:27 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 21:11:27 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections git unit-oai-hss-0: 21:11:27 DEBUG unit.oai-hss/0.install + gitAlreadyInstalled=0 unit-oai-hss-0: 21:11:27 DEBUG unit.oai-hss/0.install + true unit-oai-hss-0: 21:11:27 DEBUG unit.oai-hss/0.install + '[' '!' 0 -eq 1 ']' unit-oai-hss-0: 21:11:27 DEBUG unit.oai-hss/0.install + apt-get install -y --force-yes git unit-oai-hss-0: 21:11:27 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 21:11:27 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 21:11:27 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 21:11:27 DEBUG unit.oai-hss/0.install The following extra packages will be installed: unit-oai-hss-0: 21:11:27 DEBUG unit.oai-hss/0.install git-man liberror-perl unit-oai-hss-0: 21:11:27 DEBUG unit.oai-hss/0.install Suggested packages: unit-oai-hss-0: 21:11:27 DEBUG unit.oai-hss/0.install git-daemon-run git-daemon-sysvinit git-doc git-el git-email git-gui gitk unit-oai-hss-0: 21:11:27 DEBUG unit.oai-hss/0.install gitweb git-arch git-bzr git-cvs git-mediawiki git-svn unit-oai-hss-0: 21:11:27 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 21:11:27 DEBUG unit.oai-hss/0.install git git-man liberror-perl unit-oai-hss-0: 21:11:27 DEBUG unit.oai-hss/0.install 0 upgraded, 3 newly installed, 0 to remove and 2 not upgraded. unit-oai-hss-0: 21:11:27 DEBUG unit.oai-hss/0.install Need to get 3394 kB of archives. unit-oai-hss-0: 21:11:27 DEBUG unit.oai-hss/0.install After this operation, 22.0 MB of additional disk space will be used. unit-oai-hss-0: 21:11:27 DEBUG unit.oai-hss/0.install WARNING: The following packages cannot be authenticated! unit-oai-hss-0: 21:11:27 DEBUG unit.oai-hss/0.install git-man git unit-mysql-0: 21:11:35 DEBUG unit.mysql/0.install 0 upgraded, 1 newly installed, 0 to remove and 2 not upgraded. unit-mysql-0: 21:11:35 DEBUG unit.mysql/0.install Need to get 11.3 kB of archives. unit-mysql-0: 21:11:35 DEBUG unit.mysql/0.install After this operation, 63.5 kB of additional disk space will be used. unit-mysql-0: 21:11:35 DEBUG unit.mysql/0.install Err http://archive.ubuntu.com/ubuntu/ trusty/main python-netifaces amd64 0.8-3build1 unit-mysql-0: 21:11:35 DEBUG unit.mysql/0.install Could not resolve 'archive.ubuntu.com' unit-mysql-0: 21:11:35 DEBUG unit.mysql/0.install E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/n/netifaces/python-netifaces_0.8-3build1_amd64.deb Could not resolve 'archive.ubuntu.com' unit-mysql-0: 21:11:35 DEBUG unit.mysql/0.install unit-mysql-0: 21:11:35 DEBUG unit.mysql/0.install E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? unit-mysql-0: 21:11:35 DEBUG unit.mysql/0.install dpkg-query: package 'python-pip' is not installed and no information is available unit-mysql-0: 21:11:35 DEBUG unit.mysql/0.install Use dpkg --info (= dpkg-deb --info) to examine archive files, unit-mysql-0: 21:11:35 DEBUG unit.mysql/0.install and dpkg --contents (= dpkg-deb --contents) to list their contents. unit-mysql-0: 21:11:35 DEBUG unit.mysql/0.install Reading package lists... unit-mysql-0: 21:11:35 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 21:11:35 DEBUG unit.mysql/0.install Reading state information... unit-mysql-0: 21:11:35 DEBUG unit.mysql/0.install The following extra packages will be installed: unit-mysql-0: 21:11:35 DEBUG unit.mysql/0.install binutils build-essential cpp cpp-4.8 dpkg-dev fakeroot g++ g++-4.8 gcc unit-mysql-0: 21:11:35 DEBUG unit.mysql/0.install gcc-4.8 libalgorithm-diff-perl libalgorithm-diff-xs-perl unit-mysql-0: 21:11:35 DEBUG unit.mysql/0.install libalgorithm-merge-perl libasan0 libatomic1 libc-dev-bin libc6-dev unit-mysql-0: 21:11:35 DEBUG unit.mysql/0.install libcloog-isl4 libdpkg-perl libfakeroot libfile-fcntllock-perl libgcc-4.8-dev unit-mysql-0: 21:11:35 DEBUG unit.mysql/0.install libgmp10 libgomp1 libisl10 libitm1 libmpc3 libmpfr4 libquadmath0 unit-mysql-0: 21:11:35 DEBUG unit.mysql/0.install libstdc++-4.8-dev libtsan0 linux-libc-dev make manpages-dev unit-mysql-0: 21:11:35 DEBUG unit.mysql/0.install python-chardet-whl python-colorama python-colorama-whl python-distlib unit-mysql-0: 21:11:35 DEBUG unit.mysql/0.install python-distlib-whl python-html5lib python-html5lib-whl python-pip-whl unit-mysql-0: 21:11:35 DEBUG unit.mysql/0.install python-requests-whl python-setuptools python-setuptools-whl python-six-whl unit-mysql-0: 21:11:35 DEBUG unit.mysql/0.install python-urllib3-whl python-wheel python3-pkg-resources unit-mysql-0: 21:11:35 DEBUG unit.mysql/0.install Suggested packages: unit-mysql-0: 21:11:35 DEBUG unit.mysql/0.install binutils-doc cpp-doc gcc-4.8-locales debian-keyring g++-multilib unit-mysql-0: 21:11:35 DEBUG unit.mysql/0.install g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib autoconf unit-mysql-0: 21:11:35 DEBUG unit.mysql/0.install automake1.9 libtool flex bison gdb gcc-doc gcc-4.8-multilib libgcc1-dbg unit-mysql-0: 21:11:35 DEBUG unit.mysql/0.install libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg unit-mysql-0: 21:11:35 DEBUG unit.mysql/0.install libquadmath0-dbg glibc-doc libstdc++-4.8-doc make-doc python-genshi unit-mysql-0: 21:11:35 DEBUG unit.mysql/0.install python-lxml python3-setuptools unit-mysql-0: 21:11:35 DEBUG unit.mysql/0.install Recommended packages: unit-mysql-0: 21:11:35 DEBUG unit.mysql/0.install python-dev-all unit-mysql-0: 21:11:35 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 21:11:35 DEBUG unit.mysql/0.install binutils build-essential cpp cpp-4.8 dpkg-dev fakeroot g++ g++-4.8 gcc unit-mysql-0: 21:11:35 DEBUG unit.mysql/0.install gcc-4.8 libalgorithm-diff-perl libalgorithm-diff-xs-perl unit-mysql-0: 21:11:35 DEBUG unit.mysql/0.install libalgorithm-merge-perl libasan0 libatomic1 libc-dev-bin libc6-dev unit-mysql-0: 21:11:35 DEBUG unit.mysql/0.install libcloog-isl4 libdpkg-perl libfakeroot libfile-fcntllock-perl libgcc-4.8-dev unit-mysql-0: 21:11:35 DEBUG unit.mysql/0.install libgmp10 libgomp1 libisl10 libitm1 libmpc3 libmpfr4 libquadmath0 unit-mysql-0: 21:11:35 DEBUG unit.mysql/0.install libstdc++-4.8-dev libtsan0 linux-libc-dev make manpages-dev unit-mysql-0: 21:11:35 DEBUG unit.mysql/0.install python-chardet-whl python-colorama python-colorama-whl python-distlib unit-mysql-0: 21:11:35 DEBUG unit.mysql/0.install python-distlib-whl python-html5lib python-html5lib-whl python-pip unit-mysql-0: 21:11:35 DEBUG unit.mysql/0.install python-pip-whl python-requests-whl python-setuptools python-setuptools-whl unit-mysql-0: 21:11:35 DEBUG unit.mysql/0.install python-six-whl python-urllib3-whl python-wheel python3-pkg-resources unit-mysql-0: 21:11:35 DEBUG unit.mysql/0.install 0 upgraded, 50 newly installed, 0 to remove and 2 not upgraded. unit-mysql-0: 21:11:35 DEBUG unit.mysql/0.install Need to get 41.1 MB of archives. unit-mysql-0: 21:11:35 DEBUG unit.mysql/0.install After this operation, 120 MB of additional disk space will be used. unit-mysql-0: 21:11:35 DEBUG unit.mysql/0.install WARNING: The following packages cannot be authenticated! unit-mysql-0: 21:11:35 DEBUG unit.mysql/0.install libasan0 libatomic1 libgomp1 libitm1 libquadmath0 libtsan0 binutils unit-mysql-0: 21:11:35 DEBUG unit.mysql/0.install libc-dev-bin linux-libc-dev libc6-dev cpp-4.8 libgcc-4.8-dev gcc-4.8 unit-mysql-0: 21:11:35 DEBUG unit.mysql/0.install libstdc++-4.8-dev g++-4.8 libdpkg-perl dpkg-dev python3-pkg-resources unit-mysql-0: 21:11:35 DEBUG unit.mysql/0.install python-chardet-whl python-colorama python-colorama-whl python-distlib unit-mysql-0: 21:11:35 DEBUG unit.mysql/0.install python-distlib-whl python-html5lib python-html5lib-whl python-six-whl unit-mysql-0: 21:11:35 DEBUG unit.mysql/0.install python-urllib3-whl python-requests-whl python-setuptools-whl python-pip-whl unit-mysql-0: 21:11:35 DEBUG unit.mysql/0.install python-setuptools python-pip python-wheel unit-mysql-0: 21:11:35 DEBUG unit.mysql/0.install E: There are problems and -y was used without --force-yes unit-mysql-0: 21:11:35 DEBUG unit.mysql/0.install Reading package lists... unit-mysql-0: 21:11:36 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 21:11:36 DEBUG unit.mysql/0.install Reading state information... unit-mysql-0: 21:11:36 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 21:11:36 DEBUG unit.mysql/0.install python-dnspython unit-oai-hss-0: 21:12:07 DEBUG unit.oai-hss/0.install Err http://archive.ubuntu.com/ubuntu/ trusty/main liberror-perl all 0.17-1.1 unit-oai-hss-0: 21:12:07 DEBUG unit.oai-hss/0.install Could not resolve 'archive.ubuntu.com' unit-oai-hss-0: 21:12:07 DEBUG unit.oai-hss/0.install Err http://archive.ubuntu.com/ubuntu/ trusty-updates/main git-man all 1:1.9.1-1ubuntu0.8 unit-oai-hss-0: 21:12:07 DEBUG unit.oai-hss/0.install Could not resolve 'archive.ubuntu.com' unit-oai-epc-0: 21:12:11 DEBUG juju.worker.uniter.remotestate retry hook timer triggered unit-oai-epc-0: 21:12:11 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-oai-epc-0: 21:12:11 DEBUG juju.worker.uniter.operation running operation run install hook unit-oai-epc-0: 21:12:11 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-epc-0: 21:12:11 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-epc-0: 21:12:11 DEBUG juju.worker.uniter.operation preparing operation "run install hook" unit-oai-epc-0: 21:12:11 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-oai-epc-0: 21:12:11 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook unit-oai-epc-0: 21:12:11 DEBUG unit.oai-epc/0.install + export DEBIAN_FRONTEND=noninteractive unit-oai-epc-0: 21:12:11 DEBUG unit.oai-epc/0.install + DEBIAN_FRONTEND=noninteractive unit-oai-epc-0: 21:12:11 DEBUG unit.oai-epc/0.install + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 21:12:11 DEBUG unit.oai-epc/0.install ++ validated_mme_public_ip=0 unit-oai-epc-0: 21:12:11 DEBUG unit.oai-epc/0.install + set_env_paths unit-oai-epc-0: 21:12:11 DEBUG unit.oai-epc/0.install + openair_path=/srv/openair-cn unit-oai-epc-0: 21:12:11 DEBUG unit.oai-epc/0.install + build_path=/srv/openair-cn/BUILD unit-oai-epc-0: 21:12:11 DEBUG unit.oai-epc/0.install + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-epc-0: 21:12:11 DEBUG unit.oai-epc/0.install + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-epc-0: 21:12:11 DEBUG unit.oai-epc/0.install + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-epc-0: 21:12:11 DEBUG unit.oai-epc/0.install + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-epc-0: 21:12:11 DEBUG unit.oai-epc/0.install + epc_conf_path=/usr/local/etc/oai unit-oai-epc-0: 21:12:11 DEBUG unit.oai-epc/0.install + epc_exec_name=mme_gw unit-oai-epc-0: 21:12:11 DEBUG unit.oai-epc/0.install + open-port 2152/udp unit-oai-epc-0: 21:12:11 DEBUG worker.uniter.jujuc running hook tool "open-port" unit-oai-epc-0: 21:12:11 DEBUG unit.oai-epc/0.install ++ config-get branch unit-oai-epc-0: 21:12:11 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 21:12:11 DEBUG unit.oai-epc/0.install + branch=v0.3.2-branch unit-oai-epc-0: 21:12:11 DEBUG unit.oai-epc/0.install ++ config-get revision unit-oai-epc-0: 21:12:11 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 21:12:11 DEBUG unit.oai-epc/0.install + revision=HEAD unit-oai-epc-0: 21:12:11 DEBUG unit.oai-epc/0.install + echo v0.3.2-branch unit-oai-epc-0: 21:12:11 DEBUG unit.oai-epc/0.install + echo HEAD unit-oai-epc-0: 21:12:11 DEBUG unit.oai-epc/0.install + update_hostname unit-oai-epc-0: 21:12:11 DEBUG unit.oai-epc/0.install ++ sed 's|/|-|' unit-oai-epc-0: 21:12:11 DEBUG unit.oai-epc/0.install ++ echo oai-epc/0 unit-oai-epc-0: 21:12:11 DEBUG unit.oai-epc/0.install + HOSTNAME=oai-epc-0 unit-oai-epc-0: 21:12:11 DEBUG unit.oai-epc/0.install + echo oai-epc-0 unit-oai-epc-0: 21:12:11 DEBUG unit.oai-epc/0.install + hostname oai-epc-0 unit-oai-epc-0: 21:12:11 DEBUG unit.oai-epc/0.install ++ hostname unit-oai-epc-0: 21:12:11 DEBUG unit.oai-epc/0.install + echo '127.0.0.1 oai-epc-0' unit-oai-epc-0: 21:12:11 DEBUG unit.oai-epc/0.install + install_packages unit-oai-epc-0: 21:12:11 DEBUG unit.oai-epc/0.install ++ grep -c install unit-oai-epc-0: 21:12:11 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections git unit-oai-epc-0: 21:12:11 DEBUG unit.oai-epc/0.install + gitAlreadyInstalled=0 unit-oai-epc-0: 21:12:11 DEBUG unit.oai-epc/0.install + true unit-oai-epc-0: 21:12:11 DEBUG unit.oai-epc/0.install + '[' '!' 0 -eq 1 ']' unit-oai-epc-0: 21:12:11 DEBUG unit.oai-epc/0.install + apt-get install -y --force-yes git unit-oai-epc-0: 21:12:11 DEBUG unit.oai-epc/0.install Reading package lists... unit-oai-epc-0: 21:12:11 DEBUG unit.oai-epc/0.install Building dependency tree... unit-oai-epc-0: 21:12:11 DEBUG unit.oai-epc/0.install Reading state information... unit-oai-epc-0: 21:12:11 DEBUG unit.oai-epc/0.install The following extra packages will be installed: unit-oai-epc-0: 21:12:11 DEBUG unit.oai-epc/0.install git-man liberror-perl unit-oai-epc-0: 21:12:11 DEBUG unit.oai-epc/0.install Suggested packages: unit-oai-epc-0: 21:12:11 DEBUG unit.oai-epc/0.install git-daemon-run git-daemon-sysvinit git-doc git-el git-email git-gui gitk unit-oai-epc-0: 21:12:11 DEBUG unit.oai-epc/0.install gitweb git-arch git-bzr git-cvs git-mediawiki git-svn unit-oai-epc-0: 21:12:11 DEBUG unit.oai-epc/0.install The following NEW packages will be installed: unit-oai-epc-0: 21:12:11 DEBUG unit.oai-epc/0.install git git-man liberror-perl unit-oai-epc-0: 21:12:11 DEBUG unit.oai-epc/0.install 0 upgraded, 3 newly installed, 0 to remove and 2 not upgraded. unit-oai-epc-0: 21:12:11 DEBUG unit.oai-epc/0.install Need to get 3394 kB of archives. unit-oai-epc-0: 21:12:11 DEBUG unit.oai-epc/0.install After this operation, 22.0 MB of additional disk space will be used. unit-oai-epc-0: 21:12:11 DEBUG unit.oai-epc/0.install WARNING: The following packages cannot be authenticated! unit-oai-epc-0: 21:12:11 DEBUG unit.oai-epc/0.install git-man git unit-mysql-0: 21:12:16 DEBUG unit.mysql/0.install 0 upgraded, 1 newly installed, 0 to remove and 2 not upgraded. unit-mysql-0: 21:12:16 DEBUG unit.mysql/0.install Need to get 83.1 kB of archives. unit-mysql-0: 21:12:16 DEBUG unit.mysql/0.install After this operation, 545 kB of additional disk space will be used. unit-mysql-0: 21:12:16 DEBUG unit.mysql/0.install Err http://archive.ubuntu.com/ubuntu/ trusty/main python-dnspython all 1.11.1-1build1 unit-mysql-0: 21:12:16 DEBUG unit.mysql/0.install Could not resolve 'archive.ubuntu.com' unit-mysql-0: 21:12:16 DEBUG unit.mysql/0.install E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/d/dnspython/python-dnspython_1.11.1-1build1_all.deb Could not resolve 'archive.ubuntu.com' unit-mysql-0: 21:12:16 DEBUG unit.mysql/0.install unit-mysql-0: 21:12:16 DEBUG unit.mysql/0.install E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? unit-mysql-0: 21:12:16 DEBUG unit.mysql/0.install Traceback (most recent call last): unit-mysql-0: 21:12:16 DEBUG unit.mysql/0.install File "/var/lib/juju/agents/unit-mysql-0/charm/hooks/install.real", line 6, in unit-mysql-0: 21:12:16 DEBUG unit.mysql/0.install import lib.utils as utils unit-mysql-0: 21:12:16 DEBUG unit.mysql/0.install File "/var/lib/juju/agents/unit-mysql-0/charm/hooks/lib/utils.py", line 46, in unit-mysql-0: 21:12:16 DEBUG unit.mysql/0.install install('python-dnspython') unit-mysql-0: 21:12:16 DEBUG unit.mysql/0.install File "/var/lib/juju/agents/unit-mysql-0/charm/hooks/lib/utils.py", line 41, in install unit-mysql-0: 21:12:16 DEBUG unit.mysql/0.install subprocess.check_call(cmd) unit-mysql-0: 21:12:16 DEBUG unit.mysql/0.install File "/usr/lib/python2.7/subprocess.py", line 540, in check_call unit-mysql-0: 21:12:16 DEBUG unit.mysql/0.install raise CalledProcessError(retcode, cmd) unit-mysql-0: 21:12:16 DEBUG unit.mysql/0.install subprocess.CalledProcessError: Command '['apt-get', '-y', 'install', 'python-dnspython']' returned non-zero exit status 100 unit-mysql-0: 21:12:16 ERROR juju.worker.uniter.operation hook "install" failed: exit status 1 unit-mysql-0: 21:12:16 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 21:12:16 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-mysql-0: 21:12:16 DEBUG juju.worker.uniter [AGENT-STATUS] error: hook failed: "install" unit-oai-hss-0: 21:12:47 DEBUG unit.oai-hss/0.install Err http://security.ubuntu.com/ubuntu/ trusty-security/main git-man all 1:1.9.1-1ubuntu0.8 unit-oai-hss-0: 21:12:47 DEBUG unit.oai-hss/0.install Could not resolve 'security.ubuntu.com' unit-oai-hss-0: 21:12:47 DEBUG unit.oai-hss/0.install Err http://security.ubuntu.com/ubuntu/ trusty-security/main git amd64 1:1.9.1-1ubuntu0.8 unit-oai-hss-0: 21:12:47 DEBUG unit.oai-hss/0.install Could not resolve 'security.ubuntu.com' unit-oai-hss-0: 21:12:47 DEBUG unit.oai-hss/0.install E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libe/liberror-perl/liberror-perl_0.17-1.1_all.deb Could not resolve 'archive.ubuntu.com' unit-oai-hss-0: 21:12:47 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 21:12:47 DEBUG unit.oai-hss/0.install E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/g/git/git-man_1.9.1-1ubuntu0.8_all.deb Could not resolve 'security.ubuntu.com' unit-oai-hss-0: 21:12:47 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 21:12:47 DEBUG unit.oai-hss/0.install E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/g/git/git_1.9.1-1ubuntu0.8_amd64.deb Could not resolve 'security.ubuntu.com' unit-oai-hss-0: 21:12:47 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 21:12:47 DEBUG unit.oai-hss/0.install E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? unit-oai-hss-0: 21:12:47 ERROR juju.worker.uniter.operation hook "install" failed: exit status 100 unit-oai-hss-0: 21:12:47 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 21:12:47 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-oai-hss-0: 21:12:47 DEBUG juju.worker.uniter [AGENT-STATUS] error: hook failed: "install" unit-oai-epc-0: 21:12:51 DEBUG unit.oai-epc/0.install Err http://archive.ubuntu.com/ubuntu/ trusty/main liberror-perl all 0.17-1.1 unit-oai-epc-0: 21:12:51 DEBUG unit.oai-epc/0.install Could not resolve 'archive.ubuntu.com' unit-oai-epc-0: 21:12:51 DEBUG unit.oai-epc/0.install Err http://archive.ubuntu.com/ubuntu/ trusty-updates/main git-man all 1:1.9.1-1ubuntu0.8 unit-oai-epc-0: 21:12:51 DEBUG unit.oai-epc/0.install Could not resolve 'archive.ubuntu.com' unit-oai-hss-0: 21:13:28 DEBUG juju.worker.uniter.remotestate retry hook timer triggered unit-oai-hss-0: 21:13:28 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-oai-hss-0: 21:13:28 DEBUG juju.worker.uniter.operation running operation run install hook unit-oai-hss-0: 21:13:28 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-hss-0: 21:13:28 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-hss-0: 21:13:28 DEBUG juju.worker.uniter.operation preparing operation "run install hook" unit-oai-hss-0: 21:13:28 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-oai-hss-0: 21:13:28 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook unit-oai-hss-0: 21:13:28 DEBUG unit.oai-hss/0.install + export DEBIAN_FRONTEND=noninteractive unit-oai-hss-0: 21:13:28 DEBUG unit.oai-hss/0.install + DEBIAN_FRONTEND=noninteractive unit-oai-hss-0: 21:13:28 DEBUG unit.oai-hss/0.install + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 21:13:28 DEBUG unit.oai-hss/0.install + export juju=set unit-oai-hss-0: 21:13:28 DEBUG unit.oai-hss/0.install + juju=set unit-oai-hss-0: 21:13:28 DEBUG unit.oai-hss/0.install + set_env_paths unit-oai-hss-0: 21:13:28 DEBUG unit.oai-hss/0.install + openair_path=/srv/openair-cn unit-oai-hss-0: 21:13:28 DEBUG unit.oai-hss/0.install + build_path=/srv/openair-cn/BUILD unit-oai-hss-0: 21:13:28 DEBUG unit.oai-hss/0.install + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-hss-0: 21:13:28 DEBUG unit.oai-hss/0.install + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-hss-0: 21:13:28 DEBUG unit.oai-hss/0.install + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 21:13:28 DEBUG unit.oai-hss/0.install + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-hss-0: 21:13:28 DEBUG unit.oai-hss/0.install + hss_conf=/usr/local/etc/oai unit-oai-hss-0: 21:13:28 DEBUG unit.oai-hss/0.install + hss_exec_name=oai_hss unit-oai-hss-0: 21:13:28 DEBUG unit.oai-hss/0.install ++ config-get branch unit-oai-hss-0: 21:13:28 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 21:13:28 DEBUG unit.oai-hss/0.install + branch=v0.3.2-branch unit-oai-hss-0: 21:13:28 DEBUG unit.oai-hss/0.install ++ config-get revision unit-oai-hss-0: 21:13:28 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 21:13:28 DEBUG unit.oai-hss/0.install + revision=HEAD unit-oai-hss-0: 21:13:28 DEBUG unit.oai-hss/0.install + echo v0.3.2-branch unit-oai-hss-0: 21:13:28 DEBUG unit.oai-hss/0.install + echo HEAD unit-oai-hss-0: 21:13:28 DEBUG unit.oai-hss/0.install + update_hostname unit-oai-hss-0: 21:13:28 DEBUG unit.oai-hss/0.install ++ sed 's|/|-|' unit-oai-hss-0: 21:13:28 DEBUG unit.oai-hss/0.install ++ echo oai-hss/0 unit-oai-hss-0: 21:13:28 DEBUG unit.oai-hss/0.install + HOSTNAME=oai-hss-0 unit-oai-hss-0: 21:13:28 DEBUG unit.oai-hss/0.install + echo oai-hss-0 unit-oai-hss-0: 21:13:28 DEBUG unit.oai-hss/0.install + hostname oai-hss-0 unit-oai-hss-0: 21:13:28 DEBUG unit.oai-hss/0.install ++ hostname unit-oai-hss-0: 21:13:28 DEBUG unit.oai-hss/0.install + echo '127.0.0.1 oai-hss-0' unit-oai-hss-0: 21:13:28 DEBUG unit.oai-hss/0.install + install_packages unit-oai-hss-0: 21:13:28 DEBUG unit.oai-hss/0.install + status-set maintenance 'Installing some dependencies' unit-oai-hss-0: 21:13:28 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 21:13:28 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 21:13:28 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections git unit-oai-hss-0: 21:13:28 DEBUG unit.oai-hss/0.install + gitAlreadyInstalled=0 unit-oai-hss-0: 21:13:28 DEBUG unit.oai-hss/0.install + true unit-oai-hss-0: 21:13:28 DEBUG unit.oai-hss/0.install + '[' '!' 0 -eq 1 ']' unit-oai-hss-0: 21:13:28 DEBUG unit.oai-hss/0.install + apt-get install -y --force-yes git unit-oai-hss-0: 21:13:28 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 21:13:28 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 21:13:28 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 21:13:28 DEBUG unit.oai-hss/0.install The following extra packages will be installed: unit-oai-hss-0: 21:13:28 DEBUG unit.oai-hss/0.install git-man liberror-perl unit-oai-hss-0: 21:13:28 DEBUG unit.oai-hss/0.install Suggested packages: unit-oai-hss-0: 21:13:28 DEBUG unit.oai-hss/0.install git-daemon-run git-daemon-sysvinit git-doc git-el git-email git-gui gitk unit-oai-hss-0: 21:13:28 DEBUG unit.oai-hss/0.install gitweb git-arch git-bzr git-cvs git-mediawiki git-svn unit-oai-hss-0: 21:13:28 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 21:13:28 DEBUG unit.oai-hss/0.install git git-man liberror-perl unit-oai-hss-0: 21:13:28 DEBUG unit.oai-hss/0.install 0 upgraded, 3 newly installed, 0 to remove and 2 not upgraded. unit-oai-hss-0: 21:13:28 DEBUG unit.oai-hss/0.install Need to get 3394 kB of archives. unit-oai-hss-0: 21:13:28 DEBUG unit.oai-hss/0.install After this operation, 22.0 MB of additional disk space will be used. unit-oai-hss-0: 21:13:28 DEBUG unit.oai-hss/0.install WARNING: The following packages cannot be authenticated! unit-oai-hss-0: 21:13:28 DEBUG unit.oai-hss/0.install git-man git unit-oai-epc-0: 21:13:31 DEBUG unit.oai-epc/0.install Err http://security.ubuntu.com/ubuntu/ trusty-security/main git-man all 1:1.9.1-1ubuntu0.8 unit-oai-epc-0: 21:13:31 DEBUG unit.oai-epc/0.install Could not resolve 'security.ubuntu.com' unit-oai-epc-0: 21:13:31 DEBUG unit.oai-epc/0.install Err http://security.ubuntu.com/ubuntu/ trusty-security/main git amd64 1:1.9.1-1ubuntu0.8 unit-oai-epc-0: 21:13:31 DEBUG unit.oai-epc/0.install Could not resolve 'security.ubuntu.com' unit-oai-epc-0: 21:13:31 DEBUG unit.oai-epc/0.install E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libe/liberror-perl/liberror-perl_0.17-1.1_all.deb Could not resolve 'archive.ubuntu.com' unit-oai-epc-0: 21:13:31 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 21:13:31 DEBUG unit.oai-epc/0.install E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/g/git/git-man_1.9.1-1ubuntu0.8_all.deb Could not resolve 'security.ubuntu.com' unit-oai-epc-0: 21:13:31 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 21:13:31 DEBUG unit.oai-epc/0.install E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/g/git/git_1.9.1-1ubuntu0.8_amd64.deb Could not resolve 'security.ubuntu.com' unit-oai-epc-0: 21:13:31 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 21:13:31 DEBUG unit.oai-epc/0.install E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? unit-oai-epc-0: 21:13:31 ERROR juju.worker.uniter.operation hook "install" failed: exit status 100 unit-oai-epc-0: 21:13:31 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 21:13:31 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-oai-epc-0: 21:13:31 DEBUG juju.worker.uniter [AGENT-STATUS] error: hook failed: "install" unit-mysql-0: 21:13:41 DEBUG juju.worker.uniter.remotestate retry hook timer triggered unit-mysql-0: 21:13:41 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-mysql-0: 21:13:41 DEBUG juju.worker.uniter.operation running operation run install hook unit-mysql-0: 21:13:41 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-mysql-0: 21:13:41 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-mysql-0: 21:13:41 DEBUG juju.worker.uniter.operation preparing operation "run install hook" unit-mysql-0: 21:13:42 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-mysql-0: 21:13:42 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook unit-mysql-0: 21:13:42 DEBUG unit.mysql/0.install dpkg-query: package 'python-netaddr' is not installed and no information is available unit-mysql-0: 21:13:42 DEBUG unit.mysql/0.install Use dpkg --info (= dpkg-deb --info) to examine archive files, unit-mysql-0: 21:13:42 DEBUG unit.mysql/0.install and dpkg --contents (= dpkg-deb --contents) to list their contents. unit-mysql-0: 21:13:42 DEBUG unit.mysql/0.install Reading package lists... unit-mysql-0: 21:13:42 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 21:13:42 DEBUG unit.mysql/0.install Reading state information... unit-mysql-0: 21:13:42 DEBUG unit.mysql/0.install Suggested packages: unit-mysql-0: 21:13:42 DEBUG unit.mysql/0.install ipython python-netaddr-docs unit-mysql-0: 21:13:42 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 21:13:42 DEBUG unit.mysql/0.install python-netaddr unit-mysql-0: 21:13:42 DEBUG unit.mysql/0.install 0 upgraded, 1 newly installed, 0 to remove and 2 not upgraded. unit-mysql-0: 21:13:42 DEBUG unit.mysql/0.install Need to get 849 kB of archives. unit-mysql-0: 21:13:42 DEBUG unit.mysql/0.install After this operation, 4216 kB of additional disk space will be used. unit-mysql-0: 21:13:42 DEBUG unit.mysql/0.install WARNING: The following packages cannot be authenticated! unit-mysql-0: 21:13:42 DEBUG unit.mysql/0.install python-netaddr unit-mysql-0: 21:13:42 DEBUG unit.mysql/0.install E: There are problems and -y was used without --force-yes unit-mysql-0: 21:13:42 DEBUG unit.mysql/0.install dpkg-query: package 'python-netifaces' is not installed and no information is available unit-mysql-0: 21:13:42 DEBUG unit.mysql/0.install Use dpkg --info (= dpkg-deb --info) to examine archive files, unit-mysql-0: 21:13:42 DEBUG unit.mysql/0.install and dpkg --contents (= dpkg-deb --contents) to list their contents. unit-mysql-0: 21:13:42 DEBUG unit.mysql/0.install Reading package lists... unit-mysql-0: 21:13:43 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 21:13:43 DEBUG unit.mysql/0.install Reading state information... unit-mysql-0: 21:13:43 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 21:13:43 DEBUG unit.mysql/0.install python-netifaces unit-oai-hss-0: 21:14:09 DEBUG unit.oai-hss/0.install Err http://archive.ubuntu.com/ubuntu/ trusty/main liberror-perl all 0.17-1.1 unit-oai-hss-0: 21:14:09 DEBUG unit.oai-hss/0.install Could not resolve 'archive.ubuntu.com' unit-oai-hss-0: 21:14:09 DEBUG unit.oai-hss/0.install Err http://archive.ubuntu.com/ubuntu/ trusty-updates/main git-man all 1:1.9.1-1ubuntu0.8 unit-oai-hss-0: 21:14:09 DEBUG unit.oai-hss/0.install Could not resolve 'archive.ubuntu.com' unit-mysql-0: 21:14:23 DEBUG unit.mysql/0.install 0 upgraded, 1 newly installed, 0 to remove and 2 not upgraded. unit-mysql-0: 21:14:23 DEBUG unit.mysql/0.install Need to get 11.3 kB of archives. unit-mysql-0: 21:14:23 DEBUG unit.mysql/0.install After this operation, 63.5 kB of additional disk space will be used. unit-mysql-0: 21:14:23 DEBUG unit.mysql/0.install Err http://archive.ubuntu.com/ubuntu/ trusty/main python-netifaces amd64 0.8-3build1 unit-mysql-0: 21:14:23 DEBUG unit.mysql/0.install Could not resolve 'archive.ubuntu.com' unit-mysql-0: 21:14:23 DEBUG unit.mysql/0.install E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/n/netifaces/python-netifaces_0.8-3build1_amd64.deb Could not resolve 'archive.ubuntu.com' unit-mysql-0: 21:14:23 DEBUG unit.mysql/0.install unit-mysql-0: 21:14:23 DEBUG unit.mysql/0.install E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? unit-mysql-0: 21:14:23 DEBUG unit.mysql/0.install dpkg-query: package 'python-pip' is not installed and no information is available unit-mysql-0: 21:14:23 DEBUG unit.mysql/0.install Use dpkg --info (= dpkg-deb --info) to examine archive files, unit-mysql-0: 21:14:23 DEBUG unit.mysql/0.install and dpkg --contents (= dpkg-deb --contents) to list their contents. unit-mysql-0: 21:14:23 DEBUG unit.mysql/0.install Reading package lists... unit-mysql-0: 21:14:23 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 21:14:23 DEBUG unit.mysql/0.install Reading state information... unit-mysql-0: 21:14:23 DEBUG unit.mysql/0.install The following extra packages will be installed: unit-mysql-0: 21:14:23 DEBUG unit.mysql/0.install binutils build-essential cpp cpp-4.8 dpkg-dev fakeroot g++ g++-4.8 gcc unit-mysql-0: 21:14:23 DEBUG unit.mysql/0.install gcc-4.8 libalgorithm-diff-perl libalgorithm-diff-xs-perl unit-mysql-0: 21:14:23 DEBUG unit.mysql/0.install libalgorithm-merge-perl libasan0 libatomic1 libc-dev-bin libc6-dev unit-mysql-0: 21:14:23 DEBUG unit.mysql/0.install libcloog-isl4 libdpkg-perl libfakeroot libfile-fcntllock-perl libgcc-4.8-dev unit-mysql-0: 21:14:23 DEBUG unit.mysql/0.install libgmp10 libgomp1 libisl10 libitm1 libmpc3 libmpfr4 libquadmath0 unit-mysql-0: 21:14:23 DEBUG unit.mysql/0.install libstdc++-4.8-dev libtsan0 linux-libc-dev make manpages-dev unit-mysql-0: 21:14:23 DEBUG unit.mysql/0.install python-chardet-whl python-colorama python-colorama-whl python-distlib unit-mysql-0: 21:14:23 DEBUG unit.mysql/0.install python-distlib-whl python-html5lib python-html5lib-whl python-pip-whl unit-mysql-0: 21:14:23 DEBUG unit.mysql/0.install python-requests-whl python-setuptools python-setuptools-whl python-six-whl unit-mysql-0: 21:14:23 DEBUG unit.mysql/0.install python-urllib3-whl python-wheel python3-pkg-resources unit-mysql-0: 21:14:23 DEBUG unit.mysql/0.install Suggested packages: unit-mysql-0: 21:14:23 DEBUG unit.mysql/0.install binutils-doc cpp-doc gcc-4.8-locales debian-keyring g++-multilib unit-mysql-0: 21:14:23 DEBUG unit.mysql/0.install g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib autoconf unit-mysql-0: 21:14:23 DEBUG unit.mysql/0.install automake1.9 libtool flex bison gdb gcc-doc gcc-4.8-multilib libgcc1-dbg unit-mysql-0: 21:14:23 DEBUG unit.mysql/0.install libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg unit-mysql-0: 21:14:23 DEBUG unit.mysql/0.install libquadmath0-dbg glibc-doc libstdc++-4.8-doc make-doc python-genshi unit-mysql-0: 21:14:23 DEBUG unit.mysql/0.install python-lxml python3-setuptools unit-mysql-0: 21:14:23 DEBUG unit.mysql/0.install Recommended packages: unit-mysql-0: 21:14:23 DEBUG unit.mysql/0.install python-dev-all unit-mysql-0: 21:14:23 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 21:14:23 DEBUG unit.mysql/0.install binutils build-essential cpp cpp-4.8 dpkg-dev fakeroot g++ g++-4.8 gcc unit-mysql-0: 21:14:23 DEBUG unit.mysql/0.install gcc-4.8 libalgorithm-diff-perl libalgorithm-diff-xs-perl unit-mysql-0: 21:14:23 DEBUG unit.mysql/0.install libalgorithm-merge-perl libasan0 libatomic1 libc-dev-bin libc6-dev unit-mysql-0: 21:14:23 DEBUG unit.mysql/0.install libcloog-isl4 libdpkg-perl libfakeroot libfile-fcntllock-perl libgcc-4.8-dev unit-mysql-0: 21:14:23 DEBUG unit.mysql/0.install libgmp10 libgomp1 libisl10 libitm1 libmpc3 libmpfr4 libquadmath0 unit-mysql-0: 21:14:23 DEBUG unit.mysql/0.install libstdc++-4.8-dev libtsan0 linux-libc-dev make manpages-dev unit-mysql-0: 21:14:23 DEBUG unit.mysql/0.install python-chardet-whl python-colorama python-colorama-whl python-distlib unit-mysql-0: 21:14:23 DEBUG unit.mysql/0.install python-distlib-whl python-html5lib python-html5lib-whl python-pip unit-mysql-0: 21:14:23 DEBUG unit.mysql/0.install python-pip-whl python-requests-whl python-setuptools python-setuptools-whl unit-mysql-0: 21:14:23 DEBUG unit.mysql/0.install python-six-whl python-urllib3-whl python-wheel python3-pkg-resources unit-mysql-0: 21:14:23 DEBUG unit.mysql/0.install 0 upgraded, 50 newly installed, 0 to remove and 2 not upgraded. unit-mysql-0: 21:14:23 DEBUG unit.mysql/0.install Need to get 41.1 MB of archives. unit-mysql-0: 21:14:23 DEBUG unit.mysql/0.install After this operation, 120 MB of additional disk space will be used. unit-mysql-0: 21:14:23 DEBUG unit.mysql/0.install WARNING: The following packages cannot be authenticated! unit-mysql-0: 21:14:23 DEBUG unit.mysql/0.install libasan0 libatomic1 libgomp1 libitm1 libquadmath0 libtsan0 binutils unit-mysql-0: 21:14:23 DEBUG unit.mysql/0.install libc-dev-bin linux-libc-dev libc6-dev cpp-4.8 libgcc-4.8-dev gcc-4.8 unit-mysql-0: 21:14:23 DEBUG unit.mysql/0.install libstdc++-4.8-dev g++-4.8 libdpkg-perl dpkg-dev python3-pkg-resources unit-mysql-0: 21:14:23 DEBUG unit.mysql/0.install python-chardet-whl python-colorama python-colorama-whl python-distlib unit-mysql-0: 21:14:23 DEBUG unit.mysql/0.install python-distlib-whl python-html5lib python-html5lib-whl python-six-whl unit-mysql-0: 21:14:23 DEBUG unit.mysql/0.install python-urllib3-whl python-requests-whl python-setuptools-whl python-pip-whl unit-mysql-0: 21:14:23 DEBUG unit.mysql/0.install python-setuptools python-pip python-wheel unit-mysql-0: 21:14:23 DEBUG unit.mysql/0.install E: There are problems and -y was used without --force-yes unit-mysql-0: 21:14:23 DEBUG unit.mysql/0.install Reading package lists... unit-mysql-0: 21:14:23 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 21:14:23 DEBUG unit.mysql/0.install Reading state information... unit-mysql-0: 21:14:23 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 21:14:23 DEBUG unit.mysql/0.install python-dnspython unit-oai-hss-0: 21:14:49 DEBUG unit.oai-hss/0.install Err http://security.ubuntu.com/ubuntu/ trusty-security/main git-man all 1:1.9.1-1ubuntu0.8 unit-oai-hss-0: 21:14:49 DEBUG unit.oai-hss/0.install Could not resolve 'security.ubuntu.com' unit-oai-hss-0: 21:14:49 DEBUG unit.oai-hss/0.install Err http://security.ubuntu.com/ubuntu/ trusty-security/main git amd64 1:1.9.1-1ubuntu0.8 unit-oai-hss-0: 21:14:49 DEBUG unit.oai-hss/0.install Could not resolve 'security.ubuntu.com' unit-oai-hss-0: 21:14:49 DEBUG unit.oai-hss/0.install E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libe/liberror-perl/liberror-perl_0.17-1.1_all.deb Could not resolve 'archive.ubuntu.com' unit-oai-hss-0: 21:14:49 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 21:14:49 DEBUG unit.oai-hss/0.install E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/g/git/git-man_1.9.1-1ubuntu0.8_all.deb Could not resolve 'security.ubuntu.com' unit-oai-hss-0: 21:14:49 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 21:14:49 DEBUG unit.oai-hss/0.install E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/g/git/git_1.9.1-1ubuntu0.8_amd64.deb Could not resolve 'security.ubuntu.com' unit-oai-hss-0: 21:14:49 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 21:14:49 DEBUG unit.oai-hss/0.install E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? unit-oai-hss-0: 21:14:49 ERROR juju.worker.uniter.operation hook "install" failed: exit status 100 unit-oai-hss-0: 21:14:49 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 21:14:49 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-oai-hss-0: 21:14:49 DEBUG juju.worker.uniter [AGENT-STATUS] error: hook failed: "install" unit-mysql-0: 21:15:03 DEBUG unit.mysql/0.install 0 upgraded, 1 newly installed, 0 to remove and 2 not upgraded. unit-mysql-0: 21:15:03 DEBUG unit.mysql/0.install Need to get 83.1 kB of archives. unit-mysql-0: 21:15:03 DEBUG unit.mysql/0.install After this operation, 545 kB of additional disk space will be used. unit-mysql-0: 21:15:03 DEBUG unit.mysql/0.install Err http://archive.ubuntu.com/ubuntu/ trusty/main python-dnspython all 1.11.1-1build1 unit-mysql-0: 21:15:03 DEBUG unit.mysql/0.install Could not resolve 'archive.ubuntu.com' unit-mysql-0: 21:15:03 DEBUG unit.mysql/0.install E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/d/dnspython/python-dnspython_1.11.1-1build1_all.deb Could not resolve 'archive.ubuntu.com' unit-mysql-0: 21:15:03 DEBUG unit.mysql/0.install unit-mysql-0: 21:15:03 DEBUG unit.mysql/0.install E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? unit-mysql-0: 21:15:03 DEBUG unit.mysql/0.install Traceback (most recent call last): unit-mysql-0: 21:15:03 DEBUG unit.mysql/0.install File "/var/lib/juju/agents/unit-mysql-0/charm/hooks/install.real", line 6, in unit-mysql-0: 21:15:03 DEBUG unit.mysql/0.install import lib.utils as utils unit-mysql-0: 21:15:03 DEBUG unit.mysql/0.install File "/var/lib/juju/agents/unit-mysql-0/charm/hooks/lib/utils.py", line 46, in unit-mysql-0: 21:15:03 DEBUG unit.mysql/0.install install('python-dnspython') unit-mysql-0: 21:15:03 DEBUG unit.mysql/0.install File "/var/lib/juju/agents/unit-mysql-0/charm/hooks/lib/utils.py", line 41, in install unit-mysql-0: 21:15:03 DEBUG unit.mysql/0.install subprocess.check_call(cmd) unit-mysql-0: 21:15:03 DEBUG unit.mysql/0.install File "/usr/lib/python2.7/subprocess.py", line 540, in check_call unit-mysql-0: 21:15:03 DEBUG unit.mysql/0.install raise CalledProcessError(retcode, cmd) unit-mysql-0: 21:15:03 DEBUG unit.mysql/0.install subprocess.CalledProcessError: Command '['apt-get', '-y', 'install', 'python-dnspython']' returned non-zero exit status 100 unit-mysql-0: 21:15:03 ERROR juju.worker.uniter.operation hook "install" failed: exit status 1 unit-mysql-0: 21:15:03 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 21:15:03 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-mysql-0: 21:15:03 DEBUG juju.worker.uniter [AGENT-STATUS] error: hook failed: "install" unit-oai-hss-0: 21:16:10 DEBUG juju.worker.uniter.remotestate retry hook timer triggered unit-oai-hss-0: 21:16:10 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-oai-hss-0: 21:16:10 DEBUG juju.worker.uniter.operation running operation run install hook unit-oai-hss-0: 21:16:10 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-hss-0: 21:16:10 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-hss-0: 21:16:10 DEBUG juju.worker.uniter.operation preparing operation "run install hook" unit-oai-hss-0: 21:16:10 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-oai-hss-0: 21:16:10 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook unit-oai-hss-0: 21:16:10 DEBUG unit.oai-hss/0.install + export DEBIAN_FRONTEND=noninteractive unit-oai-hss-0: 21:16:10 DEBUG unit.oai-hss/0.install + DEBIAN_FRONTEND=noninteractive unit-oai-hss-0: 21:16:10 DEBUG unit.oai-hss/0.install + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 21:16:10 DEBUG unit.oai-hss/0.install + export juju=set unit-oai-hss-0: 21:16:10 DEBUG unit.oai-hss/0.install + juju=set unit-oai-hss-0: 21:16:10 DEBUG unit.oai-hss/0.install + set_env_paths unit-oai-hss-0: 21:16:10 DEBUG unit.oai-hss/0.install + openair_path=/srv/openair-cn unit-oai-hss-0: 21:16:10 DEBUG unit.oai-hss/0.install + build_path=/srv/openair-cn/BUILD unit-oai-hss-0: 21:16:10 DEBUG unit.oai-hss/0.install + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-hss-0: 21:16:10 DEBUG unit.oai-hss/0.install + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-hss-0: 21:16:10 DEBUG unit.oai-hss/0.install + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 21:16:10 DEBUG unit.oai-hss/0.install + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-hss-0: 21:16:10 DEBUG unit.oai-hss/0.install + hss_conf=/usr/local/etc/oai unit-oai-hss-0: 21:16:10 DEBUG unit.oai-hss/0.install + hss_exec_name=oai_hss unit-oai-hss-0: 21:16:10 DEBUG unit.oai-hss/0.install ++ config-get branch unit-oai-hss-0: 21:16:10 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 21:16:10 DEBUG unit.oai-hss/0.install + branch=v0.3.2-branch unit-oai-hss-0: 21:16:10 DEBUG unit.oai-hss/0.install ++ config-get revision unit-oai-hss-0: 21:16:10 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 21:16:10 DEBUG unit.oai-hss/0.install + revision=HEAD unit-oai-hss-0: 21:16:10 DEBUG unit.oai-hss/0.install + echo v0.3.2-branch unit-oai-hss-0: 21:16:10 DEBUG unit.oai-hss/0.install + echo HEAD unit-oai-hss-0: 21:16:10 DEBUG unit.oai-hss/0.install + update_hostname unit-oai-hss-0: 21:16:10 DEBUG unit.oai-hss/0.install ++ sed 's|/|-|' unit-oai-hss-0: 21:16:10 DEBUG unit.oai-hss/0.install ++ echo oai-hss/0 unit-oai-hss-0: 21:16:10 DEBUG unit.oai-hss/0.install + HOSTNAME=oai-hss-0 unit-oai-hss-0: 21:16:10 DEBUG unit.oai-hss/0.install + echo oai-hss-0 unit-oai-hss-0: 21:16:10 DEBUG unit.oai-hss/0.install + hostname oai-hss-0 unit-oai-hss-0: 21:16:10 DEBUG unit.oai-hss/0.install ++ hostname unit-oai-hss-0: 21:16:10 DEBUG unit.oai-hss/0.install + echo '127.0.0.1 oai-hss-0' unit-oai-hss-0: 21:16:10 DEBUG unit.oai-hss/0.install + install_packages unit-oai-hss-0: 21:16:10 DEBUG unit.oai-hss/0.install + status-set maintenance 'Installing some dependencies' unit-oai-hss-0: 21:16:10 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 21:16:10 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 21:16:10 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections git unit-oai-hss-0: 21:16:10 DEBUG unit.oai-hss/0.install + gitAlreadyInstalled=0 unit-oai-hss-0: 21:16:10 DEBUG unit.oai-hss/0.install + true unit-oai-hss-0: 21:16:10 DEBUG unit.oai-hss/0.install + '[' '!' 0 -eq 1 ']' unit-oai-hss-0: 21:16:10 DEBUG unit.oai-hss/0.install + apt-get install -y --force-yes git unit-oai-hss-0: 21:16:10 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 21:16:10 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 21:16:10 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 21:16:10 DEBUG unit.oai-hss/0.install The following extra packages will be installed: unit-oai-hss-0: 21:16:10 DEBUG unit.oai-hss/0.install git-man liberror-perl unit-oai-hss-0: 21:16:10 DEBUG unit.oai-hss/0.install Suggested packages: unit-oai-hss-0: 21:16:10 DEBUG unit.oai-hss/0.install git-daemon-run git-daemon-sysvinit git-doc git-el git-email git-gui gitk unit-oai-hss-0: 21:16:10 DEBUG unit.oai-hss/0.install gitweb git-arch git-bzr git-cvs git-mediawiki git-svn unit-oai-hss-0: 21:16:10 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 21:16:10 DEBUG unit.oai-hss/0.install git git-man liberror-perl unit-oai-hss-0: 21:16:10 DEBUG unit.oai-hss/0.install 0 upgraded, 3 newly installed, 0 to remove and 2 not upgraded. unit-oai-hss-0: 21:16:10 DEBUG unit.oai-hss/0.install Need to get 3394 kB of archives. unit-oai-hss-0: 21:16:10 DEBUG unit.oai-hss/0.install After this operation, 22.0 MB of additional disk space will be used. unit-oai-hss-0: 21:16:10 DEBUG unit.oai-hss/0.install WARNING: The following packages cannot be authenticated! unit-oai-hss-0: 21:16:10 DEBUG unit.oai-hss/0.install git-man git unit-oai-epc-0: 21:16:14 DEBUG juju.worker.uniter.remotestate retry hook timer triggered unit-oai-epc-0: 21:16:14 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-oai-epc-0: 21:16:14 DEBUG juju.worker.uniter.operation running operation run install hook unit-oai-epc-0: 21:16:14 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-epc-0: 21:16:14 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-epc-0: 21:16:14 DEBUG juju.worker.uniter.operation preparing operation "run install hook" unit-oai-epc-0: 21:16:14 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-oai-epc-0: 21:16:14 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook unit-oai-epc-0: 21:16:14 DEBUG unit.oai-epc/0.install + export DEBIAN_FRONTEND=noninteractive unit-oai-epc-0: 21:16:14 DEBUG unit.oai-epc/0.install + DEBIAN_FRONTEND=noninteractive unit-oai-epc-0: 21:16:14 DEBUG unit.oai-epc/0.install + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 21:16:14 DEBUG unit.oai-epc/0.install ++ validated_mme_public_ip=0 unit-oai-epc-0: 21:16:14 DEBUG unit.oai-epc/0.install + set_env_paths unit-oai-epc-0: 21:16:14 DEBUG unit.oai-epc/0.install + openair_path=/srv/openair-cn unit-oai-epc-0: 21:16:14 DEBUG unit.oai-epc/0.install + build_path=/srv/openair-cn/BUILD unit-oai-epc-0: 21:16:14 DEBUG unit.oai-epc/0.install + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-epc-0: 21:16:14 DEBUG unit.oai-epc/0.install + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-epc-0: 21:16:14 DEBUG unit.oai-epc/0.install + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-epc-0: 21:16:14 DEBUG unit.oai-epc/0.install + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-epc-0: 21:16:14 DEBUG unit.oai-epc/0.install + epc_conf_path=/usr/local/etc/oai unit-oai-epc-0: 21:16:14 DEBUG unit.oai-epc/0.install + epc_exec_name=mme_gw unit-oai-epc-0: 21:16:14 DEBUG unit.oai-epc/0.install + open-port 2152/udp unit-oai-epc-0: 21:16:14 DEBUG worker.uniter.jujuc running hook tool "open-port" unit-oai-epc-0: 21:16:14 DEBUG unit.oai-epc/0.install ++ config-get branch unit-oai-epc-0: 21:16:14 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 21:16:15 DEBUG unit.oai-epc/0.install + branch=v0.3.2-branch unit-oai-epc-0: 21:16:15 DEBUG unit.oai-epc/0.install ++ config-get revision unit-oai-epc-0: 21:16:15 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 21:16:15 DEBUG unit.oai-epc/0.install + revision=HEAD unit-oai-epc-0: 21:16:15 DEBUG unit.oai-epc/0.install + echo v0.3.2-branch unit-oai-epc-0: 21:16:15 DEBUG unit.oai-epc/0.install + echo HEAD unit-oai-epc-0: 21:16:15 DEBUG unit.oai-epc/0.install + update_hostname unit-oai-epc-0: 21:16:15 DEBUG unit.oai-epc/0.install ++ sed 's|/|-|' unit-oai-epc-0: 21:16:15 DEBUG unit.oai-epc/0.install ++ echo oai-epc/0 unit-oai-epc-0: 21:16:15 DEBUG unit.oai-epc/0.install + HOSTNAME=oai-epc-0 unit-oai-epc-0: 21:16:15 DEBUG unit.oai-epc/0.install + echo oai-epc-0 unit-oai-epc-0: 21:16:15 DEBUG unit.oai-epc/0.install + hostname oai-epc-0 unit-oai-epc-0: 21:16:15 DEBUG unit.oai-epc/0.install ++ hostname unit-oai-epc-0: 21:16:15 DEBUG unit.oai-epc/0.install + echo '127.0.0.1 oai-epc-0' unit-oai-epc-0: 21:16:15 DEBUG unit.oai-epc/0.install + install_packages unit-oai-epc-0: 21:16:15 DEBUG unit.oai-epc/0.install ++ grep -c install unit-oai-epc-0: 21:16:15 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections git unit-oai-epc-0: 21:16:15 DEBUG unit.oai-epc/0.install + gitAlreadyInstalled=0 unit-oai-epc-0: 21:16:15 DEBUG unit.oai-epc/0.install + true unit-oai-epc-0: 21:16:15 DEBUG unit.oai-epc/0.install + '[' '!' 0 -eq 1 ']' unit-oai-epc-0: 21:16:15 DEBUG unit.oai-epc/0.install + apt-get install -y --force-yes git unit-oai-epc-0: 21:16:15 DEBUG unit.oai-epc/0.install Reading package lists... unit-oai-epc-0: 21:16:15 DEBUG unit.oai-epc/0.install Building dependency tree... unit-oai-epc-0: 21:16:15 DEBUG unit.oai-epc/0.install Reading state information... unit-oai-epc-0: 21:16:15 DEBUG unit.oai-epc/0.install The following extra packages will be installed: unit-oai-epc-0: 21:16:15 DEBUG unit.oai-epc/0.install git-man liberror-perl unit-oai-epc-0: 21:16:15 DEBUG unit.oai-epc/0.install Suggested packages: unit-oai-epc-0: 21:16:15 DEBUG unit.oai-epc/0.install git-daemon-run git-daemon-sysvinit git-doc git-el git-email git-gui gitk unit-oai-epc-0: 21:16:15 DEBUG unit.oai-epc/0.install gitweb git-arch git-bzr git-cvs git-mediawiki git-svn unit-oai-epc-0: 21:16:15 DEBUG unit.oai-epc/0.install The following NEW packages will be installed: unit-oai-epc-0: 21:16:15 DEBUG unit.oai-epc/0.install git git-man liberror-perl unit-oai-epc-0: 21:16:15 DEBUG unit.oai-epc/0.install 0 upgraded, 3 newly installed, 0 to remove and 2 not upgraded. unit-oai-epc-0: 21:16:15 DEBUG unit.oai-epc/0.install Need to get 3394 kB of archives. unit-oai-epc-0: 21:16:15 DEBUG unit.oai-epc/0.install After this operation, 22.0 MB of additional disk space will be used. unit-oai-epc-0: 21:16:15 DEBUG unit.oai-epc/0.install WARNING: The following packages cannot be authenticated! unit-oai-epc-0: 21:16:15 DEBUG unit.oai-epc/0.install git-man git unit-oai-hss-0: 21:16:50 DEBUG unit.oai-hss/0.install Err http://archive.ubuntu.com/ubuntu/ trusty/main liberror-perl all 0.17-1.1 unit-oai-hss-0: 21:16:50 DEBUG unit.oai-hss/0.install Could not resolve 'archive.ubuntu.com' unit-oai-hss-0: 21:16:50 DEBUG unit.oai-hss/0.install Err http://archive.ubuntu.com/ubuntu/ trusty-updates/main git-man all 1:1.9.1-1ubuntu0.8 unit-oai-hss-0: 21:16:50 DEBUG unit.oai-hss/0.install Could not resolve 'archive.ubuntu.com' unit-oai-epc-0: 21:16:55 DEBUG unit.oai-epc/0.install Err http://archive.ubuntu.com/ubuntu/ trusty/main liberror-perl all 0.17-1.1 unit-oai-epc-0: 21:16:55 DEBUG unit.oai-epc/0.install Could not resolve 'archive.ubuntu.com' unit-oai-epc-0: 21:16:55 DEBUG unit.oai-epc/0.install Err http://archive.ubuntu.com/ubuntu/ trusty-updates/main git-man all 1:1.9.1-1ubuntu0.8 unit-oai-epc-0: 21:16:55 DEBUG unit.oai-epc/0.install Could not resolve 'archive.ubuntu.com' unit-oai-hss-0: 21:17:30 DEBUG unit.oai-hss/0.install Err http://security.ubuntu.com/ubuntu/ trusty-security/main git-man all 1:1.9.1-1ubuntu0.8 unit-oai-hss-0: 21:17:30 DEBUG unit.oai-hss/0.install Could not resolve 'security.ubuntu.com' unit-oai-hss-0: 21:17:30 DEBUG unit.oai-hss/0.install Err http://security.ubuntu.com/ubuntu/ trusty-security/main git amd64 1:1.9.1-1ubuntu0.8 unit-oai-hss-0: 21:17:30 DEBUG unit.oai-hss/0.install Could not resolve 'security.ubuntu.com' unit-oai-hss-0: 21:17:30 DEBUG unit.oai-hss/0.install E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libe/liberror-perl/liberror-perl_0.17-1.1_all.deb Could not resolve 'archive.ubuntu.com' unit-oai-hss-0: 21:17:30 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 21:17:30 DEBUG unit.oai-hss/0.install E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/g/git/git-man_1.9.1-1ubuntu0.8_all.deb Could not resolve 'security.ubuntu.com' unit-oai-hss-0: 21:17:30 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 21:17:30 DEBUG unit.oai-hss/0.install E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/g/git/git_1.9.1-1ubuntu0.8_amd64.deb Could not resolve 'security.ubuntu.com' unit-oai-hss-0: 21:17:30 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 21:17:30 DEBUG unit.oai-hss/0.install E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? unit-oai-hss-0: 21:17:30 ERROR juju.worker.uniter.operation hook "install" failed: exit status 100 unit-oai-hss-0: 21:17:30 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 21:17:30 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-oai-hss-0: 21:17:30 DEBUG juju.worker.uniter [AGENT-STATUS] error: hook failed: "install" unit-oai-epc-0: 21:17:35 DEBUG unit.oai-epc/0.install Err http://security.ubuntu.com/ubuntu/ trusty-security/main git-man all 1:1.9.1-1ubuntu0.8 unit-oai-epc-0: 21:17:35 DEBUG unit.oai-epc/0.install Could not resolve 'security.ubuntu.com' unit-oai-epc-0: 21:17:35 DEBUG unit.oai-epc/0.install Err http://security.ubuntu.com/ubuntu/ trusty-security/main git amd64 1:1.9.1-1ubuntu0.8 unit-oai-epc-0: 21:17:35 DEBUG unit.oai-epc/0.install Could not resolve 'security.ubuntu.com' unit-oai-epc-0: 21:17:35 DEBUG unit.oai-epc/0.install E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libe/liberror-perl/liberror-perl_0.17-1.1_all.deb Could not resolve 'archive.ubuntu.com' unit-oai-epc-0: 21:17:35 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 21:17:35 DEBUG unit.oai-epc/0.install E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/g/git/git-man_1.9.1-1ubuntu0.8_all.deb Could not resolve 'security.ubuntu.com' unit-oai-epc-0: 21:17:35 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 21:17:35 DEBUG unit.oai-epc/0.install E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/g/git/git_1.9.1-1ubuntu0.8_amd64.deb Could not resolve 'security.ubuntu.com' unit-oai-epc-0: 21:17:35 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 21:17:35 DEBUG unit.oai-epc/0.install E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? unit-oai-epc-0: 21:17:35 ERROR juju.worker.uniter.operation hook "install" failed: exit status 100 unit-oai-epc-0: 21:17:35 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 21:17:35 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-oai-epc-0: 21:17:35 DEBUG juju.worker.uniter [AGENT-STATUS] error: hook failed: "install" unit-mysql-0: 21:17:57 DEBUG juju.worker.uniter.remotestate retry hook timer triggered unit-mysql-0: 21:17:57 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-mysql-0: 21:17:57 DEBUG juju.worker.uniter.operation running operation run install hook unit-mysql-0: 21:17:57 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-mysql-0: 21:17:57 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-mysql-0: 21:17:57 DEBUG juju.worker.uniter.operation preparing operation "run install hook" unit-mysql-0: 21:17:57 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-mysql-0: 21:17:57 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook unit-mysql-0: 21:17:57 DEBUG unit.mysql/0.install dpkg-query: package 'python-netaddr' is not installed and no information is available unit-mysql-0: 21:17:57 DEBUG unit.mysql/0.install Use dpkg --info (= dpkg-deb --info) to examine archive files, unit-mysql-0: 21:17:57 DEBUG unit.mysql/0.install and dpkg --contents (= dpkg-deb --contents) to list their contents. unit-mysql-0: 21:17:57 DEBUG unit.mysql/0.install Reading package lists... unit-mysql-0: 21:17:57 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 21:17:57 DEBUG unit.mysql/0.install Reading state information... unit-mysql-0: 21:17:57 DEBUG unit.mysql/0.install Suggested packages: unit-mysql-0: 21:17:57 DEBUG unit.mysql/0.install ipython python-netaddr-docs unit-mysql-0: 21:17:57 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 21:17:57 DEBUG unit.mysql/0.install python-netaddr unit-mysql-0: 21:17:57 DEBUG unit.mysql/0.install 0 upgraded, 1 newly installed, 0 to remove and 2 not upgraded. unit-mysql-0: 21:17:57 DEBUG unit.mysql/0.install Need to get 849 kB of archives. unit-mysql-0: 21:17:57 DEBUG unit.mysql/0.install After this operation, 4216 kB of additional disk space will be used. unit-mysql-0: 21:17:57 DEBUG unit.mysql/0.install WARNING: The following packages cannot be authenticated! unit-mysql-0: 21:17:57 DEBUG unit.mysql/0.install python-netaddr unit-mysql-0: 21:17:57 DEBUG unit.mysql/0.install E: There are problems and -y was used without --force-yes unit-mysql-0: 21:17:57 DEBUG unit.mysql/0.install dpkg-query: package 'python-netifaces' is not installed and no information is available unit-mysql-0: 21:17:57 DEBUG unit.mysql/0.install Use dpkg --info (= dpkg-deb --info) to examine archive files, unit-mysql-0: 21:17:57 DEBUG unit.mysql/0.install and dpkg --contents (= dpkg-deb --contents) to list their contents. unit-mysql-0: 21:17:57 DEBUG unit.mysql/0.install Reading package lists... unit-mysql-0: 21:17:58 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 21:17:58 DEBUG unit.mysql/0.install Reading state information... unit-mysql-0: 21:17:58 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 21:17:58 DEBUG unit.mysql/0.install python-netifaces unit-mysql-0: 21:18:38 DEBUG unit.mysql/0.install 0 upgraded, 1 newly installed, 0 to remove and 2 not upgraded. unit-mysql-0: 21:18:38 DEBUG unit.mysql/0.install Need to get 11.3 kB of archives. unit-mysql-0: 21:18:38 DEBUG unit.mysql/0.install After this operation, 63.5 kB of additional disk space will be used. unit-mysql-0: 21:18:38 DEBUG unit.mysql/0.install Err http://archive.ubuntu.com/ubuntu/ trusty/main python-netifaces amd64 0.8-3build1 unit-mysql-0: 21:18:38 DEBUG unit.mysql/0.install Could not resolve 'archive.ubuntu.com' unit-mysql-0: 21:18:38 DEBUG unit.mysql/0.install E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/n/netifaces/python-netifaces_0.8-3build1_amd64.deb Could not resolve 'archive.ubuntu.com' unit-mysql-0: 21:18:38 DEBUG unit.mysql/0.install unit-mysql-0: 21:18:38 DEBUG unit.mysql/0.install E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? unit-mysql-0: 21:18:38 DEBUG unit.mysql/0.install dpkg-query: package 'python-pip' is not installed and no information is available unit-mysql-0: 21:18:38 DEBUG unit.mysql/0.install Use dpkg --info (= dpkg-deb --info) to examine archive files, unit-mysql-0: 21:18:38 DEBUG unit.mysql/0.install and dpkg --contents (= dpkg-deb --contents) to list their contents. unit-mysql-0: 21:18:38 DEBUG unit.mysql/0.install Reading package lists... unit-mysql-0: 21:18:38 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 21:18:38 DEBUG unit.mysql/0.install Reading state information... unit-mysql-0: 21:18:38 DEBUG unit.mysql/0.install The following extra packages will be installed: unit-mysql-0: 21:18:38 DEBUG unit.mysql/0.install binutils build-essential cpp cpp-4.8 dpkg-dev fakeroot g++ g++-4.8 gcc unit-mysql-0: 21:18:38 DEBUG unit.mysql/0.install gcc-4.8 libalgorithm-diff-perl libalgorithm-diff-xs-perl unit-mysql-0: 21:18:38 DEBUG unit.mysql/0.install libalgorithm-merge-perl libasan0 libatomic1 libc-dev-bin libc6-dev unit-mysql-0: 21:18:38 DEBUG unit.mysql/0.install libcloog-isl4 libdpkg-perl libfakeroot libfile-fcntllock-perl libgcc-4.8-dev unit-mysql-0: 21:18:38 DEBUG unit.mysql/0.install libgmp10 libgomp1 libisl10 libitm1 libmpc3 libmpfr4 libquadmath0 unit-mysql-0: 21:18:38 DEBUG unit.mysql/0.install libstdc++-4.8-dev libtsan0 linux-libc-dev make manpages-dev unit-mysql-0: 21:18:38 DEBUG unit.mysql/0.install python-chardet-whl python-colorama python-colorama-whl python-distlib unit-mysql-0: 21:18:38 DEBUG unit.mysql/0.install python-distlib-whl python-html5lib python-html5lib-whl python-pip-whl unit-mysql-0: 21:18:38 DEBUG unit.mysql/0.install python-requests-whl python-setuptools python-setuptools-whl python-six-whl unit-mysql-0: 21:18:38 DEBUG unit.mysql/0.install python-urllib3-whl python-wheel python3-pkg-resources unit-mysql-0: 21:18:38 DEBUG unit.mysql/0.install Suggested packages: unit-mysql-0: 21:18:38 DEBUG unit.mysql/0.install binutils-doc cpp-doc gcc-4.8-locales debian-keyring g++-multilib unit-mysql-0: 21:18:38 DEBUG unit.mysql/0.install g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib autoconf unit-mysql-0: 21:18:38 DEBUG unit.mysql/0.install automake1.9 libtool flex bison gdb gcc-doc gcc-4.8-multilib libgcc1-dbg unit-mysql-0: 21:18:38 DEBUG unit.mysql/0.install libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg unit-mysql-0: 21:18:38 DEBUG unit.mysql/0.install libquadmath0-dbg glibc-doc libstdc++-4.8-doc make-doc python-genshi unit-mysql-0: 21:18:38 DEBUG unit.mysql/0.install python-lxml python3-setuptools unit-mysql-0: 21:18:38 DEBUG unit.mysql/0.install Recommended packages: unit-mysql-0: 21:18:38 DEBUG unit.mysql/0.install python-dev-all unit-mysql-0: 21:18:38 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 21:18:38 DEBUG unit.mysql/0.install binutils build-essential cpp cpp-4.8 dpkg-dev fakeroot g++ g++-4.8 gcc unit-mysql-0: 21:18:38 DEBUG unit.mysql/0.install gcc-4.8 libalgorithm-diff-perl libalgorithm-diff-xs-perl unit-mysql-0: 21:18:38 DEBUG unit.mysql/0.install libalgorithm-merge-perl libasan0 libatomic1 libc-dev-bin libc6-dev unit-mysql-0: 21:18:38 DEBUG unit.mysql/0.install libcloog-isl4 libdpkg-perl libfakeroot libfile-fcntllock-perl libgcc-4.8-dev unit-mysql-0: 21:18:38 DEBUG unit.mysql/0.install libgmp10 libgomp1 libisl10 libitm1 libmpc3 libmpfr4 libquadmath0 unit-mysql-0: 21:18:38 DEBUG unit.mysql/0.install libstdc++-4.8-dev libtsan0 linux-libc-dev make manpages-dev unit-mysql-0: 21:18:38 DEBUG unit.mysql/0.install python-chardet-whl python-colorama python-colorama-whl python-distlib unit-mysql-0: 21:18:38 DEBUG unit.mysql/0.install python-distlib-whl python-html5lib python-html5lib-whl python-pip unit-mysql-0: 21:18:38 DEBUG unit.mysql/0.install python-pip-whl python-requests-whl python-setuptools python-setuptools-whl unit-mysql-0: 21:18:38 DEBUG unit.mysql/0.install python-six-whl python-urllib3-whl python-wheel python3-pkg-resources unit-mysql-0: 21:18:38 DEBUG unit.mysql/0.install 0 upgraded, 50 newly installed, 0 to remove and 2 not upgraded. unit-mysql-0: 21:18:38 DEBUG unit.mysql/0.install Need to get 41.1 MB of archives. unit-mysql-0: 21:18:38 DEBUG unit.mysql/0.install After this operation, 120 MB of additional disk space will be used. unit-mysql-0: 21:18:38 DEBUG unit.mysql/0.install WARNING: The following packages cannot be authenticated! unit-mysql-0: 21:18:38 DEBUG unit.mysql/0.install libasan0 libatomic1 libgomp1 libitm1 libquadmath0 libtsan0 binutils unit-mysql-0: 21:18:38 DEBUG unit.mysql/0.install libc-dev-bin linux-libc-dev libc6-dev cpp-4.8 libgcc-4.8-dev gcc-4.8 unit-mysql-0: 21:18:38 DEBUG unit.mysql/0.install libstdc++-4.8-dev g++-4.8 libdpkg-perl dpkg-dev python3-pkg-resources unit-mysql-0: 21:18:38 DEBUG unit.mysql/0.install python-chardet-whl python-colorama python-colorama-whl python-distlib unit-mysql-0: 21:18:38 DEBUG unit.mysql/0.install python-distlib-whl python-html5lib python-html5lib-whl python-six-whl unit-mysql-0: 21:18:38 DEBUG unit.mysql/0.install python-urllib3-whl python-requests-whl python-setuptools-whl python-pip-whl unit-mysql-0: 21:18:38 DEBUG unit.mysql/0.install python-setuptools python-pip python-wheel unit-mysql-0: 21:18:38 DEBUG unit.mysql/0.install E: There are problems and -y was used without --force-yes unit-mysql-0: 21:18:38 DEBUG unit.mysql/0.install Reading package lists... unit-mysql-0: 21:18:38 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 21:18:38 DEBUG unit.mysql/0.install Reading state information... unit-mysql-0: 21:18:38 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 21:18:38 DEBUG unit.mysql/0.install python-dnspython unit-mysql-0: 21:19:18 DEBUG unit.mysql/0.install 0 upgraded, 1 newly installed, 0 to remove and 2 not upgraded. unit-mysql-0: 21:19:18 DEBUG unit.mysql/0.install Need to get 83.1 kB of archives. unit-mysql-0: 21:19:18 DEBUG unit.mysql/0.install After this operation, 545 kB of additional disk space will be used. unit-mysql-0: 21:19:18 DEBUG unit.mysql/0.install Err http://archive.ubuntu.com/ubuntu/ trusty/main python-dnspython all 1.11.1-1build1 unit-mysql-0: 21:19:18 DEBUG unit.mysql/0.install Could not resolve 'archive.ubuntu.com' unit-mysql-0: 21:19:18 DEBUG unit.mysql/0.install E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/d/dnspython/python-dnspython_1.11.1-1build1_all.deb Could not resolve 'archive.ubuntu.com' unit-mysql-0: 21:19:18 DEBUG unit.mysql/0.install unit-mysql-0: 21:19:18 DEBUG unit.mysql/0.install E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? unit-mysql-0: 21:19:18 DEBUG unit.mysql/0.install Traceback (most recent call last): unit-mysql-0: 21:19:18 DEBUG unit.mysql/0.install File "/var/lib/juju/agents/unit-mysql-0/charm/hooks/install.real", line 6, in unit-mysql-0: 21:19:18 DEBUG unit.mysql/0.install import lib.utils as utils unit-mysql-0: 21:19:18 DEBUG unit.mysql/0.install File "/var/lib/juju/agents/unit-mysql-0/charm/hooks/lib/utils.py", line 46, in unit-mysql-0: 21:19:18 DEBUG unit.mysql/0.install install('python-dnspython') unit-mysql-0: 21:19:18 DEBUG unit.mysql/0.install File "/var/lib/juju/agents/unit-mysql-0/charm/hooks/lib/utils.py", line 41, in install unit-mysql-0: 21:19:18 DEBUG unit.mysql/0.install subprocess.check_call(cmd) unit-mysql-0: 21:19:18 DEBUG unit.mysql/0.install File "/usr/lib/python2.7/subprocess.py", line 540, in check_call unit-mysql-0: 21:19:18 DEBUG unit.mysql/0.install raise CalledProcessError(retcode, cmd) unit-mysql-0: 21:19:18 DEBUG unit.mysql/0.install subprocess.CalledProcessError: Command '['apt-get', '-y', 'install', 'python-dnspython']' returned non-zero exit status 100 unit-mysql-0: 21:19:18 ERROR juju.worker.uniter.operation hook "install" failed: exit status 1 unit-mysql-0: 21:19:18 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 21:19:18 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-mysql-0: 21:19:18 DEBUG juju.worker.uniter [AGENT-STATUS] error: hook failed: "install" unit-oai-hss-0: 21:20:10 DEBUG juju.worker.uniter.remotestate retry hook timer triggered unit-oai-hss-0: 21:20:10 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-oai-hss-0: 21:20:10 DEBUG juju.worker.uniter.operation running operation run install hook unit-oai-hss-0: 21:20:10 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-hss-0: 21:20:10 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-hss-0: 21:20:10 DEBUG juju.worker.uniter.operation preparing operation "run install hook" unit-oai-hss-0: 21:20:10 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-oai-hss-0: 21:20:10 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook unit-oai-hss-0: 21:20:10 DEBUG unit.oai-hss/0.install + export DEBIAN_FRONTEND=noninteractive unit-oai-hss-0: 21:20:10 DEBUG unit.oai-hss/0.install + DEBIAN_FRONTEND=noninteractive unit-oai-hss-0: 21:20:10 DEBUG unit.oai-hss/0.install + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 21:20:10 DEBUG unit.oai-hss/0.install + export juju=set unit-oai-hss-0: 21:20:10 DEBUG unit.oai-hss/0.install + juju=set unit-oai-hss-0: 21:20:10 DEBUG unit.oai-hss/0.install + set_env_paths unit-oai-hss-0: 21:20:10 DEBUG unit.oai-hss/0.install + openair_path=/srv/openair-cn unit-oai-hss-0: 21:20:10 DEBUG unit.oai-hss/0.install + build_path=/srv/openair-cn/BUILD unit-oai-hss-0: 21:20:10 DEBUG unit.oai-hss/0.install + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-hss-0: 21:20:10 DEBUG unit.oai-hss/0.install + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-hss-0: 21:20:10 DEBUG unit.oai-hss/0.install + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 21:20:10 DEBUG unit.oai-hss/0.install + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-hss-0: 21:20:10 DEBUG unit.oai-hss/0.install + hss_conf=/usr/local/etc/oai unit-oai-hss-0: 21:20:10 DEBUG unit.oai-hss/0.install + hss_exec_name=oai_hss unit-oai-hss-0: 21:20:10 DEBUG unit.oai-hss/0.install ++ config-get branch unit-oai-hss-0: 21:20:10 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 21:20:10 DEBUG unit.oai-hss/0.install + branch=v0.3.2-branch unit-oai-hss-0: 21:20:10 DEBUG unit.oai-hss/0.install ++ config-get revision unit-oai-hss-0: 21:20:10 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 21:20:10 DEBUG unit.oai-hss/0.install + revision=HEAD unit-oai-hss-0: 21:20:10 DEBUG unit.oai-hss/0.install + echo v0.3.2-branch unit-oai-hss-0: 21:20:10 DEBUG unit.oai-hss/0.install + echo HEAD unit-oai-hss-0: 21:20:10 DEBUG unit.oai-hss/0.install + update_hostname unit-oai-hss-0: 21:20:10 DEBUG unit.oai-hss/0.install ++ sed 's|/|-|' unit-oai-hss-0: 21:20:10 DEBUG unit.oai-hss/0.install ++ echo oai-hss/0 unit-oai-hss-0: 21:20:10 DEBUG unit.oai-hss/0.install + HOSTNAME=oai-hss-0 unit-oai-hss-0: 21:20:10 DEBUG unit.oai-hss/0.install + echo oai-hss-0 unit-oai-hss-0: 21:20:10 DEBUG unit.oai-hss/0.install + hostname oai-hss-0 unit-oai-hss-0: 21:20:10 DEBUG unit.oai-hss/0.install ++ hostname unit-oai-hss-0: 21:20:10 DEBUG unit.oai-hss/0.install + echo '127.0.0.1 oai-hss-0' unit-oai-hss-0: 21:20:10 DEBUG unit.oai-hss/0.install + install_packages unit-oai-hss-0: 21:20:10 DEBUG unit.oai-hss/0.install + status-set maintenance 'Installing some dependencies' unit-oai-hss-0: 21:20:10 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 21:20:10 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 21:20:10 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections git unit-oai-hss-0: 21:20:10 DEBUG unit.oai-hss/0.install + gitAlreadyInstalled=0 unit-oai-hss-0: 21:20:10 DEBUG unit.oai-hss/0.install + true unit-oai-hss-0: 21:20:10 DEBUG unit.oai-hss/0.install + '[' '!' 0 -eq 1 ']' unit-oai-hss-0: 21:20:10 DEBUG unit.oai-hss/0.install + apt-get install -y --force-yes git unit-oai-hss-0: 21:20:10 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 21:20:10 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 21:20:10 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 21:20:10 DEBUG unit.oai-hss/0.install The following extra packages will be installed: unit-oai-hss-0: 21:20:10 DEBUG unit.oai-hss/0.install git-man liberror-perl unit-oai-hss-0: 21:20:10 DEBUG unit.oai-hss/0.install Suggested packages: unit-oai-hss-0: 21:20:10 DEBUG unit.oai-hss/0.install git-daemon-run git-daemon-sysvinit git-doc git-el git-email git-gui gitk unit-oai-hss-0: 21:20:10 DEBUG unit.oai-hss/0.install gitweb git-arch git-bzr git-cvs git-mediawiki git-svn unit-oai-hss-0: 21:20:10 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 21:20:10 DEBUG unit.oai-hss/0.install git git-man liberror-perl unit-oai-hss-0: 21:20:10 DEBUG unit.oai-hss/0.install 0 upgraded, 3 newly installed, 0 to remove and 2 not upgraded. unit-oai-hss-0: 21:20:10 DEBUG unit.oai-hss/0.install Need to get 3394 kB of archives. unit-oai-hss-0: 21:20:10 DEBUG unit.oai-hss/0.install After this operation, 22.0 MB of additional disk space will be used. unit-oai-hss-0: 21:20:10 DEBUG unit.oai-hss/0.install WARNING: The following packages cannot be authenticated! unit-oai-hss-0: 21:20:10 DEBUG unit.oai-hss/0.install git-man git unit-oai-epc-0: 21:20:19 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-oai-epc-0: 21:20:19 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-oai-hss-0: 21:20:50 DEBUG unit.oai-hss/0.install Err http://archive.ubuntu.com/ubuntu/ trusty/main liberror-perl all 0.17-1.1 unit-oai-hss-0: 21:20:50 DEBUG unit.oai-hss/0.install Could not resolve 'archive.ubuntu.com' unit-oai-hss-0: 21:20:50 DEBUG unit.oai-hss/0.install Err http://archive.ubuntu.com/ubuntu/ trusty-updates/main git-man all 1:1.9.1-1ubuntu0.8 unit-oai-hss-0: 21:20:50 DEBUG unit.oai-hss/0.install Could not resolve 'archive.ubuntu.com' unit-oai-hss-0: 21:21:30 DEBUG unit.oai-hss/0.install Err http://security.ubuntu.com/ubuntu/ trusty-security/main git-man all 1:1.9.1-1ubuntu0.8 unit-oai-hss-0: 21:21:30 DEBUG unit.oai-hss/0.install Could not resolve 'security.ubuntu.com' unit-oai-hss-0: 21:21:30 DEBUG unit.oai-hss/0.install Err http://security.ubuntu.com/ubuntu/ trusty-security/main git amd64 1:1.9.1-1ubuntu0.8 unit-oai-hss-0: 21:21:30 DEBUG unit.oai-hss/0.install Could not resolve 'security.ubuntu.com' unit-oai-hss-0: 21:21:30 DEBUG unit.oai-hss/0.install E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libe/liberror-perl/liberror-perl_0.17-1.1_all.deb Could not resolve 'archive.ubuntu.com' unit-oai-hss-0: 21:21:30 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 21:21:30 DEBUG unit.oai-hss/0.install E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/g/git/git-man_1.9.1-1ubuntu0.8_all.deb Could not resolve 'security.ubuntu.com' unit-oai-hss-0: 21:21:30 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 21:21:30 DEBUG unit.oai-hss/0.install E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/g/git/git_1.9.1-1ubuntu0.8_amd64.deb Could not resolve 'security.ubuntu.com' unit-oai-hss-0: 21:21:30 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 21:21:30 DEBUG unit.oai-hss/0.install E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? unit-oai-hss-0: 21:21:30 ERROR juju.worker.uniter.operation hook "install" failed: exit status 100 unit-oai-hss-0: 21:21:30 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 21:21:30 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-oai-hss-0: 21:21:30 DEBUG juju.worker.uniter [AGENT-STATUS] error: hook failed: "install" unit-oai-epc-0: 21:22:35 DEBUG juju.worker.uniter.remotestate retry hook timer triggered unit-oai-epc-0: 21:22:35 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-oai-epc-0: 21:22:35 DEBUG juju.worker.uniter.operation running operation run install hook unit-oai-epc-0: 21:22:35 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-epc-0: 21:22:35 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-epc-0: 21:22:35 DEBUG juju.worker.uniter.operation preparing operation "run install hook" unit-oai-epc-0: 21:22:35 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-oai-epc-0: 21:22:35 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook unit-oai-epc-0: 21:22:35 DEBUG unit.oai-epc/0.install + export DEBIAN_FRONTEND=noninteractive unit-oai-epc-0: 21:22:35 DEBUG unit.oai-epc/0.install + DEBIAN_FRONTEND=noninteractive unit-oai-epc-0: 21:22:35 DEBUG unit.oai-epc/0.install + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 21:22:35 DEBUG unit.oai-epc/0.install ++ validated_mme_public_ip=0 unit-oai-epc-0: 21:22:35 DEBUG unit.oai-epc/0.install + set_env_paths unit-oai-epc-0: 21:22:35 DEBUG unit.oai-epc/0.install + openair_path=/srv/openair-cn unit-oai-epc-0: 21:22:35 DEBUG unit.oai-epc/0.install + build_path=/srv/openair-cn/BUILD unit-oai-epc-0: 21:22:35 DEBUG unit.oai-epc/0.install + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-epc-0: 21:22:35 DEBUG unit.oai-epc/0.install + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-epc-0: 21:22:35 DEBUG unit.oai-epc/0.install + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-epc-0: 21:22:35 DEBUG unit.oai-epc/0.install + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-epc-0: 21:22:35 DEBUG unit.oai-epc/0.install + epc_conf_path=/usr/local/etc/oai unit-oai-epc-0: 21:22:35 DEBUG unit.oai-epc/0.install + epc_exec_name=mme_gw unit-oai-epc-0: 21:22:35 DEBUG unit.oai-epc/0.install + open-port 2152/udp unit-oai-epc-0: 21:22:35 DEBUG worker.uniter.jujuc running hook tool "open-port" unit-oai-epc-0: 21:22:35 DEBUG unit.oai-epc/0.install ++ config-get branch unit-oai-epc-0: 21:22:35 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 21:22:35 DEBUG unit.oai-epc/0.install + branch=v0.3.2-branch unit-oai-epc-0: 21:22:35 DEBUG unit.oai-epc/0.install ++ config-get revision unit-oai-epc-0: 21:22:35 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 21:22:35 DEBUG unit.oai-epc/0.install + revision=HEAD unit-oai-epc-0: 21:22:35 DEBUG unit.oai-epc/0.install + echo v0.3.2-branch unit-oai-epc-0: 21:22:35 DEBUG unit.oai-epc/0.install + echo HEAD unit-oai-epc-0: 21:22:35 DEBUG unit.oai-epc/0.install + update_hostname unit-oai-epc-0: 21:22:35 DEBUG unit.oai-epc/0.install ++ sed 's|/|-|' unit-oai-epc-0: 21:22:35 DEBUG unit.oai-epc/0.install ++ echo oai-epc/0 unit-oai-epc-0: 21:22:35 DEBUG unit.oai-epc/0.install + HOSTNAME=oai-epc-0 unit-oai-epc-0: 21:22:35 DEBUG unit.oai-epc/0.install + echo oai-epc-0 unit-oai-epc-0: 21:22:35 DEBUG unit.oai-epc/0.install + hostname oai-epc-0 unit-oai-epc-0: 21:22:35 DEBUG unit.oai-epc/0.install ++ hostname unit-oai-epc-0: 21:22:35 DEBUG unit.oai-epc/0.install + echo '127.0.0.1 oai-epc-0' unit-oai-epc-0: 21:22:35 DEBUG unit.oai-epc/0.install + install_packages unit-oai-epc-0: 21:22:35 DEBUG unit.oai-epc/0.install ++ grep -c install unit-oai-epc-0: 21:22:35 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections git unit-oai-epc-0: 21:22:35 DEBUG unit.oai-epc/0.install + gitAlreadyInstalled=0 unit-oai-epc-0: 21:22:35 DEBUG unit.oai-epc/0.install + true unit-oai-epc-0: 21:22:35 DEBUG unit.oai-epc/0.install + '[' '!' 0 -eq 1 ']' unit-oai-epc-0: 21:22:35 DEBUG unit.oai-epc/0.install + apt-get install -y --force-yes git unit-oai-epc-0: 21:22:35 DEBUG unit.oai-epc/0.install Reading package lists... unit-oai-epc-0: 21:22:35 DEBUG unit.oai-epc/0.install Building dependency tree... unit-oai-epc-0: 21:22:35 DEBUG unit.oai-epc/0.install Reading state information... unit-oai-epc-0: 21:22:35 DEBUG unit.oai-epc/0.install The following extra packages will be installed: unit-oai-epc-0: 21:22:35 DEBUG unit.oai-epc/0.install git-man liberror-perl unit-oai-epc-0: 21:22:35 DEBUG unit.oai-epc/0.install Suggested packages: unit-oai-epc-0: 21:22:35 DEBUG unit.oai-epc/0.install git-daemon-run git-daemon-sysvinit git-doc git-el git-email git-gui gitk unit-oai-epc-0: 21:22:35 DEBUG unit.oai-epc/0.install gitweb git-arch git-bzr git-cvs git-mediawiki git-svn unit-oai-epc-0: 21:22:35 DEBUG unit.oai-epc/0.install The following NEW packages will be installed: unit-oai-epc-0: 21:22:35 DEBUG unit.oai-epc/0.install git git-man liberror-perl unit-oai-epc-0: 21:22:35 DEBUG unit.oai-epc/0.install 0 upgraded, 3 newly installed, 0 to remove and 2 not upgraded. unit-oai-epc-0: 21:22:35 DEBUG unit.oai-epc/0.install Need to get 3394 kB of archives. unit-oai-epc-0: 21:22:35 DEBUG unit.oai-epc/0.install After this operation, 22.0 MB of additional disk space will be used. unit-oai-epc-0: 21:22:35 DEBUG unit.oai-epc/0.install WARNING: The following packages cannot be authenticated! unit-oai-epc-0: 21:22:35 DEBUG unit.oai-epc/0.install git-man git unit-oai-epc-0: 21:23:15 DEBUG unit.oai-epc/0.install Err http://archive.ubuntu.com/ubuntu/ trusty/main liberror-perl all 0.17-1.1 unit-oai-epc-0: 21:23:15 DEBUG unit.oai-epc/0.install Could not resolve 'archive.ubuntu.com' unit-oai-epc-0: 21:23:15 DEBUG unit.oai-epc/0.install Err http://archive.ubuntu.com/ubuntu/ trusty-updates/main git-man all 1:1.9.1-1ubuntu0.8 unit-oai-epc-0: 21:23:15 DEBUG unit.oai-epc/0.install Could not resolve 'archive.ubuntu.com' unit-mysql-0: 21:23:38 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-mysql-0: 21:23:38 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-oai-epc-0: 21:23:55 DEBUG unit.oai-epc/0.install Err http://security.ubuntu.com/ubuntu/ trusty-security/main git-man all 1:1.9.1-1ubuntu0.8 unit-oai-epc-0: 21:23:55 DEBUG unit.oai-epc/0.install Could not resolve 'security.ubuntu.com' unit-oai-epc-0: 21:23:55 DEBUG unit.oai-epc/0.install Err http://security.ubuntu.com/ubuntu/ trusty-security/main git amd64 1:1.9.1-1ubuntu0.8 unit-oai-epc-0: 21:23:55 DEBUG unit.oai-epc/0.install Could not resolve 'security.ubuntu.com' unit-oai-epc-0: 21:23:55 DEBUG unit.oai-epc/0.install E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libe/liberror-perl/liberror-perl_0.17-1.1_all.deb Could not resolve 'archive.ubuntu.com' unit-oai-epc-0: 21:23:55 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 21:23:55 DEBUG unit.oai-epc/0.install E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/g/git/git-man_1.9.1-1ubuntu0.8_all.deb Could not resolve 'security.ubuntu.com' unit-oai-epc-0: 21:23:55 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 21:23:55 DEBUG unit.oai-epc/0.install E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/g/git/git_1.9.1-1ubuntu0.8_amd64.deb Could not resolve 'security.ubuntu.com' unit-oai-epc-0: 21:23:55 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 21:23:55 DEBUG unit.oai-epc/0.install E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? unit-oai-epc-0: 21:23:55 ERROR juju.worker.uniter.operation hook "install" failed: exit status 100 unit-oai-epc-0: 21:23:55 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 21:23:55 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-oai-epc-0: 21:23:55 DEBUG juju.worker.uniter [AGENT-STATUS] error: hook failed: "install" unit-mysql-0: 21:24:18 DEBUG juju.worker.uniter.remotestate retry hook timer triggered unit-mysql-0: 21:24:18 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-mysql-0: 21:24:18 DEBUG juju.worker.uniter.operation running operation run install hook unit-mysql-0: 21:24:18 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-mysql-0: 21:24:18 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-mysql-0: 21:24:18 DEBUG juju.worker.uniter.operation preparing operation "run install hook" unit-mysql-0: 21:24:18 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-mysql-0: 21:24:18 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook unit-mysql-0: 21:24:18 DEBUG unit.mysql/0.install dpkg-query: package 'python-netaddr' is not installed and no information is available unit-mysql-0: 21:24:18 DEBUG unit.mysql/0.install Use dpkg --info (= dpkg-deb --info) to examine archive files, unit-mysql-0: 21:24:18 DEBUG unit.mysql/0.install and dpkg --contents (= dpkg-deb --contents) to list their contents. unit-mysql-0: 21:24:18 DEBUG unit.mysql/0.install Reading package lists... unit-mysql-0: 21:24:19 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 21:24:19 DEBUG unit.mysql/0.install Reading state information... unit-mysql-0: 21:24:19 DEBUG unit.mysql/0.install Suggested packages: unit-mysql-0: 21:24:19 DEBUG unit.mysql/0.install ipython python-netaddr-docs unit-mysql-0: 21:24:19 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 21:24:19 DEBUG unit.mysql/0.install python-netaddr unit-mysql-0: 21:24:19 DEBUG unit.mysql/0.install 0 upgraded, 1 newly installed, 0 to remove and 2 not upgraded. unit-mysql-0: 21:24:19 DEBUG unit.mysql/0.install Need to get 849 kB of archives. unit-mysql-0: 21:24:19 DEBUG unit.mysql/0.install After this operation, 4216 kB of additional disk space will be used. unit-mysql-0: 21:24:19 DEBUG unit.mysql/0.install WARNING: The following packages cannot be authenticated! unit-mysql-0: 21:24:19 DEBUG unit.mysql/0.install python-netaddr unit-mysql-0: 21:24:19 DEBUG unit.mysql/0.install E: There are problems and -y was used without --force-yes unit-mysql-0: 21:24:19 DEBUG unit.mysql/0.install dpkg-query: package 'python-netifaces' is not installed and no information is available unit-mysql-0: 21:24:19 DEBUG unit.mysql/0.install Use dpkg --info (= dpkg-deb --info) to examine archive files, unit-mysql-0: 21:24:19 DEBUG unit.mysql/0.install and dpkg --contents (= dpkg-deb --contents) to list their contents. unit-mysql-0: 21:24:19 DEBUG unit.mysql/0.install Reading package lists... unit-mysql-0: 21:24:19 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 21:24:19 DEBUG unit.mysql/0.install Reading state information... unit-mysql-0: 21:24:19 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 21:24:19 DEBUG unit.mysql/0.install python-netifaces unit-mysql-0: 21:24:59 DEBUG unit.mysql/0.install 0 upgraded, 1 newly installed, 0 to remove and 2 not upgraded. unit-mysql-0: 21:24:59 DEBUG unit.mysql/0.install Need to get 11.3 kB of archives. unit-mysql-0: 21:24:59 DEBUG unit.mysql/0.install After this operation, 63.5 kB of additional disk space will be used. unit-mysql-0: 21:24:59 DEBUG unit.mysql/0.install Err http://archive.ubuntu.com/ubuntu/ trusty/main python-netifaces amd64 0.8-3build1 unit-mysql-0: 21:24:59 DEBUG unit.mysql/0.install Could not resolve 'archive.ubuntu.com' unit-mysql-0: 21:24:59 DEBUG unit.mysql/0.install E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/n/netifaces/python-netifaces_0.8-3build1_amd64.deb Could not resolve 'archive.ubuntu.com' unit-mysql-0: 21:24:59 DEBUG unit.mysql/0.install unit-mysql-0: 21:24:59 DEBUG unit.mysql/0.install E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? unit-mysql-0: 21:24:59 DEBUG unit.mysql/0.install dpkg-query: package 'python-pip' is not installed and no information is available unit-mysql-0: 21:24:59 DEBUG unit.mysql/0.install Use dpkg --info (= dpkg-deb --info) to examine archive files, unit-mysql-0: 21:24:59 DEBUG unit.mysql/0.install and dpkg --contents (= dpkg-deb --contents) to list their contents. unit-mysql-0: 21:24:59 DEBUG unit.mysql/0.install Reading package lists... unit-mysql-0: 21:24:59 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 21:24:59 DEBUG unit.mysql/0.install Reading state information... unit-mysql-0: 21:24:59 DEBUG unit.mysql/0.install The following extra packages will be installed: unit-mysql-0: 21:24:59 DEBUG unit.mysql/0.install binutils build-essential cpp cpp-4.8 dpkg-dev fakeroot g++ g++-4.8 gcc unit-mysql-0: 21:24:59 DEBUG unit.mysql/0.install gcc-4.8 libalgorithm-diff-perl libalgorithm-diff-xs-perl unit-mysql-0: 21:24:59 DEBUG unit.mysql/0.install libalgorithm-merge-perl libasan0 libatomic1 libc-dev-bin libc6-dev unit-mysql-0: 21:24:59 DEBUG unit.mysql/0.install libcloog-isl4 libdpkg-perl libfakeroot libfile-fcntllock-perl libgcc-4.8-dev unit-mysql-0: 21:24:59 DEBUG unit.mysql/0.install libgmp10 libgomp1 libisl10 libitm1 libmpc3 libmpfr4 libquadmath0 unit-mysql-0: 21:24:59 DEBUG unit.mysql/0.install libstdc++-4.8-dev libtsan0 linux-libc-dev make manpages-dev unit-mysql-0: 21:24:59 DEBUG unit.mysql/0.install python-chardet-whl python-colorama python-colorama-whl python-distlib unit-mysql-0: 21:24:59 DEBUG unit.mysql/0.install python-distlib-whl python-html5lib python-html5lib-whl python-pip-whl unit-mysql-0: 21:24:59 DEBUG unit.mysql/0.install python-requests-whl python-setuptools python-setuptools-whl python-six-whl unit-mysql-0: 21:24:59 DEBUG unit.mysql/0.install python-urllib3-whl python-wheel python3-pkg-resources unit-mysql-0: 21:24:59 DEBUG unit.mysql/0.install Suggested packages: unit-mysql-0: 21:24:59 DEBUG unit.mysql/0.install binutils-doc cpp-doc gcc-4.8-locales debian-keyring g++-multilib unit-mysql-0: 21:24:59 DEBUG unit.mysql/0.install g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib autoconf unit-mysql-0: 21:24:59 DEBUG unit.mysql/0.install automake1.9 libtool flex bison gdb gcc-doc gcc-4.8-multilib libgcc1-dbg unit-mysql-0: 21:24:59 DEBUG unit.mysql/0.install libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg unit-mysql-0: 21:24:59 DEBUG unit.mysql/0.install libquadmath0-dbg glibc-doc libstdc++-4.8-doc make-doc python-genshi unit-mysql-0: 21:24:59 DEBUG unit.mysql/0.install python-lxml python3-setuptools unit-mysql-0: 21:24:59 DEBUG unit.mysql/0.install Recommended packages: unit-mysql-0: 21:24:59 DEBUG unit.mysql/0.install python-dev-all unit-mysql-0: 21:24:59 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 21:24:59 DEBUG unit.mysql/0.install binutils build-essential cpp cpp-4.8 dpkg-dev fakeroot g++ g++-4.8 gcc unit-mysql-0: 21:24:59 DEBUG unit.mysql/0.install gcc-4.8 libalgorithm-diff-perl libalgorithm-diff-xs-perl unit-mysql-0: 21:24:59 DEBUG unit.mysql/0.install libalgorithm-merge-perl libasan0 libatomic1 libc-dev-bin libc6-dev unit-mysql-0: 21:24:59 DEBUG unit.mysql/0.install libcloog-isl4 libdpkg-perl libfakeroot libfile-fcntllock-perl libgcc-4.8-dev unit-mysql-0: 21:24:59 DEBUG unit.mysql/0.install libgmp10 libgomp1 libisl10 libitm1 libmpc3 libmpfr4 libquadmath0 unit-mysql-0: 21:24:59 DEBUG unit.mysql/0.install libstdc++-4.8-dev libtsan0 linux-libc-dev make manpages-dev unit-mysql-0: 21:24:59 DEBUG unit.mysql/0.install python-chardet-whl python-colorama python-colorama-whl python-distlib unit-mysql-0: 21:24:59 DEBUG unit.mysql/0.install python-distlib-whl python-html5lib python-html5lib-whl python-pip unit-mysql-0: 21:24:59 DEBUG unit.mysql/0.install python-pip-whl python-requests-whl python-setuptools python-setuptools-whl unit-mysql-0: 21:24:59 DEBUG unit.mysql/0.install python-six-whl python-urllib3-whl python-wheel python3-pkg-resources unit-mysql-0: 21:24:59 DEBUG unit.mysql/0.install 0 upgraded, 50 newly installed, 0 to remove and 2 not upgraded. unit-mysql-0: 21:24:59 DEBUG unit.mysql/0.install Need to get 41.1 MB of archives. unit-mysql-0: 21:24:59 DEBUG unit.mysql/0.install After this operation, 120 MB of additional disk space will be used. unit-mysql-0: 21:24:59 DEBUG unit.mysql/0.install WARNING: The following packages cannot be authenticated! unit-mysql-0: 21:24:59 DEBUG unit.mysql/0.install libasan0 libatomic1 libgomp1 libitm1 libquadmath0 libtsan0 binutils unit-mysql-0: 21:24:59 DEBUG unit.mysql/0.install libc-dev-bin linux-libc-dev libc6-dev cpp-4.8 libgcc-4.8-dev gcc-4.8 unit-mysql-0: 21:24:59 DEBUG unit.mysql/0.install libstdc++-4.8-dev g++-4.8 libdpkg-perl dpkg-dev python3-pkg-resources unit-mysql-0: 21:24:59 DEBUG unit.mysql/0.install python-chardet-whl python-colorama python-colorama-whl python-distlib unit-mysql-0: 21:24:59 DEBUG unit.mysql/0.install python-distlib-whl python-html5lib python-html5lib-whl python-six-whl unit-mysql-0: 21:24:59 DEBUG unit.mysql/0.install python-urllib3-whl python-requests-whl python-setuptools-whl python-pip-whl unit-mysql-0: 21:24:59 DEBUG unit.mysql/0.install python-setuptools python-pip python-wheel unit-mysql-0: 21:24:59 DEBUG unit.mysql/0.install E: There are problems and -y was used without --force-yes unit-mysql-0: 21:24:59 DEBUG unit.mysql/0.install Reading package lists... unit-mysql-0: 21:24:59 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 21:24:59 DEBUG unit.mysql/0.install Reading state information... unit-mysql-0: 21:24:59 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 21:24:59 DEBUG unit.mysql/0.install python-dnspython machine-0: 21:25:01 INFO juju.cmd running jujud [2.2.9 gc go1.8] machine-0: 21:25:01 DEBUG juju.cmd args: []string{"/var/lib/juju/tools/machine-0/jujud", "machine", "--data-dir", "/var/lib/juju", "--machine-id", "0", "--debug"} machine-0: 21:25:01 DEBUG juju.agent read agent config, format "2.0" machine-0: 21:25:01 DEBUG juju.wrench couldn't read wrench directory: stat /var/lib/juju/wrench: no such file or directory machine-0: 21:25:01 INFO juju.worker.upgradesteps upgrade steps for 2.2.9 have already been run. machine-0: 21:25:01 DEBUG juju.worker start "engine" machine-0: 21:25:01 INFO juju.worker start "engine" machine-0: 21:25:01 DEBUG juju.worker.dependency "upgrade-steps-gate" manifold worker started machine-0: 21:25:01 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 21:25:01 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker started machine-0: 21:25:01 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 21:25:01 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 21:25:01 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 21:25:01 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 21:25:01 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 21:25:01 DEBUG juju.worker.dependency "state-config-watcher" manifold worker stopped: "agent" not running: dependency not available machine-0: 21:25:01 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available machine-0: 21:25:01 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 21:25:01 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 21:25:01 DEBUG juju.worker.dependency "agent" manifold worker started machine-0: 21:25:01 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available machine-0: 21:25:01 DEBUG juju.worker.introspection introspection worker listening on "@jujud-machine-0" machine-0: 21:25:01 DEBUG juju.worker "engine" started machine-0: 21:25:01 DEBUG juju.worker.introspection stats worker now serving machine-0: 21:25:01 DEBUG juju.worker.dependency "state" manifold worker stopped: "state-config-watcher" not running: dependency not available machine-0: 21:25:01 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 21:25:01 DEBUG juju.worker.apicaller connecting with old password machine-0: 21:25:01 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: "upgrade-check-gate" not running: dependency not available machine-0: 21:25:01 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started machine-0: 21:25:01 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 21:25:01 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 21:25:01 DEBUG juju.worker.dependency "upgrade-check-gate" manifold worker started machine-0: 21:25:01 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 21:25:01 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available machine-0: 21:25:01 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 21:25:01 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 21:25:01 DEBUG juju.worker.dependency "termination-signal-handler" manifold worker started machine-0: 21:25:01 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 21:25:01 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 21:25:01 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available machine-0: 21:25:01 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 21:25:01 DEBUG juju.worker.dependency "unconverted-state-workers" manifold worker stopped: "state" not running: dependency not available machine-0: 21:25:01 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available machine-0: 21:25:01 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: "state-config-watcher" not running: dependency not available machine-0: 21:25:01 DEBUG juju.api successfully dialed "wss://192.168.121.3:17070/model/de7e6df2-8a46-4c9e-8f05-0b91223056ff/api" machine-0: 21:25:01 INFO juju.api connection established to "wss://192.168.121.3:17070/model/de7e6df2-8a46-4c9e-8f05-0b91223056ff/api" machine-0: 21:25:01 DEBUG juju.api successfully dialed "wss://172.30.9.212:17070/model/de7e6df2-8a46-4c9e-8f05-0b91223056ff/api" machine-0: 21:25:01 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 21:25:01 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available machine-0: 21:25:01 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 21:25:01 DEBUG juju.worker.dependency "state-config-watcher" manifold worker started machine-0: 21:25:01 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 21:25:01 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 21:25:01 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 21:25:01 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 21:25:01 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-0: 21:25:01 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 21:25:01 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: dependency not available machine-0: 21:25:01 DEBUG juju.worker.dependency "state" manifold worker stopped: dependency not available machine-0: 21:25:01 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available machine-0: 21:25:01 DEBUG juju.worker.apicaller connected machine-0: 21:25:01 DEBUG juju.worker.apicaller changing password... machine-0: 21:25:01 DEBUG juju.worker.apicaller password changed machine-0: 21:25:01 DEBUG juju.api RPC connection died machine-0: 21:25:01 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: restart immediately machine-0: 21:25:01 DEBUG juju.worker.apicaller connecting with current password machine-0: 21:25:01 DEBUG juju.api successfully dialed "wss://192.168.121.3:17070/model/de7e6df2-8a46-4c9e-8f05-0b91223056ff/api" machine-0: 21:25:01 INFO juju.api connection established to "wss://192.168.121.3:17070/model/de7e6df2-8a46-4c9e-8f05-0b91223056ff/api" machine-0: 21:25:01 DEBUG juju.api successfully dialed "wss://172.30.9.212:17070/model/de7e6df2-8a46-4c9e-8f05-0b91223056ff/api" machine-0: 21:25:01 DEBUG juju.worker.apicaller connected machine-0: 21:25:01 DEBUG juju.worker.dependency "api-caller" manifold worker started machine-0: 21:25:01 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 21:25:01 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 21:25:01 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 21:25:01 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 21:25:01 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 21:25:01 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 21:25:01 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 21:25:01 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 21:25:01 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 21:25:01 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started machine-0: 21:25:01 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: machine-0: 21:25:01 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: machine-0: 21:25:01 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: machine-0: 21:25:01 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: machine-0: 21:25:01 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: machine-0: 21:25:01 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: machine-0: 21:25:01 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: machine-0: 21:25:01 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: machine-0: 21:25:01 DEBUG juju.worker.dependency "machiner" manifold worker stopped: machine-0: 21:25:01 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 21:25:01 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 21:25:01 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 21:25:01 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 21:25:01 DEBUG juju.worker.dependency "upgrader" manifold worker started machine-0: 21:25:01 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started machine-0: 21:25:01 DEBUG juju.wrench couldn't read wrench directory: stat /var/lib/juju/wrench: no such file or directory machine-0: 21:25:01 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: machine-0: 21:25:01 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 21:25:01 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 21:25:01 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 21:25:01 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 21:25:01 INFO juju.worker.upgrader abort check blocked until version event received machine-0: 21:25:01 INFO juju.worker.upgrader unblocking abort check machine-0: 21:25:02 INFO juju.worker.upgrader desired tool version: 2.2.9 machine-0: 21:25:02 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: gate unlocked machine-0: 21:25:02 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 21:25:02 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 21:25:02 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 21:25:02 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 21:25:02 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 21:25:02 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 21:25:02 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 21:25:02 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 21:25:02 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 21:25:02 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available machine-0: 21:25:02 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-0: 21:25:02 DEBUG juju.worker.dependency "migration-fortress" manifold worker started machine-0: 21:25:02 DEBUG juju.worker.dependency "migration-minion" manifold worker started machine-0: 21:25:02 INFO juju.worker.migrationminion migration phase is now: NONE machine-0: 21:25:02 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started machine-0: 21:25:02 DEBUG juju.worker.dependency "reboot-executor" manifold worker started machine-0: 21:25:02 DEBUG juju.worker.dependency "log-sender" manifold worker started machine-0: 21:25:02 DEBUG juju.worker.dependency "api-address-updater" manifold worker started machine-0: 21:25:02 DEBUG juju.worker.dependency "storage-provisioner" manifold worker started machine-0: 21:25:02 DEBUG juju.worker.dependency "disk-manager" manifold worker started machine-0: 21:25:02 DEBUG juju.worker.dependency "host-key-reporter" manifold worker started machine-0: 21:25:02 DEBUG juju.worker.logger initial log config: "=DEBUG" machine-0: 21:25:02 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started machine-0: 21:25:02 DEBUG juju.worker.dependency "machine-action-runner" manifold worker started machine-0: 21:25:02 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker started machine-0: 21:25:02 DEBUG juju.worker.logger logger setup machine-0: 21:25:02 WARNING juju.cmd.jujud determining kvm support: kvm-ok executable not found no kvm containers possible machine-0: 21:25:02 INFO juju.worker.diskmanager block devices changed: [{vda [/dev/disk/by-path/virtio-pci-0000:00:04.0] 10240 true }] machine-0: 21:25:02 DEBUG juju.worker.dependency "machiner" manifold worker started machine-0: 21:25:02 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker started machine-0: 21:25:02 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: dependency not available machine-0: 21:25:02 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: dependency not available machine-0: 21:25:02 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: dependency not available machine-0: 21:25:02 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: resource permanently unavailable machine-0: 21:25:02 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.212,192.168.121.3,::1,localhost", AutoNoProxy:""} machine-0: 21:25:02 DEBUG juju.tools.lxdclient connecting to LXD remote "local": "unix:///var/lib/lxd/unix.socket" machine-0: 21:25:02 DEBUG juju.network no lxc bridge addresses to filter for machine machine-0: 21:25:02 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-0: 21:25:02 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-0: 21:25:02 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-0: 21:25:02 DEBUG juju.network including address local-cloud:192.168.121.10 for machine machine-0: 21:25:02 DEBUG juju.network including address local-machine:::1 for machine machine-0: 21:25:02 DEBUG juju.network addresses after filtering: [local-machine:127.0.0.1 local-cloud:192.168.121.10 local-machine:::1] machine-0: 21:25:02 INFO juju.worker.machiner setting addresses for "machine-0" to [local-machine:127.0.0.1 local-cloud:192.168.121.10 local-machine:::1] machine-0: 21:25:02 DEBUG juju.worker.logger reconfiguring logging from "=DEBUG" to "=DEBUG;unit=DEBUG" machine-0: 21:25:02 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-0: 21:25:02 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-0: 21:25:02 DEBUG juju.utils.ssh writing authorised keys file /home/ubuntu/.ssh/authorized_keys machine-0: 21:25:02 DEBUG juju.worker.reboot Reboot worker got action: noop machine-0: 21:25:02 DEBUG juju.network no lxc bridge addresses to filter for machine machine-0: 21:25:02 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-0: 21:25:02 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-0: 21:25:02 DEBUG juju.network including address public:172.30.9.212 for machine machine-0: 21:25:02 DEBUG juju.network including address local-cloud:192.168.121.3 for machine machine-0: 21:25:02 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-0: 21:25:02 DEBUG juju.network including address local-machine:::1 for machine machine-0: 21:25:02 DEBUG juju.network addresses after filtering: [public:172.30.9.212 local-cloud:192.168.121.3 local-machine:127.0.0.1 local-machine:::1] machine-0: 21:25:02 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.212:17070 192.168.121.3:17070 127.0.0.1:17070 [::1]:17070]] machine-0: 21:25:02 DEBUG juju.agent API server address details [["172.30.9.212:17070" "192.168.121.3:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.3:17070" "172.30.9.212:17070"] machine-0: 21:25:02 DEBUG juju.service discovered init system "systemd" from series "xenial" machine-0: 21:25:02 INFO juju.worker.authenticationworker "machine-0" key updater worker started machine-0: 21:25:02 DEBUG juju.worker.storageprovisioner volume attachments alive: [], dying: [], dead: [] machine-0: 21:25:02 DEBUG juju.worker.storageprovisioner filesystems alive: [], dying: [], dead: [] machine-0: 21:25:02 DEBUG juju.worker.storageprovisioner filesystem attachment alive: [], dying: [], dead: [] machine-0: 21:25:02 DEBUG juju.worker.storageprovisioner volumes alive: [], dying: [], dead: [] machine-0: 21:25:02 DEBUG juju.worker.hostkeyreporter 4 SSH host keys reported for machine 0 machine-0: 21:25:02 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: resource permanently unavailable machine-0: 21:25:02 DEBUG juju.worker start "0-container-watcher" machine-0: 21:25:02 DEBUG juju.worker start "stateconverter" machine-0: 21:25:02 INFO juju.worker start "0-container-watcher" machine-0: 21:25:02 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker started machine-0: 21:25:02 DEBUG juju.worker "0-container-watcher" started machine-0: 21:25:02 INFO juju.worker start "stateconverter" machine-0: 21:25:02 DEBUG juju.worker "stateconverter" started machine-0: 21:25:02 DEBUG juju.cmd.jujud upgrades done, starting worker "0-container-watcher" machine-0: 21:25:02 INFO juju.worker.machiner "machine-0" started machine-0: 21:25:02 INFO juju.api.common no addresses observed on interface "lxdbr0" machine-0: 21:25:02 INFO juju.worker.deployer checking unit "abot-epc-basic/0" machine-0: 21:25:02 INFO juju.worker.deployer deploying unit "abot-epc-basic/0" machine-0: 21:25:02 DEBUG juju.service discovered init system "systemd" from local host machine-0: 21:25:02 DEBUG juju.worker.deployer state addresses: ["192.168.121.3:37017"] machine-0: 21:25:02 DEBUG juju.worker.deployer API addresses: ["192.168.121.3:17070" "172.30.9.212:17070"] machine-0: 21:25:02 INFO juju.service Installing and starting service &{Service:{Name:jujud-unit-abot-epc-basic-0 Conf:{Desc:juju unit agent for abot-epc-basic/0 Transient:false AfterStopped: Env:map[JUJU_CONTAINER_TYPE:] Limit:map[] Timeout:300 ExecStart:/var/lib/juju/init/jujud-unit-abot-epc-basic-0/exec-start.sh ExecStopPost: Logfile:/var/log/juju/unit-abot-epc-basic-0.log ExtraScript: ServiceBinary:/var/lib/juju/tools/unit-abot-epc-basic-0/jujud ServiceArgs:[unit --data-dir /var/lib/juju --unit-name abot-epc-basic/0 --debug]}} ConfName:jujud-unit-abot-epc-basic-0.service UnitName:jujud-unit-abot-epc-basic-0.service Dirname:/var/lib/juju/init/jujud-unit-abot-epc-basic-0 Script:[35 33 47 117 115 114 47 98 105 110 47 101 110 118 32 98 97 115 104 10 10 35 32 83 101 116 32 117 112 32 108 111 103 103 105 110 103 46 10 116 111 117 99 104 32 39 47 118 97 114 47 108 111 103 47 106 117 106 117 47 117 110 105 116 45 97 98 111 116 45 101 112 99 45 98 97 115 105 99 45 48 46 108 111 103 39 10 99 104 111 119 110 32 115 121 115 108 111 103 58 115 121 115 108 111 103 32 39 47 118 97 114 47 108 111 103 47 106 117 106 117 47 117 110 105 116 45 97 98 111 116 45 101 112 99 45 98 97 115 105 99 45 48 46 108 111 103 39 10 99 104 109 111 100 32 48 54 48 48 32 39 47 118 97 114 47 108 111 103 47 106 117 106 117 47 117 110 105 116 45 97 98 111 116 45 101 112 99 45 98 97 115 105 99 45 48 46 108 111 103 39 10 101 120 101 99 32 62 62 32 39 47 118 97 114 47 108 111 103 47 106 117 106 117 47 117 110 105 116 45 97 98 111 116 45 101 112 99 45 98 97 115 105 99 45 48 46 108 111 103 39 10 101 120 101 99 32 50 62 38 49 10 10 35 32 82 117 110 32 116 104 101 32 115 99 114 105 112 116 46 10 39 47 118 97 114 47 108 105 98 47 106 117 106 117 47 116 111 111 108 115 47 117 110 105 116 45 97 98 111 116 45 101 112 99 45 98 97 115 105 99 45 48 47 106 117 106 117 100 39 32 117 110 105 116 32 45 45 100 97 116 97 45 100 105 114 32 39 47 118 97 114 47 108 105 98 47 106 117 106 117 39 32 45 45 117 110 105 116 45 110 97 109 101 32 97 98 111 116 45 101 112 99 45 98 97 115 105 99 47 48 32 45 45 100 101 98 117 103]} machine-0: 21:25:02 DEBUG juju.service.systemd service "jujud-unit-abot-epc-basic-0" successfully installed machine-0: 21:25:02 DEBUG juju.service.systemd service "jujud-unit-abot-epc-basic-0" not running machine-0: 21:25:02 DEBUG juju.service.systemd service "jujud-unit-abot-epc-basic-0" successfully started unit-abot-epc-basic-0: 21:25:02 INFO juju.cmd running jujud [2.2.9 gc go1.8] unit-abot-epc-basic-0: 21:25:02 DEBUG juju.cmd args: []string{"/var/lib/juju/tools/unit-abot-epc-basic-0/jujud", "unit", "--data-dir", "/var/lib/juju", "--unit-name", "abot-epc-basic/0", "--debug"} unit-abot-epc-basic-0: 21:25:02 DEBUG juju.agent read agent config, format "2.0" unit-abot-epc-basic-0: 21:25:02 DEBUG juju.worker start "api" unit-abot-epc-basic-0: 21:25:02 INFO juju.worker start "api" unit-abot-epc-basic-0: 21:25:02 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 21:25:02 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available unit-abot-epc-basic-0: 21:25:02 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 21:25:02 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 21:25:02 DEBUG juju.worker.dependency "agent" manifold worker started unit-abot-epc-basic-0: 21:25:02 DEBUG juju.worker.dependency "migration-fortress" manifold worker started unit-abot-epc-basic-0: 21:25:02 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "agent" not running: dependency not available unit-abot-epc-basic-0: 21:25:02 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: unit-abot-epc-basic-0: 21:25:02 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: unit-abot-epc-basic-0: 21:25:02 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: unit-abot-epc-basic-0: 21:25:02 DEBUG juju.worker.introspection introspection worker listening on "@jujud-unit-abot-epc-basic-0" unit-abot-epc-basic-0: 21:25:02 DEBUG juju.worker "api" started unit-abot-epc-basic-0: 21:25:02 DEBUG juju.worker.introspection stats worker now serving unit-abot-epc-basic-0: 21:25:02 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 21:25:02 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 21:25:02 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 21:25:02 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started unit-abot-epc-basic-0: 21:25:02 DEBUG juju.worker.apicaller connecting with old password unit-abot-epc-basic-0: 21:25:02 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 21:25:02 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 21:25:02 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 21:25:02 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 21:25:02 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "api-caller" not running: dependency not available unit-abot-epc-basic-0: 21:25:02 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available unit-abot-epc-basic-0: 21:25:02 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 21:25:02 DEBUG juju.api successfully dialed "wss://172.30.9.212:17070/model/de7e6df2-8a46-4c9e-8f05-0b91223056ff/api" unit-abot-epc-basic-0: 21:25:02 INFO juju.api connection established to "wss://172.30.9.212:17070/model/de7e6df2-8a46-4c9e-8f05-0b91223056ff/api" unit-abot-epc-basic-0: 21:25:02 DEBUG juju.api successfully dialed "wss://192.168.121.3:17070/model/de7e6df2-8a46-4c9e-8f05-0b91223056ff/api" unit-abot-epc-basic-0: 21:25:02 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 21:25:02 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 21:25:02 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available unit-abot-epc-basic-0: 21:25:02 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 21:25:02 DEBUG juju.worker.machiner observed network config updated for "machine-0" to [{1 127.0.0.0/8 65536 0 lo loopback false false loopback 127.0.0.1 [] [] []} {1 ::1/128 65536 0 lo loopback false false loopback ::1 [] [] []} {2 fa:16:3e:c8:98:c2 192.168.121.0/24 1450 0 ens3 ethernet false false static 192.168.121.10 [] [] []} {2 fa:16:3e:c8:98:c2 1450 0 ens3 ethernet false false manual [] [] []} {3 ae:32:20:96:12:70 1500 0 lxdbr0 bridge true true manual [] [] []}] unit-abot-epc-basic-0: 21:25:03 DEBUG juju.worker.apicaller connected unit-abot-epc-basic-0: 21:25:03 DEBUG juju.worker.apicaller changing password... unit-abot-epc-basic-0: 21:25:03 DEBUG juju.worker.apicaller password changed unit-abot-epc-basic-0: 21:25:03 DEBUG juju.api RPC connection died unit-abot-epc-basic-0: 21:25:03 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: restart immediately unit-abot-epc-basic-0: 21:25:03 DEBUG juju.worker.apicaller connecting with current password unit-abot-epc-basic-0: 21:25:03 DEBUG juju.api successfully dialed "wss://192.168.121.3:17070/model/de7e6df2-8a46-4c9e-8f05-0b91223056ff/api" unit-abot-epc-basic-0: 21:25:03 INFO juju.api connection established to "wss://192.168.121.3:17070/model/de7e6df2-8a46-4c9e-8f05-0b91223056ff/api" unit-abot-epc-basic-0: 21:25:03 DEBUG juju.api successfully dialed "wss://172.30.9.212:17070/model/de7e6df2-8a46-4c9e-8f05-0b91223056ff/api" unit-abot-epc-basic-0: 21:25:04 DEBUG juju.worker.apicaller connected unit-abot-epc-basic-0: 21:25:04 DEBUG juju.worker.dependency "api-caller" manifold worker started unit-abot-epc-basic-0: 21:25:04 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 21:25:04 DEBUG juju.worker.dependency "migration-minion" manifold worker started unit-abot-epc-basic-0: 21:25:04 INFO juju.worker.migrationminion migration phase is now: NONE unit-abot-epc-basic-0: 21:25:04 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 21:25:04 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 21:25:04 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 21:25:04 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 21:25:04 DEBUG juju.worker.dependency "upgrader" manifold worker started unit-abot-epc-basic-0: 21:25:04 DEBUG juju.worker.dependency "log-sender" manifold worker started unit-abot-epc-basic-0: 21:25:04 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 21:25:04 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started unit-abot-epc-basic-0: 21:25:04 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: unit-abot-epc-basic-0: 21:25:04 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-abot-epc-basic-0: 21:25:04 INFO juju.worker.upgrader abort check blocked until version event received unit-abot-epc-basic-0: 21:25:04 INFO juju.worker.upgrader unblocking abort check unit-abot-epc-basic-0: 21:25:04 INFO juju.worker.upgrader desired tool version: 2.2.9 unit-abot-epc-basic-0: 21:25:04 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started unit-abot-epc-basic-0: 21:25:04 DEBUG juju.worker.dependency "leadership-tracker" manifold worker started unit-abot-epc-basic-0: 21:25:04 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-abot-epc-basic-0: 21:25:04 DEBUG juju.worker.leadership abot-epc-basic/0 making initial claim for abot-epc-basic leadership unit-abot-epc-basic-0: 21:25:04 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.212,192.168.121.3,::1,localhost", AutoNoProxy:""} unit-abot-epc-basic-0: 21:25:04 DEBUG juju.worker.dependency "charm-dir" manifold worker started unit-abot-epc-basic-0: 21:25:04 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-abot-epc-basic-0: 21:25:04 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: unit-abot-epc-basic-0: 21:25:04 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} unit-abot-epc-basic-0: 21:25:04 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "metric-spool" not running: dependency not available unit-abot-epc-basic-0: 21:25:04 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "metric-spool" not running: dependency not available unit-abot-epc-basic-0: 21:25:04 INFO juju.worker.leadership abot-epc-basic/0 promoted to leadership of abot-epc-basic unit-abot-epc-basic-0: 21:25:04 DEBUG juju.worker.dependency "meter-status" manifold worker started unit-abot-epc-basic-0: 21:25:04 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker started unit-abot-epc-basic-0: 21:25:04 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-abot-epc-basic-0: 21:25:04 DEBUG juju.worker.meterstatus got meter status change signal from watcher unit-abot-epc-basic-0: 21:25:04 DEBUG juju.worker.meterstatus acquire lock "machine-lock" for meter status hook execution unit-abot-epc-basic-0: 21:25:04 DEBUG juju.worker.meterstatus lock "machine-lock" acquired unit-abot-epc-basic-0: 21:25:04 DEBUG juju.worker.dependency "metric-spool" manifold worker started unit-abot-epc-basic-0: 21:25:04 DEBUG juju.worker.dependency "uniter" manifold worker started unit-abot-epc-basic-0: 21:25:04 DEBUG juju.worker.dependency "api-address-updater" manifold worker started unit-abot-epc-basic-0: 21:25:04 DEBUG juju.worker.logger initial log config: "=DEBUG" unit-abot-epc-basic-0: 21:25:04 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started unit-abot-epc-basic-0: 21:25:04 DEBUG juju.worker.logger logger setup unit-abot-epc-basic-0: 21:25:04 DEBUG juju.worker.logger reconfiguring logging from "=DEBUG" to "=DEBUG;unit=DEBUG" unit-abot-epc-basic-0: 21:25:04 DEBUG juju.network no lxc bridge addresses to filter for machine unit-abot-epc-basic-0: 21:25:04 DEBUG juju.network "lxdbr0" has addresses [fe80::ac32:20ff:fe96:1270/64 fe80::1/64] unit-abot-epc-basic-0: 21:25:04 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) unit-abot-epc-basic-0: 21:25:04 DEBUG juju.network including address public:172.30.9.212 for machine unit-abot-epc-basic-0: 21:25:04 DEBUG juju.network including address local-cloud:192.168.121.3 for machine unit-abot-epc-basic-0: 21:25:04 DEBUG juju.network including address local-machine:127.0.0.1 for machine unit-abot-epc-basic-0: 21:25:04 DEBUG juju.network including address local-machine:::1 for machine unit-abot-epc-basic-0: 21:25:04 DEBUG juju.network addresses after filtering: [public:172.30.9.212 local-cloud:192.168.121.3 local-machine:127.0.0.1 local-machine:::1] unit-abot-epc-basic-0: 21:25:04 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.212:17070 192.168.121.3:17070 127.0.0.1:17070 [::1]:17070]] unit-abot-epc-basic-0: 21:25:04 DEBUG juju.worker.meterstatus release lock "machine-lock" for meter status hook execution unit-abot-epc-basic-0: 21:25:04 INFO juju.worker.meterstatus skipped "meter-status-changed" hook (missing) unit-abot-epc-basic-0: 21:25:04 DEBUG juju.agent API server address details [["172.30.9.212:17070" "192.168.121.3:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.3:17070" "172.30.9.212:17070"] unit-abot-epc-basic-0: 21:25:04 INFO worker.uniter.jujuc ensure jujuc symlinks in /var/lib/juju/tools/unit-abot-epc-basic-0 unit-abot-epc-basic-0: 21:25:04 INFO worker.uniter.jujuc was a symlink, now looking at /var/lib/juju/tools/2.2.9-xenial-amd64 unit-abot-epc-basic-0: 21:25:04 DEBUG worker.uniter.jujuc jujud path /var/lib/juju/tools/2.2.9-xenial-amd64/jujud unit-abot-epc-basic-0: 21:25:04 DEBUG juju.worker.dependency "metric-sender" manifold worker started unit-abot-epc-basic-0: 21:25:04 DEBUG juju.worker.uniter starting juju-run listener on unix:/var/lib/juju/agents/unit-abot-epc-basic-0/run.socket unit-abot-epc-basic-0: 21:25:04 INFO juju.worker.uniter unit "abot-epc-basic/0" started unit-abot-epc-basic-0: 21:25:04 DEBUG juju.worker.uniter juju-run listener running unit-abot-epc-basic-0: 21:25:04 INFO juju.worker.uniter resuming charm install unit-abot-epc-basic-0: 21:25:04 DEBUG juju.worker.uniter.operation running operation install local:xenial/abot-epc-basic-1 unit-abot-epc-basic-0: 21:25:04 DEBUG juju.worker.uniter.operation preparing operation "install local:xenial/abot-epc-basic-1" unit-abot-epc-basic-0: 21:25:04 INFO juju.worker.uniter.charm downloading local:xenial/abot-epc-basic-1 from API server unit-abot-epc-basic-0: 21:25:04 INFO juju.downloader downloading from local:xenial/abot-epc-basic-1 unit-abot-epc-basic-0: 21:25:04 DEBUG httpbakery client do GET https://192.168.121.3:17070/model/de7e6df2-8a46-4c9e-8f05-0b91223056ff/charms?file=%2A&url=local%3Axenial%2Fabot-epc-basic-1 { unit-abot-epc-basic-0: 21:25:04 DEBUG httpbakery } -> error unit-abot-epc-basic-0: 21:25:04 INFO juju.downloader download complete ("local:xenial/abot-epc-basic-1") unit-abot-epc-basic-0: 21:25:04 INFO juju.downloader download verified ("local:xenial/abot-epc-basic-1") unit-abot-epc-basic-0: 21:25:04 DEBUG juju.worker.uniter.operation executing operation "install local:xenial/abot-epc-basic-1" unit-abot-epc-basic-0: 21:25:04 DEBUG juju.worker.uniter.charm preparing to deploy charm "local:xenial/abot-epc-basic-1" unit-abot-epc-basic-0: 21:25:04 DEBUG juju.worker.uniter.charm deploying charm "local:xenial/abot-epc-basic-1" unit-abot-epc-basic-0: 21:25:04 DEBUG juju.worker.uniter.charm finishing deploy of charm "local:xenial/abot-epc-basic-1" unit-abot-epc-basic-0: 21:25:04 DEBUG juju.worker.uniter.operation committing operation "install local:xenial/abot-epc-basic-1" unit-abot-epc-basic-0: 21:25:04 INFO juju.worker.uniter hooks are retried true unit-abot-epc-basic-0: 21:25:04 DEBUG juju.worker.uniter.remotestate got config change: ok=true unit-abot-epc-basic-0: 21:25:04 DEBUG juju.worker.uniter.remotestate got leader settings change: ok=true unit-abot-epc-basic-0: 21:25:04 DEBUG juju.worker.uniter.remotestate got relations change: ok=true unit-abot-epc-basic-0: 21:25:04 DEBUG juju.worker.uniter.remotestate got address change: ok=true unit-abot-epc-basic-0: 21:25:04 DEBUG juju.worker.uniter.remotestate got action change: [] ok=true unit-abot-epc-basic-0: 21:25:04 DEBUG juju.worker.uniter.remotestate got unit change unit-abot-epc-basic-0: 21:25:04 DEBUG juju.worker.uniter.remotestate got storage change: [] ok=true unit-abot-epc-basic-0: 21:25:04 DEBUG juju.worker.uniter.remotestate got service change unit-abot-epc-basic-0: 21:25:04 INFO juju.worker.uniter.storage initial storage attachments ready unit-abot-epc-basic-0: 21:25:04 INFO juju.worker.uniter found queued "install" hook unit-abot-epc-basic-0: 21:25:04 DEBUG juju.worker.uniter.operation running operation run install hook unit-abot-epc-basic-0: 21:25:04 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-abot-epc-basic-0: 21:25:04 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-abot-epc-basic-0: 21:25:04 DEBUG juju.worker.uniter.operation preparing operation "run install hook" unit-abot-epc-basic-0: 21:25:04 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-abot-epc-basic-0: 21:25:04 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook unit-abot-epc-basic-0: 21:25:04 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-abot-epc-basic-0: 21:25:04 DEBUG worker.uniter.jujuc running hook tool "config-get" machine-0: 21:25:04 INFO juju.tools.lxdclient using LXD API version "1.0" machine-0: 21:25:04 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} unit-oai-hss-0: 21:25:24 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-oai-hss-0: 21:25:24 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-mysql-0: 21:25:39 DEBUG unit.mysql/0.install 0 upgraded, 1 newly installed, 0 to remove and 2 not upgraded. unit-mysql-0: 21:25:39 DEBUG unit.mysql/0.install Need to get 83.1 kB of archives. unit-mysql-0: 21:25:39 DEBUG unit.mysql/0.install After this operation, 545 kB of additional disk space will be used. unit-mysql-0: 21:25:39 DEBUG unit.mysql/0.install Err http://archive.ubuntu.com/ubuntu/ trusty/main python-dnspython all 1.11.1-1build1 unit-mysql-0: 21:25:39 DEBUG unit.mysql/0.install Could not resolve 'archive.ubuntu.com' unit-mysql-0: 21:25:39 DEBUG unit.mysql/0.install E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/d/dnspython/python-dnspython_1.11.1-1build1_all.deb Could not resolve 'archive.ubuntu.com' unit-mysql-0: 21:25:39 DEBUG unit.mysql/0.install unit-mysql-0: 21:25:39 DEBUG unit.mysql/0.install E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? unit-mysql-0: 21:25:39 DEBUG unit.mysql/0.install Traceback (most recent call last): unit-mysql-0: 21:25:39 DEBUG unit.mysql/0.install File "/var/lib/juju/agents/unit-mysql-0/charm/hooks/install.real", line 6, in unit-mysql-0: 21:25:39 DEBUG unit.mysql/0.install import lib.utils as utils unit-mysql-0: 21:25:39 DEBUG unit.mysql/0.install File "/var/lib/juju/agents/unit-mysql-0/charm/hooks/lib/utils.py", line 46, in unit-mysql-0: 21:25:39 DEBUG unit.mysql/0.install install('python-dnspython') unit-mysql-0: 21:25:39 DEBUG unit.mysql/0.install File "/var/lib/juju/agents/unit-mysql-0/charm/hooks/lib/utils.py", line 41, in install unit-mysql-0: 21:25:39 DEBUG unit.mysql/0.install subprocess.check_call(cmd) unit-mysql-0: 21:25:39 DEBUG unit.mysql/0.install File "/usr/lib/python2.7/subprocess.py", line 540, in check_call unit-mysql-0: 21:25:39 DEBUG unit.mysql/0.install raise CalledProcessError(retcode, cmd) unit-mysql-0: 21:25:39 DEBUG unit.mysql/0.install subprocess.CalledProcessError: Command '['apt-get', '-y', 'install', 'python-dnspython']' returned non-zero exit status 100 unit-mysql-0: 21:25:39 ERROR juju.worker.uniter.operation hook "install" failed: exit status 1 unit-mysql-0: 21:25:39 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 21:25:39 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-mysql-0: 21:25:39 DEBUG juju.worker.uniter [AGENT-STATUS] error: hook failed: "install" unit-abot-epc-basic-0: 21:25:44 DEBUG unit.abot-epc-basic/0.install sudo: unable to resolve host juju-3056ff-default-0: Connection timed out unit-abot-epc-basic-0: 21:25:44 DEBUG unit.abot-epc-basic/0.install << ABOT Installer - Success: Checking sudo privileges >> unit-abot-epc-basic-0: 21:25:44 DEBUG unit.abot-epc-basic/0.install << ABOT Installer - Success: Application Name abot-functest-basic >> unit-abot-epc-basic-0: 21:25:44 DEBUG unit.abot-epc-basic/0.install << ABOT Installer - Success: Version 3.1.1 >> unit-abot-epc-basic-0: 21:25:44 DEBUG unit.abot-epc-basic/0.install << ABOT Installer - Success: External Tester none >> unit-oai-hss-0: 21:26:30 DEBUG juju.worker.uniter.remotestate retry hook timer triggered unit-oai-hss-0: 21:26:30 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-oai-hss-0: 21:26:30 DEBUG juju.worker.uniter.operation running operation run install hook unit-oai-hss-0: 21:26:30 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-hss-0: 21:26:30 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-hss-0: 21:26:30 DEBUG juju.worker.uniter.operation preparing operation "run install hook" unit-oai-hss-0: 21:26:30 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-oai-hss-0: 21:26:30 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook unit-oai-hss-0: 21:26:30 DEBUG unit.oai-hss/0.install + export DEBIAN_FRONTEND=noninteractive unit-oai-hss-0: 21:26:30 DEBUG unit.oai-hss/0.install + DEBIAN_FRONTEND=noninteractive unit-oai-hss-0: 21:26:30 DEBUG unit.oai-hss/0.install + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 21:26:30 DEBUG unit.oai-hss/0.install + export juju=set unit-oai-hss-0: 21:26:30 DEBUG unit.oai-hss/0.install + juju=set unit-oai-hss-0: 21:26:30 DEBUG unit.oai-hss/0.install + set_env_paths unit-oai-hss-0: 21:26:30 DEBUG unit.oai-hss/0.install + openair_path=/srv/openair-cn unit-oai-hss-0: 21:26:30 DEBUG unit.oai-hss/0.install + build_path=/srv/openair-cn/BUILD unit-oai-hss-0: 21:26:30 DEBUG unit.oai-hss/0.install + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-hss-0: 21:26:30 DEBUG unit.oai-hss/0.install + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-hss-0: 21:26:30 DEBUG unit.oai-hss/0.install + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 21:26:30 DEBUG unit.oai-hss/0.install + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-hss-0: 21:26:30 DEBUG unit.oai-hss/0.install + hss_conf=/usr/local/etc/oai unit-oai-hss-0: 21:26:30 DEBUG unit.oai-hss/0.install + hss_exec_name=oai_hss unit-oai-hss-0: 21:26:30 DEBUG unit.oai-hss/0.install ++ config-get branch unit-oai-hss-0: 21:26:30 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 21:26:30 DEBUG unit.oai-hss/0.install + branch=v0.3.2-branch unit-oai-hss-0: 21:26:30 DEBUG unit.oai-hss/0.install ++ config-get revision unit-oai-hss-0: 21:26:30 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 21:26:30 DEBUG unit.oai-hss/0.install + revision=HEAD unit-oai-hss-0: 21:26:30 DEBUG unit.oai-hss/0.install + echo v0.3.2-branch unit-oai-hss-0: 21:26:30 DEBUG unit.oai-hss/0.install + echo HEAD unit-oai-hss-0: 21:26:30 DEBUG unit.oai-hss/0.install + update_hostname unit-oai-hss-0: 21:26:30 DEBUG unit.oai-hss/0.install ++ sed 's|/|-|' unit-oai-hss-0: 21:26:30 DEBUG unit.oai-hss/0.install ++ echo oai-hss/0 unit-oai-hss-0: 21:26:30 DEBUG unit.oai-hss/0.install + HOSTNAME=oai-hss-0 unit-oai-hss-0: 21:26:30 DEBUG unit.oai-hss/0.install + echo oai-hss-0 unit-oai-hss-0: 21:26:30 DEBUG unit.oai-hss/0.install + hostname oai-hss-0 unit-oai-hss-0: 21:26:30 DEBUG unit.oai-hss/0.install ++ hostname unit-oai-hss-0: 21:26:30 DEBUG unit.oai-hss/0.install + echo '127.0.0.1 oai-hss-0' unit-oai-hss-0: 21:26:30 DEBUG unit.oai-hss/0.install + install_packages unit-oai-hss-0: 21:26:30 DEBUG unit.oai-hss/0.install + status-set maintenance 'Installing some dependencies' unit-oai-hss-0: 21:26:30 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 21:26:30 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 21:26:30 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections git unit-oai-hss-0: 21:26:30 DEBUG unit.oai-hss/0.install + gitAlreadyInstalled=0 unit-oai-hss-0: 21:26:30 DEBUG unit.oai-hss/0.install + true unit-oai-hss-0: 21:26:30 DEBUG unit.oai-hss/0.install + '[' '!' 0 -eq 1 ']' unit-oai-hss-0: 21:26:30 DEBUG unit.oai-hss/0.install + apt-get install -y --force-yes git unit-oai-hss-0: 21:26:30 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 21:26:30 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 21:26:30 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 21:26:30 DEBUG unit.oai-hss/0.install The following extra packages will be installed: unit-oai-hss-0: 21:26:30 DEBUG unit.oai-hss/0.install git-man liberror-perl unit-oai-hss-0: 21:26:30 DEBUG unit.oai-hss/0.install Suggested packages: unit-oai-hss-0: 21:26:30 DEBUG unit.oai-hss/0.install git-daemon-run git-daemon-sysvinit git-doc git-el git-email git-gui gitk unit-oai-hss-0: 21:26:30 DEBUG unit.oai-hss/0.install gitweb git-arch git-bzr git-cvs git-mediawiki git-svn unit-oai-hss-0: 21:26:30 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 21:26:30 DEBUG unit.oai-hss/0.install git git-man liberror-perl unit-oai-hss-0: 21:26:30 DEBUG unit.oai-hss/0.install 0 upgraded, 3 newly installed, 0 to remove and 2 not upgraded. unit-oai-hss-0: 21:26:30 DEBUG unit.oai-hss/0.install Need to get 3394 kB of archives. unit-oai-hss-0: 21:26:30 DEBUG unit.oai-hss/0.install After this operation, 22.0 MB of additional disk space will be used. unit-oai-hss-0: 21:26:30 DEBUG unit.oai-hss/0.install WARNING: The following packages cannot be authenticated! unit-oai-hss-0: 21:26:30 DEBUG unit.oai-hss/0.install git-man git unit-abot-epc-basic-0: 21:26:44 DEBUG unit.abot-epc-basic/0.install Err:1 http://archive.ubuntu.com/ubuntu xenial InRelease unit-abot-epc-basic-0: 21:26:44 DEBUG unit.abot-epc-basic/0.install Temporary failure resolving 'archive.ubuntu.com' unit-abot-epc-basic-0: 21:26:44 DEBUG unit.abot-epc-basic/0.install Err:2 http://security.ubuntu.com/ubuntu xenial-security InRelease unit-abot-epc-basic-0: 21:26:44 DEBUG unit.abot-epc-basic/0.install Temporary failure resolving 'security.ubuntu.com' unit-oai-hss-0: 21:27:10 DEBUG unit.oai-hss/0.install Err http://archive.ubuntu.com/ubuntu/ trusty/main liberror-perl all 0.17-1.1 unit-oai-hss-0: 21:27:10 DEBUG unit.oai-hss/0.install Could not resolve 'archive.ubuntu.com' unit-oai-hss-0: 21:27:10 DEBUG unit.oai-hss/0.install Err http://archive.ubuntu.com/ubuntu/ trusty-updates/main git-man all 1:1.9.1-1ubuntu0.8 unit-oai-hss-0: 21:27:10 DEBUG unit.oai-hss/0.install Could not resolve 'archive.ubuntu.com' unit-abot-epc-basic-0: 21:27:44 DEBUG unit.abot-epc-basic/0.install Err:3 http://archive.ubuntu.com/ubuntu xenial-updates InRelease unit-abot-epc-basic-0: 21:27:44 DEBUG unit.abot-epc-basic/0.install Temporary failure resolving 'archive.ubuntu.com' unit-oai-hss-0: 21:27:50 DEBUG unit.oai-hss/0.install Err http://security.ubuntu.com/ubuntu/ trusty-security/main git-man all 1:1.9.1-1ubuntu0.8 unit-oai-hss-0: 21:27:50 DEBUG unit.oai-hss/0.install Could not resolve 'security.ubuntu.com' unit-oai-hss-0: 21:27:50 DEBUG unit.oai-hss/0.install Err http://security.ubuntu.com/ubuntu/ trusty-security/main git amd64 1:1.9.1-1ubuntu0.8 unit-oai-hss-0: 21:27:50 DEBUG unit.oai-hss/0.install Could not resolve 'security.ubuntu.com' unit-oai-hss-0: 21:27:50 DEBUG unit.oai-hss/0.install E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libe/liberror-perl/liberror-perl_0.17-1.1_all.deb Could not resolve 'archive.ubuntu.com' unit-oai-hss-0: 21:27:50 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 21:27:50 DEBUG unit.oai-hss/0.install E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/g/git/git-man_1.9.1-1ubuntu0.8_all.deb Could not resolve 'security.ubuntu.com' unit-oai-hss-0: 21:27:50 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 21:27:50 DEBUG unit.oai-hss/0.install E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/g/git/git_1.9.1-1ubuntu0.8_amd64.deb Could not resolve 'security.ubuntu.com' unit-oai-hss-0: 21:27:50 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 21:27:50 DEBUG unit.oai-hss/0.install E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? unit-oai-hss-0: 21:27:50 ERROR juju.worker.uniter.operation hook "install" failed: exit status 100 unit-oai-hss-0: 21:27:50 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 21:27:50 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-oai-hss-0: 21:27:50 DEBUG juju.worker.uniter [AGENT-STATUS] error: hook failed: "install" unit-oai-epc-0: 21:28:01 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-oai-epc-0: 21:28:01 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-abot-epc-basic-0: 21:28:44 DEBUG unit.abot-epc-basic/0.install Err:4 http://archive.ubuntu.com/ubuntu xenial-backports InRelease unit-abot-epc-basic-0: 21:28:44 DEBUG unit.abot-epc-basic/0.install Temporary failure resolving 'archive.ubuntu.com' unit-abot-epc-basic-0: 21:28:44 DEBUG unit.abot-epc-basic/0.install Reading package lists... unit-abot-epc-basic-0: 21:28:44 DEBUG unit.abot-epc-basic/0.install W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/xenial/InRelease Temporary failure resolving 'archive.ubuntu.com' unit-abot-epc-basic-0: 21:28:44 DEBUG unit.abot-epc-basic/0.install W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/xenial-updates/InRelease Temporary failure resolving 'archive.ubuntu.com' unit-abot-epc-basic-0: 21:28:44 DEBUG unit.abot-epc-basic/0.install W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/xenial-backports/InRelease Temporary failure resolving 'archive.ubuntu.com' unit-abot-epc-basic-0: 21:28:44 DEBUG unit.abot-epc-basic/0.install W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/xenial-security/InRelease Temporary failure resolving 'security.ubuntu.com' unit-abot-epc-basic-0: 21:28:44 DEBUG unit.abot-epc-basic/0.install W: Some index files failed to download. They have been ignored, or old ones used instead. unit-abot-epc-basic-0: 21:28:44 DEBUG unit.abot-epc-basic/0.install Reading package lists... unit-abot-epc-basic-0: 21:28:45 DEBUG unit.abot-epc-basic/0.install Building dependency tree... unit-abot-epc-basic-0: 21:28:45 DEBUG unit.abot-epc-basic/0.install Reading state information... unit-abot-epc-basic-0: 21:28:45 DEBUG unit.abot-epc-basic/0.install The following additional packages will be installed: unit-abot-epc-basic-0: 21:28:45 DEBUG unit.abot-epc-basic/0.install ca-certificates-java fontconfig fontconfig-config fonts-dejavu-core unit-abot-epc-basic-0: 21:28:45 DEBUG unit.abot-epc-basic/0.install fonts-dejavu-extra hicolor-icon-theme java-common libasound2 libasound2-data unit-abot-epc-basic-0: 21:28:45 DEBUG unit.abot-epc-basic/0.install libasyncns0 libatk1.0-0 libatk1.0-data libavahi-client3 libavahi-common-data unit-abot-epc-basic-0: 21:28:45 DEBUG unit.abot-epc-basic/0.install libavahi-common3 libcairo2 libcups2 libdatrie1 libdrm-amdgpu1 libdrm-intel1 unit-abot-epc-basic-0: 21:28:45 DEBUG unit.abot-epc-basic/0.install libdrm-nouveau2 libdrm-radeon1 libflac8 libfontconfig1 libgdk-pixbuf2.0-0 unit-abot-epc-basic-0: 21:28:45 DEBUG unit.abot-epc-basic/0.install libgdk-pixbuf2.0-common libgif7 libgl1-mesa-dri libgl1-mesa-glx unit-abot-epc-basic-0: 21:28:45 DEBUG unit.abot-epc-basic/0.install libglapi-mesa libgraphite2-3 libgtk2.0-0 libgtk2.0-bin libgtk2.0-common unit-abot-epc-basic-0: 21:28:45 DEBUG unit.abot-epc-basic/0.install libharfbuzz0b libice-dev libice6 libjbig0 libjpeg-turbo8 libjpeg8 liblcms2-2 unit-abot-epc-basic-0: 21:28:45 DEBUG unit.abot-epc-basic/0.install libllvm6.0 libnspr4 libnss3 libnss3-nssdb libogg0 libpango-1.0-0 unit-abot-epc-basic-0: 21:28:45 DEBUG unit.abot-epc-basic/0.install libpangocairo-1.0-0 libpangoft2-1.0-0 libpciaccess0 libpcsclite1 unit-abot-epc-basic-0: 21:28:45 DEBUG unit.abot-epc-basic/0.install libpixman-1-0 libpthread-stubs0-dev libpulse0 libsensors4 libsm-dev libsm6 unit-abot-epc-basic-0: 21:28:45 DEBUG unit.abot-epc-basic/0.install libsndfile1 libthai-data libthai0 libtiff5 libtxc-dxtn-s2tc0 libvorbis0a unit-abot-epc-basic-0: 21:28:45 DEBUG unit.abot-epc-basic/0.install libvorbisenc2 libx11-dev libx11-doc libx11-xcb1 libxau-dev libxcb-dri2-0 unit-abot-epc-basic-0: 21:28:45 DEBUG unit.abot-epc-basic/0.install libxcb-dri3-0 libxcb-glx0 libxcb-present0 libxcb-render0 libxcb-shm0 unit-abot-epc-basic-0: 21:28:45 DEBUG unit.abot-epc-basic/0.install libxcb-sync1 libxcb1-dev libxcomposite1 libxcursor1 libxdamage1 libxdmcp-dev unit-abot-epc-basic-0: 21:28:45 DEBUG unit.abot-epc-basic/0.install libxfixes3 libxi6 libxinerama1 libxrandr2 libxrender1 libxshmfence1 unit-abot-epc-basic-0: 21:28:45 DEBUG unit.abot-epc-basic/0.install libxt-dev libxt6 libxtst6 libxxf86vm1 openjdk-8-jdk-headless openjdk-8-jre unit-abot-epc-basic-0: 21:28:45 DEBUG unit.abot-epc-basic/0.install openjdk-8-jre-headless x11-common x11proto-core-dev x11proto-input-dev unit-abot-epc-basic-0: 21:28:45 DEBUG unit.abot-epc-basic/0.install x11proto-kb-dev xorg-sgml-doctools xtrans-dev unit-abot-epc-basic-0: 21:28:45 DEBUG unit.abot-epc-basic/0.install Suggested packages: unit-abot-epc-basic-0: 21:28:45 DEBUG unit.abot-epc-basic/0.install default-jre libasound2-plugins alsa-utils cups-common librsvg2-common gvfs unit-abot-epc-basic-0: 21:28:45 DEBUG unit.abot-epc-basic/0.install libice-doc liblcms2-utils pcscd pulseaudio lm-sensors libsm-doc libxcb-doc unit-abot-epc-basic-0: 21:28:45 DEBUG unit.abot-epc-basic/0.install libxt-doc openjdk-8-demo openjdk-8-source visualvm icedtea-8-plugin unit-abot-epc-basic-0: 21:28:45 DEBUG unit.abot-epc-basic/0.install libnss-mdns fonts-ipafont-gothic fonts-ipafont-mincho fonts-wqy-microhei unit-abot-epc-basic-0: 21:28:45 DEBUG unit.abot-epc-basic/0.install fonts-wqy-zenhei fonts-indic unit-abot-epc-basic-0: 21:28:45 DEBUG unit.abot-epc-basic/0.install The following NEW packages will be installed: unit-abot-epc-basic-0: 21:28:45 DEBUG unit.abot-epc-basic/0.install ca-certificates-java fontconfig fontconfig-config fonts-dejavu-core unit-abot-epc-basic-0: 21:28:45 DEBUG unit.abot-epc-basic/0.install fonts-dejavu-extra hicolor-icon-theme java-common libasound2 libasound2-data unit-abot-epc-basic-0: 21:28:45 DEBUG unit.abot-epc-basic/0.install libasyncns0 libatk1.0-0 libatk1.0-data libavahi-client3 libavahi-common-data unit-abot-epc-basic-0: 21:28:45 DEBUG unit.abot-epc-basic/0.install libavahi-common3 libcairo2 libcups2 libdatrie1 libdrm-amdgpu1 libdrm-intel1 unit-abot-epc-basic-0: 21:28:45 DEBUG unit.abot-epc-basic/0.install libdrm-nouveau2 libdrm-radeon1 libflac8 libfontconfig1 libgdk-pixbuf2.0-0 unit-abot-epc-basic-0: 21:28:45 DEBUG unit.abot-epc-basic/0.install libgdk-pixbuf2.0-common libgif7 libgl1-mesa-dri libgl1-mesa-glx unit-abot-epc-basic-0: 21:28:45 DEBUG unit.abot-epc-basic/0.install libglapi-mesa libgraphite2-3 libgtk2.0-0 libgtk2.0-bin libgtk2.0-common unit-abot-epc-basic-0: 21:28:45 DEBUG unit.abot-epc-basic/0.install libharfbuzz0b libice-dev libice6 libjbig0 libjpeg-turbo8 libjpeg8 liblcms2-2 unit-abot-epc-basic-0: 21:28:45 DEBUG unit.abot-epc-basic/0.install libllvm6.0 libnspr4 libnss3 libnss3-nssdb libogg0 libpango-1.0-0 unit-abot-epc-basic-0: 21:28:45 DEBUG unit.abot-epc-basic/0.install libpangocairo-1.0-0 libpangoft2-1.0-0 libpciaccess0 libpcsclite1 unit-abot-epc-basic-0: 21:28:45 DEBUG unit.abot-epc-basic/0.install libpixman-1-0 libpthread-stubs0-dev libpulse0 libsensors4 libsm-dev libsm6 unit-abot-epc-basic-0: 21:28:45 DEBUG unit.abot-epc-basic/0.install libsndfile1 libthai-data libthai0 libtiff5 libtxc-dxtn-s2tc0 libvorbis0a unit-abot-epc-basic-0: 21:28:45 DEBUG unit.abot-epc-basic/0.install libvorbisenc2 libx11-dev libx11-doc libx11-xcb1 libxau-dev libxcb-dri2-0 unit-abot-epc-basic-0: 21:28:45 DEBUG unit.abot-epc-basic/0.install libxcb-dri3-0 libxcb-glx0 libxcb-present0 libxcb-render0 libxcb-shm0 unit-abot-epc-basic-0: 21:28:45 DEBUG unit.abot-epc-basic/0.install libxcb-sync1 libxcb1-dev libxcomposite1 libxcursor1 libxdamage1 libxdmcp-dev unit-abot-epc-basic-0: 21:28:45 DEBUG unit.abot-epc-basic/0.install libxfixes3 libxi6 libxinerama1 libxrandr2 libxrender1 libxshmfence1 unit-abot-epc-basic-0: 21:28:45 DEBUG unit.abot-epc-basic/0.install libxt-dev libxt6 libxtst6 libxxf86vm1 openjdk-8-jdk openjdk-8-jdk-headless unit-abot-epc-basic-0: 21:28:45 DEBUG unit.abot-epc-basic/0.install openjdk-8-jre openjdk-8-jre-headless x11-common x11proto-core-dev unit-abot-epc-basic-0: 21:28:45 DEBUG unit.abot-epc-basic/0.install x11proto-input-dev x11proto-kb-dev xorg-sgml-doctools xtrans-dev unit-oai-epc-0: 21:28:55 DEBUG juju.worker.uniter.remotestate retry hook timer triggered unit-oai-epc-0: 21:28:55 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-oai-epc-0: 21:28:55 DEBUG juju.worker.uniter.operation running operation run install hook unit-oai-epc-0: 21:28:55 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-epc-0: 21:28:55 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-epc-0: 21:28:55 DEBUG juju.worker.uniter.operation preparing operation "run install hook" unit-oai-epc-0: 21:28:55 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-oai-epc-0: 21:28:55 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook unit-oai-epc-0: 21:28:55 DEBUG unit.oai-epc/0.install + export DEBIAN_FRONTEND=noninteractive unit-oai-epc-0: 21:28:55 DEBUG unit.oai-epc/0.install + DEBIAN_FRONTEND=noninteractive unit-oai-epc-0: 21:28:55 DEBUG unit.oai-epc/0.install + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 21:28:55 DEBUG unit.oai-epc/0.install ++ validated_mme_public_ip=0 unit-oai-epc-0: 21:28:55 DEBUG unit.oai-epc/0.install + set_env_paths unit-oai-epc-0: 21:28:55 DEBUG unit.oai-epc/0.install + openair_path=/srv/openair-cn unit-oai-epc-0: 21:28:55 DEBUG unit.oai-epc/0.install + build_path=/srv/openair-cn/BUILD unit-oai-epc-0: 21:28:55 DEBUG unit.oai-epc/0.install + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-epc-0: 21:28:55 DEBUG unit.oai-epc/0.install + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-epc-0: 21:28:55 DEBUG unit.oai-epc/0.install + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-epc-0: 21:28:55 DEBUG unit.oai-epc/0.install + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-epc-0: 21:28:55 DEBUG unit.oai-epc/0.install + epc_conf_path=/usr/local/etc/oai unit-oai-epc-0: 21:28:55 DEBUG unit.oai-epc/0.install + epc_exec_name=mme_gw unit-oai-epc-0: 21:28:55 DEBUG unit.oai-epc/0.install + open-port 2152/udp unit-oai-epc-0: 21:28:55 DEBUG worker.uniter.jujuc running hook tool "open-port" unit-oai-epc-0: 21:28:55 DEBUG unit.oai-epc/0.install ++ config-get branch unit-oai-epc-0: 21:28:55 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 21:28:55 DEBUG unit.oai-epc/0.install + branch=v0.3.2-branch unit-oai-epc-0: 21:28:55 DEBUG unit.oai-epc/0.install ++ config-get revision unit-oai-epc-0: 21:28:55 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 21:28:55 DEBUG unit.oai-epc/0.install + revision=HEAD unit-oai-epc-0: 21:28:55 DEBUG unit.oai-epc/0.install + echo v0.3.2-branch unit-oai-epc-0: 21:28:55 DEBUG unit.oai-epc/0.install + echo HEAD unit-oai-epc-0: 21:28:55 DEBUG unit.oai-epc/0.install + update_hostname unit-oai-epc-0: 21:28:55 DEBUG unit.oai-epc/0.install ++ sed 's|/|-|' unit-oai-epc-0: 21:28:55 DEBUG unit.oai-epc/0.install ++ echo oai-epc/0 unit-oai-epc-0: 21:28:55 DEBUG unit.oai-epc/0.install + HOSTNAME=oai-epc-0 unit-oai-epc-0: 21:28:55 DEBUG unit.oai-epc/0.install + echo oai-epc-0 unit-oai-epc-0: 21:28:55 DEBUG unit.oai-epc/0.install + hostname oai-epc-0 unit-oai-epc-0: 21:28:55 DEBUG unit.oai-epc/0.install ++ hostname unit-oai-epc-0: 21:28:55 DEBUG unit.oai-epc/0.install + echo '127.0.0.1 oai-epc-0' unit-oai-epc-0: 21:28:55 DEBUG unit.oai-epc/0.install + install_packages unit-oai-epc-0: 21:28:55 DEBUG unit.oai-epc/0.install ++ grep -c install unit-oai-epc-0: 21:28:55 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections git unit-oai-epc-0: 21:28:55 DEBUG unit.oai-epc/0.install + gitAlreadyInstalled=0 unit-oai-epc-0: 21:28:55 DEBUG unit.oai-epc/0.install + true unit-oai-epc-0: 21:28:55 DEBUG unit.oai-epc/0.install + '[' '!' 0 -eq 1 ']' unit-oai-epc-0: 21:28:55 DEBUG unit.oai-epc/0.install + apt-get install -y --force-yes git unit-oai-epc-0: 21:28:55 DEBUG unit.oai-epc/0.install Reading package lists... unit-oai-epc-0: 21:28:56 DEBUG unit.oai-epc/0.install Building dependency tree... unit-oai-epc-0: 21:28:56 DEBUG unit.oai-epc/0.install Reading state information... unit-oai-epc-0: 21:28:56 DEBUG unit.oai-epc/0.install The following extra packages will be installed: unit-oai-epc-0: 21:28:56 DEBUG unit.oai-epc/0.install git-man liberror-perl unit-oai-epc-0: 21:28:56 DEBUG unit.oai-epc/0.install Suggested packages: unit-oai-epc-0: 21:28:56 DEBUG unit.oai-epc/0.install git-daemon-run git-daemon-sysvinit git-doc git-el git-email git-gui gitk unit-oai-epc-0: 21:28:56 DEBUG unit.oai-epc/0.install gitweb git-arch git-bzr git-cvs git-mediawiki git-svn unit-oai-epc-0: 21:28:56 DEBUG unit.oai-epc/0.install The following NEW packages will be installed: unit-oai-epc-0: 21:28:56 DEBUG unit.oai-epc/0.install git git-man liberror-perl unit-oai-epc-0: 21:28:56 DEBUG unit.oai-epc/0.install 0 upgraded, 3 newly installed, 0 to remove and 2 not upgraded. unit-oai-epc-0: 21:28:56 DEBUG unit.oai-epc/0.install Need to get 3394 kB of archives. unit-oai-epc-0: 21:28:56 DEBUG unit.oai-epc/0.install After this operation, 22.0 MB of additional disk space will be used. unit-oai-epc-0: 21:28:56 DEBUG unit.oai-epc/0.install WARNING: The following packages cannot be authenticated! unit-oai-epc-0: 21:28:56 DEBUG unit.oai-epc/0.install git-man git unit-oai-epc-0: 21:29:36 DEBUG unit.oai-epc/0.install Err http://archive.ubuntu.com/ubuntu/ trusty/main liberror-perl all 0.17-1.1 unit-oai-epc-0: 21:29:36 DEBUG unit.oai-epc/0.install Could not resolve 'archive.ubuntu.com' unit-oai-epc-0: 21:29:36 DEBUG unit.oai-epc/0.install Err http://archive.ubuntu.com/ubuntu/ trusty-updates/main git-man all 1:1.9.1-1ubuntu0.8 unit-oai-epc-0: 21:29:36 DEBUG unit.oai-epc/0.install Could not resolve 'archive.ubuntu.com' unit-mysql-0: 21:29:42 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-mysql-0: 21:29:42 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-abot-epc-basic-0: 21:29:45 DEBUG unit.abot-epc-basic/0.install 0 upgraded, 100 newly installed, 0 to remove and 0 not upgraded. unit-abot-epc-basic-0: 21:29:45 DEBUG unit.abot-epc-basic/0.install Need to get 70.1 MB of archives. unit-abot-epc-basic-0: 21:29:45 DEBUG unit.abot-epc-basic/0.install After this operation, 400 MB of additional disk space will be used. unit-abot-epc-basic-0: 21:29:45 DEBUG unit.abot-epc-basic/0.install Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 fonts-dejavu-core all 2.35-1 unit-abot-epc-basic-0: 21:29:45 DEBUG unit.abot-epc-basic/0.install Temporary failure resolving 'archive.ubuntu.com' unit-oai-epc-0: 21:30:16 DEBUG unit.oai-epc/0.install Err http://security.ubuntu.com/ubuntu/ trusty-security/main git-man all 1:1.9.1-1ubuntu0.8 unit-oai-epc-0: 21:30:16 DEBUG unit.oai-epc/0.install Could not resolve 'security.ubuntu.com' unit-oai-epc-0: 21:30:16 DEBUG unit.oai-epc/0.install Err http://security.ubuntu.com/ubuntu/ trusty-security/main git amd64 1:1.9.1-1ubuntu0.8 unit-oai-epc-0: 21:30:16 DEBUG unit.oai-epc/0.install Could not resolve 'security.ubuntu.com' unit-oai-epc-0: 21:30:16 DEBUG unit.oai-epc/0.install E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libe/liberror-perl/liberror-perl_0.17-1.1_all.deb Could not resolve 'archive.ubuntu.com' unit-oai-epc-0: 21:30:16 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 21:30:16 DEBUG unit.oai-epc/0.install E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/g/git/git-man_1.9.1-1ubuntu0.8_all.deb Could not resolve 'security.ubuntu.com' unit-oai-epc-0: 21:30:16 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 21:30:16 DEBUG unit.oai-epc/0.install E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/g/git/git_1.9.1-1ubuntu0.8_amd64.deb Could not resolve 'security.ubuntu.com' unit-oai-epc-0: 21:30:16 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 21:30:16 DEBUG unit.oai-epc/0.install E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? unit-oai-epc-0: 21:30:16 ERROR juju.worker.uniter.operation hook "install" failed: exit status 100 unit-oai-epc-0: 21:30:16 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 21:30:16 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-oai-epc-0: 21:30:16 DEBUG juju.worker.uniter [AGENT-STATUS] error: hook failed: "install" unit-mysql-0: 21:30:39 DEBUG juju.worker.uniter.remotestate retry hook timer triggered unit-mysql-0: 21:30:39 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-mysql-0: 21:30:39 DEBUG juju.worker.uniter.operation running operation run install hook unit-mysql-0: 21:30:39 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-mysql-0: 21:30:39 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-mysql-0: 21:30:39 DEBUG juju.worker.uniter.operation preparing operation "run install hook" unit-mysql-0: 21:30:39 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-mysql-0: 21:30:40 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook unit-mysql-0: 21:30:40 DEBUG unit.mysql/0.install dpkg-query: package 'python-netaddr' is not installed and no information is available unit-mysql-0: 21:30:40 DEBUG unit.mysql/0.install Use dpkg --info (= dpkg-deb --info) to examine archive files, unit-mysql-0: 21:30:40 DEBUG unit.mysql/0.install and dpkg --contents (= dpkg-deb --contents) to list their contents. unit-mysql-0: 21:30:40 DEBUG unit.mysql/0.install Reading package lists... unit-mysql-0: 21:30:40 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 21:30:40 DEBUG unit.mysql/0.install Reading state information... unit-mysql-0: 21:30:40 DEBUG unit.mysql/0.install Suggested packages: unit-mysql-0: 21:30:40 DEBUG unit.mysql/0.install ipython python-netaddr-docs unit-mysql-0: 21:30:40 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 21:30:40 DEBUG unit.mysql/0.install python-netaddr unit-mysql-0: 21:30:40 DEBUG unit.mysql/0.install 0 upgraded, 1 newly installed, 0 to remove and 2 not upgraded. unit-mysql-0: 21:30:40 DEBUG unit.mysql/0.install Need to get 849 kB of archives. unit-mysql-0: 21:30:40 DEBUG unit.mysql/0.install After this operation, 4216 kB of additional disk space will be used. unit-mysql-0: 21:30:40 DEBUG unit.mysql/0.install WARNING: The following packages cannot be authenticated! unit-mysql-0: 21:30:40 DEBUG unit.mysql/0.install python-netaddr unit-mysql-0: 21:30:40 DEBUG unit.mysql/0.install E: There are problems and -y was used without --force-yes unit-mysql-0: 21:30:40 DEBUG unit.mysql/0.install dpkg-query: package 'python-netifaces' is not installed and no information is available unit-mysql-0: 21:30:40 DEBUG unit.mysql/0.install Use dpkg --info (= dpkg-deb --info) to examine archive files, unit-mysql-0: 21:30:40 DEBUG unit.mysql/0.install and dpkg --contents (= dpkg-deb --contents) to list their contents. unit-mysql-0: 21:30:40 DEBUG unit.mysql/0.install Reading package lists... unit-mysql-0: 21:30:40 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 21:30:40 DEBUG unit.mysql/0.install Reading state information... unit-mysql-0: 21:30:40 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 21:30:40 DEBUG unit.mysql/0.install python-netifaces unit-abot-epc-basic-0: 21:30:43 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-abot-epc-basic-0: 21:30:45 DEBUG unit.abot-epc-basic/0.install Err:2 http://security.ubuntu.com/ubuntu xenial-security/main amd64 fontconfig-config all 2.11.94-0ubuntu1.1 unit-abot-epc-basic-0: 21:30:45 DEBUG unit.abot-epc-basic/0.install Temporary failure resolving 'archive.ubuntu.com' unit-mysql-0: 21:31:20 DEBUG unit.mysql/0.install 0 upgraded, 1 newly installed, 0 to remove and 2 not upgraded. unit-mysql-0: 21:31:20 DEBUG unit.mysql/0.install Need to get 11.3 kB of archives. unit-mysql-0: 21:31:20 DEBUG unit.mysql/0.install After this operation, 63.5 kB of additional disk space will be used. unit-mysql-0: 21:31:20 DEBUG unit.mysql/0.install Err http://archive.ubuntu.com/ubuntu/ trusty/main python-netifaces amd64 0.8-3build1 unit-mysql-0: 21:31:20 DEBUG unit.mysql/0.install Could not resolve 'archive.ubuntu.com' unit-mysql-0: 21:31:20 DEBUG unit.mysql/0.install E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/n/netifaces/python-netifaces_0.8-3build1_amd64.deb Could not resolve 'archive.ubuntu.com' unit-mysql-0: 21:31:20 DEBUG unit.mysql/0.install unit-mysql-0: 21:31:20 DEBUG unit.mysql/0.install E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? unit-mysql-0: 21:31:20 DEBUG unit.mysql/0.install dpkg-query: package 'python-pip' is not installed and no information is available unit-mysql-0: 21:31:20 DEBUG unit.mysql/0.install Use dpkg --info (= dpkg-deb --info) to examine archive files, unit-mysql-0: 21:31:20 DEBUG unit.mysql/0.install and dpkg --contents (= dpkg-deb --contents) to list their contents. unit-mysql-0: 21:31:20 DEBUG unit.mysql/0.install Reading package lists... unit-mysql-0: 21:31:20 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 21:31:20 DEBUG unit.mysql/0.install Reading state information... unit-mysql-0: 21:31:20 DEBUG unit.mysql/0.install The following extra packages will be installed: unit-mysql-0: 21:31:20 DEBUG unit.mysql/0.install binutils build-essential cpp cpp-4.8 dpkg-dev fakeroot g++ g++-4.8 gcc unit-mysql-0: 21:31:20 DEBUG unit.mysql/0.install gcc-4.8 libalgorithm-diff-perl libalgorithm-diff-xs-perl unit-mysql-0: 21:31:20 DEBUG unit.mysql/0.install libalgorithm-merge-perl libasan0 libatomic1 libc-dev-bin libc6-dev unit-mysql-0: 21:31:20 DEBUG unit.mysql/0.install libcloog-isl4 libdpkg-perl libfakeroot libfile-fcntllock-perl libgcc-4.8-dev unit-mysql-0: 21:31:20 DEBUG unit.mysql/0.install libgmp10 libgomp1 libisl10 libitm1 libmpc3 libmpfr4 libquadmath0 unit-mysql-0: 21:31:20 DEBUG unit.mysql/0.install libstdc++-4.8-dev libtsan0 linux-libc-dev make manpages-dev unit-mysql-0: 21:31:20 DEBUG unit.mysql/0.install python-chardet-whl python-colorama python-colorama-whl python-distlib unit-mysql-0: 21:31:20 DEBUG unit.mysql/0.install python-distlib-whl python-html5lib python-html5lib-whl python-pip-whl unit-mysql-0: 21:31:20 DEBUG unit.mysql/0.install python-requests-whl python-setuptools python-setuptools-whl python-six-whl unit-mysql-0: 21:31:20 DEBUG unit.mysql/0.install python-urllib3-whl python-wheel python3-pkg-resources unit-mysql-0: 21:31:20 DEBUG unit.mysql/0.install Suggested packages: unit-mysql-0: 21:31:20 DEBUG unit.mysql/0.install binutils-doc cpp-doc gcc-4.8-locales debian-keyring g++-multilib unit-mysql-0: 21:31:20 DEBUG unit.mysql/0.install g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib autoconf unit-mysql-0: 21:31:20 DEBUG unit.mysql/0.install automake1.9 libtool flex bison gdb gcc-doc gcc-4.8-multilib libgcc1-dbg unit-mysql-0: 21:31:20 DEBUG unit.mysql/0.install libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg unit-mysql-0: 21:31:20 DEBUG unit.mysql/0.install libquadmath0-dbg glibc-doc libstdc++-4.8-doc make-doc python-genshi unit-mysql-0: 21:31:20 DEBUG unit.mysql/0.install python-lxml python3-setuptools unit-mysql-0: 21:31:20 DEBUG unit.mysql/0.install Recommended packages: unit-mysql-0: 21:31:20 DEBUG unit.mysql/0.install python-dev-all unit-mysql-0: 21:31:20 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 21:31:20 DEBUG unit.mysql/0.install binutils build-essential cpp cpp-4.8 dpkg-dev fakeroot g++ g++-4.8 gcc unit-mysql-0: 21:31:20 DEBUG unit.mysql/0.install gcc-4.8 libalgorithm-diff-perl libalgorithm-diff-xs-perl unit-mysql-0: 21:31:20 DEBUG unit.mysql/0.install libalgorithm-merge-perl libasan0 libatomic1 libc-dev-bin libc6-dev unit-mysql-0: 21:31:20 DEBUG unit.mysql/0.install libcloog-isl4 libdpkg-perl libfakeroot libfile-fcntllock-perl libgcc-4.8-dev unit-mysql-0: 21:31:20 DEBUG unit.mysql/0.install libgmp10 libgomp1 libisl10 libitm1 libmpc3 libmpfr4 libquadmath0 unit-mysql-0: 21:31:20 DEBUG unit.mysql/0.install libstdc++-4.8-dev libtsan0 linux-libc-dev make manpages-dev unit-mysql-0: 21:31:20 DEBUG unit.mysql/0.install python-chardet-whl python-colorama python-colorama-whl python-distlib unit-mysql-0: 21:31:20 DEBUG unit.mysql/0.install python-distlib-whl python-html5lib python-html5lib-whl python-pip unit-mysql-0: 21:31:20 DEBUG unit.mysql/0.install python-pip-whl python-requests-whl python-setuptools python-setuptools-whl unit-mysql-0: 21:31:20 DEBUG unit.mysql/0.install python-six-whl python-urllib3-whl python-wheel python3-pkg-resources unit-mysql-0: 21:31:20 DEBUG unit.mysql/0.install 0 upgraded, 50 newly installed, 0 to remove and 2 not upgraded. unit-mysql-0: 21:31:20 DEBUG unit.mysql/0.install Need to get 41.1 MB of archives. unit-mysql-0: 21:31:20 DEBUG unit.mysql/0.install After this operation, 120 MB of additional disk space will be used. unit-mysql-0: 21:31:20 DEBUG unit.mysql/0.install WARNING: The following packages cannot be authenticated! unit-mysql-0: 21:31:20 DEBUG unit.mysql/0.install libasan0 libatomic1 libgomp1 libitm1 libquadmath0 libtsan0 binutils unit-mysql-0: 21:31:20 DEBUG unit.mysql/0.install libc-dev-bin linux-libc-dev libc6-dev cpp-4.8 libgcc-4.8-dev gcc-4.8 unit-mysql-0: 21:31:20 DEBUG unit.mysql/0.install libstdc++-4.8-dev g++-4.8 libdpkg-perl dpkg-dev python3-pkg-resources unit-mysql-0: 21:31:20 DEBUG unit.mysql/0.install python-chardet-whl python-colorama python-colorama-whl python-distlib unit-mysql-0: 21:31:20 DEBUG unit.mysql/0.install python-distlib-whl python-html5lib python-html5lib-whl python-six-whl unit-mysql-0: 21:31:20 DEBUG unit.mysql/0.install python-urllib3-whl python-requests-whl python-setuptools-whl python-pip-whl unit-mysql-0: 21:31:20 DEBUG unit.mysql/0.install python-setuptools python-pip python-wheel unit-mysql-0: 21:31:20 DEBUG unit.mysql/0.install E: There are problems and -y was used without --force-yes unit-mysql-0: 21:31:20 DEBUG unit.mysql/0.install Reading package lists... unit-mysql-0: 21:31:20 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 21:31:20 DEBUG unit.mysql/0.install Reading state information... unit-mysql-0: 21:31:20 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 21:31:20 DEBUG unit.mysql/0.install python-dnspython unit-oai-hss-0: 21:31:26 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-oai-hss-0: 21:31:26 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-abot-epc-basic-0: 21:31:45 DEBUG unit.abot-epc-basic/0.install Ign:3 http://security.ubuntu.com/ubuntu xenial-security/main amd64 libfontconfig1 amd64 2.11.94-0ubuntu1.1 unit-abot-epc-basic-0: 21:31:45 DEBUG unit.abot-epc-basic/0.install Err:2 http://security.ubuntu.com/ubuntu xenial-security/main amd64 fontconfig-config all 2.11.94-0ubuntu1.1 unit-abot-epc-basic-0: 21:31:45 DEBUG unit.abot-epc-basic/0.install Temporary failure resolving 'archive.ubuntu.com' unit-mysql-0: 21:32:01 DEBUG unit.mysql/0.install 0 upgraded, 1 newly installed, 0 to remove and 2 not upgraded. unit-mysql-0: 21:32:01 DEBUG unit.mysql/0.install Need to get 83.1 kB of archives. unit-mysql-0: 21:32:01 DEBUG unit.mysql/0.install After this operation, 545 kB of additional disk space will be used. unit-mysql-0: 21:32:01 DEBUG unit.mysql/0.install Err http://archive.ubuntu.com/ubuntu/ trusty/main python-dnspython all 1.11.1-1build1 unit-mysql-0: 21:32:01 DEBUG unit.mysql/0.install Could not resolve 'archive.ubuntu.com' unit-mysql-0: 21:32:01 DEBUG unit.mysql/0.install E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/d/dnspython/python-dnspython_1.11.1-1build1_all.deb Could not resolve 'archive.ubuntu.com' unit-mysql-0: 21:32:01 DEBUG unit.mysql/0.install unit-mysql-0: 21:32:01 DEBUG unit.mysql/0.install E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? unit-mysql-0: 21:32:01 DEBUG unit.mysql/0.install Traceback (most recent call last): unit-mysql-0: 21:32:01 DEBUG unit.mysql/0.install File "/var/lib/juju/agents/unit-mysql-0/charm/hooks/install.real", line 6, in unit-mysql-0: 21:32:01 DEBUG unit.mysql/0.install import lib.utils as utils unit-mysql-0: 21:32:01 DEBUG unit.mysql/0.install File "/var/lib/juju/agents/unit-mysql-0/charm/hooks/lib/utils.py", line 46, in unit-mysql-0: 21:32:01 DEBUG unit.mysql/0.install install('python-dnspython') unit-mysql-0: 21:32:01 DEBUG unit.mysql/0.install File "/var/lib/juju/agents/unit-mysql-0/charm/hooks/lib/utils.py", line 41, in install unit-mysql-0: 21:32:01 DEBUG unit.mysql/0.install subprocess.check_call(cmd) unit-mysql-0: 21:32:01 DEBUG unit.mysql/0.install File "/usr/lib/python2.7/subprocess.py", line 540, in check_call unit-mysql-0: 21:32:01 DEBUG unit.mysql/0.install raise CalledProcessError(retcode, cmd) unit-mysql-0: 21:32:01 DEBUG unit.mysql/0.install subprocess.CalledProcessError: Command '['apt-get', '-y', 'install', 'python-dnspython']' returned non-zero exit status 100 unit-mysql-0: 21:32:01 ERROR juju.worker.uniter.operation hook "install" failed: exit status 1 unit-mysql-0: 21:32:01 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 21:32:01 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-mysql-0: 21:32:01 DEBUG juju.worker.uniter [AGENT-STATUS] error: hook failed: "install" unit-abot-epc-basic-0: 21:32:45 DEBUG unit.abot-epc-basic/0.install Ign:4 http://security.ubuntu.com/ubuntu xenial-security/main amd64 fontconfig amd64 2.11.94-0ubuntu1.1 unit-abot-epc-basic-0: 21:32:45 DEBUG unit.abot-epc-basic/0.install Err:3 http://security.ubuntu.com/ubuntu xenial-security/main amd64 libfontconfig1 amd64 2.11.94-0ubuntu1.1 unit-abot-epc-basic-0: 21:32:45 DEBUG unit.abot-epc-basic/0.install Temporary failure resolving 'archive.ubuntu.com' unit-oai-hss-0: 21:32:51 DEBUG juju.worker.uniter.remotestate retry hook timer triggered unit-oai-hss-0: 21:32:51 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-oai-hss-0: 21:32:51 DEBUG juju.worker.uniter.operation running operation run install hook unit-oai-hss-0: 21:32:51 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-hss-0: 21:32:51 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-hss-0: 21:32:51 DEBUG juju.worker.uniter.operation preparing operation "run install hook" unit-oai-hss-0: 21:32:51 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-oai-hss-0: 21:32:51 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook unit-oai-hss-0: 21:32:51 DEBUG unit.oai-hss/0.install + export DEBIAN_FRONTEND=noninteractive unit-oai-hss-0: 21:32:51 DEBUG unit.oai-hss/0.install + DEBIAN_FRONTEND=noninteractive unit-oai-hss-0: 21:32:51 DEBUG unit.oai-hss/0.install + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 21:32:51 DEBUG unit.oai-hss/0.install + export juju=set unit-oai-hss-0: 21:32:51 DEBUG unit.oai-hss/0.install + juju=set unit-oai-hss-0: 21:32:51 DEBUG unit.oai-hss/0.install + set_env_paths unit-oai-hss-0: 21:32:51 DEBUG unit.oai-hss/0.install + openair_path=/srv/openair-cn unit-oai-hss-0: 21:32:51 DEBUG unit.oai-hss/0.install + build_path=/srv/openair-cn/BUILD unit-oai-hss-0: 21:32:51 DEBUG unit.oai-hss/0.install + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-hss-0: 21:32:51 DEBUG unit.oai-hss/0.install + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-hss-0: 21:32:51 DEBUG unit.oai-hss/0.install + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 21:32:51 DEBUG unit.oai-hss/0.install + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-hss-0: 21:32:51 DEBUG unit.oai-hss/0.install + hss_conf=/usr/local/etc/oai unit-oai-hss-0: 21:32:51 DEBUG unit.oai-hss/0.install + hss_exec_name=oai_hss unit-oai-hss-0: 21:32:51 DEBUG unit.oai-hss/0.install ++ config-get branch unit-oai-hss-0: 21:32:51 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 21:32:51 DEBUG unit.oai-hss/0.install + branch=v0.3.2-branch unit-oai-hss-0: 21:32:51 DEBUG unit.oai-hss/0.install ++ config-get revision unit-oai-hss-0: 21:32:51 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 21:32:51 DEBUG unit.oai-hss/0.install + revision=HEAD unit-oai-hss-0: 21:32:51 DEBUG unit.oai-hss/0.install + echo v0.3.2-branch unit-oai-hss-0: 21:32:51 DEBUG unit.oai-hss/0.install + echo HEAD unit-oai-hss-0: 21:32:51 DEBUG unit.oai-hss/0.install + update_hostname unit-oai-hss-0: 21:32:51 DEBUG unit.oai-hss/0.install ++ sed 's|/|-|' unit-oai-hss-0: 21:32:51 DEBUG unit.oai-hss/0.install ++ echo oai-hss/0 unit-oai-hss-0: 21:32:51 DEBUG unit.oai-hss/0.install + HOSTNAME=oai-hss-0 unit-oai-hss-0: 21:32:51 DEBUG unit.oai-hss/0.install + echo oai-hss-0 unit-oai-hss-0: 21:32:51 DEBUG unit.oai-hss/0.install + hostname oai-hss-0 unit-oai-hss-0: 21:32:51 DEBUG unit.oai-hss/0.install ++ hostname unit-oai-hss-0: 21:32:51 DEBUG unit.oai-hss/0.install + echo '127.0.0.1 oai-hss-0' unit-oai-hss-0: 21:32:51 DEBUG unit.oai-hss/0.install + install_packages unit-oai-hss-0: 21:32:51 DEBUG unit.oai-hss/0.install + status-set maintenance 'Installing some dependencies' unit-oai-hss-0: 21:32:51 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 21:32:51 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 21:32:51 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections git unit-oai-hss-0: 21:32:51 DEBUG unit.oai-hss/0.install + gitAlreadyInstalled=0 unit-oai-hss-0: 21:32:51 DEBUG unit.oai-hss/0.install + true unit-oai-hss-0: 21:32:51 DEBUG unit.oai-hss/0.install + '[' '!' 0 -eq 1 ']' unit-oai-hss-0: 21:32:51 DEBUG unit.oai-hss/0.install + apt-get install -y --force-yes git unit-oai-hss-0: 21:32:51 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 21:32:51 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 21:32:51 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 21:32:51 DEBUG unit.oai-hss/0.install The following extra packages will be installed: unit-oai-hss-0: 21:32:51 DEBUG unit.oai-hss/0.install git-man liberror-perl unit-oai-hss-0: 21:32:51 DEBUG unit.oai-hss/0.install Suggested packages: unit-oai-hss-0: 21:32:51 DEBUG unit.oai-hss/0.install git-daemon-run git-daemon-sysvinit git-doc git-el git-email git-gui gitk unit-oai-hss-0: 21:32:51 DEBUG unit.oai-hss/0.install gitweb git-arch git-bzr git-cvs git-mediawiki git-svn unit-oai-hss-0: 21:32:51 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 21:32:51 DEBUG unit.oai-hss/0.install git git-man liberror-perl unit-oai-hss-0: 21:32:51 DEBUG unit.oai-hss/0.install 0 upgraded, 3 newly installed, 0 to remove and 2 not upgraded. unit-oai-hss-0: 21:32:51 DEBUG unit.oai-hss/0.install Need to get 3394 kB of archives. unit-oai-hss-0: 21:32:51 DEBUG unit.oai-hss/0.install After this operation, 22.0 MB of additional disk space will be used. unit-oai-hss-0: 21:32:51 DEBUG unit.oai-hss/0.install WARNING: The following packages cannot be authenticated! unit-oai-hss-0: 21:32:51 DEBUG unit.oai-hss/0.install git-man git unit-oai-hss-0: 21:33:31 DEBUG unit.oai-hss/0.install Err http://archive.ubuntu.com/ubuntu/ trusty/main liberror-perl all 0.17-1.1 unit-oai-hss-0: 21:33:31 DEBUG unit.oai-hss/0.install Could not resolve 'archive.ubuntu.com' unit-oai-hss-0: 21:33:31 DEBUG unit.oai-hss/0.install Err http://archive.ubuntu.com/ubuntu/ trusty-updates/main git-man all 1:1.9.1-1ubuntu0.8 unit-oai-hss-0: 21:33:31 DEBUG unit.oai-hss/0.install Could not resolve 'archive.ubuntu.com' unit-abot-epc-basic-0: 21:33:45 DEBUG unit.abot-epc-basic/0.install Err:5 http://archive.ubuntu.com/ubuntu xenial/main amd64 libasyncns0 amd64 0.8-5build1 unit-abot-epc-basic-0: 21:33:45 DEBUG unit.abot-epc-basic/0.install Temporary failure resolving 'archive.ubuntu.com' unit-abot-epc-basic-0: 21:33:45 DEBUG unit.abot-epc-basic/0.install Err:4 http://security.ubuntu.com/ubuntu xenial-security/main amd64 fontconfig amd64 2.11.94-0ubuntu1.1 unit-abot-epc-basic-0: 21:33:45 DEBUG unit.abot-epc-basic/0.install Temporary failure resolving 'archive.ubuntu.com' unit-oai-hss-0: 21:34:11 DEBUG unit.oai-hss/0.install Err http://security.ubuntu.com/ubuntu/ trusty-security/main git-man all 1:1.9.1-1ubuntu0.8 unit-oai-hss-0: 21:34:11 DEBUG unit.oai-hss/0.install Could not resolve 'security.ubuntu.com' unit-oai-hss-0: 21:34:11 DEBUG unit.oai-hss/0.install Err http://security.ubuntu.com/ubuntu/ trusty-security/main git amd64 1:1.9.1-1ubuntu0.8 unit-oai-hss-0: 21:34:11 DEBUG unit.oai-hss/0.install Could not resolve 'security.ubuntu.com' unit-oai-hss-0: 21:34:11 DEBUG unit.oai-hss/0.install E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libe/liberror-perl/liberror-perl_0.17-1.1_all.deb Could not resolve 'archive.ubuntu.com' unit-oai-hss-0: 21:34:11 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 21:34:11 DEBUG unit.oai-hss/0.install E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/g/git/git-man_1.9.1-1ubuntu0.8_all.deb Could not resolve 'security.ubuntu.com' unit-oai-hss-0: 21:34:11 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 21:34:11 DEBUG unit.oai-hss/0.install E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/g/git/git_1.9.1-1ubuntu0.8_amd64.deb Could not resolve 'security.ubuntu.com' unit-oai-hss-0: 21:34:11 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 21:34:11 DEBUG unit.oai-hss/0.install E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? unit-oai-hss-0: 21:34:11 ERROR juju.worker.uniter.operation hook "install" failed: exit status 100 unit-oai-hss-0: 21:34:11 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 21:34:11 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-oai-hss-0: 21:34:11 DEBUG juju.worker.uniter [AGENT-STATUS] error: hook failed: "install" unit-oai-epc-0: 21:34:20 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-oai-epc-0: 21:34:20 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-abot-epc-basic-0: 21:34:45 DEBUG unit.abot-epc-basic/0.install Err:6 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 x11-common all 1:7.7+13ubuntu3.1 unit-abot-epc-basic-0: 21:34:45 DEBUG unit.abot-epc-basic/0.install Temporary failure resolving 'archive.ubuntu.com' unit-mysql-0: 21:35:02 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-mysql-0: 21:35:02 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-oai-epc-0: 21:35:16 DEBUG juju.worker.uniter.remotestate retry hook timer triggered unit-oai-epc-0: 21:35:16 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-oai-epc-0: 21:35:16 DEBUG juju.worker.uniter.operation running operation run install hook unit-oai-epc-0: 21:35:16 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-epc-0: 21:35:16 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-epc-0: 21:35:16 DEBUG juju.worker.uniter.operation preparing operation "run install hook" unit-oai-epc-0: 21:35:16 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-oai-epc-0: 21:35:16 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook unit-oai-epc-0: 21:35:16 DEBUG unit.oai-epc/0.install + export DEBIAN_FRONTEND=noninteractive unit-oai-epc-0: 21:35:16 DEBUG unit.oai-epc/0.install + DEBIAN_FRONTEND=noninteractive unit-oai-epc-0: 21:35:16 DEBUG unit.oai-epc/0.install + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 21:35:16 DEBUG unit.oai-epc/0.install ++ validated_mme_public_ip=0 unit-oai-epc-0: 21:35:16 DEBUG unit.oai-epc/0.install + set_env_paths unit-oai-epc-0: 21:35:16 DEBUG unit.oai-epc/0.install + openair_path=/srv/openair-cn unit-oai-epc-0: 21:35:16 DEBUG unit.oai-epc/0.install + build_path=/srv/openair-cn/BUILD unit-oai-epc-0: 21:35:16 DEBUG unit.oai-epc/0.install + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-epc-0: 21:35:16 DEBUG unit.oai-epc/0.install + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-epc-0: 21:35:16 DEBUG unit.oai-epc/0.install + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-epc-0: 21:35:16 DEBUG unit.oai-epc/0.install + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-epc-0: 21:35:16 DEBUG unit.oai-epc/0.install + epc_conf_path=/usr/local/etc/oai unit-oai-epc-0: 21:35:16 DEBUG unit.oai-epc/0.install + epc_exec_name=mme_gw unit-oai-epc-0: 21:35:16 DEBUG unit.oai-epc/0.install + open-port 2152/udp unit-oai-epc-0: 21:35:16 DEBUG worker.uniter.jujuc running hook tool "open-port" unit-oai-epc-0: 21:35:16 DEBUG unit.oai-epc/0.install ++ config-get branch unit-oai-epc-0: 21:35:16 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 21:35:16 DEBUG unit.oai-epc/0.install + branch=v0.3.2-branch unit-oai-epc-0: 21:35:16 DEBUG unit.oai-epc/0.install ++ config-get revision unit-oai-epc-0: 21:35:16 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 21:35:16 DEBUG unit.oai-epc/0.install + revision=HEAD unit-oai-epc-0: 21:35:16 DEBUG unit.oai-epc/0.install + echo v0.3.2-branch unit-oai-epc-0: 21:35:16 DEBUG unit.oai-epc/0.install + echo HEAD unit-oai-epc-0: 21:35:16 DEBUG unit.oai-epc/0.install + update_hostname unit-oai-epc-0: 21:35:16 DEBUG unit.oai-epc/0.install ++ sed 's|/|-|' unit-oai-epc-0: 21:35:16 DEBUG unit.oai-epc/0.install ++ echo oai-epc/0 unit-oai-epc-0: 21:35:16 DEBUG unit.oai-epc/0.install + HOSTNAME=oai-epc-0 unit-oai-epc-0: 21:35:16 DEBUG unit.oai-epc/0.install + echo oai-epc-0 unit-oai-epc-0: 21:35:16 DEBUG unit.oai-epc/0.install + hostname oai-epc-0 unit-oai-epc-0: 21:35:16 DEBUG unit.oai-epc/0.install ++ hostname unit-oai-epc-0: 21:35:16 DEBUG unit.oai-epc/0.install + echo '127.0.0.1 oai-epc-0' unit-oai-epc-0: 21:35:16 DEBUG unit.oai-epc/0.install + install_packages unit-oai-epc-0: 21:35:16 DEBUG unit.oai-epc/0.install ++ grep -c install unit-oai-epc-0: 21:35:16 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections git unit-oai-epc-0: 21:35:16 DEBUG unit.oai-epc/0.install + gitAlreadyInstalled=0 unit-oai-epc-0: 21:35:16 DEBUG unit.oai-epc/0.install + true unit-oai-epc-0: 21:35:16 DEBUG unit.oai-epc/0.install + '[' '!' 0 -eq 1 ']' unit-oai-epc-0: 21:35:16 DEBUG unit.oai-epc/0.install + apt-get install -y --force-yes git unit-oai-epc-0: 21:35:16 DEBUG unit.oai-epc/0.install Reading package lists... unit-oai-epc-0: 21:35:16 DEBUG unit.oai-epc/0.install Building dependency tree... unit-oai-epc-0: 21:35:16 DEBUG unit.oai-epc/0.install Reading state information... unit-oai-epc-0: 21:35:16 DEBUG unit.oai-epc/0.install The following extra packages will be installed: unit-oai-epc-0: 21:35:16 DEBUG unit.oai-epc/0.install git-man liberror-perl unit-oai-epc-0: 21:35:16 DEBUG unit.oai-epc/0.install Suggested packages: unit-oai-epc-0: 21:35:16 DEBUG unit.oai-epc/0.install git-daemon-run git-daemon-sysvinit git-doc git-el git-email git-gui gitk unit-oai-epc-0: 21:35:16 DEBUG unit.oai-epc/0.install gitweb git-arch git-bzr git-cvs git-mediawiki git-svn unit-oai-epc-0: 21:35:16 DEBUG unit.oai-epc/0.install The following NEW packages will be installed: unit-oai-epc-0: 21:35:16 DEBUG unit.oai-epc/0.install git git-man liberror-perl unit-oai-epc-0: 21:35:16 DEBUG unit.oai-epc/0.install 0 upgraded, 3 newly installed, 0 to remove and 2 not upgraded. unit-oai-epc-0: 21:35:16 DEBUG unit.oai-epc/0.install Need to get 3394 kB of archives. unit-oai-epc-0: 21:35:16 DEBUG unit.oai-epc/0.install After this operation, 22.0 MB of additional disk space will be used. unit-oai-epc-0: 21:35:16 DEBUG unit.oai-epc/0.install WARNING: The following packages cannot be authenticated! unit-oai-epc-0: 21:35:16 DEBUG unit.oai-epc/0.install git-man git unit-abot-epc-basic-0: 21:35:45 DEBUG unit.abot-epc-basic/0.install Err:7 http://archive.ubuntu.com/ubuntu xenial/main amd64 libice6 amd64 2:1.0.9-1 unit-abot-epc-basic-0: 21:35:45 DEBUG unit.abot-epc-basic/0.install Temporary failure resolving 'archive.ubuntu.com' unit-oai-epc-0: 21:35:56 DEBUG unit.oai-epc/0.install Err http://archive.ubuntu.com/ubuntu/ trusty/main liberror-perl all 0.17-1.1 unit-oai-epc-0: 21:35:56 DEBUG unit.oai-epc/0.install Could not resolve 'archive.ubuntu.com' unit-oai-epc-0: 21:35:56 DEBUG unit.oai-epc/0.install Err http://archive.ubuntu.com/ubuntu/ trusty-updates/main git-man all 1:1.9.1-1ubuntu0.8 unit-oai-epc-0: 21:35:56 DEBUG unit.oai-epc/0.install Could not resolve 'archive.ubuntu.com' unit-abot-epc-basic-0: 21:36:36 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-oai-epc-0: 21:36:36 DEBUG unit.oai-epc/0.install Err http://security.ubuntu.com/ubuntu/ trusty-security/main git-man all 1:1.9.1-1ubuntu0.8 unit-oai-epc-0: 21:36:36 DEBUG unit.oai-epc/0.install Could not resolve 'security.ubuntu.com' unit-oai-epc-0: 21:36:36 DEBUG unit.oai-epc/0.install Err http://security.ubuntu.com/ubuntu/ trusty-security/main git amd64 1:1.9.1-1ubuntu0.8 unit-oai-epc-0: 21:36:36 DEBUG unit.oai-epc/0.install Could not resolve 'security.ubuntu.com' unit-oai-epc-0: 21:36:36 DEBUG unit.oai-epc/0.install E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libe/liberror-perl/liberror-perl_0.17-1.1_all.deb Could not resolve 'archive.ubuntu.com' unit-oai-epc-0: 21:36:36 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 21:36:36 DEBUG unit.oai-epc/0.install E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/g/git/git-man_1.9.1-1ubuntu0.8_all.deb Could not resolve 'security.ubuntu.com' unit-oai-epc-0: 21:36:36 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 21:36:36 DEBUG unit.oai-epc/0.install E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/g/git/git_1.9.1-1ubuntu0.8_amd64.deb Could not resolve 'security.ubuntu.com' unit-oai-epc-0: 21:36:36 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 21:36:36 DEBUG unit.oai-epc/0.install E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? unit-oai-epc-0: 21:36:36 ERROR juju.worker.uniter.operation hook "install" failed: exit status 100 unit-oai-epc-0: 21:36:36 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 21:36:36 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-oai-epc-0: 21:36:36 DEBUG juju.worker.uniter [AGENT-STATUS] error: hook failed: "install" unit-abot-epc-basic-0: 21:36:45 DEBUG unit.abot-epc-basic/0.install Err:8 http://security.ubuntu.com/ubuntu xenial-security/main amd64 libjpeg-turbo8 amd64 1.4.2-0ubuntu3.1 unit-abot-epc-basic-0: 21:36:45 DEBUG unit.abot-epc-basic/0.install Temporary failure resolving 'archive.ubuntu.com' unit-oai-hss-0: 21:36:51 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-oai-hss-0: 21:36:51 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-mysql-0: 21:37:01 DEBUG juju.worker.uniter.remotestate retry hook timer triggered unit-mysql-0: 21:37:01 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-mysql-0: 21:37:01 DEBUG juju.worker.uniter.operation running operation run install hook unit-mysql-0: 21:37:01 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-mysql-0: 21:37:01 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-mysql-0: 21:37:01 DEBUG juju.worker.uniter.operation preparing operation "run install hook" unit-mysql-0: 21:37:01 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-mysql-0: 21:37:01 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook unit-mysql-0: 21:37:01 DEBUG unit.mysql/0.install dpkg-query: package 'python-netaddr' is not installed and no information is available unit-mysql-0: 21:37:01 DEBUG unit.mysql/0.install Use dpkg --info (= dpkg-deb --info) to examine archive files, unit-mysql-0: 21:37:01 DEBUG unit.mysql/0.install and dpkg --contents (= dpkg-deb --contents) to list their contents. unit-mysql-0: 21:37:01 DEBUG unit.mysql/0.install Reading package lists... unit-mysql-0: 21:37:01 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 21:37:01 DEBUG unit.mysql/0.install Reading state information... unit-mysql-0: 21:37:01 DEBUG unit.mysql/0.install Suggested packages: unit-mysql-0: 21:37:01 DEBUG unit.mysql/0.install ipython python-netaddr-docs unit-mysql-0: 21:37:01 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 21:37:01 DEBUG unit.mysql/0.install python-netaddr unit-mysql-0: 21:37:01 DEBUG unit.mysql/0.install 0 upgraded, 1 newly installed, 0 to remove and 2 not upgraded. unit-mysql-0: 21:37:01 DEBUG unit.mysql/0.install Need to get 849 kB of archives. unit-mysql-0: 21:37:01 DEBUG unit.mysql/0.install After this operation, 4216 kB of additional disk space will be used. unit-mysql-0: 21:37:01 DEBUG unit.mysql/0.install WARNING: The following packages cannot be authenticated! unit-mysql-0: 21:37:01 DEBUG unit.mysql/0.install python-netaddr unit-mysql-0: 21:37:01 DEBUG unit.mysql/0.install E: There are problems and -y was used without --force-yes unit-mysql-0: 21:37:01 DEBUG unit.mysql/0.install dpkg-query: package 'python-netifaces' is not installed and no information is available unit-mysql-0: 21:37:01 DEBUG unit.mysql/0.install Use dpkg --info (= dpkg-deb --info) to examine archive files, unit-mysql-0: 21:37:01 DEBUG unit.mysql/0.install and dpkg --contents (= dpkg-deb --contents) to list their contents. unit-mysql-0: 21:37:01 DEBUG unit.mysql/0.install Reading package lists... unit-mysql-0: 21:37:01 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 21:37:01 DEBUG unit.mysql/0.install Reading state information... unit-mysql-0: 21:37:01 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 21:37:01 DEBUG unit.mysql/0.install python-netifaces unit-mysql-0: 21:37:41 DEBUG unit.mysql/0.install 0 upgraded, 1 newly installed, 0 to remove and 2 not upgraded. unit-mysql-0: 21:37:41 DEBUG unit.mysql/0.install Need to get 11.3 kB of archives. unit-mysql-0: 21:37:41 DEBUG unit.mysql/0.install After this operation, 63.5 kB of additional disk space will be used. unit-mysql-0: 21:37:41 DEBUG unit.mysql/0.install Err http://archive.ubuntu.com/ubuntu/ trusty/main python-netifaces amd64 0.8-3build1 unit-mysql-0: 21:37:41 DEBUG unit.mysql/0.install Could not resolve 'archive.ubuntu.com' unit-mysql-0: 21:37:41 DEBUG unit.mysql/0.install E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/n/netifaces/python-netifaces_0.8-3build1_amd64.deb Could not resolve 'archive.ubuntu.com' unit-mysql-0: 21:37:41 DEBUG unit.mysql/0.install unit-mysql-0: 21:37:41 DEBUG unit.mysql/0.install E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? unit-mysql-0: 21:37:41 DEBUG unit.mysql/0.install dpkg-query: package 'python-pip' is not installed and no information is available unit-mysql-0: 21:37:41 DEBUG unit.mysql/0.install Use dpkg --info (= dpkg-deb --info) to examine archive files, unit-mysql-0: 21:37:41 DEBUG unit.mysql/0.install and dpkg --contents (= dpkg-deb --contents) to list their contents. unit-mysql-0: 21:37:41 DEBUG unit.mysql/0.install Reading package lists... unit-mysql-0: 21:37:41 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 21:37:41 DEBUG unit.mysql/0.install Reading state information... unit-mysql-0: 21:37:41 DEBUG unit.mysql/0.install The following extra packages will be installed: unit-mysql-0: 21:37:41 DEBUG unit.mysql/0.install binutils build-essential cpp cpp-4.8 dpkg-dev fakeroot g++ g++-4.8 gcc unit-mysql-0: 21:37:41 DEBUG unit.mysql/0.install gcc-4.8 libalgorithm-diff-perl libalgorithm-diff-xs-perl unit-mysql-0: 21:37:41 DEBUG unit.mysql/0.install libalgorithm-merge-perl libasan0 libatomic1 libc-dev-bin libc6-dev unit-mysql-0: 21:37:41 DEBUG unit.mysql/0.install libcloog-isl4 libdpkg-perl libfakeroot libfile-fcntllock-perl libgcc-4.8-dev unit-mysql-0: 21:37:41 DEBUG unit.mysql/0.install libgmp10 libgomp1 libisl10 libitm1 libmpc3 libmpfr4 libquadmath0 unit-mysql-0: 21:37:41 DEBUG unit.mysql/0.install libstdc++-4.8-dev libtsan0 linux-libc-dev make manpages-dev unit-mysql-0: 21:37:41 DEBUG unit.mysql/0.install python-chardet-whl python-colorama python-colorama-whl python-distlib unit-mysql-0: 21:37:41 DEBUG unit.mysql/0.install python-distlib-whl python-html5lib python-html5lib-whl python-pip-whl unit-mysql-0: 21:37:41 DEBUG unit.mysql/0.install python-requests-whl python-setuptools python-setuptools-whl python-six-whl unit-mysql-0: 21:37:41 DEBUG unit.mysql/0.install python-urllib3-whl python-wheel python3-pkg-resources unit-mysql-0: 21:37:41 DEBUG unit.mysql/0.install Suggested packages: unit-mysql-0: 21:37:41 DEBUG unit.mysql/0.install binutils-doc cpp-doc gcc-4.8-locales debian-keyring g++-multilib unit-mysql-0: 21:37:41 DEBUG unit.mysql/0.install g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib autoconf unit-mysql-0: 21:37:41 DEBUG unit.mysql/0.install automake1.9 libtool flex bison gdb gcc-doc gcc-4.8-multilib libgcc1-dbg unit-mysql-0: 21:37:41 DEBUG unit.mysql/0.install libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg unit-mysql-0: 21:37:41 DEBUG unit.mysql/0.install libquadmath0-dbg glibc-doc libstdc++-4.8-doc make-doc python-genshi unit-mysql-0: 21:37:41 DEBUG unit.mysql/0.install python-lxml python3-setuptools unit-mysql-0: 21:37:41 DEBUG unit.mysql/0.install Recommended packages: unit-mysql-0: 21:37:41 DEBUG unit.mysql/0.install python-dev-all unit-mysql-0: 21:37:41 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 21:37:41 DEBUG unit.mysql/0.install binutils build-essential cpp cpp-4.8 dpkg-dev fakeroot g++ g++-4.8 gcc unit-mysql-0: 21:37:41 DEBUG unit.mysql/0.install gcc-4.8 libalgorithm-diff-perl libalgorithm-diff-xs-perl unit-mysql-0: 21:37:41 DEBUG unit.mysql/0.install libalgorithm-merge-perl libasan0 libatomic1 libc-dev-bin libc6-dev unit-mysql-0: 21:37:41 DEBUG unit.mysql/0.install libcloog-isl4 libdpkg-perl libfakeroot libfile-fcntllock-perl libgcc-4.8-dev unit-mysql-0: 21:37:41 DEBUG unit.mysql/0.install libgmp10 libgomp1 libisl10 libitm1 libmpc3 libmpfr4 libquadmath0 unit-mysql-0: 21:37:41 DEBUG unit.mysql/0.install libstdc++-4.8-dev libtsan0 linux-libc-dev make manpages-dev unit-mysql-0: 21:37:41 DEBUG unit.mysql/0.install python-chardet-whl python-colorama python-colorama-whl python-distlib unit-mysql-0: 21:37:41 DEBUG unit.mysql/0.install python-distlib-whl python-html5lib python-html5lib-whl python-pip unit-mysql-0: 21:37:41 DEBUG unit.mysql/0.install python-pip-whl python-requests-whl python-setuptools python-setuptools-whl unit-mysql-0: 21:37:41 DEBUG unit.mysql/0.install python-six-whl python-urllib3-whl python-wheel python3-pkg-resources unit-mysql-0: 21:37:41 DEBUG unit.mysql/0.install 0 upgraded, 50 newly installed, 0 to remove and 2 not upgraded. unit-mysql-0: 21:37:41 DEBUG unit.mysql/0.install Need to get 41.1 MB of archives. unit-mysql-0: 21:37:41 DEBUG unit.mysql/0.install After this operation, 120 MB of additional disk space will be used. unit-mysql-0: 21:37:41 DEBUG unit.mysql/0.install WARNING: The following packages cannot be authenticated! unit-mysql-0: 21:37:41 DEBUG unit.mysql/0.install libasan0 libatomic1 libgomp1 libitm1 libquadmath0 libtsan0 binutils unit-mysql-0: 21:37:41 DEBUG unit.mysql/0.install libc-dev-bin linux-libc-dev libc6-dev cpp-4.8 libgcc-4.8-dev gcc-4.8 unit-mysql-0: 21:37:41 DEBUG unit.mysql/0.install libstdc++-4.8-dev g++-4.8 libdpkg-perl dpkg-dev python3-pkg-resources unit-mysql-0: 21:37:41 DEBUG unit.mysql/0.install python-chardet-whl python-colorama python-colorama-whl python-distlib unit-mysql-0: 21:37:41 DEBUG unit.mysql/0.install python-distlib-whl python-html5lib python-html5lib-whl python-six-whl unit-mysql-0: 21:37:41 DEBUG unit.mysql/0.install python-urllib3-whl python-requests-whl python-setuptools-whl python-pip-whl unit-mysql-0: 21:37:41 DEBUG unit.mysql/0.install python-setuptools python-pip python-wheel unit-mysql-0: 21:37:41 DEBUG unit.mysql/0.install E: There are problems and -y was used without --force-yes unit-mysql-0: 21:37:41 DEBUG unit.mysql/0.install Reading package lists... unit-mysql-0: 21:37:41 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 21:37:41 DEBUG unit.mysql/0.install Reading state information... unit-mysql-0: 21:37:42 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 21:37:42 DEBUG unit.mysql/0.install python-dnspython unit-abot-epc-basic-0: 21:37:45 DEBUG unit.abot-epc-basic/0.install Err:8 http://security.ubuntu.com/ubuntu xenial-security/main amd64 libjpeg-turbo8 amd64 1.4.2-0ubuntu3.1 unit-abot-epc-basic-0: 21:37:45 DEBUG unit.abot-epc-basic/0.install Temporary failure resolving 'archive.ubuntu.com' unit-abot-epc-basic-0: 21:37:45 DEBUG unit.abot-epc-basic/0.install Err:9 http://archive.ubuntu.com/ubuntu xenial/main amd64 liblcms2-2 amd64 2.6-3ubuntu2 unit-abot-epc-basic-0: 21:37:45 DEBUG unit.abot-epc-basic/0.install Temporary failure resolving 'archive.ubuntu.com' unit-mysql-0: 21:38:22 DEBUG unit.mysql/0.install 0 upgraded, 1 newly installed, 0 to remove and 2 not upgraded. unit-mysql-0: 21:38:22 DEBUG unit.mysql/0.install Need to get 83.1 kB of archives. unit-mysql-0: 21:38:22 DEBUG unit.mysql/0.install After this operation, 545 kB of additional disk space will be used. unit-mysql-0: 21:38:22 DEBUG unit.mysql/0.install Err http://archive.ubuntu.com/ubuntu/ trusty/main python-dnspython all 1.11.1-1build1 unit-mysql-0: 21:38:22 DEBUG unit.mysql/0.install Could not resolve 'archive.ubuntu.com' unit-mysql-0: 21:38:22 DEBUG unit.mysql/0.install E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/d/dnspython/python-dnspython_1.11.1-1build1_all.deb Could not resolve 'archive.ubuntu.com' unit-mysql-0: 21:38:22 DEBUG unit.mysql/0.install unit-mysql-0: 21:38:22 DEBUG unit.mysql/0.install E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? unit-mysql-0: 21:38:22 DEBUG unit.mysql/0.install Traceback (most recent call last): unit-mysql-0: 21:38:22 DEBUG unit.mysql/0.install File "/var/lib/juju/agents/unit-mysql-0/charm/hooks/install.real", line 6, in unit-mysql-0: 21:38:22 DEBUG unit.mysql/0.install import lib.utils as utils unit-mysql-0: 21:38:22 DEBUG unit.mysql/0.install File "/var/lib/juju/agents/unit-mysql-0/charm/hooks/lib/utils.py", line 46, in unit-mysql-0: 21:38:22 DEBUG unit.mysql/0.install install('python-dnspython') unit-mysql-0: 21:38:22 DEBUG unit.mysql/0.install File "/var/lib/juju/agents/unit-mysql-0/charm/hooks/lib/utils.py", line 41, in install unit-mysql-0: 21:38:22 DEBUG unit.mysql/0.install subprocess.check_call(cmd) unit-mysql-0: 21:38:22 DEBUG unit.mysql/0.install File "/usr/lib/python2.7/subprocess.py", line 540, in check_call unit-mysql-0: 21:38:22 DEBUG unit.mysql/0.install raise CalledProcessError(retcode, cmd) unit-mysql-0: 21:38:22 DEBUG unit.mysql/0.install subprocess.CalledProcessError: Command '['apt-get', '-y', 'install', 'python-dnspython']' returned non-zero exit status 100 unit-mysql-0: 21:38:22 ERROR juju.worker.uniter.operation hook "install" failed: exit status 1 unit-mysql-0: 21:38:22 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 21:38:22 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-mysql-0: 21:38:22 DEBUG juju.worker.uniter [AGENT-STATUS] error: hook failed: "install" unit-abot-epc-basic-0: 21:38:45 DEBUG unit.abot-epc-basic/0.install Err:10 http://archive.ubuntu.com/ubuntu xenial/main amd64 libogg0 amd64 1.3.2-1 unit-abot-epc-basic-0: 21:38:45 DEBUG unit.abot-epc-basic/0.install Temporary failure resolving 'archive.ubuntu.com' unit-oai-hss-0: 21:39:11 DEBUG juju.worker.uniter.remotestate retry hook timer triggered unit-oai-hss-0: 21:39:11 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-oai-hss-0: 21:39:11 DEBUG juju.worker.uniter.operation running operation run install hook unit-oai-hss-0: 21:39:11 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-hss-0: 21:39:11 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-hss-0: 21:39:11 DEBUG juju.worker.uniter.operation preparing operation "run install hook" unit-oai-hss-0: 21:39:11 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-oai-hss-0: 21:39:11 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook unit-oai-hss-0: 21:39:11 DEBUG unit.oai-hss/0.install + export DEBIAN_FRONTEND=noninteractive unit-oai-hss-0: 21:39:11 DEBUG unit.oai-hss/0.install + DEBIAN_FRONTEND=noninteractive unit-oai-hss-0: 21:39:11 DEBUG unit.oai-hss/0.install + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 21:39:11 DEBUG unit.oai-hss/0.install + export juju=set unit-oai-hss-0: 21:39:11 DEBUG unit.oai-hss/0.install + juju=set unit-oai-hss-0: 21:39:11 DEBUG unit.oai-hss/0.install + set_env_paths unit-oai-hss-0: 21:39:11 DEBUG unit.oai-hss/0.install + openair_path=/srv/openair-cn unit-oai-hss-0: 21:39:11 DEBUG unit.oai-hss/0.install + build_path=/srv/openair-cn/BUILD unit-oai-hss-0: 21:39:11 DEBUG unit.oai-hss/0.install + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-hss-0: 21:39:11 DEBUG unit.oai-hss/0.install + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-hss-0: 21:39:11 DEBUG unit.oai-hss/0.install + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 21:39:11 DEBUG unit.oai-hss/0.install + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-hss-0: 21:39:11 DEBUG unit.oai-hss/0.install + hss_conf=/usr/local/etc/oai unit-oai-hss-0: 21:39:11 DEBUG unit.oai-hss/0.install + hss_exec_name=oai_hss unit-oai-hss-0: 21:39:11 DEBUG unit.oai-hss/0.install ++ config-get branch unit-oai-hss-0: 21:39:11 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 21:39:11 DEBUG unit.oai-hss/0.install + branch=v0.3.2-branch unit-oai-hss-0: 21:39:11 DEBUG unit.oai-hss/0.install ++ config-get revision unit-oai-hss-0: 21:39:11 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 21:39:11 DEBUG unit.oai-hss/0.install + revision=HEAD unit-oai-hss-0: 21:39:11 DEBUG unit.oai-hss/0.install + echo v0.3.2-branch unit-oai-hss-0: 21:39:11 DEBUG unit.oai-hss/0.install + echo HEAD unit-oai-hss-0: 21:39:11 DEBUG unit.oai-hss/0.install + update_hostname unit-oai-hss-0: 21:39:11 DEBUG unit.oai-hss/0.install ++ sed 's|/|-|' unit-oai-hss-0: 21:39:11 DEBUG unit.oai-hss/0.install ++ echo oai-hss/0 unit-oai-hss-0: 21:39:11 DEBUG unit.oai-hss/0.install + HOSTNAME=oai-hss-0 unit-oai-hss-0: 21:39:11 DEBUG unit.oai-hss/0.install + echo oai-hss-0 unit-oai-hss-0: 21:39:11 DEBUG unit.oai-hss/0.install + hostname oai-hss-0 unit-oai-hss-0: 21:39:11 DEBUG unit.oai-hss/0.install ++ hostname unit-oai-hss-0: 21:39:11 DEBUG unit.oai-hss/0.install + echo '127.0.0.1 oai-hss-0' unit-oai-hss-0: 21:39:11 DEBUG unit.oai-hss/0.install + install_packages unit-oai-hss-0: 21:39:11 DEBUG unit.oai-hss/0.install + status-set maintenance 'Installing some dependencies' unit-oai-hss-0: 21:39:11 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 21:39:11 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 21:39:11 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections git unit-oai-hss-0: 21:39:11 DEBUG unit.oai-hss/0.install + gitAlreadyInstalled=0 unit-oai-hss-0: 21:39:11 DEBUG unit.oai-hss/0.install + true unit-oai-hss-0: 21:39:11 DEBUG unit.oai-hss/0.install + '[' '!' 0 -eq 1 ']' unit-oai-hss-0: 21:39:11 DEBUG unit.oai-hss/0.install + apt-get install -y --force-yes git unit-oai-hss-0: 21:39:11 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 21:39:11 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 21:39:11 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 21:39:11 DEBUG unit.oai-hss/0.install The following extra packages will be installed: unit-oai-hss-0: 21:39:11 DEBUG unit.oai-hss/0.install git-man liberror-perl unit-oai-hss-0: 21:39:11 DEBUG unit.oai-hss/0.install Suggested packages: unit-oai-hss-0: 21:39:11 DEBUG unit.oai-hss/0.install git-daemon-run git-daemon-sysvinit git-doc git-el git-email git-gui gitk unit-oai-hss-0: 21:39:11 DEBUG unit.oai-hss/0.install gitweb git-arch git-bzr git-cvs git-mediawiki git-svn unit-oai-hss-0: 21:39:11 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 21:39:11 DEBUG unit.oai-hss/0.install git git-man liberror-perl unit-oai-hss-0: 21:39:11 DEBUG unit.oai-hss/0.install 0 upgraded, 3 newly installed, 0 to remove and 2 not upgraded. unit-oai-hss-0: 21:39:11 DEBUG unit.oai-hss/0.install Need to get 3394 kB of archives. unit-oai-hss-0: 21:39:11 DEBUG unit.oai-hss/0.install After this operation, 22.0 MB of additional disk space will be used. unit-oai-hss-0: 21:39:11 DEBUG unit.oai-hss/0.install WARNING: The following packages cannot be authenticated! unit-oai-hss-0: 21:39:11 DEBUG unit.oai-hss/0.install git-man git unit-abot-epc-basic-0: 21:39:45 DEBUG unit.abot-epc-basic/0.install Err:11 http://archive.ubuntu.com/ubuntu xenial/main amd64 libsm6 amd64 2:1.2.2-1 unit-abot-epc-basic-0: 21:39:45 DEBUG unit.abot-epc-basic/0.install Temporary failure resolving 'archive.ubuntu.com' unit-oai-hss-0: 21:39:51 DEBUG unit.oai-hss/0.install Err http://archive.ubuntu.com/ubuntu/ trusty/main liberror-perl all 0.17-1.1 unit-oai-hss-0: 21:39:51 DEBUG unit.oai-hss/0.install Could not resolve 'archive.ubuntu.com' unit-oai-hss-0: 21:39:51 DEBUG unit.oai-hss/0.install Err http://archive.ubuntu.com/ubuntu/ trusty-updates/main git-man all 1:1.9.1-1ubuntu0.8 unit-oai-hss-0: 21:39:51 DEBUG unit.oai-hss/0.install Could not resolve 'archive.ubuntu.com' unit-oai-hss-0: 21:40:31 DEBUG unit.oai-hss/0.install Err http://security.ubuntu.com/ubuntu/ trusty-security/main git-man all 1:1.9.1-1ubuntu0.8 unit-oai-hss-0: 21:40:31 DEBUG unit.oai-hss/0.install Could not resolve 'security.ubuntu.com' unit-oai-hss-0: 21:40:31 DEBUG unit.oai-hss/0.install Err http://security.ubuntu.com/ubuntu/ trusty-security/main git amd64 1:1.9.1-1ubuntu0.8 unit-oai-hss-0: 21:40:31 DEBUG unit.oai-hss/0.install Could not resolve 'security.ubuntu.com' unit-oai-hss-0: 21:40:31 DEBUG unit.oai-hss/0.install E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libe/liberror-perl/liberror-perl_0.17-1.1_all.deb Could not resolve 'archive.ubuntu.com' unit-oai-hss-0: 21:40:31 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 21:40:31 DEBUG unit.oai-hss/0.install E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/g/git/git-man_1.9.1-1ubuntu0.8_all.deb Could not resolve 'security.ubuntu.com' unit-oai-hss-0: 21:40:31 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 21:40:31 DEBUG unit.oai-hss/0.install E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/g/git/git_1.9.1-1ubuntu0.8_amd64.deb Could not resolve 'security.ubuntu.com' unit-oai-hss-0: 21:40:31 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 21:40:31 DEBUG unit.oai-hss/0.install E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? unit-oai-hss-0: 21:40:31 ERROR juju.worker.uniter.operation hook "install" failed: exit status 100 unit-oai-hss-0: 21:40:31 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 21:40:31 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-oai-hss-0: 21:40:31 DEBUG juju.worker.uniter [AGENT-STATUS] error: hook failed: "install" unit-abot-epc-basic-0: 21:40:45 DEBUG unit.abot-epc-basic/0.install Err:12 http://archive.ubuntu.com/ubuntu xenial/main amd64 libxcomposite1 amd64 1:0.4.4-1 unit-abot-epc-basic-0: 21:40:45 DEBUG unit.abot-epc-basic/0.install Temporary failure resolving 'archive.ubuntu.com' unit-oai-epc-0: 21:40:53 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-oai-epc-0: 21:40:53 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-abot-epc-basic-0: 21:40:56 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-oai-epc-0: 21:41:36 DEBUG juju.worker.uniter.remotestate retry hook timer triggered unit-oai-epc-0: 21:41:36 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-oai-epc-0: 21:41:36 DEBUG juju.worker.uniter.operation running operation run install hook unit-oai-epc-0: 21:41:36 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-epc-0: 21:41:36 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-epc-0: 21:41:36 DEBUG juju.worker.uniter.operation preparing operation "run install hook" unit-oai-epc-0: 21:41:37 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-oai-epc-0: 21:41:37 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook unit-oai-epc-0: 21:41:37 DEBUG unit.oai-epc/0.install + export DEBIAN_FRONTEND=noninteractive unit-oai-epc-0: 21:41:37 DEBUG unit.oai-epc/0.install + DEBIAN_FRONTEND=noninteractive unit-oai-epc-0: 21:41:37 DEBUG unit.oai-epc/0.install + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 21:41:37 DEBUG unit.oai-epc/0.install ++ validated_mme_public_ip=0 unit-oai-epc-0: 21:41:37 DEBUG unit.oai-epc/0.install + set_env_paths unit-oai-epc-0: 21:41:37 DEBUG unit.oai-epc/0.install + openair_path=/srv/openair-cn unit-oai-epc-0: 21:41:37 DEBUG unit.oai-epc/0.install + build_path=/srv/openair-cn/BUILD unit-oai-epc-0: 21:41:37 DEBUG unit.oai-epc/0.install + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-epc-0: 21:41:37 DEBUG unit.oai-epc/0.install + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-epc-0: 21:41:37 DEBUG unit.oai-epc/0.install + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-epc-0: 21:41:37 DEBUG unit.oai-epc/0.install + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-epc-0: 21:41:37 DEBUG unit.oai-epc/0.install + epc_conf_path=/usr/local/etc/oai unit-oai-epc-0: 21:41:37 DEBUG unit.oai-epc/0.install + epc_exec_name=mme_gw unit-oai-epc-0: 21:41:37 DEBUG unit.oai-epc/0.install + open-port 2152/udp unit-oai-epc-0: 21:41:37 DEBUG worker.uniter.jujuc running hook tool "open-port" unit-oai-epc-0: 21:41:37 DEBUG unit.oai-epc/0.install ++ config-get branch unit-oai-epc-0: 21:41:37 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 21:41:37 DEBUG unit.oai-epc/0.install + branch=v0.3.2-branch unit-oai-epc-0: 21:41:37 DEBUG unit.oai-epc/0.install ++ config-get revision unit-oai-epc-0: 21:41:37 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 21:41:37 DEBUG unit.oai-epc/0.install + revision=HEAD unit-oai-epc-0: 21:41:37 DEBUG unit.oai-epc/0.install + echo v0.3.2-branch unit-oai-epc-0: 21:41:37 DEBUG unit.oai-epc/0.install + echo HEAD unit-oai-epc-0: 21:41:37 DEBUG unit.oai-epc/0.install + update_hostname unit-oai-epc-0: 21:41:37 DEBUG unit.oai-epc/0.install ++ sed 's|/|-|' unit-oai-epc-0: 21:41:37 DEBUG unit.oai-epc/0.install ++ echo oai-epc/0 unit-oai-epc-0: 21:41:37 DEBUG unit.oai-epc/0.install + HOSTNAME=oai-epc-0 unit-oai-epc-0: 21:41:37 DEBUG unit.oai-epc/0.install + echo oai-epc-0 unit-oai-epc-0: 21:41:37 DEBUG unit.oai-epc/0.install + hostname oai-epc-0 unit-oai-epc-0: 21:41:37 DEBUG unit.oai-epc/0.install ++ hostname unit-oai-epc-0: 21:41:37 DEBUG unit.oai-epc/0.install + echo '127.0.0.1 oai-epc-0' unit-oai-epc-0: 21:41:37 DEBUG unit.oai-epc/0.install + install_packages unit-oai-epc-0: 21:41:37 DEBUG unit.oai-epc/0.install ++ grep -c install unit-oai-epc-0: 21:41:37 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections git unit-oai-epc-0: 21:41:37 DEBUG unit.oai-epc/0.install + gitAlreadyInstalled=0 unit-oai-epc-0: 21:41:37 DEBUG unit.oai-epc/0.install + true unit-oai-epc-0: 21:41:37 DEBUG unit.oai-epc/0.install + '[' '!' 0 -eq 1 ']' unit-oai-epc-0: 21:41:37 DEBUG unit.oai-epc/0.install + apt-get install -y --force-yes git unit-oai-epc-0: 21:41:37 DEBUG unit.oai-epc/0.install Reading package lists... unit-oai-epc-0: 21:41:37 DEBUG unit.oai-epc/0.install Building dependency tree... unit-oai-epc-0: 21:41:37 DEBUG unit.oai-epc/0.install Reading state information... unit-oai-epc-0: 21:41:37 DEBUG unit.oai-epc/0.install The following extra packages will be installed: unit-oai-epc-0: 21:41:37 DEBUG unit.oai-epc/0.install git-man liberror-perl unit-oai-epc-0: 21:41:37 DEBUG unit.oai-epc/0.install Suggested packages: unit-oai-epc-0: 21:41:37 DEBUG unit.oai-epc/0.install git-daemon-run git-daemon-sysvinit git-doc git-el git-email git-gui gitk unit-oai-epc-0: 21:41:37 DEBUG unit.oai-epc/0.install gitweb git-arch git-bzr git-cvs git-mediawiki git-svn unit-oai-epc-0: 21:41:37 DEBUG unit.oai-epc/0.install The following NEW packages will be installed: unit-oai-epc-0: 21:41:37 DEBUG unit.oai-epc/0.install git git-man liberror-perl unit-oai-epc-0: 21:41:37 DEBUG unit.oai-epc/0.install 0 upgraded, 3 newly installed, 0 to remove and 2 not upgraded. unit-oai-epc-0: 21:41:37 DEBUG unit.oai-epc/0.install Need to get 3394 kB of archives. unit-oai-epc-0: 21:41:37 DEBUG unit.oai-epc/0.install After this operation, 22.0 MB of additional disk space will be used. unit-oai-epc-0: 21:41:37 DEBUG unit.oai-epc/0.install WARNING: The following packages cannot be authenticated! unit-oai-epc-0: 21:41:37 DEBUG unit.oai-epc/0.install git-man git unit-mysql-0: 21:41:40 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-mysql-0: 21:41:40 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-abot-epc-basic-0: 21:41:45 DEBUG unit.abot-epc-basic/0.install Err:13 http://archive.ubuntu.com/ubuntu xenial/main amd64 libxdamage1 amd64 1:1.1.4-2 unit-abot-epc-basic-0: 21:41:45 DEBUG unit.abot-epc-basic/0.install Temporary failure resolving 'archive.ubuntu.com' unit-oai-epc-0: 21:42:17 DEBUG unit.oai-epc/0.install Err http://archive.ubuntu.com/ubuntu/ trusty/main liberror-perl all 0.17-1.1 unit-oai-epc-0: 21:42:17 DEBUG unit.oai-epc/0.install Could not resolve 'archive.ubuntu.com' unit-oai-epc-0: 21:42:17 DEBUG unit.oai-epc/0.install Err http://archive.ubuntu.com/ubuntu/ trusty-updates/main git-man all 1:1.9.1-1ubuntu0.8 unit-oai-epc-0: 21:42:17 DEBUG unit.oai-epc/0.install Could not resolve 'archive.ubuntu.com' unit-abot-epc-basic-0: 21:42:45 DEBUG unit.abot-epc-basic/0.install Err:14 http://archive.ubuntu.com/ubuntu xenial/main amd64 libxfixes3 amd64 1:5.0.1-2 unit-abot-epc-basic-0: 21:42:45 DEBUG unit.abot-epc-basic/0.install Temporary failure resolving 'archive.ubuntu.com' unit-oai-epc-0: 21:42:58 DEBUG unit.oai-epc/0.install Err http://security.ubuntu.com/ubuntu/ trusty-security/main git-man all 1:1.9.1-1ubuntu0.8 unit-oai-epc-0: 21:42:58 DEBUG unit.oai-epc/0.install Could not resolve 'security.ubuntu.com' unit-oai-epc-0: 21:42:58 DEBUG unit.oai-epc/0.install Err http://security.ubuntu.com/ubuntu/ trusty-security/main git amd64 1:1.9.1-1ubuntu0.8 unit-oai-epc-0: 21:42:58 DEBUG unit.oai-epc/0.install Could not resolve 'security.ubuntu.com' unit-oai-epc-0: 21:42:58 DEBUG unit.oai-epc/0.install E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libe/liberror-perl/liberror-perl_0.17-1.1_all.deb Could not resolve 'archive.ubuntu.com' unit-oai-epc-0: 21:42:58 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 21:42:58 DEBUG unit.oai-epc/0.install E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/g/git/git-man_1.9.1-1ubuntu0.8_all.deb Could not resolve 'security.ubuntu.com' unit-oai-epc-0: 21:42:58 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 21:42:58 DEBUG unit.oai-epc/0.install E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/g/git/git_1.9.1-1ubuntu0.8_amd64.deb Could not resolve 'security.ubuntu.com' unit-oai-epc-0: 21:42:58 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 21:42:58 DEBUG unit.oai-epc/0.install E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? unit-oai-epc-0: 21:42:58 ERROR juju.worker.uniter.operation hook "install" failed: exit status 100 unit-oai-epc-0: 21:42:58 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 21:42:58 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-oai-epc-0: 21:42:58 DEBUG juju.worker.uniter [AGENT-STATUS] error: hook failed: "install" unit-mysql-0: 21:43:22 DEBUG juju.worker.uniter.remotestate retry hook timer triggered unit-mysql-0: 21:43:22 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-mysql-0: 21:43:22 DEBUG juju.worker.uniter.operation running operation run install hook unit-mysql-0: 21:43:22 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-mysql-0: 21:43:22 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-mysql-0: 21:43:22 DEBUG juju.worker.uniter.operation preparing operation "run install hook" unit-mysql-0: 21:43:22 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-mysql-0: 21:43:22 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook unit-mysql-0: 21:43:22 DEBUG unit.mysql/0.install dpkg-query: package 'python-netaddr' is not installed and no information is available unit-mysql-0: 21:43:22 DEBUG unit.mysql/0.install Use dpkg --info (= dpkg-deb --info) to examine archive files, unit-mysql-0: 21:43:22 DEBUG unit.mysql/0.install and dpkg --contents (= dpkg-deb --contents) to list their contents. unit-mysql-0: 21:43:22 DEBUG unit.mysql/0.install Reading package lists... unit-mysql-0: 21:43:22 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 21:43:22 DEBUG unit.mysql/0.install Reading state information... unit-mysql-0: 21:43:22 DEBUG unit.mysql/0.install Suggested packages: unit-mysql-0: 21:43:22 DEBUG unit.mysql/0.install ipython python-netaddr-docs unit-mysql-0: 21:43:22 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 21:43:22 DEBUG unit.mysql/0.install python-netaddr unit-mysql-0: 21:43:22 DEBUG unit.mysql/0.install 0 upgraded, 1 newly installed, 0 to remove and 2 not upgraded. unit-mysql-0: 21:43:22 DEBUG unit.mysql/0.install Need to get 849 kB of archives. unit-mysql-0: 21:43:22 DEBUG unit.mysql/0.install After this operation, 4216 kB of additional disk space will be used. unit-mysql-0: 21:43:22 DEBUG unit.mysql/0.install WARNING: The following packages cannot be authenticated! unit-mysql-0: 21:43:22 DEBUG unit.mysql/0.install python-netaddr unit-mysql-0: 21:43:22 DEBUG unit.mysql/0.install E: There are problems and -y was used without --force-yes unit-mysql-0: 21:43:22 DEBUG unit.mysql/0.install dpkg-query: package 'python-netifaces' is not installed and no information is available unit-mysql-0: 21:43:22 DEBUG unit.mysql/0.install Use dpkg --info (= dpkg-deb --info) to examine archive files, unit-mysql-0: 21:43:22 DEBUG unit.mysql/0.install and dpkg --contents (= dpkg-deb --contents) to list their contents. unit-mysql-0: 21:43:22 DEBUG unit.mysql/0.install Reading package lists... unit-mysql-0: 21:43:22 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 21:43:22 DEBUG unit.mysql/0.install Reading state information... unit-mysql-0: 21:43:22 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 21:43:22 DEBUG unit.mysql/0.install python-netifaces unit-abot-epc-basic-0: 21:43:45 DEBUG unit.abot-epc-basic/0.install Err:15 http://archive.ubuntu.com/ubuntu xenial/main amd64 libxinerama1 amd64 2:1.1.3-1 unit-abot-epc-basic-0: 21:43:45 DEBUG unit.abot-epc-basic/0.install Temporary failure resolving 'archive.ubuntu.com' unit-oai-hss-0: 21:43:49 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-oai-hss-0: 21:43:49 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-mysql-0: 21:44:02 DEBUG unit.mysql/0.install 0 upgraded, 1 newly installed, 0 to remove and 2 not upgraded. unit-mysql-0: 21:44:02 DEBUG unit.mysql/0.install Need to get 11.3 kB of archives. unit-mysql-0: 21:44:02 DEBUG unit.mysql/0.install After this operation, 63.5 kB of additional disk space will be used. unit-mysql-0: 21:44:02 DEBUG unit.mysql/0.install Err http://archive.ubuntu.com/ubuntu/ trusty/main python-netifaces amd64 0.8-3build1 unit-mysql-0: 21:44:02 DEBUG unit.mysql/0.install Could not resolve 'archive.ubuntu.com' unit-mysql-0: 21:44:02 DEBUG unit.mysql/0.install E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/n/netifaces/python-netifaces_0.8-3build1_amd64.deb Could not resolve 'archive.ubuntu.com' unit-mysql-0: 21:44:02 DEBUG unit.mysql/0.install unit-mysql-0: 21:44:02 DEBUG unit.mysql/0.install E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? unit-mysql-0: 21:44:02 DEBUG unit.mysql/0.install dpkg-query: package 'python-pip' is not installed and no information is available unit-mysql-0: 21:44:02 DEBUG unit.mysql/0.install Use dpkg --info (= dpkg-deb --info) to examine archive files, unit-mysql-0: 21:44:02 DEBUG unit.mysql/0.install and dpkg --contents (= dpkg-deb --contents) to list their contents. unit-mysql-0: 21:44:02 DEBUG unit.mysql/0.install Reading package lists... unit-mysql-0: 21:44:02 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 21:44:02 DEBUG unit.mysql/0.install Reading state information... unit-mysql-0: 21:44:02 DEBUG unit.mysql/0.install The following extra packages will be installed: unit-mysql-0: 21:44:02 DEBUG unit.mysql/0.install binutils build-essential cpp cpp-4.8 dpkg-dev fakeroot g++ g++-4.8 gcc unit-mysql-0: 21:44:02 DEBUG unit.mysql/0.install gcc-4.8 libalgorithm-diff-perl libalgorithm-diff-xs-perl unit-mysql-0: 21:44:02 DEBUG unit.mysql/0.install libalgorithm-merge-perl libasan0 libatomic1 libc-dev-bin libc6-dev unit-mysql-0: 21:44:02 DEBUG unit.mysql/0.install libcloog-isl4 libdpkg-perl libfakeroot libfile-fcntllock-perl libgcc-4.8-dev unit-mysql-0: 21:44:02 DEBUG unit.mysql/0.install libgmp10 libgomp1 libisl10 libitm1 libmpc3 libmpfr4 libquadmath0 unit-mysql-0: 21:44:02 DEBUG unit.mysql/0.install libstdc++-4.8-dev libtsan0 linux-libc-dev make manpages-dev unit-mysql-0: 21:44:02 DEBUG unit.mysql/0.install python-chardet-whl python-colorama python-colorama-whl python-distlib unit-mysql-0: 21:44:02 DEBUG unit.mysql/0.install python-distlib-whl python-html5lib python-html5lib-whl python-pip-whl unit-mysql-0: 21:44:02 DEBUG unit.mysql/0.install python-requests-whl python-setuptools python-setuptools-whl python-six-whl unit-mysql-0: 21:44:02 DEBUG unit.mysql/0.install python-urllib3-whl python-wheel python3-pkg-resources unit-mysql-0: 21:44:02 DEBUG unit.mysql/0.install Suggested packages: unit-mysql-0: 21:44:02 DEBUG unit.mysql/0.install binutils-doc cpp-doc gcc-4.8-locales debian-keyring g++-multilib unit-mysql-0: 21:44:02 DEBUG unit.mysql/0.install g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib autoconf unit-mysql-0: 21:44:02 DEBUG unit.mysql/0.install automake1.9 libtool flex bison gdb gcc-doc gcc-4.8-multilib libgcc1-dbg unit-mysql-0: 21:44:02 DEBUG unit.mysql/0.install libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg unit-mysql-0: 21:44:02 DEBUG unit.mysql/0.install libquadmath0-dbg glibc-doc libstdc++-4.8-doc make-doc python-genshi unit-mysql-0: 21:44:02 DEBUG unit.mysql/0.install python-lxml python3-setuptools unit-mysql-0: 21:44:02 DEBUG unit.mysql/0.install Recommended packages: unit-mysql-0: 21:44:02 DEBUG unit.mysql/0.install python-dev-all unit-mysql-0: 21:44:02 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 21:44:02 DEBUG unit.mysql/0.install binutils build-essential cpp cpp-4.8 dpkg-dev fakeroot g++ g++-4.8 gcc unit-mysql-0: 21:44:02 DEBUG unit.mysql/0.install gcc-4.8 libalgorithm-diff-perl libalgorithm-diff-xs-perl unit-mysql-0: 21:44:02 DEBUG unit.mysql/0.install libalgorithm-merge-perl libasan0 libatomic1 libc-dev-bin libc6-dev unit-mysql-0: 21:44:02 DEBUG unit.mysql/0.install libcloog-isl4 libdpkg-perl libfakeroot libfile-fcntllock-perl libgcc-4.8-dev unit-mysql-0: 21:44:02 DEBUG unit.mysql/0.install libgmp10 libgomp1 libisl10 libitm1 libmpc3 libmpfr4 libquadmath0 unit-mysql-0: 21:44:02 DEBUG unit.mysql/0.install libstdc++-4.8-dev libtsan0 linux-libc-dev make manpages-dev unit-mysql-0: 21:44:02 DEBUG unit.mysql/0.install python-chardet-whl python-colorama python-colorama-whl python-distlib unit-mysql-0: 21:44:02 DEBUG unit.mysql/0.install python-distlib-whl python-html5lib python-html5lib-whl python-pip unit-mysql-0: 21:44:02 DEBUG unit.mysql/0.install python-pip-whl python-requests-whl python-setuptools python-setuptools-whl unit-mysql-0: 21:44:02 DEBUG unit.mysql/0.install python-six-whl python-urllib3-whl python-wheel python3-pkg-resources unit-mysql-0: 21:44:02 DEBUG unit.mysql/0.install 0 upgraded, 50 newly installed, 0 to remove and 2 not upgraded. unit-mysql-0: 21:44:02 DEBUG unit.mysql/0.install Need to get 41.1 MB of archives. unit-mysql-0: 21:44:02 DEBUG unit.mysql/0.install After this operation, 120 MB of additional disk space will be used. unit-mysql-0: 21:44:02 DEBUG unit.mysql/0.install WARNING: The following packages cannot be authenticated! unit-mysql-0: 21:44:02 DEBUG unit.mysql/0.install libasan0 libatomic1 libgomp1 libitm1 libquadmath0 libtsan0 binutils unit-mysql-0: 21:44:02 DEBUG unit.mysql/0.install libc-dev-bin linux-libc-dev libc6-dev cpp-4.8 libgcc-4.8-dev gcc-4.8 unit-mysql-0: 21:44:02 DEBUG unit.mysql/0.install libstdc++-4.8-dev g++-4.8 libdpkg-perl dpkg-dev python3-pkg-resources unit-mysql-0: 21:44:02 DEBUG unit.mysql/0.install python-chardet-whl python-colorama python-colorama-whl python-distlib unit-mysql-0: 21:44:02 DEBUG unit.mysql/0.install python-distlib-whl python-html5lib python-html5lib-whl python-six-whl unit-mysql-0: 21:44:02 DEBUG unit.mysql/0.install python-urllib3-whl python-requests-whl python-setuptools-whl python-pip-whl unit-mysql-0: 21:44:02 DEBUG unit.mysql/0.install python-setuptools python-pip python-wheel unit-mysql-0: 21:44:02 DEBUG unit.mysql/0.install E: There are problems and -y was used without --force-yes unit-mysql-0: 21:44:02 DEBUG unit.mysql/0.install Reading package lists... unit-mysql-0: 21:44:03 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 21:44:03 DEBUG unit.mysql/0.install Reading state information... unit-mysql-0: 21:44:03 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 21:44:03 DEBUG unit.mysql/0.install python-dnspython unit-mysql-0: 21:44:43 DEBUG unit.mysql/0.install 0 upgraded, 1 newly installed, 0 to remove and 2 not upgraded. unit-mysql-0: 21:44:43 DEBUG unit.mysql/0.install Need to get 83.1 kB of archives. unit-mysql-0: 21:44:43 DEBUG unit.mysql/0.install After this operation, 545 kB of additional disk space will be used. unit-mysql-0: 21:44:43 DEBUG unit.mysql/0.install Err http://archive.ubuntu.com/ubuntu/ trusty/main python-dnspython all 1.11.1-1build1 unit-mysql-0: 21:44:43 DEBUG unit.mysql/0.install Could not resolve 'archive.ubuntu.com' unit-mysql-0: 21:44:43 DEBUG unit.mysql/0.install E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/d/dnspython/python-dnspython_1.11.1-1build1_all.deb Could not resolve 'archive.ubuntu.com' unit-mysql-0: 21:44:43 DEBUG unit.mysql/0.install unit-mysql-0: 21:44:43 DEBUG unit.mysql/0.install E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? unit-mysql-0: 21:44:43 DEBUG unit.mysql/0.install Traceback (most recent call last): unit-mysql-0: 21:44:43 DEBUG unit.mysql/0.install File "/var/lib/juju/agents/unit-mysql-0/charm/hooks/install.real", line 6, in unit-mysql-0: 21:44:43 DEBUG unit.mysql/0.install import lib.utils as utils unit-mysql-0: 21:44:43 DEBUG unit.mysql/0.install File "/var/lib/juju/agents/unit-mysql-0/charm/hooks/lib/utils.py", line 46, in unit-mysql-0: 21:44:43 DEBUG unit.mysql/0.install install('python-dnspython') unit-mysql-0: 21:44:43 DEBUG unit.mysql/0.install File "/var/lib/juju/agents/unit-mysql-0/charm/hooks/lib/utils.py", line 41, in install unit-mysql-0: 21:44:43 DEBUG unit.mysql/0.install subprocess.check_call(cmd) unit-mysql-0: 21:44:43 DEBUG unit.mysql/0.install File "/usr/lib/python2.7/subprocess.py", line 540, in check_call unit-mysql-0: 21:44:43 DEBUG unit.mysql/0.install raise CalledProcessError(retcode, cmd) unit-mysql-0: 21:44:43 DEBUG unit.mysql/0.install subprocess.CalledProcessError: Command '['apt-get', '-y', 'install', 'python-dnspython']' returned non-zero exit status 100 unit-mysql-0: 21:44:43 ERROR juju.worker.uniter.operation hook "install" failed: exit status 1 unit-mysql-0: 21:44:43 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 21:44:43 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-mysql-0: 21:44:43 DEBUG juju.worker.uniter [AGENT-STATUS] error: hook failed: "install" unit-abot-epc-basic-0: 21:44:45 DEBUG unit.abot-epc-basic/0.install Err:16 http://archive.ubuntu.com/ubuntu xenial/main amd64 libxshmfence1 amd64 1.2-1 unit-abot-epc-basic-0: 21:44:45 DEBUG unit.abot-epc-basic/0.install Temporary failure resolving 'archive.ubuntu.com' unit-abot-epc-basic-0: 21:45:29 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-oai-hss-0: 21:45:31 DEBUG juju.worker.uniter.remotestate retry hook timer triggered unit-oai-hss-0: 21:45:31 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-oai-hss-0: 21:45:31 DEBUG juju.worker.uniter.operation running operation run install hook unit-oai-hss-0: 21:45:31 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-hss-0: 21:45:31 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-hss-0: 21:45:31 DEBUG juju.worker.uniter.operation preparing operation "run install hook" unit-oai-hss-0: 21:45:31 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-oai-hss-0: 21:45:31 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook unit-oai-hss-0: 21:45:31 DEBUG unit.oai-hss/0.install + export DEBIAN_FRONTEND=noninteractive unit-oai-hss-0: 21:45:31 DEBUG unit.oai-hss/0.install + DEBIAN_FRONTEND=noninteractive unit-oai-hss-0: 21:45:31 DEBUG unit.oai-hss/0.install + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 21:45:31 DEBUG unit.oai-hss/0.install + export juju=set unit-oai-hss-0: 21:45:31 DEBUG unit.oai-hss/0.install + juju=set unit-oai-hss-0: 21:45:31 DEBUG unit.oai-hss/0.install + set_env_paths unit-oai-hss-0: 21:45:31 DEBUG unit.oai-hss/0.install + openair_path=/srv/openair-cn unit-oai-hss-0: 21:45:31 DEBUG unit.oai-hss/0.install + build_path=/srv/openair-cn/BUILD unit-oai-hss-0: 21:45:31 DEBUG unit.oai-hss/0.install + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-hss-0: 21:45:31 DEBUG unit.oai-hss/0.install + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-hss-0: 21:45:31 DEBUG unit.oai-hss/0.install + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 21:45:31 DEBUG unit.oai-hss/0.install + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-hss-0: 21:45:31 DEBUG unit.oai-hss/0.install + hss_conf=/usr/local/etc/oai unit-oai-hss-0: 21:45:31 DEBUG unit.oai-hss/0.install + hss_exec_name=oai_hss unit-oai-hss-0: 21:45:31 DEBUG unit.oai-hss/0.install ++ config-get branch unit-oai-hss-0: 21:45:32 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 21:45:32 DEBUG unit.oai-hss/0.install + branch=v0.3.2-branch unit-oai-hss-0: 21:45:32 DEBUG unit.oai-hss/0.install ++ config-get revision unit-oai-hss-0: 21:45:32 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 21:45:32 DEBUG unit.oai-hss/0.install + revision=HEAD unit-oai-hss-0: 21:45:32 DEBUG unit.oai-hss/0.install + echo v0.3.2-branch unit-oai-hss-0: 21:45:32 DEBUG unit.oai-hss/0.install + echo HEAD unit-oai-hss-0: 21:45:32 DEBUG unit.oai-hss/0.install + update_hostname unit-oai-hss-0: 21:45:32 DEBUG unit.oai-hss/0.install ++ sed 's|/|-|' unit-oai-hss-0: 21:45:32 DEBUG unit.oai-hss/0.install ++ echo oai-hss/0 unit-oai-hss-0: 21:45:32 DEBUG unit.oai-hss/0.install + HOSTNAME=oai-hss-0 unit-oai-hss-0: 21:45:32 DEBUG unit.oai-hss/0.install + echo oai-hss-0 unit-oai-hss-0: 21:45:32 DEBUG unit.oai-hss/0.install + hostname oai-hss-0 unit-oai-hss-0: 21:45:32 DEBUG unit.oai-hss/0.install ++ hostname unit-oai-hss-0: 21:45:32 DEBUG unit.oai-hss/0.install + echo '127.0.0.1 oai-hss-0' unit-oai-hss-0: 21:45:32 DEBUG unit.oai-hss/0.install + install_packages unit-oai-hss-0: 21:45:32 DEBUG unit.oai-hss/0.install + status-set maintenance 'Installing some dependencies' unit-oai-hss-0: 21:45:32 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 21:45:32 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 21:45:32 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections git unit-oai-hss-0: 21:45:32 DEBUG unit.oai-hss/0.install + gitAlreadyInstalled=0 unit-oai-hss-0: 21:45:32 DEBUG unit.oai-hss/0.install + true unit-oai-hss-0: 21:45:32 DEBUG unit.oai-hss/0.install + '[' '!' 0 -eq 1 ']' unit-oai-hss-0: 21:45:32 DEBUG unit.oai-hss/0.install + apt-get install -y --force-yes git unit-oai-hss-0: 21:45:32 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 21:45:32 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 21:45:32 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 21:45:32 DEBUG unit.oai-hss/0.install The following extra packages will be installed: unit-oai-hss-0: 21:45:32 DEBUG unit.oai-hss/0.install git-man liberror-perl unit-oai-hss-0: 21:45:32 DEBUG unit.oai-hss/0.install Suggested packages: unit-oai-hss-0: 21:45:32 DEBUG unit.oai-hss/0.install git-daemon-run git-daemon-sysvinit git-doc git-el git-email git-gui gitk unit-oai-hss-0: 21:45:32 DEBUG unit.oai-hss/0.install gitweb git-arch git-bzr git-cvs git-mediawiki git-svn unit-oai-hss-0: 21:45:32 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 21:45:32 DEBUG unit.oai-hss/0.install git git-man liberror-perl unit-oai-hss-0: 21:45:32 DEBUG unit.oai-hss/0.install 0 upgraded, 3 newly installed, 0 to remove and 2 not upgraded. unit-oai-hss-0: 21:45:32 DEBUG unit.oai-hss/0.install Need to get 3394 kB of archives. unit-oai-hss-0: 21:45:32 DEBUG unit.oai-hss/0.install After this operation, 22.0 MB of additional disk space will be used. unit-oai-hss-0: 21:45:32 DEBUG unit.oai-hss/0.install WARNING: The following packages cannot be authenticated! unit-oai-hss-0: 21:45:32 DEBUG unit.oai-hss/0.install git-man git unit-abot-epc-basic-0: 21:45:46 DEBUG unit.abot-epc-basic/0.install Err:17 http://archive.ubuntu.com/ubuntu xenial/main amd64 libxtst6 amd64 2:1.2.2-1 unit-abot-epc-basic-0: 21:45:46 DEBUG unit.abot-epc-basic/0.install Temporary failure resolving 'archive.ubuntu.com' unit-oai-hss-0: 21:46:12 DEBUG unit.oai-hss/0.install Err http://archive.ubuntu.com/ubuntu/ trusty/main liberror-perl all 0.17-1.1 unit-oai-hss-0: 21:46:12 DEBUG unit.oai-hss/0.install Could not resolve 'archive.ubuntu.com' unit-oai-hss-0: 21:46:12 DEBUG unit.oai-hss/0.install Err http://archive.ubuntu.com/ubuntu/ trusty-updates/main git-man all 1:1.9.1-1ubuntu0.8 unit-oai-hss-0: 21:46:12 DEBUG unit.oai-hss/0.install Could not resolve 'archive.ubuntu.com' unit-oai-epc-0: 21:46:17 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-oai-epc-0: 21:46:17 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-abot-epc-basic-0: 21:46:46 DEBUG unit.abot-epc-basic/0.install Err:18 http://archive.ubuntu.com/ubuntu xenial/main amd64 libxxf86vm1 amd64 1:1.1.4-1 unit-abot-epc-basic-0: 21:46:46 DEBUG unit.abot-epc-basic/0.install Temporary failure resolving 'archive.ubuntu.com' unit-oai-hss-0: 21:46:52 DEBUG unit.oai-hss/0.install Err http://security.ubuntu.com/ubuntu/ trusty-security/main git-man all 1:1.9.1-1ubuntu0.8 unit-oai-hss-0: 21:46:52 DEBUG unit.oai-hss/0.install Could not resolve 'security.ubuntu.com' unit-oai-hss-0: 21:46:52 DEBUG unit.oai-hss/0.install Err http://security.ubuntu.com/ubuntu/ trusty-security/main git amd64 1:1.9.1-1ubuntu0.8 unit-oai-hss-0: 21:46:52 DEBUG unit.oai-hss/0.install Could not resolve 'security.ubuntu.com' unit-oai-hss-0: 21:46:52 DEBUG unit.oai-hss/0.install E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libe/liberror-perl/liberror-perl_0.17-1.1_all.deb Could not resolve 'archive.ubuntu.com' unit-oai-hss-0: 21:46:52 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 21:46:52 DEBUG unit.oai-hss/0.install E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/g/git/git-man_1.9.1-1ubuntu0.8_all.deb Could not resolve 'security.ubuntu.com' unit-oai-hss-0: 21:46:52 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 21:46:52 DEBUG unit.oai-hss/0.install E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/g/git/git_1.9.1-1ubuntu0.8_amd64.deb Could not resolve 'security.ubuntu.com' unit-oai-hss-0: 21:46:52 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 21:46:52 DEBUG unit.oai-hss/0.install E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? unit-oai-hss-0: 21:46:52 ERROR juju.worker.uniter.operation hook "install" failed: exit status 100 unit-oai-hss-0: 21:46:52 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 21:46:52 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-oai-hss-0: 21:46:52 DEBUG juju.worker.uniter [AGENT-STATUS] error: hook failed: "install" unit-abot-epc-basic-0: 21:47:46 DEBUG unit.abot-epc-basic/0.install Err:19 http://archive.ubuntu.com/ubuntu xenial/main amd64 libjbig0 amd64 2.1-3.1 unit-abot-epc-basic-0: 21:47:46 DEBUG unit.abot-epc-basic/0.install Temporary failure resolving 'archive.ubuntu.com' unit-oai-epc-0: 21:47:58 DEBUG juju.worker.uniter.remotestate retry hook timer triggered unit-oai-epc-0: 21:47:58 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-oai-epc-0: 21:47:58 DEBUG juju.worker.uniter.operation running operation run install hook unit-oai-epc-0: 21:47:58 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-epc-0: 21:47:58 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-epc-0: 21:47:58 DEBUG juju.worker.uniter.operation preparing operation "run install hook" unit-oai-epc-0: 21:47:58 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-oai-epc-0: 21:47:58 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook unit-oai-epc-0: 21:47:58 DEBUG unit.oai-epc/0.install + export DEBIAN_FRONTEND=noninteractive unit-oai-epc-0: 21:47:58 DEBUG unit.oai-epc/0.install + DEBIAN_FRONTEND=noninteractive unit-oai-epc-0: 21:47:58 DEBUG unit.oai-epc/0.install + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 21:47:58 DEBUG unit.oai-epc/0.install ++ validated_mme_public_ip=0 unit-oai-epc-0: 21:47:58 DEBUG unit.oai-epc/0.install + set_env_paths unit-oai-epc-0: 21:47:58 DEBUG unit.oai-epc/0.install + openair_path=/srv/openair-cn unit-oai-epc-0: 21:47:58 DEBUG unit.oai-epc/0.install + build_path=/srv/openair-cn/BUILD unit-oai-epc-0: 21:47:58 DEBUG unit.oai-epc/0.install + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-epc-0: 21:47:58 DEBUG unit.oai-epc/0.install + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-epc-0: 21:47:58 DEBUG unit.oai-epc/0.install + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-epc-0: 21:47:58 DEBUG unit.oai-epc/0.install + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-epc-0: 21:47:58 DEBUG unit.oai-epc/0.install + epc_conf_path=/usr/local/etc/oai unit-oai-epc-0: 21:47:58 DEBUG unit.oai-epc/0.install + epc_exec_name=mme_gw unit-oai-epc-0: 21:47:58 DEBUG unit.oai-epc/0.install + open-port 2152/udp unit-oai-epc-0: 21:47:58 DEBUG worker.uniter.jujuc running hook tool "open-port" unit-oai-epc-0: 21:47:58 DEBUG unit.oai-epc/0.install ++ config-get branch unit-oai-epc-0: 21:47:58 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 21:47:58 DEBUG unit.oai-epc/0.install + branch=v0.3.2-branch unit-oai-epc-0: 21:47:58 DEBUG unit.oai-epc/0.install ++ config-get revision unit-oai-epc-0: 21:47:58 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 21:47:58 DEBUG unit.oai-epc/0.install + revision=HEAD unit-oai-epc-0: 21:47:58 DEBUG unit.oai-epc/0.install + echo v0.3.2-branch unit-oai-epc-0: 21:47:58 DEBUG unit.oai-epc/0.install + echo HEAD unit-oai-epc-0: 21:47:58 DEBUG unit.oai-epc/0.install + update_hostname unit-oai-epc-0: 21:47:58 DEBUG unit.oai-epc/0.install ++ sed 's|/|-|' unit-oai-epc-0: 21:47:58 DEBUG unit.oai-epc/0.install ++ echo oai-epc/0 unit-oai-epc-0: 21:47:58 DEBUG unit.oai-epc/0.install + HOSTNAME=oai-epc-0 unit-oai-epc-0: 21:47:58 DEBUG unit.oai-epc/0.install + echo oai-epc-0 unit-oai-epc-0: 21:47:58 DEBUG unit.oai-epc/0.install + hostname oai-epc-0 unit-oai-epc-0: 21:47:58 DEBUG unit.oai-epc/0.install ++ hostname unit-oai-epc-0: 21:47:58 DEBUG unit.oai-epc/0.install + echo '127.0.0.1 oai-epc-0' unit-oai-epc-0: 21:47:58 DEBUG unit.oai-epc/0.install + install_packages unit-oai-epc-0: 21:47:58 DEBUG unit.oai-epc/0.install ++ grep -c install unit-oai-epc-0: 21:47:58 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections git unit-oai-epc-0: 21:47:58 DEBUG unit.oai-epc/0.install + gitAlreadyInstalled=0 unit-oai-epc-0: 21:47:58 DEBUG unit.oai-epc/0.install + true unit-oai-epc-0: 21:47:58 DEBUG unit.oai-epc/0.install + '[' '!' 0 -eq 1 ']' unit-oai-epc-0: 21:47:58 DEBUG unit.oai-epc/0.install + apt-get install -y --force-yes git unit-oai-epc-0: 21:47:58 DEBUG unit.oai-epc/0.install Reading package lists... unit-oai-epc-0: 21:47:58 DEBUG unit.oai-epc/0.install Building dependency tree... unit-oai-epc-0: 21:47:58 DEBUG unit.oai-epc/0.install Reading state information... unit-oai-epc-0: 21:47:58 DEBUG unit.oai-epc/0.install The following extra packages will be installed: unit-oai-epc-0: 21:47:58 DEBUG unit.oai-epc/0.install git-man liberror-perl unit-oai-epc-0: 21:47:58 DEBUG unit.oai-epc/0.install Suggested packages: unit-oai-epc-0: 21:47:58 DEBUG unit.oai-epc/0.install git-daemon-run git-daemon-sysvinit git-doc git-el git-email git-gui gitk unit-oai-epc-0: 21:47:58 DEBUG unit.oai-epc/0.install gitweb git-arch git-bzr git-cvs git-mediawiki git-svn unit-oai-epc-0: 21:47:58 DEBUG unit.oai-epc/0.install The following NEW packages will be installed: unit-oai-epc-0: 21:47:58 DEBUG unit.oai-epc/0.install git git-man liberror-perl unit-oai-epc-0: 21:47:58 DEBUG unit.oai-epc/0.install 0 upgraded, 3 newly installed, 0 to remove and 2 not upgraded. unit-oai-epc-0: 21:47:58 DEBUG unit.oai-epc/0.install Need to get 3394 kB of archives. unit-oai-epc-0: 21:47:58 DEBUG unit.oai-epc/0.install After this operation, 22.0 MB of additional disk space will be used. unit-oai-epc-0: 21:47:58 DEBUG unit.oai-epc/0.install WARNING: The following packages cannot be authenticated! unit-oai-epc-0: 21:47:58 DEBUG unit.oai-epc/0.install git-man git unit-oai-epc-0: 21:48:38 DEBUG unit.oai-epc/0.install Err http://archive.ubuntu.com/ubuntu/ trusty/main liberror-perl all 0.17-1.1 unit-oai-epc-0: 21:48:38 DEBUG unit.oai-epc/0.install Could not resolve 'archive.ubuntu.com' unit-oai-epc-0: 21:48:38 DEBUG unit.oai-epc/0.install Err http://archive.ubuntu.com/ubuntu/ trusty-updates/main git-man all 1:1.9.1-1ubuntu0.8 unit-oai-epc-0: 21:48:38 DEBUG unit.oai-epc/0.install Could not resolve 'archive.ubuntu.com' unit-abot-epc-basic-0: 21:48:46 DEBUG unit.abot-epc-basic/0.install Err:20 http://archive.ubuntu.com/ubuntu xenial/main amd64 libtxc-dxtn-s2tc0 amd64 0~git20131104-1.1 unit-abot-epc-basic-0: 21:48:46 DEBUG unit.abot-epc-basic/0.install Temporary failure resolving 'archive.ubuntu.com' unit-mysql-0: 21:49:08 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-mysql-0: 21:49:08 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-oai-epc-0: 21:49:18 DEBUG unit.oai-epc/0.install Err http://security.ubuntu.com/ubuntu/ trusty-security/main git-man all 1:1.9.1-1ubuntu0.8 unit-oai-epc-0: 21:49:18 DEBUG unit.oai-epc/0.install Could not resolve 'security.ubuntu.com' unit-oai-epc-0: 21:49:18 DEBUG unit.oai-epc/0.install Err http://security.ubuntu.com/ubuntu/ trusty-security/main git amd64 1:1.9.1-1ubuntu0.8 unit-oai-epc-0: 21:49:18 DEBUG unit.oai-epc/0.install Could not resolve 'security.ubuntu.com' unit-oai-epc-0: 21:49:18 DEBUG unit.oai-epc/0.install E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libe/liberror-perl/liberror-perl_0.17-1.1_all.deb Could not resolve 'archive.ubuntu.com' unit-oai-epc-0: 21:49:18 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 21:49:18 DEBUG unit.oai-epc/0.install E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/g/git/git-man_1.9.1-1ubuntu0.8_all.deb Could not resolve 'security.ubuntu.com' unit-oai-epc-0: 21:49:18 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 21:49:18 DEBUG unit.oai-epc/0.install E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/g/git/git_1.9.1-1ubuntu0.8_amd64.deb Could not resolve 'security.ubuntu.com' unit-oai-epc-0: 21:49:18 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 21:49:18 DEBUG unit.oai-epc/0.install E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? unit-oai-epc-0: 21:49:18 ERROR juju.worker.uniter.operation hook "install" failed: exit status 100 unit-oai-epc-0: 21:49:18 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 21:49:18 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-oai-epc-0: 21:49:18 DEBUG juju.worker.uniter [AGENT-STATUS] error: hook failed: "install" unit-mysql-0: 21:49:43 DEBUG juju.worker.uniter.remotestate retry hook timer triggered unit-mysql-0: 21:49:43 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-mysql-0: 21:49:43 DEBUG juju.worker.uniter.operation running operation run install hook unit-mysql-0: 21:49:43 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-mysql-0: 21:49:43 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-mysql-0: 21:49:43 DEBUG juju.worker.uniter.operation preparing operation "run install hook" unit-mysql-0: 21:49:43 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-mysql-0: 21:49:43 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook unit-mysql-0: 21:49:43 DEBUG unit.mysql/0.install dpkg-query: package 'python-netaddr' is not installed and no information is available unit-mysql-0: 21:49:43 DEBUG unit.mysql/0.install Use dpkg --info (= dpkg-deb --info) to examine archive files, unit-mysql-0: 21:49:43 DEBUG unit.mysql/0.install and dpkg --contents (= dpkg-deb --contents) to list their contents. unit-mysql-0: 21:49:43 DEBUG unit.mysql/0.install Reading package lists... unit-mysql-0: 21:49:43 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 21:49:43 DEBUG unit.mysql/0.install Reading state information... unit-mysql-0: 21:49:43 DEBUG unit.mysql/0.install Suggested packages: unit-mysql-0: 21:49:43 DEBUG unit.mysql/0.install ipython python-netaddr-docs unit-mysql-0: 21:49:43 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 21:49:43 DEBUG unit.mysql/0.install python-netaddr unit-mysql-0: 21:49:43 DEBUG unit.mysql/0.install 0 upgraded, 1 newly installed, 0 to remove and 2 not upgraded. unit-mysql-0: 21:49:43 DEBUG unit.mysql/0.install Need to get 849 kB of archives. unit-mysql-0: 21:49:43 DEBUG unit.mysql/0.install After this operation, 4216 kB of additional disk space will be used. unit-mysql-0: 21:49:43 DEBUG unit.mysql/0.install WARNING: The following packages cannot be authenticated! unit-mysql-0: 21:49:43 DEBUG unit.mysql/0.install python-netaddr unit-mysql-0: 21:49:43 DEBUG unit.mysql/0.install E: There are problems and -y was used without --force-yes unit-mysql-0: 21:49:43 DEBUG unit.mysql/0.install dpkg-query: package 'python-netifaces' is not installed and no information is available unit-mysql-0: 21:49:43 DEBUG unit.mysql/0.install Use dpkg --info (= dpkg-deb --info) to examine archive files, unit-mysql-0: 21:49:43 DEBUG unit.mysql/0.install and dpkg --contents (= dpkg-deb --contents) to list their contents. unit-mysql-0: 21:49:43 DEBUG unit.mysql/0.install Reading package lists... unit-mysql-0: 21:49:43 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 21:49:43 DEBUG unit.mysql/0.install Reading state information... unit-mysql-0: 21:49:43 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 21:49:43 DEBUG unit.mysql/0.install python-netifaces unit-abot-epc-basic-0: 21:49:46 DEBUG unit.abot-epc-basic/0.install Err:21 http://archive.ubuntu.com/ubuntu xenial/main amd64 java-common all 0.56ubuntu2 unit-abot-epc-basic-0: 21:49:46 DEBUG unit.abot-epc-basic/0.install Temporary failure resolving 'archive.ubuntu.com' unit-abot-epc-basic-0: 21:49:58 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-mysql-0: 21:50:23 DEBUG unit.mysql/0.install 0 upgraded, 1 newly installed, 0 to remove and 2 not upgraded. unit-mysql-0: 21:50:23 DEBUG unit.mysql/0.install Need to get 11.3 kB of archives. unit-mysql-0: 21:50:23 DEBUG unit.mysql/0.install After this operation, 63.5 kB of additional disk space will be used. unit-mysql-0: 21:50:23 DEBUG unit.mysql/0.install Err http://archive.ubuntu.com/ubuntu/ trusty/main python-netifaces amd64 0.8-3build1 unit-mysql-0: 21:50:23 DEBUG unit.mysql/0.install Could not resolve 'archive.ubuntu.com' unit-mysql-0: 21:50:23 DEBUG unit.mysql/0.install E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/n/netifaces/python-netifaces_0.8-3build1_amd64.deb Could not resolve 'archive.ubuntu.com' unit-mysql-0: 21:50:23 DEBUG unit.mysql/0.install unit-mysql-0: 21:50:23 DEBUG unit.mysql/0.install E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? unit-mysql-0: 21:50:23 DEBUG unit.mysql/0.install dpkg-query: package 'python-pip' is not installed and no information is available unit-mysql-0: 21:50:23 DEBUG unit.mysql/0.install Use dpkg --info (= dpkg-deb --info) to examine archive files, unit-mysql-0: 21:50:23 DEBUG unit.mysql/0.install and dpkg --contents (= dpkg-deb --contents) to list their contents. unit-mysql-0: 21:50:23 DEBUG unit.mysql/0.install Reading package lists... unit-mysql-0: 21:50:23 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 21:50:23 DEBUG unit.mysql/0.install Reading state information... unit-mysql-0: 21:50:24 DEBUG unit.mysql/0.install The following extra packages will be installed: unit-mysql-0: 21:50:24 DEBUG unit.mysql/0.install binutils build-essential cpp cpp-4.8 dpkg-dev fakeroot g++ g++-4.8 gcc unit-mysql-0: 21:50:24 DEBUG unit.mysql/0.install gcc-4.8 libalgorithm-diff-perl libalgorithm-diff-xs-perl unit-mysql-0: 21:50:24 DEBUG unit.mysql/0.install libalgorithm-merge-perl libasan0 libatomic1 libc-dev-bin libc6-dev unit-mysql-0: 21:50:24 DEBUG unit.mysql/0.install libcloog-isl4 libdpkg-perl libfakeroot libfile-fcntllock-perl libgcc-4.8-dev unit-mysql-0: 21:50:24 DEBUG unit.mysql/0.install libgmp10 libgomp1 libisl10 libitm1 libmpc3 libmpfr4 libquadmath0 unit-mysql-0: 21:50:24 DEBUG unit.mysql/0.install libstdc++-4.8-dev libtsan0 linux-libc-dev make manpages-dev unit-mysql-0: 21:50:24 DEBUG unit.mysql/0.install python-chardet-whl python-colorama python-colorama-whl python-distlib unit-mysql-0: 21:50:24 DEBUG unit.mysql/0.install python-distlib-whl python-html5lib python-html5lib-whl python-pip-whl unit-mysql-0: 21:50:24 DEBUG unit.mysql/0.install python-requests-whl python-setuptools python-setuptools-whl python-six-whl unit-mysql-0: 21:50:24 DEBUG unit.mysql/0.install python-urllib3-whl python-wheel python3-pkg-resources unit-mysql-0: 21:50:24 DEBUG unit.mysql/0.install Suggested packages: unit-mysql-0: 21:50:24 DEBUG unit.mysql/0.install binutils-doc cpp-doc gcc-4.8-locales debian-keyring g++-multilib unit-mysql-0: 21:50:24 DEBUG unit.mysql/0.install g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib autoconf unit-mysql-0: 21:50:24 DEBUG unit.mysql/0.install automake1.9 libtool flex bison gdb gcc-doc gcc-4.8-multilib libgcc1-dbg unit-mysql-0: 21:50:24 DEBUG unit.mysql/0.install libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg unit-mysql-0: 21:50:24 DEBUG unit.mysql/0.install libquadmath0-dbg glibc-doc libstdc++-4.8-doc make-doc python-genshi unit-mysql-0: 21:50:24 DEBUG unit.mysql/0.install python-lxml python3-setuptools unit-mysql-0: 21:50:24 DEBUG unit.mysql/0.install Recommended packages: unit-mysql-0: 21:50:24 DEBUG unit.mysql/0.install python-dev-all unit-mysql-0: 21:50:24 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 21:50:24 DEBUG unit.mysql/0.install binutils build-essential cpp cpp-4.8 dpkg-dev fakeroot g++ g++-4.8 gcc unit-mysql-0: 21:50:24 DEBUG unit.mysql/0.install gcc-4.8 libalgorithm-diff-perl libalgorithm-diff-xs-perl unit-mysql-0: 21:50:24 DEBUG unit.mysql/0.install libalgorithm-merge-perl libasan0 libatomic1 libc-dev-bin libc6-dev unit-mysql-0: 21:50:24 DEBUG unit.mysql/0.install libcloog-isl4 libdpkg-perl libfakeroot libfile-fcntllock-perl libgcc-4.8-dev unit-mysql-0: 21:50:24 DEBUG unit.mysql/0.install libgmp10 libgomp1 libisl10 libitm1 libmpc3 libmpfr4 libquadmath0 unit-mysql-0: 21:50:24 DEBUG unit.mysql/0.install libstdc++-4.8-dev libtsan0 linux-libc-dev make manpages-dev unit-mysql-0: 21:50:24 DEBUG unit.mysql/0.install python-chardet-whl python-colorama python-colorama-whl python-distlib unit-mysql-0: 21:50:24 DEBUG unit.mysql/0.install python-distlib-whl python-html5lib python-html5lib-whl python-pip unit-mysql-0: 21:50:24 DEBUG unit.mysql/0.install python-pip-whl python-requests-whl python-setuptools python-setuptools-whl unit-mysql-0: 21:50:24 DEBUG unit.mysql/0.install python-six-whl python-urllib3-whl python-wheel python3-pkg-resources unit-mysql-0: 21:50:24 DEBUG unit.mysql/0.install 0 upgraded, 50 newly installed, 0 to remove and 2 not upgraded. unit-mysql-0: 21:50:24 DEBUG unit.mysql/0.install Need to get 41.1 MB of archives. unit-mysql-0: 21:50:24 DEBUG unit.mysql/0.install After this operation, 120 MB of additional disk space will be used. unit-mysql-0: 21:50:24 DEBUG unit.mysql/0.install WARNING: The following packages cannot be authenticated! unit-mysql-0: 21:50:24 DEBUG unit.mysql/0.install libasan0 libatomic1 libgomp1 libitm1 libquadmath0 libtsan0 binutils unit-mysql-0: 21:50:24 DEBUG unit.mysql/0.install libc-dev-bin linux-libc-dev libc6-dev cpp-4.8 libgcc-4.8-dev gcc-4.8 unit-mysql-0: 21:50:24 DEBUG unit.mysql/0.install libstdc++-4.8-dev g++-4.8 libdpkg-perl dpkg-dev python3-pkg-resources unit-mysql-0: 21:50:24 DEBUG unit.mysql/0.install python-chardet-whl python-colorama python-colorama-whl python-distlib unit-mysql-0: 21:50:24 DEBUG unit.mysql/0.install python-distlib-whl python-html5lib python-html5lib-whl python-six-whl unit-mysql-0: 21:50:24 DEBUG unit.mysql/0.install python-urllib3-whl python-requests-whl python-setuptools-whl python-pip-whl unit-mysql-0: 21:50:24 DEBUG unit.mysql/0.install python-setuptools python-pip python-wheel unit-mysql-0: 21:50:24 DEBUG unit.mysql/0.install E: There are problems and -y was used without --force-yes unit-mysql-0: 21:50:24 DEBUG unit.mysql/0.install Reading package lists... unit-mysql-0: 21:50:24 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 21:50:24 DEBUG unit.mysql/0.install Reading state information... unit-mysql-0: 21:50:24 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 21:50:24 DEBUG unit.mysql/0.install python-dnspython unit-abot-epc-basic-0: 21:50:46 DEBUG unit.abot-epc-basic/0.install Err:22 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libavahi-common-data amd64 0.6.32~rc+dfsg-1ubuntu2.2 unit-abot-epc-basic-0: 21:50:46 DEBUG unit.abot-epc-basic/0.install Temporary failure resolving 'archive.ubuntu.com' unit-mysql-0: 21:51:04 DEBUG unit.mysql/0.install 0 upgraded, 1 newly installed, 0 to remove and 2 not upgraded. unit-mysql-0: 21:51:04 DEBUG unit.mysql/0.install Need to get 83.1 kB of archives. unit-mysql-0: 21:51:04 DEBUG unit.mysql/0.install After this operation, 545 kB of additional disk space will be used. unit-mysql-0: 21:51:04 DEBUG unit.mysql/0.install Err http://archive.ubuntu.com/ubuntu/ trusty/main python-dnspython all 1.11.1-1build1 unit-mysql-0: 21:51:04 DEBUG unit.mysql/0.install Could not resolve 'archive.ubuntu.com' unit-mysql-0: 21:51:04 DEBUG unit.mysql/0.install E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/d/dnspython/python-dnspython_1.11.1-1build1_all.deb Could not resolve 'archive.ubuntu.com' unit-mysql-0: 21:51:04 DEBUG unit.mysql/0.install unit-mysql-0: 21:51:04 DEBUG unit.mysql/0.install E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? unit-mysql-0: 21:51:04 DEBUG unit.mysql/0.install Traceback (most recent call last): unit-mysql-0: 21:51:04 DEBUG unit.mysql/0.install File "/var/lib/juju/agents/unit-mysql-0/charm/hooks/install.real", line 6, in unit-mysql-0: 21:51:04 DEBUG unit.mysql/0.install import lib.utils as utils unit-mysql-0: 21:51:04 DEBUG unit.mysql/0.install File "/var/lib/juju/agents/unit-mysql-0/charm/hooks/lib/utils.py", line 46, in unit-mysql-0: 21:51:04 DEBUG unit.mysql/0.install install('python-dnspython') unit-mysql-0: 21:51:04 DEBUG unit.mysql/0.install File "/var/lib/juju/agents/unit-mysql-0/charm/hooks/lib/utils.py", line 41, in install unit-mysql-0: 21:51:04 DEBUG unit.mysql/0.install subprocess.check_call(cmd) unit-mysql-0: 21:51:04 DEBUG unit.mysql/0.install File "/usr/lib/python2.7/subprocess.py", line 540, in check_call unit-mysql-0: 21:51:04 DEBUG unit.mysql/0.install raise CalledProcessError(retcode, cmd) unit-mysql-0: 21:51:04 DEBUG unit.mysql/0.install subprocess.CalledProcessError: Command '['apt-get', '-y', 'install', 'python-dnspython']' returned non-zero exit status 100 unit-mysql-0: 21:51:04 ERROR juju.worker.uniter.operation hook "install" failed: exit status 1 unit-mysql-0: 21:51:04 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 21:51:04 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-mysql-0: 21:51:04 DEBUG juju.worker.uniter [AGENT-STATUS] error: hook failed: "install" unit-oai-hss-0: 21:51:17 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-oai-hss-0: 21:51:17 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-abot-epc-basic-0: 21:51:46 DEBUG unit.abot-epc-basic/0.install Err:23 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libavahi-common3 amd64 0.6.32~rc+dfsg-1ubuntu2.2 unit-abot-epc-basic-0: 21:51:46 DEBUG unit.abot-epc-basic/0.install Temporary failure resolving 'archive.ubuntu.com' unit-oai-hss-0: 21:51:52 DEBUG juju.worker.uniter.remotestate retry hook timer triggered unit-oai-hss-0: 21:51:52 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-oai-hss-0: 21:51:52 DEBUG juju.worker.uniter.operation running operation run install hook unit-oai-hss-0: 21:51:52 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-hss-0: 21:51:52 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-hss-0: 21:51:52 DEBUG juju.worker.uniter.operation preparing operation "run install hook" unit-oai-hss-0: 21:51:52 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-oai-hss-0: 21:51:52 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook unit-oai-hss-0: 21:51:52 DEBUG unit.oai-hss/0.install + export DEBIAN_FRONTEND=noninteractive unit-oai-hss-0: 21:51:52 DEBUG unit.oai-hss/0.install + DEBIAN_FRONTEND=noninteractive unit-oai-hss-0: 21:51:52 DEBUG unit.oai-hss/0.install + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 21:51:52 DEBUG unit.oai-hss/0.install + export juju=set unit-oai-hss-0: 21:51:52 DEBUG unit.oai-hss/0.install + juju=set unit-oai-hss-0: 21:51:52 DEBUG unit.oai-hss/0.install + set_env_paths unit-oai-hss-0: 21:51:52 DEBUG unit.oai-hss/0.install + openair_path=/srv/openair-cn unit-oai-hss-0: 21:51:52 DEBUG unit.oai-hss/0.install + build_path=/srv/openair-cn/BUILD unit-oai-hss-0: 21:51:52 DEBUG unit.oai-hss/0.install + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-hss-0: 21:51:52 DEBUG unit.oai-hss/0.install + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-hss-0: 21:51:52 DEBUG unit.oai-hss/0.install + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 21:51:52 DEBUG unit.oai-hss/0.install + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-hss-0: 21:51:52 DEBUG unit.oai-hss/0.install + hss_conf=/usr/local/etc/oai unit-oai-hss-0: 21:51:52 DEBUG unit.oai-hss/0.install + hss_exec_name=oai_hss unit-oai-hss-0: 21:51:52 DEBUG unit.oai-hss/0.install ++ config-get branch unit-oai-hss-0: 21:51:52 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 21:51:52 DEBUG unit.oai-hss/0.install + branch=v0.3.2-branch unit-oai-hss-0: 21:51:52 DEBUG unit.oai-hss/0.install ++ config-get revision unit-oai-hss-0: 21:51:52 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 21:51:52 DEBUG unit.oai-hss/0.install + revision=HEAD unit-oai-hss-0: 21:51:52 DEBUG unit.oai-hss/0.install + echo v0.3.2-branch unit-oai-hss-0: 21:51:52 DEBUG unit.oai-hss/0.install + echo HEAD unit-oai-hss-0: 21:51:52 DEBUG unit.oai-hss/0.install + update_hostname unit-oai-hss-0: 21:51:52 DEBUG unit.oai-hss/0.install ++ sed 's|/|-|' unit-oai-hss-0: 21:51:52 DEBUG unit.oai-hss/0.install ++ echo oai-hss/0 unit-oai-hss-0: 21:51:52 DEBUG unit.oai-hss/0.install + HOSTNAME=oai-hss-0 unit-oai-hss-0: 21:51:52 DEBUG unit.oai-hss/0.install + echo oai-hss-0 unit-oai-hss-0: 21:51:52 DEBUG unit.oai-hss/0.install + hostname oai-hss-0 unit-oai-hss-0: 21:51:52 DEBUG unit.oai-hss/0.install ++ hostname unit-oai-hss-0: 21:51:52 DEBUG unit.oai-hss/0.install + echo '127.0.0.1 oai-hss-0' unit-oai-hss-0: 21:51:52 DEBUG unit.oai-hss/0.install + install_packages unit-oai-hss-0: 21:51:52 DEBUG unit.oai-hss/0.install + status-set maintenance 'Installing some dependencies' unit-oai-hss-0: 21:51:52 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 21:51:52 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 21:51:52 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections git unit-oai-hss-0: 21:51:52 DEBUG unit.oai-hss/0.install + gitAlreadyInstalled=0 unit-oai-hss-0: 21:51:52 DEBUG unit.oai-hss/0.install + true unit-oai-hss-0: 21:51:52 DEBUG unit.oai-hss/0.install + '[' '!' 0 -eq 1 ']' unit-oai-hss-0: 21:51:52 DEBUG unit.oai-hss/0.install + apt-get install -y --force-yes git unit-oai-hss-0: 21:51:52 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 21:51:52 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 21:51:52 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 21:51:52 DEBUG unit.oai-hss/0.install The following extra packages will be installed: unit-oai-hss-0: 21:51:52 DEBUG unit.oai-hss/0.install git-man liberror-perl unit-oai-hss-0: 21:51:52 DEBUG unit.oai-hss/0.install Suggested packages: unit-oai-hss-0: 21:51:52 DEBUG unit.oai-hss/0.install git-daemon-run git-daemon-sysvinit git-doc git-el git-email git-gui gitk unit-oai-hss-0: 21:51:52 DEBUG unit.oai-hss/0.install gitweb git-arch git-bzr git-cvs git-mediawiki git-svn unit-oai-hss-0: 21:51:52 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 21:51:52 DEBUG unit.oai-hss/0.install git git-man liberror-perl unit-oai-hss-0: 21:51:52 DEBUG unit.oai-hss/0.install 0 upgraded, 3 newly installed, 0 to remove and 2 not upgraded. unit-oai-hss-0: 21:51:52 DEBUG unit.oai-hss/0.install Need to get 3394 kB of archives. unit-oai-hss-0: 21:51:52 DEBUG unit.oai-hss/0.install After this operation, 22.0 MB of additional disk space will be used. unit-oai-hss-0: 21:51:52 DEBUG unit.oai-hss/0.install WARNING: The following packages cannot be authenticated! unit-oai-hss-0: 21:51:52 DEBUG unit.oai-hss/0.install git-man git unit-oai-hss-0: 21:52:32 DEBUG unit.oai-hss/0.install Err http://archive.ubuntu.com/ubuntu/ trusty/main liberror-perl all 0.17-1.1 unit-oai-hss-0: 21:52:32 DEBUG unit.oai-hss/0.install Could not resolve 'archive.ubuntu.com' unit-oai-hss-0: 21:52:32 DEBUG unit.oai-hss/0.install Err http://archive.ubuntu.com/ubuntu/ trusty-updates/main git-man all 1:1.9.1-1ubuntu0.8 unit-oai-hss-0: 21:52:32 DEBUG unit.oai-hss/0.install Could not resolve 'archive.ubuntu.com' unit-abot-epc-basic-0: 21:52:46 DEBUG unit.abot-epc-basic/0.install Err:24 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libavahi-client3 amd64 0.6.32~rc+dfsg-1ubuntu2.2 unit-abot-epc-basic-0: 21:52:46 DEBUG unit.abot-epc-basic/0.install Temporary failure resolving 'archive.ubuntu.com' unit-oai-hss-0: 21:53:12 DEBUG unit.oai-hss/0.install Err http://security.ubuntu.com/ubuntu/ trusty-security/main git-man all 1:1.9.1-1ubuntu0.8 unit-oai-hss-0: 21:53:12 DEBUG unit.oai-hss/0.install Could not resolve 'security.ubuntu.com' unit-oai-hss-0: 21:53:12 DEBUG unit.oai-hss/0.install Err http://security.ubuntu.com/ubuntu/ trusty-security/main git amd64 1:1.9.1-1ubuntu0.8 unit-oai-hss-0: 21:53:12 DEBUG unit.oai-hss/0.install Could not resolve 'security.ubuntu.com' unit-oai-hss-0: 21:53:12 DEBUG unit.oai-hss/0.install E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libe/liberror-perl/liberror-perl_0.17-1.1_all.deb Could not resolve 'archive.ubuntu.com' unit-oai-hss-0: 21:53:12 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 21:53:12 DEBUG unit.oai-hss/0.install E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/g/git/git-man_1.9.1-1ubuntu0.8_all.deb Could not resolve 'security.ubuntu.com' unit-oai-hss-0: 21:53:12 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 21:53:12 DEBUG unit.oai-hss/0.install E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/g/git/git_1.9.1-1ubuntu0.8_amd64.deb Could not resolve 'security.ubuntu.com' unit-oai-hss-0: 21:53:12 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 21:53:12 DEBUG unit.oai-hss/0.install E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? unit-oai-hss-0: 21:53:12 ERROR juju.worker.uniter.operation hook "install" failed: exit status 100 unit-oai-hss-0: 21:53:12 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 21:53:12 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-oai-hss-0: 21:53:12 DEBUG juju.worker.uniter [AGENT-STATUS] error: hook failed: "install" unit-oai-epc-0: 21:53:15 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-oai-epc-0: 21:53:15 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-abot-epc-basic-0: 21:53:46 DEBUG unit.abot-epc-basic/0.install Err:25 http://security.ubuntu.com/ubuntu xenial-security/main amd64 libcups2 amd64 2.1.3-4ubuntu0.5 unit-abot-epc-basic-0: 21:53:46 DEBUG unit.abot-epc-basic/0.install Temporary failure resolving 'archive.ubuntu.com' unit-abot-epc-basic-0: 21:54:04 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-oai-epc-0: 21:54:18 DEBUG juju.worker.uniter.remotestate retry hook timer triggered unit-oai-epc-0: 21:54:18 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-oai-epc-0: 21:54:18 DEBUG juju.worker.uniter.operation running operation run install hook unit-oai-epc-0: 21:54:18 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-epc-0: 21:54:18 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-epc-0: 21:54:18 DEBUG juju.worker.uniter.operation preparing operation "run install hook" unit-oai-epc-0: 21:54:18 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-oai-epc-0: 21:54:18 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook unit-oai-epc-0: 21:54:19 DEBUG unit.oai-epc/0.install + export DEBIAN_FRONTEND=noninteractive unit-oai-epc-0: 21:54:19 DEBUG unit.oai-epc/0.install + DEBIAN_FRONTEND=noninteractive unit-oai-epc-0: 21:54:19 DEBUG unit.oai-epc/0.install + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 21:54:19 DEBUG unit.oai-epc/0.install ++ validated_mme_public_ip=0 unit-oai-epc-0: 21:54:19 DEBUG unit.oai-epc/0.install + set_env_paths unit-oai-epc-0: 21:54:19 DEBUG unit.oai-epc/0.install + openair_path=/srv/openair-cn unit-oai-epc-0: 21:54:19 DEBUG unit.oai-epc/0.install + build_path=/srv/openair-cn/BUILD unit-oai-epc-0: 21:54:19 DEBUG unit.oai-epc/0.install + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-epc-0: 21:54:19 DEBUG unit.oai-epc/0.install + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-epc-0: 21:54:19 DEBUG unit.oai-epc/0.install + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-epc-0: 21:54:19 DEBUG unit.oai-epc/0.install + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-epc-0: 21:54:19 DEBUG unit.oai-epc/0.install + epc_conf_path=/usr/local/etc/oai unit-oai-epc-0: 21:54:19 DEBUG unit.oai-epc/0.install + epc_exec_name=mme_gw unit-oai-epc-0: 21:54:19 DEBUG unit.oai-epc/0.install + open-port 2152/udp unit-oai-epc-0: 21:54:19 DEBUG worker.uniter.jujuc running hook tool "open-port" unit-oai-epc-0: 21:54:19 DEBUG unit.oai-epc/0.install ++ config-get branch unit-oai-epc-0: 21:54:19 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 21:54:19 DEBUG unit.oai-epc/0.install + branch=v0.3.2-branch unit-oai-epc-0: 21:54:19 DEBUG unit.oai-epc/0.install ++ config-get revision unit-oai-epc-0: 21:54:19 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 21:54:19 DEBUG unit.oai-epc/0.install + revision=HEAD unit-oai-epc-0: 21:54:19 DEBUG unit.oai-epc/0.install + echo v0.3.2-branch unit-oai-epc-0: 21:54:19 DEBUG unit.oai-epc/0.install + echo HEAD unit-oai-epc-0: 21:54:19 DEBUG unit.oai-epc/0.install + update_hostname unit-oai-epc-0: 21:54:19 DEBUG unit.oai-epc/0.install ++ sed 's|/|-|' unit-oai-epc-0: 21:54:19 DEBUG unit.oai-epc/0.install ++ echo oai-epc/0 unit-oai-epc-0: 21:54:19 DEBUG unit.oai-epc/0.install + HOSTNAME=oai-epc-0 unit-oai-epc-0: 21:54:19 DEBUG unit.oai-epc/0.install + echo oai-epc-0 unit-oai-epc-0: 21:54:19 DEBUG unit.oai-epc/0.install + hostname oai-epc-0 unit-oai-epc-0: 21:54:19 DEBUG unit.oai-epc/0.install ++ hostname unit-oai-epc-0: 21:54:19 DEBUG unit.oai-epc/0.install + echo '127.0.0.1 oai-epc-0' unit-oai-epc-0: 21:54:19 DEBUG unit.oai-epc/0.install + install_packages unit-oai-epc-0: 21:54:19 DEBUG unit.oai-epc/0.install ++ grep -c install unit-oai-epc-0: 21:54:19 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections git unit-oai-epc-0: 21:54:19 DEBUG unit.oai-epc/0.install + gitAlreadyInstalled=0 unit-oai-epc-0: 21:54:19 DEBUG unit.oai-epc/0.install + true unit-oai-epc-0: 21:54:19 DEBUG unit.oai-epc/0.install + '[' '!' 0 -eq 1 ']' unit-oai-epc-0: 21:54:19 DEBUG unit.oai-epc/0.install + apt-get install -y --force-yes git unit-oai-epc-0: 21:54:19 DEBUG unit.oai-epc/0.install Reading package lists... unit-oai-epc-0: 21:54:19 DEBUG unit.oai-epc/0.install Building dependency tree... unit-oai-epc-0: 21:54:19 DEBUG unit.oai-epc/0.install Reading state information... unit-oai-epc-0: 21:54:19 DEBUG unit.oai-epc/0.install The following extra packages will be installed: unit-oai-epc-0: 21:54:19 DEBUG unit.oai-epc/0.install git-man liberror-perl unit-oai-epc-0: 21:54:19 DEBUG unit.oai-epc/0.install Suggested packages: unit-oai-epc-0: 21:54:19 DEBUG unit.oai-epc/0.install git-daemon-run git-daemon-sysvinit git-doc git-el git-email git-gui gitk unit-oai-epc-0: 21:54:19 DEBUG unit.oai-epc/0.install gitweb git-arch git-bzr git-cvs git-mediawiki git-svn unit-oai-epc-0: 21:54:19 DEBUG unit.oai-epc/0.install The following NEW packages will be installed: unit-oai-epc-0: 21:54:19 DEBUG unit.oai-epc/0.install git git-man liberror-perl unit-oai-epc-0: 21:54:19 DEBUG unit.oai-epc/0.install 0 upgraded, 3 newly installed, 0 to remove and 2 not upgraded. unit-oai-epc-0: 21:54:19 DEBUG unit.oai-epc/0.install Need to get 3394 kB of archives. unit-oai-epc-0: 21:54:19 DEBUG unit.oai-epc/0.install After this operation, 22.0 MB of additional disk space will be used. unit-oai-epc-0: 21:54:19 DEBUG unit.oai-epc/0.install WARNING: The following packages cannot be authenticated! unit-oai-epc-0: 21:54:19 DEBUG unit.oai-epc/0.install git-man git unit-mysql-0: 21:54:35 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-mysql-0: 21:54:35 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-abot-epc-basic-0: 21:54:46 DEBUG unit.abot-epc-basic/0.install Err:25 http://security.ubuntu.com/ubuntu xenial-security/main amd64 libcups2 amd64 2.1.3-4ubuntu0.5 unit-abot-epc-basic-0: 21:54:46 DEBUG unit.abot-epc-basic/0.install Temporary failure resolving 'archive.ubuntu.com' unit-abot-epc-basic-0: 21:54:46 DEBUG unit.abot-epc-basic/0.install Err:26 http://archive.ubuntu.com/ubuntu xenial/main amd64 libjpeg8 amd64 8c-2ubuntu8 unit-abot-epc-basic-0: 21:54:46 DEBUG unit.abot-epc-basic/0.install Temporary failure resolving 'archive.ubuntu.com' unit-oai-epc-0: 21:54:59 DEBUG unit.oai-epc/0.install Err http://archive.ubuntu.com/ubuntu/ trusty/main liberror-perl all 0.17-1.1 unit-oai-epc-0: 21:54:59 DEBUG unit.oai-epc/0.install Could not resolve 'archive.ubuntu.com' unit-oai-epc-0: 21:54:59 DEBUG unit.oai-epc/0.install Err http://archive.ubuntu.com/ubuntu/ trusty-updates/main git-man all 1:1.9.1-1ubuntu0.8 unit-oai-epc-0: 21:54:59 DEBUG unit.oai-epc/0.install Could not resolve 'archive.ubuntu.com' unit-oai-epc-0: 21:55:39 DEBUG unit.oai-epc/0.install Err http://security.ubuntu.com/ubuntu/ trusty-security/main git-man all 1:1.9.1-1ubuntu0.8 unit-oai-epc-0: 21:55:39 DEBUG unit.oai-epc/0.install Could not resolve 'security.ubuntu.com' unit-oai-epc-0: 21:55:39 DEBUG unit.oai-epc/0.install Err http://security.ubuntu.com/ubuntu/ trusty-security/main git amd64 1:1.9.1-1ubuntu0.8 unit-oai-epc-0: 21:55:39 DEBUG unit.oai-epc/0.install Could not resolve 'security.ubuntu.com' unit-oai-epc-0: 21:55:39 DEBUG unit.oai-epc/0.install E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libe/liberror-perl/liberror-perl_0.17-1.1_all.deb Could not resolve 'archive.ubuntu.com' unit-oai-epc-0: 21:55:39 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 21:55:39 DEBUG unit.oai-epc/0.install E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/g/git/git-man_1.9.1-1ubuntu0.8_all.deb Could not resolve 'security.ubuntu.com' unit-oai-epc-0: 21:55:39 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 21:55:39 DEBUG unit.oai-epc/0.install E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/g/git/git_1.9.1-1ubuntu0.8_amd64.deb Could not resolve 'security.ubuntu.com' unit-oai-epc-0: 21:55:39 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 21:55:39 DEBUG unit.oai-epc/0.install E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? unit-oai-epc-0: 21:55:39 ERROR juju.worker.uniter.operation hook "install" failed: exit status 100 unit-oai-epc-0: 21:55:39 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 21:55:39 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-oai-epc-0: 21:55:39 DEBUG juju.worker.uniter [AGENT-STATUS] error: hook failed: "install" unit-abot-epc-basic-0: 21:55:46 DEBUG unit.abot-epc-basic/0.install Err:27 http://security.ubuntu.com/ubuntu xenial-security/main amd64 libnspr4 amd64 2:4.13.1-0ubuntu0.16.04.1 unit-abot-epc-basic-0: 21:55:46 DEBUG unit.abot-epc-basic/0.install Temporary failure resolving 'archive.ubuntu.com' unit-mysql-0: 21:56:04 DEBUG juju.worker.uniter.remotestate retry hook timer triggered unit-mysql-0: 21:56:04 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-mysql-0: 21:56:04 DEBUG juju.worker.uniter.operation running operation run install hook unit-mysql-0: 21:56:04 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-mysql-0: 21:56:04 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-mysql-0: 21:56:04 DEBUG juju.worker.uniter.operation preparing operation "run install hook" unit-mysql-0: 21:56:04 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-mysql-0: 21:56:04 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook unit-mysql-0: 21:56:04 DEBUG unit.mysql/0.install dpkg-query: package 'python-netaddr' is not installed and no information is available unit-mysql-0: 21:56:04 DEBUG unit.mysql/0.install Use dpkg --info (= dpkg-deb --info) to examine archive files, unit-mysql-0: 21:56:04 DEBUG unit.mysql/0.install and dpkg --contents (= dpkg-deb --contents) to list their contents. unit-mysql-0: 21:56:04 DEBUG unit.mysql/0.install Reading package lists... unit-mysql-0: 21:56:04 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 21:56:04 DEBUG unit.mysql/0.install Reading state information... unit-mysql-0: 21:56:04 DEBUG unit.mysql/0.install Suggested packages: unit-mysql-0: 21:56:04 DEBUG unit.mysql/0.install ipython python-netaddr-docs unit-mysql-0: 21:56:04 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 21:56:04 DEBUG unit.mysql/0.install python-netaddr unit-mysql-0: 21:56:04 DEBUG unit.mysql/0.install 0 upgraded, 1 newly installed, 0 to remove and 2 not upgraded. unit-mysql-0: 21:56:04 DEBUG unit.mysql/0.install Need to get 849 kB of archives. unit-mysql-0: 21:56:04 DEBUG unit.mysql/0.install After this operation, 4216 kB of additional disk space will be used. unit-mysql-0: 21:56:04 DEBUG unit.mysql/0.install WARNING: The following packages cannot be authenticated! unit-mysql-0: 21:56:04 DEBUG unit.mysql/0.install python-netaddr unit-mysql-0: 21:56:04 DEBUG unit.mysql/0.install E: There are problems and -y was used without --force-yes unit-mysql-0: 21:56:04 DEBUG unit.mysql/0.install dpkg-query: package 'python-netifaces' is not installed and no information is available unit-mysql-0: 21:56:04 DEBUG unit.mysql/0.install Use dpkg --info (= dpkg-deb --info) to examine archive files, unit-mysql-0: 21:56:04 DEBUG unit.mysql/0.install and dpkg --contents (= dpkg-deb --contents) to list their contents. unit-mysql-0: 21:56:04 DEBUG unit.mysql/0.install Reading package lists... unit-mysql-0: 21:56:04 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 21:56:04 DEBUG unit.mysql/0.install Reading state information... unit-mysql-0: 21:56:04 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 21:56:04 DEBUG unit.mysql/0.install python-netifaces 2018-08-15 21:56:18,492 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Destroying Orchestrator... 2018-08-15 22:12:15,857 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - timeout -t 3600 juju destroy-controller -y abot-controller --destroy-all-models Destroying controller Waiting for hosted model resources to be reclaimed Waiting on 1 model, 4 machines, 4 applications Waiting on 1 model, 4 machines, 4 applications Waiting on 1 model, 4 machines, 2 applications Waiting on 1 model, 4 machines Waiting on 1 model, 4 machines Waiting on 1 model, 4 machines Waiting on 1 model, 4 machines ERROR health ping timed out after 30s Unable to get the controller summary from the API: codec.ReadHeader error: error receiving message: read tcp 172.17.0.3:42892->172.30.9.212:17070: read: connection timed out. All hosted models reclaimed, cleaning up controller machines 2018-08-15 22:12:15,858 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-08-15 22:12:16,267 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "16212b6aa60a4fd1b8194c834bae86bf", "name": "member"}, {"id": "eeb4436830d24515952401292b7cfc55", "name": "reader"}], "expires_at": "2018-08-15T23:12:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "362b276b0a0f48e99cc2079d7866690d", "name": "juju_epc-project_ee5cf44a-1e17-4203-ba5e-391541f1ffe6"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.37:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "54e3c320cc3142e9824c171afe58d5c6"}, {"url": "http://172.30.9.27:8080/v1/AUTH_362b276b0a0f48e99cc2079d7866690d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d00250537b54114937846660f377ed1"}, {"url": "http://12.0.0.37:8080/v1/AUTH_362b276b0a0f48e99cc2079d7866690d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c790cb26fd2345ae9bac8a014d10a446"}], "type": "object-store", "id": "17183633b8774ff6a53da32b47c89b3c", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94631698a9884eb1bf4cb245c6f37b80"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c23f2a003e874719a2f1c41f92405a45"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e97257b46cb8440080352cd841246c5d"}], "type": "cloudformation", "id": "2dec96c2934d43bdbe2e431ef0b53392", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/362b276b0a0f48e99cc2079d7866690d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "287c0315393e4b22a228912ca3b004cc"}, {"url": "http://192.30.9.3:8776/v3/362b276b0a0f48e99cc2079d7866690d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62769da517ac4f44b88a6118413b8c30"}, {"url": "http://192.30.9.3:8776/v3/362b276b0a0f48e99cc2079d7866690d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c0b30400cd648249ab0a6a17cf1ebc1"}], "type": "volumev3", "id": "363b885c3f174fbfb4f17da9d41f332d", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d6cb188f65e4f77bab04c3d99f9469f"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70f7ced028794432bef835264c84489c"}, {"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77dd5cfb1dac4b31b21d705ba420c355"}], "type": "network", "id": "51b7a44223114d149d5300ae5b6d97ae", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19071864a1b848cc93bca3b1e1955c3f"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bc0345e40a36459fbc009797a6517deb"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5c7966f4757438480f39866a31a0265"}], "type": "image", "id": "5540e06daad441aa911fd4cb4d76f8d3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "68ad1d76386d437089226a0562004a39", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "03f40cbac74c4aafb48b4dd360509f6a"}, {"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18ed3fa9a0894200abaf76b71abfd912"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3d96a0aa5c344cb8ba659332ed497e85"}], "type": "identity", "id": "8096ce39bbf24c1683621ee563324790", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f60ea793ee64fc9a3d9a2d2ad889bd0"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7c9770175fc45379f2c2d142062b2c3"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e944b22c50da41179f2e29ce558807c1"}], "type": "compute", "id": "b3040d5c7e224dbca86f421bddd758e1", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5aad7caa3e6f4a35b9abdf5d46190371"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8b8b8bcfb3b40e5be77e13a4d2dda19"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d33016e2f5be49c28efb9905db488d41"}], "type": "placement", "id": "bb3127ed06e54fda901ea2348ddb72da", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/362b276b0a0f48e99cc2079d7866690d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "576142509dfd46c591c5e83bed8ffcc7"}, {"url": "http://192.30.9.3:8776/v1/362b276b0a0f48e99cc2079d7866690d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cabe2973ef9144da9850a630dd2aedd5"}, {"url": "http://172.30.9.27:8776/v1/362b276b0a0f48e99cc2079d7866690d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eb71f3f602d443c9a8605a7ff2e8aa8e"}], "type": "volume", "id": "becfeedd42e344c085611f3c7c465a3f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.3:8004/v1/362b276b0a0f48e99cc2079d7866690d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "156b8e560e534c82a1d320da86608a19"}, {"url": "http://192.30.9.3:8004/v1/362b276b0a0f48e99cc2079d7866690d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59154cecf6a54eb08ecc63bf95dca042"}, {"url": "http://172.30.9.27:8004/v1/362b276b0a0f48e99cc2079d7866690d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f3aa5c8697e449f99c2cfbe2a371cab7"}], "type": "orchestration", "id": "c4334130b6d54a75804fe3f11a3b9e3e", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "39db2ebb65ae42659440fd9845949a6c"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ad23d2a65e74e3c87b1488af1f9f9ac"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d07664cbebb49149819cf7a6b20edb4"}], "type": "alarming", "id": "d878aa5c6b584d53a039f6a680fb6e8b", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/362b276b0a0f48e99cc2079d7866690d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e2bb44b06c0412ab74e54984b5b26b5"}, {"url": "http://192.30.9.3:8776/v2/362b276b0a0f48e99cc2079d7866690d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86bcb5a76e6c464bb4d42c969584d6f2"}, {"url": "http://172.30.9.27:8776/v2/362b276b0a0f48e99cc2079d7866690d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a391eed816af4966b335005bfe580d70"}], "type": "volumev2", "id": "e16298e148f54e96a50a134ca797deff", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b54cb5b666f74b91b0244b5332fdb3e5"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcc892608bd341e084be203695f810d1"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e980066294c34eb6866e6c4735e84a62"}], "type": "metric", "id": "f3a07a22777a4405b7eaf44da2e73e19", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.27:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1f66095afa4b74b4f26d432f5bfa55"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8dd5f30cc334148a7ed9d5ab68eee9b"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bfe7dd54acd947899871700a40dd0244"}], "type": "event", "id": "f6e223543cae4d9bad10258b0a294f12", "name": "panko"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "juju_epc-user_ee5cf44a-1e17-4203-ba5e-391541f1ffe6", "id": "9b501992112148ee958580b891813f80"}, "audit_ids": ["QD7gfCryQjSTWjzQPmXPfw"], "issued_at": "2018-08-15T22:12:16.000000Z"}} 2018-08-15 22:12:16,271 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-15 22:12:16,271 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1a8d383f67e43860dcf714b5c72e8369cd1ed076" 2018-08-15 22:12:16,587 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2307 X-Openstack-Request-Id: req-c0b9035f-4837-48b8-a9a1-88af47837a1d Date: Wed, 15 Aug 2018 22:12:16 GMT RESP BODY: {"floatingips": [{"router_id": null, "status": "DOWN", "description": "", "tags": [], "updated_at": "2018-08-15T21:56:28Z", "floating_network_id": "fc8ca119-27ab-4070-99fa-a2993d11ee48", "fixed_ip_address": null, "floating_ip_address": "172.30.9.201", "revision_number": 4, "port_id": null, "id": "41cb837f-834f-4638-88e8-9ed426d58c7f", "tenant_id": "362b276b0a0f48e99cc2079d7866690d", "created_at": "2018-08-15T20:58:19Z", "project_id": "362b276b0a0f48e99cc2079d7866690d"}, {"router_id": null, "status": "DOWN", "description": "", "tags": [], "updated_at": "2018-08-15T21:56:33Z", "floating_network_id": "fc8ca119-27ab-4070-99fa-a2993d11ee48", "fixed_ip_address": null, "floating_ip_address": "172.30.9.204", "revision_number": 4, "port_id": null, "id": "5d1a8013-2597-4955-a45a-0cbb03bffc19", "tenant_id": "362b276b0a0f48e99cc2079d7866690d", "created_at": "2018-08-15T21:00:18Z", "project_id": "362b276b0a0f48e99cc2079d7866690d"}, {"router_id": null, "status": "DOWN", "description": "", "tags": [], "updated_at": "2018-08-15T22:12:14Z", "floating_network_id": "fc8ca119-27ab-4070-99fa-a2993d11ee48", "fixed_ip_address": null, "floating_ip_address": "172.30.9.202", "revision_number": 4, "port_id": null, "id": "631cda29-8817-4b62-a3e7-cdb72f615699", "tenant_id": "362b276b0a0f48e99cc2079d7866690d", "created_at": "2018-08-15T21:00:54Z", "project_id": "362b276b0a0f48e99cc2079d7866690d"}, {"router_id": null, "status": "DOWN", "description": "", "tags": [], "updated_at": "2018-08-15T22:12:14Z", "floating_network_id": "fc8ca119-27ab-4070-99fa-a2993d11ee48", "fixed_ip_address": null, "floating_ip_address": "172.30.9.205", "revision_number": 4, "port_id": null, "id": "815dc122-12bb-44c2-9000-93b0abef013a", "tenant_id": "362b276b0a0f48e99cc2079d7866690d", "created_at": "2018-08-15T21:02:56Z", "project_id": "362b276b0a0f48e99cc2079d7866690d"}, {"router_id": null, "status": "DOWN", "description": "", "tags": [], "updated_at": "2018-08-15T22:12:10Z", "floating_network_id": "fc8ca119-27ab-4070-99fa-a2993d11ee48", "fixed_ip_address": null, "floating_ip_address": "172.30.9.212", "revision_number": 4, "port_id": null, "id": "fe1787cb-6bef-40e2-ac26-c1a1bfa97f69", "tenant_id": "362b276b0a0f48e99cc2079d7866690d", "created_at": "2018-08-15T20:54:33Z", "project_id": "362b276b0a0f48e99cc2079d7866690d"}]} 2018-08-15 22:12:16,587 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-c0b9035f-4837-48b8-a9a1-88af47837a1d 2018-08-15 22:12:16,587 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.316447019577s 2018-08-15 22:12:16,588 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-c0b9035f-4837-48b8-a9a1-88af47837a1d 2018-08-15 22:12:16,604 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-15 22:12:16,604 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/floatingips/41cb837f-834f-4638-88e8-9ed426d58c7f.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1a8d383f67e43860dcf714b5c72e8369cd1ed076" 2018-08-15 22:12:17,253 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-0298bbfc-c448-4e62-bfbc-6a1d49920a93 Content-Length: 0 Date: Wed, 15 Aug 2018 22:12:17 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-15 22:12:17,253 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/floatingips/41cb837f-834f-4638-88e8-9ed426d58c7f.json used request id req-0298bbfc-c448-4e62-bfbc-6a1d49920a93 2018-08-15 22:12:17,253 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.649221897125s 2018-08-15 22:12:17,254 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/floatingips/41cb837f-834f-4638-88e8-9ed426d58c7f.json used request id req-0298bbfc-c448-4e62-bfbc-6a1d49920a93 2018-08-15 22:12:17,258 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-15 22:12:17,259 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1a8d383f67e43860dcf714b5c72e8369cd1ed076" 2018-08-15 22:12:17,312 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1849 X-Openstack-Request-Id: req-6b91ff99-cae7-4d59-9895-6214defdc112 Date: Wed, 15 Aug 2018 22:12:17 GMT RESP BODY: {"floatingips": [{"router_id": null, "status": "DOWN", "description": "", "tags": [], "updated_at": "2018-08-15T21:56:33Z", "floating_network_id": "fc8ca119-27ab-4070-99fa-a2993d11ee48", "fixed_ip_address": null, "floating_ip_address": "172.30.9.204", "revision_number": 4, "port_id": null, "id": "5d1a8013-2597-4955-a45a-0cbb03bffc19", "tenant_id": "362b276b0a0f48e99cc2079d7866690d", "created_at": "2018-08-15T21:00:18Z", "project_id": "362b276b0a0f48e99cc2079d7866690d"}, {"router_id": null, "status": "DOWN", "description": "", "tags": [], "updated_at": "2018-08-15T22:12:14Z", "floating_network_id": "fc8ca119-27ab-4070-99fa-a2993d11ee48", "fixed_ip_address": null, "floating_ip_address": "172.30.9.202", "revision_number": 4, "port_id": null, "id": "631cda29-8817-4b62-a3e7-cdb72f615699", "tenant_id": "362b276b0a0f48e99cc2079d7866690d", "created_at": "2018-08-15T21:00:54Z", "project_id": "362b276b0a0f48e99cc2079d7866690d"}, {"router_id": null, "status": "DOWN", "description": "", "tags": [], "updated_at": "2018-08-15T22:12:14Z", "floating_network_id": "fc8ca119-27ab-4070-99fa-a2993d11ee48", "fixed_ip_address": null, "floating_ip_address": "172.30.9.205", "revision_number": 4, "port_id": null, "id": "815dc122-12bb-44c2-9000-93b0abef013a", "tenant_id": "362b276b0a0f48e99cc2079d7866690d", "created_at": "2018-08-15T21:02:56Z", "project_id": "362b276b0a0f48e99cc2079d7866690d"}, {"router_id": null, "status": "DOWN", "description": "", "tags": [], "updated_at": "2018-08-15T22:12:10Z", "floating_network_id": "fc8ca119-27ab-4070-99fa-a2993d11ee48", "fixed_ip_address": null, "floating_ip_address": "172.30.9.212", "revision_number": 4, "port_id": null, "id": "fe1787cb-6bef-40e2-ac26-c1a1bfa97f69", "tenant_id": "362b276b0a0f48e99cc2079d7866690d", "created_at": "2018-08-15T20:54:33Z", "project_id": "362b276b0a0f48e99cc2079d7866690d"}]} 2018-08-15 22:12:17,312 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-6b91ff99-cae7-4d59-9895-6214defdc112 2018-08-15 22:12:17,312 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0537569522858s 2018-08-15 22:12:17,312 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-6b91ff99-cae7-4d59-9895-6214defdc112 2018-08-15 22:12:17,326 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-15 22:12:17,327 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/floatingips/5d1a8013-2597-4955-a45a-0cbb03bffc19.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1a8d383f67e43860dcf714b5c72e8369cd1ed076" 2018-08-15 22:12:18,151 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-cf50958b-202b-44b9-9c7a-3565d4198b15 Content-Length: 0 Date: Wed, 15 Aug 2018 22:12:18 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-15 22:12:18,151 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/floatingips/5d1a8013-2597-4955-a45a-0cbb03bffc19.json used request id req-cf50958b-202b-44b9-9c7a-3565d4198b15 2018-08-15 22:12:18,152 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.825335025787s 2018-08-15 22:12:18,152 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/floatingips/5d1a8013-2597-4955-a45a-0cbb03bffc19.json used request id req-cf50958b-202b-44b9-9c7a-3565d4198b15 2018-08-15 22:12:18,157 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-15 22:12:18,157 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1a8d383f67e43860dcf714b5c72e8369cd1ed076" 2018-08-15 22:12:18,211 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-1fcb87b8-9ddf-43c9-b204-558bb72fab67 Date: Wed, 15 Aug 2018 22:12:18 GMT RESP BODY: {"floatingips": [{"router_id": null, "status": "DOWN", "description": "", "tags": [], "updated_at": "2018-08-15T22:12:14Z", "floating_network_id": "fc8ca119-27ab-4070-99fa-a2993d11ee48", "fixed_ip_address": null, "floating_ip_address": "172.30.9.202", "revision_number": 4, "port_id": null, "id": "631cda29-8817-4b62-a3e7-cdb72f615699", "tenant_id": "362b276b0a0f48e99cc2079d7866690d", "created_at": "2018-08-15T21:00:54Z", "project_id": "362b276b0a0f48e99cc2079d7866690d"}, {"router_id": null, "status": "DOWN", "description": "", "tags": [], "updated_at": "2018-08-15T22:12:14Z", "floating_network_id": "fc8ca119-27ab-4070-99fa-a2993d11ee48", "fixed_ip_address": null, "floating_ip_address": "172.30.9.205", "revision_number": 4, "port_id": null, "id": "815dc122-12bb-44c2-9000-93b0abef013a", "tenant_id": "362b276b0a0f48e99cc2079d7866690d", "created_at": "2018-08-15T21:02:56Z", "project_id": "362b276b0a0f48e99cc2079d7866690d"}, {"router_id": null, "status": "DOWN", "description": "", "tags": [], "updated_at": "2018-08-15T22:12:10Z", "floating_network_id": "fc8ca119-27ab-4070-99fa-a2993d11ee48", "fixed_ip_address": null, "floating_ip_address": "172.30.9.212", "revision_number": 4, "port_id": null, "id": "fe1787cb-6bef-40e2-ac26-c1a1bfa97f69", "tenant_id": "362b276b0a0f48e99cc2079d7866690d", "created_at": "2018-08-15T20:54:33Z", "project_id": "362b276b0a0f48e99cc2079d7866690d"}]} 2018-08-15 22:12:18,211 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-1fcb87b8-9ddf-43c9-b204-558bb72fab67 2018-08-15 22:12:18,211 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0540511608124s 2018-08-15 22:12:18,211 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-1fcb87b8-9ddf-43c9-b204-558bb72fab67 2018-08-15 22:12:18,223 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-15 22:12:18,223 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/floatingips/631cda29-8817-4b62-a3e7-cdb72f615699.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1a8d383f67e43860dcf714b5c72e8369cd1ed076" 2018-08-15 22:12:19,035 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-8586cce5-d0a1-471f-8583-fc2321746215 Content-Length: 0 Date: Wed, 15 Aug 2018 22:12:19 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-15 22:12:19,035 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/floatingips/631cda29-8817-4b62-a3e7-cdb72f615699.json used request id req-8586cce5-d0a1-471f-8583-fc2321746215 2018-08-15 22:12:19,035 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.812798976898s 2018-08-15 22:12:19,036 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/floatingips/631cda29-8817-4b62-a3e7-cdb72f615699.json used request id req-8586cce5-d0a1-471f-8583-fc2321746215 2018-08-15 22:12:19,041 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-15 22:12:19,041 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1a8d383f67e43860dcf714b5c72e8369cd1ed076" 2018-08-15 22:12:19,096 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 933 X-Openstack-Request-Id: req-b8b7f348-e390-41c9-ab32-46e2ef865e35 Date: Wed, 15 Aug 2018 22:12:19 GMT RESP BODY: {"floatingips": [{"router_id": null, "status": "DOWN", "description": "", "tags": [], "updated_at": "2018-08-15T22:12:14Z", "floating_network_id": "fc8ca119-27ab-4070-99fa-a2993d11ee48", "fixed_ip_address": null, "floating_ip_address": "172.30.9.205", "revision_number": 4, "port_id": null, "id": "815dc122-12bb-44c2-9000-93b0abef013a", "tenant_id": "362b276b0a0f48e99cc2079d7866690d", "created_at": "2018-08-15T21:02:56Z", "project_id": "362b276b0a0f48e99cc2079d7866690d"}, {"router_id": null, "status": "DOWN", "description": "", "tags": [], "updated_at": "2018-08-15T22:12:10Z", "floating_network_id": "fc8ca119-27ab-4070-99fa-a2993d11ee48", "fixed_ip_address": null, "floating_ip_address": "172.30.9.212", "revision_number": 4, "port_id": null, "id": "fe1787cb-6bef-40e2-ac26-c1a1bfa97f69", "tenant_id": "362b276b0a0f48e99cc2079d7866690d", "created_at": "2018-08-15T20:54:33Z", "project_id": "362b276b0a0f48e99cc2079d7866690d"}]} 2018-08-15 22:12:19,096 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-b8b7f348-e390-41c9-ab32-46e2ef865e35 2018-08-15 22:12:19,096 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0552198886871s 2018-08-15 22:12:19,096 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-b8b7f348-e390-41c9-ab32-46e2ef865e35 2018-08-15 22:12:19,105 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-15 22:12:19,105 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/floatingips/815dc122-12bb-44c2-9000-93b0abef013a.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1a8d383f67e43860dcf714b5c72e8369cd1ed076" 2018-08-15 22:12:19,725 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-64223ba5-959c-4de5-a9e7-e604f4af9c19 Content-Length: 0 Date: Wed, 15 Aug 2018 22:12:19 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-15 22:12:19,726 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/floatingips/815dc122-12bb-44c2-9000-93b0abef013a.json used request id req-64223ba5-959c-4de5-a9e7-e604f4af9c19 2018-08-15 22:12:19,726 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.620630979538s 2018-08-15 22:12:19,726 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/floatingips/815dc122-12bb-44c2-9000-93b0abef013a.json used request id req-64223ba5-959c-4de5-a9e7-e604f4af9c19 2018-08-15 22:12:19,731 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-15 22:12:19,731 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1a8d383f67e43860dcf714b5c72e8369cd1ed076" 2018-08-15 22:12:20,015 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 475 X-Openstack-Request-Id: req-b3c84535-7617-4fbd-94c5-de902dedea8b Date: Wed, 15 Aug 2018 22:12:20 GMT RESP BODY: {"floatingips": [{"router_id": null, "status": "DOWN", "description": "", "tags": [], "updated_at": "2018-08-15T22:12:10Z", "floating_network_id": "fc8ca119-27ab-4070-99fa-a2993d11ee48", "fixed_ip_address": null, "floating_ip_address": "172.30.9.212", "revision_number": 4, "port_id": null, "id": "fe1787cb-6bef-40e2-ac26-c1a1bfa97f69", "tenant_id": "362b276b0a0f48e99cc2079d7866690d", "created_at": "2018-08-15T20:54:33Z", "project_id": "362b276b0a0f48e99cc2079d7866690d"}]} 2018-08-15 22:12:20,015 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-b3c84535-7617-4fbd-94c5-de902dedea8b 2018-08-15 22:12:20,016 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.284419059753s 2018-08-15 22:12:20,016 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-b3c84535-7617-4fbd-94c5-de902dedea8b 2018-08-15 22:12:20,023 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-15 22:12:20,023 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/floatingips/fe1787cb-6bef-40e2-ac26-c1a1bfa97f69.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1a8d383f67e43860dcf714b5c72e8369cd1ed076" 2018-08-15 22:12:20,598 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f8810737-af31-47b8-9ba2-fec5a56dd287 Content-Length: 0 Date: Wed, 15 Aug 2018 22:12:20 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-15 22:12:20,598 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/floatingips/fe1787cb-6bef-40e2-ac26-c1a1bfa97f69.json used request id req-f8810737-af31-47b8-9ba2-fec5a56dd287 2018-08-15 22:12:20,599 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.575834035873s 2018-08-15 22:12:20,599 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/floatingips/fe1787cb-6bef-40e2-ac26-c1a1bfa97f69.json used request id req-f8810737-af31-47b8-9ba2-fec5a56dd287 2018-08-15 22:12:20,604 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-15 22:12:20,604 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1a8d383f67e43860dcf714b5c72e8369cd1ed076" 2018-08-15 22:12:20,648 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-2ce63653-a2c8-4b51-a69e-ab596212f0e5 Date: Wed, 15 Aug 2018 22:12:20 GMT RESP BODY: {"floatingips": []} 2018-08-15 22:12:20,648 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-2ce63653-a2c8-4b51-a69e-ab596212f0e5 2018-08-15 22:12:20,648 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0444779396057s 2018-08-15 22:12:20,649 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-2ce63653-a2c8-4b51-a69e-ab596212f0e5 2018-08-15 22:12:20,650 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-15 22:12:20,653 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9292/v2/images/d9e3cdc0-3ba1-41a6-be00-837248c81ec1 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1a8d383f67e43860dcf714b5c72e8369cd1ed076" 2018-08-15 22:12:22,959 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-11c80c87-36b4-4ba2-8fa4-8f3409c87d84 Date: Wed, 15 Aug 2018 22:12: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-15 22:12:22,959 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/d9e3cdc0-3ba1-41a6-be00-837248c81ec1 used request id req-11c80c87-36b4-4ba2-8fa4-8f3409c87d84 2018-08-15 22:12:22,959 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 2.30955195427s 2018-08-15 22:12:22,960 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/d9e3cdc0-3ba1-41a6-be00-837248c81ec1 used request id req-11c80c87-36b4-4ba2-8fa4-8f3409c87d84 2018-08-15 22:12:22,960 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-15 22:12:22,961 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-08-15 22:12:23,366 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "16212b6aa60a4fd1b8194c834bae86bf", "name": "member"}, {"id": "eeb4436830d24515952401292b7cfc55", "name": "reader"}, {"id": "382a39dc50214187b99e809cf7222e3c", "name": "admin"}], "expires_at": "2018-08-15T23:12:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3688ea3a7924e1e8a441a00bd79aae5", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.37:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "54e3c320cc3142e9824c171afe58d5c6"}, {"url": "http://172.30.9.27:8080/v1/AUTH_a3688ea3a7924e1e8a441a00bd79aae5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d00250537b54114937846660f377ed1"}, {"url": "http://12.0.0.37:8080/v1/AUTH_a3688ea3a7924e1e8a441a00bd79aae5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c790cb26fd2345ae9bac8a014d10a446"}], "type": "object-store", "id": "17183633b8774ff6a53da32b47c89b3c", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94631698a9884eb1bf4cb245c6f37b80"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c23f2a003e874719a2f1c41f92405a45"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e97257b46cb8440080352cd841246c5d"}], "type": "cloudformation", "id": "2dec96c2934d43bdbe2e431ef0b53392", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "287c0315393e4b22a228912ca3b004cc"}, {"url": "http://192.30.9.3:8776/v3/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62769da517ac4f44b88a6118413b8c30"}, {"url": "http://192.30.9.3:8776/v3/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c0b30400cd648249ab0a6a17cf1ebc1"}], "type": "volumev3", "id": "363b885c3f174fbfb4f17da9d41f332d", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d6cb188f65e4f77bab04c3d99f9469f"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "70f7ced028794432bef835264c84489c"}, {"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77dd5cfb1dac4b31b21d705ba420c355"}], "type": "network", "id": "51b7a44223114d149d5300ae5b6d97ae", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19071864a1b848cc93bca3b1e1955c3f"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bc0345e40a36459fbc009797a6517deb"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e5c7966f4757438480f39866a31a0265"}], "type": "image", "id": "5540e06daad441aa911fd4cb4d76f8d3", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "68ad1d76386d437089226a0562004a39", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "03f40cbac74c4aafb48b4dd360509f6a"}, {"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18ed3fa9a0894200abaf76b71abfd912"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3d96a0aa5c344cb8ba659332ed497e85"}], "type": "identity", "id": "8096ce39bbf24c1683621ee563324790", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8f60ea793ee64fc9a3d9a2d2ad889bd0"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7c9770175fc45379f2c2d142062b2c3"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e944b22c50da41179f2e29ce558807c1"}], "type": "compute", "id": "b3040d5c7e224dbca86f421bddd758e1", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5aad7caa3e6f4a35b9abdf5d46190371"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8b8b8bcfb3b40e5be77e13a4d2dda19"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d33016e2f5be49c28efb9905db488d41"}], "type": "placement", "id": "bb3127ed06e54fda901ea2348ddb72da", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "576142509dfd46c591c5e83bed8ffcc7"}, {"url": "http://192.30.9.3:8776/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cabe2973ef9144da9850a630dd2aedd5"}, {"url": "http://172.30.9.27:8776/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eb71f3f602d443c9a8605a7ff2e8aa8e"}], "type": "volume", "id": "becfeedd42e344c085611f3c7c465a3f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.3:8004/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "156b8e560e534c82a1d320da86608a19"}, {"url": "http://192.30.9.3:8004/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59154cecf6a54eb08ecc63bf95dca042"}, {"url": "http://172.30.9.27:8004/v1/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f3aa5c8697e449f99c2cfbe2a371cab7"}], "type": "orchestration", "id": "c4334130b6d54a75804fe3f11a3b9e3e", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "39db2ebb65ae42659440fd9845949a6c"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ad23d2a65e74e3c87b1488af1f9f9ac"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5d07664cbebb49149819cf7a6b20edb4"}], "type": "alarming", "id": "d878aa5c6b584d53a039f6a680fb6e8b", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6e2bb44b06c0412ab74e54984b5b26b5"}, {"url": "http://192.30.9.3:8776/v2/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86bcb5a76e6c464bb4d42c969584d6f2"}, {"url": "http://172.30.9.27:8776/v2/a3688ea3a7924e1e8a441a00bd79aae5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a391eed816af4966b335005bfe580d70"}], "type": "volumev2", "id": "e16298e148f54e96a50a134ca797deff", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b54cb5b666f74b91b0244b5332fdb3e5"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dcc892608bd341e084be203695f810d1"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e980066294c34eb6866e6c4735e84a62"}], "type": "metric", "id": "f3a07a22777a4405b7eaf44da2e73e19", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.27:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f1f66095afa4b74b4f26d432f5bfa55"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8dd5f30cc334148a7ed9d5ab68eee9b"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bfe7dd54acd947899871700a40dd0244"}], "type": "event", "id": "f6e223543cae4d9bad10258b0a294f12", "name": "panko"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "9482390a0722494f8852b9f0e2b9de56"}, "audit_ids": ["Zl3lAUcdTfuh64aBq6KHJw"], "issued_at": "2018-08-15T22:12:23.000000Z"}} 2018-08-15 22:12:23,369 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8f86d7b9c7984d8b15443c636fe08ae8a46cba30" 2018-08-15 22:12:23,646 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 22:12:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-768d5908-2dbe-4357-86f4-6493e02bdf34 x-compute-request-id: req-768d5908-2dbe-4357-86f4-6493e02bdf34 Content-Encoding: gzip Content-Length: 452 Content-Type: application/json RESP BODY: {"flavors": [{"name": "juju_epc-flavor_ee5cf44a-1e17-4203-ba5e-391541f1ffe6", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/542a3bf3-57c8-4441-8310-e8027f02bc3f", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/542a3bf3-57c8-4441-8310-e8027f02bc3f", "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": "542a3bf3-57c8-4441-8310-e8027f02bc3f"}, {"name": "heat_ims-flavor_alt_9e546dd3-ce1a-4117-ae36-6e5da837d045", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "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": "96fb1ce7-8528-40c6-bf7c-d3fd38601875"}, {"name": "juju_epc-flavor_alt_ee5cf44a-1e17-4203-ba5e-391541f1ffe6", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/b83dfc48-05da-4d3d-9504-63064dff83d9", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/b83dfc48-05da-4d3d-9504-63064dff83d9", "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": "b83dfc48-05da-4d3d-9504-63064dff83d9"}]} 2018-08-15 22:12:23,646 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-768d5908-2dbe-4357-86f4-6493e02bdf34 2018-08-15 22:12:23,646 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.685873031616s 2018-08-15 22:12:23,646 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-768d5908-2dbe-4357-86f4-6493e02bdf34 2018-08-15 22:12:23,649 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-15 22:12:23,652 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/flavors/b83dfc48-05da-4d3d-9504-63064dff83d9 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8f86d7b9c7984d8b15443c636fe08ae8a46cba30" 2018-08-15 22:12:23,689 - keystoneauth.session - DEBUG - RESP: [202] Date: Wed, 15 Aug 2018 22:12:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-2204d430-95ec-4401-853f-84109e6f9e03 x-compute-request-id: req-2204d430-95ec-4401-853f-84109e6f9e03 Content-Length: 0 Content-Type: application/json 2018-08-15 22:12:23,689 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/b83dfc48-05da-4d3d-9504-63064dff83d9 used request id req-2204d430-95ec-4401-853f-84109e6f9e03 2018-08-15 22:12:23,689 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0399479866028s 2018-08-15 22:12:23,689 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/b83dfc48-05da-4d3d-9504-63064dff83d9 used request id req-2204d430-95ec-4401-853f-84109e6f9e03 2018-08-15 22:12:23,690 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-15 22:12:23,690 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/0722f805-360c-4a62-920a-661afe0d2565/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}1a8d383f67e43860dcf714b5c72e8369cd1ed076" -d '{"subnet_id": "0dcc1f0d-6440-489a-bf62-468af2610c33"}' 2018-08-15 22:12:25,434 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-790d785e-2e11-4d3a-8903-2150b603daf9 Date: Wed, 15 Aug 2018 22:12:25 GMT RESP BODY: {"network_id": "d3d91187-5c69-4e3a-b1e1-9d96c9d89825", "tenant_id": "362b276b0a0f48e99cc2079d7866690d", "subnet_id": "0dcc1f0d-6440-489a-bf62-468af2610c33", "subnet_ids": ["0dcc1f0d-6440-489a-bf62-468af2610c33"], "port_id": "84f076e7-12c6-4ca7-90bf-13a1c2c3410d", "id": "0722f805-360c-4a62-920a-661afe0d2565"} 2018-08-15 22:12:25,434 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/0722f805-360c-4a62-920a-661afe0d2565/remove_router_interface.json used request id req-790d785e-2e11-4d3a-8903-2150b603daf9 2018-08-15 22:12:25,434 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.74392414093s 2018-08-15 22:12:25,434 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/0722f805-360c-4a62-920a-661afe0d2565/remove_router_interface.json used request id req-790d785e-2e11-4d3a-8903-2150b603daf9 returning object 0722f805-360c-4a62-920a-661afe0d2565 2018-08-15 22:12:25,435 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-15 22:12:25,435 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1a8d383f67e43860dcf714b5c72e8369cd1ed076" 2018-08-15 22:12:25,547 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-241deb93-9e09-4e08-8e99-be476ead0e65 Date: Wed, 15 Aug 2018 22:12:25 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "fc8ca119-27ab-4070-99fa-a2993d11ee48", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "3ef75223-733d-425d-bb3e-88e8a796bebc", "ip_address": "172.30.9.215"}]}, "description": "", "tags": [], "tenant_id": "362b276b0a0f48e99cc2079d7866690d", "created_at": "2018-08-15T20:52:00Z", "admin_state_up": true, "updated_at": "2018-08-15T22:12:24Z", "revision_number": 4, "routes": [], "project_id": "362b276b0a0f48e99cc2079d7866690d", "id": "0722f805-360c-4a62-920a-661afe0d2565", "name": "juju_epc-router_ee5cf44a-1e17-4203-ba5e-391541f1ffe6"}]} 2018-08-15 22:12:25,547 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-241deb93-9e09-4e08-8e99-be476ead0e65 2018-08-15 22:12:25,547 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.112540960312s 2018-08-15 22:12:25,548 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-241deb93-9e09-4e08-8e99-be476ead0e65 2018-08-15 22:12:25,549 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-15 22:12:25,549 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/routers/0722f805-360c-4a62-920a-661afe0d2565.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1a8d383f67e43860dcf714b5c72e8369cd1ed076" 2018-08-15 22:12:26,957 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-7491ede9-3448-444c-8f28-1d90a1b317fe Content-Length: 0 Date: Wed, 15 Aug 2018 22:12:26 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-15 22:12:26,957 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/0722f805-360c-4a62-920a-661afe0d2565.json used request id req-7491ede9-3448-444c-8f28-1d90a1b317fe 2018-08-15 22:12:26,957 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.40830588341s 2018-08-15 22:12:26,958 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/0722f805-360c-4a62-920a-661afe0d2565.json used request id req-7491ede9-3448-444c-8f28-1d90a1b317fe 2018-08-15 22:12:26,958 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-15 22:12:26,959 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1a8d383f67e43860dcf714b5c72e8369cd1ed076" 2018-08-15 22:12:27,004 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-d18f812e-090f-44f4-b0ed-fa2e3b9d06b2 Date: Wed, 15 Aug 2018 22:12:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d3d91187-5c69-4e3a-b1e1-9d96c9d89825","tenant_id":"362b276b0a0f48e99cc2079d7866690d","created_at":"2018-08-15T20:52:00Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-15T20:52:00Z","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":"362b276b0a0f48e99cc2079d7866690d","id":"0dcc1f0d-6440-489a-bf62-468af2610c33","subnetpool_id":null,"name":"juju_epc-subnet_ee5cf44a-1e17-4203-ba5e-391541f1ffe6"}]} 2018-08-15 22:12:27,004 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-d18f812e-090f-44f4-b0ed-fa2e3b9d06b2 2018-08-15 22:12:27,004 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0461411476135s 2018-08-15 22:12:27,005 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-d18f812e-090f-44f4-b0ed-fa2e3b9d06b2 2018-08-15 22:12:27,006 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-15 22:12:27,006 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/subnets/0dcc1f0d-6440-489a-bf62-468af2610c33.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1a8d383f67e43860dcf714b5c72e8369cd1ed076" 2018-08-15 22:12:28,268 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c02af5ae-5d8c-4916-938f-658f709702f5 Date: Wed, 15 Aug 2018 22:12:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-15 22:12:28,268 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/0dcc1f0d-6440-489a-bf62-468af2610c33.json used request id req-c02af5ae-5d8c-4916-938f-658f709702f5 2018-08-15 22:12:28,268 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 1.26222586632s 2018-08-15 22:12:28,268 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/0dcc1f0d-6440-489a-bf62-468af2610c33.json used request id req-c02af5ae-5d8c-4916-938f-658f709702f5 2018-08-15 22:12:28,269 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-15 22:12:28,269 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1a8d383f67e43860dcf714b5c72e8369cd1ed076" 2018-08-15 22:12:28,359 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1152 X-Openstack-Request-Id: req-1ae26ea8-1f63-46fd-89d7-b5519f3bc6ca Date: Wed, 15 Aug 2018 22:12:28 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-15T22:12:28Z","tenant_id":"362b276b0a0f48e99cc2079d7866690d","created_at":"2018-08-15T20:51:59Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"362b276b0a0f48e99cc2079d7866690d","id":"d3d91187-5c69-4e3a-b1e1-9d96c9d89825","name":"juju_epc-net_ee5cf44a-1e17-4203-ba5e-391541f1ffe6"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["3ef75223-733d-425d-bb3e-88e8a796bebc"],"updated_at":"2018-08-15T17:41:36Z","tenant_id":"d2c267e1fee9461ba5e64a915b9518f5","created_at":"2018-08-15T17:16:26Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"d2c267e1fee9461ba5e64a915b9518f5","id":"fc8ca119-27ab-4070-99fa-a2993d11ee48","name":"external"}]} 2018-08-15 22:12:28,359 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-1ae26ea8-1f63-46fd-89d7-b5519f3bc6ca 2018-08-15 22:12:28,359 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0903079509735s 2018-08-15 22:12:28,360 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-1ae26ea8-1f63-46fd-89d7-b5519f3bc6ca 2018-08-15 22:12:28,361 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-15 22:12:28,361 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/networks/d3d91187-5c69-4e3a-b1e1-9d96c9d89825.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1a8d383f67e43860dcf714b5c72e8369cd1ed076" 2018-08-15 22:12:30,246 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-0d206719-5f1a-4baf-af55-675e62c9cb52 Date: Wed, 15 Aug 2018 22:12:30 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-15 22:12:30,246 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/d3d91187-5c69-4e3a-b1e1-9d96c9d89825.json used request id req-0d206719-5f1a-4baf-af55-675e62c9cb52 2018-08-15 22:12:30,246 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.88537812233s 2018-08-15 22:12:30,247 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/d3d91187-5c69-4e3a-b1e1-9d96c9d89825.json used request id req-0d206719-5f1a-4baf-af55-675e62c9cb52 2018-08-15 22:12:30,251 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-15 22:12:30,255 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1a8d383f67e43860dcf714b5c72e8369cd1ed076" 2018-08-15 22:12:30,296 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1394 Content-Type: application/json X-Openstack-Request-Id: req-564dbd4e-aab0-4cac-8e74-035fe6e43b99 Date: Wed, 15 Aug 2018 22:12:30 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-15T20:52:12Z", "file": "/v2/images/a7979d61-8b8b-4fa6-b91b-246779978762/file", "owner": "362b276b0a0f48e99cc2079d7866690d", "id": "a7979d61-8b8b-4fa6-b91b-246779978762", "size": 296681472, "self": "/v2/images/a7979d61-8b8b-4fa6-b91b-246779978762", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/a7979d61-8b8b-4fa6-b91b-246779978762/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "1cbcd7982061f60172fb90f2b08f5da155096d5c7d7979777a46cd36c722a15d", "locations": [{"url": "rbd://22a9861c-8bf7-4863-82a8-ec0ce2dcc1c1/images/a7979d61-8b8b-4fa6-b91b-246779978762/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/juju_epc-img_ee5cf44a-1e17-4203-ba5e-391541f1ffe6", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "f4a9830fb482d07eec07c8532a1c265e", "name": "juju_epc-img_ee5cf44a-1e17-4203-ba5e-391541f1ffe6", "checksum": "f4a9830fb482d07eec07c8532a1c265e", "created_at": "2018-08-15T20:52:07Z", "os_hidden": false, "protected": false, "os_hash_value": "81fa1c8acfa7afe4c5b0ec1c3d1494271792398cbc7aeb2672ced22dab4541df610b84b8584d2fa622b0e06fa144a5e80dd3d9911a9c208b7d866671346378ca"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-15 22:12:30,296 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-564dbd4e-aab0-4cac-8e74-035fe6e43b99 2018-08-15 22:12:30,296 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0453581809998s 2018-08-15 22:12:30,297 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-564dbd4e-aab0-4cac-8e74-035fe6e43b99 2018-08-15 22:12:30,299 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-15 22:12:30,302 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9292/v2/images/a7979d61-8b8b-4fa6-b91b-246779978762 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1a8d383f67e43860dcf714b5c72e8369cd1ed076" 2018-08-15 22:12:30,716 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-e5c4d955-c6db-4711-86dd-9aa206edf72a Date: Wed, 15 Aug 2018 22:12: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-15 22:12:30,716 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/a7979d61-8b8b-4fa6-b91b-246779978762 used request id req-e5c4d955-c6db-4711-86dd-9aa206edf72a 2018-08-15 22:12:30,717 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.417705774307s 2018-08-15 22:12:30,717 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/a7979d61-8b8b-4fa6-b91b-246779978762 used request id req-e5c4d955-c6db-4711-86dd-9aa206edf72a 2018-08-15 22:12:30,717 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-15 22:12:30,720 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8f86d7b9c7984d8b15443c636fe08ae8a46cba30" 2018-08-15 22:12:30,742 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 22:12: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-6699458b-12c4-4729-81f2-c4217f20671e x-compute-request-id: req-6699458b-12c4-4729-81f2-c4217f20671e Content-Encoding: gzip Content-Length: 398 Content-Type: application/json RESP BODY: {"flavors": [{"name": "juju_epc-flavor_ee5cf44a-1e17-4203-ba5e-391541f1ffe6", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/542a3bf3-57c8-4441-8310-e8027f02bc3f", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/542a3bf3-57c8-4441-8310-e8027f02bc3f", "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": "542a3bf3-57c8-4441-8310-e8027f02bc3f"}, {"name": "heat_ims-flavor_alt_9e546dd3-ce1a-4117-ae36-6e5da837d045", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/96fb1ce7-8528-40c6-bf7c-d3fd38601875", "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": "96fb1ce7-8528-40c6-bf7c-d3fd38601875"}]} 2018-08-15 22:12:30,742 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-6699458b-12c4-4729-81f2-c4217f20671e 2018-08-15 22:12:30,743 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.025337934494s 2018-08-15 22:12:30,743 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-6699458b-12c4-4729-81f2-c4217f20671e 2018-08-15 22:12:30,745 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-15 22:12:30,748 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/flavors/542a3bf3-57c8-4441-8310-e8027f02bc3f -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8f86d7b9c7984d8b15443c636fe08ae8a46cba30" 2018-08-15 22:12:30,781 - keystoneauth.session - DEBUG - RESP: [202] Date: Wed, 15 Aug 2018 22:12: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-c6e0f0d1-7bcd-4c68-b59a-968b790cee57 x-compute-request-id: req-c6e0f0d1-7bcd-4c68-b59a-968b790cee57 Content-Length: 0 Content-Type: application/json 2018-08-15 22:12:30,781 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/542a3bf3-57c8-4441-8310-e8027f02bc3f used request id req-c6e0f0d1-7bcd-4c68-b59a-968b790cee57 2018-08-15 22:12:30,781 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0360021591187s 2018-08-15 22:12:30,782 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/542a3bf3-57c8-4441-8310-e8027f02bc3f used request id req-c6e0f0d1-7bcd-4c68-b59a-968b790cee57 2018-08-15 22:12:30,782 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-15 22:12:30,785 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}8f86d7b9c7984d8b15443c636fe08ae8a46cba30" 2018-08-15 22:12:30,997 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 22:12:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-279b51ec-0f4d-4f03-b496-d6a9146018f0 Content-Encoding: gzip Content-Length: 838 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/033f0039d025473a84de241284491a58"}, "domain_id": "default", "enabled": true, "options": {}, "id": "033f0039d025473a84de241284491a58", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/2422d0f285314705b46615565d3917fe"}, "domain_id": "e4bd2a4e6bb349a78f956295c49df949", "enabled": true, "options": {}, "id": "2422d0f285314705b46615565d3917fe", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/2cc8b8ad456045c2a30e4360994a4487"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2cc8b8ad456045c2a30e4360994a4487", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/3c466aad8ead4318838e33dd234eb81d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3c466aad8ead4318838e33dd234eb81d", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/56e811cfd4b242068dd78826118576f4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "56e811cfd4b242068dd78826118576f4", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/6fad7e5ef0254b2a9cdb215018bcab91"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6fad7e5ef0254b2a9cdb215018bcab91", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.27:5000/v3/users/7d91ea49860f4c2a8deabf649cf4ed37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7d91ea49860f4c2a8deabf649cf4ed37", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/8f968cf4475249f6abf2422d6dd7425f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8f968cf4475249f6abf2422d6dd7425f", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/9482390a0722494f8852b9f0e2b9de56"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9482390a0722494f8852b9f0e2b9de56", "email": "admin@example.com", "password_expires_at": null}, {"name": "juju_epc-user_ee5cf44a-1e17-4203-ba5e-391541f1ffe6", "links": {"self": "http://172.30.9.27:5000/v3/users/9b501992112148ee958580b891813f80"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "9b501992112148ee958580b891813f80", "domain_id": "default", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.27:5000/v3/users/a36076122cea45c6b3e4aa67c4ca811d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a36076122cea45c6b3e4aa67c4ca811d", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/acda52409b024c95bc0facaa98dbc356"}, "domain_id": "default", "enabled": true, "options": {}, "id": "acda52409b024c95bc0facaa98dbc356", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/b193f8790ad94e46993d7eb01f623f51"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b193f8790ad94e46993d7eb01f623f51", "email": "cinder@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/dba024f1937f490cae2e437356a668d7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dba024f1937f490cae2e437356a668d7", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/e6d2649e935e4b8db8107d76bfb30c3a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e6d2649e935e4b8db8107d76bfb30c3a", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-08-15 22:12:30,997 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-279b51ec-0f4d-4f03-b496-d6a9146018f0 2018-08-15 22:12:30,998 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.215326070786s 2018-08-15 22:12:30,998 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-279b51ec-0f4d-4f03-b496-d6a9146018f0 2018-08-15 22:12:31,004 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-15 22:12:31,007 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/users/9b501992112148ee958580b891813f80 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8f86d7b9c7984d8b15443c636fe08ae8a46cba30" 2018-08-15 22:12:31,198 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 22:12:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cb0432b8-3b41-40e7-9660-6ddef330894c Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"user": {"name": "juju_epc-user_ee5cf44a-1e17-4203-ba5e-391541f1ffe6", "links": {"self": "http://172.30.9.27:5000/v3/users/9b501992112148ee958580b891813f80"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "9b501992112148ee958580b891813f80", "description": null}} 2018-08-15 22:12:31,198 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/9b501992112148ee958580b891813f80 used request id req-cb0432b8-3b41-40e7-9660-6ddef330894c 2018-08-15 22:12:31,198 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.194067955017s 2018-08-15 22:12:31,198 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/9b501992112148ee958580b891813f80 used request id req-cb0432b8-3b41-40e7-9660-6ddef330894c 2018-08-15 22:12:31,199 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-15 22:12:31,202 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/users/9b501992112148ee958580b891813f80 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8f86d7b9c7984d8b15443c636fe08ae8a46cba30" 2018-08-15 22:12:31,551 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 15 Aug 2018 22:12:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6abe3cff-bc26-4e44-9b96-eb1a9ac9e44f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-15 22:12:31,551 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/9b501992112148ee958580b891813f80 used request id req-6abe3cff-bc26-4e44-9b96-eb1a9ac9e44f 2018-08-15 22:12:31,552 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.352571964264s 2018-08-15 22:12:31,552 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/9b501992112148ee958580b891813f80 used request id req-6abe3cff-bc26-4e44-9b96-eb1a9ac9e44f 2018-08-15 22:12:31,557 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-15 22:12:31,561 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}8f86d7b9c7984d8b15443c636fe08ae8a46cba30" 2018-08-15 22:12:31,662 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 15 Aug 2018 22:12:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b9ad2bf4-c9bc-4afc-939a-b32a94121022 Content-Encoding: gzip Content-Length: 384 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: juju_epc", "links": {"self": "http://172.30.9.27:5000/v3/projects/362b276b0a0f48e99cc2079d7866690d"}, "tags": [], "enabled": true, "id": "362b276b0a0f48e99cc2079d7866690d", "parent_id": "default", "domain_id": "default", "name": "juju_epc-project_ee5cf44a-1e17-4203-ba5e-391541f1ffe6"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/a3688ea3a7924e1e8a441a00bd79aae5"}, "tags": [], "enabled": true, "id": "a3688ea3a7924e1e8a441a00bd79aae5", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.27:5000/v3/projects/d2c267e1fee9461ba5e64a915b9518f5"}, "tags": [], "enabled": true, "id": "d2c267e1fee9461ba5e64a915b9518f5", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-08-15 22:12:31,662 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects used request id req-b9ad2bf4-c9bc-4afc-939a-b32a94121022 2018-08-15 22:12:31,662 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.104769945145s 2018-08-15 22:12:31,663 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects used request id req-b9ad2bf4-c9bc-4afc-939a-b32a94121022 2018-08-15 22:12:31,667 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-15 22:12:31,670 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/projects/362b276b0a0f48e99cc2079d7866690d -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8f86d7b9c7984d8b15443c636fe08ae8a46cba30" 2018-08-15 22:12:31,922 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 15 Aug 2018 22:12:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d26d62b5-cd66-4278-a86f-223ca9516d3b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-15 22:12:31,922 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/362b276b0a0f48e99cc2079d7866690d used request id req-d26d62b5-cd66-4278-a86f-223ca9516d3b 2018-08-15 22:12:31,922 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.25505399704s 2018-08-15 22:12:31,922 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/362b276b0a0f48e99cc2079d7866690d used request id req-d26d62b5-cd66-4278-a86f-223ca9516d3b 2018-08-15 22:12:31,923 - xtesting.ci.run_tests - ERROR - The test case 'juju_epc' failed. 2018-08-15 22:12:31,924 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------+------------------+--------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------+------------------+--------------+------------------+----------------+ | cloudify | functest | vnf | 04:60 | PASS | | cloudify_ims | functest | vnf | 05:30 | FAIL | | heat_ims | functest | vnf | 23:18 | FAIL | | vyos_vrouter | functest | vnf | 05:36 | FAIL | | juju_epc | functest | vnf | 64:19 | FAIL | +----------------------+------------------+--------------+------------------+----------------+ 2018-08-15 22:12:31,930 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-08-15 22:12:32,008 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-15 22:12:32,095 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-15 22:12:32,196 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-15 22:12:32,296 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-15 22:12:32,397 - paramiko.transport - DEBUG - EOF in transport thread